/* ==========================================================================
   FAMECLOCK CREATORS - INDEX ALIGNED MARBLE / GLASS UI
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

:root {
    --accent: #60a5fa !important;
    --accent-glow: rgba(96, 165, 250, 0.18);
    --gold: #d97706;
    --danger: #e11d48;
    --text-main: #1e293b !important;
    --text-muted: #64748b !important;

    --glass-bg: rgba(255, 255, 255, 0.52);
    --glass-border: rgba(255, 255, 255, 0.88);
    --glass-shadow: 0 18px 36px rgba(0, 138, 153, 0.10), inset 0 0 16px rgba(255,255,255,0.62);
}

body.creators-page {
    background: linear-gradient(-45deg, #ffffff, #eef3f7, #ffffff, #e0eaef, #ffffff);
    background-size: 400% 400%;
    animation: MarbleFlow 15s ease infinite;
    color: var(--text-main);
    font-family: 'Roboto', sans-serif;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

body.creators-page::before,
body.creators-page::after {
    content: "";
    position: fixed;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(10px);
}

body.creators-page::before {
    top: 90px;
    left: -140px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 138, 153, 0.08) 0%, rgba(0, 138, 153, 0) 72%);
}

body.creators-page::after {
    right: -120px;
    bottom: 90px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.08) 0%, rgba(217, 119, 6, 0) 72%);
}

@keyframes MarbleFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

body.creators-page .cyber-grid,
body.creators-page .soft-vignette,
body.creators-page #sciFiBg,
body.creators-page .cr-bg-fx {
    display: none !important;
}

.cr-orb {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(6px);
}

.cr-orb--one {
    width: 220px;
    height: 220px;
    top: 140px;
    right: 6%;
    background: radial-gradient(circle, rgba(0, 138, 153, 0.18) 0%, rgba(0, 138, 153, 0) 72%);
}

.cr-orb--two {
    width: 180px;
    height: 180px;
    left: 7%;
    bottom: 16%;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.14) 0%, rgba(217, 119, 6, 0) 72%);
}

.cr-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 132px 0 80px;
    position: relative;
    z-index: 1;
}

.cr-panel,
.cr-step-card,
.cr-persona,
.cr-faq-item {
    background: var(--glass-bg);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1.5px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}

.cr-hero,
.cr-concept-box,
.cr-section-shell {
    border-radius: 28px;
    position: relative;
    overflow: hidden;
}

.cr-hero::before,
.cr-concept-box::before,
.cr-section-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.52), rgba(255,255,255,0.08));
    pointer-events: none;
}

.cr-hero {
    padding: 42px 36px;
    text-align: center;
    margin-bottom: 24px;
}

.cr-badge,
.cr-subheadline,
.cr-btn-primary,
.cr-concept-box p,
.cr-step-card p,
.cr-persona p,
.cr-faq-item p {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.cr-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(0, 138, 153, 0.18);
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(0, 138, 153, 0.08);
}

.cr-badge i {
    font-size: 0.8rem;
}

.cr-headline,
.cr-concept-box h2,
.cr-section-title,
.cr-step-card h3,
.cr-persona h4,
.cr-faq-item h4 {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 1;
}

.cr-headline {
    font-size: clamp(2.15rem, 4.8vw, 3.35rem);
    font-weight: 900;
    line-height: 1.06;
    margin: 18px auto 16px;
    max-width: 900px;
    color: var(--text-main);
    text-shadow: 0 8px 22px rgba(255, 255, 255, 0.35);
}

.cr-subheadline {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.7;
}

.cr-hero-actions {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.cr-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 138, 153, 0.98) 0%, rgba(59, 130, 246, 1) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(0, 138, 153, 0.24);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.cr-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 138, 153, 0.28);
    filter: brightness(1.04);
}

.cr-btn-primary i {
    font-size: 0.9rem;
}

.cr-section {
    margin-top: 24px;
}

.cr-concept-box {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 34px 32px;
    text-align: center;
}

.cr-concept-icon {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(0, 138, 153, 0.16);
    color: var(--accent);
    font-size: 1.65rem;
    box-shadow: 0 12px 24px rgba(0, 138, 153, 0.12);
}

.cr-concept-box h2 {
    font-size: 1.18rem;
    margin: 0 0 12px;
    color: var(--text-main);
}

.cr-concept-box p {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 760px;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.75;
}

.cr-section-shell {
    padding: 30px 26px 28px;
}

.cr-section-title {
    text-align: center;
    font-size: 1.16rem;
    font-weight: 900;
    margin: 0 0 24px;
    color: var(--text-main);
}

.cr-section-title::after {
    content: "";
    display: block;
    width: 84px;
    height: 3px;
    border-radius: 999px;
    margin: 14px auto 0;
background: linear-gradient(90deg, rgba(191, 219, 254, 0.85), rgba(96, 165, 250, 0.98), rgba(217, 119, 6, 0.28));
}

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

.cr-step-card {
    border-radius: 22px;
    padding: 24px 22px 22px;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.cr-step-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
background: linear-gradient(90deg, #bfdbfe, rgba(96, 165, 250, 0.95));
}

.cr-step-card:hover,
.cr-persona:hover,
.cr-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(0, 138, 153, 0.14), inset 0 0 16px rgba(255,255,255,0.62);
}

.cr-highlight-card::before {
    background: linear-gradient(90deg, var(--gold), rgba(217, 119, 6, 0.15));
}

.step-num {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.92rem;
    font-weight: 900;
    color: #ffffff;
    background: var(--accent);
    box-shadow: 0 10px 18px rgba(0, 138, 153, 0.2);
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.cr-highlight-card .step-num {
    background: var(--gold);
    box-shadow: 0 10px 18px rgba(217, 119, 6, 0.18);
}

.cr-step-card h3 {
    font-size: 0.95rem;
    margin: 0 0 12px;
    color: var(--text-main);
    line-height: 1.45;
}

.cr-highlight-card h3 {
    color: var(--gold);
}

.cr-step-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.7;
}

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

.cr-persona {
    border-radius: 22px;
    padding: 24px 20px 22px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cr-persona-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(0, 138, 153, 0.14);
    box-shadow: 0 10px 20px rgba(0, 138, 153, 0.09);
}

.cr-persona-icon i {
    font-size: 1.45rem;
}

.cr-persona:nth-child(1) .cr-persona-icon i,
.cr-persona:nth-child(3) .cr-persona-icon i {
    color: var(--accent);
}

.cr-persona:nth-child(2) .cr-persona-icon i,
.cr-persona:nth-child(4) .cr-persona-icon i {
    color: var(--gold);
}

.cr-persona h4 {
    margin: 0 0 10px;
    font-size: 0.88rem;
    color: var(--text-main);
    line-height: 1.5;
}

.cr-persona p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.7;
}

.cr-faq-list {
    counter-reset: faq-items;
    display: grid;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}

.cr-faq-item {
    counter-increment: faq-items;
    border-radius: 22px;
    padding: 22px 24px 20px;
    position: relative;
    overflow: hidden;
}

.cr-faq-item::before {
    content: counter(faq-items, decimal-leading-zero);
    position: absolute;
    top: 18px;
    right: 20px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: rgba(0, 138, 153, 0.42);
}

.cr-faq-item h4 {
    margin: 0 48px 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-main);
    font-size: 0.88rem;
    line-height: 1.55;
}

.cr-faq-item h4 i {
    color: var(--accent);
    font-size: 0.92rem;
    flex: 0 0 auto;
}

.cr-faq-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1.72;
}

.cr-badge--soft {
    background: rgba(255,255,255,0.74);
    border-color: rgba(96, 165, 250, 0.14);
    box-shadow: 0 8px 18px rgba(96, 165, 250, 0.08);
}

.cr-discovery-shell {
    padding-top: 34px;
}

.cr-discovery-head {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cr-discovery-head .cr-badge {
    margin-bottom: 16px;
}

.cr-discovery-intro {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: -4px auto 0;
    color: var(--text-muted);
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.72;
}

.cr-discovery-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.cr-discovery-card {
    border-radius: 22px;
    padding: 24px 22px 22px;
    min-height: 100%;
    background: rgba(255,255,255,0.58);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1.5px solid rgba(255,255,255,0.88);
    box-shadow: var(--glass-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cr-discovery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(0, 138, 153, 0.14), inset 0 0 16px rgba(255,255,255,0.62);
}

.cr-discovery-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(0, 138, 153, 0.14);
    box-shadow: 0 10px 20px rgba(0, 138, 153, 0.09);
    color: var(--accent);
    font-size: 1.15rem;
}

.cr-discovery-card h3 {
    margin: 0;
    color: var(--text-main);
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.92rem;
    line-height: 1.5;
}

.cr-discovery-card p {
    margin: 0;
    color: var(--text-muted);
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.72;
}

.cr-discovery-links {
    margin-top: auto;
    display: grid;
    gap: 10px;
}

.cr-discovery-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    text-decoration: none;
    color: var(--text-main);
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(0, 138, 153, 0.10);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cr-discovery-link:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.22);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
}

.cr-discovery-link span {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1.2;
}

.cr-discovery-link i {
    color: var(--text-muted);
    font-size: 0.8rem;
}

@media (max-width: 1100px) {
    .cr-steps-grid,
    .cr-personas-grid,
    .cr-discovery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cr-container {
        width: min(100%, calc(100% - 22px));
        padding: 116px 0 64px;
    }

    .cr-hero,
    .cr-concept-box,
    .cr-section-shell {
        border-radius: 24px;
    }

    .cr-hero {
        padding: 34px 20px;
    }

    .cr-concept-box,
    .cr-section-shell {
        padding: 26px 18px;
    }

    .cr-steps-grid,
    .cr-personas-grid,
    .cr-discovery-grid {
        grid-template-columns: 1fr;
    }

    .cr-headline {
        font-size: clamp(1.72rem, 8vw, 2.35rem);
    }

    .cr-subheadline,
    .cr-concept-box p,
    .cr-step-card p,
    .cr-persona p,
    .cr-faq-item p {
        font-size: 0.8rem;
    }

    .cr-section-title {
        font-size: 1rem;
    }

    .cr-faq-item::before {
        top: 16px;
        right: 16px;
    }
}

@media (max-width: 480px) {
    .cr-btn-primary {
        width: 100%;
        padding: 0 18px;
    }

    .cr-faq-item h4 {
        margin-right: 34px;
    }

    .cr-orb {
        display: none;
    }
}

/* ==========================================================================
   CREATORS EXECUTIVE WOW PASS
   Aligned with ecosystem premium / enterprise direction
   ========================================================================== */

