:root {
    --qskd-ink: #111827;
    --qskd-text: #3f5169;
    --qskd-muted: #64748b;
    --qskd-blue: #3b82f6;
    --qskd-line: rgba(59, 130, 246, .22);
}

body {
    color: var(--qskd-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

main h1,
main .hero h1 {
    font-size: clamp(34px, 3.2vw, 52px) !important;
    line-height: 1.08 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

main h2 {
    font-size: clamp(26px, 2.1vw, 36px) !important;
    line-height: 1.16 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

main h3 {
    font-size: clamp(19px, 1.2vw, 24px) !important;
    line-height: 1.24 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

main h4 {
    font-size: clamp(18px, 1.18vw, 22px) !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

main section:not(.hero) p,
main section:not(.hero) li {
    font-size: clamp(15px, .98vw, 18px);
    line-height: 1.75;
    color: var(--qskd-text);
    letter-spacing: 0;
}

.eyebrow,
.section-eyebrow {
    color: #5f9bff !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.nav-link,
nav a {
    font-size: 18px;
    letter-spacing: 0;
}

.module-card h3,
.business-feature h4,
.scene-content h3,
.adv-card h3,
.why-card h3 {
    letter-spacing: 0 !important;
}

.module-card h3 {
    font-size: clamp(18px, 1.15vw, 22px) !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}

.module-card span {
    font-size: 18px !important;
}

.scene-content h3,
.adv-card h3,
.why-card h3,
.business-panel h3 {
    font-size: clamp(20px, 1.3vw, 25px) !important;
}

.scene::after {
    background: linear-gradient(180deg, rgba(7, 17, 31, .05) 0%, rgba(7, 17, 31, .42) 48%, rgba(7, 17, 31, .88) 100%) !important;
}

.scene .scene-content {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
}

.scene .scene-content h3 {
    color: #fff !important;
}

.scene .scene-content p {
    color: rgba(255, 255, 255, .9) !important;
}

.scene .scene-content p:first-child {
    color: rgba(255, 255, 255, .78) !important;
    font-weight: 600 !important;
}

.scene-content p,
.hero p,
.bg-slate-950 p,
.text-white,
.text-white\/70,
.text-white\/80,
.text-white\/82 {
    color: inherit;
}

.body-indent {
    display: block;
    margin-top: 8px;
    padding-left: 2em;
}

@media (min-width: 1536px) {
    .max-w-7xl {
        max-width: min(90vw, 1680px) !important;
    }

    main .max-w-3xl {
        max-width: min(52vw, 980px) !important;
    }
}
