/* Репост Лайт — главная (расширение doc-gold, не трогать legal-страницы) */

/* ——— Nav ——— */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 14px 24px;
    transition: background 0.35s, border-color 0.35s, box-shadow 0.35s;
}

#navbar.scrolled {
    background: rgba(5, 5, 5, 0.92);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: var(--text);
    flex-shrink: 0;
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: color 0.25s, background 0.25s;
}

.nav-links a:hover {
    color: var(--gold-light);
    background: rgba(212, 175, 55, 0.08);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    border-radius: 100px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    background: linear-gradient(180deg, #f5e6b8 0%, #d4af37 50%, #b8860b 100%);
    color: #0a0805;
    border: 1px solid rgba(245, 230, 184, 0.4);
    box-shadow: 0 0 20px var(--gold-glow);
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
}

.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 32px var(--gold-glow);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--gold-light);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

/* ——— Sub-page navbar (doc pages) ——— */
.navbar-sub {
    background: rgba(5, 5, 5, 0.9);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.navbar-sub.scrolled {
    background: rgba(5, 5, 5, 0.96);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.nav-sub-actions {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    min-width: 0;
}

.nav-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 100px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    color: var(--gold-light);
    border: 1px solid var(--gold-border);
    background: rgba(212, 175, 55, 0.06);
    transition: color 0.25s, background 0.25s, border-color 0.25s;
    white-space: nowrap;
}

.nav-btn-ghost:hover {
    color: var(--text);
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--gold);
}

.nav-btn-ghost--compact {
    padding: 9px 14px;
}

.nav-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-tg-link {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 8px;
    transition: color 0.25s, background 0.25s;
    white-space: nowrap;
}

.nav-tg-link:hover {
    color: var(--gold-light);
    background: rgba(212, 175, 55, 0.08);
}

.navbar-sub .nav-links--sub-mobile {
    display: none;
}

.desktop-only {
    display: flex;
}

/* ——— Hero ——— */
.landing-hero-wrap {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px 48px;
}

.hero-doc-header {
    min-height: clamp(260px, 30vw, 320px);
    padding: 32px 36px 56px;
}

.hero-doc-header::before {
    background: linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.98) 0%,
        rgba(5, 5, 5, 0.88) 48%,
        rgba(5, 5, 5, 0.35) 62%,
        transparent 78%
    );
}

.hero-doc-header .header-text {
    max-width: min(56%, 640px);
    gap: 10px;
}

.hero-doc-header .header-mascot {
    width: min(42%, 380px);
    right: 12px;
}

.hero-mascot-float {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    animation: mascot-float 5s ease-in-out infinite;
}

.hero-doc-header .hero-mascot-float img {
    animation: none;
}

.hero-status-badge--overlay {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    z-index: 5;
    background: rgba(5, 5, 5, 0.84);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    pointer-events: none;
}

.hero-doc-header .doc-title {
    font-size: clamp(1.6rem, 4.2vw, 2.5rem);
    text-transform: none;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.hero-doc-header .doc-subtitle {
    max-width: 38em;
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    line-height: 1.55;
    color: #c8c0a8;
}

.hero-doc-header .doc-subtitle 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;
}

.hero-doc-header .doc-subtitle a:visited {
    color: var(--gold-light);
}

.hero-doc-header .doc-subtitle a:hover {
    color: var(--gold);
    text-decoration-color: rgba(212, 175, 55, 0.85);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.hero-hook-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 9px 20px;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.22) 0%, rgba(5, 5, 5, 0.92) 42%, rgba(212, 175, 55, 0.14) 100%);
    border: 1px solid rgba(212, 175, 55, 0.6);
    box-shadow:
        0 0 28px rgba(212, 175, 55, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.hero-hook-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 230, 160, 0.14) 50%, transparent 62%);
    animation: hook-shimmer 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes hook-shimmer {
    0%, 100% { transform: translateX(-120%); opacity: 0; }
    45%, 55% { opacity: 1; }
    100% { transform: translateX(120%); }
}

.hero-hook-part {
    position: relative;
    z-index: 1;
    color: #f2ead8;
}

