/* SellerDock launch landing v4: editorial SaaS, Uzum-only. */
:root {
    --launch-ink: #07152d;
    --launch-blue: #1e40af;
    --launch-sky: #0ea5e9;
    --launch-amber: #f59e0b;
    --launch-paper: #f4f7fb;
    --launch-line: #dbe4f0;
}

html {
    scroll-behavior: auto;
}

body {
    color: var(--launch-ink);
    background:
        radial-gradient(circle at 82% 8%, rgba(14, 165, 233, .14), transparent 28rem),
        linear-gradient(180deg, #f8fbff, #eef3f8 54%, #f8fafc);
}

main,
.section,
.hero,
.section-head,
.hero-content {
    color: var(--launch-ink);
}

.hero-content h1,
.section h2,
.section h3,
.glass-card h3,
.cta-panel h2,
details summary {
    color: #0b1f42;
}

.hero-copy,
.section-subtitle,
.glass-card p,
.cta-panel p,
details p {
    color: #475569;
}

.preview-card,
.preview-card strong,
.preview-card span,
.preview-card small {
    color: #eaf2ff;
}

.preview-card .metric small,
.preview-title span,
.insight-box span,
.donut-box span {
    color: #aebed4;
}

.site-footer a {
    color: #d8e3f2;
}

.site-footer a:hover {
    color: #fff;
}

.btn:focus-visible,
.nav-links a:focus-visible,
.site-footer a:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(14, 165, 233, .4);
    outline-offset: 3px;
}

body::before {
    background:
        linear-gradient(rgba(30, 64, 175, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 64, 175, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    animation: none;
}

body::after {
    display: none;
}

.shell {
    width: min(1240px, calc(100% - 48px));
}

.site-header {
    top: 10px;
}

.nav-shell {
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.brand-mark {
    border: 0;
    border-radius: 10px;
    background: #0f2f66;
    box-shadow: none;
}

.brand-text {
    color: #102a56;
}

.brand-text span {
    color: #64748b;
}

.nav-links a {
    color: #475569;
    border-radius: 8px;
}

.nav-links a:hover {
    color: #1e40af;
    background: #eff6ff;
}

.btn {
    border-radius: 9px;
}

.btn-ghost {
    color: #334155;
    border-color: #cbd5e1;
    background: #fff;
}

.btn-primary {
    border-color: #1e40af;
    background: #1e40af;
    box-shadow: 0 12px 24px rgba(30, 64, 175, .18);
}

.hero {
    min-height: 730px;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    padding: 88px 0 76px;
}

.hero::before {
    width: 560px;
    height: 560px;
    right: -4%;
    background: radial-gradient(circle, rgba(37, 99, 235, .14), transparent 66%);
    filter: none;
    animation: none;
}

.eyebrow,
.section-eyebrow {
    color: #1e40af;
    border-color: #bfdbfe;
    border-radius: 7px;
    background: #eff6ff;
}

.eyebrow::before {
    background: var(--launch-amber);
    box-shadow: none;
}

h1 {
    color: #0b1f42;
    font-size: clamp(48px, 6.6vw, 84px);
    line-height: .98;
}

.gradient-text {
    color: #1e40af;
    background: none;
}

.hero-copy,
.section-subtitle {
    color: #53647d;
}

.chip {
    color: #334155;
    border-color: #d7e0eb;
    border-radius: 7px;
    background: rgba(255, 255, 255, .72);
}

.preview-card {
    border: 1px solid #cad6e5;
    border-radius: 16px;
    color: #eaf2ff;
    background: #0b1b36;
    box-shadow: 0 34px 70px rgba(15, 23, 42, .2);
    transform: rotate(1.2deg);
}

.preview-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(59,130,246,.14), transparent 42%);
}

.metric,
.insight-box,
.donut-box {
    border-color: rgba(191, 219, 254, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .055);
}

.metric strong {
    font-family: "Fira Code", monospace;
}

.bar-fill {
    background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.section {
    padding: 76px 0;
}

.section h2,
.cta-panel h2 {
    color: #102a56;
}

.glass-card,
.cta-panel,
details {
    color: #172033;
    border: 1px solid var(--launch-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    backdrop-filter: none;
}

.glass-card:hover {
    border-color: #93c5fd;
    transform: translateY(-4px);
}

.glass-card p,
.cta-panel p,
details p {
    color: #64748b;
}

.card-icon,
.step-number {
    color: #1e40af;
    border-color: #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
}

.cta-panel {
    border-left: 5px solid #f59e0b;
}

.site-footer {
    color: #cbd5e1;
    border-radius: 16px 16px 0 0;
    background: #0b1b36;
}

@media (max-width: 980px) {
    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .preview-card {
        transform: none;
    }
}

@media (max-width: 640px) {
    .shell {
        width: min(100% - 24px, 1240px);
    }

    .hero {
        padding-top: 54px;
    }
}
