/* ══ HERO BANNER ══════════════════════════════════════════════════ */
.hero {
    position: relative;
    /*min-height: 100vh;*/
    padding-top: 60px;
    background: var(--ink);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

/* subtle diagonal rule */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .04);
    transform: rotate(6deg);
    transform-origin: top center;
    pointer-events: none;
    z-index: 0
}

/* ── BRAND BANNER (top of hero) ── */

.brand-banner {
    position: relative;
    background: url(../images/HeroSlider2.webp) center / cover no-repeat;
    z-index: 2;
    min-height: 700px;
    height: auto;
    padding: 80px 56px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: center;      /* Vertical center */
    justify-items: center;    /* Horizontal center */
    overflow: hidden;
}

.brand-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* 50% black overlay */
    z-index: 1;
}

.brand-banner > * {
    position: relative;
    z-index: 2; /* keeps content above overlay */
}

.bb-eyebrow {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 14px
}

.bb-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--gold)
}

.bb-headline {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: clamp(44px, 5.5vw, 96px);
    font-weight: 800;
    line-height: .85;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .8)
}

.bb-headline .l2 {
    color: var(--ia)
}

.bb-headline .l3 {
    color: rgba(255, 255, 255, .8)
}

.bb-right {
    padding-left: 44px;
    border-left: 1px solid rgba(255, 255, 255, .07);
    padding-bottom: 6px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end
}

.bb-desc {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .58);
    line-height: 1.72;
    /*max-width: 600px*/
}

.bb-desc strong {
    color: rgba(255, 255, 255, .88);
    font-weight: 500
}

/* JV pill */
.jv-pill {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
    overflow: hidden;
     width: 100%;
    /*max-width: 600px*/
}

.jvp-half {
    padding: 14px 18px;
    flex: 1;
    min-width: 0;
   
}

.jvp-half:first-child {
    background: rgba(0,0,0,0.59);
    border-right: 1px solid rgba(255, 255, 255, .08)
}

.jvp-half:last-child {
    background: rgba(0,0,0,0.59)
}

.jvp-name {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    margin-bottom: 4px
}

.jvp-half:first-child .jvp-name {
    color: var(--ia)
}

.jvp-half:last-child .jvp-name {
    color: var(--gold)
}

.jvp-role {
    font-size: 14px;
    font-weight: 300;
    /*color: rgba(255, 255, 255, .35);*/
    line-height: 1.4
}

.jvp-plus {
    padding: 0 14px;
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, .15)
}

.bb-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px
}

.bbs {
    border-left: 1px solid rgba(255, 255, 255, .1);
    padding-left: 16px
}

.bbs-n {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: .02em
}

.bbs-l {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    margin-top: 3px
}

/* ── 3 VERTICAL PANELS (bottom of hero) ── */
.v-panels {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vp {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 44px 40px 52px;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}

/* Background Images */
.vp-ia {
    background-image: url('../images/Industrial-Auto.webp');
}

.vp-ps {
    background-image: url('../images/Public-Safety.webp');
}

.vp-tm {
    background-image: url('../images/Transit-Mobility.webp');
}

/* Border Between Cards */
.vp + .vp {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}

/* Dark Overlay */
.vp::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
    transition: all 0.4s ease;
    z-index: 0;
}

/* Hover Overlay */
.vp:hover::after {
    background: rgba(30, 99, 95, 0.95);
}

/* Accent Line */
.vp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.vp-ia::before,
.vp-ps::before,
.vp-tm::before {
    background: var(--ia);
}

.vp:hover::before {
    opacity: 1;
}

/* Keep Content Above Overlay */
.vp > * {
    position: relative;
    z-index: 2;
}

/* Button / Chip Style */
.vp-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    /*font-size: 12px;*/
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* Card Hover */
.vp:hover {
    transform: translateY(-5px);
}

