.sections-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.creator-control-section {
    position: relative;
    isolation: isolate;
    display: grid;
    margin-top: 64px;
    padding: clamp(48px, 8vw, 86px) 0;
    animation: riseIn 0.75s ease 0.16s both;
}

.creator-control-section::before {
    content: '';
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    border-top: 1px solid rgba(132, 164, 248, 0.24);
    border-bottom: 1px solid rgba(132, 164, 248, 0.18);
    background:
        radial-gradient(circle at 50% 18%, rgba(142, 173, 255, 0.22), transparent 30%),
        radial-gradient(circle at 50% 78%, rgba(65, 105, 225, 0.18), transparent 36%),
        linear-gradient(90deg, rgba(4, 9, 21, 0.4), rgba(24, 45, 112, 0.34), rgba(4, 9, 21, 0.4)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.creator-control-section::after {
    content: '';
    position: absolute;
    inset: 10px calc(50% - 50vw);
    z-index: -1;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(156, 184, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(156, 184, 255, 0.1) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

.creator-control-layout {
    display: grid;
    width: 100%;
    justify-items: center;
}

.creator-control-showcase {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(100%, 760px);
}

.creator-control-showcase--coming-soon {
    pointer-events: none;
}

.creator-control-frame {
    position: relative;
    isolation: isolate;
    display: grid;
    width: 100%;
    justify-items: center;
    gap: clamp(16px, 2.4vw, 24px);
    padding-inline: clamp(4px, 2vw, 16px);
    text-align: center;
}

.creator-control-frame--coming-soon {
    overflow: hidden;
}

.creator-control-frame::before {
    content: '';
    position: absolute;
    top: clamp(12px, 4vw, 34px);
    left: 50%;
    width: clamp(220px, 32vw, 380px);
    height: clamp(220px, 32vw, 380px);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(142, 173, 255, 0.18), rgba(65, 105, 225, 0.12) 42%, transparent 72%);
    transform: translateX(-50%);
    filter: blur(28px);
    opacity: 0.9;
    pointer-events: none;
    z-index: -1;
}

.creator-control-logo-link {
    position: relative;
    width: clamp(136px, 17vw, 192px);
    margin-bottom: clamp(0px, 1vw, 6px);
}

.creator-control-brand-logo {
    width: 100%;
    height: auto;
    filter:
        drop-shadow(0 24px 44px rgba(97, 84, 255, 0.22))
        drop-shadow(0 10px 24px rgba(65, 105, 225, 0.18))
        drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
}

.creator-control-title {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(2.55rem, 6vw, 4.8rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
}

.creator-control-lead {
    max-width: 580px;
    color: rgba(225, 235, 255, 0.82);
    font-size: clamp(0.98rem, 1.55vw, 1.16rem);
    line-height: 1.52;
    letter-spacing: 0;
    text-wrap: pretty;
}

.creator-control-slides {
    position: relative;
    display: grid;
    width: min(100%, 620px);
    min-height: clamp(76px, 8vw, 104px);
    margin-top: clamp(0px, 0.6vw, 4px);
    place-items: center;
}

.creator-control-slide {
    position: absolute;
    inset: 0;
    display: grid;
    width: 100%;
    margin: 0;
    place-items: center;
    padding-inline: clamp(8px, 2vw, 18px);
    text-align: center;
    opacity: 0;
    color: rgba(246, 249, 255, 0.92);
    font-family: var(--font-copy);
    font-size: clamp(1.06rem, 1.65vw, 1.28rem);
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0;
    text-wrap: balance;
    transform: translate3d(0, 10px, 0);
    transition:
        opacity 0.44s ease,
        transform 0.44s ease;
    pointer-events: none;
}

.creator-control-slide.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.creator-control-cta {
    justify-self: center;
    margin-top: clamp(2px, 1vw, 10px);
    min-width: 212px;
    white-space: nowrap;
}

.creator-control-coming-soon {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: min(100%, 320px);
    min-height: clamp(108px, 14vw, 136px);
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(188, 205, 255, 0.28);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
        rgba(12, 19, 41, 0.56);
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(22px);
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.creator-control-coming-soon-label {
    color: #ffffff;
    font-size: clamp(1.3rem, 2.1vw, 1.72rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 0 24px rgba(142, 173, 255, 0.2);
}

.creator-control-frame--coming-soon > :not(.creator-control-coming-soon) {
    filter: blur(10px);
    opacity: 0.42;
    transform: scale(0.985);
    user-select: none;
}

.creator-control-frame--coming-soon .creator-control-slide {
    transition:
        opacity 0.44s ease,
        transform 0.44s ease,
        filter 0.28s ease;
}

.creator-control-frame--coming-soon .creator-control-slide.is-active {
    opacity: 0.65;
}

.support-card {
    display: grid;
    gap: 14px;
    align-content: start;
    min-height: 240px;
    padding: 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        var(--panel);
    transition:
        transform 0.28s ease,
        opacity 0.28s ease,
        filter 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
}

.support-card--basic-license {
    border-color: rgba(124, 146, 208, 0.28);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        rgba(53, 71, 126, 0.34);
}

.support-card--basic-license .support-card-tier {
    border-color: rgba(124, 146, 208, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(228, 233, 255, 0.9);
}

.support-card--premium-license {
    border-color: rgba(136, 165, 248, 0.54);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(65, 105, 225, 0.08)),
        rgba(69, 88, 158, 0.44);
    box-shadow: 0 18px 42px rgba(19, 28, 63, 0.34);
}

.support-card--premium-license .support-card-tier {
    border-color: rgba(150, 180, 255, 0.58);
    background: rgba(65, 105, 225, 0.18);
    color: #f6f7ff;
    box-shadow: 0 0 0 1px rgba(150, 180, 255, 0.16);
}

.support-card--full-rights {
    border-color: rgba(232, 230, 255, 0.8);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(170, 194, 255, 0.12)),
        rgba(86, 108, 184, 0.54);
    box-shadow: 0 22px 52px rgba(21, 28, 60, 0.4), 0 0 0 1px rgba(232, 230, 255, 0.18);
    transform: translateY(-2px);
}

.support-card--full-rights .support-card-tier {
    border-color: rgba(255, 255, 255, 0.86);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(156, 184, 255, 0.24));
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 10px 24px rgba(22, 34, 72, 0.2);
}

.support-card--premium-license .support-card-price {
    background: rgba(65, 105, 225, 0.16);
    border-color: rgba(150, 180, 255, 0.5);
}

.support-card--full-rights .support-card-price {
    background: linear-gradient(135deg, rgba(65, 105, 225, 0.32), rgba(156, 184, 255, 0.24));
    border-color: rgba(232, 230, 255, 0.8);
}

.support-card--full-rights .support-card-title,
.support-card--full-rights .support-card-price-value {
    color: #ffffff;
}

.support-card-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.08;
}

.support-card-header {
    display: grid;
    gap: 10px;
}

.support-card-tier {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.support-card-price {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    width: fit-content;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.06);
}

.support-card-price-label {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.support-card-price-value {
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 700;
}

.support-card-text {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.support-card-list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    display: grid;
    gap: 10px;
    line-height: 1.5;
}

.support-card-link {
    justify-self: flex-start;
    margin-top: auto;
}

.support-section .section-heading {
    display: grid;
    gap: 12px;
}

.support-section-cta {
    justify-self: flex-start;
    padding-inline: 24px;
}

.hero-proof-panel .hero-proof-cta {
    margin-top: 2px;
}

.hero-proof-cta {
    justify-self: center;
    min-width: 176px;
    padding-inline: 28px;
    margin-top: 6px;
}

.hero-proof-cta:hover,
.hero-proof-cta:focus-visible {
    transform: translateY(-2px);
}

.about-popup-layout {
    display: grid;
    gap: 22px;
}

.popup-title {
    margin: 0;
    max-width: 620px;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.popup-lead {
    margin: 0;
    max-width: 620px;
    color: var(--muted);
    line-height: 1.7;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-highlight {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.about-highlight-label,
.about-services-title {
    color: var(--muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.about-highlight-value {
    font-size: 1.02rem;
    line-height: 1.4;
}

.about-services {
    display: grid;
    gap: 12px;
    padding: 22px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.about-services-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: var(--text);
    line-height: 1.55;
}

.popup-cta {
    justify-self: flex-start;
}

@media (hover: hover) and (pointer: fine) {
    .sections-container:has(.support-card:hover) .support-card {
        opacity: 0.68;
        filter: saturate(0.88) brightness(0.82);
    }

    .sections-container:has(.support-card:hover) .support-card:hover {
        opacity: 1;
        filter: none;
        transform: translateY(-8px) scale(1.015);
    }

    .sections-container:has(.support-card:hover) .support-card--full-rights:hover {
        transform: translateY(-10px) scale(1.02);
    }
}

@media (max-width: 920px) {
    .creator-control-frame {
        max-width: 660px;
    }

    .creator-control-logo-link {
        width: clamp(128px, 22vw, 172px);
    }

    .sections-container,
    .about-highlights {
        grid-template-columns: 1fr;
    }

    .support-card {
        min-height: auto;
    }

    .support-card--full-rights {
        transform: none;
    }

    .support-section-cta {
        justify-self: center;
    }
}

@media (max-width: 720px) {
    .creator-control-section {
        margin-top: 52px;
        padding: 36px 0;
    }

    .creator-control-layout {
        width: min(100%, 100%);
    }

    .creator-control-frame {
        gap: 15px;
        padding-inline: 0;
    }

    .creator-control-logo-link {
        width: 132px;
    }

    .creator-control-title {
        font-size: clamp(2.15rem, 11vw, 3.24rem);
        line-height: 1;
    }

    .creator-control-lead {
        max-width: 330px;
        font-size: 0.96rem;
        line-height: 1.5;
    }

    .creator-control-slides {
        width: min(100%, 360px);
        min-height: 118px;
    }

    .creator-control-slide {
        padding-inline: 0;
        font-size: 1rem;
        line-height: 1.44;
    }

    .creator-control-cta {
        justify-self: center;
        width: fit-content;
        max-width: 100%;
        min-width: 0;
        padding-inline: 20px;
    }

    .creator-control-coming-soon {
        width: min(100%, 248px);
        min-height: 96px;
        padding: 18px 20px;
        border-radius: 18px;
    }

    .creator-control-coming-soon-label {
        font-size: clamp(1.12rem, 5vw, 1.42rem);
    }
}

@keyframes creatorSpotlightSweep {
    0%,
    35% {
        opacity: 0;
        transform: translateX(-48%);
    }

    50% {
        opacity: 0.46;
    }

    68%,
    100% {
        opacity: 0;
        transform: translateX(54%);
    }
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .playlist-section,
    .creator-control-section,
    .support-section {
        min-height: 100svh;
        margin-top: 0;
        padding-block: clamp(28px, 5svh, 56px);
        align-content: center;
        scroll-margin-top: 0;
    }

    .hero {
        min-height: calc(100svh - 36px);
        margin-top: 0;
        padding-block: clamp(8px, 1.25svh, 14px) clamp(10px, 1.8svh, 18px);
        align-content: start;
        scroll-margin-top: 0;
    }

    .playlist-section,
    .support-section {
        grid-template-rows: auto auto auto;
    }

    .creator-control-section {
        padding-block: clamp(40px, 6svh, 72px);
    }

    .creator-control-layout {
        align-items: center;
    }

    .support-section .section-heading {
        max-width: 780px;
    }

    .support-card {
        min-height: clamp(260px, 32svh, 310px);
    }
}
