:root {
    --cctva-header-topbar-height: 38px;
    --cctva-header-sticky-offset: 18px;
    --cctva-header-shell-width: min(100% - 40px, 1560px);
    --cctva-header-border-strong: rgba(255, 255, 255, 0.14);
    --cctva-header-glass: rgba(15, 18, 24, 0.76);
    --cctva-header-panel: linear-gradient(180deg, rgba(20, 24, 31, 0.97) 0%, rgba(10, 13, 18, 0.98) 100%);
    --cctva-header-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    --cctva-header-mobile-shell-width: min(100% - 16px, 1560px);
}

body.cctva-mobile-nav-open {
    overflow: hidden;
}

html.cctva-mobile-nav-open,
body.cctva-mobile-nav-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.cctva-header-premium__shell {
    width: var(--cctva-header-shell-width);
    margin: 0 auto;
}

.cctva-header-premium {
    position: sticky;
    top: 0;
    z-index: 80;
    backdrop-filter: blur(18px);
    transition: backdrop-filter 0.26s ease;
}

.cctva-header-premium__topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(8, 11, 16, 0.94) 0%, rgba(12, 16, 22, 0.88) 100%);
    max-height: 48px;
    overflow: hidden;
    transition: max-height 0.26s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.cctva-header-premium__topbar-inner {
    min-height: var(--cctva-header-topbar-height);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px 0;
    flex-wrap: wrap;
    padding: 6px 0;
    transition: min-height 0.26s ease, padding 0.26s ease, transform 0.26s ease, opacity 0.22s ease;
}

.cctva-header-premium__topbar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c6cfda;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    cursor: default;
    white-space: nowrap;
}

.cctva-header-premium__topbar-link--contact {
    gap: 14px;
}

.cctva-header-premium__topbar-contact-label,
.cctva-header-premium__topbar-contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    text-decoration: none;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.cctva-header-premium__topbar-contact-phone {
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}

.cctva-header-premium__topbar-contact-label:hover,
.cctva-header-premium__topbar-contact-label:focus-visible,
.cctva-header-premium__topbar-contact-phone:hover,
.cctva-header-premium__topbar-contact-phone:focus-visible {
    color: #ffffff;
}

.cctva-header-premium__topbar-contact-label:focus-visible,
.cctva-header-premium__topbar-contact-phone:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.24);
    outline-offset: 3px;
    border-radius: 8px;
}

.cctva-header-premium__topbar-icon {
    display: inline-flex;
    width: 13px;
    height: 13px;
    color: rgba(226, 232, 240, 0.9);
    flex: 0 0 auto;
}

.cctva-header-premium__topbar-icon svg {
    width: 13px;
    height: 13px;
}

.cctva-header-premium__topbar-link + .cctva-header-premium__topbar-link::before {
    content: '';
    width: 1px;
    height: 11px;
    margin: 0 14px;
    background: rgba(255, 255, 255, 0.12);
}

.cctva-header-premium__frame {
    margin-top: 10px;
    border: 1px solid var(--cctva-header-border-strong);
    border-radius: 24px;
    background:
        radial-gradient(360px 220px at 0% 0%, rgba(153, 27, 27, 0.12), transparent 58%),
        radial-gradient(360px 220px at 100% 100%, rgba(30, 64, 175, 0.08), transparent 62%),
        var(--cctva-header-panel);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    transition: margin-top 0.26s ease, border-radius 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}

.cctva-header-premium__row {
    display: grid;
    gap: 12px 16px;
    align-items: center;
    padding: 12px 16px;
    transition: padding 0.26s ease, gap 0.26s ease, border-color 0.22s ease;
}

.cctva-header-premium__row--top {
    grid-template-columns: auto minmax(320px, 1fr) auto;
}

.cctva-header-premium__row--nav {
    padding-top: 0;
    padding-bottom: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    grid-template-columns: minmax(0, 1fr);
}

.cctva-header-premium__brand-group {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cctva-header-premium__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
    transition: gap 0.26s ease;
}

.cctva-header-premium__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: transparent;
    color: #fff;
    box-shadow: 0 10px 20px rgba(185, 28, 28, 0.08);
    overflow: hidden;
    transition: width 0.26s ease, height 0.26s ease, border-radius 0.26s ease, box-shadow 0.26s ease;
}

.cctva-header-premium__brand-mark.has-image {
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 8px 18px rgba(185, 28, 28, 0.08);
}

.cctva-header-premium__brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    transform: scale(1.08);
    transition: transform 0.26s ease;
}

.cctva-header-premium__brand-fallback {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: radial-gradient(circle at 62% 38%, rgba(59, 130, 246, 0.9) 0 16%, transparent 17%), linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 28px rgba(185, 28, 28, 0.2);
}