:root {
    --cr-premium-shadow: 0 30px 70px rgba(15, 23, 42, 0.10), 0 10px 24px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.92), inset 0 0 0 1px rgba(15, 23, 42, 0.04);
    --cr-premium-shadow-hover: 0 38px 88px rgba(15, 23, 42, 0.14), 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.96), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    --cr-copy: #475569;
    --cr-copy-strong: #334155;
    --cr-focus-ring: 0 0 0 3px rgba(96, 165, 250, 0.22);
}

body.creators-page {
    background:
        radial-gradient(circle at 50% -8%, rgba(96, 165, 250, 0.12), rgba(96, 165, 250, 0) 28%),
        radial-gradient(circle at 100% 100%, rgba(217, 119, 6, 0.08), rgba(217, 119, 6, 0) 24%),
        linear-gradient(180deg, #f8fbfd 0%, #eef4f7 44%, #ffffff 100%) !important;
    background-size: auto !important;
    animation: none !important;
    line-height: 1.65;
}

body.creators-page::before {
    top: 110px;
    left: -120px;
    width: 320px;
    height: 320px;
    filter: blur(18px);
    background: radial-gradient(circle, rgba(96, 165, 250, 0.10) 0%, rgba(96, 165, 250, 0) 72%);
}

body.creators-page::after {
    right: -110px;
    bottom: 80px;
    width: 300px;
    height: 300px;
    filter: blur(18px);
    background: radial-gradient(circle, rgba(217, 119, 6, 0.08) 0%, rgba(217, 119, 6, 0) 72%);
}

.cr-container {
    width: min(1240px, calc(100% - 40px));
    padding: 148px 0 88px;
}

.cr-panel,
.cr-step-card,
.cr-persona,
.cr-faq-item,
.cr-discovery-card {
    border: 1px solid rgba(255, 255, 255, 0.94) !important;
    box-shadow: var(--cr-premium-shadow) !important;
}

.cr-hero,
.cr-concept-box,
.cr-section-shell {
    border-radius: 30px;
}

.cr-hero {
    position: relative;
    padding: 52px 52px 54px;
    margin-bottom: 28px;
    background:
        radial-gradient(circle at 50% 0%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 42%),
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.78)) !important;
    box-shadow: var(--cr-premium-shadow-hover) !important;
}

