:root {
    /* ── GTZ-matched palette — applied site-wide ── */
    --navy: #1B2A4A;
    /* GTZ dark navy (was old dark navy) */
    --navy2: #243556;
    /* GTZ mid-dark panel */
    --navy3: #2D4068;
    /* GTZ card on dark */
    --blue: #4086C4;
    /* GTZ primary corporate blue */
    --teal: #4086C4;
    /* mapped → GTZ blue (replaces old teal throughout) */
    --teal2: #7AB3DC;
    /* mapped → GTZ light blue (replaces old teal2) */
    --white: #FFFFFF;
    --off: #F2F5F9;
    /* GTZ light blue-gray section bg */
    --gray1: #D8E0EA;
    /* GTZ border/rule color */
    --gray2: #6B7C93;
    /* GTZ secondary text */
    --gray3: #3D4B5E;
    /* GTZ body text */
    --gray4: #B8C4D4;
    /* GTZ muted */
    --dark: #1B2A4A;
    /* GTZ darkest (was near-black) */
    --serif: 'Open Sans', system-ui, sans-serif;
    /* Open Sans site-wide */
    --sans: 'Open Sans', system-ui, sans-serif;
    --shadow: 0 4px 24px rgba(27, 42, 74, .10);
    --shadowlg: 0 12px 48px rgba(27, 42, 74, .16);
    /* GTZ accent */
    --orange: #F26D48;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: var(--sans);
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font-family: var(--sans);
    cursor: pointer;
    border: none;
    background: none
}

input,
select,
textarea {
    font-family: var(--sans)
}

img {
    max-width: 100%;
    display: block
}


/* PAGE ROUTING */


/* LAYOUT */

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px
}

.sec {
    padding: 88px 0
}

.sec-alt {
    background: var(--off)
}

.sec-dark {
    background: var(--navy)
}

.sec-darker {
    background: var(--navy)
}


/* TYPE */

.t-hero {
    font-family: var(--serif);
    font-size: clamp(40px, 5.5vw, 78px);
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--white)
}

.t-hero em {
    font-style: italic;
    color: var(--teal2)
}

.t-h2 {
    font-family: var(--serif);
    font-size: clamp(28px, 3.5vw, 50px);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--dark)
}

.t-h2-light {
    color: var(--white)
}

.t-h3 {
    font-family: var(--serif);
    font-size: clamp(22px, 2.5vw, 34px);
    line-height: 1.2;
    color: var(--dark)
}

.eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--blue)
}

.eyebrow-light {
    color: var(--teal2)
}

.lead {
    font-size: 17px;
    line-height: 1.78;
    color: var(--gray3)
}

.lead-light {
    color: rgba(255, 255, 255, .88)
}


/* BUTTONS */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    transition: all .2s;
    min-height: 46px;
    white-space: nowrap;
    cursor: pointer;
    border: none
}

.btn-teal {
    background: var(--blue);
    color: var(--white)
}

.btn-teal:hover {
    background: #2E6FAD;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(64, 134, 196, .4)
}

.btn-navy {
    background: var(--navy);
    color: var(--white)
}

.btn-navy:hover {
    background: var(--navy2);
    transform: translateY(-1px)
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, .3)
}

.btn-outline:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .07)
}

.btn-outline-dark {
    background: transparent;
    color: var(--dark);
    border: 1.5px solid var(--gray1)
}

.btn-outline-dark:hover {
    border-color: var(--blue);
    color: var(--blue)
}

.btn-lg {
    padding: 16px 32px;
    font-size: 15px
}

.btn-sm {
    padding: 9px 18px;
    font-size: 13px;
    min-height: 36px
}

.btn-wa {
    background: #25D366;
    color: var(--white)
}

.btn-wa:hover {
    background: #1db954
}


/* NAV */

header {
    position: sticky;
    top: 0;
    z-index: 400;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--gray1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04)
}

.nav {
    display: flex;
    align-items: center;
    height: 66px;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-right: 36px;
    flex-shrink: 0
}

.nav-logo-mark {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid var(--gray1);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden
}

.nav-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
    box-sizing: border-box;
    display: block
}

.nav-logo-text {
    font-family: var(--sans);
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2
}

.nav-logo-sub {
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gray2)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1
}

.nav-btn {
    padding: 8px 13px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--dark);
    transition: all .15s;
    cursor: pointer;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border: none;
    background: none;
    font-family: var(--sans)
}

.nav-btn:hover,
.nav-btn.on {
    color: var(--blue);
    background: var(--off);
    font-weight: 700
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto
}

.nav-phone {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 40px
}

.nav-phone:hover {
    color: var(--navy)
}


/* HAMBURGER */

.ham {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
    min-height: 44px;
    align-items: center;
    justify-content: center
}

.ham span {
    display: block;
    width: 21px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: .3s
}

.ham.on span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.ham.on span:nth-child(2) {
    opacity: 0
}

.ham.on span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}


/* MOBILE DRAWER */

.mob-ov {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 498;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.mob-ov.on {
    opacity: 1;
    pointer-events: all
}

.mob-dr {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 290px;
    background: var(--white);
    z-index: 499;
    transform: translateX(-100%);
    transition: transform .3s ease;
    overflow-y: auto
}

.mob-dr.on {
    transform: translateX(0)
}

.mob-dr-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid var(--gray1)
}

.mob-dr-logo {
    font-family: var(--serif);
    font-size: 17px;
    color: var(--navy)
}

.mob-close {
    font-size: 20px;
    color: var(--gray2);
    cursor: pointer;
    background: none;
    border: none
}

.mob-nav {
    padding: 10px 0
}

.mob-nav-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 500;
    color: var(--dark);
    border-left: 3px solid transparent;
    transition: .15s;
    min-height: 48px;
    text-align: left;
    background: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-family: var(--sans);
    cursor: pointer
}

.mob-nav-btn:hover {
    background: var(--off);
    border-left-color: var(--blue);
    color: var(--navy)
}

.mob-div {
    height: 1px;
    background: var(--gray1);
    margin: 6px 22px
}

.mob-ctas {
    padding: 14px 22px;
    display: flex;
    flex-direction: column;
    gap: 9px
}


