@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #050908;
  --bg-soft: #08100d;
  --panel: rgba(14, 23, 20, .58);
  --panel-strong: rgba(16, 27, 23, .78);
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .16);
  --text: #f4f7f5;
  --muted: #97a19d;
  --muted-2: #68726e;
  --emerald: #49e4ae;
  --emerald-deep: #0a795a;
  --gold: #e8c876;
  --gold-bright: #ffe6a2;
  --shadow: 0 40px 100px rgba(0, 0, 0, .45);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(41, 129, 96, .14), transparent 40%),
    linear-gradient(180deg, #060b09 0%, #050807 55%, #070b09 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: rgba(73, 228, 174, .26); color: #fff; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }

.ambient { position: fixed; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.orb { position: absolute; border-radius: 999px; filter: blur(90px); opacity: .32; }
.orb-a { width: 520px; height: 520px; top: 5vh; left: -260px; background: #0f6b50; animation: driftA 16s ease-in-out infinite alternate; }
.orb-b { width: 440px; height: 440px; top: 35vh; right: -240px; background: #755b1b; opacity: .12; animation: driftB 18s ease-in-out infinite alternate; }
.orb-c { width: 620px; height: 620px; bottom: -400px; left: 35%; background: #09523e; opacity: .16; }
.grain { position: absolute; inset: -50%; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); transform: rotate(8deg); }

@keyframes driftA { to { transform: translate(140px, 80px) scale(1.12); } }
@keyframes driftB { to { transform: translate(-90px, 120px) scale(.9); } }

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 1180px);
  height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 13px 0 17px;
  z-index: 100;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(8, 14, 12, .58);
  box-shadow: 0 18px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(7, 12, 10, .83); border-color: rgba(255,255,255,.13); box-shadow: 0 16px 50px rgba(0,0,0,.38); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 8px 20px rgba(0,0,0,.22); }
.brand-mark svg { width: 26px; height: 26px; }
.site-header nav { display: flex; gap: 28px; align-items: center; }
.site-header nav a { color: #aeb7b3; font-size: 13px; font-weight: 500; transition: color .2s ease; }
.site-header nav a:hover { color: #fff; }
.nav-cta { justify-self: end; padding: 10px 14px; border-radius: 12px; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.92); color: #0b0d0c; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-1px); background: #fff; }

.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.hero { min-height: 920px; padding-top: 158px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 56px; }
.eyebrow, .glass-chip { display: inline-flex; align-items: center; gap: 10px; width: max-content; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.14); color: #bcc8c3; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(14px); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 5px rgba(73,228,174,.08), 0 0 18px rgba(73,228,174,.6); }
.hero h1 { max-width: 720px; margin: 24px 0 24px; font-family: Manrope, sans-serif; font-size: clamp(54px, 6.2vw, 88px); line-height: .99; letter-spacing: -.065em; font-weight: 700; }
.text-gradient { color: transparent; background: linear-gradient(100deg, #f7fbf8 5%, #9ee8ce 47%, #e7cf90 94%); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 640px; margin: 0; color: #9ca8a3; font-size: 17px; line-height: 1.72; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.primary-button { position: relative; display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 10px 20px; border: 0; border-radius: 17px; color: #0b0f0d; background: linear-gradient(180deg, #fbfdfb, #dce5df); box-shadow: inset 0 1px 0 #fff, 0 14px 34px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.38); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; overflow: hidden; }
.primary-button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.8) 44%, transparent 62%); transform: translateX(-130%); transition: transform .65s ease; }
.primary-button:hover::after { transform: translateX(130%); }
.primary-button:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 #fff, 0 18px 44px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.5); }
.button-icon { width: 25px; height: 25px; display: grid; place-items: center; }
.button-icon svg { width: 23px; height: 23px; }
.primary-button > span:last-child { display: grid; text-align: left; font-weight: 700; font-size: 15px; line-height: 1.05; }
.primary-button small { font-size: 8px; letter-spacing: .12em; font-weight: 700; margin-bottom: 4px; color: #606662; }
.secondary-button { min-height: 58px; display: inline-flex; align-items: center; gap: 16px; padding: 0 20px; border-radius: 17px; color: #d8dedb; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); font-size: 13px; font-weight: 600; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.secondary-button span { color: var(--emerald); font-size: 18px; }
.secondary-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.17); }
.trust-row { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 22px; color: #77817d; font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { font-style: normal; color: #4f5b56; }

.hero-visual { position: relative; min-height: 690px; display: grid; place-items: center; perspective: 1500px; }
.halo { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.halo-one { width: 460px; height: 460px; background: radial-gradient(circle, rgba(28,169,121,.18), rgba(11,74,56,.04) 58%, transparent 72%); }
.halo-two { width: 600px; height: 600px; border: 1px solid rgba(89, 204, 165, .1); box-shadow: inset 0 0 80px rgba(48, 161, 124, .04); }
.phone-shell { position: relative; width: 328px; height: 670px; border-radius: 54px; padding: 9px; background: linear-gradient(145deg, #2d3230, #0a0d0c 45%, #303a36 74%, #0c0f0e); box-shadow: 0 70px 100px rgba(0,0,0,.5), 0 20px 40px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.16), inset 0 0 0 3px rgba(0,0,0,.7); transform: rotateY(-7deg) rotateX(2deg) rotateZ(1.5deg); transform-style: preserve-3d; transition: transform .18s ease-out; }
.phone-rim { position: absolute; inset: 3px; border: 1px solid rgba(255,255,255,.13); border-radius: 51px; pointer-events: none; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 46px; background: #080d0b; border: 1px solid rgba(255,255,255,.05); }
.dynamic-island { position: absolute; z-index: 5; width: 92px; height: 26px; border-radius: 999px; background: #000; top: 11px; left: 50%; transform: translateX(-50%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); }
.app-topbar { height: 66px; padding: 25px 15px 10px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6px; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 700; color: #e8eeeb; }
.app-logo { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; color: #072218; background: linear-gradient(145deg, #7cefc8, #1fae7f); font-size: 11px; }
.round-icon { justify-self: end; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.055); color: #8d9793; font-size: 9px; letter-spacing: 1px; }
.specimen-stage { position: relative; height: 285px; margin: 0 10px; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 50% 42%, #1f2c28, #101614 52%, #090d0b 100%); border: 1px solid rgba(255,255,255,.07); box-shadow: inset 0 0 70px rgba(0,0,0,.4); }
.specimen-stage::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 50% 50%, rgba(75,227,176,.07), transparent 43%), linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px); background-size: auto, 24px 24px, 24px 24px; }
.css-gem { position: absolute; width: 162px; height: 145px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-8deg); clip-path: polygon(18% 24%, 43% 3%, 78% 15%, 96% 46%, 74% 89%, 34% 98%, 5% 66%); background: linear-gradient(145deg, #252e2b 5%, #080b0a 38%, #303a36 56%, #0d110f 74%, #19201d 100%); box-shadow: 0 28px 35px rgba(0,0,0,.55), inset 12px 6px 20px rgba(255,255,255,.08), inset -18px -12px 20px rgba(0,0,0,.55); filter: drop-shadow(0 0 24px rgba(78,219,169,.08)); }
.css-gem::after { content:""; position:absolute; inset:0; background: linear-gradient(118deg, transparent 20%, rgba(255,255,255,.16) 30%, transparent 38%), linear-gradient(32deg, transparent 43%, rgba(122,172,154,.11) 44%, transparent 48%); }
.facet { position:absolute; display:block; border:1px solid rgba(255,255,255,.05); }
.f1 { inset: 8% 45% 42% 12%; transform: rotate(22deg); }
.f2 { inset: 30% 12% 22% 48%; transform: rotate(-18deg); }
.f3 { inset: 54% 48% 8% 22%; transform: rotate(13deg); }
.f4 { inset: 18% 24% 50% 42%; transform: rotate(-33deg); }
.scan-corner { position:absolute; width:30px; height:30px; z-index:2; }
.scan-corner::before,.scan-corner::after { content:""; position:absolute; background:rgba(95,245,192,.85); border-radius:2px; box-shadow:0 0 14px rgba(73,228,174,.4); }
.scan-corner::before { width:2px; height:24px; }
.scan-corner::after { width:24px; height:2px; }
.tl { left:24px; top:25px; }.tr { right:24px; top:25px; transform:rotate(90deg); }.br { right:24px; bottom:25px; transform:rotate(180deg); }.bl { left:24px; bottom:25px; transform:rotate(270deg); }
.scan-line { position:absolute; z-index:3; left:25px; right:25px; height:1px; top:20%; background:linear-gradient(90deg,transparent,rgba(101,244,195,.9),transparent); box-shadow:0 0 12px rgba(73,228,174,.8); animation: scan 3.8s ease-in-out infinite; }
@keyframes scan { 0%,100%{ top:24%; opacity:.5;} 50%{ top:76%; opacity:1;} }
.image-badge { position:absolute; left:14px; bottom:12px; padding:6px 8px; border-radius:8px; color:#a5b2ad; background:rgba(6,10,8,.6); border:1px solid rgba(255,255,255,.07); backdrop-filter:blur(8px); font-family:"DM Mono",monospace; font-size:7px; text-transform:uppercase; letter-spacing:.06em; }
.result-sheet { position:relative; margin-top:-22px; min-height:326px; padding:25px 18px 18px; border-radius:28px 28px 0 0; background:linear-gradient(180deg,rgba(17,26,23,.98),rgba(8,13,11,1)); border-top:1px solid rgba(255,255,255,.08); box-shadow:0 -18px 40px rgba(0,0,0,.22); }
.result-head { display:flex; align-items:start; justify-content:space-between; gap:10px; }
.result-kicker { display:block; margin-bottom:5px; color:#6f7c77; font-family:"DM Mono",monospace; font-size:7px; text-transform:uppercase; letter-spacing:.1em; }
.result-head h2 { margin:0; font-family:Manrope,sans-serif; font-size:20px; letter-spacing:-.04em; }
.confidence-pill { padding:7px 9px; border-radius:10px; color:#83edc8; background:rgba(55,207,153,.1); border:1px solid rgba(73,228,174,.17); font-family:"DM Mono",monospace; font-size:9px; }
.latin { margin:4px 0 13px; color:#6f7a76; font-size:9px; }
.valuation-card { padding:13px 14px; border-radius:15px; background:linear-gradient(145deg,rgba(194,154,62,.13),rgba(97,74,21,.05)); border:1px solid rgba(232,200,118,.17); box-shadow:inset 0 1px 0 rgba(255,230,162,.04); }
.valuation-card span { display:block; color:#ae9760; font-family:"DM Mono",monospace; font-size:7px; text-transform:uppercase; letter-spacing:.08em; }
.valuation-card strong { display:block; margin:3px 0 1px; color:#f2d68d; font-family:Manrope,sans-serif; font-size:28px; letter-spacing:-.04em; }
.valuation-card small { color:#7e7150; font-size:7px; }
.factor-row { display:flex; justify-content:space-between; padding:10px 2px 8px; border-bottom:1px solid rgba(255,255,255,.055); color:#87928e; font-size:8px; }
.factor-row strong { color:#c3cdc9; font-weight:600; }

.glass-card { border:1px solid rgba(255,255,255,.09); background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018)); box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 28px 80px rgba(0,0,0,.22); backdrop-filter:blur(20px) saturate(130%); -webkit-backdrop-filter:blur(20px) saturate(130%); }
.floating-card { position:absolute; z-index:5; width:146px; padding:14px; border-radius:17px; }
.floating-card-left { left:0; top:170px; animation:floatA 5s ease-in-out infinite; }
.floating-card-right { right:-6px; bottom:180px; animation:floatB 6.5s ease-in-out infinite; }
@keyframes floatA { 50%{ transform:translateY(-12px) rotate(-1deg);} }
@keyframes floatB { 50%{ transform:translateY(10px) rotate(1deg);} }
.mini-label { display:block; margin-bottom:6px; color:#71807a; font-family:"DM Mono",monospace; font-size:8px; text-transform:uppercase; letter-spacing:.08em; }
.floating-card strong { font-family:Manrope,sans-serif; font-size:23px; letter-spacing:-.04em; }
.floating-card strong.gold { color:var(--gold); font-size:18px; }
.micro-copy { display:block; margin-top:4px; color:#69746f; font-size:7px; }
.meter { height:3px; margin-top:9px; overflow:hidden; border-radius:99px; background:rgba(255,255,255,.07); }
.meter span { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#188e69,#5df0bd); box-shadow:0 0 12px rgba(73,228,174,.35); }

.proof-strip { margin-top:12px; padding:20px 0; overflow:hidden; border-block:1px solid rgba(255,255,255,.055); background:rgba(255,255,255,.012); }
.marquee-track { width:max-content; display:flex; align-items:center; gap:27px; animation:marquee 30s linear infinite; color:#46514d; font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.22em; }
.marquee-track i { color:#2b8b69; font-style:normal; font-size:8px; }
@keyframes marquee { to { transform:translateX(-50%); } }

.intro-section { padding-top:150px; text-align:center; }
.section-kicker { color:#5bd6aa; font-family:"DM Mono",monospace; font-size:10px; font-weight:500; letter-spacing:.14em; text-transform:uppercase; }
.section-title { margin:16px auto 20px; max-width:900px; font-family:Manrope,sans-serif; font-size:clamp(40px,5vw,68px); line-height:1.02; letter-spacing:-.055em; font-weight:700; }
.section-lede { max-width:690px; margin:0 auto; color:#8e9995; font-size:16px; line-height:1.75; }
.steps-grid { margin-top:56px; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; text-align:left; }
.step-card { position:relative; min-height:310px; padding:28px; overflow:hidden; border-radius:var(--radius-lg); }
.step-card::after { content:""; position:absolute; width:180px; height:180px; right:-75px; bottom:-90px; border-radius:50%; background:radial-gradient(circle,rgba(73,228,174,.1),transparent 70%); }
.step-no { display:block; color:#59655f; font-family:"DM Mono",monospace; font-size:10px; }
.step-icon { margin-top:44px; width:46px; height:46px; display:grid; place-items:center; border-radius:15px; color:#74e8c0; background:rgba(73,228,174,.07); border:1px solid rgba(73,228,174,.12); box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 30px rgba(0,0,0,.2); font-family:Manrope,sans-serif; font-size:20px; }
.scan-icon span { width:17px; height:17px; border:1px solid #67d9b2; border-radius:5px; box-shadow:0 0 12px rgba(73,228,174,.18); }
.value-icon { color:#e6cc88; background:rgba(232,200,118,.065); border-color:rgba(232,200,118,.12); }
.step-card h3 { margin:22px 0 10px; font-family:Manrope,sans-serif; font-size:20px; letter-spacing:-.035em; }
.step-card p { margin:0; color:#77827e; font-size:13px; line-height:1.7; }

.feature-section { padding-top:160px; }
.feature-heading { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:end; }
.feature-heading .section-title { margin-inline:0; text-align:left; }
.feature-heading > p { margin:0 0 11px; color:#818c88; font-size:14px; line-height:1.75; }
.bento-grid { margin-top:50px; display:grid; grid-template-columns:1.15fr .85fr; grid-template-areas:"value collection" "why private"; gap:14px; }
.bento { position:relative; min-height:390px; overflow:hidden; border-radius:var(--radius-xl); padding:30px; }
.bento-value { grid-area:value; }
.bento-collection { grid-area:collection; }
.bento-why { grid-area:why; min-height:360px; }
.bento-private { grid-area:private; min-height:360px; display:flex; flex-direction:column; justify-content:flex-end; }
.bento-copy { position:relative; z-index:2; max-width:440px; }
.bento-label { color:#5bbf9d; font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.14em; }
.bento h3 { margin:11px 0 9px; font-family:Manrope,sans-serif; font-size:27px; letter-spacing:-.045em; }
.bento p { margin:0; color:#78837f; font-size:13px; line-height:1.7; }
.value-visual { position:absolute; right:24px; bottom:24px; left:24px; padding:20px 22px 18px; border-radius:22px; border:1px solid rgba(232,200,118,.13); background:linear-gradient(145deg,rgba(176,133,37,.12),rgba(24,27,22,.28)); box-shadow:inset 0 1px 0 rgba(255,255,255,.04); }
.value-visual span { display:block; color:#887643; font-family:"DM Mono",monospace; font-size:8px; letter-spacing:.12em; }
.value-visual strong { display:block; margin-top:4px; color:#efd58f; font-family:Manrope,sans-serif; font-size:46px; letter-spacing:-.05em; }
.sparkline { height:42px; margin-top:-7px; display:flex; align-items:end; gap:5px; opacity:.7; }
.sparkline i { flex:1; border-radius:4px 4px 1px 1px; background:linear-gradient(180deg,rgba(239,213,143,.65),rgba(239,213,143,.06)); }
.sparkline i:nth-child(1){height:16%}.sparkline i:nth-child(2){height:30%}.sparkline i:nth-child(3){height:28%}.sparkline i:nth-child(4){height:46%}.sparkline i:nth-child(5){height:42%}.sparkline i:nth-child(6){height:70%}.sparkline i:nth-child(7){height:59%}.sparkline i:nth-child(8){height:82%}.sparkline i:nth-child(9){height:75%}.sparkline i:nth-child(10){height:95%}
.collection-stack { position:absolute; right:26px; bottom:24px; left:26px; height:188px; }
.collection-item { position:absolute; display:grid; grid-template-columns:44px 1fr; grid-template-rows:1fr 1fr; column-gap:11px; align-items:center; width:78%; padding:12px; border-radius:17px; border:1px solid rgba(255,255,255,.08); background:rgba(9,15,13,.78); box-shadow:0 18px 40px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter:blur(14px); }
.collection-item .stone { grid-row:1/3; width:44px; height:44px; border-radius:14px 18px 13px 17px; box-shadow:inset 5px 4px 12px rgba(255,255,255,.1),inset -7px -5px 10px rgba(0,0,0,.3); transform:rotate(-7deg); }
.stone-purple { background:linear-gradient(145deg,#8b72ad,#3b2d54); }.stone-green{background:linear-gradient(145deg,#48a66c,#183e2a)}.stone-gold{background:linear-gradient(145deg,#c5a247,#544111)}
.collection-item b { align-self:end; font-size:10px; }.collection-item small { align-self:start; margin-top:2px; color:#606c67; font-size:7px; }
.item-a { top:0; left:1%; transform:rotate(-5deg); }.item-b { top:39px; right:1%; transform:rotate(4deg); }.item-c { top:81px; left:7%; transform:rotate(-1deg); }
.factor-list { position:absolute; left:28px; right:28px; bottom:28px; display:grid; gap:8px; }
.factor-list div { display:flex; align-items:center; justify-content:space-between; padding:13px 14px; border-radius:14px; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.055); color:#8c9792; font-size:10px; }
.factor-list div > span { display:flex; align-items:center; gap:8px; }
.factor-list b { color:#bec8c4; font-size:9px; font-weight:600; }
.factor-dot { width:6px; height:6px; border-radius:50%; display:inline-block; }.factor-dot.positive{background:#4ad9a7;box-shadow:0 0 10px rgba(73,228,174,.4)}.factor-dot.neutral{background:#d3b76e;box-shadow:0 0 10px rgba(232,200,118,.3)}
.privacy-orbit { position:absolute; top:18px; left:50%; width:240px; height:180px; transform:translateX(-50%); }
.orbit-one,.orbit-two { position:absolute; inset:18px 28px; border:1px solid rgba(73,228,174,.13); border-radius:50%; transform:rotate(19deg); }
.orbit-two { inset:38px 18px; transform:rotate(-20deg); border-color:rgba(232,200,118,.08); }
.lock { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:68px; height:68px; display:grid; place-items:center; border-radius:22px; color:#73e7bf; background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.11),rgba(73,228,174,.06)); border:1px solid rgba(73,228,174,.15); box-shadow:0 0 50px rgba(73,228,174,.08),inset 0 1px 0 rgba(255,255,255,.09); font-size:26px; }

.spotlight-card { --mouse-x:50%; --mouse-y:50%; }
.spotlight-card::before { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; opacity:0; background:radial-gradient(340px circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.07),transparent 55%); transition:opacity .25s ease; }
.spotlight-card:hover::before { opacity:1; }

.detail-section { padding-top:130px; }
.detail-panel { position:relative; min-height:580px; padding:64px; border-radius:42px; overflow:hidden; display:grid; grid-template-columns:1fr 1fr; align-items:center; }
.detail-panel::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,9,8,.05),transparent 50%,rgba(73,228,174,.025)); pointer-events:none; }
.detail-copy { position:relative; z-index:2; max-width:540px; }
.detail-copy h2 { margin:16px 0 16px; font-family:Manrope,sans-serif; font-size:clamp(38px,4.7vw,60px); line-height:1.04; letter-spacing:-.055em; }
.detail-copy > p { margin:0; color:#7d8984; font-size:14px; line-height:1.8; }
.check-list { margin:28px 0 0; padding:0; list-style:none; display:grid; gap:13px; color:#a6b0ac; font-size:12px; }
.check-list li { display:flex; align-items:center; gap:11px; }
.check-list span { width:22px; height:22px; display:grid; place-items:center; border-radius:8px; color:#6fe3bb; background:rgba(73,228,174,.07); border:1px solid rgba(73,228,174,.1); font-size:10px; }
.detail-rings { position:relative; min-height:420px; z-index:1; }
.ring { position:absolute; left:50%; top:50%; border-radius:50%; transform:translate(-50%,-50%); border:1px solid rgba(73,228,174,.12); box-shadow:inset 0 0 40px rgba(73,228,174,.015); }
.ring-1 { width:150px; height:150px; animation:ringPulse 4s ease-in-out infinite; }.ring-2{width:270px;height:270px;border-color:rgba(255,255,255,.08)}.ring-3{width:390px;height:390px;border-color:rgba(232,200,118,.07)}
@keyframes ringPulse { 50%{ box-shadow:inset 0 0 40px rgba(73,228,174,.05),0 0 30px rgba(73,228,174,.06); transform:translate(-50%,-50%) scale(1.04);} }
.core-gem { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color:#68e0b7; text-shadow:0 0 45px rgba(73,228,174,.32); font-size:82px; }
.ring-label { position:absolute; padding:7px 10px; border-radius:999px; background:rgba(6,10,8,.55); border:1px solid rgba(255,255,255,.07); color:#77837e; font-family:"DM Mono",monospace; font-size:7px; letter-spacing:.12em; backdrop-filter:blur(10px); }
.label-a { left:7%; top:34%; }.label-b{right:4%;top:50%}.label-c{left:30%;bottom:10%}

.disclaimer-section { padding-top:30px; }
.disclaimer-glass { padding:22px 25px; border-radius:22px; display:flex; align-items:flex-start; gap:16px; background:rgba(232,200,118,.025); border-color:rgba(232,200,118,.1); }
.disclaimer-icon { flex:0 0 auto; width:28px; height:28px; display:grid; place-items:center; border-radius:50%; color:#d4b968; border:1px solid rgba(232,200,118,.2); font-family:"DM Mono",monospace; font-size:11px; }
.disclaimer-glass strong { color:#c9baa0; font-size:12px; }
.disclaimer-glass p { margin:5px 0 0; color:#6e6960; font-size:11px; line-height:1.6; }

.final-cta { position:relative; padding-top:180px; padding-bottom:170px; text-align:center; overflow:hidden; }
.final-cta::before { content:""; position:absolute; left:50%; bottom:0; width:900px; height:400px; transform:translateX(-50%); background:radial-gradient(ellipse at 50% 100%,rgba(42,178,131,.12),transparent 66%); pointer-events:none; }
.cta-glow { position:absolute; left:50%; top:55%; width:420px; height:420px; transform:translate(-50%,-50%); border-radius:50%; background:radial-gradient(circle,rgba(73,228,174,.08),transparent 67%); filter:blur(20px); }
.gem-crown { position:relative; color:#5fd9b0; font-size:64px; text-shadow:0 0 40px rgba(73,228,174,.25); margin-bottom:12px; }
.final-cta h2 { position:relative; margin:14px 0 4px; font-family:Manrope,sans-serif; font-size:clamp(64px,9vw,118px); line-height:.95; letter-spacing:-.07em; }
.final-cta p { position:relative; margin:0 0 30px; color:#7f8a85; font-size:16px; }
.primary-button-large { position:relative; min-height:64px; padding-inline:24px; }
.launch-note { position:relative; display:block; margin-top:16px; color:#58635e; font-size:10px; transition:color .2s ease; }
.launch-note.active { color:#91a19a; }

footer { border-top:1px solid rgba(255,255,255,.055); background:rgba(4,7,6,.38); }
.footer-inner { width:min(calc(100% - 40px),var(--max)); min-height:160px; margin:auto; display:grid; grid-template-columns:1.1fr 1.5fr auto; grid-template-rows:1fr auto; align-items:center; gap:14px 30px; padding:30px 0 22px; }
.footer-brand { align-self:end; }
.footer-brand .mini { width:30px; height:30px; }
.footer-inner > p { align-self:end; margin:0; color:#5d6763; font-size:11px; }
.footer-links { justify-self:end; align-self:end; display:flex; gap:22px; }
.footer-links a { color:#747f7a; font-size:11px; transition:color .2s ease; }.footer-links a:hover{color:#fff}
.copyright { grid-column:1/-1; color:#3d4642; font-size:9px; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }

/* Legal pages */
.legal-page { min-height:100vh; }
.legal-shell { width:min(calc(100% - 40px),900px); margin:auto; padding:150px 0 110px; }
.legal-hero { margin-bottom:44px; }
.legal-hero .eyebrow { margin-bottom:20px; }
.legal-hero h1 { margin:0; font-family:Manrope,sans-serif; font-size:clamp(52px,8vw,92px); line-height:.98; letter-spacing:-.065em; }
.legal-hero p { max-width:700px; margin:22px 0 0; color:#87928e; font-size:15px; line-height:1.75; }
.legal-meta { margin-top:18px; color:#58635e; font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.06em; text-transform:uppercase; }
.legal-card { padding:42px; border-radius:30px; }
.legal-card section + section { margin-top:38px; padding-top:34px; border-top:1px solid rgba(255,255,255,.06); }
.legal-card h2 { margin:0 0 14px; font-family:Manrope,sans-serif; font-size:23px; letter-spacing:-.035em; }
.legal-card h3 { margin:20px 0 8px; font-family:Manrope,sans-serif; font-size:15px; }
.legal-card p,.legal-card li { color:#86918d; font-size:13px; line-height:1.78; }
.legal-card p { margin:0 0 12px; }.legal-card p:last-child{margin-bottom:0}
.legal-card ul { margin:10px 0 0; padding-left:20px; }
.legal-card li + li { margin-top:7px; }
.legal-card a { color:#7be4c0; border-bottom:1px solid rgba(123,228,192,.22); }
.legal-highlight { padding:18px 20px; margin:18px 0; border-radius:18px; border:1px solid rgba(73,228,174,.11); background:rgba(73,228,174,.035); color:#a7b5af !important; }
.legal-note { padding:18px 20px; border-radius:18px; background:rgba(232,200,118,.035); border:1px solid rgba(232,200,118,.1); }
.legal-note strong { color:#c8b37b; }
.legal-back { display:inline-flex; align-items:center; gap:8px; margin-bottom:30px; color:#88948f; font-size:11px; }
.legal-back:hover { color:#fff; }

@media (max-width: 1040px) {
  .hero { grid-template-columns:1fr; padding-top:150px; gap:20px; }
  .hero-copy { text-align:center; display:flex; flex-direction:column; align-items:center; padding-bottom:0; }
  .hero-lede { max-width:720px; }
  .hero-visual { min-height:720px; }
  .floating-card-left { left:12%; }.floating-card-right{right:12%;}
  .feature-heading { grid-template-columns:1fr; gap:10px; }
  .feature-heading > p { max-width:700px; }
  .detail-panel { padding:48px; }
  .footer-inner { grid-template-columns:1fr 1fr; }.footer-links{grid-column:2;}.footer-inner>p{grid-column:1/2}.copyright{grid-column:1/-1}
}

@media (max-width: 820px) {
  .site-header { grid-template-columns:1fr auto; }
  .site-header nav { display:none; }
  .steps-grid { grid-template-columns:1fr; }
  .step-card { min-height:250px; }
  .step-icon { margin-top:26px; }
  .bento-grid { grid-template-columns:1fr; grid-template-areas:"value" "collection" "why" "private"; }
  .detail-panel { grid-template-columns:1fr; }
  .detail-rings { min-height:400px; }
  .footer-inner { grid-template-columns:1fr; grid-template-rows:auto; gap:16px; }.footer-brand,.footer-inner>p,.footer-links,.copyright{grid-column:1;justify-self:start;align-self:auto}
}

@media (max-width: 620px) {
  .section-shell { width:min(calc(100% - 24px),var(--max)); }
  .site-header { width:calc(100% - 20px); top:10px; height:58px; border-radius:17px; padding-left:12px; }
  .site-header .brand { font-size:14px; }.site-header .brand-mark{width:31px;height:31px}.nav-cta{padding:9px 11px;font-size:10px}
  .hero { min-height:auto; padding-top:125px; }
  .hero h1 { font-size:clamp(48px,14vw,68px); }
  .hero-lede { font-size:15px; line-height:1.65; }
  .hero-actions { flex-direction:column; width:100%; }.primary-button,.secondary-button{width:100%;justify-content:center}.primary-button>span:last-child{text-align:left}
  .trust-row { justify-content:center; gap:12px 18px; }
  .hero-visual { min-height:650px; transform:scale(.9); margin-inline:-20px; }
  .phone-shell { width:306px; height:625px; }
  .floating-card { width:130px; }.floating-card-left{left:0;top:170px}.floating-card-right{right:0;bottom:150px}
  .intro-section,.feature-section { padding-top:110px; }
  .section-title { font-size:42px; }
  .steps-grid { margin-top:36px; }
  .bento { padding:24px; min-height:360px; }
  .bento h3 { font-size:24px; }
  .value-visual strong { font-size:38px; }
  .detail-section { padding-top:90px; }.detail-panel{padding:30px 22px;border-radius:30px}.detail-rings{min-height:330px}.ring-3{width:300px;height:300px}.ring-2{width:220px;height:220px}.ring-1{width:125px;height:125px}
  .final-cta { padding-top:130px; padding-bottom:120px; }.final-cta h2{font-size:72px}
  .legal-shell { width:calc(100% - 24px); padding-top:120px; }.legal-card{padding:27px 22px;border-radius:24px}.legal-hero h1{font-size:55px}
}

@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; }
}
