/* ═══════════════════════════════════════
 *  Cyber Canvas — Custom Overrides
 *  Styles for widget sections & areas
 *  the design system settings may not cover.
 * ═══════════════════════════════════════ */

/* ── Floating Social Bar (Desktop) ── */
.cc-social-bar-desktop {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

@media (min-width: 769px) {
    .cc-social-bar-desktop {
        display: flex;
    }
}

.cc-social-bar-left {
    left: 0;
}

.cc-social-bar-right {
    right: 0;
}

/* "FOLLOW" vertical label */
.cc-social-bar-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-muted);
    padding: 0.5rem 0;
}

/* Individual link */
.cc-social-bar-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 250ms ease;
    border: none;
    background: transparent;
    color: var(--color-text);
    text-decoration: none;
}

.cc-social-bar-icon {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-social-bar-icon svg {
    width: 100%;
    height: 100%;
}

/* ── Solid style ── */
.cc-social-bar-style-solid .cc-social-bar-link {
    color: #fff;
}

.cc-social-bar-style-solid .cc-social-bar-link:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

/* ── Outline style (light/dark compatible) ── */
.cc-social-bar-style-outline .cc-social-bar-link {
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0.15rem 0;
    border: 1.5px solid var(--cc-sb-brand, var(--color-border));
    color: var(--cc-sb-brand, var(--color-text));
    background: transparent;
}

.cc-social-bar-style-outline .cc-social-bar-link:hover {
    background: var(--cc-sb-brand, var(--color-primary));
    color: #fff;
    transform: scale(1.1);
}

[data-theme="dark"] .cc-social-bar-style-outline .cc-social-bar-link {
    border-color: var(--cc-sb-brand, rgba(255, 255, 255, 0.2));
    color: var(--cc-sb-brand, var(--color-text));
}

/* ── Minimal style ── */
.cc-social-bar-style-minimal .cc-social-bar-link {
    color: var(--color-icon, var(--color-muted));
    border-bottom: 1px solid var(--color-border);
}

.cc-social-bar-style-minimal .cc-social-bar-link:hover {
    color: var(--color-primary);
    background: var(--color-surface);
}

/* ── Mobile FAB ── */
.cc-social-bar-mobile {
    position: fixed;
    bottom: 1rem;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cc-social-bar-mobile.cc-social-bar-left {
    left: 1rem;
}

.cc-social-bar-mobile.cc-social-bar-right {
    right: 1rem;
}

@media (min-width: 769px) {
    .cc-social-bar-mobile {
        display: none;
    }
}

.cc-social-bar-fab {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 200ms ease;
}

.cc-social-bar-fab:hover {
    transform: scale(1.1);
}

.cc-social-fab-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.cc-social-fab-menu.hidden {
    display: none;
}

.cc-social-bar-link-fab {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cc-social-bar-link-fab:hover {
    transform: scale(1.1);
}

[data-cc-bg-token] {
    background: var(--cc-token-bg);
    color: var(--cc-token-text);
    border-color: var(--cc-token-border);
}

[data-cc-bg-token] > .elementor-widget-container,
[data-cc-bg-token] > .e-con,
[data-cc-bg-token] > .e-con-inner,
[data-cc-bg-token] > .elementor-container,
[data-cc-bg-token] > .elementor-column-wrap,
[data-cc-bg-token] > .elementor-element-populated {
    background: var(--cc-token-bg);
    color: var(--cc-token-text);
    border-color: var(--cc-token-border);
}

[data-cc-bg-token].elementor-widget-button .elementor-button,
[data-cc-bg-token] .cc-btn {
    background: var(--cc-token-bg);
    color: var(--cc-token-text);
    border-color: var(--cc-token-border);
}

[data-cc-bg-token].elementor-widget-button .elementor-button:hover,
[data-cc-bg-token] .cc-btn:hover {
    opacity: 0.92;
}

.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .e-con {
    margin-top: 0;
}

.elementor-location-header .elementor-section:first-child,
.elementor-location-header .e-con:first-child,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .e-con-inner {
    padding-top: 0;
}

/* ── Product Showcase Live Overrides ── */
.cc-showcase-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-primary);
}

.cc-showcase-icon svg,
.cc-showcase-icon i {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
}

.cc-showcase-icon svg,
.cc-showcase-icon i,
.cc-category-tab-icon,
.cc-category-tab-icon svg,
.cc-category-tab-icon i {
    color: inherit;
}

.cc-category-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.375rem 0.95rem;
    font-size: 0.8125rem;
}

.cc-category-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: var(--color-primary);
}

.cc-category-tab-icon svg,
.cc-category-tab-icon i {
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.875rem;
}

:root {
    --cc-product-card-bg: var(--color-widget-bg, var(--color-surface));
    --cc-product-card-border: var(--color-widget-border, var(--color-border));
    --cc-product-card-title: var(--color-heading);
    --cc-product-card-price: var(--color-heading);
    --cc-product-card-button-bg: var(--color-widget-button-bg, var(--color-btn-bg));
    --cc-product-card-button-text: var(--color-widget-button-text, var(--color-btn-text));
}

