:root {
  --black: #090909;
  --ink: #171717;
  --muted: #696969;
  --gold: #e2a519;
  --gold2: #ffca46;
  --cyan: #25d8ff;
  --blue: #0077ff;
  --line: #e7e1d6;
  --soft: #f7f5f0;
  --white: #ffffff;
  --navy: #07111f;
  --max: 1180px;
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(0,0,0,.07); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: .95; min-width: 240px; }
.brand-main { font-weight: 900; font-size: 25px; letter-spacing: -.04em; }
.brand-main span { color: var(--gold); }
.brand small { font-size: 8px; letter-spacing: .32em; color: #666; margin-top: 7px; }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 750; }
.nav a:hover { color: #a46e00; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; border-radius: 999px; padding: 0 25px; background: linear-gradient(135deg, var(--gold2), var(--gold)); color: #15100a; text-decoration: none; font-weight: 850; border: 1px solid #c78c0f; box-shadow: 0 10px 28px rgba(226,165,25,.18); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(226,165,25,.28); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 13px; }
.button-outline { background: #fff; border: 1px solid #bbb; color: #111; box-shadow: none; }
.button-full { width: 100%; margin-top: 22px; }
.hero { overflow: hidden; background: radial-gradient(circle at 72% 35%, rgba(255,188,36,.14), transparent 30%), linear-gradient(180deg, #fff 0%, #fbfaf7 100%); border-bottom: 1px solid #eee; }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: #9b6a03; font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.eyebrow.gold { color: var(--gold2); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(55px, 7vw, 92px); line-height: .91; margin-bottom: 25px; letter-spacing: -.06em; font-weight: 950; }
h1 span { color: var(--gold); }
h2 { font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.045em; margin-bottom: 24px; }
.hero-lead { font-size: 23px; line-height: 1.45; max-width: 680px; color: #343434; }
.hero-proof { max-width: 690px; font-size: 16px; color: #5c5c5c; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 22px; }
.mini-points { display: flex; flex-direction: column; gap: 7px; font-size: 13px; color: #555; }
.hero-art { position: relative; min-height: 580px; display: grid; align-content: center; justify-items: center; }
.hero-art img { width: 100%; max-width: 540px; position: relative; z-index: 2; mix-blend-mode: multiply; filter: drop-shadow(0 28px 35px rgba(0,0,0,.22)); }
.sun-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(255,187,29,.38), rgba(255,210,90,.08) 45%, transparent 70%); filter: blur(6px); }
.hero-card { position: absolute; z-index: 3; right: 0; bottom: 55px; width: min(360px, 90%); background: rgba(7,10,15,.95); color: white; border: 1px solid #d9a11f; border-radius: 20px; padding: 22px 25px; box-shadow: 0 22px 50px rgba(0,0,0,.24); }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { font-size: 18px; }
.hero-card span { color: var(--gold2); font-size: 22px; font-weight: 900; margin-top: 3px; }
.proof-strip { background: var(--black); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid article { padding: 34px 24px; border-right: 1px solid #333; }
.proof-grid article:last-child { border-right: 0; }
.proof-grid strong { display: block; color: var(--gold2); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.proof-grid span { color: #ddd; font-size: 13px; }
.section { padding: 105px 0; }
.story-grid, .hardware-grid, .portal-grid, .demo-grid, .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story p { font-size: 18px; color: #555; }
.quote-card { position: relative; background: #0c0c0c; border-radius: var(--radius); padding: 45px; color: #fff; border: 1px solid #2d2d2d; box-shadow: 0 25px 60px rgba(0,0,0,.13); }
.quote-card .quote-mark { position: absolute; top: 5px; left: 28px; font-size: 90px; color: var(--gold); font-family: Georgia, serif; opacity: .8; }
.quote-card p { position: relative; color: white; font-weight: 820; font-size: 27px; line-height: 1.25; margin: 25px 0; }
.quote-card strong { color: var(--gold2); display: block; }
.quote-card small { color: #999; display: block; margin-top: 12px; }
.section-dark { background: radial-gradient(circle at 85% 20%, #172339, #07101d 42%, #05070a 76%); color: #fff; }
.light-heading { max-width: 800px; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 50px; }
.feature-card { border: 1px solid #243044; background: rgba(255,255,255,.035); border-radius: 20px; padding: 26px; min-height: 230px; }
.feature-card .icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #dca419; color: var(--gold2); font-weight: 900; font-size: 12px; }
.feature-card h3 { font-size: 20px; margin: 30px 0 9px; }
.feature-card p { color: #aeb9c8; font-size: 14px; }
.hardware { background: #f7f6f2; }
.hardware-art { background: white; min-height: 480px; display: grid; place-items: center; border-radius: 34px; box-shadow: inset 0 0 0 1px #eee, 0 30px 70px rgba(0,0,0,.08); overflow: hidden; }
.hardware-art img { width: 88%; mix-blend-mode: multiply; }
.big-copy { font-size: 22px; font-weight: 800; line-height: 1.4; }
.check-list { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; font-weight: 750; }
.check-list span { background: white; border: 1px solid #e1d6ba; border-radius: 14px; padding: 15px 18px; }
.portal { background: white; }
.steps { display: grid; gap: 13px; margin-top: 28px; }
.steps div { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: center; }
.steps b { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #121212; background: var(--gold2); }
.steps span { font-weight: 700; }
.portal-card { border: 1px solid #222; border-radius: var(--radius); padding: 42px; background: linear-gradient(145deg, #111, #050505); color: white; box-shadow: 0 28px 60px rgba(0,0,0,.13); }
.portal-card > p { font-size: 11px; letter-spacing: .2em; color: var(--gold2); font-weight: 900; }
.portal-card blockquote { margin: 20px 0; font-size: 25px; line-height: 1.35; font-weight: 800; }
.portal-card hr { border: none; border-top: 1px solid #333; margin: 28px 0; }
.demo { background: #f6f4ef; }
.video-wrap { aspect-ratio: 16/9; background: #000; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.video-wrap iframe { width: 100%; height: 100%; border: 0; }
.price-card { border: 2px solid #e1a719; border-radius: 28px; padding: 40px; background: #0a0a0a; color: white; box-shadow: 0 25px 70px rgba(0,0,0,.13); }
.price-label { color: var(--gold2); letter-spacing: .2em; font-size: 11px; font-weight: 900; }
.price { font-size: 80px; line-height: 1; font-weight: 950; letter-spacing: -.06em; margin: 16px 0 25px; }
.price sup { font-size: 31px; vertical-align: top; top: 10px; position: relative; }
.price small { font-size: 14px; color: #aaa; margin-left: 10px; letter-spacing: 0; }
.price-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: #ddd; }
.price-card li:before { content: "✓"; color: var(--gold2); font-weight: 900; margin-right: 9px; }
.founder { margin-top: 30px; padding: 22px; border-radius: 18px; border: 1px solid #5b4619; background: #171308; display: grid; gap: 5px; }
.founder strong { color: var(--gold2); }
.founder span b { font-size: 24px; }
.founder small { color: #aaa; }
.final-cta { padding: 80px 0; background: linear-gradient(180deg, #fff, #f7f4eb); border-top: 1px solid #eee; }
.final-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.final-inner > img { width: 100%; border-radius: 20px; }
.final-inner h2 { font-size: 45px; }
.text-link { color: #8c6000; font-weight: 850; align-self: center; }
footer { background: #080808; color: #ccc; padding: 36px 0; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; }
footer strong { color: white; }
footer a { color: var(--gold2); text-decoration: none; }
.footer-right { text-align: right; }
@media (max-width: 980px) {
  .nav { display: none; }
  .nav-wrap { gap: 12px; }
  .nav-wrap .button-small { margin-left: auto; }
  .hero-grid, .story-grid, .hardware-grid, .portal-grid, .demo-grid, .pricing-grid, .final-inner { grid-template-columns: 1fr; }
  .hero-grid { padding: 80px 0 30px; }
  .hero-art { min-height: 450px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .final-inner > img { max-width: 600px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .site-header .brand small { display: none; }
  .brand { min-width: auto; }
  .brand-main { font-size: 20px; }
  .nav-wrap .button-small { font-size: 11px; padding-inline: 14px; }
  h1 { font-size: 54px; }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 19px; }
  .hero-art { min-height: 360px; }
  .hero-card { bottom: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid article { padding: 25px 16px; }
  .section { padding: 75px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .quote-card, .portal-card, .price-card { padding: 28px; }
  .quote-card p, .portal-card blockquote { font-size: 21px; }
  .price { font-size: 64px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-right { text-align: left; }
}