/* MOBILE STICKY BAR */

.mob-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: var(--white);
    border-top: 1px solid var(--gray1);
    padding: 11px 18px;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .07)
}

.mob-bar-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy)
}


/* TOAST */

.toast {
    position: fixed;
    bottom: 72px;
    right: 22px;
    z-index: 999;
    background: var(--navy);
    color: var(--white);
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: var(--shadowlg);
    transform: translateY(60px);
    opacity: 0;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 300px;
    border-left: 3px solid var(--blue)
}

.toast.on {
    transform: translateY(0);
    opacity: 1
}


/* ───────────────────────────────────────────────────────────────
   HOMEPAGE v3 — GlobalTranz-inspired full-bleed split layout
   Core pattern: alternating cinematic half+half sections,
   no card grids, large type, photo-weight dark panels
──────────────────────────────────────────────────────────────── */


/* ── HOMEPAGE PALETTE — GlobalTranz color system ──
   Primary blue:  #4086C4  (GTZ corporate blue, from msapplication meta)
   Dark navy:     #1B2A4A  (deep dark-blue for dark sections)
   CTA orange:    #F26D48  (GTZ orange-red, action/CTA color)
   Light gray bg: #F2F5F9  (GTZ section alternation)
   Body text:     #3D4B5E  (GTZ dark gray for body copy)
   Border:        #D8E0EA  (GTZ divider/rule color)
   All via Open Sans font, weight 300–800
──────────────────────────────────────────────── */

:root {
    --gtz-blue: #4086C4;
    /* GlobalTranz primary corporate blue */
    --gtz-blue2: #2E6FAD;
    /* hover/darker blue */
    --gtz-blue3: #1B5590;
    /* deep blue for headings/accents */
    --gtz-dark: #1B2A4A;
    /* dark navy panels */
    --gtz-dark2: #243556;
    /* slightly lighter dark panel */
    --gtz-dark3: #2D4068;
    /* card bg on dark */
    --gtz-orange: #F26D48;
    /* CTA orange-red */
    --gtz-orange2: #F58060;
    /* hover orange */
    --gtz-light: #F2F5F9;
    /* light blue-gray section bg */
    --gtz-stone: #EEF1F6;
    /* alternate section bg */
    --gtz-ink: #1B2A4A;
    /* headline color on light bg */
    --gtz-body: #3D4B5E;
    /* body text */
    --gtz-mid: #6B7C93;
    /* secondary text */
    --gtz-rule: #D8E0EA;
    /* borders on light */
    --gtz-rule-d: rgba(255, 255, 255, .10);
    /* borders on dark */
    /* Map to homepage vars used in v3 CSS below */
    --ch: var(--gtz-dark);
    --ch2: var(--gtz-dark2);
    --ch3: var(--gtz-dark3);
    --orange: var(--gtz-orange);
    --orange2: var(--gtz-orange2);
    --stone: var(--gtz-light);
    --ink: var(--gtz-ink);
    --mid: var(--gtz-body);
    --rule: var(--gtz-rule);
    --rule-d: var(--gtz-rule-d);
}


/* ── HERO ── full-bleed, viewport height ── */


/* ═══════════════════════════════════════════════════════
   HERO — GLOBALTRANZ PATTERN
   1. Full-width cinematic slideshow (100vh, video-style)
   2. Below-fold info band: headline + stats + credentials
═══════════════════════════════════════════════════════ */


/* ── SLIDESHOW ── */

.v3-slideshow {
    position: relative;
    width: 100%;
    height: 52vh;
    min-height: 340px;
    overflow: hidden;
    background: var(--gtz-dark);
}

.v3-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
    background-size: cover;
    background-position: center;
}

.v3-slide.active {
    opacity: 1;
}


/* Slide visuals — cinematic CSS scenes (swap for real images/video) */

.v3-slide-1 {
    background: linear-gradient(160deg, rgba(11, 25, 54, .72) 0%, rgba(22, 46, 88, .60) 60%, rgba(11, 25, 54, .78) 100%), url('images/hero/slide-1.webp') center/cover no-repeat;
}

.v3-slide-2 {
    background: linear-gradient(160deg, rgba(11, 25, 54, .75) 0%, rgba(14, 30, 60, .65) 60%, rgba(11, 25, 54, .80) 100%), url('images/hero/slide-2.webp') center/cover no-repeat;
}

.v3-slide-3 {
    background: linear-gradient(160deg, rgba(11, 25, 54, .70) 0%, rgba(18, 38, 72, .60) 60%, rgba(11, 25, 54, .75) 100%), url('images/hero/slide-3.webp') center/cover no-repeat;
}


/* Fallback: if images not yet loaded, show dark blue */

.v3-slide-1:not([style]),
.v3-slide-2:not([style]),
.v3-slide-3:not([style]) {
    background-color: #1B2A4A;
}


/* Animated scene elements inside each slide */

.v3-slide-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
}


/* Grid texture */

.v3-slide-scene::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
    background-size: 72px 72px;
}


/* Glow orbs per slide */

.v3-slide-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orb-drift 8s ease-in-out infinite alternate;
}

@keyframes orb-drift {
    from {
        transform: translate(0, 0) scale(1);
    }
    to {
        transform: translate(30px, -20px) scale(1.1);
    }
}

.orb-blue {
    background: rgba(64, 134, 196, .25);
    width: 600px;
    height: 600px;
    top: -100px;
    right: -100px;
}

.orb-navy {
    background: rgba(27, 42, 74, .6);
    width: 400px;
    height: 400px;
    bottom: -80px;
    left: -60px;
}

.orb-teal {
    background: rgba(0, 168, 150, .10);
    width: 300px;
    height: 300px;
    top: 40%;
    right: 25%;
    animation-delay: -3s;
}


/* Moving ship silhouette */

.v3-ship {
    position: absolute;
    bottom: 18%;
    left: -200px;
    animation: ship-sail 18s linear infinite;
    opacity: .12;
}

@keyframes ship-sail {
    from {
        left: -220px;
    }
    to {
        left: 110%;
    }
}

.v3-ship svg {
    width: 220px;
    height: auto;
}


