/* ======================================================
   Woo Chair Builder — Enhanced Design v2
====================================================== */

*, *::before, *::after { box-sizing: border-box; }

/* ---- Wrapper ---- */
.wcb-wrapper {
    width: 100%;
    padding: 32px 0 60px;
    background: #f8f9fb;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.wcb-breadcrumb {
    max-width: 1300px;
    margin: 0 auto 18px;
    padding: 0 24px;
    font-size: 13px;
    color: #888;
}

.wcb-breadcrumb a { color: #888; text-decoration: none; }
.wcb-breadcrumb a:hover { color: #333; }

/* ---- Title Row ---- */
.wcb-title-row {
    max-width: 1300px;
    margin: 0 auto 8px;
    padding: 0 24px;
}

.wcb-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.2;
}

.wcb-meta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.wcb-stars { color: #f5a623; font-size: 15px; }
.wcb-reviews { font-size: 13px; color: #555; }
.wcb-free-ship {
    background: #e6f9f0;
    color: #1a7a4a;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

.wcb-free-ship.wcb-no-free-ship {
    background: #fdf1e6;
    color: #a35b12;
}

/* ---- Variation select (shown before the color boxes on variable products) ---- */
.wcb-variation-select-group {
    margin-bottom: 14px;
}
.wcb-variation-select-group:last-child {
    margin-bottom: 0;
}
.wcb-variation-select-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #666;
    margin-bottom: 6px;
}
.wcb-variation-select {
    width: 100%;
    max-width: 420px;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #d7dade;
    border-radius: 8px;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
}
.wcb-variation-select:focus {
    outline: none;
    border-color: #1a1a1a;
}

.wcb-add-cart.wcb-btn-disabled,
.wcb-add-cart:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* ---- Main Layout ---- */
.wcb-container {
    max-width: 1300px;
    margin: 20px auto 0;
    padding: 0 24px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* ---- LEFT: Builder Panel ---- */
.wcb-left {
    flex: 1 1 0;
    min-width: 0;
}

.wcb-builder-header {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 22px 24px 16px;
    margin-bottom: 16px;
}

.wcb-builder-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.wcb-builder-sub {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* ---- Section ---- */
.wcb-section {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

.wcb-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.wcb-section-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wcb-step-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wcb-heading {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.wcb-selected-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

/* ---- Color Groups ---- */
.wcb-color-group {
    margin-bottom: 18px;
}

.wcb-group-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.wcb-group-label-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #888;
}

.wcb-badge-standard {
    font-size: 11px;
    background: #f0f0f0;
    color: #555;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
}

.wcb-badge-premium {
    font-size: 11px;
    background: #fff4e0;
    color: #b45309;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}

.wcb-badge-included {
    font-size: 11px;
    background: #e6f9f0;
    color: #1a7a4a;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}

/* ---- Swatches ---- */
.wcb-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.wcb-swatch {
    width: 74px;
    border: 2px solid #e8eaed;
    border-radius: 10px;
    padding: 10px 6px 8px;
    cursor: pointer;
    text-align: center;
    transition: border-color .18s, box-shadow .18s, transform .15s;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wcb-swatch:hover {
    border-color: #aaa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.wcb-swatch.selected {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a, 0 4px 14px rgba(0,0,0,.1);
}

.wcb-swatch input { display: none; }

.wcb-swatch-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 8px;
    border: 2px solid rgba(0,0,0,.08);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wcb-swatch.selected .wcb-swatch-circle::after {
    content: '✓';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255,255,255,.95);
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.wcb-color-name {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    display: block;
}

/* Show More button */
.wcb-show-more-btn {
    width: 74px;
    height: 74px;
    border: 2px dashed #d0d0d0;
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    color: #888;
    font-weight: 600;
    transition: border-color .18s, color .18s;
    padding: 0;
    flex-shrink: 0;
}

.wcb-show-more-btn:hover { border-color: #aaa; color: #555; }

.wcb-show-more-btn svg { opacity: .5; }

.wcb-extra-swatches { display: none; }
.wcb-extra-swatches.visible { display: contents; }

/* ---- Product Type ---- */
.wcb-type-section {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

.wcb-type-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.wcb-type-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    border: 2px solid #e8eaed;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    transition: border-color .18s, box-shadow .18s;
    min-width: 70px;
}

.wcb-type-btn:hover { border-color: #aaa; }
.wcb-type-btn.active {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

.wcb-type-icon { font-size: 22px; line-height: 1; }
.wcb-type-label { font-size: 12px; font-weight: 600; color: #333; }

/* ---- RIGHT: Sidebar ---- */
/* .wcb-right {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 24px;
}
 */
.wcb-your-chair-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
}

.wcb-your-chair-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-bottom: 1px solid #f0f0f0;
}

.wcb-your-chair-header span {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.wcb-pin-icon { color: #e74c3c; font-size: 15px; }

/* SVG Preview */
.wcb-svg-preview {
    background: #f0f4f8;
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#wcb-svg-container {
    width: 180px;
    min-height: 160px;
    max-width: 100%;
    display: block;
    overflow: visible;
}

#wcb-svg-container svg {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: visible;
}

.wcb-svg-colors-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}

.wcb-svg-color-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.wcb-svg-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
}

/* Color Summary */
.wcb-color-summary {
    padding: 12px 18px;
    border-top: 1px solid #f0f0f0;
}

.wcb-color-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 4px 0;
}

.wcb-color-row span:first-child { color: #888; }
.wcb-color-row span:last-child { font-weight: 600; color: #1a1a1a; }

/* Price Breakdown */
.wcb-price-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
}

.wcb-price-card-header {
    padding: 14px 18px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.wcb-price-rows {
    padding: 12px 18px;
}

.wcb-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 13px;
}

.wcb-price-row span:first-child { color: #555; }
.wcb-price-row span:last-child { font-weight: 600; color: #1a1a1a; }

.wcb-price-row.premium-row span:last-child { color: #b45309; }

.wcb-premium-free-note {
    font-size: 11px;
    color: #1a7a4a;
    text-align: right;
    margin-top: 2px;
    font-weight: 500;
    display: none;
}

.wcb-price-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 8px 0;
}

.wcb-price-row.total-row {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}

.wcb-price-row.total-row span:last-child { color: #1a1a1a; font-size: 18px; }

/* CTA */
.wcb-cta-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 16px 18px;
}

.wcb-add-cart {
    width: 100%;
    height: 50px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .18s, transform .12s;
    letter-spacing: .02em;
}

.wcb-add-cart:hover { background: #333; transform: translateY(-1px); }
.wcb-add-cart:active { transform: translateY(0); }

.wcb-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
}

.wcb-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
}

.wcb-trust-item svg { opacity: .6; flex-shrink: 0; }
.wcb-container {
    display: grid;
    grid-template-columns: 420px 1fr 320px;
    gap: 24px;

    grid-template-areas:
        "gallery options summary"
        "gallery content content";
}

.wcb-gallery {
    grid-area: gallery;
}

.wcb-left {
    grid-area: options;
}

.wcb-right {
    grid-area: summary;
}

.product_merge_bottom_content {
    grid-area: content;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1024px) {
    .wcb-right { width: 250px; }
}

@media (max-width: 820px) {
    .wcb-container {
        flex-direction: column;
        gap: 16px;
    }

    .wcb-right {
        width: 100%;
        position: relative;
        top: 0;
    }

    .wcb-your-chair-card,
    .wcb-price-card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .wcb-your-chair-header,
    .wcb-price-card-header {
        width: 100%;
    }

    .wcb-svg-preview { flex: 1; min-width: 140px; }
    .wcb-color-summary { flex: 1; min-width: 140px; }
    .wcb-price-rows { width: 100%; }
}

@media (max-width: 600px) {
    .wcb-wrapper { padding: 16px 0 40px; }
    .wcb-container { padding: 0 14px; }
    .wcb-title { font-size: 22px; }
    .wcb-title-row { padding: 0 14px; }
    .wcb-breadcrumb { padding: 0 14px; }

    .wcb-section, .wcb-type-section {
        padding: 16px;
    }

    .wcb-swatch { width: 68px; }
    .wcb-show-more-btn { width: 68px; height: 68px; }
}

/* ======================================================
   ADDITIONS — Trust Boxes, Color Tooltip, Premium Notes
====================================================== */

/* ---- Trust Boxes row (below title) ---- */
.wcb-trust-boxes {
    max-width: 1300px;
    margin: 0 auto 4px;
    padding: 0 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wcb-trust-box {
    flex: 1 1 180px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 160px;
}

.wcb-trust-box-icon {
    width: 40px;
    height: 40px;
    background: #f0f4f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1a1a1a;
}

.wcb-trust-box-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.wcb-trust-box-sub {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}

/* ---- Color hover tooltip ---- */
.wcb-swatch {
    position: relative; /* already set but making explicit for tooltip */
}

.wcb-color-tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 6px;
    pointer-events: none;
    z-index: 100;
    display: none;
}

.wcb-color-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #1a1a1a;
}

/* ---- Premium free notes ---- */
.wcb-premium-free-note {
    font-size: 11px;
    color: #1a7a4a;
    text-align: right;
    margin: 2px 0 4px;
    font-weight: 500;
}

/* ---- CTA card: remove trust badges from sidebar (now top) ---- */
.wcb-cta-card .wcb-trust-badges { display: none; }

@media (max-width: 820px) {
    .wcb-trust-boxes {
        gap: 10px;
        padding: 0 14px;
    }
    .wcb-trust-box {
        flex: 1 1 140px;
        padding: 10px 12px;
    }
}

@media (max-width: 600px) {
    .wcb-trust-boxes {
        padding: 0 14px;
    }
    .wcb-trust-box {
        flex: 1 1 calc(50% - 10px);
        min-width: 130px;
    }
}
.wcb-success-message{
    background:#d4edda;
    color:#155724;
    border:1px solid #c3e6cb;
    padding:15px 20px;
    margin:20px 0;
    border-radius:6px;
    font-weight:600;
}
.wcb-wrapper{
	padding-top:170px;
}
span.woocommerce-Price-amount.amount {
    font-size: 0.85rem !important;
    color: #000 !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
body span.woocommerce-Price-amount.amount {
    font-size: 0.7rem !important;
}
body .wcb-badge-premium {
    background: rgb(239, 246, 255);
    color: rgb(27, 75, 138);
}
body .wcb-swatch {
    width: 74px;
    border: 0px solid #e8eaed;
    border-radius: 10px;
    padding: 0px;
}
body .wcb-swatch:hover {
    box-shadow: unset;
}
.wcb-show-more-btn{
	gap:0px !important;
}
.wcb-show-more-btn svg{
	display:none !important;
}
.single_add_to_cart_button {
	    width: 100% !important;
    display: flex !important;
}
.wcb-swatch.selected {
    border-color: unset;
    box-shadow: unset;
}
.btn_cart_padding .flex.items-center.gap-2{
	display:flex;
	    margin-bottom: 6px;
	align-items: flex-end;
}
.btn_cart_padding {
    padding: 0px 18px 20px;
}
/* =====================================================
   AJAX Notices
===================================================== */
.wcb-notice {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.wcb-notice-success {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.wcb-notice-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

/* Spinner animation for Add to Cart button loading state */
@keyframes wcb-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ======================================================
   SWATCH TEXTURES — Poly-look (standard) & Wood-grain (premium)
====================================================== */

.wcb-swatch-circle {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.wcb-swatch.standard .wcb-swatch-circle::before,
.wcb-swatch.premium .wcb-swatch-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

/* Poly-look: speckled poly-lumber fleck texture + soft plastic sheen */
.wcb-swatch.standard .wcb-swatch-circle::before {
    background-image:
        radial-gradient(circle at 32% 24%, rgba(255,255,255,.65) 0%, rgba(255,255,255,.18) 28%, rgba(255,255,255,0) 52%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' seed='4' result='n'/%3E%3CfeColorMatrix in='n' type='matrix' values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
    background-size: cover, 60px 60px;
    mix-blend-mode: overlay;
    opacity: .9;
}

.wcb-swatch.standard .wcb-swatch-circle::after {
    /* keep the existing ✓ check icon above the texture layer */
    z-index: 2;
}

/* Wood-grain: organic streaked grain for premium colors */
.wcb-swatch.premium .wcb-swatch-circle::before {
    background-image:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.32) 0%, rgba(255,255,255,.08) 30%, rgba(255,255,255,0) 55%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.012 0.35' numOctaves='3' seed='9' result='n'/%3E%3CfeColorMatrix in='n' type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
    background-size: cover, 140% 140%;
    mix-blend-mode: multiply;
    opacity: .88;
}

.wcb-swatch.premium .wcb-swatch-circle::after {
    z-index: 2;
}

/* When a real media-library photo was matched to this color, hide the
   synthetic poly/wood-grain texture overlay so the actual photo shows
   through cleanly. */
.wcb-swatch.has-photo .wcb-swatch-circle::before {
    content: none;
    background-image: none;
}

/* Same textures, smaller scale, for the sidebar color dots */
.wcb-svg-dot {
    position: relative;
    overflow: hidden;
}

/* ======================================================
   PRODUCT GALLERY — Main Image + Thumbnails
====================================================== */

.wcb-gallery {
    flex: 1 1 380px;
    min-width: 300px;
    max-width: 460px;
}

.wcb-gallery-main {
    position: relative;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcb-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .15s ease;
}

.wcb-gallery-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e8eaed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    padding: 0;
    z-index: 2;
}

.wcb-gallery-zoom:hover { background: #f5f5f5; }

.wcb-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.wcb-gallery-thumb {
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: #fff;
    aspect-ratio: 1 / 1;
    line-height: 0;
    transition: border-color .15s ease, transform .12s ease;
}

.wcb-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wcb-gallery-thumb:hover { border-color: #c8c8c8; transform: translateY(-1px); }
.wcb-gallery-thumb.active { border-color: #1a1a1a; }

@media (max-width: 1100px) {
    .wcb-gallery { flex: 1 1 320px; max-width: 400px; }
}

@media (max-width: 820px) {
    .wcb-gallery {
        max-width: 100%;
        min-width: 0;
        order: -1; /* show image first on mobile, above the builder */
    }
    .wcb-gallery-main { aspect-ratio: 4 / 3; }
}

@media (max-width: 480px) {
    .wcb-gallery-thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }
}

/* ======================================================
   Features grid (warranty / weather / maintenance / fade)
====================================================== */
.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.features__item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    padding: 12px 14px;
}

.features__icon { font-size: 17px; line-height: 1; }
.features__text { font-size: 13px; font-weight: 600; color: #333; }

/* ======================================================
   Testimonials / Trustindex
====================================================== */
.wcb-testimonials {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 22px 22px 18px;
    margin-top: 16px;
    text-align: center;
}

.wcb-testimonials-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}

.wcb-testimonials-sub {
    font-size: 13.5px;
    color: #666;
    margin: 0 0 14px;
    line-height: 1.5;
}

.wcb-testimonials-widget { min-height: 1px; }

/* ======================================================
   Below-container full-width sections
====================================================== */
.wcb-below-container {
    max-width: 1300px;
    margin: 28px auto 0;
    padding: 0 24px;
}

/* ---- Quote box ---- */
.wcb-quote-box {
    position: relative;
    background: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 14px;
    padding: 28px 28px 24px 60px;
}

.wcb-quote-icon {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #1a1a1a;
    opacity: .85;
}

.wcb-quote-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0;
}

.wcb-quote-box p:not(:last-child) { margin-bottom: 12px; }

/* ---- Product description ---- */
.wcb-description-box {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 26px 28px;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
}

.wcb-description-box p:last-child { margin-bottom: 0; }

/* ---- FAQ accordion ---- */
.wcb-faq-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 22px;
}

.wcb-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wcb-faq-item {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    overflow: hidden;
}

.wcb-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.wcb-faq-icon { flex: 0 0 auto; transition: transform .2s ease; color: #555; }

.wcb-faq-item.active .wcb-faq-icon { transform: rotate(180deg); }

.wcb-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}

.wcb-faq-answer-inner {
    padding: 0 20px 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.wcb-faq-answer-inner p:last-child { margin-bottom: 0; }

/* ---- Reviews ---- */
.wcb-reviews-section {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 26px 28px;
}

.wcb-reviews-section #reviews { max-width: 100%; }
.wcb-reviews-section .star-rating { color: #f5a623; }

@media (max-width: 600px) {
    .wcb-quote-box { padding: 26px 18px 20px 52px; }
    .wcb-quote-icon { left: 16px; top: 18px; }
    .wcb-description-box,
    .wcb-reviews-section { padding: 20px 18px; }
}