/* Text Hover */
.vp:hover .vp-title,
.vp:hover .vp-desc,
.vp:hover .vp-tag,
.vp:hover .vp-gn,
.vp:hover .vp-cta {
    color: #fff;
}

/* Button Changes When Card Hovered */
.vp:hover .vp-chip {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Direct Button Hover */
.vp-chip:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.20);
    border-color: #fff;
}
/* ghost number */
.vp-gn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 130px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, .025);
    user-select: none;
    letter-spacing: -.02em;
}

.vp-tag {
    font-family: var(--fm);
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vp-ia .vp-tag {
    color: var(--ia);
}

.vp-ps .vp-tag {
    color: var(--ia);
}

.vp-tm .vp-tag {
   color: var(--ia);
}

.vp-tag::before {
    content: '';
    width: 18px;
    height: 1px;
}

.vp-ia .vp-tag::before {
    background: var(--ia);
}

.vp-ps .vp-tag::before {
    background: var(--ia);
}

.vp-tm .vp-tag::before {
    background: var(--ia);
}

/* BIG vertical heading */
.vp-title {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 800;
    line-height: .9;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 14px
}

.vp-desc {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, .90);
    line-height: 1.65;
    margin-bottom: 20px;
     min-height: 120px;
    /*max-width: 280px*/
}

/* product chips */
.vp-prods {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px
}

.vp-prod {
    font-size: 10px;
    padding: 3px 9px;
    border-radius: 2px;
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .04);
    white-space: nowrap
}

/* buyer questions */
.vp-qlbl {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 9px
}

.vp-qs {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px
}

.vp-qs li {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5;
    display: flex;
    gap: 7px
}

.vp-qs li::before {
    content: '"';
    font-size: 13px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 1px
}

.vp-ia .vp-qs li::before {
    color: var(--ia)
}

.vp-ps .vp-qs li::before {
    color: var(--ia)
}

.vp-tm .vp-qs li::before {
    color: var(--ia)
}

/* buyer chips */
.vp-buyers {
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 10px
}

.vp-chip {
    /*font-size: 14px;*/
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 100px
}

.vp-ia .vp-chip {
    border: 1px solid rgba(27, 107, 87, .4);
    color: rgba(255, 255, 255, .9);
    background: rgba(27, 107, 87, .14)
}

.vp-ps .vp-chip {
    border: 1px solid rgba(27, 107, 87, .4);
    color: rgba(255, 255, 255, .9);
    background: rgba(27, 107, 87, .14)
}

.vp-tm .vp-chip {
     border: 1px solid rgba(27, 107, 87, .4);
    color: rgba(255, 255, 255, .9);
    background: rgba(27, 107, 87, .14)
}

.vp-cta {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .4);
    transition: color .2s, gap .2s
}

.vp-cta::after {
    content: '→'
}

/* ══ TRUST BAR ════════════════════════════════════════════════════ */
.trust {
    background: var(--white);
    padding: 22px 56px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 48px;
    overflow: hidden
}

.t-lbl {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ink3);
    white-space: nowrap;
    flex-shrink: 0
}

.t-logos {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap
}

.tl {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .07em;
    color: var(--ink3);
    opacity: .35;
    white-space: nowrap;
    transition: opacity .2s
}

.tl:hover {
    opacity: .75
}

/* ══ ABOUT / JV ═══════════════════════════════════════════════════ */
.about {
    background: var(--paper);
    padding: 96px 56px;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.slbl {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ink3);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px
}

.slbl::before {
    content: '';
    width: 22px;
    height: 1px;
    background: var(--ink3)
}

.shd {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    line-height: .93;
    letter-spacing: .01em;
    margin-bottom: 16px
}

.ssub {
    font-size: 15px;
    font-weight: 300;
    color: var(--ink2);
    line-height: 1.72;
    max-width: 520px
}

.about-body {
    font-size: 15px;
    font-weight: 300;
    color: var(--ink2);
    line-height: 1.75;
    margin-top: 24px;
    margin-bottom: 28px
}

