@font-face {
  font-family: "Geist Pixel Circle";
  src: url("fonts/GeistPixel-Circle.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #000000;
  --text: #ffffff;
  --muted: #8e8e8e;
  --nav-text: #2e2e2e;
  --pill-dark: #28282a;
  --sign-in-text: #c8c8c8;
  --nav-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  --trust-bg: #28282a;
  --trust-border: rgba(255, 255, 255, 0.4);
  --trust-text: #c4c2c3;
  --font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-display: "BubbledotICG-FinePos", "Geist Pixel Circle", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: var(--bg); }
body { min-height: 100vh; min-height: 100dvh; color: var(--text); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #000; }
.bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .13); pointer-events: none; }
.bg-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.page { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; width: 100%; height: 100vh; height: 100dvh; padding: clamp(16px, 2.4vh, 28px) clamp(14px, 3vw, 32px); overflow: hidden; }

.site-header { z-index: 3; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.8vw, 28px); width: 100%; max-width: 720px; animation: slideDown 0.7s cubic-bezier(.22, 1, .36, 1) both; }
.logo { display: grid; place-items: center; flex: 0 0 auto; width: clamp(40px, 4.4vw, 46px); height: clamp(40px, 4.4vw, 46px); border-radius: 50%; background: #fff; box-shadow: var(--nav-shadow); transition: transform .25s ease; overflow: hidden; }
.logo:hover { transform: scale(1.04); }
.logo img { width: 72%; height: 72%; object-fit: contain; }
.desktop-nav { display: flex; align-items: stretch; justify-content: space-around; flex: 1; max-width: 430px; height: clamp(44px, 5.2vw, 48px); padding: 4px 8px; border-radius: 999px; background: #fff; box-shadow: var(--nav-shadow); }
.desktop-nav a, .menu-sheet a { position: relative; display: grid; place-items: center; padding: 0 10px; color: var(--nav-text); font-size: clamp(13px, 1.4vw, 15px); font-weight: 500; letter-spacing: -.01em; opacity: .5; transition: opacity .2s; }
.desktop-nav a:hover, .menu-sheet a:hover { opacity: .75; }
.desktop-nav a.active, .menu-sheet a.active { opacity: 1; }
.desktop-nav a.active::after, .menu-sheet a.active::after { content: ""; position: absolute; left: 50%; bottom: 5px; width: 3px; height: 3px; transform: translateX(-50%); border-radius: 50%; background: #000; box-shadow: -5px 0 #000, 5px 0 #000; }
.sign-in { display: grid; place-items: center; flex: 0 0 auto; height: clamp(44px, 5.2vw, 48px); padding: 0 clamp(18px, 2vw, 24px); border-radius: 999px; background: var(--pill-dark); box-shadow: var(--nav-shadow); color: var(--sign-in-text); font-size: clamp(13px, 1.4vw, 15px); font-weight: 500; transition: transform .2s, background .2s, color .2s; }
.sign-in:hover { transform: translateY(-1px); background: #323234; color: #fff; }
.menu-toggle { display: none; }

.hero { z-index: 1; display: flex; flex: 1 1 auto; min-height: 0; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 900px; text-align: center; }
.trust-row { --trust-size: clamp(36px, 4.5vw, 42px); display: inline-flex; align-items: center; justify-content: center; margin-bottom: clamp(16px, 2.5vh, 26px); }
.avatar { position: relative; z-index: 1; display: grid; place-items: center; width: var(--trust-size); height: var(--trust-size); padding: 5px; border: 1px solid var(--trust-border); border-radius: 50%; background: var(--trust-bg); transition: transform .35s ease; }
.avatar + .avatar { margin-left: calc(var(--trust-size) * -.42); }
.avatar > span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: #fff; color: #111; }
.avatar i { font-size: calc(var(--trust-size) * .34); }
.avatar-1 { z-index: 1; } .avatar-2 { z-index: 2; } .avatar-3 { z-index: 4; }
.avatar-1:hover, .avatar-3:hover { transform: translateY(-2px); }
.avatar-2:hover { transform: translateY(-4px); }
.trust-pill { z-index: 3; display: flex; align-items: center; height: var(--trust-size); margin-left: calc(var(--trust-size) * -.42); padding: 0 calc(var(--trust-size) * .42) 0 calc(var(--trust-size) * .58); border: 1px solid var(--trust-border); border-radius: 999px; background: var(--trust-bg); color: var(--trust-text); font-size: clamp(12px, 1.4vw, 13.5px); font-weight: 500; white-space: nowrap; }
.headline { margin: 0; color: #fff; font-family: var(--font-display); font-size: clamp(28px, 6.2vw, 80px); font-weight: 400; line-height: 1.12; letter-spacing: -0.04em; }
.headline span { display: block; overflow: hidden; white-space: nowrap; opacity: 0; transform: translateY(14px); animation: headlineFade .85s cubic-bezier(.22, 1, .36, 1) forwards; }
.headline span:first-child { animation-delay: .12s; }
.headline span:last-child { animation-delay: .3s; }
.subhead { width: min(500px, 92%); margin: clamp(14px, 2.3vh, 22px) 0 0; color: #d0d0d0; opacity: .8; font-size: clamp(calc(13.5px + 2pt), calc(1.55vw + 2pt), calc(16.5px + 2pt)); font-weight: 400; line-height: 1.55; }
.cta { margin-top: clamp(16px, 2.6vh, 26px); padding: clamp(11px, 1.6vh, 13px) clamp(22px, 3vw, 28px); border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 0 22px rgba(255,255,255,.32), 0 0 44px rgba(255,255,255,.12); color: #000; font-size: clamp(13.5px, 1.5vw, 14.5px); font-weight: 600; transition: transform .25s, box-shadow .25s; animation-name: revealPulse !important; }
.cta:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 0 0 1px rgba(255,255,255,.25), 0 0 30px rgba(255,255,255,.48), 0 0 58px rgba(255,255,255,.2); }

.stats { z-index: 1; flex: 0 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; max-width: 920px; }
.stat { display: grid; grid-template-rows: auto auto auto; justify-items: center; gap: clamp(2px, .5vh, 5px); text-align: center; }
.stat-icon { color: #fff; font-family: var(--font-display); font-size: clamp(22px, 3vw, 33px); line-height: 1; }
.stat-value { color: #fff; font-size: clamp(18px, 2.2vw, 26px); font-weight: 500; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.stat-label { color: var(--muted); font-size: clamp(11px, 1.2vw, 12.5px); }
.anim { opacity: 0; transform: translateY(22px) scale(.98); filter: blur(6px); animation: reveal .85s cubic-bezier(.22, 1, .36, 1) var(--d, 0s) forwards; }
.mobile-menu { position: fixed; inset: 0; z-index: 2; }
.mobile-menu[hidden] { display: none; }
.menu-overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(6px); animation: overlayIn .28s both; }
.menu-sheet { position: absolute; top: 82px; left: 50%; display: flex; flex-direction: column; width: min(360px, calc(100vw - 28px)); padding: 22px 18px 20px; transform: translateX(-50%); border-radius: 28px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.45); animation: menuIn .38s cubic-bezier(.22,1,.36,1) both; }
.menu-sheet a { min-height: 48px; opacity: 0; animation: linkIn .38s cubic-bezier(.22,1,.36,1) forwards; }
.menu-sheet a:nth-child(1) { animation-delay: .05s; } .menu-sheet a:nth-child(2) { animation-delay: .09s; } .menu-sheet a:nth-child(3) { animation-delay: .13s; } .menu-sheet a:nth-child(4) { animation-delay: .17s; } .menu-sheet a:nth-child(5) { animation-delay: .21s; }
.menu-sheet .mobile-sign-in { min-height: 46px; margin-top: 12px; border-radius: 999px; background: var(--pill-dark); color: #fff; opacity: 0; }

@keyframes slideDown { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: none; } }
@keyframes headlineFade { to { opacity: 1; transform: none; } }
@keyframes reveal { to { opacity: 1; transform: none; filter: none; } }
@keyframes revealPulse { 0% { opacity: 0; transform: translateY(22px) scale(.98); filter: blur(6px); } 75% { opacity: 1; transform: translateY(-1px) scale(1.025); filter: none; } 100% { opacity: 1; transform: none; filter: none; } }
@keyframes overlayIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes menuIn { from { opacity: 0; transform: translate(-50%, -14px) scale(.97); } to { opacity: 1; transform: translate(-50%, 0) scale(1); } }
@keyframes linkIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 720px) {
  .page { padding-inline: 14px; }
  .site-header { justify-content: space-between; max-width: none; }
  .desktop-nav, .desktop-sign-in { display: none; }
  .logo, .menu-toggle { width: 48px; height: 48px; }
  .menu-toggle { position: relative; z-index: 3; display: block; padding: 0; border: 0; border-radius: 50%; background: var(--pill-dark); box-shadow: var(--nav-shadow); }
  .menu-toggle span { position: absolute; left: 15px; width: 18px; height: 1.5px; border-radius: 2px; background: #fff; transition: transform .28s, opacity .2s, background .28s; }
  .menu-toggle span:nth-child(1) { top: 17px; } .menu-toggle span:nth-child(2) { top: 23px; } .menu-toggle span:nth-child(3) { top: 29px; }
  body.menu-open .menu-toggle { background: #fff; }
  body.menu-open .menu-toggle span { top: 23px; background: #000; }
  body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(0) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(0) rotate(-45deg); }
  .headline { line-height: 1.05; letter-spacing: -0.08em; }
  .subhead br { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: clamp(8px, 1.4vh, 14px); }
}

@media (max-width: 420px) {
  .trust-row { --trust-size: 34px; }
  .trust-pill { font-size: 12px; }
  .headline { font-size: clamp(27px, 10.2vw, 43px); line-height: 1.04; letter-spacing: -0.09em; }
}

@media (max-height: 700px) {
  .page { padding-block: 12px; }
  .trust-row { margin-bottom: 10px; }
  .subhead { margin-top: 9px; line-height: 1.4; }
  .cta { margin-top: 11px; }
  .stat { gap: 1px; }
  .stat-icon { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0ms !important; transition-duration: .001ms !important; }
  .anim, .headline span, .menu-sheet a { opacity: 1; transform: none; filter: none; }
  .headline { color: #fff; }
}
