/**
 * Bollebos WPBakery Components CSS
 * Version: 19.0.0 - Conversie Optimalisatie
 * - Trust badges
 * - Timeline met tijdsindicaties
 * - Sticky add-to-cart bar
 */

/* Remove top margin/padding from WooCommerce product header */
.thb-woocommerce-header.woocommerce-products-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

:root {
    /* System Font Stack - Native, Fast, Beautiful */
    --font-system: system-ui, "San Francisco", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
    /* Bollebos kleuren - Enhanced */
    --bb-green-dark: #074e37;
    --bb-green-medium: #0a6346;
    --bb-green-light: #1a8f6a;
    --bb-orange: #d96a3b;
    --bb-orange-hover: #c25a2e;
    --bb-orange-light: #ff8b5e;
    --bb-cream: #f5f0e8;
    --bb-cream-dark: #e8e0d4;
    --bb-beige: #c9b99a;
    --bb-white: #ffffff;
    --bb-black: #1a1a1a;
    --bb-gray: #444444; /* Improved from #666 for better contrast (9.73:1) */
    --bb-gray-light: #a8a8a8;

    /* Typography Scale - Consistent system */
    --text-xs: 12px;
    --text-sm: 14px;
    --text-base: 16px;
    --text-lg: 18px;
    --text-xl: 24px;
    --text-2xl: 32px;
    --text-3xl: 42px;
    --text-4xl: 56px;
    --text-5xl: 72px;

    /* Spacing Scale - 8px base unit */
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 40px;
    --space-6: 48px;
    --space-8: 64px;
    --space-10: 80px;
    --space-12: 96px;
    --space-16: 128px;

    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(7, 78, 55, 0.08);
    --shadow-md: 0 8px 24px rgba(7, 78, 55, 0.12);
    --shadow-lg: 0 16px 48px rgba(7, 78, 55, 0.18);
    --shadow-xl: 0 24px 64px rgba(7, 78, 55, 0.25);
}

/* ================================
   BUTTONS
   ================================ */
.bb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.02em;
}

.bb-btn-primary {
    background: var(--bb-orange);
    color: var(--bb-white);
    box-shadow: 0 4px 12px rgba(217, 106, 59, 0.3);
}

.bb-btn-primary:hover {
    background: var(--bb-orange-hover);
    color: var(--bb-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 106, 59, 0.4);
}

.bb-btn-outline {
    background: transparent;
    color: var(--bb-green-dark);
    border: 2px solid var(--bb-green-dark);
}

.bb-btn-outline:hover {
    background: var(--bb-green-dark);
    color: var(--bb-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 78, 55, 0.25);
}

.bb-btn-black {
    display: inline-block;
    background: var(--bb-black);
    color: var(--bb-white);
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bb-btn-black:hover {
    background: var(--bb-orange);
    color: var(--bb-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217, 106, 59, 0.35);
}

/* ================================
   HERO SECTION - ULTRA DRAMATIC MAKEOVER
   ================================ */
.bb-hero {
    background:
        radial-gradient(ellipse 1200px 800px at 85% 15%, rgba(217, 106, 59, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 900px 700px at 15% 85%, rgba(7, 78, 55, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #fffcf7 0%, var(--bb-cream) 50%, #f9f4ec 100%);
    height: 600px;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin: 0 !important;
    width: 100%;
    z-index: 1;
}

/* Hero wrapper - content constrained, image full-width */
.bb-hero-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Decorative ambient orbs verwijderd — veroorzaakten oranje flash (unblurred GPU render) */

.bb-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

/* Fix for when grid doesn't work - fallback flexbox */
@supports not (display: grid) {
    .bb-hero-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .bb-hero-content,
    .bb-hero-image {
        flex: 1;
        min-width: 300px;
    }
}

.bb-hero-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 80px;
    max-width: 700px;
    width: 50%;
    z-index: 3;
}

/* Hero title — adaptive sizing for longer copy */
.bb-hero-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--bb-green-dark);
    margin-bottom: 32px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    position: relative;
    text-shadow: 0 4px 20px rgba(7, 78, 55, 0.08);
}

/* Thicker, more prominent accent line with glow */
.bb-hero-content h1::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 140px;
    height: 8px;
    background: linear-gradient(90deg, var(--bb-orange) 0%, var(--bb-orange-light) 100%);
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(217, 106, 59, 0.4);
}

/* Larger, more prominent text */
.bb-hero-content p {
    font-size: 19px;
    color: var(--bb-gray);
    margin-bottom: 40px;
    max-width: 580px;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.92;
    display: block !important;
    visibility: visible !important;
}

.bb-hero-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

/* Make buttons larger and more premium */
.bb-hero-buttons .bb-btn {
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: var(--shadow-lg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bb-hero-buttons .bb-btn:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: var(--shadow-xl);
}

/* Hero image side - SQUARE cropped edge-to-edge */
.bb-hero-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2;
}

/* Different styling for uploaded images vs SVG */
.bb-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-hero-image:hover img {
    transform: scale(1.05);
}

/* SVG keeps centered, contained styling */
.bb-hero-image svg {
    width: 100%;
    max-width: 450px;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(7, 78, 55, 0.25));
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
}

.bb-hero-image:hover svg {
    transform: scale(1.08) rotate(3deg);
    filter: drop-shadow(0 40px 100px rgba(7, 78, 55, 0.35));
}

/* Glow effects only for SVG */
.bb-hero-image:has(svg)::before {
    content: '';
    position: absolute;
    inset: -80px;
    background:
        radial-gradient(ellipse at center, rgba(217, 106, 59, 0.12) 0%, rgba(7, 78, 55, 0.08) 40%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-glow 5s ease-in-out infinite;
    filter: blur(40px);
}

.bb-hero-image:has(svg)::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(201, 185, 154, 0.15) 0%, transparent 60%);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-glow 4s ease-in-out infinite;
    animation-delay: -1.5s;
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.12); opacity: 0.9; }
}

/* Subtle overlay for images */
.bb-hero-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 78, 55, 0.05) 0%, rgba(217, 106, 59, 0.03) 100%);
    z-index: 1;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.bb-hero-image:hover::before {
    opacity: 0;
}

/* Hero Responsive Styles */
@media (max-width: 1024px) {
    .bb-hero {
        height: 500px;
    }

    .bb-hero-content {
        width: 45%;
        padding: 0 40px;
    }

    .bb-hero-image {
        width: 55%;
    }
}

@media (max-width: 768px) {
    .bb-hero {
        height: auto;
        min-height: 600px;
    }

    .bb-hero-content {
        position: relative;
        transform: none;
        width: 100%;
        padding: 60px 30px 40px;
        top: 0;
        z-index: 3;
    }

    .bb-hero-content h1 {
        font-size: clamp(2.5rem, 10vw, 3.5rem);
        margin-bottom: 20px;
    }

    .bb-hero-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .bb-hero-buttons {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .bb-hero-buttons .bb-btn {
        width: 100%;
        text-align: center;
        padding: 18px 32px;
    }

    .bb-hero-image {
        position: relative;
        width: 100%;
        height: 400px;
        top: auto;
        right: auto;
    }

    .bb-hero-image img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .bb-hero {
        min-height: 550px;
    }

    .bb-hero-content {
        padding: 40px 20px 30px;
    }

    .bb-hero-content h1 {
        font-size: 2.2rem;
    }

    .bb-hero-image {
        height: 350px;
    }
}

/* ================================
   QUOTE BANNER - DRAMATIC
   ================================ */
.bb-quote-banner {
    background:
        radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        linear-gradient(135deg, #063d2b 0%, var(--bb-green-dark) 50%, #085940 100%);
    padding: 140px 40px 120px;
    text-align: center;
    position: relative;
    clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
    margin-top: -80px;
    margin-bottom: -80px;
    box-shadow:
        0 30px 80px rgba(7, 78, 55, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 10;
}

.bb-quote-banner::before {
    content: '"';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    font-family: Georgia, serif;
    color: rgba(255, 255, 255, 0.05);
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.bb-quote-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bb-orange), transparent);
}

.bb-quote-inner {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.bb-quote-text {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 500;
    font-style: italic;
    color: var(--bb-white);
    line-height: 1.4;
}

/* ================================
   STYLED TITLE
   ================================ */
.bb-title-styled {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--bb-black);
    text-align: center;
}

.bb-title-styled span {
    color: var(--bb-green-dark);
    font-style: italic;
}

/* ================================
   SECTION
   ================================ */
.bb-section {
    padding: 80px 0;
}

.bb-section-header {
    text-align: center;
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bb-eyebrow {
    font-size: 14px;
    color: var(--bb-green-dark);
    opacity: 0.7;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bb-subtitle {
    font-size: 18px;
    color: var(--bb-green-dark);
    opacity: 0.8;
    margin-top: 16px;
    font-style: italic;
    line-height: 1.6;
}

.bb-intro-text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--bb-green-dark);
    opacity: 0.85;
}

.bb-intro-text p {
    margin-bottom: 12px;
}

.bb-intro-text p:last-child {
    margin-bottom: 0;
}

.bb-section-cta {
    text-align: center;
    margin-top: 40px;
}

.bb-support-section {
    background: var(--bb-white);
    padding: 140px 40px 100px;
}

@media (min-width: 768px) {
    .bb-support-section {
        padding: 160px 60px 120px;
    }
}

@media (min-width: 1200px) {
    .bb-support-section {
        padding: 180px 100px 140px;
    }
}

/* ================================
   PRODUCT GRID
   ================================ */
.bb-products-grid {
    display: grid;
    gap: 32px;
    margin-top: 64px;
}

.bb-products-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.bb-products-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.bb-products-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.bb-product-card {
    background: var(--bb-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.06),
        0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.bb-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 78, 55, 0.02) 0%, rgba(217, 106, 59, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.bb-product-card:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow:
        0 32px 80px rgba(7, 78, 55, 0.2),
        0 8px 24px rgba(7, 78, 55, 0.1);
}

.bb-product-card:hover::before {
    opacity: 1;
}

.bb-product-image {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.bb-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--bb-orange);
    color: var(--bb-white);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}

.bb-product-info {
    padding: 16px;
}

.bb-product-title {
    font-size: 16px;
    color: var(--bb-green-dark);
    margin-bottom: 8px;
    font-weight: 600;
}

.bb-product-title a {
    color: var(--bb-green-dark);
    text-decoration: none;
}

.bb-product-title a:hover {
    color: var(--bb-orange);
}

.bb-product-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--bb-green-dark);
}

/* ================================
   MISSION SECTION
   ================================ */
.bb-mission-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    position: relative;
    margin: 0;
    width: 100%;
}

.bb-mission-content {
    background: var(--bb-green-dark);
    padding: 80px 60px 90px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--bb-white);
    position: relative;
    z-index: 2;
    margin-right: -15%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.bb-mission-eyebrow {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
}

.bb-mission-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 32px;
    color: var(--bb-white);
    line-height: 1.1;
}

.bb-mission-text {
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 20px;
    opacity: 0.95;
    font-weight: 300;
}

.bb-mission-content .bb-btn {
    margin-top: 12px;
    max-width: fit-content;
    white-space: nowrap;
}