/* Floating container boxes */

.v3-container-grid {
    position: absolute;
    right: 8%;
    bottom: 20%;
    display: grid;
    grid-template-columns: repeat(4, 28px);
    grid-template-rows: repeat(3, 18px);
    gap: 3px;
    opacity: .15;
    animation: containers-bob 4s ease-in-out infinite alternate;
}

@keyframes containers-bob {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-8px);
    }
}

.v3-box {
    border-radius: 2px;
}


/* ── SLIDE CONTENT — centred overlay (GlobalTranz pattern) ── */

.v3-slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px 24px;
    z-index: 10;
}

.v3-slide-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v3-slide-eyebrow-line {
    width: 32px;
    height: 1px;
    background: var(--gtz-orange);
}

.v3-slide-h1 {
    font-size: clamp(26px, 3.8vw, 52px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.02;
    color: var(--white);
    margin-bottom: 12px;
    max-width: 900px;
}

.v3-slide-h1 em {
    font-style: normal;
    color: var(--gtz-orange);
}

.v3-slide-sub {
    font-size: clamp(13px, 1.3vw, 15px);
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
    max-width: 560px;
    margin-bottom: 24px;
    font-weight: 400;
}

.v3-slide-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}


/* Slide indicators */

.v3-slide-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.v3-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .3s;
    border: none;
    padding: 0;
    font-family: var(--sans);
}

.v3-dot.active {
    background: var(--gtz-orange);
    width: 24px;
    border-radius: 4px;
}


/* Slide nav arrows */

.v3-slide-prev,
.v3-slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    color: var(--white);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
}

.v3-slide-prev {
    left: 28px;
}

.v3-slide-next {
    right: 28px;
}

.v3-slide-prev:hover,
.v3-slide-next:hover {
    background: var(--gtz-orange);
    border-color: var(--gtz-orange);
}


/* Scroll-down nudge */

.v3-scroll-hint {
    position: absolute;
    bottom: 32px;
    right: 40px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
}

.v3-scroll-arrow {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .4));
    animation: scroll-pulse 2s ease-in-out infinite;
}

@keyframes scroll-pulse {
    0%,
    100% {
        opacity: .4;
        transform: scaleY(1)
    }
    50% {
        opacity: 1;
        transform: scaleY(1.15)
    }
}


/* ── BELOW-FOLD INFO BAND ── */


/* Dark band holding headline, stats, and credentials */

.v3-heroband {
    background: var(--gtz-dark);
    border-bottom: 1px solid var(--rule-d);
}

.v3-heroband-top {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
    padding: 24px 48px 20px;
    border-bottom: 1px solid var(--rule-d);
}

.v3-heroband-headline {
    font-size: clamp(16px, 1.8vw, 22px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    color: var(--white);
}

.v3-heroband-headline em {
    font-style: normal;
    color: var(--gtz-orange);
}

.v3-heroband-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .52);
    line-height: 1.65;
    margin-top: 8px;
    max-width: 480px;
}

.v3-heroband-cta-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}


/* Stats row inside band */

.v3-heroband-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--rule-d);
}

.v3-hbstat {
    padding: 16px 28px;
    border-right: 1px solid var(--rule-d);
    display: flex;
    align-items: center;
    gap: 16px;
}

.v3-hbstat:last-child {
    border-right: none;
}

.v3-hbstat-n {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--white);
    line-height: 1;
    white-space: nowrap;
}

.v3-hbstat-n sup {
    font-size: .5em;
    color: var(--gtz-orange);
    vertical-align: super;
}

.v3-hbstat-l {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.4;
}


/* Credentials row inside band */

.v3-heroband-creds {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.v3-hbcred {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-right: 1px solid var(--rule-d);
    cursor: pointer;
    transition: background .15s;
}

.v3-hbcred:last-child {
    border-right: none;
}

.v3-hbcred:hover {
    background: rgba(255, 255, 255, .04);
}

.v3-hbcred:hover .v3-hbcred-title {
    color: #7AB3DC;
}

.v3-hbcred-icon {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: rgba(64, 134, 196, .12);
    border: 1px solid rgba(64, 134, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    color: #fff;
}

.v3-hbcred-label {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 2px;
}

.v3-hbcred-title {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--white);
    transition: color .15s;
    line-height: 1.3;
}

.v3-hbcred-arr {
    margin-left: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, .2);
    flex-shrink: 0;
    transition: color .15s;
}

.v3-hbcred:hover .v3-hbcred-arr {
    color: #7AB3DC;
}


/* ── RESPONSIVE ── */

@media(max-width:900px) {
    .v3-slideshow {
        height: 48vh;
        min-height: 300px;
    }
    .v3-slide-h1 {
        font-size: clamp(30px, 6vw, 52px);
    }
    .v3-heroband-top {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px 28px 28px;
    }
    .v3-heroband-cta-col {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .v3-heroband-stats {
        grid-template-columns: 1fr 1fr;
    }
    .v3-hbstat {
        padding: 20px 24px;
    }
    .v3-hbstat:nth-child(2) {
        border-right: none;
    }
    .v3-heroband-creds {
        grid-template-columns: 1fr 1fr;
    }
    .v3-hbcred:nth-child(2) {
        border-right: none;
    }
    .v3-hbcred:nth-child(3) {
        border-right: 1px solid var(--rule-d);
    }
    .v3-hbcred:nth-last-child(-n+2) {
        border-top: 1px solid var(--rule-d);
    }
}

@media(max-width:600px) {
    .v3-slideshow {
        height: 42vh;
        min-height: 280px;
    }
    .v3-slide-ctas {
        flex-direction: column;
        align-items: center;
    }
    .v3-heroband-stats {
        grid-template-columns: 1fr 1fr;
    }
    .v3-heroband-creds {
        grid-template-columns: 1fr;
    }
    .v3-hbcred {
        border-right: none;
        border-bottom: 1px solid var(--rule-d);
    }
    .v3-hbcred:last-child {
        border-bottom: none;
    }
    .v3-slide-prev {
        left: 12px;
    }
    .v3-slide-next {
        right: 12px;
    }
    .v3-scroll-hint {
        display: none;
    }
}


/* ── Keep old hero vars referenced elsewhere ── */

.v3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
}

