/* ============================================================
   UPSC Garden — landing page
   Palette: forest green + warm cream. Type: Fraunces + Inter.
   ============================================================ */
:root {
  --green-950: #102a1b;
  --green-900: #14301f;
  --green-800: #173d29;
  --green-700: #1d4d2e;
  --green-600: #2e7d4f;
  --green-100: #e3eedf;
  --cream: #faf8f0;
  --cream-2: #f3efe1;
  --ink: #1c2a20;
  --ink-soft: #4c5a50;
  --gold: #e9b949;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow: 0 2px 6px rgba(20, 48, 31, 0.05), 0 18px 44px rgba(20, 48, 31, 0.1);
  --shadow-sm: 0 1px 3px rgba(20, 48, 31, 0.05), 0 8px 22px rgba(20, 48, 31, 0.07);
  --line: 1px solid rgba(20, 48, 31, 0.07);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

#features,
#garden,
#how,
#journey,
#faq,
#download {
  scroll-margin-top: 92px;
}

.container { width: min(1180px, 92vw); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 110px) 0; }

/* ---------- type ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.01em;
  font-size: clamp(2.5rem, 5.6vw, 4.4rem);
}
.display em { font-style: italic; color: var(--green-600); }
.display--2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.1; }
.display--3 { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.18; }
.h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.15; }
.lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--ink-soft); max-width: 42ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-600); margin-bottom: 14px;
}
.section__lead { color: var(--ink-soft); max-width: 46ch; margin-top: 14px; }
.sprig { font-size: 0.5em; vertical-align: super; margin-left: 6px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 0.95rem;
  padding: 13px 24px; border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn--primary { background: var(--green-700); color: #fff; box-shadow: 0 8px 22px rgba(29, 77, 46, 0.32); }
.btn--primary:hover { background: var(--green-600); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(28, 42, 32, 0.18); }
.btn--ghost:hover { border-color: var(--green-600); color: var(--green-600); }
.btn--light { background: var(--green-700); color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
.btn--light:hover { background: var(--green-600); transform: translateY(-2px); }
.btn--lg { padding: 16px 30px; font-size: 1.02rem; }
.btn .i { flex: none; }
.play { font-size: 0.7em; background: var(--green-100); color: var(--green-700); width: 28px; height: 28px; border-radius: 50%; display: inline-grid; place-items: center; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 240, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 48, 31, 0.07);
}
.nav__inner { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand__logo { width: 42px; height: 42px; border-radius: 10px; }
.brand__name {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.02rem; line-height: 1.02; color: var(--green-900);
}
.brand--dark .brand__name { color: #fff; }
.nav__links { display: flex; gap: 26px; margin-inline: auto; }
.nav__links a { font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); transition: color 0.15s; }
.nav__links a:hover { color: var(--green-700); }
.nav__cta { white-space: nowrap; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--green-900); margin: 5px 0; border-radius: 2px; transition: 0.2s; }

/* ---------- hero (immersive) ---------- */
.hero {
  position: relative; overflow: hidden;
  background: url("./assets/scenes/hero-wide.jpg") 70% 38% / cover no-repeat;
  min-height: clamp(540px, 88vh, 840px);
  display: flex; align-items: center;
  padding: clamp(48px, 7vw, 90px) 0 clamp(72px, 9vw, 120px);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(90deg, rgba(250, 248, 240, 0.97) 0%, rgba(250, 248, 240, 0.9) 32%, rgba(250, 248, 240, 0.5) 47%, rgba(250, 248, 240, 0) 60%),
    linear-gradient(180deg, rgba(250, 248, 240, 0.4) 0%, rgba(250, 248, 240, 0) 18%, rgba(250, 248, 240, 0) 82%, var(--cream) 100%);
}
.hero__inner { position: relative; z-index: 2; }
.hero__copy { max-width: 600px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero__copy .lead { margin-top: 20px; }
.hero__avail { margin-top: 26px; font-size: 0.8rem; font-weight: 700; color: var(--ink-soft); }

/* stores */
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.stores--center { justify-content: center; }
.store {
  display: inline-flex; align-items: center; gap: 10px;
  background: #111; color: #fff;
  padding: 8px 16px; border-radius: 12px;
  transition: transform 0.15s ease;
}
.store:hover { transform: translateY(-2px); }
.store--pending { cursor: default; }
.store--pending:hover { transform: none; }
.store__txt { display: flex; flex-direction: column; line-height: 1.15; }
.store__txt small { font-size: 0.58rem; letter-spacing: 0.04em; opacity: 0.85; }
.store__txt strong { font-size: 0.95rem; }

/* proof */
.proof { display: flex; align-items: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.proof__faces { display: flex; }
.proof__faces img {
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid var(--cream);
  object-fit: cover;
  background: var(--cream-2);
  box-shadow: 0 3px 10px rgba(16, 42, 27, 0.16);
}
.proof__faces img + img { margin-left: -11px; }
.proof__count, .proof__rating { font-size: 0.8rem; color: var(--ink-soft); }
.proof__count strong, .proof__rating strong { color: var(--ink); font-size: 0.95rem; }
.proof__divider { width: 1px; height: 36px; background: rgba(28, 42, 32, 0.15); }
.stars { color: var(--gold); letter-spacing: 2px; }

/* ---------- why / showcase ---------- */
.why { background: var(--cream-2); position: relative; }
.why__head { text-align: center; max-width: 640px; margin: 0 auto 14px; }
.why__head .section__lead { margin-inline: auto; }
.why__stage {
  position: relative; border-radius: 32px; overflow: hidden;
  margin-top: clamp(32px, 5vw, 56px);
  background: url("./assets/scenes/why-stage.jpg") center 60% / cover no-repeat;
  box-shadow: var(--shadow);
}
.why__stage::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(243, 239, 225, 0.55) 0%, rgba(243, 239, 225, 0.25) 45%, rgba(243, 239, 225, 0.45) 100%);
}
.stage__phone {
  position: relative; z-index: 1;
  padding: clamp(44px, 6vw, 72px) 0;
  display: flex; justify-content: center;
}
.stage__phone .phone { max-width: 360px; }
.phone {
  position: relative;
  width: 100%; max-width: 340px; margin-inline: auto;
  border: 11px solid #16181a; border-radius: 48px;
  background: #16181a;
  box-shadow: 0 30px 60px rgba(16, 42, 27, 0.4), inset 0 0 0 2px #2e3236;
}
.phone img { width: 100%; display: block; border-radius: 37px; }
.stage__callouts { list-style: none; }
.co {
  --coline: 128px;
  position: absolute; z-index: 2;
  width: clamp(168px, 15.5vw, 205px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border-radius: 16px; border: var(--line); box-shadow: var(--shadow-sm);
  padding: 13px 15px;
  display: flex; gap: 11px; align-items: flex-start;
}
.co--l1 { right: calc(50% + 235px); left: auto; top: 29%; }
.co--l2 { right: calc(50% + 235px); left: auto; top: 46%; }
.co--r1 { left: calc(50% + 235px); right: auto; top: 31%; }
.co--r2 { left: calc(50% + 235px); right: auto; top: 57%; }
.co__arrow { display: none; }
/* dashed connector + ring touching the phone */
.co::after {
  content: ""; position: absolute; top: 50%;
  width: var(--coline);
  border-top: 2px dashed rgba(29, 77, 46, 0.5);
}
.co::before {
  content: ""; position: absolute; top: calc(50% - 5px);
  width: 9px; height: 9px; border-radius: 50%;
  background: #fff; border: 2.5px solid var(--green-600);
  box-shadow: 0 1px 4px rgba(16, 42, 27, 0.25);
}
.co--left::after { left: 100%; }
.co--left::before { left: calc(100% + var(--coline)); }
.co--r1::after, .co--r2::after { right: 100%; }
.co--r1::before, .co--r2::before { right: calc(100% + var(--coline)); }
.callout__icon {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--green-100); color: var(--green-700);
  flex: none;
}
.callout__icon svg { width: 18px; height: 18px; }
.callout__icon--img img { width: 28px; height: 28px; object-fit: contain; }
.co h3 { font-size: 0.92rem; font-weight: 700; line-height: 1.25; }
.co p { font-size: 0.8rem; color: var(--ink-soft); margin-top: 3px; }

