:root {
    --cctva-home-v2-bg: #050505;
    --cctva-home-v2-bg-soft: #0b0b0b;
    --cctva-home-v2-panel: #111111;
    --cctva-home-v2-panel-alt: #151515;
    --cctva-home-v2-border: rgba(255, 255, 255, 0.08);
    --cctva-home-v2-border-strong: rgba(255, 255, 255, 0.12);
    --cctva-home-v2-red: #d90429;
    --cctva-home-v2-red-strong: #ff1e1e;
    --cctva-home-v2-text: #ffffff;
    --cctva-home-v2-text-soft: #d1d5db;
    --cctva-home-v2-text-muted: #9ca3af;
    --cctva-home-v2-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
    --cctva-home-v2-shadow-hover: 0 28px 56px rgba(0, 0, 0, 0.36);
    --cctva-home-v2-radius-xl: 30px;
    --cctva-home-v2-radius-lg: 24px;
    --cctva-home-v2-radius-md: 18px;
    --cctva-home-v2-radius-sm: 14px;
}

.home .cctva-main,
.blog.home .cctva-main,
.page-template-default.home .cctva-main {
    width: min(100% - 40px, 1560px);
}

.cctva-home-v2 {
    display: grid;
    gap: 20px;
    color: var(--cctva-home-v2-text);
}

.cctva-home-v2__section {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cctva-home-v2-border);
    border-radius: var(--cctva-home-v2-radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 20%),
        radial-gradient(460px 220px at 0% 0%, rgba(217, 4, 41, 0.18), transparent 60%),
        radial-gradient(420px 240px at 100% 100%, rgba(65, 65, 65, 0.16), transparent 60%),
        linear-gradient(180deg, rgba(14, 14, 14, 0.98) 0%, rgba(6, 6, 6, 0.99) 100%);
    box-shadow: var(--cctva-home-v2-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cctva-home-v2__section-body {
    padding: 28px;
}

.cctva-home-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 30, 30, 0.22);
    border-radius: 999px;
    background: rgba(217, 4, 41, 0.12);
    color: #ffd7de;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-home-v2__section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.cctva-home-v2__section-copy {
    max-width: 760px;
}

.cctva-home-v2__title {
    margin: 12px 0 0;
    font-size: clamp(1.6rem, 2.2vw, 2.26rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.cctva-home-v2__text {
    margin: 12px 0 0;
    color: var(--cctva-home-v2-text-soft);
    font-size: 0.98rem;
    line-height: 1.72;
}

.cctva-home-v2__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 24px;
    padding: 30px;
    min-height: 460px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 26%),
        radial-gradient(760px 420px at 0% 0%, rgba(217, 4, 41, 0.24), transparent 60%),
        radial-gradient(440px 240px at 16% 14%, rgba(255, 30, 30, 0.08), transparent 60%),
        radial-gradient(520px 280px at 100% 100%, rgba(60, 60, 60, 0.18), transparent 58%),
        linear-gradient(180deg, rgba(17, 17, 17, 0.99) 0%, rgba(5, 5, 5, 1) 100%);
}