.bb-mission-image {
    position: relative;
    overflow: hidden;
    margin-left: -15%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.bb-mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================================
   COUNTER SECTION
   ================================ */
.bb-counter-section {
    padding: 120px 40px 140px;
    background:
        radial-gradient(circle at 50% 50%, rgba(7, 78, 55, 0.02) 0%, transparent 70%),
        var(--bb-white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bb-counter-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(217, 106, 59, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.bb-counter-title {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-gray-light);
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

.bb-counter-digits {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.bb-digit {
    width: 100px;
    height: 130px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(135deg, var(--bb-cream) 0%, #f0ebe1 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 900;
    color: var(--bb-green-dark);
    box-shadow:
        0 8px 32px rgba(7, 78, 55, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.bb-digit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.bb-digit:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow:
        0 20px 50px rgba(7, 78, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.bb-digit:hover::before {
    opacity: 1;
}

.bb-digit.bb-dot {
    background: transparent;
    width: 30px;
    box-shadow: none;
}

.bb-counter-label {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--bb-black);
}

.bb-counter-label .accent {
    color: var(--bb-green-dark);
    position: relative;
}

/* ================================
   NEWSLETTER SECTION
   ================================ */
.bb-newsletter-section {
    position: relative;
    background: linear-gradient(135deg, var(--bb-green-dark) 0%, #085940 100%);
    padding: 140px 40px 160px;
    text-align: center;
    margin-top: -80px;
    margin-bottom: 0;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
    box-shadow: 0 -20px 60px rgba(7, 78, 55, 0.15);
}

.bb-newsletter-inner {
    /* Removed - not needed */
}

.bb-newsletter-content {
    max-width: 750px;
    margin: 0 auto;
}

.bb-newsletter-title {
    font-size: clamp(2.25rem, 5.5vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bb-white);
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.bb-newsletter-title span {
    color: var(--bb-beige);
    font-style: italic;
}

.bb-newsletter-text {
    color: var(--bb-white);
    font-size: 14px;
    margin-bottom: 32px;
}

.bb-newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.bb-newsletter-form input[type="email"] {
    flex: 1;
    padding: 14px 4px;
    border: none;
    border-bottom: 2px solid var(--bb-white);
    background: transparent;
    color: var(--bb-white);
    font-size: 15px;
    font-family: inherit;
}

.bb-newsletter-form input::placeholder {
    color: rgba(255,255,255,0.7);
}

.bb-newsletter-form input:focus {
    outline: none;
}

.bb-newsletter-form button {
    background: var(--bb-white);
    color: var(--bb-green-dark);
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    border-radius: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    text-transform: uppercase;
}

.bb-newsletter-form button:hover {
    background: var(--bb-orange);
    color: var(--bb-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 106, 59, 0.3);
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 1024px) {
    .bb-hero {
        min-height: 500px;
        padding: 80px 0 60px;
    }

    .bb-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .bb-hero-content h1 {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }

    .bb-hero-content h1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .bb-hero-content p {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .bb-hero-buttons {
        justify-content: center;
    }

    .bb-hero-image {
        order: -1;
        height: 400px;
    }

    .bb-hero-image svg {
        max-width: 350px;
    }


    .bb-products-cols-4,
    .bb-products-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .bb-mission-section {
        grid-template-columns: 1fr;
    }

    .bb-mission-content {
        clip-path: none;
        padding-right: 60px;
        margin-right: 0;
    }

    .bb-mission-image {
        min-height: 400px;
        margin-left: 0;
        clip-path: none;
    }
}

@media (max-width: 768px) {
    .bb-hero {
        min-height: 450px;
        padding: 60px 0 40px;
    }

    .bb-hero .container {
        padding: 0 24px;
    }

    .bb-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .bb-hero-content h1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .bb-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .bb-hero-buttons {
        justify-content: center;
    }

    .bb-hero-image {
        order: -1;
        height: 350px;
    }

    .bb-hero-content h1 {
        font-size: clamp(2rem, 10vw, 3rem);
        margin-bottom: 24px;
    }

    .bb-hero-content h1::after {
        width: 80px;
        height: 5px;
        bottom: -12px;
    }

    .bb-hero-content p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .bb-hero-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .bb-hero-buttons .bb-btn {
        width: 100%;
        padding: 18px 32px;
        font-size: 15px;
    }

    .bb-hero-image {
        height: 100%;
        min-height: 300px;
    }

    .bb-hero-image svg {
        max-width: 280px;
    }


    .bb-products-cols-4,
    .bb-products-cols-3,
    .bb-products-cols-2 {
        grid-template-columns: 1fr;
    }

    .bb-counter-digits {
        gap: 4px;
    }

    .bb-digit {
        width: 60px;
        height: 80px;
        font-size: 40px;
    }

    .bb-digit.bb-dot {
        width: 20px;
    }

    .bb-newsletter-form {
        flex-direction: column;
        gap: 16px;
    }

    .bb-newsletter-form input {
        text-align: center;
    }

    .bb-mission-content {
        padding: 60px 30px;
    }

    /* Timeline mobile fix */
    .bb-timeline-section {
        padding: 80px 20px 100px;
    }

    .bb-timeline-grid {
        gap: 32px;
    }

    .bb-timeline-item {
        padding: 24px 16px;
    }

    .bb-timeline-icon {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .bb-hero {
        min-height: 70vh;
        padding: 80px 0 100px;
    }

    .bb-hero-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .bb-hero-image {
        order: -1;
    }
}

/* ================================
   TIMELINE SECTION
   ================================ */
/* Timeline Section - Clean & Compact */
.bb-timeline-section {
    background: #f9f7f4;
    padding: 80px 40px 100px;
    position: relative;
}


@media (min-width: 768px) {
    .bb-timeline-section {
        padding: 160px 60px 180px;
    }
}

/* Timeline Header - Editorial Style */
.bb-timeline-header {
    text-align: center;
    margin-bottom: 100px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bb-timeline-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #c9b99a;
    margin-bottom: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 20px;
    background: rgba(201, 185, 154, 0.1);
    border-radius: 50px;
}

.bb-timeline-main-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 400;
    line-height: 1.05;
    color: var(--bb-green-dark);
    margin-bottom: 32px;
    letter-spacing: -0.03em;
}

.bb-timeline-main-title em {
    font-style: italic;
    color: var(--bb-orange);
    position: relative;
}

.bb-timeline-main-title em::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 3px;
    background: currentColor;
    opacity: 0.3;
}

.bb-timeline-subtitle {
    font-size: 20px;
    line-height: 1.7;
    color: #5a6b5a;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 400;
}

.bb-timeline-section-title {
    text-align: center;
    font-size: 14px;
    color: #8a9988;
    margin-bottom: 80px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
}

.bb-timeline-section-title::before,
.bb-timeline-section-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background: #c9b99a;
}

.bb-timeline-section-title::before {
    right: calc(100% + 20px);
}

.bb-timeline-section-title::after {
    left: calc(100% + 20px);
}

/* Timeline Grid - Asymmetric Editorial Layout */
.bb-timeline-grid {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
}

/* Simple timeline line */
.bb-timeline-grid::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 60px;
    width: 2px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(7, 78, 55, 0.2) 5%,
        rgba(7, 78, 55, 0.25) 50%,
        rgba(7, 78, 55, 0.2) 95%,
        transparent 100%
    );
    transform: translateX(-50%);
    z-index: 0;
}

/* Decorative dots along timeline */
.bb-timeline-grid::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: var(--bb-green-dark);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}

@media (max-width: 768px) {
    .bb-timeline-grid {
        padding: 60px 0;
    }

    .bb-timeline-grid::before {
        left: 40px;
        top: 40px;
        bottom: 40px;
        width: 2px;
    }

    .bb-timeline-grid::after {
        display: none;
    }
}

/* Timeline Item - Compact layout */
.bb-timeline-item {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    gap: 0;
    align-items: center;
}

.bb-timeline-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bb-timeline-item {
        grid-template-columns: 80px 1fr;
        gap: 24px;
        margin-bottom: 50px;
        padding-left: 0;
    }
}

/* Timeline Content Wrappers */
.bb-timeline-content-wrapper {
    display: flex;
    align-items: center;
}

.bb-timeline-left {
    justify-content: flex-end;
    padding-right: 0;
}

.bb-timeline-right {
    justify-content: flex-start;
    padding-left: 0;
}

/* Timeline Card - Compact & Clean */
.bb-timeline-card {
    background: white;
    padding: 32px;
    border-radius: 4px;
    border-left: 4px solid var(--bb-green-dark);
    transition: transform 200ms ease, opacity 200ms ease, background-color 200ms ease, color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    max-width: 450px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Removed decorative accent - keeping it clean */

/* Connection line to timeline */
.bb-timeline-card::after {
    content: '';
    position: absolute;
    top: 62px;
    width: 60px;
    height: 1px;
    background: rgba(201, 185, 154, 0.3);
}

.bb-timeline-left .bb-timeline-card {
    margin-left: auto;
}

.bb-timeline-left .bb-timeline-card::before {
    right: 48px;
}

.bb-timeline-left .bb-timeline-card::after {
    right: -60px;
}

.bb-timeline-right .bb-timeline-card {
    border-left: 3px solid var(--bb-green-dark);
}

.bb-timeline-right .bb-timeline-card::before {
    left: 48px;
}

.bb-timeline-right .bb-timeline-card::after {
    left: -60px;
}

.bb-timeline-item-featured .bb-timeline-card {
    border-left-color: var(--bb-orange);
    box-shadow: 0 2px 8px rgba(217, 106, 59, 0.12);
}

.bb-timeline-item-featured .bb-timeline-left .bb-timeline-card {
    border-left-color: var(--bb-orange);
}

.bb-timeline-item-featured .bb-timeline-right .bb-timeline-card {
    border-right-color: var(--bb-orange);
}

.bb-timeline-item-featured .bb-timeline-card::before {
    background: linear-gradient(90deg, var(--bb-orange) 0%, transparent 100%);
}

.bb-timeline-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.bb-timeline-left .bb-timeline-card:hover {
    border-left-color: var(--bb-green-dark);
}

.bb-timeline-right .bb-timeline-card:hover {
    border-right-color: var(--bb-green-dark);
}


.bb-timeline-item-featured .bb-timeline-card:hover {
    box-shadow: 0 4px 16px rgba(217, 106, 59, 0.15);
}

/* Tree Icon - Compact & Elegant */
.bb-timeline-icon {
    width: 100px;
    height: 100px;
    background: white;
    border: 3px solid var(--bb-green-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    transition: transform 250ms ease, opacity 250ms ease, background-color 250ms ease, color 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
    box-shadow: 0 4px 12px rgba(7, 78, 55, 0.1);
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

/* Rotating gradient background */
.bb-timeline-icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: conic-gradient(from 180deg at 50% 50%,
        var(--bb-green-dark) 0deg,
        transparent 60deg,
        transparent 300deg,
        var(--bb-green-dark) 360deg
    );
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: -1;
}

.bb-timeline-item:hover .bb-timeline-icon::before {
    opacity: 0.15;
    transform: rotate(90deg);
}

.bb-timeline-item-featured .bb-timeline-icon {
    border-color: var(--bb-orange);
    box-shadow: 0 4px 12px rgba(217, 106, 59, 0.15);
}

.bb-timeline-item-featured .bb-timeline-icon::before {
    background: conic-gradient(from 180deg at 50% 50%,
        var(--bb-orange) 0deg,
        transparent 60deg,
        transparent 300deg,
        var(--bb-orange) 360deg
    );
}

.bb-timeline-item:hover .bb-timeline-icon {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(7, 78, 55, 0.15);
}

.bb-timeline-tree-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.bb-timeline-tree-svg path,
.bb-timeline-tree-svg polyline,
.bb-timeline-tree-svg line,
.bb-timeline-tree-svg circle {
    stroke-width: 2 !important;
    stroke: var(--bb-green-dark) !important;
}

@media (max-width: 768px) {
    .bb-timeline-icon {
        width: 96px;
        height: 96px;
        padding: 22px;
        border-width: 4px;
        box-shadow:
            0 0 0 10px rgba(253, 252, 250, 0.9),
            0 6px 16px rgba(7, 78, 55, 0.1);
    }

    .bb-timeline-left,
    .bb-timeline-right {
        grid-column: 2;
    }
}

/* Year Badge - Minimal Tag */
.bb-timeline-year {
    display: inline-block;
    background: transparent;
    color: var(--bb-green-dark);
    padding: 0;
    border: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 24px;
}

.bb-timeline-year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: currentColor;
}

.bb-timeline-year-featured {
    color: var(--bb-orange);
}

/* Milestone Title - Editorial Headline */
.bb-timeline-milestone {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--bb-green-dark);
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Timeline Content */
.bb-timeline-content {
    /* No longer needs opacity transitions since card is always visible */
}

.bb-timeline-content-featured {
    /* Featured content styling */
}

/* Stats - Editorial Number Display */
.bb-timeline-stat {
    margin-bottom: 28px;
    padding: 0;
    background: none;
    border: none;
    position: relative;
}

.bb-timeline-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(48px, 6vw, 64px);
    font-weight: 400;
    color: var(--bb-green-dark);
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    position: relative;
    font-style: italic;
}

/* Decorative underline */
.bb-timeline-number::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 80px;
    height: 2px;
    background: currentColor;
    opacity: 0.2;
}

.bb-timeline-number-orange {
    color: var(--bb-orange);
}

.bb-timeline-label {
    font-size: 13px;
    color: #8a9988;
    display: block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-left: 2px;
}

/* Timeline Text */
.bb-timeline-text {
    font-size: 17px;
    line-height: 1.75;
    color: #3d4a3d;
    margin-bottom: 24px;
    font-weight: 400;
}

/* Timeline Button - Statement CTA */
.bb-timeline-btn {
    display: inline-block;
    background: var(--bb-orange);
    color: white;
    padding: 18px 40px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(217, 106, 59, 0.25);
    position: relative;
    overflow: hidden;
}

.bb-timeline-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.bb-timeline-btn:hover::before {
    left: 100%;
}

.bb-timeline-btn:hover {
    background: #a84a28;
    color: white;
    transform: translateX(4px);
    box-shadow: 0 8px 28px rgba(217, 106, 59, 0.35);
}

/* Closing Quote - Editorial Pullquote */
.bb-timeline-closing {
    margin-top: 120px;
    text-align: center;
    position: relative;
}

.bb-timeline-closing::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9b99a, transparent);
}

.bb-timeline-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-style: italic;
    color: var(--bb-green-dark);
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
    position: relative;
}

.bb-timeline-quote::before,
.bb-timeline-quote::after {
    content: '"';
    font-size: 80px;
    line-height: 1;
    color: rgba(201, 185, 154, 0.3);
    position: absolute;
    font-family: Georgia, serif;
}

.bb-timeline-quote::before {
    top: -20px;
    left: -40px;
}

.bb-timeline-quote::after {
    bottom: -40px;
    right: -40px;
}

/* Mobile Timeline */
@media (max-width: 768px) {
    .bb-timeline-item {
        grid-template-columns: 60px 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .bb-timeline-left,
    .bb-timeline-right {
        display: none;
    }

    .bb-timeline-left .bb-timeline-card,
    .bb-timeline-right .bb-timeline-card {
        max-width: 100%;
    }

    /* Show content on mobile regardless of odd/even */
    .bb-timeline-item .bb-timeline-right {
        display: flex;
        grid-column: 2;
    }

    .bb-timeline-item:nth-child(odd) .bb-timeline-left {
        display: none;
    }

    .bb-timeline-item:nth-child(odd) .bb-timeline-right {
        display: flex;
    }

    .bb-timeline-item:nth-child(even) .bb-timeline-left {
        display: none;
    }

    .bb-timeline-item:nth-child(even) .bb-timeline-right {
        display: flex;
    }

    .bb-timeline-icon {
        grid-column: 1;
    }

    .bb-timeline-card::before {
        display: none;
    }

    .bb-timeline-card {
        padding: 24px;
    }

    .bb-timeline-milestone {
        font-size: 19px;
    }

    .bb-timeline-number {
        font-size: 32px;
    }

    .bb-timeline-header {
        margin-bottom: 50px;
    }
}

/* Custom Timeline Images */
.bb-timeline-custom-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* ============================================
   BOOMCADEAU SECTION - Matches New Layout
   ============================================ */

.bb-story-section {
    position: relative;
    width: 100%;
    padding: 140px 0;
    background: var(--bb-cream);
    overflow: hidden;
}

/* Ambient background orbs */
.bb-story-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(217, 106, 59, 0.06) 0%, transparent 70%);
    top: 10%;
    right: -100px;
    border-radius: 50%;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.bb-story-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(7, 78, 55, 0.04) 0%, transparent 70%);
    bottom: 10%;
    left: -80px;
    border-radius: 50%;
    animation: float 25s ease-in-out infinite;
    animation-delay: -8s;
    pointer-events: none;
}