/* feature row under the stage */
.why__feats {
  list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 3vw, 36px);
  margin-top: clamp(36px, 5vw, 56px);
  text-align: center;
}
.feat__icon {
  display: inline-grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: var(--line); box-shadow: var(--shadow-sm);
  color: var(--green-700); margin-bottom: 12px;
}
.feat__icon svg { width: 23px; height: 23px; }
.why__feats h3 { font-size: 0.96rem; font-weight: 700; }
.why__feats p { font-size: 0.83rem; color: var(--ink-soft); margin-top: 4px; max-width: 24ch; margin-inline: auto; }
.why__mascot {
  position: absolute; right: clamp(14px, 3vw, 48px); bottom: 8px;
  width: clamp(120px, 14vw, 210px); pointer-events: none; z-index: 2;
}

/* ---------- how it works ---------- */
.how .eyebrow, .how .display--2 { display: block; }
.how__flow { position: relative; margin-top: clamp(36px, 5vw, 64px); }
.steps__vine {
  position: absolute; top: 33px; left: 0;
  width: 100%; height: 64px; pointer-events: none;
}
.steps {
  list-style: none; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 28px 22px;
  position: relative;
}
.steps li { position: relative; text-align: center; padding: 0 6px; }
.step__icon {
  display: grid; place-items: center;
  width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 14px;
  background: #fff; border: var(--line); box-shadow: var(--shadow-sm);
  color: var(--green-700);
}
.step__icon svg { width: 28px; height: 28px; }
.step__icon img { width: 42px; height: 42px; object-fit: contain; }
.step__num {
  display: inline-grid; place-items: center;
  width: 21px; height: 21px; border-radius: 50%;
  background: var(--green-700); color: #fff;
  font-size: 0.68rem; font-weight: 800; margin-right: 8px;
  flex: none;
}
.steps h3 {
  font-size: 0.96rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.steps p { font-size: 0.84rem; color: var(--ink-soft); margin-top: 6px; max-width: 24ch; margin-inline: auto; }
.quote {
  background: var(--cream-2); border-radius: var(--radius-lg); border: var(--line);
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3vw, 38px) 0;
  display: flex; align-items: flex-end; gap: 6px;
  position: relative; overflow: hidden;
  max-width: 860px; margin: clamp(44px, 6vw, 72px) auto 0;
}
.quote__mark {
  position: absolute; top: 2px; left: 22px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 6rem; line-height: 1.1; color: var(--green-600); opacity: 0.22;
  pointer-events: none;
}
.quote__body { flex: 1; align-self: center; padding: 40px 0 34px; }
.quote blockquote p {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.35;
}
.quote footer { margin-top: 18px; color: var(--ink-soft); font-size: 0.9rem; }
.quote footer strong { color: var(--ink); }
.quote footer small { display: block; margin-top: 2px; font-size: 0.78rem; }
.quote img { width: clamp(110px, 11vw, 150px); flex: none; }

