*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#0f0f23;overflow-x:hidden}.gradient-background{background:linear-gradient(135deg,#000046,#1cb5e0);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.stars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 3s infinite}.star:nth-child(1){width:2px;height:2px;top:10%;left:10%;animation-delay:0s}.star:nth-child(2){width:3px;height:3px;top:20%;left:80%;animation-delay:.5s}.star:nth-child(3){width:2px;height:2px;top:30%;left:20%;animation-delay:1s}.star:nth-child(4){width:4px;height:4px;top:40%;left:70%;animation-delay:1.5s}.star:nth-child(5){width:2px;height:2px;top:50%;left:15%;animation-delay:2s}.star:nth-child(6){width:3px;height:3px;top:60%;left:85%;animation-delay:2.5s}.star:nth-child(7){width:2px;height:2px;top:70%;left:25%;animation-delay:.3s}.star:nth-child(8){width:4px;height:4px;top:80%;left:75%;animation-delay:.8s}.star:nth-child(9){width:2px;height:2px;top:90%;left:35%;animation-delay:1.3s}.star:nth-child(10){width:3px;height:3px;top:15%;left:60%;animation-delay:1.8s}.star:nth-child(11){width:2px;height:2px;top:25%;left:40%;animation-delay:2.3s}.star:nth-child(12){width:4px;height:4px;top:35%;left:90%;animation-delay:.7s}.star:nth-child(13){width:2px;height:2px;top:45%;left:5%;animation-delay:1.2s}.star:nth-child(14){width:3px;height:3px;top:55%;left:95%;animation-delay:1.7s}.star:nth-child(15){width:2px;height:2px;top:65%;left:45%;animation-delay:2.2s}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.hero-section{text-align:center;color:#fff;max-width:800px;padding:2rem;z-index:10;position:relative}.brand-name{font-size:4rem;font-weight:700;margin-bottom:3rem;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-.02em}.countdown-container{margin-top:2rem}.countdown-title{font-size:1.5rem;margin-bottom:2rem;opacity:.9;font-weight:400}.countdown-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:600px;margin:0 auto}.countdown-item{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem 1rem;text-align:center;transition:all .3s ease}.countdown-item:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0003}.countdown-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.countdown-label{font-size:.9rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;font-weight:500}.countdown-target{margin-top:2rem;font-size:1.1rem;color:#fffc;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:fadeInUp 1s ease 1.5s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.brand-name{font-size:3rem}.countdown-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.countdown-number{font-size:2.5rem}.countdown-item{padding:1.5rem .5rem}}@media (max-width: 480px){.brand-name{font-size:2.5rem}.countdown-grid{grid-template-columns:1fr;gap:1rem}.countdown-number{font-size:2rem}}.shooting-star{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff;animation:shoot 20s linear infinite;opacity:0;top:50%;left:-50px}.shooting-star:before{content:"";position:absolute;top:50%;left:50%;width:120px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),rgba(255,255,255,.4),transparent);transform:translate(-100%) translateY(-50%)}@keyframes shoot{0%,95%{transform:translate(0) translateY(0);opacity:0}5%{transform:translate(0) translateY(0);opacity:1}20%{transform:translate(calc(100vw + 50px)) translateY(-100px);opacity:1}25%,to{transform:translate(calc(100vw + 50px)) translateY(-100px);opacity:0}}
