﻿/*
 * Clevo Pattern / Front Page Styles
 * Shared runtime for clevo/* pattern styling after inline pattern CSS was removed.
 */

/* Source: patterns/hero.php */
.cf-hero {
            background: linear-gradient(135deg, hsl(210, 100%, 12%) 0%, hsl(210, 60%, 25%) 50%, hsl(210, 100%, 8%) 100%);
            color: #fff;
            min-height: 85vh;
            display: flex;
            align-items: center;
            padding: 4rem 1.5rem;
        }

        .cf-hero__inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            width: 100%;
        }

        .cf-hero__content {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .cf-hero__heading {
            font-size: clamp(2rem, 5vw, 3.75rem);
            font-weight: 800;
            line-height: 1.05;
            letter-spacing: -0.025em;
            color: #fff;
            margin: 0;
        }

        .cf-hero__sub {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.6;
            margin: 0;
        }

        .cf-hero__benefits {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }

        .cf-hero__benefit {
            display: flex;
            align-items: flex-start;
            gap: 0.65rem;
            font-size: 1.05rem;
            color: rgba(255, 255, 255, 0.95);
        }

        .cf-hero__check {
            flex-shrink: 0;
            margin-top: 2px;
            color: hsl(38, 100%, 50%);
        }

        .cf-hero__cta {
            display: inline-block;
            background: hsl(38, 100%, 50%);
            color: #fff;
            font-weight: 700;
            font-size: 1.1rem;
            padding: 0.85rem 2rem;
            border-radius: 6px;
            text-decoration: none;
            transition: background 0.2s;
            align-self: flex-start;
        }

        .cf-hero__cta:hover {
            background: hsl(38, 100%, 42%);
            color: #fff;
        }

        .cf-hero__trust {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .cf-hero__trust-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.85);
        }

        .cf-hero__trust-item svg {
            color: hsl(38, 100%, 50%);
            flex-shrink: 0;
        }

        /* Image card */
        .cf-hero__image-wrap {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            aspect-ratio: 1 / 1;
        }

        .cf-hero__image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        @media (max-width: 768px) {
            .cf-hero {
                min-height: auto;
                padding: 3rem 1.25rem;
            }

            .cf-hero__inner {
                grid-template-columns: 1fr;
            }

            .cf-hero__image-wrap {
                order: -1;
                aspect-ratio: 4 / 3;
                padding: 1.5rem;
            }
        }