/* ---------- duo: gardens + journey ---------- */
.duo {
  padding-top: 0;
  background: linear-gradient(180deg, var(--cream) 0%, #edf1e1 45%, var(--cream) 100%);
}
.duo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); }
.card {
  background: #fff; border-radius: var(--radius-lg); border: var(--line);
  padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow);
}
.card--journey { display: flex; flex-direction: column; justify-content: space-between; gap: 26px; }
.card__lead { font-size: 0.9rem; color: var(--ink-soft); margin-top: 8px; }
.tiles {
  list-style: none; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px;
}
.tile {
  position: relative; border-radius: 18px; overflow: hidden;
  background-color: var(--green-950);
  background-size: cover; background-position: center;
  aspect-ratio: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--shadow-sm);
}
.tile:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--shadow); }
.tile__pct {
  position: absolute; top: 9px; right: 9px; z-index: 1;
  font-size: 0.68rem; font-weight: 800; color: #fff;
  background: rgba(29, 77, 46, 0.88); padding: 2px 9px; border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.tile__pct--weak { background: rgba(146, 64, 28, 0.92); }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.tiles__hint {
  margin-top: 18px; font-size: 0.8rem; color: var(--ink-soft);
  display: flex; align-items: center; gap: 7px;
}
.tiles__hint svg { color: var(--green-600); flex: none; }

.journey--art {
  margin-top: 10px; padding: 20px 14px 14px;
  background: #fdfcf8; border-radius: var(--radius); border: var(--line);
  overflow: hidden;
}
.journey__art { width: 100%; display: block; mix-blend-mode: multiply; }
.journey__labels {
  display: flex; justify-content: space-around;
  margin-top: 8px;
}
.journey__labels span { font-size: 0.74rem; font-weight: 700; color: var(--ink-soft); }
.stats {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; margin-top: 26px; text-align: center;
}
.stats li { display: grid; gap: 4px; justify-items: center; }
.stat__icon {
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--green-100); color: var(--green-700);
}
.stat__icon svg { width: 20px; height: 20px; }
.stats strong { font-family: var(--font-display); font-size: 1.25rem; color: var(--green-800); }
.stats small { font-size: 0.7rem; color: var(--ink-soft); font-weight: 600; }

