/* ============================================================
   TownVue - /Business/Claim landing, "Immersive" build.
   Reuses the state landing's design system (state-immersive.css,
   scoped under .state-immersive): tokens, .tv-container, .tv-btn,
   .d3-eyebrow, .d3-h2, color bands (.bg-navy/.bg-cream/.bg-sage/
   .bg-clay), .d3-faq/.d3-q, .reveal, and [data-count] count-up.
   This file adds ONLY the Claim-specific sections (cl-*).
   Everything is scoped under .state-immersive so tokens resolve.
   The page renders inside normal site chrome (_SiteHeader/_Footer),
   so there is NO page header/footer here.
   ============================================================ */

/* Full-bleed under _HomeLayout. That layout wraps RenderBody in
   .home-shell > .home-shell__inner.container (max-width + padding), which would
   box in the edge-to-edge immersive sections. This stylesheet loads ONLY on the
   Claim page, so zeroing these here affects only this page (the homepage, which
   also uses _HomeLayout, never loads claim-immersive.css). */
.home-shell{ padding-block:0 !important; }
.home-shell__inner{ max-width:none !important; width:100% !important; padding-inline:0 !important; margin-inline:0 !important; }

/* Soft beige band variant (alternates with --beige in the mock). */
.state-immersive .bg-cream2{ background:var(--beige-2); color:var(--ink); }
.state-immersive .bg-cream2 .d3-h2{ color:var(--navy); }
.state-immersive .bg-cream2 .d3-eyebrow{ color:var(--clay-700); }

/* Section scaffold (the Claim page uses its own rhythm). */
.state-immersive .cl-sec{ padding:88px 0; }
.state-immersive .cl-sec--tight{ padding:60px 0; }
.state-immersive .cl-head{ max-width:760px; }
.state-immersive .cl-head.center{ margin-inline:auto; text-align:center; }
.state-immersive .cl-lead{ font-size:18.5px; line-height:1.6; margin-top:16px; max-width:62ch; opacity:.9; }
.state-immersive .bg-cream .cl-lead, .state-immersive .bg-cream2 .cl-lead{ color:rgba(11,45,57,.78); }
.state-immersive .cl-emph{ font-family:var(--serif); font-size:21px; font-weight:500; color:var(--navy); margin-top:18px; line-height:1.4; }

