:root {
  --green-950: #102c18;
  --green-850: #183d22;
  --green-700: #24592f;
  --green-100: #eaf5e5;
  --red-600: #d82e2f;
  --gold-500: #f5bf27;
  --ink: #172018;
  --muted: #5d695e;
  --paper: #fffaf0;
  --white: #ffffff;
  --line: rgba(23, 32, 24, 0.14);
  --shadow: 0 24px 70px rgba(16, 44, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fbf7ec;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 240, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 144px;
}

.brand-logo {
  display: block;
  width: 82px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--green-950);
}

.nav a {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(16, 44, 24, 0.16);
  border-radius: 999px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.menu-icon {
  display: grid;
  gap: 3px;
}

.menu-icon span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-cta {
  padding: 10px 16px;
  color: var(--white);
  background: var(--red-600);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 118px clamp(20px, 6vw, 78px) 72px;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.95) 0%, rgba(255, 250, 240, 0.82) 39%, rgba(255, 250, 240, 0.08) 72%),
    linear-gradient(0deg, rgba(16, 44, 24, 0.2), rgba(16, 44, 24, 0));
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red-600);
}

h1,
h2 {
  margin: 0;
  color: var(--green-950);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
}

p {
  line-height: 1.7;
}

.hero-text {
  max-width: 610px;
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  color: #314137;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--red-600);
  box-shadow: 0 16px 30px rgba(216, 46, 47, 0.24);
}

.button.secondary {
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 44, 24, 0.16);
}

.quick-benefits {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 36px));
  margin: -54px auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.quick-benefits article {
  min-height: 166px;
  padding: 28px 24px;
  color: var(--white);
  background: var(--green-950);
}

.quick-benefits strong,
.feature-grid strong,
.finance-box strong {
  display: block;
  font-size: 1.08rem;
}

.quick-benefits p,
.feature-grid p,
.finance-box p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--white);
  font-weight: 900;
}

.split-section,
.economy-section,
.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 11vw, 132px) 0;
}

.split-section p,
.economy-copy p,
.quote-copy p {
  max-width: 650px;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 17px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 34px rgba(16, 44, 24, 0.07);
}

.check-list span {
  display: inline-grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-700);
  font-weight: 900;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(72px, 10vw, 120px) clamp(20px, 6vw, 78px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(216, 46, 47, 0.16), rgba(245, 191, 39, 0.12)),
    var(--green-950);
}

.dark-band h2,
.dark-band .section-label {
  color: var(--white);
}

.dark-band p {
  color: rgba(255, 255, 255, 0.76);
}

.feature-grid {
  display: grid;
  gap: 16px;
}

.feature-grid article,
.finance-box,
.quote-form {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.economy-section {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.finance-box {
  color: var(--white);
  background: var(--green-850);
  box-shadow: var(--shadow);
}

.quote-section {
  align-items: start;
  padding-top: 46px;
}

.quote-form {
  display: grid;
  gap: 12px;
  background: var(--white);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.quote-form label {
  font-size: 0.86rem;
  font-weight: 900;
  color: var(--green-950);
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 44, 24, 0.18);
  border-radius: 12px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: #fffdf8;
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(245, 191, 39, 0.35);
  border-color: var(--gold-500);
}

.form-button {
  margin-top: 8px;
  width: 100%;
}

.form-note {
  margin: 0;
  font-size: 0.88rem;
  text-align: center;
  color: var(--muted);
}

.consent-field {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.5;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green-700);
}

.consent-field a,
.footer a,
.cookie-banner a,
.privacy-content a {
  color: var(--red-600);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 30px clamp(18px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--green-950);
}

.footer strong {
  color: var(--white);
}

.footer a {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(16, 44, 24, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(16, 44, 24, 0.34);
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  display: block;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(16, 44, 24, 0.54);
}

.success-modal.is-open {
  display: grid;
}

.success-modal.is-error .section-label {
  color: var(--red-600);
}

.modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 34px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-card h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.modal-card p:not(.section-label) {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--green-950);
  background: var(--green-100);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(16, 44, 24, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.cookie-banner.is-visible {
  display: grid;
}

.cookie-banner strong {
  display: block;
  color: var(--green-950);
}

.cookie-banner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-actions .button {
  min-height: 44px;
  padding: 11px 16px;
}

.privacy-hero,
.privacy-content {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
}

.privacy-hero {
  padding: 150px 0 46px;
}

.privacy-hero p {
  color: var(--muted);
  max-width: 680px;
}

.privacy-content {
  padding: 0 0 90px;
}

.privacy-content section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.privacy-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 1040px) {
  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 70px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0 2px;
    overflow: visible;
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 13px;
    border: 1px solid rgba(16, 44, 24, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
  }

  .nav .nav-cta {
    justify-content: center;
    color: var(--white);
    border-color: transparent;
    background: var(--red-600);
  }

  .hero {
    min-height: 760px;
    padding-top: 44px;
    align-items: start;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 250, 240, 0.83) 48%, rgba(255, 250, 240, 0.1) 100%),
      linear-gradient(0deg, rgba(16, 44, 24, 0.25), rgba(16, 44, 24, 0));
  }

  .quick-benefits,
  .split-section,
  .dark-band,
  .economy-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .quick-benefits {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .quick-benefits article {
    min-height: auto;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .button {
    flex: 1 1 180px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 12px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-benefits {
    grid-template-columns: 1fr;
  }

  .split-section,
  .economy-section,
  .quote-section {
    width: min(100% - 30px, 1120px);
  }

  .dark-band {
    padding-inline: 15px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 82px;
    width: 56px;
    height: 56px;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

  .modal-card {
    padding: 28px 20px 22px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 16px;
  }

  .privacy-hero {
    padding-top: 72px;
  }
}
