:root {
  --green: #009b3a;
  --green-dark: #006b2a;
  --yellow: #ffdf00;
  --yellow-soft: #fff4a3;
  --blue: #002776;
  --black: #101810;
  --text: #152218;
  --muted: #5f6f62;
  --white: #ffffff;
  --bg: #f8fbf5;
  --border: rgba(16, 24, 16, 0.12);
  --shadow: 0 22px 55px rgba(0, 39, 118, 0.15);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 251, 245, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.logo-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, var(--yellow) 0 34%, transparent 35%),
    var(--green);
  color: var(--blue);
  box-shadow: 0 10px 22px rgba(0, 155, 58, 0.25);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu-toggle {
  display: none;
}

.menu-button {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--green-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 155, 58, 0.28);
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
}

.btn-small {
  min-height: 44px;
  padding: 0 18px;
}

.btn-outline {
  background: var(--yellow);
  color: var(--blue);
  box-shadow: none;
}

.btn-outline:hover {
  background: var(--yellow-soft);
}

.btn-blue {
  background: var(--blue);
  color: var(--white);
}

.btn-blue:hover {
  background: #001f5f;
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}

.tag {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 223, 0, 0.28);
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tag-dark {
  background: rgba(255, 223, 0, 0.18);
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 223, 0, 0.48), transparent 34%),
    radial-gradient(circle at 15% 10%, rgba(0, 155, 58, 0.22), transparent 30%),
    linear-gradient(135deg, #f8fbf5 0%, #ffffff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -34%;
  height: 320px;
  background: var(--green);
  transform: rotate(-3deg);
  opacity: 0.08;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

h1 span {
  color: var(--green);
  text-shadow: 3px 3px 0 var(--yellow);
}

.hero-text {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stats div {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
}

.stats strong {
  display: block;
  color: var(--blue);
  font-size: 1.4rem;
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(
      150deg,
      var(--green) 0%,
      #00b84a 48%,
      var(--yellow) 49%,
      var(--yellow) 100%
    );
  color: var(--white);
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.car-box {
  position: relative;
  min-height: 245px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(0, 39, 118, 0.84), rgba(0, 107, 42, 0.2)),
    radial-gradient(circle at 75% 25%, rgba(255, 223, 0, 0.8), transparent 28%);
}

.sun {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 28px;
  right: 34px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 34px rgba(255, 223, 0, 0.7);
}

.car {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 54px;
  height: 92px;
  border-radius: 50px 60px 24px 24px;
  background: var(--white);
  box-shadow: inset 0 -12px 0 rgba(0, 39, 118, 0.13);
}

.car-top {
  position: absolute;
  left: 28%;
  top: -48px;
  width: 45%;
  height: 62px;
  border-radius: 60px 70px 0 0;
  background: var(--white);
}

.window {
  position: absolute;
  top: -34px;
  height: 35px;
  background: var(--blue);
  opacity: 0.88;
}

.window-one {
  left: 36%;
  width: 24%;
  border-radius: 20px 5px 5px 0;
}

.window-two {
  left: 61%;
  width: 17%;
  border-radius: 5px 20px 0 5px;
}

.wheel {
  position: absolute;
  bottom: -22px;
  width: 48px;
  height: 48px;
  border: 8px solid var(--yellow);
  border-radius: 50%;
  background: var(--black);
}

.wheel-left {
  left: 16%;
}

.wheel-right {
  right: 16%;
}

.offer-card {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 26px;
  background: rgba(0, 39, 118, 0.88);
}

.offer-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

.offer-card h2 {
  margin-bottom: 8px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.price {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.offer-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--yellow);
  font-weight: 900;
}

.offer-section {
  padding: 34px 0;
  background: var(--green);
}

.offer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 223, 0, 0.55), transparent 26%),
    var(--white);
  box-shadow: var(--shadow);
}

.offer-box h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
}

.offer-box p {
  max-width: 750px;
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: 92px 0;
}

.section-title {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title h2,
.process-grid h2,
.contact-info h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.section-title p,
.contact-info p,
.process-grid p {
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(16, 32, 21, 0.06);
}

.service-card span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 223, 0, 0.3);
  font-size: 1.45rem;
}

.service-card h3 {
  margin-bottom: 9px;
  font-size: 1.12rem;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.gallery-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 223, 0, 0.28), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(0, 155, 58, 0.18), transparent 30%),
    #ffffff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.gallery-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(16, 32, 21, 0.08);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(0, 155, 58, 0.18), rgba(255, 223, 0, 0.28)),
    #eeeeee;
}

.gallery-content {
  padding: 24px;
}

.gallery-content h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.gallery-content p {
  margin-bottom: 0;
  color: var(--muted);
}

.custom-section {
  background:
    linear-gradient(135deg, rgba(0, 155, 58, 0.08), rgba(255, 223, 0, 0.16)),
    var(--white);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 240px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(16, 32, 21, 0.08);
}

.feature-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(0, 39, 118, 0.08), rgba(0, 39, 118, 0.9)),
    radial-gradient(circle at 20% 10%, rgba(255, 223, 0, 0.72), transparent 28%),
    var(--green);
}