.cc-product-card-body {
    padding: 0.9rem 1rem 0.24rem;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.cc-product-card-footer {
    padding: 0 1rem 0.95rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    margin-top: 0;
}

.cc-product-card,
.cc-showcase-grid .product,
.cc-showcase-grid .cc-product-card,
.cc-carousel-item {
    height: 100%;
}

.cc-showcase-grid .product,
.cc-carousel-item {
    display: flex;
}

.cc-product-card {
    --cc-product-card-resolved-bg: var(--cc-showcase-card-bg, var(--cc-product-card-bg));
    --cc-product-card-resolved-border: var(--cc-showcase-card-border, var(--cc-product-card-border));
    --cc-product-card-resolved-title: var(--cc-showcase-card-title-color, var(--cc-product-card-title));
    --cc-product-card-resolved-price: var(--cc-showcase-card-price-color, var(--cc-product-card-price));
    --cc-product-card-resolved-button-bg: var(--cc-showcase-button-bg, var(--cc-product-card-button-bg));
    --cc-product-card-resolved-button-text: var(--cc-showcase-button-text, var(--cc-product-card-button-text));
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    background: var(--cc-product-card-resolved-bg);
    border: 1px solid var(--cc-product-card-resolved-border);
    box-shadow: 0 10px 24px color-mix(in srgb, #0f172a 6%, transparent);
    transition: transform 400ms var(--ease-smooth, ease), box-shadow 400ms var(--ease-smooth, ease), border-color 200ms var(--ease-smooth, ease), background-color 200ms var(--ease-smooth, ease);
}

.cc-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px color-mix(in srgb, #0f172a 12%, transparent);
}

.cc-product-card-image {
    overflow: hidden;
}

.cc-product-card-image img,
.cc-product-card-image .cc-card-image-el {
    transition: transform 600ms var(--ease-smooth, ease);
}

.cc-product-card:hover .cc-product-card-image img,
.cc-product-card:hover .cc-product-card-image .cc-card-image-el {
    transform: scale(1.05);
}

.cc-product-card-title {
    min-height: 2.45em;
    color: var(--cc-product-card-resolved-title);
}

.cc-product-card-rating {
    margin-top: 0.12rem;
}

.cc-product-card-price {
    margin: 0;
    padding-top: 0;
}

.cc-product-card-price .amount {
    color: var(--cc-product-card-resolved-price);
}

.cc-product-card-price-missing {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-muted);
}

.cc-product-card-specs,
.cc-product-card .cc-product-card-specs,
.cc-showcase-grid .cc-product-card .cc-product-card-specs,
.cc-showcase-carousel .cc-product-card .cc-product-card-specs,
.cc-products-grid .cc-product-card .cc-product-card-specs {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25 !important;
    color: var(--color-widget-muted, var(--color-muted));
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    min-height: 1.25em !important;
    max-height: 1.25em !important;
}

.cc-product-card-specs.is-empty {
    visibility: hidden;
}

.cc-add-to-cart {
    width: 100% !important;
    min-width: 100% !important;
    align-self: stretch !important;
    box-sizing: border-box;
    margin: 0 !important;
    min-height: 3.125rem;
    padding: 0.85rem 1rem !important;
    border-radius: var(--cc-woo-radius, 3px) !important;
    background: var(--cc-product-card-resolved-button-bg) !important;
    color: var(--cc-product-card-resolved-button-text) !important;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.1;
}

.cc-product-card-footer > .cc-add-to-cart,
.woocommerce ul.products li.product .cc-add-to-cart,
.woocommerce div.product .related.products .cc-add-to-cart,
.woocommerce div.product .upsells.products .cc-add-to-cart {
    display: flex !important;
    width: 100% !important;
    min-width: 100% !important;
    align-self: stretch !important;
    justify-content: center !important;
}

.cc-card-action-circle {
    width: 2.25rem;
    height: 2.25rem;
    background: color-mix(in srgb, var(--cc-product-card-resolved-bg) 92%, transparent);
    border: 1px solid color-mix(in srgb, var(--cc-product-card-resolved-border) 82%, transparent);
    color: var(--color-widget-text, var(--color-text));
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.1));
    transition: all 200ms var(--ease-smooth, ease);
}

.cc-card-action-circle:hover {
    background: var(--cc-product-card-resolved-button-bg);
    border-color: var(--cc-product-card-resolved-button-bg);
    color: var(--cc-product-card-resolved-button-text);
    transform: scale(1.08);
}

.cc-card-image-overlay {
    background: linear-gradient(to top, color-mix(in srgb, #020617 48%, transparent), transparent 56%);
}

.cc-add-to-cart-disabled {
    background: var(--color-border) !important;
    color: var(--color-muted) !important;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.cc-sort-dropdown {
    padding-right: 2.75rem;
    background-position: right 1rem center;
}

/* ── Header Widget ── */
.cc-header-widget {
    position: relative;
    z-index: 40;
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    --cc-header-offset: 0px;
    --cc-header-height: auto;
    --cc-header-shell-bg: color-mix(in srgb, var(--color-surface) 94%, var(--color-background) 6%);
    --cc-header-shell-border: color-mix(in srgb, var(--color-primary) 10%, var(--color-border));
    --cc-header-shell-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    --cc-header-shell-highlight: linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 10%, transparent), transparent 30%, transparent 70%, color-mix(in srgb, var(--color-primary) 8%, transparent));
    --cc-header-highlight-opacity: 0.9;
}

.cc-header-widget.is-sticky {
    position: sticky;
    top: var(--cc-header-offset);
    z-index: 80;
}

.cc-header-widget.is-sticky .cc-header-shell {
    position: relative;
    top: auto;
}

.cc-header-shell {
    position: relative;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--cc-header-shell-border);
    border-left: 0;
    border-radius: 0;
    background: var(--cc-header-shell-bg);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: var(--cc-header-shell-shadow);
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, opacity 200ms ease;
    width: 100%;
    overflow: visible;
    isolation: isolate;
}

