/*
 * WEB-P14C Services V3 — scoped to .vc-svc-v3 / body.vc-svc-v3-page.
 * Does not alter Homepage V3, header, or footer contracts.
 *
 * Full-bleed: Astra prints `@media (min-width:922px) { .ast-container { max-width:1240px } }`
 * and `.site-content .ast-container { display:flex }` which, with our `margin:0`,
 * left-aligns a capped box and leaves a white strip on the right. Beat those
 * rules here. Inner copy still uses `.vc-svc-contain`.
 */
body.vc-svc-v3-page .entry-header,
body.vc-svc-v3-page .ast-archive-description {
    display: none;
}
body.vc-svc-v3-page .site-content,
body.vc-svc-v3-page #content,
body.vc-svc-v3-page #primary,
body.vc-svc-v3-page .content-area,
body.vc-svc-v3-page .site-main,
body.vc-svc-v3-page .ast-article-single {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
    float: none;
}
body.vc-svc-v3-page.ast-page-builder-template #content.site-content > .ast-container,
body.vc-svc-v3-page .site-content > .ast-container {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    box-sizing: border-box;
}
@media (min-width: 922px) {
    body.vc-svc-v3-page.ast-page-builder-template #content.site-content > .ast-container,
    body.vc-svc-v3-page .site-content > .ast-container {
        display: block;
        max-width: none;
        width: 100%;
    }
}
body.vc-svc-v3-page .site-footer,
body.vc-svc-v3-page .elementor-location-footer,
body.vc-svc-v3-page .vc-footer-v2 {
    margin-top: 0;
}

