/* ============================================
   CATEGORIE PAGINA STYLES
   ============================================ */

/* Page container: gives in-content sections their horizontal padding.
   Full-bleed sections (.cat-hero, .cat-usp-bullets, .cat-buying-guide,
   .cat-reviews, .cat-slaaptest-cta) break out via negative margins. */
.nirwana-page--matrassen,
.nirwana-page--topdekmatrassen,
.nirwana-page--babymatrassen,
.nirwana-page--zorgmatrassen {
    padding: 0 40px;
    overflow-x: hidden;
}
.nirwana-page--matrassen > .cat-hero,
.nirwana-page--matrassen > .cat-usp-bullets,
.nirwana-page--matrassen > .cat-buying-guide,
.nirwana-page--matrassen > .cat-reviews,
.nirwana-page--matrassen > .cat-slaaptest-cta,
.nirwana-page--topdekmatrassen > .cat-hero,
.nirwana-page--topdekmatrassen > .cat-usp-bullets,
.nirwana-page--topdekmatrassen > .cat-buying-guide,
.nirwana-page--topdekmatrassen > .cat-reviews,
.nirwana-page--topdekmatrassen > .cat-slaaptest-cta,
.nirwana-page--babymatrassen > .cat-hero,
.nirwana-page--babymatrassen > .cat-usp-bullets,
.nirwana-page--babymatrassen > .cat-buying-guide,
.nirwana-page--babymatrassen > .cat-reviews,
.nirwana-page--babymatrassen > .cat-slaaptest-cta,
.nirwana-page--zorgmatrassen > .cat-hero,
.nirwana-page--zorgmatrassen > .cat-usp-bullets,
.nirwana-page--zorgmatrassen > .cat-buying-guide,
.nirwana-page--zorgmatrassen > .cat-reviews,
.nirwana-page--zorgmatrassen > .cat-slaaptest-cta {
    margin-left: -40px;
    margin-right: -40px;
}

