        #cb-pdp.cb-pdp-root {
            --teal: #17a19e;
            --dark-teal: #0a5c59;
            --navy: #1a547a;
            --bg-light: #e5f2f1;
            --bg-dark: #081a26;
            --text-dark: #1b1d1f;
            --text-body: #4a5568;
            --white: #ffffff;
            --off-white: #f8fafc;
            --border-light: rgba(26, 84, 122, 0.08);
            --accent-warm: #c0392b;

            --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;

            --radius-sm: 8px;
            --radius-md: 16px;
            --radius-lg: 24px;
            --radius-pill: 9999px;

            --shadow-soft: 0 10px 40px -10px rgba(26, 84, 122, 0.08);
            --shadow-hover: 0 20px 40px -10px rgba(23, 161, 158, 0.2);
            --glass-bg: rgba(255, 255, 255, 0.85);
            --glass-blur: blur(12px);

            --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
            --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);

            --accent-red: #c8332a;
            --accent-red-dark: #9a2018;
            --accent-red-soft: #f5e0dc;
            --accent-red-tint: rgba(200, 51, 42, 0.12);
            --shadow-pill-md: 0 4px 16px rgba(20, 24, 31, 0.06), 0 12px 36px rgba(20, 24, 31, 0.08);
            --shadow-pill-lg: 0 8px 24px rgba(20, 24, 31, 0.08), 0 24px 60px rgba(20, 24, 31, 0.12);

            /* Neutralizácia Venalio theme heading scale (--h2-font-size: 3rem atď.) */
            --h1-font-size: clamp(2.25rem, 4.5vw, 3.5rem);
            --h2-font-size: clamp(2rem, 4vw, 3rem);
            --h3-font-size: 1.25rem;
            --h4-font-size: 1rem;
        
            font-family: var(--font-sans);
            color: var(--text-dark);
            background-color: var(--white);
            line-height: 1.6;
            overflow-x: clip;
            -webkit-font-smoothing: antialiased;
        }

#cb-pdp.cb-pdp-root,
#cb-pdp.cb-pdp-root *,
#cb-pdp.cb-pdp-root *::before,
#cb-pdp.cb-pdp-root *::after {
    box-sizing: border-box;
}


#cb-pdp.cb-pdp-root h1,
#cb-pdp.cb-pdp-root h2,
#cb-pdp.cb-pdp-root h3,
#cb-pdp.cb-pdp-root h4,
#cb-pdp.cb-pdp-root .font-display {
            font-family: var(--font-display);
            font-weight: 700;
            color: var(--navy);
            line-height: 1.1;
            letter-spacing: -0.02em;
        }
#cb-pdp.cb-pdp-root h1 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); }
#cb-pdp.cb-pdp-root p { color: var(--text-body); }
#cb-pdp.cb-pdp-root .section-header p { font-size: 1.125rem; max-width: 65ch; margin: 1rem auto 0; }
#cb-pdp.cb-pdp-root .cb-pdp-hero-content p { max-width: 100%; }

/* Veľké nadpisy len v hlavičkách sekcií — nie v kartách */
#cb-pdp.cb-pdp-root .section-header h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--navy); }
#cb-pdp.cb-pdp-root .bottom-cta h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--white); }

/* Komponentové nadpisy — LP veľkosti, vyššia špecifickosť než globálne h2/h3 */
#cb-pdp.cb-pdp-root .problem-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; color: var(--navy); }
#cb-pdp.cb-pdp-root .problem-card.solution h3 { color: var(--accent-red-dark); }
#cb-pdp.cb-pdp-root .diff-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; color: var(--navy); }
#cb-pdp.cb-pdp-root .pillar-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; color: var(--navy); }
#cb-pdp.cb-pdp-root .mechanism-content h2 { margin-bottom: 1rem; font-size: clamp(1.75rem, 3vw, 2.25rem); color: var(--navy); }
#cb-pdp.cb-pdp-root .evidence-block h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: var(--teal); margin-bottom: 0.5rem; }
#cb-pdp.cb-pdp-root .evidence-block h3 { font-size: 1.2rem; margin-bottom: 1rem; color: var(--navy); line-height: 1.25; }
#cb-pdp.cb-pdp-root .comp-table h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--teal); color: var(--navy); }
#cb-pdp.cb-pdp-root .persona-card h3 { margin-bottom: 0.75rem; font-size: 1.15rem; color: var(--navy); }
#cb-pdp.cb-pdp-root .cross-body h3 { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--navy); }
#cb-pdp.cb-pdp-root .usage-item-text h4 { font-size: 1rem; margin-bottom: 0.2rem; color: var(--navy); font-weight: 600; line-height: 1.3; }

/* Reset globálneho Venalio table thead (cyan pruh) — všetky tabuľky v LP */
#cb-pdp.cb-pdp-root table thead,
#cb-pdp.cb-pdp-root table thead th,
#cb-pdp.cb-pdp-root table th {
    background: transparent;
    background-color: transparent;
}

        .cb-lp-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
