:root {
    --blue: #1fa3dc;
    --blue-dk: #1180b0;
    --blue-lt: #e8f5fd;
    --navy: #0d2137;
    --gray: #6b7c93;
    --gray-lt: #f4f8fc;
    --border: #dde8f0;
    --white: #ffffff;
    --text: #1a2e42;
    --text-lt: #4a6074;
    --font-h: 'Barlow Condensed', sans-serif;
    --font-b: 'Barlow', sans-serif;
    --navy-2: #0a1b2e;
    --navy-3: #071424;
    --border-d: rgba(255, 255, 255, .07);
    --muted: rgba(255, 255, 255, .45);
    --muted-2: rgba(255, 255, 255, .28);   
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-b);
    background: var(--gray-lt);
    color: var(--text);
    overflow-x: hidden;
}

a{text-decoration: none;}

/* ════════════ TOP BAR ════════════ */
#topbar {
    background: var(--navy);
    height: 38px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

/* Desktop */
.tb-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0 16px;
}

.tb-left,
.tb-right {
    display: flex;
    align-items: center;
    gap: 0;
}

.tb-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .74rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
    white-space: nowrap;
    text-decoration: none;
    padding: 0 14px;
    height: 38px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: color .2s, background .2s;
}

.tb-item:first-child {
    padding-left: 0;
}

.tb-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.tb-item i {
    color: var(--blue);
    font-size: .7rem;
}

.tb-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(31, 163, 220, .2);
    border: 1px solid rgba(31, 163, 220, .4);
    color: #67d4ff;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 1px 9px;
    border-radius: 20px;
    margin-left: 6px;
}

.tb-socials {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .1);
    padding-left: 10px;
}

.tb-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 38px;
    color: rgba(255, 255, 255, .6);
    font-size: .76rem;
    text-decoration: none;
    transition: color .2s, background .2s;
}

.tb-socials a:hover {
    color: var(--blue);
    background: rgba(31, 163, 220, .1);
}

.tb-clock {
    padding: 0 14px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

/* Mobile ticker */
.tb-mobile {
    display: none;
    height: 38px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.ticker-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ticker-content {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: slideTicker 30s linear infinite;
    will-change: transform;
}

.tick-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 24px;
    font-size: .73rem;
    color: rgba(255, 255, 255, .78);
    flex-shrink: 0;
}

.tick-item i {
    color: var(--blue);
    font-size: .68rem;
}

.tick-sep {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(31, 163, 220, .5);
    flex-shrink: 0;
}

.__cf_email__{
    color: #ffffffc7;
}

@keyframes slideTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ════════════ HEADER ════════════ */
#main-header {
    background: var(--white);
    box-shadow: 0 2px 16px rgba(13, 33, 55, .09);
    position: sticky;
    top: 0;
    z-index: 9000;
    border-bottom: 2px solid var(--blue-lt);
    transition: box-shadow .3s;
}

#main-header.scrolled {
    box-shadow: 0 4px 28px rgba(13, 33, 55, .16);
}

.header-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 78px;
    gap: 0;
}

/* LOGO */
.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
    padding: 0 20px 0 0;
}

.logo-box {
    width: 58px;
    height: 58px; 
    overflow: hidden;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    transition: box-shadow .3s;
}

.brand-logo:hover .logo-box {
    box-shadow: 0 5px 20px rgba(31, 163, 220, .3);
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.brand-txt {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.bname {
    font-family: var(--font-h);
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--navy);
}

.bname span {
    color: var(--blue);
}

.bsub {
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--blue);
    margin-top: 3px;
}

/* inline nav wrapper in header */
.hdr-nav {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

/* ACTIONS */
.hdr-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 0 0 0 16px;
}

.hbtn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: var(--font-h);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s;
}

.hbtn.call {
    background: transparent;
    border: 1.5px solid var(--blue);
    color: var(--blue);
}

.hbtn.call:hover {
    background: var(--blue-lt);
    color: var(--blue-dk);
}

.hbtn.quote {
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    color: #fff;
    border: none;
    box-shadow: 0 4px 14px rgba(31, 163, 220, .35);
}

.hbtn.quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(31, 163, 220, .5);
    color: #fff;
}

/* ════════════ NAVBAR (inline in header) ════════════ */
.dt-nav {
    list-style: none;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.dt-nav>li {
    position: relative;
}

.dt-nav>li>a,
.dt-nav>li>span {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    height: 100%;
    font-family: var(--font-h);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    transition: color .25s, border-color .25s, background .25s;
}

.dt-nav>li>a i.narr,
.dt-nav>li>span i.narr {
    font-size: .58rem;
    color: var(--gray);
    transition: transform .3s;
}

.dt-nav>li:hover>a,
.dt-nav>li:hover>span,
.dt-nav>li.active>a {
    color: var(--blue);
    border-bottom-color: var(--blue); 
}

.dt-nav>li:hover>a i.narr,
.dt-nav>li:hover>span i.narr {
    transform: rotate(180deg);
}

/* ── PRODUCTS MULTILEVEL DROPDOWN ── */
.prod-dd {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 800px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-top: 3px solid var(--blue);
    border-radius: 0 12px 12px 12px;
    box-shadow: 0 18px 48px rgba(13, 33, 55, .13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s, transform .3s, visibility .3s;
    z-index: 8800;
    overflow: hidden;
}

.dt-nav li:hover>.prod-dd {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* dropdown head */
.dd-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: linear-gradient(90deg, var(--blue-lt), var(--white));
    border-bottom: 1px solid var(--border);
}

.dd-head-t {
    font-family: var(--font-h);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--navy);
}

.dd-head-t i {
    color: var(--blue);
    margin-right: 6px;
}

.dd-head-lnk {
    font-size: .73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1.5px solid var(--blue);
    padding: 4px 14px;
    border-radius: 20px;
    transition: all .2s;
}

.dd-head-lnk:hover {
    background: var(--blue);
    color: #fff;
}

/* body: left cats + right subs */
.dd-body {
    display: flex;
    min-height: 300px;
}

/* LEFT categories */
.dd-cats {
    width: 210px;
    flex-shrink: 0;
    background: var(--gray-lt);
    border-right: 1px solid var(--border);
    padding: 8px 0;
}

.cat-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background .2s, border-color .2s;
}

.cat-row:hover,
.cat-row.active {
    background: var(--white);
    border-left-color: var(--blue);
}

.cat-row .cicon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--white);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: var(--blue);
    flex-shrink: 0;
    transition: background .2s, border-color .2s;
}

