:root{

--primary:#ff7b00;
--secondary:#ff3b5d;
--accent:#ff2f88;

--background:#090b12;

--surface:rgba(255,255,255,.05);

--border:rgba(255,255,255,.08);

--text:#ffffff;

--muted:#b7b7b7;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:"Inter",sans-serif;

background:var(--background);

color:white;

overflow-x:hidden;

}

body::before{

content:"";

position:fixed;

inset:0;

background:

radial-gradient(circle at 20% 20%,rgba(255,110,0,.15),transparent 30%),

radial-gradient(circle at 80% 60%,rgba(255,0,90,.15),transparent 35%),

linear-gradient(180deg,#0b0d14,#090b12);

z-index:-10;

}

header{

padding:60px 0 20px;

display:flex;

justify-content:center;

}

.logo{

width:170px;

max-width:45vw;

height:auto;

display:block;

margin:auto;

filter:drop-shadow(0 0 30px rgba(255,120,0,.18));

}

.hero{

max-width:1200px;

margin:auto;

padding:20px 30px 80px;

text-align:center;

}

.maintenanceTag{

display:inline-block;

padding:10px 24px;

border-radius:40px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

margin-bottom:40px;

letter-spacing:2px;

text-transform:uppercase;

font-size:.82rem;

font-weight:700;

}

.hero h1{

font-size:clamp(3rem,7vw,6rem);

font-weight:900;

line-height:1.05;

margin-bottom:30px;

}

.hero h1 span{

background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero p{

max-width:850px;

margin:auto;

font-size:1.25rem;

line-height:1.9;

color:var(--muted);

}

/* ===========================================================
   HERO
=========================================================== */

.heroContent{
    position:relative;
    z-index:10;
}

.launchDate{
    margin-top:40px;
    color:#bdbdbd;
    font-size:1rem;
    letter-spacing:2px;
    text-transform:uppercase;
    opacity:.8;
}

/* ===========================================================
   COUNTDOWN
=========================================================== */

.countdown{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;

    margin-top:60px;
    margin-bottom:20px;

    flex-wrap:wrap;

}

.timeBox{

    width:140px;
    height:140px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border-radius:24px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    transition:.35s;

    box-shadow:
    0 0 50px rgba(255,120,0,.06);

}

.timeBox:hover{

transform:translateY(-8px);

border-color:#ff6a00;

box-shadow:

0 20px 60px rgba(255,90,0,.18);

}

.timeBox span{

font-size:3.3rem;

font-weight:900;

background:linear-gradient(90deg,#ff8a00,#ff3c72);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.timeBox label{

margin-top:12px;

letter-spacing:2px;

font-size:.82rem;

text-transform:uppercase;

color:#bdbdbd;

}

.separator{

font-size:3rem;

font-weight:700;

color:#ff7b00;

opacity:.35;

}

/* ===========================================================
   FEATURES
=========================================================== */

.features{

max-width:1300px;

margin:120px auto;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

padding:0 30px;

}

.featureCard{

background:rgba(255,255,255,.05);

backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.08);

padding:45px;

border-radius:26px;

transition:.35s;

position:relative;

overflow:hidden;

}

.featureCard::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:100%;

background:

linear-gradient(90deg,

transparent,

rgba(255,255,255,.08),

transparent);

transition:1s;

}

.featureCard:hover::before{

left:100%;

}

.featureCard:hover{

transform:translateY(-10px);

border-color:#ff7a00;

box-shadow:

0 30px 80px rgba(255,90,0,.15);

}

.icon{

font-size:58px;

margin-bottom:25px;

}

.featureCard h2{

font-size:1.6rem;

margin-bottom:20px;

}

.featureCard p{

color:#bdbdbd;

line-height:1.8;

}

/* ===========================================================
   PROGRESS
=========================================================== */

.progressSection{

max-width:900px;

margin:120px auto;

padding:0 30px;

text-align:center;

}

.progressSection h3{

font-size:2rem;

margin-bottom:40px;

letter-spacing:2px;

text-transform:uppercase;

}

.progressBar{

height:18px;

border-radius:100px;

overflow:hidden;

background:rgba(255,255,255,.08);

}

.progressAnimated{

height:100%;

width:84%;

background:

linear-gradient(90deg,

#ff7a00,

#ff2d55,

#ff7a00);

background-size:300%;

animation:gradientMove 4s linear infinite;

}

.progressValue{

margin-top:25px;

font-size:2rem;

font-weight:800;

}

/* ===========================================================
   NEWSLETTER
=========================================================== */

.newsletter{

margin:140px auto;

max-width:900px;

text-align:center;

padding:70px;

background:rgba(255,255,255,.04);

backdrop-filter:blur(25px);

border-radius:32px;

border:1px solid rgba(255,255,255,.08);

}

.newsletter h2{

font-size:3rem;

margin-bottom:20px;

}

.newsletter p{

color:#bdbdbd;

margin-bottom:40px;

}

.newsletter form{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.newsletter input{

width:420px;

padding:18px 24px;

border-radius:16px;

border:none;

outline:none;

background:#151923;

color:white;

font-size:1rem;

}

.newsletter button{

padding:18px 40px;

border:none;

cursor:pointer;

border-radius:16px;

font-size:1rem;

font-weight:700;

background:

linear-gradient(90deg,

#ff8c00,

#ff3366);

color:white;

transition:.3s;

}

.newsletter button:hover{

transform:translateY(-4px);

box-shadow:

0 20px 40px rgba(255,120,0,.25);

}

/* ===========================================================
   FOOTER
=========================================================== */

footer{

padding:120px 30px 70px;

text-align:center;

}

.footerLogo img{

width:120px;

margin-bottom:30px;

opacity:.95;

}

footer h3{

letter-spacing:2px;

margin-bottom:20px;

}

footer p{

color:#bdbdbd;

margin-bottom:30px;

}

.copyright{

font-size:.9rem;

color:#7d7d7d;

}

/* ===========================================================
   BACKGROUND
=========================================================== */

.backgroundGrid{

position:fixed;

inset:0;

background-image:

linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),

linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);

background-size:60px 60px;

opacity:.45;

z-index:-8;

}

.gradientBlur{

position:fixed;

width:700px;

height:700px;

border-radius:50%;

filter:blur(150px);

opacity:.18;

z-index:-9;

}

.gradientOne{

top:-220px;

left:-180px;

background:#ff6f00;

}

.gradientTwo{

bottom:-250px;

right:-180px;

background:#ff0066;

}

/* ===========================================================
   CURSOR GLOW
=========================================================== */

#cursorGlow{

position:fixed;

width:450px;

height:450px;

border-radius:50%;

background:radial-gradient(circle,

rgba(255,120,0,.18),

transparent 70%);

pointer-events:none;

transform:translate(-50%,-50%);

z-index:-7;

}

/* ===========================================================
   RESPONSIVE
=========================================================== */

@media(max-width:1100px){

.features{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.hero h1{

font-size:3rem;

}

.timeBox{

width:110px;
height:110px;

}

.timeBox span{

font-size:2.3rem;

}

.newsletter{

padding:40px 25px;

}

.newsletter input{

width:100%;

}

.newsletter button{

width:100%;

}

}