:root {
  --ink: #082f2a;
  --ink-deep: #031d1a;
  --green: #12b981;
  --green-bright: #39e6aa;
  --green-soft: #dff7ed;
  --cream: #f7f2e8;
  --paper: #fffdf7;
  --amber: #f4b942;
  --red: #d85245;
  --text: #20332f;
  --muted: #64736f;
  --line: rgba(8, 47, 42, .13);
  --shadow: 0 26px 70px rgba(8, 47, 42, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  padding-bottom: 112px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5vw, 4.75rem);
}

.scroll-progress {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: var(--green-bright);
  box-shadow: 0 0 18px rgba(57, 230, 170, .75);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

section[id] {
  scroll-margin-top: 90px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: 120px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--green-bright);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.eyebrow-dark { color: #11815e; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.035em;
}

.brand small {
  color: var(--green-bright);
  font-size: .63em;
  letter-spacing: .07em;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  color: var(--ink);
  background: var(--green-bright);
  transform: rotate(-4deg);
}

.brand-mark i { transform: rotate(4deg); }

.desktop-nav {
  display: flex;
  gap: 35px;
  font-size: .83rem;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, .74);
  transition: color .25s ease;
}

.desktop-nav a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--green-bright);
  transition: width .25s ease;
}

.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { width: 100%; }

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  font-size: .9rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  isolation: isolate;
  overflow: hidden;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(3, 29, 26, .2);
}

.button img {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.button-small {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 14px;
  font-size: .78rem;
}

.button-small img { width: 21px; height: 21px; }
.button-primary { color: var(--ink-deep); background: var(--green-bright); }
.button-dark { color: #fff; background: var(--ink); }
.button-light { color: var(--ink-deep); background: #fff; }
.site-header .button-dark { color: var(--ink-deep); background: #fff; }

.cta-attention::before {
  position: absolute;
  z-index: 2;
  top: -70%;
  left: -45%;
  width: 32%;
  height: 240%;
  content: "";
  pointer-events: none;
  opacity: .5;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  transform: rotate(20deg) translateX(-220%);
  animation: ctaShimmer 4.8s ease-in-out infinite;
}

.button.cta-attention {
  animation: ctaBounce 4.8s ease-in-out infinite, ctaGlow 3.2s ease-in-out infinite;
}

.button.cta-attention:hover {
  animation-play-state: paused;
}

.hero {
  position: relative;
  min-height: 1050px;
  padding: 154px 0 82px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 67%, rgba(31, 226, 162, .16), transparent 31%),
    linear-gradient(145deg, #042824 0%, #06231f 46%, #021b19 100%);
}

.hero::after {
  position: absolute;
  z-index: 1;
  right: -5%;
  bottom: -110px;
  left: -5%;
  height: 190px;
  border-radius: 50% 50% 0 0;
  content: "";
  background: var(--paper);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 4%, #000 45%, transparent 92%);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { top: 200px; left: -150px; width: 440px; height: 440px; background: rgba(216, 82, 69, .12); }
.hero-glow-two { top: 40px; right: -190px; width: 520px; height: 520px; background: rgba(244, 185, 66, .1); }
.hero-inner { position: relative; z-index: 3; }

.hero-copy {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  max-width: 940px;
  margin: 0 auto 25px;
  font-size: clamp(3.5rem, 7.5vw, 7rem);
}

.hero h1 em { color: var(--green-bright); font-weight: inherit; }

.hero-lead {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 34px;
}

.hero-microproof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.64);
  font-size: .68rem;
  font-weight: 700;
}

.hero-microproof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-microproof i {
  color: var(--green-bright);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: .88rem;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  width: min(100%, 1020px);
  height: 470px;
  margin: 50px auto 0;
}

.stage-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(57, 230, 170, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 590px; height: 350px; }
.ring-two { width: 780px; height: 440px; border-style: dashed; }

.hero-photo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 340px;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .08);
  border-radius: 49% 49% 32px 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
  transform: translate(-50%, var(--hero-parallax, 0px));
  transition: transform .22s linear;
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(3, 29, 26, .55), transparent 35%);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.hero-photo:hover img { transform: scale(1.05); }

.hero-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  font-size: .72rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
  background: rgba(8, 47, 42, .55);
}

.float-card, .quote-ticket, .decor-card { position: absolute; z-index: 5; }

.float-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 19px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
  backdrop-filter: blur(17px);
  background: rgba(255,255,255,.1);
  animation: float 5s ease-in-out infinite;
}

