:root{--ink:#111217;--muted:#6e6e73;--paper:#f5f5f7;--white:#fff;--navy:#14192c;--panel:#1c2235;--line:#2a3249;--gold:#c9943a;--gold-soft:#e8c080;--green:#7fb685}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
.nav{width:min(1080px,calc(100% - 40px));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;letter-spacing:-.01em}
.brand-mark{width:28px;height:28px;border-radius:9px;display:inline-grid;place-items:center;background:var(--navy);color:var(--gold-soft);font-size:13px;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.nav-cta{padding:8px 15px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:500;transition:transform .2s,opacity .2s}
.nav-cta:hover,.button:hover{transform:translateY(-1px);opacity:.88}
.hero{max-width:1050px;margin:auto;padding:120px 24px 105px;text-align:center}
.kicker{margin:0 0 20px;color:#9a6a1e;font-size:19px;font-weight:600;letter-spacing:-.02em}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:28px;font-size:clamp(48px,7.3vw,82px);line-height:.99;letter-spacing:-.062em;font-weight:700}
h1 span{color:var(--muted)}
.hero-copy{max-width:660px;margin:0 auto;color:var(--muted);font-size:clamp(19px,2.3vw,25px);line-height:1.42;letter-spacing:-.025em}
.actions{margin-top:35px;display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}
.button{min-height:48px;padding:0 23px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;transition:transform .2s,opacity .2s}
.primary{background:#1672df;color:#fff}
.text-link{color:#1672df;font-size:17px}.text-link span{font-size:24px;vertical-align:-1px}
.product-stage{padding:0 24px 130px;overflow:hidden}
.product-window{width:min(1060px,100%);margin:auto;border-radius:26px;background:var(--navy);box-shadow:0 40px 100px rgba(20,25,44,.22);overflow:hidden;color:#eef0f8}
.window-bar{height:52px;padding:0 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.07);color:#8892a4;font-size:12px}
.window-bar i{width:9px;height:9px;border-radius:50%;background:#3b4359}.window-bar span{margin-left:8px}
.dashboard{min-height:540px;padding:70px 7% 0;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:42px 30px;position:relative;background:radial-gradient(circle at 70% 25%,rgba(201,148,58,.09),transparent 34%)}
.dashboard-copy{max-width:500px}.overline{display:block;margin-bottom:12px;color:var(--gold-soft);font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.dashboard-copy strong{display:block;font-size:clamp(27px,4vw,45px);line-height:1.08;letter-spacing:-.045em}.dashboard-copy p{margin:15px 0 0;color:#8892a4;font-size:15px}
.metric{min-width:175px;padding:18px 20px;border:1px solid var(--line);border-radius:15px;background:rgba(28,34,53,.75);display:flex;flex-direction:column;align-self:start}
.metric>span{color:#8892a4;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.metric b{margin:8px 0 10px;font-size:19px}.metric small{color:#9bc8a0}.metric small i{width:6px;height:6px;margin-right:5px;border-radius:50%;display:inline-block;background:var(--green)}
.chart{grid-column:1/-1;min-width:0;height:280px;align-self:end;background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.055) 25%)}
.chart svg{display:block;width:100%;height:100%}.area{fill:url(#fill)}.line{fill:none;stroke:var(--gold);stroke-width:3;vector-effect:non-scaling-stroke}
.statement{padding:145px 24px;text-align:center;background:#fff}
.statement p{margin-bottom:20px;color:#9a6a1e;font-size:18px;font-weight:600}
.statement h2{margin-bottom:0;font-size:clamp(38px,5.4vw,64px);line-height:1.08;letter-spacing:-.055em}
.features{width:min(1080px,calc(100% - 40px));margin:auto;padding:120px 0 150px;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}
.features article>span{color:#9a6a1e;font-size:12px;font-weight:600}.features h3{margin:45px 0 12px;font-size:28px;letter-spacing:-.04em}.features p{margin:0;color:var(--muted);font-size:17px;line-height:1.55;letter-spacing:-.015em}
.final-cta{padding:130px 24px 140px;background:var(--navy);color:#fff;text-align:center}.brand-mark.large{width:52px;height:52px;margin-bottom:32px;border-radius:16px;background:var(--panel);font-size:20px}.final-cta h2{margin-bottom:12px;font-size:clamp(44px,6vw,68px);letter-spacing:-.055em}.final-cta p{margin-bottom:34px;color:#aeb7c7;font-size:20px}.final-cta .primary{background:linear-gradient(135deg,var(--gold-soft),var(--gold));color:#17191e}
footer{width:min(1080px,calc(100% - 40px));height:100px;margin:auto;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}
@media(max-width:720px){.nav{height:64px}.hero{padding:85px 20px 75px}.kicker{font-size:16px}h1{font-size:clamp(44px,13vw,64px)}.hero-copy{font-size:19px}.product-stage{padding:0 12px 90px}.product-window{border-radius:18px}.dashboard{min-height:480px;padding:42px 24px 0;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;gap:22px}.metric{width:100%}.chart{grid-column:1;height:190px}.statement{padding:100px 22px}.statement h2 br{display:none}.features{padding:90px 0 110px;grid-template-columns:1fr;gap:64px}.features h3{margin-top:22px}.final-cta{padding:100px 20px 110px}}
@media(max-width:420px){.brand span:last-child{display:none}.actions{flex-direction:column;gap:18px}.dashboard-copy strong{font-size:29px}.window-bar{height:44px}.product-window{border-radius:14px}footer{height:86px}}
@media(prefers-reduced-motion:no-preference){.hero>*{animation:rise .65s ease-out both}.hero>*:nth-child(2){animation-delay:.06s}.hero>*:nth-child(3){animation-delay:.12s}.hero>*:nth-child(4){animation-delay:.18s}@keyframes rise{from{opacity:0;transform:translateY(15px)}}}
