/* ===== Transition TV Header — 65394bd6 ===== */

/* Reset — scoped only to this widget */
.ttv-header-65394bd6 *,
.ttv-header-65394bd6 *::before,
.ttv-header-65394bd6 *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Header — safe z-index, no global interference */
.ttv-header-65394bd6 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5EAF0;
    width: 100%;
    position: relative;
    z-index: 50;
}

/* Sticky support (add .is-sticky class via JS if needed) */
.ttv-header-65394bd6.is-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Inner container */
.ttv-header-inner-65394bd6 {
    max-width: 1280px;
    height: 82px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Logo container */
.ttv-logo-65394bd6 {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

/* Logo link */
.ttv-logo-link-65394bd6 {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}

.ttv-logo-link-65394bd6 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ttv-logo-65394bd6 img {
    width: 220px;
    height: auto;
    display: block;
}

.ttv-logo-text-65394bd6 {
    font-size: 22px;
    font-weight: 700;
    color: #071A33;
    white-space: nowrap;
    line-height: 1.2;
}

/* Desktop Navigation */
.ttv-nav-65394bd6 {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.ttv-nav-list-65394bd6 {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ttv-nav-item-65394bd6 {
    list-style: none;
}

.ttv-nav-link-65394bd6 {
    font-size: 14px;
    font-weight: 600;
    color: #071A33;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding: 4px 0;
    transition: color 0.2s ease;
}

.ttv-nav-link-65394bd6:hover {
    color: #1E63FF;
}

.ttv-nav-link-65394bd6.ttv-nav-active-65394bd6 {
    color: #1E63FF;
}

.ttv-nav-link-65394bd6.ttv-nav-active-65394bd6::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #1E63FF;
    border-radius: 1px;
}

/* Actions */
.ttv-actions-65394bd6 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Phone Button */
.ttv-phone-65394bd6 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background-color: #FFFFFF;
    color: #1E63FF;
    border: 1px solid #D7E3FF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    line-height: 1;
}

.ttv-phone-65394bd6:hover {
    background-color: #F0F5FF;
    border-color: #1E63FF;
}

.ttv-phone-65394bd6 svg {
    flex-shrink: 0;
    stroke: currentColor;
}

/* Quote Button */
.ttv-quote-65394bd6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    background-color: #1E63FF;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
    line-height: 1;
}

.ttv-quote-65394bd6:hover {
    background-color: #0B4BE0;
    color: #FFFFFF;
}

/* Mobile Toggle */
.ttv-mobile-toggle-65394bd6 {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 44px;
    height: 44px;
    color: #071A33;
    flex: 0 0 auto;
    -webkit-tap-highlight-color: transparent;
}

.ttv-mobile-toggle-65394bd6 svg {
    stroke: currentColor;
    display: block;
}

/* Mobile Menu Panel — Dropdown style (default, safe) */
.ttv-mobile-menu-65394bd6 {
    display: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5EAF0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

/* Dropdown mode — flows below header, no overlay, no position tricks */
.ttv-mobile-menu-dropdown-65394bd6 {
    position: relative;
    z-index: 49;
}

/* Offcanvas mode — only when explicitly chosen */
.ttv-mobile-menu-offcanvas-65394bd6 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    max-height: none;
    z-index: 99;
    transition: right 0.35s ease;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

.ttv-mobile-menu-65394bd6.ttv-mobile-open-65394bd6 {
    display: block;
    max-height: 600px;
}

.ttv-mobile-menu-offcanvas-65394bd6.ttv-mobile-open-65394bd6 {
    right: 0;
    max-height: none;
}

.ttv-mobile-nav-list-65394bd6 {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.ttv-mobile-link-65394bd6 {
    display: block;
    padding: 16px 24px;
    color: #071A33;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
    width: 100%;
}

.ttv-mobile-link-65394bd6:hover,
.ttv-mobile-link-65394bd6.ttv-nav-active-65394bd6 {
    color: #1E63FF;
    background-color: #F5F8FF;
}

/* ===== Responsive: Tablet (max-width: 1024px) ===== */
@media (max-width: 1024px) {
    .ttv-header-inner-65394bd6 {
        height: 72px;
        padding: 0 20px;
        gap: 12px;
    }

    .ttv-nav-65394bd6 {
        display: none;
    }

    .ttv-mobile-toggle-65394bd6 {
        display: flex;
    }

    .ttv-hide-tablet-65394bd6 {
        display: none !important;
    }

    .ttv-actions-65394bd6 {
        margin-right: 8px;
    }

    .ttv-logo-65394bd6 img {
        width: 180px;
    }
}

/* ===== Responsive: Mobile (max-width: 767px) ===== */
@media (max-width: 767px) {
    .ttv-header-inner-65394bd6 {
        height: 64px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .ttv-logo-65394bd6 {
        flex: 0 1 auto;
        min-width: 0;
        max-width: calc(100% - 60px);
    }

    .ttv-logo-65394bd6 img {
        width: 135px;
    }

    .ttv-logo-link-65394bd6 img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .ttv-mobile-toggle-65394bd6 {
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
    }

    .ttv-hide-mobile-65394bd6 {
        display: none !important;
    }

    /* Hide actions container on mobile when all children are hidden */
    .ttv-actions-65394bd6 {
        display: none;
    }

    /* Hide desktop nav on mobile */
    .ttv-nav-65394bd6 {
        display: none;
    }

    .ttv-phone-65394bd6 {
        padding: 10px 14px;
        font-size: 13px;
    }

    .ttv-quote-65394bd6 {
        padding: 10px 16px;
        font-size: 13px;
    }
}