.hero-hook-accent {
    color: var(--gold-light);
    text-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

.hero-hook-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--gold);
    background: rgba(212, 175, 55, 0.18);
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 14px rgba(212, 175, 55, 0.25);
    position: relative;
    z-index: 1;
}

.hero-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold-light);
    padding: 6px 14px;
    border: 1px solid var(--gold-border);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.7);
    width: fit-content;
}

.hero-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 10px var(--gold-glow);
    animation: status-pulse 2s ease-in-out infinite;
}

@keyframes status-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.15); }
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary {
    min-height: 50px;
    padding: 14px 32px;
    font-size: 1rem;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 100px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    color: var(--gold-light);
    border: 1px solid var(--gold-border);
    background: rgba(5, 5, 5, 0.5);
    transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.btn-secondary:hover {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.1);
    color: var(--text);
}

/* Platform marquee */
.platform-marquee-wrap {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 0 24px;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.platform-marquee {
    display: flex;
    gap: 32px;
    width: max-content;
    animation: marquee-scroll 35s linear infinite;
}

.platform-marquee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    white-space: nowrap;
}

.platform-marquee-item svg {
    width: 18px;
    height: 18px;
    color: var(--gold);
    flex-shrink: 0;
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ——— Platforms (landing grid) ——— */
.landing-platforms-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.landing-platform-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    text-align: center;
    min-height: 130px;
    position: relative;
}

.landing-platform-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.landing-platform-card .p-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    transition: transform 0.35s, box-shadow 0.35s;
}

.landing-platform-card .p-icon svg { width: 24px; height: 24px; }

.landing-platform-card:hover .p-icon {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px var(--gold-glow);
}

.landing-platform-card.in-dev {
    opacity: 0.65;
}

.dev-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gold);
    padding: 4px 10px;
    border: 1px solid var(--gold-border);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.08);
}

.platform-teaser {
    grid-column: 1 / -1;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto;
    padding: 16px;
}

.platform-teaser h3 {
    font-style: italic;
    font-weight: 500;
    color: var(--text-muted);
    font-size: 1rem;
}

.platforms-stagger .landing-platform-card {
    opacity: 0;
    transform: translateY(20px);
}

.platforms-stagger.visible .landing-platform-card {
    animation: card-rise 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.platforms-stagger.visible .landing-platform-card:nth-child(1) { animation-delay: 0.05s; }
.platforms-stagger.visible .landing-platform-card:nth-child(2) { animation-delay: 0.1s; }
.platforms-stagger.visible .landing-platform-card:nth-child(3) { animation-delay: 0.15s; }
.platforms-stagger.visible .landing-platform-card:nth-child(4) { animation-delay: 0.2s; }
.platforms-stagger.visible .landing-platform-card:nth-child(5) { animation-delay: 0.25s; }
.platforms-stagger.visible .landing-platform-card:nth-child(6) { animation-delay: 0.3s; }
.platforms-stagger.visible .landing-platform-card:nth-child(7) { animation-delay: 0.35s; }
.platforms-stagger.visible .landing-platform-card:nth-child(8) { animation-delay: 0.4s; }
.platforms-stagger.visible .landing-platform-card:nth-child(9) { animation-delay: 0.45s; }
.platforms-stagger.visible .landing-platform-card:nth-child(10) { animation-delay: 0.5s; }
.platforms-stagger.visible .landing-platform-card:nth-child(11) { animation-delay: 0.55s; }
.platforms-stagger.visible .landing-platform-card:nth-child(12) { animation-delay: 0.6s; }

@keyframes card-rise {
    to { opacity: 1; transform: translateY(0); }
}

/* ——— Features ——— */
.features-landing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-landing-card {
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    min-height: 280px;
}

.feature-landing-card .feat-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    margin-bottom: 18px;
}

.feature-landing-card .feat-icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
}

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

.feature-landing-card > p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    flex: 1;
}

.feat-visual {
    margin-top: 20px;
    height: 72px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid var(--border);
    overflow: hidden;
    position: relative;
}

