:root {
    --syt-navy: #102f4f;
    --syt-navy-deep: #0a223b;
    --syt-blue: #0a7ea4;
    --syt-cyan: #18a9c5;
    --syt-yellow: #f5b700;
    --syt-white: #ffffff;
    --syt-text: #17324d;
    --syt-muted: #66788a;
    --syt-border: #dce5ec;
    --syt-shadow: 0 12px 30px rgba(10, 34, 59, 0.12);
}

body {
    color: var(--syt-text);
}

.site-header {
    z-index: 1030;
}

.site-header__bar {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(16, 47, 79, 0.08);
    box-shadow: 0 4px 18px rgba(10, 34, 59, 0.08);
    backdrop-filter: blur(12px);
}

.site-navbar {
    min-height: 82px;
    padding: 0;
}

.site-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 2rem;
    padding: 0.55rem 0;
}

.site-brand img {
    display: block;
    width: auto;
    max-width: 205px;
    max-height: 58px;
}

.site-brand__descriptor {
    margin-top: 0.15rem;
    color: var(--syt-muted);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.site-nav-list {
    gap: 0.1rem;
}

.site-nav-item {
    position: relative;
}

.navbar-light .navbar-nav .site-nav-link {
    position: relative;
    padding: 1rem 0.72rem;
    color: var(--syt-text) !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.93rem;
    font-weight: 700;
    white-space: nowrap;
}

.navbar-light .navbar-nav .site-nav-link::after {
    position: absolute;
    right: 0.72rem;
    bottom: 0.62rem;
    left: 0.72rem;
    height: 2px;
    content: '';
    background: var(--syt-cyan);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.navbar-light .navbar-nav .site-nav-link:hover::after,
.navbar-light .navbar-nav .site-nav-link:focus-visible::after,
.site-nav-item.active .site-nav-link::after {
    transform: scaleX(1);
}

.site-nav-item.active .site-nav-link {
    color: var(--syt-blue) !important;
}

.site-services-control {
    display: flex;
    align-items: center;
}

.site-services-toggle {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin-left: -0.55rem;
    padding: 0;
    color: var(--syt-text);
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.site-services-toggle:hover,
.site-services-toggle:focus-visible {
    color: var(--syt-blue);
    background: #eef7fa;
    outline: none;
}

.site-services-menu {
    min-width: 290px;
    max-height: 62vh;
    padding: 0.55rem;
    overflow-y: auto;
    border: 1px solid var(--syt-border);
    border-radius: 12px;
    box-shadow: var(--syt-shadow);
}

.site-services-menu .dropdown-item {
    padding: 0.72rem 0.85rem;
    color: var(--syt-text);
    font-weight: 600;
    white-space: normal;
    border-radius: 8px;
}

.site-services-menu .dropdown-item:hover,
.site-services-menu .dropdown-item:focus {
    color: var(--syt-navy);
    background: #eef7fa;
}

.site-header-action {
    margin-left: 0.5rem;
}

.site-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    border: 2px solid transparent;
    border-radius: 9px;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.site-btn:hover,
.site-btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(10, 34, 59, 0.14);
}

.site-btn--call {
    color: var(--syt-navy) !important;
    background: var(--syt-white);
    border-color: var(--syt-blue);
}

.site-btn--call:hover,
.site-btn--call:focus-visible {
    color: var(--syt-white) !important;
    background: var(--syt-blue);
}

.site-btn--quote {
    color: var(--syt-navy-deep) !important;
    background: var(--syt-yellow);
    border-color: var(--syt-yellow);
}

.site-btn--quote:hover,
.site-btn--quote:focus-visible {
    color: var(--syt-white) !important;
    background: var(--syt-navy);
    border-color: var(--syt-navy);
}

.site-btn--large {
    min-height: 50px;
    padding: 0.82rem 1.25rem;
}

.site-menu-toggle {
    display: inline-flex;
    min-width: 86px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
    color: var(--syt-navy);
    background: #f2f7fa;
    border: 1px solid var(--syt-border);
    border-radius: 9px;
}

.site-menu-toggle__label {
    font-size: 0.87rem;
    font-weight: 800;
}

.site-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 1rem 0 0.7rem;
}

.mobile-conversion-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.5rem max(0.65rem, env(safe-area-inset-right)) calc(0.5rem + env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
    background: rgba(10, 34, 59, 0.97);
    box-shadow: 0 -6px 20px rgba(10, 34, 59, 0.18);
}

.mobile-conversion-bar__action {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--syt-white) !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    text-decoration: none;
}