.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: .8rem; }
.float-card small { color: rgba(255,255,255,.58); font-size: .66rem; }

.float-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 13px;
  color: var(--ink);
  background: var(--green-bright);
}

.float-card-top { top: 28px; right: 120px; }
.float-card-left { top: 136px; left: 65px; animation-delay: -2s; }

.status-dot {
  width: 10px;
  height: 10px;
  border: 3px solid rgba(57,230,170,.23);
  border-radius: 50%;
  box-sizing: content-box;
  background: var(--green-bright);
}

.quote-ticket {
  right: 58px;
  bottom: 36px;
  width: 275px;
  padding: 22px;
  border-radius: 24px 24px 5px 24px;
  color: var(--ink);
  box-shadow: var(--shadow);
  background: var(--cream);
  transform: rotate(3deg);
}

.ticket-label, .ticket-value, .ticket-meta { display: block; }

.ticket-label {
  color: #6f7a72;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ticket-value {
  margin-top: 6px;
  font-family: "DM Serif Display", serif;
  font-size: 1.55rem;
}

.ticket-line { display: block; height: 1px; margin: 15px 0; background: rgba(8,47,42,.14); }
.ticket-meta { color: #4f625d; font-size: .67rem; font-weight: 700; }
.ticket-meta i { margin-right: 5px; color: #11815e; }

.decor-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 125px;
  padding: 21px;
  border-radius: 22px;
  box-shadow: 0 25px 50px rgba(0,0,0,.27);
}

.decor-card span { width: 43px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.3); }
.decor-card i { font-size: 1.55rem; }

.decor-card-one {
  bottom: 22px;
  left: 68px;
  color: #fff;
  background: linear-gradient(135deg, #cc5146, #8f2931);
  transform: rotate(-7deg);
}

.decor-card-two {
  z-index: 2;
  bottom: 63px;
  left: 174px;
  color: var(--ink);
  background: linear-gradient(135deg, #f6d37b, #e2a93a);
  transform: rotate(5deg);
}

.hero-proof {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 900px);
  margin: 25px auto 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.73);
  font-size: .72rem;
  font-weight: 700;
}

.hero-proof li {
  padding: 0 21px;
  border-right: 1px solid rgba(255,255,255,.13);
  text-align: center;
}

.hero-proof li:last-child { border: 0; }
.hero-proof i { margin-right: 5px; color: var(--green-bright); }

.brand-strip {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.brand-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 5vw, 72px);
  min-width: max-content;
  min-height: 98px;
  margin: 0 auto;
  padding: 0 30px;
  color: #73817d;
  font-size: .84rem;
  font-weight: 800;
}

.brand-track span { display: inline-flex; align-items: center; gap: 9px; }
.brand-track i { color: var(--ink); font-size: 1.15rem; }

.why-section { background: var(--paper); }
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 590px; color: var(--muted); }

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

.benefit-card {
  position: relative;
  min-height: 350px;
  padding: 34px 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  transition: transform .28s ease, box-shadow .28s ease;
}

.benefit-card:hover {
  z-index: 2;
  box-shadow: 0 22px 60px rgba(8,47,42,.1);
  transform: translateY(-8px);
}

.benefit-featured {
  color: #fff;
  border-color: transparent;
  background: var(--ink);
}

.benefit-number {
  position: absolute;
  top: 25px;
  right: 27px;
  color: #aeb9b5;
  font-size: .66rem;
  font-weight: 800;
}

.benefit-featured .benefit-number { color: rgba(255,255,255,.45); }

.benefit-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 78px;
  place-items: center;
  border-radius: 18px 18px 18px 6px;
  color: #0b7d5b;
  background: var(--green-soft);
}

.benefit-featured .benefit-icon { color: var(--ink); background: var(--green-bright); }
.benefit-card h3 { margin-bottom: 12px; color: var(--ink); font-size: 1.04rem; }
.benefit-featured h3 { color: #fff; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: .82rem; }
.benefit-featured p { color: rgba(255,255,255,.63); }

.card-pattern {
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 185px;
  height: 185px;
  border: 42px solid rgba(57,230,170,.08);
  border-radius: 50%;
}

.cards-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(8,47,42,.07);
  background: var(--cream);
}

.split-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  align-items: center;
}

.split-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }

