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

        :root {
            --gold: #d4af37;
            --gold-light: #f5e6b8;
            --gold-dark: #b8860b;
            --gold-deep: #9a7b1a;
            --gold-glow: rgba(212, 175, 55, 0.35);
            --gold-border: rgba(201, 162, 39, 0.45);
            --gold-border-soft: rgba(154, 123, 26, 0.28);
            --accent-violet: rgba(88, 56, 120, 0.12);
            --green: #c9a227;
            --bg-deep: #050505;
            --bg: #0a0805;
            --bg-card: rgba(12, 10, 8, 0.92);
            --surface: rgba(248, 245, 238, 0.04);
            --text: #f2f2f2;
            --text-secondary: #e8dcc0;
            --text-muted: #9a9588;
            --border: var(--gold-border-soft);
            --border-hover: var(--gold-border);
        }

        html, body {
            max-width: 100%;
            overflow-x: hidden;
            width: 100%;
        }

        html { scroll-behavior: smooth; }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background:
                radial-gradient(ellipse 70% 50% at 50% -10%, var(--accent-violet), transparent 50%),
                var(--bg-deep);
            color: var(--text);
            line-height: 1.6;
        }

        h1, h2, h3, .stat-value, .section-num, .section-title {
            font-family: 'Manrope', 'Inter', sans-serif;
        }

        ::selection { background: var(--gold-dark); color: #050505; }

        .glow-bg {
            position: fixed; inset: 0; pointer-events: none; z-index: 0;
            overflow: hidden;
        }
        .glow-orb {
            position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.12;
        }
        .glow-orb.gold-a { width: 560px; height: 560px; background: #d4af37; top: -140px; left: -100px; opacity: 0.14; }
        .glow-orb.gold-b { width: 420px; height: 420px; background: #b8860b; top: 42%; right: -100px; opacity: 0.1; }
        .glow-orb.gold-c { width: 480px; height: 480px; background: #f5e6b8; bottom: -80px; left: 22%; opacity: 0.06; }

        .grid-lines {
            position: fixed; inset: 0; pointer-events: none; z-index: 0;
            background-image:
                linear-gradient(rgba(212, 175, 55, 0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
            background-size: 60px 60px;
            mask-image: radial-gradient(ellipse at 50% 30%, black 15%, transparent 65%);
            -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 15%, transparent 65%);
        }

        .noise {
            position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: 0.025;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
            background-repeat: repeat;
            background-size: 256px 256px;
        }

        .page-top {
            position: relative; z-index: 2;
            max-width: 1200px; margin: 0 auto;
            padding: 32px 24px 0;
        }

        .back-link {
            display: inline-flex; align-items: center; gap: 8px;
            color: var(--gold-light); text-decoration: none;
            font-weight: 500; font-size: 0.95rem;
            transition: color 0.3s;
        }
        .back-link:hover { color: var(--text); }
        .back-link svg { flex-shrink: 0; }

        /* Hero — doc-header (эталон reposty-lite) */
        .doc-header-wrap {
            position: relative; z-index: 2;
            max-width: 1200px; margin: 0 auto;
            padding: 24px 24px 56px;
        }

        .doc-header {
            position: relative;
            min-height: clamp(200px, 28vw, 240px);
            padding: 24px 28px 52px;
            border: 1px solid var(--gold-border);
            border-radius: 12px;
            overflow: hidden;
            color: #f2f2f2;
            background:
                radial-gradient(ellipse 58% 130% at 90% 48%, rgba(212, 175, 55, 0.16), transparent 58%),
                radial-gradient(ellipse 35% 70% at 8% 95%, rgba(212, 175, 55, 0.07), transparent 55%),
                linear-gradient(118deg, #070707 0%, #050505 50%, #0a0805 100%);
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(201, 162, 39, 0.08);
        }

        .doc-header::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 2;
            background: linear-gradient(
                90deg,
                rgba(5, 5, 5, 0.97) 0%,
                rgba(5, 5, 5, 0.82) 42%,
                rgba(5, 5, 5, 0.25) 58%,
                transparent 72%
            );
            pointer-events: none;
        }

        .doc-header .header-text {
            position: relative;
            z-index: 3;
            max-width: 62%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 8px;
            padding-right: 16px;
        }

        .doc-header .brand-mark {
            font-family: "Manrope", sans-serif;
            font-size: 0.625rem;
            font-weight: 700;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #a8a8a8;
            margin: 0;
        }

        .doc-header .brand-mark span { color: #f5e6b8; }

        .doc-header .doc-title {
            font-family: "Manrope", sans-serif;
            font-weight: 800;
            font-size: clamp(1.5rem, 4.2vw, 2.125rem);
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: #f2f2f2;
            margin: 0;
            -webkit-text-fill-color: unset;
            background: none;
        }

        .doc-header .doc-title .gold {
            background: linear-gradient(180deg, #f5e6b8 0%, #d4af37 45%, #9a7b1a 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }

        .doc-header .doc-subtitle {
            font-family: "Inter", sans-serif;
            font-size: clamp(0.8125rem, 2vw, 0.9375rem);
            line-height: 1.55;
            color: #a8a8a8;
            max-width: 28em;
            margin: 0;
        }

        .doc-header .doc-subtitle a,
        .intro-wrap a:not(.btn-primary),
        .guide-step a,
        .faq-card a {
            color: var(--gold-light);
            text-decoration: underline;
            text-underline-offset: 3px;
            text-decoration-color: rgba(212, 175, 55, 0.45);
            transition: color 0.25s ease, text-decoration-color 0.25s ease;
        }

        .doc-header .doc-subtitle a:link,
        .doc-header .doc-subtitle a:visited,
        .intro-wrap a:link,
        .intro-wrap a:visited,
        .guide-step a:link,
        .guide-step a:visited,
        .faq-card a:link,
        .faq-card a:visited {
            color: var(--gold-light);
        }

        .doc-header .doc-subtitle a:hover,
        .intro-wrap a:not(.btn-primary):hover,
        .guide-step a:hover,
        .faq-card a:hover {
            color: var(--gold);
            text-decoration-color: rgba(212, 175, 55, 0.85);
        }

        .doc-header .header-mascot {
            position: absolute;
            z-index: 3;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            width: min(46%, 300px);
            height: calc(100% - 28px);
            min-height: 150px;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .doc-header .header-mascot img {
            display: block;
            width: auto;
            height: 100%;
            max-width: 100%;
            object-fit: contain;
            object-position: center center;
            mix-blend-mode: lighten;
            filter:
                drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35))
                drop-shadow(0 0 28px rgba(212, 175, 55, 0.35));
            -webkit-mask-image: linear-gradient(
                90deg,
                transparent 0%,
                rgba(0, 0, 0, 0.35) 10%,
                black 26%,
                black 100%
            );
            mask-image: linear-gradient(
                90deg,
                transparent 0%,
                rgba(0, 0, 0, 0.35) 10%,
                black 26%,
                black 100%
            );
        }

        .doc-header .header-pill {
            position: absolute;
            left: 24px;
            bottom: 14px;
            z-index: 4;
            font-family: "Manrope", sans-serif;
            font-size: 0.6875rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            padding: 6px 14px;
            border: 1px solid rgba(201, 162, 39, 0.45);
            border-radius: 999px;
            color: #f5e6b8;
            background: rgba(5, 5, 5, 0.85);
        }

        /* Intro — reposty-lite */
        .intro-wrap {
            position: relative; z-index: 2;
            max-width: 1200px; margin: 0 auto;
            padding: 0 24px 40px;
        }

        .intro-card {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 18px;
            align-items: start;
            padding: 22px 24px;
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
        }

        .intro-card .icon-box {
            width: 48px;
            height: 48px;
            flex-shrink: 0;
            border: 1px solid var(--border);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(212, 175, 55, 0.08);
        }

        .intro-card .icon-box svg {
            width: 24px;
            height: 24px;
            stroke: var(--gold);
            fill: none;
            stroke-width: 1.5;
            stroke-linejoin: round;
        }

        .intro-card h2 {
            font-family: 'Manrope', sans-serif;
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--gold-light);
            letter-spacing: 0.02em;
        }

        .intro-card p {
            font-size: 0.98rem;
            color: var(--text-muted);
            line-height: 1.65;
            max-width: 52em;
        }

        /* Sections */
        main { position: relative; z-index: 2; }

        .section {
            max-width: 1200px; margin: 0 auto;
            padding: 0 24px 72px;
        }

        .section-head {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 32px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border);
        }

        .section-num {
            flex-shrink: 0;
            font-size: clamp(2.5rem, 6vw, 3.25rem);
            font-weight: 800;
            line-height: 1;
            color: var(--gold);
            letter-spacing: -0.02em;
        }

        .section-head-text h2 {
            font-size: clamp(1.1rem, 2.5vw, 1.35rem);
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            line-height: 1.25;
            margin-bottom: 0;
            color: var(--text);
        }

        .section-lead {
            color: var(--text-muted);
            font-size: 1rem;
            max-width: 640px;
            line-height: 1.7;
            margin-top: 12px;
        }

        .gold-card {
            background: var(--bg-card);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 24px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        .gold-card:hover {
            border-color: var(--border-hover);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(212, 175, 55, 0.06);
        }

        /* Platforms grid — 9 items → 3×3 on desktop */
        .platforms-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            max-width: 720px;
            margin: 0 auto;
        }

        .platform-badge {
            display: flex; flex-direction: column; align-items: center;
            justify-content: center; gap: 12px;
            padding: 24px 16px;
            text-align: center;
            min-height: 120px;
        }

        .platform-badge .icon-wrap {
            width: 44px; height: 44px;
            display: flex; align-items: center; justify-content: center;
            border-radius: 12px;
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid var(--border);
            color: var(--gold-light);
        }

        .platform-badge .icon-wrap svg { width: 24px; height: 24px; }

        .platform-badge span {
            font-family: 'Manrope', sans-serif;
            font-weight: 600; font-size: 0.9rem;
            color: var(--text-secondary);
        }

        /* Stories */
        .stories-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .story-card {
            display: flex; align-items: flex-start; gap: 16px;
            padding: 24px;
        }

        .story-card .story-icon {
            width: 48px; height: 48px; flex-shrink: 0;
            border-radius: 12px;
            background: rgba(212, 175, 55, 0.1);
            display: flex; align-items: center; justify-content: center;
            border: 1px solid var(--border);
            color: var(--gold);
        }

        .story-card h3 {
            font-size: 1rem; font-weight: 600;
            margin-bottom: 4px;
        }

        .story-card p {
            font-size: 0.88rem; color: var(--text-muted);
        }

        /* Queue list */
        .feature-list {
            list-style: none;
            display: grid;
            gap: 14px;
        }

        .feature-list li {
            display: flex; align-items: flex-start; gap: 14px;
            padding: 18px 22px;
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 12px;
            color: var(--text-muted);
            font-size: 0.98rem;
        }

        .feature-list li svg {
            flex-shrink: 0;
            margin-top: 2px;
            color: var(--gold);
            stroke: var(--gold);
        }

        /* Stat cards */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 28px;
        }

        .stat-card {
            text-align: center;
            padding: 32px 20px;
        }

        .stat-value {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 800;
            letter-spacing: -0.02em;
            color: var(--gold);
            margin-bottom: 8px;
            line-height: 1.1;
        }

        .stat-label {
            font-size: 0.9rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        .stat-note {
            padding: 28px;
            color: var(--text-muted);
            font-size: 0.98rem;
            line-height: 1.75;
        }

        .stat-note strong { color: var(--text-secondary); font-weight: 600; }

        /* Audience pills */
        .audience-grid {
            display: flex; flex-wrap: wrap; gap: 12px;
        }

        .audience-pill {
            padding: 12px 22px;
            border-radius: 100px;
            background: var(--surface);
            border: 1px solid var(--border);
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            font-size: 0.92rem;
            color: var(--text-secondary);
            transition: all 0.3s;
        }

        .audience-pill:hover {
            border-color: var(--border-hover);
            background: rgba(212, 175, 55, 0.12);
            color: var(--gold-light);
        }

        /* Benefits */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .benefit-card {
            display: flex; align-items: flex-start; gap: 16px;
            padding: 24px;
        }

        .benefit-card .benefit-icon {
            width: 40px; height: 40px; flex-shrink: 0;
            border-radius: 10px;
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid var(--border);
            display: flex; align-items: center; justify-content: center;
            color: var(--gold);
        }

        .benefit-card .benefit-icon svg { stroke: var(--gold); }

        .benefit-card p {
            font-weight: 500;
            color: var(--text-secondary);
            font-size: 0.98rem;
            line-height: 1.5;
        }

        /* Пошаговая инструкция (capabilities) */
        .guide-steps {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .guide-step {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 18px;
            align-items: start;
            padding: 22px 24px;
        }

        .guide-step-num {
            flex-shrink: 0;
            min-width: 44px;
            width: auto;
            height: 44px;
            padding: 0 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            font-family: 'Manrope', sans-serif;
            font-weight: 800;
            font-size: 0.95rem;
            line-height: 1;
            white-space: nowrap;
            color: var(--gold);
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid var(--border);
        }

        .guide-step h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--text);
        }

        .guide-step p,
        .guide-step ul {
            font-size: 0.95rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

        .guide-step ul {
            margin: 10px 0 0 18px;
        }

        .guide-step li + li { margin-top: 6px; }

        .flow-diagram {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
            margin-top: 20px;
        }

        .flow-chip {
            padding: 10px 16px;
            border-radius: 100px;
            border: 1px solid var(--border);
            background: var(--surface);
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--text-secondary);
        }

        .flow-arrow {
            color: var(--gold-dark);
            font-size: 1.1rem;
            line-height: 1;
        }

        .faq-stack {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .faq-card h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--gold-light);
        }

        .faq-card p {
            font-size: 0.95rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

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

        .menu-item-card h3 {
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--text);
        }

        .menu-item-card p {
            font-size: 0.9rem;
            color: var(--text-muted);
            line-height: 1.55;
        }

        /* CTA */
        .cta-section {
            max-width: 1200px; margin: 0 auto 80px;
            padding: 0 24px;
        }

        .cta-block {
            text-align: center;
            padding: clamp(40px, 8vw, 64px) clamp(28px, 5vw, 48px);
            position: relative;
            overflow: hidden;
        }

        .cta-block::after {
            content: '';
            position: absolute; inset: 0;
            background: radial-gradient(ellipse at 50% 0%, rgba(212, 175, 55, 0.18), transparent 62%);
            pointer-events: none;
        }

        .cta-block {
            border-color: var(--gold-border);
            background:
                radial-gradient(ellipse 80% 120% at 50% -20%, rgba(212, 175, 55, 0.14), transparent 55%),
                var(--bg-card);
        }

        .cta-block > * { position: relative; z-index: 1; }

        .cta-block p {
            font-size: clamp(1.1rem, 2.5vw, 1.35rem);
            font-weight: 500;
            color: var(--text-secondary);
            max-width: 680px;
            margin: 0 auto 32px;
            line-height: 1.65;
        }

        .btn-primary {
            display: inline-flex; align-items: center; justify-content: center; gap: 10px;
            padding: 16px 36px; border-radius: 100px;
            font-family: 'Manrope', sans-serif;
            font-weight: 700; font-size: 1rem;
            background: linear-gradient(180deg, #f5e6b8 0%, #d4af37 42%, #b8860b 100%);
            color: #0a0805;
            text-decoration: none;
            border: 1px solid rgba(245, 230, 184, 0.5);
            box-shadow: 0 0 28px var(--gold-glow), 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 40px var(--gold-glow), 0 12px 32px rgba(0, 0, 0, 0.4);
            color: #050505;
        }

        .btn-primary svg { color: #0a0805; }

        .section-divider {
            height: 1px; max-width: 1200px; margin: 0 auto 72px;
            background: linear-gradient(90deg, transparent, var(--border-hover), transparent);
        }

        /* Site footer — как personalabai.ru/legal/offer */
        .site-footer {
            position: relative;
            z-index: 2;
            padding: 56px 24px 32px;
            border-top: 1px solid var(--border);
            background: rgba(5, 5, 5, 0.55);
            text-align: left;
        }

        .site-footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-col h4 {
            font-family: 'Manrope', sans-serif;
            color: var(--text);
            font-size: 1.1rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .footer-col p {
            color: var(--text-muted);
            font-size: 0.95rem;
            margin-bottom: 12px;
            line-height: 1.5;
        }

        .footer-col a {
            color: var(--gold-light);
            text-decoration: none;
            transition: color 0.25s ease;
        }

        .footer-col a:hover { color: var(--text); }

        .footer-doc-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .footer-doc-links li { margin-bottom: 12px; }

        .footer-doc-links a {
            color: var(--text-muted);
            font-size: 0.95rem;
        }

        .footer-doc-links a:hover { color: var(--gold-light); }

        .footer-bottom {
            padding-top: 24px;
            border-top: 1px solid var(--border);
            text-align: center;
            color: var(--text-muted);
            font-size: 0.85rem;
            line-height: 1.55;
        }

        .footer-bottom p {
            margin: 0 0 10px;
        }

        .footer-bottom p:last-child {
            margin-bottom: 0;
        }

        .site-footer .footer-bottom p.footer-legal-notice {
            width: 100%;
            max-width: none;
            margin: 0 0 18px;
            padding: 0;
            font-size: 0.85rem;
            line-height: 1.6;
            color: var(--text-muted);
            text-align: center;
        }

        .footer-creator {
            border-top: 1px solid var(--border);
            margin-top: 2px;
            padding-top: 18px;
        }

        .footer-creator a {
            color: var(--gold-light);
            text-decoration: none;
        }

        .footer-creator a:hover {
            color: var(--text);
            text-decoration: underline;
        }

        .reveal {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .doc-header.reveal,
        .doc-header.reveal.visible {
            opacity: 1;
            transform: none;
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 900px) {
            .doc-header .header-text { max-width: 56%; }
            .doc-header .header-mascot {
                width: min(46%, 280px);
                height: min(68%, 220px);
                max-height: 220px;
            }
            .doc-header .header-mascot img { max-height: 220px; }
            .intro-card { padding: 18px 20px; }
            .stories-grid { grid-template-columns: 1fr; }
            .stats-grid { grid-template-columns: 1fr; }
            .benefits-grid { grid-template-columns: 1fr; }
            .menu-grid { grid-template-columns: 1fr; }
            .guide-step { grid-template-columns: 1fr; gap: 12px; }
            .flow-diagram { flex-direction: column; align-items: flex-start; }
            .flow-arrow { display: none; }
        }

        @media (max-width: 640px) {
            .doc-header-wrap { padding-bottom: 40px; }
            .doc-header {
                min-height: auto;
                padding: 16px 16px 14px;
            }
            .doc-header::before {
                background: linear-gradient(
                    180deg,
                    rgba(5, 5, 5, 0.98) 0%,
                    rgba(5, 5, 5, 0.75) 55%,
                    transparent 100%
                );
            }
            .doc-header .header-text {
                max-width: 100%;
                padding-right: 0;
            }
            .doc-header .doc-title { font-size: 1.35rem; }
            .doc-header .doc-subtitle {
                max-width: none;
                font-size: 0.8125rem;
            }
            .doc-header .header-mascot {
                position: relative;
                right: auto;
                top: auto;
                transform: none;
                width: 100%;
                max-width: min(320px, 88vw);
                height: auto;
                max-height: none;
                margin: 16px auto 0;
                justify-content: center;
            }
            .doc-header .header-mascot img {
                width: 100%;
                height: auto;
                max-height: 220px;
                margin: 0 auto;
                object-position: center center;
                mix-blend-mode: lighten;
                -webkit-mask-image: none;
                mask-image: none;
            }
            .doc-header .header-pill {
                position: relative;
                left: auto;
                bottom: auto;
                margin-top: 12px;
                max-width: 100%;
                display: inline-block;
            }
        }

        @media (max-width: 600px) {
            .platforms-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: 100%;
            }
            /* 9-й элемент — один в последнем ряду, по центру */
            .platforms-grid .platform-badge:last-child:nth-child(9) {
                grid-column: 1 / -1;
                max-width: calc(50% - 8px);
                margin-inline: auto;
            }
            .doc-header-wrap { padding-bottom: 32px; }
            .section { padding-bottom: 56px; }
        }

        @media (max-width: 400px) {
            .doc-header .doc-title { font-size: 1.2rem; }
            .doc-header .brand-mark {
                font-size: 0.5625rem;
                letter-spacing: 0.16em;
            }
            .doc-header .header-mascot {
                max-width: min(280px, 92vw);
            }
            .doc-header .header-mascot img { max-height: 180px; }
            .intro-card { grid-template-columns: 1fr; gap: 14px; }
            .intro-card .icon-box { width: 40px; height: 40px; }
        }
        .section-body { color: var(--text-muted); font-size: 0.98rem; line-height: 1.75; }
        .section-body p + p { margin-top: 0.75em; }
        .section-body strong { color: var(--text-secondary); font-weight: 600; }

        .discount-caption, .metric-caption {
            font-size: 0.88rem; color: var(--text-muted); margin-bottom: 20px;
        }

        .discount-track {
            display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 28px;
        }

        .discount-step {
            text-align: center; padding: 24px 12px;
        }

        .discount-step .pct {
            font-family: 'Manrope', sans-serif;
            font-size: clamp(1.25rem, 3vw, 1.75rem);
            font-weight: 800; color: var(--gold); line-height: 1.1;
        }

        .discount-step .users {
            font-size: 0.82rem; color: var(--text-muted); margin-top: 8px;
            text-transform: uppercase; letter-spacing: 0.04em;
        }

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

        .example-card { padding: 24px; }
        .example-card--wide { grid-column: 1 / -1; }

        .example-card .num {
            font-family: 'Manrope', sans-serif; font-size: 1.75rem; font-weight: 800;
            color: rgba(212, 175, 55, 0.35); line-height: 1; margin-bottom: 8px;
        }

        .example-card h3 {
            font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 700;
            color: var(--gold-light); margin-bottom: 10px;
        }

        .example-card p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.6; }
        .example-card .result {
            margin-top: 12px; padding-top: 12px;
            border-top: 1px solid var(--border); color: var(--text-secondary);
        }
        .example-card .result strong { color: var(--gold); }

        .bullet-list {
            list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 8px;
        }

        .bullet-list li {
            position: relative;
            padding-left: 18px;
            font-size: 0.98rem;
            color: var(--text-muted);
        }

        .bullet-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.55em;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--gold);
            box-shadow: 0 0 8px var(--gold-glow);
        }

        .check-list {
            list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 16px 0;
        }

        .check-list li {
            display: flex; align-items: flex-start; gap: 12px;
            font-size: 0.98rem; color: var(--text-muted);
        }

        .check-icon {
            width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;
            stroke: var(--gold); fill: none; stroke-width: 2.5;
        }

        .closing-card {
            margin-top: 24px; padding: 24px 28px; text-align: center;
            background: var(--surface); border: 1px solid var(--border);
            border-radius: 12px; color: var(--text-muted); font-size: 0.98rem; line-height: 1.65;
        }

        .closing-card strong { color: var(--gold-light); }

        .price-grid {
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
        }

        .price-grid--1 { grid-template-columns: 1fr; max-width: 420px; }

        .price-card { text-align: center; padding: 28px 20px; }
        .price-card--accent { border-color: var(--gold-border); }

        .price-card .tier {
            font-family: 'Manrope', sans-serif; font-size: 0.82rem; font-weight: 700;
            letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 12px;
        }

        .price-card .amount {
            font-family: 'Manrope', sans-serif; font-size: clamp(1.5rem, 4vw, 2rem);
            font-weight: 800; color: var(--text); line-height: 1.15;
        }

        .price-card .amount span { font-size: 0.95rem; font-weight: 600; color: var(--text-muted); }

        .price-card .note { margin-top: 10px; font-size: 0.88rem; color: var(--text-muted); line-height: 1.45; }

        .price-footnote {
            margin-top: 20px; padding: 18px 20px 18px 22px;
            border: 1px solid var(--border); border-left: 3px solid var(--gold);
            border-radius: 0 12px 12px 0; background: var(--surface);
            font-size: 0.92rem; color: var(--text-muted); line-height: 1.6;
        }

        .price-footnote strong { color: var(--gold-light); }

        .stats-grid--1 { grid-template-columns: 1fr; max-width: 320px; }

        .param-rows { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }

        .param-row {
            display: flex; align-items: center; gap: 16px; padding: 20px 22px;
        }

        .param-row .param-icon {
            flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
            border: 1px solid var(--border); background: rgba(212, 175, 55, 0.1);
            display: flex; align-items: center; justify-content: center;
            font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 0.85rem; color: var(--gold);
        }

        .param-row .param-label {
            font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em;
            color: var(--text-muted); margin-bottom: 4px;
        }

        .param-row .param-value {
            font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--text-secondary);
        }

        .param-row .param-value .accent { color: var(--gold); }

        .info-card { padding: 24px; margin-top: 20px; }
        .info-card h3 {
            font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 700;
            color: var(--gold-light); margin-bottom: 10px;
        }
        .info-card p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.65; }

        .requisites {
            border: 1px solid var(--border); border-radius: 12px; overflow: hidden;
        }

        .req-row {
            display: grid; grid-template-columns: minmax(140px, 32%) 1fr;
            border-bottom: 1px solid rgba(201, 162, 39, 0.15);
        }

        .req-row:last-child { border-bottom: none; }

        .req-label {
            padding: 14px 16px; background: rgba(248, 245, 238, 0.03);
            color: var(--text-muted); font-size: 0.88rem;
        }

        .req-value {
            padding: 14px 16px; color: var(--text-secondary); font-size: 0.92rem; word-break: break-word;
        }

        .doc-footer-minimal {
            position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
            padding: 0 24px 48px; color: var(--gold); font-family: 'Manrope', sans-serif;
            font-weight: 600; font-size: 0.85rem; letter-spacing: 0.04em;
        }

        .doc-page-top { padding-top: 32px; }

        @media (max-width: 900px) {
            .discount-track { grid-template-columns: repeat(3, 1fr); }
            .price-grid { grid-template-columns: 1fr; }
            .examples-grid { grid-template-columns: 1fr; }
            .param-rows { grid-template-columns: 1fr; }
        }

        @media (max-width: 640px) {
            .discount-track { grid-template-columns: 1fr 1fr; }
            .req-row { grid-template-columns: 1fr; }
            .req-label { border-bottom: 1px solid rgba(201, 162, 39, 0.1); padding-bottom: 6px; }
            .site-footer { padding: 40px 20px 24px; }
            .footer-grid { gap: 28px; margin-bottom: 28px; }
            .site-footer .footer-bottom p.footer-legal-notice {
                margin-bottom: 16px;
                font-size: 0.8rem;
                line-height: 1.65;
                text-align: center;
            }
            .footer-creator {
                padding-top: 14px;
            }
        }

        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* Legal / offer pages */
        .meta-card {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px 24px;
            padding: 22px 24px;
        }

        .meta-card dt {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: var(--text-muted);
            margin-bottom: 4px;
        }

        .meta-card dd {
            font-size: 0.92rem;
            color: var(--text-secondary);
            line-height: 1.5;
            margin: 0;
            word-break: break-word;
        }

        .meta-card dd a:hover { color: var(--text); }

        .meta-card__full { grid-column: 1 / -1; }

        /* Inline-ссылки в legal-тексте — золото, при hover белый (не синий браузерный) */
        main a:not(.btn-primary),
        .section-body a,
        .legal-note a,
        .term-list a,
        .bullet-list a,
        .info-card a,
        .refund-card a {
            color: var(--gold-light);
            text-decoration: none;
            transition: color 0.25s ease;
        }

        main a:not(.btn-primary):visited,
        .section-body a:visited,
        .legal-note a:visited,
        .term-list a:visited,
        .bullet-list a:visited,
        .info-card a:visited,
        .refund-card a:visited {
            color: var(--gold-light);
        }

        main a:not(.btn-primary):hover,
        .section-body a:hover,
        .legal-note a:hover,
        .term-list a:hover,
        .bullet-list a:hover,
        .info-card a:hover,
        .refund-card a:hover {
            color: var(--text);
        }

        .meta-card dd a {
            color: var(--gold-light);
            text-decoration: none;
            transition: color 0.25s ease;
        }

        .meta-card dd a:hover { color: var(--text); }

        .legal-sublist {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin: 12px 0 0 20px;
            padding-left: 0;
        }

        .legal-sublist li {
            position: relative;
            padding-left: 14px;
            font-size: 0.95rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

        .legal-sublist li::before {
            content: "—";
            position: absolute;
            left: 0;
            color: var(--gold-dark);
        }

        .term-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 16px;
        }

        .term-list p {
            font-size: 0.95rem;
            color: var(--text-muted);
            line-height: 1.7;
        }

        .term-list strong { color: var(--text-secondary); }

        .legal-note {
            margin-top: 16px;
            padding: 16px 20px 16px 22px;
            border: 1px solid var(--border);
            border-left: 3px solid var(--gold);
            border-radius: 0 12px 12px 0;
            background: var(--surface);
            font-size: 0.92rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

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

        .refund-card {
            padding: 24px 22px;
        }

        .refund-card h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .refund-card--yes {
            border-color: rgba(201, 162, 39, 0.55);
        }

        .refund-card--yes h3 { color: var(--gold-light); }

        .refund-card--no h3 { color: var(--text-secondary); }

        .refund-card .bullet-list { margin-top: 0; }

        .refund-card .bullet-list li { font-size: 0.9rem; }

        @media (max-width: 768px) {
            .meta-card { grid-template-columns: 1fr; }
            .refund-grid { grid-template-columns: 1fr; }
        }

        /* Таблицы в legal-документах */
        .legal-table-wrap {
            overflow-x: auto;
            margin: 16px 0;
            border: 1px solid var(--border);
            border-radius: 12px;
        }

        .legal-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.88rem;
            min-width: 560px;
        }

        .legal-table th,
        .legal-table td {
            padding: 14px 16px;
            text-align: left;
            vertical-align: top;
            border-bottom: 1px solid rgba(201, 162, 39, 0.12);
        }

        .legal-table thead th {
            font-family: 'Manrope', sans-serif;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: var(--gold-light);
            background: rgba(248, 245, 238, 0.04);
        }

        .legal-table tbody td {
            color: var(--text-muted);
            line-height: 1.55;
        }

        .legal-table tbody td:first-child {
            font-weight: 600;
            color: var(--text-secondary);
            white-space: nowrap;
        }

        .legal-table tbody tr:last-child td { border-bottom: none; }

        .requisites a {
            color: var(--gold-light);
            text-decoration: none;
            transition: color 0.25s ease;
        }

        .requisites a:hover { color: var(--text); }

        .requisites a:visited { color: var(--gold-light); }

        /* ——— Social warmup: nav, timeline, danger, accordion, checklist ——— */

        .doc-page-with-nav .doc-header-wrap,
        body:has(#navbar.navbar-sub) .doc-header-wrap {
            padding-top: 96px;
        }

        .doc-page-with-nav .doc-header-wrap.doc-page-top,
        body:has(#navbar.navbar-sub) .doc-header-wrap.doc-page-top {
            padding-top: 96px;
        }

        .nav-links a.nav-active {
            color: var(--gold-light);
            background: rgba(212, 175, 55, 0.12);
            font-weight: 600;
        }

        /* Timeline по дням */
        .warmup-timeline {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .warmup-timeline-item {
            display: grid;
            grid-template-columns: 88px 1fr;
            gap: 20px;
            padding: 24px 24px 24px 20px;
            border-radius: 0;
            border-left: none;
            border-right: none;
            border-top: none;
        }

        .warmup-timeline-item:first-child {
            border-radius: 12px 12px 0 0;
        }

        .warmup-timeline-item:last-child {
            border-radius: 0 0 12px 12px;
            border-bottom: 1px solid var(--border);
        }

        .warmup-timeline-item + .warmup-timeline-item {
            border-top: 1px solid rgba(201, 162, 39, 0.1);
            margin-top: -1px;
        }

        .warmup-timeline-marker {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }

        .warmup-timeline-day {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 64px;
            padding: 8px 10px;
            border-radius: 100px;
            font-family: 'Manrope', sans-serif;
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--gold-light);
            background: rgba(212, 175, 55, 0.14);
            border: 1px solid var(--gold-border-soft);
            white-space: nowrap;
        }

        .warmup-timeline-line {
            flex: 1;
            width: 2px;
            min-height: 24px;
            margin: 8px 0;
            background: linear-gradient(180deg, var(--gold-border), rgba(201, 162, 39, 0.15));
        }

        .warmup-timeline-line--last {
            background: transparent;
            min-height: 0;
        }

        .warmup-timeline-content h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-secondary);
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .warmup-timeline-content p {
            font-size: 0.92rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

        .warmup-timeline-content p + p {
            margin-top: 8px;
        }

        /* Danger cards */
        .danger-cards {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .danger-card {
            padding: 22px 20px;
            border-radius: 12px;
            border: 1px solid rgba(220, 80, 70, 0.35);
            background:
                radial-gradient(ellipse 80% 60% at 50% 0%, rgba(220, 80, 70, 0.1), transparent 65%),
                rgba(12, 8, 8, 0.85);
            transition: border-color 0.25s, transform 0.25s;
        }

        .danger-card:hover {
            border-color: rgba(220, 80, 70, 0.55);
            transform: translateY(-2px);
        }

        .danger-card-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            margin-bottom: 14px;
            border-radius: 10px;
            background: rgba(220, 80, 70, 0.12);
            color: #e87a72;
        }

        .danger-card-icon svg {
            width: 22px;
            height: 22px;
        }

        .danger-card h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            color: #f0a8a3;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .danger-card p {
            font-size: 0.88rem;
            color: var(--text-muted);
            line-height: 1.6;
        }

        /* FAQ accordion (details/summary) */
        .faq-accordion {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .faq-accordion-item {
            padding: 0;
            overflow: hidden;
            transition: border-color 0.25s;
        }

        .faq-accordion-item[open] {
            border-color: var(--gold-border);
        }

        .faq-accordion-item summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 20px 22px;
            font-family: 'Manrope', sans-serif;
            font-size: 0.98rem;
            font-weight: 700;
            color: var(--text-secondary);
            cursor: pointer;
            list-style: none;
            line-height: 1.4;
            transition: color 0.25s;
        }

        .faq-accordion-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-accordion-item summary::after {
            content: '';
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            transition: transform 0.3s ease;
        }

        .faq-accordion-item[open] summary::after {
            transform: rotate(180deg);
        }

        .faq-accordion-item summary:hover {
            color: var(--gold-light);
        }

        .faq-accordion-body {
            padding: 0 22px 20px;
        }

        .faq-accordion-body p {
            font-size: 0.92rem;
            color: var(--text-muted);
            line-height: 1.7;
        }

        .faq-accordion-body p + p {
            margin-top: 10px;
        }

        /* Checklist делать / не делать */
        .warmup-checklist {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .checklist-col {
            padding: 24px 22px;
        }

        .checklist-col h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'Manrope', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 18px;
            line-height: 1.3;
        }

        .checklist-do h3 {
            color: #8fd4a0;
        }

        .checklist-do h3 svg {
            color: #6ec98a;
        }

        .checklist-dont h3 {
            color: #e87a72;
        }

        .checklist-dont h3 svg {
            color: #dc5046;
        }

        .checklist-col ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .checklist-col li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 0.92rem;
            color: var(--text-muted);
            line-height: 1.55;
        }

        .checklist-marker {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            margin-top: 2px;
        }

        .checklist-marker--do {
            color: #6ec98a;
        }

        .checklist-marker--dont {
            color: #dc5046;
        }

        .checklist-do {
            border-color: rgba(110, 201, 138, 0.35);
            background:
                radial-gradient(ellipse 70% 50% at 50% 0%, rgba(110, 201, 138, 0.08), transparent 60%),
                var(--bg-card);
        }

        .checklist-dont {
            border-color: rgba(220, 80, 70, 0.35);
            background:
                radial-gradient(ellipse 70% 50% at 50% 0%, rgba(220, 80, 70, 0.08), transparent 60%),
                var(--bg-card);
        }

        @media (max-width: 900px) {
            .danger-cards {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .doc-page-with-nav .doc-header-wrap,
            body:has(#navbar.navbar-sub) .doc-header-wrap {
                padding-top: 72px;
            }

            .warmup-timeline-item {
                grid-template-columns: 1fr;
                gap: 12px;
                padding: 20px 18px;
            }

            .warmup-timeline-marker {
                flex-direction: row;
                justify-content: flex-start;
                gap: 12px;
            }

            .warmup-timeline-line {
                width: auto;
                flex: 1;
                height: 2px;
                min-height: 0;
                margin: 0;
                background: linear-gradient(90deg, var(--gold-border), transparent);
            }

            .warmup-timeline-line--last {
                display: none;
            }

            .danger-cards {
                grid-template-columns: 1fr;
            }

            .warmup-checklist {
                grid-template-columns: 1fr;
            }

            .faq-accordion-item summary {
                font-size: 0.92rem;
                padding: 18px 16px;
            }

            .faq-accordion-body {
                padding: 0 16px 18px;
            }
        }