.cat-row:hover .cicon,
.cat-row.active .cicon {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.cat-row .clabel {
    font-size: .82rem;
    font-weight: 600;
    color: var(--text);
    flex: 1;
    line-height: 1.25;
    transition: color .2s;
}

.cat-row:hover .clabel,
.cat-row.active .clabel {
    color: var(--blue);
}

.cat-row .ccount {
    font-size: .63rem;
    font-weight: 700;
    color: var(--blue);
    background: var(--blue-lt);
    padding: 1px 7px;
    border-radius: 10px;
    flex-shrink: 0;
}

.cat-row .carrow {
    font-size: .58rem;
    color: var(--gray);
    flex-shrink: 0;
}

/* RIGHT sub panels */
.dd-subs {
    flex: 1;
    padding: 14px 18px;
}

.sub-panel {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.sub-panel.vis {
    display: flex;
}

.sub-panel-hd {
    font-family: var(--font-h);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--blue);
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px dashed var(--border);
}

.sub-panel-hd i {
    margin-right: 5px;
}

.sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.si {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background .2s, border-color .2s, transform .2s;
}

.si:hover {
    background: var(--blue-lt);
    border-color: var(--border);
    transform: translateX(3px);
}

.si .sii {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: var(--white);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: var(--blue);
    flex-shrink: 0;
    transition: background .2s, border-color .2s;
}

.si:hover .sii {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.si .sin {
    font-size: .82rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.2;
    transition: color .2s;
}

.si:hover .sin {
    color: var(--blue-dk);
}

.si .sid {
    font-size: .7rem;
    color: var(--text-lt);
    margin-top: 1px;
}

.si .sbadge {
    margin-left: auto;
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 2px 7px;
    border-radius: 10px;
    flex-shrink: 0;
}

.sbadge.hot {
    background: #fff0f0;
    color: #dc2626;
    border: 1px solid #fca5a5;
}

.sbadge.new {
    background: #f0fff4;
    color: #16a34a;
    border: 1px solid #86efac;
}

.sbadge.pop {
    background: #eff6ff;
    color: var(--blue-dk);
    border: 1px solid #bfdbfe;
}

/* dd footer */
.dd-foot {
    background: var(--gray-lt);
    border-top: 1px solid var(--border);
    padding: 9px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dd-fi {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .71rem;
    color: var(--text-lt);
    font-weight: 500;
}

.dd-fi i {
    color: var(--blue);
    font-size: .76rem;
}

/* nav right */
.nav-r {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nr {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 6px;
    font-size: .74rem;
    font-weight: 600;
    color: var(--text-lt);
    cursor: pointer;
    text-decoration: none;
    transition: color .2s, background .2s;
    white-space: nowrap;
}

.nr i {
    color: var(--blue);
    font-size: .8rem;
}

.nr:hover {
    color: var(--blue);
    background: var(--blue-lt);
}

.nr.hl {
    background: var(--blue-lt);
    color: var(--blue);
    border: 1px solid rgba(31, 163, 220, .28);
}

.nr.hl:hover {
    background: var(--blue);
    color: #fff;
}

.nr.hl:hover i {
    color: #fff;
}

/* ════════════ HAMBURGER ════════════ */
.ham-btn {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    gap: 5px;
    cursor: pointer;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    background: var(--gray-lt);
    flex-shrink: 0;
    transition: background .25s, border-color .25s;
}

.ham-btn:hover {
    background: var(--blue-lt);
    border-color: var(--blue);
}

.ham-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: transform .35s, opacity .35s;
}

.ham-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ham-btn.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.ham-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ════════════ MOBILE DRAWER ════════════ */
.mob-ov {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(13, 33, 55, .48);
    z-index: 8800;
    opacity: 0;
    transition: opacity .35s;
    backdrop-filter: blur(4px);
}

.mob-ov.on {
    opacity: 1;
}

.mob-drw {
    position: fixed;
    top: 0;
    right: -320px;
    width: 305px;
    height: 100vh;
    background: var(--white);
    border-left: 2px solid var(--border);
    box-shadow: -8px 0 36px rgba(13, 33, 55, .14);
    z-index: 9999;
    transition: right .4s cubic-bezier(.25, .46, .45, .94);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mob-drw.open {
    right: 0;
}

.drw-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
    background: var(--gray-lt);
    flex-shrink: 0;
}

.drw-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drw-logo-img {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    overflow: hidden;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.drw-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.drw-logo-name {
    font-family: var(--font-h);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .05em;
    color: var(--navy);
}

.drw-logo-name span {
    color: var(--blue);
}

.drw-x {
    width: 32px;
    height: 32px;
    border: 1.5px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--gray);
    font-size: .82rem;
    background: var(--white);
    transition: all .25s;
}

.drw-x:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

.drw-srch {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.drw-srch input {
    width: 100%;
    background: var(--gray-lt);
    border: 1.5px solid var(--border);
    border-radius: 24px;
    padding: 8px 14px 8px 36px;
    color: var(--text);
    font-size: .81rem;
    outline: none;
}

.drw-srch input::placeholder {
    color: #a0b4c4;
}

.drw-srch i {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0b4c4;
    font-size: .76rem;
}

.mob-nl {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    flex: 1;
}

.mob-nl li {
    border-bottom: 1px solid var(--border);
}

.mob-nl li>a,
.mob-nl li>span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    font-family: var(--font-h);
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    cursor: pointer;
    transition: color .2s, background .2s;
}

.mob-nl li>a i.mi,
.mob-nl li>span i.mi {
    color: var(--blue);
    font-size: .82rem;
    width: 18px;
}

.mob-nl li>a .ma,
.mob-nl li>span .ma {
    margin-left: auto;
    font-size: .62rem;
    color: var(--gray);
    transition: transform .3s;
}

.mob-nl li.mop>span .ma {
    transform: rotate(90deg);
}

.mob-nl li>a:hover,
.mob-nl li>span:hover {
    color: var(--blue);
    background: var(--blue-lt);
}

.mob-sl {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--gray-lt);
    border-top: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.mob-sl.open {
    max-height: 750px;
}

.mob-cat-lbl {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px 5px 26px;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
    border-bottom: 1px dashed var(--border);
}

.mob-sl li>a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px 9px 26px;
    font-family: var(--font-b);
    font-size: .82rem;
    font-weight: 500;
    color: var(--text-lt);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: color .2s, padding-left .2s, border-color .2s;
}

.mob-sl li>a i {
    color: var(--blue);
    font-size: .74rem;
}

.mob-sl li>a:hover {
    color: var(--blue);
    padding-left: 32px;
    border-left-color: var(--blue);
    background: #fff;
}

.drw-bottom {
    padding: 14px 16px;
    border-top: 1px solid var(--border);
    background: var(--gray-lt);
    flex-shrink: 0;
}

.drw-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 11px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    border-radius: 8px;
    font-family: var(--font-h);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    transition: opacity .2s;
}

.drw-cta:hover {
    opacity: .88;
    color: #fff;
}

.drw-contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.drw-ci {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .74rem;
    color: var(--text-lt);
}

.drw-ci i {
    color: var(--blue);
    font-size: .72rem;
}

.drw-ci a {
    color: var(--text-lt);
    text-decoration: none;
}

.drw-ci a:hover {
    color: var(--blue);
}

.mob-drw::-webkit-scrollbar {
    width: 4px;
}

.mob-drw::-webkit-scrollbar-track {
    background: transparent;
}

.mob-drw::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 2px;
}


/* ════════════ RESPONSIVE ════════════ */
@media (max-width:991px) {
    .hdr-nav {
        display: none;
    }

    .ham-btn {
        display: flex;
    }

    .hbtn.call {
        display: none;
    }

    .mob-ov {
        display: block;
        pointer-events: none;
    }

    .mob-ov.on {
        pointer-events: all;
    }

    .tb-desktop {
        display: none !important;
    }

    .tb-mobile {
        display: flex !important;
    }
}

@media (max-width:767px) {
    .bname {
        font-size: 1.3rem;
    }

    .logo-box {
        width: 48px;
        height: 48px;
    }

    .hbtn.quote {
        padding: 8px 14px;
        font-size: .82rem;
    }

    .hbtn.quote .ql {
        display: none;
    }
}

@media (max-width:480px) {
    .mob-drw {
        width: 288px;
    }
}


/* ═══════════════════════════════════════
    SECTION WRAPPER
═══════════════════════════════════════ */
#about-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

/* Top accent bar */
#about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--blue) 30%, var(--blue-dk) 70%, transparent);
}

/* Ambient glow blobs */
.about-blob-1 {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 163, 220, .06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.about-blob-2 {
    position: absolute;
    bottom: 200px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 163, 220, .04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* subtle dot grid */
.about-dots {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(circle, var(--border) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .45;
    pointer-events: none;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 75%);
}

/* ═══════════════════════════════════════
    OUTER CONTAINER
═══════════════════════════════════════ */
.about-wrap {
    position: relative;
    z-index: 1;
    padding: 90px 5vw 0;
}

/* ═══════════════════════════════════════
    ★  THE FLOAT CONTAINER
    All children live here — image floats,
    text siblings naturally wrap around it.
    NO overflow:hidden wrapper on text!
═══════════════════════════════════════ */
.about-float-container {

    /* clearfix */
    &::after {
    content: '';
    display: table;
    clear: both;
    }
}

/* clearfix for older engines */
.about-float-container::after {
    content: '';
    display: table;
    clear: both;
}

/* ── FLOATING IMAGE ── */
.about-img-float {
    float: left;
    width: 45%;
    margin: 8px 52px 32px 0;
    position: relative;
    /* NO overflow:hidden here — let badges poke out */
}

/* Decorative corner brackets */
.img-corner {
    position: absolute;
    width: 44px;
    height: 44px;
    pointer-events: none;
    z-index: 4;
}

.img-corner.tl {
    top: -8px;
    left: -8px;
    border-top: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    border-radius: 3px 0 0 0;
}

.img-corner.br {
    bottom: -8px;
    right: -8px;
    border-bottom: 3px solid var(--blue-dk);
    border-right: 3px solid var(--blue-dk);
    border-radius: 0 0 3px 0;
}

/* Spinning dashed ring behind image */
.img-ring {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px dashed rgba(31, 163, 220, .28);
    top: -24px;
    left: -24px;
    animation: ringSpin 20s linear infinite;
    pointer-events: none;
    z-index: 0;
}

.img-ring-sm {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1.5px solid rgba(31, 163, 220, .18);
    bottom: 30px;
    right: -18px;
    animation: ringSpin 15s linear infinite reverse;
    pointer-events: none;
    z-index: 0;
}

@keyframes ringSpin {
    to {
    transform: rotate(360deg);
    }
}

/* Image frame */
.img-frame {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid var(--white);
    outline: 1.5px solid var(--border);
    box-shadow: 0 22px 64px rgba(13, 33, 55, .18);
}

.img-frame img {
    width: 100%;
    display: block;
    transition: transform 7s ease;
}

.img-frame:hover img {
    transform: scale(1.06);
}

/* image inner overlay */
.img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(13, 33, 55, .02) 0%,
        transparent 40%,
        rgba(13, 33, 55, .45) 100%);
    pointer-events: none;
    z-index: 2;
    border-radius: 18px;
}

/* Image bottom tag */
.img-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 14px 18px;
    display: flex;
    align-items: center;
}

.img-tag span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .9);
}

.img-tag span i {
    color: var(--blue);
}

/* Floating badges — outside the frame so they truly float */
.badge-exp {
    position: absolute;
    bottom: 28px;
    left: -22px;
    z-index: 10;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 32px rgba(13, 33, 55, .14);
    animation: floatUD 3.8s ease-in-out infinite alternate;
    white-space: nowrap;
}

.badge-exp .bei {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    flex-shrink: 0;
}

.badge-exp .bet .ben {
    font-family: var(--font-h);
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.badge-exp .bet .bel {
    font-size: .66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-lt);
}

.badge-clients {
    position: absolute;
    top: 22px;
    right: -22px;
    z-index: 10;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    border-radius: 14px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 28px rgba(31, 163, 220, .38);
    animation: floatUD 4.4s 1.2s ease-in-out infinite alternate;
    white-space: nowrap;
}

.badge-clients .bci {
    font-size: .95rem;
    color: rgba(255, 255, 255, .85);
}

.badge-clients .bcn {
    font-family: var(--font-h);
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.badge-clients .bcl {
    font-size: .64rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: rgba(255, 255, 255, .72);
}

@keyframes floatUD {
    from {
    transform: translateY(0px);
    }

    to {
    transform: translateY(-10px);
    }
}

/* ═══════════════════════════════════════
    TEXT — direct siblings of the float
    These automatically wrap around it!
═══════════════════════════════════════ */

/* eyebrow */
.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-h);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
}

