.light-page {
    background: #edeff5;
    color: #1f2a44;
    min-height: 100vh;
    padding: 120px 0 70px;
}

/* Header styling for light landing pages */
body.light-landing .header {
    border-bottom: 1px solid #d9e0f2;
}

body.light-landing .header::before {
    opacity: 1;
    background: linear-gradient(120deg, #20306a 0%, #2f45a6 100%);
    backdrop-filter: blur(6px);
}

body.light-landing .nav-link {
    color: #d9e2ff;
}

body.light-landing .nav-link:hover,
body.light-landing .nav-link.active {
    color: #ffffff;
}

body.light-landing .logo-text {
    color: #f5f8ff;
}

body.light-landing .logo .highlight {
    color: #7ff2ff;
    text-shadow: 0 0 14px rgba(127, 242, 255, 0.45);
}

body.light-landing .header.scrolled::before {
    opacity: 1;
}

.light-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.supplier-hero {
    background: linear-gradient(120deg, #1f2742 0%, #3349b8 100%);
    border-radius: 22px;
    color: #ffffff;
    padding: 36px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: center;
    box-shadow: 0 20px 40px rgba(28, 43, 105, 0.3);
}

.supplier-hero h1 {
    margin: 0 0 12px;
    font-size: 2.55rem;
    line-height: 1.08;
}

.supplier-hero p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.55;
    opacity: 0.95;
}

.hero-actions {
    margin-top: 20px;
}

.hero-figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-avatar {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, #5f79ff, #1b2547);
    display: grid;
    place-items: center;
    font-size: 8rem;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}

.light-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    background: #4b69ee;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 28px;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.light-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(75, 105, 238, 0.35);
    background: #3f5ee6;
}

.light-section {
    margin-top: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.stat-card-light {
    background: #f8f9fd;
    border: 1px solid #d8deee;
    border-radius: 16px;
    padding: 18px 14px;
}

.stat-card-light strong {
    color: #4260df;
    font-size: 2rem;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-card-light span {
    color: #5d6783;
    font-size: 0.95rem;
}

.stats-live-note {
    margin-top: 12px;
    color: #7b86a8;
    text-align: right;
    font-size: 0.9rem;
}

.section-title-light {
    text-align: center;
    font-size: 2.25rem;
    margin: 6px 0 20px;
}

.section-subtitle-light {
    text-align: center;
    color: #606a86;
    font-size: 1.15rem;
    margin: 0 auto 20px;
    max-width: 860px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.process-card {
    background: #ffffff;
    border: 1px solid #dce2f1;
    border-radius: 16px;
    padding: 16px;
}

.process-step {
    color: #4b69ee;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.process-card p {
    margin: 0;
    color: #505c79;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.type-item {
    background: #ffffff;
    border: 1px solid #dce2f1;
    border-radius: 14px;
    padding: 14px 16px;
    font-weight: 600;
}

.type-item::before {
    content: "✔";
    margin-right: 10px;
    color: #4b69ee;
}

.restricted-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.restricted-card {
    background: #273156;
    color: #ffffff;
    border-radius: 14px;
    padding: 16px;
    font-weight: 600;
}

.benefits-wrap {
    background: #ffffff;
    border: 1px solid #dce2f1;
    border-radius: 22px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 18px;
    align-items: center;
}

.benefits-wrap ul {
    margin: 0;
    padding-left: 18px;
    color: #475270;
    line-height: 1.6;
}

.benefits-wrap li {
    margin: 6px 0;
}

.benefits-wrap strong {
    color: #3857d9;
}

.cashout-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cashout-item {
    background: #ffffff;
    border: 1px solid #dce2f1;
    border-radius: 14px;
    padding: 18px 12px;
    text-align: center;
    font-weight: 700;
    color: #37425f;
}

.cashout-item small {
    display: block;
    color: #6c7695;
    margin-top: 6px;
    font-weight: 500;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    background: #ffffff;
    border: 1px solid #dce2f1;
    border-radius: 14px;
    padding: 14px 16px;
}

.faq-list summary {
    font-weight: 700;
    cursor: pointer;
    color: #2c3857;
}

.faq-list p {
    margin: 10px 0 0;
    color: #5b6685;
}

.ad-table-wrap {
    background: #ffffff;
    border: 1px solid #dce2f1;
    border-radius: 16px;
    overflow-x: auto;
}

.ad-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.ad-table th,
.ad-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e9f5;
    text-align: left;
}

.ad-table th {
    color: #364264;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.slots-ok {
    color: #0f9b61;
    font-weight: 700;
}

.slots-low {
    color: #c34d4d;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .supplier-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid,
    .restricted-grid,
    .cashout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefits-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .supplier-hero {
        padding: 24px;
    }

    .supplier-hero h1 {
        font-size: 2rem;
    }

    .hero-avatar {
        width: 220px;
        height: 220px;
        font-size: 6rem;
    }

    .stats-grid,
    .process-grid,
    .types-grid,
    .restricted-grid,
    .cashout-grid {
        grid-template-columns: 1fr;
    }

    .section-title-light {
        font-size: 1.8rem;
    }
}
