.seo-v2-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    border-bottom: 1px solid rgba(7, 26, 54, .08);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
}

.seo-v2-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
}

.seo-v2-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.seo-v2-brand img {
    display: block;
    width: 180px;
    height: auto;
}

.seo-v2-nav {
    display: flex;
    align-items: center;
    gap: 38px;
}

.seo-v2-nav > a {
    color: #283447;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.seo-v2-nav > a:hover {
    color: var(--seo-v2-blue);
}

.seo-v2-phone {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    background: var(--seo-v2-blue);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(0, 62, 165, .18);
}

.seo-v2-phone__icon {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seo-v2-mobile-bar {
    display: none;
}

@media (max-width: 1080px) {
    .seo-v2-nav {
        gap: 20px;
    }
}

@media (max-width: 820px) {
    body.seo-v2-body {
        padding-bottom: 68px;
    }

    .seo-v2-header__inner {
        min-height: 68px;
    }

    .seo-v2-brand img {
        width: 142px;
    }

    .seo-v2-nav > a:not(.seo-v2-phone) {
        display: none;
    }

    .seo-v2-phone {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px !important;
    }

    .seo-v2-mobile-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1300;
        display: grid;
        grid-template-columns: 58% 42%;
        min-height: 68px;
        box-shadow: 0 -12px 30px rgba(7, 26, 54, .14);
    }

    .seo-v2-mobile-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 850;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    .seo-v2-mobile-bar__estimate {
        background: var(--seo-v2-navy);
    }

    .seo-v2-mobile-bar__sms {
        background: var(--seo-v2-blue);
    }
}

@media (max-width: 520px) {
    .seo-v2-phone {
        width: 42px;
        min-width: 42px;
        padding: 0;
    }

    .seo-v2-phone__label {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .seo-v2-phone__icon {
        width: 20px;
        height: 20px;
    }

    .seo-v2-mobile-bar a {
        font-size: 14px;
    }
}