.aeb-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
    animation: pulse 1.8s ease-in-out infinite alternate;
}

@keyframes pulse {
    from {
    opacity: .2;
    transform: scale(.55)
    }

    to {
    opacity: 1;
    transform: scale(1)
    }
}

.aeb-dash {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), transparent);
}

/* title — critical: display:block, no float */
.about-title {
    display: block;
    font-family: var(--font-h);
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    font-weight: 900;
    line-height: .93;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 18px;
}

.at-dk {
    color: var(--navy);
    display: block;
}

.at-bl {
    display: block;
    background: linear-gradient(90deg, var(--blue), #0098d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.at-out {
    display: block;
    -webkit-text-stroke: 2px var(--blue);
    color: transparent;
}

/* lead paragraph */
.about-lead {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.78;
    margin-bottom: 14px;
    border-left: 3px solid var(--blue);
    padding-left: 14px;
}

/* body text */
.about-body {
    display: block;
    font-size: .92rem;
    color: var(--text-lt);
    line-height: 1.82;
    margin-bottom: 14px;
}

/* inline chip */
.chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--blue-lt);
    border: 1px solid rgba(31, 163, 220, .25);
    border-radius: 4px;
    padding: 1px 8px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--blue-dk);
    vertical-align: middle;
}

.chip i {
    font-size: .7rem;
}

/* mini list — display:block so it flows properly */
.about-mini-list {
    display: block;
    margin: 16px 0 16px;
}

.aml-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: .87rem;
    color: var(--text-lt);
    line-height: 1.65;
    margin-bottom: 10px;
}

.aml-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    flex-shrink: 0;
    background: var(--blue-lt);
    border: 1px solid rgba(31, 163, 220, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    color: var(--blue);
    margin-top: 1px;
    transition: background .25s, color .25s;
}

.aml-item:hover .aml-icon {
    background: var(--blue);
    color: #fff;
}

.aml-item strong {
    color: var(--text);
    font-weight: 600;
}

/* ═══════════════════════════════════════
    FULL WIDTH ZONE (after clearfix)
═══════════════════════════════════════ */
.about-full {
    clear: both;
    /* ← THIS is the key — starts below float */
    padding-top: 56px;
}

/* Wave divider */
.wave-div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 48px;
}

.wd-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.wd-orb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--blue-lt);
    border: 1.5px solid rgba(31, 163, 220, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    color: var(--blue);
}

/* Values grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 52px;
}

.val-card {
    background: var(--gray-lt);
    border: 1.5px solid var(--border);
    border-radius: 18px;
    padding: 28px 20px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform .35s, box-shadow .35s, border-color .35s, background .35s;
    cursor: default;
}

.val-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--blue-dk));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .42s cubic-bezier(.22, .68, 0, 1.2);
}

.val-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(31, 163, 220, .12);
    border-color: rgba(31, 163, 220, .28);
    background: var(--white);
}

.val-card:hover::after {
    transform: scaleX(1);
}

.val-icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    background: var(--white);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--blue);
    margin: 0 auto 16px;
    transition: background .35s, color .35s, border-radius .35s, border-color .35s;
}

.val-card:hover .val-icon {
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    border-color: var(--blue);
}

.val-title {
    font-family: var(--font-h);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 10px;
}

.val-desc {
    font-size: .79rem;
    color: var(--text-lt);
    line-height: 1.72;
}

/* CEO Quote */
.ceo-strip {
    background: linear-gradient(135deg, var(--navy) 0%, #0b1e30 100%);
    border-radius: 22px;
    padding: 44px 52px;
    margin-bottom: 52px;
    position: relative;
    overflow: hidden;
}

.ceo-strip::before {
    content: '\201C';
    position: absolute;
    top: -30px;
    left: 24px;
    font-size: 16rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(31, 163, 220, .07);
    pointer-events: none;
}

.ceo-strip::after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 163, 220, .1), transparent 70%);
    pointer-events: none;
}

.ceo-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.ceo-avatar-wrap {
    flex-shrink: 0;
    position: relative;
}

.ceo-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    border: 3px solid rgba(255, 255, 255, .12);
    box-shadow: 0 0 0 7px rgba(31, 163, 220, .14);
}

.ceo-online {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #22c55e;
    border: 2.5px solid var(--navy);
}

.ceo-qtext {
    flex: 1;
    min-width: 0;
}

.ceo-qtext .qt {
    font-size: 1rem;
    font-style: italic;
    color: rgba(255, 255, 255, .82);
    line-height: 1.76;
    margin-bottom: 20px;
}

.ceo-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ceo-name {
    font-family: var(--font-h);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
}

.ceo-role {
    font-size: .72rem;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: .05em;
}

.ceo-divider {
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, .14);
}

.ceo-socials {
    display: flex;
    gap: 8px;
}

.ceo-socials a {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .74rem;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    transition: background .25s, color .25s;
}

.ceo-socials a:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

/* Timeline */
.timeline-wrap {
    margin-bottom: 56px;
}

.tl-label {
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tl-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--border), transparent);
}

.tl-row {
    display: flex;
    gap: 0;
    position: relative;
    /* overflow-x: auto; */
    padding-bottom: 6px;
}

.tl-row::-webkit-scrollbar {
    height: 3px;
}

.tl-row::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 2px;
}

.tl-row::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue-lt), var(--blue) 50%, var(--blue-lt));
    pointer-events: none;
}

.tl-item {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.tl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--border);
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    flex-shrink: 0;
    transition: border-color .3s, background .3s, transform .3s, box-shadow .3s;
    cursor: pointer;
}

.tl-item.active .tl-dot,
.tl-item:hover .tl-dot {
    border-color: var(--blue);
    background: var(--blue);
    transform: scale(1.4);
    box-shadow: 0 0 0 5px rgba(31, 163, 220, .18);
}

.tl-year {
    font-family: var(--font-h);
    font-size: .95rem;
    font-weight: 900;
    color: var(--blue);
    margin-bottom: 4px;
}

.tl-evt {
    font-size: .73rem;
    font-weight: 500;
    color: var(--text-lt);
    line-height: 1.5;
    max-width: 130px;
}

.tl-item.active .tl-evt {
    color: var(--text);
}

/* Bottom CTA */
.about-cta {
    background: linear-gradient(100deg, var(--blue-lt) 0%, var(--white) 55%);
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 38px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.about-cta::after {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 163, 220, .1), transparent 70%);
    pointer-events: none;
}

.acta-text .acta-sub {
    font-family: var(--font-h);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 7px;
}

.acta-text .acta-title {
    font-family: var(--font-h);
    font-size: clamp(1.4rem, 2.8vw, 2.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--navy);
    line-height: 1;
}

.acta-text .acta-desc {
    font-size: .84rem;
    color: var(--text-lt);
    margin-top: 7px;
}

.acta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    color: #fff;
    font-family: var(--font-h);
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(31, 163, 220, .35);
    transition: transform .3s, box-shadow .3s;
}

.btn-solid:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(31, 163, 220, .5);
    color: #fff;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 30px;
    border: 2px solid var(--blue);
    color: var(--blue);
    font-family: var(--font-h);
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
}

.btn-outline:hover {
    background: var(--blue-lt);
    color: var(--blue-dk);
}

/* ═══════════════════════════════════════
    RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1100px) {
    .about-img-float {
    width: 360px;
    margin-right: 40px;
    }
}

@media (max-width: 991px) {
    .about-img-float {
    width: 320px;
    margin-right: 32px;
    }

    .values-grid {
    grid-template-columns: 1fr 1fr;
    }

    .ceo-strip {
    padding: 32px 28px;
    }
}

@media (max-width: 767px) {

    /* On mobile: cancel float, stack vertically */
    .about-img-float {
    float: none !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
    }

    .badge-exp {
    left: 12px;
    }

    .badge-clients {
    right: 12px;
    }

    .about-wrap {
    padding: 60px 20px 0;
    }

    .about-full {
    padding-top: 40px;
    }

    .values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    }

    .about-cta {
    padding: 28px 24px;
    }

    .ceo-strip {
    padding: 28px 22px;
    }
}

@media (max-width: 520px) {
    .values-grid {
    grid-template-columns: 1fr;
    }

    .acta-btns {
    width: 100%;
    }

    .btn-solid,
    .btn-outline {
    flex: 1;
    justify-content: center;
    }
}


/* ── SECTION ── */
#products {
    padding: 80px 0 90px;
    background: var(--white);
    position: relative;
}

#products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--blue) 30%, var(--blue-dk) 70%, transparent);
}

/* ── SECTION HEADER ── */
.sec-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 14px;
}

.sec-eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    animation: blink 1.8s ease-in-out infinite alternate;
}

@keyframes blink {
    from {
    opacity: .2;
    transform: scale(.5);
    }

    to {
    opacity: 1;
    transform: scale(1);
    }
}

.sec-title {
    font-family: var(--font-h);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: .95;
    margin-bottom: 14px;
}

.sec-title .dk {
    color: var(--navy);
}

.sec-title .bl {
    background: linear-gradient(90deg, var(--blue), #0098d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sec-desc {
    font-size: .94rem;
    color: var(--text-lt);
    max-width: 500px;
    line-height: 1.75;
}

.sec-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-h);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: none;
    border: 1.5px solid rgba(31, 163, 220, .35);
    padding: 9px 20px;
    border-radius: 25px;
    transition: background .25s, color .25s;
    white-space: nowrap;
    align-self: flex-end;
}

