* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    min-height: 100vh;
    background: linear-gradient(135deg, #244c5c, #1a627c, #15516b);
    color: white;
}

/* HERO LAYOUT */
.hero {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* 🔥 यही main fix है */
    padding: 160px;
    padding-left: 120px;
}

/* LEFT */
.hero-left {
    text-align: left;
    width: 50%;
}

.hero-center {
    max-width: 70%;
}

.top-buttons {
    margin-bottom: 25px;
}

.top-buttons button {
    padding: 10px 18px;
    margin-right: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.logo {
    font-size: 100px;
    font-weight:
        800;
    letter-spacing: 0.5px;
    line-height: 1.1;
    display: block;
    text-align: center;
}

.tagline {
    font-size: 24px;
    opacity: 0.9;
    margin-top: 8px;
    padding-left: 4px;
    text-align: center
}

/* RIGHT */
.hero-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PRICE BOX */
.price-box {
    width: 92%;
    max-width: 420px;
    margin: 0 auto;

    background: rgba(75, 56, 21, 0.18);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 22px;

    box-shadow: 0 10px 30px rgba(88, 59, 26, 0.35);
    box-sizing: border-box;
}

/* EACH COIN */
.coin {
    display: grid;
    grid-template-columns: 70px 150px 90px;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}

.price {
    text-align: right;
    font-weight: bold;
}

.change {
    text-align: right;
    font-size: 14px;
}

/* COLORS */
.change.up {
    color: #41ad44;
}

.change.down {
    color: #f44336;
}

.change.stable {
    color: #ccc;
}

/* NAVBAR LOGO */
.nav-logo {
    font-size: 32px;
    font-weight: 700;
}

/* ===== DESKTOP NAVBAR FIX ===== */
.navbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 16px 40px;
    background: #0b1220;
    backdrop-filter: blur(10px);
}

/* Left logo */
.nav-left {
    justify-self: start;
}

/* Center presale */
.nav-center {
    justify-self: center;
    margin-left: 20%;
}

/* Right buttons */
.nav-right {
    justify-self: end;
}

/* Right side buttons */
.nav-right button {
    padding: 10px 18px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: white;
    color: #0b3c5d;
    transition: all 0.25s ease;
}

/* Hover effect */
.nav-right button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Navbar logo */
.nav-logo {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.token-page {
    max-width: 1000px;
    margin: 80px auto;
    padding: 20px;
    color: white;
}

.token-page h1 {
    margin-bottom: 30px;
}

.token-page section {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 12px;
    max-width: 450px;
}

/* Slim headings & text inside token page */

.token-page h2 {
    font-size: 16px;
    margin-bottom: 2px;
}

.token-page p {
    font-size: 13px;
    opacity: 0.85;
}

.token-page section p {
    margin: 0;
    line-height: 1.3;
}

/* Hero section main logo (Play Games ke niche wala) */
.hero-left .logo {
    font-size: 64px;
    font-weight: 800;
    /* LOGO UP */
    margin-bottom: 10px;
}

.hero-left .tagline {
    font-size: 18px;
    opacity: 0.9;
}

/* ============================= */
/* TOKEN PAGE CLICKABLE BOXES */
/* ============================= */

.token-box {
    display: block;
    text-decoration: none;
    color: white;
    background: rgba(255, 255, 255, 0.12);
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: all 0.25s ease;
}

.token-box h2 {
    margin: 0 0 4px;
}

.token-box p {
    margin: 0;
    opacity: 0.85;
    font-size: 14px;
}

.token-box:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

/* BACK BUTTON */
.back-btn {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.25s;
}

.back-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-4px);
}

/* ===== TOKEN OVERVIEW PAGE IMPROVEMENTS ===== */

.token-center {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.token-page h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
}