/* Container matches other sections */
.bb-story-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Content side */
.bb-story-content {
    position: relative;
}

.bb-story-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--bb-orange);
    margin-bottom: 24px;
    position: relative;
    padding-left: 32px;
}

.bb-story-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: var(--bb-orange);
}

.bb-story-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--bb-green-dark);
    margin-bottom: 28px;
    letter-spacing: -0.02em;
    position: relative;
}

.bb-story-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--bb-orange) 0%, var(--bb-orange-light) 100%);
    border-radius: 2px;
}

.bb-story-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--bb-green-dark);
    font-weight: 600;
    margin-bottom: 32px;
    opacity: 0.85;
}

.bb-story-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--bb-gray);
    margin-bottom: 24px;
}

/* Highlight box - matches glassmorphism style */
.bb-story-highlight {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    padding: 32px;
    border-radius: 20px;
    border: 2px solid rgba(217, 106, 59, 0.2);
    margin: 36px 0;
    box-shadow: var(--shadow-md);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--bb-green-dark);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-story-highlight strong,
.bb-story-highlight b {
    color: var(--bb-orange);
    font-weight: 700;
}

.bb-story-highlight:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(217, 106, 59, 0.35);
    background: rgba(255, 255, 255, 0.75);
}

/* Image side */
.bb-story-image {
    position: relative;
    height: 600px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-story-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 78, 55, 0.1) 0%, rgba(217, 106, 59, 0.05) 100%);
    z-index: 1;
    transition: opacity 0.6s ease;
}

.bb-story-image:hover::before {
    opacity: 0;
}

.bb-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-story-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(7, 78, 55, 0.2);
}

.bb-story-image:hover img {
    transform: scale(1.05);
}

/* Image position variants */
.bb-story-image-left .bb-story-inner {
    grid-template-columns: 1fr 1fr;
}

.bb-story-image-left .bb-story-image {
    order: -1;
}

.bb-story-image-right .bb-story-inner {
    grid-template-columns: 1fr 1fr;
}

/* Button styling */
.bb-story-content .bb-btn {
    margin-top: 12px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .bb-story-inner {
        gap: 60px;
        padding: 0 40px;
    }

    .bb-story-image {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .bb-story-section {
        padding: 100px 0;
    }

    .bb-story-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .bb-story-image {
        height: 450px;
        order: -1 !important;
    }

    .bb-story-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .bb-story-subtitle {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .bb-story-section {
        padding: 80px 0;
    }

    .bb-story-inner {
        padding: 0 24px;
        gap: 40px;
    }

    .bb-story-image {
        height: 350px;
        border-radius: 20px;
    }

    .bb-story-text {
        font-size: 1rem;
    }

    .bb-story-highlight {
        font-size: 0.95rem;
        padding: 24px;
        margin: 28px 0;
    }

    .bb-story-content .bb-btn {
        width: 100%;
        justify-content: center;
    }

    .bb-story-section::before,
    .bb-story-section::after {
        display: none;
    }
}

/* ================================
   HOE WERKT HET? SECTION
   ================================ */
.bb-howto-section {
    background: white;
    padding: 100px 40px;
}

.bb-howto-header {
    text-align: center;
    margin-bottom: 80px;
}

.bb-howto-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
}

.bb-howto-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.bb-howto-subtitle {
    font-size: 18px;
    color: var(--bb-gray);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.bb-howto-steps {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
}

.bb-howto-step {
    text-align: center;
    position: relative;
}

.bb-howto-step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bb-green-dark) 0%, var(--bb-green-light) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 24px;
    box-shadow: 0 8px 24px rgba(7, 78, 55, 0.2);
    transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1), opacity 350ms cubic-bezier(0.34, 1.56, 0.64, 1), background-color 350ms cubic-bezier(0.34, 1.56, 0.64, 1), color 350ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 350ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.bb-howto-step-number:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 16px 40px rgba(7, 78, 55, 0.35);
}

.bb-howto-step-number.has-icon {
    background: white;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.bb-howto-step-number.has-icon:hover {
    transform: translateY(-8px) scale(1.1) rotate(5deg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.bb-howto-step-number img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bb-howto-step-number:hover img {
    transform: scale(1.1);
}

.bb-howto-step-icon {
    font-size: 48px;
    margin-bottom: 24px;
}

.bb-howto-step-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: 12px;
}

.bb-howto-step-description {
    font-size: 16px;
    color: var(--bb-gray);
    line-height: 1.6;
}

.bb-howto-step-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 24px;
    background: var(--bb-orange);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bb-howto-step-btn:hover {
    background: var(--bb-orange-dark, #d4740e);
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

/* ================================
   TESTIMONIALS SECTION
   ================================ */
.bb-testimonials-section {
    background: #f9f7f4;
    padding: 100px 40px;
}

.bb-testimonials-header {
    text-align: center;
    margin-bottom: 80px;
}

.bb-testimonials-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
}

.bb-testimonials-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: var(--bb-green-dark);
    line-height: 1.2;
}

.bb-testimonials-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.bb-testimonial-card {
    background: white;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 250ms ease, opacity 250ms ease, background-color 250ms ease, color 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.bb-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.bb-testimonial-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.bb-testimonial-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--bb-cream);
    flex-shrink: 0;
    border: 6px solid #f9f7f4;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 250ms ease, opacity 250ms ease, background-color 250ms ease, color 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.bb-testimonial-card:hover .bb-testimonial-avatar {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.bb-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-testimonial-content {
    flex: 1;
    min-width: 0;
}

.bb-testimonial-quote {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bb-green-dark);
    margin-bottom: 20px;
    font-style: italic;
}

.bb-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bb-testimonial-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--bb-green-dark);
}

.bb-testimonial-meta {
    font-size: 14px;
    color: var(--bb-gray);
    font-weight: 500;
}

@media (max-width: 640px) {
    .bb-testimonial-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bb-testimonial-avatar {
        width: 100px;
        height: 100px;
    }
}

/* ================================
   PARTNERS/LOGOS SECTION
   ================================ */
.bb-partners-section {
    background: white;
    padding: 80px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bb-partners-header {
    text-align: center;
    margin-bottom: 60px;
}

.bb-partners-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--bb-gray);
    font-weight: 600;
}

.bb-partners-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
    align-items: center;
}

@media (max-width: 1200px) {
    .bb-partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .bb-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .bb-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

.bb-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: transform 300ms ease;
}

.bb-partner-logo:hover {
    transform: scale(1.08);
}

.bb-partner-logo img {
    max-width: 100%;
    max-height: 90px;
    height: auto;
    width: auto;
}

@media (max-width: 768px) {
    .bb-howto-steps,
    .bb-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bb-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .bb-howto-section,
    .bb-testimonials-section {
        padding: 60px 24px;
    }
}

/* ================================
   PRODUCT PAGE - HERO LAYOUT
   ================================ */
.bb-product-hero-layout {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.bb-product-hero-layout > * {
    max-width: 100%;
}

/* Hero Section */
.bb-product-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    background: linear-gradient(135deg, #fffcf7 0%, var(--bb-cream) 100%);
    position: relative;
    width: 100%;
    max-width: 100%;
}

.bb-product-hero-image {
    position: relative;
    overflow: hidden;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fffcf7 0%, var(--bb-cream) 100%);
}

/* Gallery Main Image */
.bb-product-gallery-main {
    width: 100%;
    max-width: 700px;
    margin-bottom: var(--space-3); /* 24px — dichter bij thumbnails */
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.bb-product-gallery-main .bb-gallery-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out, visibility 300ms;
}

.bb-product-gallery-main .bb-gallery-image.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.bb-product-gallery-main .bb-gallery-image:not(.active) {
    position: absolute;
    top: 0;
    left: 0;
}

/* Gallery Navigation Arrows */
.bb-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    color: var(--bb-green-dark);
    -webkit-tap-highlight-color: transparent;
}

.bb-gallery-nav:hover {
    background: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.bb-gallery-prev {
    left: 12px;
}

.bb-gallery-next {
    right: 12px;
}

.bb-gallery-nav--hidden {
    opacity: 0.3;
    pointer-events: none;
}

/* Gallery Image Counter */
.bb-gallery-counter {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-system);
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    pointer-events: none;
}

/* Gallery Thumbnails */
.bb-product-gallery-thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
}

.bb-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    opacity: 0.75;
    -webkit-tap-highlight-color: transparent;
}

.bb-thumbnail:hover {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.25);
}

.bb-thumbnail.active {
    border-color: var(--bb-orange);
    opacity: 1;
    box-shadow: 0 0 0 1px var(--bb-orange);
}

.bb-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .bb-product-gallery-thumbnails {
        gap: 6px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
        padding: 0 var(--space-2);
    }

    .bb-product-gallery-thumbnails::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .bb-thumbnail {
        flex-shrink: 0;
        min-width: 56px;
        min-height: 56px;
        width: 56px;
        height: 56px;
    }

    .bb-gallery-nav {
        width: 36px;
        height: 36px;
    }

    .bb-gallery-prev {
        left: 8px;
    }

    .bb-gallery-next {
        right: 8px;
    }

    .bb-gallery-counter {
        font-size: 12px;
        bottom: 8px;
        right: 8px;
    }
}

/* Hidden gallery images */
.bb-gallery-image-hidden {
    display: none;
}

/* Legacy support for old main image class */
.bb-product-hero-image .bb-product-main-image {
    width: 100%;
    max-width: 700px;
}

.bb-product-hero-image .bb-product-main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: transform 400ms ease;
}

.bb-product-hero-image .bb-product-main-image img:hover {
    transform: scale(1.02);
}

.bb-product-hero-content {
    padding: 100px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    position: relative;
}

.bb-product-hero-content .bb-product-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 20px;
}

.bb-product-hero-content .bb-product-title {
    font-family: var(--font-system);
    font-size: clamp(38px, 4.5vw, 54px);
    font-weight: 900;
    color: var(--bb-green-dark);
    margin-bottom: var(--space-3);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.bb-product-excerpt {
    font-family: var(--font-system);
    font-size: var(--text-lg);
    line-height: 1.7;
    color: var(--bb-gray);
    margin-bottom: var(--space-4);
    max-width: 580px;
}

.bb-product-excerpt p {
    margin: 0 0 var(--space-3) 0;
}

.bb-read-more {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--bb-green-dark);
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border-bottom: 2px solid var(--bb-green-dark);
    padding-bottom: 2px;
}

.bb-read-more:hover {
    color: var(--bb-orange);
    border-bottom-color: var(--bb-orange);
    transform: translateX(4px);
}

.bb-product-price-wrapper {
    margin-bottom: var(--space-4); /* 32px */
}

.bb-product-price-wrapper .price {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: var(--bb-green-dark) !important;
    display: block !important;
    letter-spacing: -0.01em !important;
}

.bb-product-price-wrapper .price .woocommerce-Price-amount {
    font-size: 36px !important;
    font-weight: 800 !important;
}

/* Hide default stock status */
.bb-product-hero-layout .stock {
    display: none;
}

.bb-product-meta-icons {
    display: flex;
    gap: var(--space-3); /* 24px - consistent spacing */
    margin-bottom: var(--space-5); /* 40px */
    flex-wrap: wrap;
}

.bb-product-meta-item {
    display: flex;
    align-items: center;
    gap: var(--space-2); /* 16px for better breathing room */
    font-size: var(--text-base); /* 16px - more visible */
    color: var(--bb-gray); /* Now #444 - better contrast */
    font-weight: 500;
}

.bb-product-meta-item svg {
    color: var(--bb-green-dark);
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.bb-product-actions .single_add_to_cart_button {
    background: var(--bb-orange);
    color: white;
    border: none;
    padding: 0 var(--space-10); /* 80px for better prominence */
    height: var(--space-8); /* 64px - accessible touch target */
    font-size: var(--text-lg);
    font-weight: 700;
    border-radius: var(--space-1);
    cursor: pointer;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: none;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(217, 106, 59, 0.25);
}

.bb-product-actions .single_add_to_cart_button:hover {
    background: #c75a33;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217, 106, 59, 0.4);
}

.bb-product-actions .single_add_to_cart_button:focus {
    outline: 3px solid var(--bb-orange);
    outline-offset: 2px;
}

.bb-product-actions .single_add_to_cart_button:active {
    transform: translateY(0);
}

/* Quantity selector styling - v6 - Works with both button and div +/- */
.bb-product-hero-layout .quantity {
    display: inline-flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    background: white !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: var(--space-1) !important;
    padding: 0 !important;
    height: var(--space-8) !important; /* 64px - matches button height */
    transition: transform 250ms ease, opacity 250ms ease, background-color 250ms ease, color 250ms ease, box-shadow 250ms ease, border-color 250ms ease !important;
    box-shadow: var(--shadow-sm) !important;
    overflow: hidden !important;
}

.bb-product-hero-layout .quantity:hover {
    border-color: #c8c8c8;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.bb-product-hero-layout .quantity input.qty {
    width: 56px !important;
    height: 100% !important;
    text-align: center !important;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--bb-green-dark) !important;
    background: white !important;
    -moz-appearance: textfield !important;
    align-self: center !important;
    box-sizing: border-box !important;
}