.sec-view-all:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

/* ── PRODUCT CARD ── */
.prod-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.prod-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 50px rgba(13, 33, 55, .12);
    border-color: rgba(31, 163, 220, .32);
}

/* image */
.prod-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.prod-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.prod-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s ease;
}

.prod-card:hover .prod-img-link img {
    transform: scale(1.07);
}

/* image overlay + hover cta */
.prod-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(13, 33, 55, .52) 100%);
    opacity: 0;
    transition: opacity .35s;
}

.prod-card:hover .prod-img-overlay {
    opacity: 1;
}

.prod-hover-btn {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    background: var(--white);
    color: var(--blue-dk);
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 25px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 2;
}

.prod-card:hover .prod-hover-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* badge */
.prod-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: var(--font-h);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    z-index: 2;
}

.prod-badge.pop {
    background: var(--blue-lt);
    color: var(--blue-dk);
    border: 1px solid rgba(31, 163, 220, .3);
}

.prod-badge.new {
    background: #dcfce7;
    color: #16a34a;
    border: 1px solid #86efac;
}

.prod-badge.hot {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}

.prod-badge.trend {
    background: #f3e8ff;
    color: #7c3aed;
    border: 1px solid #c4b5fd;
}

/* card body */
.prod-body {
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.prod-cat {
    font-size: .67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 5px;
}

.prod-cat i {
    font-size: .6rem;
}

/* MANDATORY TITLE ANCHOR */
.prod-title-link {
    text-decoration: none;
    display: block;
}

.prod-title {
    font-family: var(--font-h);
    font-size: 1.18rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--navy);
    line-height: 1.1;
    transition: color .25s;
}

.prod-title-link:hover .prod-title {
    color: var(--blue);
}

.prod-desc {
    font-size: .82rem;
    color: var(--text-lt);
    line-height: 1.68;
}

/* spec pills */
.prod-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.prod-spec {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .66rem;
    font-weight: 600;
    color: var(--text-lt);
    background: var(--gray-lt);
    border: 1px solid var(--border);
    padding: 3px 9px;
    border-radius: 10px;
    transition: background .25s, color .25s;
}

.prod-spec i {
    color: var(--blue);
    font-size: .58rem;
}

.prod-card:hover .prod-spec {
    background: var(--blue-lt);
    color: var(--blue-dk);
}

/* CTA row */
.prod-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    margin-top: auto;
    gap: 10px;
}

.prod-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-h);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: none;
    transition: gap .2s, color .2s;
}

.prod-link:hover {
    gap: 10px;
    color: var(--blue-dk);
}

.prod-quote {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 6px;
    background: linear-gradient(135deg, #25D366, #25D366);
    color: #fff;
    font-family: var(--font-h);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(31, 163, 220, .3);
    transition: transform .25s, box-shadow .25s;
    white-space: nowrap;
}

.prod-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(31, 163, 220, .5);
    color: #fff;
}

/* ── DIVIDER ── */
.sec-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 48px 0 40px;
}

.sec-divider-line {
    flex: 1;
    height: 1px;
    background: var(--border);
}

.sec-divider-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--blue-lt);
    border: 1.5px solid rgba(31, 163, 220, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    color: var(--blue);
}


/* ═══════════════════════════════════════════
    SECTION WRAPPER
═══════════════════════════════════════════ */
#testimonials {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: var(--white);
}

/* ── SPLIT BACKGROUND: top light / bottom navy ── */
.ts-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52%;
    background: var(--gray-lt);
    z-index: 0;
}

.ts-bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48%;
    background: var(--navy);
    z-index: 0;
}

/* diagonal slice between sections */
.ts-bg-slice {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 120px;
    background: var(--gray-lt);
    transform: translateY(-100%) skewY(-2.5deg);
    transform-origin: top left;
    z-index: 1;
}

/* dot grid on top section */
.ts-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52%;
    background-image: radial-gradient(circle, rgba(31, 163, 220, .12) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* grid lines on dark section */
.ts-grid-lines {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48%;
    background-image:
    linear-gradient(rgba(31, 163, 220, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 163, 220, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    z-index: 1;
    pointer-events: none;
}

/* glow orbs */
.ts-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.ts-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(31, 163, 220, .08), transparent 70%);
    top: -100px;
    right: -100px;
}

.ts-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(31, 163, 220, .1), transparent 70%);
    bottom: 0;
    left: -80px;
}

/* ═══════════════════════════════════════════
    SECTION INTRO
═══════════════════════════════════════════ */
.ts-intro {
    position: relative;
    z-index: 10;
    padding: 80px 0 50px;
}

.ts-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-h);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
}

.ts-eyebrow .eb-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    animation: ebBlink 1.8s ease-in-out infinite alternate;
}

@keyframes ebBlink {
    from {
    opacity: .2;
    transform: scale(.5)
    }

    to {
    opacity: 1;
    transform: scale(1)
    }
}

.ts-eyebrow .eb-line {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), transparent);
}

.ts-title {
    font-family: var(--font-h);
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 900;
    line-height: .92;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 16px;
}

.ts-title .t-dk {
    color: var(--navy);
}

.ts-title .t-bl {
    background: linear-gradient(90deg, var(--blue), #0098d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ts-title .t-out {
    -webkit-text-stroke: 2px var(--blue);
    color: transparent;
}

.ts-sub {
    font-size: .94rem;
    color: var(--text-lt);
    max-width: 480px;
    line-height: 1.74;
}

/* rating summary badge */
.ts-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 20px rgba(13, 33, 55, .08);
    margin-top: 24px;
}

.tsrs-score {
    font-family: var(--font-h);
    font-size: 2rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.tsrs-right {}

.tsrs-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 2px;
}

.tsrs-stars i {
    color: #f59e0b;
    font-size: .82rem;
}

.tsrs-label {
    font-size: .68rem;
    font-weight: 600;
    color: var(--text-lt);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ts-divider-v {
    width: 1px;
    height: 32px;
    background: var(--border);
}

.tsrs-clients {
    font-family: var(--font-h);
    font-size: .82rem;
    font-weight: 700;
    color: var(--text-lt);
}

.tsrs-clients span {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--navy);
}

/* ═══════════════════════════════════════════
    FEATURED TESTIMONIAL (BIG QUOTE)
═══════════════════════════════════════════ */
.ts-featured {
    position: relative;
    z-index: 10;
    padding: 0 0 60px;
}

.ts-featured-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 24px;
    padding: 48px 52px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 50px rgba(13, 33, 55, .1);
}

.ts-featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), #0098d4, var(--blue));
    background-size: 200%;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    to {
    background-position: 200% 0;
    }
}

/* giant quote mark */
.ts-big-quote {
    position: absolute;
    top: -18px;
    left: 36px;
    font-family: Georgia, serif;
    font-size: 18rem;
    line-height: 1;
    color: rgba(31, 163, 220, .06);
    pointer-events: none;
    user-select: none;
}

/* right decorative pattern */
.ts-featured-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 163, 220, .07), transparent 70%);
    pointer-events: none;
}

.tsf-inner {
    display: flex;
    align-items: flex-start;
    gap: 44px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

/* client avatar area */
.tsf-avatar-col {
    flex-shrink: 0;
}

.tsf-avatar-wrap {
    position: relative;
}

.tsf-avatar {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #fff;
    box-shadow: 0 8px 28px rgba(31, 163, 220, .35);
    border: 3px solid var(--white);
    outline: 1.5px solid var(--border);
}

.tsf-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.tsf-verified {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--blue);
    border: 2.5px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    color: #fff;
}

.tsf-stars {
    display: flex;
    gap: 3px;
    margin-top: 16px;
    justify-content: center;
}

.tsf-stars i {
    color: #f59e0b;
    font-size: .9rem;
}

/* quote text */
.tsf-content {
    flex: 1;
    min-width: 0;
}

.tsf-quote {
    font-size: 1.12rem;
    color: var(--text);
    line-height: 1.78;
    margin-bottom: 22px;
    font-style: italic;
    font-weight: 400;
}

.tsf-quote strong {
    color: var(--navy);
    font-style: normal;
    font-weight: 600;
}

.tsf-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.tsf-name {
    font-family: var(--font-h);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--navy);
}

.tsf-role {
    font-size: .78rem;
    font-weight: 500;
    color: var(--text-lt);
}

.tsf-company {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--blue-lt);
    border: 1px solid rgba(31, 163, 220, .25);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: .72rem;
    font-weight: 700;
    color: var(--blue-dk);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tsf-company i {
    font-size: .65rem;
}

/* tags */
.tsf-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.tsf-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--gray-lt);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 3px 10px;
    font-size: .68rem;
    font-weight: 600;
    color: var(--text-lt);
}

.tsf-tag i {
    color: var(--blue);
    font-size: .6rem;
}

/* ═══════════════════════════════════════════
    OWL CAROUSEL CARDS
═══════════════════════════════════════════ */
.ts-carousel-wrap {
    position: relative;
    z-index: 10; 
}

/* carousel row label */
.ts-row-lbl {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}

.ts-row-lbl .lbl {
    font-family: var(--font-h);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gray);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
}

.ts-row-lbl .ln {
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* card */
.tc {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 18px;
    padding: 28px 26px 22px;
    margin: 6px 10px 14px;
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    cursor: default;
}

.tc:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(13, 33, 55, .11);
    border-color: rgba(31, 163, 220, .28);
}

.tc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), #0098d4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .42s cubic-bezier(.22, .68, 0, 1.2);
}