.cctva-home-v2__hero-title {
    margin: 14px 0 12px;
    max-width: 11ch;
    font-size: clamp(2.25rem, 4vw, 4.25rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.cctva-home-v2__hero-text {
    max-width: 52ch;
    margin: 0;
    color: var(--cctva-home-v2-text-soft);
    font-size: 0.96rem;
    line-height: 1.62;
}

.cctva-home-v2__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cctva-home-v2__button,
.cctva-home-v2__mini-link,
.cctva-home-v2__card-link,
.cctva-home-v2__section-link,
.cctva-home-v2__product-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cctva-home-v2__button:hover,
.cctva-home-v2__mini-link:hover,
.cctva-home-v2__card-link:hover,
.cctva-home-v2__section-link:hover,
.cctva-home-v2__product-cart:hover {
    transform: translateY(-2px);
}

.cctva-home-v2__button {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 15px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-home-v2__button--primary,
.cctva-home-v2__product-cart {
    border: 0;
    background: linear-gradient(180deg, var(--cctva-home-v2-red-strong) 0%, var(--cctva-home-v2-red) 46%, #8d021b 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(217, 4, 41, 0.22);
}

.cctva-home-v2__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: var(--cctva-home-v2-text);
}

.cctva-home-v2__button--ghost {
    border: 1px solid rgba(255, 30, 30, 0.18);
    background: rgba(217, 4, 41, 0.09);
    color: #ffe4e8;
}

.cctva-home-v2__hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.cctva-home-v2__hero-point,
.cctva-home-v2__footer-newsletter,
.cctva-home-v2__footer-social {
    border: 1px solid var(--cctva-home-v2-border);
    border-radius: var(--cctva-home-v2-radius-md);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cctva-home-v2__hero-point {
    padding: 14px;
}

.cctva-home-v2__hero-point strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.89rem;
}

.cctva-home-v2__hero-point span {
    display: block;
    color: var(--cctva-home-v2-text-muted);
    font-size: 0.79rem;
    line-height: 1.5;
}

.cctva-home-v2__hero-visual {
    display: grid;
    gap: 16px;
}

.cctva-home-v2__hero-stage {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid var(--cctva-home-v2-border-strong);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 30%),
        radial-gradient(220px 140px at 18% 16%, rgba(255, 30, 30, 0.22), transparent 60%),
        radial-gradient(320px 180px at 86% 80%, rgba(60, 60, 60, 0.26), transparent 64%),
        linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(8, 8, 8, 0.99) 100%);
}

.cctva-home-v2__hero-stage::before,
.cctva-home-v2__hero-stage::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
}

.cctva-home-v2__hero-stage::before {
    width: 220px;
    height: 220px;
    top: -40px;
    right: -60px;
    background: radial-gradient(circle, rgba(255, 30, 30, 0.22) 0%, rgba(255, 30, 30, 0) 70%);
}

.cctva-home-v2__hero-stage::after {
    width: 260px;
    height: 260px;
    bottom: -100px;
    left: -80px;
    background: radial-gradient(circle, rgba(217, 4, 41, 0.18) 0%, rgba(217, 4, 41, 0) 70%);
}

.cctva-home-v2__hero-stage-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
    height: 100%;
}

.cctva-home-v2__hero-stage-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 138px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 18%),
        linear-gradient(180deg, rgba(31, 31, 31, 0.86) 0%, rgba(11, 11, 11, 0.94) 100%);
}

.cctva-home-v2__hero-stage-card--large {
    grid-column: span 2;
    min-height: 180px;
}

.cctva-home-v2__hero-stage-card span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin-bottom: auto;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(217, 4, 41, 0.16);
    color: #ffe3e8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-home-v2__hero-stage-card strong {
    display: block;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.26;
}

.cctva-home-v2__hero-stage-card small {
    display: block;
    margin-top: 6px;
    color: var(--cctva-home-v2-text-muted);
    font-size: 0.8rem;
    line-height: 1.48;
}

.cctva-home-v2__categories-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.cctva-home-v2__category-card,
.cctva-home-v2__banner,
.cctva-home-v2__product-card,
.cctva-home-v2__brand-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cctva-home-v2-border);
    border-radius: var(--cctva-home-v2-radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(22, 22, 22, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
    box-shadow: var(--cctva-home-v2-shadow);
}

.cctva-home-v2__category-card:hover,
.cctva-home-v2__banner:hover,
.cctva-home-v2__product-card:hover,
.cctva-home-v2__brand-card:hover {
    border-color: rgba(255, 30, 30, 0.22);
    box-shadow: var(--cctva-home-v2-shadow-hover);
    transform: translateY(-2px);
}

.cctva-home-v2__category-card {
    display: flex;
    flex-direction: column;
    min-height: 214px;
    padding: 8px;
    color: inherit;
    text-decoration: none;
    border-color: rgba(255, 56, 56, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.026) 0%, rgba(255, 255, 255, 0) 16%),
        linear-gradient(180deg, rgba(26, 12, 14, 0.98) 0%, rgba(12, 9, 10, 0.98) 100%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 44, 44, 0.04) inset,
        0 0 28px rgba(170, 16, 16, 0.12);
}

