.creator-page, .creator-page *, .creator-page::before, .creator-page *::before, .creator-page::after, .creator-page *::after{box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
.creator-page{--bg: #FAF5ED;
            --bg-warm: #F0E8DA;
            --bg-soft: #F5EDE0;
            --bg-card: rgba(166, 124, 82, 0.06);
            --text: #2D2D35;
            --text-sec: #4A4A55;
            --text-mut: #7A7570;
            --accent: #B8922E;
            --accent-lt: #C9A84C;
            --gold: #C49A30;
            --gold-lt: #D4A853;
            --bronze: #A67C52;
            --orange: #C47A2E;
            --steel: #5A6B7B;
            --shadow: 0 4px 24px rgba(120, 100, 60, 0.10);
            --shadow-lg: 0 8px 40px rgba(120, 100, 60, 0.15);
            --r: 20px;
            --r-sm: 12px;
            --tr: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
html{scroll-behavior: smooth;
            cursor: none;
            overflow-x: hidden;
        }
body.creator-page{font-family: 'Inter', sans-serif;
            font-size: 19px;
            line-height: 1.7;
            color: var(--text);
            background: var(--bg);
            -webkit-font-smoothing: antialiased;
            cursor: none;
            overflow-x: hidden;
        }
.creator-page, .creator-page *, .creator-page::before, .creator-page *::before, .creator-page::after, .creator-page *::after{cursor: none !important;
        }
.creator-page a, .creator-page button, .creator-page [role="button"], .creator-page input, .creator-page label, .creator-page select, .creator-page textarea, .creator-page .btn, .creator-page .tgl, .creator-page .pc, .creator-page .faq__q, .creator-page .prog__hd, .creator-page .card, .creator-page summary{cursor: none !important;
        }
.creator-page .blob-wrap{position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            overflow: visible;
        }
.creator-page .container{position: relative;
            z-index: 2;
        }
.creator-page .blob{position: absolute;
            border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            filter: blur(0px);
            opacity: 0.08;
            will-change: transform, border-radius;
        }
.creator-page .blob--1{background: linear-gradient(135deg, #A67C52, #D4A853);
            animation: morph1 10s ease-in-out infinite;
        }
.creator-page .blob--2{background: linear-gradient(225deg, #D4A853, #A67C52);
            animation: morph2 13s ease-in-out infinite;
        }
.creator-page .blob--3{background: linear-gradient(45deg, #C9A84C, #D4883A);
            animation: morph3 15s ease-in-out infinite;
        }
.creator-page .blob--4{background: radial-gradient(circle, #E8C56A, #D4A853);
            animation: morph1 16s ease-in-out infinite reverse;
        }
.creator-page .blob--5{background: linear-gradient(180deg, #A67C52, #C9A84C);
            animation: morph2 12s ease-in-out infinite reverse;
        }
.creator-page .blob--6{background: radial-gradient(ellipse, #D4883A, #D4A853);
            animation: morph3 18s ease-in-out infinite;
        }
@keyframes morph1 {
            0% {
                border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            }

            25% {
                border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
            }

            50% {
                border-radius: 50% 60% 30% 70% / 50% 40% 70% 30%;
            }

            75% {
                border-radius: 30% 70% 60% 40% / 70% 30% 50% 60%;
            }

            100% {
                border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            }
        }
@keyframes morph2 {
            0% {
                border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            }

            33% {
                border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
            }

            66% {
                border-radius: 50% 40% 60% 50% / 40% 70% 40% 60%;
            }

            100% {
                border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            }
        }
@keyframes morph3 {
            0% {
                border-radius: 33% 67% 58% 42% / 63% 38% 62% 37%;
            }

            20% {
                border-radius: 55% 45% 35% 65% / 45% 55% 45% 55%;
            }

            40% {
                border-radius: 42% 58% 62% 38% / 55% 45% 55% 45%;
            }

            60% {
                border-radius: 67% 33% 42% 58% / 38% 62% 38% 62%;
            }

            80% {
                border-radius: 45% 55% 55% 45% / 62% 38% 62% 38%;
            }

            100% {
                border-radius: 33% 67% 58% 42% / 63% 38% 62% 37%;
            }
        }
.creator-page section{position: relative;
        }
@media (prefers-reduced-motion: reduce){
.creator-page .blob{animation: none !important;
            }
}
@media (hover: none),
        (pointer: coarse){
.creator-page .cursor, .creator-page .cursor-dot, .creator-page #particleCanvas{display: none !important;
            }
.creator-page, .creator-page *, .creator-page::before, .creator-page *::before, .creator-page::after, .creator-page *::after{cursor: auto !important;
            }
html{scroll-behavior: auto !important;
            }
.creator-page .blob{animation-duration: 20s !important;
            }
.creator-page .blob-wrap{overflow: hidden !important;
            }
.creator-page .float-obj{display: none !important;
            }
.creator-page .fade-in{opacity: 1 !important;
                transform: none !important;
            }
.creator-page a, .creator-page button, .creator-page [role="button"], .creator-page .btn, .creator-page .tgl, .creator-page .pc, .creator-page .faq__q, .creator-page .prog__hd, .creator-page .card, .creator-page summary{cursor: pointer !important;
            }
}
.creator-page .cursor{position: fixed;
            width: 28px;
            height: 28px;
            border: 2px solid var(--gold);
            border-radius: 50%;
            pointer-events: none;
            z-index: 9999;
            transition: width 0.25s ease, height 0.25s ease, background 0.25s ease, border-color 0.25s ease;
            transform: translate(-50%, -50%);
        }
.creator-page .cursor--hover{width: 60px;
            height: 60px;
            background: rgba(212, 168, 83, 0.12);
            border-color: var(--accent);
        }
.creator-page .cursor--btn{width: 60px;
            height: 60px;
            border-color: #fff;
            background: rgba(255, 255, 255, 0.15);
        }
.creator-page .cursor-dot{position: fixed;
            width: 8px;
            height: 8px;
            background: var(--gold);
            border-radius: 50%;
            pointer-events: none;
            z-index: 10000;
            transform: translate(-50%, -50%);
        }
.creator-page #particleCanvas{position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 9998;
        }
.creator-page .hero-3d{position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }
.creator-page .float-obj{position: absolute;
            opacity: 0.08;
            animation: floatY 12s ease-in-out infinite;
        }
.creator-page .float-obj:nth-child(2){animation-delay: -3s;
            animation-duration: 15s;
        }
.creator-page .float-obj:nth-child(3){animation-delay: -6s;
            animation-duration: 18s;
        }
.creator-page .float-obj:nth-child(4){animation-delay: -2s;
            animation-duration: 10s;
        }
.creator-page .float-obj:nth-child(5){animation-delay: -8s;
            animation-duration: 20s;
        }
@keyframes floatY {

            0%,
            100% {
                transform: translateY(0) rotate(0deg);
            }

            25% {
                transform: translateY(-30px) rotate(5deg);
            }

            50% {
                transform: translateY(-15px) rotate(-3deg);
            }

            75% {
                transform: translateY(-40px) rotate(2deg);
            }
        }
.creator-page .hero__glass{position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(250, 245, 237, 0.5);
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            pointer-events: none;
            z-index: 0;
        }
.creator-page a, .creator-page a:link, .creator-page a:visited, .creator-page a:hover, .creator-page a:active{color: inherit !important;
            text-decoration: none !important;
        }
.creator-page a.btn, .creator-page a.btn:link, .creator-page a.btn:visited, .creator-page a.btn:hover, .creator-page a.btn:active, .creator-page a.btn--gold, .creator-page a.btn--gold:link, .creator-page a.btn--gold:visited, .creator-page a.btn--gold:hover, .creator-page a.btn--gold:active, .creator-page a.btn--outline, .creator-page a.btn--outline:link, .creator-page a.btn--outline:visited, .creator-page a.btn--outline:hover, .creator-page a.btn--outline:active{color: #fff !important;
            text-decoration: none !important;
            background: var(--accent) !important;
            display: inline-block !important;
            padding: 18px 40px !important;
            font-family: 'Cambria', Georgia, serif !important;
            font-size: 17px !important;
            letter-spacing: 1px !important;
            text-transform: uppercase !important;
            border-radius: 999px !important;
            border: none !important;
            cursor: none !important;
            transition: all 0.3s ease !important;
        }
.creator-page a.btn--gold, .creator-page a.btn--gold:link, .creator-page a.btn--gold:visited, .creator-page a.btn--gold:hover, .creator-page a.btn--gold:active{background: linear-gradient(135deg, var(--gold), var(--gold-lt)) !important;
            color: #fff !important;
        }
.creator-page a.btn--outline, .creator-page a.btn--outline:link, .creator-page a.btn--outline:visited, .creator-page a.btn--outline:hover, .creator-page a.btn--outline:active{background: transparent !important;
            color: var(--accent) !important;
            border: 2px solid var(--accent) !important;
        }
.creator-page a.btn:hover, .creator-page a.btn--gold:hover{transform: translateY(-1px) !important;
            filter: brightness(1.1) !important;
        }
.creator-page a.btn--outline:hover{background: var(--accent) !important;
            color: #fff !important;
        }
.creator-page p a, .creator-page .faq__a a, .creator-page .card__txt a, .creator-page .step a, .creator-page .prog__bd a{color: var(--accent) !important;
            text-decoration: underline !important;
        }
.creator-page p a:hover{color: var(--gold) !important;
        }
.creator-page .footer a, .creator-page .footer a:link, .creator-page .footer a:visited{color: var(--gold) !important;
            text-decoration: none !important;
        }
.creator-page .footer a:hover{text-decoration: underline !important;
        }
.creator-page h1, .creator-page h2, .creator-page h3, .creator-page h4{font-family: 'Cambria', Georgia, serif;
            line-height: 1.3;
        }
.creator-page h1{font-size: clamp(2rem, 5vw, 3.2rem);
        }
.creator-page h2{font-size: clamp(1.6rem, 4vw, 2.4rem);
        }
.creator-page h3{font-size: clamp(1.15rem, 3vw, 1.5rem);
        }
.creator-page .container{max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
        }
.creator-page section{padding: 80px 0;
        }
.creator-page .ico{width: 24px;
            height: 24px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
.creator-page .deco{position: absolute;
            pointer-events: none;
            opacity: 0.06;
            z-index: 0;
        }
.creator-page .deco--circle{width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
        }
.creator-page .deco--ring{width: 200px;
            height: 200px;
            border-radius: 50%;
            border: 2px solid var(--accent);
            opacity: 0.08;
        }
.creator-page .deco--dots{width: 120px;
            height: 120px;
            background-image: radial-gradient(circle, var(--gold) 1.5px, transparent 1.5px);
            background-size: 16px 16px;
            opacity: 0.12;
        }
.creator-page .s-warm{position: relative;
            background: transparent;
            margin-top: 40px;
            margin-bottom: 40px;
        }
.creator-page .s-warm::before{content: '';
            position: absolute;
            top: -40px;
            left: 0;
            right: 0;
            height: 40px;
            background: transparent;
            pointer-events: none;
        }
.creator-page .s-warm::after{content: '';
            position: absolute;
            bottom: -40px;
            left: 0;
            right: 0;
            height: 40px;
            background: transparent;
            pointer-events: none;
            z-index: 1;
        }
.creator-page .btn{display: inline-block;
            padding: 18px 40px;
            background: linear-gradient(135deg, var(--accent), var(--orange));
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 17px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            border: none;
            border-radius: 60px;
            cursor: pointer;
            transition: var(--tr);
            box-shadow: 0 4px 20px rgba(201, 168, 76, 0.3);
        }
.creator-page .btn:hover{background: linear-gradient(135deg, var(--accent-lt), var(--orange));
            transform: translateY(-2px);
            box-shadow: 0 6px 28px rgba(201, 168, 76, 0.5);
        }
.creator-page .btn:focus-visible{outline: 3px solid var(--gold);
            outline-offset: 3px;
        }
.creator-page .btn--gold{background: linear-gradient(135deg, var(--gold), var(--accent));
            box-shadow: 0 4px 20px rgba(212, 168, 83, 0.35);
        }
.creator-page .btn--outline{background: transparent;
            color: var(--accent);
            border: 2px solid var(--accent);
            box-shadow: none;
        }
.creator-page .btn--outline:hover{background: var(--accent);
            color: var(--bg);
        }
.creator-page .hero{min-height: 100vh;
            display: flex;
            align-items: center;
            background: linear-gradient(170deg, #FAF5ED 0%, #F5EDE0 50%, #FAF5ED 100%);
            position: relative;
            overflow: hidden;
            padding: 120px 0 80px;
        }
.creator-page .hero::before{content: '';
            position: absolute;
            top: -200px;
            right: -200px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(196, 154, 48, 0.15) 0%, transparent 70%);
            border-radius: 50%;
        }
.creator-page .hero .container{position: relative;
            z-index: 1;
        }
.creator-page .hero__badge{display: inline-block;
            padding: 8px 24px;
            background: rgba(184, 146, 46, 0.12);
            color: var(--accent);
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 40px;
            margin-bottom: 24px;
        }
.creator-page .hero h1{margin-bottom: 16px;
            max-width: 700px;
        }
.creator-page .hero h1 span{color: var(--accent);
        }
.creator-page .hero__sub{font-size: clamp(1.05rem, 2.5vw, 1.25rem);
            color: var(--text-sec);
            max-width: 600px;
            margin-bottom: 32px;
            line-height: 1.6;
        }
.creator-page .hero__stats{display: flex;
            gap: 16px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
.creator-page .hero__stat{background: rgba(255, 255, 255, 0.5);
            padding: 16px 24px;
            border-radius: var(--r-sm);
            box-shadow: var(--shadow);
            border: 1px solid rgba(201, 168, 76, 0.1);
            text-align: center;
            min-width: 130px;
        }
.creator-page .hero__stat strong{display: block;
            font-family: 'Cambria', Georgia, serif;
            font-size: 1.8rem;
            color: var(--accent);
        }
.creator-page .hero__stat span{font-size: 0.95rem;
            color: var(--text-mut);
        }
.creator-page .hero__intro{margin-top: 48px;
            max-width: 700px;
            padding: 32px;
            background: rgba(255, 255, 255, 0.45);
            backdrop-filter: blur(10px);
            border-radius: var(--r);
            border: 1.5px solid rgba(184, 146, 46, 0.35);
            box-shadow: 0 4px 20px rgba(120, 100, 60, 0.1);
        }
.creator-page .hero__intro p{margin-bottom: 16px;
            color: var(--text);
        }
.creator-page .hero__intro p:last-child{margin-bottom: 0;
        }
.creator-page .hero__author{color: var(--text-sec);
            margin-bottom: 12px;
        }
.creator-page .s-warm{background: transparent;
        }
.creator-page .s-soft{background: transparent;
        }
.creator-page .s-label{display: inline-block;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 12px;
        }
.creator-page .s-title{margin-bottom: 20px;
        }
.creator-page .s-desc{color: var(--text-sec);
            max-width: 700px;
            margin-bottom: 48px;
            font-size: 1.05rem;
        }
.creator-page .cards{display: grid;
            gap: 24px;
        }
.creator-page .journey{position: relative;
            max-width: 720px;
            margin: 0 auto;
        }
.creator-page .journey::before{content: '';
            position: absolute;
            left: 32px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, var(--accent), var(--gold));
            opacity: 0.25;
        }
.creator-page .journey__step{position: relative;
            padding-left: 80px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
.creator-page .journey__num{position: absolute;
            left: 12px;
            top: 0;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--accent), var(--orange));
            color: #fff;
            font-family: 'Cambria', Georgia, serif;
            font-size: 1.1rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 16px rgba(201, 168, 76, 0.25);
            z-index: 2;
        }
.creator-page .journey__step:last-child .journey__num{background: linear-gradient(135deg, var(--gold), #C4923F);
            box-shadow: 0 4px 16px rgba(212, 168, 83, 0.3);
        }
.creator-page .journey__card{background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(201, 168, 76, 0.1);
            border-radius: var(--r);
            padding: 28px 32px;
            box-shadow: var(--shadow);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
.creator-page .journey__card:hover{transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(201, 168, 76, 0.12);
        }
.creator-page .journey__step:last-child .journey__card{background: linear-gradient(135deg, rgba(212, 168, 83, 0.1) 0%, rgba(166, 124, 82, 0.08) 100%);
            border: 1px solid rgba(212, 168, 83, 0.2);
        }
.creator-page .journey__icon{width: 48px;
            height: 48px;
            background: rgba(201, 168, 76, 0.1);
            border-radius: var(--r-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            margin-bottom: 12px;
        }
.creator-page .journey__step:last-child .journey__icon{background: rgba(212, 168, 83, 0.12);
            color: var(--gold);
        }
.creator-page .journey__ttl{font-family: 'Cambria', Georgia, serif;
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--text);
        }
.creator-page .journey__txt{color: var(--text);
            font-size: 1rem;
            line-height: 1.65;
        }
.creator-page .journey__arrow{display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 0 12px 80px;
            color: var(--accent);
            opacity: 0.35;
        }
.creator-page .journey__arrow iconify-icon{animation: arrowPulse 2s ease-in-out infinite;
        }
@keyframes arrowPulse {

            0%,
            100% {
                transform: translateY(0);
                opacity: 0.4;
            }

            50% {
                transform: translateY(4px);
                opacity: 0.8;
            }
        }
@media (max-width: 768px){
.creator-page .journey::before{left: 20px;
            }
.creator-page .journey__step{padding-left: 56px;
            }
.creator-page .journey__num{left: 0;
                width: 38px;
                height: 38px;
                font-size: 1rem;
            }
.creator-page .journey__card{padding: 24px;
            }
.creator-page .journey__arrow{padding-left: 56px;
                padding: 8px 0 8px 56px;
            }
}
.creator-page .card{background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(201, 168, 76, 0.1);
            border-radius: var(--r);
            padding: 32px;
            box-shadow: var(--shadow);
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
            will-change: transform;
        }
.creator-page .card:hover{transform: translateY(-10px) scale(1.03) rotate(-1deg);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgba(212, 168, 83, 0.12);
        }
.creator-page .card__icon{width: 64px;
            height: 64px;
            background: rgba(201, 168, 76, 0.1);
            border-radius: var(--r-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            margin-bottom: 16px;
            transition: transform 0.4s ease, background 0.3s ease;
        }
.creator-page .card:hover .card__icon{transform: scale(1.15) rotate(-5deg);
            background: rgba(201, 168, 76, 0.18);
        }
@keyframes iconPulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }
.creator-page .steps{display: flex;
            flex-direction: column;
            gap: 0;
            position: relative;
        }
.creator-page .steps::before{content: '';
            position: absolute;
            left: 28px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, var(--gold-lt), var(--accent));
            border-radius: 2px;
        }
.creator-page .step{display: flex;
            gap: 24px;
            padding: 24px 0;
            position: relative;
        }
.creator-page .step__dot{width: 56px;
            height: 56px;
            min-width: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--bg);
            border: 3px solid var(--gold);
            border-radius: 50%;
            font-family: 'Cambria', Georgia, serif;
            font-size: 1.2rem;
            color: var(--accent);
            z-index: 1;
        }
.creator-page .prog{background: rgba(255, 255, 255, 0.04);
            border-radius: var(--r);
            box-shadow: var(--shadow);
            overflow: hidden;
            margin-bottom: 24px;
            border: 1px solid rgba(201, 168, 76, 0.1);
        }
.creator-page .prog__hd{padding: 28px 32px;
            background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(166, 124, 82, 0.1));
            color: var(--text);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
.creator-page .prog__hd h3{color: var(--accent);
            margin: 0;
        }
.creator-page .prog__meta{font-size: 1rem;
            opacity: 0.85;
            margin-top: 4px;
        }
.creator-page .prog__arrow{font-size: 2rem;
            transition: var(--tr);
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
.creator-page .prog.open .prog__arrow{transform: rotate(180deg);
        }
.creator-page .prog__bd{padding: 32px;
            display: none;
        }
.creator-page .prog.open .prog__bd{display: block;
        }
.creator-page .prog__bd li{padding: 12px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            color: var(--text-sec);
            list-style: none;
            position: relative;
            padding-left: 28px;
        }
.creator-page .prog__bd li::before{content: '✦';
            position: absolute;
            left: 0;
            top: 12px;
            color: var(--gold);
        }
.creator-page .prog__bd li:last-child{border-bottom: none;
        }
.creator-page .prog__res{margin-top: 20px;
            padding: 20px 24px;
            background: rgba(201, 168, 76, 0.08);
            border-radius: var(--r-sm);
            font-weight: 500;
            border: 1px solid rgba(201, 168, 76, 0.12);
        }
.creator-page .reviews{display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
.creator-page .review{background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            padding: 32px;
            border-radius: var(--r);
            box-shadow: var(--shadow);
            border-left: 4px solid var(--gold);
            border-top: 1px solid rgba(201, 168, 76, 0.08);
            border-right: 1px solid rgba(201, 168, 76, 0.06);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
.creator-page .review:hover{transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 16px rgba(212, 168, 83, 0.1);
        }
.creator-page .review__name{font-family: 'Cambria', Georgia, serif;
            color: var(--accent);
            margin-bottom: 12px;
            font-size: 1.05rem;
        }
.creator-page .review__txt{color: var(--text-sec);
            font-size: 1rem;
            line-height: 1.65;
        }
.creator-page .pricing{display: grid;
            gap: 24px;
            grid-template-columns: repeat(3, 1fr);
        }
.creator-page .pc{background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-radius: var(--r);
            box-shadow: var(--shadow);
            padding: 40px 32px;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(201, 168, 76, 0.1);
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
            text-align: center;
        }
.creator-page .pc:hover{box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3), 0 0 24px rgba(212, 168, 83, 0.12);
            transform: translateY(-6px) rotate(-0.5deg);
        }
.creator-page .pc--feat{border-color: var(--gold);
            box-shadow: 0 8px 40px rgba(212, 168, 83, 0.2);
        }
.creator-page .pc--feat::before{content: 'Популярный';
            position: absolute;
            top: 20px;
            right: -40px;
            background: linear-gradient(135deg, var(--gold), #C4923F);
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 50px;
            transform: rotate(35deg);
            letter-spacing: 1px;
        }
.creator-page .pc__name{font-family: 'Cambria', Georgia, serif;
            font-size: 1.3rem;
            margin-bottom: 8px;
            text-align: left;
        }
.creator-page .pc__desc{color: var(--text-mut);
            font-size: 1rem;
            margin-bottom: 16px;
            text-align: left;
        }
.creator-page .pc__price{font-family: 'Cambria', Georgia, serif;
            font-size: 2.2rem;
            color: var(--accent);
            margin-bottom: 28px;
        }
.creator-page .pc__feat{list-style: none;
            margin-bottom: 32px;
        }
.creator-page .pc__feat li{padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            color: var(--text-sec);
            font-size: 1rem;
            padding-left: 28px;
            position: relative;
        }
.creator-page .pc__feat li::before{content: '✓';
            position: absolute;
            left: 0;
            color: var(--gold);
            font-weight: 700;
        }
.creator-page .pc__sep{font-weight: 700;
            font-size: 0.85rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--accent);
            padding-left: 0 !important;
            border-bottom: none !important;
            margin-top: 8px;
        }
.creator-page .pc__sep::before{content: '' !important;
        }
.creator-page .pc .btn{padding: 10px 24px !important;
            font-size: 13px !important;
            letter-spacing: 0.5px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            display: block !important;
            width: fit-content !important;
            text-align: center !important;
        }
.creator-page .pc .btn:hover{transform: translateY(-2px) scale(1.03) !important;
            filter: brightness(1.15) !important;
            box-shadow: 0 6px 24px rgba(201, 168, 76, 0.35) !important;
        }
.creator-page .pc .btn.btn--outline{background: transparent !important;
            color: var(--accent) !important;
            border: 2px solid var(--accent) !important;
        }
.creator-page .pc .btn.btn--outline:hover{background: var(--accent) !important;
            color: #fff !important;
        }
.creator-page .tgl{position: relative;
            width: 52px;
            height: 28px;
        }
.creator-page .tgl input{opacity: 0;
            width: 0;
            height: 0;
        }
.creator-page .bundle{background: rgba(212, 168, 83, 0.06);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 2px dashed var(--gold);
            border-radius: var(--r);
            padding: 40px;
            text-align: center;
            margin-top: 40px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
        }
.creator-page .author{display: flex;
            gap: 48px;
            align-items: center;
        }
.creator-page .author__left{display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            width: 320px;
            min-width: 320px;
            max-width: 320px;
        }
.creator-page .author__ph{width: 250px;
            height: 250px;
            min-width: 250px;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: var(--shadow-lg), 0 0 0 3px var(--bronze), 0 0 0 6px rgba(201, 168, 76, 0.15);
            position: relative;
        }
.creator-page .author__ph img{filter: brightness(0.92) contrast(1.05);
            transition: filter 0.5s ease;
        }
.creator-page .author__ph:hover img{filter: brightness(1) contrast(1);
        }
.creator-page .author__ph::after{content: '';
            position: absolute;
            inset: 0;
            border-radius: 50%;
            box-shadow: inset 0 6px 20px rgba(212, 168, 83, 0.12),
                inset 0 -8px 24px rgba(0, 0, 0, 0.35),
                inset 4px 0 16px rgba(0, 0, 0, 0.1),
                inset -4px 0 16px rgba(0, 0, 0, 0.1);
            pointer-events: none;
        }
.creator-page .author__ph img{object-position: center 15%;
        }
.creator-page .author__tags{display: flex;
            flex-direction: column;
            gap: 8px;
        }
.creator-page .author__tag{padding: 6px 14px;
            background: rgba(201, 168, 76, 0.1);
            border-radius: 40px;
            font-size: 0.85rem;
            color: var(--text-sec);
            text-align: center;
            border: 1px solid rgba(201, 168, 76, 0.12);
        }
.creator-page .faq{background: rgba(255, 255, 255, 0.04);
            border-radius: var(--r-sm);
            margin-bottom: 12px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            border: 1px solid rgba(201, 168, 76, 0.08);
        }
.creator-page .faq__q{padding: 22px 28px;
            font-family: 'Cambria', Georgia, serif;
            font-size: 1.05rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: var(--tr);
        }
.creator-page .faq__q:hover{color: var(--accent);
        }
.creator-page .faq__arr{transition: var(--tr);
            color: var(--text-mut);
        }
.creator-page .faq.open .faq__arr{transform: rotate(180deg);
            color: var(--accent);
        }
.creator-page .faq__a{padding: 0 28px 0;
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.4s ease, padding 0.3s ease;
            color: var(--text-sec);
            font-size: 16px;
            line-height: 1.7;
        }
.creator-page .faq__a > div{overflow: hidden;
            min-height: 0;
        }
.creator-page .faq.open .faq__a{grid-template-rows: 1fr;
            padding: 0 28px 24px;
        }
.creator-page img.emoji{height: 1.2em;
            width: 1.2em;
            margin: 0 0.05em 0 0.1em;
            vertical-align: -0.15em;
            display: inline;
        }
@media (prefers-reduced-motion: reduce){
.creator-page, .creator-page *, .creator-page::before, .creator-page *::before, .creator-page::after, .creator-page *::after{animation-duration: 0.01ms !important;
                transition-duration: 0.01ms !important;
            }
}
@media (max-width: 768px){
body.creator-page{font-size: 17px;
            }
.creator-page section{padding: 56px 0;
            }
.creator-page .container{padding: 0 20px;
            }
.creator-page .hero{padding: 100px 0 60px;
                min-height: auto;
            }
.creator-page .hero__stats{flex-direction: column;
                gap: 12px;
            }
.creator-page .hero__stat{display: flex;
                align-items: center;
                gap: 12px;
                text-align: left;
                min-width: auto;
                padding: 14px 20px;
            }
.creator-page .hero__stat strong{font-size: 1.4rem;
                display: inline;
            }
.creator-page .hero__intro{padding: 24px;
            }
.creator-page .cards--2, .creator-page .cards--4, .creator-page .pricing, .creator-page .reviews{grid-template-columns: 1fr;
            }
.creator-page .author{flex-direction: column;
                text-align: left;
                gap: 32px;
            }
.creator-page .author__ph{width: 180px;
                height: 180px;
                min-width: 180px;
            }
.creator-page .author__left{width: 100%;
                min-width: auto;
                max-width: 100%;
            }
.creator-page .author__tags{display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 8px;
                margin-top: 8px;
            }
.creator-page .author__tag{font-size: 0.8rem;
                padding: 5px 12px;
            }
.creator-page .steps::before{left: 20px;
            }
.creator-page .step__dot{width: 40px;
                height: 40px;
                min-width: 40px;
                font-size: 1rem;
            }
.creator-page .btn{padding: 16px 32px;
                font-size: 16px;
                width: 100%;
                text-align: center;
            }
}
.creator-page .transform-grid{display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: 32px;
            align-items: start;
        }
.creator-page .transform-col{padding: 32px;
            border-radius: 20px;
        }
.creator-page .transform-col--before{background: linear-gradient(135deg, rgba(90, 107, 123, 0.12) 0%, rgba(90, 107, 123, 0.06) 100%);
            border: 1px solid rgba(90, 107, 123, 0.15);
        }
.creator-page .transform-col--after{background: linear-gradient(135deg, rgba(212, 168, 83, 0.1) 0%, rgba(201, 168, 76, 0.06) 100%);
            border: 1px solid rgba(212, 168, 83, 0.18);
        }
.creator-page .transform-heading{font-size: 1.3rem;
            margin-bottom: 20px;
            color: var(--text-pri);
        }
.creator-page .pc__feat{text-align: left;
        }
.creator-page .transform-list{list-style: none;
            padding: 0;
            margin: 0;
        }
.creator-page .transform-list li{padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            color: var(--text-sec);
            font-size: 1rem;
            line-height: 1.5;
            position: relative;
            padding-left: 20px;
        }
.creator-page .transform-list li:last-child{border-bottom: none;
        }
.creator-page .transform-list li::before{content: '';
            position: absolute;
            left: 0;
            top: 16px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent);
            opacity: 0.5;
        }
.creator-page .transform-list--results li::before{background: var(--gold);
            opacity: 0.7;
        }
.creator-page .transform-list--results li strong{color: var(--text-pri);
        }
.creator-page .transform-arrow{display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 80px;
            color: var(--gold);
            opacity: 0.6;
        }
.creator-page .arrow-mobile{display: none;
        }
.creator-page .arrow-desktop{display: block;
        }
@media (max-width: 900px){
.creator-page .transform-grid{grid-template-columns: 1fr;
                gap: 16px;
            }
.creator-page .transform-arrow{padding-top: 0;
                padding: 8px 0;
            }
.creator-page .arrow-mobile{display: block;
            }
.creator-page .arrow-desktop{display: none;
            }
.creator-page .transform-col{padding: 24px;
            }
}

/* Классы вместо инлайн-стилей */
.creator-page .deco-1{width:500px;height:500px;top:20%;right:-5%}
.creator-page .deco-2{width:400px;height:400px;bottom:-10%;left:10%}
.creator-page .deco-3{top:10%;left:8%;width:120px}
.creator-page .deco-4{top:20%;right:5%;width:180px}
.creator-page .deco-5{top:60%;left:3%;width:90px}
.creator-page .deco-6{bottom:15%;right:12%;width:140px}
.creator-page .deco-7{top:45%;left:50%;width:60px}
.creator-page .deco-8{top:-100px;right:-80px}
.creator-page .deco-9{bottom:40px;left:5%}
.creator-page .deco-10{top:30%;left:-60px}
.creator-page .deco-11{width:500px;height:500px;top:10%;left:5%}
.creator-page .deco-12{width:400px;height:400px;bottom:10%;right:10%}
.creator-page .deco-13{width:450px;height:450px;top:5%;left:30%}
.creator-page .deco-14{width:380px;height:380px;bottom:5%;left:5%}
.creator-page .deco-15{bottom:-120px;left:-100px}
.creator-page .deco-16{top:30px;right:3%}
.creator-page .deco-17{width:450px;height:450px;top:10%;left:25%}
.creator-page .deco-18{width:400px;height:400px;bottom:5%;right:15%}
.creator-page .deco-19{width:400px;height:400px;top:15%;right:5%}
.creator-page .deco-20{width:350px;height:350px;bottom:10%;left:10%}
.creator-page .deco-21{width:450px;height:450px;top:10%;right:5%}
.creator-page .deco-22{width:400px;height:400px;bottom:15%;left:10%}
.creator-page .gap-1{margin-top:12px}
.creator-page .gap-2{max-width:700px;margin:0 auto 48px}
.creator-page .gap-3{margin-bottom:8px}
.creator-page .gap-4{margin-bottom:16px}
.creator-page .gap-6{margin-bottom:32px}
.creator-page .is-hidden{display:none}
.creator-page .mod-1{position:relative;overflow:hidden}
.creator-page .mod-2{position:relative;z-index:1}
.creator-page .mod-3{color:var(--accent);vertical-align:middle;margin-right:8px}
.creator-page .mod-4{color:var(--gold);vertical-align:middle;margin-right:8px}
.creator-page .mod-5{margin-bottom:32px;font-style:italic;opacity:0.7}
.creator-page .mod-6{color:#C93545!important;text-decoration:underline!important;font-weight:600}
.creator-page .mod-7{width:100%;height:100%;object-fit:cover;display:block}
.creator-page .mod-8{color:var(--text-sec);margin:16px 0}
.creator-page .mod-9{color:var(--text-sec);margin-bottom:12px}
.creator-page .mod-12{color:var(--text-sec);margin:12px 0}
.creator-page .mod-13{font-size:1rem;color:var(--text-mut);margin-bottom:20px}
.creator-page .mod-14{background:linear-gradient(170deg,var(--bg-soft) 0%,var(--bg-warm) 100%);padding:80px 0;text-align:center}
.creator-page .mod-15{color:var(--text-sec);max-width:500px;margin:0 auto 32px;font-size:1.1rem}
.creator-page .tone-1{color:var(--text-sec)}
.creator-page .tone-2{color:var(--accent)}
.creator-page .tone-3{color:#fff}

/* Слова с дефисом не разрываются */
.creator-page .nowrap{white-space:nowrap}

/* Иконки из своего набора: имя .ico на странице уже занято её собственными рисунками */
.creator-page svg.icon{vertical-align:-0.125em;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.creator-page svg.icon.icon--20{width:20px;height:20px}
.creator-page svg.icon.icon--24{width:24px;height:24px}
.creator-page svg.icon.icon--28{width:28px;height:28px}
.creator-page svg.icon.icon--40{width:40px;height:40px}

/* Блок «Остались вопросы» — тише, чем призыв выше */
.creator-page .support{background:var(--bg-warm);padding:0 0 44px}
.creator-page .support .wrap{max-width:820px;margin:0 auto;padding:0 20px}
.creator-page .support-card{border-top:1px solid rgba(184,146,46,.26);padding:43px 0 0;
  display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.creator-page .support-text{flex:1 1 300px;min-width:0}
.creator-page .support-text h2{font-size:26px;text-align:left;margin-bottom:8px;line-height:1.2}
.creator-page .support-text p{font-size:16px;color:var(--text-sec);line-height:1.55;max-width:520px}
.creator-page a.btn.btn-quiet{font-size:15px;padding:14px 28px;flex-shrink:0}
@media (max-width:768px){
.creator-page .support{padding:0 0 36px}
.creator-page .support-card{flex-direction:column;align-items:center;text-align:center;
  gap:22px;padding:35px 0 0}
.creator-page .support-text{flex:0 1 auto}
.creator-page .support-text h2{text-align:center;font-size:24px}
.creator-page .support-text p{margin-left:auto;margin-right:auto}
}

/* Отступы списков как на боевой странице: их задавала Tilda, а не автор */
.creator-page ul{margin:0 0 10px;padding-left:20px}
.creator-page .pc__feat,
.creator-page .transform-list{margin:0 0 10px;padding-left:20px}

/* Подвал примыкает к последней секции */
.creator-page #quantum-footer-lite{margin-top:0}