/* ---------- fade banner ---------- */
.fade { padding: clamp(20px, 3vw, 40px) 0; }
.fade__inner {
  border-radius: var(--radius-lg); overflow: hidden;
  background:
    linear-gradient(92deg, rgba(8, 14, 10, 0.88) 0%, rgba(8, 14, 10, 0.5) 45%, rgba(8, 14, 10, 0.08) 75%),
    url("./assets/scenes/rain.jpg") center 38% / cover no-repeat;
  min-height: clamp(300px, 38vw, 400px);
  display: flex; align-items: center;
  color: #fff; padding: clamp(28px, 5vw, 64px);
  box-shadow: var(--shadow);
}
.fade__copy { max-width: 560px; }
.fade__copy p { margin-top: 14px; opacity: 0.85; font-size: 0.95rem; }

/* ---------- FAQ ---------- */
.faq {
  background:
    linear-gradient(180deg, var(--cream) 0%, #eef3e8 100%);
}
.faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.faq__head {
  position: sticky;
  top: 108px;
}
.faq__list {
  display: grid;
  gap: 12px;
}
.faq details {
  background: rgba(255, 255, 255, 0.82);
  border: var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  font-weight: 800;
  color: var(--green-900);
  line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 1.1rem;
  line-height: 1;
}
.faq details[open] summary::after { content: "−"; }
.faq details p {
  padding: 0 20px 20px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* ---------- sunset cta ---------- */
.cta {
  background: url("./assets/scenes/sunset.jpg") center 35% / cover no-repeat;
  position: relative;
}
.cta__overlay {
  background: linear-gradient(180deg, rgba(250, 248, 240, 0.88) 0%, rgba(250, 248, 240, 0.42) 26%, rgba(16, 42, 27, 0.18) 100%);
  padding: clamp(64px, 9vw, 130px) 0 clamp(72px, 10vw, 150px);
}
.cta__inner { text-align: center; }
.cta__inner > p { margin-top: 14px; color: var(--ink-soft); font-weight: 600; }
.cta__inner .btn { margin-top: 26px; }
.cta__avail { margin-top: 22px; font-size: 0.8rem; font-weight: 700; color: #fff; text-shadow: 0 1px 8px rgba(16, 42, 27, 0.55); }
.cta .stores { margin-top: 12px; }

/* ---------- footer ---------- */
.footer { background: var(--green-900); color: rgba(255, 255, 255, 0.82); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr) 1.2fr;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(40px, 5vw, 64px) 0;
}
.footer__brand p { margin-top: 14px; font-size: 0.85rem; opacity: 0.75; }
.footer__col { display: grid; gap: 10px; align-content: start; }
.footer__col h4 { color: #fff; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.footer__col a,
.footer__col span {
  font-size: 0.85rem; opacity: 0.78; transition: opacity 0.15s;
}
.footer__col a:hover { opacity: 1; }
.footer__made { font-size: 0.85rem; display: grid; gap: 14px; align-content: start; }
.footer__social { display: flex; gap: 14px; }
.footer__social a,
.footer__social span {
  opacity: 0.75; transition: opacity 0.15s;
}
.footer__social a:hover { opacity: 1; }

/* ---------- liveliness ---------- */
.hero { position: relative; }
.leaves { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.leaf { position: absolute; top: -34px; height: auto; opacity: 0; animation: drift linear infinite; filter: drop-shadow(0 2px 3px rgba(20, 48, 31, 0.18)); }
@keyframes drift {
  0%   { transform: translate(0, -30px) rotate(0deg); opacity: 0; }
  8%   { opacity: 0.5; }
  85%  { opacity: 0.45; }
  100% { transform: translate(60px, 105vh) rotate(300deg); opacity: 0; }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50%      { transform: translateY(-9px) rotate(1.5deg); }
}
.why__mascot, .quote img { animation: floaty 5.5s ease-in-out infinite; }

/* staggered child reveals */
.why__feats li, .steps li, .tiles .tile, .stats li {
  opacity: 0; transform: translateY(16px) scale(0.97);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.18s ease;
}
.reveal.is-in li, .is-in .tile {
  opacity: 1; transform: none;
}
.reveal.is-in li:nth-child(1)  { transition-delay: 0.05s; }
.reveal.is-in li:nth-child(2)  { transition-delay: 0.14s; }
.reveal.is-in li:nth-child(3)  { transition-delay: 0.23s; }
.reveal.is-in li:nth-child(4)  { transition-delay: 0.32s; }
.reveal.is-in li:nth-child(5)  { transition-delay: 0.41s; }
.reveal.is-in li:nth-child(6)  { transition-delay: 0.5s; }
.reveal.is-in li:nth-child(7)  { transition-delay: 0.59s; }
.reveal.is-in li:nth-child(8)  { transition-delay: 0.68s; }
.reveal.is-in li:nth-child(9)  { transition-delay: 0.77s; }



/* decorative corner art — anchored to card corners only */
.how, .duo { position: relative; overflow: hidden; }
.deco { position: absolute; pointer-events: none; z-index: 2; }
.deco--stage { width: clamp(120px, 13vw, 200px); top: -4px; left: -4px; }
.how__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px;
}
.how__mascot { width: clamp(120px, 13vw, 190px); flex: none; transform: scaleX(-1); }
.quote__corner {
  position: absolute; top: -2px; right: -2px;
  width: clamp(100px, 10vw, 140px); transform: scaleX(-1);
  pointer-events: none;
}

/* VS comparison */
.vs {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: stretch; gap: 0;
  margin-top: clamp(40px, 6vw, 72px);
  position: relative; z-index: 1;
}
.vs__col {
  border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 36px);
  display: flex; flex-direction: column;
}
.vs__badge { align-self: center; }
.vs__col h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 18px; text-align: center; }
.vs__col--dark { background: #23282c; color: #e8ebed; box-shadow: var(--shadow); }
.vs__col--light { background: #fff; border: var(--line); box-shadow: var(--shadow); }

.vs__body { display: flex; gap: 20px; align-items: stretch; flex: 1; }
.vs__visual {
  flex: 0 0 44%; max-width: 235px;
  aspect-ratio: 640 / 1370; height: auto;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.vs__visual img { width: 100%; height: 100%; object-fit: cover; }
.vs__visual--app {
  border: 6px solid #131711; border-radius: 30px; background: #131711;
}
.vs__visual--app img { border-radius: 22px; }
.vs__dash {
  background: #eef0f2;
  border: 1px solid #d7dbdf;
  border-radius: 14px;
  padding: 16px 14px; display: flex; flex-direction: column;
  gap: 13px; justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
}
.dash__top { display: flex; align-items: center; gap: 12px; }
.dash__donut {
  flex: none; width: 76px; height: 76px; border-radius: 50%;
  background: conic-gradient(#4a7ab5 0 38%, #8fa6bd 38% 62%, #b8c2cc 62% 81%, #6b7e91 81% 100%);
  display: grid; place-items: center; position: relative;
}
.dash__donut::before {
  content: ""; position: absolute; inset: 17px;
  border-radius: 50%; background: #eef0f2;
}
.dash__donut span { position: relative; font-weight: 700; font-size: 0.82rem; color: #45525e; }
.dash__legend { display: grid; gap: 4px; min-width: 0; }
.dash__legend span {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.62rem; color: #5d6a76; white-space: nowrap;
}
.dash__legend i { width: 8px; height: 8px; border-radius: 2px; background: #4a7ab5; flex: none; }
.dash__legend span:nth-child(2) i { background: #8fa6bd; }
.dash__legend span:nth-child(3) i { background: #b8c2cc; }
.dash__legend span:nth-child(4) i { background: #6b7e91; }
.dash__bars { width: 100%; display: flex; gap: 6px; align-items: flex-end; height: 58px; }
.dash__bars i { flex: 1; background: #7e96ad; border-radius: 2px 2px 0 0; }
.dash__lines { width: 100%; display: grid; gap: 6px; }
.dash__lines div {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.66rem; color: #5d6a76;
  background: #fff; border: 1px solid #dfe3e7;
  border-radius: 6px; padding: 5px 9px;
}
.dash__lines b { color: #36424e; font-size: 0.7rem; }
.dash__stats { width: 100%; display: flex; gap: 6px; }
.dash__stats div {
  flex: 1; background: #fff; border: 1px solid #dfe3e7;
  border-radius: 7px; padding: 7px 4px; text-align: center; min-width: 0;
}
.dash__stats strong { display: block; font-size: 0.74rem; color: #36424e; }
.dash__stats small { font-size: 0.56rem; color: #7d8893; }

.vs__points {
  list-style: none; display: grid; gap: 10px;
  align-content: center; flex: 1; min-width: 0;
}
.vs__points li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.87rem; font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px; padding: 9px 13px;
}
.vs__points li svg { flex: none; color: #e08a72; }
.vs__points--good li { background: var(--cream-2); color: var(--ink); }
.vs__points--good li svg { color: var(--green-600); }
.vs__badge {
  display: grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--green-700); color: #fff;
  font-weight: 800; font-size: 0.95rem;
  border: 4px solid var(--cream-2);
  margin: 0 -27px; z-index: 2; justify-self: center;
}

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .why__feats li, .steps li, .tiles .tile, .stats li { opacity: 1; transform: none; transition: none; }
  .leaf, .why__mascot, .quote img { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (min-width: 1760px) {
  .hero {
    max-width: 1700px;
    margin: 24px auto 0;
    border-radius: 40px;
    min-height: 760px;
    box-shadow: var(--shadow);
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(250, 248, 240, 0.97) 0%, rgba(250, 248, 240, 0.9) 30%, rgba(250, 248, 240, 0.5) 44%, rgba(250, 248, 240, 0) 58%),
      linear-gradient(180deg, rgba(250, 248, 240, 0.3) 0%, rgba(250, 248, 240, 0) 15%, rgba(250, 248, 240, 0) 100%);
  }
}

@media (max-width: 1080px) {
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand, .footer__made { grid-column: span 3; }
}

@media (max-width: 1000px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: block; margin-left: auto; }
  .nav__links.is-open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--cream); border-bottom: 1px solid rgba(20, 48, 31, 0.08);
    padding: 8px 0 16px;
  }
  .nav__links.is-open a { padding: 12px 6vw; }

  .hero { min-height: auto; background-position: 64% 32%; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(250, 248, 240, 0.93) 0%, rgba(250, 248, 240, 0.82) 55%, rgba(250, 248, 240, 0.55) 80%, var(--cream) 100%);
  }
  .hero__copy { max-width: 640px; margin-inline: auto; text-align: center; }
  .hero__copy .lead, .hero__actions, .stores, .proof { justify-content: center; margin-inline: auto; }

  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps__vine { display: none; }

  .why__stage { grid-template-columns: 1fr; }
  .stage__phone { margin-left: 0; padding-bottom: 12px; }
  .stage__callouts {
    grid-template-columns: 1fr; gap: 14px;
    padding: 0 22px 28px; max-width: 520px; margin-inline: auto;
  }
  .co { --coline: 80px; width: clamp(148px, 24vw, 190px); padding: 11px 12px; gap: 9px; }
  .co--l1, .co--l2 { right: calc(50% + 180px); }
  .co--r1, .co--r2 { left: calc(50% + 180px); }
  .co h3 { font-size: 0.84rem; }
  .co p { font-size: 0.73rem; }
  .co .callout__icon { width: 32px; height: 32px; }
  .co .callout__icon--img img { width: 23px; height: 23px; }
  .why__feats { grid-template-columns: repeat(2, 1fr); }
  .vs { grid-template-columns: 1fr; gap: 12px; }
  .vs__badge { margin: -14px auto; }
  .vs__visual { flex-basis: 42%; }
  .duo__grid { grid-template-columns: 1fr; }
  .faq__grid { grid-template-columns: 1fr; }
  .faq__head { position: static; text-align: center; }
  .faq__head .section__lead { margin-inline: auto; }
}

@media (max-width: 740px) {
  /* overlap mode: cards sit on the phone edges like the reference */
  .co { --coline: 18px; width: clamp(140px, 40vw, 180px); }
  .co--l1, .co--l2 { left: 6px; right: auto; }
  .co--r1, .co--r2 { right: 6px; left: auto; }
  .co--l1 { top: 30%; }
  .co--r1 { top: 33%; }
  .co--l2 { top: 48%; }
  .co--r2 { top: 60%; }
}

@media (max-width: 600px) {
  .steps { gap: 24px 14px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .tiles { gap: 10px; }
  .how__mascot { display: none; }
  .quote__corner { width: 84px; }
  .vs__body { flex-direction: column; align-items: center; }
  .vs__visual { flex-basis: auto; width: 64%; max-width: 220px; }
  .vs__points { width: 100%; }
  .journey { flex-wrap: nowrap; overflow-x: auto; }
  .quote__mark { font-size: 4.5rem; left: 16px; }
  .quote img { width: 96px; }
  .quote__body { padding: 20px 0 24px; }
  .phone { max-width: 280px; border-width: 9px; border-radius: 42px; }
  .phone img { border-radius: 33px; }
  .why__mascot { width: 96px; bottom: -10px; }
  .ambient { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand, .footer__made { grid-column: span 2; }
  .proof__divider { display: none; }
  .faq summary { padding: 16px 16px; font-size: 0.94rem; }
  .faq details p { padding: 0 16px 18px; font-size: 0.86rem; }
}
