/* Affiliate dashboard — MyBetCode */

.mbc-aff-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 16px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mbc-aff-notice {
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
}

.mbc-aff-notice-success {
    background: rgba(34, 245, 197, 0.08);
    border-color: rgba(34, 245, 197, 0.35);
    color: #22f5c5;
}

.mbc-aff-notice-error {
    background: rgba(248, 113, 113, 0.08);
    border-color: rgba(248, 113, 113, 0.35);
    color: #f87171;
}

.mbc-aff-hero {
    background: linear-gradient(135deg, rgba(34, 245, 197, 0.10), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(34, 245, 197, 0.18);
    border-radius: 18px;
    padding: 28px 24px;
}

.mbc-aff-hero-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(34, 245, 197, 0.12);
    color: #22f5c5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.mbc-aff-hero h1 {
    margin: 0 0 8px;
    font-size: 26px;
    color: #f8fafc;
    font-weight: 800;
}

.mbc-aff-hero p {
    margin: 0;
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    max-width: 640px;
}

.mbc-aff-card {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
    padding: 22px;
}

.mbc-aff-join-box {
    border-color: rgba(34, 245, 197, 0.25);
}

.mbc-aff-panel-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.mbc-aff-panel-title h3 {
    margin: 0 0 4px;
    color: #f8fafc;
    font-size: 17px;
    font-weight: 700;
}

.mbc-aff-panel-sub {
    color: #94a3b8;
    font-size: 13px;
}

.mbc-aff-info-box {
    background: rgba(96, 165, 250, 0.08);
    border: 1px solid rgba(96, 165, 250, 0.22);
    color: #bfdbfe;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
    margin-bottom: 16px;
}

.mbc-aff-suspended {
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.30);
    color: #fca5a5;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
}

.mbc-aff-pending-box {
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.28);
    color: #fde68a;
    border-radius: 12px;
    padding: 16px;
}

.mbc-aff-pending-box p {
    margin: 6px 0 12px;
    font-size: 13px;
    color: #fcd34d;
}

.mbc-aff-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.mbc-aff-stat {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 14px;
    padding: 16px;
}

.mbc-aff-stat-highlight {
    border-color: rgba(34, 245, 197, 0.35);
    background: linear-gradient(135deg, rgba(34, 245, 197, 0.08), rgba(15, 23, 42, 0.95));
}