/* Repost progress */
.repost-bar-track {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.repost-bar-fill {
    height: 100%;
    width: 35%;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
    border-radius: 6px;
    animation: repost-progress 2.5s ease-in-out infinite alternate;
}

@keyframes repost-progress {
    0% { width: 20%; }
    100% { width: 92%; }
}

.repost-dots {
    position: absolute;
    bottom: 10px;
    left: 12px;
    right: 12px;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.repost-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.35;
    animation: dot-pop 1.8s ease-in-out infinite;
}

.repost-dots span:nth-child(2) { animation-delay: 0.3s; }
.repost-dots span:nth-child(3) { animation-delay: 0.6s; }
.repost-dots span:nth-child(4) { animation-delay: 0.9s; }

@keyframes dot-pop {
    0%, 100% { opacity: 0.3; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Queue slots */
.queue-slots {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 100%;
    padding: 12px 14px;
}

.queue-slots .slot {
    flex: 1;
    height: 24px;
    background: rgba(212, 175, 55, 0.15);
    border-radius: 4px 4px 0 0;
    animation: slot-grow 2s ease-in-out infinite alternate;
}

.queue-slots .slot:nth-child(1) { animation-delay: 0s; height: 30%; }
.queue-slots .slot:nth-child(2) { animation-delay: 0.2s; height: 55%; }
.queue-slots .slot:nth-child(3) { animation-delay: 0.4s; height: 75%; }
.queue-slots .slot:nth-child(4) { animation-delay: 0.6s; height: 45%; }
.queue-slots .slot:nth-child(5) { animation-delay: 0.8s; height: 20%; opacity: 0.4; }

@keyframes slot-grow {
    0% { transform: scaleY(0.85); }
    100% { transform: scaleY(1.15); }
}

/* Avatar stack */
.avatar-stack-feat {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 12px;
}

.avatar-stack-feat .av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--bg-deep);
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    margin-left: -10px;
}

.avatar-stack-feat .av:first-child { margin-left: 0; }

.avatar-stack-feat .av-infinity {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0805;
}

/* Chat typing */
.chat-demo {
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

.chat-bubble {
    font-size: 0.75rem;
    padding: 8px 12px;
    border-radius: 10px;
    max-width: 85%;
}

.chat-bubble.user {
    align-self: flex-end;
    background: rgba(212, 175, 55, 0.2);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.chat-bubble.bot {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
    border: 1px solid var(--border);
}

.chat-bubble .typing-dots {
    display: inline-flex;
    gap: 3px;
}

.chat-bubble .typing-dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
    animation: typing-bounce 1.2s ease-in-out infinite;
}

.chat-bubble .typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.chat-bubble .typing-dots span:nth-child(3) { animation-delay: 0.3s; }

@keyframes typing-bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
    40% { transform: translateY(-4px); opacity: 1; }
}

.chat-bubble .bot-msg {
    display: none;
    color: var(--gold-light);
}

.chat-demo.typed .typing-wrap { display: none; }
.chat-demo.typed .bot-msg { display: inline; }

/* Mini chart */
.chart-bars-feat {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 100%;
    padding: 14px 16px 10px;
}

.chart-bars-feat .bar {
    flex: 1;
    background: linear-gradient(to top, var(--gold-dark), var(--gold-light));
    border-radius: 3px 3px 0 0;
    height: var(--h, 50%);
    animation: bar-pulse 2.5s ease-in-out infinite alternate;
    transform-origin: bottom;
}

.chart-bars-feat .bar:nth-child(odd) { animation-delay: 0.2s; }

@keyframes bar-pulse {
    0% { transform: scaleY(0.75); }
    100% { transform: scaleY(1.1); }
}

.live-indicator {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--gold);
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    box-shadow: 0 0 8px var(--gold-glow);
    animation: status-pulse 1.5s ease-in-out infinite;
}

/* Server uptime */
.server-feat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 100%;
}

.server-rack-feat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.server-rack-feat .rack-line {
    width: 48px;
    height: 8px;
    border-radius: 3px;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

.server-rack-feat .rack-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: var(--gold);
    animation: rack-blink 2s ease-in-out infinite;
}