#cb-pdp.cb-pdp-root section:not(.bottom-cta):not(.rl) { padding: 6rem 0; position: relative; }
        .text-teal { color: var(--teal); }
        .bg-light { background-color: var(--bg-light); }
        .bg-dark { background-color: var(--bg-dark); color: var(--white); }
        #cb-pdp.cb-pdp-root .bg-dark h2,
        #cb-pdp.cb-pdp-root .bg-dark h3,
        #cb-pdp.cb-pdp-root .bg-dark h4 { color: var(--white); }
        #cb-pdp.cb-pdp-root .bg-dark p { color: rgba(255, 255, 255, 0.7); max-width: none; }
        #cb-pdp.cb-pdp-root .bottom-cta .subline { color: rgba(255, 255, 255, 0.85); max-width: 720px; margin-left: auto; margin-right: auto; font-size: 1.05rem; }

        .cb-lp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 1rem 2rem;
            font-family: var(--font-sans);
            font-weight: 600;
            font-size: 1rem;
            border-radius: var(--radius-pill);
            text-decoration: none;
            border: none;
            transition: var(--transition-smooth);
            cursor: pointer;
            gap: 0.5rem;
        }
        .cb-lp-btn-primary {
            background: var(--teal);
            color: var(--white);
            box-shadow: 0 4px 14px rgba(23, 161, 158, 0.25);
        }
        .cb-lp-btn-primary:hover {
            background: var(--dark-teal);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(23, 161, 158, 0.4);
        }
        .cb-lp-btn-white {
            background: var(--white);
            color: var(--navy);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
        }
        .cb-lp-btn-white:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        }
        .cb-lp-btn-red {
            background: var(--accent-red);
            color: var(--white);
            box-shadow: 0 4px 14px rgba(200, 51, 42, 0.35);
        }
        .cb-lp-btn-red:hover {
            background: var(--accent-red-dark);
            transform: translateY(-2px);
            box-shadow: 0 10px 28px rgba(200, 51, 42, 0.5);
        }

        .gsap-reveal { opacity: 0; transform: translateY(40px); }

        /* ===== HERO ===== */
        .cb-pdp-hero {
            width: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: linear-gradient(160deg, var(--off-white) 0%, var(--bg-light) 50%, var(--white) 100%);
            padding-top: 2rem;
            box-sizing: border-box;
        }
        .cb-pdp-hero > .cb-lp-container.cb-pdp-hero-grid {
            width: 100%;
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
        }
        .cb-pdp-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 4rem;
            align-items: center;
            width: 100%;
        }
        .cb-pdp-hero-image-col,
        .cb-pdp-hero-content {
            min-width: 0;
            width: 100%;
        }

        .cb-pdp-hero-image-col {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 500px;
        }
        .cb-pdp-hero-content {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .cb-pdp-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(23, 161, 158, 0.1);
            color: var(--dark-teal);
            padding: 0.4rem 1rem;
            border-radius: var(--radius-pill);
            font-size: 0.85rem;
            font-weight: 600;
            width: fit-content;
        }
        .cb-pdp-hero-badge i { font-size: 1rem; }
        .cb-pdp-hero h1 { max-width: 18ch; }
        .cb-pdp-hero-rating-block { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
        .cb-pdp-hero-rating { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; color: var(--text-body); }
        .cb-pdp-hero-rating .stars { color: #F59E0B; display: flex; gap: 2px; }
        .cb-pdp-hero-rating .stars i { transform-origin: center; animation: cb-pdp-starPop .55s cubic-bezier(.34,1.56,.64,1) both, cb-pdp-starTwinkle 3.6s ease-in-out infinite; }
        .cb-pdp-hero-rating .stars i:nth-child(1) { animation-delay: .10s, 1.7s; }
        .cb-pdp-hero-rating .stars i:nth-child(2) { animation-delay: .20s, 1.9s; }
        .cb-pdp-hero-rating .stars i:nth-child(3) { animation-delay: .30s, 2.1s; }
        .cb-pdp-hero-rating .stars i:nth-child(4) { animation-delay: .40s, 2.3s; }
        .cb-pdp-hero-rating .stars i:nth-child(5) { animation-delay: .50s, 2.5s; }
        @keyframes cb-pdp-starPop { 0% { opacity: 0; transform: scale(0) rotate(-45deg); } 60% { transform: scale(1.25) rotate(8deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
        @keyframes cb-pdp-starTwinkle { 0%, 86%, 100% { color: #F59E0B; filter: none; } 93% { color: #FFCA45; filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.75)); } }
        @media (prefers-reduced-motion: reduce) { .cb-pdp-hero-rating .stars i { animation: none; } }
        #cb-pdp .heureka-trust { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px 5px 7px; border-radius: 999px; background: var(--bg-light); border: 1px solid var(--border-light); font-size: 0.82rem; font-weight: 500; line-height: 1.2; color: var(--text-body); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
        #cb-pdp .heureka-trust:hover, #cb-pdp .heureka-trust:focus-visible { transform: translateY(-1px); border-color: rgba(63, 174, 90, 0.5); box-shadow: 0 5px 14px rgba(20, 24, 31, 0.08); outline: none; }
        #cb-pdp .heureka-trust .hk-check { flex-shrink: 0; width: 16px; height: 16px; color: #3FAE5A; }
        #cb-pdp .heureka-trust strong { color: var(--text-dark); font-weight: 700; }
        .cb-pdp-hero-subhead { font-size: 1.1rem; max-width: 48ch; }
        .cb-pdp-hero-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; }
        .cb-pdp-hero-pill {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            background: var(--white);
            border: 1px solid var(--border-light);
            padding: 0.5rem 1rem;
            border-radius: var(--radius-pill);
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--navy);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .cb-pdp-hero-pill i { color: var(--teal); font-size: 1.1rem; }

        /* Purchase Module */
        .purchase-module {
            background: var(--white);
            border-radius: var(--radius-lg);
            padding: 2rem;
            box-shadow: var(--shadow-soft);
            border: 1px solid var(--border-light);
        }
        .purchase-module h4 {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-body);
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .price-options { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }
        .price-option {
            display: block;
            padding: 1rem 1.25rem;
            border: 2px solid var(--border-light);
            border-radius: var(--radius-md);
            cursor: pointer;
            transition: var(--transition-fast);
            position: relative;
        }
        .price-option .option-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .price-option:hover { border-color: rgba(23, 161, 158, 0.3); }
        .price-option.selected { border-color: var(--teal); background: rgba(23, 161, 158, 0.03); }
        .price-option .radio {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid var(--border-light);
            margin-right: 1rem;
            flex-shrink: 0;
            transition: var(--transition-fast);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .price-option.selected .radio { border-color: var(--teal); }
        .price-option.selected .radio::after {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--teal);
        }
        .price-option .option-left { display: flex; align-items: center; flex-wrap: wrap; gap: 0.35rem; }
        .price-option .option-label { font-weight: 600; color: var(--navy); }
        .price-option .option-gift {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--accent-red-soft);
            color: var(--accent-red);
            margin-left: 0.2rem;
            border: 1px solid var(--accent-red-tint);
        }
        .price-option .option-gift svg { width: 12px; height: 12px; }
        .price-option .option-gift-label {
            font-size: 0.7rem;
            font-weight: 700;
            color: var(--accent-red);
            letter-spacing: 0.01em;
            flex-basis: 100%;
            box-sizing: border-box;
            padding-left: 2.45rem;
            margin-top: 0.15rem;
            line-height: 1.3;
        }
        .price-option .extra-badge {
            position: relative;
            background: linear-gradient(135deg, var(--accent-red) 0%, var(--accent-red-dark) 100%);
            color: var(--white);
            padding: 0.22rem 0.7rem;
            border-radius: var(--radius-pill);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.2px;
            box-shadow: 0 4px 10px rgba(200, 51, 42, 0.35);
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-variant-numeric: tabular-nums;
            white-space: nowrap;
            cursor: help;
        }
        .price-option .extra-badge svg { width: 10px; height: 10px; flex-shrink: 0; }
        .price-option .extra-badge .extra-countdown { opacity: 0.9; font-weight: 600; }
        .price-option .extra-tip {
            position: absolute;
            bottom: calc(100% + 8px);
            right: 0;
            width: 240px;
            max-width: calc(100vw - 32px);
            padding: 10px 14px;
            background: var(--navy);
            color: var(--white);
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
            font-size: 0.78rem;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1.4;
            text-align: left;
            white-space: normal;
            opacity: 0;
            visibility: hidden;
            transform: translateY(4px);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
            z-index: 5;
            pointer-events: none;
        }
        .price-option .extra-tip::after {
            content: '';
            position: absolute;
            top: 100%;
            right: 16px;
            border: 6px solid transparent;
            border-top-color: var(--navy);
        }
        .price-option .extra-badge:hover .extra-tip,
        .price-option .extra-badge:focus-visible .extra-tip,
        .price-option .extra-badge.open .extra-tip {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear 0s;
            pointer-events: auto;
        }
        .price-option .option-right { text-align: right; }
        .price-option .option-price { font-weight: 700; color: var(--navy); font-size: 1.1rem; }
        .price-option .option-original { font-size: 0.85rem; color: var(--text-body); text-decoration: line-through; }
        .price-option .badges {
            position: absolute;
            top: -10px;
            right: 12px;
            display: flex;
            gap: 0.4rem;
            align-items: center;
            z-index: 2;
        }
        .price-option .save-badge {
            background: linear-gradient(135deg, var(--teal), var(--dark-teal));
            color: var(--white);
            padding: 0.22rem 0.7rem;
            border-radius: var(--radius-pill);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.2px;
            box-shadow: 0 4px 10px rgba(23, 161, 158, 0.35);
            white-space: nowrap;
        }

        /* Gift indicator - slim inline pill next to option label */
        .gift-indicator {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            padding: 0.18rem 0.6rem;
            background: linear-gradient(
                100deg,
                rgba(23, 161, 158, 0.09) 0%,
                rgba(23, 161, 158, 0.09) 42%,
                rgba(23, 161, 158, 0.18) 50%,
                rgba(23, 161, 158, 0.09) 58%,
                rgba(23, 161, 158, 0.09) 100%
            );
            background-size: 280% 100%;
            border: 1px solid rgba(23, 161, 158, 0.22);
            border-radius: var(--radius-pill);
            font-size: 0.72rem;
            font-weight: 600;
            color: var(--dark-teal);
            cursor: help;
            position: relative;
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
            animation: giftShimmer 5.5s linear infinite;
        }
        .gift-indicator i {
            color: var(--teal);
            font-size: 0.85rem;
        }
        .gift-indicator:hover {
            animation-play-state: paused;
            background: rgba(23, 161, 158, 0.16);
            border-color: var(--teal);
            box-shadow: 0 3px 10px rgba(23, 161, 158, 0.22);
        }

        @keyframes giftShimmer {
            0%   { background-position: 200% 0; }
            100% { background-position: -100% 0; }
        }

        .gift-tooltip {
            position: absolute;
            bottom: calc(100% + 10px);
            left: 50%;
            transform: translateX(-50%) translateY(4px);
            background: var(--navy);
            color: var(--white);
            font-size: 0.8rem;
            font-weight: 500;
            padding: 0.6rem 0.9rem;
            border-radius: var(--radius-sm);
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.22s ease, transform 0.22s ease;
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
            z-index: 10;
        }
        .gift-tooltip strong { font-weight: 700; color: var(--teal); }
        .gift-tooltip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-top-color: var(--navy);
        }
        .gift-indicator:hover .gift-tooltip {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
        @media (prefers-reduced-motion: reduce) {
            .gift-indicator { animation: none; }
        }
        .purchase-cta { width: 100%; font-size: 1.1rem; padding: 1.1rem 2rem; margin-bottom: 1.25rem; }
        .trust-row { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
        .trust-item {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.8rem;
            color: var(--text-body);
            font-weight: 500;
        }
        .trust-item i { color: var(--teal); font-size: 1rem; }
        .trust-item--ship {
            position: relative;
            padding: 0.35rem 0.75rem 0.35rem 0.6rem;
            border-radius: 999px;
            background: rgba(23, 161, 158, 0.10);
            color: var(--teal);
            font-weight: 600;
            box-shadow: 0 0 0 0 rgba(23, 161, 158, 0.55);
            animation: shipPulse 2.4s ease-in-out infinite;
            cursor: help;
        }
        .trust-item--ship .ship-info {
            font-size: 0.85rem;
            opacity: 0.65;
            transition: opacity .2s ease;
            margin-left: 0.1rem;
        }
        .trust-item--ship:hover .ship-info,
        .trust-item--ship.open .ship-info { opacity: 1; }
        .trust-item--ship .ship-tip {
            position: absolute;
            bottom: calc(100% + 10px);
            left: 50%;
            transform: translate(-50%, 4px);
            width: max-content;
            max-width: 280px;
            padding: 10px 14px;
            background: var(--navy);
            color: var(--white);
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
            font-size: 0.78rem;
            font-weight: 500;
            line-height: 1.45;
            text-align: left;
            opacity: 0;
            visibility: hidden;
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
            z-index: 10;
            pointer-events: none;
            white-space: normal;
        }
        .trust-item--ship .ship-tip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-top-color: var(--navy);
        }
        .trust-item--ship:hover .ship-tip,
        .trust-item--ship:focus-visible .ship-tip,
        .trust-item--ship.open .ship-tip {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, 0);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear 0s;
            pointer-events: auto;
        }
        .trust-item--ship i {
            color: var(--teal);
            font-size: 1.05rem;
            animation: shipTruck 2.4s ease-in-out infinite;
            transform-origin: center;
        }
        .trust-item--ship::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,0.55) 50%, transparent 65%);
            background-size: 200% 100%;
            background-position: 200% 0;
            animation: shipShimmer 3.6s ease-in-out infinite;
            pointer-events: none;
            mix-blend-mode: overlay;
        }
        @keyframes shipPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(23, 161, 158, 0.45); background-color: rgba(23, 161, 158, 0.10); }
            50%      { box-shadow: 0 0 0 8px rgba(23, 161, 158, 0);    background-color: rgba(23, 161, 158, 0.18); }
        }
        @keyframes shipTruck {
            0%, 100% { transform: translateX(0); }
            45%      { transform: translateX(3px); }
            55%      { transform: translateX(3px); }
        }
        @keyframes shipShimmer {
            0%   { background-position: 200% 0; }
            55%  { background-position: -100% 0; }
            100% { background-position: -100% 0; }
        }
        @media (prefers-reduced-motion: reduce) {
            .trust-item--ship,
            .trust-item--ship i,
            .trust-item--ship::after { animation: none !important; }
        }

        @media (max-width: 900px) {
            .cb-pdp-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
            .cb-pdp-hero-image-col { min-height: auto; order: -1; }
            .cb-pdp-hero h1 { max-width: 100%; }
            .cb-pdp-hero { padding-top: 1rem; min-height: auto; padding-bottom: 3rem; }
            .cb-pdp-hero-badge { align-self: center; }
        }

        /* ===== ROLLING LOGO STRIP ===== */
        #cb-pdp.cb-pdp-root section.rl { padding: 1.75rem 0; background: var(--white); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
        #cb-pdp.cb-pdp-root .rl-mask { position: relative; overflow: hidden; touch-action: pan-y; }
        #cb-pdp.cb-pdp-root .rl-mask::before, #cb-pdp.cb-pdp-root .rl-mask::after { content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
        #cb-pdp.cb-pdp-root .rl-mask::before { left: 0; background: linear-gradient(90deg, var(--white), rgba(255,255,255,0)); }
        #cb-pdp.cb-pdp-root .rl-mask::after { right: 0; background: linear-gradient(270deg, var(--white), rgba(255,255,255,0)); }
        #cb-pdp.cb-pdp-root .rl-track { display: flex; flex-wrap: nowrap; width: max-content; max-width: none; align-items: center; justify-content: flex-start; column-gap: 54px; row-gap: 0; will-change: transform; }
        #cb-pdp.cb-pdp-root .rl-logo { flex: 0 0 auto; width: auto; max-width: none; background: none; border: 0; padding: 8px 4px; cursor: pointer; line-height: 0; border-radius: 8px; display: inline-flex; align-items: center; text-decoration: none; }
        #cb-pdp.cb-pdp-root .rl-logo img { display: block; height: 26px; width: auto; max-width: none; opacity: .5; filter: grayscale(1); transition: opacity .2s ease, filter .2s ease; }
        #cb-pdp.cb-pdp-root .rl-logo:hover img, #cb-pdp.cb-pdp-root .rl-logo:focus-visible img { opacity: 1; filter: grayscale(0); }
        #cb-pdp.cb-pdp-root .rl-logo:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
        @media (prefers-reduced-motion: reduce) {
            #cb-pdp.cb-pdp-root .rl-track { animation: none; flex-wrap: wrap; justify-content: center; column-gap: 40px; row-gap: 18px; width: auto; max-width: 940px; margin: 0 auto; transform: none !important; }
            #cb-pdp.cb-pdp-root .rl-mask::before, #cb-pdp.cb-pdp-root .rl-mask::after { display: none; }
        }
        .rl-overlay { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(8,26,38,.55); backdrop-filter: blur(3px); padding: 22px; }
        .rl-overlay.open { display: flex; }
        .rl-modal { position: relative; display: flex; flex-direction: column; width: min(980px,92vw); height: min(82vh,840px); background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.42); resize: both; min-width: 300px; min-height: 260px; max-width: 98vw; max-height: 96vh; }
        .rl-modal.is-full { width: 100vw !important; height: 100vh !important; max-width: 100vw; max-height: 100vh; border-radius: 0; resize: none; }
        .rl-head { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-bottom: 1px solid var(--border-light); background: var(--bg-light); flex: 0 0 auto; }
        .rl-head .rl-title { font-weight: 700; font-size: 14px; color: var(--text-dark); margin-right: auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 46%; }
        .rl-btn { appearance: none; border: 1px solid var(--border-light); background: var(--white); border-radius: 8px; padding: 7px 11px; font-size: 13px; font-weight: 600; color: var(--text-body); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; white-space: nowrap; }
        .rl-btn:hover, .rl-btn:focus-visible { border-color: var(--teal); color: var(--teal); outline: none; }
        .rl-btn.rl-close { font-size: 15px; padding: 7px 12px; }
        .rl-body { position: relative; flex: 1 1 auto; background: var(--off-white); min-height: 0; }
        .rl-body iframe { width: 100%; height: 100%; border: 0; display: block; }
        .rl-fallback { display: none; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; padding: 30px; gap: 16px; color: var(--text-body); font-size: 15px; }
        .rl-fallback.show { display: flex; }
        .rl-fallback img { height: 34px; width: auto; opacity: .85; }
        .rl-fallback .rl-btn { font-size: 15px; padding: 11px 18px; background: var(--teal); color: #fff; border-color: var(--teal); }
        .rl-fallback .rl-btn:hover { background: var(--dark-teal); color: #fff; }
        @media (max-width: 620px) {
            .rl-modal { width: 96vw; height: 90vh; resize: none; }
            .rl-head .rl-title { display: none; }
            .rl-btn { padding: 8px 10px; }
        }

        /* ===== STATS BAR ===== */
        .stats-bar {
            width: 100%;
            background: linear-gradient(135deg, var(--navy) 0%, var(--dark-teal) 100%);
            padding: 2.25rem 0;
            position: relative;
            overflow: hidden;
        }
        .stats-bar::before, .stats-bar::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.1);
        }
        .stats-bar::before { top: 0; }
        .stats-bar::after { bottom: 0; }
        .stats-bar .cb-lp-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            position: relative;
            z-index: 2;
        }
        .stats-bar .stat-block:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: linear-gradient(to bottom, transparent, rgba(23, 161, 158, 0.6), transparent);
        }
        .stat-number {
            font-family: var(--font-display);
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 700;
            color: var(--white);
            line-height: 1.1;
            text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            margin-bottom: 0.5rem;
        }
        .stat-label { font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); font-weight: 500; font-family: var(--font-sans); }
        /* Trust-block variant - icon + headline + reason (compact horizontal layout) */
        .stats-bar .stat-block {
            position: relative;
            flex: 1 1 0;
            min-width: 0;
            display: flex;
            align-items: center;
            gap: 0.85rem;
            text-align: left;
            padding: 0.5rem 1.25rem;
            transition: transform var(--transition-smooth);
        }
        .stats-bar .stat-block:hover {
            transform: translateY(-5px);
        }
        .stats-bar .trust-icon {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.18);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.25rem;
            flex-shrink: 0;
        }
        .stats-bar .trust-text { min-width: 0; }
        .stats-bar .trust-headline {
            font-family: var(--font-display);
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--white);
            line-height: 1.2;
            letter-spacing: -0.01em;
            margin-bottom: 0.18rem;
        }
        .stats-bar .trust-reason {
            font-size: 0.82rem;
            color: rgba(255, 255, 255, 0.75);
            font-weight: 500;
            line-height: 1.4;
        }
        @media (max-width: 768px) {
            .stats-bar .cb-lp-container { flex-direction: column; gap: 1.5rem; }
            .stats-bar .stat-block:not(:last-child)::after { display: none; }
            .stats-bar .stat-block {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                padding-bottom: 1.5rem;
                align-items: flex-start;     /* icon top-aligned with text so all 3 rows look consistent regardless of how many lines the reason wraps to */
                width: 100%;
            }
            .stats-bar .stat-block:last-child { border-bottom: none; padding-bottom: 0; }
        }

        /* ===== DIFFERENTIATORS ===== */
        .diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
        .diff-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 2.5rem 2rem;
            box-shadow: var(--shadow-soft);
            border: 1px solid var(--border-light);
            transition: var(--transition-smooth);
        }
        .diff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
        .diff-icon {
            width: 56px;
            height: 56px;
            background: var(--bg-light);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--teal);
            font-size: 1.75rem;
            margin-bottom: 1.5rem;
        }
        .diff-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; }
        .diff-card p { font-size: 1rem; margin: 0; }
        @media (max-width: 768px) { .diff-grid { grid-template-columns: 1fr; } }

        /* ===== PROBLEM & SYNERGY (3-card section between Stats and Differentiators) ===== */
        .problem-section { background: var(--off-white); }
        .problem-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }
        .problem-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 2.5rem 2rem;
            box-shadow: var(--shadow-soft);
            border: 1px solid var(--border-light);
            transition: var(--transition-smooth);
            position: relative;
        }
        .problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
        .problem-icon {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            margin-bottom: 1.5rem;
            background: var(--bg-light);
            color: var(--teal);
        }
        .problem-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; }
        .problem-card p { font-size: 1rem; margin: 0; }
        .problem-card .problem-tag {
            display: inline-block;
            margin-bottom: 1rem;
            padding: 0.25rem 0.75rem;
            border-radius: var(--radius-pill);
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            background: rgba(200, 51, 42, 0.08);
            color: var(--accent-red);
        }
        /* Solution card - visually distinct so the answer pops */
        .problem-card.solution {
            background: linear-gradient(160deg, var(--accent-red-soft) 0%, var(--white) 75%);
            border-color: var(--accent-red-tint);
        }
        .problem-card.solution .problem-icon {
            background: var(--accent-red);
            color: var(--white);
            box-shadow: 0 8px 22px -6px rgba(200, 51, 42, 0.45);
        }
        .problem-card.solution .problem-tag {
            background: var(--accent-red);
            color: var(--white);
        }
        .problem-card.solution h3 { color: var(--accent-red-dark); }
        @media (max-width: 900px)  { .problem-grid { grid-template-columns: 1fr; } }
        /* Solution card body: swap "vyššie" (cards stacked above on mobile) vs "vedľa" (cards beside on desktop) */
        .problem-pos-mobile { display: inline; }
        .problem-pos-desktop { display: none; }
        @media (min-width: 901px) {
            .problem-pos-mobile { display: none; }
            .problem-pos-desktop { display: inline; }
        }

        /* ===== 4 PILLARS ===== */
        .pillars-section { background: var(--bg-light); }
        .pillars-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .pillar-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 2rem 1.5rem;
            text-align: center;
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
        }
        .pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
        .pillar-num {
            font-family: var(--font-display);
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--teal);
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }
        .pillar-icon { color: var(--teal); font-size: 2rem; margin-bottom: 1rem; display: block; }
        .pillar-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
        .pillar-card p { font-size: 0.9rem; margin: 0; }
        @media (max-width: 900px) { .pillars-grid { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 500px) { .pillars-grid { grid-template-columns: 1fr; } }

        /* ===== DUAL-CAPSULE MECHANISM ===== */
        .mechanism-section { background: var(--white); }
        .mechanism-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            max-width: 1000px;
            margin: 3rem auto 0;
        }
        .capsule-visual {
            background: linear-gradient(135deg, var(--bg-light), var(--white));
            border-radius: var(--radius-lg);
            padding: 3rem 2rem;
            text-align: center;
            position: relative;
            min-height: 380px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
            border: 1px solid var(--border-light);
        }
        .capsule-pair { display: flex; gap: 1rem; }
        .capsule {
            width: 80px;
            height: 220px;
            border-radius: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 0.85rem;
            text-align: center;
            padding: 1rem 0.5rem;
            line-height: 1.2;
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
        }
        .capsule.gastric { background: linear-gradient(135deg, var(--accent-warm), #8b2520); }
        .capsule.intestinal {
            background: linear-gradient(135deg, var(--white), #e8eef2);
            color: var(--navy);
            border: 1px solid var(--border-light);
        }
        .capsule-legend { font-size: 0.85rem; color: var(--text-body); max-width: 280px; }
        /* Animated dual-capsule (mechanism visual) */
        .cap-anim { position: relative; width: 74px; height: 200px; border-radius: 37px; border: 1px solid var(--border-light); box-shadow: 0 20px 40px -12px rgba(26, 84, 122, 0.28); overflow: hidden; }
        .cap-anim.gastric { background: linear-gradient(160deg, #ffffff, #fbe9f0); }
        .cap-anim.intestinal { background: linear-gradient(160deg, #ffffff, #e7f4f3); }
        .cap-anim::after { content: ""; position: absolute; left: 10%; right: 10%; top: 50%; height: 1px; background: rgba(26, 84, 122, 0.14); }
        .cap-dot { position: absolute; border-radius: 50%; will-change: transform; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }
        .cap-dot.verb { background: radial-gradient(circle at 35% 30%, #c2dd86, #7aa63b); }
        .cap-dot.hib { background: radial-gradient(circle at 35% 30%, #f2a8c6, #c2417a); }
        .cap-dot.str { background: radial-gradient(circle at 35% 30%, #6fd3d0, #0f7d7a); }
        .cap-dot.d3 { background: radial-gradient(circle at 35% 30%, #ffd590, #e8a22f); }
        .cap-dot.b1 { background: radial-gradient(circle at 35% 30%, #f3a78f, #e0593e); }
        @keyframes capDriftA { 0%, 100% { transform: translate(0, 0); } 33% { transform: translate(6px, 15px); } 66% { transform: translate(-5px, 28px); } }
        @keyframes capDriftB { 0%, 100% { transform: translate(0, 0); } 30% { transform: translate(-6px, 18px); } 70% { transform: translate(5px, 7px); } }
        @keyframes capDriftC { 0%, 100% { transform: translate(0, 0); } 40% { transform: translate(5px, -10px); } 75% { transform: translate(-6px, 9px); } }
        @media (prefers-reduced-motion: reduce) { .cap-dot { animation: none !important; } }
        .cap-unit { display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 0; }
        .cap-unit figcaption { font-size: 0.8rem; font-weight: 700; color: var(--navy); }
        .cap-legend-dots { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; font-size: 0.78rem; color: var(--text-body); }
        .cap-legend-dots span { display: inline-flex; align-items: center; gap: 5px; }
        .cap-legend-dots i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
        .cap-mobile-header { display: none; }
        .mechanism-content h2 { margin-bottom: 1rem; font-size: clamp(1.75rem, 3vw, 2.25rem); }
        .mechanism-content p { margin-bottom: 1rem; }
        .mechanism-list { list-style: none; padding: 0; margin-top: 1.5rem; }
        .mechanism-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            margin-bottom: 1rem;
            font-size: 1rem;
            color: var(--text-dark);
        }
        .mechanism-list li i { color: var(--teal); font-size: 1.2rem; flex-shrink: 0; margin-top: 0.15rem; }
        @media (max-width: 800px) {
            .mechanism-grid { grid-template-columns: 1fr; gap: 2rem; }
            .cap-mobile-header { display: block; }
            .mechanism-content h2 { display: none; }
        }

        /* ===== STRAIN / FORMULA ===== */
        .strain-section { background: var(--off-white); }
        .section-header { text-align: center; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; }
        .section-header p { margin: 1rem auto 0; }
        .strain-list { display: flex; flex-direction: column; gap: 1rem; max-width: 800px; margin: 0 auto; }
        .strain-card {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            background: var(--white);
            border-left: 4px solid var(--teal);
            border-radius: var(--radius-md);
            padding: 1.5rem 2rem;
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
        }
        .strain-card:hover { transform: translateX(4px); box-shadow: var(--shadow-hover); }
        .strain-num {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            flex-shrink: 0;
            background: var(--teal);
            color: var(--white);
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .strain-info { flex: 1; }
        .strain-name { font-style: italic; font-weight: 600; color: var(--navy); font-size: 1rem; }
        .strain-name strong { font-style: normal; }
        .strain-effect { font-size: 0.9rem; color: var(--text-body); margin-top: 0.2rem; }
        .strain-cfu {
            background: var(--bg-light);
            color: var(--dark-teal);
            padding: 0.35rem 0.75rem;
            border-radius: var(--radius-pill);
            font-size: 0.8rem;
            font-weight: 600;
            white-space: nowrap;
            flex-shrink: 0;
        }
        .strain-total {
            background: linear-gradient(135deg, var(--teal), var(--dark-teal));
            color: var(--white);
            border-radius: var(--radius-md);
            padding: 1.25rem 2rem;
            text-align: center;
            margin-top: 2rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 600;
            font-size: 1rem;
        }
        .strain-total span { font-family: var(--font-display); font-size: 1.3rem; }
        @media (max-width: 600px) {
            .strain-card { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
            .strain-cfu { align-self: flex-start; }
        }

        /* ===== CLINICAL EVIDENCE ===== */
        .evidence-section { background: var(--white); }
        .evidence-disclaimer {
            background: rgba(23, 161, 158, 0.06);
            border-left: 4px solid var(--teal);
            border-radius: var(--radius-sm);
            padding: 1rem 1.5rem;
            max-width: 800px;
            margin: 0 auto 3rem;
            font-size: 0.9rem;
            color: var(--text-body);
            line-height: 1.6;
        }
        .evidence-disclaimer strong { color: var(--navy); }
        .evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1000px; margin: 0 auto; }
        .evidence-block {
            background: var(--off-white);
            border-radius: var(--radius-lg);
            padding: 2rem;
            border: 1px solid var(--border-light);
        }
        .evidence-block h4 {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--teal);
            margin-bottom: 0.5rem;
        }
        .evidence-block h3 { font-size: 1.2rem; margin-bottom: 1rem; }
        .evidence-block .ref {
            display: inline-block;
            font-size: 0.75rem;
            color: var(--text-body);
            background: var(--bg-light);
            padding: 0.2rem 0.6rem;
            border-radius: var(--radius-pill);
            margin-bottom: 1rem;
        }
        .evidence-stats { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1rem; }
        .evidence-stat {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1rem;
            background: var(--white);
            border-radius: var(--radius-sm);
            border: 1px solid var(--border-light);
        }
        .evidence-stat .label { font-size: 0.9rem; color: var(--text-dark); font-weight: 500; }
        .evidence-stat .value {
            font-family: var(--font-display);
            font-weight: 700;
            color: var(--teal);
            font-size: 1.1rem;
        }
        .evidence-stat .value.up,
        .evidence-stat .value.down { color: var(--teal); }
        .evidence-stat { position: relative; }
        .evidence-stat .label-info {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 0.35rem;
            color: var(--teal);
            font-size: 0.95rem;
            cursor: help;
            opacity: 0.7;
            transition: opacity .2s ease;
            vertical-align: middle;
        }
        .evidence-stat .label-info:hover { opacity: 1; }
        .evidence-stat .evidence-tip {
            position: absolute;
            bottom: calc(100% + 8px);
            left: 0;
            right: 0;
            padding: 10px 14px;
            background: var(--navy);
            color: var(--white);
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
            font-size: 0.78rem;
            font-weight: 500;
            line-height: 1.45;
            text-align: left;
            opacity: 0;
            visibility: hidden;
            transform: translateY(4px);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
            z-index: 10;
            pointer-events: none;
        }
        .evidence-stat .evidence-tip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 18px;
            border: 6px solid transparent;
            border-top-color: var(--navy);
        }
        .evidence-stat .label-info:hover ~ .evidence-tip,
        .evidence-stat:hover .evidence-tip,
        .evidence-stat.open .evidence-tip {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear 0s;
            pointer-events: auto;
        }
        @media (max-width: 800px) { .evidence-grid { grid-template-columns: 1fr; } }

        /* ===== COMPOSITION ===== */
        .comp-section { background: var(--bg-light); }
        .comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 900px; margin: 0 auto; }
        .comp-table { width: 100%; }
        .comp-table .dose-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            margin-left: 0.6rem;
            padding: 0.2rem 0.65rem;
            background: var(--accent-red-soft);
            color: var(--accent-red);
            border: 1px solid var(--accent-red-tint);
            border-radius: var(--radius-pill);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            font-family: var(--font-sans);
            white-space: nowrap;
            vertical-align: middle;
        }
        .comp-table .dose-badge i { font-size: 0.85rem; }
        .comp-table h4 {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid var(--teal);
        }
        .comp-table table { width: 100%; border-collapse: collapse; }
        .comp-table td { padding: 0.6rem 0; font-size: 0.95rem; border-bottom: 1px solid rgba(26, 84, 122, 0.08); }
        .comp-table td:first-child { color: var(--text-dark); font-weight: 500; }
        .comp-table td:last-child { text-align: right; color: var(--teal); font-weight: 600; font-family: var(--font-display); }
        .badge-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 2rem;
            justify-content: center;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        .allergen-badge {
            border: 1px solid var(--teal);
            color: var(--dark-teal);
            padding: 0.35rem 0.85rem;
            border-radius: var(--radius-pill);
            font-size: 0.8rem;
            font-weight: 500;
        }
        @media (max-width: 600px) { .comp-grid { grid-template-columns: 1fr; } }

        /* ===== COMPARISON ===== */
        .comparison-section { background: var(--white); overflow-x: auto; }
        .comparison-table { width: 100%; max-width: 900px; margin: 3rem auto 0; border-collapse: collapse; }
        .comparison-table th, .comparison-table td { padding: 1rem 1.25rem; text-align: center; font-size: 0.95rem; }
        /* Reset globálneho thead pozadia z Venalio témy (cyan pruh) */
        #cb-pdp.cb-pdp-root .comparison-table thead { background: none; }
        #cb-pdp.cb-pdp-root .comparison-table thead th {
            font-family: var(--font-display);
            font-weight: 700;
            font-size: 0.9rem;
            padding-bottom: 1.5rem;
            background: none;
            color: var(--navy);
            line-height: 1.35;
        }
        #cb-pdp.cb-pdp-root .comparison-table thead th:first-child { text-align: left; }
        #cb-pdp.cb-pdp-root .comparison-table thead th.highlight { color: var(--teal); font-size: 1rem; background: none; }
        #cb-pdp.cb-pdp-root .comparison-table thead th small { font-weight: 500; opacity: 0.7; font-size: 0.85em; }
        .comparison-table tbody td { border-bottom: 1px solid var(--border-light); }
        .comparison-table tbody td:first-child { text-align: left; font-weight: 500; color: var(--navy); }
        #cb-pdp.cb-pdp-root .comparison-table tbody .col-highlight { background: rgba(23, 161, 158, 0.04); }
        .comparison-table .check { color: var(--teal); font-weight: 700; font-size: 1.2rem; }
        .comparison-table .cross { color: #cbd5e0; font-size: 1.2rem; }
        /* Mobile: stack as competitor cards instead of horizontal scroll */
        @media (max-width: 768px) {
            .comparison-table thead { display: none; }
            .comparison-table,
            .comparison-table tbody,
            .comparison-table tr,
            .comparison-table td { display: block; width: 100%; }
            .comparison-table { margin-top: 2rem; }
            .comparison-table tbody tr {
                background: var(--white);
                border: 1px solid var(--border-light);
                border-radius: var(--radius-md);
                padding: 0.5rem 0;
                margin-bottom: 1rem;
                box-shadow: var(--shadow-soft);
                overflow: hidden;
            }
            .comparison-table tbody td {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 0.75rem;
                text-align: right;
                padding: 0.75rem 1rem;
                border-bottom: 1px solid var(--border-light);
                font-size: 0.85rem;
                white-space: normal;
            }
            .comparison-table tbody td:last-child { border-bottom: none; }
            .comparison-table tbody td:first-child {
                background: var(--bg-light);
                font-weight: 700;
                color: var(--navy);
                font-size: 0.9rem;
                text-align: left;
                justify-content: flex-start;
                font-family: var(--font-display);
                line-height: 1.3;
                padding: 0.75rem 1rem;
            }
            /* Inject the column header inline before each value cell on mobile (uses fixed nth-child positions) */
            #cb-pdp.cb-pdp-root .comparison-table tbody td:not(:first-child)::before {
                content: attr(data-col-label);
                font-weight: 600;
                color: var(--text-body);
                font-size: 0.78rem;
                text-align: left;
                flex: 1;
                line-height: 1.3;
            }
            #cb-pdp.cb-pdp-root .comparison-table tbody td.col-highlight::before { color: var(--teal); font-weight: 700; }
            #cb-pdp.cb-pdp-root .comparison-table tbody .col-highlight { background: rgba(23, 161, 158, 0.06); }
        }

        /* ===== EXPERT ===== */
        .expert-section { background: var(--off-white); }
        .expert-section .section-header { text-align: center; margin-bottom: 4rem; }
        .experts-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1200px; margin: 0 auto; }
        .expert-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            padding: 2.5rem;
            border: 1px solid var(--border-light);
            text-align: center;
        }
        .expert-photo {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 1.5rem;
            border: 4px solid var(--teal);
            background: var(--bg-light);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .expert-photo i { color: var(--teal); font-size: 4rem; }
        .expert-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 15%;
            display: block;
        }
        .expert-name { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--navy); }
        .expert-role { color: var(--teal); font-weight: 600; font-size: 0.95rem; margin-top: 0.25rem; }
        .expert-quote-mark {
            font-family: var(--font-display);
            font-size: 5rem;
            color: rgba(23, 161, 158, 0.15);
            line-height: 0.8;
            margin: 1rem 0 -0.5rem;
        }
        .expert-quote {
            font-size: 1.05rem;
            font-style: italic;
            color: var(--text-dark);
            line-height: 1.7;
            margin-bottom: 1.5rem;
            max-width: none;
        }
        .expert-line { width: 60px; height: 3px; background: var(--teal); border-radius: 2px; margin: 0 auto 1rem; }
        .expert-creds { color: var(--text-body); font-size: 0.85rem; margin-top: 0.5rem; }
        .expert-creds span { display: block; margin-bottom: 0.2rem; }
        .expert-creds a {
            display: block;
            margin-bottom: 0.2rem;
            color: var(--teal);
            text-decoration: none;
            font-weight: 600;
            transition: color .2s ease, text-decoration-color .2s ease;
            text-decoration: underline;
            text-decoration-color: rgba(23, 161, 158, 0.3);
            text-underline-offset: 3px;
        }
        .expert-creds a:hover { color: var(--dark-teal); text-decoration-color: var(--teal); }
        @media (max-width: 768px) { .experts-wrapper { grid-template-columns: 1fr; } }

        /* ===== FOUNDER VIDEO ===== */
        .founder-section { background: linear-gradient(135deg, var(--navy) 0%, var(--dark-teal) 100%); color: var(--white); }
        #cb-pdp.cb-pdp-root .founder-section .section-header { margin-bottom: 3rem; }
        #cb-pdp.cb-pdp-root .founder-section .section-header h2 { color: var(--white); }
        #cb-pdp.cb-pdp-root .founder-eyebrow { display: inline-block; font-family: var(--font-sans); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #7fd6d3; margin-bottom: 0.75rem; }
        #cb-pdp.cb-pdp-root .founder-intro { color: rgba(255,255,255,0.82); max-width: 680px; margin: 1rem auto 0; font-size: 1.125rem; }
        .founder-grid { display: grid; grid-template-columns: minmax(280px, 340px) 1fr; gap: 3rem; align-items: center; max-width: 1000px; margin: 0 auto; }
        .founder-player { position: relative; width: 100%; aspect-ratio: 9 / 16; border-radius: var(--radius-lg); overflow: hidden; background: #000; cursor: pointer; box-shadow: 0 24px 60px -12px rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.08); }
        .founder-player img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .founder-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
        .founder-player .fp-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(to top, rgba(8,26,38,0.5), rgba(8,26,38,0.05) 45%); transition: background var(--transition-fast); }
        .founder-player:hover .fp-overlay, .founder-player:focus-visible .fp-overlay { background: linear-gradient(to top, rgba(8,26,38,0.6), rgba(8,26,38,0.14) 45%); }
        .founder-player:focus-visible { outline: 3px solid #7fd6d3; outline-offset: 3px; }
        .founder-player .fp-play { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.95); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.35); transition: transform var(--transition-fast); }
        .founder-player:hover .fp-play, .founder-player:focus-visible .fp-play { transform: scale(1.08); }
        .founder-player .fp-play i { color: var(--navy); font-size: 2rem; margin-left: 4px; }
        .founder-player .fp-dur { position: absolute; right: 14px; bottom: 14px; background: rgba(0,0,0,0.55); color: #fff; padding: 3px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }
        .founder-name { font-weight: 700; color: #fff; font-family: var(--font-display); font-size: 1.15rem; }
        .founder-role { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 0.5rem; }
        .founder-points { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
        .founder-points li { display: flex; gap: 0.9rem; }
        .founder-points .fp-ico { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
        .founder-points .fp-ico i { color: #7fd6d3; font-size: 1.35rem; }
        .founder-points .fp-txt strong { display: block; color: #fff; font-weight: 700; margin-bottom: 2px; }
        .founder-points .fp-txt span { color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.5; }
        @media (max-width: 860px) {
            .founder-grid { grid-template-columns: 1fr; gap: 2rem; }
            .founder-player { max-width: 300px; margin: 0 auto; }
        }

        /* ===== MEDIA / PRESS ===== */
        .media-section { background: var(--white); }
        .media-eyebrow { display: inline-block; font-family: var(--font-sans); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }
        .media-stat { margin-top: 0.75rem; color: var(--text-body); font-size: 1rem; }
        .media-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px 56px; max-width: 940px; margin: 2rem auto 0; opacity: 1; transform: none; }
        .media-logos a { display: inline-flex; align-items: center; text-decoration: none; border-radius: 6px; }
        .media-logos a:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; }
        .media-logos img { height: 30px; width: auto; opacity: .58; filter: grayscale(1); transition: opacity .25s ease, filter .25s ease; }
        .media-logos a:hover img { opacity: 1; filter: grayscale(0); }
        .media-quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 3rem; text-align: left; max-width: 940px; margin-left: auto; margin-right: auto; }
        .media-quote { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-md); padding: 22px 24px; box-shadow: var(--shadow-soft); margin: 0; display: flex; flex-direction: column; }
        .media-quote .q,
        .media-quote blockquote.q {
            font-size: 1.05rem;
            line-height: 1.55;
            color: var(--text-dark);
            font-weight: 500;
            margin: 0;
            max-width: none;
            background: none;
            border-radius: 0;
            padding: 0;
            text-align: left;
            font-style: normal;
            position: static;
        }
        .media-quote blockquote.q::before,
        .media-quote blockquote.q::after {
            display: none;
            content: none;
        }
        .media-quote .src { margin-top: auto; padding-top: 14px; font-size: 0.85rem; color: var(--text-body); }
        .media-quote .src b { color: var(--teal); font-weight: 700; }
        .media-note { margin: 1.5rem auto 0; max-width: 640px; font-size: 0.8rem; color: var(--text-body); text-align: center; }
        @media (max-width: 760px) {
            .media-quotes { grid-template-columns: 1fr; gap: 14px; }
            .media-logos { gap: 24px 40px; }
            .media-logos img { height: 25px; }
        }

        /* ===== PERSONAS ===== */
        .persona-section { background: var(--bg-light); }
        .persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
        .persona-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            padding: 2.5rem 2rem;
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
        }
        .persona-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
        .persona-icon {
            width: 64px;
            height: 64px;
            background: var(--bg-light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--teal);
            font-size: 1.75rem;
            margin-bottom: 1.5rem;
        }
        .persona-card h3 { margin-bottom: 0.75rem; font-size: 1.15rem; }
        .persona-card p { font-size: 0.95rem; margin: 0; }
        @media (max-width: 768px) { .persona-grid { grid-template-columns: 1fr; } }

        /* ===== HOW TO USE ===== */
        .usage-section { background: var(--white); }
        .usage-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            max-width: 1000px;
            margin: 0 auto;
        }
        .usage-illustration {
            width: 100%;
            aspect-ratio: 4/3;
            background: linear-gradient(135deg, var(--bg-light), var(--white));
            border-radius: var(--radius-lg);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 1rem;
            padding: 2rem;
            text-align: center;
            border: 1px solid var(--border-light);
        }
        .usage-illustration .capsule-pair { gap: 0.75rem; }
        .usage-illustration .capsule { width: 60px; height: 160px; font-size: 0.7rem; }
        .usage-illustration .step-label {
            font-family: var(--font-display);
            font-weight: 700;
            color: var(--navy);
            font-size: 1.1rem;
        }
        .usage-list { display: flex; flex-direction: column; gap: 1.5rem; }
        .usage-item { display: flex; align-items: flex-start; gap: 1rem; }
        .usage-item-icon {
            width: 44px;
            height: 44px;
            background: var(--bg-light);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--teal);
            font-size: 1.25rem;
            flex-shrink: 0;
        }
        .usage-item-text h4 { font-size: 1rem; margin-bottom: 0.2rem; }
        .usage-item-text p { font-size: 0.95rem; margin: 0; }
        .usage-note {
            margin-top: 1.5rem;
            padding: 1rem 1.25rem;
            background: var(--bg-light);
            border-radius: var(--radius-md);
            font-size: 0.9rem;
            color: var(--text-body);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .usage-note i { color: var(--teal); font-size: 1.1rem; flex-shrink: 0; }
        @media (max-width: 768px) {
            .usage-grid { grid-template-columns: 1fr; }
            .usage-illustration { max-width: 400px; margin: 0 auto; }
        }

        /* ===== FAQ ===== */
        .faq-section { background: var(--off-white); }
        .faq-container { max-width: 800px; margin: 3rem auto 0; }
        .faq-item {
            background: var(--white);
            border-radius: var(--radius-md);
            margin-bottom: 0.75rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
            overflow: hidden;
            border: 1px solid var(--border-light);
        }
        .faq-question {
            padding: 1.25rem 1.75rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 600;
            font-size: 1.05rem;
            color: var(--navy);
            transition: var(--transition-fast);
        }
        .faq-question:hover { color: var(--teal); }
        .faq-chevron { color: var(--teal); font-size: 1.25rem; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 1rem; }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
        .faq-answer-inner { padding: 0 1.75rem 1.5rem; }
        .faq-answer-inner p { font-size: 1rem; margin: 0; }
        .faq-item.active .faq-chevron { transform: rotate(180deg); }
        .faq-item.active .faq-answer { max-height: 400px; }

        /* ===== BOTTOM CTA ===== */
        #cb-pdp.cb-pdp-root section.bottom-cta {
            background: linear-gradient(135deg, var(--bg-dark) 0%, var(--navy) 100%);
            text-align: center;
            padding: clamp(4rem, 10vw, 7rem) 0;
            position: relative;
        }
        #cb-pdp.cb-pdp-root .bottom-cta h2 {
            color: var(--white);
            margin-bottom: 1rem;
        }
        #cb-pdp.cb-pdp-root .bottom-cta .subline {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1.1rem;
            margin: 0 auto 2.5rem;
            max-width: 50ch;
        }
        .bottom-cta-prices { display: flex; justify-content: center; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
        .cta-price-pill {
            border: 1.5px solid rgba(255, 255, 255, 0.3);
            color: var(--white);
            padding: 0.6rem 1.25rem;
            border-radius: var(--radius-pill);
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
            transition: var(--transition-fast);
        }
        .cta-price-pill:hover, .cta-price-pill.active { background: var(--teal); border-color: var(--teal); }
        .bottom-trust { display: flex; justify-content: center; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; }
        .bottom-trust span {
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 0.35rem;
        }
        .bottom-trust i { font-size: 1rem; }

        /* ===== CROSS-SELL ===== */
        .cross-section { background: var(--off-white); }
        #cb-pdp.cb-pdp-root .cross-section .section-header h2 {
            color: var(--navy);
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-body p {
            color: var(--text-body);
            max-width: none;
        }
        .cross-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
        .cross-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
        }
        .cross-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
        .cross-img {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, var(--bg-light), var(--white));
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            color: var(--navy);
            font-size: 1rem;
            text-align: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        .cross-img img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            object-position: center;
            display: block;
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-body {
            padding: 1.5rem;
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-body h3 {
            font-family: var(--font-display);
            font-size: 1.15rem;
            font-weight: 700;
            line-height: 1.3;
            color: var(--navy);
            margin: 0 0 0.5rem;
            text-decoration: none;
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-body p {
            font-size: 0.9rem;
            line-height: 1.55;
            margin: 0 0 1rem;
            text-decoration: none;
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-price {
            font-weight: 700;
            color: var(--teal);
            font-size: 1rem;
            margin-bottom: 0.5rem;
            text-decoration: none;
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-link {
            color: var(--teal);
            font-weight: 600;
            font-size: 0.9rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            transition: var(--transition-fast);
        }
        #cb-pdp.cb-pdp-root .cross-section .cross-link:hover {
            gap: 0.5rem;
            color: var(--dark-teal);
            text-decoration: none;
        }
        @media (max-width: 768px) {
            .cross-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
        }

        /* LP footer – nepoužívame na Venaliu (mali by sme prepisovať <footer class="footer">) */

        /* ─────────── Launch3 hero ports ─────────── */

        /* Hero product wrapper (bottle stage + tagline) */
        .cb-pdp-hero-product {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 22px;
            width: 100%;
        }
        .product-stage {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 560px;
            width: 100%;
        }
        .product-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 92%;
            aspect-ratio: 1 / 1;
            transform: translate(-50%, -50%);
            background: radial-gradient(circle at center, rgba(200, 51, 42, 0.28) 0%, rgba(200, 51, 42, 0.10) 35%, rgba(200, 51, 42, 0) 65%);
            filter: blur(20px);
            z-index: 0;
            animation: cb-glow 6s ease-in-out infinite alternate;
        }
        .product-rings {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 88%;
            aspect-ratio: 1 / 1;
            z-index: 0;
            opacity: 0.55;
        }
        .product-rings::before, .product-rings::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 50%;
            border: 1px dashed rgba(200, 51, 42, 0.25);
            animation: cb-spin 60s linear infinite;
        }
        .product-rings::after {
            inset: 12%;
            border-style: dotted;
            border-color: rgba(200, 51, 42, 0.18);
            animation: cb-spin 80s linear infinite reverse;
        }
        .product-bottle {
            position: relative;
            z-index: 2;
            width: clamp(280px, 32vw, 460px);
            height: auto;
            filter: drop-shadow(0 30px 50px rgba(20, 24, 31, 0.22)) drop-shadow(0 12px 20px rgba(200, 51, 42, 0.12));
            animation: cb-float 5.5s ease-in-out infinite;
            transform-origin: center bottom;
            user-select: none;
            -webkit-user-drag: none;
        }

        /* Circular badges anchored to the bottle area */
        .new-badge {
            position: absolute;
            top: 3%;
            right: 4%;
            z-index: 4;
            width: 84px;
            height: 84px;
            border-radius: 50%;
            background: var(--accent-red);
            color: var(--white);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-weight: 800;
            line-height: 1;
            text-transform: uppercase;
            text-align: center;
            box-shadow: 0 12px 28px -6px rgba(200, 51, 42, 0.55), 0 0 0 6px rgba(200, 51, 42, 0.15);
            transform: rotate(-12deg);
            animation: cb-badgePop .8s cubic-bezier(.34,1.56,.64,1) 1.2s both, cb-badgeWobble 5s ease-in-out 2.2s infinite;
        }
        .new-badge .new-eyebrow { font-size: 9px;  letter-spacing: 0.18em; opacity: 0.85; margin-bottom: 3px; }
        .new-badge .new-main    { font-size: 21px; letter-spacing: 0.04em; }

        .gift-circle {
            position: absolute;
            top: calc(3% + 100px);
            right: 4%;
            z-index: 4;
            width: 84px;
            height: 84px;
            border-radius: 50%;
            background: var(--white);
            border: 2px solid var(--accent-red);
            color: var(--accent-red);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-weight: 800;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            box-shadow: 0 12px 28px -6px rgba(20, 24, 31, 0.18), 0 0 0 6px rgba(200, 51, 42, 0.06);
            transform: rotate(7deg);
            animation: cb-giftPop .8s cubic-bezier(.34,1.56,.64,1) 1.6s both, cb-giftWobble 5s ease-in-out 2.6s infinite;
        }
        .gift-circle .gift-eye  { font-size: 9px;  letter-spacing: 0.18em; opacity: 0.7; margin-bottom: 4px; }
        .gift-circle .gift-amt  { font-size: 22px; letter-spacing: 0.02em; }

        /* CZ: delší text „1 398 Kč“ místo „58€“ — poloviční velikost písma v gift kruhu */
        html[lang="cs"] #cb-pdp.cb-pdp-root .gift-circle .gift-eye {
            font-size: 4.5px;
            letter-spacing: 0.12em;
            margin-bottom: 2px;
        }
        html[lang="cs"] #cb-pdp.cb-pdp-root .gift-circle .gift-amt {
            font-size: 11px;
            letter-spacing: 0;
            line-height: 1.05;
        }

        /* Tagline pill below the bottle (pulsating heart) */
        .product-tagline {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 14px 8px 10px;
            border-radius: var(--radius-pill);
            background: var(--accent-red-soft);
            border: 1px solid var(--accent-red-tint);
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.02em;
            color: var(--accent-red-dark);
            text-align: left;
            line-height: 1.35;
            max-width: 380px;
        }
        .product-tagline .tag-heart {
            flex-shrink: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--accent-red);
            color: var(--white);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 0 0 rgba(200, 51, 42, 0.45);
            animation: cb-heartbeat 1.6s ease-in-out infinite;
        }
        .product-tagline .tag-heart svg {
            width: 11px;
            height: 11px;
            fill: currentColor;
            animation: cb-heartScale 1.6s ease-in-out infinite;
        }
        a.product-tagline {
            text-decoration: none;
            cursor: pointer;
            transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
        }
        a.product-tagline:hover,
        a.product-tagline:focus-visible {
            background: var(--accent-red-tint);
            border-color: var(--accent-red);
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(200, 51, 42, 0.18);
            outline: none;
        }
        a.product-tagline:hover .tag-text { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
        .product-tagline .tag-link-icon {
            width: 13px;
            height: 13px;
            flex-shrink: 0;
            margin-left: 2px;
            opacity: 0.75;
            transition: opacity .25s ease, transform .25s ease;
        }
        a.product-tagline:hover .tag-link-icon { opacity: 1; transform: translate(1px, -1px); }
        .product-tagline--text { margin: 0; cursor: default; }
        .product-tagline--text .tag-link-icon { display: none; }

        /* Floating ingredient pills with tooltips */
        .pill {
            position: absolute;
            background: var(--white);
            border: 1px solid var(--border-light);
            box-shadow: var(--shadow-pill-md);
            padding: 12px 16px;
            border-radius: var(--radius-pill);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            font-weight: 500;
            color: var(--text-dark);
            z-index: 3;
            white-space: nowrap;
            backdrop-filter: blur(6px);
            opacity: 0;
            cursor: pointer;
            font-family: var(--font-sans);
            text-align: left;
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
            animation: cb-pillIn .8s cubic-bezier(.2,.7,.2,1) both, cb-floatPill 6s ease-in-out infinite;
        }
        .pill:hover, .pill:focus-visible, .pill.open {
            transform: scale(1.04);
            border-color: var(--accent-red-tint);
            box-shadow: var(--shadow-pill-lg);
            outline: none;
            z-index: 10;
            animation-play-state: running, paused;
        }
        .pill .pill-dot {
            width: 8px; height: 8px; border-radius: 50%;
            background: var(--accent-red);
            box-shadow: 0 0 0 4px rgba(200,51,42,0.15);
            flex-shrink: 0;
        }
        .pill-1 { top: 8%;     left: -2%;  animation-delay: 1.0s, 0s; }
        .pill-2 { top: 50%;    right: -6%; animation-delay: 1.3s, 1.5s; }
        .pill-3 { bottom: 12%; left: 0%;   animation-delay: 1.6s, 3s; }

        #cb-pdp.cb-pdp-root .pill-tip {
            position: absolute;
            width: 300px;
            background: var(--white);
            border: 1px solid var(--border-light);
            border-radius: 18px;
            box-shadow: var(--shadow-pill-lg);
            padding: 18px 20px 0;
            color: var(--text-dark);
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            text-align: left;
            white-space: normal;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-6px);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
            z-index: 5;
            pointer-events: none;
        }
        #cb-pdp.cb-pdp-root .pill:hover .pill-tip,
        #cb-pdp.cb-pdp-root .pill:focus-visible .pill-tip,
        #cb-pdp.cb-pdp-root .pill.open .pill-tip {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear 0s;
            pointer-events: auto;
        }
        #cb-pdp.cb-pdp-root .pill-tip h5 {
            font-family: var(--font-display);
            font-size: 10.5px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--accent-red);
            margin-bottom: 10px;
        }
        #cb-pdp.cb-pdp-root .pill-tip ul { list-style: none; margin: 0 0 14px; padding: 0; }
        #cb-pdp.cb-pdp-root .pill-tip li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 6px;
            font-size: 12px;
            line-height: 1.45;
            color: var(--text-body);
        }
        #cb-pdp.cb-pdp-root .pill-tip li:last-child { margin-bottom: 0; }
        #cb-pdp.cb-pdp-root .pill-tip li::before {
            content: '';
            flex-shrink: 0;
            width: 5px; height: 5px;
            border-radius: 50%;
            background: var(--accent-red);
            margin-top: 6px;
        }
        #cb-pdp.cb-pdp-root .pill-tip footer {
            margin: 0 -20px;
            padding: 12px 20px 14px;
            background: var(--bg-light);
            border-top: 1px solid var(--border-light);
            font-size: 10px;
            font-weight: 500;
            color: var(--text-body);
            line-height: 1.55;
            display: flex;
            align-items: flex-start;
            gap: 8px;
        }
        #cb-pdp.cb-pdp-root .pill-tip footer svg {
            flex-shrink: 0;
            width: 13px;
            height: 13px;
            margin-top: 1px;
            color: var(--accent-red);
        }
        .pill-1 .pill-tip { top: calc(100% + 12px); left: 0; }
        .pill-2 .pill-tip { top: calc(100% + 12px); right: 0; }
        .pill-3 .pill-tip { bottom: calc(100% + 12px); left: 0; }

        /* Gift badge replacing the old bundle banner */
        .gift-badge {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 10px 16px 10px 10px;
            border-radius: 14px;
            background: linear-gradient(135deg, var(--accent-red-soft) 0%, var(--white) 100%);
            border: 1px solid var(--accent-red-tint);
            box-shadow: 0 1px 2px rgba(20, 24, 31, 0.04), 0 4px 12px rgba(20, 24, 31, 0.04);
            font-family: var(--font-sans);
            font-size: 13px;
            font-weight: 600;
            color: var(--text-dark);
            text-align: left;
            line-height: 1.35;
            cursor: pointer;
            max-width: 100%;
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }
        .gift-badge:hover, .gift-badge:focus-visible, .gift-badge.open {
            transform: translateY(-2px);
            box-shadow: var(--shadow-pill-md);
            outline: none;
            border-color: var(--accent-red);
            z-index: 10;
        }
        .gift-icon {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            border-radius: 9px;
            background: var(--accent-red);
            color: var(--white);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .gift-icon svg { width: 16px; height: 16px; }
        .gift-amount { color: var(--accent-red); font-weight: 700; }
        .gift-tip {
            position: absolute;
            bottom: calc(100% + 10px);
            left: 0;
            width: 280px;
            max-width: calc(100vw - 32px);
            padding: 14px 16px;
            background: var(--white);
            border: 1px solid var(--border-light);
            border-radius: 12px;
            box-shadow: var(--shadow-pill-lg);
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            line-height: 1.55;
            opacity: 0;
            visibility: hidden;
            transform: translateY(6px);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
            z-index: 5;
            pointer-events: none;
        }
        .gift-badge:hover .gift-tip,
        .gift-badge:focus-visible .gift-tip,
        .gift-badge.open .gift-tip {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: opacity .22s ease, transform .22s ease, visibility 0s linear 0s;
            pointer-events: auto;
        }
        .gift-tip strong { color: var(--accent-red); font-weight: 700; }
        .gift-product-thumb {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            object-fit: cover;
            background: var(--white);
            border: 1px solid var(--accent-red-tint);
            box-shadow: 0 2px 6px rgba(20, 24, 31, 0.08);
            flex-shrink: 0;
        }
        .gift-tip-product {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 8px 0 6px;
            padding-top: 8px;
            border-top: 1px solid var(--border-light);
        }
        .gift-tip-product img {
            width: 38px;
            height: 38px;
            border-radius: 6px;
            object-fit: cover;
            background: var(--white);
            border: 1px solid var(--accent-red-tint);
            flex-shrink: 0;
        }
        .gift-tip-product-name { font-weight: 700; color: var(--accent-red); font-size: 12px; line-height: 1.3; }
        .gift-tip-product-desc { font-size: 11px; color: var(--text-body); font-weight: 500; line-height: 1.4; }

        /* Hero meta - 2x2 checkmark grid replacing the old trust-row under the CTA */
        .cb-pdp-hero-meta {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 10px 22px;
            width: 100%;
            font-size: 13px;
            color: var(--text-dark);
            margin-top: 0.25rem;
        }
        .cb-pdp-hero-meta-item {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
            line-height: 1.3;
        }
        .cb-pdp-hero-meta-item svg {
            width: 14px; height: 14px;
            color: var(--accent-red);
            flex-shrink: 0;
        }

        /* Animations */
        @keyframes cb-glow {
            0%   { transform: translate(-50%, -50%) scale(1);    opacity: 0.85; }
            100% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
        }
        @keyframes cb-spin {
            from { transform: rotate(0deg); }
            to   { transform: rotate(360deg); }
        }
        @keyframes cb-float {
            0%, 100% { transform: translateY(0)      rotate(0deg); }
            50%      { transform: translateY(-14px)  rotate(0.6deg); }
        }
        @keyframes cb-pillIn {
            from { opacity: 0; transform: translateY(8px) scale(0.92); }
            to   { opacity: 1; transform: translateY(0)   scale(1); }
        }
        @keyframes cb-floatPill {
            0%, 100% { transform: translateY(0); }
            50%      { transform: translateY(-8px); }
        }
        @keyframes cb-badgePop {
            0%   { opacity: 0; transform: rotate(-12deg) scale(0.4); }
            70%  { opacity: 1; transform: rotate(-12deg) scale(1.08); }
            100% { opacity: 1; transform: rotate(-12deg) scale(1); }
        }
        @keyframes cb-badgeWobble {
            0%, 100% { transform: rotate(-12deg); }
            50%      { transform: rotate(-7deg); }
        }
        @keyframes cb-giftPop {
            0%   { opacity: 0; transform: rotate(7deg) scale(0.4); }
            70%  { opacity: 1; transform: rotate(7deg) scale(1.08); }
            100% { opacity: 1; transform: rotate(7deg) scale(1); }
        }
        @keyframes cb-giftWobble {
            0%, 100% { transform: rotate(7deg); }
            50%      { transform: rotate(3deg); }
        }
        @keyframes cb-heartbeat {
            0%, 70%, 100% { box-shadow: 0 0 0 0   rgba(200, 51, 42, 0.0);  transform: scale(1); }
            14%           { box-shadow: 0 0 0 6px rgba(200, 51, 42, 0.18); transform: scale(1.16); }
            28%           { box-shadow: 0 0 0 0   rgba(200, 51, 42, 0.0);  transform: scale(1); }
            42%           { box-shadow: 0 0 0 6px rgba(200, 51, 42, 0.18); transform: scale(1.16); }
            56%           { box-shadow: 0 0 0 0   rgba(200, 51, 42, 0.0);  transform: scale(1); }
        }
        @keyframes cb-heartScale {
            0%, 70%, 100% { transform: scale(1); }
            14%, 42%      { transform: scale(1.22); }
            28%, 56%      { transform: scale(1); }
        }

        /* Top promo banner (10 % extra, sitewide) */
        .promo-banner {
            position: relative;
            background: var(--accent-red);
            color: var(--white);
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.015em;
            padding: 10px 20px;
            overflow: hidden;
        }
        .promo-banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
            transform: translateX(-100%);
            animation: cb-promoShimmer 5.5s ease-in-out infinite;
            pointer-events: none;
        }
        @keyframes cb-promoShimmer {
            0%   { transform: translateX(-100%); }
            70%  { transform: translateX(100%); }
            100% { transform: translateX(100%); }
        }
        .promo-inner {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            position: relative;
            z-index: 1;
        }
        .promo-inner svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
        }
        .promo-countdown {
            font-variant-numeric: tabular-nums;
            margin-left: 4px;
            display: inline-block;
        }
        @media (max-width: 600px) {
            .promo-banner { font-size: 12px; padding: 9px 14px; }
            .promo-inner { gap: 8px; }
        }

        /* Sticky bottle on desktop / tablet (>=901px): bottle column stretches to the right column's height; .cb-pdp-hero-product inside is sticky-pinned near the top of the viewport and rides along while the right-side text scrolls. Stage min-height is reset so it shrinks to the bottle's natural size (no dead space above/below). Releases naturally at the bottom of the right column. */
        @media (min-width: 901px) {
            .cb-pdp-hero {
                display: block;
                min-height: 0;
                padding-top: 3rem;
                padding-bottom: 4rem;
            }
            .cb-pdp-hero-grid {
                align-items: stretch;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }
            .cb-pdp-hero-image-col {
                position: relative;
                align-self: stretch;
                min-height: 0;
                display: block;
                overflow: visible;
                text-align: center;
            }
            .cb-pdp-hero-image-col > .cb-pdp-hero-product {
                position: sticky;
                top: 40px;
                margin-top: 0;
                /* natural content height = bottle stage + tagline (no 100vh wrapper, no dead space) */
            }
            /* Stage shrinks to the bottle's natural height — no min-height padding */
            .product-stage { min-height: 0; }
            /* Bottle scales as a single proportional zoom: width is the smaller of
               (vw-clamped) and (height-fitted via aspect-ratio 745/1424 ≈ 0.523),
               and height stays auto so the natural ratio is preserved on every viewport. */
            .product-bottle {
                width: min(clamp(240px, 26vw, 380px), calc((100vh - 220px) * 0.523));
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
        }

        /* Tablet & small-laptop range: tighten container/grid gaps + hero padding so layout doesn't get cramped */
        @media (min-width: 901px) and (max-width: 1100px) {
            .cb-lp-container { padding: 0 1.25rem; }
            .cb-pdp-hero-grid { gap: 2.25rem; }
            .cb-pdp-hero { padding-top: 2rem; padding-bottom: 2.5rem; }
            .cb-pdp-hero-image-col > .cb-pdp-hero-product { top: 28px; }
            .product-bottle { width: min(clamp(220px, 26vw, 380px), calc((100vh - 180px) * 0.523)); }
        }

        /* Short-height viewports (laptops <= 700vh): trim padding so the bottle still gets useful vertical room */
        @media (min-width: 901px) and (max-height: 700px) {
            .cb-pdp-hero { padding-top: 1rem; padding-bottom: 2rem; }
            .cb-pdp-hero-image-col > .cb-pdp-hero-product { top: 20px; }
            .product-bottle { width: min(clamp(220px, 24vw, 380px), calc((100vh - 140px) * 0.523)); }
        }

        /* Responsive (mirrors live site's 900px hero collapse) */
        @media (max-width: 900px) {
            .product-stage { min-height: 440px; }
            .product-bottle { width: 70vw; max-width: 320px; }
            .new-badge { width: 68px; height: 68px; top: 1%; right: 2%; }
            .new-badge .new-eyebrow { font-size: 8px; margin-bottom: 2px; }
            .new-badge .new-main    { font-size: 17px; }
            .gift-circle { width: 68px; height: 68px; top: calc(1% + 80px); right: 2%; }
            .gift-circle .gift-eye { font-size: 8px; margin-bottom: 3px; }
            .gift-circle .gift-amt { font-size: 17px; }
            html[lang="cs"] #cb-pdp.cb-pdp-root .gift-circle .gift-eye { font-size: 4px; margin-bottom: 2px; }
            html[lang="cs"] #cb-pdp.cb-pdp-root .gift-circle .gift-amt { font-size: 8.5px; }
            .product-tagline { max-width: 320px; text-align: center; }
            .pill { font-size: 12px; padding: 10px 14px; }
            .pill-1 { top: 4%;  left: 2%; }
            .pill-2 { top: 50%; right: 0%; }
            .pill-3 { bottom: 8%; left: 4%; }
            #cb-pdp.cb-pdp-root .pill-tip { width: 240px; max-width: calc(100vw - 32px); font-size: 11px; padding: 14px 16px 0; }
            #cb-pdp.cb-pdp-root .pill-tip h5 { font-size: 10px; margin-bottom: 8px; }
            #cb-pdp.cb-pdp-root .pill-tip li { font-size: 11px; margin-bottom: 5px; }
            #cb-pdp.cb-pdp-root .pill-tip footer { margin: 0 -16px; padding: 10px 16px 12px; font-size: 9.5px; }
            .cb-pdp-hero-meta { grid-template-columns: 1fr; }
        }

        /* ===== Floating CTA (mimo #cb-pdp kvôli overflow-x: clip) — štýly na konci súboru ===== */

        /* Venalio: variant selection uses <a class="price-option ajax"> */
        #cb-pdp.cb-pdp-root a.price-option {
            text-decoration: none;
            color: inherit;
            display: block;
        }

        /* Full width inside Venalio .content; isolate from global theme utilities */
        #cb-pdp.cb-pdp-root {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            isolation: isolate;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-venalio-cta {
            margin: 0;
            padding: 0;
            border: none;
            background: transparent;
            max-width: none;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-cart-stack {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            margin-top: 0.5rem;
            align-items: stretch;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-qty {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin: 0 auto;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-qty.cb-pdp-qty--hidden {
            display: none !important;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-btn-full,
        #cb-pdp.cb-pdp-root .cb-pdp-restock-full {
            width: 100%;
            justify-content: center;
            text-align: center;
            box-sizing: border-box;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-cart-warning {
            color: #b91c1c;
            font-size: 0.875rem;
            margin: 0 0 0.5rem;
            max-width: none;
        }

        #cb-pdp.cb-pdp-root .cb-pdp-trust-row--solo {
            margin-top: 0.75rem;
        }

/* ===== Floating CTA (1:1 cardiobiom.barcoolapp.com; mimo #cb-pdp) ===== */
.floating-cta {
    --accent-red: #c8332a;
    --accent-red-dark: #9a2018;
    --white: #ffffff;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10050;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px 14px 26px;
    background: var(--accent-red);
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 16px 36px -10px rgba(200, 51, 42, 0.55), 0 6px 16px rgba(20, 24, 31, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px);
    transition: opacity .3s ease, transform .3s cubic-bezier(.2,.7,.2,1), visibility 0s linear .3s, background .25s ease;
}
.floating-cta.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s cubic-bezier(.2,.7,.2,1), visibility 0s linear 0s, background .25s ease;
}
.floating-cta:hover {
    background: var(--accent-red-dark);
    transform: translateY(-3px);
}
.floating-cta svg {
    width: 16px;
    height: 16px;
    transition: transform .25s ease;
}
.floating-cta:hover svg { transform: translateX(3px); }
.floating-cta .pulse-ring {
    position: absolute;
    inset: -4px;
    border-radius: 100px;
    border: 2px solid var(--accent-red);
    opacity: 0;
    animation: ctaPulse 2.4s ease-out infinite;
    pointer-events: none;
}
@keyframes ctaPulse {
    0%   { opacity: 0.6; transform: scale(1); }
    100% { opacity: 0;   transform: scale(1.18); }
}
@media (max-width: 640px) {
    .floating-cta {
        bottom: 16px;
        right: 16px;
        left: 16px;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
}

/* Mobil — kompaktnejší LP content + miesto pre floating CTA */
@media (max-width: 768px) {
    #cb-pdp.cb-pdp-root section:not(.bottom-cta):not(.rl) { padding: 4rem 0; }
    #cb-pdp.cb-pdp-root .section-header { margin-bottom: 2rem; }
    #cb-pdp.cb-pdp-root .section-header h2 { font-size: 1.75rem; line-height: 1.15; }
    #cb-pdp.cb-pdp-root .founder-section .section-header h2 { font-size: 1.65rem; }
    #cb-pdp.cb-pdp-root .bottom-cta h2 { font-size: 1.65rem; line-height: 1.2; max-width: 22ch; margin-left: auto; margin-right: auto; }
    #cb-pdp.cb-pdp-root .cb-pdp-hero h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
    #cb-pdp.cb-pdp-root .diff-card,
    #cb-pdp.cb-pdp-root .problem-card { padding: 1.5rem; }
    #cb-pdp.cb-pdp-root .expert-section .section-header { margin-bottom: 2.5rem; }
    #cb-pdp.cb-pdp-root .cb-lp-container { padding-left: 1.25rem; padding-right: 1.25rem; }
    #cb-pdp.cb-pdp-root .section-header p { font-size: 1rem; }
    #cb-pdp.cb-pdp-root section.bottom-cta { padding: 3.5rem 0; }
}

body:has(#cb-pdp) {
    padding-bottom: env(safe-area-inset-bottom, 0);
}
@media (max-width: 640px) {
    body:has(#cb-pdp) {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }
}

/* ===== Shop trust badges (Heureka + Facebook) — 2026-08-05 ===== */
#cb-pdp.cb-pdp-root .hk-seal {
	position: absolute; top: 3%; right: 4%; z-index: 4;
	width: 88px; height: 88px; display: block;
	filter: drop-shadow(0 10px 22px rgba(200, 149, 26, 0.42));
	transition: transform .25s ease;
}
#cb-pdp.cb-pdp-root .hk-seal:hover { transform: translateY(-2px) scale(1.03); }
#cb-pdp.cb-pdp-root .hk-seal:focus-visible { outline: 2px solid var(--dark-teal); outline-offset: 3px; border-radius: 50%; }
#cb-pdp.cb-pdp-root .hk-seal img { width: 100%; height: 100%; display: block; }

#cb-pdp.cb-pdp-root .fb-proof {
	position: absolute; top: calc(3% + 100px); right: 4%; z-index: 4;
	width: 88px; height: 88px; border-radius: 50%;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
	background: #ffffff; border: 2.5px solid #1877F2;
	box-shadow: 0 10px 24px -8px rgba(24, 119, 242, .50), 0 2px 10px rgba(20, 24, 31, .10);
	text-decoration: none; text-align: center;
	transition: transform .25s ease, box-shadow .25s ease;
}
#cb-pdp.cb-pdp-root .fb-proof:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 14px 28px -8px rgba(24,119,242,.6); }
#cb-pdp.cb-pdp-root .fb-proof:focus-visible { outline: 2px solid #1877F2; outline-offset: 3px; }
#cb-pdp.cb-pdp-root .fb-proof-mark { width: 19px; height: 19px; border-radius: 50%; background: #1877F2; display: grid; place-items: center; }
#cb-pdp.cb-pdp-root .fb-proof-mark svg { width: 12px; height: 12px; fill: #fff; }
#cb-pdp.cb-pdp-root .fb-proof-stars { color: #F59E0B; font-size: 8.5px; letter-spacing: .06em; line-height: 1; }
#cb-pdp.cb-pdp-root .fb-proof-pct { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: #155fbe; line-height: 1; }
#cb-pdp.cb-pdp-root .fb-proof-sub { font-family: var(--font-display); font-size: 7.2px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: #4a5568; line-height: 1.15; max-width: 78%; }

#cb-pdp.cb-pdp-root .hero-rating-block--under { margin-top: 1rem; }
#cb-pdp.cb-pdp-root .hero-rating-block--under .proof-badges { margin-top: 0; }
#cb-pdp.cb-pdp-root .proof-badges { display: grid; gap: 8px; width: 100%; max-width: 430px; margin-top: 4px; }
#cb-pdp.cb-pdp-root .pbadge {
	display: flex; align-items: center; gap: 11px; padding: 9px 13px 9px 9px;
	border-radius: var(--radius-md); text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
#cb-pdp.cb-pdp-root .pbadge:hover { transform: translateY(-1px); }
#cb-pdp.cb-pdp-root .pbadge:focus-visible { transform: translateY(-1px); outline: 2px solid var(--dark-teal); outline-offset: 2px; }
#cb-pdp.cb-pdp-root .pbadge--hk { background: linear-gradient(180deg, #ffffff, #fffdf6); border: 1px solid #ecd9a4; box-shadow: 0 10px 24px -18px rgba(200,149,26,.55); }
#cb-pdp.cb-pdp-root .pbadge--hk:hover { box-shadow: 0 14px 28px -16px rgba(200,149,26,.7); }
#cb-pdp.cb-pdp-root .pbadge--fb { background: linear-gradient(180deg, #ffffff, #f6f9ff); border: 1px solid #cfe0fb; box-shadow: 0 10px 24px -20px rgba(24,119,242,.5); }
#cb-pdp.cb-pdp-root .pbadge--fb:hover { border-color: #1877F2; }
#cb-pdp.cb-pdp-root .pb-seal { flex-shrink: 0; width: 52px; height: 52px; display: block; }
#cb-pdp.cb-pdp-root .pb-seal--fb { border-radius: 50%; background: #1877F2; display: grid; place-items: center; box-shadow: 0 5px 12px -6px rgba(24,119,242,.7); }
#cb-pdp.cb-pdp-root .pb-seal--fb svg { width: 29px; height: 29px; fill: #fff; }
#cb-pdp.cb-pdp-root .pb-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; line-height: 1.25; }
#cb-pdp.cb-pdp-root .pb-top { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
#cb-pdp.cb-pdp-root .pb-stars { color: #d19a1e; font-size: 0.9rem; letter-spacing: .05em; white-space: nowrap; }
#cb-pdp.cb-pdp-root .pb-stars i { display: inline-block; font-style: normal; transform: scale(.4); opacity: 0; animation: hit-pbStar .45s cubic-bezier(.34,1.56,.64,1) forwards; }
#cb-pdp.cb-pdp-root .pb-stars i:nth-child(1) { animation-delay: .06s; }
#cb-pdp.cb-pdp-root .pb-stars i:nth-child(2) { animation-delay: .14s; }
#cb-pdp.cb-pdp-root .pb-stars i:nth-child(3) { animation-delay: .22s; }
#cb-pdp.cb-pdp-root .pb-stars i:nth-child(4) { animation-delay: .30s; }
#cb-pdp.cb-pdp-root .pb-stars i:nth-child(5) { animation-delay: .38s; }
@keyframes hit-pbStar { to { transform: none; opacity: 1; } }
#cb-pdp.cb-pdp-root .pb-pct { font-size: 0.85rem; font-weight: 700; color: var(--text-dark); white-space: nowrap; }
#cb-pdp.cb-pdp-root .pbadge--hk .pb-pct b { color: #8a6410; }
#cb-pdp.cb-pdp-root .pbadge--fb .pb-pct { color: #155fbe; }
#cb-pdp.cb-pdp-root .pb-sub { font-size: 0.72rem; color: var(--text-body); font-weight: 500; }
#cb-pdp.cb-pdp-root .pb-sub b { color: var(--text-dark); font-weight: 700; }
#cb-pdp.cb-pdp-root .pb-thumbs { display: inline-flex; align-items: center; line-height: 0; }
#cb-pdp.cb-pdp-root .pb-thumbs svg { width: 17px; height: 17px; display: block; }
@media (prefers-reduced-motion: reduce) {
	#cb-pdp.cb-pdp-root .pb-stars i { animation: none; transform: none; opacity: 1; }
}
@media (min-width: 1180px) {
	#cb-pdp.cb-pdp-root .proof-badges { grid-template-columns: 1fr 1fr; max-width: 100%; gap: 9px; }
}
@media (min-width: 901px) and (max-width: 1180px) {
	#cb-pdp.cb-pdp-root .hk-seal { width: 76px; height: 76px; }
	#cb-pdp.cb-pdp-root .fb-proof { width: 76px; height: 76px; top: calc(3% + 86px); }
	#cb-pdp.cb-pdp-root .fb-proof-pct { font-size: 15px; }
	#cb-pdp.cb-pdp-root .fb-proof-mark { width: 17px; height: 17px; }
	#cb-pdp.cb-pdp-root .fb-proof-mark svg { width: 11px; height: 11px; }
}
@media (max-width: 900px) {
	#cb-pdp.cb-pdp-root .hk-seal { width: 68px; height: 68px; top: 1%; right: 2%; }
	#cb-pdp.cb-pdp-root .fb-proof { width: 68px; height: 68px; top: calc(1% + 76px); right: 2%; }
	#cb-pdp.cb-pdp-root .fb-proof-pct { font-size: 13px; }
	#cb-pdp.cb-pdp-root .fb-proof-sub { font-size: 6.5px; }
	#cb-pdp.cb-pdp-root .fb-proof-stars { font-size: 7px; }
	#cb-pdp.cb-pdp-root .fb-proof-mark { width: 15px; height: 15px; }
	#cb-pdp.cb-pdp-root .fb-proof-mark svg { width: 10px; height: 10px; }
	#cb-pdp.cb-pdp-root .pill-2 { top: 58%; }
	#cb-pdp.cb-pdp-root .proof-badges { max-width: 100%; }
	#cb-pdp.cb-pdp-root .pbadge { gap: 9px; padding: 7px 11px 7px 7px; }
	#cb-pdp.cb-pdp-root .pb-seal,
	#cb-pdp.cb-pdp-root .pb-seal--fb { width: 42px; height: 42px; }
	#cb-pdp.cb-pdp-root .pb-seal--fb svg { width: 24px; height: 24px; }
	#cb-pdp.cb-pdp-root .pb-pct { font-size: 0.8rem; }
	#cb-pdp.cb-pdp-root .pb-sub { font-size: 0.68rem; }
}
@media (max-width: 600px) {
	#cb-pdp.cb-pdp-root .hk-seal { width: 58px; height: 58px; }
	#cb-pdp.cb-pdp-root .fb-proof { width: 58px; height: 58px; top: calc(1% + 66px); }
	#cb-pdp.cb-pdp-root .fb-proof-pct { font-size: 11.5px; }
	#cb-pdp.cb-pdp-root .fb-proof-sub { font-size: 5.8px; }
	#cb-pdp.cb-pdp-root .fb-proof-stars { font-size: 6px; }
	#cb-pdp.cb-pdp-root .fb-proof-mark { width: 13px; height: 13px; }
	#cb-pdp.cb-pdp-root .fb-proof-mark svg { width: 8px; height: 8px; }
}
