.hero{min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;padding:100px 20px;position:relative;text-align:center}.hero-content{position:relative;z-index:2;background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,242,255,.1);padding:80px 100px;border-radius:12px;box-shadow:0 40px 100px #0003,0 0 50px #00f2ff0d;transition:background .4s ease}.hero-content:before,.hero-content:after{content:"";position:absolute;border-color:var(--color-navy);border-style:solid;opacity:.5;pointer-events:none;transition:var(--transition-smooth)}.hero-content:before{top:-2px;left:-2px;border-width:4px 0 0 4px;width:40px;height:40px;animation:border-glow 4s infinite linear}.hero-content:after{bottom:-2px;right:-2px;border-width:0 4px 4px 0;width:40px;height:40px}@keyframes border-glow{0%{border-color:var(--color-navy);filter:drop-shadow(0 0 0px var(--color-neon))}}.hero h1{margin-bottom:20px;text-shadow:0 2px 10px rgba(255,255,255,.8)}.hero p{font-size:1.5rem;color:var(--color-text-dim);margin-bottom:40px;font-weight:600}.hero-cta-group{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:30px}.hero-video-wrapper{max-width:80px;position:relative;transform:rotate(55deg);opacity:.6;filter:drop-shadow(0 0 10px var(--color-neon));transition:opacity .5s ease}.hero-video-wrapper:hover{opacity:1}.hero-video{width:100%;height:auto;object-fit:contain}html[data-theme=dark] .hero-video{mix-blend-mode:screen}html[data-theme=light] .hero-video{mix-blend-mode:multiply}@media (max-width: 992px){.hero-content{padding:60px}.hero-cta-group{flex-wrap:wrap}}@media (max-width: 768px){.hero-content{padding:40px 30px}}@media (max-width: 480px){.cs-capabilities{grid-template-columns:1fr}.cs-cap-card{padding:1rem}.btn{width:100%;text-align:center}}.step-num-neon{position:absolute;left:0;top:10px;width:26px;height:26px;border-radius:50%;background:var(--color-neon);color:var(--color-navy);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.step-num-red{position:absolute;left:0;top:10px;width:26px;height:26px;border-radius:50%;background:#c47a7a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.badge-border{padding:6px 24px;border-right:1px solid rgba(255,255,255,.08)}.mono-strike{font-family:monospace;font-size:1.05rem;opacity:.7;text-decoration:line-through}.mono-bold{font-family:monospace;font-size:.75rem;opacity:.85;font-weight:700}.card-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.flex-baseline{display:flex;align-items:baseline;gap:8px}.step-item{position:relative;padding:10px 0 10px 38px;border-bottom:1px dashed rgba(0,242,255,.15)}.badge-inline{margin-left:0;display:inline-block;margin-bottom:18px}.idm-bar-gradient{background:linear-gradient(90deg,var(--color-teal),var(--color-neon));height:100%}.idm-bar-track{height:12px;background:#00000012;border-radius:6px;overflow:hidden;position:relative}.idm-chart-bar{width:100%;border-radius:4px 4px 0 0}.idm-chart-container{margin-top:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;height:180px;padding:0 4px;border-bottom:1px solid rgba(255,255,255,.15)}
