/* VSL RESPONSIVE
   Canonical responsive stylesheet.
   Hero geometry is intentionally owned by hero-premium.css.
   Base header geometry is owned by style.css.
   Only the active .vsl-pro-header-v2 responsive system is retained.
*/

@media (max-width:1100px) {
    .split-section {
        grid-template-columns: 1fr;
    }

    .trust-strip {
        grid-template-columns: repeat(2,1fr);
    }

    .card-grid,
    .card-grid.seven {
        grid-template-columns: repeat(2,1fr);
    }

    .supply-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .process-line {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width:720px) {
    .trust-strip {
        margin-top: -18px;
        display: flex;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .trust-card {
        min-width: 170px;
    }

    .section {
        padding: 62px 0;
    }

    .section h2 {
        font-size: 34px;
    }

    .image-card img {
        height: 300px;
    }

    .floating-quote {
        font-size: 18px;
    }

    .card-grid,
    .card-grid.seven,
    .supply-grid {
        grid-template-columns: 1fr 1fr;
    }

    .info-card {
        min-height: 130px;
        padding: 16px;
    }

    .compliance-panel,
    .cta-panel {
        display: grid;
        padding: 28px;
        border-radius: 28px;
    }

    .process-line {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .popup {
        align-items: end;
        padding: 0;
    }

    .popup-card {
        width: 100%;
        max-height: 88vh;
        border-radius: 28px 28px 0 0;
        padding: 28px 22px 96px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width:460px) {
    .card-grid,
    .card-grid.seven,
    .supply-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width:1100px) {
    .doc-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .specialty-groups {
        grid-template-columns: 1fr;
    }

}

@media (max-width:720px) {
    .doc-grid {
        grid-template-columns: 1fr;
    }

    .specialty-group {
        padding: 18px;
        border-radius: 24px;
    }

    .popup-actions {
        display: grid;
    }

}

@media (max-width:720px) {
    .vsl-toast {
        left: 14px;
        right: 14px;
        bottom: 92px;
        max-width: none;
        text-align: center;
    }

    .search-results button {
        padding: 16px;
    }

}

@media (max-width:1200px) {
    .story-card-carousel {
        grid-template-columns: repeat(4, minmax(180px, 1fr));
    }

    .process-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .compliance-grid,
    .operations-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width:900px) {
    .visual-solution-grid {
        grid-template-columns: 1fr;
    }

    .story-card-carousel {
        display: flex;
        overflow: auto;
        gap: 16px;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .story-card {
        min-width: 260px;
        scroll-snap-align: start;
    }

    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-visual {
        height: 190px;
    }

}

@media (max-width:640px) {
    .story-card {
        min-width: 82vw;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .operations-actions {
        flex-direction: column;
    }

}

@media (max-width:1220px) {
    .specialties-pro-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .specialties-pro-cta {
        grid-template-columns: 190px 1fr;
    }

    .specialties-cta-actions {
        grid-column: 1 / -1;
    }

}

@media (max-width:900px) {
    .specialties-pro-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .specialties-pro-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialties-pro-cta {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .specialties-cta-brand {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.20);
        padding: 0 0 18px;
    }

}

@media (max-width:600px) {
    .specialties-pro-section {
        padding: 58px 0 52px;
    }

    .specialties-pro-head h2 {
        font-size: 2.35rem;
    }

    .specialties-pro-grid {
        grid-template-columns: 1fr;
    }

    .specialty-pro-card {
        min-height: 76px;
    }

    .specialties-pro-cta {
        padding: 22px;
        border-radius: 24px;
    }

    .specialties-cta-actions {
        display: grid;
    }

}

@media (max-width:1180px) {
    .specialties-infographic-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .specialties-infographic-center {
        order: -1;
        min-height: 340px;
    }

    .specialties-side {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

}

@media (max-width:780px) {
    .specialties-side {
        grid-template-columns: 1fr;
    }

    .specialties-center-ring {
        width: 270px;
        height: 270px;
    }

    .specialties-center-ring::before {
        inset: 38px;
    }

    .specialties-center-core {
        width: 180px;
        height: 180px;
    }

    .specialties-center-core h3 {
        font-size: 1.25rem;
    }

}

@media (max-width:540px) {
    .specialties-infographic-section {
        padding: 64px 0;
    }

    .specialties-infographic-head h2 {
        font-size: 2.2rem;
    }

    .specialties-info-card {
        grid-template-columns: 60px 1fr;
        gap: 14px;
        padding: 16px 16px 16px 14px;
        border-radius: 20px;
    }

    .specialties-info-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 1.25rem;
    }

}

@media (max-width:1280px) {
    .specialties-infographic-wrap {
        min-height: 760px;
    }

    .specialties-info-card {
        width: 340px !important;
    }

    .specialties-infographic-center {
        width: 440px;
        height: 440px;
    }

    .specialties-center-ring {
        width: 430px !important;
        height: 430px !important;
    }

    .specialties-center-ring::before {
        inset: 72px !important;
    }

    .specialties-center-core {
        width: 230px !important;
        height: 230px !important;
    }

    .specialties-side-left .specialties-info-card:nth-of-type(1) {
        left: 0;
        top: 40px;
    }

    .specialties-side-left .specialties-info-card:nth-of-type(2) {
        left: 0;
        top: 230px;
    }

    .specialties-side-left .specialties-info-card:nth-of-type(3) {
        left: 0;
        top: 420px;
    }

    .specialties-side-right .specialties-info-card:nth-of-type(1) {
        right: 0;
        top: 40px;
    }

    .specialties-side-right .specialties-info-card:nth-of-type(2) {
        right: 0;
        top: 230px;
    }

    .specialties-side-right .specialties-info-card:nth-of-type(3) {
        right: 0;
        top: 420px;
    }

}

@media (max-width:1060px) {
    .specialties-infographic-wrap {
        min-height: auto;
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .specialties-side {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 16px;
    }

    .specialties-infographic-center {
        position: relative !important;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: 360px;
        order: -1;
    }

    .specialties-info-card {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
    }

    .specialties-info-card::before {
        display: none;
    }

}

@media (max-width:720px) {
    .specialties-infographic-section {
        padding: 62px 0 70px !important;
    }

    .specialties-side {
        grid-template-columns: 1fr;
    }

    .specialties-infographic-center {
        height: 310px;
    }

    .specialties-center-ring {
        width: 300px !important;
        height: 300px !important;
    }

    .specialties-center-ring::before {
        inset: 50px !important;
    }

    .specialties-center-core {
        width: 180px !important;
        height: 180px !important;
    }

    .specialties-center-core h3 {
        font-size: 1.25rem !important;
    }

    .specialties-info-card {
        min-height: 110px;
    }

}

@media (max-width:1120px) {
    .solutions-pro-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .solutions-pro-title {
        text-align: left;
        justify-self: start;
    }

    .solutions-pro-title h2 {
        max-width: 880px;
    }

    .solutions-pro-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

}

@media (max-width:760px) {
    .solutions-pro-section {
        padding: 64px 0 88px;
    }

    .solutions-pro-title h2 {
        font-size: 2.65rem;
    }

    .solutions-pro-grid {
        grid-template-columns: 1fr;
    }

    .solutions-pro-card {
        min-height: 154px;
        grid-template-columns: 62px minmax(0,1fr) 36px;
        gap: 14px;
        padding: 20px;
        border-radius: 24px;
    }

    .solutions-pro-icon {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        font-size: 1.55rem;
    }

    .solutions-pro-copy strong {
        font-size: 1.08rem;
    }

    .solutions-pro-arrow {
        width: 36px;
        height: 36px;
    }

}

@media (max-width:1120px) {
    .gaps-pro-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gaps-pro-intro {
        justify-self: start;
        max-width: 760px;
    }

}

@media (max-width:760px) {
    .gaps-pro-section {
        padding: 72px 0 94px;
    }

    .gaps-pro-copy h2 {
        font-size: 2.75rem;
    }

    .gaps-pro-intro {
        padding: 18px;
        border-radius: 20px;
    }

    .gaps-pro-card {
        flex-basis: 78vw;
        min-height: 330px;
    }

    .gaps-nav {
        display: none;
    }

}

@media (max-width:1120px) {
    .solutions-pro-section {
        padding-top: 6rem !important;
        padding-bottom: 6.5rem !important;
    }

    .solutions-pro-head {
        margin-bottom: 32px !important;
    }

    .solutions-pro-title h2 {
        font-size: 3.4rem !important;
    }

}

@media (max-width:760px) {
    .solutions-pro-section {
        padding-top: 4.8rem !important;
        padding-bottom: 5.8rem !important;
    }

    .solutions-pro-title h2 {
        font-size: 2.65rem !important;
        line-height: 1 !important;
    }

    .solutions-pro-card {
        grid-template-columns: 64px minmax(0,1fr) 38px !important;
        min-height: 156px !important;
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .solutions-pro-icon {
        width: 62px !important;
        height: 62px !important;
        font-size: 1.55rem !important;
    }

    .solutions-pro-copy strong {
        font-size: 1.08rem !important;
    }

    .solutions-pro-copy small {
        font-size: .92rem !important;
        line-height: 1.55 !important;
    }

}

@media (max-width:1180px) {
    .enhanced-category-grid,
    .category-grid {
        grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    }

}

@media (max-width:880px) {
    .enhanced-category-grid,
    .category-grid {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }

    #supplies {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    #supplies h2 {
        font-size: 3rem !important;
    }

}

@media (max-width:620px) {
    .enhanced-category-grid,
    .category-grid {
        grid-template-columns: 1fr !important;
    }

    #supplies {
        padding-top: 4.8rem !important;
        padding-bottom: 5.4rem !important;
    }

    #supplies h2 {
        font-size: 2.35rem !important;
    }

    .category-visual {
        height: 210px !important;
    }

    .category-content {
        padding: 22px !important;
    }

}

@media (max-width:1000px) {
    #compliance,
    .compliance-visual {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .compliance-grid {
        gap: 2.5rem !important;
    }

    .compliance-grid h2 {
        font-size: 3.25rem !important;
    }

}

@media (max-width:700px) {
    #compliance,
    .compliance-visual {
        padding-top: 4.8rem !important;
        padding-bottom: 5.2rem !important;
    }

    .compliance-grid h2 {
        font-size: 2.45rem !important;
    }

    .stack-card {
        padding: 24px 22px 24px 82px !important;
        border-radius: 24px !important;
    }

    .stack-card::before,
    .stack-card::after {
        left: 20px;
        width: 46px;
        height: 46px;
    }

}

@media (max-width:1180px) {
    .procurement-pro-timeline {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .procurement-pro-timeline::before {
        display: none;
    }

    .procurement-pro-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .procurement-pro-head p {
        max-width: 760px;
    }

}

@media (max-width:760px) {
    .procurement-pro-section {
        padding: 5rem 0 !important;
    }

    .procurement-pro-head h2 {
        font-size: 2.55rem !important;
    }

    .procurement-pro-timeline {
        grid-template-columns: 1fr;
    }

    .procurement-pro-step {
        min-height: auto;
        padding: 22px;
        border-radius: 24px;
    }

    .procurement-step-number {
        margin-bottom: 18px;
    }

}

@media (max-width:1100px) {
    .operations-pro-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .operations-pro-visual {
        min-height: 480px;
    }

}

@media (max-width:700px) {
    .operations-pro-section {
        padding: 5rem 0 !important;
    }

    .operations-pro-copy h2 {
        font-size: 2.5rem !important;
    }

    .operations-pro-visual {
        min-height: 420px;
        border-radius: 28px;
    }

    .operations-floating-main {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .operations-floating-mini {
        top: 18px;
        right: 18px;
    }

    .operations-pro-actions {
        display: grid;
    }

}

@media (max-width:760px) {
    .popup,
    .modal,
    .search-popup,
    .request-popup,
    .detail-popup {
        border-radius: 26px !important;
        max-height: 88vh;
    }

    .site-footer,
    footer {
        padding-bottom: 6.5rem !important;
    }

    .site-footer::after,
    footer::after {
        font-size: 7rem;
        bottom: 1rem;
    }

}

@media (max-width:1100px) {
    .about-vsl-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-vsl-visual {
        min-height: 480px;
    }

    .about-vsl-cards {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

}

@media (max-width:700px) {
    .about-vsl-section {
        padding: 5rem 0 5.5rem !important;
    }

    .about-vsl-copy h2 {
        font-size: 2.55rem !important;
    }

    .about-vsl-visual {
        min-height: 420px;
        border-radius: 28px;
    }

    .about-vsl-floating-main {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .about-vsl-floating-mini {
        top: 18px;
        right: 18px;
    }

    .about-vsl-cards {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }

    .about-vsl-card {
        min-height: auto;
        border-radius: 24px;
    }

}

@media (max-width: 1120px) {
    button[data-open-popup="request"],
    a[data-open-popup="request"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media (max-width: 900px) {
    :root {
        --vsl-header-height: 74px;
        --vsl-header-radius: 20px;
    }

}

@media (max-width: 620px) {
    button[data-open-popup="request"],
    a[data-open-popup="request"] {
        max-width: 124px;
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: .78rem !important;
    }

}

@media (max-width:980px) {
    :root {
        --vsl-header-total: 118px;
    }

}

@media (max-width:680px) {
    .gaps-pro-card {
        min-height: 360px !important;
    }

}

@media (max-width:980px) {
    .vsl-premium-popup {
        grid-template-columns: 1fr !important;
        overflow: auto !important;
    }

    .vsl-popup-visual {
        min-height: 260px !important;
    }

    .vsl-premium-form {
        grid-template-columns: 1fr !important;
    }

    .vsl-mobile-panel {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

}

@media (max-width:680px) {
    .vsl-premium-popup {
        top: auto !important;
        bottom: 10px !important;
        transform: translateX(-50%) translateY(26px) scale(.98) !important;
        width: calc(100vw - 20px) !important;
        max-height: 88vh !important;
        border-radius: 28px !important;
    }

    .vsl-premium-popup.is-open {
        transform: translateX(-50%) translateY(0) scale(1) !important;
    }

    .vsl-popup-content {
        padding: 34px 24px !important;
    }

    .vsl-mobile-panel {
        left: 12px !important;
        right: 12px !important;
        grid-template-columns: 1fr !important;
        max-height: 78vh !important;
        overflow: auto !important;
    }

}

@media (max-width:980px) {
    .vsl-specialties-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    .vsl-team-clean-track {
        grid-auto-columns: minmax(280px,62%) !important;
    }

}

@media (max-width:680px) {
    .vsl-specialties-grid {
        grid-template-columns: 1fr !important;
    }

    .vsl-team-clean-track {
        grid-auto-columns: 86% !important;
    }

}

@media (max-width:980px) {
    .vsl-footer-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 24px 18px !important;
        align-items: start !important;
    }

    .vsl-footer-brand {
        grid-column: 1 / 2 !important;
    }

    .vsl-footer-col {
        min-width: 0 !important;
    }

    .vsl-footer-col h4,
    .vsl-footer-newsletter label {
        font-size: .76rem !important;
        letter-spacing: .08em !important;
    }

    .vsl-footer-brand h3 {
        font-size: 1.35rem !important;
        line-height: 1.1 !important;
    }

    .vsl-footer-brand p,
    .vsl-footer-col a,
    .vsl-footer-col span,
    .vsl-footer-col button {
        font-size: .9rem !important;
        line-height: 1.5 !important;
    }

    .vsl-footer-newsletter div {
        display: grid !important;
    }

    .vsl-footer-socials {
        flex-wrap: wrap !important;
    }

    .vsl-footer-bottom {
        display: grid !important;
        gap: 8px !important;
        text-align: center !important;
    }

}

@media (max-width:520px) {
    .vsl-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 22px 16px !important;
    }

    .vsl-footer-logo {
        width: 112px !important;
        height: 92px !important;
    }

    .vsl-footer-logo img {
        max-width: 82px !important;
        max-height: 62px !important;
    }

}

@media (max-width:980px) {
    .vsl-menu-panel {
        width: min(94vw, 430px);
        margin: 10px;
        margin-left: auto;
        max-height: calc(100svh - 20px);
        overflow: auto;
    }

    .vsl-menu-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vsl-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 24px 18px !important;
    }

    .vsl-footer-brand {
        grid-column: 1 / -1 !important;
    }

    .vsl-footer-col h4 {
        font-size: .78rem !important;
    }

    .vsl-footer-col a,
    .vsl-footer-col span,
    .vsl-footer-col button {
        font-size: .9rem !important;
        line-height: 1.38 !important;
    }

    .vsl-footer-newsletter div {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
    }

    .vsl-footer-newsletter button {
        min-width: 96px !important;
    }

    .vsl-footer-contact .btn {
        width: 100% !important;
        max-width: 170px !important;
        min-height: 44px !important;
        padding: 10px 12px !important;
        font-size: .86rem !important;
    }

}

@media (max-width:520px) {
    .vsl-menu-panel {
        width: calc(100vw - 14px);
        margin: 7px;
        border-radius: 26px;
    }

    .vsl-menu-panel-head {
        padding: 16px;
    }

    .vsl-menu-panel-body {
        padding: 14px 16px 18px;
    }

    .vsl-menu-panel-brand img {
        width: 104px;
    }

    .vsl-menu-grid {
        gap: 8px;
    }

    .vsl-menu-grid a,
    .vsl-menu-grid button {
        min-height: 54px;
        padding: 11px 12px;
        font-size: .86rem;
    }

    .vsl-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 22px 14px !important;
    }

    .vsl-footer-brand {
        grid-column: 1 / -1 !important;
    }

    .vsl-footer-newsletter div {
        grid-template-columns: 1fr !important;
    }

    .vsl-footer-newsletter button {
        width: 100% !important;
    }

    .vsl-footer-contact .btn {
        max-width: 150px !important;
        font-size: .82rem !important;
    }

    .vsl-footer-col a,
    .vsl-footer-col span,
    .vsl-footer-col button {
        font-size: .84rem !important;
    }

}

@media (max-width:980px) {
    html[data-theme="dark"] .vsl-menu-panel {
        width: min(94vw, 430px) !important;
    }

    html[data-theme="dark"] .vsl-menu-grid a,
    html[data-theme="dark"] .vsl-menu-grid button {
        color: #FFFFFF !important;
    }

}

@media (max-width:520px) {
    html[data-theme="dark"] .vsl-menu-grid {
        grid-template-columns: 1fr !important;
    }

    html[data-theme="dark"] .vsl-menu-grid a,
    html[data-theme="dark"] .vsl-menu-grid button {
        min-height: 58px !important;
    }

}

@media (max-width: 720px) {
    html[data-theme="dark"] #solutions,
    html[data-theme="dark"] .solutions-section,
    html[data-theme="dark"] .solutions-pro-section,
    html[data-theme="dark"] [id="solutions"] {
        background: radial-gradient(circle at 16% 0%, rgba(29,185,194,.15), transparent 15rem),
            linear-gradient(180deg, #081420 0%, #0B1E3F 58%, #06101F 100%) !important;
    }

    html[data-theme="dark"] #solutions h1,
    html[data-theme="dark"] #solutions h2,
    html[data-theme="dark"] #solutions h3,
    html[data-theme="dark"] .solutions-pro-section h1,
    html[data-theme="dark"] .solutions-pro-section h2,
    html[data-theme="dark"] .solutions-pro-section h3 {
        color: #FFFFFF !important;
    }

    html[data-theme="dark"] #solutions p,
    html[data-theme="dark"] .solutions-pro-section p {
        color: rgba(240,248,255,.84) !important;
    }

    html[data-theme="dark"] #solutions .solution-card,
    html[data-theme="dark"] #solutions .solutions-card,
    html[data-theme="dark"] #solutions .solutions-pro-card,
    html[data-theme="dark"] #solutions .visual-category-card,
    html[data-theme="dark"] .solutions-pro-section .solution-card,
    html[data-theme="dark"] .solutions-pro-section .solutions-card,
    html[data-theme="dark"] .solutions-pro-section .solutions-pro-card,
    html[data-theme="dark"] .solutions-pro-section .visual-category-card {
        background: radial-gradient(circle at 10% 0%, rgba(29,185,194,.10), transparent 11rem),
            linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)) !important;
    }

}

@media (max-width:720px) {
    #about,
    #gaps,
    #solutions,
    #specialties,
    #supplies,
    #compliance,
    #procurement,
    #operations,
    #team,
    #contact,
    footer,
    .vsl-footer {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    html[data-theme="dark"] #about,
    html[data-theme="dark"] #gaps,
    html[data-theme="dark"] #solutions,
    html[data-theme="dark"] #specialties,
    html[data-theme="dark"] #supplies,
    html[data-theme="dark"] #compliance,
    html[data-theme="dark"] #procurement,
    html[data-theme="dark"] #operations,
    html[data-theme="dark"] #team,
    html[data-theme="dark"] #contact {
        background: radial-gradient(circle at 12% 0%, rgba(29,185,194,.12), transparent 14rem),
            linear-gradient(180deg, rgba(6,16,31,.98) 0%, rgba(8,20,32,.98) 54%, rgba(6,16,31,.99) 100%) !important;
        color: #F6FBFF !important;
    }

    html[data-theme="dark"] .about-card,
    html[data-theme="dark"] .solution-card,
    html[data-theme="dark"] .solutions-card,
    html[data-theme="dark"] .solutions-pro-card,
    html[data-theme="dark"] .visual-category-card,
    html[data-theme="dark"] .gap-card,
    html[data-theme="dark"] .gaps-pro-card,
    html[data-theme="dark"] .vsl-specialty-card,
    html[data-theme="dark"] .specialty-card,
    html[data-theme="dark"] .vsl-team-clean-card,
    html[data-theme="dark"] .vsl-team-card,
    html[data-theme="dark"] .team-card,
    html[data-theme="dark"] .supply-card,
    html[data-theme="dark"] .compliance-card,
    html[data-theme="dark"] .process-card,
    html[data-theme="dark"] .operation-card,
    html[data-theme="dark"] .contact-card {
        background: radial-gradient(circle at 10% 0%, rgba(29,185,194,.09), transparent 9rem),
            linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)) !important;
    }

}

@media (max-width:720px) {
    #about,
    #gaps,
    #supplies,
    #solutions,
    #compliance,
    #procurement,
    #operations,
    #specialties,
    #team,
    #contact {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        min-height: auto !important;
    }

    #specialties,
    #team {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }

    .vsl-section-head,
    .vsl-specialties-head,
    .vsl-team-clean-head,
    .solutions-pro-head,
    .gaps-pro-intro {
        margin-bottom: 16px !important;
    }

    .vsl-contact-hero {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vsl-contact-copy h2 {
        font-size: clamp(38px, 12vw, 58px);
        line-height: .98;
        letter-spacing: -.05em;
    }

    .vsl-contact-copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .vsl-contact-actions {
        margin-top: 20px;
    }

    .vsl-contact-panel {
        border-radius: 26px;
        padding: 20px;
    }

    .vsl-contact-support-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 16px;
    }

    .vsl-contact-methods a,
    .vsl-contact-methods div {
        padding: 14px;
    }

}

@media (max-width: 1180px) {
    .vsl-pro-header-v2 .vsl-mainbar-inner {
        grid-template-columns: minmax(166px, 195px)
            1fr !important;
    }

    .vsl-pro-header-v2 .vsl-nav {
        display: none !important;
    }

    .vsl-pro-header-v2 .vsl-menu-btn {
        display: grid !important;
    }

    .vsl-pro-header-v2 .vsl-topbar-location {
        display: none !important;
    }

}

@media (max-width: 920px) {
    .vsl-pro-header-v2 .vsl-topbar-inner,
    .vsl-pro-header-v2 .vsl-mainbar-inner {
        width: calc(100% - 28px) !important;
    }

    .vsl-pro-header-v2 .vsl-topbar-contact a:nth-child(2) {
        display: none !important;
    }

    .vsl-pro-header-v2 .vsl-search-btn {
        width: 42px !important;
        min-width: 42px !important;
        padding: 0 !important;
    }

    .vsl-pro-header-v2 .vsl-search-text {
        display: none !important;
    }

}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 70px;
    }

    .vsl-pro-header-v2 .vsl-topbar {
        display: none !important;
    }

    .vsl-pro-header-v2 .vsl-mainbar-inner {
        width: calc(100% - 20px) !important;
        min-height: 66px !important;
        grid-template-columns: minmax(120px, 1fr)
            auto !important;
        gap: 8px !important;
    }

    .vsl-pro-header-v2 .vsl-brand {
        width: 148px !important;
        min-height: 46px !important;
    }

    .vsl-pro-header-v2 .vsl-brand img {
        max-width: 146px !important;
        height: 40px !important;
        max-height: 40px !important;
    }

    .vsl-pro-header-v2 .vsl-actions {
        gap: 5px !important;
    }

    .vsl-pro-header-v2 .vsl-search-btn {
        display: none !important;
    }

    .vsl-pro-header-v2 .vsl-theme-btn,
    .vsl-pro-header-v2 .vsl-menu-btn {
        width: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        border-radius: 10px !important;
    }

    .vsl-pro-header-v2 .vsl-support-btn {
        min-width: 102px !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        border-radius: 10px !important;
        font-size: 11px !important;
    }

    .vsl-pro-header-v2 .vsl-support-label-long {
        display: none !important;
    }

    .vsl-pro-header-v2 .vsl-support-label-short {
        display: inline !important;
    }

    html[data-theme="dark"] .vsl-pro-header-v2 .vsl-brand {
        width: 146px !important;
    }

    html[data-theme="dark"] .vsl-pro-header-v2 .vsl-brand img {
        max-width: 128px !important;
        height: 36px !important;
    }

}

@media (max-width: 460px) {
    .vsl-pro-header-v2 .vsl-mainbar-inner {
        width: calc(100% - 14px) !important;
        min-height: 62px !important;
        gap: 5px !important;
    }

    .vsl-pro-header-v2 .vsl-brand {
        width: 118px !important;
    }

    .vsl-pro-header-v2 .vsl-brand img {
        max-width: 116px !important;
        height: 34px !important;
    }

    .vsl-pro-header-v2 .vsl-theme-btn,
    .vsl-pro-header-v2 .vsl-menu-btn {
        width: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
    }

    .vsl-pro-header-v2 .vsl-support-btn {
        min-width: 82px !important;
        min-height: 38px !important;
        padding: 0 9px !important;
    }

    .vsl-pro-header-v2 .vsl-support-arrow {
        display: none !important;
    }

}

@media (max-width: 355px) {
    .vsl-pro-header-v2 .vsl-theme-btn {
        display: none !important;
    }

}

@media (prefers-reduced-motion: reduce) {
    .vsl-pro-header-v2 *,
    .vsl-pro-header-v2 *::before,
    .vsl-pro-header-v2 *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

}

@media (min-width: 981px) {
    .vsl-pro-header-v2 .vsl-topbar,
    .vsl-pro-header-v2 .vsl-topbar-inner {
        min-height: 29px !important;
        height: 29px !important;
    }

    .vsl-pro-header-v2 .vsl-topbar-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .vsl-pro-header-v2 .vsl-contact-pill {
        height: 24px !important;
        min-height: 24px !important;
    }

    .vsl-pro-header-v2 .vsl-socials a {
        width: 24px !important;
        min-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
    }

    .vsl-pro-header-v2 .vsl-mainbar,
    .vsl-pro-header-v2 .vsl-mainbar-inner {
        min-height: 67px !important;
        height: 67px !important;
    }

    .vsl-pro-header-v2 .vsl-brand {
        min-height: 48px !important;
    }

    .vsl-pro-header-v2 .vsl-brand img {
        height: auto !important;
        max-height: 42px !important;
    }

    .vsl-pro-header-v2 .vsl-search-btn,
    .vsl-pro-header-v2 .vsl-theme-btn,
    .vsl-pro-header-v2 .vsl-menu-btn,
    .vsl-pro-header-v2 .vsl-support-btn {
        height: 42px !important;
        min-height: 42px !important;
    }

}

/* Mobile sticky action bar remains intentionally disabled. */
@media (max-width: 980px) {
    .mobile-action-bar,
    .bottom-action-bar,
    .mobile-bottom-bar,
    .vsl-mobile-action-bar,
    [class*="mobile-action-bar"],
    [class*="bottom-action-bar"] {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(120%) !important;
    }

    body {
        padding-bottom: 0 !important;
    }
}
