.hero{justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:5rem 1.25rem 4rem;display:flex;position:relative;overflow:hidden}@media (max-width:767px){.hero{min-height:100vh;padding-top:3rem}}.hero__mobile-brand{flex-direction:column;align-items:center;gap:.625rem;margin-bottom:2rem;display:flex}.hero__mobile-logo{filter:drop-shadow(0 0 20px var(--holo-cyan));border-radius:12px}.hero__mobile-name{letter-spacing:.08em;color:var(--text);text-shadow:0 0 16px #00d4ff80;font-size:1.4rem;font-weight:800}.hero__orb{pointer-events:none;border-radius:50%;animation:10s ease-in-out infinite holo-orb-drift;position:absolute}.hero__orb--1{background:radial-gradient(circle,#00d4ff1f 0%,#0000 70%);width:520px;height:520px;animation-duration:12s;top:-120px;left:-120px}.hero__orb--2{background:radial-gradient(circle,#fcbf0a1a 0%,#0000 70%);width:400px;height:400px;animation-duration:9s;animation-delay:-3s;bottom:-80px;right:-80px}.hero__orb--3{background:radial-gradient(circle,#00ffcc12 0%,#0000 70%);width:300px;height:300px;animation-duration:14s;animation-delay:-6s;top:40%;left:50%}.hero__content{z-index:2;text-align:center;max-width:720px;position:relative}.hero__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--holo-cyan);margin-bottom:1rem;font-size:.7rem;animation:6s ease-in-out infinite hud-flicker}.hero__title{color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.25rem,6vw,4rem);font-weight:800;line-height:1.15}.hero__title-highlight{background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--holo-cyan));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite holo-shimmer}.hero__desc{color:#ffffffb3;max-width:560px;margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.75}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.hero__btn-mobile{display:none!important}}@media (max-width:767px){.hero__actions>a:first-child{display:none!important}}.btn-primary{background:radial-gradient(circle at 50% 0%, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);color:#0a0600;letter-spacing:.05em;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before,.btn-primary:after{content:"";pointer-events:none;width:8px;height:8px;position:absolute}.btn-primary:before{border-top:2px solid #fff9;border-left:2px solid #fff9;top:3px;left:3px}.btn-primary:after{border-bottom:2px solid #fff9;border-right:2px solid #fff9;bottom:3px;right:3px}.btn-primary:focus-visible,.btn-primary:hover{animation:1.8s ease-out infinite hud-pulse-ring-gold;transform:translateY(-2px);box-shadow:0 0 #fcbf0a80}.btn-outline{color:var(--text);letter-spacing:.05em;border:1px solid var(--hud-border);background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:#fcbf0a0f}.section-header{text-align:center;margin-bottom:3rem}.section-header__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--holo-cyan);margin-bottom:.75rem;font-size:.7rem}.section-header__title{color:var(--text);margin-bottom:.875rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800}.section-header__desc{color:#fff9;max-width:520px;margin:0 auto;font-size:.95rem;line-height:1.7}.section-cut{clip-path:polygon(0 0,100% 40%,100% 100%,0 100%);background:#00d4ff0a;height:48px;margin:-1px 0}.section-cut--reverse{clip-path:polygon(0 40%,100% 0,100% 100%,0 100%)}.services{padding:5rem 1.25rem}.services__inner{max-width:1100px;margin:0 auto}.services__header{text-align:center;margin-bottom:3.5rem}.services__title{color:var(--text);margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.15}.services__title-highlight{background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--holo-cyan));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite holo-shimmer}.services__visual{border:1px solid var(--hud-border);background:#000d2e;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 0 40px #00d4ff0f,0 0 80px #fcbf0a0a}.services__svg{width:100%;height:auto;display:block}.services__action{justify-content:center;margin-top:2.5rem;display:flex}.about{background:#00081e66;padding:5rem 1.25rem}.about__inner{max-width:1000px;margin:0 auto}.about__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.about__stats{grid-template-columns:repeat(4,1fr)}}.about__stat{border:1px solid var(--hud-border);text-align:center;background:#00155466;border-radius:10px;flex-direction:column;align-items:center;gap:.375rem;padding:1.5rem 1rem;display:flex}.about__stat-number{background:linear-gradient(135deg, var(--gold-light), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1}.about__stat-label{color:#ffffff8c;letter-spacing:.06em;text-transform:uppercase;font-size:.75rem}.why-us{padding:5rem 1.25rem}.why-us__inner{max-width:1000px;margin:0 auto}.why-us__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}.why-us__card{background:#00155459;border:1px solid #fcbf0a26;border-radius:10px;padding:1.75rem 1.5rem;transition:border-color .25s,background .25s}.why-us__card:hover{background:#00155480;border-color:#fcbf0a59}.why-us__icon{margin-bottom:.875rem;font-size:2rem}.why-us__title{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.why-us__desc{color:#fff9;font-size:.875rem;line-height:1.65}.contact{background:#00081e66;padding:5rem 1.25rem 6rem}.contact__inner{max-width:900px;margin:0 auto}.contact__cards{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.contact__cards{grid-template-columns:repeat(3,1fr)}}.contact-card{border:1px solid var(--hud-border);color:var(--text);text-align:center;background:#00155466;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.contact-card:hover{border-color:var(--holo-cyan);transform:translateY(-4px);box-shadow:0 8px 30px #00d4ff1f}.contact-card__icon-wrap{width:60px;height:60px;color:var(--holo-cyan);justify-content:center;align-items:center;display:flex;position:relative}.contact-card__icon-wrap:before,.contact-card__icon-wrap:after{content:"";border:1px solid var(--holo-cyan);opacity:0;border-radius:50%;animation:2.5s ease-out infinite holo-pulse-ring;position:absolute;inset:0}.contact-card:hover .contact-card__icon-wrap:before{opacity:1}.contact-card:hover .contact-card__icon-wrap:after{opacity:1;animation-delay:1.25s}.contact-card__icon{z-index:1;position:relative}.contact-card__info{flex-direction:column;gap:.25rem;display:flex}.contact-card__label{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-size:.7rem}.contact-card__value{color:#fffc;font-size:.9rem;font-weight:500}
