:root{--bg:#0b0b0b;--panel:#141414;--gold:#d3a42f;--gold2:#f0c85e;--text:#f7f3e8;--muted:#aaa59a;--line:#2a2925;--white:#fff;--ink:#151515}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f6f2e9;color:var(--ink);line-height:1.5}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 5vw;background:#0b0b0bee;color:#fff;backdrop-filter:blur(14px);border-bottom:1px solid #242424}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.16em;font-size:14px}.logo-mark{width:44px;height:24px;fill:var(--gold);display:block;flex:none}nav{display:flex;gap:24px;font-size:14px;color:#d4d0c8}nav a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);background:var(--gold);color:#111;padding:14px 20px;border-radius:999px;font-weight:850}.btn.small{padding:9px 15px;font-size:13px}.btn.ghost{background:transparent;color:#fff;border-color:#4b4538}.hero{min-height:82vh;background:radial-gradient(circle at 80% 30%,#64491555,transparent 32%),linear-gradient(135deg,#090909,#14110b 65%,#2b210d);color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:center;padding:80px 7vw}.hero h1{font-size:clamp(52px,7vw,100px);line-height:.92;margin:16px 0 24px;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:var(--gold2)}.hero p{max-width:700px;font-size:20px;color:#d8d2c7}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.2em;color:var(--gold)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.note{font-size:12px!important;color:#8f897f!important;margin-top:16px}.phone{width:min(360px,80vw);justify-self:center;border:10px solid #26231d;border-radius:48px;background:#050505;box-shadow:0 35px 90px #000b;padding:15px}.phone-top{width:90px;height:20px;background:#1d1d1d;border-radius:20px;margin:0 auto 13px}.phone-screen{background:#f9f7f1;border-radius:32px;padding:22px 16px 10px;color:#111;min-height:560px;display:flex;flex-direction:column}.app-head{display:flex;justify-content:space-between;align-items:center;font-size:15px;margin-bottom:20px}.mini-card{background:#fff;border:1px solid #ded8cb;border-radius:18px;padding:17px;margin-bottom:12px;display:grid;gap:5px}.mini-card.gold{background:linear-gradient(135deg,#18140c,#c69526);color:#fff;border:0}.mini-card small{font-weight:900;letter-spacing:.1em;color:#9d7623}.mini-card.gold small{color:#f6d26e}.mini-card strong{font-size:19px}.mini-card span{font-size:12px;color:#777}.mini-card.gold span{color:#e8ddc5}.app-nav{margin-top:auto;border-top:1px solid #e2ddd1;display:flex;justify-content:space-around;align-items:center;padding-top:12px;color:#777}.app-nav b{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#111;color:var(--gold)}.nav-logo{width:38px;height:20px;fill:var(--gold);display:block}.section{padding:90px 7vw}.section-head{max-width:800px}.section h2,.cta h2{font-size:clamp(36px,5vw,68px);letter-spacing:-.04em;line-height:1;margin:12px 0 30px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.steps article,.trust-grid article{background:#fff;border:1px solid #ded8ca;border-radius:22px;padding:26px}.steps article>span{font-size:12px;font-weight:900;color:var(--gold)}.steps h3,.trust-grid h3{font-size:22px;margin:22px 0 8px}.steps p,.trust-grid p,.split p{color:#6c675f}.split{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.split.reverse>div:first-child{order:1}.split ul{padding-left:20px;display:grid;gap:8px}.feature-card{background:#111;color:#fff;border-radius:28px;padding:32px;box-shadow:0 25px 60px #3d2c1022}.feature-card small{color:var(--gold2);font-weight:900;letter-spacing:.12em}.feature-card h3{font-size:30px;margin:16px 0 4px}.value{font-size:44px;font-weight:900;letter-spacing:-.04em}.feature-card p{color:#c9c2b4}.status{display:inline-block;background:#f7e8b1;color:#614d13;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850;margin:12px 0}.feature-card button{width:100%;padding:14px;border:0;border-radius:14px;font-weight:800}.listing{padding:0;overflow:hidden;background:#fff;color:#111}.listing-cover{height:180px;background:linear-gradient(135deg,#15120c,#e0a71f);display:grid;place-items:center;color:#fff;font-size:32px;font-weight:900;margin-bottom:26px}.listing small,.listing h3,.listing .value,.listing p{margin-left:26px;margin-right:26px}.listing p{padding-bottom:24px}.dark{background:#0d0d0d;color:#fff}.dark h2{max-width:900px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-grid article{background:#161616;border-color:#292929}.trust-grid p{color:#aaa}.cta{text-align:center;padding:100px 7vw;background:linear-gradient(135deg,#e2b33e,#f1d27f)}.cta .eyebrow{color:#5c4509}.cta h2{max-width:900px;margin:16px auto 35px}.cta .btn{background:#111;border-color:#111;color:#fff}footer{background:#080808;color:#fff;padding:50px 7vw;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}footer p,footer small{color:#777}.footer-links{display:flex;gap:20px;flex-wrap:wrap;color:#bbb;font-size:14px}footer small{grid-column:1/-1}@media(max-width:900px){nav{display:none}.hero,.split{grid-template-columns:1fr}.hero{padding-top:55px}.phone{margin-top:20px}.steps,.trust-grid{grid-template-columns:1fr 1fr}.split.reverse>div:first-child{order:0}}@media(max-width:600px){.topbar{padding:14px 18px}.brand span:last-child{font-size:11px}.logo-mark{width:38px;height:20px}.hero,.section,.cta{padding-left:22px;padding-right:22px}.hero{min-height:auto;padding-bottom:60px}.hero h1{font-size:52px}.hero p{font-size:17px}.hero-actions{display:grid}.phone{width:100%}.steps,.trust-grid{grid-template-columns:1fr}.section{padding-top:65px;padding-bottom:65px}.section h2,.cta h2{font-size:40px}.feature-card{padding:24px}.value{font-size:36px}footer{grid-template-columns:1fr}.footer-links{display:grid;gap:10px}}