.cc-header-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--cc-header-shell-highlight);
    opacity: var(--cc-header-highlight-opacity);
    pointer-events: none;
    border-radius: inherit;
}

.cc-header-widget.has-scroll-state.is-scrolled .cc-header-shell {
    background: color-mix(in srgb, var(--cc-header-shell-bg) 92%, var(--color-background) 8%);
    border-bottom-color: color-mix(in srgb, var(--color-primary) 14%, var(--color-border));
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.cc-header-widget.is-sticky.is-stuck {
    z-index: 80;
}

.cc-header-widget.is-sticky.is-stuck > .cc-header-announcement,
.cc-header-widget.is-sticky.is-stuck > .cc-header-shell {
    position: fixed;
    left: var(--cc-header-left, 0px);
    width: var(--cc-header-width, 100%);
}

.cc-header-widget.is-sticky.is-stuck > .cc-header-announcement {
    top: var(--cc-header-offset, 0px);
    z-index: 81;
}

.cc-header-widget.is-sticky.is-stuck .cc-header-shell {
    top: calc(var(--cc-header-offset, 0px) + var(--cc-header-announcement-height, 0px));
    z-index: 80;
    animation: cc-header-fade-in 200ms ease;
}

@keyframes cc-header-fade-in {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cc-header-inner {
    position: relative;
    z-index: 1;
    width: min(100%, calc(var(--cc-container-width, 1280px) + clamp(2rem, 4vw, 4rem)));
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    min-height: 5rem;
    padding: 0.8rem clamp(1rem, 2vw, 2rem);
    transition: min-height 200ms ease, padding 200ms ease, gap 200ms ease;
}

.cc-header-widget.has-scroll-state.is-scrolled .cc-header-inner {
    min-height: 4.35rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.cc-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    min-width: 0;
    text-decoration: none;
    --cc-header-logo-height: 52px;
    --cc-header-logo-mobile-height: 40px;
}

.cc-header-brand-mark {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid transparent;
    background: transparent;
    overflow: hidden;
    box-shadow: none;
}

.cc-header-brand-mark-framed {
    border-color: color-mix(in srgb, var(--color-primary) 16%, var(--color-border));
    background: color-mix(in srgb, var(--color-background) 84%, transparent);
    box-shadow: inset 0 1px 0 color-mix(in srgb, #ffffff 12%, transparent);
}

.cc-header-brand.has-logo {
    gap: 0.75rem;
    flex: 0 1 auto;
}

.cc-header-brand-mark.has-logo {
    width: auto;
    height: auto;
    max-width: min(280px, 28vw);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.cc-header-logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cc-header-logo-desktop {
    height: var(--cc-header-logo-height);
    max-width: min(280px, 28vw);
    width: auto;
}

.cc-header-logo-mobile {
    display: none;
    height: var(--cc-header-logo-mobile-height);
    max-width: min(180px, 42vw);
    width: auto;
}

.cc-header-brand-icon,
.cc-header-brand-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 700;
}

.cc-header-center {
    min-width: 0;
}

.cc-header-desktop-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cc-header-menu-align-left .cc-header-desktop-nav {
    justify-content: flex-start;
}

.cc-header-menu-align-center .cc-header-desktop-nav {
    justify-content: center;
}

.cc-header-menu-align-right .cc-header-desktop-nav {
    justify-content: flex-end;
}

.cc-header-nav .cc-menu-list {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.cc-header-nav .menu-item {
    position: relative;
}

.cc-header-nav .menu-item > a {
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    color: color-mix(in srgb, var(--color-text) 88%, transparent);
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cc-header-nav .sub-menu {
    min-width: 14rem;
}

.cc-header-nav .sub-menu .menu-item > a,
.cc-header-mobile-body .menu-item > a,
.cc-header-mobile-dropdown .menu-item > a {
    display: flex;
    align-items: center;
    padding: 0.72rem 0.95rem;
    border-radius: 0.875rem;
    color: color-mix(in srgb, var(--color-text) 88%, transparent);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

.cc-header-nav .sub-menu .menu-item > a:hover,
.cc-header-nav .sub-menu .current-menu-item > a,
.cc-header-mobile-body .menu-item > a:hover,
.cc-header-mobile-body .current-menu-item > a,
.cc-header-mobile-dropdown .menu-item > a:hover,
.cc-header-mobile-dropdown .current-menu-item > a {
    background: color-mix(in srgb, var(--color-primary) 12%, transparent);
    color: var(--color-heading);
}

.cc-header-nav .menu-item > a:hover,
.cc-header-nav .current-menu-item > a {
    background: color-mix(in srgb, var(--color-primary) 12%, transparent);
    color: var(--color-heading);
    transform: translateY(-1px);
}

.cc-header-mega-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cc-header-mega-item {
    position: relative;
}

.cc-header-mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.875rem;
    border-radius: 999px;
    color: color-mix(in srgb, var(--color-text) 88%, transparent);
    text-decoration: none;
    font-weight: 600;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cc-header-mega-trigger:hover,
.cc-header-mega-item:hover > .cc-header-mega-trigger,
.cc-header-mega-item:focus-within > .cc-header-mega-trigger {
    background: color-mix(in srgb, var(--color-primary) 12%, transparent);
    color: var(--color-heading);
    transform: translateY(-1px);
}

.cc-header-mega-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.375rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary) 14%, transparent);
    color: var(--color-primary);
    font-size: 0.675rem;
    font-weight: 700;
}

.cc-header-mega-panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    min-width: min(42rem, 82vw);
    padding: 1rem;
    border-radius: 1.25rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 14%, var(--color-border));
    background: color-mix(in srgb, var(--color-surface) 95%, transparent);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 200ms ease;
    z-index: 100;
}

.cc-header-mega-item:hover > .cc-header-mega-panel,
.cc-header-mega-item:focus-within > .cc-header-mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cc-header-right {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.cc-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}

.cc-header-mobile-actions {
    display: none;
}

.cc-header-actions .cc-toggle-icon,
.cc-header-mobile-toggle,
.cc-header-mobile-panel-head .cc-toggle-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-color: color-mix(in srgb, var(--color-primary) 14%, var(--color-border));
    background: color-mix(in srgb, var(--color-background) 80%, transparent);
    color: color-mix(in srgb, var(--color-text) 88%, transparent);
    box-shadow: inset 0 1px 0 color-mix(in srgb, #ffffff 10%, transparent);
}

.cc-header-actions .cc-toggle-icon:hover,
.cc-header-mobile-toggle:hover,
.cc-header-mobile-panel-head .cc-toggle-icon:hover {
    background: color-mix(in srgb, var(--color-primary) 10%, var(--color-background));
    border-color: color-mix(in srgb, var(--color-primary) 26%, var(--color-border));
    color: var(--color-heading);
}

.cc-header-desktop-icons-plain .cc-header-desktop-actions .cc-toggle-icon {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.cc-header-desktop-icons-plain .cc-header-desktop-actions .cc-toggle-icon:hover {
    background: transparent;
    border-color: transparent;
}

.cc-header-mobile-icons-plain .cc-header-mobile-actions .cc-toggle-icon,
.cc-header-mobile-icons-plain .cc-header-mobile-toggle,
.cc-header-mobile-icons-plain .cc-header-mobile-panel-head .cc-toggle-icon {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.cc-header-mobile-icons-plain .cc-header-mobile-actions .cc-toggle-icon:hover,
.cc-header-mobile-icons-plain .cc-header-mobile-toggle:hover,
.cc-header-mobile-icons-plain .cc-header-mobile-panel-head .cc-toggle-icon:hover {
    background: transparent;
    border-color: transparent;
}

.cc-header-actions-widget.cc-header-actions-surface-plain .cc-toggle-icon {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.cc-header-actions-widget.cc-header-actions-surface-plain .cc-toggle-icon:hover {
    background: transparent;
    border-color: transparent;
}

.cc-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.9rem;
    padding: 0.75rem 1.15rem;
    border-radius: 999px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-btn-text, #fff);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--color-primary) 22%, transparent);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cc-header-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px color-mix(in srgb, var(--color-primary) 28%, transparent);
}

.cc-header-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cc-header-mobile-toggle {
    display: none;
}

.cc-header-announcement {
    position: relative;
    width: 100%;
    border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 14%, var(--color-border));
    background: var(--color-primary);
    color: var(--color-btn-text, #fff);
}

.cc-header-announcement.is-hidden {
    display: none;
}

.cc-header-announcement-inner {
    position: relative;
    width: min(100%, calc(var(--cc-container-width, 1280px) + clamp(2rem, 4vw, 4rem)));
    min-height: 2.5rem;
    margin: 0 auto;
    padding: 0.45rem clamp(1rem, 2vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-header-announcement-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 200ms ease, transform 200ms ease;
    padding: 0.45rem clamp(2rem, 6vw, 5rem);
    text-align: center;
}

.cc-header-announcement-item.is-active {
    opacity: 1;
    transform: translateY(0);
}

.cc-header-announcement-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cc-header-announcement-text {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.cc-header-announcement-close {
    position: absolute;
    top: 50%;
    right: clamp(0.75rem, 2vw, 1.5rem);
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, #ffffff 14%, transparent);
    color: inherit;
    cursor: pointer;
}

.cc-header-announcement-close:hover {
    background: color-mix(in srgb, #ffffff 22%, transparent);
}

.cc-header-mobile-panel,
.cc-header-mobile-dropdown {
    display: none;
}

.cc-header-mobile-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--color-border);
}

.cc-header-mobile-title {
    color: var(--color-heading);
    font-size: 1rem;
    font-weight: 700;
}

.cc-header-mobile-body,
.cc-header-mobile-dropdown {
    padding: 1rem 1.25rem 1.25rem;
}

.cc-header-mobile-body .cc-mobile-menu-list,
.cc-header-mobile-dropdown .cc-mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.cc-header-mobile-dropdown {
    margin-top: 0.75rem;
    border-radius: 1rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, var(--color-border));
    background: color-mix(in srgb, var(--color-surface) 96%, transparent);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.cc-mobile-preset-offcanvas-left .cc-header-mobile-panel {
    right: auto;
    left: 0;
    border-right: 1px solid var(--color-border);
    border-left: 0;
    transform: translateX(-100%);
}

.cc-mobile-preset-offcanvas-left .cc-header-mobile-panel.is-open {
    transform: translateX(0);
}

.cc-mobile-preset-offcanvas-fullscreen .cc-header-mobile-panel {
    width: 100dvw;
    max-width: 100dvw;
}

.cc-mobile-preset-offcanvas-compact .cc-header-mobile-panel {
    width: min(20rem, 88vw);
}

.cc-mobile-preset-offcanvas-glass .cc-header-mobile-panel {
    background: color-mix(in srgb, var(--color-surface) 88%, transparent);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.cc-header-preset-glass {
    --cc-header-shell-bg: color-mix(in srgb, var(--color-surface) 84%, transparent);
    --cc-header-shell-border: color-mix(in srgb, var(--color-primary) 12%, var(--color-border));
    --cc-header-shell-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.cc-header-preset-solid {
    --cc-header-shell-bg: color-mix(in srgb, var(--color-surface) 97%, var(--color-background) 3%);
    --cc-header-shell-border: color-mix(in srgb, var(--color-primary) 8%, var(--color-border));
    --cc-header-shell-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.cc-header-preset-outline {
    --cc-header-shell-bg: color-mix(in srgb, var(--color-background) 92%, transparent);
    --cc-header-shell-border: color-mix(in srgb, var(--color-primary) 16%, var(--color-border));
    --cc-header-shell-shadow: none;
}

.cc-header-preset-minimal {
    --cc-header-shell-bg: color-mix(in srgb, var(--color-background) 88%, transparent);
    --cc-header-shell-border: color-mix(in srgb, var(--color-primary) 6%, transparent);
    --cc-header-shell-shadow: none;
}

@media (max-width: 1023px) {
    .cc-header-breakpoint-lg .cc-header-inner {
        grid-template-columns: 1fr auto;
        min-height: 4.75rem;
    }

    .cc-header-breakpoint-lg .cc-header-center,
    .cc-header-breakpoint-lg .cc-header-desktop-actions {
        display: none;
    }

    .cc-header-breakpoint-lg .cc-header-mobile-actions {
        display: inline-flex;
    }

    .cc-header-breakpoint-lg .cc-header-mobile-toggle,
    .cc-header-breakpoint-lg .cc-header-mobile-panel,
    .cc-header-breakpoint-lg .cc-header-mobile-dropdown {
        display: block;
    }
}

@media (max-width: 767px) {
    .cc-header-breakpoint-md .cc-header-inner {
        grid-template-columns: 1fr auto;
        min-height: 4.75rem;
    }

    .cc-header-breakpoint-md .cc-header-center,
    .cc-header-breakpoint-md .cc-header-desktop-actions {
        display: none;
    }

    .cc-header-breakpoint-md .cc-header-mobile-actions {
        display: inline-flex;
    }

    .cc-header-breakpoint-md .cc-header-mobile-toggle,
    .cc-header-breakpoint-md .cc-header-mobile-panel,
    .cc-header-breakpoint-md .cc-header-mobile-dropdown {
        display: block;
    }
}

@media (max-width: 640px) {
    .cc-header-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cc-header-announcement-inner {
        min-height: 2.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cc-header-announcement-item {
        justify-content: flex-start;
        padding-left: 1rem;
        padding-right: 3rem;
        text-align: left;
    }

    .cc-header-logo-desktop {
        display: none;
    }

    .cc-header-logo-mobile {
        display: block;
    }

    .cc-header-brand-mark.has-logo {
        max-width: min(180px, 42vw);
    }
}

/* ── Brand Logos Widget ── */
.cc-brand-logos-section {
    --cc-brand-logos-gap: clamp(2rem, 4vw, 3rem);
    --cc-brand-logos-duration: 28s;
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
    background: var(--color-background);
    border-top: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.cc-brand-logos-heading {
    width: min(100%, var(--cc-container-width, 1280px));
    margin: 0 auto 1.5rem;
    padding: 0 1rem;
    text-align: center;
}

.cc-brand-logos-eyebrow {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.cc-brand-logos-marquee {
    position: relative;
    overflow: hidden;
}

.cc-brand-logos-track {
    display: flex;
    align-items: center;
    gap: var(--cc-brand-logos-gap);
    width: max-content;
    animation: cc-brand-logos-scroll var(--cc-brand-logos-duration) linear infinite;
}

.cc-brand-logos-section:hover .cc-brand-logos-track {
    animation-play-state: paused;
}

.cc-brand-logos-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: color-mix(in srgb, var(--color-heading) 20%, transparent);
    text-decoration: none;
    transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
    white-space: nowrap;
}

.cc-brand-logos-item:hover {
    color: color-mix(in srgb, var(--color-primary) 68%, var(--color-heading));
    transform: translateY(-1px);
}

.cc-brand-logos-text {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cc-brand-logos-image {
    width: auto;
    max-width: min(12rem, 28vw);
    max-height: 2.25rem;
    object-fit: contain;
    opacity: 0.7;
    filter: grayscale(1);
    transition: opacity 200ms ease, filter 200ms ease;
}

.cc-brand-logos-item:hover .cc-brand-logos-image {
    opacity: 1;
    filter: grayscale(0);
}

@keyframes cc-brand-logos-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - (var(--cc-brand-logos-gap) / 2)));
    }
}

/* ── Reveals Section ── */
.cc-reveals-section {
    position: relative;
    overflow: hidden;
    padding: 3rem 1.5rem 4rem;
}

.cc-reveals-bg {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--color-surface) 80%, transparent);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    pointer-events: none;
}

.cc-reveals-container {
    position: relative;
    width: min(100%, 1280px);
    margin: 0 auto;
}

.cc-reveals-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cc-reveals-header-left {
    min-width: 0;
}

.cc-reveals-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 50%, transparent);
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}

.cc-reveals-section-badge svg {
    flex-shrink: 0;
}

.cc-reveals-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw, 1.875rem);
    color: var(--color-foreground, var(--color-heading));
    margin: 0;
    line-height: 1.2;
}