.bb-product-hero-layout .quantity input.qty:focus {
    outline: none;
    background: #fafafa;
}

.bb-product-hero-layout .quantity input.qty::-webkit-outer-spin-button,
.bb-product-hero-layout .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Style for both button and div based +/- controls */
.bb-product-hero-layout .quantity button,
.bb-product-hero-layout .quantity .minus,
.bb-product-hero-layout .quantity .plus {
    all: unset !important;
    background: #f5f5f5 !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 100% !important;
    cursor: pointer !important;
    transition: background 200ms ease, color 200ms ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    color: var(--bb-green-dark) !important;
    user-select: none !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.bb-product-hero-layout .quantity button:hover,
.bb-product-hero-layout .quantity .minus:hover,
.bb-product-hero-layout .quantity .plus:hover {
    background: var(--bb-green-dark) !important;
    color: white !important;
}

.bb-product-hero-layout .quantity button:active,
.bb-product-hero-layout .quantity .minus:active,
.bb-product-hero-layout .quantity .plus:active {
    background: #064e38 !important;
    color: white !important;
}

/* Hide theme's native pseudo-element icons (line-based +/-) */
.bb-product-hero-layout .quantity .minus::before,
.bb-product-hero-layout .quantity .minus::after,
.bb-product-hero-layout .quantity .plus::before,
.bb-product-hero-layout .quantity .plus::after,
.bb-product-hero-layout .quantity button::before,
.bb-product-hero-layout .quantity button::after {
    content: none !important;
    display: none !important;
}

/* Our own clean symbols via ::after only */
.bb-product-hero-layout .quantity .minus::after,
.bb-product-hero-layout .quantity button:first-child::after {
    content: "−" !important;
    display: block !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    position: static !important;
    transform: none !important;
}

.bb-product-hero-layout .quantity .plus::after,
.bb-product-hero-layout .quantity button:last-child::after {
    content: "+" !important;
    display: block !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    position: static !important;
    transform: none !important;
}

.bb-product-hero-layout form.cart {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 8px;
}

/* Variable product (variations form) — stack dropdown above qty + button */
.bb-product-hero-layout form.variations_form {
    flex-wrap: wrap;
}

.bb-product-hero-layout .variations_form table.variations {
    width: 100%;
    flex: 0 0 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 4px;
}

.bb-product-hero-layout .variations_form table.variations th.label {
    display: none;
}

.bb-product-hero-layout .variations_form table.variations td.value {
    padding: 0;
    width: 100%;
    display: block;
}

.bb-product-hero-layout .variations_form table.variations td.value select {
    width: 100%;
    height: 52px;
    padding: 0 40px 0 16px;
    border: 2px solid #e0e0e0;
    border-radius: var(--space-1);
    font-size: 16px;
    font-weight: 500;
    color: var(--bb-green-dark);
    background: white;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23074E37' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.bb-product-hero-layout .variations_form table.variations td.value select:hover {
    border-color: #c8c8c8;
}

.bb-product-hero-layout .variations_form table.variations td.value select:focus {
    outline: none;
    border-color: var(--bb-green-dark);
    box-shadow: 0 0 0 3px rgba(7, 78, 55, 0.12);
}

/* Hide the reset link */
.bb-product-hero-layout .variations_form .reset_variations {
    display: none;
}

/* Variation description (shows when option selected) */
.bb-product-hero-layout .variations_form .single_variation_wrap {
    flex: 0 0 100%;
    width: 100%;
}

.bb-product-hero-layout .variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Product Sections */
.bb-product-section {
    padding: 100px 60px;
}

.bb-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.bb-section-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #b85a2a; /* Donkerder oranje — 4.56:1 contrast op wit, WCAG AA */
    font-weight: 700;
    margin-bottom: 12px;
}

.bb-section-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    color: var(--bb-green-dark);
    line-height: 1.2;
}

/* How It Works */
.bb-product-howto {
    background: white;
}

.bb-product-steps {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.bb-product-step {
    text-align: center;
}

.bb-product-step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bb-green-dark) 0%, var(--bb-green-light) 100%);
    border-radius: 50%;
    color: white;
}

.bb-product-step h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: 12px;
}

.bb-product-step p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--bb-gray);
}

/* Impact Section - Enhanced v18.6.0 */
.bb-product-impact {
    background: var(--bb-green-dark);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12);
    align-items: center;
    padding: var(--space-12) var(--space-8);
}

.bb-product-impact-content {
    max-width: 600px;
}

.bb-product-impact .bb-section-eyebrow {
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.7); /* Wit met zachte opacity — 9.75:1 contrast op donkergroen */
    margin-bottom: var(--space-2);
}

.bb-product-impact .bb-section-title {
    font-family: var(--font-system);
    font-size: clamp(32px, 3.5vw, 42px);
    font-weight: 900;
    color: white;
    text-align: left;
    line-height: 1.2;
    margin-bottom: var(--space-4);
}

.bb-product-impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-5);
    margin: var(--space-6) 0;
}

.bb-impact-stat {
    text-align: center;
}

.bb-impact-number {
    font-family: var(--font-system);
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 900;
    color: white; /* 9.75:1 contrast op donkergroen, WCAG AAA */
    margin-bottom: var(--space-1);
    line-height: 1;
}

.bb-impact-label {
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
    line-height: 1.4;
}

.bb-product-impact-content p {
    font-family: var(--font-system);
    font-size: var(--text-lg);
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: var(--space-3);
}

.bb-product-impact-content p:last-child {
    margin-bottom: 0;
}

.bb-product-impact-image {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(135deg, rgba(7, 78, 55, 0.6) 0%, rgba(26, 143, 106, 0.8) 100%),
                linear-gradient(45deg, #074e37 25%, transparent 25%, transparent 75%, #074e37 75%, #074e37),
                linear-gradient(45deg, #074e37 25%, transparent 25%, transparent 75%, #074e37 75%, #074e37);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    background-position: 0 0, 0 0, 20px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-product-impact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Hide broken image when impact-placeholder.jpg doesn't exist */
.bb-product-impact-image img[src*="impact-placeholder.jpg"] {
    display: none;
}

/* Impact Section - Centered variant (no image) */
.bb-product-impact--centered {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
}

.bb-product-impact--centered .bb-product-impact-content {
    max-width: 900px;
}

.bb-product-impact--centered .bb-section-title {
    text-align: center;
}

.bb-product-impact--centered .bb-product-impact-stats {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bb-product-impact--centered p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* What's in the Box Section */
.bb-product-inbox {
    background: white;
}

.bb-inbox-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.bb-inbox-item {
    text-align: center;
    padding: var(--space-6) var(--space-4);
    background: #f9f7f4;
    border-radius: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bb-inbox-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(7, 78, 55, 0.08);
}

.bb-inbox-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--space-3);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bb-green-dark);
    color: white;
    border-radius: 50%;
}

.bb-inbox-item h3 {
    font-family: var(--font-system);
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: var(--space-2);
}

.bb-inbox-item p {
    font-family: var(--font-system);
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--bb-green-dark);
    opacity: 0.8;
}

/* Testimonials Section */
.bb-product-testimonials {
    background: #f9f7f4;
}

.bb-product-testimonials .bb-testimonials-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-5);
}

.bb-testimonial {
    background: white;
    border-radius: 16px;
    padding: var(--space-5);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.bb-testimonial-stars {
    color: var(--bb-orange);
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: var(--space-3);
}

.bb-testimonial p {
    font-family: var(--font-system);
    font-size: var(--text-base);
    line-height: 1.7;
    color: var(--bb-green-dark);
    font-style: italic;
    flex: 1;
    margin-bottom: var(--space-3);
}

.bb-testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-top: var(--space-3);
    border-top: 1px solid #f0ede8;
    text-align: center;
}

.bb-testimonial-author strong {
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--bb-green-dark);
}

.bb-testimonial-author span {
    font-family: var(--font-system);
    font-size: var(--text-sm);
    color: var(--bb-green-dark);
    opacity: 0.6;
}

@media (max-width: 768px) {
    .bb-inbox-grid,
    .bb-testimonials-grid {
        grid-template-columns: 1fr;
        gap: var(--space-3);
    }
}

/* Wie zijn wij - Product page integration */
.bb-product-who {
    background: white;
    padding-top: 0;
    padding-bottom: 0;
}

.bb-product-who .bbpm-who-are-we {
    margin: 0;
}

.bb-product-who .bbpm-who-are-we-content {
    max-width: 1100px;
}

.bb-product-hero-layout .bb-product-section.bb-product-who .bbpm-who-title,
.bb-product-hero-layout .bb-product-who h2.bbpm-who-title {
    display: block !important;
    font-family: var(--font-system);
    color: var(--bb-green-dark);
}

.bb-product-who .bbpm-who-paragraph {
    font-family: var(--font-system);
    color: var(--bb-green-dark);
}

.bb-product-who .bbpm-who-emphasis {
    color: var(--bb-green-dark);
}

.bb-product-who .bbpm-team-photo {
    border-radius: 16px;
    background: #f9f7f4;
}

/* Scale down thb_image icons inside product description */
.bb-product-description .thb-image-inner img {
    max-width: 60px;
    height: auto;
}

/* Description Section - Enhanced v18.0.0 - Premium Typography */
.bb-product-description {
    background: #f9f7f4;
    padding: var(--space-12) 0 0 0; /* 96px top, no bottom (related products have own padding) */
}

.bb-product-description .woocommerce-Tabs-panel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-5); /* 40px */
}

.bb-product-description .woocommerce-Tabs-panel h2 {
    font-family: var(--font-system);
    font-size: var(--text-3xl); /* 42px - more prominent */
    font-weight: 700;
    color: var(--bb-green-dark);
    margin: 0 0 var(--space-5) 0; /* 40px */
    line-height: 1.2;
}

.bb-product-description .woocommerce-Tabs-panel p {
    font-family: var(--font-system);
    font-size: var(--text-lg); /* 18px - more readable */
    line-height: 1.7;
    color: var(--bb-green-dark);
    opacity: 0.9;
    margin: 0 0 var(--space-3) 0; /* 24px between paragraphs */
    max-width: 800px; /* Prevent too-long lines */
}

.bb-product-description .woocommerce-Tabs-panel ul,
.bb-product-description .woocommerce-Tabs-panel ol {
    font-family: var(--font-system);
    font-size: var(--text-lg); /* 18px */
    line-height: 1.7;
    color: var(--bb-green-dark);
    opacity: 0.9;
    margin: 0 0 var(--space-4) 0; /* 32px */
    padding-left: var(--space-4); /* 32px for better indent */
    max-width: 800px;
}

.bb-product-description .woocommerce-Tabs-panel li {
    margin-bottom: var(--space-2); /* 16px between list items */
    padding-left: var(--space-1); /* 8px additional breathing room */
}

/* Style paragraphs with · bullets as proper list items */
.bb-product-description .woocommerce-Tabs-panel p.p3 {
    padding-left: var(--space-4);
    position: relative;
    margin-bottom: var(--space-2);
}

/* Description content wrapper - adds card-like container */
.bb-product-description .woocommerce-Tabs-panel--description {
    background: white;
    border-radius: 16px;
    padding: var(--space-8) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: var(--space-8);
}

/* Style bold headings in description as section headers */
.bb-product-description .woocommerce-Tabs-panel p b:first-child:last-child,
.bb-product-description .woocommerce-Tabs-panel p > b:only-child {
    color: var(--bb-green-dark);
    font-size: var(--text-xl);
}

/* Description title */
.bb-product-description-title {
    font-family: var(--font-system);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--bb-green-dark);
    text-align: center;
    margin-bottom: var(--space-6);
    display: none; /* Hidden - content has its own headings */
}

/* Hide WooCommerce default tabs navigation - all variations */
.bb-product-hero-layout .woocommerce-tabs ul.tabs,
.bb-product-hero-layout .woocommerce-tabs .tabs,
.bb-product-hero-layout .woocommerce-tabs ul.wc-tabs,
.bb-product-hero-layout .wc-tabs-wrapper .tabs,
.bb-product-hero-layout .woocommerce-product-details__short-description + .woocommerce-tabs ul {
    display: none !important;
}

/* Hide "Beschrijving" heading in description tab - all variations */
.bb-product-hero-layout .woocommerce-tabs .woocommerce-Tabs-panel h2,
.bb-product-hero-layout .woocommerce-tabs #tab-description h2,
.bb-product-hero-layout #tab-description h2,
.bb-product-hero-layout .bb-product-description h2,
.bb-product-description h2:first-child,
.woocommerce-tabs h2:first-child,
#tab-description > h2,
.woocommerce-Tabs-panel--description > h2,
.bb-product-section.bb-product-description > h2,
.bb-product-section.bb-product-description .woocommerce-tabs h2,
.bb-product-hero-layout .bb-product-section h2:first-of-type,
h2.woocommerce-tabs__title {
    display: none !important;
}

/* Also hide any h2 that contains text "Beschrijving" */
.bb-product-hero-layout h2[id*="description"],
.bb-product-hero-layout .entry-content > h2:first-child {
    display: none !important;
}

/* Hide additional information tab completely */
.bb-product-hero-layout .woocommerce-tabs #tab-additional_information,
.bb-product-hero-layout #tab-additional_information {
    display: none !important;
}

/* Hide reviews tab if present */
.bb-product-hero-layout .woocommerce-tabs #tab-reviews,
.bb-product-hero-layout #tab-reviews {
    display: none !important;
}