.v3-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    flex-shrink: 0;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

.v3-h1 {
    font-size: clamp(40px, 4.4vw, 66px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.02;
    color: var(--white);
    margin-bottom: 24px;
}

.v3-h1 em {
    font-style: normal;
    color: #7AB3DC;
}

.v3-hero-sub {
    font-size: 17px;
    line-height: 1.78;
    color: rgba(255, 255, 255, .65);
    max-width: 440px;
    margin-bottom: 40px;
    font-weight: 400;
}

.v3-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.btn-v3-primary {
    background: var(--orange);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    border: none;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sans);
    min-height: 50px;
}

.btn-v3-primary:hover {
    background: var(--orange2);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(242, 109, 72, .4);
}

.btn-v3-ghost {
    background: transparent;
    color: var(--white);
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    border: 1.5px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sans);
    min-height: 50px;
}

.btn-v3-ghost:hover {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .05);
}

.btn-v3-dark {
    background: var(--ink);
    color: var(--white);
    padding: 14px 28px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sans);
    min-height: 48px;
}

.btn-v3-dark:hover {
    background: var(--ch);
    transform: translateY(-1px);
}

.btn-v3-outline-light {
    background: transparent;
    color: var(--white);
    padding: 14px 28px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sans);
    min-height: 48px;
}

.btn-v3-outline-light:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .06);
}


/* Hero stat strip — kept for any other usage */

.v3-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--rule-d);
    padding-top: 32px;
}

.v3-stat {
    padding-right: 28px;
    margin-right: 28px;
    border-right: 1px solid var(--rule-d);
}

.v3-stat:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.v3-stat-n {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--white);
    line-height: 1;
}

.v3-stat-n sup {
    font-size: .55em;
    color: var(--orange);
}

.v3-stat-l {
    font-size: 11px;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 5px;
}


/* ── TRUST BAR ── compact horizontal under hero */

.v3-trust {
    background: var(--white);
    border-bottom: 2px solid var(--rule);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.v3-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    border-right: 1px solid var(--rule);
    cursor: pointer;
    transition: background .15s;
}

.v3-trust-item:last-child {
    border-right: none;
}

.v3-trust-item:hover {
    background: var(--gtz-light);
}

.v3-trust-item:hover .v3-trust-title {
    color: var(--gtz-blue);
}

.v3-trust-n {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -.03em;
    flex-shrink: 0;
}

.v3-trust-n span {
    color: var(--orange);
    font-size: .65em;
}

.v3-trust-title {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ink);
    transition: color .15s;
}

.v3-trust-sub {
    font-size: 11px;
    color: var(--mid);
    margin-top: 1px;
}


/* ── SPLIT SECTIONS — the GlobalTranz layout signature ── */


/* Each section = full-bleed two-column: dark visual | light text (or reversed) */

.v3-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
}

.v3-split-vis {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ch);
    min-height: 520px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/* Geometric pattern inside vis panels */

.v3-vis-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 56px 56px;
}

.v3-vis-glow {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 168, 150, .2) 0%, transparent 65%);
    width: 400px;
    height: 400px;
}

.v3-vis-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 64px;
}

.v3-vis-num {
    font-size: clamp(80px, 12vw, 140px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1;
    color: rgba(255, 255, 255, .06);
    position: absolute;
    top: 24px;
    right: 32px;
    font-family: var(--sans);
}

.v3-vis-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: rgba(64, 134, 196, .15);
    border: 1px solid rgba(64, 134, 196, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.v3-vis-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #7AB3DC;
}

.v3-vis-headline {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.08;
    color: var(--white);
}

.v3-vis-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.v3-vis-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
    font-weight: 500;
}

.v3-vis-bullet::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gtz-blue);
    flex-shrink: 0;
}


/* Text side of split */

.v3-split-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 72px;
    background: var(--white);
}

.v3-split-text.stone {
    background: var(--stone);
}

.v3-split-text.dark {
    background: var(--ch2);
}

.v3-sec-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
}

.v3-sec-eyebrow-teal {
    color: var(--gtz-blue);
}

.v3-sec-h2 {
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.05;
    color: var(--ink);
    margin-bottom: 18px;
}

.v3-sec-h2-white {
    color: var(--white);
}

.v3-sec-body {
    font-size: 16px;
    line-height: 1.78;
    color: var(--mid);
    margin-bottom: 28px;
    max-width: 440px;
}

.v3-sec-body-white {
    color: rgba(255, 255, 255, .68);
}

.v3-sec-features {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--rule);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 32px;
}

.v3-sec-feat {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--rule);
    font-size: 14px;
    color: var(--mid);
    line-height: 1.5;
}

.v3-sec-feat:last-child {
    border-bottom: none;
}

.v3-sec-feat-tick {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(64, 134, 196, .12);
    border: 1px solid rgba(64, 134, 196, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--gtz-blue);
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}

.v3-sec-feat strong {
    color: var(--ink);
    font-weight: 700;
}


/* Features on dark bg */

.v3-sec-features-dark {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--rule-d);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 32px;
}

.v3-sec-feat-dark {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--rule-d);
    font-size: 14px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.5;
}

.v3-sec-feat-dark:last-child {
    border-bottom: none;
}

.v3-sec-feat-tick-d {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(64, 134, 196, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #7AB3DC;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}


/* ── WHY US — full-bleed charcoal, 4-col stat row + 4-col reasons grid ── */

.v3-why {
    background: var(--ch);
    padding: 100px 0;
}

.v3-why-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.v3-why-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 72px;
}

.v3-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--rule-d);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 4px;
}

.v3-stat-cell {
    padding: 32px 24px;
    border-right: 1px solid var(--rule-d);
    text-align: center;
}

.v3-stat-cell:last-child {
    border-right: none;
}