.check-list {
  display: grid;
  gap: 17px;
  margin: 32px 0 38px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.check-list i {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #0b7d5b;
  background: #d8f2e7;
  font-size: .69rem;
}

.check-list span, .check-list strong { display: block; }
.check-list span { color: #75817e; font-size: .77rem; }
.check-list strong { margin-bottom: 2px; color: var(--ink); font-size: .88rem; }

.card-orbit {
  position: relative;
  min-height: 590px;
}

.orbit-line {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(8,47,42,.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.orbit-one { width: 540px; height: 390px; }
.orbit-two { width: 390px; height: 540px; }

.gift-card {
  position: absolute;
  display: flex;
  width: 250px;
  height: 155px;
  padding: 22px;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 25px;
  box-shadow: 0 30px 60px rgba(8,47,42,.19);
  transition: transform .3s ease;
}

.gift-card:hover {
  z-index: 8;
  transform: translateY(-8px) rotate(0deg);
}

.gift-card > i { margin-bottom: auto; font-size: 1.55rem; }

.gift-card span {
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gift-card strong {
  font-family: "DM Serif Display", serif;
  font-size: 1.32rem;
  font-weight: 400;
}

.gift-card small {
  position: absolute;
  right: 20px;
  bottom: 18px;
  opacity: .55;
  font-size: .54rem;
}

.gift-card-apple {
  z-index: 3;
  top: 45px;
  right: 44px;
  color: #fff;
  background: linear-gradient(145deg, #132d28, #061b18);
  transform: rotate(8deg);
}

.gift-card-amazon {
  z-index: 4;
  top: 210px;
  left: 18px;
  color: var(--ink);
  background: linear-gradient(145deg, #f7d679, #eca83b);
  transform: rotate(-9deg);
}

.gift-card-game {
  z-index: 5;
  right: 66px;
  bottom: 45px;
  color: #fff;
  background: linear-gradient(145deg, #df6558, #a63235);
  transform: rotate(5deg);
}

.orbit-badge {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  display: flex;
  width: 142px;
  height: 142px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 12px solid var(--cream);
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 18px 50px rgba(8,47,42,.2);
  transform: translate(-50%, -50%);
}

.orbit-badge span {
  font-size: .63rem;
  font-weight: 800;
  line-height: 1.35;
}

.process-section {
  color: #fff;
  background: var(--ink-deep);
}

.process-shell {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 100px;
  align-items: center;
}

.process-art {
  position: relative;
  min-height: 615px;
  padding: 45px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)), #082a26;
}

.process-art::before {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  content: "";
  background: rgba(57,230,170,.12);
}

.process-art-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-label {
  color: rgba(255,255,255,.55);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.process-art-icon {
  display: grid;
  width: 53px;
  height: 53px;
  place-items: center;
  border-radius: 17px;
  color: var(--ink);
  background: var(--green-bright);
}

.process-art > p {
  position: relative;
  z-index: 2;
  margin-top: 85px;
  font-family: "DM Serif Display", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.path-graphic {
  position: absolute;
  right: 45px;
  bottom: 95px;
  left: 45px;
  height: 205px;
}

.path-graphic svg { width: 100%; height: 100%; overflow: visible; }

.path-graphic path {
  fill: none;
  stroke: rgba(57,230,170,.52);
  stroke-width: 3;
  stroke-dasharray: 8 9;
}

.path-dot {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(57,230,170,.15);
}

.dot-one { left: 0; bottom: 45px; }
.dot-two { left: 31%; top: 76px; }
.dot-three { left: 61%; top: 54px; }
.dot-four { right: 0; top: 102px; }

.process-art-footer {
  position: absolute;
  right: 45px;
  bottom: 38px;
  left: 45px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.48);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.process-copy h2 { color: #fff; }

.steps-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.step-number { color: var(--green-bright); font-size: .69rem; font-weight: 800; }
.steps-list h3 { margin-bottom: 5px; color: #fff; font-size: .95rem; }
.steps-list p { margin-bottom: 0; color: rgba(255,255,255,.53); font-size: .77rem; }

.reviews-section {
  overflow: hidden;
  background: var(--paper);
}

.reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.review-note {
  display: flex;
  max-width: 265px;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: #65746f;
  background: #fff;
  font-size: .68rem;
}

.review-note i { color: #11815e; }

.review-wall {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(145px, 16vw, 235px);
  grid-template-rows: repeat(2, 205px);
  gap: 16px;
  width: max-content;
  margin-top: 65px;
  padding: 8px max(20px, calc((100vw - var(--container)) / 2));
  animation: wallDrift 55s linear infinite alternate;
}

.review-wall:hover { animation-play-state: paused; }

.review-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(8,47,42,.13);
  background: #e8eee9;
  transform: rotate(var(--tilt, -1deg));
}

.review-card:nth-child(3n + 2) { --tilt: 1.7deg; }
.review-card:nth-child(4n) { --tilt: -2deg; }
.review-card:nth-child(5n) { grid-row: span 2; --tilt: .8deg; }

.review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.93) blur(.45px);
  transform: scale(1.035);
  transition: filter .35s ease, transform .5s ease;
}

.review-card:hover img {
  filter: saturate(.96) contrast(.95) blur(.2px);
  transform: scale(1.075);
}

.review-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(3,29,26,.72), transparent 45%);
}

.review-card figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: .61rem;
  font-weight: 800;
}

.review-card figcaption i { color: var(--green-bright); }

.swipe-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
}

.faq-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 20%, rgba(57,230,170,.09), transparent 24%),
    var(--cream);
}

.faq-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 86px;
  align-items: start;
}

.faq-intro > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
}

