/* ============================================================================
   Real Estate on Purpose — Market Reports landing page
   Built on colors_and_type.css. Reuses the marketing-site vocabulary:
   minimal nav, teal CTAs, slate "real-talk" bands, premium cards, lucide icons.
   ============================================================================ */

:root {
  /* Accent emphasis — switched by the Tweaks panel (teal default / green) */
  --cta: var(--reop-teal);
  --cta-hover: var(--reop-teal-hover);
  --cta-soft: var(--reop-teal-soft);
  --cta-ring: hsl(184 100% 34% / 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); overflow-x: hidden; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }

section { position: relative; }

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
       height: 48px; padding: 0 24px; font-size: var(--text-base); font-weight: 600;
       border-radius: var(--radius-lg); border: 1px solid transparent;
       transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
       cursor: pointer; text-decoration: none; white-space: nowrap; letter-spacing: -0.01em; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--cta); color: #fff; }
.btn-primary:hover { background: var(--cta-hover); opacity: 1; }
.btn-outline { background: transparent; border-color: var(--border); color: var(--reop-dark-blue); }
.btn-outline:hover { background: var(--cta-soft); border-color: var(--cta); opacity: 1; }
.btn-lg { height: 56px; padding: 0 30px; font-size: var(--text-lg); }
.btn .lucide { width: 18px; height: 18px; }
.btn-arrow .lucide { transition: transform 200ms ease; }
.btn-arrow:hover .lucide { transform: translateX(3px); }

/* CTA cluster used after most sections */
.cta-block { text-align: center; margin-top: 56px; }
.cta-block .trust { margin-top: 16px; font-size: var(--text-sm); color: var(--muted-foreground); }

/* ── Nav (minimal) ───────────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 50; height: 68px;
       backdrop-filter: blur(12px); background: rgba(248,249,250,0.78);
       border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; height: 100%;
             display: flex; align-items: center; justify-content: space-between; }
.nav .brand { display: flex; align-items: center; gap: 12px; }
.nav .brand img { height: 34px; }
.nav .brand .tag { padding-left: 13px; margin-left: 1px; border-left: 1px solid var(--border);
                   font-size: var(--text-sm); font-weight: 600; color: var(--reop-dark-blue);
                   letter-spacing: -0.01em; }
.nav .actions { display: flex; align-items: center; gap: 18px; }
.nav .actions .price { font-size: var(--text-sm); color: var(--muted-foreground); }
.nav .actions .price b { color: var(--reop-dark-blue); font-weight: 600; }

@media (max-width: 720px) {
  .nav .brand .tag, .nav .actions .price { display: none; }
}

/* ── Section heading kit ─────────────────────────────────────────────────── */
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 0.09em;
           font-size: var(--text-xs); font-weight: 700; color: var(--cta); }
.section-head { max-width: 780px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 3vw + 1rem, 3.1rem); font-weight: 500;
                   letter-spacing: -0.045em; line-height: 1.12; margin: 14px 0 0;
                   color: var(--reop-dark-blue); text-wrap: balance; }
.section-head .sub { margin: 20px 0 0; font-size: var(--text-lg); line-height: 1.7;
                     color: var(--muted-foreground); text-wrap: pretty; }
.section-head.center .sub { margin-left: auto; margin-right: auto; }

.pad { padding: 104px 0; }
.pad-sm { padding: 80px 0; }

/* ── HERO ────────────────────────────────────────────────────────────────── */
.hero { padding: 88px 0 96px; overflow: hidden;
        background:
          radial-gradient(ellipse 65% 55% at 12% -8%, hsl(184 100% 38% / 0.16), transparent 55%),
          radial-gradient(ellipse 60% 50% at 82% -2%, hsl(200 90% 48% / 0.11), transparent 55%),
          radial-gradient(ellipse 55% 45% at 50% -12%, hsl(88 55% 52% / 0.08), transparent 55%),
          var(--background); }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hero-copy { max-width: 600px; }
