:root {
  --ink: #09231f;
  --muted: #50635f;
  --paper: #fbf6e9;
  --paper-deep: #efe0bd;
  --green: #0b4f43;
  --green-deep: #062f2a;
  --lime: #a5cf38;
  --orange: #e47b3f;
  --line: rgba(9, 35, 31, 0.16);
  --shadow: 0 28px 80px rgba(7, 39, 34, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 96px;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(165, 207, 56, 0.42), transparent 26rem),
    radial-gradient(circle at 82% 6%, rgba(228, 123, 63, 0.26), transparent 24rem),
    linear-gradient(135deg, #fff9eb 0%, #f7eccf 45%, #ecf2d6 100%);
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(9, 35, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 35, 31, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  margin: 22px auto 0;
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(9, 35, 31, 0.13);
  border-radius: 999px;
  background: rgba(255, 249, 235, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 38px rgba(8, 39, 34, 0.08);
}

.brand,
.nav-cta,
.button-primary {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #f8f3df;
  background: var(--green);
  font-family: "Syne", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-cta {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: #f9f3df;
  background: var(--green-deep);
  font-weight: 800;
  font-size: 0.9rem;
}

.disclaimer-pill {
  margin: 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(9, 35, 31, 0.12);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.36);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 34px;
  align-items: center;
  min-height: 760px;
  padding: 78px 0 64px;
}

.eyebrow,
.section-kicker,
.offer-label {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4.4vw, 3.65rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1rem, 1.65vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 16px;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff9e8;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--green-deep);
  box-shadow: 0 18px 44px rgba(6, 47, 42, 0.26);
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(6, 47, 42, 0.34);
  background:
    linear-gradient(135deg, rgba(165, 207, 56, 0.18), transparent),
    var(--green-deep);
}

.fine-print {
  max-width: 650px;
  color: var(--muted);
  font-size: 0.94rem;
}

.offer-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 36px;
  color: #fdf8e7;
  background:
    radial-gradient(circle at 16% 10%, rgba(165, 207, 56, 0.5), transparent 11rem),
    radial-gradient(circle at 90% 0%, rgba(228, 123, 63, 0.58), transparent 13rem),
    linear-gradient(145deg, #083a34, #061f1c);
  box-shadow: var(--shadow);
}

.offer-card::after {
  position: absolute;
  right: -54px;
  bottom: -66px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.offer-label {
  color: var(--lime);
}

.offer-code {
  white-space: nowrap;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.offer-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.24);
}

.offer-card p {
  margin-bottom: 14px;
  color: rgba(255, 249, 232, 0.83);
}

.offer-card p:last-child {
  margin-bottom: 0;
}

.search-intent,
.steps,
.comparison,
.faq,
.final-cta {
  margin-bottom: 26px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 249, 235, 0.78);
  box-shadow: 0 16px 60px rgba(8, 39, 34, 0.07);
}

.search-intent,
.comparison {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.search-intent p,
.comparison p,
.steps p,
.faq p,
.final-cta p {
  color: var(--muted);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.step-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.2));
}

.step-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 50px;
  place-items: center;
  border-radius: 50%;
  color: #fff8e4;
  background: var(--orange);
  font-weight: 800;
}

.mini-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.34);
}

.mini-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.mini-table div:last-child {
  border-bottom: 0;
}

.mini-table span {
  color: var(--muted);
}

.faq details {
  border-top: 1px solid var(--line);
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  padding: 22px 0;
  font-weight: 800;
  list-style-position: outside;
}

.faq details p {
  max-width: 820px;
  margin-bottom: 24px;
}

.final-cta {
  display: grid;
  justify-items: start;
  margin-bottom: 48px;
  background:
    radial-gradient(circle at 92% 24%, rgba(165, 207, 56, 0.28), transparent 18rem),
    rgba(255, 249, 235, 0.82);
}

footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-cta {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 10px 8px 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff9e8;
  background:
    linear-gradient(135deg, rgba(165, 207, 56, 0.2), transparent 55%),
    var(--green-deep);
  box-shadow: 0 20px 58px rgba(6, 47, 42, 0.34);
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 68px rgba(6, 47, 42, 0.42);
}

.floating-cta-badge {
  display: grid;
  min-width: 46px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--lime);
  font-size: 0.94rem;
}

@media (max-width: 860px) {
  .site-header {
    width: min(100% - 20px, 680px);
  }

  .brand span:last-child {
    display: none;
  }

  .disclaimer-pill {
    max-width: 210px;
    margin: 0 8px;
    padding: 7px 10px;
    font-size: 0.7rem;
  }

  .hero,
  .search-intent,
  .comparison,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 28px;
  }

  .step-grid span {
    margin-bottom: 28px;
  }
}

@media (max-width: 540px) {
  body {
    padding-bottom: 112px;
  }

  main,
  footer {
    width: min(100% - 20px, 680px);
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .search-intent,
  .steps,
  .comparison,
  .faq,
  .final-cta {
    border-radius: 24px;
  }

  .offer-card {
    border-radius: 28px;
  }

  .floating-cta {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    justify-content: space-between;
    padding-left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