.v3-stat-cell-n {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.v3-stat-cell-n span {
    color: var(--orange);
}

.v3-stat-cell-l {
    font-size: 11px;
    color: rgba(255, 255, 255, .42);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.v3-reasons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.v3-reason {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--rule-d);
    border-radius: 0;
    padding: 36px 28px;
    cursor: default;
    transition: background .2s;
    border-top: 3px solid transparent;
}

.v3-reason:hover {
    background: rgba(255, 255, 255, .06);
    border-top-color: var(--gtz-orange);
}

.v3-reason-icon {
    font-size: 24px;
    margin-bottom: 16px;
    color: #fff;
}

.v3-reason-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.3;
}

.v3-reason-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .52);
    line-height: 1.72;
}

.v3-reason-badge {
    margin-top: 14px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #7AB3DC;
}


/* ── INDUSTRIES — 3×2 grid on stone bg, editorial style ── */

.v3-ind {
    background: var(--stone);
    padding: 100px 0;
}

.v3-ind-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.v3-ind-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 52px;
    gap: 24px;
    flex-wrap: wrap;
}

.v3-ind-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: var(--rule);
    border: 1px solid var(--rule);
}

.v3-ind-item {
    background: var(--stone);
    padding: 40px 36px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    cursor: pointer;
    transition: background .18s;
    position: relative;
    overflow: hidden;
}

.v3-ind-item:hover {
    background: var(--white);
}

.v3-ind-item:hover .v3-ind-cta {
    color: var(--orange);
}

.v3-ind-item:nth-child(3n) {
    border-right: none;
}

.v3-ind-item:nth-last-child(-n+3) {
    border-bottom: none;
}

.v3-ind-num {
    font-size: 72px;
    font-weight: 900;
    color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 8px;
    right: 20px;
    line-height: 1;
    font-family: var(--sans);
    letter-spacing: -.05em;
}

.v3-ind-icon {
    font-size: 26px;
    margin-bottom: 16px;
    display: block;
}

.v3-ind-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
}

.v3-ind-desc {
    font-size: 13.5px;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 16px;
}

.v3-ind-cta {
    font-size: 12px;
    font-weight: 700;
    color: var(--mid);
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: color .18s;
}


/* ── TESTIMONIALS — dark, full-width 3-up ── */

.v3-testi {
    background: var(--navy);
    padding: 100px 0;
}

.v3-testi-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.v3-testi-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 52px;
    gap: 24px;
    flex-wrap: wrap;
}

.v3-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.v3-tcard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--rule-d);
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    transition: background .2s;
}

.v3-tcard:hover {
    background: rgba(255, 255, 255, .07);
}

.v3-tcard-stars {
    color: var(--orange);
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.v3-tcard-text {
    font-size: 15px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.78;
    flex: 1;
    margin-bottom: 28px;
    font-style: italic;
}

.v3-tcard-rule {
    width: 32px;
    height: 2px;
    background: var(--orange);
    margin-bottom: 20px;
}

.v3-tcard-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.v3-tcard-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ch3);
    border: 1px solid var(--rule-d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #7AB3DC;
    flex-shrink: 0;
}

.v3-tcard-name {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--white);
}

.v3-tcard-role {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .4);
    margin-top: 2px;
}


/* ── FINAL CTA — full-bleed split: left text / right contact prompt ── */

.v3-fcta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.v3-fcta-l {
    background: var(--orange);
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.v3-fcta-r {
    background: #1B2A4A;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, .10);
}

.v3-fcta-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 20px;
}

.v3-fcta-h2 {
    font-size: clamp(30px, 3.5vw, 50px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 18px;
}

.v3-fcta-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.72;
    margin-bottom: 40px;
}

.v3-fcta-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.v3-fcta-contact-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.v3-fcta-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--rule-d);
}

.v3-fcta-contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.v3-fcta-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.v3-fcta-contact-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 3px;
}

.v3-fcta-contact-val {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
}

.v3-fcta-contact-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    margin-top: 2px;
}

.v3-fcta-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.v3-fcta-pill {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .65);
    display: flex;
    align-items: center;
    gap: 5px;
}

.v3-fcta-pill::before {
    content: '✓';
    font-weight: 800;
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
}


/* ── FOOTER ── */

.v3-footer {
    background: var(--ch);
    padding: 64px 0 0;
}

.v3-footer-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.v3-footer-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--rule-d);
}

.v3-footer-brand {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--white);
    margin-bottom: 4px;
}

.v3-footer-sub-brand {
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 16px;
}

.v3-footer-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.72;
    max-width: 270px;
    margin-bottom: 20px;
}

.v3-footer-badge {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--rule-d);
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 11px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.6;
}

.v3-footer-badge span {
    color: #7AB3DC;
    font-weight: 700;
}

.v3-footer-col h4 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 18px;
}

.v3-footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v3-footer-col ul li a {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .62);
    cursor: pointer;
    transition: color .15s;
}

.v3-footer-col ul li a:hover {
    color: var(--white);
}

.v3-footer-bottom {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .32);
    flex-wrap: wrap;
    gap: 8px;
}

.v3-footer-bottom a {
    color: rgba(255, 255, 255, .38);
    cursor: pointer;
    transition: color .15s;
}

.v3-footer-bottom a:hover {
    color: var(--white);
}


/* ── TICKER ── */

.v3-ticker {
    background: var(--ch2);
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid var(--rule-d);
}

.v3-ticker-track {
    display: flex;
    width: max-content;
    animation: v3tick 40s linear infinite;
}

@keyframes v3tick {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.v3-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 40px;
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .5);
    white-space: nowrap;
    letter-spacing: .06em;
}

.v3-ticker-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--orange);
    flex-shrink: 0;
}


/* ── RESPONSIVE ── */