.cr-hero::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96,165,250,0.40), rgba(255,255,255,0));
    pointer-events: none;
}

.cr-badge {
    padding: 12px 20px;
    border-color: rgba(96, 165, 250, 0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86));
    box-shadow: 0 14px 30px rgba(96, 165, 250, 0.12);
}

.cr-badge i {
    font-size: 0.9rem;
}

.cr-headline,
.cr-concept-box h2,
.cr-section-title,
.cr-step-card h3,
.cr-persona h4,
.cr-faq-item h4,
.cr-discovery-card h3 {
    letter-spacing: 0.05em;
    text-wrap: balance;
}

.cr-headline {
    max-width: 12ch;
    margin: 24px auto 16px;
    font-size: clamp(2.45rem, 5vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.cr-subheadline,
.cr-concept-box p,
.cr-step-card p,
.cr-persona p,
.cr-faq-item p,
.cr-discovery-intro,
.cr-discovery-card p {
    font-family: 'Inter', 'Roboto', sans-serif;
    text-transform: none;
    letter-spacing: 0.01em;
    color: var(--cr-copy);
}

.cr-subheadline,
.cr-concept-box p,
.cr-step-card p,
.cr-persona p,
.cr-faq-item p,
.cr-discovery-intro {
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.72;
}

.cr-subheadline {
    max-width: 780px;
    color: var(--cr-copy-strong);
}

.cr-btn-primary {
    min-height: 56px;
    padding: 0 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, #60a5fa, #2563eb);
    border: 1px solid rgba(59, 130, 246, 0.34);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease;
}

.cr-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.18);
    filter: brightness(1.03);
}

