.creator-page {
    position: relative;
    isolation: isolate;
    width: min(1280px, calc(100% - 32px));
    margin: 46px auto 72px;
    color: #fff;
    font-family: "Outfit", "Montserrat", sans-serif;
}

.creator-page>section,
.creator-page>.creator-terms {
    position: relative;
    z-index: 1;
}

.creator-side-decoration {
    position: absolute;
    z-index: 0;
    height: auto;
    pointer-events: none;
    user-select: none;
    opacity: 0.34;
    filter: saturate(0.88) brightness(0.74) drop-shadow(0 20px 34px rgba(52, 15, 92, 0.36));
}

.creator-side-decoration-left {
    top: 520px;
    left: calc((100vw - 100%) / -2 - 145px);
    width: 520px;
}

.creator-side-decoration-right {
    top: 1690px;
    right: calc((100vw - 100%) / -2 - 155px);
    width: 540px;
}

.creator-page *,
.creator-page *::before,
.creator-page *::after,
.creator-hero,
.creator-hero *,
.creator-hero *::before,
.creator-hero *::after {
    box-sizing: border-box !important;
    min-width: 0;
}

.creator-hero {
    position: relative;
    padding: 0;
    overflow: hidden !important;
    clip-path: inset(0 round 16px) !important;
    border-radius: 16px;
    height: clamp(500px, 38vw, 560px);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box !important;
}

.creator-hero-track {
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    box-sizing: border-box !important;
    /* JS controls transform */
}

.creator-hero-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
    /* clip animated children so neighbouring slide never peeks through */
    overflow: hidden;
    box-sizing: border-box;
}