@media(max-width:1100px) {
    .v3-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .v3-split {
        grid-template-columns: 1fr;
    }
    .v3-split-vis {
        min-height: 360px;
    }
    .v3-split-text {
        padding: 64px 48px;
    }
    .v3-fcta {
        grid-template-columns: 1fr;
    }
    .v3-fcta-l,
    .v3-fcta-r {
        padding: 72px 48px;
    }
    .v3-why-header {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .v3-reasons {
        grid-template-columns: 1fr 1fr;
    }
    .v3-stats-row {
        grid-template-columns: 1fr 1fr;
    }
    .v3-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media(max-width:768px) {
    .v3-trust {
        grid-template-columns: 1fr 1fr;
    }
    .v3-trust-item:nth-child(2) {
        border-right: none;
    }
    .v3-trust-item:nth-child(3) {
        border-right: 1px solid var(--rule);
    }
    .v3-ind-grid {
        grid-template-columns: 1fr 1fr;
    }
    .v3-ind-item:nth-child(3n) {
        border-right: 1px solid var(--rule);
    }
    .v3-ind-item:nth-child(2n) {
        border-right: none;
    }
    .v3-ind-item:nth-last-child(-n+3) {
        border-bottom: 1px solid var(--rule);
    }
    .v3-ind-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
    .v3-testi-grid {
        grid-template-columns: 1fr;
    }
    .v3-reasons {
        grid-template-columns: 1fr 1fr;
    }
    .v3-split-text {
        padding: 48px 32px;
    }
    .v3-stat-strip {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        border-top: none;
        padding-top: 24px;
    }
    .v3-stat {
        border: none;
        padding: 0;
        margin: 0;
    }
    .v3-why-wrap,
    .v3-ind-wrap,
    .v3-testi-wrap,
    .v3-footer-wrap {
        padding: 0 24px;
    }
}

@media(max-width:540px) {
    .v3-trust {
        grid-template-columns: 1fr;
    }
    .v3-trust-item {
        border-right: none;
        border-bottom: 1px solid var(--rule);
    }
    .v3-trust-item:last-child {
        border-bottom: none;
    }
    .v3-ind-grid {
        grid-template-columns: 1fr;
    }
    .v3-ind-item {
        border-right: none;
    }
    .v3-reasons {
        grid-template-columns: 1fr;
    }
    .v3-stats-row {
        grid-template-columns: 1fr 1fr;
    }
    .v3-footer-grid {
        grid-template-columns: 1fr;
    }
    .v3-cta-row {
        flex-direction: column;
    }
    .v3-fcta-btns {
        flex-direction: column;
    }
    .v3-fcta-l,
    .v3-fcta-r {
        padding: 60px 24px;
    }
}


/* ── IMAGE PLACEHOLDERS ──
   Remove this block once real images are in place.
   Each .img-ph fills its parent and shows the image path needed. */

.img-ph {
    width: 100%;
    height: 100%;
    min-height: inherit;
    background: linear-gradient(135deg, #1B2A4A 0%, #243556 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.img-ph::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 32px 32px;
}

.img-ph-icon {
    width: 44px;
    height: 44px;
    border: 2px dashed #4086C4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.img-ph-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #4086C4;
    position: relative;
    z-index: 1;
}

.img-ph-path {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    position: relative;
    z-index: 1;
    word-break: break-all;
    max-width: 220px;
    line-height: 1.5;
}

.img-ph-size {
    font-size: 10px;
    color: rgba(255, 255, 255, .3);
    position: relative;
    z-index: 1;
    letter-spacing: .08em;
}


/* Actual img tags with placeholders */

img.img-real {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* TICKER */

.ticker {
    background: var(--dark);
    padding: 11px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .03)
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: tick 30s linear infinite
}

@keyframes tick {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 32px;
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
    white-space: nowrap;
    letter-spacing: .05em
}

.ticker-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0
}


/* TRUST STRIP */

.trust {
    background: var(--white);
    border-bottom: 1px solid var(--gray1);
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px 26px;
    border-right: 1px solid var(--gray1);
    cursor: pointer;
    transition: all .18s
}

.trust-item:hover {
    background: var(--off)
}

.trust-item:hover .trust-title {
    color: var(--blue)
}

.trust-item:last-child {
    border: none
}

.trust-icon {
    font-size: 22px
}

.trust-title {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy)
}

.trust-sub {
    font-size: 12px;
    color: var(--gray2)
}


/* SERVICES GRID */

.svc-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    gap: 24px;
    flex-wrap: wrap
}

.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.svc-card {
    background: var(--white);
    border: 1px solid var(--gray1);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    position: relative;
}

.blank_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.svc-card:hover {
    border-color: var(--blue);
    box-shadow: 0 8px 32px rgba(64, 134, 196, .15);
    transform: translateY(-2px)
}

.svc-img {
    height: 160px;
    position: relative;
    overflow: hidden;
}

.svc-body {
    padding: 22px 20px
}

.svc-num {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray2);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.svc-title {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 10px
}

.svc-desc {
    font-size: 13.5px;
    color: var(--gray3);
    line-height: 1.68;
    margin-bottom: 16px
}

.svc-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 5px
}


/* WHY US */

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--gray1)
}

.why-vis {
    background: var(--navy2);
    min-height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px
}

.why-content {
    padding: 56px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--white)
}

.why-points {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 28px
}

.why-point {
    display: flex;
    gap: 14px
}

.why-icon {
    width: 38px;
    height: 38px;
    background: var(--off);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.why-text-title {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px
}

.why-text-desc {
    font-size: 13.5px;
    color: var(--gray3);
    line-height: 1.65
}


/* PROCESS */

.proc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative
}

.proc-grid::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--gray1)
}

.proc-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px
}

.proc-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--blue);
    color: var(--white);
    font-family: var(--serif);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 0 0 1px var(--gray1)
}

.proc-title {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px
}

.proc-desc {
    font-size: 12px;
    color: var(--gray3);
    line-height: 1.6
}


/* TESTIMONIALS */

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.tcard {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    padding: 28px;
    position: relative
}

.tcard-stars {
    color: var(--orange);
    font-size: 13px;
    margin-bottom: 14px
}

.tcard-text {
    font-size: 14px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.75;
    margin-bottom: 20px
}

.tcard-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.tcard-av {
    width: 38px;
    height: 38px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    flex-shrink: 0
}

.tcard-name {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--white)
}

.tcard-role {
    font-size: 12px;
    color: rgba(255, 255, 255, .82)
}


/* CTA BANNER */

.cta-banner {
    background: var(--orange);
    padding: 54px 0
}

.cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center
}

.cta-title {
    font-family: var(--serif);
    font-size: clamp(22px, 3vw, 38px);
    color: var(--white)
}

