.cctva-catalog {
    color: #f5f7fa;
    padding: 0 0 56px;
}

.cctva-catalog a {
    text-decoration: none;
}

.cctva-catalog__hero,
.cctva-catalog__module {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto 28px;
}

.cctva-catalog__hero {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(180, 14, 28, 0.2), transparent 30%), linear-gradient(135deg, #0b0f14 0%, #121922 52%, #171f2b 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.cctva-catalog__hero-inner,
.cctva-catalog__toolbar,
.cctva-catalog__active-filters,
.cctva-catalog .products,
.cctva-catalog__pagination,
.cctva-catalog__empty,
.cctva-catalog__filters-inner,
.cctva-catalog__term-card,
.cctva-catalog__cta {
    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-catalog__hero-inner {
    padding: 30px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.cctva-catalog__breadcrumbs nav,
.cctva-catalog__breadcrumbs {
    color: rgba(255,255,255,0.72);
    font-size: 13px;
}

.cctva-catalog__eyebrow,
.cctva-catalog__section-eyebrow,
.cctva-catalog__cta-eyebrow {
    margin: 0 0 10px;
    color: #ff6b78;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cctva-catalog__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr);
    gap: 20px;
    align-items: end;
}

.cctva-catalog__title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(30px, 4.2vw, 48px);
    line-height: 1.06;
}

.cctva-catalog__description {
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.7;
    max-width: 72ch;
}

.cctva-catalog__hero-subtitle {
    margin: 0 0 18px;
    color: rgba(255,255,255,.92);
    font-size: clamp(16px, 2vw, 21px);
    line-height: 1.58;
    max-width: 44ch;
}

.cctva-catalog__description p:last-child { margin-bottom: 0; }

.cctva-catalog__hero-bullets {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.cctva-catalog__hero-bullets li {
    position: relative;
    padding-left: 28px;
    color: rgba(255,255,255,.84);
    font-weight: 600;
}

.cctva-catalog__hero-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff6b78;
    font-weight: 800;
}

.cctva-catalog__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.cctva-catalog__hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    font-weight: 800;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cctva-catalog__hero-button--primary {
    background: linear-gradient(135deg, #d61f2c, #8f1018);
    border-color: transparent;
    box-shadow: 0 16px 32px rgba(214,31,44,.28);
}

.cctva-catalog__hero-button--secondary {
    background: rgba(255,255,255,.06);
}

.cctva-catalog__hero-button--ghost {
    background: transparent;
}

.cctva-catalog__quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.cctva-catalog__quick-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cctva-catalog__chips,
.cctva-catalog__hero-meta,
.cctva-catalog__active-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cctva-catalog__chips { margin-top: 22px; }

.cctva-catalog__chip,
.cctva-catalog__active-chip,
.cctva-catalog__active-clear,
.cctva-catalog__filters-clear {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.cctva-catalog__hero-panel {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

.cctva-catalog__hero-stat-label { display:block; margin-bottom:8px; color:rgba(255,255,255,.7); font-size:13px; }
.cctva-catalog__hero-stat-value { display:block; color:#fff; font-size:clamp(34px,5vw,52px); line-height:1; }
.cctva-catalog__hero-meta span { padding:8px 10px; border-radius:999px; background:rgba(255,255,255,.06); }
.cctva-catalog__hero-panel-list { margin:18px 0 0; padding:0; list-style:none; display:grid; gap:10px; }
.cctva-catalog__hero-panel-list li { position:relative; padding-left:22px; color:rgba(255,255,255,.84); line-height:1.5; }
.cctva-catalog__hero-panel-list li::before { content:"•"; position:absolute; left:0; top:0; color:#ff6b78; }

.cctva-catalog__section-head { margin-bottom: 18px; }
.cctva-catalog__section-title { margin: 0; color: #fff; font-size: clamp(24px, 3vw, 32px); }
.cctva-catalog__section-description { margin: 10px 0 0; color: rgba(255,255,255,.78); line-height: 1.6; max-width: 72ch; }

.cctva-brand-seo {
    margin: 40px auto;
    max-width: 900px;
    padding: 28px 32px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.cctva-brand-seo h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.cctva-brand-seo p {
    opacity: 0.85;
    line-height: 1.5;
    color: rgba(255,255,255,.84);
}

.cctva-catalog__term-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cctva-catalog__term-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 210px;
    padding: 18px;
    align-items: flex-start;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.cctva-catalog__term-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 107, 120, .26);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
    box-shadow: 0 20px 38px rgba(0,0,0,.24);
}

.cctva-catalog__term-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cctva-catalog__term-badge--best-seller {
    background: rgba(255, 196, 80, .14);
    color: #ffd36c;
}

.cctva-catalog__term-badge--recommended {
    background: rgba(108, 203, 255, .14);
    color: #89dbff;
}

.cctva-catalog__term-badge--professional {
    background: rgba(255, 107, 120, .14);
    color: #ff98a2;
}

.cctva-catalog__term-badge--neutral {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.cctva-catalog__term-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(214,31,44,.26), rgba(255,255,255,.08));
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.cctva-catalog__term-label { color:#fff; font-size:20px; font-weight:700; }
.cctva-catalog__term-meta { color:#ff6b78; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.cctva-catalog__term-description { color:rgba(255,255,255,.76); line-height:1.6; }
.cctva-catalog__term-cta { margin-top:auto; color:#fff; font-size:14px; font-weight:700; }

.cctva-catalog-index {
    display: grid;
    gap: 24px;
}

.cctva-catalog-index__hero {
    display: grid;
    gap: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    background: radial-gradient(circle at top left, rgba(214, 31, 44, 0.18), transparent 30%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.05), transparent 34%), linear-gradient(135deg, rgba(15, 20, 27, 0.98), rgba(9, 12, 18, 0.98));
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

.cctva-catalog-index__hero-copy {
    display: grid;
    gap: 10px;
}

.cctva-catalog-index__hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cctva-catalog-index__hero-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255,255,255,.84);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cctva-catalog-index__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cctva-catalog-index__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
}

.cctva-catalog-index__panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.cctva-catalog-index__panel-head {
    display: grid;
    gap: 8px;
}

.cctva-catalog-index__panel-kicker {
    color: #ff8f99;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cctva-catalog-index__panel-title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 30px);
}

.cctva-catalog-index__panel-text,
.cctva-catalog-index__empty {
    margin: 0;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

.cctva-catalog-index__tree-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cctva-catalog-index__tree-list--root {
    gap: 16px;
}

.cctva-catalog-index__category-accordions {
    display: grid;
    gap: 14px;
}

.cctva-catalog-index__family {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
    overflow: hidden;
}

.cctva-catalog-index__family[open] {
    border-color: rgba(255, 107, 120, .18);
    box-shadow: 0 18px 34px rgba(0,0,0,.16);
}

.cctva-catalog-index__family-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    cursor: pointer;
    list-style: none;
}

.cctva-catalog-index__family-summary::-webkit-details-marker {
    display: none;
}

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

.cctva-catalog-index__family-link {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.cctva-catalog-index__family-subtext {
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.5;
}

.cctva-catalog-index__family-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.cctva-catalog-index__family-toggle {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
}

.cctva-catalog-index__family-toggle::before,
.cctva-catalog-index__family-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    border-radius: 999px;
    background: #ff9aa4;
    transform: translate(-50%, -50%);
}

.cctva-catalog-index__family-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .18s ease;
}

.cctva-catalog-index__family[open] .cctva-catalog-index__family-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.cctva-catalog-index__family > .cctva-catalog-index__tree-list--root {
    padding: 0 18px 18px;
}

.cctva-catalog-index__tree-item {
    display: grid;
    gap: 10px;
}

.cctva-catalog-index__tree-item--depth-1,
.cctva-catalog-index__tree-item--depth-2,
.cctva-catalog-index__tree-item--depth-3 {
    padding-left: 16px;
    border-left: 1px solid rgba(255,255,255,.08);
}

.cctva-catalog-index__tree-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.cctva-catalog-index__tree-link {
    color: #fff;
    font-weight: 700;
    line-height: 1.45;
}

.cctva-catalog-index__tree-item--depth-1 > .cctva-catalog-index__tree-row .cctva-catalog-index__tree-link {
    font-size: 15px;
}

.cctva-catalog-index__tree-item--depth-2 > .cctva-catalog-index__tree-row .cctva-catalog-index__tree-link,
.cctva-catalog-index__tree-item--depth-3 > .cctva-catalog-index__tree-row .cctva-catalog-index__tree-link {
    font-size: 14px;
    color: rgba(255,255,255,.86);
}

.cctva-catalog-index__tree-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #ffb7be;
    font-size: 12px;
    font-weight: 800;
}

.cctva-catalog-index__brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cctva-catalog-index__brand-group {
    display: grid;
    gap: 12px;
}

.cctva-catalog-index__brand-group-label {
    color: rgba(255,255,255,.64);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cctva-catalog-index__brand-list--featured {
    gap: 14px;
}

.cctva-catalog-index__brand-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.cctva-catalog-index__brand-chip.is-featured {
    border-color: rgba(255, 107, 120, .26);
    background: linear-gradient(135deg, rgba(214,31,44,.18), rgba(255,255,255,.05));
    box-shadow: 0 16px 30px rgba(143,16,24,.16);
}

.cctva-catalog-index__brand-chip small {
    color: #ffb7be;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .cctva-catalog-index__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cctva-catalog-index {
        gap: 18px;
    }

    .cctva-catalog-index__hero,
    .cctva-catalog-index__panel {
        padding: 20px;
        border-radius: 22px;
    }

    .cctva-catalog-index__hero-meta {
        gap: 8px;
    }

    .cctva-catalog-index__hero-pill {
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
    }

    .cctva-catalog-index__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cctva-catalog-index__family-summary {
        align-items: flex-start;
        padding: 16px;
    }

    .cctva-catalog-index__family-link {
        font-size: 17px;
    }

    .cctva-catalog-index__family > .cctva-catalog-index__tree-list--root {
        padding: 0 16px 16px;
    }

    .cctva-catalog-index__brand-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .cctva-catalog-index__brand-chip {
        justify-content: space-between;
        min-width: 0;
        min-height: 44px;
        padding: 0 12px;
    }
}

@media (max-width: 430px) {
    .cctva-catalog-index__brand-list {
        grid-template-columns: 1fr;
    }

    .cctva-catalog-index__tree-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .cctva-catalog-index__tree-count {
        min-height: 26px;
    }
}

.cctva-catalog-hub {
    position: relative;
    overflow: hidden;
}

.cctva-catalog-hub::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(214,31,44,.16), transparent 32%);
    pointer-events: none;
}

.cctva-catalog-hub > * {
    position: relative;
    z-index: 1;
}

.cctva-catalog-hub__start,
.cctva-catalog-hub__intro,
.cctva-catalog-hub__choice,
.cctva-catalog-hub__featured,
.cctva-catalog-hub__kits,
.cctva-catalog-hub__solutions,
.cctva-catalog-hub__quick-reco,
.cctva-catalog-hub__recommended,
.cctva-catalog-hub__support,
.cctva-catalog-hub__faq,
.cctva-catalog-hub__brands {
    padding: 28px;
}

.cctva-catalog-hub__microcopy {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cctva-catalog-hub__microcopy-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.92);
    font-size: 13px;
    font-weight: 700;
}

.cctva-catalog-hub__start-grid,
.cctva-catalog-hub__choice-grid,
.cctva-catalog-hub__featured-grid,
.cctva-catalog-hub__solutions-grid,
.cctva-catalog-hub__faq-list,
.cctva-catalog-hub__support-actions {
    display: grid;
    gap: 18px;
}

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

.cctva-catalog-hub__choice-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cctva-catalog-hub__start-card,
.cctva-catalog-hub__choice-card,
.cctva-catalog-hub__faq-item {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

.cctva-catalog-hub__start-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
    padding: 22px;
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.cctva-catalog-hub__start-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,.18);
    background: linear-gradient(135deg, rgba(214,31,44,.18), rgba(255,255,255,.04));
    box-shadow: 0 20px 38px rgba(0,0,0,.24);
}

.cctva-catalog-hub__start-icon {
    font-size: 32px;
    line-height: 1;
}

.cctva-catalog-hub__start-label {
    font-size: 22px;
    font-weight: 800;
}

.cctva-catalog-hub__start-description {
    color: rgba(255,255,255,.82);
    line-height: 1.6;
}

.cctva-catalog-hub__start-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: auto;
    padding: 0 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #d61f2c, #ff5d69);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.cctva-catalog-hub__choice-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.cctva-catalog-hub__choice-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,.16);
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
    box-shadow: 0 20px 38px rgba(0,0,0,.2);
}

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

.cctva-catalog-hub__solutions-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.cctva-catalog-hub__solutions-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,.03);
    overflow: hidden;
    font-size: 42px;
    text-decoration: none;
}