/* Remove top border/line from tabs wrapper */
.bb-product-hero-layout .woocommerce-tabs,
.bb-product-hero-layout .wc-tabs-wrapper {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Extra specific targeting for tabs that might be outside woocommerce-tabs wrapper */
.bb-product-hero-layout .tabs.wc-tabs {
    display: none !important;
}

/* Related Products Section - Enhanced v20.7.0 */
.bb-product-hero-layout .related.products {
    background: white;
    padding: 60px 0 40px;
    margin: 0;
}

.bb-product-hero-layout .related.products > h2 {
    font-family: var(--font-system);
    font-size: 42px;
    font-weight: 700;
    color: var(--bb-green-dark);
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 1.2;
    position: relative;
}

/* Add eyebrow label to related products */
.bb-product-hero-layout .related.products > h2::before {
    content: 'Ook Interessant';
    display: block;
    font-family: var(--font-system);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--bb-orange);
    margin-bottom: 16px;
}

.bb-product-hero-layout .related.products .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    list-style: none;
}

.bb-product-hero-layout .related.products .product {
    background: white;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), border-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.bb-product-hero-layout .related.products .product:hover {
    border-color: var(--bb-green-dark);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(31, 74, 58, 0.12);
}

.bb-product-hero-layout .related.products .product img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.bb-product-hero-layout .related.products .product .woocommerce-loop-product__title {
    font-family: var(--font-system);
    font-size: var(--text-lg); /* 18px */
    font-weight: 600;
    color: var(--bb-green-dark);
    margin: var(--space-3) var(--space-3) var(--space-2) var(--space-3); /* 24px 24px 16px 24px */
    line-height: 1.3;
}

.bb-product-hero-layout .related.products .product .price {
    font-family: var(--font-system);
    font-size: var(--text-xl); /* 24px */
    font-weight: 700;
    color: var(--bb-green-dark);
    margin: 0 var(--space-3) var(--space-2) var(--space-3); /* 0 24px 16px 24px */
}

.bb-product-hero-layout .related.products .product .price .amount {
    color: var(--bb-green-dark);
}

.bb-product-hero-layout .related.products .product .button {
    background: var(--bb-orange);
    color: white;
    font-family: var(--font-system);
    font-size: var(--text-base);
    font-weight: 600;
    padding: 12px var(--space-3);
    border: none;
    border-radius: var(--space-1);
    cursor: pointer;
    transition: transform 250ms ease, opacity 250ms ease, background-color 250ms ease, color 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
    text-align: center;
    margin: 0 var(--space-3) var(--space-3) var(--space-3);
    text-decoration: none;
    display: block;
    width: auto;
}

.bb-product-hero-layout .related.products .product .button:hover {
    background: #c75a33;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(242, 132, 48, 0.25);
}

/* Responsive */
@media (max-width: 1024px) {
    .bb-product-hero {
        grid-template-columns: 1fr;
    }

    .bb-product-hero-image {
        padding: 40px;
    }

    .bb-product-hero-content {
        padding: 60px 40px;
    }

    .bb-product-impact {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bb-product-impact-image {
        order: -1;
    }
}

@media (max-width: 1024px) {
    .bb-product-hero-layout .related.products .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .bb-product-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bb-product-impact-stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bb-product-section {
        padding: 60px 24px;
    }

    .bb-product-description {
        padding: 60px 0;
    }

    .bb-product-description .woocommerce-Tabs-panel {
        padding: 0 24px;
    }

    .bb-product-description .woocommerce-Tabs-panel h2 {
        font-size: 32px;
    }

    .bb-product-hero-layout .related.products {
        padding: 60px 0;
    }

    .bb-product-hero-layout .related.products > h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .bb-product-hero-layout .related.products .products {
        grid-template-columns: 1fr;
        padding: 0 24px;
    }
}

/* ================================
   CUSTOM RELATED PRODUCTS - v18.5.2
   Independent from parent theme carousel
   ================================ */

.bb-related-products {
    background: white;
    padding: var(--space-12) 0;
}

.bb-related-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-5);
}

.bb-related-title {
    font-family: var(--font-system);
    font-size: var(--text-3xl);
    font-weight: 700;
    color: var(--bb-green-dark);
    text-align: center;
    margin: 0 0 var(--space-8) 0;
    line-height: 1.2;
}

.bb-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
}

.bb-related-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.bb-related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(7, 78, 55, 0.15);
}

.bb-related-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bb-related-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f5f5f5;
}

.bb-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.bb-related-card:hover .bb-related-image img {
    transform: scale(1.05);
}

.bb-related-content {
    padding: var(--space-3);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bb-related-product-title {
    font-family: var(--font-system);
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--bb-green-dark);
    margin: 0 0 var(--space-2) 0;
    line-height: 1.4;
}

.bb-related-price {
    font-family: var(--font-system);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--bb-orange);
    margin-top: auto;
}

.bb-related-price .amount {
    font-weight: 700;
}

.bb-related-actions {
    padding: 0 var(--space-3) var(--space-3);
}

.bb-related-actions .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bb-orange);
    color: white;
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 600;
    padding: var(--space-2) var(--space-3);
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 44px;
    line-height: 1.4;
}

.bb-related-actions .button:hover {
    background: #c75a33;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(217, 106, 59, 0.25);
}

.bb-related-actions .added_to_cart {
    display: block;
    text-align: center;
    margin-top: var(--space-1);
    font-size: var(--text-sm);
    color: var(--bb-green-dark);
    text-decoration: none;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .bb-related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
    }

    .bb-related-container {
        padding: 0 var(--space-4);
    }

    .bb-related-title {
        font-size: var(--text-2xl);
        margin-bottom: var(--space-6);
    }
}

@media (max-width: 768px) {
    .bb-related-products {
        padding: var(--space-8) 0;
    }

    .bb-related-grid {
        grid-template-columns: 1fr;
        gap: var(--space-3);
    }

    .bb-related-container {
        padding: 0 var(--space-3);
    }

    .bb-related-title {
        font-size: var(--text-xl);
        margin-bottom: var(--space-5);
    }
}

/* Hide "Andere suggesties" (cross-sells/upsells) */
.cross-sells,
.upsells,
section.up-sells,
section.cross-sells {
    display: none !important;
}

/* Hide WooCommerce breadcrumb header on product pages */
.thb-woocommerce-header.woocommerce-products-header {
    display: none !important;
}

/* ================================
   CONVERSIE OPTIMALISATIE v19.0.0
   ================================ */

/* Trust Badges - onder CTA button */
.bb-trust-badges {
    display: flex;
    justify-content: center;
    gap: var(--space-4);
    margin-top: var(--space-4);
    padding-top: var(--space-3);
    border-top: 1px solid rgba(7, 78, 55, 0.1);
}

.bb-trust-badge {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--bb-gray);
}

.bb-trust-badge svg {
    color: var(--bb-green-dark);
    flex-shrink: 0;
}

/* Timeline - "Zo werkt het" section */
.bb-timeline {
    position: relative;
    padding-top: 40px;
}

.bb-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        var(--bb-orange) 0%,
        var(--bb-orange) 33%,
        var(--bb-green-light) 33%,
        var(--bb-green-light) 66%,
        var(--bb-green-dark) 66%,
        var(--bb-green-dark) 100%);
    z-index: 0;
}

.bb-product-step {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.bb-step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    background: white;
    border: 3px solid var(--bb-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-system);
    font-size: var(--text-2xl);
    font-weight: 900;
    color: var(--bb-orange);
    z-index: 2;
}

.bb-product-step:nth-child(2) .bb-step-number {
    border-color: var(--bb-green-light);
    color: var(--bb-green-light);
}

.bb-product-step:nth-child(3) .bb-step-number {
    border-color: var(--bb-green-dark);
    color: var(--bb-green-dark);
}

.bb-step-timeline {
    font-family: var(--font-system);
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--bb-orange);
    text-align: center;
    margin-bottom: var(--space-2);
    margin-top: var(--space-8);
}

.bb-product-step:nth-child(2) .bb-step-timeline {
    color: var(--bb-green-light);
}

.bb-product-step:nth-child(3) .bb-step-timeline {
    color: var(--bb-green-dark);
}

.bb-product-step h3 {
    margin-top: var(--space-1);
}

/* Sticky Add to Cart Bar */
.bb-product-hero-layout {
    padding-bottom: 90px; /* Space for sticky cart bar so it doesn't overlap content */
}

.bb-sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

.bb-sticky-cart.is-visible {
    transform: translateY(0);
}

.bb-sticky-cart-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-3) var(--space-5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
}

.bb-sticky-cart-info {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.bb-sticky-cart-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.bb-sticky-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-sticky-cart-details h4 {
    font-family: var(--font-system);
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin: 0 0 var(--space-1) 0;
    line-height: 1.3;
}

.bb-sticky-cart-price {
    font-family: var(--font-system);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--bb-orange);
}

.bb-sticky-cart-actions form {
    margin: 0;
}

.bb-sticky-cart-button {
    font-family: var(--font-system) !important;
    font-size: var(--text-base) !important;
    font-weight: 700 !important;
    background: var(--bb-orange) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: var(--space-2) var(--space-5) !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
    min-height: 50px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.bb-sticky-cart-button:hover {
    background: #c75a33 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(217, 106, 59, 0.3);
}

/* Responsive - Mobile Hero Section v20.6.1 */
@media (max-width: 768px) {
    /* Prevent horizontal scroll */
    .bb-product-hero-layout,
    .bb-product-hero-layout > *,
    .bb-product-hero,
    .bb-product-hero-image,
    .bb-product-hero-content {
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    /* Hero - Stack layout */
    .bb-product-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        width: 100% !important;
    }

    .bb-product-hero-image {
        padding: var(--space-3);
        order: 1;
        width: 100%;
    }

    .bb-product-hero-content {
        padding: var(--space-5) var(--space-3);
        order: 2;
        width: 100%;
    }

    .bb-product-hero-content .bb-product-title {
        font-size: 32px;
    }

    .bb-product-hero-content .bb-product-excerpt {
        font-size: var(--text-base);
    }

    .bb-product-meta-icons {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-2);
    }

    .bb-product-meta-item {
        width: 100%;
    }

    /* Gallery - more compact */
    .bb-product-gallery-main {
        max-width: 100%;
        margin-bottom: var(--space-2);
    }

    /* Show thumbnails on mobile too — small row for navigation */
    .bb-product-gallery-thumbnails {
        display: flex !important;
    }

    /* Product sections */
    .bb-product-impact {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }

    .bb-product-impact-image {
        order: 1;
        min-height: 300px;
    }

    .bb-product-impact-content {
        order: 2;
    }

    /* Trust badges */
    .bb-trust-badges {
        flex-direction: column;
        gap: var(--space-2);
        align-items: center;
    }

    /* Timeline */
    .bb-timeline::before {
        display: none;
    }

    .bb-step-number {
        position: static;
        transform: none;
        margin: 0 auto var(--space-2);
    }

    .bb-step-timeline {
        margin-top: var(--space-3);
    }

    /* Sticky cart */
    .bb-sticky-cart-content {
        flex-direction: column;
        padding: var(--space-2) var(--space-3);
        gap: var(--space-2);
    }

    .bb-sticky-cart-info {
        width: 100%;
    }

    .bb-sticky-cart-actions {
        width: 100%;
    }

    .bb-sticky-cart-button {
        width: 100%;
        display: block;
    }
}

/* ================================
   PRODUCT PAGE VERBETERINGEN v21.0.0
   ================================ */

/* 1. Star rating bij de prijs */
.bb-product-rating-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.bb-rating-stars {
    color: var(--bb-orange);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
}

.bb-rating-text {
    font-family: var(--font-system);
    font-size: var(--text-sm);
    color: var(--bb-gray);
    font-weight: 500;
}

/* 2. Duurzaamheid signaal */
.bb-popularity-signal {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(7, 78, 55, 0.07);
    border: 1px solid rgba(7, 78, 55, 0.15);
    border-radius: 8px;
    margin-bottom: var(--space-3);
    font-family: var(--font-system);
    font-size: var(--text-sm);
    color: var(--bb-green-dark);
}

.bb-popularity-signal svg {
    color: var(--bb-green-dark);
    flex-shrink: 0;
}

.bb-popularity-signal strong {
    font-weight: 600;
}

/* 3. "Lees verder" als pill button */
.bb-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--bb-green-dark);
    text-decoration: none;
    transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border-bottom: none;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(7, 78, 55, 0.08);
    border: 1px solid rgba(7, 78, 55, 0.12);
}

.bb-read-more:hover {
    background: var(--bb-green-dark);
    color: white;
    border-color: var(--bb-green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(7, 78, 55, 0.2);
}

/* 4. USP-balk (trust badges) visueel sterker */
.bb-trust-badges {
    display: flex;
    justify-content: center;
    gap: var(--space-3);
    margin-top: var(--space-4);
    padding: var(--space-3);
    border-top: none;
    background: #f8f9f8;
    border-radius: 12px;
}

.bb-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--bb-green-dark);
}