.quote-ready-card {
  margin-top: 38px;
  padding: 30px;
  border-radius: 28px;
  color: #fff;
  box-shadow: 0 28px 70px rgba(8,47,42,.17);
  background:
    radial-gradient(circle at 100% 0, rgba(57,230,170,.2), transparent 34%),
    var(--ink);
}

.quote-ready-label {
  color: var(--green-bright);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.quote-ready-card ul {
  display: grid;
  gap: 0;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.quote-ready-card li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .8rem;
  font-weight: 700;
}

.quote-ready-card li span {
  color: var(--green-bright);
  font-size: .61rem;
}

.quote-ready-card small {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 23px;
  color: rgba(255,255,255,.55);
  font-size: .62rem;
  line-height: 1.55;
}

.quote-ready-card .button {
  width: 100%;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
}

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

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 27px 30px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #0b7d5b;
  background: var(--green-soft);
  transition: transform .3s ease, background .3s ease;
}

.faq-list details[open] summary i {
  color: var(--ink);
  background: var(--green-bright);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 590px;
  margin: -6px 30px 27px;
  color: var(--muted);
  font-size: .78rem;
}

.final-cta-section {
  padding-top: 30px;
  background: var(--paper);
}

.final-cta {
  position: relative;
  padding: 105px 40px;
  overflow: hidden;
  border-radius: 48px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(244,185,66,.13), transparent 24%),
    radial-gradient(circle at 85% 80%, rgba(57,230,170,.17), transparent 27%),
    var(--ink);
}

.final-cta::before, .final-cta::after {
  position: absolute;
  width: 270px;
  height: 150px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 25px;
  content: "";
  transform: rotate(-18deg);
}

.final-cta::before { top: -45px; left: -75px; }
.final-cta::after { right: -60px; bottom: -60px; transform: rotate(15deg); }

.final-cta h2, .final-cta > p, .final-cta > a, .final-cta > small, .final-cta .eyebrow {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.final-cta > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 31px;
  color: rgba(255,255,255,.63);
}

.final-cta > small {
  display: block;
  margin-top: 21px;
  color: rgba(255,255,255,.48);
  font-size: .66rem;
}

.final-cta-orb {
  position: absolute;
  top: 55px;
  right: 9%;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--amber);
  transform: rotate(9deg);
}

.site-footer {
  padding: 90px 0 35px;
  color: rgba(255,255,255,.65);
  background: var(--ink-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 60px;
}

.brand-footer { color: #fff; }
.footer-main > div:first-child > p { max-width: 340px; margin: 24px 0 0; font-size: .8rem; }

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  font-size: .76rem;
}

.footer-links span {
  margin-bottom: 7px;
  color: #fff;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-links a:hover { color: var(--green-bright); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 27px;
  border-top: 1px solid rgba(255,255,255,.09);
  font-size: .64rem;
}

.fixed-cta {
  position: fixed;
  z-index: 90;
  right: 50%;
  bottom: 22px;
  display: flex;
  min-width: 335px;
  min-height: 72px;
  align-items: center;
  gap: 13px;
  padding: 10px 17px 10px 10px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 20px 55px rgba(3,29,26,.35);
  background: rgba(5,44,38,.92);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
  transition: transform .25s ease, background .25s ease;
}

.fixed-cta.cta-attention {
  overflow: hidden;
  animation: fixedCtaBounce 5.2s ease-in-out infinite, fixedCtaGlow 3.2s ease-in-out infinite;
}

.fixed-cta.cta-attention:hover {
  animation-play-state: paused;
}

.fixed-cta:hover {
  background: var(--ink);
  transform: translateX(50%) translateY(-4px);
}

.fixed-cta img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 16px;
}