.mbc-aff-stat-label {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.mbc-aff-stat-value {
    color: #f8fafc;
    font-size: 22px;
    font-weight: 800;
}

.mbc-aff-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mbc-aff-link-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.mbc-aff-link-label {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    width: 110px;
    flex-shrink: 0;
}

.mbc-aff-link-box {
    flex: 1;
    min-width: 180px;
    background: rgba(2, 6, 23, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    padding: 10px 12px;
    color: #cbd5e1;
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
}

.mbc-aff-payout-box {
    background: rgba(2, 6, 23, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
}

.mbc-aff-payout-method {
    color: #22f5c5;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 6px;
}

.mbc-aff-payout-line {
    color: #e2e8f0;
    font-size: 14px;
    margin-bottom: 4px;
}

.mbc-aff-break {
    word-break: break-all;
}

.mbc-aff-help-text {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.mbc-aff-help-warn {
    color: #fca5a5;
}

.mbc-aff-empty {
    color: #64748b;
    font-size: 13px;
    padding: 18px 0;
    text-align: center;
}

.mbc-aff-mini-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mbc-aff-mini-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(2, 6, 23, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 10px;
    padding: 10px 12px;
}

.mbc-aff-mini-name {
    color: #f1f5f9;
    font-size: 13px;
    font-weight: 700;
}

.mbc-aff-mini-meta {
    color: #94a3b8;
    font-size: 12px;
}

.mbc-aff-mini-right {
    text-align: right;
}

.mbc-aff-mini-amt {
    color: #22f5c5;
    font-weight: 800;
    font-size: 13px;
}

.mbc-aff-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    margin-top: 4px;
}

.mbc-aff-badge-confirmed,
.mbc-aff-badge-paid,
.mbc-aff-badge-active {
    background: rgba(34, 245, 197, 0.12);
    color: #22f5c5;
}

.mbc-aff-badge-pending {
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
}

.mbc-aff-badge-rejected,
.mbc-aff-badge-suspended {
    background: rgba(248, 113, 113, 0.12);
    color: #f87171;
}

.mbc-aff-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.12s ease, opacity 0.12s ease;
}

.mbc-aff-btn:active {
    transform: scale(0.98);
}

.mbc-aff-btn-primary {
    background: #22f5c5;
    color: #0a0f1a;
}

.mbc-aff-btn-secondary {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.3);
    color: #e2e8f0;
}

.mbc-aff-btn-small {
    padding: 7px 12px;
    font-size: 12px;
}

.mbc-aff-btn-disabled,
.mbc-aff-btn[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.mbc-aff-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
}

.mbc-aff-modal-overlay.is-open {
    display: flex;
}

.mbc-aff-modal-box {
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    padding: 24px;
    max-width: 420px;
    width: 100%;
}

.mbc-aff-modal-box h3 {
    margin: 0 0 10px;
    color: #f8fafc;
    font-size: 17px;
}

.mbc-aff-modal-box p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.mbc-aff-modal-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

@media (max-width: 860px) {
    .mbc-aff-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mbc-aff-split {
        grid-template-columns: 1fr;
    }

    .mbc-aff-link-label {
        width: 100%;
    }
}


/* assets/css/affiliate.css */

.aff-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #22f5c5;
    background: rgba(34, 245, 197, .08);
    border: 1px solid rgba(34, 245, 197, .25);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.aff-highlight {
    background: linear-gradient(90deg, #22f5c5, #4f8cff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ---------- Hero ---------- */
.aff-hero {
    padding-top: 48px;
}

.aff-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;
}

.aff-hero-copy h1 {
    font-size: clamp(30px, 4.4vw, 48px);
    line-height: 1.12;
    margin-bottom: 16px;
}

.aff-hero-sub {
    color: #a9b6c6;
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 26px;
}

.aff-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.aff-btn-glow {
    box-shadow: 0 0 0 1px rgba(34, 245, 197, .35), 0 12px 30px rgba(34, 245, 197, .18);
}

.aff-hero-mini-stats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.aff-hero-mini-stats div {
    display: flex;
    flex-direction: column;
}

.aff-hero-mini-stats strong {
    font-size: 22px;
    color: #f4f8fb;
}

.aff-hero-mini-stats span {
    font-size: 12.5px;
    color: #8493a6;
}

.aff-hero-video-wrap {
    position: relative;
}

.aff-hero-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    background: #0b1622;
}

.aff-mux-player {
    width: 100%;
    height: 100%;
    display: block;
}

.aff-video-caption {
    text-align: center;
    color: #8493a6;
    font-size: 13px;
    margin-top: 12px;
}

/* ---------- Requirement banner ---------- */
.aff-requirement-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(34, 245, 197, .07), rgba(79, 140, 255, .05));
    border: 1px solid rgba(34, 245, 197, .22);
    border-radius: 20px;
    padding: 28px;
}

.aff-requirement-icon {
    font-size: 28px;
    background: rgba(34, 245, 197, .12);
    border: 1px solid rgba(34, 245, 197, .3);
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aff-requirement-card h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.aff-requirement-card p {
    color: #a9b6c6;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 640px;
}

/* ---------- Section head ---------- */
.aff-section-head {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
}

.aff-section-head h2 {
    font-size: clamp(24px, 3.4vw, 34px);
    margin-bottom: 10px;
}

/* ---------- Plans / commission ---------- */
.aff-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.aff-plan-card {
    background: #0b1622;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 24px;
    position: relative;
    transition: border-color .2s ease, transform .2s ease;
}

.aff-plan-card:hover {
    border-color: rgba(34, 245, 197, .35);
    transform: translateY(-3px);
}

.aff-plan-code {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #4f8cff;
    background: rgba(79, 140, 255, .1);
    border: 1px solid rgba(79, 140, 255, .25);
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.aff-plan-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.aff-plan-price,
.aff-plan-commission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.aff-plan-price span,
.aff-plan-commission span {
    color: #8493a6;
    font-size: 13px;
}

.aff-plan-price strong {
    color: #d7dee7;
    font-size: 15px;
    text-decoration: line-through;
    opacity: .6;
}

.aff-plan-commission strong {
    color: #22f5c5;
    font-size: 20px;
}

.aff-plan-note {
    color: #6d7a8c;
    font-size: 12px;
    margin-top: 12px;
}

.aff-plans-cta {
    text-align: center;
    margin-top: 34px;
}

/* ---------- How it works steps ---------- */
.aff-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.aff-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    padding-bottom: 42px;
    position: relative;
}

.aff-step:not(.aff-step-last)::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(34, 245, 197, .4), rgba(79, 140, 255, .1));
}

.aff-step-marker {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #22f5c5, #4f8cff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    color: #06121a;
    box-shadow: 0 10px 24px rgba(34, 245, 197, .22);
}

.aff-step-body h3 {
    font-size: 19px;
    margin-bottom: 6px;
}

.aff-step-body > p {
    color: #a9b6c6;
    line-height: 1.55;
    margin-bottom: 18px;
    max-width: 560px;
}