.about-body strong {
    color: var(--ink);
    font-weight: 500
}

.about-creds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: var(--border);
    border: 1px solid var(--border);
    margin-bottom: 24px
}

.ac {
    background: var(--white);
    padding: 20px 18px
}

.ac-n {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: var(--ink)
}

.ac-l {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--ink3);
    margin-top: 5px;
    line-height: 1.4
}

.mii {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border: 1px solid var(--border);
    border-radius: 2px;
    background: var(--white)
}

.mii-flag {
    font-size: 18px
}

.mii-txt {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--ink2)
}

/* JV card right side */
.jv-card {
    background: var(--ink);
    padding: 36px 32px;
    border-radius: 3px;
    margin-bottom: 20px
}

.jvc-lbl {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px
}

.jvc-lbl::before {
    content: '';
    width: 18px;
    height: 1px;
    background: var(--gold)
}

.jvc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px
}

.jvc-co-name {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 6px
}

.jvc-co-name em {
    font-style: normal
}

.ia-co em {
    color: var(--ia)
}

.gd-co em {
    color: var(--gold)
}

.jvc-co-role {
    font-size: 11px;
    font-weight: 300;
    color: rgba(255, 255, 255, .38);
    line-height: 1.55
}

.jvc-div {
    height: 1px;
    background: rgba(255, 255, 255, .07);
    margin-bottom: 18px
}

.jvc-out {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, .58);
    line-height: 1.65
}

.jvc-out strong {
    color: #fff;
    font-weight: 500
}

.mfg-caps {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .07);
    padding: 20px;
    border-radius: 2px
}

.mfg-lbl {
    font-family: var(--fm);
    font-size: 9px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .22);
    margin-bottom: 14px
}

.mfg-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.mfg-tag {
    font-size: 10px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 2px;
    color: rgba(255, 255, 255, .38)
}

/* ══ INDUSTRIES ═══════════════════════════════════════════════════ */
.ind-sec {
    background: var(--white);
    padding: 96px 56px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.ind-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1700px;
    width: 200px;
    height: 200px;
    /*background: url(../images/Asset-1orbit-1.svg) no-repeat;*/
    background-size: contain;
    transform: scaleX(-1);
    transform-origin: center;
    pointer-events: none;
}

.ind-tabs {
    display: flex;
    gap: 0;
    margin: 40px 0 0;
    border-bottom: 1px solid var(--border)
}

.itab {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 14px 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--ink3);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all .2s
}

.itab:hover {
    background: #1E635F;
    color: #fff;
}

/* Active */
.itab.a {
    background: #1E635F;
    color: #fff;
}

/* Active Border */
.itab.ia-t.a,
.itab.ps-t.a,
.itab.tm-t.a {
    border-bottom: 2px solid #1E635F;
}

/* Optional: Hover par bhi border same rahe */
.itab:hover {
    border-bottom: 2px solid #1E635F;
}


.itab.ia-t.a {
    border-bottom-color: var(--ia)
}

.itab.ps-t.a {
    border-bottom-color: var(--ps)
}

.itab.tm-t.a {
    border-bottom-color: var(--tm)
}


.ipanel {
    display: none;
    padding-top: 2px
}

.ipanel.a {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: var(--border);
    border: 1px solid var(--border);
    border-top: none
}

.ii {
    background: var(--paper);
    padding: 24px 20px 28px;
    text-decoration: none;
    color: inherit;
    transition: background .2s
}

.ii:hover {
    background: var(--white)
}

.ii-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em
}

.ii-ia {
    background: var(--ia-tint);
    color: var(--ia)
}

.ii-ps {
    background: var(--ps-tint);
    color: var(--ps)
}

.ii-tm {
    background: var(--tm-tint);
    color: var(--tm)
}

.ii-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 4px
}

.ii-prods {
    font-size: 11px;
    color: var(--ink3);
    line-height: 1.5
}