.fixed-cta span {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.35;
}

.fixed-cta small { color: rgba(255,255,255,.56); font-size: .61rem; font-weight: 600; }

.fixed-cta > i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--green-bright);
  font-size: .72rem;
}

.legal-modal {
  width: min(calc(100% - 32px), 680px);
  max-height: min(82vh, 760px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  color: var(--text);
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
  background: var(--paper);
}

.legal-modal::backdrop {
  background: rgba(2, 25, 22, .76);
  backdrop-filter: blur(8px);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.modal-icon, .modal-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
}

.modal-icon { color: #0a7657; background: var(--green-soft); }

.modal-close {
  border: 0;
  color: var(--ink);
  background: #eceee9;
  cursor: pointer;
}

.modal-content {
  max-height: calc(min(82vh, 760px) - 83px);
  padding: 36px 40px 44px;
  overflow-y: auto;
}

.modal-content h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 7vw, 3.8rem); }
.modal-content h3 { margin: 28px 0 8px; color: var(--ink); font-size: .95rem; }
.modal-content p { color: #60706c; font-size: .82rem; }

.modal-kicker {
  margin-bottom: 10px;
  color: #0a7657 !important;
  font-size: .65rem !important;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .75s ease var(--delay, 0s), transform .75s ease var(--delay, 0s);
  will-change: transform, opacity;
}

.reveal[data-animate="left"] { transform: translate3d(-44px, 0, 0); }
.reveal[data-animate="right"] { transform: translate3d(44px, 0, 0); }
.reveal[data-animate="scale"] { transform: scale(.94); }
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes wallDrift {
  from { transform: translateX(0); }
  to { transform: translateX(min(-28vw, -430px)); }
}

@keyframes ctaShimmer {
  0%, 70%, 100% { transform: rotate(20deg) translateX(-240%); }
  82% { transform: rotate(20deg) translateX(520%); }
}

@keyframes ctaBounce {
  0%, 84%, 100% { transform: translateY(0); }
  89% { transform: translateY(-5px); }
  93% { transform: translateY(0); }
  96% { transform: translateY(-2px); }
}

@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
  50% { box-shadow: 0 14px 38px rgba(57,230,170,.27); }
}

@keyframes fixedCtaBounce {
  0%, 84%, 100% { transform: translateX(50%) translateY(0); }
  89% { transform: translateX(50%) translateY(-6px); }
  94% { transform: translateX(50%) translateY(0); }
}