.cctva-header-premium__brand-fallback::before {
    content: '';
    position: absolute;
    inset: 12px 10px 12px 10px;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px 999px 999px 999px / 68% 68% 32% 32%;
    transform: rotate(-10deg);
}

.cctva-header-premium__brand-fallback-eye {
    position: absolute;
    top: 19px;
    right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, #93c5fd 0 18%, #2563eb 19% 58%, #0f172a 59% 100%);
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.38);
}

.cctva-header-premium__brand-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: gap 0.26s ease, opacity 0.22s ease;
}

.cctva-header-premium__brand-copy strong {
    color: #f8fafc;
    font-size: 0.94rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    transition: font-size 0.26s ease, letter-spacing 0.26s ease;
}

.cctva-mobile-drawer__trust-badges {
    margin-top: 12px;
}

.cctva-header-premium__brand-copy small {
    color: rgba(148, 163, 184, 0.82);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    transition: font-size 0.26s ease, opacity 0.22s ease;
}

.cctva-header-premium__nav {
    display: flex;
    justify-content: center;
}

.cctva-header-premium__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.cctva-header-premium__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    color: #d9e1ea;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: min-height 0.26s ease, padding 0.26s ease, font-size 0.26s ease, background 0.18s ease, color 0.18s ease;
}

.cctva-header-premium__search-wrap {
    min-width: 0;
}

.cctva-header-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 7px 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.032);
    transition: min-height 0.26s ease, padding 0.26s ease, border-radius 0.26s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.cctva-header-search__icon {
    display: inline-flex;
    width: 18px;
    color: #94a3b8;
    transition: width 0.26s ease, color 0.22s ease;
}

.cctva-header-search__icon svg {
    width: 18px;
    height: 18px;
}

.cctva-header-search__field {
    width: 100%;
    border: 0;
    background: transparent;
    color: #f8fafc;
    font-size: 0.88rem;
    outline: none;
    transition: font-size 0.26s ease;
}

.cctva-header-search__field::placeholder {
    color: #94a3b8;
}

.cctva-header-search__submit {
    min-height: 32px;
    padding: 0 11px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: min-height 0.26s ease, padding 0.26s ease, font-size 0.26s ease, border-radius 0.26s ease, box-shadow 0.22s ease;
}

.cctva-header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
    transition: gap 0.26s ease;
}

.cctva-header-action,
.cctva-header-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 11px;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: min-height 0.26s ease, padding 0.26s ease, border-radius 0.26s ease, font-size 0.26s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.cctva-header-action {
    color: #d9e1ea;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cctva-header-action__icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.cctva-header-action__icon svg {
    width: 16px;
    height: 16px;
}

.cctva-header-action__badge {
    position: absolute;
    top: -6px;
    right: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    color: #fff;
    font-size: 0.64rem;
    font-weight: 900;
}

.cctva-header-action__badge.is-hidden {
    display: none;
}

.cctva-header-action--favorites:hover,
.cctva-header-action--favorites:focus-visible {
    border-color: rgba(239, 68, 68, 0.28);
    box-shadow: 0 12px 24px rgba(185, 28, 28, 0.18);
}

.cctva-header-cta {
    color: #fff;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    box-shadow: 0 8px 16px rgba(185, 28, 28, 0.14);
}

.cctva-header-progress {
    padding: 0 18px 12px;
    transition: padding 0.26s ease;
}

.cctva-header-progress__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    transition: margin-bottom 0.26s ease, gap 0.26s ease;
}

.cctva-header-progress__label {
    color: #fca5a5;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
}

.cctva-header-progress__message {
    color: #e2e8f0;
    font-size: 0.74rem;
    font-weight: 600;
    transition: font-size 0.26s ease;
}

.cctva-header-progress__track {
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: height 0.26s ease;
}

.cctva-header-progress__bar {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ef4444 0%, #f97316 55%, #22c55e 100%);
}

.cctva-header-progress.is-unlocked .cctva-header-progress__message {
    color: #86efac;
}