.tc:hover::after {
    transform: scaleX(1);
}

/* quote mark */
.tc-quote-mark {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 4.5rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(31, 163, 220, .08);
    pointer-events: none;
    user-select: none;
}

.tc-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.tc-stars i {
    color: #f59e0b;
    font-size: .82rem;
}

.tc-text {
    font-size: .87rem;
    color: var(--text-lt);
    line-height: 1.74;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.tc-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid var(--border);
    padding-top: 16px;
}

.tc-avatar {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    overflow: hidden;
}

.tc-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-name {
    font-family: var(--font-h);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--navy);
    line-height: 1.1;
}

.tc-role {
    font-size: .7rem;
    color: var(--text-lt);
    font-weight: 500;
    margin-top: 2px;
}

.tc-verified {
    margin-left: auto;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--blue-lt);
    border: 1px solid rgba(31, 163, 220, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    color: var(--blue);
}

/* tag below footer */
.tc-product-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--gray-lt);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 3px 10px;
    font-size: .64rem;
    font-weight: 700;
    color: var(--text-lt);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 10px;
}

.tc-product-tag i {
    color: var(--blue);
    font-size: .58rem;
}

/* ── OWL CUSTOM NAV ── */
.ts-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.ts-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: var(--white);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    cursor: pointer;
    transition: background .25s, color .25s, border-color .25s, transform .2s;
}

.ts-nav-btn:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    transform: scale(1.08);
}

.ts-nav-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ts-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    cursor: pointer;
    transition: background .25s, transform .25s;
}

.ts-dot.active {
    background: var(--blue);
    transform: scale(1.4);
}

/* ═══════════════════════════════════════════
    DARK STATS BAND
═══════════════════════════════════════════ */
.ts-stats-band {
    position: relative;
    z-index: 10;
    background: var(--navy);
    padding: 52px 0 56px;
}

 
.ts-stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

.ts-stat-item {
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid rgba(255, 255, 255, .06);
    cursor: default;
    transition: transform .3s;
}

.ts-stat-item:last-child {
    border-right: none;
}

.ts-stat-item:hover {
    transform: translateY(-4px);
}

.ts-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(31, 163, 220, .12);
    border: 1px solid rgba(31, 163, 220, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--blue);
    margin: 0 auto 14px;
    transition: background .3s, border-color .3s;
}

.ts-stat-item:hover .ts-stat-icon {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.ts-stat-num {
    font-family: var(--font-h);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ts-stat-num .suffix {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--blue);
    margin-top: 5px;
}

.ts-stat-label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .45);
    margin-top: 8px;
}

/* ── Google rating stripe ── */
.ts-rating-stripe {
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, var(--blue), var(--blue-dk));
    padding: 18px 0;
}

.ts-rating-stripe-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.tsri-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: .84rem;
    font-weight: 600;
    white-space: nowrap;
}

.tsri-item i {
    font-size: .9rem;
    color: rgba(255, 255, 255, .8);
}

.tsri-item .tsri-stars {
    display: flex;
    gap: 2px;
}

.tsri-item .tsri-stars i {
    color: #fde047;
    font-size: .8rem;
}

.tsri-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, .25);
}

/* ═══════════════════════════════════════════
    RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
    .ts-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    }

    .ts-stat-item:nth-child(2) {
    border-right: none;
    }

    .ts-stat-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, .06);
    border-top: 1px solid rgba(255, 255, 255, .06);
    }

    .ts-stat-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .06);
    }

    .tsf-inner {
    gap: 28px;
    }

    .ts-featured-card {
    padding: 36px 30px;
    }
}

@media (max-width: 767px) {
    .ts-intro {
    padding: 60px 0 36px;
    }

    .ts-featured-card {
    padding: 28px 22px;
    }

    .tsf-inner {
    flex-direction: column;
    gap: 20px;
    }

    .tsf-avatar {
    width: 72px;
    height: 72px;
    }

    .ts-rating-stripe-inner {
    gap: 16px;
    }

    .tsri-divider {
    display: none;
    }
}

@media (max-width: 480px) {
    .ts-stats-inner {
    grid-template-columns: 1fr 1fr;
    }

    .ts-stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .06);
    }

    .ts-stat-item:nth-child(3),
    .ts-stat-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .06);
    }

    .ts-stat-item:nth-child(even) {
    border-right: none;
    }
}


/* ═══════════════════════════
    SECTION
═══════════════════════════ */
#faq {
    background: var(--white);
    padding: 90px 0 60px;
    position: relative;
}

#faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--blue) 30%, var(--blue-dk) 70%, transparent);
}

/* ═══════════════════════════
    HEADER
═══════════════════════════ */
.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 14px;
}

.faq-eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
}

.faq-title {
    font-family: var(--font-h);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: .93;
    margin-bottom: 16px;
}

.faq-title .dk {
    color: var(--navy);
}

.faq-title .bl {
    background: linear-gradient(90deg, var(--blue), #0098d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-desc {
    font-size: .94rem;
    color: var(--text-lt);
    line-height: 1.75;
    max-width: 440px;
}

/* ═══════════════════════════
    IMAGE COLUMN
═══════════════════════════ */
.faq-img-wrap {
    position: relative;
    height: 100%;
}

.faq-img-main {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid var(--white);
    outline: 1.5px solid var(--border);
    box-shadow: 0 16px 50px rgba(13, 33, 55, .13);
}

.faq-img-main img {
    width: 100%;
    display: block;
    aspect-ratio: 4/5;
    object-fit: cover;
}

/* small floating image */
.faq-img-sm {
    position: absolute;
    bottom: -22px;
    right: -22px;
    width: 140px;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid var(--white);
    box-shadow: 0 8px 24px rgba(13, 33, 55, .16);
}

.faq-img-sm img {
    width: 100%;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}

/* stat badge */
.faq-badge {
    position: absolute;
    top: 22px;
    left: -22px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 22px rgba(13, 33, 55, .1);
    white-space: nowrap;
}

.faq-badge .fb-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: #fff;
}

.faq-badge .fb-num {
    font-family: var(--font-h);
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.faq-badge .fb-lbl {
    font-size: .62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-lt);
}

/* ═══════════════════════════
    ACCORDION — pure CSS
    uses <details> / <summary>
═══════════════════════════ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

details.faq-item {
    border: 1.5px solid var(--border);
    border-radius: 14px;
    background: var(--white);
    overflow: hidden;
    transition: box-shadow .3s;
}

details.faq-item[open] {
    border-color: rgba(31, 163, 220, .38);
    box-shadow: 0 6px 24px rgba(31, 163, 220, .09);
}

/* top bar accent when open */
details.faq-item::before {
    content: '';
    display: block;
    height: 0px;
    background: linear-gradient(90deg, var(--blue), #0098d4);
    transition: height .3s;
}

details.faq-item[open]::before {
    height: 3px;
}

summary.faq-q {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
    /* remove default marker */
    user-select: none;
}

summary.faq-q::-webkit-details-marker {
    display: none;
}

summary.faq-q:hover {
    background: var(--gray-lt);
}

details.faq-item[open] summary.faq-q {
    background: var(--blue-lt);
}

/* icon circle */
.fq-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex-shrink: 0;
    background: var(--gray-lt);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: var(--gray);
    transition: background .3s, color .3s, border-color .3s;
}

details.faq-item[open] .fq-icon {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

/* question text */
.fq-text {
    flex: 1;
    font-size: .95rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
}

details.faq-item[open] .fq-text {
    color: var(--navy);
}

/* chevron — rotates via CSS when open */
.fq-chevron {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--white);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    color: var(--gray);
    transition: background .3s, color .3s, border-color .3s, transform .35s ease;
}

details.faq-item[open] .fq-chevron {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    transform: rotate(180deg);
}

/* answer body */
.faq-a {
    padding: 4px 20px 20px 72px;
    /* aligns with text after icon */
    font-size: .88rem;
    color: var(--text-lt);
    line-height: 1.78;
}

.faq-a .note {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--blue-lt);
    border: 1px solid rgba(31, 163, 220, .2);
    border-radius: 4px;
    padding: 1px 9px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--blue-dk);
    vertical-align: middle;
}

.faq-a .note i {
    font-size: .68rem;
}

.faq-a-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-h);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: none;
    margin-top: 10px;
}

.faq-a-link:hover {
    color: var(--blue-dk);
}

/* group label above each faq group */
.faq-group-lbl {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 0 14px;
}

.faq-group-lbl:first-child {
    margin-top: 0;
}

.fgl-text {
    font-family: var(--font-h);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.fgl-text i {
    font-size: .62rem;
}

.fgl-line {
    flex: 1;
    height: 1px;
    background: var(--border);
}

/* ═══════════════════════════
    BOTTOM CTA
═══════════════════════════ */
.faq-cta {
    margin-top: 64px;
    background: linear-gradient(135deg, var(--navy) 0%, #0b1e30 100%);
    border-radius: 20px;
    padding: 44px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.faq-cta::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 163, 220, .12), transparent 70%);
    pointer-events: none;
}

.fc-tag {
    font-family: var(--font-h);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 7px;
}

.fc-title {
    font-family: var(--font-h);
    font-size: clamp(1.4rem, 2.8vw, 2.1rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
    line-height: 1;
}

.fc-desc {
    font-size: .83rem;
    color: rgba(255, 255, 255, .55);
    margin-top: 6px;
}

.fc-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.fc-btn-p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    color: #fff;
    font-family: var(--font-h);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(31, 163, 220, .4);
    transition: transform .25s, box-shadow .25s;
}