.cr-btn-primary span,
.cr-badge span,
.cr-discovery-link span {
    letter-spacing: 0.12em;
}

.cr-section {
    margin-top: 28px;
}

.cr-concept-box,
.cr-section-shell {
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.70)) !important;
}

.cr-concept-box {
    max-width: 960px;
    padding: 38px 34px;
}

.cr-concept-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.88));
    border: 1px solid rgba(96, 165, 250, 0.18);
    box-shadow: 0 18px 32px rgba(96, 165, 250, 0.14);
}

.cr-concept-box h2 {
    font-size: 1.22rem;
    margin-bottom: 14px;
}

.cr-section-shell {
    padding: 34px 30px 32px;
}

.cr-section-title {
    font-size: 1.18rem;
    margin: 0 0 28px;
}

.cr-section-title::after {
    margin-top: 16px;
}

.cr-steps-grid,
.cr-personas-grid,
.cr-discovery-grid {
    gap: 20px;
}

.cr-step-card {
    border-radius: 24px;
    padding: 28px 24px 24px;
    min-height: 228px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.82));
}

.cr-step-card::before {
    inset: 0 22px auto 22px;
    width: auto;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96, 165, 250, 0.88), rgba(255,255,255,0));
}

.cr-highlight-card::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(217, 119, 6, 0.82), rgba(255,255,255,0));
}

.cr-step-card:hover,
.cr-persona:hover,
.cr-faq-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--cr-premium-shadow-hover) !important;
}

.step-num {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 0.96rem;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.14);
}

.cr-step-card h3 {
    font-size: 0.98rem;
    line-height: 1.45;
}

.cr-step-card p {
    font-size: 0.92rem;
}

.cr-persona {
    border-radius: 24px;
    padding: 28px 22px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.82));
}

.cr-persona-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.88));
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.cr-persona h4 {
    font-size: 0.9rem;
    line-height: 1.5;
}

.cr-persona p {
    font-size: 0.9rem;
}

.cr-faq-list {
    gap: 18px;
}

.cr-faq-item {
    border-radius: 24px;
    padding: 24px 24px 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.82));
}

.cr-faq-item::before {
    top: 20px;
    right: 22px;
    color: rgba(59, 130, 246, 0.32);
}