.vc-svc-v3 {
    width: 100%;
    max-width: none;
    color: var(--vc-bx-graphite, var(--vc-text-navy));
    background: #fff;
    overflow-x: hidden;
}
.vc-svc-contain {
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto;
}
.vc-svc-kicker {
    margin: 0 0 12px;
    color: var(--vc-bx-gold);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.vc-svc-kicker--navy { color: var(--vc-bx-gold); }
.vc-svc-display {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.6rem, 1.05rem + 4.6vw, 5.4rem);
    font-weight: 650;
    letter-spacing: -0.046em;
    line-height: 0.92;
    max-width: 12ch;
}
.vc-svc-display--family { max-width: 16ch; }
.vc-svc-display--dark {
    color: var(--vc-bx-navy);
    max-width: 18ch;
    font-size: clamp(2rem, 1.1rem + 2.4vw, 3.4rem);
    line-height: 1.05;
}
.vc-svc-h2 {
    margin: 0 0 14px;
    color: var(--vc-bx-navy);
    font-size: clamp(1.7rem, 1.15rem + 1.8vw, 2.75rem);
    font-weight: 650;
    letter-spacing: -0.034em;
    line-height: 1.08;
    max-width: 20ch;
}
.vc-svc-h2 a { color: inherit; text-decoration: none; }
.vc-svc-h2 a:hover { color: var(--vc-bx-navy); }
.vc-svc-h2--light { color: #fff; }
.vc-svc-h3 {
    margin: 0 0 8px;
    color: var(--vc-bx-navy);
    font-size: 1.2rem;
    font-weight: 650;
}
.vc-svc-h3--light { color: #fff; }
.vc-svc-lede,
.vc-svc-body {
    margin: 0 0 22px;
    max-width: 34em;
    font-size: 1.06rem;
    line-height: 1.55;
    color: rgba(255,255,255,.84);
}
.vc-svc-body { color: var(--vc-bx-steel, #4f6475); }
.vc-svc-body--wide { max-width: 42em; }
.vc-svc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.vc-svc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    font-weight: 650;
    text-decoration: none;
    letter-spacing: 0.01em;
}
.vc-svc-btn--gold { background: var(--vc-bx-gold); color: var(--vc-bx-navy); }
.vc-svc-btn--gold:hover { background: var(--vc-gold-bright, #e8c44a); color: var(--vc-bx-navy); box-shadow: 0 0 0 2px var(--vc-green-border); }
.vc-svc-btn--ghost {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0 2px 8px;
    min-height: 44px;
}
.vc-svc-btn--ghost:hover { border-bottom-color: var(--vc-bx-gold); color: var(--vc-bx-gold); }
.vc-svc-textlink {
    color: var(--vc-bx-navy);
    font-weight: 650;
    text-decoration: none;
    border-bottom: 1px solid var(--vc-bx-gold);
}
.vc-svc-textlink::after { content: " →"; color: var(--vc-bx-gold); }
.vc-svc-crumb {
    margin: 0 0 14px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}
.vc-svc-crumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.vc-svc-crumb a:hover { color: var(--vc-bx-gold); }

.vc-svc-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vc-svc-img--contain { object-fit: contain; height: auto; background: #f4f1ea; }
.vc-svc-media {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 600px at 80% 20%, rgba(217,173,34,.12), transparent 50%),
        var(--vc-hero-modern);
    overflow: hidden;
}
.vc-svc-media img { position: absolute; inset: 0; }
.vc-svc-media__wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 58, 99,.62) 0%, rgba(16, 58, 99,.32) 48%, rgba(16, 58, 99,.12) 100%);
    pointer-events: none;
}
.vc-svc-media--fallback .vc-svc-media__wash {
    background: linear-gradient(90deg, rgba(16, 58, 99,.35) 0%, transparent 55%);
}
.vc-svc-media__diamond {
    position: absolute;
    top: 12%;
    right: 8%;
    width: 18px;
    height: 18px;
    background: var(--vc-bx-gold);
    transform: rotate(45deg);
    opacity: .85;
    pointer-events: none;
}
.vc-svc-motif {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.vc-svc-motif .vc-h3-hero__tech,
.vc-svc-motif .vc-h3-whisper {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: min(46vw, 520px);
    height: auto;
    opacity: .6;
}

.vc-svc-hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: min(86vh, 820px);
    display: grid;
    align-items: end;
    color: #fff;
    background: var(--vc-blue-deep);
}
.vc-svc-hero .vc-svc-media {
    background:
        radial-gradient(62% 52% at 80% 10%, rgba(48, 92, 132, 0.34) 0%, transparent 66%),
        linear-gradient(114deg, var(--vc-blue-deep) 0%, #0a1c2e 30%, #0e2a42 58%, #163a56 84%, #1a4564 100%);
}
.vc-svc-hero .vc-svc-media--fallback .vc-svc-media__wash {
    background: linear-gradient(90deg, rgba(16, 58, 99, 0.22) 0%, transparent 55%);
}
.vc-svc-hero--family { min-height: min(72vh, 680px); }
.vc-svc-hero__media { z-index: 0; }
.vc-svc-hero__copy {
    position: relative;
    z-index: 2;
    padding: clamp(48px, 8vw, 120px) 0 clamp(56px, 8vw, 96px);
}

.vc-svc-position { padding: clamp(64px, 9vw, 120px) 0 24px; }
.vc-svc-story {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: min(70vh, 640px);
    margin-top: clamp(32px, 5vw, 64px);
}
.vc-svc-story__copy {
    background: #f4f1ea;
    padding: clamp(40px, 6vw, 88px) clamp(28px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vc-svc-story__media {
    position: relative;
    min-height: 320px;
    display: block;
    background: var(--vc-blue-deep);
}
.vc-svc-story__field { position: absolute; inset: 0; }

.vc-svc-system { padding: clamp(64px, 9vw, 112px) 0; }
.vc-svc-sectionhead { margin-bottom: 36px; }
.vc-svc-system__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    border-top: 1px solid #d8e0e6;
}
.vc-svc-system__list li { border-bottom: 1px solid #d8e0e6; }
.vc-svc-system__list a {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 8px 28px;
    padding: 22px 0;
    text-decoration: none;
    color: inherit;
}
.vc-svc-system__group {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--vc-bx-gold);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.16em;
}
.vc-svc-system__list strong {
    color: var(--vc-bx-navy);
    font-size: 1.35rem;
    letter-spacing: -0.03em;
}
.vc-svc-system__disc { color: var(--vc-bx-steel, #4f6475); max-width: 36em; }
.vc-svc-system__list a:hover strong { box-shadow: inset 0 -2px 0 var(--vc-bx-gold); }

.vc-svc-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 0 0 clamp(72px, 10vw, 120px);
}
.vc-svc-split article { padding-top: 28px; border-top: 1px solid #d8e0e6; }

.vc-svc-why { padding: clamp(64px, 8vw, 104px) 0 24px; }
.vc-svc-what {
    width: 100%;
    max-width: none;
    background: var(--vc-blue-deep);
    color: #fff;
    padding: clamp(56px, 8vw, 96px) 0;
}
.vc-svc-what .vc-svc-lede { margin-bottom: 0; }
.vc-svc-areas { padding: clamp(56px, 8vw, 96px) 0; }
.vc-svc-index,
.vc-svc-steps {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}
.vc-svc-index li,
.vc-svc-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px 20px;
    padding: 20px 0;
    border-top: 1px solid #d8e0e6;
}
.vc-svc-index li:last-child,
.vc-svc-steps li:last-child { border-bottom: 1px solid #d8e0e6; }
.vc-svc-index__n,
.vc-svc-steps span {
    color: var(--vc-bx-gold);
    font-weight: 650;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    padding-top: 4px;
}
.vc-svc-index p,
.vc-svc-outputs p { margin: 0; color: var(--vc-bx-steel, #4f6475); line-height: 1.5; }
.vc-svc-how {
    width: 100%;
    max-width: none;
    background: var(--vc-blue-deep);
    color: #fff;
    padding: clamp(56px, 8vw, 96px) 0;
}
.vc-svc-steps li { border-top-color: rgba(255,255,255,.12); }
.vc-svc-steps li:last-child { border-bottom-color: rgba(255,255,255,.12); }
.vc-svc-steps p { margin: 0; color: rgba(255,255,255,.78); }
.vc-svc-deliv { padding: clamp(56px, 8vw, 96px) 0; }
.vc-svc-outputs {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
}
.vc-svc-outputs li { padding: 20px 0; border-top: 1px solid #d8e0e6; }
.vc-svc-sample { padding: 0 0 clamp(56px, 8vw, 88px); }
.vc-svc-sample__fig {
    margin: 24px 0 0;
    padding: 16px;
    background: #f4f1ea;
}
.vc-svc-related,
.vc-svc-markets,
.vc-svc-insights,
.vc-svc-siblings { padding: 0 0 clamp(48px, 7vw, 80px); }
.vc-svc-linklist,
.vc-svc-typelist {
    list-style: none;
    margin: 18px 0 16px;
    padding: 0;
}
.vc-svc-linklist li { border-top: 1px solid #d8e0e6; }
.vc-svc-linklist a,
.vc-svc-typelist a {
    display: block;
    padding: 14px 0;
    color: var(--vc-bx-navy);
    text-decoration: none;
    font-weight: 650;
}
.vc-svc-linklist a::after,
.vc-svc-typelist a::after { content: " →"; color: var(--vc-bx-gold); }
.vc-svc-linklist a:hover,
.vc-svc-typelist a:hover { box-shadow: inset 0 -1px 0 var(--vc-bx-gold); }
.vc-svc-typelist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
}
.vc-svc-typelist a { padding: 8px 0; }

.vc-svc-cta {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 420px;
    display: grid;
    align-items: end;
    background: var(--vc-blue-deep);
    color: #fff;
    overflow: hidden;
}
.vc-svc-cta__media { position: absolute; inset: 0; }
.vc-svc-cta__wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 58, 99,.72) 0%, rgba(16, 58, 99,.38) 100%);
}
.vc-svc-cta__copy { position: relative; z-index: 1; padding: clamp(56px, 8vw, 104px) 0; }
.vc-svc-cta__mark {
    display: block;
    width: 14px;
    height: 14px;
    background: var(--vc-bx-gold);
    transform: rotate(45deg);
    margin-bottom: 22px;
}

.vc-svc-v3--cm .vc-svc-hero { min-height: min(82vh, 780px); }

@media (max-width: 1360px) {
    .vc-svc-system__list a { grid-template-columns: 132px 1fr; }
}
@media (max-width: 900px) {
    .vc-svc-story,
    .vc-svc-split,
    .vc-svc-outputs { grid-template-columns: 1fr; }
    .vc-svc-story__media { min-height: 240px; }
    .vc-svc-motif { display: none; }
    .vc-svc-hero { min-height: 70vh; }
    .vc-svc-display { max-width: none; }
}
@media (max-width: 767px) {
    .vc-svc-contain { width: calc(100% - 32px); }
    .vc-svc-system__list a {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .vc-svc-system__group { grid-row: auto; }
    .vc-svc-index li,
    .vc-svc-steps li { grid-template-columns: 36px 1fr; }
    .vc-svc-btn { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    .vc-svc-v3 * { transition: none !important; }
}