.fc-btn-p:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(31, 163, 220, .55);
    color: #fff;
}

.fc-btn-o {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, .28);
    color: #fff;
    font-family: var(--font-h);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color .25s, background .25s;
}

.fc-btn-o:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

/* ═══════════════════════════
    RESPONSIVE
═══════════════════════════ */
@media (max-width: 991px) {
    .faq-img-wrap {
    margin-bottom: 56px;
    }

    .faq-img-main img {
    aspect-ratio: 16/9;
    }

    .faq-img-sm {
    right: -10px;
    bottom: -10px;
    width: 110px;
    }

    .faq-badge {
    left: -8px;
    }
}

@media (max-width: 767px) {
    #faq {
    padding: 64px 0 72px;
    }

    .faq-a {
    padding-left: 20px;
    }

    .faq-cta {
    padding: 32px 26px;
    }

    .fc-btns {
    width: 100%;
    }

    .fc-btn-p,
    .fc-btn-o {
    flex: 1;
    justify-content: center;
    }
}


/* ═══════════════════════════════════════════════
    MAIN FOOTER
═══════════════════════════════════════════════ */
footer {
    background: var(--navy-2);
    position: relative;
    overflow: hidden;
}

/* subtle grid texture */
footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
    linear-gradient(rgba(31, 163, 220, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 163, 220, .03) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
    z-index: 0;
}

/* glow */
.ft-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.ft-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(31, 163, 220, .07), transparent 68%);
    top: -140px;
    left: -80px;
}

.ft-glow-2 {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(31, 163, 220, .05), transparent 68%);
    bottom: -80px;
    right: -80px;
}

/* ── TOP SECTION ── */
.ft-top {
    position: relative;
    z-index: 1;
    padding: 64px 0 52px;
    border-bottom: 1px solid var(--border-d);
}

/* BRAND COL */
.ft-brand {
    padding-right: 32px;
}

.ft-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    margin-bottom: 20px;
}

.ft-logo-box {
    width: 52px;
    height: 52px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
}

.ft-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ft-logo-box .ft-logo-fallback {
    font-size: 1.4rem;
    color: var(--blue);
}

.ft-brand-name {
    font-family: var(--font-h);
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
}

.ft-brand-name span {
    color: var(--blue);
}

.ft-brand-tag {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-top: 2px;
}

.ft-about {
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.74;
    margin-bottom: 24px;
    max-width: 320px;
}

/* social icons */
.ft-socials {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ft-social-link {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    color: var(--muted);
    text-decoration: none;
    transition: background .25s, color .25s, border-color .25s, transform .25s;
}

.ft-social-link:hover {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
    transform: translateY(-3px);
}

/* LINK COLS */
.ft-col-title {
    font-family: var(--font-h);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ft-col-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--border-d), transparent);
}

.ft-col-title i {
    color: var(--blue);
    font-size: .68rem;
}

.ft-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.ft-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .84rem;
    color: var(--muted);
    text-decoration: none;
    transition: color .2s, gap .2s;
}

.ft-links li a i {
    font-size: .6rem;
    color: var(--muted-2);
    transition: color .2s;
}

.ft-links li a:hover {
    color: var(--blue);
    gap: 12px;
}

.ft-links li a:hover i {
    color: var(--blue);
}

/* CONTACT COL */
.ft-contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ft-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ft-ci-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    flex-shrink: 0;
    background: rgba(31, 163, 220, .1);
    border: 1px solid rgba(31, 163, 220, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: var(--blue);
    margin-top: 1px;
    transition: background .25s;
}

.ft-contact-list li:hover .ft-ci-icon {
    background: var(--blue);
    color: #fff;
}

.ft-ci-info {}

.ft-ci-label {
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted-2);
    margin-bottom: 2px;
}

.ft-ci-value {
    font-size: .84rem;
    color: var(--muted);
    text-decoration: none;
    transition: color .2s;
}

a.ft-ci-value:hover {
    color: var(--blue);
}

/* newsletter mini */
.ft-newsletter {
    margin-top: 28px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border-d);
    border-radius: 12px;
    padding: 18px 16px;
}

.ft-nl-title {
    font-family: var(--font-h);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 4px;
}

.ft-nl-sub {
    font-size: .73rem;
    color: var(--muted);
    margin-bottom: 12px;
}

.ft-nl-form {
    display: flex;
    gap: 0;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    overflow: hidden;
}

.ft-nl-form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-family: var(--font-b);
    font-size: .82rem;
    color: var(--white);
}

.ft-nl-form input::placeholder {
    color: var(--muted-2);
}

.ft-nl-form button {
    background: var(--blue);
    border: none;
    outline: none;
    padding: 9px 16px;
    color: var(--white);
    cursor: pointer;
    font-family: var(--font-h);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: background .25s;
}

.ft-nl-form button:hover {
    background: var(--blue-dk);
}

/* ── PRODUCTS STRIP (full-width row of product tags) ── */
.ft-products-strip {
    position: relative;
    z-index: 1;
    padding: 22px 0;
    border-bottom: 1px solid var(--border-d);
    overflow: hidden;
}

.ft-prod-label {
    font-family: var(--font-h);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: 14px;
}

.ft-prod-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ft-prod-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border-d);
    border-radius: 8px;
    padding: 6px 14px;
    font-size: .76rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    transition: background .25s, color .25s, border-color .25s;
}

.ft-prod-tag i {
    font-size: .68rem;
    color: var(--blue);
}

.ft-prod-tag:hover {
    background: rgba(31, 163, 220, .1);
    border-color: rgba(31, 163, 220, .25);
    color: var(--white);
}

/* ── BOTTOM BAR ── */
.ft-bottom {
    position: relative;
    z-index: 1;
    background: var(--navy-3);
    padding: 20px 0;
}

.ft-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.ft-copy {
    font-size: 13px;
    color: var(--muted-2);
}

.ft-copy a {
    color: var(--blue);
    text-decoration: none;
}

.ft-copy a:hover {
    color: var(--white);
}

.ft-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ft-bottom-links a {
    font-size: .76rem;
    color: var(--muted-2);
    text-decoration: none;
    transition: color .2s;
}

.ft-bottom-links a:hover {
    color: var(--blue);
}

.ft-bottom-links .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border-d);
    display: inline-block;
}

.ft-made-with {
    font-size: 13px;
    color: var(--muted-2);
    display: flex;
    align-items: center;
    gap: 5px;
}

.ft-made-with i {
    color: #ef4444;
    font-size: .68rem;
}

/* ═══════════════════════════════════════════════
    RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 991px) {
    .ft-brand {
    padding-right: 0;
    margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .pre-footer {
    padding: 40px 0;
    }

    .pf-inner {
    flex-direction: column;
    align-items: flex-start;
    }

    .pf-btns {
    width: 100%;
    }

    .pf-btn-w,
    .pf-btn-o {
    flex: 1;
    justify-content: center;
    }

    .ft-top {
    padding: 48px 0 40px;
    }

    .ft-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }
}


/* ═══════════════════════════════════════
    WHY CHOOSE US SECTION
═══════════════════════════════════════ */
#why-us {
    background: var(--gray-lt);
    position: relative;
    overflow: hidden;
    padding: 0;
}

/* subtle dot texture over the whole section */
#why-us::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(31, 163, 220, .09) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* ── 3-COLUMN GRID layout ── */
.wcu-layout {
    display: grid;
    grid-template-columns: 380px 1fr 420px;
    min-height: 680px;
    position: relative;
    z-index: 1;
}

/* ═══════════
    LEFT IMAGE
═══════════ */
.wcu-img-left {
    position: relative;
    overflow: hidden;
}

.wcu-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 7s ease;
}

.wcu-img-left:hover img {
    transform: scale(1.04);
}

/* gradient fade right edge */
.wcu-img-left::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, var(--gray-lt) 100%);
    pointer-events: none;
}

/* experience badge on left image */
.wcu-exp-badge {
    position: absolute;
    bottom: 36px;
    right: 5px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 30px rgba(13, 33, 55, .12);
    z-index: 5;
    animation: floatBadge 3.8s ease-in-out infinite alternate;
}

@keyframes floatBadge {
    from {
    transform: translateY(0);
    }

    to {
    transform: translateY(-9px);
    }
}

.wcu-exp-badge .eb-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
}

.wcu-exp-badge .eb-num {
    font-family: var(--font-h);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.wcu-exp-badge .eb-lbl {
    font-size: .66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-lt);
}

/* ═══════════
    MIDDLE CONTENT
═══════════ */
.wcu-content {
    padding: 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* eyebrow */
.wcu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
}

.wcu-eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
    animation: ebDot 1.8s ease-in-out infinite alternate;
}

@keyframes ebDot {
    from {
    opacity: .2;
    transform: scale(.5)
    }

    to {
    opacity: 1;
    transform: scale(1)
    }
}

.wcu-eyebrow i {
    font-size: .72rem;
}

/* title */
.wcu-title {
    font-family: var(--font-h);
    font-size: clamp(2.2rem, 3.5vw, 3.4rem);
    font-weight: 900;
    line-height: .93;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 18px;
}

.wcu-title .t-dk {
    color: var(--navy);
    display: block;
}

.wcu-title .t-bl {
    display: block;
    background: linear-gradient(90deg, var(--blue), #0098d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wcu-desc {
    font-size: .93rem;
    color: var(--text-lt);
    line-height: 1.76;
    max-width: 430px;
    margin-bottom: 28px;
}

/* CTA button */
.wcu-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    color: var(--white);
    font-family: var(--font-h);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 20px rgba(31, 163, 220, .35);
    transition: transform .25s, box-shadow .25s;
    margin-bottom: 36px;
}