.creator-hero-copy {
    display: flex;
    padding: 48px 0 48px 48px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.creator-hero h1,
.creator-hero-copy h2 {
    max-width: 540px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.8vw, 58px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.creator-slider-controls {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.creator-slider-dots {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    align-items: center;
    pointer-events: auto;
}

.creator-slider-prev {
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: 12px;
    pointer-events: auto;
}

.creator-slider-next {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: 12px;
    pointer-events: auto;
}

.creator-slider-arrow {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(23, 19, 61, 0.70);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    transition: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
    flex-shrink: 0;
}

.creator-slider-arrow svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.creator-slider-dots button {
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.creator-slider-dots button:hover {
    background: rgba(255, 255, 255, 0.38);
}

.creator-slider-dots button.is-active {
    background: #e5e7eb;
    box-shadow: 0 2px 12px rgba(126, 34, 206, 0.18);
    transform: scale(1.22);
}

.creator-hero-copy>p {
    max-width: 565px;
    margin: 18px 0 0;
    color: #e2e8f0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
}

.creator-program-name {
    color: #fff;
    font-weight: 900;
}

.creator-actions {
    display: flex;
    gap: 10px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.creator-actions .drpskwnbutton,
.creator-contact .drpskwnbutton {
    min-height: 46px;
}

.creator-small-note {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
}

.creator-hero-media {
    position: relative;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
    height: 100%;
}

.creator-hero-media::after {
    display: none;
}

.creator-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.95) 35%, #000 60%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.95) 35%, #000 60%);
}

.creator-section {
    padding: 72px 0;
}

.creator-section-title {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.creator-section-title h2,
.creator-fit h2,
.creator-contact h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.creator-section-title p,
.creator-fit-copy>p,
.creator-contact p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.65;
}

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

.creator-reward {
    display: grid;
    min-height: 190px;
    padding: 28px;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
}

.creator-reward>div:last-child {
    min-width: 0;
}

.creator-percent {
    color: #c084fc;
    font-size: clamp(56px, 6vw, 76px);
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
}

.creator-reward h3,
.creator-steps h3 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.creator-reward p,
.creator-steps p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.55;
}

.creator-reward-action {
    width: fit-content;
    min-height: 40px;
    margin-top: 16px;
    padding: 0 18px;
    font-size: 13px;
    white-space: nowrap;
}

.creator-section-title p strong {
    color: #fff;
    font-weight: 900;
}

.creator-balance-note {
    display: grid;
    margin-top: 14px;
    padding: 15px 18px;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.5;
}

.creator-balance-note strong {
    color: #fff;
    white-space: nowrap;
}

.creator-examples {
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.creator-examples article {
    padding: 22px 24px;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
}

.creator-examples h3,
.creator-content-grid h3,
.creator-support-note h3 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.creator-examples p,
.creator-content-grid p,
.creator-support-note p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 17px;
    line-height: 1.6;
}

.creator-steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

.creator-steps li {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
}

.creator-steps li>span {
    display: block;
    margin-bottom: 30px;
    color: #a855f7;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
}

.creator-fit {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 54px;
    align-items: center;
}

.creator-fit-image {
    overflow: hidden;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: rgba(23, 19, 61, 0.65);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 0 6px rgba(126, 34, 206, 0.35) inset;
}

.creator-fit-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.creator-fit-copy ul {
    display: grid;
    gap: 11px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.creator-fit-copy li {
    position: relative;
    padding-left: 25px;
    color: #e2e8f0;
    font-size: 18px;
    font-weight: 700;
}

.creator-fit-copy li::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(192, 132, 252, 0.65);
    border-radius: 50%;
    color: #c084fc;
    content: "✓";
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}

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

.creator-content-grid article {
    min-height: 170px;
    padding: 24px;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
}

.creator-support-note {
    display: grid;
    margin-top: 14px;
    padding: 24px;
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
}

.creator-support-note p {
    margin: 0;
}


.creator-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #a855f7;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.creator-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    justify-content: center;
}

.creator-faq-tab {
    padding: 9px 20px;
    border: 1px solid rgba(126, 34, 206, 0.3);
    border-radius: 30px;
    background: rgba(38, 35, 78, 0.4);
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 120ms ease;
}

.creator-faq-tab:hover {
    background: rgba(126, 34, 206, 0.22);
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(168, 85, 247, 0.5);
}

.creator-faq-tab.is-active {
    background: linear-gradient(135deg, rgba(126, 34, 206, 0.75), rgba(168, 85, 247, 0.55));
    border-color: rgba(192, 132, 252, 0.6);
    color: #fff;
    box-shadow: 0 4px 18px rgba(126, 34, 206, 0.35), 0 0 0 1px rgba(192, 132, 252, 0.18) inset;
    transform: scale(1.03);
}

.creator-faq-item[hidden] {
    display: none;
}

.creator-faq-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.creator-faq-group {
    display: flex;
    flex-direction: column;
}

.creator-faq-category-title,
.page-section .creator-faq-category-title {
    margin: 0 0 16px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid rgba(168, 85, 247, 0.35) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

.creator-faq-list-inner {
    display: grid;
    gap: 10px;
}

.creator-faq-item {
    overflow: hidden;
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 16px;
    background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.creator-faq-item:hover {
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28), 0 0 10px rgba(126, 34, 206, 0.32) inset;
}

.creator-faq-item.is-open {
    border-color: rgba(168, 85, 247, 0.42);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.24), 0 0 8px rgba(126, 34, 206, 0.28) inset;
}

.creator-faq-item>button {
    position: relative;
    width: 100%;
    padding: 20px 56px 20px 22px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    transition: color 150ms ease;
}

.creator-faq-item>button:hover {
    color: #e9d5ff;
}

.creator-faq-item>button:focus-visible {
    outline: 2px solid #c084fc;
    outline-offset: -3px;
}

.creator-faq-item>button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #c084fc;
    content: "+";
    font-size: 21px;
    line-height: 1;
    transform: translateY(-50%);
}

.creator-faq-item.is-open>button::after {
    content: "−";
}

.creator-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.creator-faq-answer p,
.page-section .creator-faq-answer p {
    display: block !important;
    max-width: 850px !important;
    margin: 0 !important;
    padding: 0 56px 20px 22px !important;
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    white-space: normal !important;
    text-shadow: none !important;
}


.creator-contact {
    display: flex;
    margin-top: 8px;
    padding: 32px 36px;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
}

.creator-contact>div {
    min-width: 0;
    max-width: 660px;
    flex: 1 1 auto;
}

.creator-contact>.drpskwnbutton {
    flex: 0 0 auto;
}

.creator-contact h2 {
    font-size: clamp(26px, 3.5vw, 36px);
}

.creator-contact-email {
    display: block;
    margin-top: 13px;
    color: #c084fc;
    font-size: 13px;
    font-weight: 800;
}

.creator-terms {
    max-width: 820px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 1280px) {
    .creator-side-decoration-left {
        left: calc((100vw - 100%) / -2 - 110px);
        width: 430px;
        opacity: 0.28;
    }

    .creator-side-decoration-right {
        right: calc((100vw - 100%) / -2 - 120px);
        width: 450px;
        opacity: 0.28;
    }
}