.cr-faq-item h4 {
    margin: 0 54px 12px 0;
    font-size: 0.92rem;
}

.cr-faq-item p {
    font-size: 0.92rem;
}

.cr-discovery-shell {
    padding-top: 38px;
}

.cr-discovery-head .cr-badge {
    margin-bottom: 18px;
}

.cr-discovery-intro {
    max-width: 820px;
    margin-top: 2px;
}

.cr-discovery-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 26px 24px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.88));
    gap: 16px;
}

.cr-discovery-card::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(148,163,184,0.48), rgba(255,255,255,0));
    pointer-events: none;
}

.cr-discovery-card:nth-child(1)::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(217,119,6,0.62), rgba(255,255,255,0));
}

.cr-discovery-card:nth-child(2)::before,
.cr-discovery-card:nth-child(3)::before {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(59,130,246,0.62), rgba(255,255,255,0));
}

.cr-discovery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.10) !important;
}

.cr-discovery-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.88));
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
    color: var(--accent);
}

.cr-discovery-card h3 {
    font-size: 0.94rem;
    line-height: 1.5;
}

.cr-discovery-card p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.68;
}

.cr-discovery-link {
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90));
    border-color: rgba(148, 163, 184, 0.16);
}

.cr-discovery-link:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.24);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.cr-discovery-link i {
    font-size: 0.78rem;
}

.cr-btn-primary:focus-visible,
.cr-discovery-link:focus-visible,
.fc-ui-strip-v2--creators .fc-ui-strip-v2__cta:focus-visible,
.fc-ui-strip-v2--creators .fc-ui-strip-v2__card:focus-visible {
    outline: none;
    border-color: rgba(59, 130, 246, 0.42) !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.92), var(--cr-focus-ring), 0 18px 34px rgba(15, 23, 42, 0.10) !important;
}

.fc-ui-strip-v2--creators {
    margin-top: 28px;
}

.fc-ui-strip-v2--creators .fc-ui-strip-v2__shell {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(248,250,252,0.74));
    border: 1px solid rgba(255,255,255,0.90);
    box-shadow: var(--cr-premium-shadow);
}

.fc-ui-strip-v2--creators .fc-ui-strip-v2__card,
.fc-ui-strip-v2--creators .fc-ui-strip-v2__cta {
    border-radius: 18px;
}

@media (prefers-reduced-motion: reduce) {
    body.creators-page {
        animation: none !important;
    }

    body.creators-page::before,
    body.creators-page::after,
    .cr-orb {
        display: none !important;
    }

    .cr-btn-primary,
    .cr-step-card,
    .cr-persona,
    .cr-faq-item,
    .cr-discovery-card,
    .cr-discovery-link,
    .fc-ui-strip-v2--creators .fc-ui-strip-v2__cta,
    .fc-ui-strip-v2--creators .fc-ui-strip-v2__card {
        transition: none !important;
    }
}

@media (max-width: 1100px) {
    .cr-container {
        width: min(100% - 28px, 100%);
    }
}

@media (max-width: 760px) {
    .cr-container {
        width: min(100% - 20px, 100%);
        padding: 116px 0 64px;
    }

    .cr-hero,
    .cr-concept-box,
    .cr-section-shell {
        border-radius: 24px;
    }

    .cr-hero {
        padding: 30px 18px 32px;
    }

    .cr-concept-box,
    .cr-section-shell {
        padding: 24px 18px;
    }

    .cr-headline {
        font-size: clamp(1.84rem, 8vw, 2.6rem);
    }

    .cr-subheadline,
    .cr-concept-box p,
    .cr-step-card p,
    .cr-persona p,
    .cr-faq-item p,
    .cr-discovery-intro,
    .cr-discovery-card p {
        font-size: 0.95rem;
        line-height: 1.68;
    }

    .cr-step-card,
    .cr-persona,
    .cr-faq-item,
    .cr-discovery-card {
        border-radius: 22px;
    }

    .fc-ui-strip-v2--creators .fc-ui-strip-v2__shell {
        border-radius: 22px;
    }
}

@media (max-width: 480px) {
    .cr-btn-primary {
        width: 100%;
        padding: 0 18px;
    }

    .cr-faq-item h4 {
        margin-right: 36px;
    }
}