.server-rack-feat .rack-line:nth-child(2)::after { animation-delay: 0.4s; }
.server-rack-feat .rack-line:nth-child(3)::after { animation-delay: 0.8s; }

@keyframes rack-blink {
    0%, 100% { opacity: 0.3; width: 20%; }
    50% { opacity: 1; width: 85%; }
}

.uptime-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold);
}

/* ——— How it works ——— */
.steps-landing {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 16px;
    align-items: stretch;
}

.step-landing-card {
    padding: 28px 24px;
    text-align: center;
}

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

.step-landing-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 12px;
}

.step-landing-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.65;
    text-align: left;
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    opacity: 0.5;
}

.step-arrow svg { width: 28px; height: 28px; }

/* ——— Pricing ——— */
.pricing-landing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.pricing-landing-card {
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
}

.pricing-landing-card.featured {
    border-color: var(--gold-border);
    background:
        radial-gradient(ellipse 100% 80% at 50% -30%, rgba(212, 175, 55, 0.15), transparent 55%),
        var(--bg-card);
}

.pricing-landing-card .plan-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    border: 1px solid var(--gold-border);
    color: var(--gold-light);
    background: rgba(212, 175, 55, 0.1);
}

.pricing-landing-card .plan-name {
    font-family: 'Manrope', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
}

.pricing-landing-card .plan-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.price-row-landing {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.price-old-landing {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.price-main-landing {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.02em;
}

.price-period-landing {
    font-size: 1rem;
    color: var(--text-muted);
}

.price-note-landing {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.pricing-list-landing {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.pricing-list-landing li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.pricing-list-landing .check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid var(--gold-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    margin-top: 2px;
}

.pricing-list-landing .check svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 3;
}

.pricing-footnote {
    text-align: center;
    font-size: 0.92rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 28px auto 0;
    line-height: 1.6;
}

.pricing-footnote strong { color: var(--text-secondary); }

/* ——— Referral ——— */
.referral-landing-block {
    padding: clamp(32px, 6vw, 56px);
}

.referral-landing-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 40px;
    align-items: start;
}

.referral-percent-lg {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(4.5rem, 12vw, 8rem);
    font-weight: 800;
    line-height: 0.9;
    color: var(--gold);
    letter-spacing: -0.03em;
}

.referral-steps-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ref-step-card {
    padding: 22px 24px;
}

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

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

.ref-step-card strong { color: var(--text-secondary); }

.referral-contacts-card {
    margin-top: 32px;
    padding: 32px;
    text-align: center;
}

.referral-contacts-card h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 14px;
}

.referral-contacts-card > p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 700px;
    margin: 0 auto 28px;
}

.admin-contact-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.admin-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 100px;
    border: 1px solid var(--gold-border);
    background: rgba(212, 175, 55, 0.08);
    color: var(--gold-light);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: border-color 0.3s, background 0.3s, transform 0.3s;
}

.admin-contact-btn svg { width: 20px; height: 20px; flex-shrink: 0; }

.admin-contact-btn:hover {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.18);
    transform: translateY(-2px);
    color: var(--text);
}

/* ——— FAQ ——— */
.faq-landing-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-landing-item {
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg-card);
    overflow: hidden;
    transition: border-color 0.3s;
}

.faq-landing-item.open {
    border-color: var(--gold-border);
}

.faq-landing-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
}

.faq-landing-q:hover { color: var(--gold-light); }

.faq-chevron {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--gold);
    transition: transform 0.35s;
}

.faq-landing-item.open .faq-chevron { transform: rotate(180deg); }

.faq-landing-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-landing-item.open .faq-landing-a { max-height: 280px; }

.faq-landing-a p {
    padding: 0 24px 20px;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ——— SEO ——— */
.seo-landing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.seo-landing-card {
    padding: 28px 24px;
}

.seo-landing-card .seo-icon-wrap {
    width: 44px;
    height: 44px;
    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);
    margin-bottom: 16px;
}

.seo-landing-card .seo-icon-wrap svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
}

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

.seo-landing-card > p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 12px;
}