.cctva-home-v2__category-card:hover {
    border-color: rgba(255, 82, 82, 0.34);
    box-shadow:
        0 22px 38px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 72, 72, 0.08) inset,
        0 0 36px rgba(196, 24, 24, 0.2);
}

.cctva-home-v2__category-media,
.cctva-home-v2__banner-media {
    position: relative;
    flex: 1 1 auto;
    min-height: 126px;
    border: 1px solid rgba(255, 68, 68, 0.12);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46)),
        radial-gradient(140px 90px at 18% 18%, rgba(255, 42, 42, 0.28), transparent 60%),
        radial-gradient(180px 120px at 86% 84%, rgba(105, 24, 24, 0.18), transparent 64%),
        linear-gradient(135deg, rgba(34, 16, 18, 0.98) 0%, rgba(12, 9, 10, 0.98) 100%);
}

.cctva-home-v2__category-overlay,
.cctva-home-v2__banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.14) 32%, rgba(0, 0, 0, 0.74) 100%),
        radial-gradient(140px 84px at 20% 16%, rgba(255, 58, 58, 0.16), transparent 60%);
}

.cctva-home-v2__category-shape,
.cctva-home-v2__banner-shape {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: radial-gradient(circle, rgba(255, 30, 30, 0.16) 0%, rgba(255, 30, 30, 0) 72%);
}

.cctva-home-v2__category-shape--a,
.cctva-home-v2__banner-shape--a {
    width: 88px;
    height: 88px;
    top: 12px;
    right: 10px;
}

.cctva-home-v2__category-shape--b,
.cctva-home-v2__banner-shape--b {
    width: 64px;
    height: 64px;
    left: 12px;
    bottom: 12px;
}

.cctva-home-v2__category-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 12px;
    gap: 8px;
}

.cctva-home-v2__category-chip,
.cctva-home-v2__banner-chip,
.cctva-home-v2__product-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f4e4e7;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-home-v2__category-title,
.cctva-home-v2__banner-title,
.cctva-home-v2__brand-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.24;
}

.cctva-home-v2__category-title {
    min-height: 2.3em;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.88rem;
    line-height: 1.18;
}

.cctva-home-v2__category-meta,
.cctva-home-v2__banner-text,
.cctva-home-v2__brand-text,
.cctva-home-v2__product-stock,
.cctva-home-v2__product-name {
    color: var(--cctva-home-v2-text-muted);
}

.cctva-home-v2__category-meta,
.cctva-home-v2__banner-text,
.cctva-home-v2__brand-text {
    font-size: 0.82rem;
    line-height: 1.5;
}

.cctva-home-v2__category-meta,
.cctva-home-v2__brand-text,
.cctva-home-v2__banner-text,
.cctva-home-v2__product-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.cctva-home-v2__category-meta,
.cctva-home-v2__brand-text,
.cctva-home-v2__banner-text {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.cctva-home-v2__category-chip {
    min-width: 0;
    min-height: 24px;
    padding: 0 8px;
    justify-content: center;
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    background: rgba(255, 70, 70, 0.1);
    border: 1px solid rgba(255, 84, 84, 0.12);
}

.cctva-home-v2__category-card .cctva-home-v2__category-chip {
    align-self: flex-start;
}

.cctva-home-v2__card-link,
.cctva-home-v2__section-link,
.cctva-home-v2__mini-link {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--cctva-home-v2-text);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cctva-home-v2__card-link {
    margin-top: 12px;
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    background: rgba(255, 58, 58, 0.08);
    border-color: rgba(255, 84, 84, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 52, 52, 0.03) inset;
}

.cctva-home-v2__category-card .cctva-home-v2__card-link {
    margin-top: auto;
}

.cctva-home-v2__category-card:hover .cctva-home-v2__card-link {
    background: rgba(255, 62, 62, 0.14);
    border-color: rgba(255, 98, 98, 0.24);
}

.cctva-home-v2__section-link--catalog-pill {
    background: linear-gradient(135deg, rgba(214, 31, 44, 0.18), rgba(255, 255, 255, 0.05));
    border-color: rgba(255, 92, 92, 0.22);
    box-shadow: 0 14px 28px rgba(120, 10, 18, 0.18);
}

.cctva-home-v2__section-link--catalog-pill:hover {
    border-color: rgba(255, 104, 104, 0.34);
    box-shadow: 0 18px 34px rgba(140, 12, 22, 0.24);
}

.cctva-home-v2__brands-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.cctva-home-v2__brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 148px;
    padding: 20px 18px;
    text-align: center;
    color: inherit;
    text-decoration: none;
}