.cta-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .92);
    margin-top: 7px
}

.cta-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.btn-white {
    background: var(--white);
    color: var(--orange);
    font-weight: 700
}

.btn-white:hover {
    background: var(--off)
}

.btn-wht-outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, .45)
}

.btn-wht-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: var(--white)
}


/* BREADCRUMB */

.bc {
    background: var(--off);
    border-bottom: 1px solid var(--gray1);
    padding: 10px 0
}

.bc-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px
}

.bc a {
    color: var(--blue);
    font-weight: 500;
    cursor: pointer
}

.bc a:hover {
    text-decoration: underline
}

.bc-sep {
    color: var(--gray2);
    font-size: 11px
}

.bc-cur {
    color: var(--dark);
    font-weight: 600
}


/* PAGE HERO (inner pages) */

.ph {
    background: var(--navy);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden
}

.ph-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 60px 60px
}

.ph-inner {
    position: relative;
    z-index: 1
}

.ph h1 {
    font-family: var(--serif);
    font-size: clamp(32px, 4.5vw, 62px);
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.08
}

.ph-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .88);
    max-width: 560px;
    line-height: 1.75
}


/* SERVICES PAGE */

.svcs-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px
}


/* SERVICE DETAIL */

.det-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 52px;
    padding: 60px 0
}

.det-feats {
    display: flex;
    flex-direction: column;
    gap: 0
}

.det-feat {
    display: flex;
    gap: 22px;
    padding: 26px 0;
    border-bottom: 1px solid var(--gray1)
}

.det-feat:first-child {
    padding-top: 0
}

.det-feat:last-child {
    border: none
}

.det-feat-n {
    font-family: var(--serif);
    font-size: 30px;
    color: var(--gray2);
    line-height: 1;
    flex-shrink: 0;
    width: 38px
}

.det-feat-title {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 5px
}

.det-feat-desc {
    font-size: 13.5px;
    color: var(--gray3);
    line-height: 1.68
}

.det-ports {
    background: var(--off);
    border: 1px solid var(--gray1);
    border-radius: 9px;
    padding: 22px;
    margin-top: 28px
}

.det-ports-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--gray2);
    margin-bottom: 12px
}

.port-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.port-tag {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray3);
    background: var(--white);
    border: 1px solid var(--gray1);
    padding: 5px 11px;
    border-radius: 4px
}

.det-others {
    margin-top: 40px
}

.det-others-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--gray2);
    margin-bottom: 12px
}

.other-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid var(--gray1);
    border-radius: 7px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    transition: all .2s;
    margin-bottom: 7px;
    background: var(--white)
}

.other-link:hover {
    border-color: var(--blue);
    color: var(--blue)
}

.sidebar-sticky {
    position: sticky;
    top: 80px
}

.sidebar-card {
    background: var(--navy2);
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 14px
}

.sidebar-card h4 {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--white);
    margin-bottom: 5px
}

.sidebar-card p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .88);
    margin-bottom: 20px
}

.sidebar-contact {
    border: 1px solid var(--gray1);
    border-radius: 10px;
    padding: 22px;
    background: var(--white)
}

.sidebar-contact h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 14px
}

.sc-row {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: var(--dark);
    margin-bottom: 10px;
    font-weight: 500
}

.sc-row a {
    color: var(--navy)
}


/* FORMS */

.fg {
    margin-bottom: 14px
}

.fg label {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--gray3);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 5px
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    padding: 10px 13px;
    border: 1.5px solid var(--gray1);
    border-radius: 6px;
    color: var(--dark);
    background: var(--white);
    outline: none;
    transition: border-color .2s;
    font-size: 14px;
    font-family: var(--sans)
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(64, 134, 196, .10)
}

.fg textarea {
    height: 90px;
    resize: vertical
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.sub-btn {
    width: 100%;
    padding: 13px;
    background: var(--orange);
    color: var(--white);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--sans);
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin-top: 6px
}

.sub-btn:hover {
    background: #F58060;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(242, 109, 72, .35)
}

.form-note {
    font-size: 11.5px;
    color: var(--gray2);
    text-align: center;
    margin-top: 8px
}

.dark-fg .fg label {
    color: rgba(255, 255, 255, .82)
}

.dark-fg .fg input,
.dark-fg .fg select {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .12);
    color: var(--white)
}

.dark-fg .fg input::placeholder {
    color: rgba(255, 255, 255, .82)
}

.dark-fg .fg select option {
    background: var(--navy);
    color: var(--white)
}


/* ABOUT */

.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px
}

.about-vis {
    background: var(--navy2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px
}

.about-content {
    background: var(--navy);
    padding: 64px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px
}

.tl-item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    padding: 16px;
    border-left: 3px solid var(--blue)
}

.tl-yr {
    font-size: 10px;
    font-weight: 700;
    color: var(--teal2);
    text-transform: uppercase;
    letter-spacing: .14em
}

.tl-title {
    font-family: var(--serif);
    font-size: 15px;
    color: var(--white);
    margin: 4px 0
}

.tl-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.5
}

.val-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.val-card {
    background: var(--white);
    border: 1px solid var(--gray1);
    border-radius: 9px;
    padding: 26px 20px
}

.val-icon {
    font-size: 26px;
    margin-bottom: 12px
}

.val-title {
    font-family: var(--serif);
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 7px
}

.val-desc {
    font-size: 13px;
    color: var(--gray3);
    line-height: 1.65
}

.vm-card {
    background: var(--off);
    border: 1px solid var(--gray1);
    border-radius: 9px;
    padding: 26px;
    margin-bottom: 14px;
    border-left: 3px solid var(--blue)
}

.vm-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 9px
}

.vm-title {
    font-family: var(--serif);
    font-size: 17px;
    color: var(--navy);
    margin-bottom: 7px
}

.vm-desc {
    font-size: 13.5px;
    color: var(--gray3);
    line-height: 1.68
}


/* INDUSTRIES */

.ind-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.ind-card {
    background: var(--white);
    border: 1px solid var(--gray1);
    border-radius: 10px;
    padding: 28px 24px;
    transition: all .2s;
    border-top: 3px solid var(--blue)
}

