:root {
  --bg: #f5f1e8;
  --surface: #fffdf8;
  --text: #1d2925;
  --muted: #6f766f;
  --line: #ded9ce;
  --brand: #c65f32;
  --brand-2: #df8a58;
  --brand-soft: #f6e3d5;
  --dark: #20302b;
  --green: #2f7d59;
  --shadow: 0 28px 80px rgba(49, 44, 33, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 2; }
.section { padding: 110px 0; }
.section-soft { padding: 110px 0; background: rgba(255,255,255,.72); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bg-orb { position: fixed; border-radius: 999px; filter: blur(10px); opacity: .22; pointer-events: none; z-index: 0; }
.orb-1 { width: 420px; height: 420px; background: #e1a07a; top: -140px; right: -120px; }
.orb-2 { width: 300px; height: 300px; background: #d8c7a5; top: 520px; left: -140px; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(245,241,232,.88); border-bottom: 1px solid rgba(222,217,206,.86); }
.nav-wrap { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 11px; background: var(--brand); color: white; font-weight: 800; box-shadow: 0 8px 24px rgba(198,95,50,.20); }
.desktop-nav { display: flex; gap: 28px; color: #4d5362; font-size: 14px; }
.desktop-nav a:hover { color: var(--brand); }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 14px; background: var(--brand); color: white; border: 0; font-weight: 700; cursor: pointer; box-shadow: 0 10px 28px rgba(198,95,50,.22); transition: .2s ease; }
.btn:hover { transform: translateY(-1px); background: #ad4f29; }
.btn-small { padding: 10px 15px; border-radius: 12px; font-size: 14px; }
.hero { padding-top: 88px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); font-size: 12px; font-weight: 800; margin-bottom: 18px; }
.eyebrow.light { color: #f1c6aa; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 6.6vw, 78px); line-height: .98; letter-spacing: -.055em; margin-bottom: 28px; max-width: 760px; }
h1 span { color: var(--brand); }
.hero-lead { font-size: 19px; color: var(--muted); max-width: 690px; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 30px; }
.text-link { font-weight: 700; color: #343949; }
.text-link span { color: var(--brand); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 22px; color: #6f7584; font-size: 13px; }
.hero-visual { display: flex; justify-content: center; }
.phone-shell { width: min(390px, 100%); padding: 10px; border-radius: 40px; background: #191a22; box-shadow: var(--shadow); position: relative; }
.phone-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 112px; height: 25px; border-radius: 20px; background: #191a22; z-index: 3; }
.phone-screen { background: #f7f2e9; border-radius: 31px; padding: 54px 20px 20px; min-height: 660px; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.app-topbar h3 { font-size: 22px; margin-bottom: 0; }
.mini-label { color: #8b90a0; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.avatar { width: 42px; height: 42px; border-radius: 15px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.amount-card { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 16px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.amount-card span { color: var(--muted); font-size: 13px; }
.amount-card strong { font-size: 18px; }
.cards-row { display: flex; gap: 8px; overflow: hidden; margin-bottom: 14px; }
.chip { padding: 8px 12px; background: white; border: 1px solid var(--line); border-radius: 999px; color: #5e6472; font-size: 12px; font-weight: 700; }
.chip.active { background: var(--dark); color: white; border-color: var(--dark); }
.result-card { border-radius: 24px; padding: 20px; }
.featured { background: #355d4b; color: white; box-shadow: 0 18px 40px rgba(53,93,75,.22); }
.result-head { display: flex; justify-content: space-between; align-items: center; }
.rank { font-weight: 800; font-size: 13px; }
.pill { background: rgba(255,255,255,.16); padding: 6px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.result-title { font-weight: 800; font-size: 18px; margin-top: 22px; }
.saving { font-size: 40px; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; margin-top: 4px; }
.saving small { font-size: 14px; font-weight: 600; opacity: .8; letter-spacing: 0; }
.percent { margin-top: 8px; font-size: 13px; opacity: .88; }
.result-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 22px; font-size: 11px; opacity: .86; }
.alt-result { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 4px 14px; margin-top: 12px; }
.alt-result div { display: flex; justify-content: space-between; gap: 12px; padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 12px; }
.alt-result div:last-child { border-bottom: 0; }
.alt-result span { color: var(--muted); }
.demo-note { text-align: center; color: #9499a7; font-size: 11px; margin: 14px 0 0; }
.section-heading { max-width: 730px; margin-bottom: 48px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .showcase h2, .security-grid h2, .waitlist h2 { font-size: clamp(34px, 4.8vw, 56px); line-height: 1.05; letter-spacing: -.045em; margin-bottom: 18px; }
.section-heading p, .showcase p, .security-grid p, .waitlist p { color: var(--muted); font-size: 17px; }
.feature-grid.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 12px 34px rgba(20,21,34,.04); }
.feature-card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--brand-soft); color: var(--brand); font-weight: 800; font-size: 20px; margin-bottom: 22px; }
.feature-card h3 { margin-bottom: 10px; font-size: 19px; }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step-card { border-top: 2px solid var(--text); padding: 28px 4px 0; }
.step-no { color: var(--brand); font-weight: 800; letter-spacing: .1em; font-size: 12px; }
.step-card h3 { font-size: 23px; margin: 22px 0 10px; }
.step-card p { color: var(--muted); }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.benefit-list { display: grid; gap: 18px; margin-top: 30px; }
.benefit-list > div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.benefit-list span { color: var(--green); font-weight: 800; }
.benefit-list p { margin: 0; font-size: 15px; }
.comparison-card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.comparison-head { display: flex; justify-content: space-between; margin-bottom: 26px; }
.comparison-head span { color: var(--muted); font-size: 13px; }
.bar-item { margin: 20px 0; }
.bar-label { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 8px; }
.bar { height: 10px; border-radius: 999px; background: #e5e0d6; overflow: hidden; }
.bar span { display: block; height: 100%; background: var(--brand); border-radius: inherit; }
.bar-item.muted .bar span { background: #bdb7aa; }
.winner-callout { margin-top: 28px; padding: 16px; border-radius: 16px; background: var(--brand-soft); color: #994a28; font-size: 13px; }
.security-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.security-cards { display: grid; gap: 14px; }
.security-card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 20px; display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; }
.security-card span { width: 42px; height: 42px; border-radius: 13px; background: var(--brand-soft); display: grid; place-items: center; grid-row: 1 / span 2; }
.security-card strong { align-self: end; }
.security-card small { color: var(--muted); align-self: start; margin-top: 2px; }
.waitlist-card { background: var(--dark); color: white; border-radius: 34px; padding: 56px; display: grid; grid-template-columns: 1fr .95fr; gap: 60px; align-items: center; overflow: hidden; position: relative; }
.waitlist-card::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 999px; background: #c65f32; right: -120px; top: -140px; filter: blur(10px); opacity: .34; }
.waitlist-card p { color: #afb3c2; }
.waitlist-form { position: relative; z-index: 2; display: grid; gap: 14px; }
.waitlist-form label span { display: block; color: #c9ccd6; font-size: 12px; font-weight: 700; margin-bottom: 7px; }
.waitlist-form input, .waitlist-form select { width: 100%; padding: 14px 15px; border: 1px solid #343645; background: #1f2130; color: white; border-radius: 13px; outline: none; }
.waitlist-form input:focus, .waitlist-form select:focus { border-color: var(--brand-2); }
.btn-light { background: white; color: var(--dark); box-shadow: none; }
.btn-light:hover { background: #f2f3f7; }
.form-note { font-size: 11px !important; margin: 0 !important; }
.faq-wrap { max-width: 860px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--brand); font-size: 24px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); max-width: 720px; margin: 14px 0 0; }
footer { padding: 34px 0 46px; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-wrap p { color: var(--muted); font-size: 13px; margin: 0; }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero-grid, .showcase-grid, .security-grid, .waitlist-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .feature-grid.three, .steps-grid { grid-template-columns: 1fr; }
  .waitlist-card { padding: 40px 28px; gap: 30px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1140px); }
  .section, .section-soft { padding: 78px 0; }
  .nav-wrap { height: 68px; }
  .nav-wrap .btn-small { display: none; }
  h1 { font-size: 49px; }
  .hero { padding-top: 62px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .trust-row { display: grid; justify-items: start; width: fit-content; margin: 0 auto; text-align: left; }
  .phone-shell { width: 100%; }
  .phone-screen { min-height: auto; }
  .result-meta { flex-direction: column; }
  .feature-card, .comparison-card { padding: 22px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

/* V2 — warmer, non-AI visual language + product demo */
.brand-search-card { background: #fffdf8; border: 1px solid var(--line); border-radius: 18px; padding: 15px 16px; margin-bottom: 14px; }
.search-label { display: block; color: var(--muted); font-size: 11px; font-weight: 700; margin-bottom: 8px; }
.search-value { display: flex; align-items: center; gap: 9px; }
.search-icon { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); font-size: 16px; }
.campaign-copy { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.22); display: grid; gap: 3px; }
.campaign-copy strong, .join-box span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; opacity: .74; }
.campaign-copy span { font-size: 12px; }
.join-box { margin-top: 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 11px 12px; display: grid; gap: 3px; }
.join-box strong { font-size: 12px; line-height: 1.35; }
.missed-opportunity { margin-top: 12px; border: 1px solid #edcfad; background: #fff7ea; border-radius: 18px; padding: 14px; color: #624a2c; }
.missed-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 6px; }
.missed-top span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.missed-top strong { font-size: 18px; color: #b7622c; }
.missed-opportunity p { font-size: 11px; line-height: 1.45; margin: 0; color: #745b3b; }
.opportunity-card { display: grid; gap: 14px; }
.owned-result-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; }
.owned-result-row > div { display: grid; grid-template-columns: 10px auto; column-gap: 9px; align-items: center; }
.owned-result-row small { grid-column: 2; color: var(--muted); margin-top: 2px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.money-good { color: #1f6d4b; }
.condition-line { display: flex; justify-content: space-between; gap: 24px; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.condition-line span { color: var(--muted); }
.condition-line strong { text-align: right; }
.missed-large { margin-top: 4px; padding: 20px; border-radius: 20px; background: #fff4e6; border: 1px solid #efd1aa; }
.missed-badge { display: inline-block; padding: 5px 8px; border-radius: 999px; background: #f4dcc0; color: #9e5428; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.missed-large h3 { font-size: 20px; line-height: 1.25; margin: 14px 0 18px; }
.missed-large > div { display: flex; justify-content: space-between; gap: 16px; align-items: end; }
.missed-large > div span { color: #8a6845; font-size: 12px; }
.missed-large > div strong { font-size: 27px; color: #b7622c; }

/* V3 — motion, depth and interactive demo */
:root { --ease-out: cubic-bezier(.2,.75,.2,1); }
body { background-image: radial-gradient(circle at 18% 12%, rgba(198,95,50,.045), transparent 24%), radial-gradient(circle at 88% 44%, rgba(47,125,89,.035), transparent 28%); }
.site-header { transition: box-shadow .28s ease, background .28s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(49,44,33,.07); background: rgba(245,241,232,.94); }
.hero-copy > * { animation: heroIn .72s var(--ease-out) both; }
.hero-copy > *:nth-child(2) { animation-delay: .06s; }
.hero-copy > *:nth-child(3) { animation-delay: .12s; }
.hero-copy > *:nth-child(4) { animation-delay: .18s; }
.hero-copy > *:nth-child(5) { animation-delay: .24s; }
.hero-visual { animation: phoneIn .9s .12s var(--ease-out) both; perspective: 1100px; }
.phone-shell { transition: transform .35s var(--ease-out), box-shadow .35s ease; transform-style: preserve-3d; }
.phone-shell:hover { box-shadow: 0 34px 90px rgba(49,44,33,.19); }
.brand-mark { transition: transform .35s var(--ease-out); }
.brand:hover .brand-mark { transform: rotate(-7deg) scale(1.06); }
.btn { position: relative; overflow: hidden; }
.btn::after { content:""; position:absolute; inset:0; background:linear-gradient(100deg,transparent 15%,rgba(255,255,255,.20) 45%,transparent 75%); transform:translateX(-120%); transition:transform .55s ease; }
.btn:hover::after { transform: translateX(120%); }
.text-link span { display:inline-block; transition:transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.demo-brand-tabs { display:flex; gap:7px; margin-top:12px; }
.demo-brand { border:1px solid var(--line); background:#f8f3e9; color:#6d6a62; border-radius:999px; padding:7px 10px; font-size:10px; font-weight:800; cursor:pointer; transition:.22s ease; }
.demo-brand:hover { transform:translateY(-1px); border-color:#c6aa98; }
.demo-brand.active { background:var(--brand); color:white; border-color:var(--brand); box-shadow:0 7px 16px rgba(198,95,50,.16); }
.demo-swapping { animation: swapContent .38s var(--ease-out); }
.missed-opportunity { transition: transform .25s var(--ease-out), box-shadow .25s ease; }
.missed-opportunity.pulse { animation: missedPulse .58s var(--ease-out); }
.reveal { opacity:0; transform:translateY(26px); transition:opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in-view { opacity:1; transform:none; }
.feature-card, .security-card, .comparison-card { transition:transform .28s var(--ease-out), box-shadow .28s ease, border-color .28s ease; }
.feature-card:hover, .security-card:hover { transform:translateY(-5px); border-color:#cfbfae; box-shadow:0 18px 42px rgba(49,44,33,.08); }
.comparison-card:hover { transform:translateY(-4px); box-shadow:0 34px 88px rgba(49,44,33,.16); }
.step-card { position:relative; transition:opacity .3s ease; }
.step-card::before { content:""; position:absolute; left:0; top:-2px; height:2px; width:0; background:var(--brand); transition:width .65s var(--ease-out); }
.step-card.in-view::before { width:100%; }
.step-no { display:inline-block; transition:transform .35s var(--ease-out); }
.step-card.in-view .step-no { transform:translateY(-3px); }
.security-card span { transition:transform .32s var(--ease-out); }
.security-card:hover span { transform:scale(1.08) rotate(-3deg); }
.waitlist-card::after { animation: softFloat 7s ease-in-out infinite alternate; }
details[open] p { animation: faqIn .28s ease both; }
@keyframes heroIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
@keyframes phoneIn { from { opacity:0; transform:translateY(34px) scale(.97); } to { opacity:1; transform:none; } }
@keyframes swapContent { 0% { opacity:.25; transform:translateY(7px) scale(.99); } 100% { opacity:1; transform:none; } }
@keyframes missedPulse { 0% { transform:scale(.985); box-shadow:0 0 0 rgba(198,95,50,0); } 60% { transform:scale(1.012); box-shadow:0 12px 28px rgba(183,98,44,.12); } 100% { transform:none; } }
@keyframes softFloat { from { transform:translate3d(0,0,0) scale(1); } to { transform:translate3d(-22px,18px,0) scale(1.08); } }
@keyframes faqIn { from { opacity:0; transform:translateY(-5px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important; }
  .reveal { opacity:1; transform:none; }
}

.hidden-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.waitlist-form button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}
