.vs-docs-hero,
.vs-whitepaper-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 88px;
    background:
        radial-gradient(circle at 82% 22%, rgba(215,170,66,.14), transparent 30%),
        linear-gradient(135deg, rgba(6,26,53,.98), rgba(8,37,72,.96));
    color: #fff;
}

.vs-docs-hero--compact {
    padding-bottom: 70px;
}

.vs-docs-hero-grid,
.vs-whitepaper-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
    gap: 56px;
    align-items: center;
}

.vs-docs-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    color: #d7aa42;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vs-docs-hero h1,
.vs-whitepaper-hero h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 5vw, 5.1rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.vs-docs-hero h1 em {
    color: #f1cd73;
    font-style: normal;
}

.vs-docs-lead {
    max-width: 760px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.75;
}

.vs-docs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 30px;
}

.vs-docs-feature-card,
.vs-whitepaper-language-card {
    padding: 30px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 24px 70px rgba(0,0,0,.2);
    backdrop-filter: blur(14px);
}

.vs-docs-card-label {
    display: block;
    margin-bottom: 10px;
    color: #d7aa42;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vs-docs-feature-card strong {
    display: block;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.25;
}

.vs-docs-feature-card p,
.vs-whitepaper-language-card p {
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.vs-docs-feature-card > a {
    display: inline-flex;
    margin-top: 20px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.vs-docs-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.vs-docs-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(215,170,66,.25);
    border-radius: 999px;
    background: rgba(215,170,66,.08);
    color: inherit;
    font-size: .76rem;
    font-weight: 800;
}

.vs-docs-meta--hero {
    color: #fff;
}

.vs-docs-section {
    padding: 88px 0;
}

.vs-docs-section--soft {
    background: rgba(6,26,53,.035);
}

.vs-docs-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
    gap: 44px;
    align-items: end;
    margin-bottom: 38px;
}

.vs-docs-section-heading--spaced {
    margin-top: 72px;
}