.hero .eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px;
        border-radius: 9999px; background: rgba(255,255,255,0.75); backdrop-filter: blur(8px);
        border: 1px solid var(--border); font-size: var(--text-xs); font-weight: 700;
        color: var(--cta); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 26px; }
.hero .eyebrow-pill .lucide { width: 14px; height: 14px; }
.hero h1 { font-size: clamp(2.4rem, 3.4vw + 1rem, 3.7rem); font-weight: 500; letter-spacing: -0.05em;
           line-height: 1.06; margin: 0 0 24px; color: var(--reop-dark-blue); text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--cta); }
.hero .lede { font-size: var(--text-xl); line-height: 1.62; color: var(--muted-foreground);
              margin: 0 0 32px; text-wrap: pretty; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 18px; }
.hero .trust { font-size: var(--text-sm); color: var(--muted-foreground); }
.hero .trust b { color: var(--reop-dark-blue); font-weight: 600; }

@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: none; }
}

/* ── Hero report mock (the product = the branded report) ─────────────────── */
.report-mock { position: relative; }
.report-mock .glow { position: absolute; inset: -8% -4%; z-index: 0;
        background: radial-gradient(circle at 60% 40%, hsl(184 100% 34% / 0.16), transparent 60%); }
.email-card { position: relative; z-index: 1; background: var(--card);
        border-radius: var(--radius-2xl); border: 1px solid var(--border);
        box-shadow: 0 32px 64px -24px rgba(0,93,108,0.28); overflow: hidden; }
.email-card .toolbar { display: flex; align-items: center; gap: 8px; padding: 13px 16px;
        border-bottom: 1px solid var(--border); background: hsl(210 20% 97.5%); }
.email-card .dot { width: 11px; height: 11px; border-radius: 50%; }
.email-card .toolbar .from { margin-left: 6px; font-size: var(--text-xs); color: var(--muted-foreground);
        font-family: var(--font-mono); }
.email-head { padding: 22px 26px 18px; border-bottom: 1px solid var(--border);
        display: flex; align-items: center; gap: 13px; }
.email-head .ava { width: 46px; height: 46px; border-radius: 9999px; flex-shrink: 0;
        background: linear-gradient(135deg, var(--reop-dark-blue), var(--reop-teal));
        color: #fff; display: flex; align-items: center; justify-content: center;
        font-weight: 700; font-size: var(--text-base); letter-spacing: 0.02em; }
.email-head .who b { display: block; font-size: var(--text-sm); color: var(--reop-dark-blue); font-weight: 600; }
.email-head .who span { font-size: var(--text-xs); color: var(--muted-foreground); }
.email-head .stamp { margin-left: auto; font-size: var(--text-xs); color: var(--muted-foreground);
        text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.email-body { padding: 24px 26px 26px; }
.email-body .subj { font-size: var(--text-lg); font-weight: 600; color: var(--reop-dark-blue);
        letter-spacing: -0.02em; margin: 0 0 5px; }
.email-body .intro { font-size: var(--text-sm); line-height: 1.6; color: var(--muted-foreground); margin: 0 0 18px; }
.email-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-bottom: 18px; }
.email-kpis .k { padding: 13px 13px 14px; border: 1px solid var(--border); border-radius: 11px; background: hsl(210 20% 99%); }
.email-kpis .k .lab { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.045em;
        color: var(--muted-foreground); font-weight: 600; margin-bottom: 7px; line-height: 1.25; }
.email-kpis .k .num { font-size: 21px; font-weight: 700; color: var(--reop-dark-blue); letter-spacing: -0.02em; }
.email-kpis .k .yoy { font-size: 11px; font-weight: 600; margin-top: 2px; }
.email-kpis .k .yoy.up { color: hsl(82 55% 32%); }
.email-kpis .k .yoy.down { color: hsl(28 78% 42%); }
.email-flag { display: flex; gap: 10px; align-items: flex-start; padding: 13px 15px; border-radius: 11px;
        background: var(--cta-soft); border: 1px solid hsl(184 60% 75%); margin-bottom: 18px; }