.wcu-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(31, 163, 220, .5);
    color: #fff;
}

/* ── STATS GRID ── */
.wcu-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wcu-stat {
    background: var(--white);
    padding: 22px 22px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: background .25s;
    cursor: default;
}

.wcu-stat:hover {
    background: var(--blue-lt);
}

.wcu-stat-num-wrap {
    display: flex;
    align-items: flex-start;
}

.wcu-stat-num {
    font-family: var(--font-h);
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--blue);
    line-height: 1;
}

.wcu-stat-suffix {
    font-family: var(--font-h);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--blue);
    margin-top: 6px;
}

.wcu-stat-text {}

.wcu-stat-label {
    font-family: var(--font-b);
    font-size: .82rem;
    font-weight: 600;
    color: var(--text-lt);
    line-height: 1.3;
}

/* ── BOTTOM ROW: customers + video ── */
.wcu-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* customer avatars */
.wcu-customers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wcu-avatars {
    display: flex;
    align-items: center;
}

.wcu-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2.5px solid var(--white);
    overflow: hidden;
    margin-left: -12px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(13, 33, 55, .15);
}

.wcu-avatar:first-child {
    margin-left: 0;
}

.wcu-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcu-avatar.count {
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 900;
    color: #fff;
}

.wcu-cust-label {
    font-family: var(--font-b);
    font-size: .82rem;
    font-weight: 600;
    color: var(--text-lt);
}

.wcu-cust-label strong {
    color: var(--navy);
    font-weight: 700;
}

/* divider between customers and video */
.wcu-bottom-divider {
    width: 1px;
    height: 48px;
    background: var(--border);
    flex-shrink: 0;
}

/* video watch card */
.wcu-video-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--navy);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s, box-shadow .25s;
    flex-shrink: 0;
}

.wcu-video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(13, 33, 55, .3);
}

.wcu-video-thumb {
    width: 90px;
    height: 72px;
    position: relative;
    flex-shrink: 0;
}

.wcu-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .75;
}

/* play button */
.wcu-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcu-play-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--blue);
    border: 2px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    color: #fff;
    transition: transform .25s;
}

.wcu-video-card:hover .wcu-play-btn {
    transform: scale(1.15);
}

.wcu-video-label {
    padding: 0 16px 0 0;
    display: flex;
    flex-direction: column;
}

.wcu-video-tag {
    font-size: .64rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--blue);
    margin-bottom: 3px;
}

.wcu-video-text {
    font-family: var(--font-h);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
}

/* ═══════════
    RIGHT IMAGE
═══════════ */
.wcu-img-right {
    position: relative;
    overflow: hidden;
}

.wcu-img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 7s ease;
}

.wcu-img-right:hover img {
    transform: scale(1.04);
}

/* gradient fade left edge */
.wcu-img-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 60%, var(--gray-lt) 100%);
    pointer-events: none;
    z-index: 1;
}

/* rating badge on right image */
.wcu-rating-badge {
    position: absolute;
    bottom: 36px;
    left: 10px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 28px rgba(13, 33, 55, .12);
    z-index: 5;
    animation: floatBadge 4.3s 1.2s ease-in-out infinite alternate;
}

.wcu-rating-badge .rb-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: #fff;
}

.wcu-rating-badge .rb-num {
    font-family: var(--font-h);
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.wcu-rating-badge .rb-stars {
    display: flex;
    gap: 2px;
    margin-top: 2px;
}

.wcu-rating-badge .rb-stars i {
    color: #f59e0b;
    font-size: .6rem;
}

/* ── WHY POINTS (below the 3-col grid) ── */
.wcu-points-row {
    position: relative;
    z-index: 1;
    background: var(--white);
    border-top: 1.5px solid var(--border);
}

.wcu-points-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.wcu-point {
    padding: 32px 28px;
    border-right: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: background .25s;
    cursor: default;
}

.wcu-point:last-child {
    border-right: none;
}

.wcu-point:hover {
    background: var(--blue-lt);
}

.wcu-point-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    flex-shrink: 0;
    background: var(--blue-lt);
    border: 1.5px solid rgba(31, 163, 220, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--blue);
    transition: background .25s, color .25s, border-color .25s, border-radius .25s;
}

.wcu-point:hover .wcu-point-icon {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
    border-radius: 50%;
}

.wcu-point-body {}

.wcu-point-title {
    font-family: var(--font-h);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 6px;
    line-height: 1.1;
}

.wcu-point-desc {
    font-size: .8rem;
    color: var(--text-lt);
    line-height: 1.65;
}

/* ═══════════════════════════════════════
    RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1199px) {
    .wcu-layout {
    grid-template-columns: 300px 1fr 340px;
    }

    .wcu-content {
    padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .wcu-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    }

    .wcu-img-left {
    height: 360px;
    }

    .wcu-img-left::after {
    background: linear-gradient(to bottom, transparent 60%, var(--gray-lt) 100%);
    }

    .wcu-exp-badge {
    right: 20px;
    bottom: 20px;
    }

    .wcu-img-right {
    height: 320px;
    }

    .wcu-img-right::before {
    background: linear-gradient(to bottom, var(--gray-lt) 0%, transparent 30%);
    }

    .wcu-rating-badge {
    left: 20px;
    top: 20px;
    bottom: auto;
    }

    .wcu-content {
    padding: 52px 28px;
    }

    .wcu-points-inner {
    grid-template-columns: 1fr 1fr;
    }

    .wcu-point:nth-child(2) {
    border-right: none;
    }

    .wcu-point:nth-child(3) {
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
    }

    .wcu-point:nth-child(4) {
    border-top: 1px solid var(--border);
    }
}

@media (max-width: 575px) {
    .wcu-img-left {
    height: 280px;
    }

    .wcu-img-right {
    height: 250px;
    }

    .wcu-stats {
    grid-template-columns: 1fr 1fr;
    }

    .wcu-bottom {
    flex-wrap: wrap;
    gap: 12px;
    }

    .wcu-bottom-divider {
    display: none;
    }

    .wcu-points-inner {
    grid-template-columns: 1fr;
    }

    .wcu-point {
    border-right: none !important;
    border-top: 1px solid var(--border) !important;
    }

    .wcu-point:first-child {
    border-top: none !important;
    }
}



/* ═══════════════════════════════════════
    SHARED FLOATING BASE
═══════════════════════════════════════ */
.fab-wrap {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ─── LEFT SIDE ─── */
.fab-left {
    left: 20px;
    bottom: 30px;
    align-items: flex-start;
}

/* ─── RIGHT SIDE ─── */
.fab-right {
    right: 20px;
    bottom: 30px;
    align-items: flex-end;
}

/* ═══════════════════════════════════════
    FAB BUTTON BASE
═══════════════════════════════════════ */
.fab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50px;
    padding: 0;
    position: relative;
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1),
        box-shadow .3s ease;
}

.fab-btn:hover {
    transform: translateY(-4px) scale(1.05);
}

/* icon circle */
.fab-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* label pill — slides out on hover */
.fab-label {
    font-family: var(--font-b);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
    padding: 0 14px 0 0;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width .35s ease, opacity .3s ease, padding .35s ease;
}

.fab-btn:hover .fab-label {
    max-width: 120px;
    opacity: 1;
    padding: 0 14px 0 0;
}

/* ─── WHATSAPP ─── */
.fab-whatsapp {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .35);
    border: 1.5px solid rgba(37, 211, 102, .25);
}

.fab-whatsapp:hover {
    box-shadow: 0 8px 28px rgba(37, 211, 102, .55);
}

.fab-whatsapp .fab-icon {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
}

.fab-whatsapp .fab-label {
    color: #128C7E;
}

/* pulse ring on whatsapp */
.fab-whatsapp .fab-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(37, 211, 102, .25);
    animation: waPulse 2.2s ease-in-out infinite;
}

@keyframes waPulse {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    70% {
        transform: scale(1.45);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ─── CALL NOW ─── */
.fab-call {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(31, 163, 220, .3);
    border: 1.5px solid rgba(31, 163, 220, .2);
}

.fab-call:hover {
    box-shadow: 0 8px 28px rgba(31, 163, 220, .5);
}

.fab-call .fab-icon {
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    color: #fff;
}

.fab-call .fab-label {
    color: var(--blue-dk);
}

/* shake animation on call icon */
.fab-call .fab-icon {
    animation: callShake 4s ease-in-out infinite;
}

@keyframes callShake {

    0%,
    90%,
    100% {
        transform: rotate(0deg);
    }

    92% {
        transform: rotate(-18deg);
    }

    95% {
        transform: rotate(18deg);
    }

    97% {
        transform: rotate(-10deg);
    }

    99% {
        transform: rotate(5deg);
    }
}

/* ═══════════════════════════════════════
    GO TO TOP BUTTON
═══════════════════════════════════════ */
#goTop {
    width: 50px;
    height: 50px;
    border-radius: 35px;
    background: var(--navy);
    border: 1.5px solid rgba(255, 255, 255, .1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(13, 33, 55, .28);
    /* hidden by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity .35s ease, visibility .35s ease,
        transform .35s ease, box-shadow .3s ease,
        background .25s ease;
}

#goTop.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#goTop:hover {
    background: var(--blue);
    box-shadow: 0 8px 26px rgba(31, 163, 220, .45);
    transform: translateY(-4px);
}

/* progress ring around go-top */
#goTop {
    position: relative;
    overflow: visible;
}

.gtt-ring {
    position: absolute;
    inset: -5px;
    border-radius: 19px;
    pointer-events: none;
}

.gtt-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.gtt-ring circle {
    fill: none;
    stroke: var(--blue);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    transition: stroke-dashoffset .1s linear;
}

/* tooltip on go-top */
#goTop::after {
    content: 'Back to Top';
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--navy);
    color: #fff;
    font-family: var(--font-b);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
    padding: 5px 11px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
}