@media (max-width: 1024px) {
    body.page-creators .mobile-ultra-microheader {
        display: none !important;
    }

    .creator-side-decoration {
        display: none;
    }

    /* ── Mobile hero ── */
    .creator-hero {
        height: clamp(460px, 110vw, 520px) !important;
        min-height: 460px !important;
        overflow: hidden !important;
        clip-path: inset(0 round 16px) !important;
        border-radius: 16px;
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .creator-hero-track {
        display: flex !important;
        flex-direction: row !important;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .creator-hero-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: unset !important;
        overflow: visible !important;
        position: relative !important;
        opacity: 1 !important;
        pointer-events: all !important;
        box-sizing: border-box !important;
    }

    /* Text area on top half with top padding for dots */
    .creator-hero-copy {
        flex: 0 0 auto;
        padding: 42px 20px 12px !important;
        overflow: hidden;
        z-index: 2;
        align-items: center;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .creator-hero h1,
    .creator-hero-copy h2 {
        font-size: clamp(18px, 5vw, 24px);
        line-height: 1.25;
        letter-spacing: 0 !important;
        margin: 0 0 6px;
        text-align: center;
        max-width: 100% !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .creator-hero-copy>p {
        font-size: 13px;
        line-height: 1.45;
        margin: 4px 0 10px;
        color: #cbd5e1;
        text-align: center;
        max-width: 100% !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .creator-actions {
        gap: 8px;
        margin-top: 4px;
        justify-content: center;
        width: 100%;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-wrap: wrap;
    }

    .creator-actions .drpskwnbutton {
        padding: 9px 14px;
        font-size: 13px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .creator-small-note {
        font-size: 11px;
        margin-top: 6px;
        opacity: 0.8;
        text-align: center;
    }

    /* Image fills bottom half all the way to card edge */
    .creator-hero-media {
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        border-radius: 0 0 16px 16px;
        position: relative;
        overflow: hidden;
        min-height: 180px;
    }

    .creator-hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
        display: block;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.95) 38%, #000 65%);
        mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.95) 38%, #000 65%);
    }

    .creator-hero-media::after {
        display: none;
    }

    /* ── Mobile controls layout: dots top-center, arrows vertically centered on sides ── */
    .creator-slider-controls {
        position: absolute;
        inset: 0;
        z-index: 5;
        display: block;
        pointer-events: none;
    }

    /* Dots: top center */
    .creator-slider-dots {
        position: absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
        pointer-events: auto;
    }

    /* Prev: bottom centered left */
    .creator-slider-prev {
        position: absolute;
        bottom: 14px;
        top: auto;
        right: 50%;
        left: auto;
        margin-right: 10px;
        transform: none;
        pointer-events: auto;
    }

    /* Next: bottom centered right */
    .creator-slider-next {
        position: absolute;
        bottom: 14px;
        top: auto;
        left: 50%;
        right: auto;
        margin-left: 10px;
        transform: none;
        pointer-events: auto;
    }

    /* ── Rest of page ── */
    .creator-rewards,
    .creator-steps,
    .creator-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .creator-content-grid article:last-child {
        grid-column: 1 / -1;
    }
}

/* Predictable information slider: compact mobile card with artwork behind content. */
@media (max-width: 600px) {
    .drpskwnmain.creator-hero {
        height: 360px !important;
        min-height: 360px !important;
        max-height: 360px !important;
    }

    .drpskwnmain .creator-hero-slide {
        display: block !important;
        position: relative !important;
        isolation: isolate;
        overflow: hidden !important;
    }

    .drpskwnmain .creator-hero-copy {
        position: relative !important;
        z-index: 3 !important;
        height: 100% !important;
        padding: 38px 18px 54px !important;
        justify-content: flex-start !important;
    }

    .drpskwnmain .creator-hero-media {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        border-radius: inherit !important;
        pointer-events: none !important;
    }

    .drpskwnmain .creator-hero-media::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(19, 17, 54, 0.9) 0%, rgba(19, 17, 54, 0.7) 48%, rgba(19, 17, 54, 0.2) 100%);
    }

    .drpskwnmain .creator-hero-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center 35% !important;
        opacity: 0.72 !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .drpskwnmain .creator-small-note {
        position: relative !important;
        z-index: 3 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 500 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        opacity: 1 !important;
        margin-top: 9px !important;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) !important;
    }
}