.cctva-catalog-hub__solutions-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,.16);
    box-shadow: 0 20px 38px rgba(0,0,0,.24);
}

.cctva-catalog-hub__solutions-card:hover .cctva-catalog-hub__solutions-image,
.cctva-catalog-hub__featured-media:hover {
    transform: scale(1.02);
}

.cctva-catalog-hub__solutions-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.cctva-catalog-hub__solutions-description {
    margin: 0;
    color: rgba(255,255,255,.8);
    line-height: 1.65;
}

.cctva-catalog-hub__solutions-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: auto;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d61f2c, #ff5d69);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.cctva-catalog-hub__solutions-button:hover,
.cctva-catalog-hub__start-cta:hover,
.cctva-catalog-hub__featured-button:hover,
.cctva-catalog-hub__quick-reco-button:hover,
.cctva-catalog__hero-button:hover,
.cctva-catalog__cta-button:hover {
    transform: translateY(-2px) scale(1.01);
    filter: brightness(1.08);
}

.cctva-catalog-hub__trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cctva-catalog-hub__trust-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 800;
}

.cctva-catalog__hero-urgency {
    margin: 14px 0 0;
    color: #ffb4ba;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.cctva-catalog-hub__quick-reco {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a, #020617);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.cctva-catalog-hub__quick-reco-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cctva-catalog-hub__quick-reco-target {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.cctva-catalog-hub__quick-reco-microcopy,
.cctva-catalog-hub__quick-reco-response {
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 14px;
    font-weight: 700;
}

.cctva-catalog-hub__quick-reco-actions {
    display: grid;
    gap: 12px;
}

.cctva-catalog-hub__quick-reco-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, filter .18s ease;
}