.bb-trust-badge svg {
    color: var(--bb-green-dark);
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

/* 5. Thumbnail hover versterkt — nu onderdeel van gallery styling hierboven */

/* 6. Ervaringen sectie overgang */
.bb-product-testimonials {
    background: linear-gradient(180deg, #f9f7f4 0%, #f5f0e8 100%);
    border-top: 1px solid rgba(7, 78, 55, 0.06);
}

/* 7. Beschrijving eyebrow label */
.bb-product-description .bb-section-header {
    text-align: center;
    margin-bottom: 0;
}

.bb-product-description .bb-section-eyebrow {
    margin-bottom: var(--space-2);
}

/* De beschrijving titel binnen de card */
.bb-product-description .bb-product-description-title {
    text-align: left;
}

/* 7b. Gerelateerde producten eyebrow */
.bb-related-container > .bb-section-eyebrow {
    text-align: center;
    margin-bottom: var(--space-2);
}

/* 8. Witruimte boven "Wie zijn wij" verminderen */
.bb-product-who {
    padding-top: var(--space-6) !important;
    padding-bottom: var(--space-6) !important;
    margin-top: -20px;
}

/* 9. Footer overgang smoother maken */
.bb-product-who + .site-footer,
.bb-product-hero-layout + .site-footer {
    border-top: 1px solid rgba(7, 78, 55, 0.08);
}

/* 10. Responsive aanpassingen */
@media (max-width: 768px) {
    .bb-popularity-signal {
        font-size: 13px;
    }

    .bb-trust-badges {
        flex-direction: column;
        gap: var(--space-2);
        padding: var(--space-2) var(--space-3);
    }

    .bb-product-rating-inline {
        flex-wrap: wrap;
    }
}

/* ============================================
   LANDING PAGE — WENSKAARTEN TEMPLATE
   Herbruikbaar: wenskaarten, rouwkaarten, etc.
   ============================================ */

/* ── Landing Page: Base ── */
.bb-landing-page {
    font-family: var(--font-system);
    color: var(--bb-black);
    overflow-x: hidden;
}

.bb-landing-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-3);
}

/* ── 1. Hero ── */
.bb-landing-hero {
    background: var(--bb-cream);
    padding: var(--space-10) 0 var(--space-8);
    position: relative;
    overflow: hidden;
}

.bb-landing-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
    align-items: center;
}

.bb-landing-hero .bb-section-eyebrow {
    font-size: var(--text-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bb-green-dark);
    margin-bottom: var(--space-2);
}

.bb-landing-hero-title {
    font-family: var(--font-system);
    font-size: clamp(var(--text-3xl), 5vw, var(--text-4xl));
    font-weight: 800;
    line-height: 1.1;
    color: var(--bb-green-dark);
    margin: 0 0 var(--space-3);
}

.bb-landing-hero-subtitle {
    font-size: var(--text-lg);
    line-height: 1.7;
    color: var(--bb-gray);
    margin: 0 0 var(--space-4);
    max-width: 520px;
}

.bb-landing-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    background: var(--bb-green-dark);
    color: var(--bb-white);
    padding: var(--space-2) var(--space-4);
    border-radius: 8px;
    font-size: var(--text-base);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.bb-landing-hero-cta:hover {
    background: var(--bb-green-medium);
    color: var(--bb-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(7, 78, 55, 0.25);
    text-decoration: none;
}

.bb-landing-hero-cta svg {
    transition: transform 0.3s ease;
}

.bb-landing-hero-cta:hover svg {
    transform: translateX(4px);
}

.bb-landing-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-landing-hero-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* ── 2. Trust Metrics ── */
.bb-landing-metrics {
    background: var(--bb-white);
    padding: var(--space-5) 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.bb-landing-metrics-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-3);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
    text-align: center;
}

.bb-landing-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.bb-landing-metric-number {
    font-size: var(--text-2xl);
    font-weight: 800;
    color: var(--bb-green-dark);
}

.bb-landing-metric-label {
    font-size: var(--text-sm);
    color: var(--bb-gray);
    font-weight: 500;
}

/* ── 3. Producten grid ── */
.bb-landing-products {
    background: var(--bb-white);
    padding: var(--space-10) 0;
}

.bb-landing-products .bb-section-eyebrow {
    text-align: center;
    font-size: var(--text-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bb-green-dark);
    margin-bottom: var(--space-1);
}

.bb-landing-section-title {
    text-align: center;
    font-size: clamp(var(--text-xl), 3vw, var(--text-3xl));
    font-weight: 800;
    color: var(--bb-green-dark);
    margin: 0 0 var(--space-6);
}

.bb-landing-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
}

.bb-landing-product-card {
    background: var(--bb-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bb-landing-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.bb-landing-product-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bb-landing-product-link:hover {
    text-decoration: none;
    color: inherit;
}

.bb-landing-product-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f8f8f8;
}

.bb-landing-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bb-landing-product-card:hover .bb-landing-product-image img {
    transform: scale(1.05);
}

.bb-landing-product-badge {
    position: absolute;
    top: var(--space-2);
    left: var(--space-2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bb-landing-badge-sale {
    background: var(--bb-orange);
    color: var(--bb-white);
}

.bb-landing-product-info {
    padding: var(--space-3);
}

.bb-landing-product-category {
    display: inline-block;
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bb-green-dark);
    background: rgba(7, 78, 55, 0.08);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: var(--space-1);
}

.bb-landing-product-name {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--bb-black);
    margin: 0 0 var(--space-1);
    line-height: 1.3;
}

.bb-landing-product-price {
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: var(--space-2);
}

.bb-landing-product-price del {
    color: var(--bb-gray-light);
    font-weight: 400;
    margin-right: 6px;
}

.bb-landing-product-price ins {
    text-decoration: none;
    color: var(--bb-orange);
}

.bb-landing-product-view {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--bb-green-dark);
    transition: gap 0.3s ease;
}

.bb-landing-product-card:hover .bb-landing-product-view {
    gap: 10px;
}

.bb-landing-no-products {
    text-align: center;
    font-size: var(--text-lg);
    color: var(--bb-gray);
    padding: var(--space-8) 0;
    font-style: italic;
}

.bb-landing-no-products-message {
    text-align: center;
    font-size: var(--text-lg);
    color: var(--bb-gray);
    padding: var(--space-12) var(--space-4);
    font-style: italic;
    background: var(--bb-cream, #f5f0e8);
    border-radius: var(--radius-lg, 12px);
    max-width: 600px;
    margin: var(--space-4) auto;
}

/* ── 4. USPs ── */
.bb-landing-usps {
    background: var(--bb-cream);
    padding: var(--space-10) 0;
}

.bb-landing-usps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
}

.bb-landing-usp-card {
    text-align: center;
    padding: var(--space-5) var(--space-3);
    background: var(--bb-white);
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.bb-landing-usp-card:hover {
    transform: translateY(-4px);
}

.bb-landing-usp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--space-2);
}

.bb-landing-usp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bb-landing-usp-title {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin: 0 0 var(--space-1);
}

.bb-landing-usp-desc {
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--bb-gray);
    margin: 0;
}

/* ── 5. Info sectie (donkergroen) ── */
.bb-landing-info {
    background: var(--bb-green-dark);
    padding: var(--space-10) 0;
}

.bb-landing-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
}

.bb-landing-info-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: var(--space-4);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.3s ease;
}

.bb-landing-info-card:hover {
    background: rgba(255, 255, 255, 0.15);
}

.bb-landing-info-icon {
    width: 64px;
    height: 64px;
    margin-bottom: var(--space-2);
}

.bb-landing-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.bb-landing-info-title {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--bb-white);
    margin: 0 0 var(--space-1);
}

.bb-landing-info-desc {
    font-size: var(--text-base);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* ── 7. CTA Banner ── */
.bb-landing-cta {
    background: linear-gradient(135deg, var(--bb-green-dark) 0%, #0a6346 100%);
    padding: var(--space-10) 0;
    text-align: center;
}

.bb-landing-cta-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 var(--space-3);
}

.bb-landing-cta-title {
    font-size: clamp(var(--text-xl), 3vw, var(--text-3xl));
    font-weight: 800;
    color: var(--bb-white);
    margin: 0 0 var(--space-2);
}

.bb-landing-cta-subtitle {
    font-size: var(--text-lg);
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 var(--space-4);
}

.bb-landing-cta-button {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    background: var(--bb-white);
    color: var(--bb-green-dark);
    padding: var(--space-2) var(--space-5);
    border-radius: 8px;
    font-size: var(--text-lg);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bb-landing-cta-button:hover {
    background: var(--bb-cream);
    color: var(--bb-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.bb-landing-cta-button svg {
    transition: transform 0.3s ease;
}

.bb-landing-cta-button:hover svg {
    transform: translateX(4px);
}

/* ── Landing Page: Responsive ── */
@media (max-width: 1024px) {
    .bb-landing-hero-container {
        grid-template-columns: 1fr;
        gap: var(--space-5);
        text-align: center;
    }

    .bb-landing-hero-subtitle {
        max-width: 100%;
    }

    .bb-landing-hero-cta {
        margin: 0 auto;
    }

    .bb-landing-hero-visual {
        order: -1;
    }

    .bb-landing-hero-image {
        max-width: 380px;
    }

    .bb-landing-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .bb-landing-hero {
        padding: var(--space-6) 0 var(--space-5);
    }

    .bb-landing-hero-title {
        font-size: var(--text-2xl);
    }

    .bb-landing-metrics-container {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-2);
    }

    .bb-landing-metric-number {
        font-size: var(--text-xl);
    }

    .bb-landing-metric-label {
        font-size: var(--text-xs);
    }

    .bb-landing-usps-grid,
    .bb-landing-info-grid {
        grid-template-columns: 1fr;
        gap: var(--space-3);
    }

    .bb-landing-products,
    .bb-landing-usps,
    .bb-landing-info,
    .bb-landing-cta {
        padding: var(--space-6) 0;
    }
}

@media (max-width: 580px) {
    .bb-landing-products-grid {
        grid-template-columns: 1fr;
    }

    .bb-landing-hero-image {
        max-width: 280px;
    }
}

/* ============================================
   CHECKOUT PAGE - Sticky Order Review
   ============================================ */

@media (min-width: 768px) {
    .woocommerce-checkout .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .woocommerce-checkout .thb-checkout-form-column + .columns {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
}

/* ============================================
   MOLLIE FORMS - Recurring Donation Styling
   ============================================ */

/* Form container - standalone */
.bbpm-mollie-form {
    max-width: 520px;
    margin: 0 auto;
    padding: var(--space-4) var(--space-4) var(--space-3);
    background: var(--bb-white);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

/* Form inside action card - no card wrapper needed */
.bbpm-action-card .bbpm-mollie-form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

/* Field rows */
.bbpm-mollie-form .mollie_forms_field_row {
    margin-bottom: var(--space-3);
}

/* Labels */
.bbpm-mollie-form .mollie_forms_field_row > label {
    display: block;
    font-family: var(--font-system);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--bb-green-dark);
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}

/* Text & email inputs */
.bbpm-mollie-form input[type="text"],
.bbpm-mollie-form input[type="email"],
.bbpm-mollie-form input[type="number"] {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-family: var(--font-system);
    font-size: var(--text-base);
    color: var(--bb-black);
    background: var(--bb-white);
    border: 2px solid var(--bb-cream-dark);
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bbpm-mollie-form input[type="text"]:focus,
.bbpm-mollie-form input[type="email"]:focus,
.bbpm-mollie-form input[type="number"]:focus {
    border-color: var(--bb-green-medium);
    box-shadow: 0 0 0 3px rgba(10, 99, 70, 0.1);
}

.bbpm-mollie-form input[type="text"]::placeholder,
.bbpm-mollie-form input[type="email"]::placeholder {
    color: var(--bb-gray-light);
}

/* Radio button groups (price options & payment methods) */
.bbpm-mollie-form .mollie_forms_field_row label:has(input[type="radio"]) {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin-bottom: 6px;
    background: var(--bb-white);
    border: 2px solid var(--bb-cream-dark);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: var(--text-base);
    color: var(--bb-black);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.bbpm-mollie-form .mollie_forms_field_row label:has(input[type="radio"]):hover {
    border-color: var(--bb-green-light);
    background: rgba(10, 99, 70, 0.02);
}

.bbpm-mollie-form .mollie_forms_field_row label:has(input[type="radio"]:checked) {
    border-color: var(--bb-green-dark);
    background: rgba(7, 78, 55, 0.04);
}

/* Custom radio button appearance */
.bbpm-mollie-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid var(--bb-cream-dark);
    border-radius: 50%;
    background: var(--bb-white);
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease;
}

.bbpm-mollie-form input[type="radio"]:checked {
    border-color: var(--bb-green-dark);
    background: var(--bb-white);
}

.bbpm-mollie-form input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bb-green-dark);
}

/* Open amount input - inline with label */
.bbpm-mollie-form .mollie_forms_field_row label:has(input[type="number"]) {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: var(--bb-black);
    padding: 0 16px 0 0;
}

.bbpm-mollie-form .mollie_forms_field_row label input[type="number"] {
    width: 100px;
    padding: 8px 12px;
    font-size: var(--text-sm);
    margin: 0;
}

/* Checkbox (authorization) */
.bbpm-mollie-form .mollie_forms_field_row label:has(input[type="checkbox"]) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    margin-top: var(--space-2);
    background: rgba(7, 78, 55, 0.03);
    border: 1px solid var(--bb-cream-dark);
    border-radius: 8px;
    font-size: var(--text-sm);
    color: var(--bb-gray);
    line-height: 1.5;
    cursor: pointer;
}

.bbpm-mollie-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 1px;
    border: 2px solid var(--bb-cream-dark);
    border-radius: 4px;
    background: var(--bb-white);
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.bbpm-mollie-form input[type="checkbox"]:checked {
    border-color: var(--bb-green-dark);
    background: var(--bb-green-dark);
}

.bbpm-mollie-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid var(--bb-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Submit button */
.bbpm-mollie-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    margin-top: var(--space-1);
    font-family: var(--font-system);
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--bb-white);
    background: var(--bb-green-dark);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease, transform 0.06s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(7, 78, 55, 0.2);
}

.bbpm-mollie-form button[type="submit"]:hover {
    background: var(--bb-green-medium);
    box-shadow: 0 6px 16px rgba(7, 78, 55, 0.3);
    transform: translateY(-1px);
}

.bbpm-mollie-form button[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(7, 78, 55, 0.2);
}

/* Payment method images (if present) */
.bbpm-mollie-form .mollie_forms_field_row img {
    height: 24px;
    width: auto;
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
    .bbpm-mollie-form {
        max-width: 100%;
    }
}

/* Fallback for browsers without :has() support */
@supports not (selector(:has(*))) {
    .bbpm-mollie-form .mollie_forms_field_row label {
        display: block;
        margin-bottom: 6px;
    }

    .bbpm-mollie-form input[type="radio"],
    .bbpm-mollie-form input[type="checkbox"] {
        margin-right: 8px;
    }
}

/* ============================================
   MODAL - Steun Form Popup
   ============================================ */

.bb-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-2);
}