@media (max-width: 640px) {
    .creator-page {
        width: min(100% - 20px, 1120px);
        margin-top: 24px;
    }

    .creator-actions,
    .creator-actions .drpskwnbutton {
        width: 100%;
    }

    .creator-actions .drpskwnbutton+.drpskwnbutton {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .creator-hero {
        height: clamp(440px, 120vw, 490px) !important;
        min-height: 440px !important;
        border-radius: 12px !important;
    }

    .creator-hero-copy {
        padding: 36px 14px 6px !important;
    }

    .creator-hero h1,
    .creator-hero-copy h2 {
        font-size: clamp(16px, 4.8vw, 21px) !important;
        line-height: 1.25 !important;
        margin-bottom: 4px !important;
        text-align: center !important;
    }

    .creator-hero-copy>p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 4px 0 8px !important;
        overflow-wrap: anywhere !important;
        text-align: center !important;
    }

    .creator-actions .drpskwnbutton {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }

    .creator-small-note {
        font-size: 10px !important;
        margin-top: 4px !important;
    }

    .creator-hero-media {
        flex: 1 1 auto !important;
        height: 100% !important;
        min-height: 150px !important;
    }

    .creator-section {
        padding: 42px 0;
    }

    .creator-rewards,
    .creator-steps,
    .creator-examples,
    .creator-content-grid,
    .creator-fit {
        grid-template-columns: 1fr;
    }

    .creator-content-grid article:last-child {
        grid-column: auto;
    }

    .creator-support-note {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .creator-reward {
        min-height: 0;
        padding: 24px 20px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .creator-percent {
        font-size: 56px;
    }

    .creator-balance-note {
        display: block;
    }

    .creator-balance-note strong {
        display: block;
        margin-bottom: 4px;
    }

    .creator-steps li {
        min-height: 0;
        padding: 20px;
    }

    .creator-fit {
        gap: 30px;
    }

    .creator-fit-image {
        max-height: 440px;
    }

    .creator-fit-image img {
        object-position: center 35%;
    }

    .creator-contact {
        padding: 24px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .creator-contact .drpskwnbutton {
        width: 100%;
    }

    .creator-faq-list {
        gap: 8px;
    }

    .creator-faq-tabs {
        gap: 6px;
    }

    .creator-faq-tab {
        padding: 7px 14px;
        font-size: 12px;
    }

    .creator-faq-item>button {
        min-height: 58px;
        padding: 16px 48px 16px 16px;
        font-size: 14px;
    }

    .creator-faq-item>button::after {
        right: 16px;
    }

    .creator-faq-answer p,
    .page-section .creator-faq-answer p {
        padding: 0 40px 16px 16px !important;
        font-size: 13px !important;
    }

    .creator-examples article,
    .creator-content-grid article {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .creator-page .drpskwnbutton,
    .creator-page .drpskwnbutton::before,
    .creator-faq-answer,
    .creator-hero-track {
        animation: none !important;
        transition: none !important;
    }
}

/* Keep mobile FAQ questions and their thematic groups visually separated. */
@media (max-width: 768px) {
    .creator-faq-list {
        gap: 30px !important;
    }

    .creator-faq-list-inner {
        gap: 12px !important;
    }

    .creator-faq-category-title,
    .page-section .creator-faq-category-title {
        margin-bottom: 16px !important;
    }
}

/* ── Earn slide (4th slide in hero) ── */
.creator-earn-highlight {
    color: #c4b5fd;
    text-shadow: 0 0 16px rgba(167, 139, 250, 0.6);
}

.creator-hero-media--earn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 48px 48px 24px;
    position: relative;
    z-index: 1;
}

.creator-earn-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px 40px;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.12) 0%, rgba(109, 40, 217, 0.18) 100%);
    border: 1px solid rgba(167, 139, 250, 0.28);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.creator-earn-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.creator-earn-num {
    font-size: 38px;
    font-weight: 900;
    color: #c4b5fd;
    line-height: 1;
    text-shadow: 0 0 20px rgba(167, 139, 250, 0.6);
}

.creator-earn-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(196, 181, 253, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.creator-earn-sep {
    font-size: 24px;
    font-weight: 800;
    color: rgba(167, 139, 250, 0.5);
}

@media (max-width: 600px) {
    .creator-earn-stats {
        padding: 18px 20px;
        gap: 10px;
        display: flex !important;
    }

    /* ── VIP / Big Audience Block ── */
    .creator-vip-block {
        padding: 0 !important;
    }

    .creator-vip-inner {
        padding: 32px 36px;
        border: 1px solid rgba(126, 34, 206, 0.28);
        border-radius: 16px;
        background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
    }

    .creator-vip-copy h2 {
        margin: 0 0 12px 0;
        color: #fff;
        font-size: clamp(24px, 3.2vw, 32px);
        font-weight: 900;
        letter-spacing: -0.5px;
        line-height: 1.15;
    }

    .creator-vip-copy>p {
        margin: 0 0 20px 0;
        color: #e2e8f0;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        max-width: 740px;
    }

    .creator-vip-list {
        display: grid;
        gap: 11px;
        margin: 0 0 24px 0;
        padding: 0;
        list-style: none;
    }

    .creator-vip-list li {
        position: relative;
        padding-left: 28px;
        color: #e2e8f0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }

    .creator-vip-list li::before {
        position: absolute;
        top: 2px;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid rgba(192, 132, 252, 0.65);
        border-radius: 50%;
        color: #c084fc;
        content: "✓";

        .creator-steps li {
            min-height: 0;
            padding: 20px;
        }

        .creator-fit {
            gap: 30px;
        }

        .creator-fit-image {
            max-height: 440px;
        }

        .creator-fit-image img {
            object-position: center 35%;
        }

        .creator-contact {
            padding: 24px 20px;
            flex-direction: column;
            align-items: flex-start;
        }

        .creator-contact .drpskwnbutton {
            width: 100%;
        }

        .creator-faq-list {
            gap: 8px;
        }

        .creator-faq-tabs {
            gap: 6px;
        }

        .creator-faq-tab {
            padding: 7px 14px;
            font-size: 12px;
        }

        .creator-faq-item>button {
            min-height: 58px;
            padding: 16px 48px 16px 16px;
            font-size: 14px;
        }

        .creator-faq-item>button::after {
            right: 16px;
        }

        .creator-faq-answer p,
        .page-section .creator-faq-answer p {
            padding: 0 40px 16px 16px !important;
            font-size: 13px !important;
        }

        .creator-examples article,
        .creator-content-grid article {
            padding: 20px;
        }
    }

    @media (prefers-reduced-motion: reduce) {

        .creator-page .drpskwnbutton,
        .creator-page .drpskwnbutton::before,
        .creator-faq-answer,
        .creator-hero-track {
            animation: none !important;
            transition: none !important;
        }
    }

    /* ── Earn slide (4th slide in hero) ── */
    .creator-earn-highlight {
        color: #c4b5fd;
        text-shadow: 0 0 16px rgba(167, 139, 250, 0.6);
    }

    .creator-hero-media--earn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 48px 48px 24px;
        position: relative;
        z-index: 1;
    }

    .creator-earn-stats {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 32px 40px;
        background: linear-gradient(135deg, rgba(167, 139, 250, 0.12) 0%, rgba(109, 40, 217, 0.18) 100%);
        border: 1px solid rgba(167, 139, 250, 0.28);
        border-radius: 24px;
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(12px);
    }

    .creator-earn-stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .creator-earn-num {
        font-size: 38px;
        font-weight: 900;
        color: #c4b5fd;
        line-height: 1;
        text-shadow: 0 0 20px rgba(167, 139, 250, 0.6);
    }

    .creator-earn-label {
        font-size: 11px;
        font-weight: 700;
        color: rgba(196, 181, 253, 0.8);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }

    .creator-earn-sep {
        font-size: 24px;
        font-weight: 800;
        color: rgba(167, 139, 250, 0.5);
    }

    @media (max-width: 600px) {
        .creator-earn-stats {
            padding: 18px 20px;
            gap: 10px;
            display: flex !important;
        }

        /* ── VIP / Big Audience Block ── */
        .creator-vip-block {
            padding: 0 !important;
        }

        .creator-vip-inner {
            padding: 32px 36px;
            border: 1px solid rgba(126, 34, 206, 0.28);
            border-radius: 16px;
            background: linear-gradient(to right, rgba(38, 35, 78, 0.58), rgba(23, 19, 61, 0.58));
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 0 6px rgba(126, 34, 206, 0.24) inset;
        }

        .creator-vip-copy h2 {
            margin: 0 0 12px 0;
            color: #fff;
            font-size: clamp(24px, 3.2vw, 32px);
            font-weight: 900;
            letter-spacing: -0.5px;
            line-height: 1.15;
        }

        .creator-vip-copy>p {
            margin: 0 0 20px 0;
            color: #e2e8f0;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.6;
            max-width: 740px;
        }

        .creator-vip-list {
            display: grid;
            gap: 11px;
            margin: 0 0 24px 0;
            padding: 0;
            list-style: none;
        }

        .creator-vip-list li {
            position: relative;
            padding-left: 28px;
            color: #e2e8f0;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.4;
        }

        .creator-vip-list li::before {
            position: absolute;
            top: 2px;
            left: 0;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(192, 132, 252, 0.65);
            border-radius: 50%;
            color: #c084fc;
            content: "✓";
            font-size: 11px;
            line-height: 14px;
            text-align: center;
        }

        @media (max-width: 600px) {
            .creator-vip-inner {
                padding: 24px 20px;
            }

            .creator-vip-copy h2 {
                font-size: 22px;
            }

            .creator-vip-copy>p {
                font-size: 14px;
            }

            .creator-vip-list li {
                font-size: 13px;
            }
        }

        /* ── Streamer VIP Banner with luxury Gold Glow (No Hover Effects, Full Desktop Support) ── */
        body.page-creators .creator-vip-banner,
        .creator-vip-banner {
            position: relative !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            gap: 24px !important;
            margin: 24px 0 0 0 !important;
            padding: 26px 36px !important;
            border-radius: 18px !important;
            border: 1px solid rgba(245, 158, 11, 0.55) !important;
            background: linear-gradient(110deg, rgba(38, 30, 82, 0.96) 0%, rgba(105, 62, 18, 0.6) 50%, rgba(26, 19, 62, 0.96) 100%) !important;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 32px rgba(245, 158, 11, 0.25) inset !important;
            overflow: hidden !important;
        }

        body.page-creators .creator-vip-banner::before,
        .creator-vip-banner::before {
            content: '' !important;
            position: absolute !important;
            top: -50% !important;
            left: -50% !important;
            width: 200% !important;
            height: 200% !important;
            background: radial-gradient(circle at 60% 40%, rgba(251, 191, 36, 0.22) 0%, rgba(245, 158, 11, 0.08) 40%, transparent 70%) !important;
            pointer-events: none !important;
        }

        body.page-creators .creator-vip-banner-content,
        .creator-vip-banner-content {
            position: relative !important;
            z-index: 1 !important;
        }

        body.page-creators .creator-vip-banner-content h2,
        .creator-vip-banner-content h2 {
            margin: 0 0 6px 0 !important;
            color: #ffffff !important;
            font-size: 26px !important;
            font-weight: 900 !important;
            line-height: 1.25 !important;
            background: linear-gradient(135deg, #ffffff 40%, #fef08a 100%) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
        }

        body.page-creators .creator-vip-banner-content p,
        .creator-vip-banner-content p {
            margin: 0 !important;
            color: rgba(243, 244, 246, 0.95) !important;
            font-size: 17px !important;
            font-weight: 500 !important;
            line-height: 1.5 !important;
        }

        @media (max-width: 768px) {

            body.page-creators .creator-vip-banner,
            .creator-vip-banner {
                flex-direction: column !important;
                align-items: center !important;
                text-align: center !important;
                gap: 18px !important;
                padding: 24px 20px !important;
            }

            body.page-creators .creator-vip-banner-content,
            .creator-vip-banner-content {
                text-align: center !important;
            }

            body.page-creators .creator-vip-banner-content h2,
            .creator-vip-banner-content h2 {
                font-size: 20px !important;
                text-align: center !important;
            }

            body.page-creators .creator-vip-banner-content p,
            .creator-vip-banner-content p {
                font-size: 14px !important;
                text-align: center !important;
            }

            body.page-creators .creator-vip-banner .drpskwnbutton,
            .creator-vip-banner .drpskwnbutton {
                width: 100% !important;
                max-width: 320px !important;
                margin: 0 auto !important;
                padding: 14px 24px !important;
                font-size: 15px !important;
                text-align: center !important;
                justify-content: center !important;
                display: inline-flex !important;
            }
        }