.cc-reveals-highlight {
    color: var(--color-primary);
}

.cc-reveals-header-right {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cc-reveals-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem;
}

.cc-reveals-carousel::-webkit-scrollbar {
    display: none;
}

.cc-reveal-card {
    scroll-snap-align: start;
    width: 320px;
    min-width: 280px;
    max-width: 320px;
    flex-shrink: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: color-mix(in srgb, var(--color-background) 50%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
    box-sizing: border-box;
}

[data-theme="dark"] .cc-reveal-card {
    background: color-mix(in srgb, var(--color-background) 72%, transparent);
    border-color: color-mix(in srgb, var(--color-primary) 16%, transparent);
}

.cc-reveal-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.cc-reveal-card-image {
    position: relative;
    height: 12rem;
    overflow: hidden;
    background: var(--color-surface);
}

.cc-reveal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.cc-reveal-card:hover .cc-reveal-card-image img {
    transform: scale(1.1);
}

.cc-reveal-card-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-surface), var(--color-border));
}

.cc-reveal-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--color-background) 40%, transparent);
    opacity: 0;
    transition: opacity 300ms ease;
    color: #fff;
}

.cc-reveal-card:hover .cc-reveal-play-overlay {
    opacity: 1;
}

.cc-reveal-play-button {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-primary-foreground, #fff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cc-reveal-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary) 90%, transparent);
    color: var(--color-primary-foreground, #fff);
    font-size: 0.75rem;
    font-weight: 600;
}

.cc-reveal-card-body {
    padding: 1rem;
}

.cc-reveal-date {
    display: block;
    font-size: 0.625rem;
    color: var(--color-muted);
    margin-bottom: 0.25rem;
}

.cc-reveal-card-title {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-foreground, var(--color-heading));
    margin: 0 0 0.5rem;
    transition: color 250ms ease;
}

