.hero-cinematic{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video{-o-object-fit:cover;object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-vignette{z-index:1;pointer-events:none;background:radial-gradient(#00000026 0%,#0000008c 50%,#000000e0 100%);position:absolute;inset:0}.hero-scanlines{z-index:2;opacity:.35;pointer-events:none;background:repeating-linear-gradient(#0000 0 1px,#0000001f 1px 2px);position:absolute;inset:0}.hero-hud{z-index:3;pointer-events:none;color:#ff4500;font-family:Share Tech Mono,Courier New,monospace;position:absolute;inset:0}.hud-top-left{letter-spacing:.12em;text-transform:uppercase;flex-direction:column;gap:6px;font-size:11px;animation:1.2s ease-out .6s both hud-fade-in;display:flex;position:absolute;top:90px;left:36px}.hud-top-left .hud-label{opacity:.6}.hud-top-left .hud-status{align-items:center;gap:6px;display:flex}.hud-dot-green{background:#0f8;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite hud-pulse;box-shadow:0 0 6px #0f8,0 0 12px #0f86}.hud-bottom-right{letter-spacing:.12em;text-transform:uppercase;flex-direction:column;align-items:flex-end;gap:4px;font-size:11px;animation:1.2s ease-out .9s both hud-fade-in;display:flex;position:absolute;bottom:36px;right:36px}.hud-confidence-value{letter-spacing:.05em;font-size:28px;font-weight:700;animation:3s ease-in-out infinite hud-blink}.hud-brackets{width:min(520px,70vw);height:min(260px,40vh);animation:4s ease-in-out infinite hud-breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hud-bracket{opacity:.7;border:0 solid #ff4500;width:40px;height:40px;position:absolute}.hud-bracket--tl{border-top-width:2px;border-left-width:2px;animation:.8s ease-out .3s both hud-draw-tl;top:0;left:0}.hud-bracket--tr{border-top-width:2px;border-right-width:2px;animation:.8s ease-out .4s both hud-draw-tr;top:0;right:0}.hud-bracket--bl{border-bottom-width:2px;border-left-width:2px;animation:.8s ease-out .5s both hud-draw-bl;bottom:0;left:0}.hud-bracket--br{border-bottom-width:2px;border-right-width:2px;animation:.8s ease-out .6s both hud-draw-br;bottom:0;right:0}.hud-line{opacity:.25;background:#ff4500;position:absolute}.hud-line--h-top{width:0;height:1px;animation:1.4s ease-out .8s forwards hud-draw-line-h;top:108px;left:36px}.hud-line--h-bottom{width:0;height:1px;animation:1.4s ease-out 1s forwards hud-draw-line-h;bottom:54px;right:36px}.hud-line--v-center{opacity:.15;width:1px;height:0;animation:1s ease-out .6s forwards hud-draw-line-v;top:50%;left:50%;transform:translate(-50%)}.hud-line--h-center{opacity:.15;width:0;height:1px;animation:1s ease-out .6s forwards hud-draw-line-h-center;top:50%;left:50%;transform:translateY(-50%)}.hud-line--v-left{width:1px;height:0;animation:1.2s ease-out .7s forwards hud-draw-line-v-side;top:90px;left:36px}.hud-line--v-right{width:1px;height:0;animation:1.2s ease-out .9s forwards hud-draw-line-v-side-up;bottom:36px;right:36px}.hero-content{z-index:5;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 24px;display:flex;position:relative}.hero-content h1{letter-spacing:-.03em;color:#fff;text-transform:uppercase;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(36px,7vw,80px);font-weight:700;line-height:1.05;animation:1s ease-out .4s both hero-text-decode}.hero-headline-accent{background:linear-gradient(135deg,#ff4500 0%,#ff6d3a 40%,#fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-content .hero-sub{color:#ffffff8c;max-width:540px;margin-top:20px;font-family:Inter,sans-serif;font-size:clamp(14px,1.8vw,18px);line-height:1.7;animation:1s ease-out .7s both hero-text-decode}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:36px;animation:1s ease-out 1s both hero-text-decode;display:flex}.hero-cta-primary{color:#fff;cursor:pointer;background:#ff4500;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-family:Space Grotesk,Inter,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 20px #ff450059,0 0 60px #ff450026}.hero-cta-primary:hover{background:#ff5722;transform:translateY(-2px);box-shadow:0 0 30px #ff450080,0 0 80px #ff450040}.hero-cta-secondary{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-family:Space Grotesk,Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta-secondary:hover{background:#ffffff1f;border-color:#ffffff59;transform:translateY(-2px)}.hero-bottom-fade{z-index:4;pointer-events:none;background:linear-gradient(#0000,#0a0716);height:140px;position:absolute;bottom:0;left:0;right:0}@keyframes hud-pulse{0%,to{opacity:1;box-shadow:0 0 6px #0f8,0 0 12px #0f86}50%{opacity:.4;box-shadow:0 0 3px #0f8,0 0 6px #0f83}}@keyframes hud-blink{0%,to{opacity:1}45%{opacity:1}50%{opacity:.3}55%{opacity:1}80%{opacity:1}83%{opacity:.5}86%{opacity:1}}@keyframes hud-breathe{0%,to{transform:translate(-50%,-50%)scale(.98)}50%{transform:translate(-50%,-50%)scale(1.02)}}@keyframes hud-draw-tl{0%{opacity:0;width:0;height:0}to{opacity:.7;width:40px;height:40px}}@keyframes hud-draw-tr{0%{opacity:0;width:0;height:0}to{opacity:.7;width:40px;height:40px}}@keyframes hud-draw-bl{0%{opacity:0;width:0;height:0}to{opacity:.7;width:40px;height:40px}}@keyframes hud-draw-br{0%{opacity:0;width:0;height:0}to{opacity:.7;width:40px;height:40px}}@keyframes hud-draw-line-h{0%{width:0}to{width:min(200px,25vw)}}@keyframes hud-draw-line-h-center{0%{width:0}to{width:min(120px,18vw)}}@keyframes hud-draw-line-v{0%{height:0}to{height:min(80px,10vh)}}@keyframes hud-draw-line-v-side{0%{height:0}to{height:min(140px,18vh)}}@keyframes hud-draw-line-v-side-up{0%{height:0}to{height:min(140px,18vh)}}@keyframes hud-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-text-decode{0%{opacity:0;filter:blur(6px);transform:translateY(24px)}60%{filter:blur()}to{opacity:1;filter:blur();transform:translateY(0)}}@media (max-width:768px){.hud-top-left{font-size:9px;top:70px;left:16px}.hud-bottom-right{font-size:9px;bottom:16px;right:16px}.hud-confidence-value{font-size:20px}.hud-brackets{width:80vw;height:35vh}.hud-bracket{width:24px;height:24px}@keyframes hud-draw-tl{0%{opacity:0;width:0;height:0}to{opacity:.7;width:24px;height:24px}}@keyframes hud-draw-tr{0%{opacity:0;width:0;height:0}to{opacity:.7;width:24px;height:24px}}@keyframes hud-draw-bl{0%{opacity:0;width:0;height:0}to{opacity:.7;width:24px;height:24px}}@keyframes hud-draw-br{0%{opacity:0;width:0;height:0}to{opacity:.7;width:24px;height:24px}}.hud-line--h-top,.hud-line--h-bottom,.hud-line--v-left,.hud-line--v-right{display:none}.hero-ctas{flex-direction:column;width:100%;padding:0 8px}.hero-cta-primary{justify-content:center;width:100%}.hero-cta-secondary{background:0 0;border:1px solid #ffffff4d;justify-content:center;width:100%}}