.cctva-megamenu {
    position: absolute;
    inset: calc(100% + 6px) 0 auto;
    z-index: 95;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cctva-megamenu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cctva-megamenu__panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background:
        radial-gradient(360px 180px at 0% 0%, rgba(153, 27, 27, 0.1), transparent 60%),
        linear-gradient(180deg, rgba(18, 22, 29, 0.96) 0%, rgba(11, 14, 18, 0.98) 100%);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.cctva-header-premium.is-condensed {
    backdrop-filter: blur(24px);
}

.cctva-header-premium.is-condensed .cctva-header-premium__topbar {
    max-height: 0;
    opacity: 0;
    border-bottom-color: transparent;
}

.cctva-header-premium.is-condensed .cctva-header-premium__topbar-inner {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(-6px);
    opacity: 0;
}

.cctva-header-premium.is-condensed .cctva-header-premium__frame {
    margin-top: 6px;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.cctva-header-premium.is-condensed .cctva-header-premium__row {
    gap: 10px 14px;
}

.cctva-header-premium.is-condensed .cctva-header-premium__row--top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cctva-header-premium.is-condensed .cctva-header-premium__row--nav {
    padding-top: 0;
    padding-bottom: 6px;
}

.cctva-header-premium.is-condensed .cctva-header-premium__brand {
    gap: 12px;
}

.cctva-header-premium.is-condensed .cctva-header-premium__brand-mark {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(185, 28, 28, 0.12);
}

.cctva-header-premium.is-condensed .cctva-header-premium__brand-logo {
    transform: scale(1.12);
}

.cctva-header-premium.is-condensed .cctva-header-premium__brand-copy {
    gap: 1px;
}

.cctva-header-premium.is-condensed .cctva-header-premium__brand-copy strong {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
}

.cctva-header-premium.is-condensed .cctva-header-premium__brand-copy small {
    font-size: 0.64rem;
}

.cctva-header-premium.is-condensed .cctva-header-search {
    min-height: 40px;
    padding: 0 7px 0 11px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.cctva-header-premium.is-condensed .cctva-header-search__icon {
    width: 16px;
}

.cctva-header-premium.is-condensed .cctva-header-search__icon svg {
    width: 16px;
    height: 16px;
}

.cctva-header-premium.is-condensed .cctva-header-search__field {
    font-size: 0.86rem;
}

.cctva-header-premium.is-condensed .cctva-header-search__submit {
    min-height: 30px;
    padding: 0 11px;
    border-radius: 9px;
    font-size: 0.66rem;
}

.cctva-header-premium.is-condensed .cctva-header-actions {
    gap: 6px;
}

.cctva-header-premium.is-condensed .cctva-header-action,
.cctva-header-premium.is-condensed .cctva-header-cta {
    min-height: 36px;
    padding: 0 10px;
    border-radius: 11px;
    font-size: 0.64rem;
}

.cctva-header-premium.is-condensed .cctva-header-progress {
    padding: 0 18px 9px;
}

.cctva-header-premium.is-condensed .cctva-header-progress__meta {
    margin-bottom: 4px;
    gap: 8px;
}

.cctva-header-premium.is-condensed .cctva-header-progress__label {
    font-size: 0.58rem;
}

.cctva-header-premium.is-condensed .cctva-header-progress__message {
    font-size: 0.68rem;
}

.cctva-header-premium.is-condensed .cctva-header-progress__track {
    height: 4px;
}

.cctva-header-premium.is-condensed .cctva-header-premium__nav-link {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.72rem;
}

.cctva-header-premium.is-condensed .cctva-megamenu {
    inset: calc(100% + 6px) 0 auto;
}

.cctva-header-premium__nav-item:focus-within .cctva-header-premium__nav-link,
.cctva-header-premium__nav-item.is-active .cctva-header-premium__nav-link {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.cctva-megamenu__links a,
.cctva-megamenu__featured-link,
.cctva-megamenu__footer-link,
.cctva-header-search__submit,
.cctva-header-action,
.cctva-header-cta {
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.22s ease, transform 0.18s ease;
}

.cctva-megamenu__links a:hover,
.cctva-megamenu__links a:focus-visible {
    color: #ffffff;
}

.cctva-megamenu__links a:focus-visible,
.cctva-megamenu__featured-link:focus-visible,
.cctva-megamenu__footer-link:focus-visible,
.cctva-header-search__submit:focus-visible,
.cctva-header-action:focus-visible,
.cctva-header-cta:focus-visible,
.cctva-header-premium__nav-link:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.28);
    outline-offset: 3px;
}

.cctva-megamenu__content {
    display: grid;
    grid-template-columns: minmax(0, 4.4fr) minmax(216px, 0.72fr);
    gap: 12px;
    padding: 14px;
    align-items: start;
}

.cctva-megamenu__content.is-balanced {
    grid-template-columns: minmax(0, 3.2fr) minmax(208px, 0.72fr);
}

.cctva-megamenu__content.is-compact {
    grid-template-columns: minmax(0, 2.45fr) minmax(196px, 0.68fr);
}

.cctva-megamenu__main {
    display: grid;
    gap: 12px;
}

.cctva-megamenu__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding: 0 2px 2px;
}

.cctva-megamenu__intro-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.cctva-megamenu__intro-eyebrow {
    color: #fda4af;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cctva-megamenu__intro-title {
    margin: 0;
    color: #fff;
    font-size: 1.02rem;
    line-height: 1.15;
}

.cctva-megamenu__intro-text {
    margin: 0;
    max-width: 68ch;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.77rem;
    line-height: 1.45;
}

.cctva-megamenu__intro-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    color: #f8fafc;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cctva-megamenu__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
}

