﻿/* ============================================================
   CarVerdict - Landing v3 (st2-)
   Full rebuild. One visual language across every section,
   matched to the kept sections (tools grid + pricing):
   lime #E8FF47 on #080808, Bebas headings, .5px borders,
   20-26px radii, glass cards, per-tool accent colors.

   Order: Hero (road) → all-14 strip → journey (4 chapters)
   → tools grid (kept) → how it works → garage → daily habit
   → pricing (kept) → final CTA → footer.
   ============================================================ */

/* Old horizontal reading-progress bar (.st-progress) removed - the
   vertical road spine (landing-fx.js/css) now serves that role. */

/* ---------- Shared reveal ---------- */
.st-r{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.st-r.in{ opacity:1; transform:translateY(0); }

/* ============================================================
   HERO - road perspective + rotating 14-tool showcase
   ============================================================ */
.st2-hero{ position:relative; min-height:78vh; display:flex; align-items:center; overflow:hidden; z-index:1; }

/* tire-tread texture: zigzag sipe ribs with a center groove, barely-there */
.st2-hero::before{
  content:'';
  position:absolute; inset:0; z-index:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='64' viewBox='0 0 44 64'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-opacity='0.028' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4,0 16,8 4,16 16,24 4,32 16,40 4,48 16,56 4,64'/%3E%3Cpolyline points='40,4 28,12 40,20 28,28 40,36 28,44 40,52 28,60'/%3E%3C/g%3E%3Cline x1='22' y1='0' x2='22' y2='64' stroke='%23FFFFFF' stroke-opacity='0.02' stroke-width='2'/%3E%3C/svg%3E");
  background-size:44px 64px;
  background-repeat:repeat;
  pointer-events:none;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 55%, transparent 100%);
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 55%, transparent 100%);
}
.st2-hero-bg{ position:absolute; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.st2-hero-bg svg{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.st2-hero-in{ position:relative; z-index:2; width:100%; max-width:1280px; margin:0 auto; padding:4rem 2.5rem 3rem; display:grid; grid-template-columns:1.05fr .95fr; gap:3.5rem; align-items:center; }

.st2-eyebrow{ display:inline-flex; align-items:center; gap:9px; background:transparent; border:1.5px dashed rgba(232,255,71,.5); color:#E8FF47; font-family:'DM Mono',monospace; font-size:11px; font-weight:500; letter-spacing:1.5px; text-transform:uppercase; padding:7px 14px; border-radius:2px; margin-bottom:1.8rem; transform:rotate(-1.4deg); }
.st2-eyebrow .pulse{ width:6px; height:6px; border-radius:50%; background:#E8FF47; box-shadow:0 0 8px #E8FF47, 0 0 0 0 rgba(232,255,71,.5); animation:st2Pulse 2.2s ease infinite; }
@keyframes st2Pulse{ 0%{ box-shadow:0 0 0 0 rgba(232,255,71,.45); } 70%{ box-shadow:0 0 0 7px rgba(232,255,71,0); } 100%{ box-shadow:0 0 0 0 rgba(232,255,71,0); } }

.st2-h1{ font-family:'Bebas Neue',sans-serif; font-size:clamp(56px,7.2vw,116px); line-height:.87; letter-spacing:1px; color:#fff; margin-bottom:1.5rem; }
.st2-h1 .lime{ color:#E8FF47; }
/* Words are visible by default; the animation supplies the hidden
   start state via fill-mode:both. If it never fires, text still shows. */
.st2-w{ display:inline-block; animation:st2Word .7s cubic-bezier(.16,1,.3,1) both; }
@keyframes st2Word{ from{ opacity:0; transform:translateY(24px); } }

.st2-sub{ font-size:17px; color:#9aa0a6; line-height:1.65; max-width:460px; margin-bottom:2.2rem; }
.st2-sub b{ color:#e8e8e8; font-weight:700; }
.st2-cta{ display:flex; gap:13px; flex-wrap:wrap; align-items:center; margin-bottom:1.4rem; }
.st2-btn-primary{ display:inline-flex; align-items:center; gap:9px; background:#E8FF47; color:#000; font-weight:800; font-size:15.5px; padding:16px 30px; border-radius:14px; text-decoration:none; transition:transform .22s cubic-bezier(.16,1,.3,1), background .22s; }
.st2-btn-primary:hover{ transform:translateY(-2px); background:#f0ff6a; }
.st2-btn-ghost{ display:inline-flex; align-items:center; gap:8px; color:#cfcfcf; font-weight:600; font-size:15px; padding:16px 24px; border-radius:14px; border:.5px solid rgba(255,255,255,.13); text-decoration:none; transition:border-color .2s, background .2s; }
.st2-btn-ghost:hover{ border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.04); }
.st2-mini{ display:inline-flex; align-items:center; gap:7px; font-size:13px; color:#6b7280; }
.st2-mini svg, .st2-mini i{ stroke:#22c55e; }

.st2-fade{ animation:st2Up .85s cubic-bezier(.16,1,.3,1) both; }
.st2-fade.d1{ animation-delay:.05s; } .st2-fade.d2{ animation-delay:.45s; }
.st2-fade.d3{ animation-delay:.6s; } .st2-fade.d4{ animation-delay:.75s; }
@keyframes st2Up{ from{ opacity:0; transform:translateY(22px); } }

/* --- Rotating tool showcase --- */
.st2-show{ position:relative; max-width:430px; margin-left:auto; animation:st2Float 7s ease-in-out infinite; }
@keyframes st2Float{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-9px); } }
.st2-show-card{ position:relative; background:rgba(13,13,15,.96); border:.5px solid rgba(255,255,255,.12); border-radius:22px; box-shadow:0 30px 70px rgba(0,0,0,.6); overflow:hidden; min-height:352px; }
.st2-show-card .cvr-banner{ padding:1rem .95rem; margin-bottom:0; }
.st2-show-card .cvr-banner-icon{ width:44px; height:44px; margin-bottom:.5rem; }
.st2-show-card .cvr-banner-title{ font-size:clamp(22px,5.5vw,28px); }
.st2-show-card .cvr-banner-sub{ font-size:12px; line-height:1.5; margin-top:.5rem; }
.st2-scene{ position:absolute; inset:0; padding:20px; opacity:0; transform:translateX(18px); transition:opacity .45s ease, transform .45s cubic-bezier(.16,1,.3,1), background .5s ease; pointer-events:none; display:flex; flex-direction:column; background:radial-gradient(ellipse 120% 70% at 50% 0%, color-mix(in srgb, var(--ac,#E8FF47) 9%, transparent), transparent 65%); }
.st2-scene.on{ opacity:1; transform:translateX(0); pointer-events:auto; }
.st2-scene-head{ display:flex; align-items:center; gap:11px; padding-bottom:14px; margin-bottom:14px; border-bottom:.5px solid rgba(255,255,255,.07); }
.st2-scene-head .ic{ width:40px; height:40px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.st2-scene-head .tt{ font-size:14px; font-weight:700; color:#fff; }
.st2-scene-head .st{ font-size:11.5px; color:#7d828a; margin-top:1px; }
.st2-scene-head .chip{ margin-left:auto; font-size:10.5px; font-weight:800; letter-spacing:.4px; padding:4px 11px; border-radius:100px; white-space:nowrap; }
.st2-row{ display:flex; align-items:center; justify-content:space-between; font-size:12.5px; color:#9aa0a6; padding:8px 0; border-bottom:.5px solid rgba(255,255,255,.05); }
.st2-row:last-child{ border-bottom:none; }
.st2-row b{ color:#fff; font-weight:700; }
.st2-row b.good{ color:#22c55e; } .st2-row b.bad{ color:#ef4444; } .st2-row b.lime{ color:#E8FF47; }
.st2-big{ font-family:'Bebas Neue',sans-serif; font-size:36px; line-height:1; letter-spacing:.5px; margin:8px 0 4px; }
.st2-note{ font-size:11px; color:#565b63; margin-top:auto; padding-top:12px; }
.st2-vs{ display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:10px; margin:10px 0 6px; }
.st2-vs .car{ text-align:center; background:rgba(255,255,255,.03); border:.5px solid rgba(255,255,255,.07); border-radius:14px; padding:12px 8px; }
.st2-vs .car .nm{ font-size:12px; font-weight:700; color:#fff; }
.st2-vs .car .sc{ font-family:'Bebas Neue',sans-serif; font-size:30px; line-height:1.1; }
.st2-vs .x{ font-family:'Bebas Neue',sans-serif; font-size:18px; color:#555; }
.st2-meter{ height:7px; border-radius:100px; background:rgba(255,255,255,.06); overflow:hidden; margin:6px 0 2px; }
.st2-meter span{ display:block; height:100%; border-radius:100px; }

/* ---- Big stamp verdict: the core scene visual ---- */
.st2-stamp{ margin:auto 0; text-align:center; padding:6px 0; }
.st2-stamp-word{
  display:inline-block; font-family:'Bebas Neue',sans-serif; font-size:clamp(32px,7.5vw,46px);
  letter-spacing:1px; line-height:1; padding:12px 24px; border:3px solid var(--ac,#E8FF47);
  border-radius:8px; color:var(--ac,#E8FF47); transform:rotate(-4deg) scale(.4); opacity:0;
  box-shadow:0 0 0 0 color-mix(in srgb, var(--ac,#E8FF47) 40%, transparent);
}
.st2-scene.on .st2-stamp-word{ animation:st2Stamp .55s cubic-bezier(.25,1.6,.4,1) .12s forwards, st2StampGlow .6s ease .5s forwards; }
@keyframes st2Stamp{
  0%{ transform:rotate(-4deg) scale(2.4); opacity:0; }
  55%{ transform:rotate(-4deg) scale(.9); opacity:1; }
  100%{ transform:rotate(-4deg) scale(1); opacity:1; }
}
@keyframes st2StampGlow{
  0%{ box-shadow:0 0 0 0 color-mix(in srgb, var(--ac,#E8FF47) 45%, transparent); }
  60%{ box-shadow:0 0 0 14px color-mix(in srgb, var(--ac,#E8FF47) 0%, transparent); }
  100%{ box-shadow:0 0 0 0 transparent; }
}
.st2-stamp-num{ font-family:'Bebas Neue',sans-serif; font-size:clamp(38px,9vw,54px); line-height:1; color:var(--ac,#E8FF47); opacity:0; transform:translateY(10px); }
.st2-scene.on .st2-stamp-num{ animation:st2NumIn .5s cubic-bezier(.2,.9,.3,1) .12s forwards; }
@keyframes st2NumIn{ to{ opacity:1; transform:translateY(0); } }
.st2-stamp-sub{ font-family:'DM Mono',monospace; font-size:12.5px; color:#9aa0a6; margin-top:14px; opacity:0; }
.st2-scene.on .st2-stamp-sub{ animation:st2FadeUp .45s ease .45s forwards; }
@keyframes st2FadeUp{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:translateY(0); } }
.st2-stamp-line2{ font-size:12px; color:#565b63; margin-top:6px; opacity:0; }
.st2-scene.on .st2-stamp-line2{ animation:st2FadeUp .45s ease .6s forwards; }

/* ---- Route visual (Road Trip) ---- */
.st2-route{ position:relative; height:34px; margin:4px 0 10px; display:flex; align-items:center; }
.st2-route-line{ position:absolute; left:6px; right:6px; top:50%; height:2px; background:repeating-linear-gradient(90deg,rgba(52,211,153,.5) 0 8px,transparent 8px 15px); }
.st2-route-dot{ position:absolute; width:9px; height:9px; border-radius:50%; background:#34d399; box-shadow:0 0 0 3px rgba(52,211,153,.15); }

/* ---- Gauge scene (Scam Checker) ---- */
.st2-gauge-wrap{ display:flex; justify-content:center; margin:2px 0 0; }
.st2-gauge-verdict{ text-align:center; font-family:'Bebas Neue',sans-serif; font-size:26px; letter-spacing:.5px; margin-top:-6px; }
@keyframes st2Needle{ from{ transform:rotate(-42deg); } to{ transform:rotate(38deg); } }
.st2-needle{ transform-origin:110px 110px; transform:rotate(38deg); }
.st2-scene.on .st2-needle{ animation:st2Needle 1s cubic-bezier(.2,.8,.2,1) .25s both; }

/* ---- Scan line (VIN Decoder) ---- */
.st2-scan-wrap{ position:relative; height:46px; border-radius:8px; background:rgba(251,191,36,.06); border:.5px solid rgba(251,191,36,.18); overflow:hidden; margin:2px 0 4px; display:flex; align-items:center; padding:0 12px; }
.st2-scan-vin{ font-family:'DM Mono',monospace; font-size:13px; letter-spacing:2px; color:#fbbf24; }
.st2-scan-line{ position:absolute; left:0; top:0; width:100%; height:2px; background:linear-gradient(90deg,transparent,#fbbf24,transparent); opacity:.8; }
@keyframes st2Scan{ 0%{ transform:translateY(0); } 50%{ transform:translateY(44px); } 100%{ transform:translateY(0); } }
.st2-scene.on .st2-scan-line{ animation:st2Scan 2.2s ease-in-out infinite; }

/* tabs */
.st2-tabs{ display:flex; justify-content:center; gap:8px; margin-top:16px; }
.st2-tab{ position:relative; width:40px; height:40px; border-radius:12px; border:.5px solid rgba(255,255,255,.09); background:rgba(255,255,255,.02); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:border-color .25s, background .25s, transform .25s; padding:0; }
.st2-tab:hover{ transform:translateY(-2px); }
.st2-tab.on{ border-color:var(--tc,#E8FF47); background:rgba(255,255,255,.05); }
.st2-tab .bar{ position:absolute; left:8px; right:8px; bottom:-1px; height:2px; border-radius:2px; background:var(--tc,#E8FF47); transform:scaleX(0); transform-origin:left; }
.st2-tab.on .bar{ animation:st2TabBar 3.4s linear forwards; }
@keyframes st2TabBar{ from{ transform:scaleX(0); } to{ transform:scaleX(1); } }

.st2-scrollcue{ position:absolute; bottom:20px; left:50%; transform:translateX(-50%); z-index:3; color:#555; animation:st2Cue 2s ease-in-out infinite; }
@keyframes st2Cue{ 0%,100%{ transform:translate(-50%,0); opacity:.5; } 50%{ transform:translate(-50%,7px); opacity:1; } }

/* ============================================================
   ALL-14 STRIP - every tool, its own color, equal billing
   ============================================================ */
.st2-strip{ position:relative; z-index:1; overflow:hidden; padding:10px 0 26px; background:transparent; }
.st2-strip::before,.st2-strip::after{ content:''; position:absolute; top:0; bottom:0; width:110px; z-index:2; pointer-events:none; }
.st2-strip::before{ left:0; background:linear-gradient(90deg,rgba(8,8,8,.95),transparent); }
.st2-strip::after{ right:0; background:linear-gradient(-90deg,rgba(8,8,8,.95),transparent); }
.st2-strip-track{ display:flex; gap:10px; width:max-content; animation:st2Tick 40s linear infinite; will-change:transform; }
.st2-strip:hover .st2-strip-track{ animation-play-state:paused; }
@keyframes st2Tick{ to{ transform:translateX(-50%); } }
.st2-tchip{ display:inline-flex; align-items:center; gap:8px; white-space:nowrap; font-size:12.5px; font-weight:700; letter-spacing:.2px; padding:8px 16px; border-radius:100px; text-decoration:none; border:.5px solid rgba(255,255,255,.08); background:rgba(255,255,255,.02); color:#9aa0a6; transition:color .2s, border-color .2s, background .2s; }
.st2-tchip:hover{ color:var(--tc,#E8FF47); border-color:var(--tcb,rgba(232,255,71,.3)); background:var(--tcbg,rgba(232,255,71,.06)); }

/* ============================================================
   JOURNEY - 4 chapters, all 14 tools placed in real life
   ============================================================ */
.st2-journey{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:3rem; }
.st2-ch{ position:relative; background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.008)); border:.5px solid rgba(255,255,255,.09); border-radius:22px; padding:26px; overflow:hidden; transition:transform .3s cubic-bezier(.16,1,.3,1), border-color .3s; backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px); }
.st2-ch:hover{ transform:translateY(-4px); border-color:var(--cb,rgba(232,255,71,.3)); }
.st2-ch-n{ font-family:'Bebas Neue',sans-serif; font-size:15px; letter-spacing:2.5px; color:var(--ca,#E8FF47); margin-bottom:12px; display:flex; align-items:center; gap:10px; }
.st2-ch-n::after{ content:''; flex:1; height:.5px; background:rgba(255,255,255,.07); }
.st2-ch h3{ font-family:'Bebas Neue',sans-serif; font-size:clamp(26px,2.6vw,34px); line-height:1; letter-spacing:.5px; color:#fff; margin-bottom:10px; }
.st2-ch p{ font-size:13.5px; color:#7d828a; line-height:1.62; margin-bottom:16px; }
.st2-ch p b{ color:#c9cdd3; }
.st2-ch-tools{ display:flex; flex-wrap:wrap; gap:7px; }
.st2-tool{ display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:700; padding:7px 13px; border-radius:100px; text-decoration:none; color:var(--tc,#E8FF47); background:var(--tcbg,rgba(232,255,71,.07)); border:.5px solid var(--tcb,rgba(232,255,71,.18)); transition:transform .2s, border-color .2s; }
.st2-tool:hover{ transform:translateY(-2px); border-color:var(--tc,#E8FF47); }
.st2-ch-src{ font-size:10.5px; color:#4a4f57; margin-top:14px; }
.st2-ch-src a{ color:#565b63; text-decoration:underline; text-underline-offset:2px; }
.st2-ch-src a:hover{ color:#E8FF47; }

/* ============================================================
   HOW IT WORKS - 3 steps
   ============================================================ */
.st2-steps{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:16px; margin-top:3rem; position:relative; }
.st2-step{ background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.008)); border:.5px solid rgba(255,255,255,.09); border-radius:22px; padding:26px; position:relative; transition:transform .3s cubic-bezier(.16,1,.3,1), border-color .3s; }
.st2-step:hover{ transform:translateY(-4px); border-color:rgba(232,255,71,.3); }
.st2-step-n{ font-family:'Bebas Neue',sans-serif; font-size:52px; line-height:1; color:rgba(232,255,71,.28); margin-bottom:14px; }
.st2-step h3{ font-size:17px; font-weight:800; color:#fff; margin-bottom:8px; }
.st2-step p{ font-size:13.5px; color:#7d828a; line-height:1.6; }
.st2-step .ic{ position:absolute; top:26px; right:24px; width:42px; height:42px; border-radius:12px; background:rgba(232,255,71,.07); border:.5px solid rgba(232,255,71,.15); display:flex; align-items:center; justify-content:center; }

/* ============================================================
   GARAGE - save once, every tool remembers
   ============================================================ */
.st2-garage{ display:grid; grid-template-columns:1.1fr .9fr; gap:3rem; align-items:center; background:linear-gradient(145deg,rgba(232,255,71,.05),rgba(232,255,71,.01)); border:.5px solid rgba(232,255,71,.18); border-radius:26px; padding:3rem; margin-top:3rem; }
.st2-garage-feats{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:1.6rem 0 1.8rem; }
.st2-gf{ display:flex; align-items:flex-start; gap:11px; background:rgba(10,10,10,.6); border:.5px solid rgba(255,255,255,.08); border-radius:16px; padding:14px; }
.st2-gf .ic{ width:34px; height:34px; border-radius:10px; background:rgba(232,255,71,.1); border:.5px solid rgba(232,255,71,.18); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.st2-gf .ft{ font-size:13px; font-weight:700; color:#fff; }
.st2-gf .ft .pro{ display:inline-block; font-size:8.5px; font-weight:800; color:#E8FF47; background:rgba(232,255,71,.12); padding:2px 6px; border-radius:100px; margin-left:6px; vertical-align:middle; letter-spacing:.4px; }
.st2-gf .fd{ font-size:11.5px; color:#7d828a; line-height:1.5; margin-top:3px; }
.st2-gmock{ background:rgba(12,12,12,.9); border:.5px solid rgba(255,255,255,.1); border-radius:20px; padding:1.5rem; box-shadow:0 24px 60px rgba(0,0,0,.5); }
.st2-gmock-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding-bottom:1rem; margin-bottom:1rem; border-bottom:.5px solid rgba(255,255,255,.07); }
.st2-gmock-nm{ font-size:14px; font-weight:700; color:#fff; }
.st2-gmock-sb{ font-size:11.5px; color:#666; margin-top:2px; }
.st2-ring{ width:46px; height:46px; border-radius:50%; border:3px solid #22c55e; display:flex; align-items:center; justify-content:center; font-family:'Bebas Neue',sans-serif; font-size:16px; color:#22c55e; }

/* Garage story-arc timeline */
.st2-timeline{ position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; margin-top:2.5rem; padding-top:.5rem; }
.st2-tl-track{ position:absolute; top:6px; left:calc(16.66% - 1px); right:calc(16.66% - 1px); height:1px; background:linear-gradient(90deg,rgba(232,255,71,.5),rgba(232,255,71,.15),rgba(232,255,71,.5)); }
.st2-tl-stop{ position:relative; text-align:center; padding-top:1.6rem; }
.st2-tl-dot{ position:absolute; top:0; left:50%; transform:translateX(-50%); width:13px; height:13px; border-radius:50%; background:#E8FF47; box-shadow:0 0 12px rgba(232,255,71,.5); border:2px solid #080808; }
.st2-tl-when{ font-family:'Bebas Neue',sans-serif; font-size:15px; letter-spacing:1px; color:#E8FF47; text-transform:uppercase; margin-bottom:.5rem; }
.st2-tl-what{ font-size:12.5px; color:#8a9099; line-height:1.6; max-width:220px; margin:0 auto; }
.st2-tl-what b{ color:#fff; }
@media (max-width:760px){
  .st2-timeline{ grid-template-columns:1fr; gap:1.6rem; }
  .st2-tl-track{ top:0; bottom:0; left:6px; right:auto; width:1px; height:auto; background:linear-gradient(180deg,rgba(232,255,71,.5),rgba(232,255,71,.15),rgba(232,255,71,.5)); }
  .st2-tl-stop{ text-align:left; padding-left:2rem; padding-top:0; }
  .st2-tl-dot{ top:2px; left:6px; transform:translateX(-50%); }
  .st2-tl-what{ max-width:none; }
}

/* ============================================================
   DAILY HABIT - tips + quiz leaderboard
   ============================================================ */
.st2-daily{ display:grid; grid-template-columns:1.05fr .95fr; gap:3rem; align-items:center; margin-top:3rem; }
.st2-daily-cards{ display:flex; flex-direction:column; gap:10px; margin-top:1.6rem; }
.st2-dc{ display:flex; align-items:center; gap:13px; background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.008)); border:.5px solid rgba(255,255,255,.09); border-radius:16px; padding:15px 17px; text-decoration:none; transition:border-color .2s, transform .25s cubic-bezier(.16,1,.3,1); }
.st2-dc:hover{ transform:translateY(-2px); border-color:var(--tcb,rgba(232,255,71,.3)); }
.st2-dc .ic{ width:40px; height:40px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.st2-dc .tt{ font-size:14px; font-weight:700; color:#fff; }
.st2-dc .sb{ font-size:12px; color:#7d828a; margin-top:2px; }
.st2-dc .go{ margin-left:auto; color:#555; flex-shrink:0; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.st2-final{ position:relative; text-align:center; padding:7rem 2rem 7.5rem; overflow:hidden; }
.st2-final::before{
  content:'';
  position:absolute; inset:0; z-index:-1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='64' viewBox='0 0 44 64'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-opacity='0.028' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4,0 16,8 4,16 16,24 4,32 16,40 4,48 16,56 4,64'/%3E%3Cpolyline points='40,4 28,12 40,20 28,28 40,36 28,44 40,52 28,60'/%3E%3C/g%3E%3Cline x1='22' y1='0' x2='22' y2='64' stroke='%23FFFFFF' stroke-opacity='0.02' stroke-width='2'/%3E%3C/svg%3E");
  background-size:44px 64px;
  background-repeat:repeat;
  pointer-events:none;
  mask-image:radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,0,0,.7) 0%, transparent 100%);
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,0,0,.7) 0%, transparent 100%);
}
.st2-final-glow{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:760px; height:420px; background:radial-gradient(ellipse, rgba(232,255,71,.09), transparent 65%); pointer-events:none; z-index:0; }
.st2-final-in{ position:relative; z-index:1; max-width:740px; margin:0 auto; }
.st2-final h2{ font-family:'Bebas Neue',sans-serif; font-size:clamp(52px,7.5vw,96px); line-height:.9; color:#fff; margin:1rem 0 1.2rem; letter-spacing:1px; }
.st2-final h2 .lime{ color:#E8FF47; }
.st2-final p{ font-size:17px; color:#9aa0a6; line-height:1.6; max-width:480px; margin:0 auto 2.4rem; }
.st2-final-btns{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  .st2-w,.st2-fade{ animation:none; opacity:1; transform:none; }
  .st2-show{ animation:none; }
  .st-r{ opacity:1; transform:none; }
  .st2-strip-track{ animation:none; }
  .st2-scrollcue{ display:none; }
  .st2-tab.on .bar{ animation:none; transform:scaleX(1); }
  .st2-stamp-word{ animation:none; opacity:1; transform:rotate(-4deg) scale(1); box-shadow:none; }
  .st2-stamp-num,.st2-stamp-sub,.st2-stamp-line2{ animation:none; opacity:1; transform:none; }
  .st2-needle,.st2-scan-line{ animation:none; }
}

/* ============================================================
   VISIBILITY - mobile keeps the app-style home (cvx-apphome),
   exactly like before. The new landing is desktop-only; the
   original inline rules in index.html handle showing the
   app-home and hiding marketing under 900px.
   ============================================================ */
@media(max-width:900px){
  .st2-hero, .st2-strip{ display:none !important; }
}

/* ============================================================
   MOBILE APP HOME v2 (ah2-) - app patterns, not marketing:
   hero banner → quick actions → garage → category carousels
   (horizontal scroll-snap) → trial + Pro. Phones only; the
   cvx-apphome visibility rules in index.html gate it.
   ============================================================ */

/* Hero banner */
.ah2-hero{ position:relative; border-radius:22px; overflow:hidden; border:.5px solid rgba(255,255,255,.09); background:#0a0a0a; }
.ah2-hero img{ width:100%; height:190px; object-fit:cover; display:block; opacity:.42; filter:saturate(1.2) contrast(1.1); }
.ah2-hero .cap{ position:absolute; inset:0; padding:1.2rem 1.25rem; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start; background:linear-gradient(100deg, rgba(4,4,4,.97) 0%, rgba(4,4,4,.78) 52%, rgba(4,4,4,.12) 100%); }
.ah2-badge{ display:inline-flex; align-items:center; font-family:'DM Mono',monospace; font-size:9px; font-weight:500; letter-spacing:1.2px; text-transform:uppercase; color:#E8FF47; background:transparent; border:1.3px dashed rgba(232,255,71,.5); border-radius:2px; padding:4px 10px; margin-bottom:9px; transform:rotate(-1deg); }
.ah2-hero h2{ font-family:'Bebas Neue',sans-serif; font-size:36px; line-height:.9; color:#fff; letter-spacing:.5px; }
.ah2-hero h2 span{ color:#E8FF47; }
.ah2-cta{ display:inline-flex; align-items:center; gap:7px; margin-top:12px; background:#E8FF47; color:#000; font-size:12.5px; font-weight:800; padding:9px 16px; border-radius:11px; text-decoration:none; }
.ah2-cta:active{ background:#f0ff6a; }

/* Quick actions */
.ah2-quick{ display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:1.1rem; }
.ah2-q{ display:flex; flex-direction:column; align-items:center; gap:7px; text-decoration:none; }
.ah2-q .ic{ width:56px; height:56px; border-radius:17px; border:.5px solid transparent; display:flex; align-items:center; justify-content:center; transition:transform .15s; }
.ah2-q:active .ic{ transform:scale(.93); }
.ah2-q .lb{ font-size:10.5px; font-weight:600; color:#9aa0a6; letter-spacing:.1px; }

/* Garage feature */
.ah2-garage{ display:flex; align-items:center; gap:13px; margin-top:1.1rem; padding:15px 16px; border-radius:18px; text-decoration:none; background:linear-gradient(135deg, rgba(232,255,71,.09), rgba(232,255,71,.02)); border:.5px solid rgba(232,255,71,.2); }
.ah2-garage:active{ background:linear-gradient(135deg, rgba(232,255,71,.14), rgba(232,255,71,.04)); }
.ah2-garage .gi{ width:46px; height:46px; border-radius:13px; background:rgba(232,255,71,.13); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.ah2-garage .gt{ min-width:0; }
.ah2-garage .t{ display:block; font-size:15px; font-weight:800; color:#fff; }
.ah2-garage .s{ display:block; font-size:11.5px; color:#8a9099; margin-top:2px; }
.ah2-garage > i, .ah2-garage > svg{ margin-left:auto; }

/* Section headers */
.ah2-sec{ display:flex; align-items:center; justify-content:space-between; margin:1.6rem 2px .75rem; }
.ah2-sec .t{ display:inline-flex; align-items:center; gap:7px; font-size:13.5px; font-weight:800; color:#fff; letter-spacing:.2px; }
.ah2-sec .c{ font-size:10.5px; font-weight:700; color:#565b63; letter-spacing:.5px; text-transform:uppercase; }

/* Horizontal snap carousels - bleed to screen edges */
.ah2-row{ display:flex; gap:9px; overflow-x:auto; scroll-snap-type:x mandatory; margin:0 -1rem; padding:2px 1rem 8px; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.ah2-row::-webkit-scrollbar{ display:none; }
.ah2-card{ position:relative; flex:0 0 148px; scroll-snap-align:start; background:#0c0c0c; border:.5px solid rgba(255,255,255,.08); border-radius:18px; padding:14px 13px; text-decoration:none; min-height:128px; transition:border-color .15s, background .15s; }
.ah2-card:active{ background:#131313; border-color:rgba(255,255,255,.14); }
.ah2-card .ic{ width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:11px; }
.ah2-card .tt{ display:block; font-size:13px; font-weight:700; color:#e6e6e6; line-height:1.2; }
.ah2-card .dd{ display:block; font-size:10.5px; color:#5b616b; margin-top:3px; line-height:1.4; }
.ah2-card .gb{ position:absolute; top:11px; right:11px; font-family:'DM Mono',monospace; font-size:8px; font-weight:500; padding:3px 7px; border-radius:2px; letter-spacing:.5px; background:transparent; }
.ah2-card .gb.free{ color:#4ade80; border:1.4px dashed rgba(34,197,94,.65); }
.ah2-card .gb.lim{ color:#666; border:1.4px dashed rgba(255,255,255,.3); }

/* ---------- Responsive ---------- */
@media(max-width:1040px){
  .st2-hero{ min-height:auto; }
  .st2-hero-in{ grid-template-columns:1fr; gap:2.4rem; padding:3rem 1.4rem 2.8rem; }
  .st2-show{ margin:0 auto; max-width:460px; }
  .st2-scrollcue{ display:none; }
  /* No staggered word delays on mobile - text must never sit invisible */
  .st2-w,.st2-fade{ animation:none !important; opacity:1 !important; transform:none !important; }
}
@media(max-width:980px){
  .st2-journey{ grid-template-columns:1fr; }
  .st2-steps{ grid-template-columns:1fr; }
  .st2-garage{ grid-template-columns:1fr; padding:2rem 1.5rem; gap:2rem; }
  .st2-daily{ grid-template-columns:1fr; gap:2rem; }
}