*{box-sizing:border-box;margin:0;padding:0;font-family:'Inter',sans-serif}
html,body{min-height:100%;background:#0a0f1e;color:#fff}
.app{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:32px 16px}
.wrap{width:100%;max-width:460px}
.header{text-align:center;margin-bottom:24px}
.badge{display:inline-flex;align-items:center;gap:6px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.25);border-radius:999px;padding:6px 14px;margin-bottom:14px}
.badge-dot{width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.badge-text{font-size:11px;font-weight:600;color:#6ee7b7;letter-spacing:.04em}
.h1{font-size:28px;font-weight:900;line-height:1.2;color:#fff}
.h1 span{color:#10b981}
.sub{color:#64748b;font-size:13px;margin-top:6px}
.card{background:rgba(15,23,42,.9);border:1px solid rgba(71,85,105,.4);border-radius:20px;padding:24px;box-shadow:0 0 60px rgba(16,185,129,.07),0 20px 60px rgba(0,0,0,.4)}
.footer-note{text-align:center;font-size:11px;color:#1e293b;margin-top:16px}

/* Progress */
.prog-row{display:flex;justify-content:space-between;margin-bottom:6px}
.prog-label{font-size:10px;font-weight:700;color:#10b981;letter-spacing:.08em;text-transform:uppercase}
.prog-pct{font-size:10px;font-weight:600;color:#334155}
.prog-track{height:3px;background:#1e293b;border-radius:99px;overflow:hidden;margin-bottom:24px}
.prog-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:99px;transition:width .5s cubic-bezier(.22,1,.36,1)}

/* Step chrome */
.step-eyebrow{font-size:10px;font-weight:700;color:#10b981;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}
.step-h2{font-size:18px;font-weight:800;color:#fff;line-height:1.3;margin-bottom:5px}
.step-p{font-size:12px;color:#64748b;margin-bottom:16px;line-height:1.5}

/* Choices */
.choice-list{display:flex;flex-direction:column;gap:7px;margin-bottom:4px}
.choice-btn{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:11px;border:1.5px solid #1e293b;background:rgba(15,23,42,.6);cursor:pointer;text-align:left;transition:border-color .15s,background .15s,transform .12s;width:100%}
.choice-btn:hover{border-color:#334155;transform:translateY(-1px)}
.choice-btn.sel{border-color:#10b981;background:rgba(16,185,129,.07)}
.choice-btn.disabled-offer{opacity:.35;cursor:not-allowed;border-color:#1e293b !important;transform:none !important}
.choice-box{width:17px;height:17px;border-radius:4px;border:1.5px solid #334155;background:#0a0f1e;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}
.choice-btn.sel .choice-box{background:#10b981;border-color:#10b981}
.choice-radio{width:17px;height:17px;border-radius:50%;border:2px solid #334155;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}
.choice-btn.sel .choice-radio{border-color:#10b981}
.radio-dot{width:7px;height:7px;border-radius:50%;background:#10b981;display:none}
.choice-btn.sel .radio-dot{display:block}
.choice-label{font-size:13px;font-weight:500;color:#94a3b8;flex:1}
.choice-btn.sel .choice-label{color:#fff}
.choice-sublabel{font-size:11px;color:#334155;margin-top:2px}
.checksvg{display:none;width:9px;height:9px}
.choice-btn.sel .checksvg{display:block}

/* Yes/No */
.yn-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}
.yn-btn{padding:14px;border-radius:11px;border:1.5px solid #1e293b;background:rgba(15,23,42,.6);cursor:pointer;font-size:13px;font-weight:700;color:#64748b;transition:all .15s;text-align:center}
.yn-btn:hover{border-color:#334155}
.yn-yes.sel{background:#10b981;border-color:#10b981;color:#fff}
.yn-no.sel{background:rgba(239,68,68,.12);border-color:#ef4444;color:#fca5a5}

/* CTA button */
.cta{width:100%;margin-top:18px;padding:14px;border-radius:11px;border:none;background:#10b981;color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em;cursor:pointer;transition:background .15s,box-shadow .15s}
.cta:hover{background:#34d399;box-shadow:0 0 0 4px rgba(16,185,129,.18)}
.cta:disabled{background:#0f172a;color:#1e293b;cursor:not-allowed;box-shadow:none;border:1.5px solid #1e293b}

/* Inputs */
.input-group{margin-bottom:12px}
.input-label{font-size:10px;font-weight:700;color:#475569;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;display:block}
.txt-input{width:100%;padding:12px 14px;background:rgba(255,255,255,.04);border:1.5px solid #1e293b;border-radius:10px;color:#fff;font-size:14px;outline:none;transition:border-color .15s}
.txt-input:focus{border-color:#10b981;background:rgba(16,185,129,.05)}
.txt-input::placeholder{color:#1e293b}

/* Loading */
.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 0;text-align:center}
.spinner-wrap{position:relative;width:64px;height:64px;margin-bottom:24px}
.spinner-track{width:64px;height:64px;border-radius:50%;border:3px solid #1e293b;position:absolute}
.spinner-arc{width:64px;height:64px;border-radius:50%;border:3px solid transparent;border-top-color:#10b981;position:absolute;animation:spin .7s linear infinite}
.spinner-emoji{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:22px}
@keyframes spin{to{transform:rotate(360deg)}}
.loading-title{font-size:16px;font-weight:800;color:#fff;margin-bottom:8px}
.loading-msg{font-size:12px;color:#10b981;font-weight:500;min-height:18px}

/* Results */
.results-eyebrow{font-size:10px;font-weight:700;color:#10b981;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin-bottom:8px}
.total-amount{font-size:64px;font-weight:900;color:#10b981;text-align:center;line-height:1;animation:popIn .5s cubic-bezier(.22,1,.36,1) forwards}
@keyframes popIn{from{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}
.total-sub{text-align:center;font-size:13px;color:#64748b;margin-top:5px;margin-bottom:10px}
.offers-badge{display:flex;align-items:center;justify-content:center;gap:6px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.18);border-radius:999px;padding:5px 14px;width:fit-content;margin:0 auto 20px}
.email-box{background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.18);border-radius:12px;padding:13px;display:flex;gap:10px;align-items:flex-start;margin-bottom:20px}
.email-icon{font-size:17px;flex-shrink:0}
.email-title{font-size:13px;font-weight:700;color:#6ee7b7;margin-bottom:2px}
.email-body{font-size:12px;color:#475569;line-height:1.5}
.email-body strong{color:#cbd5e1;font-weight:600}

/* Timeline */
.section-label{font-size:10px;font-weight:700;color:#334155;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.timeline{display:flex;flex-direction:column;margin-bottom:18px}
.timeline-item{display:flex;gap:12px;position:relative}
.tl-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.tl-num{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;z-index:1;flex-shrink:0;background:rgba(16,185,129,.1);border:2px solid #10b981;color:#10b981}
.tl-line{width:2px;background:linear-gradient(to bottom,rgba(16,185,129,.4),rgba(16,185,129,.04));flex:1;min-height:14px;margin-top:0}
.bank-card{flex:1;background:rgba(10,15,30,.7);border:1px solid #1e293b;border-radius:14px;padding:13px;margin-bottom:12px;transition:transform .15s,box-shadow .15s}
.bank-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.35)}
.bc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}
.bc-name-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}
.bc-emoji{font-size:15px}
.bc-name{font-size:14px;font-weight:800;color:#fff}
.bc-amount{font-size:22px;font-weight:900;color:#10b981}
.bc-window{font-size:10px;color:#475569;margin-top:2px}
.apply-btn{background:rgba(16,185,129,.9);color:#fff;font-size:11px;font-weight:800;padding:7px 11px;border-radius:8px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s;display:inline-block}
.apply-btn:hover{background:#10b981}
.bc-steps{font-size:11px;color:#475569;line-height:1.65}

/* Stack table */
.stack-box{background:rgba(10,15,30,.6);border:1px solid #1e293b;border-radius:12px;padding:14px;margin-bottom:18px}
.stack-title{font-size:10px;font-weight:700;color:#334155;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.stack-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(30,41,59,.6)}
.stack-row:last-child{border-bottom:none}
.stack-bank{font-size:12px;color:#64748b}
.stack-val{font-size:12px;font-weight:700;color:#10b981}
.stack-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #1e293b}
.stack-total-label{font-size:13px;font-weight:800;color:#fff}
.stack-total-val{font-size:16px;font-weight:900;color:#10b981}

/* Termination */
.term{text-align:center;padding:36px 0}
.term-emoji{font-size:44px;margin-bottom:14px}
.term-h{font-size:18px;font-weight:800;color:#fff;margin-bottom:10px}
.term-p{font-size:13px;color:#475569;line-height:1.65}

/* Intro */
.intro{padding:8px 0}
.intro-hero{text-align:center;margin-bottom:20px}
.intro-emoji{font-size:48px;margin-bottom:14px}
.max-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2);border-radius:10px;padding:8px 14px;margin-bottom:16px}
.max-amount{font-size:38px;font-weight:900;color:#10b981;line-height:1}
.max-label{font-size:11px;color:#64748b;margin-top:2px;font-weight:500}
.intro-h{font-size:17px;font-weight:800;color:#fff;margin-bottom:8px}
.intro-p{font-size:13px;color:#64748b;line-height:1.7;margin-bottom:18px}
.check-list{display:flex;flex-direction:column;gap:7px;margin-bottom:22px}
.check-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8}
.check-tick{color:#10b981;font-weight:700;flex-shrink:0}

/* Tip row on deposit step */
.tip-row{display:flex;align-items:flex-start;gap:8px;background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.15);border-radius:10px;padding:10px 12px;margin-bottom:16px}
.tip-icon{font-size:14px;flex-shrink:0;margin-top:1px}
.tip-text{font-size:11px;color:#6ee7b7;line-height:1.65}

/* Insight boxes on results */
.insight-box{display:flex;align-items:flex-start;gap:10px;border-radius:12px;padding:13px;margin-bottom:14px}
.insight-green{background:rgba(16,185,129,.07);border:1px solid rgba(16,185,129,.2)}
.insight-amber{background:rgba(245,158,11,.06);border:1px solid rgba(245,158,11,.2)}
.insight-icon{font-size:18px;flex-shrink:0;margin-top:1px}
.insight-title{font-size:13px;font-weight:700;margin-bottom:3px}
.insight-green .insight-title{color:#6ee7b7}
.insight-amber .insight-title{color:#fbbf24}
.insight-body{font-size:11px;line-height:1.65;color:#64748b}
.insight-body strong{color:#cbd5e1;font-weight:600}

/* Warning/info boxes */
.info-box{background:rgba(245,158,11,.06);border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:11px 13px;font-size:11px;color:#78716c;line-height:1.6;margin-bottom:14px}
.info-box strong{color:#d97706}

.disclaimer{font-size:11px;color:#1e293b;text-align:center;line-height:1.6;margin-top:14px}
.privacy-note{font-size:11px;color:#1e293b;text-align:center;margin-top:8px}
.review-table{display:flex;flex-direction:column;gap:2px;margin-top:4px}
.review-row{display:flex;align-items:center;gap:10px;padding:11px 14px;background:rgba(15,23,42,.7);border:1px solid #1e293b;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}
.review-row:hover{border-color:#334155;background:rgba(30,41,59,.5)}
.review-q{font-size:11px;font-weight:600;color:#475569;width:140px;flex-shrink:0}
.review-a{font-size:12px;color:#cbd5e1;flex:1;line-height:1.4}
.review-edit{font-size:11px;flex-shrink:0;opacity:.4;transition:opacity .15s}
.review-row:hover .review-edit{opacity:1}
.back-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:#334155;font-size:12px;font-weight:600;cursor:pointer;padding:8px 0;margin-top:4px;transition:color .15s}
.back-btn:hover{color:#64748b}
.step-actions{display:flex;flex-direction:column;gap:0}

/* Fade/slide animations */
.fade-in{animation:fadeUp .3s ease forwards}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

/* Zero-state */
/* ── REVIEWS ── */
.reviews-section{width:100%;max-width:460px;margin:28px auto 0}
.reviews-title{font-size:16px;font-weight:800;color:#fff;text-align:center;margin-bottom:6px}
.reviews-title span{color:#10b981}
.reviews-sub{font-size:12px;color:#475569;text-align:center;margin-bottom:16px}
.reviews-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}
.review-card{background:rgba(15,23,42,.85);border:1px solid #1e293b;border-radius:14px;padding:16px}
.review-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.review-author{display:flex;align-items:center;gap:9px}
.review-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}
.review-name{font-size:13px;font-weight:700;color:#fff}
.review-location{font-size:11px;color:#334155;margin-top:1px}
.review-stars{color:#fbbf24;font-size:13px;letter-spacing:1px}
.review-text{font-size:12px;color:#64748b;line-height:1.7}
.review-text strong{color:#94a3b8}
.review-amount{display:inline-flex;align-items:center;gap:5px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.18);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;color:#10b981;margin-top:10px}
.reviews-total{display:flex;align-items:center;justify-content:center;gap:16px;background:rgba(15,23,42,.6);border:1px solid #1e293b;border-radius:12px;padding:14px;margin-top:4px;margin-bottom:4px}
.rt-stat{text-align:center}
.rt-val{font-size:20px;font-weight:900;color:#10b981}
.rt-label{font-size:10px;color:#334155;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}
.teaser-total{font-size:72px;font-weight:900;color:#10b981;text-align:center;line-height:1;letter-spacing:-2px;margin:8px 0 4px}
.teaser-xx{color:rgba(16,185,129,.25);filter:blur(2px)}
.teaser-sub{text-align:center;font-size:13px;color:#64748b;margin-bottom:18px}
.locked-offers{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;position:relative}
.locked-offer-card{background:rgba(15,23,42,.8);border:1px solid #1e293b;border-radius:12px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.locked-offer-card.blurred{filter:blur(5px);user-select:none;pointer-events:none}
.loc-left{display:flex;align-items:center;gap:8px}
.loc-emoji{font-size:16px}
.loc-name{font-size:13px;font-weight:700;color:#fff}
.loc-amount{font-size:16px;font-weight:900;color:#10b981}
.locked-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to bottom,rgba(6,11,23,.3),rgba(6,11,23,.95));border-radius:12px;padding:20px;text-align:center}
.lock-icon{font-size:32px;margin-bottom:10px}
.lock-title{font-size:15px;font-weight:800;color:#fff;margin-bottom:6px}
.lock-sub{font-size:12px;color:#64748b;line-height:1.6;margin-bottom:16px}
.pay-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#10b981;color:#fff;font-size:14px;font-weight:800;padding:15px 24px;border-radius:12px;text-decoration:none;width:100%;transition:background .15s,box-shadow .15s;border:none;cursor:pointer}
.pay-btn:hover{background:#34d399;box-shadow:0 0 0 4px rgba(16,185,129,.2)}
.pay-guarantee{font-size:10px;color:#334155;text-align:center;margin-top:8px}
.visible-offer{background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.25);border-radius:12px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.vis-badge{font-size:10px;font-weight:700;color:#10b981;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px}

/* ── UNLOCKED RESULTS ── */
.unlock-banner{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(99,102,241,.08));border:1px solid rgba(16,185,129,.3);border-radius:14px;padding:16px;text-align:center;margin-bottom:20px}
.unlock-banner-title{font-size:15px;font-weight:800;color:#10b981;margin-bottom:4px}
.unlock-banner-sub{font-size:12px;color:#64748b}

.zero-box{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.15);border-radius:14px;padding:20px;text-align:center;margin-bottom:16px}
.zero-emoji{font-size:36px;margin-bottom:10px}
.zero-h{font-size:15px;font-weight:700;color:#fca5a5;margin-bottom:8px}
.zero-p{font-size:12px;color:#475569;line-height:1.6}

/* Chain explainer */
.chain-section{margin-bottom:20px}
.chain-flow{display:flex;flex-direction:column;gap:0}
.chain-node{display:flex;gap:10px;align-items:flex-start}
.chain-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:32px}
.chain-dot{width:12px;height:12px;border-radius:50%;background:#10b981;border:2px solid #0a0f1e;box-shadow:0 0 0 2px #10b981;flex-shrink:0;margin-top:3px}
.chain-dot.source{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b}
.chain-dot.end{background:#6366f1;box-shadow:0 0 0 2px #6366f1}
.chain-vline{width:2px;background:linear-gradient(to bottom,rgba(16,185,129,.4),rgba(16,185,129,.1));flex:1;min-height:20px;margin:0 auto}
.chain-content{flex:1;padding-bottom:14px}
.chain-label{font-size:11px;font-weight:700;color:#10b981;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1px}
.chain-label.source{color:#f59e0b}
.chain-label.end{color:#6366f1}
.chain-desc{font-size:12px;color:#64748b;line-height:1.5}
.chain-desc strong{color:#cbd5e1}

/* Feeder banks */
.feeder-section{margin-bottom:20px}
.feeder-card{background:rgba(10,15,30,.6);border:1px solid #1e293b;border-radius:12px;padding:12px 14px;margin-bottom:8px;display:flex;gap:10px;align-items:flex-start}
.feeder-emoji{font-size:18px;flex-shrink:0;margin-top:1px}
.feeder-name{font-size:13px;font-weight:800;color:#fff;margin-bottom:2px}
.feeder-open{font-size:11px;color:#10b981;font-weight:600;margin-bottom:3px}
.feeder-notes{font-size:11px;color:#475569;line-height:1.55}
.feeder-tag{display:inline-block;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.15);border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600;color:#6ee7b7;margin-top:5px}
.faq-section{width:100%;max-width:460px;margin:28px auto 0}
.faq-title{font-size:16px;font-weight:800;color:#fff;text-align:center;margin-bottom:16px}
.faq-title span{color:#10b981}
.faq-item{background:rgba(15,23,42,.8);border:1px solid #1e293b;border-radius:14px;margin-bottom:8px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:rgba(16,185,129,.3)}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;user-select:none}
.faq-q-text{font-size:13px;font-weight:700;color:#cbd5e1;line-height:1.4;flex:1}
.faq-item.open .faq-q-text{color:#fff}
.faq-chevron{width:18px;height:18px;flex-shrink:0;color:#334155;transition:transform .25s,color .2s}
.faq-item.open .faq-chevron{transform:rotate(180deg);color:#10b981}
.faq-a{font-size:12px;color:#475569;line-height:1.75;padding:0 16px;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.22,1,.36,1),padding .25s}
.faq-item.open .faq-a{max-height:400px;padding:0 16px 14px}
.faq-a strong{color:#94a3b8;font-weight:600}
.faq-a a{color:#10b981;text-decoration:none}