.cctva-megamenu__columns--one {
    grid-template-columns: minmax(0, min(420px, 100%));
}

.cctva-megamenu__columns--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cctva-megamenu__footer-cta {
    display: flex;
    justify-content: flex-start;
}

.cctva-megamenu__footer-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(248, 113, 113, 0.24);
    background: rgba(127, 10, 18, 0.18);
    color: #ffe4e6;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.cctva-megamenu__footer-link:hover,
.cctva-megamenu__footer-link:focus-visible {
    background: rgba(127, 10, 18, 0.28);
    border-color: rgba(252, 165, 165, 0.38);
    color: #fff1f2;
}

.cctva-megamenu__column,
.cctva-megamenu__featured {
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.022);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.cctva-megamenu__panel.has-few-items .cctva-megamenu__column {
    align-self: start;
}

.cctva-megamenu__featured {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    align-self: stretch;
}

.cctva-megamenu__column-title,
.cctva-mobile-drawer__subgrid span {
    display: block;
    margin-bottom: 6px;
    color: #fca5a5;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cctva-megamenu__links,
.cctva-mobile-drawer__subgrid ul,
.cctva-mobile-drawer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cctva-megamenu__links li + li,
.cctva-mobile-drawer__subgrid li + li,
.cctva-mobile-drawer__nav li + li {
    margin-top: 6px;
}

.cctva-megamenu__links a,
.cctva-megamenu__link,
.cctva-mobile-drawer__nav a,
.cctva-mobile-drawer__subgrid a,
.cctva-mobile-drawer__actions a {
    color: #e2e8f0;
    text-decoration: none;
}

.cctva-megamenu__link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.015);
    min-height: 0;
}

.cctva-megamenu__link:hover,
.cctva-megamenu__link:focus-visible {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(248, 113, 113, 0.14);
}

.cctva-megamenu__link small {
    color: rgba(252, 165, 165, 0.82);
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cctva-megamenu__link > span {
    font-size: 0.8rem;
    line-height: 1.3;
}

.cctva-megamenu__link.is-disabled {
    opacity: 0.36;
    cursor: not-allowed;
    color: rgba(226, 232, 240, 0.54);
    background: rgba(255, 255, 255, 0.015);
    border-style: dashed;
}

.cctva-megamenu__link.is-fallback span::after {
    content: ' · ruta general';
    color: rgba(252, 165, 165, 0.86);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cctva-megamenu__featured-eyebrow {
    display: inline-block;
    margin-bottom: 2px;
    color: #fca5a5;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cctva-megamenu__featured-title {
    margin: 0;
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.22;
}

.cctva-megamenu__featured-note {
    margin: 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.68rem;
    line-height: 1.42;
}

.cctva-megamenu__featured-actions {
    display: grid;
    gap: 6px;
}

.cctva-megamenu__trust-badges,
.cctva-mobile-drawer__trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cctva-megamenu__trust-badges {
    margin: 0;
    gap: 6px;
}

.cctva-megamenu__trust-badge,
.cctva-mobile-drawer__trust-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #dbe4ef;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cctva-megamenu__featured-link,
.cctva-mobile-drawer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 10px;
    border: 1px solid rgba(252, 165, 165, 0.18);
    background: linear-gradient(180deg, #dc2626 0%, #991b1b 100%);
    color: #fff;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(185, 28, 28, 0.12);
}

.cctva-megamenu__featured-link:hover,
.cctva-megamenu__featured-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(185, 28, 28, 0.2);
}

.cctva-megamenu__featured-link + .cctva-megamenu__featured-link {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
    box-shadow: none;
}

.cctva-mobile-drawer__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cctva-mobile-drawer__brand strong {
    color: #fff;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cctva-mobile-drawer__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(185, 28, 28, 0.08);
}

.cctva-mobile-drawer__brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cctva-mobile-drawer__brand-fallback {
    display: inline-flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
}

.cctva-header-premium__mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}

.cctva-header-premium__mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto 4px;
    background: #fff;
}

.cctva-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 160;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.cctva-mobile-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 6, 10, 0.82);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.cctva-mobile-drawer__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(92vw, 360px);
    max-width: 92vw;
    height: 100dvh;
    max-height: 100dvh;
    padding: 16px 14px 18px;
    background: linear-gradient(180deg, rgba(15, 18, 24, 0.99) 0%, rgba(8, 10, 15, 0.995) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateX(-100%);
    transition: transform 0.24s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: 18px 0 46px rgba(0, 0, 0, 0.28);
}