@media (max-width: 768px) {
    .nirwana-page--matrassen,
    .nirwana-page--topdekmatrassen,
    .nirwana-page--babymatrassen,
    .nirwana-page--zorgmatrassen {
        padding: 0 20px;
    }
    .nirwana-page--matrassen > .cat-hero,
    .nirwana-page--matrassen > .cat-usp-bullets,
    .nirwana-page--matrassen > .cat-buying-guide,
    .nirwana-page--matrassen > .cat-reviews,
    .nirwana-page--matrassen > .cat-slaaptest-cta,
    .nirwana-page--topdekmatrassen > .cat-hero,
    .nirwana-page--topdekmatrassen > .cat-usp-bullets,
    .nirwana-page--topdekmatrassen > .cat-buying-guide,
    .nirwana-page--topdekmatrassen > .cat-reviews,
    .nirwana-page--topdekmatrassen > .cat-slaaptest-cta,
    .nirwana-page--babymatrassen > .cat-hero,
    .nirwana-page--babymatrassen > .cat-usp-bullets,
    .nirwana-page--babymatrassen > .cat-buying-guide,
    .nirwana-page--babymatrassen > .cat-reviews,
    .nirwana-page--babymatrassen > .cat-slaaptest-cta,
    .nirwana-page--zorgmatrassen > .cat-hero,
    .nirwana-page--zorgmatrassen > .cat-usp-bullets,
    .nirwana-page--zorgmatrassen > .cat-buying-guide,
    .nirwana-page--zorgmatrassen > .cat-reviews,
    .nirwana-page--zorgmatrassen > .cat-slaaptest-cta {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* Hero - Light Premium Split */
.cat-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 540px;
    background: #F9F7F4;
    margin: 0;
}
.cat-hero .left {
    padding: 70px 60px 60px;
    background: #F9F7F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.cat-hero .breadcrumb {
    font-size: 11px;
    color: #8B7355;
    margin-bottom: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cat-hero .breadcrumb span { color: #C4A57B; margin: 0 6px; }
.cat-hero .breadcrumb a { color: #8B7355; text-decoration: none; }
.cat-hero .breadcrumb a:hover { color: #2c2415; }
.cat-hero .eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    color: #8B7355;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    border: 1px solid #d8cfc0;
    border-radius: 20px;
    font-weight: 600;
}
.cat-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 84px;
    font-weight: 800;
    line-height: 0.95;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: #2c2415;
}
.cat-hero h1 em {
    color: #8B7355;
    font-style: italic;
    font-weight: 700;
}
.cat-hero .subtitle {
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 40px;
    max-width: 480px;
    line-height: 1.6;
}
.cat-hero .stats {
    display: flex;
    gap: 50px;
    padding-top: 30px;
    border-top: 1px solid #d8cfc0;
}
.cat-hero .stat strong {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #8B7355;
    display: block;
    font-weight: 700;
    line-height: 1;
}
.cat-hero .stat span {
    font-size: 11px;
    color: #999;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
}
.cat-hero .right {
    background: linear-gradient(135deg, #D4C4B0 0%, #8B7355 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.cat-hero .right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 30px,
        rgba(255,255,255,0.05) 30px,
        rgba(255,255,255,0.05) 60px
    );
}
.cat-hero .right .product-placeholder {
    font-size: 120px;
    opacity: 0.5;
    position: relative;
    color: white;
}
.cat-hero .right .badge-corner {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #2c2415;
    color: #D4AF87;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 4px;
    z-index: 2;
}

/* USP Bullets */
.cat-usp-bullets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: white;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 24px 40px;
}
.cat-usp-bullets .bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    border-right: 1px solid #f0e9dc;
    font-size: 13px;
}
.cat-usp-bullets .bullet:last-child { border-right: none; }
.cat-usp-bullets .icon {
    width: 36px;
    height: 36px;
    background: #F9F7F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B7355;
    font-size: 16px;
    flex-shrink: 0;
}
.cat-usp-bullets .text strong {
    display: block;
    color: #2c2415;
    font-weight: 700;
    font-size: 13px;
}
.cat-usp-bullets .text span {
    color: #999;
    font-size: 12px;
}

/* Main grid layout: filters + products */
.cat-main {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 40px 0;
}

/* Sidebar Filter */
.cat-filter-sidebar {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    align-self: start;
    position: sticky;
    top: 100px;
}
.cat-filter-sidebar .sidebar-header {
    background: #2c2415;
    color: white;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat-filter-sidebar .sidebar-header h4 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
}
.cat-filter-sidebar .clear-all {
    color: #D4AF87;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}
.cat-filter-sidebar .accordion {
    border-bottom: 1px solid #f0e9dc;
}
.cat-filter-sidebar .accordion:last-child { border-bottom: none; }
.cat-filter-sidebar .accordion-header {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2c2415;
    user-select: none;
}
.cat-filter-sidebar .accordion-header:hover {
    background: #faf8f4;
}
.cat-filter-sidebar .accordion-header .toggle {
    color: #8B7355;
    font-size: 18px;
    font-weight: 400;
}
.cat-filter-sidebar .accordion-content {
    padding: 0 20px 16px;
    display: none;
}
.cat-filter-sidebar .accordion.open .accordion-content {
    display: block;
}
.cat-filter-sidebar .accordion-content label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
    color: #5a5a5a;
    cursor: pointer;
    font-family: 'Crimson Text', serif;
}
.cat-filter-sidebar .accordion-content label:hover { color: #1a1a1a; }
.cat-filter-sidebar .accordion-content label > span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cat-filter-sidebar .accordion-content input[type=checkbox] {
    accent-color: #8B7355;
    width: 16px;
    height: 16px;
}
.cat-filter-sidebar .accordion-content .count {
    color: #bbb;
    font-size: 12px;
}
.cat-filter-sidebar .price-range {
    margin-top: 8px;
}
.cat-filter-sidebar .price-range input[type=range] {
    width: 100%;
    accent-color: #8B7355;
}
.cat-filter-sidebar .price-range .price-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

/* Products area: active filters + sort + grid */
.cat-products-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cat-active-bar {
    background: white;
    padding: 14px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.cat-active-bar .label {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.cat-active-bar .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F9F7F4;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #5a5a5a;
}
.cat-active-bar .chip .x {
    cursor: pointer;
    opacity: 0.5;
    font-size: 16px;
    line-height: 1;
}
.cat-active-bar .chip .x:hover { opacity: 1; color: #c44545; }
.cat-active-bar .clear-all-link {
    color: #8B7355;
    font-size: 12px;
    cursor: pointer;
    margin-left: auto;
    text-decoration: underline;
}

.cat-results-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}
.cat-results-bar .count {
    font-size: 14px;
    color: #5a5a5a;
}
.cat-results-bar .count strong { color: #2c2415; }
.cat-results-bar .sort {
    padding: 8px 14px;
    border: 1px solid #d8cfc0;
    border-radius: 6px;
    font-size: 13px;
    background: white;
    font-family: 'Crimson Text', serif;
    cursor: pointer;
    color: #2c2415;
}

/* Product Cards Grid (Variant 3 - spec overlay) */
.cat-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cat-card {
    background: white;
    overflow: hidden;
    border: 1px solid #f0e9dc;
    border-radius: 12px;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
}
.cat-card:hover {
    border-color: #C4A57B;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.cat-card .img {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #F9F7F4, #e5e5e5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #d4c4b0;
    position: relative;
    overflow: hidden;
}
.cat-card .specs-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    padding: 16px;
    display: flex;
    gap: 16px;
    color: white;
}
.cat-card .spec-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cat-card .spec-label {
    opacity: 0.7;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.cat-card .spec-value {
    font-weight: 700;
    font-size: 12px;
}
.cat-card .info { padding: 18px; }
.cat-card .name {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    margin-bottom: 6px;
    color: #1a1a1a;
    font-weight: 700;
}
.cat-card .meta {
    font-size: 12px;
    color: #8B7355;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.cat-card .price {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.cat-card .price small {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-left: 4px;
    font-family: 'Crimson Text', serif;
}

/* Section heading */
.cat-section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.cat-section-heading .eyebrow {
    font-size: 11px;
    color: #8B7355;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
}
.cat-section-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #2c2415;
    font-weight: 700;
    margin-bottom: 12px;
}
.cat-section-heading p {
    color: #5a5a5a;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Buying guide */
.cat-buying-guide {
    background: #F9F7F4;
    margin: 60px 0 0;
    padding: 80px 40px;
}
.cat-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.cat-guide-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    border: 1px solid #f0e9dc;
    transition: all 0.3s;
}
.cat-guide-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.cat-guide-card .num {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #8B7355;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: block;
}
.cat-guide-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #2c2415;
    margin-bottom: 12px;
}
.cat-guide-card p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.cat-guide-card a {
    color: #8B7355;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #8B7355;
    padding-bottom: 2px;
}
.cat-guide-card a:hover { color: #2c2415; border-color: #2c2415; }

/* Bestseller Carousel */
.cat-bestsellers {
    margin: 80px 0 0;
}
.cat-carousel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cat-bestseller-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0e9dc;
    transition: all 0.3s;
    position: relative;
}
.cat-bestseller-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.cat-bestseller-card .rank {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #2c2415;
    color: #D4AF87;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    z-index: 2;
}
.cat-bestseller-card .img {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #F9F7F4, #e5e5e5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #d4c4b0;
}
.cat-bestseller-card .info { padding: 18px; }
.cat-bestseller-card .rating {
    font-size: 13px;
    color: #D4AF87;
    margin-bottom: 6px;
}
.cat-bestseller-card .rating .count { color: #999; margin-left: 4px; }
.cat-bestseller-card .name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 4px;
    color: #1a1a1a;
}
.cat-bestseller-card .price {
    color: #8B7355;
    font-weight: 700;
    font-size: 17px;
}

/* Comparison table */
.cat-comparison {
    margin: 80px 0 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0e9dc;
}
.cat-comparison table {
    width: 100%;
    border-collapse: collapse;
}
.cat-comparison th,
.cat-comparison td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #f0e9dc;
    font-size: 14px;
}
.cat-comparison thead th {
    background: #F9F7F4;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #2c2415;
    font-size: 15px;
}
.cat-comparison tbody td:first-child {
    font-weight: 600;
    color: #2c2415;
    background: #fafaf7;
}
.cat-comparison tbody tr:hover {
    background: #faf8f4;
}
.cat-comparison .check { color: #4a7c59; font-weight: 700; font-size: 16px; }
.cat-comparison .cross { color: #c44545; font-weight: 700; font-size: 16px; }
.cat-comparison .star { color: #D4AF87; }

/* Reviews */
.cat-reviews {
    margin: 80px 0 0;
    background: #2c2415;
    padding: 80px 40px;
    color: white;
}
.cat-reviews .cat-section-heading h2 { color: white; }
.cat-reviews .cat-section-heading p { color: rgba(255,255,255,0.7); }
.cat-reviews .cat-section-heading .eyebrow { color: #D4AF87; }
.cat-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.cat-review {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,135,0.2);
    border-radius: 12px;
    padding: 28px;
}
.cat-review .stars { color: #D4AF87; margin-bottom: 14px; font-size: 16px; letter-spacing: 2px; }
.cat-review .quote {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
    color: white;
}
.cat-review .author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(212,175,135,0.2);
    padding-top: 16px;
}
.cat-review .avatar {
    width: 40px;
    height: 40px;
    background: #D4AF87;
    color: #2c2415;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.cat-review .name {
    font-weight: 600;
    color: white;
    font-size: 14px;
}
.cat-review .meta {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* FAQ */
.cat-faq {
    margin: 80px auto 0;
    max-width: 900px;
}
.cat-faq-item {
    background: white;
    border: 1px solid #f0e9dc;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.cat-faq-item summary {
    padding: 20px 24px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: #2c2415;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.cat-faq-item summary::-webkit-details-marker { display: none; }
.cat-faq-item summary::after {
    content: '+';
    font-size: 24px;
    color: #8B7355;
    font-weight: 300;
    transition: transform 0.3s;
}
.cat-faq-item[open] summary::after {
    content: '−';
}
.cat-faq-item .answer {
    padding: 0 24px 20px;
    color: #5a5a5a;
    line-height: 1.7;
}

/* Slaaptest CTA */
.cat-slaaptest-cta {
    margin: 80px 0 0;
    background: linear-gradient(135deg, #2c2415 0%, #3D3D3D 100%);
    padding: 80px 40px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cat-slaaptest-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(212,175,135,0.15), transparent 50%);
}
.cat-slaaptest-cta .content { position: relative; max-width: 600px; margin: 0 auto; }
.cat-slaaptest-cta .eyebrow {
    font-size: 11px; letter-spacing: 3px; color: #D4AF87;
    text-transform: uppercase; margin-bottom: 16px; font-weight: 600;
}
.cat-slaaptest-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1.1;
    color: #ffffff;
}
.cat-slaaptest-cta p {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 32px;
    line-height: 1.6;
}
.cat-slaaptest-cta .btn {
    display: inline-block;
    padding: 16px 36px;
    background: #D4AF87;
    color: #2c2415;
    border: 0;
    border-radius: 4px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}
.cat-slaaptest-cta .btn:hover {
    background: #C4A57B;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212,175,135,0.3);
}

/* Newsletter */
.cat-newsletter {
    margin: 0;
    background: #F9F7F4;
    padding: 50px 40px;
    border-radius: 0;
    text-align: center;
}
.cat-newsletter h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #2c2415;
    margin-bottom: 12px;
}
.cat-newsletter p {
    color: #5a5a5a;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.cat-newsletter form {
    display: flex;
    gap: 8px;
    max-width: 480px;
    margin: 0 auto;
}
.cat-newsletter input {
    flex: 1;
    padding: 14px 18px;
    border: 1px solid #d8cfc0;
    border-radius: 6px;
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    background: white;
}
.cat-newsletter input:focus {
    outline: none;
    border-color: #8B7355;
}
.cat-newsletter button {
    padding: 14px 28px;
    background: #2c2415;
    color: white;
    border: 0;
    border-radius: 6px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.cat-newsletter button:hover { background: #8B7355; }

/* Section spacing wrapper */
.cat-section { padding: 60px 0; }

/* Responsive */
@media (max-width: 968px) {
    .cat-hero { grid-template-columns: 1fr; }
    .cat-hero h1 { font-size: 56px; }
    .cat-main { grid-template-columns: 1fr; }
    .cat-products-grid { grid-template-columns: repeat(2, 1fr); }
    .cat-carousel { grid-template-columns: repeat(2, 1fr); }
    .cat-guide-grid { grid-template-columns: 1fr; }
    .cat-reviews-grid { grid-template-columns: 1fr; }
    .cat-usp-bullets { grid-template-columns: repeat(2, 1fr); }
    .cat-usp-bullets .bullet { border-bottom: 1px solid #f0e9dc; padding: 12px 16px; }
}