/* Source: patterns/reviews-summary.php */
.cf-tpr {
    padding: 4rem 1.5rem;
    background: #fff;
}
.cf-tpr__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 3rem;
    align-items: center;
}
/* â”€â”€ LEFT: overall score â”€â”€ */
.cf-tpr__overall {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.cf-tpr__logo {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a1a2e;
    line-height: 1.1;
}
.cf-tpr__big-stars {
    display: flex;
    gap: 5px;
}
.cf-tpr__big-stars svg {
    width: 36px;
    height: 36px;
    fill: #00b67a;
    display: block;
    flex-shrink: 0;
}
.cf-tpr__big-stars svg.half {
    fill: url(#cf-tpr-half);
}
.cf-tpr__score {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
    margin: 0;
}
.cf-tpr__score span {
    font-size: 1.1rem;
    font-weight: 400;
    color: #6b7280;
}
.cf-tpr__count {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}
.cf-tpr__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #6b7280;
    padding-top: 0.25rem;
}
.cf-tpr__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b67a;
    flex-shrink: 0;
}
/* â”€â”€ RIGHT: review cards â”€â”€ */
.cf-tpr__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.cf-tpr__card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cf-tpr__card-stars {
    display: flex;
    gap: 3px;
}
.cf-tpr__card-stars svg {
    width: 20px;
    height: 20px;
    fill: #00b67a;
    display: block;
    flex-shrink: 0;
}
.cf-tpr__card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}
.cf-tpr__card-body {
    font-size: 0.88rem;
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
    font-style: italic;
    flex: 1;
}
.cf-tpr__card-author {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: auto;
}
.cf-tpr__card-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00b67a;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cf-tpr__card-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.2;
}
.cf-tpr__card-verified {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
}
@media (max-width: 900px) {
    .cf-tpr__inner {
        grid-template-columns: 1fr;
    }
    .cf-tpr__cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1100px) and (min-width: 600px) {
    .cf-tpr__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Source: patterns/product-showcase.php */
.cf-ps {
            background: #f5f5f7;
            padding: 4rem 1.5rem;
        }

        .cf-ps__inner {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3.5rem;
            align-items: start;
        }

        /* â”€â”€ Images â”€â”€ */
        .cf-ps__images {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .cf-ps__main-img {
            background: #fff;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }

        .cf-ps__main-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        .cf-ps__thumbs {
            display: flex;
            gap: 0.6rem;
        }

        .cf-ps__thumb {
            flex: 1;
            background: #fff;
            border-radius: 8px;
            border: 2px solid #e5e7eb;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.4rem;
            cursor: pointer;
            transition: border-color 0.15s;
        }

        .cf-ps__thumb:first-child {
            border-color: #1a1a2e;
        }

        .cf-ps__thumb:hover {
            border-color: #1a1a2e;
        }

        .cf-ps__thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        /* â”€â”€ Info â”€â”€ */
        .cf-ps__info {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .cf-ps__title {
            font-size: 2rem;
            font-weight: 800;
            color: #1a1a2e;
            line-height: 1.15;
            margin: 0;
            letter-spacing: -0.025em;
        }

        .cf-ps__desc {
            font-size: 0.95rem;
            color: #6b7280;
            margin: 0;
            line-height: 1.6;
        }

        .cf-ps__price {
            display: flex;
            align-items: baseline;
            gap: 0.75rem;
            margin: 0;
        }

        .cf-ps__price-current {
            font-size: 2rem;
            font-weight: 800;
            color: #1a1a2e;
        }

        .cf-ps__price-old {
            font-size: 1.2rem;
            color: #9ca3af;
            text-decoration: line-through;
        }

        .cf-ps__features {
            border-top: 1px solid #e5e7eb;
            padding-top: 1.25rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .cf-ps__features-label {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1a1a2e;
            margin: 0 0 0.4rem 0;
        }

        .cf-ps__feature {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 0.95rem;
            color: #374151;
        }

        .cf-ps__feature svg {
            color: hsl(38, 100%, 50%);
            flex-shrink: 0;
        }

        .cf-ps__cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background: hsl(38, 100%, 50%);
            color: #fff;
            font-weight: 700;
            font-size: 1.1rem;
            padding: 1rem 2rem;
            border-radius: 6px;
            text-decoration: none;
            transition: background 0.2s;
            text-align: center;
        }

        .cf-ps__cta:hover {
            background: hsl(38, 100%, 42%);
            color: #fff;
        }

        .cf-ps__trust {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .cf-ps__trust-item {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.82rem;
            color: #6b7280;
        }

        .cf-ps__trust-item svg {
            color: hsl(38, 100%, 50%);
            flex-shrink: 0;
        }

        @media (max-width: 768px) {
            .cf-ps__inner {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
        }

/* Source: patterns/product-features.php */
.cf-feat {
    background: #f8fafc;
    padding: 5rem 1.5rem;
}
.cf-feat__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.cf-feat__heading {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.025em;
    margin: 0 0 4rem 0;
}
.cf-feat__rows {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.cf-feat__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.cf-feat__row--reverse .cf-feat__img {
    order: 2;
}
.cf-feat__row--reverse .cf-feat__text {
    order: 1;
}
.cf-feat__img img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    display: block;
}
.cf-feat__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.cf-feat__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.cf-feat__desc {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}
.cf-feat__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.cf-feat__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: #374151;
}
.cf-feat__list li svg {
    color: hsl(38,100%,50%);
    flex-shrink: 0;
}
.cf-feat__quote {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    font-style: italic;
    color: #1a1a2e;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 768px) {
    .cf-feat__row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .cf-feat__row--reverse .cf-feat__img,
    .cf-feat__row--reverse .cf-feat__text {
        order: unset;
    }
}

/* Source: patterns/scenarios.php */
.cf-scenarios {
            background: #ffffff;
            padding: 5rem 1.5rem;
        }

        .cf-scenarios__inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .cf-scenarios__heading {
            font-size: clamp(1.6rem, 3.5vw, 2.25rem);
            font-weight: 800;
            color: #1a1a2e;
            letter-spacing: -0.02em;
            margin: 0 0 2rem 0;
        }

        .cf-scenarios__grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }

        .cf-scenarios__card {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            aspect-ratio: 4 / 3;
        }

        .cf-scenarios__img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.35s ease;
        }

        .cf-scenarios__card:hover .cf-scenarios__img {
            transform: scale(1.04);
        }

        .cf-scenarios__overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1.5rem 1.25rem 1.1rem;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
        }

        .cf-scenarios__title {
            font-size: 0.95rem;
            font-weight: 800;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            margin: 0 0 0.2rem 0;
        }

        .cf-scenarios__desc {
            font-size: 0.82rem;
            color: rgba(255, 255, 255, 0.85);
            margin: 0;
        }

        @media (max-width: 560px) {
            .cf-scenarios__grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: patterns/tech-specs.php */
.cf-specs {
            background: #0d1b3e;
            padding: 5rem 1.5rem;
        }

        .cf-specs__inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .cf-specs__heading {
            font-size: clamp(1.6rem, 3.5vw, 2.25rem);
            font-weight: 800;
            color: #ffffff;
            text-align: center;
            letter-spacing: -0.02em;
            margin: 0 0 3rem 0;
        }

        .cf-specs__grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.25rem;
        }

        .cf-specs__item {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 14px;
            padding: 2rem 1.5rem;
            text-align: center;
            transition: background 0.2s ease;
        }

        .cf-specs__item:hover {
            background: rgba(255, 255, 255, 0.10);
        }

        .cf-specs__val {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(2rem, 5vw, 2.75rem);
            font-weight: 800;
            color: #3b82f6;
            line-height: 1;
            margin-bottom: 0.5rem;
        }

        .cf-specs__val small {
            font-size: 0.45em;
            font-weight: 600;
            color: #93c5fd;
            letter-spacing: 0.05em;
            vertical-align: super;
            margin-left: 2px;
        }

        .cf-specs__label {
            font-size: 0.95rem;
            font-weight: 700;
            color: #e2e8f0;
            margin-bottom: 0.4rem;
        }

        .cf-specs__desc {
            font-size: 0.82rem;
            color: #94a3b8;
            line-height: 1.5;
        }

        @media (max-width: 700px) {
            .cf-specs__grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 420px) {
            .cf-specs__grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: patterns/reviews-carousel.php */
.cf-rc { padding: 5rem 1.5rem; background: #f5f7fa; }
.cf-rc__inner { max-width: 1160px; margin: 0 auto; }
.cf-rc__heading { font-size: clamp(1.4rem,3vw,1.9rem); font-weight: 600; color: #1a1a2e; margin: 0 0 2.5rem; line-height: 1.35; text-align: center; }
.cf-rc__heading em { font-style: italic; font-weight: 800; color: #1a1a2e; }
.cf-rc__carousel-wrap { position: relative; display: flex; align-items: center; gap: .75rem; }
.cf-rc__track-outer { overflow: hidden; flex: 1; }
.cf-rc__track { display: flex; gap: 1.25rem; transition: transform .35s ease; }
.cf-rc__card { background: #fff; border-radius: 10px; box-shadow: 0 1px 6px rgba(0,0,0,.07); padding: 1.5rem 1.6rem 1.4rem; flex: 0 0 calc(25% - 1rem); min-width: 0; display: flex; flex-direction: column; gap: .55rem; box-sizing: border-box; }
.cf-rc__stars { display: flex; gap: 3px; }
.cf-rc__stars svg { width: 20px; height: 20px; fill: #00b67a; display: block; flex-shrink: 0; }
.cf-rc__stars svg.empty { fill: none; stroke: #00b67a; stroke-width: 1.5; }
.cf-rc__title { font-size: .95rem; font-weight: 700; color: #1a1a2e; line-height: 1.3; margin: 0; }
.cf-rc__body { font-size: .875rem; color: #4a5568; line-height: 1.6; margin: 0; flex: 1; }
.cf-rc__meta { display: flex; justify-content: space-between; align-items: center; margin-top: .5rem; gap: .5rem; }
.cf-rc__author { font-size: .82rem; font-weight: 600; color: #1a1a2e; }
.cf-rc__date { font-size: .78rem; color: #a0aec0; white-space: nowrap; }
.cf-rc__btn { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #dde3ed; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(0,0,0,.08); padding: 0; }
.cf-rc__btn:hover { background: #f0f4ff; border-color: #2563eb; }
.cf-rc__btn svg { width: 18px; height: 18px; stroke: #1a1a2e; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cf-rc__btn:disabled { opacity: .35; cursor: default; }
@media(max-width:960px){.cf-rc__card{flex:0 0 calc(50% - .65rem)}}
@media(max-width:560px){.cf-rc__card{flex:0 0 calc(100% - .65rem)}}

/* Source: patterns/faq.php */
.cf-faq {
            background: #f8fafc;
            padding: 5rem 1.5rem;
        }

        .cf-faq__inner {
            max-width: 800px;
            margin: 0 auto;
        }

        .cf-faq__heading {
            font-size: clamp(1.6rem, 3.5vw, 2.25rem);
            font-weight: 800;
            color: #1a1a2e;
            letter-spacing: -0.02em;
            margin: 0 0 2.5rem 0;
        }

        .cf-faq__list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .cf-faq__item {
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            background: #fff;
            margin-bottom: 0.6rem;
            overflow: hidden;
        }

        .cf-faq__item summary {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.1rem 1.5rem;
            cursor: pointer;
            list-style: none;
            gap: 1rem;
            user-select: none;
        }

        .cf-faq__item summary::-webkit-details-marker {
            display: none;
        }

        .cf-faq__question {
            font-size: 1rem;
            font-weight: 600;
            color: #1a1a2e;
            line-height: 1.4;
        }

        .cf-faq__icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            color: #1a1a2e;
            transition: transform 0.2s ease;
        }

        .cf-faq__item[open] .cf-faq__icon {
            transform: rotate(180deg);
        }

        .cf-faq__answer {
            padding: 0 1.5rem 1.25rem 1.5rem;
            font-size: 0.95rem;
            color: #4b5563;
            line-height: 1.7;
            border-top: 1px solid #f3f4f6;
            padding-top: 1rem;
        }

        .cf-faq__answer p {
            margin: 0;
        }

/* Source: patterns/policies.php */
.cf-pol {
            background: #f5f5f7;
            padding: 5rem 1.5rem;
        }

        .cf-pol__inner {
            max-width: 1000px;
            margin: 0 auto;
        }

        .cf-pol__header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .cf-pol__heading {
            font-size: clamp(1.8rem, 4vw, 2.75rem);
            font-weight: 800;
            color: #1a1a2e;
            letter-spacing: -0.03em;
            margin: 0 0 0.6rem 0;
            line-height: 1.1;
        }

        .cf-pol__sub {
            font-size: 1rem;
            color: #6b7280;
            margin: 0;
        }

        .cf-pol__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.25rem;
        }

        .cf-pol__card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            padding: 1.75rem;
        }

        .cf-pol__card-header {
            display: flex;
            align-items: center;
            gap: 0.9rem;
            margin-bottom: 1rem;
        }

        .cf-pol__icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #f3f4f6;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #374151;
        }

        .cf-pol__icon svg {
            width: 20px;
            height: 20px;
        }

        .cf-pol__card-title {
            font-size: 1rem;
            font-weight: 700;
            color: #1a1a2e;
            margin: 0;
        }

        .cf-pol__card-text {
            font-size: 0.92rem;
            color: #4b5563;
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 600px) {
            .cf-pol__grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: patterns/buy-box.php */
.cf-bb {
            background: #f0f0f2;
            padding: 4rem 1.5rem;
        }

        .cf-bb__card {
            max-width: 960px;
            margin: 0 auto;
            background: #fff;
            border-radius: 16px;
            border: 1px solid #e5e7eb;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
        }

        /* â”€â”€ Image â”€â”€ */
        .cf-bb__img-wrap {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2.5rem 2rem;
            background: #fff;
        }

        .cf-bb__img-wrap img {
            width: 100%;
            max-width: 380px;
            height: auto;
            display: block;
            object-fit: contain;
        }

        .cf-bb__badge {
            position: absolute;
            bottom: 2rem;
            left: 2rem;
            background: #f59e0b;
            color: #1a1a2e;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.03em;
            padding: 0.35rem 0.75rem;
            border-radius: 4px;
            text-transform: uppercase;
        }

        /* â”€â”€ Info â”€â”€ */
        .cf-bb__info {
            padding: 2.5rem 2.5rem 2.5rem 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-left: 1px solid #f3f4f6;
        }

        .cf-bb__title {
            font-size: clamp(1.3rem, 2.5vw, 1.75rem);
            font-weight: 800;
            color: #1a1a2e;
            letter-spacing: -0.02em;
            margin: 0 0 0.75rem 0;
            line-height: 1.2;
        }

        .cf-bb__pricing {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin-bottom: 0.6rem;
        }

        .cf-bb__price {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f59e0b;
        }

        .cf-bb__old-price {
            font-size: 1rem;
            font-weight: 500;
            color: #9ca3af;
            text-decoration: line-through;
        }

        .cf-bb__stock {
            font-size: 0.82rem;
            font-weight: 600;
            color: #16a34a;
        }

        .cf-bb__desc {
            font-size: 0.97rem;
            color: #374151;
            line-height: 1.6;
            margin: 0 0 1.2rem 0;
        }

        .cf-bb__features {
            list-style: none;
            padding: 0;
            margin: 0 0 1.75rem 0;
            display: flex;
            flex-direction: column;
            gap: 0.45rem;
        }

        .cf-bb__features li {
            font-size: 0.9rem;
            color: #374151;
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            line-height: 1.4;
        }

        .cf-bb__features li::before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            margin-top: 1px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
        }

        .cf-bb__cta {
            display: block;
            background: #1a1a2e;
            color: #fff;
            text-align: center;
            padding: 1rem 1.5rem;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: background 0.2s;
            margin-bottom: 0.6rem;
        }

        .cf-bb__cta:hover {
            background: #2d2d4e;
        }

        .cf-bb__cta .cf-bb__cta-old {
            font-weight: 400;
            text-decoration: line-through;
            opacity: 0.6;
            margin-left: 0.4rem;
            font-size: 0.9rem;
        }

        .cf-bb__trust {
            text-align: center;
            font-size: 0.8rem;
            color: #9ca3af;
            margin: 0;
        }

        @media (max-width: 680px) {
            .cf-bb__card {
                grid-template-columns: 1fr;
            }

            .cf-bb__info {
                border-left: none;
                border-top: 1px solid #f3f4f6;
                padding: 2rem 1.5rem;
            }

            .cf-bb__img-wrap {
                padding: 2rem 1.5rem 1.5rem;
            }
        }

/* Accessibility/interaction state for external JS-driven thumbnail behavior */
.cf-ps__thumb {
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
}

.cf-ps__thumb.is-active {
    border-color: #1a1a2e;
}

.cf-ps__thumb:focus-visible,
.cf-rc__btn:focus-visible {
    outline: 2px solid #1a1a2e;
    outline-offset: 2px;
}