.cctva-mobile-drawer.is-open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.cctva-mobile-drawer.is-open .cctva-mobile-drawer__backdrop {
    opacity: 1;
}

.cctva-mobile-drawer.is-open .cctva-mobile-drawer__panel {
    transform: translateX(0);
}

.cctva-mobile-drawer__header,
.cctva-mobile-drawer__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cctva-mobile-drawer__close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 1.25rem;
}

.cctva-mobile-drawer__search,
.cctva-mobile-drawer__shipping,
.cctva-mobile-drawer__nav,
.cctva-mobile-drawer__actions {
    margin-top: 14px;
}

.cctva-mobile-drawer__nav-item {
    padding: 0;
}

.cctva-mobile-drawer__nav-item + .cctva-mobile-drawer__nav-item {
    margin-top: 12px;
}

.cctva-mobile-drawer__nav-link {
    display: block;
    color: #f8fafc;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
}

.cctva-mobile-drawer__contact-note {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.035);
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.45;
}

.cctva-mobile-drawer__actions {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cctva-mobile-drawer__actions a {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.cctva-mobile-drawer__family {
    margin-top: 8px;
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.cctva-mobile-drawer__family ul {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 11.5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.cctva-mobile-drawer__family li {
    margin: 0;
}

.cctva-mobile-drawer__family-link {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(226, 232, 240, 0.84);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    white-space: normal;
    line-height: 1.35;
}

.cctva-mobile-drawer__family-link.is-fallback {
    color: #ffe4e6;
}

.cctva-mobile-drawer__family-link.is-disabled {
    opacity: 0.36;
    cursor: not-allowed;
    border-style: dashed;
}

.cctva-mobile-drawer__subgrid {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.024);
}

@media (max-width: 1360px) {
    .cctva-header-premium__row--top {
        grid-template-columns: auto minmax(260px, 1fr) auto;
    }

    .cctva-megamenu__content {
        grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
    }

    .cctva-header-premium__search-wrap {
        grid-column: auto;
    }

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

    .cctva-megamenu__columns--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cctva-header-action__label {
        display: none;
    }

    .cctva-header-action,
    .cctva-header-cta {
        min-width: 40px;
        justify-content: center;
        padding: 0 10px;
    }

    .cctva-header-cta {
        min-width: auto;
        padding: 0 12px;
    }
}

@media (max-width: 1180px) {
    .cctva-header-premium__topbar {
        display: none;
    }

    .cctva-header-premium__mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cctva-header-premium__row,
    .cctva-header-premium__row--top {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 12px 14px;
        gap: 10px 12px;
    }

    .cctva-header-premium__row--nav {
        display: none;
    }

    .cctva-header-premium__nav,
    .cctva-megamenu,
    .cctva-header-action__label,
    .cctva-header-action:first-child,
    .cctva-header-cta {
        display: none;
    }

    .cctva-header-premium__search-wrap {
        grid-column: 1 / -1;
        order: 4;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .cctva-header-premium__shell {
        width: var(--cctva-header-mobile-shell-width);
    }

    .cctva-header-premium__frame {
        margin-top: 4px;
        border-radius: 16px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    }

    .cctva-header-premium__row--top {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        grid-template-areas:
            'toggle brand cart'
            'search search search';
        align-items: center;
        gap: 8px 10px;
        padding: 8px 10px 10px;
    }

    .cctva-header-premium__brand-group {
        display: contents;
    }

    .cctva-header-premium__mobile-toggle {
        grid-area: toggle;
    }

    .cctva-header-premium__brand {
        grid-area: brand;
        justify-self: center;
        gap: 8px;
        max-width: min(100%, 210px);
    }

    .cctva-header-premium__search-wrap {
        grid-area: search;
        margin-top: 2px;
    }

    .cctva-header-actions {
        grid-area: cart;
        justify-self: end;
        gap: 0;
    }

    .cctva-header-premium__row,
    .cctva-header-progress {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cctva-header-progress__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .cctva-mobile-drawer__contact-note {
        font-size: 0.68rem;
        line-height: 1.45;
    }

    .cctva-header-premium__brand-mark {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        box-shadow: none;
    }

    .cctva-header-premium__brand-logo {
        width: 100%;
        height: 100%;
        transform: scale(1.04);
    }

    .cctva-header-premium__brand-fallback {
        border-radius: 999px;
    }

    .cctva-header-premium__brand-fallback::before {
        inset: 10px 8px 10px 8px;
    }

    .cctva-header-premium__brand-fallback-eye {
        top: 15px;
        right: 12px;
        width: 11px;
        height: 11px;
    }

    .cctva-header-premium__topbar-link--contact {
        gap: 10px;
    }

    .cctva-header-premium__topbar-contact-phone {
        padding-left: 10px;
    }

    .cctva-header-premium__brand-copy small,
    .cctva-header-action:not(.cctva-header-action--cart) {
        display: none;
    }
}

.cctva-header-premium__mobile-feature-bar {
    display: none;
}

.cctva-header-premium__mobile-feature-link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cctva-header-action--ghost {
    opacity: 0.78;
    cursor: default;
}

.cctva-favorites-page {
    width: min(1280px, calc(100% - 32px));
    margin: 28px auto 56px;
    color: #f8fafc;
}

.cctva-favorites-page__hero,
.cctva-favorites-page__content,
.cctva-favorites-page__empty,
.cctva-favorites-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #101720 0%, #0b1017 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.cctva-favorites-page__hero-inner,
.cctva-favorites-page__content {
    padding: 28px;
}

.cctva-favorites-page__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: #fca5a5;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-favorites-page__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.cctva-favorites-page__subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.6;
}

.cctva-favorites-page__content {
    margin-top: 22px;
}

.cctva-favorites-page__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid rgba(239, 68, 68, 0.14);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(23, 29, 39, 0.96) 0%, rgba(13, 18, 26, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.cctva-favorites-page__toolbar-copy {
    min-width: 0;
}

.cctva-favorites-page__section-title {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.cctva-favorites-page__section-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.cctva-favorites-page__cta--quote {
    min-width: 220px;
    border: 0;
    box-shadow: 0 16px 32px rgba(185, 28, 28, 0.26);
    cursor: pointer;
}

.cctva-favorites-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cctva-favorites-page__empty {
    padding: 28px;
    text-align: center;
}

.cctva-favorites-page__cta,
.cctva-favorites-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
}

.cctva-favorites-page__cta,
.cctva-favorites-card__button--primary {
    color: #fff;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
}

.cctva-favorites-card {
    overflow: hidden;
}

.cctva-favorites-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 18px;
    background: linear-gradient(180deg, rgba(9,12,18,.94) 0%, rgba(17,22,30,.94) 100%);
}

.cctva-favorites-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cctva-favorites-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.cctva-favorites-card__title {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.cctva-favorites-card__price {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}

.cctva-favorites-card__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cctva-favorites-card__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.cctva-favorites-quote {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.cctva-favorites-quote__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 7, 12, 0.82);
    backdrop-filter: blur(6px);
}

.cctva-favorites-quote__dialog {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 24px));
    max-height: min(92dvh, 920px);
    margin: min(4vh, 28px) auto;
    overflow: auto;
    border: 1px solid rgba(239, 68, 68, 0.16);
    border-radius: 24px;
    background: linear-gradient(180deg, #111823 0%, #0a0f16 100%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.44);
}

.cctva-favorites-quote__inner {
    padding: 28px;
}

.cctva-favorites-quote__close {
    position: sticky;
    top: 12px;
    left: 100%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 12px 12px 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.cctva-favorites-quote__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.cctva-favorites-quote__text {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.cctva-favorites-quote__feedback {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 700;
}

.cctva-favorites-quote__feedback.is-success {
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.24);
}

.cctva-favorites-quote__feedback.is-error {
    background: rgba(239, 68, 68, 0.14);
    color: #fecaca;
    border: 1px solid rgba(239, 68, 68, 0.24);
}

.cctva-favorites-quote__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cctva-favorites-quote__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.cctva-favorites-quote__field--full {
    grid-column: 1 / -1;
}

.cctva-favorites-quote__field span,
.cctva-favorites-quote__consent span,
.cctva-favorites-quote__products-title,
.cctva-favorites-quote__product-name,
.cctva-favorites-quote__product-price {
    overflow-wrap: anywhere;
}

.cctva-favorites-quote__field input,
.cctva-favorites-quote__field textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.cctva-favorites-quote__field textarea {
    min-height: 132px;
    padding: 14px;
    resize: vertical;
}

.cctva-favorites-quote__field input:focus,
.cctva-favorites-quote__field textarea:focus {
    outline: none;
    border-color: rgba(248, 113, 113, 0.48);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.cctva-favorites-quote__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.cctva-favorites-quote__consent input {
    margin-top: 3px;
}

.cctva-favorites-quote__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cctva-favorites-quote__products {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.cctva-favorites-quote__products-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1rem;
}

.cctva-favorites-quote__products-list {
    display: grid;
    gap: 10px;
}

.cctva-favorites-quote__product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.cctva-favorites-quote__product-name {
    color: #fff;
    font-weight: 700;
}

.cctva-favorites-quote__product-price {
    color: #fecaca;
    font-weight: 800;
    text-align: right;
}

.cctva-favorites-quote__actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.cctva-favorites-quote__actions .cctva-favorites-card__button,
.cctva-favorites-quote__actions .cctva-favorites-page__cta {
    border: 0;
    cursor: pointer;
}

html.cctva-favorites-quote-open,
body.cctva-favorites-quote-open {
    overflow: hidden;
}

body.cctva-favorites-quote-open .cctva-mobile-sticky {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 980px) {
    .cctva-favorites-page__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .cctva-favorites-page__cta--quote {
        width: 100%;
        min-width: 0;
    }

    .cctva-favorites-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .cctva-favorites-page {
        width: min(100%, calc(100% - 20px));
        margin-top: 18px;
    }

    .cctva-favorites-page__hero-inner,
    .cctva-favorites-page__content,
    .cctva-favorites-page__empty {
        padding: 20px;
    }

    .cctva-favorites-page__grid {
        grid-template-columns: 1fr;
    }

    .cctva-favorites-card__actions,
    .cctva-favorites-quote__actions,
    .cctva-favorites-quote__product {
        flex-direction: column;
    }

    .cctva-favorites-card__button,
    .cctva-favorites-page__cta,
    .cctva-favorites-quote__actions .cctva-favorites-card__button,
    .cctva-favorites-quote__actions .cctva-favorites-page__cta {
        width: 100%;
    }

    .cctva-favorites-quote__dialog {
        width: min(100%, calc(100% - 12px));
        max-height: min(100dvh - 12px, 100dvh - 12px);
        margin: 6px auto;
        border-radius: 20px;
    }

    .cctva-favorites-quote__inner {
        padding: 18px;
    }

    .cctva-favorites-quote__grid {
        grid-template-columns: 1fr;
    }

    .cctva-favorites-quote__field input,
    .cctva-favorites-quote__field textarea,
    .cctva-favorites-page__cta,
    .cctva-favorites-card__button {
        min-height: 48px;
    }

    .cctva-favorites-quote__products {
        padding: 14px;
    }

    .cctva-favorites-quote__product-price {
        text-align: left;
    }
}

@media (max-width: 430px) {
    .cctva-favorites-page {
        width: min(100%, calc(100% - 14px));
    }

    .cctva-favorites-page__hero-inner,
    .cctva-favorites-page__content,
    .cctva-favorites-page__empty,
    .cctva-favorites-page__toolbar,
    .cctva-favorites-quote__inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.cctva-header-search:focus-within {
    border-color: rgba(248, 113, 113, 0.5);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.cctva-header-premium__nav-list {
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.cctva-header-premium__nav-list::-webkit-scrollbar {
    display: none;
}

.cctva-header-premium__nav-link {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.79rem;
}

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

.cctva-megamenu__columns--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cctva-mobile-sticky {
    display: none;
}

@media (min-width: 1181px) {
    .cctva-header-premium__row--top {
        grid-template-columns: auto minmax(420px, 1fr) auto;
    }

    .cctva-header-actions {
        gap: 10px;
    }

    .cctva-header-action,
    .cctva-header-cta {
        min-height: 44px;
        padding: 0 14px;
        font-size: 0.74rem;
    }
}

@media (max-width: 1180px) {
    .cctva-header-premium__mobile-feature-bar {
        display: block;
        margin-top: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(9, 12, 18, 0.96) 0%, rgba(14, 18, 26, 0.92) 100%);
    }

    .cctva-header-premium__frame {
        margin-top: 8px;
        border-radius: 20px;
    }

    .cctva-header-progress {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    body.cctva-mobile-nav-open .cctva-mobile-sticky,
    html.cctva-mobile-nav-open .cctva-mobile-sticky {
        display: none;
    }

    body {
        overflow-x: hidden;
        padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    }

    .cctva-mobile-drawer__panel {
        width: min(92vw, 336px);
        max-width: 92vw;
        height: 100dvh;
        max-height: 100dvh;
        padding: 12px 10px 16px;
    }

    .cctva-mobile-drawer__header {
        position: sticky;
        top: -12px;
        z-index: 2;
        margin: -12px -10px 8px;
        padding: 12px 10px 8px;
        background: linear-gradient(180deg, rgba(15, 18, 24, 0.99) 0%, rgba(10, 13, 18, 0.96) 100%);
    }

    .cctva-mobile-drawer__nav a {
        display: block;
        padding: 10px 0;
        font-size: 0.9rem;
        font-weight: 800;
        letter-spacing: 0.01em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .cctva-mobile-drawer__family ul {
        gap: 6px;
    }

    .cctva-mobile-drawer__family-link {
        font-size: 0.72rem;
        line-height: 1.35;
    }

    .cctva-mobile-drawer__actions {
        gap: 10px;
    }

    .cctva-mobile-drawer__actions a {
        flex: 1 1 calc(50% - 5px);
        min-height: 40px;
        font-size: 0.78rem;
        font-weight: 700;
        justify-content: center;
    }

    .cctva-mobile-sticky {
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: calc(6px + env(safe-area-inset-bottom, 0px));
        z-index: 110;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 3px;
        padding: 4px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(12, 14, 20, 0.96) 0%, rgba(5, 8, 12, 0.98) 100%);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(16px);
    }

    .cctva-mobile-sticky__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        gap: 3px;
        min-height: 42px;
        padding: 4px 3px;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: #f8fafc;
        text-decoration: none;
        font: inherit;
    }

    .cctva-mobile-sticky__item--button {
        cursor: pointer;
    }

    .cctva-mobile-sticky__icon {
        font-size: 0.92rem;
        line-height: 1;
    }

    .cctva-mobile-sticky__label {
        font-size: 0.5rem;
        font-weight: 800;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .cctva-mobile-sticky__badge {
        position: absolute;
        top: 3px;
        right: 7px;
        min-width: 14px;
        height: 14px;
        padding: 0 4px;
        border-radius: 999px;
        background: rgba(244, 63, 94, 0.9);
        color: #fff;
        font-size: 0.52rem;
        font-weight: 800;
        line-height: 14px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(244, 63, 94, 0.28);
    }

    .cctva-mobile-sticky__badge.is-hidden {
        display: none;
    }

    body.woocommerce-cart,
    body.woocommerce-checkout,
    body.woocommerce-account,
    body.single-product {
        padding-bottom: 0;
    }

    body.woocommerce-cart .cctva-mobile-sticky,
    body.woocommerce-checkout .cctva-mobile-sticky,
    body.woocommerce-account .cctva-mobile-sticky,
    body.single-product .cctva-mobile-sticky {
        display: none;
    }
}

@media (max-width: 480px) {
    .cctva-header-premium__shell {
        width: min(100% - 16px, 1560px);
    }

    .cctva-header-premium__mobile-feature-link {
        min-height: 32px;
        font-size: 0.64rem;
        letter-spacing: 0.04em;
    }

    .cctva-header-premium__frame {
        border-radius: 16px;
    }

    .cctva-header-premium__row--top {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        padding: 8px 9px 10px;
        gap: 7px;
    }

    .cctva-header-premium__brand-mark {
        width: 30px;
        height: 30px;
    }

    .cctva-header-premium__brand-copy strong {
        font-size: 0.66rem;
        max-width: 11ch;
    }

    .cctva-header-search {
        min-height: 34px;
        padding-left: 8px;
    }

    .cctva-header-search__field {
        font-size: 0.74rem;
    }

    .cctva-header-search__submit {
        min-height: 24px;
        padding: 0 7px;
        font-size: 0.5rem;
    }

    .cctva-header-actions .cctva-header-action.cctva-header-action--cart,
    .cctva-header-premium__mobile-toggle {
        min-width: 38px;
        width: 38px;
        height: 38px;
        min-height: 38px;
        border-radius: 10px;
    }

    .cctva-mobile-drawer__panel {
        width: min(92vw, 304px);
        padding: 12px 10px 16px;
    }

    .cctva-mobile-drawer__header {
        top: -12px;
        margin: -12px -10px 8px;
        padding: 12px 10px 8px;
    }

    .cctva-mobile-drawer__close {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 1.1rem;
    }

    .cctva-mobile-drawer__contact-note {
        font-size: 0.58rem;
        padding: 8px 10px;
    }

    .cctva-mobile-drawer__brand-mark {
        width: 34px;
        height: 34px;
    }

    .cctva-mobile-drawer__brand strong {
        font-size: 0.76rem;
    }

    .cctva-mobile-drawer__nav a {
        padding: 9px 0;
        font-size: 0.84rem;
    }

    .cctva-mobile-drawer__family-link {
        font-size: 0.62rem;
    }

    .cctva-mobile-sticky {
        left: 6px;
        right: 6px;
        bottom: calc(4px + env(safe-area-inset-bottom, 0px));
    }

    .cctva-mobile-sticky__item {
        min-height: 40px;
    }

    .cctva-mobile-sticky__label {
        font-size: 0.46rem;
    }

    .cctva-mobile-sticky__badge {
        right: 5px;
    }
}