.ind-card:hover {
    border-color: var(--blue);
    border-top-color: var(--blue);
    box-shadow: 0 8px 32px rgba(64, 134, 196, .15);
    transform: translateY(-3px)
}

.ind-icon {
    font-size: 34px;
    margin-bottom: 16px;
    display: block;
    width: 56px;
    height: 56px;
    background: var(--off);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ind-name {
    font-family: var(--serif);
    font-size: 19px;
    color: var(--navy);
    margin-bottom: 10px;
    line-height: 1.2
}

.ind-desc {
    font-size: 13.5px;
    color: #4A5568;
    line-height: 1.7
}

.ind-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px
}

.ind-tag {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray3);
    background: var(--off);
    border: 1px solid var(--gray1);
    padding: 6px 13px;
    border-radius: 4px
}


/* CONTACT */

.contact-hero {
    background: var(--navy);
    padding: 72px 0 60px
}

.contact-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px
}

.contact-detail-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .06);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-detail-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 3px
}

.contact-detail-val {
    font-size: 14px;
    color: rgba(255, 255, 255, .92);
    font-weight: 500
}

.contact-fm {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    padding-top: 60px;
    padding-bottom: 60px
}

.cform h2 {
    font-family: var(--serif);
    font-size: 26px;
    color: var(--navy);
    margin-bottom: 6px
}

.cform-sub {
    font-size: 14px;
    color: var(--gray3);
    margin-bottom: 24px
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--white);
    border-top: 3px solid var(--blue)
}

.cc {
    padding: 28px 32px;
    border-right: 1px solid var(--gray1);
    min-width: 0
}

.cc:last-child {
    border: none
}

.cc-icon {
    font-size: 22px;
    margin-bottom: 10px
}

.cc-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--gray2);
    margin-bottom: 6px
}

.cc-val {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.6
}

.cc-val a {
    color: var(--blue)
}

.map-static {
    background: var(--off);
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px;
    text-align: center;
    border: 1px solid var(--gray1);
    border-radius: 9px
}


/* FOOTER */

footer {
    background: var(--dark);
    padding: 60px 0 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px
}

.footer-brand {
    font-family: var(--serif);
    font-size: 19px;
    color: var(--white);
    margin-bottom: 4px
}

.footer-brand-sub {
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gray4);
    margin-bottom: 14px
}

.footer-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 16px
}

.footer-badge {
    font-size: 11.5px;
    color: var(--teal2);
    font-weight: 600
}

footer h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 14px
}

footer ul {
    list-style: none
}

footer ul li {
    margin-bottom: 9px
}

footer ul li a {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .88);
    cursor: pointer;
    transition: .15s
}

footer ul li a:hover {
    color: var(--white)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .82)
}

.footer-bottom a {
    color: rgba(255, 255, 255, .72);
    cursor: pointer
}

.footer-bottom a:hover {
    color: var(--teal2)
}


/* RESPONSIVE */

@media(max-width:900px) {
    .hero {
        grid-template-columns: 1fr
    }
    .hero-right {
        display: none
    }
    .trust {
        grid-template-columns: 1fr 1fr
    }
    .svc-grid,
    .svcs-page-grid {
        grid-template-columns: 1fr 1fr
    }
    .testi-grid {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .why-grid {
        grid-template-columns: 1fr
    }
    .why-vis {
        display: none
    }
    .about-split {
        grid-template-columns: 1fr
    }
    .about-vis {
        display: none
    }
    .ind-grid {
        grid-template-columns: 1fr 1fr
    }
    .det-layout {
        grid-template-columns: 1fr
    }
    .contact-split {
        grid-template-columns: 1fr
    }
    .contact-fm {
        grid-template-columns: 1fr
    }
    .contact-cards {
        grid-template-columns: 1fr 1fr
    }
    .val-grid {
        grid-template-columns: 1fr 1fr
    }
    .proc-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }
    .proc-grid::before {
        display: none
    }
    .form-row {
        grid-template-columns: 1fr
    }
    .cta-inner {
        grid-template-columns: 1fr
    }
}

@media(max-width:600px) {
    .cred-strip-grid {
        grid-template-columns: 1fr 1fr !important
    }
    .wrap {
        padding: 0 20px
    }
    .nav-links {
        display: none
    }
    .nav-actions {
        display: none
    }
    .ham {
        display: flex
    }
    .mob-bar {
        display: flex
    }
    .svc-grid,
    .svcs-page-grid,
    .ind-grid,
    .val-grid {
        grid-template-columns: 1fr
    }
    .trust {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr
    }
    .tl-grid {
        grid-template-columns: 1fr
    }
    .cta-btns {
        flex-direction: column
    }
}


/* Sea distance calculator — option text must be dark for browser native dropdown */

#sd-from option,
#sd-to option,
#sd-from optgroup,
#sd-to optgroup {
    color: #0D1825;
    background: #ffffff;
}


/* ── FontAwesome icon alignment (buttons, lists, social) ── */

.btn i,
.btn-v3-outline-light i,
.sub-btn i {
    font-size: .95em;
    line-height: 1
}

.nav-phone i {
    margin-right: 4px
}

.v3-footer-col ul a i,
.footer-col ul a i {
    width: 16px;
    text-align: center;
    margin-right: 6px;
    opacity: .85
}

.contact-detail-icon i,
.v3-fcta-contact-icon i,
.cc-icon i,
.val-icon i,
.v3-reason-icon i,
.v3-ind-icon i,
.ind-icon i,
.v3-vis-icon-box i,
.v3-hbcred-icon i,
.img-ph-icon i {
    line-height: 1
}


/* ── Responsive fix: "More services" strip no longer overflows on mobile ── */

.v3-more-svc {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width:820px) {
    .v3-more-svc {
        grid-template-columns: 1fr!important
    }
    .v3-more-svc>div {
        padding: 26px 22px!important;
        border-right: none!important
    }
    .v3-more-svc>div:not(:last-child) {
        border-bottom: 1px solid var(--rule)
    }
}

@media(max-width:520px) {
    .v3-more-svc>div {
        padding: 22px 18px!important
    }
}