/* ── Hero ── */
.state-immersive .cl-hero{ position:relative; overflow:clip; padding:60px 0 70px; background:linear-gradient(160deg,var(--navy-700),var(--navy)); }
.state-immersive .cl-hero::before{ content:""; position:absolute; top:-220px; right:-160px; width:620px; height:620px; border-radius:50%; background:radial-gradient(circle, rgba(244,180,0,.14), transparent 65%); pointer-events:none; }
.state-immersive .cl-hero-grid{ display:grid; grid-template-columns:1.06fr .94fr; gap:48px; align-items:start; position:relative; z-index:1; }
.state-immersive .cl-pill{ display:inline-flex; align-items:center; background:var(--navy-600); border:1px solid var(--navy-line); color:var(--beige); font-size:13px; font-weight:700; padding:7px 15px; border-radius:var(--r-pill); letter-spacing:.02em; }
.state-immersive .cl-h1{ font-family:var(--serif); font-weight:600; color:#fff; font-size:clamp(36px,5vw,60px); line-height:1.04; letter-spacing:-.02em; margin:18px 0 0; text-wrap:balance; }
.state-immersive .cl-h1 em{ font-style:italic; color:var(--gold); }
.state-immersive .cl-hero-sub{ font-size:18px; line-height:1.55; color:var(--muted-navy); margin-top:18px; max-width:40ch; }

/* Claim entry card (hero + final + sticky reuse .cl-claim) */
.state-immersive .cl-claim{ background:var(--beige); color:var(--ink); border-radius:var(--r-lg); box-shadow:var(--shadow-lg); padding:22px 22px 20px; margin-top:26px; max-width:520px; }
.state-immersive .cl-claim-label{ font-size:11.5px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; color:var(--muted); margin-bottom:10px; }
.state-immersive .cl-field{ display:flex; gap:10px; flex-wrap:wrap; }
.state-immersive .cl-input{ flex:1; min-width:180px; font-family:var(--sans); font-size:16px; font-weight:600; padding:14px 16px; border-radius:var(--r-pill); border:1.5px solid #cdd3d6; background:#fff; color:var(--navy); outline:none; transition:border-color .15s ease, box-shadow .15s ease; }
.state-immersive .cl-input:focus{ border-color:var(--gold); box-shadow:0 0 0 3px rgba(244,180,0,.25); }
.state-immersive .cl-field .tv-btn{ flex:none; }
.state-immersive .cl-steps3{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:14px; font-size:12.5px; font-weight:600; color:var(--ink-soft); }
.state-immersive .cl-steps3 .s{ display:inline-flex; align-items:center; gap:7px; }
.state-immersive .cl-steps3 .s b{ width:20px; height:20px; border-radius:50%; background:var(--navy); color:var(--gold); display:inline-flex; align-items:center; justify-content:center; font-size:11px; font-weight:800; }
.state-immersive .cl-steps3 .arr{ color:var(--clay); font-weight:800; }
.state-immersive .cl-note{ margin-top:16px; background:var(--gold-soft); border:1px solid rgba(219,160,0,.45); border-radius:var(--r-md); padding:12px 14px; font-size:13px; line-height:1.45; color:#5a4a12; }
.state-immersive .cl-hero-micro{ margin-top:16px; font-size:13.5px; font-weight:600; color:var(--muted-navy); }

/* Hero live-listing preview */
.state-immersive .cl-live{ position:relative; }
.state-immersive .cl-live-tag{ display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--sage); margin-bottom:12px; }
.state-immersive .cl-live-tag .blip{ width:9px; height:9px; border-radius:50%; background:var(--sage); box-shadow:0 0 0 0 rgba(143,174,145,.6); animation:clblip 1.7s ease-in-out infinite; }
@keyframes clblip{ 0%,100%{ box-shadow:0 0 0 0 rgba(143,174,145,.55);} 50%{ box-shadow:0 0 0 7px rgba(143,174,145,0);} }
.state-immersive .cl-phone{ background:var(--navy-700); border:1px solid var(--navy-line); border-radius:var(--r-lg); padding:14px; box-shadow:var(--shadow-lg); max-width:430px; }
.state-immersive .cl-phone-bar{ display:flex; align-items:center; justify-content:space-between; gap:10px; background:var(--navy-600); border:1px solid var(--navy-line); border-radius:var(--r-pill); padding:9px 15px; font-size:12.5px; }
.state-immersive .cl-phone-search{ color:#fff; font-weight:600; }
.state-immersive .cl-phone-loc{ color:var(--muted-navy); font-weight:600; }
.state-immersive .cl-listing{ background:var(--paper); border-radius:var(--r-md); overflow:hidden; margin-top:12px; box-shadow:var(--shadow-md); }
.state-immersive .cl-listing-photo{ height:150px; position:relative; display:flex; align-items:center; justify-content:center; }
.state-immersive .cl-listing-mono{ font-family:var(--serif); font-size:34px; font-weight:600; color:#fff; opacity:.9; }
.state-immersive .cl-status{ position:absolute; top:11px; left:11px; font-size:10px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; background:var(--sage-700); color:#fff; padding:3px 9px; border-radius:6px; }
.state-immersive .cl-dist{ position:absolute; top:11px; right:11px; font-size:11px; font-weight:700; background:rgba(11,45,57,.7); color:#fff; padding:3px 9px; border-radius:6px; }
.state-immersive .cl-listing-body{ padding:14px 16px 16px; }
.state-immersive .cl-listing-name{ font-family:var(--serif); font-size:20px; font-weight:600; color:var(--navy); }
.state-immersive .cl-listing-addr{ font-size:12.5px; color:var(--muted); margin-top:4px; }
.state-immersive .cl-listing-phone{ font-size:12.5px; color:var(--ink-soft); font-weight:600; margin-top:3px; }
.state-immersive .cl-listing-desc{ font-size:13px; color:var(--ink-soft); line-height:1.45; margin-top:8px; }
.state-immersive .cl-listing-tags{ display:flex; gap:8px; flex-wrap:wrap; margin-top:11px; }
.state-immersive .cl-listing-tags .tag{ font-size:11px; font-weight:700; background:var(--beige-2); color:var(--navy); border-radius:var(--r-pill); padding:4px 11px; }
.state-immersive .cl-listing-tags .tag.open{ background:rgba(143,174,145,.25); color:var(--sage-700); }
.state-immersive .cl-listing-rowx{ display:flex; gap:8px; margin-top:13px; }
.state-immersive .cl-listing-rowx .b{ flex:1; text-align:center; font-size:12.5px; font-weight:700; color:var(--navy); border:1px solid var(--line); border-radius:var(--r-pill); padding:8px; }
.state-immersive .cl-listing-rowx .b.heart{ flex:none; width:38px; color:var(--clay); }
.state-immersive .cl-live-caption{ font-size:13.5px; color:var(--muted-navy); line-height:1.5; margin-top:14px; }
.state-immersive .cl-live-caption b{ color:#fff; }

/* ── Stats band ── */
.state-immersive .cl-stats-band{ background:var(--navy); border-top:1px solid var(--navy-line); border-bottom:1px solid var(--navy-line); padding:40px 0; }
.state-immersive .cl-stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; }
.state-immersive .cl-stats .n{ font-family:var(--serif); font-size:clamp(32px,4.4vw,48px); font-weight:600; color:var(--gold); line-height:1; }
.state-immersive .cl-stats .l{ font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--muted-navy); margin-top:10px; }

/* ── Old way vs TownVue way ── */
.state-immersive .cl-compare{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:40px; }
.state-immersive .cl-panel{ border-radius:var(--r-lg); padding:26px 28px; }
.state-immersive .cl-panel h4{ font-family:var(--serif); font-size:20px; font-weight:600; margin-bottom:14px; }
.state-immersive .cl-panel ul{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.state-immersive .cl-panel li{ font-size:15px; line-height:1.4; padding-left:26px; position:relative; }
.state-immersive .cl-panel.old{ background:#fff; border:1px solid var(--line); }
.state-immersive .cl-panel.old h4{ color:var(--clay-700); }
.state-immersive .cl-panel.old li::before{ content:"✕"; position:absolute; left:0; color:var(--clay); font-weight:800; }
.state-immersive .cl-panel.new{ background:var(--navy); color:#fff; }
.state-immersive .cl-panel.new h4{ color:var(--gold); }
.state-immersive .cl-panel.new li::before{ content:"✓"; position:absolute; left:0; color:var(--sage); font-weight:800; }

/* ── Mission (tight) — centered, matching the original layout ── */
.state-immersive .cl-mission{ max-width:860px; margin-inline:auto; text-align:center; }
.state-immersive .cl-mission .stmt{ font-family:var(--serif); font-size:clamp(22px,2.8vw,30px); font-weight:500; color:var(--navy); line-height:1.4; margin-top:14px; }
.state-immersive .cl-mission .stmt em{ font-style:italic; color:var(--clay); }
.state-immersive .cl-mission .sig{ margin-top:18px; font-size:14px; font-weight:700; color:var(--muted); }

/* ── AI search showcase ── */
.state-immersive .cl-ai{ display:grid; grid-template-columns:1.04fr .96fr; gap:44px; align-items:center; margin-top:44px; }
.state-immersive .cl-ai-tag{ display:inline-block; font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--clay-700); background:var(--clay-soft); padding:5px 12px; border-radius:var(--r-pill); }
.state-immersive .cl-ai h3{ font-family:var(--serif); font-size:clamp(24px,3vw,32px); font-weight:600; color:var(--navy); line-height:1.12; margin-top:14px; }
.state-immersive .cl-ai > .cl-ai-copy > p{ font-size:16px; line-height:1.6; color:var(--ink-soft); margin-top:12px; }
.state-immersive .cl-ai-list{ display:grid; gap:14px; margin-top:20px; }
.state-immersive .cl-ai-list .it{ font-size:14.5px; line-height:1.5; color:var(--ink-soft); padding-left:26px; position:relative; }
.state-immersive .cl-ai-list .it::before{ content:"✓"; position:absolute; left:0; top:1px; color:var(--sage-700); font-weight:900; }
.state-immersive .cl-ai-list .it b{ color:var(--navy); }
.state-immersive .cl-chat{ background:var(--navy); border-radius:var(--r-lg); padding:24px; box-shadow:var(--shadow-lg); }
.state-immersive .cl-chat-q{ background:var(--navy-600); border:1px solid var(--navy-line); color:#fff; border-radius:14px 14px 14px 4px; padding:13px 16px; font-size:14.5px; max-width:80%; }
.state-immersive .cl-chat-a{ background:var(--beige); color:var(--ink); border-radius:14px 14px 4px 14px; padding:14px 16px; font-size:14.5px; line-height:1.5; margin-top:12px; margin-left:auto; max-width:90%; }
.state-immersive .cl-chat-a b{ color:var(--navy); }
.state-immersive .cl-chat-cite{ font-size:11px; font-weight:700; color:var(--clay-700); margin-top:8px; }
.state-immersive .cl-chat-engines{ display:flex; flex-wrap:wrap; gap:7px; align-items:center; margin-top:16px; font-size:11.5px; color:var(--muted-navy); }
.state-immersive .cl-chat-engines span{ background:var(--navy-600); border:1px solid var(--navy-line); color:var(--beige); border-radius:var(--r-pill); padding:4px 11px; font-weight:700; }

/* ── Four pillars ── */
.state-immersive .cl-pillars{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:48px; }
.state-immersive .cl-pillar{ background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:28px 28px 26px; box-shadow:var(--shadow-sm); }
.state-immersive .cl-pillar h3{ font-family:var(--serif); font-size:22px; font-weight:600; color:var(--navy); }
.state-immersive .cl-pillar .promise{ font-size:14.5px; font-weight:700; color:var(--clay-700); margin-top:6px; }
.state-immersive .cl-pillar-list{ list-style:none; margin:16px 0 0; padding:0; display:grid; gap:11px; }
.state-immersive .cl-pillar-list li{ font-size:14px; line-height:1.5; color:var(--ink-soft); padding-left:24px; position:relative; }
.state-immersive .cl-pillar-list li::before{ content:"→"; position:absolute; left:0; color:var(--gold-700); font-weight:800; }
.state-immersive .cl-pillar-list b{ color:var(--navy); }
.state-immersive .cl-allin{ text-align:center; font-size:18px; font-weight:600; color:var(--ink-soft); margin-top:34px; }
.state-immersive .cl-allin span{ font-family:var(--serif); font-weight:700; color:var(--navy); }

/* ── Screenshot showcase (analytics) ── */
.state-immersive .cl-shot{ display:grid; grid-template-columns:1.25fr .75fr; gap:44px; align-items:center; }
.state-immersive .cl-shot-frame{ border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-lg); border:1px solid var(--line); background:#fff; }
.state-immersive .cl-shot-frame img{ display:block; width:100%; height:auto; }
.state-immersive .cl-shot-copy .lbl{ font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--clay-700); }
.state-immersive .cl-shot-copy h3{ font-family:var(--serif); font-size:clamp(24px,3vw,32px); font-weight:600; color:var(--navy); line-height:1.12; margin-top:10px; }
.state-immersive .cl-shot-copy p{ font-size:16px; line-height:1.6; color:var(--ink-soft); margin-top:12px; }
.state-immersive .cl-shot-copy .em{ font-family:var(--serif); font-style:italic; font-size:17px; color:var(--navy); margin-top:14px; }

/* ── Claimed listing showcase (browser mock) ── */
.state-immersive .cl-listing-show{ display:grid; grid-template-columns:.8fr 1.2fr; gap:48px; align-items:center; }
.state-immersive .cl-listing-show .copy .lbl{ font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--clay-700); }
.state-immersive .cl-listing-show .copy h2{ font-family:var(--serif); font-size:clamp(30px,4vw,48px); font-weight:600; color:var(--navy); line-height:1.04; margin-top:10px; }
.state-immersive .cl-listing-show .copy p{ font-size:16px; line-height:1.6; color:var(--ink-soft); margin-top:14px; }
.state-immersive .cl-listing-show .copy .em{ font-family:var(--serif); font-style:italic; font-size:17px; color:var(--navy); margin-top:14px; }
.state-immersive .cl-browser{ border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-lg); border:1px solid var(--line); background:#fff; }
.state-immersive .cl-browser-bar{ display:flex; align-items:center; gap:12px; background:var(--beige-2); padding:10px 14px; border-bottom:1px solid var(--line); }
.state-immersive .cl-browser-dots{ display:flex; gap:6px; }
.state-immersive .cl-browser-dots i{ width:11px; height:11px; border-radius:50%; background:#cdd3d6; display:block; }
.state-immersive .cl-browser-url{ flex:1; background:#fff; border:1px solid var(--line); border-radius:var(--r-pill); padding:6px 14px; font-size:12.5px; color:var(--muted); }
.state-immersive .cl-browser-view{ max-height:520px; overflow:hidden; position:relative; }
/* Auto-scroll the tall listing screenshot down the fixed-height frame to reveal
   the whole page, then ease back (alternate). 100% in translateY is the image's
   own height, so calc(520px - 100%) parks its bottom against the frame bottom.
   Pauses at each end via the held keyframe stops; hover pauses entirely.
   Reduced-motion freezes it at the top (state-immersive.css zeroes durations). */
.state-immersive .cl-browser-view img{ display:block; width:100%; height:auto; animation:cl-vscroll 19s ease-in-out infinite alternate; will-change:transform; }
.state-immersive .cl-browser-view:hover img{ animation-play-state:paused; }
@keyframes cl-vscroll{ 0%,7%{ transform:translateY(0); } 93%,100%{ transform:translateY(calc(520px - 100%)); } }
.state-immersive .cl-browser-hint{ position:absolute; right:12px; bottom:12px; z-index:2; background:rgba(11,45,57,.82); color:#fff; font-size:11px; font-weight:700; padding:5px 12px; border-radius:var(--r-pill); pointer-events:none; }

/* ── VS Facebook table ── */
.state-immersive .cl-vs{ margin-top:40px; max-width:840px; margin-inline:auto; border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; background:#fff; box-shadow:var(--shadow-sm); }
.state-immersive .cl-vs-row{ display:grid; grid-template-columns:1.4fr 1fr 1fr; align-items:center; }
.state-immersive .cl-vs-row > div{ padding:14px 18px; font-size:14.5px; border-top:1px solid var(--line); }
.state-immersive .cl-vs-row .lbl{ font-weight:700; color:var(--navy); }
/* TownVue column is highlighted top-to-bottom in soft gold, with navy values. */
.state-immersive .cl-vs-row .tv{ background:var(--gold-soft); color:var(--navy); font-weight:800; text-align:center; border-top-color:rgba(11,45,57,.07); }
.state-immersive .cl-vs-row .fb{ color:var(--muted); text-align:center; }
.state-immersive .cl-vs-row.head > div{ border-top:none; font-weight:800; font-size:15px; }
.state-immersive .cl-vs-row.head .lbl{ background:var(--navy); }
.state-immersive .cl-vs-row.head .tv{ color:var(--gold-700); }
.state-immersive .cl-vs-row.head .fb{ background:var(--navy); color:#fff; }
/* Footer band is dark navy with a gold highlight, matching the original. */
.state-immersive .cl-vs-foot{ padding:16px 18px; font-size:14px; text-align:center; color:#fff; background:var(--navy); }
.state-immersive .cl-vs-foot b{ color:var(--gold); }

/* ── Testimonials ── */
.state-immersive .cl-quotes{ display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:36px; }
.state-immersive .cl-quote{ background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:28px 30px; box-shadow:var(--shadow-sm); margin:0; position:relative; }
.state-immersive .cl-quote .mark{ font-family:var(--serif); font-size:60px; line-height:.6; color:var(--gold); height:30px; }
.state-immersive .cl-quote blockquote{ font-family:var(--serif); font-size:18px; font-weight:500; color:var(--navy); line-height:1.5; margin:0; }
.state-immersive .cl-quote .who{ margin-top:18px; font-size:14px; font-weight:800; color:var(--navy); }
.state-immersive .cl-quote .who span{ font-weight:600; color:var(--muted); }

/* ── Momentum marquee ── */
.state-immersive .cl-marquee{ overflow:hidden; margin:34px 0 24px; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.state-immersive .cl-marquee-track{ display:flex; gap:14px; width:max-content; animation:clmarq 36s linear infinite; }
.state-immersive .cl-cat{ flex:none; background:#fff; border:1px solid var(--line); border-radius:var(--r-pill); padding:11px 22px; font-size:15px; font-weight:700; color:var(--navy); box-shadow:var(--shadow-sm); }
@keyframes clmarq{ to{ transform:translateX(-50%); } }
.state-immersive .cl-townlink{ display:block; text-align:center; font-size:15px; font-weight:800; color:var(--clay-700); }
.state-immersive .cl-townlink:hover{ text-decoration:underline; }

/* ── Stakes (navy) ── */
.state-immersive .cl-stakes{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:40px; }
.state-immersive .cl-stake{ background:var(--navy-600); border:1px solid var(--navy-line); border-radius:var(--r-lg); padding:26px 26px 24px; }
.state-immersive .cl-stake .no{ font-family:var(--serif); font-size:34px; font-weight:600; color:var(--gold); line-height:1; }
.state-immersive .cl-stake h4{ font-family:var(--serif); font-size:20px; font-weight:600; color:#fff; margin-top:12px; }
.state-immersive .cl-stake p{ font-size:14px; line-height:1.55; color:var(--muted-navy); margin-top:9px; }
.state-immersive .cl-stakes-foot{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-top:32px; }
.state-immersive .cl-stakes-foot .t{ font-family:var(--serif); font-size:20px; font-weight:500; color:#fff; }

/* ── Pricing ── */
.state-immersive .cl-prices{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px; align-items:stretch; }
.state-immersive .cl-price{ position:relative; background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:28px 26px; box-shadow:var(--shadow-sm); display:flex; flex-direction:column; }
.state-immersive .cl-price.feat{ border:2px solid var(--gold); box-shadow:var(--shadow-md); }
.state-immersive .cl-price-flag{ position:absolute; top:-12px; left:26px; font-size:11px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; background:var(--gold); color:var(--navy); padding:4px 12px; border-radius:var(--r-pill); }
.state-immersive .cl-price-name{ font-size:14px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; color:var(--muted); }
.state-immersive .cl-price-amt{ margin:10px 0 6px; }
.state-immersive .cl-price-amt b{ font-family:var(--serif); font-size:46px; font-weight:600; color:var(--navy); }
.state-immersive .cl-price-amt span{ font-size:15px; font-weight:600; color:var(--muted); }
.state-immersive .cl-price-blurb{ font-size:13.5px; line-height:1.5; color:var(--ink-soft); }
.state-immersive .cl-price-list{ list-style:none; margin:16px 0 22px; padding:0; display:grid; gap:9px; flex:1; }
.state-immersive .cl-price-list li{ font-size:14px; color:var(--ink-soft); padding-left:24px; position:relative; }
.state-immersive .cl-price-list li::before{ content:"✓"; position:absolute; left:0; color:var(--sage-700); font-weight:900; }
.state-immersive .cl-price .tv-btn{ width:100%; }
.state-immersive .cl-price-note{ text-align:center; font-size:14px; color:var(--ink-soft); margin-top:24px; }
.state-immersive .cl-price-note a{ color:var(--clay-700); font-weight:700; text-decoration:underline; }
.state-immersive .cl-guarantee{ max-width:760px; margin:22px auto 0; text-align:center; font-size:14.5px; line-height:1.6; color:var(--ink-soft); background:#fff; border:1px solid var(--line); border-radius:var(--r-md); padding:18px 22px; }
.state-immersive .cl-guarantee strong{ color:var(--navy); }

/* ── How it works steps ── */
.state-immersive .cl-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:38px; }
.state-immersive .cl-step{ background:var(--beige-2); border:1px solid var(--line); border-radius:var(--r-lg); padding:24px; }
.state-immersive .cl-step .num{ width:38px; height:38px; border-radius:50%; background:var(--navy); color:var(--gold); display:flex; align-items:center; justify-content:center; font-family:var(--serif); font-size:19px; font-weight:600; }
.state-immersive .cl-step h4{ font-family:var(--serif); font-size:18px; font-weight:600; color:var(--navy); margin-top:14px; }
.state-immersive .cl-step p{ font-size:13.5px; line-height:1.5; color:var(--ink-soft); margin-top:7px; }

/* ── No-risk chips ── */
.state-immersive .cl-chips{ display:flex; flex-wrap:wrap; gap:12px; }
.state-immersive .cl-chip{ background:#fff; border:1px solid var(--line); border-radius:var(--r-pill); padding:11px 20px; font-size:14.5px; font-weight:700; color:var(--navy); box-shadow:var(--shadow-sm); }

/* ── Secondary paths ── */
.state-immersive .cl-secondary{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.state-immersive .cl-spath{ background:var(--beige-2); border:1px solid var(--line); border-radius:var(--r-lg); padding:26px 28px; }
.state-immersive .cl-spath h4{ font-family:var(--serif); font-size:20px; font-weight:600; color:var(--navy); }
.state-immersive .cl-spath p{ font-size:14.5px; line-height:1.55; color:var(--ink-soft); margin-top:9px; }
.state-immersive .cl-spath .link{ display:inline-block; margin-top:12px; font-size:14.5px; font-weight:800; color:var(--clay-700); }
.state-immersive .cl-spath .link:hover{ text-decoration:underline; }

/* ── Built for you ── */
.state-immersive .cl-foryou{ max-width:920px; margin-inline:auto; text-align:center; }
.state-immersive .cl-foryou > p{ font-size:18px; line-height:1.6; color:var(--ink-soft); margin:16px auto 0; max-width:68ch; }
.state-immersive .cl-foryou em{ font-style:italic; color:var(--clay); }
.state-immersive .cl-tenets{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:32px; text-align:left; }
.state-immersive .cl-tenets .t{ background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:22px 24px; box-shadow:var(--shadow-sm); font-family:var(--serif); font-size:clamp(18px,2vw,21px); font-weight:500; color:var(--navy); line-height:1.3; }
@media (max-width:760px){ .state-immersive .cl-tenets{ grid-template-columns:1fr; } }

/* ── Manifesto / creed (navy) ── */
.state-immersive .cl-creed{ max-width:880px; margin-inline:auto; text-align:center; }
.state-immersive .cl-creed-list{ list-style:none; margin:30px 0 0; padding:0; }
.state-immersive .cl-creed-list li{ font-family:var(--serif); font-size:clamp(20px,2.4vw,27px); font-weight:500; color:var(--beige); line-height:1.35; padding:24px 8px; border-top:1px solid var(--navy-line); }
.state-immersive .cl-creed-list li:first-child{ border-top:none; }
.state-immersive .cl-creed-list b{ color:var(--gold); font-style:italic; font-weight:600; }
.state-immersive .cl-creed .close{ font-family:var(--serif); font-style:italic; font-size:18px; color:var(--muted-navy); margin-top:26px; }

/* ── Final CTA (clay) ── */
.state-immersive .cl-final{ background:var(--clay); color:#fff; padding:96px 0; }
.state-immersive .cl-final-inner{ display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:center; }
.state-immersive .cl-final h2{ font-family:var(--serif); font-size:clamp(34px,4.6vw,58px); font-weight:600; color:var(--navy); line-height:1.02; letter-spacing:-.02em; text-wrap:balance; }
.state-immersive .cl-final-inner > div > p{ font-size:17px; line-height:1.6; color:rgba(11,45,57,.82); margin-top:16px; max-width:42ch; }
.state-immersive .cl-final .cl-claim{ margin-top:0; }
.state-immersive .cl-claim-foot{ margin-top:14px; font-size:13px; font-weight:600; color:var(--muted); }
.state-immersive .cl-trust{ margin-top:8px; font-size:12.5px; color:var(--muted); }
.state-immersive .cl-trust a{ color:var(--clay-700); font-weight:700; text-decoration:underline; }

/* ── Sticky claim bar ── */
.state-immersive .cl-claimbar{ position:fixed; left:0; right:0; bottom:0; z-index:80; background:var(--navy); border-top:1px solid var(--navy-line); box-shadow:0 -8px 30px rgba(0,0,0,.28); transform:translateY(110%); transition:transform .3s ease; }
.state-immersive .cl-claimbar.show{ transform:translateY(0); }
.state-immersive .cl-claimbar-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 0; flex-wrap:wrap; }
.state-immersive .cl-claimbar .lbl{ font-size:15px; font-weight:700; color:#fff; }
.state-immersive .cl-claimbar .lbl span{ color:var(--gold); }
.state-immersive .cl-claimbar .cl-field{ flex:none; }
.state-immersive .cl-claimbar .cl-input{ background:var(--navy-600); border-color:var(--navy-line); color:#fff; min-width:200px; }
.state-immersive .cl-claimbar .cl-input::placeholder{ color:var(--muted-navy); }

/* ── Responsive ── */
@media (max-width:980px){
  .state-immersive .cl-hero-grid{ grid-template-columns:1fr; gap:38px; }
  .state-immersive .cl-ai{ grid-template-columns:1fr; gap:30px; }
  .state-immersive .cl-shot{ grid-template-columns:1fr; gap:28px; }
  .state-immersive .cl-listing-show{ grid-template-columns:1fr; gap:28px; }
  .state-immersive .cl-final-inner{ grid-template-columns:1fr; gap:30px; }
}
@media (max-width:860px){
  .state-immersive .cl-compare{ grid-template-columns:1fr; }
  .state-immersive .cl-pillars{ grid-template-columns:1fr; }
  .state-immersive .cl-stakes{ grid-template-columns:1fr; }
  .state-immersive .cl-prices{ grid-template-columns:1fr; }
  .state-immersive .cl-steps{ grid-template-columns:1fr 1fr; }
  .state-immersive .cl-quotes{ grid-template-columns:1fr; }
  .state-immersive .cl-secondary{ grid-template-columns:1fr; }
  .state-immersive .cl-stats{ grid-template-columns:1fr 1fr; gap:30px 20px; }
}
@media (max-width:600px){
  .state-immersive .cl-claimbar .cl-claimbar-inner{ justify-content:center; }
  .state-immersive .cl-claimbar .lbl{ display:none; }
  .state-immersive .cl-claimbar .cl-field{ flex:1; width:100%; }
  .state-immersive .cl-steps{ grid-template-columns:1fr; }
  .state-immersive .cl-vs-row{ grid-template-columns:1.2fr .9fr .9fr; }
  .state-immersive .cl-vs-row > div{ padding:11px 12px; font-size:13px; }
}
