:root {
  --bg: #09080f;
  --bg-2: #0e0c17;
  --panel: rgba(255,255,255,.045);
  --panel-2: rgba(255,255,255,.072);
  --line: rgba(255,255,255,.11);
  --line-soft: rgba(255,255,255,.07);
  --text: #f8f6ff;
  --muted: #afaabd;
  --muted-2: #7f7a8c;
  --violet: #9a6aff;
  --violet-bright: #b490ff;
  --violet-deep: #6840dd;
  --orange: #ff9d48;
  --yellow: #ffc76d;
  --green: #91efc7;
  --shell: 1180px;
  --radius: 28px;
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 50% -20%, rgba(133,84,255,.18), transparent 38rem),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
}

::selection { background: var(--violet); color: white; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 115px 0; }

.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(100px); opacity: .17; z-index: -2; }
.ambient-a { width: 440px; height: 440px; background: var(--violet); top: 6%; left: -250px; }
.ambient-b { width: 420px; height: 420px; background: var(--orange); top: 55%; right: -310px; opacity: .08; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9,8,15,.72);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.site-header.scrolled { border-color: var(--line-soft); background: rgba(9,8,15,.9); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 24px/1 var(--font-display); letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; object-fit: contain; image-rendering: auto; }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 14px; color: #c8c3d2; }
.nav-links > a:not(.nav-cta) { transition: color .2s ease; }
.nav-links > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(180,144,255,.36); background: rgba(154,106,255,.12); border-radius: 999px; color: #efeaff; transition: .2s ease; }
.nav-cta:hover { background: rgba(154,106,255,.2); transform: translateY(-1px); }
.menu-button { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: var(--panel); align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: white; }
.menu-button span { width: 18px; height: 1.5px; background: currentColor; }
.mobile-nav { display: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; padding-top: 90px; padding-bottom: 100px; }
.kicker, .eyebrow { color: #c7b1f9; letter-spacing: .13em; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px rgba(255,157,72,.8); }
.hero h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.045em; }
.hero h1 { margin: 0; font-size: clamp(4.5rem, 7vw, 7.3rem); line-height: .9; max-width: 750px; }
.hero h1 span { display: inline-block; margin-top: 10px; font-size: .61em; line-height: 1; color: var(--violet-bright); }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: #bbb6c7; font-size: clamp(1.05rem, 1.6vw, 1.23rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border-radius: 13px; font-weight: 700; font-size: 14px; border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; border-color: rgba(180,144,255,.46); background: linear-gradient(135deg, #7d4de9, #9c68ff); box-shadow: 0 12px 34px rgba(101,55,215,.28), inset 0 1px rgba(255,255,255,.18); }
.button-primary:hover { box-shadow: 0 16px 44px rgba(101,55,215,.4); }
.button-ghost { background: rgba(255,255,255,.035); color: #d4cfdd; }
.button-ghost:hover { border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.06); }
.chrome-dot { width: 18px; height: 18px; border-radius: 50%; background: conic-gradient(#e94235 0 33%, #fabb05 0 66%, #34a853 0); position: relative; }
.chrome-dot::after { content:""; position:absolute; inset:5px; border-radius:50%; background:#4285f4; border:1px solid rgba(255,255,255,.7); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 38px; max-width: 640px; }
.hero-facts div { padding-top: 16px; border-top: 1px solid var(--line); }
.hero-facts strong { display: block; color: #fff; font: 600 20px var(--font-display); }
.hero-facts span { display: block; color: var(--muted-2); font-size: 12px; margin-top: 4px; }
.hero-visual { position: relative; }
.shot-frame { position: relative; overflow: hidden; border-radius: 32px; border: 1px solid rgba(180,144,255,.24); background: #0e0b18; box-shadow: 0 30px 110px rgba(0,0,0,.55), 0 0 90px rgba(109,67,222,.15); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.shot-frame::before { content:""; position:absolute; inset:0; border-radius:inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); z-index:2; pointer-events:none; }
.shot-frame img { width:100%; }
.shot-glow { position:absolute; inset:auto 20% -12% 20%; height:24%; background:var(--violet); filter:blur(55px); opacity:.2; }
.floating-tag { position:absolute; padding:8px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.13); background:rgba(13,11,22,.9); backdrop-filter:blur(14px); color:#cec8d8; font-size:10px; font-weight:800; letter-spacing:.12em; box-shadow:0 12px 40px rgba(0,0,0,.3); }
.tag-one { left:-20px; bottom:16%; }
.tag-two { right:-15px; top:13%; color:var(--green); }

.ticker { overflow:hidden; border-block:1px solid var(--line-soft); background:#0d0b14; }
.ticker-track { width:max-content; display:flex; align-items:center; gap:34px; padding:18px 0; animation:ticker 28s linear infinite; color:#85808e; font:700 11px/1 var(--font-display); letter-spacing:.17em; }
.ticker-track i { color:var(--violet); font-style:normal; }
@keyframes ticker { to { transform:translateX(-50%); } }

.section-heading { display:flex; align-items:flex-start; gap:25px; }
.section-num { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; border:1px solid rgba(180,144,255,.28); background:rgba(154,106,255,.08); color:#bda5f2; font:700 11px var(--font-display); flex:0 0 auto; }
.section-heading h2, .showcase-copy h2, .privacy-main h2, .philosophy h2 { margin:8px 0 0; font-size:clamp(2.6rem,5vw,5rem); line-height:.98; }
.section-intro { width:min(760px,100%); margin:28px 0 60px 67px; color:var(--muted); font-size:18px; }

.feature-grid { display:grid; grid-template-columns:1.35fr .82fr .82fr; gap:16px; }
.feature-card { position:relative; overflow:hidden; min-height:390px; padding:28px; border:1px solid var(--line-soft); border-radius:var(--radius); background:linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); }
.feature-card:hover { border-color:rgba(180,144,255,.22); }
.card-meta, .cap-label, .privacy-card > span { color:#9674db; font-size:10px; font-weight:800; letter-spacing:.15em; }
.feature-card h3 { margin:23px 0 13px; font-size:34px; line-height:1.04; }
.feature-card p { color:var(--muted); margin:0; max-width:440px; }
.feature-card-wide { display:grid; grid-template-columns:1fr 220px; grid-template-rows:auto 1fr; gap:0 20px; }
.feature-card-wide .card-meta { grid-column:1 / -1; }
.card-copy { align-self:end; }
.radial-orbit { position:relative; align-self:center; justify-self:center; width:210px; height:210px; }
.orbit-ring { position:absolute; border-radius:50%; border:1px solid rgba(169,129,255,.22); }
.ring-1 { inset:0; box-shadow:0 0 30px rgba(143,91,255,.12); }
.ring-2 { inset:37px; }
.orbit-center { position:absolute; inset:70px; border-radius:50%; display:grid; place-items:center; background:#13101e; border:1px solid rgba(180,144,255,.25); }
.orbit-center img { width:46px; }
.orbit-node { position:absolute; width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:#171323; border:1px solid rgba(255,255,255,.11); color:#fff; font:700 13px var(--font-display); }
.node-a { left:84px; top:-6px; }.node-b { right:3px; top:82px; }.node-c { left:84px; bottom:-6px; }.node-d { left:3px; top:82px; }
.mini-badges { position:absolute; left:28px; right:28px; bottom:28px; display:flex; flex-wrap:wrap; gap:7px; }
.mini-badges span { padding:6px 8px; border-radius:999px; border:1px solid var(--line); color:#8f8999; font-size:9px; font-weight:800; letter-spacing:.1em; }
.center-action { position:absolute; right:28px; bottom:28px; width:74px; height:74px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(180,144,255,.35); color:var(--violet-bright); font:400 38px/1 var(--font-display); box-shadow:0 0 30px rgba(150,92,255,.1); }

.showcase { background:linear-gradient(180deg,#0c0a12,#0b0910); border-block:1px solid var(--line-soft); }
.showcase-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:54px; align-items:center; }
.showcase-copy .section-num { margin-bottom:22px; }
.showcase-copy h2 span { color:#a391c9; }
.showcase-copy p { color:var(--muted); font-size:18px; max-width:500px; margin:26px 0; }
.status-line { display:flex; flex-wrap:wrap; gap:8px; }
.status-line span { padding:7px 10px; border:1px solid var(--line); border-radius:6px; color:#8f899a; font-size:9px; font-weight:800; letter-spacing:.12em; }
.showcase-image { padding:10px; border-radius:31px; background:linear-gradient(135deg,rgba(154,106,255,.18),rgba(255,157,72,.06)); border:1px solid rgba(154,106,255,.18); box-shadow:0 25px 80px rgba(0,0,0,.4); }
.showcase-image img { border-radius:23px; }

.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line-soft); border-left:1px solid var(--line-soft); }
.cap-card { min-height:310px; padding:30px; border-right:1px solid var(--line-soft); border-bottom:1px solid var(--line-soft); background:rgba(255,255,255,.012); transition:background .2s ease; }
.cap-card:hover { background:rgba(255,255,255,.032); }
.cap-icon { width:47px; height:47px; display:grid; place-items:center; margin-bottom:25px; border-radius:14px; background:rgba(154,106,255,.08); border:1px solid rgba(154,106,255,.18); color:#bea3f7; font-size:22px; }
.cap-card h3 { margin:14px 0 10px; font-size:25px; line-height:1.1; }
.cap-card p { margin:0; color:var(--muted); }

.steps-list { margin-top:60px; border-top:1px solid var(--line-soft); }
.step-row { display:grid; grid-template-columns:80px 1fr 1.15fr; gap:30px; align-items:center; min-height:150px; border-bottom:1px solid var(--line-soft); }
.step-number { color:#8f6ed4; font:700 12px var(--font-display); }
.step-row h3 { margin:0; font-size:28px; }
.step-row p { margin:0; color:var(--muted); max-width:500px; }

.privacy { background:radial-gradient(circle at 25% 40%,rgba(110,64,221,.12),transparent 30rem),#0c0a13; border-block:1px solid var(--line-soft); }
.privacy-wrap { display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:start; }
.privacy-main .section-num { margin-bottom:24px; }
.privacy-main h2 { max-width:670px; }
.privacy-zero { margin-top:12px; font:700 clamp(8rem,16vw,14rem)/.82 var(--font-display); letter-spacing:-.09em; color:transparent; -webkit-text-stroke:1px rgba(181,143,255,.75); text-shadow:0 0 70px rgba(154,106,255,.12); }
.zero-caption { margin:6px 0 32px; color:#7f778e; font-size:12px; text-transform:uppercase; letter-spacing:.12em; }
.privacy-main p { max-width:660px; color:var(--muted); font-size:17px; }
.text-link { display:inline-block; margin-top:8px; color:#c8afff; font-weight:700; }
.text-link:hover { color:#fff; }
.privacy-cards { display:grid; gap:14px; padding-top:65px; }
.privacy-card { padding:29px; border-radius:23px; background:rgba(255,255,255,.034); border:1px solid var(--line-soft); }
.privacy-card h3 { margin:9px 0 8px; font-size:25px; }
.privacy-card p { margin:0; color:var(--muted); }

.philosophy-card { position:relative; overflow:hidden; padding:60px; border-radius:34px; background:linear-gradient(135deg,rgba(105,61,218,.24),rgba(255,255,255,.035) 48%,rgba(255,157,72,.05)); border:1px solid rgba(180,144,255,.22); box-shadow:0 25px 80px rgba(0,0,0,.28); }
.philosophy-card::after { content:"🥧"; position:absolute; right:4%; bottom:-22%; font-size:260px; filter:saturate(.8); opacity:.09; transform:rotate(-10deg); }
.philosophy h2 { position:relative; z-index:1; }
.philosophy h2 span { color:var(--violet-bright); }
.philosophy p { position:relative; z-index:1; color:#b8b2c3; max-width:770px; font-size:18px; }
.philosophy .hero-actions { position:relative; z-index:2; }

.site-footer { padding:60px 0 28px; border-top:1px solid var(--line-soft); background:#08070c; }
.footer-grid { display:flex; align-items:flex-start; justify-content:space-between; gap:30px; }
.footer-brand p { color:#777281; margin:12px 0 0; font-size:13px; text-transform:uppercase; letter-spacing:.12em; }
.footer-links { display:flex; flex-wrap:wrap; gap:20px; color:#9b95a4; font-size:13px; }
.footer-links a:hover { color:#fff; }
.legal-row { display:flex; justify-content:space-between; gap:30px; margin-top:50px; padding-top:22px; border-top:1px solid var(--line-soft); color:#625d6b; font-size:11px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }.delay-2 { transition-delay:.15s; }.delay-3 { transition-delay:.22s; }

@media (max-width: 1040px) {
  .hero { grid-template-columns:1fr; padding-top:70px; }
  .hero-copy { max-width:760px; }
  .hero-visual { max-width:850px; }
  .feature-grid { grid-template-columns:1fr 1fr; }
  .feature-card-wide { grid-column:1 / -1; }
  .capability-grid { grid-template-columns:repeat(2,1fr); }
  .showcase-grid, .privacy-wrap { grid-template-columns:1fr; }
  .showcase-copy { max-width:760px; }
  .privacy-cards { padding-top:0; grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 760px) {
  .shell { width:min(100% - 28px,var(--shell)); }
  .section { padding:82px 0; }
  .nav-links { display:none; }
  .menu-button { display:flex; }
  .mobile-nav { display:none; flex-direction:column; gap:0; padding:0 14px 14px; background:rgba(9,8,15,.97); }
  .mobile-nav.open { display:flex; }
  .mobile-nav a { padding:14px 5px; border-bottom:1px solid var(--line-soft); color:#c8c3d1; }
  .hero { min-height:auto; gap:45px; padding-top:55px; padding-bottom:72px; }
  .hero h1 { font-size:clamp(3.7rem,17vw,5.5rem); }
  .hero h1 span { font-size:.52em; }
  .hero-facts { grid-template-columns:1fr; }
  .hero-facts div { display:flex; justify-content:space-between; align-items:center; }
  .floating-tag { display:none; }
  .shot-frame { transform:none; border-radius:20px; }
  .section-heading { gap:15px; }
  .section-heading h2, .showcase-copy h2, .privacy-main h2, .philosophy h2 { font-size:clamp(2.5rem,12vw,4.2rem); }
  .section-intro { margin-left:0; font-size:16px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card-wide { display:block; }
  .radial-orbit { margin:40px auto 10px; }
  .capability-grid { grid-template-columns:1fr; }
  .step-row { grid-template-columns:52px 1fr; gap:10px 16px; padding:24px 0; }
  .step-row p { grid-column:2; }
  .privacy-cards { grid-template-columns:1fr; }
  .privacy-zero { font-size:10rem; }
  .philosophy-card { padding:34px 24px; }
  .philosophy-card::after { font-size:180px; right:-40px; }
  .footer-grid, .legal-row { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