/* ══ SERVICE / AMC ════════════════════════════════════════════════ */
.svc {
    background: var(--ink);
    padding: 96px 56px;
    border-top: 3px solid var(--ia);
    background: url('../images/CustomerService.jpg') left/cover no-repeat;
}

.svc-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    margin-bottom: 52px
}

.svc-h {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: clamp(40px, 5.5vw, 70px);
    font-weight: 700;
    line-height: .92;
    letter-spacing: .01em;
    color: #fff
}

.svc-sub {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    line-height: 1.7;
    margin-bottom: 26px
}

.svc-sub strong {
    color: rgba(255, 255, 255, .85);
    font-weight: 500
}

.svc-ps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0
}

.sp {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.sp:first-child {
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.sp-d {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ia);
    flex-shrink: 0
}

.sp-t {
    font-size: 13px;
    color: rgba(255, 255, 255, .58)
}

.sp-t strong {
    color: #fff;
    font-weight: 500
}

.svc-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .05)
}

.sc {
    background: var(--ink);
    padding: 30px 26px 34px;
    text-decoration: none;
    display: block;
    transition: background .2s;
    border-top: 2px solid transparent
}

.sc.ia-sc {
    border-top-color: var(--ia)
}

.sc.ps-sc {
    border-top-color: var(--ps)
}

.sc.tm-sc {
    border-top-color: var(--gold)
}

.sc:hover {
    background: rgba(255, 255, 255, .03)
}

.sc-vt {
    font-family: var(--fm);
    font-size: 9px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 14px
}

.sc.ia-sc .sc-vt {
    color: var(--ia)
}

.sc.ps-sc .sc-vt {
    color: var(--ps)
}

.sc.tm-sc .sc-vt {
    color: var(--gold)
}

.sc-title {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.05
}

.sc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 22px
}

.sc-list li {
    font-size: 12px;
    color: rgba(255, 255, 255, .42);
    display: flex;
    gap: 8px
}

.sc-list li::before {
    content: '—';
    color: rgba(255, 255, 255, .17);
    flex-shrink: 0
}

.sc-cta {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .38);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s
}

.sc-cta::after {
    content: '→'
}

.sc:hover .sc-cta {
    color: #fff;
    gap: 10px
}

/* ══ CTA ══════════════════════════════════════════════════════════ */
.cta-band {
    background: var(--ia);
    padding: 80px 180px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Left-side background image with 50% opacity */
.cta-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ai-floating.png');
    background-position: left center;
    background-size: 220px 280px;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

/* Keep content above the image */
.cta-band > * {
    position: relative;
    z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-band {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 24px;
    }

    .cta-band::before {
        width: 100%;
        opacity: 0.2;
    }
}
.cta-h {
    font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    line-height: .93;
    letter-spacing: .01em;
    color: #fff
}

.cta-s {
    /*font-size: 14px; */
    font-weight: 300;
    color: rgba(255, 255, 255, .68);
    margin-top: 12px;
    /*max-width: 460px; */
    line-height: 1.65
}

.cta-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0
}

.btn-w {
    background: #fff;
    color: var(--ia);
    padding: 14px 28px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background .2s, transform .15s;
    white-space: nowrap
}

.btn-w:hover {
    background: var(--paper);
    transform: translateY(-1px)
}

.btn-ow {
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all .2s;
    white-space: nowrap
}

.btn-ow:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .7)
}

/* ANIMATIONS */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.bb-eyebrow {
    animation: fadeUp .6s ease both .1s
}

.bb-headline {
    animation: fadeUp .7s ease both .2s
}

.bb-desc {
    animation: fadeUp .7s ease both .3s
}

.jv-pill {
    animation: fadeUp .7s ease both .35s
}

.bb-stats {
    animation: fadeUp .7s ease both .42s
}

.vp-ia {
    animation: fadeUp .7s ease both .5s
}

.vp-ps {
    animation: fadeUp .7s ease both .6s
}