.cc-reveal-card:hover .cc-reveal-card-title {
    color: var(--color-primary);
}

.cc-reveal-card-desc {
    color: var(--color-muted);
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cc-reveal-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
    transition: color 200ms ease, opacity 200ms ease;
}

.cc-reveal-card-link:hover {
    color: var(--color-primary);
    opacity: 0.85;
}

.cc-reveals-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 30%, transparent);
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    padding: 0;
    transition: all 200ms ease;
}

.cc-reveals-arrow:hover {
    background: var(--color-primary);
    color: var(--color-primary-foreground, #fff);
    border-color: var(--color-primary);
}

.cc-reveals-cta {
    text-align: center;
    margin-top: 1.5rem;
}

.cc-reveals-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.cc-reveals-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.5rem 0.875rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 30%, transparent);
    background: transparent;
    color: var(--color-primary);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 200ms ease;
}

.cc-reveals-cta-button:hover {
    background: var(--color-primary);
    color: var(--color-primary-foreground, #fff);
    border-color: var(--color-primary);
}

@media (max-width: 768px) {
    .cc-reveals-header-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .cc-reveals-header-right {
        align-self: flex-end;
    }

    .cc-reveal-card {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }
}

/* ── Loyalty Compact Header ── */
.cc-loyalty-header-widget {
    max-width: 42rem;
    margin: 0 auto;
}

.cc-loyalty-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0.375rem 1rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cc-loyalty-header-badge svg {
    flex-shrink: 0;
}

.cc-loyalty-header-title {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2vw, 1.875rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-foreground, var(--color-heading));
}