@keyframes fixedCtaGlow {
  0%, 100% { box-shadow: 0 20px 55px rgba(3,29,26,.35); }
  50% { box-shadow: 0 22px 65px rgba(57,230,170,.34); }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { min-height: 1040px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card { min-height: 320px; }
  .split-layout { gap: 35px; }
  .process-shell { gap: 45px; }
  .float-card-left { left: 0; }
  .float-card-top { right: 25px; }
  .quote-ticket { right: 0; }
  .decor-card-one { left: 0; }
  .decor-card-two { left: 85px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 96px; }
  .section { padding: 88px 0; }
  .hero { min-height: 0; padding-top: 132px; padding-bottom: 145px; }
  .hero::after { height: 130px; bottom: -75px; }
  .hero-stage { height: 510px; margin-top: 42px; }
  .hero-photo { width: 310px; height: 405px; }
  .ring-one { width: 480px; }
  .ring-two { width: 650px; }
  .float-card-left { top: 255px; left: 2px; }
  .float-card-top { top: 10px; right: 10px; }
  .quote-ticket { right: 5px; bottom: 0; width: 235px; }
  .decor-card-one { bottom: 8px; left: 12px; }
  .decor-card-two { display: none; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); gap: 16px 0; }
  .hero-proof li:nth-child(2) { border: 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .process-shell, .faq-layout { grid-template-columns: 1fr; }
  .split-layout { gap: 56px; }
  .split-copy { grid-row: 1; }
  .card-orbit { grid-row: 2; min-height: 560px; }
  .process-shell { gap: 58px; }
  .process-copy { grid-row: 1; padding-top: 0; }
  .process-art { grid-row: 2; }
  .process-art { min-height: 540px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .faq-layout { gap: 48px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .reveal[data-animate="left"],
  .reveal[data-animate="right"] { transform: translate3d(0, 22px, 0); }
  .header-inner { min-height: 76px; }
  .site-header .button-small { padding: 0 12px; font-size: .69rem; }
  .site-header .button-small img { width: 19px; height: 19px; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { padding-top: 114px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.45rem); }
  .hero-lead { font-size: .92rem; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: min(100%, 340px); }
  .hero-microproof { flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; }
  .hero-stage { height: 405px; margin-top: 38px; }
  .hero-photo { width: 255px; height: 350px; border-width: 6px; }
  .ring-one { width: 330px; height: 310px; }
  .ring-two { width: 440px; height: 390px; }
  .float-card { min-width: 156px; padding: 11px 12px; }
  .float-card-top { top: 14px; right: -6px; }
  .float-card-left { display: none; }
  .float-icon { width: 32px; height: 32px; }
  .quote-ticket, .decor-card-one { display: none; }
  .hero-proof { margin-top: 28px; font-size: .61rem; }
  .hero-proof li { padding: 0 8px; }
  .brand-track { justify-content: flex-start; gap: 32px; animation: wallDrift 20s linear infinite alternate; }
  .section-heading h2, .split-copy h2 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 285px; }
  .benefit-icon { margin-bottom: 55px; }
  .cards-section { padding-bottom: 70px; }
  .card-orbit {
    display: flex;
    min-height: 0;
    margin-inline: 0;
    padding: 8px 4px 22px;
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
  .orbit-line, .orbit-badge { display: none; }
  .gift-card {
    position: relative;
    inset: auto !important;
    width: min(88%, 280px);
    height: 158px;
    padding: 20px;
    border-radius: 23px;
  }
  .gift-card > i { font-size: 1.35rem; }
  .gift-card strong { font-size: 1.18rem; }
  .gift-card small { right: 17px; bottom: 16px; }
  .gift-card-apple { align-self: flex-end; transform: rotate(3deg); }
  .gift-card-amazon { align-self: flex-start; transform: rotate(-3deg); }
  .gift-card-game { align-self: center; transform: rotate(2deg); }
  .process-art { min-height: 440px; padding: 28px; border-radius: 30px; }
  .process-art > p { margin-top: 58px; font-size: 2.4rem; }
  .path-graphic { right: 28px; bottom: 83px; left: 28px; }
  .process-art-footer { right: 28px; bottom: 30px; left: 28px; font-size: .48rem; }
  .review-wall {
    display: flex;
    width: 100%;
    margin-top: 38px;
    padding: 10px 14px 20px;
    gap: 14px;
    overflow-x: auto;
    animation: none;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .review-wall::-webkit-scrollbar { display: none; }
  .review-card, .review-card:nth-child(5n) {
    width: auto;
    height: 330px;
    flex: 0 0 76vw;
    grid-row: auto;
    scroll-snap-align: center;
  }
  .swipe-hint { display: flex; }
  .faq-list summary { padding: 23px 20px; font-size: .82rem; }
  .faq-list details p { margin: -3px 20px 23px; }
  .quote-ready-card { padding: 25px 21px; }
  .final-cta { padding: 86px 24px; border-radius: 32px; }
  .final-cta h2 { font-size: 3rem; }
  .final-cta-orb { top: 22px; right: 22px; width: 52px; height: 52px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .fixed-cta { bottom: max(10px, env(safe-area-inset-bottom)); min-width: 0; width: calc(100% - 24px); min-height: 66px; border-radius: 21px; }
  .fixed-cta img { width: 47px; height: 47px; }
  .modal-content { padding: 30px 24px 38px; }
}

@media (max-width: 360px) {
  .site-header .button-small {
    width: 46px;
    min-height: 46px;
    padding: 0;
  }
  .site-header .button-small span { display: none; }
  .hero h1 { font-size: clamp(2.75rem, 14.5vw, 3.25rem); }
  .hero-stage { height: 380px; }
  .hero-photo { width: 235px; height: 325px; }
  .float-card-top { right: -8px; transform: scale(.92); }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .section { padding: 74px 0; }
  .process-art { min-height: 410px; }
  .process-art > p { font-size: 2.12rem; }
  .review-card, .review-card:nth-child(5n) { height: 300px; flex-basis: 82vw; }
  .final-cta h2 { font-size: 2.65rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
  .fixed-cta span { font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