.vp-tm {
    animation: fadeUp .7s ease both .7s
}

@media(max-width: 1280px) {
    .brand-banner {
        padding: 64px 32px;
        gap: 28px;
    }
    .bb-right {
        padding-left: 24px;
    }
    .jv-pill {
        flex-direction: column;
        align-items: stretch;
    }
    .jvp-half:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .jvp-plus {
        display: none;
    }
    .vp {
        padding: 32px 20px 40px;
    }
    .vp-title {
        font-size: clamp(28px, 3.5vw, 44px);
    }
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .brand-banner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 36px 24px 0;
        min-height: auto;
    }

    .bb-right {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .07);
        padding-top: 24px;
        padding-left: 0
    }

    .v-panels {
        grid-template-columns: 1fr
    }

    .vp+.vp {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .06)
    }

    .about {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 64px 24px
    }

    .svc-top {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .svc-cards {
        grid-template-columns: 1fr
    }

    .ipanel.a {
        grid-template-columns: 1fr 1fr
    }

    .cta-band {
        grid-template-columns: 1fr;
        padding: 64px 24px
    }

    .trust,
    .ind-sec,
    .svc {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media(max-width:768px) {
    .bb-headline {
        font-size: 48px;
        line-height: 1
    }

    .bb-stats {
        flex-wrap: wrap;
        gap: 20px
    }

    .bbs {
        flex: 1 1 120px
    }

    .vp {
        padding: 32px 24px
    }

    .vp-title {
        font-size: 32px
    }

    .about-creds {
        grid-template-columns: 1fr
    }

    .jvc-row {
        grid-template-columns: 1fr
    }

    .ind-tabs {
        flex-direction: column;
        border-bottom: none
    }

    .itab {
        width: 100%;
        text-align: left;
        border-left: 2px solid transparent;
        border-bottom: 1px solid var(--border);
        padding: 12px 16px
    }

    .itab.ia-t.a {
        border-left-color: var(--ia);
        border-bottom-color: transparent
    }

    .itab.ps-t.a {
        border-left-color: var(--ps);
        border-bottom-color: transparent
    }

    .itab.tm-t.a {
        border-left-color: var(--tm);
        border-bottom-color: transparent
    }

    .ipanel.a {
        grid-template-columns: 1fr
    }

    .cta-h {
        font-size: 32px
    }

    .btn-w,
    .btn-ow {
        width: 100%
    }
}

@media(max-width:480px) {
    .bb-headline {
        font-size: 34px !important;
        line-height: 1.1 !important;
    }
    .brand-banner {
        padding: 40px 16px 24px !important;
    }
    .bb-stats {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .bbs {
        flex: none !important;
        width: 100% !important;
        border-left: 2px solid var(--ia) !important;
        padding-left: 12px !important;
    }
    .bbs-n {
        font-size: 26px !important;
    }
    .bbs-l {
        font-size: 9px !important;
    }
    .jvp-role {
        font-size: 11px !important;
    }
}

/* FAQ SECTION */
.faq-section {
  padding: 96px 48px;
  background: #fff;
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.faq-container {
  max-width: 1280px;
  margin: 0 auto;
}

.sec-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #278D88;
  margin-bottom: 16px;
}

.sec-title {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}

.sec-sub {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 56px;
}

.faq-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.faq-list {
  border-top: 1px solid #e8e8e8;
}

.faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-q {
  width: 100%;
  padding: 24px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.faq-q-text {
  /*font-size: 14px;*/
  font-weight: 600;
  color: #1A1A1A;
}

.faq-icon {
  font-size: 20px;
  color: #999;
  transition: transform .3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: #278D88;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  transition: max-height .35s ease, padding .35s ease;
  padding-bottom: 0;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 20px;
  }

  .faq-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sec-title {
    font-size: 34px;
  }
}

.link-group, .contact-group {
    position: relative;
    font-size: 14px !important;
}