.email-flag .lucide { width: 17px; height: 17px; color: var(--reop-dark-blue); flex-shrink: 0; margin-top: 1px; }
.email-flag p { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--reop-dark-blue); }
.email-flag b { font-weight: 700; }
.email-sign { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid var(--border); }
.email-sign .s-ava { width: 34px; height: 34px; border-radius: 9999px;
        background: linear-gradient(135deg, var(--reop-dark-blue), var(--reop-teal)); color: #fff;
        display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
.email-sign .s-txt b { display: block; font-size: 12.5px; color: var(--reop-dark-blue); }
.email-sign .s-txt span { font-size: 11px; color: var(--muted-foreground); }
.email-sign .s-cta { margin-left: auto; font-size: 12px; font-weight: 600; color: var(--cta); }

/* peeking "your name on it" tab */
.mock-badge { position: absolute; z-index: 2; right: -14px; bottom: 30px;
        background: var(--reop-dark-blue); color: #fff; border-radius: 12px; padding: 12px 16px;
        box-shadow: 0 16px 30px -12px rgba(0,93,108,0.5); display: flex; align-items: center; gap: 10px; }
.mock-badge .lucide { width: 18px; height: 18px; color: var(--reop-green); }
.mock-badge b { font-size: 13px; font-weight: 600; letter-spacing: -0.01em; }
.mock-badge span { font-size: 11px; opacity: 0.7; display: block; }
@media (max-width: 920px) { .mock-badge { right: 12px; } }

/* ── RESULTS ─────────────────────────────────────────────────────────────── */
.results { background: var(--background); }
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 56px; }
.result { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-2xl);
          padding: 32px 32px 34px; transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease; }
.result:hover { border-color: var(--cta); transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.result.span { grid-column: 1 / -1;
          background: linear-gradient(120deg, var(--reop-dark-blue), hsl(188 100% 17%));
          border: none; color: #fff; display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.result.span:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -18px rgba(0,93,108,0.5); }
.result .ico { width: 50px; height: 50px; border-radius: 14px; background: var(--cta-soft); color: var(--cta);
          display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; }
.result .ico .lucide { width: 25px; height: 25px; stroke-width: 1.75; }
.result.span .ico { width: 64px; height: 64px; margin-bottom: 0; background: rgba(255,255,255,0.12); color: var(--reop-green); }
.result.span .ico .lucide { width: 32px; height: 32px; }
.result h3 { margin: 0 0 10px; font-size: var(--text-xl); font-weight: 600; line-height: 1.3;
          letter-spacing: -0.02em; color: var(--reop-dark-blue); }
.result p { margin: 0; font-size: var(--text-base); line-height: 1.68; color: var(--muted-foreground); }
.result.span h3 { color: #fff; font-size: var(--text-2xl); }
.result.span p { color: rgba(255,255,255,0.82); }

@media (max-width: 820px) {
  .results-grid { grid-template-columns: 1fr; }
  .result.span { grid-template-columns: 1fr; gap: 18px; }
}

/* ── DIFFERENCE intro ────────────────────────────────────────────────────── */
.difference { background: linear-gradient(180deg, var(--background), hsl(200 24% 96%)); }
.diff-lead { max-width: 820px; margin: 40px auto 0; }
.diff-lead p { font-size: var(--text-lg); line-height: 1.78; color: var(--reop-dark-blue); margin: 0 0 20px; text-wrap: pretty; }
.diff-lead p.muted { color: var(--muted-foreground); }
.diff-lead strong { font-weight: 700; color: var(--reop-dark-blue); }
.diff-lead .lie { display: block; font-size: clamp(1.4rem, 2.2vw + 0.5rem, 2rem); font-weight: 500;
          letter-spacing: -0.035em; line-height: 1.3; color: var(--reop-dark-blue); margin: 8px 0 6px; }
.diff-lead .lie em { font-style: normal; color: var(--cta); }
.sources-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 4px; }
.sources-row .src { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 9999px;
          background: var(--card); border: 1px solid var(--border); font-size: var(--text-sm);
          font-weight: 500; color: var(--reop-dark-blue); }
.sources-row .src .lucide { width: 14px; height: 14px; color: var(--cta); }

/* ── CROSS-CHECK slate band (the strongest proof) ────────────────────────── */
.crosscheck { background: var(--reop-slate-900); color: var(--reop-slate-50); padding: 108px 0; overflow: hidden; }
.crosscheck::before { content: ""; position: absolute; inset: 0; pointer-events: none;
        background: radial-gradient(ellipse 50% 45% at 82% 90%, hsl(200 90% 48% / 0.14), transparent 60%); }
.crosscheck::after { content: ""; position: absolute; inset: 0; pointer-events: none;
        background: radial-gradient(ellipse 60% 50% at 50% 18%, hsl(184 100% 34% / 0.16), transparent 65%); }
.cc-inner { position: relative; z-index: 1; }
.cc-head { text-align: center; max-width: 800px; margin: 0 auto 16px; }
.cc-head .eyebrow { color: var(--reop-teal); }
.cc-head .place { display: inline-flex; align-items: center; gap: 8px; margin: 18px 0 6px;
        font-size: var(--text-sm); font-weight: 600; color: rgb(148 163 184); }
.cc-head .place .lucide { width: 15px; height: 15px; }
.cc-head h2 { font-size: clamp(2rem, 3vw + 1rem, 3rem); font-weight: 500; letter-spacing: -0.045em;
        line-height: 1.15; margin: 6px 0 0; text-wrap: balance; }
.cc-head h2 em { font-style: normal; color: var(--reop-teal); }

.cc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 56px 0 0; }
.cc-card { position: relative; border-radius: var(--radius-2xl); padding: 32px 28px 30px;
        background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); text-align: center; }
