/* Container helpers */
.vb-cs-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.vb-cs-container--narrow {
    max-width: 980px;
}

/* Eyebrow */
.vb-cs-eyebrow {
    color: #25678e;
    font-size: 16px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
}

.vb-cs-eyebrow--light {
    color: #90AFC4;
}

/* Divider */
.vb-cs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    gap: 14px;
}

.vb-cs-divider__line {
    height: 1px;
    width: 60px;
    background: rgba(21, 36, 63, 0.12);
}

.vb-cs-divider__mark {
    width: 6px;
    height: 6px;
    background: #A39566;
    transform: rotate(45deg);
}

/* ============================================================ */
/*  HERO                                                        */
/* ============================================================ */
.vb-cs-hero {
    position: relative;
    height: 560px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.vb-cs-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.vb-cs-hero__bg--mobile {
    display: none;
}

.vb-cs-hero__overlay {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(21, 36, 63, 0.85) 100%);
    padding: 80px 0 40px;
}

.vb-cs-hero__eyebrow {
    color: #90AFC4;
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
}

.vb-cs-hero__title {
    font-family: 'Crimson Text', 'Baskerville', Georgia, serif;
    color: #ffffff;
    font-size: 64px;
    text-transform:uppercase;
    line-height: 1.05;
    font-weight: 600;
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}

.vb-cs-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.vb-cs-hero__meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-family: "Crimson Text", serif;
    text-transform: uppercase;
    font-weight: 900;
}

.vb-cs-dot {
    width: 6px;
    height: 6px;
    background: #25678e;
    border-radius: 50%;
    display: inline-block;
}

/* Status bar */
.vb-cs-status-bar {
    background: #15243f;
    color: #ffffff;
    padding: 18px 0;
    text-align: center;
    font-family: 'Crimson Text', 'Baskerville', Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.vb-cs-status-bar em {
    color: #90AFC4;
    font-style: italic;
    font-weight: 400;
}

/* ============================================================ */
/*  INTRO                                                       */
/* ============================================================ */
.vb-cs-intro {
    background: #f6f5f1;
    padding: 80px 0 60px;
    text-align: center;
}

.vb-cs-intro__heading {
    font-family: "Crimson Text", serif;
    font-size: 32px;
    color: #15243f;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.vb-cs-intro__body {
}

.vb-cs-intro__body p {
    margin-bottom: 20px;
}

.vb-cs-intro__body p:last-child {
    margin-bottom: 0;
}

/* ============================================================ */
/*  HIGHLIGHTS                                                  */
/* ============================================================ */
.vb-cs-highlights {
    background: #ffffff;
    padding: 90px 0;
    border-top: 1px solid rgba(21, 36, 63, 0.12);
    border-bottom: 1px solid rgba(21, 36, 63, 0.12);
}

.vb-cs-highlights__header {
    text-align: center;
    margin-bottom: 64px;
}

.vb-cs-highlights__heading {
    font-family: "Crimson Text", serif;
    font-size: 32px;
    color: #15243f;
    font-weight: 600;
    margin: 0 0 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.vb-cs-highlights__subheading {
    /* color: #4a5468; */
    max-width: 580px;
    margin: 0 auto;
}

.vb-cs-highlights__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    border-top: 1px solid rgba(21, 36, 63, 0.12);
    border-left: 1px solid rgba(21, 36, 63, 0.12);
}

.vb-cs-highlight {
    padding: 40px 36px;
    border-right: 1px solid rgba(21, 36, 63, 0.12);
    border-bottom: 1px solid rgba(21, 36, 63, 0.12);
    transition: all 0.3s ease;
}

.vb-cs-highlight:hover {
    background: #f6f5f1;
}

.vb-cs-highlight__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #25678e;
}

.vb-cs-highlight__icon svg,
.vb-cs-highlight__icon img {
    width: 100%;
    height: 100%;
}

.vb-cs-highlight__title {
    font-family: "Crimson Text", serif;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.125;
    font-size: 26px;
    line-height: 1.125;
    color: #14243e;
    text-transform: uppercase;
}

.vb-cs-highlight__desc {
    margin: 0;
}

.vb-cs-highlight--inverse {
    background: #15243f;
    border-color: #15243f;
}

.vb-cs-highlight--inverse:hover {
    background: #1c2f54;
}