.cctva-home-v2__brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: #fff;
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.cctva-home-v2__brand-title {
    display: none;
}

.cctva-home-v2__brand-text {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cctva-home-v2__products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.cctva-home-v2__product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 16px;
}

.cctva-home-v2__product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.cctva-home-v2__product-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(17, 21, 30, 0.96) 0%, rgba(8, 11, 17, 0.98) 100%);
    color: #f8fafc;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

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

.cctva-home-v2__product-favorite .cctva-fav-toggle__icon svg {
    color: currentColor;
}

.cctva-home-v2__product-favorite .cctva-fav-toggle__icon svg path {
    stroke: currentColor;
    fill: transparent;
}

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

@media (max-width: 767px) {
    .cctva-home-v2__product-favorite {
        width: 38px;
        height: 38px;
    }

    .cctva-home-v2__product-favorite .cctva-fav-toggle__icon,
    .cctva-home-v2__product-favorite .cctva-fav-toggle__icon svg {
        width: 17px;
        height: 17px;
    }
}

.cctva-home-v2__product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 176px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
}

.cctva-home-v2__product-media img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.cctva-home-v2__product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
}

.cctva-home-v2__product-name {
    color: var(--cctva-home-v2-text);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.42;
    text-decoration: none;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.cctva-home-v2__product-price {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.cctva-home-v2__product-price del,
.cctva-home-v2__product-price ins {
    color: inherit;
    text-decoration: none;
}

.cctva-home-v2__product-stock {
    font-size: 0.74rem;
    line-height: 1.4;
}

.cctva-home-v2__product-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    padding-top: 6px;
}

.cctva-home-v2__product-cart {
    min-height: 40px;
    border-radius: 14px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.cctva-home-v2__banner {
    display: flex;
    flex-direction: column;
    min-height: 236px;
    color: inherit;
    text-decoration: none;
}

.cctva-home-v2__banner-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
        gap: 12px;
    padding: 18px;
}

.home .cctva-footer {
    margin-top: 12px;
}

@media (max-width: 1280px) {
    .cctva-home-v2__categories-grid,
    .cctva-home-v2__products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 1180px) {
    .home .cctva-main,
    .blog.home .cctva-main,
    .page-template-default.home .cctva-main {
        width: min(100% - 30px, 1560px);
    }

    .cctva-home-v2__hero,
    .cctva-home-v2__section-head {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
    }

    .cctva-home-v2__hero {
        min-height: 0;
        gap: 18px;
        padding: 24px;
    }

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

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

@media (max-width: 767px) {
    .home .cctva-main,
    .blog.home .cctva-main,
    .page-template-default.home .cctva-main {
        width: min(100% - 20px, 1560px);
    }

    .cctva-home-v2 {
        gap: 12px;
    }

    .cctva-home-v2__section {
        border-radius: 22px;
    }

    .cctva-home-v2__hero,
    .cctva-home-v2__section-body {
        padding: 16px;
    }

    .cctva-home-v2__hero {
        gap: 14px;
        min-height: 0;
    }

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

    .cctva-home-v2__hero-title {
        max-width: none;
        font-size: 1.84rem;
        line-height: 1.02;
    }

    .cctva-home-v2__hero-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .cctva-home-v2__hero-actions,
    .cctva-home-v2__section-head {
        gap: 10px;
    }

    .cctva-home-v2__hero-actions {
        margin-top: 14px;
    }

    .cctva-home-v2__button,
    .cctva-home-v2__section-link,
    .cctva-home-v2__mini-link,
    .cctva-home-v2__product-cart {
        width: 100%;
        min-height: 42px;
    }

    .cctva-home-v2__hero-points,
    .cctva-home-v2__brands-grid,
    .cctva-home-v2__banners-grid {
        grid-template-columns: 1fr;
    }

    .cctva-home-v2__hero-points {
        grid-template-columns: 1fr;
        margin-top: 14px;
    }

    .cctva-home-v2__hero-stage-grid {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .cctva-home-v2__hero-stage {
        border-radius: 22px;
    }

    .cctva-home-v2__hero-stage-card,
    .cctva-home-v2__hero-stage-card--large {
        min-height: 118px;
        grid-column: auto;
    }

    .cctva-home-v2__categories-grid,
    .cctva-home-v2__products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .cctva-home-v2__category-card {
        min-height: 198px;
        padding: 12px;
        border-radius: 18px;
    }

    .cctva-home-v2__category-body {
        padding: 12px;
        gap: 8px;
    }

    .cctva-home-v2__category-title,
    .cctva-home-v2__banner-title,
    .cctva-home-v2__brand-title {
        font-size: 0.92rem;
        line-height: 1.3;
    }

    .cctva-home-v2__category-chip {
        min-width: 0;
        max-width: 100%;
    }

    .cctva-home-v2__category-media,
    .cctva-home-v2__banner {
        min-height: 0;
    }

    .cctva-home-v2__product-card {
        padding: 12px;
    }

    .cctva-home-v2__product-media {
        min-height: 136px;
    }

    .cctva-home-v2__brand-card,
    .cctva-home-v2__banner {
        min-height: 0;
        border-radius: 18px;
    }

    .cctva-home-v2__banner-body {
        padding: 14px;
        gap: 8px;
    }

    .cctva-home-v2__title {
        font-size: 1.3rem;
    }

    .cctva-home-v2__text,
    .cctva-home-v2__hero-text {
        font-size: 0.9rem;
    }

    .home .cctva-footer {
        margin-top: 8px;
    }

}

@media (max-width: 480px) {
    .home .cctva-main,
    .blog.home .cctva-main,
    .page-template-default.home .cctva-main {
        width: min(100% - 16px, 1560px);
    }

    .cctva-home-v2 {
        gap: 10px;
    }

    .cctva-home-v2__section {
        border-radius: 18px;
    }

    .cctva-home-v2__hero,
    .cctva-home-v2__section-body {
        padding: 14px;
    }

    .cctva-home-v2__hero-title {
        font-size: 1.6rem;
    }

    .cctva-home-v2__hero-text,
    .cctva-home-v2__text {
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .cctva-home-v2__eyebrow {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.64rem;
    }

    .cctva-home-v2__button {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.66rem;
    }

    .cctva-home-v2__categories-grid,
    .cctva-home-v2__products-grid,
    .cctva-home-v2__brands-grid,
    .cctva-home-v2__banners-grid {
        gap: 10px;
    }

    .cctva-home-v2__category-card {
        min-height: 182px;
        padding: 10px;
        border-radius: 16px;
    }

    .cctva-home-v2__category-body {
        padding: 10px;
    }

    .cctva-home-v2__category-media {
        min-height: 104px;
    }

    .cctva-home-v2__category-title,
    .cctva-home-v2__banner-title,
    .cctva-home-v2__brand-title {
        font-size: 0.86rem;
    }

    .cctva-home-v2__category-meta,
    .cctva-home-v2__banner-text,
    .cctva-home-v2__brand-text,
    .cctva-home-v2__product-name {
        font-size: 0.74rem;
        line-height: 1.4;
    }

    .cctva-home-v2__product-card,
    .cctva-home-v2__brand-card,
    .cctva-home-v2__banner {
        border-radius: 16px;
    }

    .cctva-home-v2__product-media {
        min-height: 118px;
    }

    .cctva-home-v2__banner-body {
        padding: 12px;
    }
}