.vs-docs-section-heading h2 {
    margin: 0;
    color: var(--vs-heading, #061a35);
    font-size: clamp(2rem, 3.4vw, 3.6rem);
    letter-spacing: -.04em;
    line-height: 1.02;
}

.vs-docs-section-heading h2 em {
    color: #b78522;
    font-style: normal;
}

.vs-docs-section-heading > p {
    margin: 0;
    color: var(--vs-muted, #667085);
    line-height: 1.75;
}

.vs-docs-grid {
    display: grid;
    gap: 20px;
}

.vs-docs-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vs-docs-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vs-docs-info-card {
    min-height: 240px;
    padding: 28px;
    border: 1px solid rgba(6,26,53,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 18px 50px rgba(6,26,53,.06);
}

.vs-docs-info-card > span {
    color: #b78522;
    font-weight: 900;
}

.vs-docs-info-card h3 {
    margin: 20px 0 10px;
    color: var(--vs-heading, #061a35);
    font-size: 1.35rem;
}

.vs-docs-info-card small,
.vs-product-brandline {
    display: block;
    margin-top: -4px;
    color: #b78522;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
}

.vs-docs-info-card p {
    color: var(--vs-muted, #667085);
    line-height: 1.7;
}

.vs-docs-product-list {
    display: grid;
    gap: 12px;
}

.vs-docs-product-list article {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(6,26,53,.09);
    border-radius: 16px;
    background: rgba(255,255,255,.82);
}

.vs-docs-product-category {
    color: #667085;
    font-size: .73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.vs-docs-product-list h3 {
    margin: 4px 0 2px;
    color: var(--vs-heading, #061a35);
}

.vs-docs-product-list small {
    color: #b78522;
    font-weight: 700;
}

.vs-docs-product-status {
    display: grid;
    gap: 4px;
    text-align: right;
}

.vs-docs-product-status span {
    color: #667085;
    font-size: .78rem;
}

.vs-docs-product-status strong {
    color: #061a35;
    font-size: .82rem;
}

.vs-whitepaper-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(6,26,53,.1);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(243,246,250,.92));
    box-shadow: 0 24px 70px rgba(6,26,53,.08);
}

.vs-whitepaper-card-main {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.vs-whitepaper-icon {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border-radius: 18px;
    background: #061a35;
    color: #d7aa42;
    font-weight: 900;
    letter-spacing: .08em;
}

.vs-whitepaper-card h2 {
    margin: 4px 0 10px;
    color: #061a35;
}

.vs-whitepaper-card p {
    margin: 0;
    max-width: 760px;
    color: #667085;
    line-height: 1.7;
}

.vs-whitepaper-card-actions {
    display: grid;
    gap: 10px;
    min-width: 170px;
}

.vs-docs-back {
    display: inline-block;
    margin-bottom: 28px;
    color: rgba(255,255,255,.72);
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}

.vs-language-switch {
    display: flex;
    gap: 8px;
    margin: 14px 0 28px;
}

.vs-language-switch a {
    display: grid;
    min-width: 54px;
    min-height: 42px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.vs-language-switch a.is-active {
    border-color: #d7aa42;
    background: #d7aa42;
    color: #061a35;
}

.vs-whitepaper-language-card dl {
    margin: 0;
}

.vs-whitepaper-language-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

.vs-whitepaper-language-card dt {
    color: rgba(255,255,255,.58);
}

.vs-whitepaper-language-card dd {
    margin: 0;
    color: #fff;
    font-weight: 800;
    text-align: right;
}

.vs-whitepaper-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(290px, .65fr);
    gap: 56px;
    align-items: start;
}

.vs-whitepaper-summary h2 {
    margin-top: 0;
    color: #061a35;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.vs-whitepaper-summary p,
.vs-whitepaper-summary li {
    color: #475467;
    line-height: 1.8;
}

.vs-whitepaper-summary ul {
    margin: 28px 0 0;
    padding-left: 20px;
}

.vs-whitepaper-cta {
    padding: 28px;
    border-radius: 20px;
    background: #061a35;
    color: #fff;
}

.vs-whitepaper-cta h3 {
    color: #fff;
    font-size: 1.4rem;
}

.vs-whitepaper-cta p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.vs-hero-resource-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: inherit;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 980px) {
    .vs-docs-hero-grid,
    .vs-whitepaper-hero-grid,
    .vs-docs-section-heading,
    .vs-whitepaper-content-grid {
        grid-template-columns: 1fr;
    }

    .vs-docs-grid--three {
        grid-template-columns: 1fr 1fr;
    }

    .vs-whitepaper-card {
        grid-template-columns: 1fr;
    }

    .vs-whitepaper-card-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }
}

@media (max-width: 680px) {
    .vs-docs-hero,
    .vs-whitepaper-hero {
        padding: 82px 0 62px;
    }

    .vs-docs-section {
        padding: 62px 0;
    }

    .vs-docs-grid--three,
    .vs-docs-grid--two {
        grid-template-columns: 1fr;
    }

    .vs-docs-product-list article,
    .vs-whitepaper-card-main {
        grid-template-columns: 1fr;
        display: grid;
    }

    .vs-docs-product-status {
        text-align: left;
    }

    .vs-whitepaper-card-actions {
        grid-template-columns: 1fr;
    }

    .vs-docs-feature-card,
    .vs-whitepaper-language-card,
    .vs-whitepaper-card,
    .vs-docs-info-card {
        padding: 22px;
        border-radius: 18px;
    }

    .vs-whitepaper-icon {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 430px) {
    .vs-docs-hero h1,
    .vs-whitepaper-hero h1 {
        font-size: 2.35rem;
    }

    .vs-docs-actions {
        display: grid;
    }

    .vs-docs-actions .vs-button,
    .vs-whitepaper-card-actions .vs-button {
        width: 100%;
        justify-content: center;
    }
}