.cc-card .tag { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 9999px;
        font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 22px; }
.cc-card .tag .lucide { width: 13px; height: 13px; }
.cc-card .big { font-size: clamp(2.8rem, 4vw + 1rem, 3.9rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.cc-card .what { margin: 14px 0 0; font-size: var(--text-sm); line-height: 1.55; color: rgb(203 213 225); }
.cc-card .src-name { margin-top: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
        font-weight: 600; color: rgb(148 163 184); }
.cc-card.headline { border-color: rgba(239,68,68,0.35); background: rgba(239,68,68,0.06); }
.cc-card.headline .tag { background: rgba(239,68,68,0.18); color: rgb(252 165 165); }
.cc-card.headline .big { color: rgb(252 165 165); }
.cc-card.truth { border-color: rgba(0,162,173,0.4); background: rgba(0,162,173,0.08); }
.cc-card.truth .tag { background: rgba(0,162,173,0.22); color: rgb(125 211 217); }
.cc-card.truth .big { color: rgb(125 211 217); }
.cc-card.story .tag { background: rgba(153,202,60,0.2); color: rgb(190 224 130); }
.cc-card.story .big { color: rgb(190 224 130); font-size: clamp(1.5rem, 2vw + 0.6rem, 2rem); letter-spacing: -0.025em; }

.cc-verdict { margin: 40px auto 0; max-width: 860px; text-align: center;
        font-size: clamp(1.15rem, 1.4vw + 0.6rem, 1.6rem); font-weight: 500; line-height: 1.5;
        letter-spacing: -0.025em; color: #fff; text-wrap: balance; }
.cc-verdict b { color: var(--reop-teal); font-weight: 600; }
.cc-cta { text-align: center; margin-top: 44px; }
.cc-cta .btn-outline { color: #fff; border-color: rgba(255,255,255,0.28); }
.cc-cta .btn-outline:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.5); }
.cc-cta .hint { margin-top: 14px; font-size: var(--text-sm); color: rgb(148 163 184); }

@media (max-width: 820px) { .cc-cards { grid-template-columns: 1fr; } }

/* ── PROBLEM (agitate) ───────────────────────────────────────────────────── */
.problem { background: var(--background); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.problem-copy p { font-size: var(--text-lg); line-height: 1.78; color: var(--muted-foreground); margin: 0 0 20px; text-wrap: pretty; }
.problem-copy p strong, .problem-copy p em { color: var(--reop-dark-blue); }
.problem-copy p em { font-style: italic; font-weight: 500; }
.problem-copy .drop { color: var(--reop-dark-blue); font-weight: 500; font-size: var(--text-xl); }
.pull { margin: 0; padding: 32px 34px; border-radius: var(--radius-2xl);
        background: linear-gradient(135deg, var(--reop-dark-blue), hsl(188 100% 16%)); color: #fff;
        box-shadow: 0 24px 48px -22px rgba(0,93,108,0.5); }
.pull .lucide { width: 30px; height: 30px; color: var(--reop-green); margin-bottom: 18px; }
.pull p { font-size: clamp(1.4rem, 1.8vw + 0.6rem, 1.9rem); font-weight: 500; letter-spacing: -0.03em;
        line-height: 1.35; margin: 0; text-wrap: balance; }
.pull .fix { margin-top: 20px; font-size: var(--text-base); font-weight: 600; color: var(--reop-green);
        text-transform: none; letter-spacing: 0; }
@media (max-width: 860px) { .problem-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ── MECHANISM (4 steps) ─────────────────────────────────────────────────── */
.mechanism { background: linear-gradient(180deg, hsl(200 24% 96%), var(--background)); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 56px; counter-reset: step; }
.step { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-2xl);
        padding: 30px 26px 28px; }
.step .n { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
        border-radius: 13px; background: var(--reop-dark-blue); color: #fff; font-weight: 700;
        font-size: var(--text-lg); margin-bottom: 20px; letter-spacing: -0.01em; }
.step .ico { position: absolute; top: 32px; right: 26px; color: var(--cta); opacity: 0.85; }
.step .ico .lucide { width: 22px; height: 22px; }
.step h3 { margin: 0 0 9px; font-size: var(--text-lg); font-weight: 600; color: var(--reop-dark-blue); letter-spacing: -0.01em; }
.step p { margin: 0; font-size: var(--text-sm); line-height: 1.62; color: var(--muted-foreground); }
.step .connector { position: absolute; top: 54px; right: -13px; z-index: 2; color: var(--border); }
.step .connector .lucide { width: 22px; height: 22px; }
.step:last-child .connector { display: none; }
.mech-note { margin: 40px auto 0; max-width: 720px; text-align: center; font-size: var(--text-lg);
        line-height: 1.6; color: var(--reop-dark-blue); font-weight: 500; letter-spacing: -0.015em; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } .step .connector { display: none; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* ── VALUE STACK ─────────────────────────────────────────────────────────── */
.value { background: var(--background); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.vitem { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-2xl);
        padding: 28px 26px 26px; display: flex; flex-direction: column;
        transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease; }
.vitem:hover { border-color: var(--cta); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.vitem .ico { width: 46px; height: 46px; border-radius: 13px; background: var(--cta-soft); color: var(--cta);
        display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.vitem .ico .lucide { width: 23px; height: 23px; stroke-width: 1.75; }
.vitem h3 { margin: 0 0 8px; font-size: var(--text-lg); font-weight: 600; color: var(--reop-dark-blue); letter-spacing: -0.01em; }
.vitem p { margin: 0 0 14px; font-size: var(--text-sm); line-height: 1.62; color: var(--muted-foreground); }
.vitem .so { margin: auto 0 0; padding-top: 14px; border-top: 1px dashed var(--border);
        font-size: var(--text-sm); font-style: italic; line-height: 1.55; color: var(--reop-dark-blue); }
.value-frame { margin: 36px auto 0; max-width: 760px; text-align: center; padding: 22px 28px;
        border-radius: var(--radius-2xl); background: var(--cta-soft); border: 1px solid hsl(184 50% 80%);
        font-size: var(--text-lg); line-height: 1.55; color: var(--reop-dark-blue); font-weight: 500;
        letter-spacing: -0.01em; }
@media (max-width: 920px) { .value-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .value-grid { grid-template-columns: 1fr; } }

/* ── OFFER ───────────────────────────────────────────────────────────────── */
.offer { background: linear-gradient(180deg, var(--background), hsl(200 24% 96%)); }
.offer-card { max-width: 920px; margin: 56px auto 0; background: var(--card); border: 2px solid var(--cta);
        border-radius: 24px; box-shadow: var(--shadow-xl); overflow: hidden; }
.offer-top { display: grid; grid-template-columns: 1fr 1fr; }
.offer-cell { padding: 40px 38px; }
.offer-cell.free { background: linear-gradient(135deg, var(--reop-dark-blue), hsl(188 100% 16%)); color: #fff; }
.offer-cell .lab { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
        margin-bottom: 14px; }
.offer-cell.free .lab { color: var(--reop-green); }
.offer-cell.paid .lab { color: var(--cta); }
.offer-cell .price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.offer-cell .price .big { font-size: clamp(2.6rem, 4vw + 1rem, 3.5rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.offer-cell.free .price .big { color: #fff; }
.offer-cell.paid .price .big { color: var(--reop-dark-blue); }
.offer-cell .price .per { font-size: var(--text-lg); font-weight: 500; opacity: 0.7; }
.offer-cell .desc { font-size: var(--text-base); line-height: 1.65; margin: 0; }
.offer-cell.free .desc { color: rgba(255,255,255,0.85); }
.offer-cell.paid .desc { color: var(--muted-foreground); }
.offer-cell .desc b { font-weight: 600; }
.offer-cell.free .desc b { color: #fff; }
.offer-cell.paid .desc b { color: var(--reop-dark-blue); }
.offer-compare { padding: 32px 38px; border-top: 1px solid var(--border); }
.offer-compare .ch { font-size: var(--text-sm); font-weight: 600; color: var(--reop-dark-blue);
        text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 18px; }
.offer-compare ul { list-style: none; margin: 0 0 0; padding: 0; display: grid; gap: 14px; }
.offer-compare li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
        font-size: var(--text-base); line-height: 1.55; color: var(--muted-foreground); }
.offer-compare li .x { width: 26px; height: 26px; border-radius: 8px; background: hsl(0 84% 96%);
        color: hsl(0 72% 51%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.offer-compare li .x .lucide { width: 15px; height: 15px; }
.offer-compare li b { color: var(--reop-dark-blue); font-weight: 600; }
.offer-kicker { margin: 34px auto 0; max-width: 720px; text-align: center;
        font-size: clamp(1.3rem, 1.8vw + 0.5rem, 1.75rem); font-weight: 500; letter-spacing: -0.03em;
        line-height: 1.4; color: var(--reop-dark-blue); text-wrap: balance; }
.offer-kicker b { color: var(--cta); font-weight: 600; }
@media (max-width: 720px) { .offer-top { grid-template-columns: 1fr; } }

/* ── UPGRADE (Hub) ───────────────────────────────────────────────────────── */
.upgrade { background: var(--background); }
.upgrade-card { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center;
        max-width: 1000px; margin: 0 auto; padding: 48px 50px; border-radius: 24px;
        background: hsl(200 24% 96.5%); border: 1px solid var(--border); }
.upgrade-card .eyebrow { color: var(--cta); }
.upgrade-card h2 { font-size: clamp(1.7rem, 2.2vw + 0.6rem, 2.4rem); font-weight: 500; letter-spacing: -0.04em;
        line-height: 1.2; margin: 14px 0 18px; color: var(--reop-dark-blue); }
.upgrade-card p { font-size: var(--text-base); line-height: 1.72; color: var(--muted-foreground); margin: 0 0 14px; }
.upgrade-card p b { color: var(--reop-dark-blue); font-weight: 600; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hub-grid .h { display: flex; flex-direction: column; gap: 9px; padding: 16px 14px; border-radius: 13px;
        background: var(--card); border: 1px solid var(--border); }
.hub-grid .h .lucide { width: 20px; height: 20px; color: var(--cta); }
.hub-grid .h span { font-size: 12.5px; font-weight: 500; color: var(--reop-dark-blue); line-height: 1.3; letter-spacing: -0.01em; }
.hub-grid .h.incl { background: var(--reop-dark-blue); border-color: var(--reop-dark-blue); }
.hub-grid .h.incl .lucide { color: var(--reop-green); }
.hub-grid .h.incl span { color: #fff; }
@media (max-width: 820px) { .upgrade-card { grid-template-columns: 1fr; gap: 32px; padding: 38px 32px; } }

/* ── RISK + OBJECTIONS combined band ─────────────────────────────────────── */
.assurance { background: linear-gradient(180deg, hsl(200 24% 96%), var(--background)); }
.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.risk { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-2xl); padding: 28px 26px; }
.risk .ico { width: 46px; height: 46px; border-radius: 13px; background: rgba(153,202,60,0.16);
        color: hsl(74 61% 32%); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.risk .ico .lucide { width: 23px; height: 23px; }
.risk h3 { margin: 0 0 8px; font-size: var(--text-lg); font-weight: 600; color: var(--reop-dark-blue); letter-spacing: -0.01em; }
.risk p { margin: 0; font-size: var(--text-sm); line-height: 1.65; color: var(--muted-foreground); }
.risk-line { margin: 36px auto 0; text-align: center; max-width: 640px; font-size: var(--text-lg);
        font-weight: 500; color: var(--reop-dark-blue); letter-spacing: -0.015em; }
@media (max-width: 820px) { .risk-grid { grid-template-columns: 1fr; } }

.objections { background: var(--background); }
.obj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 40px; margin-top: 52px; }
.obj { padding: 26px 28px; border-radius: var(--radius-2xl); background: var(--card); border: 1px solid var(--border); }
.obj .q { display: flex; gap: 12px; align-items: flex-start; margin: 0 0 12px; }
.obj .q .mark { flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; background: var(--cta-soft);
        color: var(--cta); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.obj .q span { font-size: var(--text-lg); font-weight: 600; color: var(--reop-dark-blue); letter-spacing: -0.015em; line-height: 1.35; }
.obj p { margin: 0; font-size: var(--text-base); line-height: 1.68; color: var(--muted-foreground); }
.obj p em { color: var(--reop-dark-blue); font-style: italic; }
@media (max-width: 760px) { .obj-grid { grid-template-columns: 1fr; } }

/* ── WHO IT'S FOR ────────────────────────────────────────────────────────── */
.fit { background: linear-gradient(180deg, var(--background), hsl(200 24% 96%)); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.fit-col { border-radius: 24px; padding: 36px 36px 38px; }
.fit-col.yes { background: var(--card); border: 2px solid var(--cta); }
.fit-col.no { background: hsl(200 24% 96.5%); border: 1px solid var(--border); }
.fit-col h3 { margin: 0 0 22px; font-size: var(--text-xl); font-weight: 600; display: flex; align-items: center; gap: 11px;
        color: var(--reop-dark-blue); letter-spacing: -0.01em; }
.fit-col h3 .badge { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.fit-col.yes h3 .badge { background: var(--cta-soft); color: var(--cta); }
.fit-col.no h3 .badge { background: hsl(0 0% 92%); color: hsl(0 0% 45%); }
.fit-col h3 .badge .lucide { width: 19px; height: 19px; }
.fit-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.fit-col li { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start;
        font-size: var(--text-base); line-height: 1.6; color: var(--reop-dark-blue); }
.fit-col li .lucide { width: 19px; height: 19px; flex-shrink: 0; margin-top: 3px; }
.fit-col.yes li .lucide { color: var(--cta); }
.fit-col.no li .lucide { color: hsl(0 0% 60%); }
.fit-col.no li { color: var(--muted-foreground); }
@media (max-width: 760px) { .fit-grid { grid-template-columns: 1fr; } }

/* ── FOUNDER (Pam) ───────────────────────────────────────────────────────── */
.founder { background: var(--background); }
.founder.hidden { display: none; }
.founder-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center; }
.founder .portrait { position: relative; }
.founder .portrait::before { content: ""; position: absolute; inset: -32px;
        background: radial-gradient(circle, hsl(184 100% 34% / 0.16), transparent 62%); z-index: 0; }
.founder .portrait img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover;
        object-position: top center; border-radius: 24px; box-shadow: var(--shadow-lg); }
.founder .copy h2 { font-size: clamp(1.8rem, 2.4vw + 0.6rem, 2.6rem); font-weight: 500; letter-spacing: -0.045em;
        line-height: 1.18; margin: 14px 0 22px; color: var(--reop-dark-blue); }
.founder .copy p { font-size: var(--text-base); line-height: 1.78; color: var(--muted-foreground); margin: 0 0 16px; }
.founder .copy p em { color: var(--reop-dark-blue); font-style: italic; }
.founder .sig { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--border); }
.founder .sig b { display: block; font-size: var(--text-base); color: var(--reop-dark-blue); }
.founder .sig span { font-size: var(--text-sm); color: var(--muted-foreground); }
@media (max-width: 820px) { .founder-inner { grid-template-columns: 1fr; gap: 36px; } .founder .portrait { max-width: 360px; } }

/* ── FINAL CTA band ──────────────────────────────────────────────────────── */
.final { background: var(--reop-slate-900); color: #fff; padding: 116px 0; text-align: center; overflow: hidden; }
.final::before { content: ""; position: absolute; inset: 0; pointer-events: none;
        background: radial-gradient(ellipse 60% 55% at 50% 45%, hsl(184 100% 34% / 0.20), transparent 68%); }
.final::after { content: ""; position: absolute; inset: 0; pointer-events: none;
        background: radial-gradient(ellipse 55% 45% at 80% 92%, hsl(200 90% 48% / 0.16), transparent 60%); }
.final-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.final .eyebrow { color: var(--reop-teal); }
.final h2 { font-size: clamp(2.1rem, 3.4vw + 0.6rem, 3.4rem); font-weight: 500; letter-spacing: -0.05em;
        line-height: 1.1; margin: 18px 0 14px; text-wrap: balance; }
.final h2 .make { color: var(--reop-teal); }
.final p { font-size: var(--text-xl); color: rgb(203 213 225); margin: 0 0 36px; }
.final .trust { margin-top: 26px; font-size: var(--text-sm); color: rgb(148 163 184); }
.final .btn-primary { background: var(--cta); }
.final .btn-primary:hover { background: var(--cta-hover); }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq { background: var(--background); }
.faq-list { max-width: 820px; margin: 52px auto 0; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; cursor: pointer; padding: 26px 4px; display: flex; align-items: center;
        justify-content: space-between; gap: 20px; font-size: var(--text-lg); font-weight: 600;
        color: var(--reop-dark-blue); letter-spacing: -0.015em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { flex-shrink: 0; color: var(--cta); transition: transform 250ms ease; }
.faq-item summary .chev .lucide { width: 20px; height: 20px; }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .a { padding: 0 4px 26px; max-width: 680px; }
.faq-item .a p { margin: 0; font-size: var(--text-base); line-height: 1.72; color: var(--muted-foreground); }

/* ── Footer (minimal) ────────────────────────────────────────────────────── */
.footer { background: var(--reop-dark-blue-2); color: rgb(203 213 225); padding: 56px 0 32px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap;
        padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.footer .left img { height: 40px; margin-bottom: 16px; }
.footer .left .blurb { font-size: var(--text-sm); line-height: 1.7; margin: 0 0 14px; max-width: 380px; }
.footer .left .disc { font-size: 11.5px; color: rgb(148 163 184); margin: 0; max-width: 420px; line-height: 1.6; }
.footer .right { text-align: right; }
.footer .right .btn { margin-bottom: 16px; }
.footer .right .links { display: flex; gap: 22px; justify-content: flex-end; flex-wrap: wrap; }
.footer .right .links a { font-size: var(--text-sm); color: rgb(203 213 225); }
.footer .right .links a:hover { color: #fff; }
.footer .bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
        font-size: var(--text-xs); color: rgb(148 163 184); }
@media (max-width: 720px) { .footer .right { text-align: left; } .footer .right .links { justify-content: flex-start; } }

/* ── Scroll reveal ───────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 750ms ease, transform 750ms ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
}