.cc-loyalty-header-highlight {
    color: var(--color-primary);
}

.cc-loyalty-header-description {
    max-width: 34rem;
    margin: 0 auto;
    color: var(--color-muted);
    font-size: 0.875rem;
    line-height: 1.6;
}

.cc-loyalty-header-align-left {
    text-align: left;
}

.cc-loyalty-header-align-left .cc-loyalty-header-description {
    margin-left: 0;
    margin-right: 0;
}

.cc-loyalty-header-align-right {
    text-align: right;
}

.cc-loyalty-header-align-right .cc-loyalty-header-description {
    margin-left: auto;
    margin-right: 0;
}

.cc-loyalty-benefits-grid {
    display: grid;
    grid-template-columns: repeat(var(--cc-loyalty-benefits-columns-mobile, 2), minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .cc-loyalty-benefits-grid {
        grid-template-columns: repeat(var(--cc-loyalty-benefits-columns-desktop, 3), minmax(0, 1fr));
    }
}

.cc-loyalty-benefits-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 1rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    background: color-mix(in srgb, var(--color-surface) 50%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cc-loyalty-benefits-icon-wrap {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.75rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
}

.cc-loyalty-benefits-icon-wrap svg,
.cc-loyalty-benefits-icon-wrap i,
.cc-loyalty-benefits-icon-wrap svg * {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    stroke: currentColor;
}

.cc-loyalty-benefits-content {
    min-width: 0;
}

.cc-loyalty-benefits-title {
    margin: 0;
    color: var(--color-heading);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.35;
}

.cc-loyalty-benefits-description {
    margin: 0.1rem 0 0;
    color: var(--color-muted);
    font-size: 0.625rem;
    line-height: 1.35;
}

/* ── Loyalty Signup Form ── */
.cc-loyalty-signup-widget {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
}

.cc-loyalty-signup-card {
    padding: 1.5rem;
    border-radius: 1rem;
    background: color-mix(in srgb, var(--color-surface) 50%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
}

.cc-loyalty-signup-state {
    width: 100%;
}

.cc-loyalty-signup-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--color-foreground, var(--color-heading));
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

.cc-loyalty-signup-promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    flex-shrink: 0;
}

.cc-loyalty-signup-form {
    display: grid;
    gap: 0.75rem;
}

.cc-loyalty-signup-input {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
    background: color-mix(in srgb, var(--color-background) 50%, transparent);
    color: var(--color-foreground, var(--color-text));
    font-size: 0.875rem;
    box-sizing: border-box;
}

.cc-loyalty-signup-input::placeholder {
    color: var(--color-muted);
}

.cc-loyalty-signup-input:focus {
    outline: none;
    border-color: var(--color-primary);
}

.cc-loyalty-signup-button {
    width: 100%;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 0.75rem;
    background: var(--color-primary);
    color: var(--color-primary-foreground, #fff);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 200ms ease, transform 200ms ease;
}

.cc-loyalty-signup-button:hover {
    opacity: 0.92;
}

.cc-loyalty-signup-privacy {
    margin: 1rem 0 0;
    text-align: center;
    color: var(--color-muted);
    font-size: 0.625rem;
    line-height: 1.5;
}

.cc-loyalty-signup-state-success {
    text-align: center;
    padding: 1rem 0;
}

.cc-loyalty-success-icon-wrap {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary) 20%, transparent);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-loyalty-success-title {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-foreground, var(--color-heading));
}