.cctva-catalog-hub__quick-reco-button--primary {
    background: linear-gradient(135deg, #d61f2c, #8f1018);
    color: #fff;
}

.cctva-catalog-hub__quick-reco-button--secondary {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    color: #fff;
}

.cctva-catalog-hub__featured-layout {
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
    gap: 24px;
    align-items: stretch;
}

.cctva-catalog-hub__featured-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}

.cctva-catalog-hub__featured-media img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    transition: transform .22s ease;
}

.cctva-catalog-hub__featured-layout:hover .cctva-catalog-hub__featured-media img {
    transform: scale(1.04);
}

.cctva-catalog-hub__featured-copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cctva-catalog-hub__featured-name {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    line-height: 1.25;
}

.cctva-catalog-hub__featured-price {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.cctva-catalog-hub__featured-price .price {
    color: inherit;
}

.cctva-catalog-hub__featured-urgency {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cctva-catalog-hub__featured-urgency li {
    color: rgba(255,255,255,.88);
    font-weight: 700;
}

.cctva-catalog-hub__featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cctva-catalog-hub__featured-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}

.cctva-catalog-hub__featured-button--primary {
    background: linear-gradient(135deg, #d61f2c, #8f1018);
}

.cctva-catalog-hub__featured-button--secondary {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}

.cctva-catalog-hub__featured-button--whatsapp {
    background: linear-gradient(135deg, #21a366, #12784a);
}

.cctva-catalog-hub__featured-status {
    margin: 0;
    color: #8bf3b6;
    font-size: 14px;
    font-weight: 800;
}

.cctva-catalog-hub__kits-card .cctva-catalog-hub__solutions-image {
    transition: transform .22s ease;
}

.cctva-catalog-hub__sticky-wrap {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 980;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.cctva-catalog-hub__choice-card h3,
.cctva-catalog-hub__faq-item summary {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.cctva-catalog-hub__choice-card p,
.cctva-catalog-hub__faq-item p {
    margin: 0;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

.cctva-catalog-hub__choice-cta {
    margin-top: auto;
    color: #ff9aa2;
    font-size: 14px;
    font-weight: 700;
}

.cctva-catalog-hub__sticky-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #21a366, #12784a);
    box-shadow: 0 18px 36px rgba(18, 120, 74, .34);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease;
}

.cctva-catalog-hub__sticky-cta--recommendation {
    background: linear-gradient(135deg, #d61f2c, #8f1018);
    box-shadow: 0 18px 36px rgba(143, 16, 24, .34);
}

body.cctva-catalog-sticky-ready .cctva-catalog-hub__sticky-cta--recommendation,
body.cctva-catalog-sticky-ready .cctva-catalog-hub__sticky-cta--whatsapp {
    opacity: 1;
    transform: translateY(0);
}

body.cctva-catalog-sticky-whatsapp .cctva-catalog-hub__sticky-cta--whatsapp {
    opacity: 1;
    transform: translateY(0);
}

.cctva-catalog-hub__support {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
    gap: 22px;
    align-items: center;
}

.cctva-catalog-hub__support-actions {
    grid-template-columns: 1fr;
}

.cctva-catalog-hub__support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}

.cctva-catalog-hub__support-button--primary {
    border-color: transparent;
    background: linear-gradient(135deg, #d61f2c, #8f1018);
}

.cctva-catalog-hub__support-button--secondary {
    background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
}

.cctva-catalog-hub__support-button--ghost {
    background: transparent;
}

.cctva-catalog-hub__faq-item {
    padding: 0;
}

.cctva-catalog-hub__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    margin: 0;
}

.cctva-catalog-hub__faq-item summary::-webkit-details-marker {
    display: none;
}

.cctva-catalog-hub__faq-item > div {
    padding: 0 20px 20px;
}

.cctva-catalog__layout {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.cctva-catalog__layout--full { grid-template-columns: minmax(0, 1fr); }
.cctva-catalog__mobile-toggle { display:none; margin:0 0 18px; padding:12px 18px; border:0; border-radius:999px; background:linear-gradient(135deg, #d61f2c, #8f1018); color:#fff; font-weight:700; }
.cctva-catalog__filters,
.cctva-catalog__results,
.cctva-catalog .products,
.cctva-catalog__pagination { min-width:0; }
.cctva-catalog__filters-inner,
.cctva-catalog__toolbar,
.cctva-catalog__active-filters,
.cctva-catalog .products,
.cctva-catalog__pagination,
.cctva-catalog__empty { padding:20px; }
.cctva-catalog__filters-inner { position:sticky; top:24px; }
.cctva-catalog__filters-head { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:18px; }
.cctva-catalog__filters-kicker { margin:0 0 6px; color:rgba(255,255,255,.58); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.cctva-catalog__filters-title { margin:0; color:#fff; font-size:22px; }
.cctva-catalog__filters-note { margin:0 0 18px; color:rgba(255,255,255,.72); line-height:1.6; }
.cctva-catalog__filters-close { display:none; align-items:center; justify-content:center; width:44px; height:44px; border:1px solid rgba(255,255,255,.08); border-radius:999px; background:rgba(255,255,255,.04); color:#fff; font-size:28px; line-height:1; flex:0 0 auto; }
.cctva-catalog__filters-actions,.cctva-catalog__active-filters { margin-bottom:18px; }
.cctva-catalog__filter-group + .cctva-catalog__filter-group { margin-top:12px; }
.cctva-catalog__filter-group { border:1px solid rgba(255,255,255,.06); border-radius:18px; background:rgba(255,255,255,.02); overflow:hidden; backdrop-filter: blur(6px); }
.cctva-catalog__filter-toggle { display:flex; align-items:center; justify-content:space-between; width:100%; padding:16px 18px; border:0; background:transparent; color:#eef3f8; font-size:15px; font-weight:700; text-align:left; }
.cctva-catalog__filter-body { display:none; padding:0 18px 18px; }
.cctva-catalog__filter-group.is-open .cctva-catalog__filter-body { display:block; }
.cctva-catalog__leaf-intro { margin:0 0 18px; padding:18px 20px; border:1px solid rgba(255,255,255,.08); border-radius:20px; background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); }
.cctva-catalog__leaf-intro-title { margin:0 0 8px; color:#fff; font-size:24px; }
.cctva-catalog__leaf-intro-text { margin:0; color:rgba(255,255,255,.76); line-height:1.6; }
.cctva-catalog__active-filters,
.cctva-catalog__toolbar { display:flex; justify-content:space-between; align-items:center; gap:18px; }
.cctva-catalog__toolbar { margin-bottom:20px; }
.cctva-catalog__toolbar-label,.cctva-catalog__toolbar-count { margin:0; }
.cctva-catalog__toolbar-label { margin-bottom:8px; color:rgba(255,255,255,.58); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.cctva-catalog__toolbar-count { color:#fff; font-size:22px; font-weight:700; }
.cctva-catalog__toolbar-actions { display:flex; align-items:center; gap:12px; }
.cctva-catalog__toolbar-filter { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 16px; border:1px solid rgba(255,255,255,.1); border-radius:999px; background:rgba(255,255,255,.05); color:#fff; font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.cctva-catalog__toolbar-sort { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.82); min-width:0; }
.cctva-catalog__toolbar-sort .orderby { min-width:220px; max-width:100%; padding:12px 14px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:#0b1017; color:#fff; }

.cctva-catalog .products { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:18px; padding:18px; list-style:none; }
.cctva-catalog .products::before,
.cctva-catalog .products::after { display:none; }
.cctva-catalog .products li.product { display:flex; flex-direction:column; width:100% !important; height:100%; margin:0 !important; float:none !important; padding:16px; border-radius:22px; background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.06); box-shadow:0 16px 34px rgba(0,0,0,.14); overflow:hidden; transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.cctva-catalog .products li.product:hover { transform:translateY(-3px); border-color:rgba(255, 107, 120, .24); box-shadow:0 22px 38px rgba(0,0,0,.2); }
.cctva-catalog .products li.product > a:first-child { display:flex; flex-direction:column; flex:1 1 auto; min-width:0; text-decoration:none; }
.cctva-catalog .products li.product .cctva-product-card__media { position:relative; margin-bottom:12px; }
.cctva-catalog .products li.product .cctva-fav-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(239, 68, 68, 0.26);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(17, 21, 30, 0.96) 0%, rgba(8, 11, 17, 0.98) 100%);
    color: #f8fafc;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(10px);
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.cctva-catalog .products li.product .cctva-fav-toggle:hover,
.cctva-catalog .products li.product .cctva-fav-toggle:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(248, 113, 113, 0.56);
    color: #fff5f5;
    box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 0 1px rgba(248, 113, 113, 0.12) inset, 0 0 18px rgba(239, 68, 68, 0.18);
}
.cctva-catalog .products li.product .cctva-fav-toggle.is-active {
    color: #ffd5d9;
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.32) 0%, rgba(127, 29, 29, 0.54) 100%);
    border-color: rgba(248, 113, 113, 0.68);
    box-shadow: 0 12px 26px rgba(0,0,0,.28), 0 0 0 1px rgba(248, 113, 113, 0.14) inset, 0 0 20px rgba(239, 68, 68, 0.22);
}
.cctva-catalog .products li.product .cctva-fav-toggle.is-active .cctva-fav-toggle__icon svg path {
    fill: currentColor;
}
.cctva-catalog .products li.product .cctva-fav-toggle__icon,
.cctva-catalog .products li.product .cctva-fav-toggle__icon svg {
    display: inline-flex;
    width: 19px;
    height: 19px;
}

.cctva-home-v2__product-favorite.cctva-fav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(239, 68, 68, 0.26);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(17, 21, 30, 0.96) 0%, rgba(8, 11, 17, 0.98) 100%);
    color: #f8fafc;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(10px);
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.cctva-home-v2__product-favorite.cctva-fav-toggle:hover,
.cctva-home-v2__product-favorite.cctva-fav-toggle:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(248, 113, 113, 0.56);
    color: #fff5f5;
    box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 0 1px rgba(248, 113, 113, 0.12) inset, 0 0 18px rgba(239, 68, 68, 0.18);
}

.cctva-home-v2__product-favorite.cctva-fav-toggle.is-active {
    color: #ffd5d9;
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.32) 0%, rgba(127, 29, 29, 0.54) 100%);
    border-color: rgba(248, 113, 113, 0.68);
    box-shadow: 0 12px 26px rgba(0,0,0,.28), 0 0 0 1px rgba(248, 113, 113, 0.14) inset, 0 0 20px rgba(239, 68, 68, 0.22);
}

.cctva-home-v2__product-favorite.cctva-fav-toggle.is-active .cctva-fav-toggle__icon svg path {
    fill: currentColor;
}

.cctva-home-v2__product-favorite.cctva-fav-toggle .cctva-fav-toggle__icon,
.cctva-home-v2__product-favorite.cctva-fav-toggle .cctva-fav-toggle__icon svg {
    display: inline-flex;
    width: 19px;
    height: 19px;
}

@media (max-width: 767px) {
    .cctva-catalog .products li.product .cctva-fav-toggle,
    .cctva-home-v2__product-favorite.cctva-fav-toggle {
        width: 38px;
        height: 38px;
    }

    .cctva-catalog .products li.product .cctva-fav-toggle__icon,
    .cctva-catalog .products li.product .cctva-fav-toggle__icon svg,
    .cctva-home-v2__product-favorite.cctva-fav-toggle .cctva-fav-toggle__icon,
    .cctva-home-v2__product-favorite.cctva-fav-toggle .cctva-fav-toggle__icon svg {
        width: 17px;
        height: 17px;
    }
}
.cctva-catalog .products li.product .cctva-product-card__image-wrap { display:flex; align-items:center; justify-content:center; aspect-ratio:1 / 1; min-height:220px; padding:14px; border-radius:18px; background:linear-gradient(180deg, rgba(9,12,18,.94) 0%, rgba(17,22,30,.94) 100%); border:1px solid rgba(255,255,255,.05); overflow:hidden; }
.cctva-catalog .products li.product .cctva-product-card__image-wrap img,
.cctva-catalog .products li.product a img { display:block; width:100%; height:100%; max-width:100%; max-height:100%; margin:0; object-fit:contain; object-position:center; }
.cctva-catalog .products li.product .woocommerce-loop-product__title { display:-webkit-box; min-height:3.75em; margin:0 0 10px; overflow:hidden; line-clamp:3; -webkit-box-orient:vertical; -webkit-line-clamp:3; font-size:15px; line-height:1.45; }
.cctva-catalog .products li.product .price,
.cctva-catalog .products li.product .cctva-product-iva { flex:0 0 auto; }
.cctva-catalog .products li.product .cctva-product-iva { margin-top:4px; color:rgba(255,255,255,.56); font-size:12px; }
.cctva-catalog .products li.product .button { margin-top:auto; width:100%; }
.cctva-catalog .products li.product .button + .button,
.cctva-catalog .products li.product .add_to_cart_button + .added_to_cart,
.cctva-catalog .products li.product .add_to_cart_button + .wc-forward,
.cctva-catalog .products li.product .button + .added_to_cart,
.cctva-catalog .products li.product .button + .wc-forward,
.products .product .button + .button,
.products .product .add_to_cart_button + .added_to_cart,
.products .product .add_to_cart_button + .wc-forward {
  margin-top: 12px;
}

.cctva-catalog .products li.product .added_to_cart,
.cctva-catalog .products li.product .wc-forward,
.products .product .added_to_cart,
.products .product .wc-forward {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.cctva-catalog .woocommerce-loop-product__title,
.cctva-catalog .price,
.cctva-catalog .cctva-product-iva,
.cctva-catalog .button,
.cctva-catalog .woocommerce-result-count,
.cctva-catalog .page-numbers a,
.cctva-catalog .page-numbers span { color:#fff; }
.cctva-catalog .price { font-size:22px; font-weight:800; }
.cctva-catalog .button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; border-radius:14px; background:linear-gradient(135deg, #d61f2c, #8f1018); border:0; font-weight:800; letter-spacing:.04em; }
.cctva-catalog__pagination { margin-top:20px; }
.cctva-catalog__pagination .woocommerce-pagination,
.cctva-catalog__pagination nav { margin:0; }
.cctva-catalog .page-numbers { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; padding:0; margin:0; list-style:none; }
.cctva-catalog .page-numbers a,
.cctva-catalog .page-numbers span { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; padding:0 14px; border-radius:12px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); }
.cctva-catalog .page-numbers .current { background:linear-gradient(135deg, #d61f2c, #8f1018); border-color:transparent; }
.cctva-catalog__backdrop { position:fixed; inset:0; background:rgba(5,8,12,.72); z-index:999; }
body.cctva-catalog-panel-open { overflow:hidden; }
.cctva-catalog__empty-title { margin:0 0 8px; color:#fff; font-size:22px; font-weight:700; }
.cctva-catalog__empty-text { margin:0; color:rgba(255,255,255,.78); line-height:1.6; }

.cctva-catalog__module--leaf-grid .cctva-catalog__pagination {
    padding-top: 18px;
    padding-bottom: 26px;
}
.cctva-catalog__cta { display:flex; justify-content:space-between; align-items:center; gap:24px; padding:24px; }
.cctva-catalog__cta-title { margin:0 0 12px; color:#fff; font-size:clamp(24px, 3vw, 34px); }
.cctva-catalog__cta-text { margin:0; color:rgba(255,255,255,.78); max-width:72ch; }
.cctva-catalog__cta-actions { display:flex; gap:12px; flex-wrap:wrap; }
.cctva-catalog__cta-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 18px; border-radius:14px; font-weight:700; color:#fff; }
.cctva-catalog__cta-button--primary { background:linear-gradient(135deg, #d61f2c, #8f1018); box-shadow:0 16px 32px rgba(214,31,44,.26); }
.cctva-catalog__cta-button--secondary { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.04); }

.cctva-catalog-leaf__whats-here,
.cctva-catalog-leaf__faq,
.cctva-catalog-leaf__backlinks { padding:24px; }

.cctva-catalog-leaf__what-grid,
.cctva-catalog-leaf__backlinks-grid,
.cctva-catalog-leaf__faq-list { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; }

.cctva-catalog-leaf__what-card,
.cctva-catalog-leaf__backlink-card,
.cctva-catalog-leaf__faq-item { padding:20px; border:1px solid rgba(255,255,255,.08); border-radius:20px; background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); box-shadow:0 14px 28px rgba(0,0,0,.14); }

.cctva-catalog-leaf__what-card p,
.cctva-catalog-leaf__faq-item p { margin:0; color:rgba(255,255,255,.8); line-height:1.6; }

.cctva-catalog-leaf__faq-item h3,
.cctva-catalog-leaf__backlink-card strong { margin:0 0 10px; color:#fff; font-size:18px; display:block; }

.cctva-catalog-leaf__backlink-card span { display:block; margin-bottom:8px; color:#ff98a2; font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }

.cctva-catalog__module--leaf-grid .cctva-catalog__filters-inner { border-color:rgba(255,255,255,.1); background:linear-gradient(180deg, #101720 0%, #0b1017 100%); }
.cctva-catalog__module--leaf-grid .cctva-catalog__filter-group { background:rgba(255,255,255,.03); }
.cctva-catalog__module--leaf-grid .products li.product { border-color:rgba(255,255,255,.09); background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.cctva-catalog__module--leaf-grid .products li.product:hover { transform:translateY(-4px); border-color:rgba(255,255,255,.16); box-shadow:0 22px 40px rgba(0,0,0,.22); }
.cctva-catalog__conversion-card { display:flex; }
.cctva-catalog__conversion-card-inner { display:flex; flex-direction:column; justify-content:center; width:100%; min-height:100%; padding:8px 2px; }
.cctva-catalog__conversion-badge { display:inline-flex; align-self:flex-start; margin-bottom:12px; padding:6px 10px; border-radius:999px; background:rgba(34,197,94,.14); border:1px solid rgba(34,197,94,.22); color:#d7ffe5; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cctva-catalog__conversion-title { margin:0 0 10px; color:#fff; font-size:22px; line-height:1.2; }
.cctva-catalog__conversion-text { margin:0 0 16px; color:rgba(255,255,255,.78); line-height:1.6; }
.cctva-catalog__conversion-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 18px; border-radius:14px; color:#fff; font-weight:800; text-decoration:none; background:linear-gradient(135deg, #22c55e, #15803d); box-shadow:0 16px 28px rgba(21,128,61,.22); }

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

@media (min-width: 1280px) {
    .cctva-catalog__hero,
    .cctva-catalog__module {
        width: min(1340px, calc(100% - 40px));
    }
}

@media (min-width: 1440px) {
    .cctva-catalog__hero,
    .cctva-catalog__module {
        width: min(1420px, calc(100% - 56px));
    }
}

@media (max-width: 1180px) {
    .cctva-catalog .products { grid-template-columns:repeat(3, minmax(0,1fr)); }
    .cctva-catalog__term-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
    .cctva-catalog__layout,
    .cctva-catalog-hub__featured-layout,
    .cctva-catalog-hub__choice-grid { grid-template-columns:repeat(2, minmax(0,1fr)); }
    .cctva-catalog-hub__choice-grid { grid-template-columns:repeat(2, minmax(0,1fr)); }
    .cctva-catalog-leaf__what-grid,
    .cctva-catalog-leaf__backlinks-grid,
    .cctva-catalog-leaf__faq-list,
    .cctva-catalog-hub__start-grid,
    .cctva-catalog-hub__solutions-grid,
    .cctva-catalog-hub__featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .cctva-catalog__hero-grid,
    .cctva-catalog__layout,
    .cctva-catalog-hub__support,
    .cctva-catalog-hub__featured-layout { grid-template-columns:1fr; }
    .cctva-catalog__mobile-toggle,
    .cctva-catalog__filters-close { display:inline-flex; }
    .cctva-catalog__filters { position:fixed; top:0; left:0; bottom:0; width:min(92vw, 380px); z-index:1000; transform:translateX(-100%); transition:transform .24s ease; }
    .cctva-catalog__filters.is-open { transform:translateX(0); }
    .cctva-catalog__filters-inner { height:100%; overflow:auto; border-radius:0 24px 24px 0; }
    .cctva-catalog__toolbar,
    .cctva-catalog__active-filters,
    .cctva-catalog__cta { flex-direction:column; align-items:stretch; }
    .cctva-catalog__toolbar-actions { flex-direction:column; align-items:stretch; }
    .cctva-catalog__toolbar-sort { flex-direction:column; align-items:stretch; }
    .cctva-catalog__toolbar-sort .orderby { width:100%; min-width:0; }
    .cctva-catalog__hero-actions { flex-direction: column; align-items: stretch; }
    .cctva-catalog__quick-links { margin-bottom: 14px; }
    .cctva-catalog-leaf__what-grid,
    .cctva-catalog-leaf__backlinks-grid,
    .cctva-catalog-leaf__faq-list { grid-template-columns:1fr; }
    .cctva-catalog .products { grid-template-columns:repeat(2, minmax(0,1fr)); }
    .cctva-catalog__term-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
}

@media (max-width: 640px) {
    .cctva-catalog__hero,
    .cctva-catalog__module { width:min(100% - 24px, 100%); }
    .cctva-catalog__hero-inner,
    .cctva-catalog__toolbar,
    .cctva-catalog__active-filters,
    .cctva-catalog .products,
    .cctva-catalog__pagination,
    .cctva-catalog__empty,
    .cctva-catalog__filters-inner,
    .cctva-catalog__term-card,
    .cctva-catalog__cta { padding:16px; }
    .cctva-catalog__hero-inner { padding: 22px; }
    .cctva-catalog__title { font-size: 2rem; }
    .cctva-catalog__hero-subtitle { font-size: 18px; }
    .cctva-catalog__hero-button,
    .cctva-catalog__cta-button { width: 100%; }
    .cctva-catalog__mobile-toggle,
    .cctva-catalog__toolbar-filter { min-height: 46px; }
    .cctva-catalog__toolbar-count { font-size: 20px; }
    .cctva-catalog__active-filters { gap: 12px; }
    .cctva-catalog__pagination { padding-bottom: 34px; }
    .cctva-catalog .page-numbers { gap: 8px; justify-content: flex-start; }
    .cctva-catalog .page-numbers a,
    .cctva-catalog .page-numbers span { min-width: 40px; min-height: 40px; padding: 0 12px; }
    .cctva-catalog .products,
    .cctva-catalog-leaf__what-grid,
    .cctva-catalog-leaf__backlinks-grid,
    .cctva-catalog-leaf__faq-list,
    .cctva-catalog__term-grid,
    .cctva-catalog-hub__start-grid,
    .cctva-catalog-hub__solutions-grid,
    .cctva-catalog-hub__featured-grid,
    .cctva-catalog-hub__choice-grid { grid-template-columns:1fr; }
    .cctva-catalog__term-grid,
    .cctva-catalog .products { grid-template-columns:repeat(2, minmax(0,1fr)); }
    .cctva-catalog .products li.product { padding: 14px; }
    .cctva-catalog .products li.product .cctva-product-card__image-wrap { min-height: 180px; }
    .cctva-brand-seo { padding: 22px; }
    .cctva-catalog-leaf__whats-here,
    .cctva-catalog-leaf__faq,
    .cctva-catalog-leaf__backlinks,
    .cctva-catalog-hub__start,
    .cctva-catalog-hub__intro,
    .cctva-catalog-hub__choice,
    .cctva-catalog-hub__featured,
    .cctva-catalog-hub__kits,
    .cctva-catalog-hub__solutions,
    .cctva-catalog-hub__quick-reco,
    .cctva-catalog-hub__recommended,
    .cctva-catalog-hub__support,
    .cctva-catalog-hub__faq,
    .cctva-catalog-hub__brands { padding: 20px; }
    .cctva-catalog-hub__quick-reco-button,
    .cctva-catalog__hero-button,
    .cctva-catalog__cta-button,
    .cctva-catalog-hub__featured-button,
    .cctva-catalog-hub__solutions-button,
    .cctva-catalog-hub__start-cta { width: 100%; }
    .cctva-catalog-hub__featured-actions { flex-direction: column; }
    .cctva-catalog-hub__sticky-wrap { display: flex; }
    .cctva-catalog-hub__sticky-cta { visibility: hidden; }
    body.cctva-catalog-sticky-ready .cctva-catalog-hub__sticky-cta--recommendation,
    body.cctva-catalog-sticky-whatsapp .cctva-catalog-hub__sticky-cta--whatsapp { visibility: visible; }
}

@media (max-width: 430px) {
    .cctva-catalog__hero,
    .cctva-catalog__module {
        width: min(100% - 16px, 100%);
    }

    .cctva-catalog__hero-inner,
    .cctva-catalog__toolbar,
    .cctva-catalog__active-filters,
    .cctva-catalog .products,
    .cctva-catalog__pagination,
    .cctva-catalog__empty,
    .cctva-catalog__filters-inner,
    .cctva-catalog__term-card,
    .cctva-catalog__cta {
        padding: 14px;
    }

    .cctva-catalog .products {
        gap: 10px;
    }

    .cctva-catalog .products li.product {
        padding: 10px;
        border-radius: 16px;
    }

    .cctva-catalog .products li.product .cctva-product-card__image-wrap {
        min-height: 144px;
    }

    .cctva-catalog .products li.product .woocommerce-loop-product__title {
        min-height: 3.2em;
        font-size: 0.82rem;
        line-height: 1.3;
    }

    .cctva-catalog-hub__sticky-wrap {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    .cctva-catalog-hub__sticky-cta {
        min-height: 50px;
        padding: 0 16px;
        font-size: 0.82rem;
    }
}

@media (max-width: 768px) {
    .cctva-catalog {
        padding-bottom: 28px;
    }

    .cctva-catalog__hero {
        margin-top: 14px;
        border-radius: 22px;
    }

    .cctva-catalog__hero-inner,
    .cctva-catalog__toolbar,
    .cctva-catalog__active-filters,
    .cctva-catalog .products,
    .cctva-catalog__pagination,
    .cctva-catalog__empty,
    .cctva-catalog__filters-inner,
    .cctva-catalog__term-card,
    .cctva-catalog__cta {
        border-radius: 20px;
    }

    .cctva-catalog__hero-inner {
        padding: 20px;
    }

    .cctva-catalog__title {
        font-size: 1.85rem;
        line-height: 1.08;
    }

    .cctva-catalog__description,
    .cctva-catalog__hero-subtitle {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .cctva-catalog__hero-bullets {
        gap: 8px;
        margin-bottom: 16px;
    }

    .cctva-catalog__hero-actions,
    .cctva-catalog__quick-links,
    .cctva-catalog__chips,
    .cctva-catalog__hero-meta,
    .cctva-catalog__active-list {
        gap: 8px;
    }

    .cctva-catalog__hero-button,
    .cctva-catalog__quick-link,
    .cctva-catalog__toolbar-filter,
    .cctva-catalog__mobile-toggle,
    .cctva-catalog__cta-button {
        min-height: 42px;
    }

    .cctva-catalog__layout {
        gap: 18px;
    }

    .cctva-catalog__filters {
        width: min(92vw, 360px);
        z-index: 1005;
    }

    .cctva-catalog__filters-inner {
        padding: 16px;
        border-radius: 0 20px 20px 0;
    }

    .cctva-catalog__filters-head {
        margin-bottom: 14px;
    }

    .cctva-catalog__toolbar {
        gap: 12px;
        margin-bottom: 14px;
    }

    .cctva-catalog__toolbar-count {
        font-size: 1.05rem;
    }

    .cctva-catalog .products {
        gap: 12px;
        padding: 14px;
    }

    .cctva-catalog .products li.product {
        padding: 12px;
        border-radius: 18px;
    }

    .cctva-catalog .products li.product .cctva-product-card__image-wrap {
        min-height: 156px;
        border-radius: 14px;
    }

    .cctva-catalog .products li.product .woocommerce-loop-product__title {
        min-height: 3.45em;
        font-size: 0.88rem;
        line-height: 1.35;
    }

    .cctva-catalog .price {
        font-size: 1.05rem;
    }

    .cctva-catalog .button,
    .cctva-catalog .products li.product .button,
    .cctva-catalog .products li.product .added_to_cart,
    .cctva-catalog .products li.product .wc-forward {
        min-height: 42px;
    }

    .cctva-catalog__pagination {
        padding-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .cctva-catalog__hero,
    .cctva-catalog__module {
        width: min(100% - 16px, 100%);
        margin-bottom: 18px;
    }

    .cctva-catalog__hero {
        border-radius: 18px;
    }

    .cctva-catalog__hero-inner,
    .cctva-catalog__toolbar,
    .cctva-catalog__active-filters,
    .cctva-catalog .products,
    .cctva-catalog__pagination,
    .cctva-catalog__empty,
    .cctva-catalog__filters-inner,
    .cctva-catalog__term-card,
    .cctva-catalog__cta {
        padding: 14px;
        border-radius: 16px;
    }

    .cctva-catalog__title {
        font-size: 1.6rem;
    }

    .cctva-catalog__description,
    .cctva-catalog__hero-subtitle,
    .cctva-catalog__leaf-intro-text,
    .cctva-catalog__term-description {
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .cctva-catalog__hero-button,
    .cctva-catalog__cta-button,
    .cctva-catalog__toolbar-filter,
    .cctva-catalog__mobile-toggle {
        width: 100%;
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.7rem;
    }

    .cctva-catalog__filters {
        width: min(94vw, 320px);
    }

    .cctva-catalog .products,
    .cctva-catalog__term-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cctva-catalog .products li.product {
        padding: 10px;
        border-radius: 16px;
    }

    .cctva-catalog .products li.product .cctva-product-card__image-wrap {
        min-height: 128px;
        padding: 10px;
    }

    .cctva-catalog .products li.product .woocommerce-loop-product__title {
        min-height: 3.2em;
        font-size: 0.82rem;
    }

    .cctva-catalog .price {
        font-size: 0.98rem;
    }

    .cctva-catalog .button,
    .cctva-catalog .products li.product .button,
    .cctva-catalog .products li.product .added_to_cart,
    .cctva-catalog .products li.product .wc-forward {
        min-height: 40px;
        font-size: 0.72rem;
    }

    .cctva-catalog .page-numbers {
        justify-content: center;
    }

    .cctva-catalog .page-numbers a,
    .cctva-catalog .page-numbers span {
        min-width: 36px;
        min-height: 36px;
        padding: 0 10px;
    }

    .cctva-catalog__leaf-intro,
    .cctva-catalog-leaf__whats-here,
    .cctva-catalog-leaf__faq,
    .cctva-catalog-leaf__backlinks {
        padding: 16px;
    }
}