.feature-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(0, 39, 118, 0.1), rgba(0, 39, 118, 0.88)),
    radial-gradient(circle at 80% 15%, rgba(255, 223, 0, 0.72), transparent 30%),
    var(--blue);
}

.feature-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(0, 39, 118, 0.08), rgba(0, 107, 42, 0.88)),
    radial-gradient(circle at 55% 15%, rgba(255, 223, 0, 0.78), transparent 30%),
    #00a843;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.feature-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.process-section {
  padding: 84px 0;
  background: var(--blue);
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.process-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.steps article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--blue);
  font-weight: 900;
}

.steps h3 {
  margin-bottom: 9px;
}

.steps p {
  margin-bottom: 0;
}

.contact-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 223, 0, 0.35), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(0, 155, 58, 0.22), transparent 30%),
    var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.contact-data {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.contact-data p {
  margin-bottom: 8px;
}

.form {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(16, 32, 21, 0.06);
}

.form-alert[hidden] {
  display: none !important;
}

.form-alert {
  display: block;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.form-alert-success {
  background: rgba(37, 211, 102, 0.14);
  color: #137a38;
  border: 1px solid rgba(37, 211, 102, 0.35);
}

.form-alert-error {
  background: rgba(220, 38, 38, 0.12);
  color: #991b1b;
  border: 1px solid rgba(220, 38, 38, 0.3);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

label {
  display: block;
  margin-bottom: 16px;
  color: var(--text);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: var(--white);
  color: var(--text);
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 155, 58, 0.13);
}

textarea {
  resize: vertical;
}

.form-btn {
  width: 100%;
  margin-top: 4px;
  font-size: 1rem;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.whatsapp-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.35);
  transition: 0.2s ease;
}

.whatsapp-floating::before {
  content: "💬";
  margin-right: 8px;
  font-size: 1.2rem;
}

.whatsapp-floating:hover {
  transform: translateY(-3px);
  background: #1ebe5d;
}

.footer {
  padding: 36px 0;
  background: var(--black);
  color: var(--white);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 560px;
  gap: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--yellow);
}

@media (max-width: 980px) {
  .nav {
    position: relative;
  }

  .menu-button {
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 14px;
    background: var(--yellow);
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(255, 223, 0, 0.28);
  }

  .menu-button span {
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 999px;
    background: var(--blue);
    transition: 0.2s ease;
  }

  .nav-menu {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 22px;
    border-bottom: 1px solid var(--border);
    border-radius: 0 0 24px 24px;
    background: rgba(248, 251, 245, 0.98);
    box-shadow: 0 20px 40px rgba(16, 24, 16, 0.12);
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    color: var(--text);
    font-size: 1rem;
  }

  .nav-whatsapp {
    width: 100%;
  }

  .menu-toggle:checked ~ .menu-button span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle:checked ~ .menu-button span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle:checked ~ .menu-button span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .menu-toggle:checked ~ .nav-menu {
    display: flex;
  }

  .hero-grid,
  .contact-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps,
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 64px;
  }

  .stats,
  .services-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .offer-box,
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-box {
    padding: 24px;
  }

  .section,
  .contact-section {
    padding: 68px 0;
  }

  .hero-card,
  .form {
    padding: 20px;
  }

  .price {
    font-size: 3.2rem;
  }

  .gallery-card img {
    height: 260px;
  }

  .whatsapp-floating {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

.cookie-banner {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 200;
  width: min(680px, calc(100% - 44px));
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 50px rgba(16, 24, 16, 0.2);
}

.cookie-banner[hidden],
.cookie-panel[hidden] {
  display: none !important;
}

.cookie-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.cookie-title {
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 900;
}

.cookie-text {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-btn {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.cookie-btn:hover {
  transform: translateY(-2px);
}

.cookie-btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(0, 155, 58, 0.25);
}

.cookie-btn-primary:hover {
  background: var(--green-dark);
}

.cookie-btn-light {
  background: rgba(255, 223, 0, 0.25);
  color: var(--blue);
}

.cookie-btn-light:hover {
  background: rgba(255, 223, 0, 0.42);
}

.cookie-panel {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.cookie-option strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.cookie-option p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-required {
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 155, 58, 0.12);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.cookie-option-check {
  cursor: pointer;
}

.cookie-option-check input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--green);
}

.cookie-panel-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}

.cookie-legal {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cookie-legal a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 86px;
    width: auto;
    padding: 18px;
  }

  .cookie-content {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    flex: 1;
  }

  .cookie-option {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-panel-actions {
    justify-content: stretch;
  }

  .cookie-panel-actions .cookie-btn {
    width: 100%;
  }
}

.service-card svg,
.whatsapp-icon {
  display: block;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card svg {
  width: 28px;
  height: 28px;
  stroke: var(--green-dark);
  stroke-width: 2;
}

.whatsapp-floating::before {
  content: none !important;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  stroke: #ffffff;
  stroke-width: 1.8;
}

.gallery-video {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
  border-radius: 22px 22px 0 0;
  background: #dfe8c7;
}