html{
    scroll-behavior:smooth;
}

#services{
    scroll-margin-top:100px;
}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

body{

background:#040404;
font-family:Poppins,sans-serif;
color:white;
overflow-x:hidden;

}

.bg{

position:fixed;
inset:0;

background:
radial-gradient(circle at top,#5f0000 0%,#150000 25%,#040404 70%);

z-index:-1;

}

nav{

position:fixed;

top:0;
left:0;

width:100%;

padding:25px 8%;

display:flex;

justify-content:flex-start;

backdrop-filter:blur(15px);

background:rgba(0,0,0,.35);

z-index:999;

}

.back{

color:white;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.back:hover{

color:#ff2a2a;

}

.hero{

height:100vh;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

padding:20px;

}

.logo{

width:180px;

margin-bottom:30px;

filter:drop-shadow(0 0 25px rgba(255,0,0,.35));

animation:float 5s infinite ease-in-out;

}

.hero h1{

font-family:Cinzel;

font-size:80px;

letter-spacing:8px;

}

.hero p{

margin-top:20px;

color:#bbb;

font-size:22px;

}

.buttons{

margin-top:30px;

display:flex;

gap:20px;

flex-wrap:wrap;

}

button{

padding:16px 45px;

border:none;

border-radius:50px;

font-size:16px;

cursor:pointer;

transition:.35s;

font-weight:600;

}

.hero-buttons{

    margin-top:45px;

    display:flex;

    gap:18px;

    justify-content:center;

    flex-wrap:wrap;

}

.primary-btn{

    background:linear-gradient(90deg,#7d0000,#d00000);

    color:#fff;

    padding:16px 42px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    letter-spacing:2px;

    transition:.35s;

}

.primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(210,0,0,.35);

}

.discord-btn{

    background:#5865F2;

    color:#fff;

    padding:16px 42px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.discord-btn i{

    margin-right:10px;

}

.discord-btn:hover{

    background:#4752C4;

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(88,101,242,.4);

}

.discord{

background:#202020;

color:lch(49.61% 81.68 297.52)

}

.discord:hover{

margin-top:30px;
background:lch(49.61% 81.68 297.52);

}

.features{

padding:120px 8%;

}

.features h2{

text-align:center;

font-family:Cinzel;

font-size:48px;

margin-bottom:70px;

}

.grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

}

.card{

background:#111;

padding:45px;

border-radius:20px;

border:1px solid #222;

transition:.35s;

text-align:center;

}

.card:hover{

transform:translateY(-10px);

border-color:#b30000;

box-shadow:0 0 35px rgba(255,0,0,.25);

}

.card i{

font-size:45px;

color:#d10000;

margin-bottom:25px;

}

.card h3{

margin-bottom:15px;

}

.card p{

color:#aaa;

line-height:1.7;

}

.store-section{

    padding-top:40px;
scroll-margin-top:100px;
padding-left:8%;
padding-right:8%;
padding-bottom:100px;

}

.section-title{

    text-align:center;
    margin-bottom:70px;

}

.section-title h2{

    font-size:50px;
    font-family:'Cinzel',serif;
    letter-spacing:5px;
    margin-bottom:15px;

}

.section-title p{

    color:#999;
    max-width:700px;
    margin:auto;
    line-height:1.8;

}

.store-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;

}

.store-card{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;

    padding:30px;

    min-height:340px;

    transition:.3s;
}

.store-card:hover{
    transform:translateY(-5px);
    border-color:#b40000;
    box-shadow:0 0 25px rgba(180,0,0,.25);
}

.icon{
    font-size:34px;
    margin-bottom:12px;
}

.store-card h3{
    font-size:30px;
    margin-bottom:8px;
}

.store-card span{
    font-size:14px;
    margin-bottom:12px;
}

.store-card p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:18px;
}

.store-card ul li{
    font-size:15px;
    margin-bottom:8px;
}

.store-card li::before{

    content:"✓";

    color:#d40000;

    margin-right:10px;

}

.recommended{

    border:2px solid #b40000;

}

.recommended-tag{

    position:absolute;

    top:20px;
    right:-45px;

    width:180px;

    text-align:center;

    background:#b40000;

    color:white;

    padding:8px;

    transform:rotate(45deg);

    font-size:12px;

    font-weight:bold;

    letter-spacing:2px;

}
.order-btn{
    display:block;
    width:100%;
    margin-top:25px;
    padding:14px;

    text-align:center;
    text-decoration:none;

    color:#fff;
    background:#1b1b1b;

    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;

    font-weight:600;
    transition:.3s;
}

.order-btn:hover{
    background:#b40000;
    border-color:#b40000;
}

.custom-order{

    margin-top:90px;

    text-align:center;

    padding:60px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    background:#101010;

}

.custom-order h2{

    font-family:'Cinzel',serif;

    font-size:42px;

    margin-bottom:20px;

}

.custom-order p{

    color:#999;

    max-width:650px;

    margin:auto;

    line-height:1.8;

}

.custom-btn{

    display:inline-block;

    margin-top:35px;

    background:#5865F2;

    color:white;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.custom-btn:hover{

    background:#4752C4;

    transform:translateY(-5px);

}
/* ===============================
   LOCK STORE
================================= */

.store-grid{
    grid-template-columns:repeat(2,450px);
    justify-content:center;
    gap:25px;
}
.store-grid.locked .store-card{
    filter:blur(5px);
    opacity:.35;
    pointer-events:none;
    user-select:none;
}

.store-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index:100;
}

.store-overlay i{
    font-size:70px;
    margin-bottom:20px;
    color:#fff;
}

.store-overlay h2{
    font-family:'Cinzel',serif;
    font-size:42px;
    letter-spacing:4px;
    margin-bottom:15px;
    animation:pulse 2.5s infinite;
}

.store-overlay p{
    color:#bfbfbf;
    line-height:1.8;
    max-width:550px;
    margin-bottom:30px;
}

.notify-btn{
    padding:14px 42px;
    border:none;
    border-radius:50px;
    background:#8d0000;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.notify-btn:hover{
    background:#b30000;
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(179,0,0,.4);
}

@keyframes pulse{

    0%,100%{
        opacity:1;
    }

    50%{
        opacity:.45;
    }

}

footer{

padding:40px;

text-align:center;

color:#777;

}

@keyframes pulse{

0%{

opacity:.5;

box-shadow:0 0 0 rgba(255,0,0,0);

}

50%{

opacity:1;

color:#ff3d3d;

text-shadow:

0 0 10px red,

0 0 25px red,

0 0 50px red;

box-shadow:0 0 35px rgba(255,0,0,.35);

}

100%{

opacity:.5;

}

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:768px){

.hero h1{

font-size:48px;

letter-spacing:4px;

}

.logo{

width:120px;

}

.hero p{

font-size:18px;

}

.buttons{

flex-direction:column;

width:100%;

}

button{

width:100%;

}

.features h2{

font-size:34px;

}

}