.vb-cs-highlight--inverse .vb-cs-highlight__icon {
    color: #90AFC4;
}

.vb-cs-highlight--inverse .vb-cs-highlight__title {
    color: #ffffff;
}

.vb-cs-highlight--inverse .vb-cs-highlight__desc {
    color: rgba(255, 255, 255, 0.78);
}

/* ============================================================ */
/*  AROUND                                                      */
/* ============================================================ */
.vb-cs-around {
    background: #f6f5f1;
    padding: 90px 0;
}

.vb-cs-around__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.vb-cs-around__heading {
    font-family: "Crimson Text", serif;
    font-size: 32px;
    color: #15243f;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.vb-cs-around__body {
    font-size: 18px;
    /* color: #4a5468; */
    /* line-height: 1.75; */
}

.vb-cs-around__body p {
    margin-bottom: 18px;
}

.vb-cs-around__body p:last-child {
    margin-bottom: 0;
}

.vb-cs-around__callouts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.vb-cs-callout {
    background: #ffffff;
    padding: 28px;
    border-lft: 3px solid #25678e;
}

.vb-cs-callout__icon {
    width: 32px;
    height: 32px;
    color: #326B88;
    margin-bottom: 14px;
}

.vb-cs-callout__icon svg ,
.vb-cs-callout__icon svg {
    width: 100%;
    height: 100%;
}

.vb-cs-callout__label {
    font-family: 'Crimson Text', 'Baskerville', Georgia, serif;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.125;
    font-size: 20px;
    color: #14243e;
    text-transform: uppercase;
}

.vb-cs-callout__text {
 
    margin: 0;
}

/* ============================================================ */
/*  CTA STRIP                                                   */
/* ============================================================ */
.vb-cs-cta {
    background: #15243f;
    padding: 70px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.vb-cs-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top left, rgba(30, 115, 190, 0.25), transparent 60%),
        radial-gradient(ellipse at bottom right, rgba(163, 149, 102, 0.15), transparent 55%);
    pointer-events: none;
}

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

.vb-cs-cta__heading {
    font-family: 'Crimson Text', 'Baskerville', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 14px;
    line-height: 1.2;
}

.vb-cs-cta__body {
    color: rgba(255, 255, 255, 0.78);
    max-width: 580px;
    margin: 0 auto 32px;
    font-size: 15px;
}

.vb-cs-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.vb-cs-btn {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease, border-color 0.2s ease;
    font-family: 'Montserrat', system-ui, sans-serif;
}

.vb-cs-btn--primary {
    background: #25678e;
    color: #ffffff;
}

.vb-cs-btn--primary:hover {
    background: #1862a3;
}

.vb-cs-btn--ghost {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

.vb-cs-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* ============================================================ */
/*  RESPONSIVE                                                  */
/* ============================================================ */
@media (max-width: 900px) {
    .vb-cs-container {
        padding: 0 24px;
    }

    .vb-cs-hero {
        height: 460px;
    }

    .vb-cs-hero__title {
        font-size: 42px;
    }

    .vb-cs-hero__overlay {
        padding: 60px 0 28px;
    }

    .vb-cs-hero__meta {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .vb-cs-hero.has-mobile-image .vb-cs-hero__bg--desktop {
        display: none;
    }

    .vb-cs-hero.has-mobile-image .vb-cs-hero__bg--mobile {
        display: block;
    }

    .vb-cs-status-bar {
        font-size: 16px;
        padding: 14px 0;
    }

    .vb-cs-intro {
        padding: 60px 0 40px;
    }

    .vb-cs-intro__heading {
        font-size: 30px;
    }

    .vb-cs-highlights {
        padding: 60px 0;
    }

    .vb-cs-highlights__header {
        margin-bottom: 40px;
    }

    .vb-cs-highlights__heading {
        font-size: 28px;
    }

    .vb-cs-around {
        padding: 60px 0;
    }

    .vb-cs-around__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vb-cs-around__callouts {
        grid-template-columns: 1fr;
    }

    .vb-cs-around__heading {
        font-size: 28px;
    }

    .vb-cs-cta {
        padding: 50px 0;
    }

    .vb-cs-cta__heading {
        font-size: 26px;
    }
}

@media (max-width: 540px) {
    .vb-cs-hero__title {
        font-size: 36px;
    }

    .vb-cs-highlight {
        padding: 32px 28px;
    }
}