/* OneSoft Corporate — clean, unified layout */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
    --os-blue: #1e7be4;
    --os-blue-dark: #1565c0;
    --os-blue-light: #4a9eff;
    --os-black: #0d1b2a;
    --os-header: #ffffff;
    --os-header-top: #0d4a8a;
    --os-navy: #1a2b4a;
    --os-navy-muted: #5c6b7a;
    --os-logo-blue: #1565c0;
    --os-nav-text: #0f3d6e;
    --os-accent-coral: #e76f5c;
    --os-accent-teal: #29b2fe;
    --os-dark: #121a24;
    --os-dark-elevated: #1c2836;
    --os-silver: #a8b4c4;
    --os-text: #2b3a4a;
    --os-text-muted: #5c6b7a;
    --os-white: #ffffff;
    --os-bg: #eef2f7;
    --os-border: rgba(30, 123, 228, 0.2);
}

/* Base */
body {
    font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: var(--os-text);
    background: var(--os-bg);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

/* Enforce one typeface across legacy theme components */
html,
body,
body *:not(i):not(.icon):not([class^="icon-"]):not([class*=" icon-"]) {
    font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
}

input,
select,
textarea,
button {
    font-family: inherit;
}

h1, h2, h3, h4, h5 {
    font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
    font-weight: 700;
    color: #152535;
    text-shadow: none;
    letter-spacing: -0.02em;
}

a:hover {
    color: var(--os-blue);
}

/* Legacy top bar — hidden (replaced by NanoSoft-style header) */
.top {
    display: none !important;
}

/* === NanoSoft-style site header === */
.os-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
    background: var(--os-white);
    box-shadow: 0 1px 0 rgba(26, 43, 74, 0.06);
}

.os-header-accent {
    height: 2px;
    background: linear-gradient(90deg, var(--os-accent-teal) 0%, var(--os-blue) 50%, var(--os-blue-dark) 100%);
}

.header.os-header-nano {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--os-white) !important;
    border-bottom: 1px solid #e8edf3 !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

.header.os-header-nano::after {
    display: none;
}

.os-header-shell {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px 0 6px;
    box-sizing: border-box;
}

/* NanoSoft layout: logo | announce+nav | contact — one compact block */
.os-header-unified {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 0;
    padding: 10px 0 8px;
}

.os-header-brand {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    padding: 0;
    margin-left: 0;
}

.os-header-brand a {
    display: block;
    line-height: normal;
}

#logo-header {
    display: block;
    width: 172px;
    height: auto;
    max-width: 100%;
    filter: none;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

.os-header-center {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
}

.os-header-announce-inline {
    margin: 0;
    padding: 0 0 7px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--os-navy-muted);
    text-align: center;
    border-bottom: 1px solid #eef2f6;
}