.cc-loyalty-success-text {
    margin: 0 0 1rem;
    color: var(--color-muted);
    font-size: 0.875rem;
}

.cc-loyalty-success-code-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.cc-loyalty-success-code {
    color: var(--color-primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-weight: 700;
}

/* ── Top Clients Section ── */
.cc-top-clients-section {
    position: relative;
    overflow: hidden;
    padding: 4rem 1.5rem;
}

.cc-top-clients-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 5%, transparent), transparent, color-mix(in srgb, var(--color-primary) 5%, transparent));
    pointer-events: none;
}

.cc-top-clients-container {
    position: relative;
    width: min(100%, 1280px);
    margin: 0 auto;
    text-align: center;
}

.cc-top-clients-header {
    margin-bottom: 3rem;
}

.cc-top-clients-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent);
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cc-top-clients-title {
    margin: 0 0 1rem;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1.15;
    color: var(--color-primary);
}

.cc-top-clients-subtitle {
    max-width: 42rem;
    margin: 0 auto;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.cc-top-clients-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 42rem;
    margin: 0 auto 3rem;
}

.cc-stat-item {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    background: color-mix(in srgb, var(--color-surface) 55%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cc-stat-value {
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw, 1.875rem);
    line-height: 1.2;
    color: var(--color-primary);
}

.cc-stat-label {
    display: block;
    margin-top: 0.35rem;
    color: var(--color-muted);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cc-clients-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.cc-client-card {
    position: relative;
    width: 100%;
    max-width: 320px;
    min-width: min(100%, 280px);
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    background: color-mix(in srgb, var(--color-surface) 55%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 500ms ease, border-color 500ms ease, box-shadow 500ms ease;
}

.cc-client-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--color-primary) 20%, transparent);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.cc-client-card-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 10%, transparent), transparent, color-mix(in srgb, var(--color-primary) 5%, transparent));
    opacity: 0;
    transition: opacity 500ms ease;
}

.cc-client-card:hover .cc-client-card-glow {
    opacity: 1;
}

.cc-client-card-inner {
    position: relative;
    padding: 1.5rem;
}