.bb-modal[aria-hidden="true"] {
    display: none;
}

/* Overlay */
.bb-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 40, 28, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor: pointer;
}

/* Container */
.bb-modal__container {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    background: var(--bb-white);
    border-radius: 16px;
    padding: var(--space-4) var(--space-4) var(--space-3);
    box-shadow: var(--shadow-xl);
    animation: bb-modal-in 0.25s ease-out;
}

@keyframes bb-modal-in {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Close button */
.bb-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--bb-gray);
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.15s ease, color 0.15s ease;
    line-height: 1;
}

.bb-modal__close:hover {
    background: var(--bb-cream);
    color: var(--bb-black);
}

/* Title & subtitle */
.bb-modal__title {
    font-family: var(--font-system);
    font-size: var(--text-xl);
    font-weight: 800;
    color: var(--bb-green-dark);
    margin: 0 0 4px 0;
    padding-right: 40px;
}

.bb-modal__subtitle {
    font-family: var(--font-system);
    font-size: var(--text-sm);
    color: var(--bb-gray);
    margin: 0 0 var(--space-3) 0;
    line-height: 1.5;
}

/* Form inside modal: reset card wrapper */
.bb-modal .bbpm-mollie-form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

/* Mobile: full-width modal at bottom */
@media (max-width: 580px) {
    .bb-modal {
        align-items: flex-end;
        padding: 0;
    }

    .bb-modal__container {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 16px 16px 0 0;
        padding: var(--space-3) var(--space-2) var(--space-2);
        animation: bb-modal-slide-up 0.3s ease-out;
    }

    @keyframes bb-modal-slide-up {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Updated: Sat Feb 22 2026 - v23.0.0 Mollie Forms Modal */

/* ============================================
   STORYBRAND HOMEPAGE SECTIONS
   ============================================ */

/* --- Stakes Section --- */
.bb-stakes-section {
    padding: 100px 60px;
    background: linear-gradient(180deg, #faf8f4 0%, #f5f0e8 100%);
    text-align: center;
}

.bb-stakes-inner {
    max-width: 800px;
    margin: 0 auto;
}

.bb-stakes-title {
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    color: var(--bb-dark, #2d2a26);
    margin-bottom: 32px;
    line-height: 1.3;
}

.bb-stakes-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--bb-text, #4a4640);
    margin-bottom: 24px;
}

.bb-stakes-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .bb-stakes-section {
        padding: 60px 24px;
    }
    .bb-stakes-title {
        font-size: 1.5rem;
    }
    .bb-stakes-text {
        font-size: 1rem;
    }
}

/* --- Value Props Section (2x3 grid) --- */
.bb-value-props-section {
    padding: 100px 60px;
    background: #f5f0e8;
}

.bb-value-props-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.bb-value-props-title {
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--bb-dark, #2d2a26);
    text-align: center;
    margin-bottom: 60px;
}

.bb-value-props-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.bb-value-prop-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bb-value-prop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.bb-value-prop-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    color: var(--bb-green, #5a7a5a);
}

.bb-value-prop-icon svg {
    width: 48px;
    height: 48px;
}

.bb-value-prop-card-title {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bb-dark, #2d2a26);
    margin-bottom: 12px;
}

.bb-value-prop-card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--bb-text, #4a4640);
    margin: 0;
}

@media (max-width: 1024px) {
    .bb-value-props-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bb-value-props-section {
        padding: 60px 24px;
    }
    .bb-value-props-title {
        font-size: 1.75rem;
        margin-bottom: 40px;
    }
    .bb-value-props-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bb-value-prop-card {
        padding: 32px 24px;
    }
}

/* --- Secondary Button (hero) --- */
.bb-btn-secondary {
    background: transparent !important;
    color: var(--bb-dark, #2d2a26) !important;
    border: 2px solid var(--bb-dark, #2d2a26) !important;
    border-radius: 8px;
    padding: 14px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bb-btn-secondary:hover {
    background: var(--bb-dark, #2d2a26) !important;
    color: white !important;
}

/* Hero with white text: secondary button should be white border */
.bb-hero .bb-btn-secondary {
    color: white !important;
    border-color: white !important;
}

.bb-hero .bb-btn-secondary:hover {
    background: white !important;
    color: var(--bb-dark, #2d2a26) !important;
}

/* --- Progress Section (counter rework) --- */
.bb-progress-section {
    padding: 100px 60px;
    background: linear-gradient(135deg, #2d2a26 0%, #3d3a36 100%);
    color: white;
    text-align: center;
}

.bb-progress-title {
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
}

.bb-progress-section .bb-counter-digits {
    justify-content: center;
    margin-bottom: 8px;
}

.bb-progress-section .bb-counter-label {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.bb-progress-spacer {
    height: 40px;
}

.bb-progress-bar-wrapper {
    max-width: 700px;
    margin: 0 auto 40px;
}

.bb-progress-bar {
    height: 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 99px;
    overflow: visible;
    position: relative;
}

.bb-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--bb-green, #5a7a5a), #7fb07f);
    border-radius: 99px;
    transition: width 1.5s ease-out;
    position: relative;
}

.bb-progress-fill::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: white;
    border: 3px solid var(--bb-green, #5a7a5a);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bb-progress-phase-marker {
    position: absolute;
    top: -6px;
    width: 2px;
    height: 28px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
}

.bb-progress-hectare-marker {
    position: absolute;
    top: -6px;
    width: 2px;
    height: 28px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
}

.bb-hectare-label {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
    white-space: nowrap;
}

.bb-progress-phases {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.bb-progress-phase {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

.bb-progress-phase.completed {
    color: var(--bb-green, #7fb07f);
}

.bb-phase-check {
    flex-shrink: 0;
}

.bb-progress-cta {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .bb-progress-section {
        padding: 60px 24px;
    }
    .bb-progress-title {
        font-size: 1.75rem;
    }
    .bb-progress-phases {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

/* --- Nav CTA Button --- */
.bb-nav-cta > a {
    background: var(--bb-orange, #e07c3e) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    transition: background 0.3s ease !important;
}

.bb-nav-cta > a:hover {
    background: #c96a30 !important;
}

/* --- Nav CTA Button in mobile menu: white on orange panel --- */
#mobile-menu .bb-nav-cta > a {
    background: white !important;
    color: var(--bb-green-dark, #074e37) !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    text-align: center !important;
    display: block !important;
    margin-top: 8px !important;
}

#mobile-menu .bb-nav-cta > a:hover {
    background: #f0f0f0 !important;
}

/* --- Mobile language switcher: more prominent --- */
.thb-mobile-menu-switchers {
    padding: 24px 30px !important;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 12px)) !important;
}

.thb-language-switcher-mobile {
    width: 100% !important;
}

.thb-language-switcher-select {
    width: 100% !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    cursor: pointer !important;
}

/* Updated: Fri Feb 28 2026 - StoryBrand homepage sections */

/* ============================================
   HOMEPAGE STYLING OVERHAUL v22.0.0
   Polished visual design with smooth section flow
   ============================================ */

/* --- Section Color Flow ---
   Hero (beige banner) → Stakes (white) → Howto (warm grey)
   → Testimonials (dark) → Value Props (sage) → Products (white)
   → Boomcadeau (warm) → Progress (dark) → Partners (white) → Newsletter
   -------------------------------------------- */

/* Reset: all homepage sections flush, no extra margins */
.page-id-6878 section,
.page-id-6878 .bb-section,
.page-id-7903 section,
.page-id-7903 .bb-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* --- Stakes Section --- */
.bb-stakes-section {
    background: white !important;
    padding: 72px 60px !important;
    clip-path: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    text-align: center;
}

.bb-stakes-inner {
    max-width: 700px;
}

.bb-stakes-title {
    font-family: inherit;
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
    color: var(--bb-dark, #2d2a26) !important;
    margin-bottom: 12px !important;
    position: relative;
}

.bb-stakes-section .bb-stakes-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--bb-green, #5a7a5a);
    margin: 16px auto 0;
    border-radius: 2px;
}

.bb-stakes-text {
    max-width: 700px !important;
    margin: 0 auto !important;
}

.bb-stakes-text p {
    font-size: 1.05rem !important;
    line-height: 1.85 !important;
    color: #5a5650 !important;
}

/* --- Howto Section --- */
.bb-howto-section {
    background: #faf9f7 !important;
    padding: 80px 60px !important;
}

/* --- Testimonials Section --- */
.bb-testimonials-section {
    padding: 80px 60px !important;
}

/* --- Value Props Section --- */
.bb-value-props-section {
    background: #eef3ea !important;
    padding: 80px 60px !important;
}

.bb-value-props-title {
    font-size: 2rem !important;
    font-weight: 500 !important;
    margin-bottom: 48px !important;
}

.bb-value-prop-card {
    background: white !important;
    border: 1px solid rgba(90, 122, 90, 0.08) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 12px !important;
    padding: 36px 28px !important;
}

.bb-value-prop-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(90, 122, 90, 0.15) !important;
}

.bb-value-prop-icon {
    color: var(--bb-green, #5a7a5a) !important;
    opacity: 0.85;
    margin-bottom: 16px !important;
}

.bb-value-prop-card-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.bb-value-prop-card-desc {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    color: #6b6560 !important;
}

/* --- Product Grid Section --- */
.bb-section.bb-support-section {
    background: white !important;
    padding: 80px 60px !important;
}

/* Fix: product grid title - no all-caps, elegant serif */
.bb-section.bb-support-section .bb-section-title,
.bb-section.bb-support-section > h2,
.bb-support-section .bb-section-title {
    text-transform: none !important;
    font-family: var(--bb-heading-font, 'Playfair Display', serif) !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: var(--bb-dark, #2d2a26) !important;
}

/* --- Boomcadeau Section --- */
.bb-story-section {
    background: var(--bb-cream) !important;
    padding: 80px 60px !important;
}

.bb-story-section::before,
.bb-story-section::after {
    display: none !important;
}

.bb-story-eyebrow {
    color: var(--bb-green, #5a7a5a) !important;
}

.bb-story-title {
    font-weight: 500 !important;
}

/* --- Progress Section --- */
.bb-progress-section {
    padding: 80px 60px !important;
}

.bb-progress-title {
    font-weight: 500 !important;
}

/* --- Partners Section --- */
.bb-partners-section {
    background: white !important;
    padding: 56px 60px !important;
}

/* --- Hero Secondary Button (light hero background) --- */
.bb-hero .bb-btn-secondary {
    color: var(--bb-dark, #2d2a26) !important;
    border-color: var(--bb-dark, #2d2a26) !important;
    background: transparent !important;
    border-width: 2px !important;
    border-style: solid !important;
    font-weight: 600 !important;
}

.bb-hero .bb-btn-secondary:hover {
    background: var(--bb-dark, #2d2a26) !important;
    color: white !important;
}

/* --- Howto step refinements --- */
.bb-howto-step-number {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.bb-howto-step:hover .bb-howto-step-number {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bb-howto-step-title {
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

.bb-howto-step-description {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    color: #5a5650 !important;
}

/* --- Testimonial card refinements --- */
.bb-testimonial-card {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: transform 0.2s ease !important;
}

.bb-testimonial-card:hover {
    transform: translateY(-2px);
}

/* --- Newsletter refinements --- */
.bb-newsletter-section {
    padding: 72px 60px !important;
    clip-path: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

/* --- Mobile responsive --- */
@media (max-width: 768px) {
    .bb-stakes-section {
        padding: 56px 24px !important;
    }

    .bb-stakes-title {
        font-size: 1.4rem !important;
    }

    .bb-stakes-text p {
        font-size: 0.95rem !important;
    }

    .bb-howto-section,
    .bb-testimonials-section,
    .bb-value-props-section,
    .bb-section.bb-support-section,
    .bb-progress-section {
        padding: 56px 24px !important;
    }

    .bb-story-section {
        padding: 48px 24px !important;
    }

    .bb-partners-section {
        padding: 40px 24px !important;
    }

    .bb-newsletter-section {
        padding: 56px 24px !important;
    }

    .bb-value-props-title {
        font-size: 1.6rem !important;
        margin-bottom: 32px !important;
    }

    .bb-value-prop-card {
        padding: 28px 24px !important;
    }
}

@media (max-width: 480px) {
    .bb-stakes-section {
        padding: 48px 20px !important;
    }

    .bb-stakes-title {
        font-size: 1.25rem !important;
    }
}

/* Updated: Fri Feb 28 2026 - Complete styling overhaul v22.0.0 */

/* Fix: Product grid title - correct selector (.bb-title-styled) */
.bb-section.bb-support-section .bb-title-styled,
.bb-section.bb-support-section h2.bb-title-styled {
    text-transform: none !important;
    font-family: var(--bb-heading-font, "Playfair Display", serif) !important;
    font-size: 2.25rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: var(--bb-dark, #2d2a26) !important;
}

@media (max-width: 768px) {
    .bb-section.bb-support-section .bb-title-styled {
        font-size: 1.75rem !important;
    }
}

/* ============================================
   STYLING FIXES v22.1.0
   Font consistency, button polish, section reorder
   ============================================ */

/* --- Fix 1: Stakes title - match howto/testimonials font --- */
.bb-stakes-title {
    font-family: "system-ui", "San Francisco", "Segoe UI", Roboto, Oxygen, Ubuntu, Arial, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #074e37 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 24px !important;
}

/* Remove the accent underline that doesn't match other titles */
.bb-stakes-section .bb-stakes-title::after {
    display: none !important;
}

/* --- Fix 2: Hero "Schenk een boom" secondary button --- */
.bb-hero .bb-btn-secondary {
    color: var(--bb-dark, #2d2a26) !important;
    border: 1.5px solid rgba(45, 42, 38, 0.4) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border-radius: 12px !important;
    padding: 14px 32px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    transition: all 0.25s ease !important;
}

.bb-hero .bb-btn-secondary:hover {
    background: var(--bb-dark, #2d2a26) !important;
    color: white !important;
    border-color: var(--bb-dark, #2d2a26) !important;
}

/* Match primary button border-radius */
.bb-hero .bb-btn-primary,
.bb-hero .bb-btn {
    border-radius: 12px !important;
}

/* Secondary hero button: smaller */
.bb-hero-buttons .bb-btn-secondary {
    padding: 14px 28px !important;
    font-size: 14px !important;
}

/* ============================================
   CROWDFUND PROGRESS BAR (v23.0.0)
   ============================================ */
.bb-crowdfund-section {
    background: var(--bb-cream, #f5f0e8);
    padding: 56px 40px;
    text-align: center;
}

.bb-crowdfund-inner {
    max-width: 640px;
    margin: 0 auto;
}

.bb-crowdfund-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--bb-green-dark, #074e37);
    font-weight: 700;
    margin-bottom: 20px;
}

.bb-crowdfund-track {
    background: rgba(7, 78, 55, 0.12);
    border-radius: 999px;
    height: 28px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.bb-crowdfund-fill {
    background: linear-gradient(90deg, var(--bb-green-dark, #074e37) 0%, #0a7a54 100%);
    height: 100%;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 60px;
}

.bb-crowdfund-percent {
    color: white;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bb-crowdfund-text {
    font-size: 16px;
    color: var(--bb-gray, #6b6b6b);
    line-height: 1.6;
    margin-bottom: 24px;
}

.bb-crowdfund-btn {
    border-radius: 12px !important;
}

@media (max-width: 768px) {
    .bb-crowdfund-section {
        padding: 40px 24px;
    }
    .bb-crowdfund-track {
        height: 22px;
    }
}

/* --- Fix 3: Product grid title --- */
.bb-section.bb-support-section .bb-title-styled,
.bb-section.bb-support-section h2.bb-title-styled {
    text-transform: none !important;
    font-family: "system-ui", "San Francisco", "Segoe UI", Roboto, Oxygen, Ubuntu, Arial, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: #074e37 !important;
}

/* --- Fix 4: Counter/Progress section - GREEN background --- */
.bb-progress-section {
    background: linear-gradient(135deg, var(--bb-green-dark) 0%, #085940 100%) !important;
    padding: 72px 60px !important;
    clip-path: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.bb-progress-title {
    color: white !important;
    font-family: "system-ui", "San Francisco", "Segoe UI", Roboto, Oxygen, Ubuntu, Arial, sans-serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.bb-progress-section .bb-counter-label {
    color: rgba(255, 255, 255, 0.8) !important;
}

.bb-progress-section .bb-counter-label .accent {
    color: white !important;
}

.bb-progress-fill {
    background: linear-gradient(90deg, #8bc48b, #b5deb5) !important;
}

.bb-progress-fill::after {
    border-color: #8bc48b !important;
}

.bb-progress-phase.completed {
    color: #b5deb5 !important;
}

/* --- Fix 5: Removed - boomcadeau now uses default var(--bb-cream) --- */

/* --- Fix 6: Value Props title - match system-ui style --- */
.bb-value-props-title {
    font-family: "system-ui", "San Francisco", "Segoe UI", Roboto, Oxygen, Ubuntu, Arial, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #074e37 !important;
    letter-spacing: -0.02em !important;
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .bb-stakes-title {
        font-size: 1.75rem !important;
    }

    .bb-section.bb-support-section .bb-title-styled {
        font-size: 1.75rem !important;
    }

    .bb-value-props-title {
        font-size: 1.75rem !important;
    }

    .bb-progress-section {
        padding: 56px 24px !important;
    }

    .bb-progress-title {
        font-size: 1.5rem !important;
    }
}

/* Updated: Fri Feb 28 2026 - v22.1.0 font + button + section fixes */

/* === Quote Banner overlap fix (v22.2.0) === */
.page-id-6878 .bb-quote-banner,
.page-id-7903 .bb-quote-banner {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
}

/* === Mobile: green quote overlaps hero photo (v22.12.0) === */
@media (max-width: 768px) {
    .page-id-6878 .bb-hero,
    .page-id-7903 .bb-hero {
        padding-bottom: 0 !important;
    }

    .page-id-6878 .bb-quote-banner,
    .page-id-7903 .bb-quote-banner {
        margin-top: -60px !important;
        margin-bottom: -40px !important;
    }

    /* Ensure proof caption is visible above quote overlap */
    .page-id-6878 .bb-proof,
    .page-id-7903 .bb-proof {
        padding-bottom: 100px !important;
    }
}

/* === Stakes eyebrow + subtitle to match howto (v22.2.0) === */
.bb-stakes-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
}

.bb-stakes-title {
    font-size: clamp(32px, 5vw, 48px) !important;
    font-weight: 700 !important;
    color: var(--bb-green-dark) !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

.bb-stakes-subtitle {
    font-size: 18px;
    color: var(--bb-gray);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

/* ============================================
   WIE ZIJN WIJ SECTION (v22.6.0)
   ============================================ */
.bb-wie-zijn-wij-section {
    background: var(--bb-green-dark);
    color: white;
    padding: 100px 60px;
}

.bb-wsw-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.bb-wsw-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
}

.bb-wsw-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bb-wsw-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.bb-wsw-team-side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
}

.bb-wsw-photo-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.bb-wsw-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-wsw-member-name {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 4px;
}

.bb-wsw-member-role {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 900px) {
    .bb-wsw-container {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }
    .bb-wie-zijn-wij-section {
        padding: 72px 24px;
    }
}

@media (max-width: 480px) {
    .bb-wsw-photo-wrap {
        width: 96px;
        height: 96px;
    }
    .bb-wsw-team-side {
        gap: 16px;
    }
}

/* === Footer: remove white gap above footer (v22.6.0) === */
#footer {
    margin-top: 0 !important;
}

/* === Hide quickview flash on page load (v22.6.0) === */
.thb-quickview-wrapper {
    opacity: 0;
    visibility: hidden;
}
.thb-quickview-wrapper.open {
    opacity: 1;
    visibility: visible;
}

/* ================================
   FEATURES GRID SECTION (plant-mee)
   ================================ */
.bb-features-section {
    background: var(--bb-cream);
    padding: 100px 40px;
    text-align: center;
}

.bb-features-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.bb-features-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.bb-features-heading {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.bb-features-intro {
    font-size: 18px;
    color: var(--bb-gray);
    max-width: 600px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.bb-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bb-feature-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bb-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(7, 78, 55, 0.12);
}

.bb-feature-icon {
    width: 56px;
    height: 56px;
    background: rgba(7, 78, 55, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--bb-green-dark);
}

.bb-feature-icon svg {
    width: 28px;
    height: 28px;
}

.bb-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--bb-green-dark);
    margin-bottom: 8px;
    font-family: inherit;
}

.bb-feature-desc {
    font-size: 14px;
    color: var(--bb-gray);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .bb-features-section {
        padding: 60px 24px;
    }

    .bb-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .bb-feature-card {
        padding: 24px 16px;
    }
}

@media (max-width: 480px) {
    .bb-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================
   PRACTICAL INFO SECTION (plant-mee)
   ================================ */
.bb-practical-section {
    background: #faf9f7;
    padding: 100px 40px;
}

.bb-practical-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.bb-practical-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.bb-practical-heading {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.bb-practical-intro {
    font-size: 17px;
    color: var(--bb-gray);
    line-height: 1.6;
    margin-bottom: 32px;
}

.bb-practical-address {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 32px;
    font-weight: 600;
    color: var(--bb-green-dark);
}

.bb-practical-address svg {
    color: var(--bb-orange);
    flex-shrink: 0;
}

.bb-practical-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bb-practical-item {
    padding-left: 20px;
    border-left: 3px solid var(--bb-green-dark);
}

.bb-practical-item-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--bb-green-dark);
    margin-bottom: 6px;
    font-family: inherit;
}

.bb-practical-item-text {
    font-size: 15px;
    color: var(--bb-gray);
    line-height: 1.6;
    margin: 0;
}

.bb-practical-map {
    border-radius: 16px;
    overflow: hidden;
    min-height: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.bb-practical-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
}

@media (max-width: 768px) {
    .bb-practical-section {
        padding: 60px 24px;
    }

    .bb-practical-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bb-practical-map {
        min-height: 300px;
    }

    .bb-practical-map iframe {
        min-height: 300px;
    }
}

/* === Footer margin fix (matching production) === */
#footer {
    margin-top: 0 !important;
}

/* === Plant-mee page: section gap fixes === */
.bb-features-section + .bb-practical-section {
    margin-top: 0;
}

/* Smooth transition from counter (green) to features (green) */
.bb-progress-section + .bb-features-section {
    margin-top: 0;
}

/* Remove gap between newsletter and footer */
.bb-newsletter-section + #footer {
    margin-top: 0 !important;
}

/* === Plant-mee page (6670): mobile hero-quote overlap fix === */
@media (max-width: 768px) {
    .page-id-6670 .thb-hero-row {
        margin-bottom: -100px !important;
    }
    .page-id-6670 .bb-quote-banner {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }
}

/* ================================
   PAGE HEADER (subpage banner)
   ================================ */
.bb-page-header {
    background: var(--bb-cream);
    padding: 48px 60px 40px;
    position: relative;
}

.bb-page-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* Breadcrumbs */
.bb-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
}

.bb-breadcrumbs a {
    color: var(--bb-green-dark);
    text-decoration: none;
    font-weight: 600;
}

.bb-breadcrumbs a:hover {
    color: var(--bb-orange);
    text-decoration: underline;
}

.bb-breadcrumb-sep {
    color: var(--bb-gray-light, #a8a8a8);
    font-size: 12px;
}

.bb-breadcrumb-current {
    color: var(--bb-gray);
}

/* Title */
.bb-page-header-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    color: var(--bb-green-dark);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    position: relative;
}

.bb-page-header-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--bb-orange) 0%, var(--bb-orange-light, #ff8b5e) 100%);
    border-radius: 2px;
}

/* Subtitle */
.bb-page-header-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--bb-gray);
    margin-bottom: 32px;
    margin-top: 20px;
    max-width: 520px;
}

/* Image */
.bb-page-header-image {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 16px 48px rgba(7, 78, 55, 0.15);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-page-header-image:hover {
    transform: translateY(-6px);
}

.bb-page-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-page-header-image:hover img {
    transform: scale(1.05);
}

/* CTA button spacing */
.bb-page-header-content .bb-btn {
    margin-top: 8px;
}

/* Transitions between page header and next sections */
.bb-page-header + .bb-story-section {
    margin-top: 0;
    padding-top: 20px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .bb-page-header {
        padding: 32px 24px 48px;
    }

    .bb-page-header-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bb-page-header-image {
        order: -1;
        max-height: 250px;
    }

    .bb-page-header-title {
        font-size: clamp(1.75rem, 5vw, 2.25rem);
    }

    .bb-page-header-subtitle {
        font-size: 1rem;
    }
}

/* ================================
   BOOMCADEAU SECTION
   ================================ */
.bb-boomcadeau-section {
    background: var(--bb-cream);
    padding: 80px 40px;
}

.bb-boomcadeau-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.bb-boomcadeau-image-left .bb-boomcadeau-inner {
    direction: rtl;
}

.bb-boomcadeau-image-left .bb-boomcadeau-inner > * {
    direction: ltr;
}

.bb-boomcadeau-eyebrow {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bb-orange);
    font-weight: 700;
    margin-bottom: 16px;
}

.bb-boomcadeau-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    color: var(--bb-green-dark);
    line-height: 1.15;
    margin-bottom: 20px;
}

.bb-boomcadeau-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: var(--bb-gray);
    margin-bottom: 24px;
    font-weight: 400;
}

.bb-boomcadeau-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--bb-gray);
    margin-bottom: 16px;
    font-weight: 300;
}

.bb-boomcadeau-highlight {
    background: rgba(255, 255, 255, 0.7);
    border-left: 4px solid var(--bb-orange);
    padding: 20px 24px;
    margin: 24px 0;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--bb-green-dark);
    font-weight: 500;
}

.bb-boomcadeau-content .bb-btn {
    margin-top: 12px;
    max-width: fit-content;
    white-space: nowrap;
}

.bb-boomcadeau-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.bb-boomcadeau-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .bb-boomcadeau-section {
        padding: 60px 20px;
    }

    .bb-boomcadeau-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bb-boomcadeau-image-left .bb-boomcadeau-inner {
        direction: ltr;
    }

    .bb-boomcadeau-image {
        order: -1;
    }

    .bb-boomcadeau-title {
        font-size: clamp(1.75rem, 5vw, 2.25rem);
    }
}