.seo-list-landing {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seo-list-landing li {
    font-size: 0.88rem;
    color: var(--text-muted);
    padding-left: 16px;
    position: relative;
    line-height: 1.55;
}

.seo-list-landing li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

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

.seo-footer-landing {
    margin-top: 28px;
    padding: 28px 32px;
    text-align: center;
}

.seo-footer-landing p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.seo-footer-landing strong { color: var(--text-secondary); }

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

.cta-final-card {
    text-align: center;
    padding: clamp(48px, 10vw, 72px) 32px;
}

.cta-final-card h2 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text);
}

.cta-final-card h2 .gold-line {
    background: linear-gradient(180deg, #f5e6b8, #d4af37, #9a7b1a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-final-card > p {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin-bottom: 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.landing-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.landing-footer-brand {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.landing-footer-brand strong { color: var(--text); }

.landing-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.landing-footer-links a {
    color: var(--gold);
    text-decoration: none;
    font-size: 0.88rem;
}

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

.section-lead-center {
    text-align: center;
    max-width: 640px;
    margin: -16px auto 32px;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.65;
}

/* Stagger delays for reveal */
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
.reveal.d5 { transition-delay: 0.4s; }
.reveal.d6 { transition-delay: 0.48s; }

/* Mascot float on hero (image + overlay badge) */
@keyframes mascot-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ——— Responsive ——— */
@media (max-width: 900px) {
    .hero-doc-header .header-text {
        max-width: 58%;
    }

    .hero-doc-header .header-mascot {
        width: min(40%, 300px);
    }

    .features-landing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-landing {
        grid-template-columns: 1fr;
    }

    .step-arrow { display: none; }

    .referral-landing-inner {
        grid-template-columns: 1fr;
    }

    .pricing-landing-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .seo-landing-grid {
        grid-template-columns: 1fr;
    }

    .nav-links { display: none; }

    .hamburger { display: flex; }

    #navbar.menu-open .nav-links {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(5, 5, 5, 0.98);
        border-bottom: 1px solid var(--border);
        padding: 16px 24px 24px;
        gap: 4px;
    }

    #navbar.menu-open .nav-inner {
        flex-wrap: wrap;
    }

    #navbar.menu-open .nav-cta.desktop {
        width: 100%;
        justify-content: center;
        margin-top: 8px;
    }

    .nav-cta.desktop { display: none; }

    #navbar.menu-open .nav-cta.desktop { display: inline-flex; }

    .navbar-sub .nav-sub-actions,
    .navbar-sub .desktop-only {
        display: none;
    }

    #navbar.navbar-sub.menu-open .nav-links--sub-mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(5, 5, 5, 0.98);
        border-bottom: 1px solid var(--border);
        padding: 16px 24px 24px;
        gap: 4px;
        z-index: 99;
    }

    #navbar.navbar-sub.menu-open .nav-links--sub-mobile a {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .landing-hero-wrap { padding-top: 88px; }

    .hero-doc-header {
        padding: 20px 18px 14px;
        min-height: auto;
    }

    .hero-doc-header .header-text {
        max-width: 100%;
    }

    .hero-status-badge--overlay {
        bottom: 8%;
        font-size: 0.6875rem;
        padding: 5px 12px;
    }

    .hero-actions {
        margin-top: 16px;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .features-landing-grid {
        grid-template-columns: 1fr;
    }

    .landing-platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .landing-footer-links {
        justify-content: center;
    }
}

/* ——— Reduced motion ——— */
@media (prefers-reduced-motion: reduce) {
    .platform-marquee,
    .hero-mascot-float,
    .hero-status-dot,
    .hero-hook-badge::before,
    .repost-bar-fill,
    .repost-dots span,
    .queue-slots .slot,
    .chart-bars-feat .bar,
    .server-rack-feat .rack-line::after,
    .chat-bubble .typing-dots span,
    .live-indicator {
        animation: none !important;
    }

    .platforms-stagger.visible .landing-platform-card {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .chat-demo .bot-msg { display: inline; }
    .chat-demo .typing-wrap { display: none; }
}