.cc-client-logo {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.cc-client-logo img {
    display: block;
    max-width: 100%;
    max-height: 4rem;
    margin: 0 auto;
    object-fit: contain;
}

.cc-client-logo-text {
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.cc-client-name {
    margin: 0 0 0.75rem;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--color-primary);
    line-height: 1.2;
}

.cc-client-desc {
    margin: 0 0 0.75rem;
    color: var(--color-muted);
    font-size: 0.875rem;
    line-height: 1.6;
}

.cc-client-industry {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 500;
}

.cc-top-clients-cta {
    text-align: center;
}

.cc-top-clients-cta-text {
    margin: 0 0 1rem;
    color: var(--color-muted);
    font-size: 0.875rem;
}

.cc-top-clients-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.75rem 1.125rem;
    border-radius: 0.75rem;
    background: var(--color-primary);
    color: var(--color-primary-foreground, #fff);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 200ms ease, transform 200ms ease;
}

.cc-top-clients-cta-button:hover {
    opacity: 0.92;
}

@media (max-width: 768px) {
    .cc-top-clients-stats {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cc-client-card {
        max-width: 100%;
    }
}

.cc-client-name,
.cc-client-name::before {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--color-primary);
    line-height: 1.2;
}

.cc-client-industry span {
    display: inline-flex;
}

.cc-client-industry svg {
    flex-shrink: 0;
}

.cc-section-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-heading);
    margin: 0 0 0.5rem;
}

.cc-section-subtitle {
    color: var(--color-muted);
    font-size: 0.95rem;
    margin: 0;
}

.cc-stats-row {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: var(--cc-woo-radius, 12px);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .cc-stats-row {
    background: rgba(30, 41, 59, 0.4);
    border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .cc-client-card {
    background: color-mix(in srgb, var(--color-surface) 65%, transparent);
    border-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
}

/* ── Customer Wins Section ── */
.cc-customer-wins-section {
    position: relative;
    overflow: hidden;
    padding: 2rem 1.5rem 2.5rem;
}

.cc-wins-bg {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--color-surface) 60%, transparent);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    pointer-events: none;
}

.cc-wins-container {
    position: relative;
    width: min(100%, 1280px);
    margin: 0 auto;
}

.cc-wins-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.cc-wins-header-left {
    flex: 1;
}

.cc-wins-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--color-heading);
    margin: 0 0 0.25rem;
    line-height: 1.3;
}

.cc-wins-highlight {
    color: var(--color-primary);
}

.cc-wins-subtitle {
    color: var(--color-muted);
    font-size: 0.75rem;
    margin: 0;
}

.cc-wins-header-right {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
    margin-left: 1rem;
}

.cc-wins-arrow {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--color-primary) 30%, transparent);
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    transition: all 200ms ease;
    padding: 0;
}

.cc-wins-arrow:hover {
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
    border-color: color-mix(in srgb, var(--color-primary) 30%, transparent);
}

.cc-wins-carousel {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem;
}

.cc-wins-carousel::-webkit-scrollbar {
    display: none;
}

.cc-win-card {
    scroll-snap-align: start;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    flex-shrink: 0;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--color-background) 50%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    transition: all 250ms ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-sizing: border-box;
}

[data-theme="dark"] .cc-win-card {
    background: color-mix(in srgb, var(--color-background) 72%, transparent);
    border-color: color-mix(in srgb, var(--color-primary) 16%, transparent);
}

.cc-win-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.cc-win-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cc-win-quote-icon {
    width: 1rem;
    height: 1rem;
    color: color-mix(in srgb, var(--color-primary) 30%, transparent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cc-win-quote-icon svg {
    width: 100%;
    height: 100%;
}

.cc-win-stars {
    display: flex;
    gap: 0.125rem;
    flex-shrink: 0;
}

.cc-win-stars .star-filled {
    color: var(--color-primary);
}

.cc-win-stars .star-empty {
    color: color-mix(in srgb, var(--color-primary) 18%, var(--color-border));
}

.cc-win-text {
    color: color-mix(in srgb, var(--color-text) 90%, transparent);
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cc-win-product-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 0.5625rem;
    font-weight: 500;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
    white-space: nowrap;
}

[data-theme="dark"] .cc-win-product-badge {
    background: color-mix(in srgb, var(--color-primary) 14%, transparent);
}

.cc-win-customer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
}

.cc-win-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cc-win-avatar-placeholder {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-primary) 20%, transparent);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.625rem;
    flex-shrink: 0;
}

.cc-win-customer-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cc-win-name {
    font-weight: 600;
    font-size: 0.625rem;
    color: var(--color-text);
    line-height: 1.2;
}

.cc-win-location {
    font-size: 0.5625rem;
    color: var(--color-muted);
    line-height: 1.2;
}

.cc-wins-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
}

.cc-wins-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.25rem;
    border-radius: 0.5rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
    background: color-mix(in srgb, var(--color-background) 30%, transparent);
    text-align: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[data-theme="dark"] .cc-wins-stat-card {
    border-color: color-mix(in srgb, var(--color-primary) 14%, transparent);
}

.cc-wins-stat-value {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-primary);
    line-height: 1.2;
}

.cc-wins-stat-label {
    font-size: 0.5625rem;
    color: var(--color-muted);
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .cc-wins-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .cc-wins-header-row {
        flex-direction: column;
        gap: 1rem;
    }
    .cc-wins-header-right {
        margin-left: 0;
    }

    .cc-win-card {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }
}

/* ── Shared CTA Button Sizes ── */
.cc-btn-sm {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
}

/* ── Compare Button in Card (matches wishlist circle style) ── */
.cc-compare-btn.active {
    color: var(--color-primary);
    background: rgba(99, 102, 241, 0.1);
}

/* ── Mobile Responsiveness ── */
@media (max-width: 768px) {
    .cc-stats-row {
        gap: 1.5rem;
        padding: 1rem;
    }

    .cc-stat-value {
        font-size: 1.5rem;
    }
}
