*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;height:100%;overflow:hidden;background-color:#0a1a1a;font-family:Phudu,sans-serif}.hero-wrapper{position:fixed;inset:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;inset:-40px;background-image:url("/MacBook%20Air%20-%201%20(2).png");background-size:cover;background-position:center center;background-repeat:no-repeat;filter:blur(18px) brightness(.55) saturate(1.15);transform:scale(1.1);z-index:0}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#0a1e1e59,#050f0fa6);z-index:1}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:0}.hero-logo{width:clamp(220px,35vw,520px);height:auto;object-fit:contain;margin-bottom:1.2rem;filter:drop-shadow(0 4px 30px rgba(0,0,0,.35));animation:fadeSlideUp 1.2s ease-out both}.hero-heading{font-family:Phudu,sans-serif;font-weight:700;font-size:clamp(1.8rem,5.5vw,4.2rem);color:#fff;text-transform:uppercase;letter-spacing:.06em;line-height:1.15;text-shadow:0 2px 20px rgba(0,0,0,.5),0 0 60px rgba(0,0,0,.25);animation:fadeSlideUp 1.2s ease-out .25s both}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.hero-logo{width:clamp(180px,45vw,380px);margin-bottom:1rem}.hero-heading{font-size:clamp(1.5rem,6vw,3rem)}}@media screen and (max-width:600px){.hero-logo{width:clamp(160px,55vw,300px);margin-bottom:.8rem}.hero-heading{font-size:clamp(1.3rem,7vw,2.4rem);letter-spacing:.04em}}@media screen and (max-width:900px)and (orientation:landscape){.hero-logo{width:clamp(120px,20vw,240px);margin-bottom:.6rem}.hero-heading{font-size:clamp(1.1rem,4vw,2rem)}}