.mobile-conversion-bar__action--call {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-conversion-bar__action--quote {
    color: var(--syt-navy-deep) !important;
    background: var(--syt-yellow);
    border-radius: 8px;
}

.site-cta {
    position: relative;
    overflow: hidden;
    color: var(--syt-white);
    background: linear-gradient(120deg, var(--syt-navy-deep), var(--syt-blue));
}

.site-cta::after {
    position: absolute;
    top: -90px;
    right: -80px;
    width: 260px;
    height: 260px;
    content: '';
    border: 42px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.site-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.site-cta__copy {
    max-width: 680px;
}

.site-cta__eyebrow {
    margin-bottom: 0.45rem;
    color: #8ee8f2;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-cta h2 {
    margin-bottom: 0.6rem;
    color: var(--syt-white);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 900;
}

.site-cta p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
}

.site-cta__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: var(--syt-navy-deep);
}

.site-footer__grid {
    padding-top: 3.8rem;
    padding-bottom: 2.7rem;
}

.site-footer__column {
    margin-bottom: 1.5rem;
}

.site-footer__logo {
    width: auto;
    max-width: 220px;
    max-height: 70px;
}

.site-footer__descriptor {
    margin: 1rem 0 0.4rem;
    color: var(--syt-white);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

.site-footer__summary {
    max-width: 310px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.92rem;
    line-height: 1.65;
}

.site-footer__heading {
    margin-bottom: 1rem;
    color: var(--syt-white);
    font-size: 1.05rem;
    font-weight: 900;
}

.site-footer__links,
.site-footer__contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links li,
.site-footer__contact-list li {
    margin-bottom: 0.72rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: var(--syt-yellow);
}

.site-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.site-footer__contact-list i {
    width: 18px;
    margin-top: 0.26rem;
    color: var(--syt-cyan);
    text-align: center;
}

.site-footer__social {
    display: flex;
    gap: 0.65rem;
    margin-top: 1.15rem;
}

.site-footer__social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--syt-white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
    color: var(--syt-navy-deep);
    background: var(--syt-yellow);
}

.site-footer__conversion p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.6;
}

.site-footer__quote-button {
    width: 100%;
    margin-bottom: 0.8rem;
}

.site-footer__phone-link {
    display: inline-block;
    font-weight: 700;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.86rem;
}

.site-footer__legal {
    display: flex;
    gap: 1.25rem;
    font-size: 0.86rem;
}

@media (min-width: 992px) {
    .site-services-item:hover .site-services-menu {
        display: block;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .site-brand {
        margin-right: 1rem;
    }

    .site-brand img {
        max-width: 170px;
    }

    .site-brand__descriptor {
        display: none;
    }

    .navbar-light .navbar-nav .site-nav-link {
        padding-right: 0.48rem;
        padding-left: 0.48rem;
        font-size: 0.86rem;
    }

    .site-header-action {
        margin-left: 0.3rem;
    }

    .site-btn {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        font-size: 0.84rem;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: calc(66px + env(safe-area-inset-bottom));
    }

    .site-navbar {
        min-height: 70px;
    }

    .site-brand {
        margin-right: 0.75rem;
    }

    .site-brand img {
        max-width: 165px;
        max-height: 48px;
    }

    .site-brand__descriptor {
        display: none;
    }

    #primaryNavigation {
        max-height: calc(100vh - 86px);
        padding-bottom: 1rem;
        overflow-y: auto;
    }

    .site-nav-list {
        align-items: stretch !important;
        gap: 0;
        padding-top: 0.35rem;
        border-top: 1px solid var(--syt-border);
    }

    .site-services-control {
        display: grid;
        grid-template-columns: 1fr 48px;
        align-items: center;
    }

    .site-services-toggle {
        width: 46px;
        height: 46px;
        margin-left: 0;
        border-radius: 8px;
    }

    .navbar-light .navbar-nav .site-nav-link {
        min-height: 48px;
        padding: 0.85rem 0.45rem;
        font-size: 1rem;
    }

    .navbar-light .navbar-nav .site-nav-link::after {
        right: auto;
        bottom: 0.45rem;
        left: 0.45rem;
        width: 34px;
    }

    .site-services-menu {
        position: static !important;
        width: 100%;
        max-height: none;
        margin: 0 0 0.65rem;
        transform: none !important;
        box-shadow: none;
    }

    .site-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .site-cta__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .site-footer__grid {
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .site-brand img {
        max-width: 145px;
    }

    .site-menu-toggle {
        min-width: 50px;
        padding-right: 0.65rem;
        padding-left: 0.65rem;
    }

    .site-menu-toggle__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
        clip: rect(0, 0, 0, 0);
    }

    .site-mobile-actions {
        grid-template-columns: 1fr;
    }

    .site-cta__actions,
    .site-cta__actions .site-btn {
        width: 100%;
    }

    .site-footer__column,
    .site-footer__brand,
    .site-footer__summary {
        text-align: left;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__legal {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-btn,
    .site-nav-link::after,
    .site-footer a {
        transition: none !important;
    }
}