.page-subtitle {
    text-align: center;
    opacity: 0.85;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Card Style */
.content-box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.content-box h2 {
    margin-bottom: 14px;
    font-size: 22px;
}

/* Tables */
.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table td {
    padding: 10px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.info-table td:first-child {
    font-weight: 600;
    opacity: 0.85;
}

/* Lists */
.content-box ul {
    padding-left: 18px;
}

.content-box li {
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Links */
.content-box a {
    color: #a8d8ff;
    text-decoration: none;
}

.content-box a:hover {
    text-decoration: underline;
}

/* Disclaimer */
.disclaimer {
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    margin-top: 40px;
}

/* =========================
   FAQ PAGE STYLING
========================= */

.faq-page {
    max-width: 800px;
    margin: 60px auto;
    padding: 20px;
    color: #fff;
}

.faq-page h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.faq-subtitle {
    opacity: 0.8;
    margin-bottom: 30px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 18px 16px;
    opacity: 1;
}

.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.back-btn:hover {
    opacity: 1;
}

.info-card {
    background: rgba(255, 255, 255, 0.12);
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.info-card h3 {
    margin-bottom: 8px;
}

.info-card ul {
    padding-left: 18px;
}

.info-card li {
    margin-bottom: 6px;
}

.info-card.warning {
    background: rgba(255, 80, 80, 0.15);
}

/* ============================= */
/* Referral & Reward Page Fix */
/* ============================= */

.token-page {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px 80px;
    color: #ffffff;
}

.token-page h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 15px;
    opacity: 0.85;
    margin-bottom: 35px;
}

/* Section Headings */
.token-page h2 {
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 22px;
    border-left: 4px solid #4fc3f7;
    padding-left: 12px;
}

.token-page h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #b3e5fc;
}

/* Lists */
.token-page ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.token-page ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Horizontal divider */
.token-page hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 35px 0;
}

/* Vesting Table */
.vesting-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 30px;
}

.vesting-table th,
.vesting-table td {
    padding: 12px 15px;
    text-align: left;
}

.vesting-table th {
    background: rgba(255, 255, 255, 0.18);
    font-weight: 600;
}

.vesting-table td {
    background: rgba(255, 255, 255, 0.10);
}

/* Warning / Note */
.warning-text {
    margin-top: 30px;
    padding: 15px 18px;
    background: rgba(255, 193, 7, 0.15);
    border-left: 4px solid #ffc107;
    font-size: 14px;
    line-height: 1.6;
}

/* Back Button */
.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.back-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Staking page – section description text size fix */
.token-page h2+p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.95;
}

/* Bullet text thoda readable */
.token-page ul li {
    font-size: 16px;
    line-height: 1.6;
}

/* Vesting & Cliff – description text readable */
.token-page h2+p {
    font-size: 17px;
    line-height: 1.75;
    opacity: 0.95;
}

/* Vesting bullet points */
.token-page ul li {
    font-size: 16px;
    line-height: 1.65;
}

/* Vesting tables (if any) */
.token-page table {
    font-size: 15.5px;
    border-spacing: 0;
}

.token-page table th {
    font-size: 16px;
    font-weight: 600;
}

/* Back Button Fix */
.back-btn {
    position: relative;
    /* absolute hata diya */
    top: 0;
    left: 0;

    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;

    padding: 8px 14px;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 500;

    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
}

@media (max-width:1024px) {
    .nav-center {
        margin: 0;
    }
}