/* Mockup shells */
.aff-mock {
    background: #0b1622;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 20px;
    max-width: 560px;
}

.aff-mock-pill {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #22f5c5;
    background: rgba(34, 245, 197, .1);
    border: 1px solid rgba(34, 245, 197, .25);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.aff-mock-title {
    font-size: 16px;
    font-weight: 700;
    color: #f4f8fb;
    margin-bottom: 16px;
}

.aff-mock-btn {
    background: #22f5c5;
    color: #06121a;
    border: none;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: default;
}

.aff-mock-btn-solid {
    background: #22f5c5;
}

.aff-mock-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aff-mock-link-row span {
    display: block;
    font-size: 12px;
    color: #8493a6;
    margin-bottom: 4px;
}

.aff-mock-link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #060d15;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    padding: 10px 14px;
    font-family: monospace;
    font-size: 12.5px;
    color: #cdd6e0;
}

.aff-mock-link-box em {
    font-style: normal;
    background: #f4f8fb;
    color: #06121a;
    font-family: inherit;
    font-weight: 700;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
}

.aff-mock-sales {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aff-sale-row {
    display: grid;
    grid-template-columns: 1.4fr .7fr .9fr 1fr;
    gap: 10px;
    align-items: center;
    background: #060d15;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12.5px;
}

.aff-sale-email {
    color: #cdd6e0;
    font-family: monospace;
}

.aff-sale-plan {
    color: #4f8cff;
    font-weight: 700;
}

.aff-sale-amount {
    color: #22f5c5;
    font-weight: 700;
}

.aff-sale-time {
    color: #6d7a8c;
    text-align: right;
}

.aff-mock-withdraw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.aff-mock-label {
    display: block;
    font-size: 12px;
    color: #8493a6;
    margin-bottom: 6px;
}

.aff-mock-value {
    font-size: 22px;
    color: #f4f8fb;
}

.aff-mock-confetti {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 34px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.aff-confetti-piece {
    position: absolute;
    top: -14px;
    width: 8px;
    height: 14px;
    border-radius: 2px;
    opacity: .85;
    animation: aff-confetti-fall 2.6s linear infinite;
}

.aff-confetti-piece:nth-child(1)  { left: 4%;  background: #22f5c5; animation-delay: 0s; }
.aff-confetti-piece:nth-child(2)  { left: 14%; background: #4f8cff; animation-delay: .3s; }
.aff-confetti-piece:nth-child(3)  { left: 24%; background: #ffd166; animation-delay: .6s; }
.aff-confetti-piece:nth-child(4)  { left: 34%; background: #22f5c5; animation-delay: .1s; }
.aff-confetti-piece:nth-child(5)  { left: 44%; background: #ff6b9d; animation-delay: .8s; }
.aff-confetti-piece:nth-child(6)  { left: 54%; background: #4f8cff; animation-delay: .4s; }
.aff-confetti-piece:nth-child(7)  { left: 64%; background: #ffd166; animation-delay: 1s; }
.aff-confetti-piece:nth-child(8)  { left: 74%; background: #22f5c5; animation-delay: .2s; }
.aff-confetti-piece:nth-child(9)  { left: 84%; background: #ff6b9d; animation-delay: .7s; }
.aff-confetti-piece:nth-child(10) { left: 94%; background: #4f8cff; animation-delay: .5s; }
.aff-confetti-piece:nth-child(11) { left: 50%; background: #ffd166; animation-delay: .9s; }
.aff-confetti-piece:nth-child(12) { left: 20%; background: #ff6b9d; animation-delay: 1.2s; }

@keyframes aff-confetti-fall {
    0%   { transform: translateY(0) rotate(0deg); opacity: 1; }
    100% { transform: translateY(140px) rotate(320deg); opacity: 0; }
}

/* ---------- Growth stats ---------- */
.aff-growth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.aff-growth-card {
    text-align: center;
}

.aff-growth-card strong {
    display: block;
    font-size: 26px;
    color: #22f5c5;
    margin-bottom: 6px;
}

.aff-growth-card p {
    color: #a9b6c6;
    font-size: 13px;
    margin: 0;
}

/* ---------- Leaderboard ---------- */
.aff-leaderboard-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 760px;
    margin: 0 auto;
}

.aff-leaderboard-row {
    display: grid;
    grid-template-columns: 44px 1.3fr 1fr auto;
    align-items: center;
    gap: 14px;
    background: #0b1622;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 14px;
    padding: 14px 18px;
}

.aff-lb-rank {
    font-size: 18px;
    text-align: center;
    color: #8493a6;
    font-weight: 700;
}

.aff-lb-name {
    font-weight: 700;
    color: #f4f8fb;
}

.aff-lb-referrals {
    color: #8493a6;
    font-size: 13px;
}

.aff-lb-amount {
    color: #22f5c5;
    font-weight: 800;
    font-size: 15px;
    text-align: right;
}

/* ---------- Wins ---------- */
.aff-wins-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

/* ---------- Why join ---------- */
.aff-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.aff-why-card {
    background: #0b1622;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 22px;
}

.aff-why-icon {
    font-size: 26px;
    margin-bottom: 12px;
}

.aff-why-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.aff-why-card p {
    color: #a9b6c6;
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
}

/* ---------- Final CTA ---------- */
.aff-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(34, 245, 197, .1), rgba(79, 140, 255, .07));
    border: 1px solid rgba(34, 245, 197, .25);
    border-radius: 22px;
    padding: 32px;
}

.aff-final-cta-inner h2 {
    font-size: clamp(22px, 3vw, 28px);
    margin-bottom: 6px;
}

.aff-final-cta-inner p {
    color: #a9b6c6;
    margin: 0;
}

/* ---------- Modal ---------- */
.aff-modal {
    position: fixed;
    inset: 0;
    background: rgba(4, 9, 14, .78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 18px;
}

.aff-modal[hidden] {
    display: none;
}

body.aff-modal-open {
    overflow: hidden;
}

.aff-modal-card {
    position: relative;
    width: 100%;
    max-width: 460px;
    background: #0b1622;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}

.aff-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    color: #8493a6;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.aff-modal-icon {
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(34, 245, 197, .1);
    border: 1px solid rgba(34, 245, 197, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.aff-modal-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.aff-modal-card > p {
    color: #a9b6c6;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.aff-modal-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aff-modal-list li {
    font-size: 13px;
    color: #cdd6e0;
    padding-left: 22px;
    position: relative;
}

.aff-modal-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22f5c5;
    font-weight: 700;
}

.aff-modal-secondary {
    background: none;
    border: none;
    color: #6d7a8c;
    font-size: 13px;
    margin-top: 12px;
    cursor: pointer;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .aff-hero-grid {
        grid-template-columns: 1fr;
    }

    .aff-hero-copy {
        text-align: center;
    }

    .aff-hero-sub,
    .aff-hero-mini-stats {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .aff-hero-actions {
        justify-content: center;
    }

    .aff-requirement-card {
        flex-direction: column;
    }

    .aff-sale-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .aff-sale-time {
        text-align: left;
    }

    .aff-leaderboard-row {
        grid-template-columns: 34px 1fr;
        row-gap: 6px;
    }

    .aff-lb-referrals,
    .aff-lb-amount {
        grid-column: 2;
        text-align: left;
    }

    .aff-final-cta-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Suspension banner ===== */
.mbc-aff-suspend-banner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.10), rgba(15, 23, 42, 0.97));
    border: 1px solid rgba(248, 113, 113, 0.35);
    border-radius: 18px;
    padding: 22px 24px;
}

.mbc-aff-suspend-icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 14px;
    background: rgba(248, 113, 113, 0.14);
    border: 1px solid rgba(248, 113, 113, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbc-aff-suspend-body h3 {
    margin: 0 0 8px;
    color: #fca5a5;
    font-size: 17px;
    font-weight: 800;
}

.mbc-aff-suspend-body p {
    margin: 0 0 10px;
    color: #fecaca;
    font-size: 13.5px;
    line-height: 1.6;
}

.mbc-aff-suspend-body p:last-of-type {
    margin-bottom: 16px;
}

.mbc-aff-suspend-note {
    color: #fda4af !important;
    font-size: 12.5px !important;
}

/* ===== Accordion (benefits + FAQ, shared) ===== */
.mbc-aff-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mbc-aff-accordion-item {
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 12px;
    background: rgba(2, 6, 23, 0.5);
    overflow: hidden;
}

.mbc-aff-accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    color: #f1f5f9;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.mbc-aff-accordion-caret {
    color: #94a3b8;
    transition: transform 0.18s ease;
    flex-shrink: 0;
}

.mbc-aff-accordion-item.is-open .mbc-aff-accordion-caret {
    transform: rotate(180deg);
    color: #22f5c5;
}

.mbc-aff-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.22s ease;
    padding: 0 16px;
}

.mbc-aff-accordion-item.is-open .mbc-aff-accordion-body {
    max-height: 420px;
    padding: 0 16px 16px;
}

.mbc-aff-accordion-body p {
    margin: 0;
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.65;
}

.mbc-aff-accordion-body a {
    color: #22f5c5;
    font-weight: 700;
    text-decoration: none;
}

.mbc-aff-faq-card {
    margin-top: 4px;
}

@media (max-width: 860px) {
    .mbc-aff-suspend-banner {
        flex-direction: column;
    }
}