/*==================================================
COMING SOON PAGE
==================================================*/

body{

    background:#0b1018;

    color:#fff;

}

/*==================================================
HERO
==================================================*/

.coming-hero{

    position:relative;

    padding:140px 0 120px;

    overflow:hidden;

    background:linear-gradient(135deg,#111827,#0b1018);

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(255,215,0,.08),
    transparent 45%),

    radial-gradient(circle at bottom left,
    rgba(255,60,60,.08),
    transparent 40%);

}

.coming-grid{

    position:relative;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

.coming-left{

    z-index:2;

}

.coming-badge{

    display:inline-flex;

    padding:10px 22px;

    border-radius:999px;

    background:#ff3b30;

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.coming-title{

    font-size:64px;

    line-height:1.1;

    margin-bottom:25px;

}

.coming-description{

    font-size:20px;

    color:#c8d1df;

    line-height:1.8;

    margin-bottom:40px;

}

.coming-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.coming-image{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:0 30px 80px rgba(0,0,0,.45);

}

/*==================================================
STATUS
==================================================*/

.status-section{

    padding:120px 0;

}

.status-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:60px;

}

.status-card{

    background:#151b28;

    padding:40px;

    border-radius:22px;

    text-align:center;

    transition:.35s;

}

.status-card:hover{

    transform:translateY(-8px);

}

.status-card i{

    font-size:42px;

    color:#FFD700;

    margin-bottom:25px;

}

.status-card h3{

    margin-bottom:18px;

}

.status{

    display:inline-block;

    padding:8px 18px;

    border-radius:999px;

    font-weight:700;

    font-size:14px;

}

.complete{

    background:#1fb954;

}

.progress{

    background:#ff9800;

}

.waiting{

    background:#555;

}

/*==================================================
GAMES
==================================================*/

.games-section{

    padding:120px 0;

    background:#101624;

}

.games-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(420px,3fr));

    gap:35px;

    margin-top:60px;

}

.game-card{

    background:#151b28;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

}

.game-card:hover{

    transform:translateY(-10px);

}

.game-image{

    position:relative;

    aspect-ratio:16/9;

    overflow:hidden;

}

.game-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.game-status{

    position:absolute;

    top:18px;

    right:18px;

    padding:8px 18px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

}

.released{

    background:#1fb95552;

}

.development{

    background:#ff99004a;

}

.game-content{

    padding:30px;

}

.game-content h3{

    margin-bottom:15px;

}

.game-content p{

    color:#c8d1df;

    line-height:1.8;

    margin-bottom:25px;

}

.game-meta{

    display:flex;

    justify-content:space-between;

    margin-bottom:25px;

    color:#FFD700;

    font-size:14px;

}

/*==================================================
NEWS
==================================================*/

.news-section{

    padding:120px 0;

}

.news-grid{

    display:grid;

    gap:30px;

    margin-top:60px;

}

.news-card{

    display:flex;

    gap:25px;

    background:#151b28;

    border-radius:22px;

    padding:35px;

}

.news-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#FFD700;

    color:#000;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    flex-shrink:0;

}

.news-date{

    color:#FFD700;

    font-weight:700;

    display:block;

    margin-bottom:10px;

}

.news-content p{

    margin:20px 0;

    color:#c8d1df;

}

/*==================================================
SUPPORT
==================================================*/

.support-section{

    padding:120px 0;

    background:#101624;

}

.support-card{

    background:#151b28;

    border-radius:28px;

    padding:70px;

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:50px;

    align-items:center;

}

.support-card ul{

    margin-top:30px;

    display:grid;

    gap:16px;

}

.support-right{

    display:flex;

    flex-direction:column;

    gap:18px;

}

/*==================================================
FOOTER CTA
==================================================*/

.footer-cta{

    padding:120px 0;

}

.footer-cta-card{

    background:linear-gradient(135deg,#1b2234,#111827);

    border-radius:28px;

    padding:80px;

    text-align:center;

}

.footer-cta-card h2{

    font-size:46px;

    margin:25px 0;

}

.footer-cta-card p{

    max-width:760px;

    margin:auto;

    color:#c8d1df;

    line-height:2;

}

.footer-buttons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/*==================================================
FOOTER
==================================================*/

.footer{

    background:#090d15;

    padding:80px 0 30px;

}

.footer-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:50px;

}

.footer-column h4{

    margin-bottom:20px;

}

.footer-column ul{

    list-style:none;

    padding:0;

}

.footer-column li{

    margin-bottom:14px;

}

.footer-column a{

    color:#c8d1df;

    text-decoration:none;

    transition:.3s;

}

.footer-column a:hover{

    color:#FFD700;

}

.footer hr{

    margin:50px 0 30px;

    border:none;

    height:1px;

    background:#2b3345;

}

.footer-bottom{

    text-align:center;

    color:#9aa7bd;

    line-height:2;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:992px){

.coming-grid,
.support-card{

grid-template-columns:1fr;

}

.status-grid{

grid-template-columns:repeat(2,1fr);

}

.coming-title{

font-size:48px;

}

}

@media(max-width:768px){

.status-grid{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr;

}

.footer-cta-card{

padding:50px 30px;

}

.news-card{

flex-direction:column;

text-align:center;

}

.news-icon{

margin:auto;

}

}