.os-header-announce-inline a {
    color: var(--os-navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.os-header-announce-inline a:hover {
    color: var(--os-blue);
}

.os-header-toggle {
    display: none;
}

.os-header-nav {
    width: 100%;
    flex: none;
    text-align: center;
    border-top: none;
    margin: 0;
    padding: 0;
}

.os-header-aside {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
}

.os-header-nav .navbar {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
}

.os-header-nav .navbar-inner {
    padding: 0;
    min-height: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.os-header-nav .navbar .nav.os-main-nav {
    margin: 0 auto;
    float: none;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    white-space: nowrap;
    width: auto;
    max-width: 100%;
}

.os-header-nav .navbar .nav > li {
    position: relative;
    float: none !important;
    flex: 0 0 auto;
    display: block;
}

.os-header-nav .navbar .nav > li > a {
    color: var(--os-nav-text);
    border-bottom: none !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-transform: none !important;
    padding: 8px 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0 !important;
    text-shadow: none;
    background: transparent !important;
    box-shadow: none !important;
    transition: color 0.2s ease;
}

/* Override legacy header1.css (gray #687074, uppercase, underline) */
.os-site-header .header .navbar .nav > li > a {
    color: var(--os-nav-text) !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: none !important;
    border-bottom: none !important;
    font-family: 'Source Sans 3', 'Segoe UI', sans-serif !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s ease !important;
    transition: color 0.2s ease !important;
}

.os-site-header .header .navbar .nav > li > a:hover,
.os-site-header .header .navbar .nav > li > a:focus,
.os-site-header .header .navbar .nav > li.open > a {
    color: var(--os-blue) !important;
}

.os-site-header .header .navbar .nav > .active > a,
.os-site-header .header .navbar .nav > li.active > a,
.os-site-header .header .navbar .nav > .active > a:hover,
.os-site-header .header .navbar .nav > .active > a:focus {
    color: var(--os-blue) !important;
    font-weight: 700 !important;
}

.os-header-nav .navbar .nav > li > a .caret {
    display: none !important;
}

.os-nav-chevron::before {
    content: '\25BE';
    display: inline-block;
    margin-left: 4px;
    font-size: 10px;
    line-height: 1;
    color: var(--os-nav-text);
    opacity: 0.75;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.os-header-nav .navbar .nav > li > a:hover,
.os-header-nav .navbar .nav > li > a:focus,
.os-header-nav .navbar .nav > li.open > a {
    color: var(--os-blue);
    background: transparent !important;
    box-shadow: none !important;
}

.os-header-nav .navbar .nav > li > a:hover .os-nav-chevron::before,
.os-header-nav .navbar .nav > li.open > a .os-nav-chevron::before {
    color: var(--os-blue);
    opacity: 1;
}

.os-header-nav .navbar .nav > li.active > a,
.os-header-nav .navbar .nav > .active > a {
    color: var(--os-blue) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.os-header-nav .navbar .nav > li.active > a .os-nav-chevron::before {
    color: var(--os-blue);
    opacity: 1;
}

/* Right aside — help + search */
.os-header-aside {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.os-header-help {
    display: flex;
    align-items: center;
    gap: 10px;
}

.os-header-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f4f8;
    color: var(--os-navy);
    font-size: 17px;
}

.os-header-help-icon i {
    line-height: 1;
}

.os-header-help-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.os-header-help-label {
    font-size: 11px;
    line-height: 1.2;
    color: var(--os-navy-muted);
    font-weight: 500;
}

.os-header-help-email {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--os-navy);
    text-decoration: none;
}

.os-header-help-email:hover {
    color: var(--os-blue);
    text-decoration: none;
}

.os-header-aside-divider {
    width: 1px;
    height: 30px;
    background: #dde4ec;
}

.os-header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--os-navy);
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.os-header-search:hover {
    color: var(--os-accent-coral);
    text-decoration: none;
}

/* Dropdown menus */
.os-header-nav .navbar .nav > li > .dropdown-menu {
    left: 50% !important;
    right: auto !important;
    margin: 0;
    margin-left: 0;
    min-width: 240px;
    padding: 8px 0;
    text-align: left;
    border: 1px solid #e8edf3;
    border-top: 2px solid var(--os-accent-teal);
    border-radius: 0 0 6px 6px !important;
    background: var(--os-white);
    box-shadow: 0 12px 40px rgba(26, 43, 74, 0.12);
    transform: translateX(-50%);
}

.os-header-nav .dropdown-menu li a {
    color: var(--os-navy);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    text-align: left !important;
    display: block;
    border-bottom: none;
}

.os-header-nav .dropdown-menu li > a:hover,
.os-header-nav .dropdown-menu li > a:focus {
    background: #f5f8fb !important;
    color: var(--os-blue) !important;
}

@media (min-width: 980px) {
    .os-header-nav .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }

    .os-header-nav .navbar .nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .os-header-toggle {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 980px) {
    #logo-header {
        width: 158px;
    }

    .os-header-unified {
        column-gap: 8px;
    }

    .os-header-nav .navbar .nav > li > a,
    .os-site-header .header .navbar .nav > li > a {
        padding: 8px 8px !important;
        font-size: 14px !important;
    }

    .os-header-announce-inline {
        font-size: 10px;
        padding-bottom: 4px;
    }

    .os-header-help-label {
        display: none;
    }

    .os-header-aside {
        gap: 8px;
    }

    .os-header-help-icon {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }
}

.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
    background: transparent !important;
    box-shadow: none !important;
}

.navbar .btn-navbar {
    background: var(--os-navy);
    border: none !important;
    border-radius: 4px !important;
}

.navbar .btn-navbar:hover {
    background: var(--os-accent-coral);
}

/* Mobile navigation */
@media (max-width: 979px) {
    .os-header-accent {
        display: none;
    }

    .os-header-unified {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0;
        column-gap: 0;
    }

    .header.os-header-nano {
        border-bottom: 1px solid #e8edf3 !important;
    }

    .os-header-shell {
        padding: 0 14px;
    }

    .os-header-brand {
        flex: 1 1 auto;
        grid-column: auto;
        grid-row: auto;
        order: 1;
        padding: 0;
        min-width: 0;
    }

    #logo-header {
        width: 155px;
        max-height: none;
        object-fit: contain;
    }

    .os-header-center {
        order: 4;
        flex: 1 1 100%;
        width: 100%;
        grid-column: auto;
        grid-row: auto;
    }

    .os-header-announce-inline {
        display: none;
    }

    /* Hide desktop contact block — shown inside menu instead */
    .os-header-aside {
        display: none !important;
        grid-column: auto;
        grid-row: auto;
    }

    /* Rounded blue hamburger button (matches preferred mobile design) */
    .os-header-toggle {
        display: flex !important;
        order: 2;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 46px;
        height: 46px;
        margin: 0;
        padding: 0 !important;
        background: linear-gradient(145deg, #1565c0 0%, #1e7be4 100%) !important;
        border: none !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 14px rgba(21, 101, 192, 0.35) !important;
    }

    .os-header-toggle:hover,
    .os-header-toggle:focus {
        background: linear-gradient(145deg, #0f4f98 0%, #1565c0 100%) !important;
        box-shadow: 0 6px 18px rgba(21, 101, 192, 0.4) !important;
    }

    .os-header-toggle .icon-bar {
        display: block;
        width: 20px;
        height: 2px;
        margin: 0;
        border-radius: 1px;
        background: var(--os-white) !important;
    }

    .os-site-header .navbar .btn-navbar.os-header-toggle,
    .os-site-header .navbar .btn-navbar.os-header-toggle:hover {
        background: linear-gradient(145deg, #1565c0 0%, #1e7be4 100%) !important;
    }

    .os-header-nav {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        text-align: left;
        width: 100%;
    }

    .os-header-nav .navbar-inner {
        padding: 0;
    }

    .os-header-nav .nav-collapse {
        background: var(--os-white);
        border-top: 1px solid #eef2f6;
        margin: 0;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .os-header-nav .nav-collapse.in {
        box-shadow: 0 12px 24px rgba(15, 61, 110, 0.08);
    }

    .os-header-nav .navbar .nav.os-main-nav {
        display: block;
        white-space: normal;
        margin: 0;
    }

    .os-header-nav .navbar .nav > li {
        display: block;
        border-bottom: 1px solid #eef2f7;
    }

    .os-header-nav .navbar .nav > li > a,
    .os-site-header .header .navbar .nav > li > a {
        padding: 15px 18px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: var(--os-nav-text) !important;
    }

    .os-site-header .header .navbar .nav > li.active > a,
    .os-site-header .header .navbar .nav > .active > a {
        color: var(--os-blue) !important;
    }

    .os-header-nav .navbar .nav > li > .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        transform: none;
        left: 0 !important;
        box-shadow: none;
        border: none;
        border-top: none;
        border-radius: 0 !important;
        padding: 0;
        background: #f5f8fb;
    }

    .os-header-nav .dropdown-menu li a {
        padding: 12px 18px 12px 32px !important;
        font-size: 14px !important;
    }

    /* Contact block inside mobile menu */
    .os-mobile-nav-contact {
        display: block;
        padding: 20px 18px 24px;
        margin: 0;
        background: #f5f8fb;
        border-top: 1px solid #e8edf3;
    }

    .os-mobile-nav-contact-label {
        margin: 0 0 10px;
        font-size: 13px;
        font-weight: 500;
        color: var(--os-navy-muted);
    }

    .os-mobile-nav-link,
    .os-mobile-nav-email {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: var(--os-nav-text);
        text-decoration: none;
        margin-bottom: 8px;
    }

    .os-mobile-nav-link:hover,
    .os-mobile-nav-email:hover {
        color: var(--os-blue);
        text-decoration: none;
    }

    .os-mobile-nav-link i {
        margin-right: 8px;
        color: var(--os-blue);
    }

    .os-mobile-nav-email {
        font-size: 14px;
        font-weight: 600;
    }
}

/* Hide mobile-only contact block on desktop */
@media (min-width: 980px) {
    .os-mobile-nav-contact {
        display: none !important;
    }
}

/* Hero carousel — image-free luxury */
.os-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    background: #061018;
    box-shadow: 0 16px 60px rgba(3, 15, 32, 0.85);
    overflow: hidden;
    box-sizing: border-box;
}

.os-hero-pattern {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 60% at 85% 20%, rgba(30, 123, 228, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(74, 158, 255, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, #0a1628 0%, #0d2847 40%, #061018 100%);
}

.os-hero-pattern::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.5;
}

.os-hero .carousel,
.os-hero .carousel-inner {
    position: relative;
    z-index: 2;
}

.os-hero .carousel-inner {
    height: 460px;
    overflow: hidden;
}

.os-hero .carousel-inner > .item {
    height: 460px;
    position: relative;
}

.os-hero-slide {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0 8%;
}

.os-hero-caption {
    display: table-cell;
    vertical-align: middle;
    max-width: 640px;
    padding: 0;
    position: static;
    transform: none;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.os-hero-eyebrow {
    color: var(--os-blue-light);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.os-hero-caption h1 {
    color: var(--os-white);
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 14px;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.65);
}

.os-hero-caption p {
    color: #d7e5ff;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.os-hero-actions {
    margin-top: 8px;
}

.os-hero-actions .btn-u {
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 12px 28px;
    font-size: 12px;
    box-shadow: 0 8px 28px rgba(30, 123, 228, 0.45);
}

.btn-u-outline {
    background: transparent !important;
    color: var(--os-white) !important;
    border: 2px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: none !important;
}

.btn-u-outline:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: var(--os-white) !important;
    color: var(--os-white) !important;
}

.os-hero .btn-u-outline {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.os-hero .carousel-control {
    z-index: 15;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px !important;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    font-size: 30px;
    line-height: 40px;
    color: var(--os-white);
    opacity: 0.9;
    text-align: center;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

.os-hero .carousel-control:hover {
    opacity: 1;
    background: var(--os-blue);
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--os-white);
    text-decoration: none;
}

.os-hero button.carousel-control {
    font-family: inherit;
    box-sizing: border-box;
}

.os-hero button.carousel-control:focus {
    outline: 2px solid rgba(74, 158, 255, 0.55);
    outline-offset: 2px;
}

.os-hero .carousel-indicators {
    bottom: 22px;
    z-index: 15;
}

.os-hero .carousel-indicators li {
    background: rgba(255, 255, 255, 0.45);
    border: 0;
    width: 26px;
    height: 6px;
    border-radius: 999px !important;
    margin: 0 4px;
    opacity: 0.6;
}

.os-hero .carousel-indicators .active {
    background: var(--os-blue-light);
    opacity: 1;
}

/* Main content area (inner pages) */
.os-main {
    background: var(--os-white);
    padding: 48px 0 56px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.os-main .container {
    max-width: 1140px;
}

.headline {
    margin: 0 0 20px;
    border-bottom: 1px solid #e4eaf0;
}

.headline h3,
.headline h4 {
    border-bottom: 3px solid var(--os-blue);
    color: #152535;
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: -1px;
}

.color-green {
    color: var(--os-blue) !important;
}

/* Service cards */
.os-services {
    margin-bottom: 40px;
}

.os-services .service {
    background: var(--os-bg);
    border: 1px solid #e2e8f0;
    border-radius: 6px !important;
    padding: 28px 24px 24px;
    height: 100%;
    box-shadow: none;
    margin-bottom: 0;
}

.os-services .service:hover {
    border-color: var(--os-blue);
    box-shadow: 0 8px 32px rgba(30, 123, 228, 0.1);
    background: var(--os-white);
}

.os-service-icon {
    float: left;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: var(--os-blue);
    border-radius: 50% !important;
    margin-right: 16px;
    margin-bottom: 8px;
}

.os-service-icon i {
    color: var(--os-white);
    font-size: 22px;
    line-height: 52px;
}

.os-services .service .desc {
    overflow: hidden;
    width: auto;
    float: none;
}

.os-services .service > i {
    display: none;
}

.os-services .service h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #152535;
}

.os-services .service p {
    color: var(--os-text-muted);
    font-size: 14px;
    margin-bottom: 12px;
}

.os-checklist li {
    padding: 6px 0;
    color: var(--os-text);
    font-size: 15px;
}

.os-checklist li i {
    color: var(--os-blue);
    margin-right: 8px;
}

/* Side carousel */
.os-side-carousel .carousel-inner {
    border-radius: 6px !important;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.os-side-carousel .carousel-inner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.os-side-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.os-side-carousel .carousel-caption p {
    color: var(--os-white);
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    text-shadow: none;
}

/* Buttons */
.btn-u {
    background: var(--os-blue);
    border-radius: 4px !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
    text-shadow: none;
}

.btn-u:hover {
    background: var(--os-blue-dark);
    box-shadow: 0 4px 12px rgba(30, 123, 228, 0.35);
}

/* Inner pages — white content area matches image backgrounds */
.breadcrumbs.margin-bottom-40 {
    margin-bottom: 0 !important;
}

.breadcrumbs + .container {
    background: var(--os-white);
    padding: 44px 24px 52px;
    margin-bottom: 0;
    box-shadow: 0 4px 24px rgba(21, 101, 192, 0.06);
}

.breadcrumbs + .container p {
    color: var(--os-text);
    font-size: 15px;
    line-height: 1.7;
}

.breadcrumbs + .container .os-checklist li,
.breadcrumbs + .container .unstyled li {
    padding: 5px 0;
    color: var(--os-text);
}

.breadcrumbs + .container .unstyled li i.icon-ok {
    color: var(--os-blue);
    margin-right: 8px;
}

/* Content images — blend with white page panel */
.breadcrumbs + .container img {
    max-width: 100%;
    height: auto;
    display: block;
    background: var(--os-white);
    border-radius: 6px;
}

.breadcrumbs + .container .span6 img,
.breadcrumbs + .container .span5 img,
.breadcrumbs + .container .span4 img {
    width: 100%;
    box-shadow: 0 8px 32px rgba(21, 101, 192, 0.1);
}

.breadcrumbs + .container .row-fluid {
    margin-bottom: 24px;
}

.breadcrumbs + .container .row-fluid:last-child {
    margin-bottom: 0;
}

/* About page premium treatment */
.os-about-page {
    padding-top: 46px;
    padding-bottom: 56px;
}

.os-about-grid {
    margin-bottom: 0 !important;
}

.os-about-panel {
    background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 10px !important;
    padding: 28px 30px 24px;
    box-shadow: 0 14px 36px rgba(21, 101, 192, 0.08);
    height: 100%;
}

.os-about-panel .headline {
    margin-bottom: 18px;
}

.os-about-panel .headline h3 {
    font-size: 30px;
}

.os-about-panel p {
    color: #3d4f63;
    margin-bottom: 14px;
}

.os-about-link {
    color: var(--os-blue);
    font-weight: 600;
}

.os-about-link:hover {
    color: var(--os-blue-dark);
    text-decoration: none;
}

.os-about-checklist {
    margin: 4px 0 0;
}

.os-about-checklist li {
    border-bottom: 1px solid #eef2f7;
    padding: 10px 0;
}

.os-about-checklist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.os-about-media-card {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    border: 1px solid #e2e8f0;
    border-radius: 10px !important;
    padding: 14px;
    box-shadow: 0 14px 36px rgba(21, 101, 192, 0.1);
}

.os-about-media-card img {
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.os-about-media-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.os-about-media-meta span {
    display: inline-block;
    background: rgba(30, 123, 228, 0.1);
    color: var(--os-blue-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 6px 10px;
    border-radius: 999px !important;
}

.os-about-subhead {
    margin-top: 24px;
    margin-bottom: 14px;
}

.os-about-subhead h3 {
    font-size: 22px;
}

.os-value-block {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef2f7;
}

.os-value-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.os-value-block h4 {
    color: var(--os-blue-dark);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
}

.os-value-block p {
    margin-bottom: 0;
}

.os-about-checklist li strong {
    color: #152535;
}

/* Services pages premium treatment (legacy content layout) */
.os-services-page {
    padding-top: 46px;
    padding-bottom: 56px;
}

.os-services-grid {
    margin-bottom: 0 !important;
}

.os-services-grid > [class*="span"]:first-child {
    background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 10px !important;
    padding: 28px 30px 24px;
    box-shadow: 0 14px 36px rgba(21, 101, 192, 0.08);
    box-sizing: border-box;
}

.os-services-grid > [class*="span"]:first-child p {
    color: #3d4f63;
}

.os-services-grid > [class*="span"]:first-child h2,
.os-services-grid > [class*="span"]:first-child h3,
.os-services-grid > [class*="span"]:first-child h4 {
    color: #152535;
}

.os-services-grid > [class*="span"]:first-child .unstyled {
    margin-top: 10px;
}

.os-services-grid > [class*="span"]:first-child .unstyled li {
    border-bottom: 1px solid #eef2f7;
    padding: 8px 0;
    color: var(--os-text);
}

.os-services-grid > [class*="span"]:first-child .unstyled li:last-child {
    border-bottom: none;
}

.os-services-grid > [class*="span"]:last-child {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    border: 1px solid #e2e8f0;
    border-radius: 10px !important;
    padding: 14px;
    box-shadow: 0 14px 36px rgba(21, 101, 192, 0.1);
    box-sizing: border-box;
}

.os-services-grid > [class*="span"]:last-child img {
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    box-shadow: none !important;
}

/* Breadcrumbs — match hero band width and tone */
.row-fluid.breadcrumbs {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
    clear: both;
    box-sizing: border-box;
}

.breadcrumbs {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 16px 0 14px;
    background:
        linear-gradient(135deg, #0a1628 0%, #0d2847 40%, #061018 100%) !important;
    border-bottom: 3px solid var(--os-blue);
    box-shadow: none !important;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.breadcrumbs::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.45;
}

.breadcrumbs > .container {
    position: relative;
    z-index: 1;
    width: 1170px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.breadcrumbs h1 {
    color: var(--os-white);
}

.breadcrumb li,
.breadcrumb li a {
    color: var(--os-silver);
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: var(--os-blue-light);
}

/* Footer */
.footer {
    background:
        radial-gradient(ellipse at 10% 0%, rgba(30, 123, 228, 0.2) 0%, transparent 40%),
        linear-gradient(135deg, #0c1b2d 0%, #091423 60%, #07101b 100%);
    border-top: none;
    margin-top: 0;
    padding: 52px 10px 42px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer h3 {
    color: var(--os-white);
    font-size: 19px;
    letter-spacing: 0.02em;
}

.footer p {
    color: #c5d2e0;
    line-height: 1.75;
}

.footer a {
    color: var(--os-blue-light);
}

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

.footer .headline {
    border-bottom-color: rgba(255, 255, 255, 0.12);
    margin-bottom: 18px;
}

.footer .headline h3 {
    border-bottom-color: var(--os-blue);
    color: var(--os-white);
}

.footer .row-fluid > .span4 {
    padding: 26px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px !important;
    min-height: 305px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
}

.footer .posts {
    padding: 0;
}

.footer address {
    color: #c5d2e0;
    line-height: 1.75;
    margin-bottom: 18px;
}

/* Contact info — footer & contact page */
.os-contact-info {
    margin-bottom: 18px;
}

.os-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.os-contact-item {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}

.os-contact-item:last-child {
    margin-bottom: 0;
}

.os-contact-item > i {
    display: table-cell;
    width: 30px;
    vertical-align: top;
    padding-top: 2px;
    font-size: 17px;
    color: var(--os-blue);
}

.os-contact-item > span {
    display: table-cell;
    vertical-align: top;
    line-height: 1.65;
    font-size: 14px;
    color: #4a5d73;
}

.os-contact-item a {
    color: var(--os-blue-dark);
    text-decoration: none;
    font-weight: 600;
}

.os-contact-item a:hover {
    color: var(--os-blue);
    text-decoration: underline;
}

/* Footer contact — one color for all text (overrides theme .footer a green/blue) */
.footer .os-contact-info .os-contact-item > i {
    color: #c5d2e0 !important;
}

.footer .os-contact-info .os-contact-item > span,
.footer .os-contact-info .os-contact-item > span a,
.footer .os-contact-info .os-contact-item > span a:link,
.footer .os-contact-info .os-contact-item > span a:visited,
.footer .os-contact-info .os-contact-item > span a:active {
    color: #c5d2e0 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.footer .os-contact-info .os-contact-item > span a:hover,
.footer .os-contact-info .os-contact-item > span a:focus {
    color: var(--os-white) !important;
    text-decoration: underline !important;
}

.os-contact-panel {
    background: #f5f8fb;
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    padding: 28px 32px;
}

.os-contact-panel-title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #0f2847;
}

.os-contact-company {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--os-blue-dark);
}

.footer .social-icons {
    margin-top: 10px;
}

.footer .social-icons li {
    margin-right: 4px;
}

.footer .social-icons li a {
    border-radius: 4px !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer .social-icons li a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.footer .input-append {
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.footer .input-append input[type="text"] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.22);
    height: 38px;
    line-height: 38px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0 12px;
    border-radius: 4px 0 0 4px !important;
    color: #2b3a4a;
    box-sizing: border-box;
}

.footer .input-append .btn-u {
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    margin: 0;
    white-space: nowrap;
    flex: 0 0 auto;
    border-radius: 0 4px 4px 0 !important;
    letter-spacing: 0.04em;
}

/* Bottom bar — white like header so logo displays cleanly */
.copyright {
    background: var(--os-white);
    border-top: 3px solid var(--os-blue);
    padding: 18px 10px 22px;
    box-shadow: 0 -4px 20px rgba(21, 101, 192, 0.06);
}

.os-copyright-row {
    display: table;
    width: 100%;
}

.os-copyright-copy,
.os-copyright-brand {
    display: table-cell;
    vertical-align: middle;
}

.os-copyright-copy {
    width: 65%;
    padding-right: 20px;
}

.copyright p {
    color: var(--os-text-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.copyright a {
    color: var(--os-blue);
    font-weight: 500;
}

.copyright a:hover {
    color: var(--os-blue-dark);
    text-decoration: none;
}

.os-copyright-brand {
    text-align: right;
    padding-right: 8px;
}

.os-footer-logo-wrap {
    display: inline-block;
    background: transparent;
    padding: 0;
    line-height: 0;
    box-shadow: none;
    border-radius: 0;
}

.os-footer-logo-wrap:hover {
    text-decoration: none;
    opacity: 0.88;
}

#logo-footer {
    height: auto;
    width: 210px;
    max-width: 210px;
    max-height: none;
    display: block;
    opacity: 1;
    filter: drop-shadow(0 2px 6px rgba(30, 123, 228, 0.12));
}

/* Scroll-to-top — align with footer, avoid overlapping logo */
#topcontrol {
    z-index: 9999;
    background: var(--os-blue) !important;
    border-radius: 4px !important;
    width: 44px !important;
    height: 44px !important;
    text-align: center;
    box-shadow: 0 4px 14px rgba(30, 123, 228, 0.35);
    opacity: 0.95;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#topcontrol:hover {
    opacity: 1;
    background: var(--os-blue-dark) !important;
}

#topcontrol .icon-angle-up {
    color: var(--os-white);
    font-size: 22px;
    line-height: 44px;
    display: block;
    text-align: center;
    width: 44px;
}

/* Home page flow after hero */
.os-hero + .os-home-stats,
.os-hero + .os-main,
body .os-main {
    clear: both;
}

/* ========== Home page — unified corporate layout ========== */
.os-home-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.os-home {
    background: #f0f4f9;
}

/* Stats — bridges hero and content */
.os-home-stats {
    background: var(--os-white);
    border-bottom: 1px solid #e2e8f0;
    padding: 22px 0;
    margin-top: -20px;
    position: relative;
    z-index: 4;
    box-shadow: 0 12px 40px rgba(15, 61, 110, 0.1);
}

.os-stat {
    text-align: center;
    padding: 8px 16px;
    border-right: 1px solid #e8edf3;
}

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

.os-stat-value {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: var(--os-blue);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.os-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #5a6d82;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}

/* Section rhythm */
.os-home-section {
    padding: 52px 0;
}

.os-home-section--white {
    background: var(--os-white);
}

.os-home-section--muted {
    background: #f0f4f9;
    padding: 48px 0 32px;
}

/* Section headers */
.os-section-head {
    margin-bottom: 36px;
}

.os-section-head--center {
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.os-section-eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--os-blue);
}

.os-section-eyebrow--light {
    color: rgba(180, 210, 255, 0.95);
}

.os-section-title {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: #0f2847;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.os-section-title--panel {
    font-size: 28px;
    margin-bottom: 14px;
}

.os-section-title--panel-light {
    font-size: 24px;
    color: var(--os-white);
    margin-bottom: 18px;
}

.os-section-lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #5a6d82;
}

/* Pillars */
.os-home-pillars {
    margin-bottom: 0;
}

.os-home-pillars .span4 {
    display: flex;
}

.os-pillar {
    background: var(--os-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    padding: 28px 26px 26px;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.os-pillar:hover {
    border-color: #c5d9f0;
    box-shadow: 0 12px 32px rgba(15, 61, 110, 0.1);
    transform: none;
}

.os-pillar-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(135deg, var(--os-blue) 0%, var(--os-blue-dark) 100%);
    border-radius: 4px !important;
    margin-bottom: 18px;
    box-shadow: none;
}

.os-pillar-icon i {
    color: var(--os-white);
    font-size: 22px;
    line-height: 48px;
}

.os-pillar h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #0f2847;
    font-weight: 700;
}

.os-pillar p {
    color: #5a6d82;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.os-link-arrow {
    color: var(--os-blue);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.01em;
    margin-top: auto;
}

.os-link-arrow:hover {
    color: var(--os-blue-dark);
    text-decoration: none;
}

.os-link-arrow i {
    margin-left: 4px;
    font-size: 12px;
}

/* Rounded blue bands (no wave shapes) */
.os-home-band-wrap {
    padding: 40px 0;
}

.os-home-band-wrap--white {
    background: var(--os-white);
    padding-top: 8px;
}

.os-home-band-wrap--muted {
    background: #f0f4f9;
    padding: 0 0 48px;
}

.os-home-band {
    border-radius: 12px !important;
    padding: 36px 40px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(15, 61, 110, 0.14);
}

.os-home-band--accent {
    background: linear-gradient(135deg, #0a2544 0%, #0d3d6e 45%, #1565c0 100%);
    border: 1px solid rgba(30, 123, 228, 0.25);
}

.os-home-band--accent h3 {
    color: var(--os-white);
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.os-home-band--accent p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    max-width: 520px;
}

.os-mobile-spotlight-inner {
    margin: 0;
}

.os-mobile-spotlight-actions {
    text-align: right;
    padding-top: 18px;
}

.os-mobile-spotlight-actions .btn-u {
    margin-left: 10px;
}

/* Welcome + industries — balanced two-column cards */
.os-home-split.row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 0;
    margin-left: 0 !important;
}

.os-home-split.row-fluid:before,
.os-home-split.row-fluid:after {
    display: none;
}

.os-home-split > [class*="span"] {
    float: none !important;
    margin-left: 0 !important;
    min-height: 1px;
    display: flex;
    box-sizing: border-box;
}

.os-home-split .span7 {
    width: 58% !important;
    flex: 1 1 58%;
    max-width: 58%;
}

.os-home-split .span5 {
    width: 38% !important;
    flex: 1 1 38%;
    max-width: 38%;
}

.os-welcome-panel {
    background: var(--os-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    padding: 36px 36px 32px;
    box-shadow: 0 8px 28px rgba(15, 61, 110, 0.08);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.os-welcome-panel .os-section-title--panel {
    font-size: 26px;
    margin-bottom: 16px;
}

.os-welcome-panel p {
    color: #4a5d73;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.os-welcome-panel .os-checklist {
    margin: 8px 0 16px;
}

.os-welcome-panel .os-link-arrow {
    display: inline-block;
    margin-top: auto;
    padding-top: 8px;
}

.os-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4f63;
    margin-bottom: 14px;
    font-weight: 500;
}

.os-solutions-panel {
    background: linear-gradient(165deg, #0a2544 0%, #0d3d6e 55%, #0a2544 100%);
    border-radius: 12px !important;
    padding: 32px 28px 28px;
    border: 1px solid rgba(30, 123, 228, 0.28);
    box-shadow: 0 10px 36px rgba(6, 16, 32, 0.2);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.os-solutions-panel .os-section-title--panel-light {
    font-size: 22px;
    margin-bottom: 16px;
}

.os-solution-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    flex: 1 1 auto;
}

.os-solution-list li {
    margin: 0 0 4px;
    padding: 0;
    border-bottom: none;
}

.os-solution-list li:last-child {
    margin-bottom: 0;
}

.os-solution-list a {
    display: table;
    width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    transition: background 0.2s ease;
    border-radius: 8px !important;
}

.os-solution-list a:hover {
    background: rgba(30, 123, 228, 0.35);
    text-decoration: none;
}

.os-solution-icon {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    text-align: center;
}

.os-solution-icon i {
    color: var(--os-blue-light);
    font-size: 18px;
}

.os-solution-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}

.os-solution-text strong {
    display: block;
    color: var(--os-white);
    font-size: 14px;
    font-weight: 600;
}

.os-solution-text small {
    display: block;
    color: rgba(200, 214, 232, 0.85);
    font-size: 12px;
    margin-top: 2px;
}

.os-solutions-panel .btn-u {
    width: 100%;
    text-align: center;
    border-radius: 8px !important;
    margin-top: auto;
    flex-shrink: 0;
}

/* Bottom CTA band */
.os-home-band--cta {
    background:
        radial-gradient(ellipse 80% 100% at 0% 100%, rgba(30, 123, 228, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, #0a2544 0%, #0d3d6e 50%, #1565c0 100%);
    border: 1px solid rgba(30, 123, 228, 0.25);
}

.os-home-cta-inner h3 {
    color: var(--os-white);
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.os-home-cta-inner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin: 0;
    line-height: 1.65;
    max-width: 520px;
}

.os-home-cta-actions {
    text-align: right;
    padding-top: 10px;
}

/* Home-specific buttons */
.os-home .btn-u-light {
    background: var(--os-white) !important;
    color: var(--os-blue-dark) !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.os-home .btn-u-light:hover {
    background: #f0f7ff !important;
    color: var(--os-blue-dark) !important;
}

.os-home .btn-u-outline-light {
    background: transparent !important;
    color: var(--os-white) !important;
    border: 2px solid rgba(255, 255, 255, 0.55) !important;
    box-shadow: none !important;
}

.os-home .btn-u-outline-light:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--os-white) !important;
    color: var(--os-white) !important;
}

.os-home .btn-u-cta {
    background: var(--os-white) !important;
    color: var(--os-blue-dark) !important;
    border: none !important;
    padding: 14px 28px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.os-home .btn-u-cta:hover {
    background: #f0f7ff !important;
    color: var(--os-blue-dark) !important;
}

.os-home .btn-u,
.os-home-band .btn-u {
    border-radius: 8px !important;
}

.os-home-band .btn-u-light,
.os-home-band .btn-u-outline-light,
.os-home-band .btn-u-cta {
    border-radius: 8px !important;
    padding: 12px 22px !important;
}

@media (max-width: 979px) {
    .os-stat {
        border-right: none;
        border-bottom: 1px solid #eef2f7;
        margin-bottom: 8px;
    }

    .os-stat:last-child {
        border-bottom: none;
    }

    .os-home-split.row-fluid {
        flex-direction: column;
        gap: 20px;
    }

    .os-home-split .span7,
    .os-home-split .span5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100%;
        margin-bottom: 0;
        display: flex;
    }

    .os-home-section {
        padding: 40px 0;
    }

    .os-section-title {
        font-size: 26px;
    }

    .os-about-grid .span7,
    .os-about-grid .span5 {
        margin-bottom: 24px;
    }

    .os-services-grid > [class*="span"] {
        margin-bottom: 24px;
    }

    .os-welcome-panel,
    .os-solutions-panel {
        padding: 28px 24px 24px;
    }

    .os-about-panel {
        padding: 24px 22px 20px;
    }

    .os-services-grid > [class*="span"]:first-child {
        padding: 24px 22px 20px;
    }

    .os-home-cta-actions,
    .os-mobile-spotlight-actions {
        text-align: left;
        padding-top: 18px;
    }

    .os-mobile-spotlight-actions .btn-u {
        margin: 0 10px 10px 0;
    }

    .os-home-band {
        padding: 28px 24px;
    }

    .os-home-band-wrap {
        padding: 28px 0;
    }

    .footer .row-fluid > .span4 {
        margin-bottom: 16px;
        min-height: auto;
    }

    .footer .row-fluid > .span4 + .span4 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .os-hero-slide {
        padding: 0 6%;
    }

    .os-hero-caption h1 {
        font-size: 28px;
    }

    .os-home-band {
        padding: 24px 20px;
    }

    .os-home-cta-inner h3 {
        font-size: 22px;
    }

    .os-home-band--accent h3 {
        font-size: 20px;
    }

    .os-section-title {
        font-size: 24px;
    }
}

/* Responsive */
@media (max-width: 979px) {
    .os-header-nav .nav-collapse {
        background: var(--os-white);
        border-top: 1px solid #e8edf3;
        margin: 0;
        text-align: left;
    }

    .os-hero .carousel-inner,
    .os-hero .carousel-inner > .item {
        height: 400px;
    }

    .os-hero-slide {
        padding-left: 44px;
        padding-right: 44px;
    }

    .os-hero .carousel-control {
        width: 38px;
        height: 38px;
        margin-top: -19px;
        font-size: 26px;
        line-height: 36px;
    }

    .os-hero .carousel-control.left {
        left: 6px;
    }

    .os-hero .carousel-control.right {
        right: 6px;
    }

    .os-home .os-services .span4 {
        margin-bottom: 16px;
    }

    .os-hero-caption h1 {
        font-size: 28px;
    }

    .os-hero-caption p {
        font-size: 15px;
    }

    .os-services .span4 {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .top {
        padding: 5px 0;
    }

    .top .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .loginbar {
        float: none !important;
        text-align: center;
    }

    .loginbar li {
        display: inline-block;
        padding-bottom: 0;
    }

    .loginbar li a {
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .loginbar i {
        font-size: 12px;
    }

    .os-hero,
    .os-hero .carousel,
    .os-hero .carousel-inner,
    .os-hero .carousel-inner > .item {
        height: 380px;
        min-height: 380px;
        max-height: 380px;
    }

    .os-hero .carousel-inner {
        overflow: hidden;
    }

    .os-hero .carousel-inner > .item {
        padding-bottom: 0;
        box-sizing: border-box;
    }

    .os-hero-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 40px 16px 48px;
        box-sizing: border-box;
    }

    .os-hero-caption {
        display: block;
        flex: 0 1 auto;
        width: 100%;
        max-width: none;
        padding: 0;
        text-align: center;
    }

    .os-hero-caption h1 {
        font-size: 22px;
    }

    .os-hero-caption p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .os-hero-actions {
        margin-top: 4px;
        margin-bottom: 0;
    }

    .os-hero-actions .btn-u {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 8px;
        box-sizing: border-box;
    }

    .os-hero-actions .btn-u:last-child {
        margin-bottom: 0;
    }

    .os-hero .carousel-control {
        top: auto;
        bottom: 6px;
        margin-top: 0;
        width: 44px;
        height: 44px;
        font-size: 22px;
        line-height: 42px;
        opacity: 0.95;
        z-index: 20;
        pointer-events: auto;
    }

    .os-hero .carousel-control.left {
        left: 10px;
        right: auto;
    }

    .os-hero .carousel-control.right {
        right: 10px;
        left: auto;
    }

    .os-hero .carousel-indicators {
        bottom: auto;
        top: 12px;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .os-main {
        padding: 32px 0 40px;
    }

    .os-copyright-row {
        display: block;
        text-align: center;
    }

    .os-copyright-copy,
    .os-copyright-brand {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .os-copyright-copy {
        margin-bottom: 16px;
    }

    .os-copyright-brand {
        padding-right: 0;
    }

    .os-footer-logo-wrap {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .loginbar li:first-child {
        display: none;
    }

    .os-header-toolbar {
        padding: 6px 10px;
    }

    #logo-header {
        width: 165px;
        height: auto;
        max-height: none;
    }

    .os-header-toggle {
        width: 40px;
        height: 36px;
    }

    .os-header-toggle .icon-bar {
        width: 16px;
    }
}