#goTop.visible:hover::after {
    opacity: 1;
}

/* ═══════════════════════════════════════
    RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 575px) {
    .fab-left {
        left: 14px;
        bottom: 20px;
    }

    .fab-right {
        right: 14px;
        bottom: 20px;
    }

    .fab-icon {
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }

    #goTop {
        width: 44px;
        height: 44px;
    }
}



/* ═══════════════════════════════
    SECTION
═══════════════════════════════ */
#cta-form {
    position: relative;
    overflow: hidden;
}

/* ─── SPLIT: image left, form right ─── */
.cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
}

/* ═══════════════════════════════
    LEFT IMAGE PANEL
═══════════════════════════════ */
.cta-img-side {
    position: relative;
    overflow: hidden;
}

.cta-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 8s ease;
}

.cta-img-side:hover img {
    transform: scale(1.04);
}

.cta-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(13, 33, 55, .80) 0%,
        rgba(13, 33, 55, .50) 60%,
        rgba(31, 163, 220, .18) 100%);
}

.cta-img-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* left panel text */
.cta-img-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 52px;
}

.ci-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-h);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 14px;
}

.ci-eyebrow i {
    color: var(--blue);
}

.ci-title {
    font-family: var(--font-h);
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: .93;
    color: var(--white);
    margin-bottom: 16px;
}

.ci-title .bl {
    background: linear-gradient(90deg, var(--blue), #22d4fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ci-desc {
    font-size: .9rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.76;
    max-width: 380px;
    margin-bottom: 32px;
}

.ci-points {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.ci-point {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .84rem;
    color: rgba(255, 255, 255, .72);
    font-weight: 500;
}

.ci-point .cpi {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    flex-shrink: 0;
    background: rgba(31, 163, 220, .15);
    border: 1px solid rgba(31, 163, 220, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    color: var(--blue);
}

/* client strip at bottom */
.ci-clients {
    position: absolute;
    bottom: 32px;
    left: 52px;
    right: 52px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    gap: 14px;
}

.ci-avs {
    display: flex;
}

.ci-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .55);
    overflow: hidden;
    margin-left: -9px;
    flex-shrink: 0;
}

.ci-av:first-child {
    margin-left: 0;
}

.ci-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci-av.ct {
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-h);
    font-size: .66rem;
    font-weight: 900;
    color: #fff;
}

.ci-cl {
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    line-height: 1.4;
}

.ci-cl strong {
    color: var(--white);
    display: block;
}

/* ═══════════════════════════════
    RIGHT FORM PANEL
═══════════════════════════════ */
.cta-form-side {
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 52px;
    position: relative;
}

/* blue top bar */
.cta-form-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--blue-dk));
}

/* form header */
.cfs-head {
    margin-bottom: 28px;
}

.cfs-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-h);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 10px;
}

.cfs-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    animation: dp 1.8s ease-in-out infinite alternate;
}

@keyframes dp {
    from {
    opacity: .2;
    transform: scale(.5)
    }

    to {
    opacity: 1;
    transform: scale(1)
    }
}

.cfs-title {
    font-family: var(--font-h);
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--navy);
    line-height: .95;
    margin-bottom: 7px;
}

.cfs-title span {
    background: linear-gradient(90deg, var(--blue), var(--blue-dk));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cfs-sub {
    font-size: .84rem;
    color: var(--text-lt);
    line-height: 1.6;
}

/* ── FIELDS ── */
.cta-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.f-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.fg {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fg label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--text-lt);
    display: flex;
    align-items: center;
    gap: 5px;
}

.fg label i {
    color: var(--blue);
    font-size: .62rem;
}

.fg label .req {
    color: #ef4444;
    margin-left: 2px;
}

.iw {
    position: relative;
}

.iw i.ii {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0c4d4;
    font-size: .78rem;
    pointer-events: none;
    transition: color .25s;
}

.iw:focus-within i.ii {
    color: var(--blue);
}

.iw input,
.iw select,
.iw textarea {
    width: 100%;
    background: var(--gray-lt);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 11px 14px 11px 36px;
    font-family: var(--font-b);
    font-size: .88rem;
    color: var(--text);
    outline: none;
    transition: border-color .25s, background .25s, box-shadow .25s;
}

.iw select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7c93' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-color: var(--gray-lt);
    padding-right: 36px;
    cursor: pointer;
}

.iw textarea {
    resize: none;
    height: 100px;
    padding-top: 12px;
}

/* textarea icon sits at top */
.iw.ta i.ii {
    top: 14px;
    transform: none;
}

.iw input::placeholder,
.iw textarea::placeholder {
    color: #a8bfce;
}

.iw input:focus,
.iw select:focus,
.iw textarea:focus {
    border-color: var(--blue);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(31, 163, 220, .11);
}

/* error state */
.iw input.err,
.iw select.err {
    border-color: #ef4444;
    background: #fff5f5;
}

/* submit */
.cta-submit {
    width: 100%;
    padding: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    color: var(--white);
    font-family: var(--font-h);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 5px 20px rgba(31, 163, 220, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .25s, box-shadow .25s;
}

.cta-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(31, 163, 220, .5);
}

.cta-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}

.f-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: .72rem;
    color: var(--text-lt);
    line-height: 1.55;
    margin-top: 2px;
}

.f-note i {
    color: var(--blue);
    font-size: .68rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* success */
#formSuccess {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 32px 16px;
}

.fsi {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--blue-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #fff;
    box-shadow: 0 6px 24px rgba(31, 163, 220, .4);
}

.fst {
    font-family: var(--font-h);
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--navy);
}

.fss {
    font-size: .86rem;
    color: var(--text-lt);
    max-width: 300px;
    line-height: 1.7;
}

.fss a {
    color: var(--blue);
    font-weight: 700;
    text-decoration: none;
}

/* ─── TRUST STRIP ─── */
.cta-trust {
    background: var(--navy);
    padding: 16px 0;
}

.ct-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.ct-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    white-space: nowrap;
}

.ct-item i {
    color: var(--blue);
    font-size: .82rem;
}

.ct-div {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .1);
}

/* ═══════════════════════════════
    RESPONSIVE
═══════════════════════════════ */
@media (max-width: 991px) {
    .cta-grid {
    grid-template-columns: 1fr;
    }

    .cta-img-side {
    min-height: 340px;
    }

    .cta-img-body {
    padding: 40px 32px;
    }

    .ci-clients {
    left: 32px;
    right: 32px;
    bottom: 20px;
    }

    .cta-form-side {
    padding: 44px 32px;
    }
}

@media (max-width: 767px) {
    .f-row {
    grid-template-columns: 1fr;
    }

    .cta-form-side {
    padding: 36px 22px;
    }

    .cta-img-body {
    padding: 30px 22px;
    }

    .ci-clients {
    left: 22px;
    right: 22px;
    }

    .ct-div {
    display: none;
    }
}

.phero-wrap {
  --phero-blue: #3b82f6;
  --phero-blue-light: rgba(59,130,246,0.18);
  --phero-white: #ffffff;
  --phero-muted: rgba(255,255,255,0.65);
  --phero-sep: rgba(255,255,255,0.4);

  font-family: 'DM Sans', sans-serif;
  position: relative;
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background image */
.phero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1400&q=80');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Dark + blue overlay */
.phero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 30, 60, 0.82) 0%,
    rgba(29, 78, 216, 0.55) 100%
  );
  z-index: 1;
}

/* Blue accent line at bottom */
.phero-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--phero-blue), #60a5fa, var(--phero-blue));
  z-index: 3;
}

/* Content */
.phero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 52px 24px 48px;
}

.phero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  color: var(--phero-white);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 18px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

/* Breadcrumb nav */
.phero-nav {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 7px 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.phero-item {
  display: flex;
  align-items: center;
  gap: 2px;
}

.phero-link {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--phero-muted);
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

.phero-link:hover {
  color: var(--phero-white);
  background: var(--phero-blue-light);
}

.phero-home {
  display: flex;
  align-items: center;
  color: var(--phero-muted);
  padding: 3px 8px;
  border-radius: 999px;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease;
}
.phero-home:hover {
  color: var(--phero-white);
  background: var(--phero-blue-light);
}

.phero-sep {
  color: var(--phero-sep);
  font-size: 0.78rem;
  user-select: none;
  padding: 0 1px;
}

.phero-active {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--phero-white);
  background: var(--phero-blue);
  padding: 3px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

 
.demo-label {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  padding: 28px 0 14px;
}


.sitemap-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.sitemap-title {
    color: #2b2a28;
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.sitemap-card {
    background-color: white;
    border: 2px solid var(--blue);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: #2b2a28;
}

.sitemap-card:hover {
    background-color: var(--blue);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(213, 158, 6, 0.3);
    text-decoration: none;
}

.card-label {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-description {
    font-size: 0.9rem;
    opacity: 0.8;
}

.sitemap-card:hover .card-description {
    opacity: 1;
}

.category-section {
    margin-bottom: 40px;
}

.category-header {
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--blue);
}

.main-links {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .sitemap-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .category-header {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .sitemap-card {
        padding: 15px;
    }
    
    .card-label {
        font-size: 1rem;
    }
}