/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */
@media (max-width: 768px) {

    body {
        padding: 0;
        margin: 0;
    }

    /* Main page container */
    .token-page,
    .faq-page {
        padding: 16px;
    }

    /* Headings */
    h1 {
        font-size: 24px;
        text-align: center;
    }

    h2 {
        font-size: 18px;
    }

    /* Subtitle text */
    .page-subtitle,
    .faq-subtitle {
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    /* Content cards / boxes */
    .content-box,
    .token-box,
    .faq-item {
        padding: 14px;
        margin-bottom: 14px;
    }

    /* Tables */
    table {
        font-size: 13px;
    }

    td {
        padding: 8px;
    }

    /* FAQ button text */
    .faq-question {
        font-size: 15px;
        padding-right: 40px;
    }

    /* FAQ answer text */
    .faq-answer {
        font-size: 14px;
    }

    /* Back button mobile fix */
    .back-btn {
        font-size: 13px;
        padding: 6px 12px;
        margin-bottom: 14px;
    }
}

/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */
@media (max-width: 768px) {

    body {
        font-size: 22px;
    }

    h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    h2 {
        font-size: 20px;
    }

    .page-subtitle,
    .subtitle,
    p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Main content width */
    .token-page,
    .content,
    .container {
        padding: 16px !important;
    }

    /* Cards / Boxes */
    .content-box,
    .card,
    .info-box {
        width: 100%;
        padding: 16px;
        margin-bottom: 16px;
    }

    /* Tables */
    table,
    td {
        font-size: 14px;
    }

    /* Buttons */
    button,
    .btn,
    .back-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    /* Navbar fix */
    .navbar {
        padding: 10px 14px;
    }

    .nav-right a {
        font-size: 13px;
        padding: 6px 10px;
    }

}

/* =========================
   FORCE MOBILE TEXT SCALE
   ========================= */
@media (max-width: 768px) {

    body {
        font-size: 16px;
        /* base font */
    }

    h1 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    h2 {
        font-size: 22px !important;
        line-height: 1.4;
    }

    h3 {
        font-size: 18px !important;
    }

    p,
    li,
    td,
    .page-subtitle,
    .faq-subtitle {
        font-size: 16px !important;
        line-height: 1.7;
    }

    .content-box,
    .token-box,
    .faq-item {
        font-size: 16px;
    }

    .faq-question {
        font-size: 17px !important;
    }

    .faq-answer {
        font-size: 16px !important;
    }
}

/* =========================
   HOME PAGE – MOBILE FIX
   ========================= */
@media (max-width: 768px) {

    /* Navbar */
    .navbar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .nav-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav-right a,
    .nav-right button {
        font-size: 14px;
        padding: 8px 14px;
    }

    /* Hero section */
    .hero,
    .home {
        flex-direction: column;
        text-align: center;
        padding: 24px 16px;
    }

    .hero h1,
    .home h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero p,
    .home p {
        font-size: 16px;
        margin-top: 10px;
    }

    /* Crypto price card */
    .price-card,
    .market-card {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 0;
    }

    .price-card div,
    .market-card div {
        font-size: 15px;
    }
}

/* =========================
   HOME PAGE – FINAL POLISH
   ========================= */
@media (max-width: 768px) {

    /* Navbar buttons equal & clean */
    .nav-right a,
    .nav-right button {
        min-width: 140px;
        text-align: center;
        border-radius: 14px;
        font-size: 15px;
        padding: 10px 16px;
    }

    /* Hero title spacing */
    .hero h1,
    .home h1 {
        margin-top: 20px;
        margin-bottom: 6px;
        font-weight: 700;
    }

    .hero p,
    .home p {
        font-size: 17px;
        opacity: 0.9;
    }

    /* Market / price card polish */
    .price-card,
    .market-card {
        border-radius: 22px;
        padding: 18px;
    }

    .price-card div,
    .market-card div {
        font-size: 16px;
        line-height: 1.6;
    }

    .price-card strong,
    .market-card strong {
        font-size: 18px;
    }
}

/* ===============================
   MOBILE HOME PAGE – FINAL FIX
   =============================== */
@media (max-width: 768px) {

    /* Overall home spacing */
    .home,
    .hero {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    /* Main title */
    .home h1,
    .hero h1 {
        font-size: 30px;
        margin-bottom: 6px;
        text-align: center;
    }

    /* Subtitle */
    .home p,
    .hero p {
        font-size: 17px;
        margin-bottom: 22px;
        text-align: center;
        opacity: 0.9;
    }

    /* Market / Price Card */
    .price-card,
    .market-card {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 18px;
        border-radius: 20px;
    }

    /* Card rows */
    .price-card div,
    .market-card div {
        font-size: 16px;
        padding: 5px 0;
    }

    /* Price numbers */
    .price-card strong,
    .market-card strong {
        font-size: 116px;
    }
}

/* ===============================
   MOBILE PRICE BOX PERFECT FIX
   =============================== */
@media (max-width: 768px) {

    /* Price / Market Card */
    .price-card,
    .market-card {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
        padding: 22px 20px;
        border-radius: 22px;
    }

    /* Each row */
    .price-card .row,
    .market-card .row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 8px 0;
    }

    /* Coin name */
    .price-card .symbol,
    .market-card .symbol {
        font-size: 15px;
        font-weight: 500;
        min-width: 50px;
    }

    /* Price */
    .price-card .price,
    .market-card .price {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        flex: 1;
    }

    /* Percentage */
    .price-card .change,
    .market-card .change {
        font-size: 14px;
        font-weight: 500;
        min-width: 55px;
        text-align: right;
    }
}

/* REAL CENTER FIX */
.market-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* PRICE CARD */
price-box {
    width: 92%;
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ROW ALIGNMENT FIX */
.coin {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

/* TEXT ALIGN */
.coin span:nth-child(1) {
    text-align: left;
}

.coin span:nth-child(2) {
    text-align: center;
}

.coin span:nth-child(3) {
    text-align: right;
}

.market-card {
    width: 92%;
    max-width: 420px;
    margin: 0 auto;

    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 22px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}

.market-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;

    padding: 10px 0;
    font-size: 15px;
    color: #fff;
}

/* 🔹 Divider line between rows */
.market-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.green {
    color: #00ff9c !important;
    font-weight: 600;
}

.red {
    color: #ff4d4d !important;
    font-weight: 600;
}

.price-flash {
    animation: flash 0.6s ease;
}

@keyframes flash {
    0% {
        background: rgba(255, 255, 255, 0.15);
    }

    100% {
        background: transparent;
    }
}

.how-it-works {
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.how-it-works h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.how-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.how-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
}

.how-card h3 {
    margin-bottom: 12px;
}

.how-card p {
    opacity: 0.9;
}

.market-card:hover {
    transform: translateY(-6px) scale(1.01);
    transition: all 0.35s ease;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.market-row {
    padding: 10px 6px;
    border-radius: 10px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.market-row:hover {
    background: rgba(255, 255, 255, 0.08);
}

.market-row span:first-child {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.market-row span:nth-child(2) {
    font-weight: 500;
}

.green {
    color: #4dffb5;
    font-weight: 600;
}

.red {
    color: #ff6b6b;
    font-weight: 600;
}

.footer {
    background: #0b1220;
    padding: 60px 8%;
    color: #cfd6e4;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-left {
    max-width: 420px;
}

.managed {
    font-size: 13px;
    opacity: 0.7;
}

.foundation {
    font-size: 22px;
    font-weight: 600;
    margin: 6px 0;
}

.social-icons {
    margin-top: 16px;
}

.social-icons a {
    margin-right: 12px;
    font-size: 18px;
    text-decoration: none;
    color: #cfd6e4;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #4dffb5;
}

.footer-right {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-links h4 {
    margin-bottom: 12px;
    font-size: 15px;
    color: #ffffff;
}

.footer-links a {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #cfd6e4;
    opacity: 0.8;
}

.footer-links a:hover {
    opacity: 1;
    color: #4dffb5;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
}

/* FOOTER BASE */
.site-footer {
    background: #0b2a4a;
    padding: 60px 0;
}

/* FOOTER GRID */
.footer-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

/* ❌ REMOVE BOX LOOK */
.footer-box {
    background: transparent;
    /* box hat gaya */
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

/* FOOTER HEADINGS */
.footer-box h4 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 18px;
}

/* FOOTER LINKS */
.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-box ul li a {
    color: #cfe8ff;
    text-decoration: none;
    font-size: 15px;
}

.footer-box ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* 🔥 FORCE REMOVE ALL FOOTER BOX / CARD LOOK */
footer *,
.site-footer *,
.footer *,
.footer-container *,
.footer-links * {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* ===== FOOTER CLEAN LAYOUT ===== */

.site-footer {
    background: #0b2a4a;
    padding: 60px 0 30px;
    color: #cfcd3a;
    font-size: 14px;
}

.footer-inner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 20px;
}

.footer-col h4 {
    color: #bb8845;
    margin-bottom: 14px;
    font-size: 16px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #ebeef1;
    text-decoration: none;
}

.footer-col ul li a:hover {
    color: #e8ebee;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #bb8845;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        text-align: left;
    }
}

/* ===== FOOTER LEFT ALIGNMENT FIX ===== */

.footer-left {
    text-align: center;
}

/* ===== SOCIAL ICONS CENTER FIX ===== */

.social-icons {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    /* 👈 CENTER horizontally */
    align-items: center;
    gap: 18px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: #1da1f2;
    transform: translateY(-3px);
}

.page-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}

.page-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.page-intro {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 40px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.content-block ul {
    padding-left: 20px;
}

.content-block ul li {
    margin-bottom: 8px;
}

.page-header {
    max-width: 1100px;
    margin: 30px auto 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-header h1 {
    font-size: 32px;
    margin: 0;
}

.back-btn {
    position: absolute;
    left: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}

.back-btn:hover {
    opacity: 1;
}

/* ============================= */
/* ECOSYSTEM PAGE STYLES */
/* ============================= */

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    color: #eaf6ff;
}

/* Main heading */
.page-content h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Section headings */
.page-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #ffffff;
}

/* Paragraph text */
.page-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #d6ecff;
    margin-bottom: 15px;
}

/* Lists */
.page-content ul {
    margin: 10px 0 20px 20px;
    padding: 0;
}

.page-content ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #cfe6ff;
}

/* Subtle divider feel (optional) */
.page-content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 6px;
    background: linear-gradient(90deg, #2da9ff, #6fd3ff);
    border-radius: 2px;
}

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

@media (max-width: 768px) {
    .page-content {
        padding: 30px 18px 60px;
    }

    .page-content h1 {
        font-size: 28px;
    }

    .page-content h2 {
        font-size: 20px;
    }

    .page-content p,
    .page-content ul li {
        font-size: 15px;
    }
}

.content-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    color: #e6f1ff;
    line-height: 1.7;
}

.content-page h2 {
    margin-top: 30px;
    color: #ffffff;
}

.content-page p {
    margin-top: 12px;
    font-size: 16px;
    opacity: 0.95;
}

.content-page .last-line {
    margin-top: 30px;
    font-weight: 600;
}

/* Back button – same rahe */
.back-btn {
    display: inline-block;
    margin: 20px 0 10px 20px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* Content wrapper */
.content-page {
    max-width: 900px;
    margin: 80px auto 80px;
    /* 👈 page niche aayega */
    padding: 0 20px;
}

/* Disclaimer heading */
.content-page h1 {
    text-align: center;
    /* 👈 CENTER */
    margin-top: 30px;
    /* 👈 Back se niche */
    margin-bottom: 30px;
    font-size: 36px;
}

/* Sub headings */
.content-page h2 {
    margin-top: 35px;
    margin-bottom: 10px;
}

/* Paragraphs */
.content-page p {
    line-height: 1.7;
    opacity: 0.95;
}

@media (max-width: 600px) {
    .content-page {
        margin-top: 70px;
    }
}

/* ===== ABOUT PAGE CENTER FIX ===== */

.page-content {
    display: flex;
    justify-content: center;
    margin-top: 120px;
    /* back button ke niche */
    padding: 0 20px;
}

.page-section {
    max-width: 900px;
    width: 100%;
}

/* Center heading only */
.page-title {
    text-align: center;
    margin-bottom: 20px;
}

/* Normal readable text */
.page-intro,
.content-block p,
.content-block ul {
    line-height: 1.7;
    opacity: 0.95;
}

@media (max-width: 600px) {
    .page-content {
        margin-top: 90px;
    }

    .page-title {
        font-size: 26px;
    }
}

/* ===============================
   ECOSYSTEM GRID FIX
   =============================== */

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.ecosystem-card {
    background: rgba(110, 72, 14, 0.08);
    padding: 16px;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease;
}

.ecosystem-card:hover {
    transform: translateY(-6px);
}

.ecosystem-card h3 {
    margin-bottom: 10px;
}

/* ===== ECOSYSTEM ONLY FIX ===== */

.ecosystem-section {
    padding-top: 10px !important;
    min-height: auto !important;
    justify-content: flex-start !important;
}

/* ===== ECOSYSTEM FORCE TOP FIX ===== */

.ecosystem-body {
    display: block !important;
}

.ecosystem-body .ecosystem-section,
.ecosystem-body main,
.ecosystem-body .ecosystem-container {
    margin-top: 40px !important;
    min-height: auto !important;
}

/* ===== PRIVACY POLICY PAGE ===== */

.privacy-body {
    background: linear-gradient(135deg, #0b1f3a, #0e4fb3);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.content-page {
    max-width: 900px;
    margin: 100px auto 60px;
    padding: 0 20px;
    text-align: center;
}

.content-page h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.content-page h2 {
    margin-top: 30px;
    font-size: 22px;
}

.content-page p {
    margin-top: 10px;
    line-height: 1.7;
    opacity: 0.95;
}

/* ===== BINEXA GLOBAL PAGE LAYOUT ===== */

.binexa-page {
    background: linear-gradient(135deg, #5f3d0a, #5c460a);
    color: #58470f;
    font-family: Arial, sans-serif;
}

/* Same width for all pages */
.binexa-container {
    max-width: 900px;
    margin: 110px auto 80px;
    padding: 0 20px;
    text-align: center;
}

/* Same page title */
.binexa-title {
    font-size: 36px;
    margin-bottom: 25px;
}

/* Same content flow */
.binexa-content h2 {
    margin-top: 35px;
    font-size: 22px;
}

.binexa-content p,
.binexa-content li {
    margin-top: 12px;
    line-height: 1.7;
    opacity: 0.95;
}

/* Lists look clean */
.binexa-content ul {
    list-style: none;
    padding: 0;
}

.binexa-content li {
    margin-top: 10px;
}

/* ===== BINEXA GLOBAL PAGE LAYOUT ===== */

.binexa-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #0b1f3a, #0e4fb3);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

/* Back Button */
.back-btn {
    position: fixed;
    top: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    backdrop-filter: blur(6px);
}

/* Main container (same for ALL pages) */
.binexa-container {
    max-width: 900px;
    margin: 120px auto 80px;
    padding: 0 20px;
    text-align: center;
}

/* Page title */
.binexa-title {
    font-size: 36px;
    margin-bottom: 30px;
}

/* Content styling */
.binexa-content h2 {
    margin-top: 40px;
    font-size: 22px;
}

.binexa-content p {
    margin-top: 14px;
    line-height: 1.7;
    opacity: 0.95;
}

/* List styling */
.binexa-content ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.binexa-content li {
    margin-top: 12px;
    font-size: 16px;
}

/* ===== CONTACT FORM ===== */

.contact-form {
    max-width: 500px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 15px;
}

.contact-form textarea {
    resize: none;
}

.contact-form button {
    margin-top: 10px;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #1da1f2;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #0d8ddb;
}

/* ===============================
   GLOBAL BACKGROUND CONTROL
   =============================== */

/* 🔹 FRONT PAGE (index.html) */
body:not(.binexa-page) {
    background: linear-gradient(180deg, #020617, #020617) !important;
}

/* 🔹 ALL INNER PAGES (about, contact, etc.) */
body.binexa-page {
    background: linear-gradient(180deg, #020617, #020617) !important;
}


/* ===============================
   CARD / SECTION BACKGROUND
   =============================== */

/* Main content card */
.binexa-container {
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 16px;
}

/* Inner content */
.binexa-content {
    color: #e5e7eb;
}


/* ===============================
   TITLES & TEXT
   =============================== */

.binexa-title,
h1,
h2,
h3 {
    color: #ffffff;
}

p {
    color: #cbd5e1;
}


/* ===============================
   FORM INPUTS (Contact / Newsletter)
   =============================== */

input,
textarea {
    background: #0f172a !important;
    color: #ffffff !important;
    border: 1px solid #1e293b;
}

input::placeholder,
textarea::placeholder {
    color: #94a3b8;
}


/* ===============================
   BUTTONS
   =============================== */

button {
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
    color: #ffffff;
    border: none;
}

button:hover {
    opacity: 0.9;
}


/* ===============================
   BACK BUTTON
   =============================== */

.back-btn {
    color: #cbd5e1;
}

.back-btn:hover {
    color: #ffffff;
}

/* Play Demo button (Games page) */
.play-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #00e5ff, #008cff);
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 229, 255, 0.35);
    transition: all 0.25s ease;
}

.play-btn:hover {
    background: linear-gradient(135deg, #00bcd4, #0066ff);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 229, 255, 0.55);
}

/* Play Demo Button */
.play-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #00e5ff, #008cff);
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(0, 229, 255, 0.45);
    transition: all 0.25s ease;
}

.play-btn:hover {
    background: linear-gradient(135deg, #00bcd4, #0066ff);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 229, 255, 0.65);
}

@media (max-width: 600px) {
    .back-btn {
        position: relative;
        margin: 10px 0 16px 0;
        align-self: flex-start;
    }
}

/* ===== COMMON ===== */
body {
    margin: 0;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #020617, #031a3d);
    color: #ffffff;
}

/* ===== NAVBAR ===== */
.navbar {
    padding: 16px 24px;
}

.nav-logo {
    font-size: 20px;
    font-weight: 700;
}

/* ===== PAGE LAYOUT ===== */
.page-container {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.page-header {
    margin-bottom: 30px;
}

.back-btn {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.page-header h1 {
    margin: 10px 0;
    font-size: 36px;
}

.page-subtitle {
    max-width: 700px;
    opacity: 0.85;
    line-height: 1.6;
}

/* ===== CONTENT ===== */
.page-content {
    margin-top: 30px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.info-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
}

.info-card h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card li {
    margin-bottom: 8px;
    opacity: 0.9;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
    .page-header h1 {
        font-size: 28px;
    }
}


/* ===== SIMPLE TOKEN SECTIONS ===== */

.simple-section {
    max-width: 800px;
    margin-bottom: 40px;
}

.simple-section h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.simple-section hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
}

.simple-section p,
.simple-section li {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
}

.simple-section ul {
    padding-left: 18px;
}

.price-card {
    width: 320px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.price-row {
    display: grid;
    grid-template-columns: 60px 1fr 80px;
    align-items: center;
    padding: 14px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.price-row:last-child {
    border-bottom: none;
}

.coin {
    font-weight: 600;
    color: #fff;
}

.price {
    text-align: center;
    color: #e6f1ff;
}

.change {
    text-align: right;
    font-weight: 600;
}

.change.down {
    color: #ff6b6b;
}

.change.up {
    color: #4cd964;
}

.change.neutral {
    color: #ffffff;
}

.price-row:hover {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

/* ===============================
   CRYPTO GRID BACKGROUND
================================ */

.hero {
    position: relative;
    overflow: hidden;
}

.crypto-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridMove 20s linear infinite;
    z-index: 1;
    pointer-events: none;
    /* IMPORTANT */
}

/* Move grid slowly */
@keyframes gridMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 600px 600px;
    }
}

/* Ensure content stays above grid */
.hero-left,
.price-card {
    position: relative;
    z-index: 2;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .crypto-grid {
        background-size: 40px 40px;
        opacity: 0.8;
    }
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .hero {
        flex-direction: column;
        padding: 40px 20px;
        /* mobile ke liye balanced */
    }

    .hero-left {
        width: 100%;
        text-align: center;
        /* 👈 mobile center */
        padding-top: 0;
    }

    .hero-center {
        width: 100%;
        max-width: 100%;
    }

    .hero-center .logo {
        font-size: 48px !important
    }

    .logo {
        margin: 0 auto;
    }

    /* =========================
   NAVBAR – DESKTOP DEFAULT
========================= */

    .navbar {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        padding: 16px 40px;
        background: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        position: relative;
        z-index: 100;
    }

    /* Left logo */
    .nav-left {
        justify-self: start;
    }

    .nav-logo {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
    }

    /* Center presale */
    .nav-center {
        justify-self: center;
    }

    /* Right buttons */
    .nav-right {
        justify-self: end;
        display: flex;
        gap: 12px;
    }

    .nav-right button {
        padding: 10px 18px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        background: #fff;
        color: #0b3c5d;
    }

    .presale-banner {
        padding: 8px 26px;
        border-radius: 999px;
        background: linear-gradient(90deg, #ff8a00, #ffb347);
        color: #111;
        font-weight: 600;
        font-size: 14px;
        white-space: nowrap;
        text-align: center;
        animation: glowPulse 1.4s infinite;
    }

    @keyframes glowPulse {
        0% {
            box-shadow: 0 0 6px rgba(255, 140, 0, .4);
        }

        50% {
            box-shadow: 0 0 18px rgba(255, 140, 0, 1);
        }

        100% {
            box-shadow: 0 0 6px rgba(255, 140, 0, .4);
        }
    }

    /* =========================
   MOBILE VIEW
========================= */
    @media (max-width: 768px) {

        .navbar {
            grid-template-columns: 1fr;
            gap: 14px;
            padding: 14px 16px;
            text-align: center;
        }

        .nav-left,
        .nav-center,
        .nav-right {
            justify-self: center;
        }

        /* ===============================
   PRESALE CENTER + BLINK (FIXED)
   =============================== */

        /* Navbar must be relative */
        .navbar {
            position: relative;
        }

        /* Exact center positioning */
        .nav-center {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            /* buttons still clickable */
        }

        /* Banner base */
        .presale-banner {
            pointer-events: auto;
            background: linear-gradient(90deg, #ff9800, #ffb347);
            color: #111;
            font-weight: 700;
            padding: 10px 22px;
            border-radius: 999px;
            font-size: 14px;
            position: relative;
            overflow: visible;
        }

        /* REAL BLINK (pseudo element) */
        .presale-banner::before {
            content: "";
            position: absolute;
            inset: -8px;
            border-radius: inherit;
            background: rgba(255, 165, 0, 0.7);
            filter: blur(18px);
            opacity: 0;
            animation: presaleBlink 1.2s infinite;
            z-index: -1;
        }

        /* Blink animation */
        @keyframes presaleBlink {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

        /* Mobile fix */
        @media (max-width: 768px) {
            .nav-center {
                position: static;
                transform: none;
                margin: 10px 0;
            }
        }

        .site-logo {
            height: 60px;
            /* size control */
            width: auto;
            margin-right: 15px;
        }
