.hero{min-height:100vh;min-height:100dvh;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a1a,#1a0a2e,#16213e,#1a0a2e,#0a0a1a);background-size:400% 400%;animation:aurora-shift 15s ease infinite;padding-top:max(2rem,env(safe-area-inset-top));padding-bottom:max(2rem,env(safe-area-inset-bottom));z-index:1;contain:content}@media(orientation:landscape)and (max-height:500px){.hero{min-height:500px;padding-top:1rem;padding-bottom:1rem}}@keyframes aurora-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-video,.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;filter:brightness(.7);transition:opacity 1s ease-in-out}.hero-video.loaded,.hero-image.loaded{opacity:.4}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2;width:90%;max-width:1200px;padding:0 clamp(1rem,3vw,2rem)}@media(orientation:landscape)and (max-height:500px){.hero-content{padding:1rem clamp(1rem,3vw,2rem)}}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(300px,80vw,600px);height:clamp(300px,80vw,600px);background:radial-gradient(circle,rgba(0,240,255,.1) 0%,transparent 70%);z-index:0}.hero-tagline{display:flex;justify-content:center;align-items:center;gap:clamp(.5rem,2vw,1rem);margin-bottom:clamp(1rem,3vw,2rem);flex-wrap:wrap}.tagline-text{font-size:clamp(.75rem,2vw,1rem);font-weight:700;letter-spacing:clamp(2px,.5vw,4px);color:var(--color-accent-primary, #00f0ff);text-transform:uppercase}.tagline-dot{font-size:clamp(.75rem,2vw,1rem);color:var(--color-accent-primary, #00f0ff)}.hero-title{font-size:clamp(2rem,8vw,5rem);line-height:1.2;font-weight:900;margin-bottom:clamp(1rem,3vw,2rem);color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-title .highlight{background:linear-gradient(135deg,#00f0ff,#0080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(orientation:landscape)and (max-height:500px){.hero-title{font-size:clamp(1.5rem,6vw,3rem);margin-bottom:1rem}}.hero-subtitle{font-size:clamp(1rem,3vw,1.5rem);line-height:1.6;color:#ffffffe6;margin-bottom:clamp(2rem,5vw,3rem);max-width:800px;margin-left:auto;margin-right:auto}@media(orientation:landscape)and (max-height:500px){.hero-subtitle{font-size:clamp(.875rem,2.5vw,1.125rem);margin-bottom:1.5rem}}.hero-cta-group{display:flex;gap:clamp(.75rem,2vw,1rem);justify-content:center;align-items:center;flex-wrap:wrap}.cta-button{min-height:44px;min-width:44px;padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,4vw,2rem);font-size:clamp(.875rem,2vw,1rem);font-weight:600;text-decoration:none;border-radius:12px;border:none;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center}.cta-primary{background:linear-gradient(135deg,#00f0ff,#0080ff);color:#0a0a1a;box-shadow:0 4px 15px #00f0ff4d}.cta-primary:hover,.cta-primary:focus{transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff66}.cta-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-secondary:hover,.cta-secondary:focus{background:#fff3;border-color:#ffffff80}.cta-outline{background:transparent;color:var(--color-accent-primary, #00f0ff);border:2px solid var(--color-accent-primary, #00f0ff)}.cta-outline:hover,.cta-outline:focus{background:#00f0ff1a;box-shadow:0 0 20px #00f0ff4d}.cta-button:active{transform:scale(.98)}@media(orientation:landscape)and (max-height:500px){.hero-cta-group{gap:.5rem}.cta-button{padding:.75rem 1.25rem;font-size:.875rem}}.ripple-button{position:relative;overflow:hidden}.magnetic-button{transition:transform .3s ease}@media(min-width:768px){.hero-tagline,.hero-cta-group{gap:1rem}}@media(min-width:1024px){.hero{min-height:80vh}.hero-content{width:80%}}@media(prefers-reduced-motion:reduce){.hero{animation:none}.cta-button{transition:none}.cta-button:hover{transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp .8s ease-out}.hero-tagline{animation:fadeIn .6s ease-out .2s both}.hero-title{animation:fadeIn .6s ease-out .4s both}.hero-subtitle{animation:fadeIn .6s ease-out .6s both}.hero-cta-group{animation:fadeIn .6s ease-out .8s both}@keyframes subtlePulse{0%,to{box-shadow:0 0 20px #00f0ff4d}50%{box-shadow:0 0 30px #00f0ff80}}.cta-primary{animation:subtlePulse 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.hero-content,.hero-tagline,.hero-title,.hero-subtitle,.hero-cta-group,.cta-primary{animation:none!important}}
