/* Cinematic layer: keeps the original terminal, reveals, particles and cyan identity. */
:root{--muted:#7892ab;--dim:#536e87}
.hero{grid-template-columns:1.05fr 1fr;gap:40px;min-height:920px;padding:100px 5vw 75px;max-width:1680px;margin:auto;overflow:hidden}
.hero h1{font-size:clamp(48px,5.6vw,86px);letter-spacing:-.055em;line-height:1.06}.hero h1 .line-dim:first-child{color:#99b1c5}.hero h1 .line-dim:nth-child(2){color:#e5eef8}.hero h1 .line-cyan{color:#64a3ff;text-shadow:0 0 45px #64a3ff40}.hero-eyebrow{margin-bottom:30px}.hero-sub{max-width:460px;font-size:16px;line-height:1.85}.hero-ctas{margin-bottom:36px}.hero-right{min-width:0;align-self:center}.hero-trust{flex-wrap:wrap;gap:12px}
.emblem-stage{height:425px;position:relative;isolation:isolate;margin-top:-15px}.emblem-stage canvas{width:100%;height:100%;position:absolute;inset:0;z-index:2;touch-action:pan-y}.emblem-halo{position:absolute;inset:15%;border-radius:50%;background:radial-gradient(ellipse,#1557a61f,transparent 65%);filter:blur(25px);animation:emblem-breathe 5s ease-in-out infinite alternate}.emblem-grid{position:absolute;inset:0;background-image:linear-gradient(#64a3ff09 1px,transparent 1px),linear-gradient(90deg,#64a3ff09 1px,transparent 1px);background-size:45px 45px;mask-image:radial-gradient(ellipse,black,transparent 70%);transform:perspective(500px) rotateX(45deg);opacity:.7}.emblem-static{position:absolute;width:210px;top:50%;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 0 35px #64a3ff55)}.emblem-ready:not(.emblem-fallback) .emblem-static{display:none}.emblem-fallback canvas{display:none}.emblem-label{position:absolute;top:14px;left:20px;z-index:3;font:8px var(--mono);letter-spacing:.18em;color:#7695ad}.emblem-cross{color:#64a3ff;margin-right:10px;font-size:16px}.emblem-signature{position:absolute;bottom:26px;right:12px;font:8px/1.8 var(--mono);letter-spacing:.23em;text-align:right;color:#607b94;z-index:3}.emblem-signature span{color:#64a3ff}.emblem-controls{display:flex;justify-content:space-between;gap:12px;margin:-4px 10px 18px;position:relative;z-index:5}.emblem-controls button{font:9px var(--mono);letter-spacing:.06em;background:#061320b3;border:1px solid #64a3ff28;border-radius:3px;color:#85b6ce;padding:9px 12px;cursor:pointer;transition:background .2s,color .2s}.emblem-controls button:hover,.emblem-controls button[aria-pressed=true]{color:#64a3ff;background:#64a3ff12;border-color:#64a3ff70}.emblem-controls button:focus-visible{outline:2px solid #64a3ff;outline-offset:4px}
.terminal{border-radius:9px;border:1px solid #64a3ff35;background:linear-gradient(135deg,#0a1423f5,#03060bf5);box-shadow:0 25px 75px #0009,0 0 45px #1557a608;position:relative;overflow:hidden}.terminal::after{content:'';position:absolute;top:0;left:-50%;width:45%;height:1px;background:linear-gradient(90deg,transparent,#64a3ff,transparent);animation:terminal-sweep 6s linear infinite;pointer-events:none}.terminal-bar{background:#07111b;border-bottom-color:#64a3ff20}.terminal-title{font-size:9px}.terminal-demo{color:#607b94;font-size:8px}.terminal-body{height:218px;overflow:hidden;padding:20px}.term-line{font-size:10px}.term-msg{color:#95adc2}.term-time{color:#47647d}.hero-vignette{background:radial-gradient(ellipse at 80% 40%,#1557a608,transparent 60%)}
.nav-links{gap:28px}.nav-links a{color:#88a3bb}.nav-links .btn-nav{color:#020306}.bento-card{border-color:#8baad018}.bento-card:hover{border-color:#64a3ff66}.bento-num{color:#3d6784}.pricing-card{border-color:#8baad022}.pricing-card.featured{box-shadow:0 0 65px #64a3ff0b,inset 0 1px #64a3ff40}.feed-row:hover{background:#64a3ff05}.cta-form input::placeholder{color:#708ba3}.footer-links{flex-wrap:wrap}
@keyframes terminal-sweep{to{left:130%}}@keyframes emblem-breathe{to{transform:scale(1.2);opacity:.5}}
@media(min-width:1500px){.hero{min-height:980px}.emblem-stage{height:480px}}
@media(max-width:1100px){.hero{gap:25px;padding-left:32px;padding-right:32px}.hero h1{font-size:58px}.nav-links{gap:20px}.emblem-stage{height:360px}.term-time{display:none}.terminal-body{padding:16px}}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding:125px 24px 70px;gap:20px}.hero h1{font-size:clamp(44px,8.6vw,72px)}.hero-left{max-width:650px;width:100%;margin:auto}.hero-sub{max-width:540px;margin-bottom:30px}.hero-right{max-width:600px;width:100%;margin:auto}.emblem-stage{height:360px;margin-top:0}.terminal-body{height:215px}.emblem-controls{margin-bottom:16px}.hero-trust{font-size:9px}.hero-ctas{margin-bottom:24px}.nav-links{display:none}.hamburger{display:flex}.term-line{font-size:10px}.terminal-title{font-size:9px}.hero .split-wrap{max-width:100%}}
@media(max-width:420px){.hero{padding-left:20px;padding-right:20px}.hero h1{font-size:43px}.emblem-stage{height:325px}.hero-ctas{gap:10px}.hero-ctas a{padding:15px 20px;font-size:10px}.emblem-label{font-size:7px;left:0}.emblem-signature{font-size:7px}.emblem-controls{margin-left:0;margin-right:0}.terminal-body{height:225px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;scroll-behavior:auto!important}.orb,#bgCanvas,#cursorGlow{display:none}}
