@font-face { font-family: Inter; src: url("assets/fonts/Inter-500.ttf"); font-weight: 500; }
@font-face { font-family: Inter; src: url("assets/fonts/Inter-700.ttf"); font-weight: 700; }
@font-face { font-family: SpaceGrotesk; src: url("assets/fonts/SpaceGrotesk-700.ttf"); font-weight: 700; }
@font-face { font-family: SpaceMono; src: url("assets/fonts/SpaceMono-700.ttf"); font-weight: 700; }
* { box-sizing: border-box; }
body { margin: 0; background: #060912; color: #f4f7ff; font-family: Inter, Arial, sans-serif; }
.root { position: relative; width: 1080px; height: 1920px; overflow: hidden; background: radial-gradient(circle at 86% 16%, rgba(85,232,246,.18), transparent 29%), radial-gradient(circle at 12% 82%, rgba(167,139,250,.13), transparent 31%), linear-gradient(180deg, #0b1020, #060912); }
.root::after { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(85,232,246,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(85,232,246,.07) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(#000, transparent 72%); }
.scene { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 25px; padding: 154px 62px 186px; visibility: hidden; opacity: 0; }
.top { position: absolute; z-index: 5; top: 42px; left: 48px; right: 48px; display: flex; align-items: center; justify-content: space-between; font: 700 18px SpaceMono, monospace; color: #91a1c2; }
.top b { color: #55e8f6; font-size: 22px; }
.top span { border: 1px solid rgba(85,232,246,.28); border-radius: 999px; padding: 11px 15px; }
.eyebrow { width: max-content; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(85,232,246,.29); background: rgba(85,232,246,.08); font: 700 19px SpaceMono, monospace; color: #55e8f6; }
h1, h2, h3, p { margin: 0; } h1, h2, h3 { font-family: SpaceGrotesk, Inter, sans-serif; letter-spacing: -.035em; }
h1 { font-size: 88px; line-height: 1.04; } h2 { font-size: 67px; line-height: 1.08; } h3 { font-size: 34px; line-height: 1.12; }
p { font-size: 29px; line-height: 1.42; color: #bdc9e1; }
.cyan { color: #55e8f6; } .purple { color: #a78bfa; } .green { color: #3ee8a3; } .yellow { color: #ffbd59; }
.center { text-align: center; align-items: center; }
.wave { height: 120px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.wave i { display: block; width: 14px; height: var(--v); border-radius: 999px; background: linear-gradient(#55e8f6, #a78bfa); }
.pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pills span { border-radius: 13px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); font-size: 20px; font-weight: 700; }
.proof, .panel { border-radius: 25px; border: 1px solid rgba(85,232,246,.23); background: rgba(13,21,39,.85); padding: 22px; }
.source-tag { font: 700 16px SpaceMono, monospace; color: #3ee8a3; margin-bottom: 14px; }
.proof-placeholder { min-height: 360px; border-radius: 17px; padding: 28px; display: grid; align-content: center; gap: 17px; background: linear-gradient(130deg, rgba(85,232,246,.10), rgba(167,139,250,.09)); border: 1px dashed rgba(85,232,246,.28); }
.proof-placeholder b { font: 700 33px SpaceGrotesk; } .proof-placeholder span { font-size: 23px; color: #b6c5df; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric { padding: 18px; background: rgba(255,255,255,.04); border-radius: 15px; border: 1px solid rgba(255,255,255,.09); }
.metric b { display: block; font: 700 30px SpaceGrotesk; color: #55e8f6; }.metric small { color: #a9b8d4; font-size: 17px; }
.rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.rail div { display: grid; place-items: center; min-height: 100px; text-align: center; border-radius: 14px; border: 1px solid rgba(85,232,246,.18); background: rgba(85,232,246,.07); font-size: 17px; font-weight: 700; }
.cards { display: grid; gap: 14px; }
.card { padding: 24px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.10); }
.card h3 { margin-bottom: 8px; }.card p { font-size: 24px; }
.limits .card { border-color: rgba(255,189,89,.28); }
.footer { position: absolute; z-index: 4; left: 48px; right: 48px; bottom: 42px; min-height: 108px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(5,8,17,.9); padding: 20px 25px; display: grid; align-content: center; font-size: 26px; line-height: 1.34; font-weight: 700; }
.outro-layout { width: 100%; display: grid; justify-items: center; gap: 62px; transform: translateY(24px); }
.outro-copy { width: 884px; display: grid; gap: 21px; text-align: left; }
.outro-copy p { font-size: 27px; }
.outro-source { width: max-content; padding: 12px 17px; border: 1px solid rgba(85,232,246,.26); border-radius: 999px; font: 700 16px SpaceMono, monospace; color: #92a4c4; }
