/*
Theme Name: Universal Commerce Theme
Description: A high-performance, accessibility-minded WordPress theme for WooCommerce and B2B storefronts. Clean layout, flexible header and menus, and a token-driven design system you can tune for your brand.
Author: Your organisation
Author URI: https://example.com
Version: 1.2.0
Text Domain: universal-commerce-theme
Tags: e-commerce, woocommerce, b2b, accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, ecommerce-ready, high-performance, translation-ready, clean-design
*/

:root {
    /* Theme design tokens (canonical) */
    --pcp-color-brand-navy: #0f2b4c;
    --pcp-color-brand-primary: #0673b4;
    --pcp-color-brand-primary-hover: #055a8c;
    --pcp-color-brand-yellow: #ffc400;
    --pcp-color-brand-yellow-hover: #e6b000;
    --brand-primary: var(--uct-palette-brand-primary, var(--pcp-color-brand-primary, #0673b4));
    --brand-primary-hover: var(--uct-palette-brand-primary-hover, var(--pcp-color-brand-primary-hover, #055a8c));
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-800: #1f2937;
    --gray-900: #111827;

    --pcp-container-max-width: 1440px;
    --pcp-body-line-height: 1.5;
    --pcp-heading-scale: 1;
    --pcp-heading-weight: 700;
    --pcp-h1-size: calc(2.25rem * var(--pcp-heading-scale));
    --pcp-h1-line-height: 1.2;
    --pcp-h2-size: calc(1.75rem * var(--pcp-heading-scale));
    --pcp-h2-line-height: 1.25;
    --pcp-h3-size: calc(1.5rem * var(--pcp-heading-scale));
    --pcp-h3-line-height: 1.3;
    --pcp-h4-size: calc(1.25rem * var(--pcp-heading-scale));
    --pcp-h4-line-height: 1.3;
    --pcp-h5-size: calc(1.125rem * var(--pcp-heading-scale));
    --pcp-h5-line-height: 1.4;
    --pcp-h6-size: calc(1rem * var(--pcp-heading-scale));
    --pcp-h6-line-height: 1.45;
    --pcp-footer-heading-size: 0.75rem;
    --pcp-footer-heading-line-height: 1.2;
    --pcp-footer-heading-letter-spacing: 0.1em;
    --pcp-footer-body-size: 0.75rem;
    --pcp-footer-body-line-height: 1.35;
    --pcp-footer-meta-size: 0.625rem;
    --pcp-footer-meta-line-height: 1.2;
    --pcp-footer-meta-letter-spacing: 0.1em;
    --pcp-footer-hours-label-size: 0.625rem;
    --pcp-footer-hours-label-line-height: 1.2;
    --pcp-footer-hours-label-letter-spacing: 0;
    --pcp-footer-hours-time-size: 0.875rem;
    --pcp-footer-hours-time-line-height: 1.2;
    --pcp-footer-hours-time-letter-spacing: 0.1em;
    --pcp-slider-title-size-desktop: 2rem;
    --pcp-slider-title-size-mobile: 2.15rem;
    --pcp-slider-desc-size: 0.75rem;
    --pcp-slider-content-max-width: 28rem;
    --pcp-slider-overlay-opacity: 0.07;
    --pcp-slider-arrow-bg-opacity: 0.3;
    --pcp-slider-dot-active-color: var(--brand-yellow);
    --pcp-slider-min-height-desktop: 500px;
    --pcp-slider-min-height-mobile: 450px;
    --pcp-slider-content-width-desktop: 60%;
    --pcp-slider-title-line-height: 1.1;
    --pcp-slider-desc-line-height: 1.6;
    --pcp-slider-button-radius: 2px;
    --pcp-slider-arrow-size: 48px;
    --pcp-slider-dot-width: 20px;
    --pcp-slider-dot-height: 4px;
    --pcp-slider-dot-gap: 12px;
    --pcp-slider-content-padding-top-desktop: 48px;
    --pcp-slider-content-padding-bottom-desktop: 80px;
    --pcp-slider-content-padding-top-mobile: 28px;
    --pcp-slider-content-padding-bottom-mobile: 136px;
    --pcp-slider-title-margin-bottom: 24px;
    --pcp-slider-desc-margin-bottom: 32px;
    --pcp-slider-buttons-gap: 16px;
    --pcp-slider-title-transform: uppercase;
    --pcp-slider-desc-transform: uppercase;
    --pcp-home-benefits-columns-tablet: 3;
    --pcp-home-benefits-columns-desktop: 3;
    --pcp-home-benefits-item-padding-y: 24px;
    --pcp-home-benefits-item-padding-x: 32px;
    --pcp-home-benefits-item-gap: 24px;
    --pcp-home-benefits-icon-size: 56px;
    --pcp-home-benefits-icon-radius: 0px;
    --pcp-home-benefits-icon-border-width: 1px;
    --pcp-home-benefits-border-opacity: 1;
    --pcp-home-benefits-hover-bg: #ffffff;
    --pcp-home-benefits-icon-color: var(--brand-navy);
    --pcp-home-benefits-icon-hover-color: var(--brand-yellow);
    --pcp-home-benefits-item-radius: 0px;
    --pcp-home-benefits-item-padding-y-mobile: 24px;
    --pcp-home-benefits-item-padding-x-mobile: 32px;
    --pcp-home-benefits-title-size: 0.75rem;
    --pcp-home-benefits-desc-size: 0.625rem;
    --pcp-home-benefits-desc-line-height: 1.5;
    --pcp-home-benefits-title-desc-gap: 4px;
    --pcp-home-benefits-content-justify: flex-start;
    --pcp-home-benefits-text-align: left;
    --pcp-home-benefits-title-transform: uppercase;
    --pcp-home-benefits-desc-transform: uppercase;
    --pcp-home-benefits-separator-desktop-enabled: 1;
    --pcp-home-benefits-hover-strength: 0.2;
    --pcp-home-cta-margin-top: 0px;
    --pcp-home-cta-margin-bottom: 0px;
    --pcp-home-cta-padding-y-desktop: 80px;
    --pcp-home-cta-padding-x-desktop: 80px;
    --pcp-home-cta-padding-y-mobile: 40px;
    --pcp-home-cta-padding-x-mobile: 40px;
    --pcp-home-cta-content-max-width: 44rem;
    --pcp-home-cta-title-size-desktop: 2.25rem;
    --pcp-home-cta-title-size-mobile: 1.65rem;
    --pcp-home-cta-title-line-height: 1.1;
    --pcp-home-cta-title-transform: uppercase;
    --pcp-home-cta-desc-size: 1rem;
    --pcp-home-cta-desc-line-height: 1.6;
    --pcp-home-cta-desc-transform: none;
    --pcp-home-cta-accent-color: var(--brand-yellow);
    --pcp-home-cta-overlay-color: #ffffff;
    --pcp-home-cta-overlay-opacity: 0.03;
    --pcp-home-cta-image-height-desktop: 400px;
    --pcp-home-cta-image-height-mobile: 320px;
    --pcp-home-cta-image-scale: 100;
    --pcp-home-cta-image-position: center;
    --pcp-home-cta-features-icon-size: 24px;
    --pcp-home-cta-features-gap: 24px;
    --pcp-home-cta-features-icon-color: var(--brand-yellow);
    --pcp-home-cta-feature-direction: row;
    --pcp-home-cta-feature-align: flex-start;
    --pcp-home-cta-feature-text-align: left;
    --pcp-home-cta-feature-text-vertical-align: flex-start;
    --pcp-home-logos-padding-top: 48px;
    --pcp-home-logos-padding-bottom: 48px;
    --pcp-home-logos-gap: 0px;
    --pcp-home-logos-item-height: 92px;
    --pcp-home-logos-item-padding-x: 10px;
    --pcp-home-logos-item-radius: 0px;
    --pcp-home-logos-image-height: 62px;
    --pcp-home-logos-image-opacity-default: 0.5;
    --pcp-home-logos-image-opacity-hover: 1;
    --pcp-home-logos-image-grayscale-default: 100%;
    --pcp-home-logos-image-grayscale-hover: 0%;
    --pcp-home-logos-border-color: #f3f4f6;
    --pcp-home-logos-border-opacity: 1;
    --pcp-home-logos-transition-duration: 250ms;
    --pcp-home-product-card-image-ratio: 4/3;
    --pcp-home-product-card-image-padding: 16px;
    --pcp-home-product-card-content-padding: 20px;
    --pcp-home-product-card-title-size: 0.8125rem;
    --pcp-home-product-card-price-size: 1.25rem;
    --pcp-home-product-card-button-padding-y: 14px;
    --pcp-home-product-card-button-padding-x: 18px;
    --pcp-home-product-card-action-size: 36px;
    --pcp-home-product-card-radius: 0px;
    --pcp-home-product-card-bg: var(--white);
    --pcp-home-product-card-border-color: var(--gray-100);
    --pcp-home-product-card-border-hover-color: var(--gray-200);
    --pcp-home-product-card-image-wrapper-radius: 0px;
    --pcp-home-product-card-title-lines: 2;
    --pcp-home-product-card-title-min-height: 48px;
    --pcp-home-product-card-badge-top: 12px;
    --pcp-home-product-card-badge-side: 12px;
    --pcp-home-product-card-badge-font-size: 11px;
    --pcp-home-product-card-badge-padding-y: 6px;
    --pcp-home-product-card-badge-padding-x: 10px;
    --pcp-home-product-card-badge-radius: 999px;
    --pcp-home-product-card-badge-bg: #dc2626;
    --pcp-home-product-card-badge-text: #ffffff;
    --pcp-home-product-card-badge-font-weight: 900;
    --pcp-home-product-card-badge-letter-spacing: 0.05em;
    --pcp-home-product-card-badge-text-transform: uppercase;
    --pcp-home-product-card-badge-border-width: 0px;
    --pcp-home-product-card-badge-border-color: transparent;
    --pcp-home-product-card-actions-top: 12px;
    --pcp-home-product-card-actions-side: 12px;
    --pcp-home-product-card-actions-gap: 8px;
    --pcp-home-product-card-actions-opacity-default: 0;
    --pcp-home-product-card-actions-opacity-hover: 1;
    --pcp-home-product-card-actions-radius: 0px;
    --pcp-home-product-card-actions-radius-hover: var(--pcp-home-product-card-actions-radius);
    --pcp-home-product-card-actions-border-color: var(--gray-200);
    --pcp-home-product-card-actions-border-width: 1px;
    --pcp-home-product-card-actions-bg: var(--white);
    --pcp-home-product-card-actions-icon: var(--gray-500);
    --pcp-home-product-card-actions-bg-hover: var(--brand-yellow);
    --pcp-home-product-card-actions-icon-hover: var(--brand-navy);
    --pcp-home-product-card-actions-border-hover-color: var(--pcp-home-product-card-actions-bg-hover);
    --pcp-home-product-card-actions-shadow-default: 0.1;
    --pcp-home-product-card-actions-shadow-hover: 0.16;
    --pcp-home-product-card-actions-transition-duration: 220ms;
    --pcp-home-product-card-actions-hover-translate-y: -1px;
    --pcp-home-product-card-actions-hover-scale: 102;
    --pcp-home-product-card-hover-shadow-strength: 0.1;
    --pcp-home-product-card-hover-image-scale: 105;
    --pcp-home-product-card-hover-image-scale-enabled: 1;
    --pcp-home-product-card-transition-duration: 300ms;
    --pcp-grid-product-card-image-ratio: 1/1;
    --pcp-grid-product-card-image-padding: 16px;
    --pcp-grid-product-card-content-padding: 24px;
    --pcp-grid-product-card-title-size: 0.95rem;
    --pcp-grid-product-card-price-size: 1.125rem;
    --pcp-grid-product-card-action-size: 32px;
    --pcp-grid-product-card-actions-radius: 2px;
    --pcp-grid-product-card-radius: 0px;
    --pcp-grid-product-card-image-wrapper-radius: 0px;
    --pcp-grid-product-card-bg: var(--white);
    --pcp-grid-product-card-border-color: var(--gray-200);
    --pcp-grid-product-card-border-hover-color: var(--gray-200);
    --pcp-grid-product-card-title-lines: 2;
    --pcp-grid-product-card-title-min-height: 52px;
    --pcp-grid-product-card-actions-top: 16px;
    --pcp-grid-product-card-actions-side: 16px;
    --pcp-grid-product-card-actions-gap: 8px;
    --pcp-grid-product-card-hover-shadow-strength: 0.16;
    --pcp-grid-product-card-hover-image-scale: 105;
    --pcp-grid-product-card-hover-image-scale-enabled: 1;
    --pcp-grid-product-card-transition-duration: 300ms;
    --pcp-shop-toolbar-bg: #f9fafb;
    --pcp-shop-toolbar-border-color: #e5e7eb;
    --pcp-shop-toolbar-radius: 0px;
    --pcp-shop-toolbar-padding-y: 20px;
    --pcp-shop-toolbar-padding-x: 20px;
    --pcp-shop-toolbar-margin-bottom: 32px;
    --pcp-shop-toolbar-text-size: 10px;
    --pcp-shop-toolbar-text-color: #6b7280;
    --pcp-shop-toolbar-select-bg: #ffffff;
    --pcp-shop-toolbar-select-text-color: #374151;
    --pcp-shop-toolbar-select-border-color: #d1d5db;
    --pcp-shop-toolbar-select-border-width: 1px;
    --pcp-shop-toolbar-select-radius: 0px;
    --pcp-shop-toolbar-select-height: 44px;
    --pcp-shop-toolbar-select-focus: #0f2b4c;
    --pcp-shop-toolbar-view-btn-size: 44px;
    --pcp-shop-toolbar-view-icon-size: 18px;
    --pcp-shop-toolbar-view-border-width: 1px;
    --pcp-shop-toolbar-view-radius: 0px;
    --pcp-shop-toolbar-view-bg: #ffffff;
    --pcp-shop-toolbar-view-text-color: #0f2b4c;
    --pcp-shop-toolbar-view-border-color: #d1d5db;
    --pcp-shop-toolbar-view-hover-bg: #f3f4f6;
    --pcp-shop-toolbar-view-hover-text-color: #0f2b4c;
    --pcp-shop-toolbar-view-hover-border-color: #0f2b4c;
    --pcp-shop-toolbar-view-active-bg: #0f2b4c;
    --pcp-shop-toolbar-view-active-text-color: #ffffff;
    --pcp-shop-toolbar-view-active-border-color: #0f2b4c;
    --pcp-shop-filters-widget-bg: #ffffff;
    --pcp-shop-filters-widget-border-color: #e5e7eb;
    --pcp-shop-filters-widget-border-width: 1px;
    --pcp-shop-filters-widget-radius: 0px;
    --pcp-shop-filters-widget-body-padding: 16px;
    --pcp-shop-filters-widget-gap: 24px;
    --pcp-shop-filters-header-bg: #0f2b4c;
    --pcp-shop-filters-header-text-color: #ffffff;
    --pcp-shop-filters-header-font-weight: 900;
    --pcp-shop-filters-chip-gap: 8px;
    --pcp-shop-filters-chip-bg: #ffffff;
    --pcp-shop-filters-chip-text-color: #374151;
    --pcp-shop-filters-chip-border-color: #d1d5db;
    --pcp-shop-filters-chip-radius: 0px;
    --pcp-shop-filters-chip-active-bg: #0f2b4c;
    --pcp-shop-filters-chip-active-text-color: #ffc400;
    --pcp-shop-filters-chip-active-border-color: #0f2b4c;
    --pcp-shop-filters-clear-bg: #ffffff;
    --pcp-shop-filters-clear-text-color: #6b7280;
    --pcp-shop-filters-clear-border-color: #9ca3af;
    --pcp-shop-filters-clear-radius: 0px;
    --pcp-shop-filters-clear-hover-bg: #f3f4f6;
    --pcp-shop-filters-clear-hover-text-color: #0f2b4c;
    --pcp-shop-filters-clear-hover-border-color: #0f2b4c;
    --pcp-shop-price-range-track-bg: #e5e7eb;
    --pcp-shop-price-range-fill-bg: #0f2b4c;
    --pcp-shop-price-range-thumb-bg: #ffffff;
    --pcp-shop-price-range-thumb-border: #0f2b4c;
    --pcp-shop-price-range-thumb-size: 14px;
    --pcp-shop-price-range-track-height: 4px;
    --pcp-shop-price-range-thumb-border-width: 2px;
    --pcp-shop-price-inputs-bg: #ffffff;
    --pcp-shop-price-inputs-text-color: #0f2b4c;
    --pcp-shop-price-inputs-border-color: #d1d5db;
    --pcp-shop-price-inputs-border-width: 1px;
    --pcp-shop-price-inputs-radius: 0px;
    --pcp-shop-price-inputs-focus-color: #0f2b4c;
    --pcp-shop-price-inputs-gap: 12px;
    --pcp-shop-pagination-gap: 8px;
    --pcp-shop-pagination-item-size: 40px;
    --pcp-shop-pagination-radius: 0px;
    --pcp-shop-pagination-border-width: 2px;
    --pcp-shop-pagination-border-color: #f3f4f6;
    --pcp-shop-pagination-bg: #ffffff;
    --pcp-shop-pagination-text-color: #4b5563;
    --pcp-shop-pagination-hover-border-color: #0673b4;
    --pcp-shop-pagination-hover-bg: #f9fafb;
    --pcp-shop-pagination-hover-text-color: #0673b4;
    --pcp-shop-pagination-active-border-color: #0673b4;
    --pcp-shop-pagination-active-bg: #0673b4;
    --pcp-shop-pagination-active-text-color: #ffffff;
    --pcp-shop-product-card-button-bg: #0673b4;
    --pcp-shop-product-card-button-icon: #ffffff;
    --pcp-shop-product-card-button-bg-hover: #055a8c;
    --pcp-shop-product-card-button-icon-hover: #ffffff;
    --pcp-shop-products-grid-gap-mobile: 24px;
    --pcp-shop-products-grid-gap-desktop: 40px;
    --pcp-shop-products-list-gap-mobile: 16px;
    --pcp-shop-products-list-gap-desktop: 24px;
    --pcp-shop-empty-state-bg: transparent;
    --pcp-shop-empty-state-border-color: transparent;
    --pcp-shop-empty-state-border-width: 0px;
    --pcp-shop-empty-state-radius: 0px;
    --pcp-shop-empty-state-text-color: #6b7280;
    --pcp-shop-empty-state-padding-y: 80px;
    --pcp-shop-mobile-filters-fab-bg: #0f2b4c;
    --pcp-shop-mobile-filters-fab-text-color: #ffc400;
    --pcp-shop-mobile-filters-fab-border-color: #0f2b4c;
    --pcp-shop-mobile-filters-fab-radius: 0px;
    --pcp-shop-mobile-filters-fab-hover-bg: #ffc400;
    --pcp-shop-mobile-filters-fab-hover-text-color: #0f2b4c;
    --pcp-shop-mobile-filters-fab-hover-border-color: #ffc400;
    --pcp-shop-mobile-filters-badge-bg: #ffc400;
    --pcp-shop-mobile-filters-badge-text-color: #0f2b4c;
    --pcp-shop-mobile-filters-badge-border-color: #ffc400;
    --pcp-shop-mobile-filters-badge-radius: 999px;
    --pcp-shop-mobile-filters-overlay-bg: #0f172a;
    --pcp-shop-mobile-filters-overlay-opacity: 0.45;
    --pcp-shop-mobile-filters-close-bg: #ffffff;
    --pcp-shop-mobile-filters-close-text-color: #0f2b4c;
    --pcp-shop-mobile-filters-close-border-color: #d1d5db;
    --pcp-shop-mobile-filters-close-radius: 0px;
    --pcp-shop-sidebar-cat-list-bg: #ffffff;
    --pcp-shop-sidebar-cat-list-gap: 4px;
    --pcp-shop-sidebar-cat-list-border-color: #f3f4f6;
    --pcp-shop-sidebar-cat-list-border-width: 1px;
    --pcp-shop-sidebar-cat-list-radius: 0px;
    --pcp-shop-sidebar-cat-row-hover-bg: #f9fafb;
    --pcp-shop-sidebar-cat-row-border-color: #f3f4f6;
    --pcp-shop-sidebar-cat-row-border-width: 1px;
    --pcp-shop-sidebar-cat-row-radius: 2px;
    --pcp-shop-sidebar-cat-link-color: #374151;
    --pcp-shop-sidebar-cat-link-hover-color: #0f2b4c;
    --pcp-shop-sidebar-cat-link-active-color: #0f2b4c;
    --pcp-shop-sidebar-cat-count-color: #9ca3af;
    --pcp-shop-sidebar-cat-sub-border-color: #f3f4f6;
    --pcp-shop-sidebar-cat-sub-link-color: #6b7280;
    --pcp-shop-sidebar-cat-sub-link-active-color: #0f2b4c;
    --pcp-shop-sidebar-cat-sub-link-radius: 0px;
    --pcp-shop-sidebar-cat-sub-count-color: #d1d5db;
    --pcp-shop-sidebar-cat-toggle-color: #9ca3af;
    --pcp-shop-sidebar-cat-toggle-hover-color: #0f2b4c;
    --pcp-shop-sidebar-support-bg: #0f2b4c;
    --pcp-shop-sidebar-support-title-color: #ffffff;
    --pcp-shop-sidebar-support-text-color: #9ca3af;
    --pcp-shop-sidebar-support-radius: 0px;
    --pcp-shop-sidebar-button-bg: #0f2b4c;
    --pcp-shop-sidebar-button-text: #ffc400;
    --pcp-shop-sidebar-button-border: #0f2b4c;
    --pcp-shop-sidebar-button-hover-bg: #ffc400;
    --pcp-shop-sidebar-button-hover-text: #0f2b4c;
    --pcp-shop-sidebar-button-hover-border: #ffc400;
    --pcp-shop-sidebar-support-button-bg: #0f2b4c;
    --pcp-shop-sidebar-support-button-text: #ffc400;
    --pcp-shop-sidebar-support-button-border: #0f2b4c;
    --pcp-shop-sidebar-support-button-hover-bg: #ffffff;
    --pcp-shop-sidebar-support-button-hover-text: #000000;
    --pcp-shop-sidebar-support-button-hover-border: #ffffff;
    --pcp-product-page-wrap-bg: transparent;
    --pcp-product-page-main-bg: transparent;
    --pcp-product-page-main-border-color: transparent;
    --pcp-product-page-main-border-width: 0px;
    --pcp-product-page-main-radius: 0px;
    --pcp-product-page-main-padding: 0px;
    --pcp-product-page-main-gap: 2.5rem;
    --pcp-product-page-main-margin-bottom: 4rem;
    --pcp-product-gallery-main-bg: #ffffff;
    --pcp-product-gallery-main-border-color: #e5e7eb;
    --pcp-product-gallery-main-border-width: 1px;
    --pcp-product-gallery-main-radius: 0px;
    --pcp-product-gallery-main-inner-padding: 8px;
    --pcp-product-gallery-thumbs-gap: 16px;
    --pcp-product-gallery-thumbs-margin-top: 16px;
    --pcp-product-gallery-thumb-size: 100px;
    --pcp-product-gallery-thumb-bg: #ffffff;
    --pcp-product-gallery-thumb-border-color: #e5e7eb;
    --pcp-product-gallery-thumb-border-width: 1px;
    --pcp-product-gallery-thumb-radius: 0px;
    --pcp-product-gallery-thumb-inner-padding: 8px;
    --pcp-product-gallery-thumb-hover-border-color: #0f2b4c;
    --pcp-product-gallery-thumb-active-border-color: #0f2b4c;
    --pcp-product-gallery-badge-bg: #ffc400;
    --pcp-product-gallery-badge-text: #0f2b4c;
    --pcp-product-summary-card-bg: #f9fafb;
    --pcp-product-summary-card-border-color: #f3f4f6;
    --pcp-product-summary-card-border-width: 1px;
    --pcp-product-summary-card-radius: 0px;
    --pcp-product-summary-card-padding: 24px;
    --pcp-product-summary-card-margin-y: 40px;
    --pcp-product-summary-price-color: #0f2b4c;
    --pcp-product-summary-price-size: 2.25rem;
    --pcp-product-summary-compare-price-color: #9ca3af;
    --pcp-product-summary-compare-price-size: 0.75rem;
    --pcp-product-summary-gross-label-color: #4b5563;
    --pcp-product-summary-stock-in-text: #15803d;
    --pcp-product-summary-stock-in-bg: #ffffff;
    --pcp-product-summary-stock-in-border-color: #16a34a;
    --pcp-product-summary-stock-in-border-width: 2px;
    --pcp-product-summary-stock-in-radius: 2px;
    --pcp-product-summary-stock-padding-x: 12px;
    --pcp-product-summary-stock-padding-y: 8px;
    --pcp-product-summary-stock-out-text: #b91c1c;
    --pcp-product-summary-stock-out-bg: #ffffff;
    --pcp-product-summary-stock-out-border-color: #dc2626;
    --pcp-product-summary-stock-out-border-width: 2px;
    --pcp-product-summary-stock-out-radius: 2px;
    --pcp-product-summary-divider-color: #f3f4f6;
    --pcp-product-summary-variant-link-color: #0f2b4c;
    --pcp-product-summary-qty-bg: #ffffff;
    --pcp-product-summary-qty-border-color: #d1d5db;
    --pcp-product-summary-qty-border-width: 2px;
    --pcp-product-summary-qty-height: 48px;
    --pcp-product-summary-qty-btn-hover-bg: #f9fafb;
    --pcp-product-summary-qty-btn-text: #0f2b4c;
    --pcp-product-summary-qty-input-text: #111827;
    --pcp-product-summary-cart-gap: 12px;
    --pcp-product-summary-cart-form-flex-wrap: nowrap;
    --pcp-product-summary-cart-btn-flex: 1 1 0%;
    --pcp-product-summary-cart-btn-width: auto;
    --pcp-product-summary-cart-btn-min-width: 0;
    --pcp-product-summary-cart-btn-bg: #0673b4;
    --pcp-product-summary-cart-btn-text: #ffffff;
    --pcp-product-summary-cart-btn-hover-bg: #055a8c;
    --pcp-product-summary-unavailable-bg: #e5e7eb;
    --pcp-product-summary-unavailable-text: #6b7280;
    --pcp-product-benefits-border-color: #e5e7eb;
    --pcp-product-benefits-padding-top: 40px;
    --pcp-product-benefits-gap-x: 32px;
    --pcp-product-benefits-gap-y: 24px;
    --pcp-product-benefits-icon-color: #0f2b4c;
    --pcp-product-benefits-title-color: #0f2b4c;
    --pcp-product-benefits-desc-color: #374151;
    --pcp-product-summary-header-chip-bg: #0f2b4c;
    --pcp-product-summary-header-chip-text: #ffffff;
    --pcp-product-summary-header-chip-padding-x: 12px;
    --pcp-product-summary-header-chip-padding-y: 4px;
    --pcp-product-summary-header-chip-radius: 0px;
    --pcp-product-summary-header-chips-gap: 8px;
    --pcp-product-summary-header-chips-margin-bottom: 16px;
    --pcp-product-summary-header-title-color: #000000;
    --pcp-product-summary-header-title-size-mobile: 1.5rem;
    --pcp-product-summary-header-title-size-desktop: 1.875rem;
    --pcp-product-summary-header-title-margin-bottom: 16px;
    --pcp-product-summary-header-star-filled: #ffc400;
    --pcp-product-summary-header-star-empty: #d1d5db;
    --pcp-product-summary-header-star-size: 16px;
    --pcp-product-summary-header-meta-gap: 12px;
    --pcp-product-summary-header-reviews-color: #374151;
    --pcp-product-summary-header-reviews-hover: #ffc400;
    --pcp-product-summary-header-reviews-underline: #ffc400;
    --pcp-product-summary-header-separator-color: #d1d5db;
    --pcp-product-summary-header-sku-label-color: #374151;
    --pcp-product-summary-header-sku-value-color: #0f2b4c;
    --pcp-product-tabs-margin-bottom: 4rem;
    --pcp-product-tabs-nav-border-color: #e5e7eb;
    --pcp-product-tabs-nav-border-width: 0px;
    --pcp-product-tabs-btn-radius: 0px;
    --pcp-product-tabs-btn-active-bg: #0f2b4c;
    --pcp-product-tabs-btn-active-text: #ffffff;
    --pcp-product-tabs-btn-active-accent: #ffc400;
    --pcp-product-tabs-btn-inactive-bg: #ffffff;
    --pcp-product-tabs-btn-inactive-text: #4b5563;
    --pcp-product-tabs-btn-hover-text: #0f2b4c;
    --pcp-product-tabs-btn-padding-y-mobile: 16px;
    --pcp-product-tabs-btn-padding-y-desktop: 20px;
    --pcp-product-tabs-btn-font-mobile: 9px;
    --pcp-product-tabs-btn-font-desktop: 11px;
    --pcp-product-tabs-panel-bg: #ffffff;
    --pcp-product-tabs-panel-border-color: #e5e7eb;
    --pcp-product-tabs-panel-padding-mobile: 24px;
    --pcp-product-tabs-panel-padding-desktop: 48px;
    --pcp-product-tabs-section-title-color: #0f2b4c;
    --pcp-product-tabs-body-color: #1f2937;
    --pcp-product-tabs-table-border-color: #e5e7eb;
    --pcp-product-tabs-table-th-bg: #ffffff;
    --pcp-product-tabs-table-th-text: #0f2b4c;
    --pcp-product-tabs-table-td-text: #1f2937;
    --pcp-product-tabs-table-row-alt-bg: #f9fafb;
    --pcp-product-tabs-omnibus-bg: #fffbeb;
    --pcp-product-tabs-omnibus-text: #0f2b4c;
    --pcp-product-tabs-omnibus-border: #fde68a;
    --pcp-product-tabs-review-form-bg: #f9fafb;
    --pcp-product-tabs-review-form-border: #e5e7eb;
    --pcp-product-related-margin-top: 5rem;
    --pcp-product-related-padding-top: 4rem;
    --pcp-product-related-border-color: #f3f4f6;
    --pcp-product-related-border-width: 1px;
    --pcp-product-related-margin-bottom: 0px;
    --header-height: auto;

    /* Short aliases → canonical --uct-* brand / layout tokens */
    --brand-navy: var(--pcp-color-brand-navy);
    --brand-yellow: var(--pcp-color-brand-yellow);
    --brand-yellow-hover: var(--pcp-color-brand-yellow-hover);
    --container-width: var(--pcp-container-max-width);

    /* Extra --uct-* mirrors (grays, shadow) for var() consistency in components */
    --pcp-navy: var(--pcp-color-brand-navy);
    --pcp-yellow: var(--pcp-color-brand-yellow);
    --pcp-white: var(--white);
    --pcp-gray-50: var(--gray-50);
    --pcp-gray-100: var(--gray-100);
    --pcp-gray-200: var(--gray-200);
    --pcp-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Reset & Base */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--pcp-font-family-base, 'Inter', system-ui, -apple-system, sans-serif);
    background-color: var(--gray-50);
    color: var(--gray-800);
    line-height: var(--pcp-body-line-height, 1.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--pcp-heading-weight, 700);
}

h1 {
    font-size: var(--pcp-h1-size, calc(2.25rem * var(--pcp-heading-scale, 1)));
    line-height: var(--pcp-h1-line-height, 1.2);
}

h2 {
    font-size: var(--pcp-h2-size, calc(1.75rem * var(--pcp-heading-scale, 1)));
    line-height: var(--pcp-h2-line-height, 1.25);
}

h3 {
    font-size: var(--pcp-h3-size, calc(1.5rem * var(--pcp-heading-scale, 1)));
    line-height: var(--pcp-h3-line-height, 1.3);
}

h4 {
    font-size: calc(1.25rem * var(--pcp-heading-scale, 1));
    line-height: 1.35;
}

h5 {
    font-size: var(--pcp-h5-size, calc(1.125rem * var(--pcp-heading-scale, 1)));
    line-height: var(--pcp-h5-line-height, 1.4);
}

h6 {
    font-size: var(--pcp-h6-size, calc(1rem * var(--pcp-heading-scale, 1)));
    line-height: var(--pcp-h6-line-height, 1.45);
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

/* Accessibility: Focus Indicators */
:focus-visible {
    outline: 2px solid var(--brand-yellow);
    outline-offset: 2px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Utilities (Mirroring some Tailwind classes used in React) */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1rem;
}

.pcp-page-full-width {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* =========================================
   UNIFIED BUTTON STYLES (ATOM)
   ========================================= */

.pcp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    /* 12px */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    /* Sharp corners style */
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
}

.pcp-btn--sm {
    padding: 0.4rem 0.8rem;
    font-size: 0.625rem;
    /* 10px */
    gap: 0.35rem;
}

.pcp-btn--icon {
    padding: 0;
}

/* 1. Primary (Brand blue / White) — client preview action buttons */
.pcp-btn--primary,
.uct-btn--primary {
    background-color: #0673b4 !important;
    color: #ffffff !important;
    border: 1px solid #0673b4 !important;
}

.pcp-btn--primary:hover,
.pcp-btn--primary:focus-visible,
.uct-btn--primary:hover,
.uct-btn--primary:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

.pcp-btn--primary:focus-visible,
.uct-btn--primary:focus-visible {
    outline: 2px solid var(--brand-yellow, #ffc400);
    outline-offset: 2px;
}

.pcp-btn--primary svg,
.uct-btn--primary svg {
    color: inherit;
    stroke: currentColor;
    fill: none;
}

/* 2. Secondary (Brand blue / White) — client preview #0673b4 */
.pcp-btn--secondary,
.uct-btn--secondary {
    background-color: #0673b4;
    color: #ffffff;
    border: 1px solid #0673b4;
}

.pcp-btn--secondary:hover,
.pcp-btn--secondary:focus-visible,
.uct-btn--secondary:hover,
.uct-btn--secondary:focus-visible {
    background-color: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

.pcp-btn--secondary:focus-visible,
.uct-btn--secondary:focus-visible {
    outline: 2px solid var(--brand-yellow, #ffc400);
    outline-offset: 2px;
}

/* 3. Outline (Transparent / Navy Border) */
.pcp-btn--outline,
.uct-btn--outline {
    background-color: transparent;
    color: var(--brand-navy);
    border: 1px solid var(--brand-navy);
}

.pcp-btn--outline:hover,
.pcp-btn--outline:focus-visible,
.uct-btn--outline:hover,
.uct-btn--outline:focus-visible {
    background-color: #0673b4;
    border-color: #0673b4;
    color: #ffffff;
}

.pcp-btn--outline:focus-visible,
.uct-btn--outline:focus-visible {
    outline: 2px solid var(--brand-yellow, #ffc400);
    outline-offset: 2px;
}

/* 4. White (White / Navy - for dark backgrounds) */
.pcp-btn--white {
    background-color: var(--white);
    color: var(--brand-navy);
    border: 1px solid var(--white);
}

.pcp-btn--white:hover {
    background-color: var(--gray-100);
    border-color: var(--gray-100);
    color: var(--brand-navy);
}

/* 5. Link (Underlined - matching Section Headers) */
.pcp-btn--link {
    background-color: transparent;
    color: var(--brand-navy);
    border: none;
    border-bottom: 2px solid rgba(6, 115, 180, 0.25);
    padding: 0 0 7px 0;
    /* Minimal padding */
    height: auto;
    /* Override base height */
    letter-spacing: 0.15em;
    line-height: normal;
}

.pcp-btn--link:hover {
    background-color: transparent;
    border-color: var(--brand-yellow);
    color: var(--brand-navy);
}

/* 6. Outline White (Transparent / White Border) */
.pcp-btn--outline-white {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.pcp-btn--outline-white:hover {
    background-color: var(--white);
    color: var(--brand-navy);
}

/* Client preview button color hotfix — FAST-B2 */
#pcp-wishlist-root a.bg-brand-navy.text-white,
.pcp-thankyou-home-btn {
    background-color: #0673b4;
    border-color: #0673b4;
    color: #ffffff;
}

#pcp-wishlist-root a.border-brand-navy.text-brand-navy.hover\:bg-brand-navy:hover,
#pcp-wishlist-root a.border-brand-navy.text-brand-navy.hover\:bg-brand-navy:focus-visible {
    background-color: #0673b4;
    border-color: #0673b4;
    color: #ffffff;
}

.pcp-thankyou-add-to-cart:hover,
.pcp-thankyou-add-to-cart:focus-visible,
.pcp-auth-submit-btn:hover,
.pcp-auth-submit-btn:focus-visible,
.pcp-empty-cart-btn:hover,
.pcp-empty-cart-btn:focus-visible {
    background-color: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

#pcp-wishlist-root a.bg-brand-navy.text-white:hover,
#pcp-wishlist-root a.bg-brand-navy.text-white:focus-visible,
.pcp-thankyou-home-btn:hover,
.pcp-thankyou-home-btn:focus-visible {
    background-color: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

#pcp-wishlist-root a.bg-brand-navy.text-white:hover span,
#pcp-wishlist-root a.bg-brand-navy.text-white:hover svg,
#pcp-wishlist-root a.bg-brand-navy.text-white:focus-visible span,
#pcp-wishlist-root a.bg-brand-navy.text-white:focus-visible svg {
    color: #ffffff;
    stroke: #ffffff;
}

.w-full {
    width: 100%;
}

/* Header Styles */
.site-header,
.pcp-header,
.uct-header {
    position: relative;
    z-index: 40;
    background-color: var(--brand-navy);
}

@media print {
    .site-header,
    .pcp-header,
    .uct-header {
        display: none;
    }
}

/* Top Bar */
.top-bar,
.pcp-top-bar,
.uct-top-bar {
    background-color: var(--brand-navy);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.625rem 0;
    /* 2.5 */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    transition: max-height 0.22s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.22s ease, border-color 0.22s ease;
    max-height: 60px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .top-bar,
    .pcp-top-bar,
    .uct-top-bar {
        display: block;
    }
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    display: flex;
    gap: 1.5rem;
    /* 6 */
    color: var(--gray-300);
}

.top-bar-socials {
    display: flex;
    gap: 1rem;
    /* 4 */
}

.top-bar-socials a:hover {
    color: var(--brand-yellow);
}

/* Main Header */
.main-header,
.pcp-main-header,
.uct-main-header {
    background-color: var(--brand-navy);
    color: var(--white);
    padding: 1.5rem 0;
    /* 6 */
    transition: background-color 0.2s ease;
}

.main-header-inner,
.pcp-header-inner,
.uct-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .main-header-inner,
    .pcp-header-inner,
    .uct-header-inner {
        flex-direction: row;
        gap: 2.5rem;
        /* 10 */
    }
}

.header-logo img,
.pcp-logo img,
.uct-logo img,
.pcp-logo-img,
.uct-logo-img {
    height: 3.5rem;
    /* 14 */
    object-fit: contain;
    transition: transform 0.2s ease;
}

@media (min-width: 1024px) {
    .header-logo img,
    .pcp-logo img,
    .uct-logo img,
    .pcp-logo-img,
    .uct-logo-img {
        height: 4rem;
        /* 16 */
    }
}

/* Search Bar */
.header-search,
.pcp-search,
.uct-search {
    flex: 1;
    width: 100%;
    position: relative;
    z-index: 1200;
}

.search-form,
.pcp-search-form,
.uct-search-form {
    display: flex;
    height: 3rem;
    /* 12 */
    background-color: var(--white);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* shadow-xl */
    border-radius: 0;
    /* sharp corners */
    overflow: hidden;
    border: 1px solid var(--gray-300);
    transition: all 0.2s;
}

.search-form:focus-within,
.pcp-search-form:focus-within,
.uct-search-form:focus-within {
    border-color: var(--brand-yellow);
    box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.2);
}

.search-input,
.pcp-search-input,
.uct-search-input {
    flex: 1;
    padding: 0 1.25rem;
    /* 5 */
    color: var(--gray-900);
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 0.875rem;
    /* sm */
    border-radius: 0;
}

.search-form .search-submit,
.pcp-search-form .search-submit,
.uct-search-form .search-submit {
    border-radius: 0;
}

/* Header Icons */
.header-icons,
.pcp-header-actions,
.uct-header-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
    /* 8 */
    flex-shrink: 0;
}

.icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    /* 1.5 */
    position: relative;
    color: white;
}

.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary),
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary),
.uct-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary),
.pcp-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary),
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) {
    color: #0673b4;
}

.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.uct-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.pcp-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg {
    color: #0673b4;
    stroke: #0673b4;
}

.icon-link:hover {
    color: #ffffff;
}

.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover,
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover,
.uct-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover,
.pcp-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover,
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover {
    color: #055a8c;
}

.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.uct-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.pcp-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):focus-visible svg,
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):focus-visible svg,
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):focus-visible svg {
    color: #055a8c;
    stroke: #055a8c;
}

.icon-label {
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    /* tracking-tighter */
    display: none;
}

@media (min-width: 1024px) {
    .icon-label {
        display: block;
    }
}

.icon-badge {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
    font-size: 10px;
    font-weight: 900;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 2px solid var(--brand-navy);
}

/* Navbar */
.main-navbar,
.pcp-main-navbar,
.uct-main-navbar {
    background-color: var(--brand-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.navbar-inner,
.pcp-nav,
.uct-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    /* 14 */
    transition: none;
}

/* Categories Trigger (expanded navbar column only) */
.main-navbar .categories-trigger-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .main-navbar .categories-trigger-wrapper {
        width: 280px;
        flex-shrink: 0;
    }
}

.main-navbar .categories-trigger,
.main-navbar .pcp-categories-trigger,
.main-navbar .uct-categories-trigger {
    /* Styles now handled by .pcp-btn .pcp-btn--primary */
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0.025em;
}

/* Desktop Nav */
.desktop-nav,
.pcp-main-nav,
.uct-main-nav {
    display: none;
    align-items: center;
    gap: 2rem;
    /* 8 */
    color: var(--white);
    font-size: 0.875rem;
    /* sm */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    /* wide */
    height: 100%;
}

.main-navbar .navbar-inner:has(.categories-trigger-wrapper) > .desktop-nav,
.main-navbar .navbar-inner:has(.categories-trigger-wrapper) > .pcp-main-nav,
.main-navbar .navbar-inner:has(.categories-trigger-wrapper) > .uct-main-nav {
    padding-left: 1.5rem;
}

@media (min-width: 1024px) {
    .desktop-nav,
    .pcp-main-nav,
    .uct-main-nav {
        display: flex;
    }
}

.desktop-nav a,
.pcp-main-nav a,
.uct-main-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}

.desktop-nav a:hover,
.pcp-main-nav a:hover,
.uct-main-nav a:hover {
    color: var(--brand-yellow);
}

/* Support Info */
.support-info {
    display: none;
    align-items: center;
    gap: 0.75rem;
    /* 3 */
    color: var(--white);
    font-weight: 700;
    margin-left: auto;
}

@media (min-width: 1280px) {
    .support-info {
        display: flex;
    }
}

.support-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-info-groups {
    gap: 1rem;
}

.support-group {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.support-links {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.support-links a {
    color: var(--white);
}

.support-links a:hover {
    color: var(--brand-yellow);
}



@media (min-width: 1024px) {
    body.pcp-has-sticky-header,
    body.uct-has-sticky-header {
        padding-top: var(--uct-sticky-header-offset, var(--pcp-sticky-header-offset, 0px));
    }

    .site-header.is-sticky,
    .pcp-header.is-sticky,
    .uct-header.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1300;
        box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.35);
    }

    .admin-bar .site-header.is-sticky,
    .admin-bar .pcp-header.is-sticky,
    .admin-bar .uct-header.is-sticky {
        top: 32px;
    }

    .site-header.is-sticky .top-bar,
    .pcp-header.is-sticky .pcp-top-bar,
    .uct-header.is-sticky .uct-top-bar {
        max-height: 0;
        opacity: 1;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom-color: transparent;
        pointer-events: none;
    }

    .site-header.is-sticky .header-logo img,
    .site-header.is-sticky .pcp-logo-img,
    .site-header.is-sticky .uct-logo-img,
    .pcp-header.is-sticky .pcp-logo img,
    .pcp-header.is-sticky .pcp-logo-img,
    .uct-header.is-sticky .uct-logo img,
    .uct-header.is-sticky .uct-logo-img {
        transform: scale(0.72);
        transform-origin: left center;
    }

    .site-header.is-sticky .main-header,
    .pcp-header.is-sticky .pcp-main-header,
    .uct-header.is-sticky .uct-main-header {
        padding: 0.45rem 0;
    }

    .site-header.is-sticky .main-header-inner,
    .pcp-header.is-sticky .pcp-header-inner,
    .uct-header.is-sticky .uct-header-inner {
        gap: 1.25rem;
    }

    .site-header.is-sticky .search-form,
    .pcp-header.is-sticky .pcp-search-form,
    .uct-header.is-sticky .uct-search-form {
        height: 2.5rem;
    }

    .site-header.is-sticky .navbar-inner,
    .pcp-header.is-sticky .pcp-nav,
    .uct-header.is-sticky .uct-nav {
        height: 2.65rem;
    }

    .site-header.is-sticky .main-navbar .categories-trigger,
    .site-header.is-sticky .main-navbar .pcp-categories-trigger,
    .site-header.is-sticky .main-navbar .uct-categories-trigger,
    .pcp-header.is-sticky .pcp-main-navbar .pcp-categories-trigger,
    .uct-header.is-sticky .uct-main-navbar .uct-categories-trigger {
        font-size: 0.75rem;
        letter-spacing: 0.015em;
    }

    .site-header.is-sticky .desktop-nav,
    .pcp-header.is-sticky .pcp-main-nav,
    .uct-header.is-sticky .uct-main-nav {
        font-size: 0.75rem;
        gap: 1.2rem;
    }

    .site-header.is-sticky .main-navbar,
    .pcp-header.is-sticky .pcp-main-navbar,
    .uct-header.is-sticky .uct-main-navbar {
        border-top-color: rgba(255, 255, 255, 0.06);
    }

    .site-header.is-sticky .support-info,
    .pcp-header.is-sticky .support-info,
    .uct-header.is-sticky .support-info {
        display: none;
    }

    .navbar-inner .mobile-toggle,
    .navbar-inner .pcp-mobile-menu-toggle,
    .navbar-inner .uct-mobile-menu-toggle,
    .pcp-nav .mobile-toggle,
    .pcp-nav .pcp-mobile-menu-toggle,
    .uct-nav .uct-mobile-menu-toggle {
        display: none;
    }

    .header-icons .mobile-toggle,
    .header-icons .pcp-mobile-menu-toggle,
    .header-icons .uct-mobile-menu-toggle,
    .pcp-header-actions .mobile-toggle,
    .pcp-header-actions .pcp-mobile-menu-toggle,
    .uct-header-actions .uct-mobile-menu-toggle {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .main-header,
    .pcp-main-header,
    .uct-main-header {
        padding: 0.75rem 0;
    }

    .main-header-inner,
    .pcp-header-inner,
    .uct-header-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0.75rem;
    }

    .header-logo img,
    .pcp-logo img,
    .uct-logo img,
    .pcp-logo-img,
    .uct-logo-img {
        height: 2.25rem;
    }

    .header-search,
    .pcp-search,
    .uct-search {
        display: none;
    }

    .main-navbar,
    .pcp-main-navbar,
    .uct-main-navbar {
        display: none;
    }

    .header-icons,
    .pcp-header-actions,
    .uct-header-actions {
        gap: 0.625rem;
    }

    .header-icons .icon-link,
    .header-icons .pcp-btn.icon-link,
    .header-icons .uct-btn.icon-link,
    .pcp-header-actions .icon-link,
    .pcp-header-actions .pcp-btn.icon-link,
    .pcp-header-actions .uct-btn.icon-link,
    .uct-header-actions .icon-link,
    .uct-header-actions .pcp-btn.icon-link,
    .uct-header-actions .uct-btn.icon-link {
        width: 2.125rem;
        height: 2.125rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.04);
    }

    .header-icons .icon-link .icon-badge,
    .pcp-header-actions .icon-link .icon-badge,
    .uct-header-actions .icon-link .icon-badge {
        top: -0.4rem;
        right: -0.35rem;
        width: 1rem;
        height: 1rem;
        font-size: 8px;
    }

    .header-icons .icon-link svg,
    .pcp-header-actions .icon-link svg,
    .uct-header-actions .icon-link svg {
        width: 16px;
        height: 16px;
    }

    .header-icons .icon-link .icon-label,
    .pcp-header-actions .icon-link .icon-label,
    .uct-header-actions .icon-link .icon-label {
        display: none;
    }

    .header-icons .mobile-toggle,
    .header-icons .pcp-mobile-menu-toggle,
    .header-icons .uct-mobile-menu-toggle,
    .pcp-header-actions .mobile-toggle,
    .pcp-header-actions .pcp-mobile-menu-toggle,
    .uct-header-actions .uct-mobile-menu-toggle {
        display: inline-flex !important;
    }
}

.mobile-search-toggle {
    display: none !important;
}

.mobile-accessibility-toggle {
    display: none !important;
}

@media (max-width: 1023px) {
    .mobile-accessibility-toggle {
        display: inline-flex !important;
    }

    .mobile-search-toggle {
        display: inline-flex !important;
    }
}

/* Mobile Menu */
.mobile-menu,
.pcp-mobile-menu,
.uct-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1450;
    background: #0673b4;
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.25s ease, opacity 0.25s ease;
    overflow-y: hidden;
}

.mobile-menu.mobile-menu--scrollable,
.pcp-mobile-menu.mobile-menu--scrollable,
.uct-mobile-menu.mobile-menu--scrollable {
    overflow-y: auto;
}

.mobile-menu__bg-label {
    position: absolute;
    inset: 0;
    font-size: clamp(220px, 58vw, 360px);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: -0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    line-height: 0.72;
    text-align: center;
    pointer-events: none;
}

.mobile-menu__inner {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1rem 1rem;
    position: relative;
}

.mobile-menu-close {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu__nav {
    margin-top: 2rem;
    flex: 1;
    display: flex;
    align-items: center;
}

.mobile-menu__list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.mobile-menu__list li {
    margin: 0;
}

.mobile-menu__list a {
    display: block;
    text-align: center;
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #fff;
}

.mobile-menu__list a:hover {
    color: var(--brand-yellow);
}

.mobile-menu__bottom {
    padding-top: 1rem;
}

.mobile-menu__quick-icons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    width: 100%;
}

.mobile-menu__quick-icon {
    width: 100%;
    height: 2.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.05);
}

.mobile-menu__quick-icon .icon-badge {
    top: -0.22rem;
    right: -0.22rem;
    width: 0.95rem;
    height: 0.95rem;
    font-size: 8px;
    border-width: 1px;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.mobile-menu__quick-icon.mobile-menu__quick-search {
    border: 1px solid rgba(255, 196, 0, 0.6);
}

.mobile-menu__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    align-items: center;
}

.mobile-menu__btn {
    min-height: 2.25rem;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.mobile-menu .mobile-menu__actions .mobile-menu__btn,
.mobile-menu .mobile-menu__actions .pcp-btn--primary,
.mobile-menu .mobile-menu__actions .pcp-btn--secondary,
.mobile-menu .mobile-menu__actions .uct-btn--primary,
.mobile-menu .mobile-menu__actions .uct-btn--secondary,
.pcp-mobile-menu .mobile-menu__actions .mobile-menu__btn,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--primary,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--secondary,
.uct-mobile-menu .mobile-menu__actions .mobile-menu__btn,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--primary,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--secondary {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0673b4 !important;
}

.mobile-menu .mobile-menu__actions .mobile-menu__btn:hover,
.mobile-menu .mobile-menu__actions .mobile-menu__btn:focus-visible,
.mobile-menu .mobile-menu__actions .pcp-btn--primary:hover,
.mobile-menu .mobile-menu__actions .pcp-btn--primary:focus-visible,
.mobile-menu .mobile-menu__actions .pcp-btn--secondary:hover,
.mobile-menu .mobile-menu__actions .pcp-btn--secondary:focus-visible,
.pcp-mobile-menu .mobile-menu__actions .mobile-menu__btn:hover,
.pcp-mobile-menu .mobile-menu__actions .mobile-menu__btn:focus-visible,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--primary:hover,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--primary:focus-visible,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--secondary:hover,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--secondary:focus-visible,
.uct-mobile-menu .mobile-menu__actions .mobile-menu__btn:hover,
.uct-mobile-menu .mobile-menu__actions .mobile-menu__btn:focus-visible,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--primary:hover,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--primary:focus-visible,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--secondary:hover,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--secondary:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

/* Checkout / order page + Moje konto (Zamówienia) — white icons on brand-blue headers
   (admin palette may map --brand-yellow to a dark value; headers use text-brand-yellow) */
.pcp-checkout-box-header svg,
.pcp-checkout-box-header .text-brand-yellow,
.pcp-checkout-box-header svg :is(path, circle, line, polyline, rect),
.pcp-checkout-summary-header svg,
.pcp-checkout-summary-header .pcp-summary-icon,
.pcp-checkout-summary-header .text-brand-yellow,
.pcp-checkout-summary-header svg :is(path, circle, line, polyline, rect),
.cart-wrapper .cart_totals .bg-brand-navy svg,
.cart-wrapper .cart_totals .bg-brand-navy .text-brand-yellow,
.cart-wrapper .cart_totals .bg-brand-navy svg :is(path, circle, line, polyline, rect),
.pcp-myaccount-hero .pcp-myaccount-hero-btn--wishlist svg,
.pcp-myaccount-hero .pcp-myaccount-hero-btn--wishlist svg :is(path, circle, line, polyline, rect),
.pcp-myaccount-menu-header svg,
.pcp-myaccount-menu-header svg :is(path, circle, line, polyline, rect),
.pcp-myaccount-contact-avatar svg,
.pcp-myaccount-contact-avatar svg :is(path, circle, line, polyline, rect) {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
}

.mobile-menu.open,
.pcp-mobile-menu.open,
.uct-mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

/* Scroll-to-top + compare bar must not sit above the mobile menu (z-index 1450) */
body:has(.mobile-menu.open) #pcp-compare-bar,
body:has(.pcp-mobile-menu.open) #pcp-compare-bar,
body:has(.uct-mobile-menu.open) #pcp-compare-bar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 1023px) {
    body:has(.mobile-menu.open),
    body:has(.pcp-mobile-menu.open),
    body:has(.uct-mobile-menu.open) {
        overflow: hidden;
    }
}

.mobile-menu__socials {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
}

.mobile-menu__socials a {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
}

.mobile-menu__socials a:hover {
    color: var(--brand-yellow);
}

@media (min-width: 1024px) {
    .mobile-menu,
    .pcp-mobile-menu,
    .uct-mobile-menu {
        display: none;
    }
}

.mobile-search-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1400;
    transform: translateY(-110%);
    transition: transform 0.25s ease;
    background: var(--brand-navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-search-panel.open {
    transform: translateY(0);
}

.mobile-search-panel__inner {
    padding: 0.875rem 1rem 1rem;
}

.mobile-search-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 0.75rem;
}

.mobile-search-close {
    border: 0;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-search-form {
    height: 2.75rem;
}

.mobile-search-results {
    position: static;
    margin-top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    box-shadow: none;
    max-height: 58vh;
    overflow-y: auto;
}

@media (min-width: 1024px) {
    .mobile-search-panel {
        display: none;
    }
}

.mobile-accessibility-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1410;
    transform: translateY(-110%);
    transition: transform 0.25s ease;
    background: var(--brand-navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-accessibility-panel.open {
    transform: translateY(0);
}

.mobile-accessibility-panel__inner {
    padding: 0.875rem 1rem 1rem;
}

.mobile-accessibility-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 0.75rem;
}

.mobile-accessibility-close {
    border: 0;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-accessibility-panel .wcag-toolbar-container {
    width: 100%;
}

.mobile-accessibility-panel .wcag-toolbar {
    background: transparent;
    border: 0;
}

.mobile-accessibility-panel .wcag-controls {
    flex-wrap: wrap;
    gap: 0.4rem;
}

.mobile-accessibility-panel .wcag-font-size {
    border-left: 0;
    border-right: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .mobile-accessibility-panel {
        display: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* -------------------------------------------------------------------------- */
/* REFINEMENTS & MISSING STYLES (Appended)                                    */
/* -------------------------------------------------------------------------- */

/* REFINEMENT: Single Product Page Body Background */
body.single-product {
    background-color: var(--white);
}

/* REFINEMENT: Cart Form Spacing */
.woocommerce div.product form.cart {
    margin-bottom: 0.5rem !important;
}

/* REFINEMENT: Smaller Desktop Menu */
.desktop-nav,
.pcp-main-nav,
.uct-main-nav {
    font-size: 0.75rem !important;
    /* Force override */
    gap: 1.5rem !important;
}

/* REFINEMENT: Categories Trigger */
.main-navbar .categories-trigger-wrapper {
    width: 250px !important;
}

.categories-trigger,
.pcp-categories-trigger,
.uct-categories-trigger {
    font-size: 0.8125rem !important;
    /* 13px */
    padding: 0 1.25rem !important;
}

/* REFINEMENT: Support Info */
.support-info {
    font-size: 0.8125rem !important;
    /* 13px */
}

.support-icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
}

/* CATEGORIES DROPDOWN */
.categories-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: var(--white);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 999;
    border-bottom: 4px solid var(--brand-yellow);
    transform: translateY(10px);
}

.main-navbar .categories-trigger-wrapper:hover .categories-dropdown,
.uct-header--minimal .uct-header-minimal__categories:hover .categories-dropdown,
.categories-dropdown.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.categories-dropdown a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--gray-600);
    font-size: 0.8125rem;
    font-weight: 700;
    border-bottom: 1px solid var(--gray-100);
    transition: all 0.2s;
    text-transform: none;
}

.categories-dropdown a:hover {
    background-color: var(--gray-50);
    color: var(--brand-navy);
    padding-left: 1.75rem;
}

/* LIVE SEARCH RESULTS */
.search-results-container {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: var(--white);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--gray-200);
    z-index: 1201;
    border-radius: 0 0 4px 4px;
    display: none;
}

.search-results-header {
    background-color: var(--gray-50);
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-results-title {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--gray-600);
    letter-spacing: 0.05em;
}

.search-results-close {
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--brand-navy);
}

.search-result-item {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-bottom: 1px solid var(--gray-100);
    transition: background-color 0.15s;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: var(--gray-50);
}

.search-result-main-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
    padding: 0.75rem 1rem;
}

.search-result-actions {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.75rem 0.75rem 0;
}

.search-result-action-btn {
    border: 1px solid var(--gray-300);
    background-color: var(--white);
    color: var(--brand-navy);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.4rem 0.55rem;
    white-space: nowrap;
    transition: all 0.15s;
}

.search-result-action-btn:hover {
    background-color: #0673b4;
    color: #ffffff;
    border-color: #0673b4;
}

.search-result-action-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.search-result-action-link {
    text-decoration: none;
}

.search-result-cart-btn {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0;
}

.search-result-cart-btn svg {
    width: 0.9rem;
    height: 0.9rem;
}

.search-result-cart-btn.is-loading,
.search-result-cart-btn.is-added,
.search-result-cart-btn.is-error {
    opacity: 0.7;
}

.search-result-image {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border: 1px solid var(--gray-100);
    background-color: var(--white);
    padding: 2px;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-result-content {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.search-result-title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brand-navy);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.search-result-sku {
    font-size: 9px;
    color: var(--gray-500);
    font-weight: 600;
    letter-spacing: 0.025em;
}

.search-result-price-block {
    text-align: right;
    flex-shrink: 0;
}

.search-result-price {
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--brand-navy);
}

.search-result-tax {
    font-size: 8px;
    color: var(--gray-400);
    font-weight: 700;
    text-transform: uppercase;
}

.search-no-results {
    padding: 2rem 1.25rem;
    text-align: center;
}

.search-no-results-title {
    font-size: 0.875rem;
    font-weight: 800;
    color: #9ca3af;
    text-transform: uppercase;
}

.search-no-results-hint {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--gray-500);
}

.search-results-footer {
    border-top: 1px solid var(--gray-200);
    padding: 0.625rem 0.75rem;
    background-color: var(--gray-50);
}

.search-show-all-btn {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid var(--gray-300);
    background-color: var(--white);
    color: var(--brand-navy);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.55rem 0.75rem;
    transition: all 0.15s;
}

.search-show-all-btn:hover {
    background-color: #0673b4;
    color: #ffffff;
    border-color: #0673b4;
}

/* Categories Menu List (Dynamic WP Menu) */
.categories-dropdown ul.categories-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories-dropdown ul.categories-menu-list li a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--gray-600);
    font-size: 0.8125rem;
    font-weight: 700;
    border-bottom: 1px solid var(--gray-100);
    transition: all 0.2s;
    text-transform: none;
}

.categories-dropdown ul.categories-menu-list li:last-child a {
    border-bottom: none;
}

.categories-dropdown ul.categories-menu-list li a:hover {
    background-color: var(--gray-50);
    color: var(--brand-navy);
    padding-left: 1.75rem;
}

/* MAIN MENU LIST (Horizontal) */
.desktop-nav,
.pcp-main-nav,
.uct-main-nav {
    display: flex;
    /* Ensure container is flex */
    align-items: center;
}

.desktop-nav-list,
.pcp-nav-menu,
.uct-nav-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.75rem;
    /* 12px */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: var(--white);
}

.desktop-nav-list li,
.pcp-nav-menu li,
.uct-nav-menu li {
    height: 100%;
    display: flex;
    align-items: center;
}

.desktop-nav-list li a,
.pcp-nav-menu li a,
.uct-nav-menu li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    color: inherit;
    transition: color 0.2s;
}

.desktop-nav-list li a:hover,
.pcp-nav-menu li a:hover,
.uct-nav-menu li a:hover {
    color: var(--brand-yellow);
}

/* =========================================
   HOME PAGE STYLES
   ========================================= */

.pcp-home-container {
    background-color: var(--white);
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pcp-home-grid {
    padding-top: 20px;
    padding-bottom: 2rem;
}

.pcp-home-intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .pcp-home-intro {
        flex-direction: row;
    }
}

.pcp-sidebar-placeholder {
    display: none;
}

@media (min-width: 992px) {
    .pcp-sidebar-placeholder {
        display: block;
        width: 250px;
        flex-shrink: 0;
    }
}

.pcp-hero-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

/* HOME HERO LAYOUT WIDTH — DEMO-HERO-04 */
@media (min-width: 992px) {
    .pcp-home-intro.uct-hero-layout--full {
        flex-direction: column;
    }

    .pcp-home-intro.uct-hero-layout--full .pcp-hero-area {
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
    }
}

/* HERO SLIDER */
.pcp-hero-slider {
    position: relative;
    background-color: var(--brand-navy);
    min-height: var(--uct-slider-min-height-mobile, var(--pcp-slider-min-height-mobile, 440px));
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
    .pcp-hero-slider {
        min-height: var(--uct-slider-min-height-desktop, var(--pcp-slider-min-height-desktop, 500px));
    }
}

.pcp-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    pointer-events: none;
}

.pcp-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.pcp-slide-bg-wrapper {
    position: absolute;
    inset: 0;
}

.pcp-slide-overlay-pattern {
    position: absolute;
    inset: 0;
    opacity: var(--uct-slider-overlay-opacity, var(--pcp-slider-overlay-opacity, 0.07));
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    z-index: 5;
    pointer-events: none;
}

.pcp-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
    mix-blend-mode: normal;
    transform: scale(1.02);
    transition: transform 8s ease-out;
}

.pcp-hero-slide.active .pcp-slide-img {
    transform: scale(1);
}

.pcp-slide-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(15, 43, 76, 0.85) 0%,
            rgba(15, 43, 76, 0.7) 50%,
            rgba(15, 43, 76, 0.5) 100%);
    z-index: 10;
}

.pcp-slide-content {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: var(--uct-slider-content-max-width, var(--pcp-slider-content-max-width, 28rem));
    padding: var(--uct-slider-content-padding-top-mobile, var(--pcp-slider-content-padding-top-mobile, 28px)) 2rem var(--uct-slider-content-padding-bottom-mobile, var(--pcp-slider-content-padding-bottom-mobile, 136px));
    color: var(--white);
}

@media (min-width: 992px) {
    .pcp-slide-content {
        width: var(--uct-slider-content-width-desktop, var(--pcp-slider-content-width-desktop, 60%));
        padding: var(--uct-slider-content-padding-top-desktop, var(--pcp-slider-content-padding-top-desktop, 48px)) 4rem var(--uct-slider-content-padding-bottom-desktop, var(--pcp-slider-content-padding-bottom-desktop, 80px));
    }
}

.pcp-slide-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.pcp-tag-line {
    width: 2.5rem;
    height: 4px;
    background-color: var(--brand-yellow);
}

.pcp-tag-text {
    color: var(--brand-yellow);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.625rem;
}

.pcp-slide-title {
    font-size: var(--uct-slider-title-size-desktop, var(--pcp-slider-title-size-desktop, 2rem));
    font-weight: 900;
    color: var(--white);
    margin-bottom: var(--uct-slider-title-margin-bottom, var(--pcp-slider-title-margin-bottom, 24px));
    line-height: var(--uct-slider-title-line-height, var(--pcp-slider-title-line-height, 1.1));
    text-transform: var(--uct-slider-title-transform, var(--pcp-slider-title-transform, uppercase));
    letter-spacing: -0.025em;
}

@media (min-width: 992px) {
    .pcp-slide-title {
        font-size: calc(var(--uct-slider-title-size-desktop, var(--pcp-slider-title-size-desktop, 2rem)) * 1.25);
    }
}

.pcp-slide-title .text-brand-yellow {
    color: var(--brand-yellow);
}

.pcp-slide-desc {
    color: var(--gray-200);
    font-size: var(--uct-slider-desc-size, var(--pcp-slider-desc-size, 0.75rem));
    margin-bottom: var(--uct-slider-desc-margin-bottom, var(--pcp-slider-desc-margin-bottom, 32px));
    max-width: var(--uct-slider-content-max-width, var(--pcp-slider-content-max-width, 28rem));
    font-weight: 500;
    line-height: var(--uct-slider-desc-line-height, var(--pcp-slider-desc-line-height, 1.6));
    text-transform: var(--uct-slider-desc-transform, var(--pcp-slider-desc-transform, uppercase));
    letter-spacing: 0.05em;
}

.pcp-slide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--uct-slider-buttons-gap, var(--pcp-slider-buttons-gap, 16px));
}

.pcp-slide-buttons .pcp-btn {
    border-radius: var(--uct-slider-button-radius, var(--pcp-slider-button-radius, 2px));
}



/* SLIDER CONTROLS - Arrows at bottom right */
.pcp-slider-arrow {
    position: absolute;
    bottom: 2rem;
    z-index: 30;
    width: var(--uct-slider-arrow-size, var(--pcp-slider-arrow-size, 48px));
    height: var(--uct-slider-arrow-size, var(--pcp-slider-arrow-size, 48px));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy);
    background: rgba(255, 255, 255, var(--uct-slider-arrow-bg-opacity, var(--pcp-slider-arrow-bg-opacity, 0.3)));
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.pcp-slider-arrow:hover {
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
}

.pcp-arrow-prev {
    right: 5rem;
}

.pcp-arrow-next {
    right: 2rem;
    background-color: var(--brand-yellow);
}

@media (max-width: 767px) {
    .pcp-hero-slider {
        min-height: 450px;
    }

    .pcp-slide-content {
        width: 100%;
        padding: var(--uct-slider-content-padding-top-mobile, var(--pcp-slider-content-padding-top-mobile, 28px)) 1.1rem var(--uct-slider-content-padding-bottom-mobile, var(--pcp-slider-content-padding-bottom-mobile, 136px));
    }

    .pcp-slide-tag-wrapper {
        margin-bottom: 1rem;
    }

    .pcp-tag-text {
        font-size: 0.55rem;
        letter-spacing: 0.22em;
    }

    .pcp-slide-title {
        font-size: var(--uct-slider-title-size-mobile, var(--pcp-slider-title-size-mobile, 2.15rem));
        line-height: 1.02;
        margin-bottom: calc(var(--uct-slider-title-margin-bottom, var(--pcp-slider-title-margin-bottom, 24px)) * 0.67);
    }

    .pcp-slide-desc {
        max-width: none;
        font-size: calc(var(--uct-slider-desc-size, var(--pcp-slider-desc-size, 0.75rem)) * 0.88);
        line-height: 1.45;
        margin-bottom: calc(var(--uct-slider-desc-margin-bottom, var(--pcp-slider-desc-margin-bottom, 32px)) * 0.63);
    }

    .pcp-slide-buttons {
        gap: calc(var(--uct-slider-buttons-gap, var(--pcp-slider-buttons-gap, 16px)) * 0.65);
        flex-direction: column;
        align-items: flex-start;
    }

    .pcp-slide-buttons .pcp-btn {
        min-height: 2.4rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .pcp-slider-arrow {
        width: calc(var(--uct-slider-arrow-size, var(--pcp-slider-arrow-size, 48px)) * 0.83);
        height: calc(var(--uct-slider-arrow-size, var(--pcp-slider-arrow-size, 48px)) * 0.83);
        bottom: 1rem;
    }

    .pcp-arrow-prev {
        right: 4.2rem;
    }

    .pcp-arrow-next {
        right: 1rem;
    }

    .pcp-slider-dots {
        left: 1rem;
        bottom: 1.15rem;
        gap: calc(var(--uct-slider-dot-gap, var(--pcp-slider-dot-gap, 12px)) * 0.73);
    }
}

.pcp-slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 30;
    display: flex;
    gap: var(--uct-slider-dot-gap, var(--pcp-slider-dot-gap, 12px));
}

@media (min-width: 992px) {
    .pcp-slider-dots {
        left: 4rem;
    }
}

.pcp-slider-dot {
    height: var(--uct-slider-dot-height, var(--pcp-slider-dot-height, 4px));
    width: var(--uct-slider-dot-width, var(--pcp-slider-dot-width, 20px));
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    border: none;
    padding: 0;
    cursor: pointer;
}

.pcp-slider-dot:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.pcp-slider-dot.active {
    width: calc(var(--uct-slider-dot-width, var(--pcp-slider-dot-width, 20px)) * 1.6);
    background-color: var(--uct-slider-dot-active-color, var(--pcp-slider-dot-active-color, var(--brand-yellow)));
}

/* HERO CLASSIC CORNER STYLE — DEMO-HERO-04 */
.uct-hero--classic.uct-hero--rounded.pcp-hero-slider {
    --uct-hero-radius: 16px;
    --uct-hero-control-radius: 10px;
    border-radius: var(--uct-hero-radius);
    overflow: hidden;
}

.uct-hero--classic.uct-hero--square.pcp-hero-slider {
    --uct-hero-radius: 0;
    --uct-hero-control-radius: 0;
    border-radius: 0;
}

.uct-hero--classic.uct-hero--rounded .pcp-slide-buttons .pcp-btn,
.uct-hero--classic.uct-hero--rounded .pcp-slider-arrow {
    border-radius: var(--uct-hero-control-radius);
}

.uct-hero--classic.uct-hero--square .pcp-slide-buttons .pcp-btn,
.uct-hero--classic.uct-hero--square .pcp-slider-arrow {
    border-radius: 0;
}

.uct-hero--classic.uct-hero--rounded .pcp-slider-dot {
    border-radius: 999px;
}

.uct-hero--classic.uct-hero--square .pcp-slider-dot {
    border-radius: 0;
}

/* HERO FRAMED VARIANT — DEMO-HERO-03 + STYLE-HERO-02 color wiring */
.uct-hero--framed.pcp-hero-slider {
    position: relative;
    display: block;
    background: var(--uct-hero-framed-section-bg, transparent);
    box-shadow: none;
    min-height: auto;
    overflow: visible;
    align-items: stretch;
}

.uct-hero--framed .uct-hero__viewport {
    position: relative;
    min-height: 380px;
    background: var(--uct-hero-framed-frame-bg, var(--white, #ffffff));
    border: 1px solid var(--uct-hero-framed-border, rgba(15, 43, 76, 0.14));
    overflow: hidden;
}

.uct-hero--framed.uct-hero--rounded {
    --uct-hero-radius: 16px;
    --uct-hero-control-radius: 10px;
}

.uct-hero--framed.uct-hero--square {
    --uct-hero-radius: 0;
    --uct-hero-control-radius: 0;
}

.uct-hero--framed.uct-hero--rounded .uct-hero__viewport {
    border-radius: var(--uct-hero-radius);
}

.uct-hero--framed.uct-hero--square .uct-hero__viewport {
    border-radius: 0;
}

.uct-hero--framed .pcp-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.uct-hero--framed .pcp-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.uct-hero--framed .uct-hero__frame {
    display: flex;
    flex-direction: column;
    min-height: 380px;
    height: 100%;
}

.uct-hero--framed .uct-hero__media {
    position: relative;
    flex: 1 1 auto;
    min-height: 200px;
    background: var(--uct-hero-framed-overlay, var(--brand-navy, #0f2b4c));
    overflow: hidden;
}

.uct-hero--framed.uct-hero--rounded .uct-hero__media {
    border-radius: var(--uct-hero-radius) var(--uct-hero-radius) 0 0;
}

.uct-hero--framed.uct-hero--square .uct-hero__media,
.uct-hero--framed.uct-hero--square .uct-hero__image {
    border-radius: 0;
}

.uct-hero--framed .uct-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}

.uct-hero--framed .uct-hero__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 1.25rem 4.75rem;
    color: var(--uct-hero-framed-title, var(--brand-navy, #0f2b4c));
}

.uct-hero--framed .uct-hero__tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.uct-hero--framed .uct-hero__tag-line {
    width: 2rem;
    height: 3px;
    background-color: var(--uct-hero-framed-tag-line, var(--brand-yellow, #ffc400));
}

.uct-hero--framed .uct-hero__tag-text {
    color: var(--uct-hero-framed-tag, var(--brand-navy, #0f2b4c));
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.uct-hero--framed .uct-hero__title,
.uct-hero--framed .pcp-slide-title {
    margin: 0;
    color: var(--uct-hero-framed-title, var(--brand-navy, #0f2b4c));
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.uct-hero--framed .uct-hero__title .text-brand-yellow,
.uct-hero--framed .pcp-slide-title .text-brand-yellow {
    color: var(--uct-hero-framed-title-accent, var(--brand-yellow, #ffc400));
}

.uct-hero--framed .uct-hero__desc,
.uct-hero--framed .pcp-slide-desc {
    margin: 0;
    max-width: 36rem;
    color: var(--uct-hero-framed-desc, rgba(15, 43, 76, 0.78));
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.55;
    text-transform: none;
    letter-spacing: 0.02em;
}

.uct-hero--framed .uct-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.uct-hero--framed .uct-hero__btn-secondary,
.uct-hero--framed .pcp-btn--outline-white {
    color: var(--uct-hero-framed-secondary-text, var(--brand-navy, #0f2b4c));
    background-color: var(--uct-hero-framed-secondary-bg, transparent);
    border-color: var(--uct-hero-framed-secondary-border, rgba(15, 43, 76, 0.35));
}

.uct-hero--framed .uct-hero__btn-secondary:hover,
.uct-hero--framed .pcp-btn--outline-white:hover {
    color: var(--uct-hero-framed-secondary-text, var(--brand-navy, #0f2b4c));
    background-color: var(--uct-hero-framed-secondary-bg, transparent);
    border-color: var(--uct-hero-framed-secondary-border, rgba(15, 43, 76, 0.35));
}

.uct-hero--framed .uct-hero__actions .pcp-btn--primary {
    background-color: var(--uct-hero-framed-primary-bg, #0673b4) !important;
    color: var(--uct-hero-framed-primary-text, #ffffff) !important;
    border-color: var(--uct-hero-framed-primary-bg, #0673b4) !important;
}

.uct-hero--framed .uct-hero__actions .pcp-btn--primary:hover {
    background-color: var(--uct-hero-framed-primary-bg-hover, #055a8c) !important;
    border-color: var(--uct-hero-framed-primary-bg-hover, #055a8c) !important;
    color: var(--uct-hero-framed-primary-text, #ffffff) !important;
}

.uct-hero--framed .uct-hero__actions .pcp-btn--primary svg {
    stroke: currentColor;
}

.uct-hero--framed .uct-hero__controls {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    display: flex;
    gap: 0.5rem;
}

.uct-hero--framed .uct-hero__arrow.pcp-slider-arrow,
.uct-hero--framed .uct-hero__controls .pcp-slider-arrow {
    position: static;
    right: auto;
    bottom: auto;
    width: 42px;
    height: 42px;
    background-color: var(--uct-hero-framed-arrow-bg, rgba(255, 255, 255, 0.3));
    color: var(--uct-hero-framed-arrow-icon, var(--brand-navy, #0f2b4c));
}

.uct-hero--framed .uct-hero__arrow.pcp-slider-arrow:hover,
.uct-hero--framed .uct-hero__controls .pcp-slider-arrow:hover {
    background-color: var(--uct-hero-framed-primary-bg, var(--brand-yellow, #ffc400));
    color: var(--uct-hero-framed-arrow-icon, var(--brand-navy, #0f2b4c));
}

.uct-hero--framed .uct-hero__arrow.pcp-slider-arrow svg,
.uct-hero--framed .uct-hero__controls .pcp-slider-arrow svg {
    stroke: currentColor;
}

.uct-hero--framed .uct-hero__controls .pcp-arrow-next.pcp-slider-arrow {
    background-color: var(--uct-hero-framed-arrow-bg, rgba(255, 255, 255, 0.3));
}

.uct-hero--framed .uct-hero__dots.pcp-slider-dots {
    position: absolute;
    left: 1rem;
    bottom: 1.25rem;
    z-index: 30;
    display: flex;
    gap: 0.5rem;
}

.uct-hero--framed .pcp-slider-dot,
.uct-hero--framed .uct-hero__dots .pcp-slider-dot {
    background-color: var(--uct-hero-framed-dot-bg, rgba(15, 43, 76, 0.25));
}

.uct-hero--framed .pcp-slider-dot:hover,
.uct-hero--framed .uct-hero__dots .pcp-slider-dot:hover {
    background-color: color-mix(in srgb, var(--uct-hero-framed-dot-bg, rgba(15, 43, 76, 0.25)) 70%, var(--uct-hero-framed-dot-active-bg, var(--brand-yellow, #ffc400)));
}

.uct-hero--framed .pcp-slider-dot.active,
.uct-hero--framed .uct-hero__dots .pcp-slider-dot.active {
    background-color: var(--uct-hero-framed-dot-active-bg, var(--uct-slider-dot-active-color, var(--brand-yellow, #ffc400)));
}

.uct-hero--framed.uct-hero--rounded .pcp-slide-buttons .pcp-btn,
.uct-hero--framed.uct-hero--rounded .uct-hero__arrow.pcp-slider-arrow {
    border-radius: var(--uct-hero-control-radius);
}

.uct-hero--framed.uct-hero--square .pcp-slide-buttons .pcp-btn,
.uct-hero--framed.uct-hero--square .uct-hero__arrow.pcp-slider-arrow {
    border-radius: 0;
}

.uct-hero--framed.uct-hero--rounded .pcp-slider-dot {
    border-radius: 999px;
}

.uct-hero--framed.uct-hero--square .pcp-slider-dot {
    border-radius: 0;
}

@media (min-width: 992px) {
    .uct-hero--framed .uct-hero__viewport {
        min-height: 420px;
    }

    .uct-hero--framed .uct-hero__frame {
        flex-direction: row;
        min-height: 420px;
    }

    .uct-hero--framed .uct-hero__media {
        flex: 0 0 48%;
        min-height: 420px;
    }

    .uct-hero--framed.uct-hero--rounded .uct-hero__media {
        border-radius: var(--uct-hero-radius) 0 0 var(--uct-hero-radius);
    }

    .uct-hero--framed .uct-hero__image {
        min-height: 420px;
    }

    .uct-hero--framed .uct-hero__content {
        flex: 1 1 52%;
        padding: 2rem 2rem 4.5rem;
    }
}

@media (max-width: 767px) {
    .uct-hero--framed.pcp-hero-slider {
        min-height: auto;
    }

    .uct-hero--framed .uct-hero__content {
        padding-bottom: 5rem;
    }
}

/* BENEFITS BAR — DEMO-BENEFITS-07C token wiring (Classic) */
.pcp-benefits-bar {
    display: grid;
    grid-template-columns: 1fr;
    background-color: var(--uct-home-benefits-section-bg, var(--pcp-home-benefits-section-bg, rgba(249, 250, 251, 0.5)));
    border: 1px solid rgba(229, 231, 235, var(--uct-home-benefits-border-opacity, var(--pcp-home-benefits-border-opacity, 1)));
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .pcp-benefits-bar {
        grid-template-columns: repeat(var(--uct-home-benefits-columns-tablet, var(--pcp-home-benefits-columns-tablet, 3)), 1fr);
    }
}

@media (min-width: 992px) {
    .pcp-benefits-bar {
        grid-template-columns: repeat(var(--uct-home-benefits-columns-desktop, var(--pcp-home-benefits-columns-desktop, 3)), 1fr);
    }
}

.pcp-benefit-item {
    display: flex;
    align-items: center;
    justify-content: var(--uct-home-benefits-content-justify, var(--pcp-home-benefits-content-justify, flex-start));
    gap: var(--uct-home-benefits-item-gap, var(--pcp-home-benefits-item-gap, 24px));
    padding: var(--uct-home-benefits-item-padding-y, var(--pcp-home-benefits-item-padding-y, 24px))
        var(--uct-home-benefits-item-padding-x, var(--pcp-home-benefits-item-padding-x, 32px));
    border-radius: var(--uct-home-benefits-item-radius, var(--pcp-home-benefits-item-radius, 0px));
    border-bottom: 1px solid rgba(229, 231, 235, var(--uct-home-benefits-border-opacity, var(--pcp-home-benefits-border-opacity, 1)));
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media (max-width: 767px) {
    .pcp-benefit-item {
        padding: var(--uct-home-benefits-item-padding-y-mobile, var(--pcp-home-benefits-item-padding-y-mobile, var(--uct-home-benefits-item-padding-y, var(--pcp-home-benefits-item-padding-y, 24px))))
            var(--uct-home-benefits-item-padding-x-mobile, var(--pcp-home-benefits-item-padding-x-mobile, var(--uct-home-benefits-item-padding-x, var(--pcp-home-benefits-item-padding-x, 32px))));
    }
}

.pcp-benefit-item:hover {
    background-color: var(--uct-home-benefits-card-hover-bg, var(--pcp-home-benefits-card-hover-bg, var(--uct-home-benefits-hover-bg, var(--pcp-home-benefits-hover-bg, #ffffff))));
    border-bottom-color: var(--uct-home-benefits-card-hover-border-color, var(--pcp-home-benefits-card-hover-border-color, #d1d5db));
}

.pcp-benefit-item:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .pcp-benefit-item {
        border-bottom: none;
        border-right: calc(1px * var(--uct-home-benefits-separator-desktop-enabled, var(--pcp-home-benefits-separator-desktop-enabled, 1)))
            solid rgba(229, 231, 235, var(--uct-home-benefits-border-opacity, var(--pcp-home-benefits-border-opacity, 1)));
    }

    .pcp-benefit-item:hover {
        border-bottom-color: transparent;
        border-right-color: var(--uct-home-benefits-card-hover-border-color, var(--pcp-home-benefits-card-hover-border-color, #d1d5db));
    }

    .pcp-benefit-item:last-child {
        border-right: none;
    }

    .pcp-benefit-item:last-child:hover {
        border-right-color: transparent;
    }
}

.pcp-benefit-icon {
    width: var(--uct-home-benefits-icon-size, var(--pcp-home-benefits-icon-size, 56px));
    height: var(--uct-home-benefits-icon-size, var(--pcp-home-benefits-icon-size, 56px));
    background-color: var(--uct-home-benefits-icon-badge-bg, var(--pcp-home-benefits-icon-badge-bg, var(--white, #ffffff)));
    border: var(--uct-home-benefits-icon-border-width, var(--pcp-home-benefits-icon-border-width, 1px)) solid
        var(--uct-home-benefits-icon-badge-border-color, var(--pcp-home-benefits-icon-badge-border-color, var(--gray-200, #e5e7eb)));
    border-radius: var(--uct-home-benefits-icon-radius, var(--pcp-home-benefits-icon-radius, 0px));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--uct-home-benefits-icon-color, var(--pcp-home-benefits-icon-color, var(--brand-navy)));
    flex-shrink: 0;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, calc(0.05 * var(--uct-home-benefits-hover-strength, var(--pcp-home-benefits-hover-strength, 0.2))));
}

.pcp-benefit-item:hover .pcp-benefit-icon {
    color: var(--uct-home-benefits-icon-hover-color, var(--pcp-home-benefits-icon-hover-color, var(--brand-yellow)));
    background-color: var(--uct-home-benefits-icon-badge-hover-bg, var(--pcp-home-benefits-icon-badge-hover-bg, var(--uct-home-benefits-icon-badge-bg, #f3f4f6)));
    border-color: var(--uct-home-benefits-icon-badge-border-color, var(--pcp-home-benefits-icon-badge-border-color, var(--gray-200, #e5e7eb)));
}

.pcp-benefit-text {
    text-align: var(--uct-home-benefits-text-align, var(--pcp-home-benefits-text-align, left));
}

.pcp-benefit-text h4 {
    font-weight: 900;
    color: var(--uct-home-benefits-title-color, var(--pcp-home-benefits-title-color, var(--brand-navy)));
    text-transform: var(--uct-home-benefits-title-transform, var(--pcp-home-benefits-title-transform, uppercase));
    font-size: var(--uct-home-benefits-title-size, var(--pcp-home-benefits-title-size, 0.75rem));
    letter-spacing: 0.1em;
    margin: 0 0 var(--uct-home-benefits-title-desc-gap, var(--pcp-home-benefits-title-desc-gap, 4px));
}

.pcp-benefit-text p {
    font-size: var(--uct-home-benefits-desc-size, var(--pcp-home-benefits-desc-size, 0.625rem));
    color: var(--uct-home-benefits-desc-color, var(--pcp-home-benefits-desc-color, var(--gray-600)));
    font-weight: 700;
    text-transform: var(--uct-home-benefits-desc-transform, var(--pcp-home-benefits-desc-transform, uppercase));
    margin: 0;
    line-height: var(--uct-home-benefits-desc-line-height, var(--pcp-home-benefits-desc-line-height, 1.5));
    letter-spacing: 0.025em;
}

/* HOME BENEFITS FRAMED VARIANT — DEMO-BENEFITS-07C token wiring */
.uct-benefits-bar--framed {
    width: 100%;
}

.uct-benefits-bar--framed .uct-benefits-framed__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--uct-home-benefits-grid-gap, var(--pcp-home-benefits-grid-gap, 1rem));
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background: transparent;
    box-shadow: none;
}

@media (min-width: 768px) {
    .uct-benefits-bar--framed .uct-benefits-framed__grid {
        grid-template-columns: repeat(var(--uct-home-benefits-columns-tablet, var(--pcp-home-benefits-columns-tablet, 3)), 1fr);
    }
}

@media (min-width: 992px) {
    .uct-benefits-bar--framed .uct-benefits-framed__grid {
        grid-template-columns: repeat(var(--uct-home-benefits-columns-desktop, var(--pcp-home-benefits-columns-desktop, 3)), 1fr);
    }
}

.uct-benefits-bar--framed .uct-benefits-framed__card {
    display: flex;
    align-items: center;
    gap: var(--uct-home-benefits-item-gap, var(--pcp-home-benefits-item-gap, 1rem));
    margin: 0;
    padding: var(--uct-home-benefits-item-padding-y, var(--pcp-home-benefits-item-padding-y, 1.125rem))
        var(--uct-home-benefits-item-padding-x, var(--pcp-home-benefits-item-padding-x, 1.25rem));
    background: var(--uct-home-benefits-card-bg, var(--pcp-home-benefits-card-bg, var(--white, #ffffff)));
    border: var(--uct-home-benefits-card-border-width, var(--pcp-home-benefits-card-border-width, 1px)) solid
        var(--uct-home-benefits-card-border-color, var(--pcp-home-benefits-card-border-color, #e5e7eb));
    box-shadow: 0 1px 2px rgba(15, 43, 76, calc(0.03 * var(--uct-home-benefits-hover-strength, var(--pcp-home-benefits-hover-strength, 1))));
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 767px) {
    .uct-benefits-bar--framed .uct-benefits-framed__card {
        padding: var(--uct-home-benefits-item-padding-y-mobile, var(--pcp-home-benefits-item-padding-y-mobile, var(--uct-home-benefits-item-padding-y, var(--pcp-home-benefits-item-padding-y, 1.125rem))))
            var(--uct-home-benefits-item-padding-x-mobile, var(--pcp-home-benefits-item-padding-x-mobile, var(--uct-home-benefits-item-padding-x, var(--pcp-home-benefits-item-padding-x, 1.25rem))));
    }
}

.uct-benefits-bar--framed.uct-benefits-bar--rounded .uct-benefits-framed__card {
    border-radius: var(--uct-home-benefits-item-radius, var(--pcp-home-benefits-item-radius, 16px));
}

.uct-benefits-bar--framed.uct-benefits-bar--square .uct-benefits-framed__card {
    border-radius: 0;
}

.uct-benefits-bar--framed .uct-benefits-framed__card:hover {
    border-color: var(--uct-home-benefits-card-hover-border-color, var(--pcp-home-benefits-card-hover-border-color, #d1d5db));
    background: var(--uct-home-benefits-card-hover-bg, var(--pcp-home-benefits-card-hover-bg, #f9fafb));
    box-shadow: 0 2px 8px -4px rgba(15, 43, 76, calc(0.08 * var(--uct-home-benefits-hover-strength, var(--pcp-home-benefits-hover-strength, 1))));
}

.uct-benefits-bar--framed .uct-benefits-framed__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--uct-home-benefits-icon-size, var(--pcp-home-benefits-icon-size, 3rem));
    height: var(--uct-home-benefits-icon-size, var(--pcp-home-benefits-icon-size, 3rem));
    min-width: var(--uct-home-benefits-icon-size, var(--pcp-home-benefits-icon-size, 3rem));
    min-height: var(--uct-home-benefits-icon-size, var(--pcp-home-benefits-icon-size, 3rem));
    border-radius: 9999px;
    background: var(--uct-home-benefits-icon-badge-bg, var(--pcp-home-benefits-icon-badge-bg, #eef2f6));
    border: var(--uct-home-benefits-icon-border-width, var(--pcp-home-benefits-icon-border-width, 1px)) solid
        var(--uct-home-benefits-icon-badge-border-color, var(--pcp-home-benefits-icon-badge-border-color, #e5e7eb));
    color: var(--uct-home-benefits-icon-color, var(--pcp-home-benefits-icon-color, var(--brand-navy)));
    line-height: 0;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.uct-benefits-bar--framed.uct-benefits-bar--square .uct-benefits-framed__icon {
    border-radius: var(--uct-home-benefits-icon-radius, var(--pcp-home-benefits-icon-radius, 0px));
}

.uct-benefits-bar--framed .uct-benefits-framed__icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.uct-benefits-bar--framed .uct-benefits-framed__card:hover .uct-benefits-framed__icon {
    background: var(--uct-home-benefits-icon-badge-hover-bg, var(--pcp-home-benefits-icon-badge-hover-bg, #f3f4f6));
    border-color: var(--uct-home-benefits-icon-badge-border-color, var(--pcp-home-benefits-icon-badge-border-color, #e5e7eb));
    color: var(--uct-home-benefits-icon-hover-color, var(--pcp-home-benefits-icon-hover-color, var(--brand-navy)));
}

.uct-benefits-bar--framed .uct-benefits-framed__content {
    flex: 1;
    min-width: 0;
    text-align: var(--uct-home-benefits-text-align, var(--pcp-home-benefits-text-align, left));
}

.uct-benefits-bar--framed .uct-benefits-framed__title {
    margin: 0 0 var(--uct-home-benefits-title-desc-gap, var(--pcp-home-benefits-title-desc-gap, 4px));
    font-weight: 800;
    color: var(--uct-home-benefits-title-color, var(--pcp-home-benefits-title-color, var(--brand-navy)));
    text-transform: var(--uct-home-benefits-title-transform, var(--pcp-home-benefits-title-transform, uppercase));
    font-size: var(--uct-home-benefits-title-size, var(--pcp-home-benefits-title-size, 0.75rem));
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.uct-benefits-bar--framed .uct-benefits-framed__desc {
    margin: 0;
    font-size: var(--uct-home-benefits-desc-size, var(--pcp-home-benefits-desc-size, 0.625rem));
    color: var(--uct-home-benefits-desc-color, var(--pcp-home-benefits-desc-color, var(--gray-600)));
    font-weight: 600;
    text-transform: var(--uct-home-benefits-desc-transform, var(--pcp-home-benefits-desc-transform, uppercase));
    line-height: var(--uct-home-benefits-desc-line-height, var(--pcp-home-benefits-desc-line-height, 1.5));
    letter-spacing: 0.02em;
}

/* HOME BENEFITS MINIMAL VARIANT — DEMO-BENEFITS-07C token wiring (iconless) */
.uct-benefits-bar--minimal {
    width: 100%;
}

.uct-benefits-bar--minimal .uct-benefits-minimal__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--uct-home-benefits-grid-gap, var(--pcp-home-benefits-grid-gap, 0.875rem));
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .uct-benefits-bar--minimal .uct-benefits-minimal__grid {
        grid-template-columns: repeat(var(--uct-home-benefits-columns-tablet, var(--pcp-home-benefits-columns-tablet, 3)), 1fr);
    }
}

@media (min-width: 992px) {
    .uct-benefits-bar--minimal .uct-benefits-minimal__grid {
        grid-template-columns: repeat(var(--uct-home-benefits-columns-desktop, var(--pcp-home-benefits-columns-desktop, 3)), 1fr);
    }
}

.uct-benefits-bar--minimal .uct-benefits-minimal__card {
    margin: 0;
    padding: var(--uct-home-benefits-item-padding-y, var(--pcp-home-benefits-item-padding-y, 1rem))
        var(--uct-home-benefits-item-padding-x, var(--pcp-home-benefits-item-padding-x, 1.125rem));
    background: var(--uct-home-benefits-card-bg, var(--pcp-home-benefits-card-bg, rgba(248, 250, 252, 0.85)));
    border: var(--uct-home-benefits-card-border-width, var(--pcp-home-benefits-card-border-width, 1px)) solid
        var(--uct-home-benefits-card-border-color, var(--pcp-home-benefits-card-border-color, rgba(15, 43, 76, 0.08)));
    box-shadow: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

@media (max-width: 767px) {
    .uct-benefits-bar--minimal .uct-benefits-minimal__card {
        padding: var(--uct-home-benefits-item-padding-y-mobile, var(--pcp-home-benefits-item-padding-y-mobile, var(--uct-home-benefits-item-padding-y, var(--pcp-home-benefits-item-padding-y, 1rem))))
            var(--uct-home-benefits-item-padding-x-mobile, var(--pcp-home-benefits-item-padding-x-mobile, var(--uct-home-benefits-item-padding-x, var(--pcp-home-benefits-item-padding-x, 1.125rem))));
    }
}

.uct-benefits-bar--minimal.uct-benefits-bar--rounded .uct-benefits-minimal__card {
    border-radius: var(--uct-home-benefits-item-radius, var(--pcp-home-benefits-item-radius, 12px));
}

.uct-benefits-bar--minimal.uct-benefits-bar--square .uct-benefits-minimal__card {
    border-radius: 0;
}

.uct-benefits-bar--minimal .uct-benefits-minimal__card:hover {
    border-color: var(--uct-home-benefits-card-hover-border-color, var(--pcp-home-benefits-card-hover-border-color, rgba(15, 43, 76, 0.14)));
    background: var(--uct-home-benefits-card-hover-bg, var(--pcp-home-benefits-card-hover-bg, rgba(248, 250, 252, 1)));
}

.uct-benefits-bar--minimal .uct-benefits-minimal__content {
    min-width: 0;
    text-align: var(--uct-home-benefits-text-align, var(--pcp-home-benefits-text-align, left));
}

.uct-benefits-bar--minimal .uct-benefits-minimal__title {
    margin: 0 0 var(--uct-home-benefits-title-desc-gap, var(--pcp-home-benefits-title-desc-gap, 0.375rem));
    font-weight: 700;
    font-size: var(--uct-home-benefits-title-size, var(--pcp-home-benefits-title-size, 0.875rem));
    line-height: 1.35;
    color: var(--uct-home-benefits-title-color, var(--pcp-home-benefits-title-color, var(--brand-navy)));
    letter-spacing: 0.01em;
    text-transform: var(--uct-home-benefits-title-transform, var(--pcp-home-benefits-title-transform, none));
}

.uct-benefits-bar--minimal .uct-benefits-minimal__desc {
    margin: 0;
    font-size: var(--uct-home-benefits-desc-size, var(--pcp-home-benefits-desc-size, 0.8125rem));
    font-weight: 500;
    line-height: var(--uct-home-benefits-desc-line-height, var(--pcp-home-benefits-desc-line-height, 1.5));
    color: var(--uct-home-benefits-desc-color, var(--pcp-home-benefits-desc-color, rgba(15, 43, 76, 0.7)));
    letter-spacing: 0;
    text-transform: var(--uct-home-benefits-desc-transform, var(--pcp-home-benefits-desc-transform, none));
}

/* HOME BENEFITS UPLOADED ICONS — Classic + Framed only (Minimal is iconless) */
.pcp-benefit-icon img,
.pcp-benefit-icon .uct-benefits-bar__icon-img {
    display: block;
    width: var(--uct-home-benefits-uploaded-icon-size, var(--pcp-home-benefits-uploaded-icon-size, 28px));
    height: var(--uct-home-benefits-uploaded-icon-size, var(--pcp-home-benefits-uploaded-icon-size, 28px));
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.uct-benefits-framed__icon img,
.uct-benefits-framed__icon .uct-benefits-bar__icon-img {
    display: block;
    width: var(--uct-home-benefits-uploaded-icon-size, var(--pcp-home-benefits-uploaded-icon-size, 24px));
    height: var(--uct-home-benefits-uploaded-icon-size, var(--pcp-home-benefits-uploaded-icon-size, 24px));
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* SECTIONS */
.pcp-sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.pcp-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-wrap: nowrap;
    gap: 1rem;
}

.pcp-section-title-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-width: 0;
    flex: 1 1 auto;
}

.pcp-section-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy);
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pcp-title-col h2 {
    font-size: clamp(var(--pcp-h2-size, 1.35rem), 3.6vw, calc(var(--pcp-h2-size, 2rem) * 1.05));
    font-weight: 900;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0 0 0.5rem;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .pcp-title-col h2 {
        font-size: var(--pcp-h2-size, 2rem);
    }
}

.pcp-title-underline {
    width: 3rem;
    height: 5px;
    background-color: var(--brand-yellow);
}

.pcp-section-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--brand-navy);
    border-bottom: 2px solid rgba(15, 43, 76, 0.2);
    padding-bottom: 0.25rem;
    letter-spacing: 0.15em;
    transition: all 0.2s;
    flex-shrink: 0;
    text-decoration: none;
}

.pcp-section-link:hover {
    border-color: var(--brand-yellow);
}

@media (max-width: 767px) {
    .pcp-section-icon {
        width: 3rem;
        height: 3rem;
    }

    .pcp-section-title-wrapper {
        gap: 0.875rem;
    }

    .pcp-title-col h2 {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.8), 6vw, var(--pcp-h2-size, 1.35rem));
        margin-bottom: 0.35rem;
    }

    .pcp-section-link {
        border-bottom: none;
        padding-bottom: 0;
        letter-spacing: 0;
        width: 2.25rem;
        height: 2.25rem;
        min-width: 2.25rem;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(15, 43, 76, 0.25);
        border-radius: 2px;
        background: #fff;
        color: var(--brand-navy);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    }

    .pcp-section-link .pcp-section-link-text {
        display: none;
    }

    .pcp-section-link svg {
        width: 15px;
        height: 15px;
        stroke-width: 2.2;
    }

    .pcp-section-link:active {
        transform: translateY(1px);
    }
}

/* Section headers — variants & corner style (HOME-SECTION-HEADERS-02) */
.pcp-home-container .uct-section-header,
.uct-about-section-header-wrap .uct-section-header {
    min-width: 0;
}

.pcp-home-container .uct-section-header--icon-hidden .pcp-section-title-wrapper,
.uct-about-section-header-wrap .uct-section-header--icon-hidden .pcp-section-title-wrapper {
    gap: 0;
}

/* Corner — square */
.pcp-home-container .uct-section-header--square .pcp-section-icon,
.uct-about-section-header-wrap .uct-section-header--square .pcp-section-icon,
.pcp-home-container .uct-section-header--square.uct-section-header--boxed,
.uct-about-section-header-wrap .uct-section-header--square.uct-section-header--boxed {
    border-radius: 0;
}

.pcp-home-container .uct-section-header--square .pcp-section-link,
.uct-about-section-header-wrap .uct-section-header--square .pcp-section-link {
    border-radius: 0;
}

/* Corner — rounded */
.pcp-home-container .uct-section-header--rounded .pcp-section-icon,
.uct-about-section-header-wrap .uct-section-header--rounded .pcp-section-icon {
    border-radius: 0.75rem;
}

.pcp-home-container .uct-section-header--rounded.uct-section-header--boxed,
.uct-about-section-header-wrap .uct-section-header--rounded.uct-section-header--boxed {
    border-radius: 1rem;
}

.pcp-home-container .uct-section-header--rounded .pcp-section-link,
.uct-about-section-header-wrap .uct-section-header--rounded .pcp-section-link {
    border-radius: 0.5rem;
}

/* Variant — classic (baseline reinforcement) */
.pcp-home-container .uct-section-header--classic .pcp-section-icon,
.uct-about-section-header-wrap .uct-section-header--classic .pcp-section-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--uct-section-header-icon-bg, var(--white));
    border: 1px solid var(--uct-section-header-icon-border, var(--gray-200));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--uct-section-header-icon-color, var(--brand-navy));
}

.pcp-home-container .uct-section-header--classic .pcp-title-underline,
.uct-about-section-header-wrap .uct-section-header--classic .pcp-title-underline {
    display: block;
    width: 3rem;
    height: 5px;
    background-color: var(--uct-section-header-accent-color, var(--brand-yellow));
}

.pcp-home-container .uct-section-header--classic,
.uct-about-section-header-wrap .uct-section-header--classic {
    margin-bottom: 2.5rem;
    padding: 0;
    background: transparent;
    border: none;
}

/* Variant — minimal */
.pcp-home-container .uct-section-header--minimal,
.uct-about-section-header-wrap .uct-section-header--minimal {
    margin-bottom: 2rem;
    padding: 0;
    background: transparent;
    border: none;
}

.pcp-home-container .uct-section-header--minimal .pcp-section-title-wrapper,
.uct-about-section-header-wrap .uct-section-header--minimal .pcp-section-title-wrapper {
    gap: 0.75rem;
}

.pcp-home-container .uct-section-header--minimal .pcp-section-icon,
.uct-about-section-header-wrap .uct-section-header--minimal .pcp-section-icon {
    width: 2.25rem;
    height: 2.25rem;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    color: var(--uct-section-header-icon-color, var(--brand-navy));
}

.pcp-home-container .uct-section-header--minimal .pcp-section-icon svg,
.uct-about-section-header-wrap .uct-section-header--minimal .pcp-section-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.pcp-home-container .uct-section-header--minimal .pcp-title-col h2,
.uct-about-section-header-wrap .uct-section-header--minimal .pcp-title-col h2 {
    white-space: normal;
}

.pcp-home-container .uct-section-header--minimal .pcp-title-underline,
.uct-about-section-header-wrap .uct-section-header--minimal .pcp-title-underline {
    display: block;
    width: 2.25rem;
    height: 3px;
    background-color: var(--uct-section-header-accent-color, var(--brand-yellow));
}

/* Variant — boxed */
.pcp-home-container .uct-section-header--boxed,
.uct-about-section-header-wrap .uct-section-header--boxed {
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background-color: var(--uct-section-header-frame-bg, var(--white));
    border: 1px solid var(--uct-section-header-frame-border, var(--gray-200));
    box-shadow: none;
    gap: 1rem;
    align-items: center;
}

.pcp-home-container .uct-section-header--boxed .pcp-section-title-wrapper,
.uct-about-section-header-wrap .uct-section-header--boxed .pcp-section-title-wrapper {
    gap: 1rem;
}

.pcp-home-container .uct-section-header--boxed .pcp-section-icon,
.uct-about-section-header-wrap .uct-section-header--boxed .pcp-section-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--uct-section-header-icon-bg, var(--white));
    border: 1px solid var(--uct-section-header-icon-border, var(--gray-200));
    box-shadow: none;
    color: var(--uct-section-header-icon-color, var(--brand-navy));
}

.pcp-home-container .uct-section-header--boxed .pcp-section-icon svg,
.uct-about-section-header-wrap .uct-section-header--boxed .pcp-section-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.pcp-home-container .uct-section-header--boxed .pcp-title-col h2,
.uct-about-section-header-wrap .uct-section-header--boxed .pcp-title-col h2 {
    white-space: normal;
    margin-bottom: 0.35rem;
}

.pcp-home-container .uct-section-header--boxed .pcp-title-underline,
.uct-about-section-header-wrap .uct-section-header--boxed .pcp-title-underline {
    display: none;
}

/* Section headers — color tokens (HOME-SECTION-HEADERS-04) */
.pcp-home-container .uct-section-header .pcp-title-col h2,
.uct-about-section-header-wrap .uct-section-header .pcp-title-col h2 {
    color: var(--uct-section-header-title-color, var(--brand-navy));
}

.pcp-home-container .uct-section-header .pcp-title-underline,
.uct-about-section-header-wrap .uct-section-header .pcp-title-underline {
    background-color: var(--uct-section-header-accent-color, var(--brand-yellow));
}

.pcp-home-container .uct-section-header .pcp-section-icon,
.uct-about-section-header-wrap .uct-section-header .pcp-section-icon {
    background-color: var(--uct-section-header-icon-bg, var(--white));
    border-color: var(--uct-section-header-icon-border, var(--gray-200));
    color: var(--uct-section-header-icon-color, var(--brand-navy));
}

.pcp-home-container .uct-section-header .pcp-section-icon svg,
.uct-about-section-header-wrap .uct-section-header .pcp-section-icon svg {
    color: inherit;
    stroke: currentColor;
}

.pcp-home-container .uct-section-header .pcp-section-link,
.uct-about-section-header-wrap .uct-section-header .pcp-section-link {
    color: var(--uct-section-header-link-color, var(--brand-navy));
    border-bottom-color: var(--uct-section-header-link-border, rgba(15, 43, 76, 0.2));
}

.pcp-home-container .uct-section-header .pcp-section-link:hover,
.uct-about-section-header-wrap .uct-section-header .pcp-section-link:hover,
.pcp-home-container .uct-section-header .pcp-section-link:focus-visible,
.uct-about-section-header-wrap .uct-section-header .pcp-section-link:focus-visible {
    color: var(--uct-section-header-link-hover-color, var(--brand-yellow));
    border-bottom-color: var(--uct-section-header-link-hover-color, var(--brand-yellow));
}

.pcp-home-container .uct-section-header .pcp-section-link svg,
.uct-about-section-header-wrap .uct-section-header .pcp-section-link svg {
    color: inherit;
    stroke: currentColor;
}

@media (max-width: 767px) {
    .pcp-home-container .uct-section-header--classic .pcp-section-icon,
    .uct-about-section-header-wrap .uct-section-header--classic .pcp-section-icon {
        width: 3rem;
        height: 3rem;
    }

    .pcp-home-container .uct-section-header .pcp-title-col h2,
    .uct-about-section-header-wrap .uct-section-header .pcp-title-col h2 {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .pcp-home-container .uct-section-header--boxed,
    .uct-about-section-header-wrap .uct-section-header--boxed {
        flex-wrap: wrap;
        row-gap: 0.75rem;
        padding: 0.875rem 1rem;
    }

    .pcp-home-container .uct-section-header--boxed .pcp-section-link,
    .uct-about-section-header-wrap .uct-section-header--boxed .pcp-section-link {
        margin-left: auto;
    }

    .pcp-home-container .uct-section-header--minimal .pcp-section-title-wrapper,
    .uct-about-section-header-wrap .uct-section-header--minimal .pcp-section-title-wrapper {
        gap: 0.625rem;
    }

    .pcp-home-container .uct-section-header .pcp-section-link,
    .uct-about-section-header-wrap .uct-section-header .pcp-section-link {
        border: 1px solid var(--uct-section-header-link-border, rgba(15, 43, 76, 0.25));
        background-color: var(--uct-section-header-link-bg, var(--white, #fff));
        color: var(--uct-section-header-link-color, var(--brand-navy));
    }

    .pcp-home-container .uct-section-header .pcp-section-link:hover,
    .uct-about-section-header-wrap .uct-section-header .pcp-section-link:hover,
    .pcp-home-container .uct-section-header .pcp-section-link:focus-visible,
    .uct-about-section-header-wrap .uct-section-header .pcp-section-link:focus-visible {
        color: var(--uct-section-header-link-hover-color, var(--brand-yellow));
        border-color: var(--uct-section-header-link-hover-color, var(--brand-yellow));
        background-color: var(--uct-section-header-link-bg-hover, var(--uct-section-header-link-bg, var(--white, #fff)));
    }
}

.pcp-product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 640px) {
    .pcp-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .pcp-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* WHY US BANNER */
.pcp-why-us-banner {
    background-color: var(--brand-navy);
    margin-top: var(--pcp-home-cta-margin-top, 0px);
    margin-bottom: var(--pcp-home-cta-margin-bottom, 0px);
    padding: var(--pcp-home-cta-padding-y-mobile, 40px) var(--pcp-home-cta-padding-x-mobile, 40px);
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
    .pcp-why-us-banner {
        padding: var(--pcp-home-cta-padding-y-desktop, 80px) var(--pcp-home-cta-padding-x-desktop, 80px);
    }
}

.pcp-banner-pattern {
    position: absolute;
    inset: 0;
    opacity: var(--pcp-home-cta-overlay-opacity, 0.03);
    pointer-events: none;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    background-color: var(--pcp-home-cta-overlay-color, #ffffff);
}

.pcp-banner-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    .pcp-banner-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.pcp-banner-text-col .pcp-home-cta-title {
    max-width: var(--pcp-home-cta-content-max-width, 44rem);
    font-size: var(--pcp-home-cta-title-size-mobile, 1.65rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: var(--pcp-home-cta-title-line-height, 1.1);
    letter-spacing: -0.025em;
    margin: 0 0 1.5rem;
    color: var(--white);
}

@media (min-width: 992px) {
    .pcp-banner-text-col .pcp-home-cta-title {
        font-size: var(--pcp-home-cta-title-size-desktop, 2.25rem);
    }
}

.pcp-banner-text-col .pcp-home-cta-title .text-brand-yellow {
    color: var(--pcp-home-cta-accent-color, var(--brand-yellow));
}

.pcp-banner-text-col>p {
    color: var(--gray-300);
    font-size: var(--pcp-home-cta-desc-size, 1rem);
    text-transform: var(--pcp-home-cta-desc-transform, none);
    margin: 0 0 2rem;
    line-height: var(--pcp-home-cta-desc-line-height, 1.6);
    font-weight: 500;
    max-width: var(--pcp-home-cta-content-max-width, 44rem);
}

.pcp-banner-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--pcp-home-cta-features-gap, 24px);
    max-width: var(--pcp-home-cta-content-max-width, 44rem);
}

@media (min-width: 640px) {
    .pcp-banner-features {
        grid-template-columns: 1fr 1fr;
    }
}

.pcp-banner-feature {
    display: flex;
    flex-direction: var(--pcp-home-cta-feature-direction, row);
    align-items: var(--pcp-home-cta-feature-align, flex-start);
    gap: 1rem;
}

.pcp-feature-icon {
    background-color: rgba(255, 196, 0, 0.1);
    padding: calc(var(--pcp-home-cta-features-icon-size, 24px) / 3);
    border-radius: 2px;
    color: var(--pcp-home-cta-features-icon-color, var(--brand-yellow));
    width: var(--pcp-home-cta-features-icon-size, 24px);
    height: var(--pcp-home-cta-features-icon-size, 24px);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcp-feature-icon svg {
    width: 100%;
    height: 100%;
}

.pcp-banner-feature span {
    font-size: 0.6875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: var(--pcp-home-cta-feature-text-align, left);
    align-self: var(--pcp-home-cta-feature-text-vertical-align, flex-start);
}

.pcp-why-us-banner .pcp-banner-image-col img {
    width: 100%;
    height: var(--pcp-home-cta-image-height-mobile, 320px);
    max-height: var(--pcp-home-cta-image-height-mobile, 320px);
    object-fit: contain;
    object-position: var(--pcp-home-cta-image-position, center);
    transform: scale(calc(var(--pcp-home-cta-image-scale, 100) / 100));
    transform-origin: center;
    opacity: 1;
    filter: none;
    border: none;
}

@media (min-width: 992px) {
    .pcp-why-us-banner .pcp-banner-image-col img {
        height: var(--pcp-home-cta-image-height-desktop, 400px);
        max-height: var(--pcp-home-cta-image-height-desktop, 400px);
    }
}

/* WHY US CLASSIC CORNER STYLE — DEMO-WHYUS-04 */
.uct-why-us--classic.uct-why-us--rounded.pcp-why-us-banner {
    --uct-why-us-radius: 18px;
    --uct-why-us-control-radius: 12px;
    border-radius: var(--uct-why-us-radius);
    overflow: hidden;
}

.uct-why-us--classic.uct-why-us--square.pcp-why-us-banner {
    --uct-why-us-radius: 0;
    --uct-why-us-control-radius: 0;
    border-radius: 0;
}

.uct-why-us--classic.uct-why-us--rounded.pcp-why-us-banner .pcp-banner-pattern {
    border-radius: inherit;
}

.uct-why-us--classic.uct-why-us--square.pcp-why-us-banner .pcp-banner-pattern {
    border-radius: 0;
}

.uct-why-us--classic.uct-why-us--rounded.pcp-why-us-banner .pcp-feature-icon {
    border-radius: var(--uct-why-us-control-radius);
}

.uct-why-us--classic.uct-why-us--square.pcp-why-us-banner .pcp-feature-icon {
    border-radius: 0;
}

.uct-why-us--classic.uct-why-us--rounded.pcp-why-us-banner .pcp-banner-image-col img {
    border-radius: var(--uct-why-us-control-radius);
}

.uct-why-us--classic.uct-why-us--square.pcp-why-us-banner .pcp-banner-image-col img {
    border-radius: 0;
}

/* WHY US FRAMED VARIANT — DEMO-WHYUS-03 scaffold; corner polish DEMO-WHYUS-04 */
.uct-why-us--framed {
    margin-top: var(--uct-home-cta-margin-top, var(--pcp-home-cta-margin-top, 0px));
    margin-bottom: var(--uct-home-cta-margin-bottom, var(--pcp-home-cta-margin-bottom, 0px));
}

.uct-why-us--framed .uct-why-us__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
    background: var(--white);
    border: 1px solid rgba(15, 43, 76, 0.12);
    box-shadow: 0 18px 40px -24px rgba(15, 43, 76, 0.35);
    overflow: hidden;
}

.uct-why-us--framed.uct-why-us--rounded {
    --uct-why-us-radius: 18px;
    --uct-why-us-control-radius: 12px;
}

.uct-why-us--framed.uct-why-us--square {
    --uct-why-us-radius: 0;
    --uct-why-us-control-radius: 0;
}

.uct-why-us--framed.uct-why-us--rounded .uct-why-us__inner {
    border-radius: var(--uct-why-us-radius);
}

.uct-why-us--framed.uct-why-us--square .uct-why-us__inner {
    border-radius: 0;
}

.uct-why-us--framed .uct-why-us__content {
    padding: 1.5rem 1.25rem 0;
    color: var(--brand-navy);
}

.uct-why-us--framed .uct-why-us__title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: var(--brand-navy);
}

.uct-why-us--framed .uct-why-us__title .uct-why-us__accent,
.uct-why-us--framed .uct-why-us__title .text-brand-yellow {
    display: block;
    margin-top: 0.25rem;
    color: var(--brand-yellow);
}

.uct-why-us--framed .uct-why-us__desc {
    margin: 0 0 1.25rem;
    max-width: 40rem;
    color: rgba(15, 43, 76, 0.78);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.6;
}

.uct-why-us--framed .uct-why-us__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
    .uct-why-us--framed .uct-why-us__features {
        grid-template-columns: 1fr 1fr;
    }
}

.uct-why-us--framed .uct-why-us__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    background: rgba(15, 43, 76, 0.04);
    border: 1px solid rgba(15, 43, 76, 0.08);
}

.uct-why-us--framed.uct-why-us--rounded .uct-why-us__feature {
    border-radius: var(--uct-why-us-control-radius);
}

.uct-why-us--framed.uct-why-us--square .uct-why-us__feature {
    border-radius: 0;
}

.uct-why-us--framed .uct-why-us__feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    color: var(--brand-yellow);
    background: rgba(255, 196, 0, 0.12);
}

.uct-why-us--framed.uct-why-us--rounded .uct-why-us__feature-icon {
    border-radius: calc(var(--uct-why-us-control-radius) - 2px);
}

.uct-why-us--framed.uct-why-us--square .uct-why-us__feature-icon {
    border-radius: 0;
}

.uct-why-us--framed .uct-why-us__feature-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.uct-why-us--framed .uct-why-us__feature-text {
    font-size: 0.6875rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.45;
    color: var(--brand-navy);
}

.uct-why-us--framed .uct-why-us__media {
    position: relative;
    min-height: 220px;
    background: var(--brand-navy);
    overflow: hidden;
}

.uct-why-us--framed.uct-why-us--rounded .uct-why-us__media {
    border-radius: 0 0 var(--uct-why-us-radius) var(--uct-why-us-radius);
}

.uct-why-us--framed.uct-why-us--square .uct-why-us__media,
.uct-why-us--framed.uct-why-us--square .uct-why-us__image {
    border-radius: 0;
}

.uct-why-us--framed .uct-why-us__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    .uct-why-us--framed .uct-why-us__inner {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .uct-why-us--framed .uct-why-us__content {
        padding: 2.5rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .uct-why-us--framed .uct-why-us__features {
        margin-bottom: 0;
    }

    .uct-why-us--framed .uct-why-us__media {
        min-height: 100%;
    }

    .uct-why-us--framed .uct-why-us__image {
        min-height: 380px;
    }

    .uct-why-us--framed.uct-why-us--rounded .uct-why-us__media {
        border-radius: var(--uct-why-us-radius) 0 0 var(--uct-why-us-radius);
    }

    .uct-why-us--framed.uct-why-us--rounded .uct-why-us__image {
        border-radius: inherit;
    }
}

/* BRANDS STRIP */
.pcp-brands-strip {
    padding: var(--uct-home-logos-padding-top, var(--pcp-home-logos-padding-top, 48px)) 0 var(--uct-home-logos-padding-bottom, var(--pcp-home-logos-padding-bottom, 48px));
    border-top: 1px solid rgba(243, 244, 246, var(--uct-home-logos-border-opacity, var(--pcp-home-logos-border-opacity, 1)));
    border-top-color: color-mix(in srgb, var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #f3f4f6)) 100%, transparent);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: var(--uct-home-logos-gap, var(--pcp-home-logos-gap, 0px));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    opacity: 1;
    filter: none;
    transition: all 0.5s;
}

.pcp-home-container .pcp-product-grid,
.pcp-brands-strip {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pcp-home-container .pcp-product-grid::-webkit-scrollbar,
.pcp-brands-strip::-webkit-scrollbar {
    display: none;
}

.pcp-brands-strip:hover {
    opacity: 1;
    filter: none;
}

@media (min-width: 992px) {
    .pcp-brands-strip {
        justify-content: flex-start;
    }
}

.pcp-brand-name {
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    color: var(--brand-navy);
    letter-spacing: -0.025em;
}

.pcp-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--uct-home-logos-item-height, var(--pcp-home-logos-item-height, 92px));
    max-height: var(--uct-home-logos-item-height, var(--pcp-home-logos-item-height, 92px));
    height: var(--uct-home-logos-item-height, var(--pcp-home-logos-item-height, 92px));
    padding: 8px var(--uct-home-logos-item-padding-x, var(--pcp-home-logos-item-padding-x, 10px));
    border-radius: var(--uct-home-logos-item-radius, var(--pcp-home-logos-item-radius, 0px));
    flex: 0 0 calc(100% / var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3)));
    max-width: calc(100% / var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3)));
    scroll-snap-align: start;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .pcp-brand-logo {
        flex-basis: calc(100% / var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4)));
        max-width: calc(100% / var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4)));
    }
}

@media (min-width: 1200px) {
    .pcp-brand-logo {
        flex-basis: calc(100% / var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6)));
        max-width: calc(100% / var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6)));
    }
}

.pcp-brands-strip.is-static,
.pcp-home-container .pcp-product-grid.is-static {
    overflow-x: hidden;
    scroll-snap-type: none;
}

.pcp-brands-strip.is-static {
    justify-content: stretch;
}

.pcp-brands-strip.is-static>.pcp-brand-logo,
.pcp-home-container .pcp-product-grid.is-static>* {
    flex: 1 1 0%;
    max-width: none;
}


.pcp-brand-logo img {
    width: 100%;
    max-width: 100%;
    height: var(--uct-home-logos-image-height, var(--pcp-home-logos-image-height, 62px));
    max-height: var(--uct-home-logos-image-height, var(--pcp-home-logos-image-height, 62px));
    min-height: var(--uct-home-logos-image-height, var(--pcp-home-logos-image-height, 62px));
    object-fit: contain;
    object-position: center center;
    display: block;
    margin: 0;
    opacity: var(--uct-home-logos-image-opacity-default, var(--pcp-home-logos-image-opacity-default, 0.5));
    filter: grayscale(var(--uct-home-logos-image-grayscale-default, var(--pcp-home-logos-image-grayscale-default, 100%)));
    transition: opacity var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease, filter var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease;
}

.pcp-brand-logo:hover img,
.pcp-brand-logo:focus-within img {
    opacity: var(--uct-home-logos-image-opacity-hover, var(--pcp-home-logos-image-opacity-hover, 1));
    filter: grayscale(var(--uct-home-logos-image-grayscale-hover, var(--pcp-home-logos-image-grayscale-hover, 0%)));
}

.pcp-brand-logo .pcp-brand-name {
    display: none;
    font-size: 1.25rem;
    line-height: 1.2;
}

.pcp-brand-logo--fallback .pcp-brand-name {
    display: inline-block;
}

/* Home brands — variants & corner style (BRANDS-02) */
.pcp-home-container .uct-home-brands {
    min-width: 0;
    background-color: var(--uct-home-brands-section-bg, transparent);
}

/* BRANDS-02F — Home brands: no horizontal scroll, wrap rows, neutral drag cursor; preserve visible-count as items-per-row */
.pcp-home-container .pcp-brands-strip.uct-home-brands {
    --uct-home-brands-wrap-gap: var(--uct-home-logos-gap, var(--pcp-home-logos-gap, 0px));
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    cursor: default;
    max-width: 100%;
    box-sizing: border-box;
}

.pcp-home-container .pcp-brands-strip.uct-home-brands.is-dragging,
.pcp-home-container .pcp-brands-strip.uct-home-brands.is-static {
    cursor: default;
    user-select: auto;
}

.pcp-home-container .pcp-brands-strip.uct-home-brands > .pcp-brand-logo,
.pcp-home-container .pcp-brands-strip.uct-home-brands > .uct-home-brand-item {
    scroll-snap-align: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(
        (
                100% -
                    (var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3)) - 1) *
                    var(--uct-home-brands-wrap-gap)
            ) /
            var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3))
    );
    max-width: calc(
        (
                100% -
                    (var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3)) - 1) *
                    var(--uct-home-brands-wrap-gap)
            ) /
            var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3))
    );
}

@media (min-width: 768px) {
    .pcp-home-container .pcp-brands-strip.uct-home-brands > .pcp-brand-logo,
    .pcp-home-container .pcp-brands-strip.uct-home-brands > .uct-home-brand-item {
        flex-basis: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4))
        );
        max-width: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4))
        );
    }
}

@media (min-width: 1200px) {
    .pcp-home-container .pcp-brands-strip.uct-home-brands > .pcp-brand-logo,
    .pcp-home-container .pcp-brands-strip.uct-home-brands > .uct-home-brand-item {
        flex-basis: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6))
        );
        max-width: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6))
        );
    }
}

/* Override generic .pcp-brands-strip.is-static stretch so visible-count per row still applies when JS adds is-static */
.pcp-home-container .pcp-brands-strip.uct-home-brands.is-static > .pcp-brand-logo,
.pcp-home-container .pcp-brands-strip.uct-home-brands.is-static > .uct-home-brand-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(
        (
                100% -
                    (var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3)) - 1) *
                    var(--uct-home-brands-wrap-gap)
            ) /
            var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3))
    );
    max-width: calc(
        (
                100% -
                    (var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3)) - 1) *
                    var(--uct-home-brands-wrap-gap)
            ) /
            var(--uct-home-brands-visible-mobile, var(--pcp-home-brands-visible-mobile, 3))
    );
}

@media (min-width: 768px) {
    .pcp-home-container .pcp-brands-strip.uct-home-brands.is-static > .pcp-brand-logo,
    .pcp-home-container .pcp-brands-strip.uct-home-brands.is-static > .uct-home-brand-item {
        flex-basis: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4))
        );
        max-width: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-tablet, var(--pcp-home-brands-visible-tablet, 4))
        );
    }
}

@media (min-width: 1200px) {
    .pcp-home-container .pcp-brands-strip.uct-home-brands.is-static > .pcp-brand-logo,
    .pcp-home-container .pcp-brands-strip.uct-home-brands.is-static > .uct-home-brand-item {
        flex-basis: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6))
        );
        max-width: calc(
            (
                    100% -
                        (var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6)) - 1) *
                        var(--uct-home-brands-wrap-gap)
                ) /
                var(--uct-home-brands-visible-desktop, var(--pcp-home-brands-visible-desktop, 6))
        );
    }
}

/* Corner — square */
.pcp-home-container .uct-home-brand-item--square,
.pcp-home-container .uct-home-brands--square > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--square > .pcp-brand-logo {
    border-radius: 0;
    overflow: hidden;
}

/* Corner — rounded */
.pcp-home-container .uct-home-brand-item--rounded,
.pcp-home-container .uct-home-brands--rounded > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--rounded > .pcp-brand-logo {
    border-radius: var(--uct-home-logos-item-radius, var(--pcp-home-logos-item-radius, 12px));
    overflow: hidden;
}

/* Variant — strip (baseline reinforcement) */
.pcp-home-container .uct-home-brands--strip > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--strip > .pcp-brand-logo {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

/* BRANDS-02E — strip vs minimal: distinct visual roles (CSS only) */

/* Strip: structured “rail” — tinted band, top+bottom frame, subtle column dividers (not cards) */
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--strip,
.pcp-home-container .uct-home-brands.uct-home-brands--strip.pcp-brands-strip {
    --uct-home-brands-wrap-gap: 0px;
    background-color: var(
        --uct-home-brands-section-bg,
        color-mix(in srgb, var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #e5e7eb)) 12%, #f8fafc)
    );
    border-top: 1px solid color-mix(
        in srgb,
        var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #e5e7eb)) calc(100% * var(--uct-home-logos-border-opacity, var(--pcp-home-logos-border-opacity, 1))),
        transparent
    );
    border-bottom: 1px solid color-mix(
        in srgb,
        var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #e5e7eb)) calc(85% * var(--uct-home-logos-border-opacity, var(--pcp-home-logos-border-opacity, 1))),
        transparent
    );
    border-radius: 10px;
    gap: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pcp-home-container .uct-home-brands--strip > .uct-home-brand-item:not(:last-child),
.pcp-home-container .uct-home-brands--strip > .pcp-brand-logo:not(:last-child) {
    border-right: 1px solid color-mix(
        in srgb,
        var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #e5e7eb)) 50%,
        transparent
    );
}

/* Variant — cards */
.pcp-home-container .uct-home-brands--cards {
    gap: var(--uct-home-logos-gap, var(--pcp-home-logos-gap, 12px));
}

.pcp-home-container .uct-home-brands--cards > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--cards > .pcp-brand-logo {
    background-color: var(--uct-home-brands-item-bg, #ffffff);
    border: 1px solid transparent;
    border-color: color-mix(
        in srgb,
        var(--uct-home-brands-item-border, var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #e5e7eb))) 100%,
        transparent
    );
    box-shadow: none;
    transition:
        background-color var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease,
        border-color var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease,
        box-shadow var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease;
}

.pcp-home-container .uct-home-brands--cards > .uct-home-brand-item:hover,
.pcp-home-container .uct-home-brands--cards > .uct-home-brand-item:focus-within,
.pcp-home-container .uct-home-brands--cards > .pcp-brand-logo:hover,
.pcp-home-container .uct-home-brands--cards > .pcp-brand-logo:focus-within {
    background-color: var(--uct-home-brands-item-hover-bg, var(--uct-home-brands-item-bg, #ffffff));
    border-color: color-mix(
        in srgb,
        var(--uct-home-brands-item-hover-border, var(--uct-home-brands-item-border, var(--uct-home-logos-border-color, #e5e7eb))) 100%,
        transparent
    );
    box-shadow: 0 1px 4px rgba(15, 43, 76, 0.06);
}

/* BRANDS-02D: compound selectors = exact DOM (strip root has .pcp-brands-strip + .uct-home-brands + variant) */
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards > .uct-home-brand-item,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards > .pcp-brand-logo {
    background-color: var(--uct-home-brands-item-bg, #ffffff);
    border: 1px solid transparent;
    border-color: color-mix(
        in srgb,
        var(--uct-home-brands-item-border, var(--uct-home-logos-border-color, var(--pcp-home-logos-border-color, #e5e7eb))) 100%,
        transparent
    );
    box-shadow: none;
    transition:
        background-color var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease,
        border-color var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease,
        box-shadow var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease;
}

.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards > .uct-home-brand-item:hover,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards > .uct-home-brand-item:focus-within,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards > .pcp-brand-logo:hover,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards > .pcp-brand-logo:focus-within {
    background-color: var(--uct-home-brands-item-hover-bg, var(--uct-home-brands-item-bg, #ffffff));
    border-color: color-mix(
        in srgb,
        var(--uct-home-brands-item-hover-border, var(--uct-home-brands-item-border, var(--uct-home-logos-border-color, #e5e7eb))) 100%,
        transparent
    );
    box-shadow: 0 1px 4px rgba(15, 43, 76, 0.06);
}

.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--square > .uct-home-brand-item,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--square > .pcp-brand-logo {
    border-radius: 0;
    overflow: hidden;
}

.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--rounded > .uct-home-brand-item,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--rounded > .pcp-brand-logo {
    border-radius: var(--uct-home-logos-item-radius, var(--pcp-home-logos-item-radius, 12px));
    overflow: hidden;
}

/* BRANDS-02F — cards: visible rounded corners when Style motywu token is 0; square must win (later rules + --square root only) */
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards.uct-home-brands--rounded > .pcp-brand-logo,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards.uct-home-brands--rounded > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--cards.uct-home-brands--rounded > .pcp-brand-logo,
.pcp-home-container .uct-home-brands--cards.uct-home-brands--rounded > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--cards > .pcp-brand-logo.uct-home-brand-item--rounded,
.pcp-home-container .uct-home-brands--cards > .uct-home-brand-item.uct-home-brand-item--rounded {
    border-radius: max(12px, var(--uct-home-logos-item-radius, var(--pcp-home-logos-item-radius, 0px)));
    overflow: hidden;
}

.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards.uct-home-brands--square > .pcp-brand-logo,
.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--cards.uct-home-brands--square > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--cards.uct-home-brands--square > .pcp-brand-logo,
.pcp-home-container .uct-home-brands--cards.uct-home-brands--square > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--cards > .pcp-brand-logo.uct-home-brand-item--square,
.pcp-home-container .uct-home-brands--cards > .uct-home-brand-item.uct-home-brand-item--square {
    border-radius: 0;
    overflow: hidden;
}

/* Variant — minimal: bare row — no rail, no strip borders, lighter vertical rhythm, calmer hover */
.pcp-home-container .uct-home-brands--minimal {
    border-top-color: transparent;
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

.pcp-home-container .pcp-brands-strip.uct-home-brands.uct-home-brands--minimal,
.pcp-home-container .uct-home-brands.uct-home-brands--minimal.pcp-brands-strip {
    --uct-home-brands-wrap-gap: clamp(0.75rem, 2vw, 1.75rem);
    padding-top: max(0.75rem, calc(var(--uct-home-logos-padding-top, var(--pcp-home-logos-padding-top, 48px)) * 0.38));
    padding-bottom: max(0.75rem, calc(var(--uct-home-logos-padding-bottom, var(--pcp-home-logos-padding-bottom, 48px)) * 0.38));
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    gap: clamp(0.75rem, 2vw, 1.75rem);
    box-shadow: none;
}

.pcp-home-container .uct-home-brands--minimal > .uct-home-brand-item,
.pcp-home-container .uct-home-brands--minimal > .pcp-brand-logo {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.pcp-home-container .uct-home-brands--minimal > .uct-home-brand-item:not(:last-child),
.pcp-home-container .uct-home-brands--minimal > .pcp-brand-logo:not(:last-child) {
    border-right: none;
}

.pcp-home-container .uct-home-brands--minimal > .pcp-brand-logo,
.pcp-home-container .uct-home-brands--minimal > .uct-home-brand-item.uct-home-brand-item--minimal {
    min-height: max(3.25rem, calc(var(--uct-home-logos-item-height, var(--pcp-home-logos-item-height, 92px)) * 0.72));
    max-height: max(3.25rem, calc(var(--uct-home-logos-item-height, var(--pcp-home-logos-item-height, 92px)) * 0.72));
    height: max(3.25rem, calc(var(--uct-home-logos-item-height, var(--pcp-home-logos-item-height, 92px)) * 0.72));
}

.pcp-home-container .uct-home-brands--minimal > .pcp-brand-logo img,
.pcp-home-container .uct-home-brands--minimal > .uct-home-brand-item img {
    max-height: min(48px, calc(var(--uct-home-logos-image-height, var(--pcp-home-logos-image-height, 62px)) * 0.82));
    min-height: 0;
    opacity: min(0.72, var(--uct-home-logos-image-opacity-default, var(--pcp-home-logos-image-opacity-default, 0.5)));
    filter: grayscale(100%);
    transition: opacity var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease,
        filter var(--uct-home-logos-transition-duration, var(--pcp-home-logos-transition-duration, 250ms)) ease;
}

.pcp-home-container .uct-home-brands--minimal > .pcp-brand-logo:hover img,
.pcp-home-container .uct-home-brands--minimal > .pcp-brand-logo:focus-within img,
.pcp-home-container .uct-home-brands--minimal > .uct-home-brand-item:hover img,
.pcp-home-container .uct-home-brands--minimal > .uct-home-brand-item:focus-within img {
    opacity: 0.92;
    filter: grayscale(78%);
}

.pcp-home-container .uct-home-brand-item--minimal {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

/* Home brands — fallback text colors (BRANDS-04) */
.pcp-home-container .uct-home-brand-item.pcp-brand-logo--fallback .pcp-brand-name,
.pcp-home-container .pcp-brand-logo--fallback .pcp-brand-name {
    color: var(--uct-home-brands-fallback-text-color, var(--brand-navy));
}

.pcp-home-container .uct-home-brand-item.pcp-brand-logo--fallback:hover .pcp-brand-name,
.pcp-home-container .uct-home-brand-item.pcp-brand-logo--fallback:focus-within .pcp-brand-name,
.pcp-home-container .pcp-brand-logo--fallback:hover .pcp-brand-name,
.pcp-home-container .pcp-brand-logo--fallback:focus-within .pcp-brand-name {
    color: var(--uct-home-brands-fallback-text-hover-color, var(--uct-home-brands-fallback-text-color, var(--brand-navy)));
}

/* =========================================
   PRODUCT CARD STYLES
   ========================================= */

.pcp-product-card,
.uct-product-card {
    background-color: var(--pcp-home-product-card-bg, var(--white));
    border: 1px solid var(--pcp-home-product-card-border-color, var(--gray-100));
    border-radius: var(--pcp-home-product-card-radius, 0px);
    display: flex;
    flex-direction: column;
    transition: box-shadow var(--pcp-home-product-card-transition-duration, 300ms), border-color var(--pcp-home-product-card-transition-duration, 300ms);
    position: relative;
}

.pcp-product-card:hover,
.uct-product-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, var(--pcp-home-product-card-hover-shadow-strength, 0.1)), 0 10px 10px -5px rgba(0, 0, 0, calc(var(--pcp-home-product-card-hover-shadow-strength, 0.1) * 0.4));
    border-color: var(--pcp-home-product-card-border-hover-color, var(--gray-200));
}

/* Image Wrapper */
.pcp-card-image-wrapper,
.uct-card-image-wrapper {
    position: relative;
    background-color: var(--gray-50);
    aspect-ratio: var(--pcp-home-product-card-image-ratio, 4/3);
    border-radius: var(--pcp-home-product-card-image-wrapper-radius, 0px);
    overflow: hidden;

}

.pcp-card-image,
.uct-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform var(--pcp-home-product-card-transition-duration, 300ms);
    padding: var(--pcp-home-product-card-image-padding, 16px);
}

.pcp-product-card:hover .pcp-card-image,
.uct-product-card:hover .uct-card-image {
    transform: scale(calc(1 + ((var(--pcp-home-product-card-hover-image-scale-enabled, 1) * (var(--pcp-home-product-card-hover-image-scale, 105) - 100)) / 100)));
}

/* Action Buttons */
.pcp-card-actions,
.uct-card-actions {
    position: absolute;
    top: var(--pcp-home-product-card-actions-top, 12px);
    right: var(--pcp-home-product-card-actions-side, 12px);
    display: flex;
    flex-direction: column;
    gap: var(--pcp-home-product-card-actions-gap, 8px);
    opacity: var(--pcp-home-product-card-actions-opacity-default, 0);
    transform: translateX(10px);
    transition: opacity var(--pcp-home-product-card-transition-duration, 300ms), transform var(--pcp-home-product-card-transition-duration, 300ms);
}

.pcp-product-card:hover .pcp-card-actions,
.uct-product-card:hover .uct-card-actions {
    opacity: var(--pcp-home-product-card-actions-opacity-hover, 1);
    transform: translateX(0);
}

.pcp-card-action-btn,
.uct-card-action-btn {
    width: var(--pcp-home-product-card-action-size, 36px);
    height: var(--pcp-home-product-card-action-size, 36px);
    background-color: var(--pcp-home-product-card-actions-bg, var(--white));
    border: var(--pcp-home-product-card-actions-border-width, 1px) solid var(--pcp-home-product-card-actions-border-color, var(--gray-200));
    border-radius: var(--pcp-home-product-card-actions-radius, 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pcp-home-product-card-actions-icon, var(--gray-500));
    cursor: pointer;
    transition: background-color var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)),
        color var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)),
        border-color var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)),
        box-shadow var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)),
        transform var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms));
    box-shadow: 0 2px 4px rgba(0, 0, 0, var(--pcp-home-product-card-actions-shadow-default, 0.1));
}

/* Support for DM WCAG Plugin Card */
.dm-wcag-product-card__actions {
    z-index: 30;
}

.dm-wcag-product-card:hover .pcp-card-actions,
.dm-wcag-product-card:hover .uct-card-actions {
    opacity: 1;
    transform: translateX(0);
}

.dm-wcag-product-card .dm-add-to-compare {
    position: static !important;
    /* Override absolute from plugin CSS when inside group */
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.dm-wcag-product-card .pcp-card-action-btn,
.dm-wcag-product-card .uct-card-action-btn {
    background-color: var(--pcp-home-product-card-actions-bg, var(--white)) !important;
    color: var(--pcp-home-product-card-actions-icon, var(--gray-500)) !important;
    border: var(--pcp-home-product-card-actions-border-width, 1px) solid var(--pcp-home-product-card-actions-border-color, var(--gray-200)) !important;
}

.dm-wcag-product-card .pcp-card-action-btn:hover:not(.active):not(.is-active),
.dm-wcag-product-card .uct-card-action-btn:hover:not(.active):not(.is-active) {
    background-color: var(--pcp-home-product-card-actions-bg-hover, #0673b4) !important;
    color: var(--pcp-home-product-card-actions-icon-hover, #ffffff) !important;
    border-color: var(--pcp-home-product-card-actions-border-hover-color, #0673b4) !important;
    border-radius: var(--pcp-home-product-card-actions-radius-hover, var(--pcp-home-product-card-actions-radius, 0px)) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, var(--pcp-home-product-card-actions-shadow-hover, 0.16)) !important;
    transform: translateY(var(--pcp-home-product-card-actions-hover-translate-y, -1px)) scale(calc(var(--pcp-home-product-card-actions-hover-scale, 102) / 100)) !important;
}

.pcp-card-action-btn:hover:not(.active):not(.is-active),
.uct-card-action-btn:hover:not(.active):not(.is-active) {
    background-color: var(--pcp-home-product-card-actions-bg-hover, #0673b4);
    border-color: var(--pcp-home-product-card-actions-border-hover-color, #0673b4);
    color: var(--pcp-home-product-card-actions-icon-hover, #ffffff);
    border-radius: var(--pcp-home-product-card-actions-radius-hover, var(--pcp-home-product-card-actions-radius, 0px));
    box-shadow: 0 4px 10px rgba(0, 0, 0, var(--pcp-home-product-card-actions-shadow-hover, 0.16));
    transform: translateY(var(--pcp-home-product-card-actions-hover-translate-y, -1px)) scale(calc(var(--pcp-home-product-card-actions-hover-scale, 102) / 100));
}

/* Sale Badge */
.pcp-card-image-wrapper .pcp-sale-badge,
.uct-card-image-wrapper .uct-sale-badge {
    position: absolute;
    top: var(--pcp-home-product-card-badge-top, 12px);
    left: var(--pcp-home-product-card-badge-side, 12px);
    background-color: var(--pcp-home-product-card-badge-bg, #dc2626);
    color: var(--pcp-home-product-card-badge-text, #ffffff);
    font-size: var(--pcp-home-product-card-badge-font-size, 11px);
    font-weight: var(--pcp-home-product-card-badge-font-weight, 900);
    padding: var(--pcp-home-product-card-badge-padding-y, 6px) var(--pcp-home-product-card-badge-padding-x, 10px);
    border-radius: var(--pcp-home-product-card-badge-radius, 999px);
    border: var(--pcp-home-product-card-badge-border-width, 0px) solid var(--pcp-home-product-card-badge-border-color, transparent);
    text-transform: var(--pcp-home-product-card-badge-text-transform, uppercase);
    letter-spacing: var(--pcp-home-product-card-badge-letter-spacing, 0.05em);
}

/* Card Content */
.pcp-card-content,
.uct-card-content {
    padding: var(--pcp-home-product-card-content-padding, 20px);
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Category */
.pcp-card-category,
.uct-card-category {
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gray-500);
    margin-bottom: 0.5rem;
}

/* Title */
.pcp-card-title,
.uct-card-title {
    font-size: var(--pcp-home-product-card-title-size, 0.8125rem);
    font-weight: 900;
    color: var(--brand-navy);
    text-transform: uppercase;
    line-height: 1.3;
    min-height: var(--pcp-home-product-card-title-min-height, 48px);
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: var(--pcp-home-product-card-title-lines, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pcp-card-title a,
.uct-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.pcp-card-title a:hover,
.uct-card-title a:hover {
    color: var(--brand-yellow);
}

.pcp-card-title--list,
.uct-card-title--list {
    margin: 0 0 0.75rem;
    font-size: max(1rem, var(--pcp-grid-product-card-title-size, var(--pcp-home-product-card-title-size, 0.95rem)));
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--brand-navy);
}

.pcp-card-title--list a,
.uct-card-title--list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.pcp-card-title--list a:hover,
.uct-card-title--list a:hover {
    color: var(--brand-yellow);
}

.pcp-card-price--list,
.uct-card-price--list {
    font-size: max(1.5rem, var(--pcp-grid-product-card-price-size, var(--pcp-home-product-card-price-size, 1.25rem)));
    font-weight: 900;
    color: var(--brand-navy);
}

@media (min-width: 768px) {
    .pcp-card-title--list,
    .uct-card-title--list {
        font-size: max(1.125rem, var(--pcp-grid-product-card-title-size, var(--pcp-home-product-card-title-size, 1rem)));
    }
}

/* Price */
.pcp-card-price-wrapper,
.uct-card-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.pcp-card-price,
.uct-card-price {
    font-size: var(--pcp-home-product-card-price-size, 1.25rem);
    font-weight: 900;
    color: var(--brand-navy);
    letter-spacing: -0.025em;
}

.pcp-card-old-price,
.uct-card-old-price {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--gray-400);
    text-decoration: line-through;
}

/* Lowest Price Info */
.pcp-card-lowest-price,
.uct-card-lowest-price {
    font-size: 0.5625rem;
    color: var(--gray-500);
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.pcp-card-lowest-price strong,
.uct-card-lowest-price strong {
    color: var(--gray-700);
}

/* Add to Cart Button - Now using unified .pcp-btn--primary */
.pcp-card-add-to-cart,
.uct-card-add-to-cart {
    margin-top: auto;
    width: 100%;
    padding: var(--pcp-home-product-card-button-padding-y, 14px) var(--pcp-home-product-card-button-padding-x, 18px);
}

.pcp-card-add-to-cart svg,
.uct-card-add-to-cart svg {
    flex-shrink: 0;
}

/* WooCommerce Grid Override */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 640px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

.woocommerce ul.products li.product {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* =========================================
   Footer Styles
   ========================================= */

.pcp-footer,
.uct-footer {
    margin-top: auto;
    width: 100%;
    background-color: var(--uct-footer-bg, #0f2b4c);
    color: var(--uct-footer-body-color, #e5e7eb);
}


/* Newsletter Section */
.pcp-newsletter-section,
.uct-newsletter-section {
    background-color: var(--brand-navy);
    padding: 4rem 0;
    /* Align with container padding */
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* border-y border-white/5 */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pcp-newsletter-pattern,
.uct-newsletter-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    pointer-events: none;
}

.pcp-newsletter-wrapper,
.uct-newsletter-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 0 auto;
    position: relative;
    align-items: flex-start;
    /* Removed max-width to use parent container */
}

@media (min-width: 1280px) {

    /* xl breakpoint */
    .pcp-newsletter-wrapper,
    .uct-newsletter-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        /* gap-12 = 3rem */
        align-items: center;
    }
}

/* Newsletter Info */
.pcp-newsletter-info,
.uct-newsletter-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
}

.pcp-newsletter-badge,
.uct-newsletter-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 196, 0, 0.1);
    /* brand-yellow/10 */
    border: 1px solid rgba(255, 196, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    width: fit-content;
    font-size: 0.625rem;
    /* 10px */
    font-weight: 900;
    color: var(--brand-yellow);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pcp-badge-dot,
.uct-badge-dot {
    position: relative;
    display: flex;
    width: 0.5rem;
    height: 0.5rem;
}

.pcp-badge-dot::before,
.uct-badge-dot::before {
    content: "";
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #0673b4;
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pcp-badge-dot::after,
.uct-badge-dot::after {
    content: "";
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    height: 0.5rem;
    width: 0.5rem;
    background-color: #0673b4;
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.pcp-newsletter-info h2,
.uct-newsletter-info h2 {
    font-size: calc(var(--pcp-h2-size, 1.75rem) * 1.07);
    /* 3xl */
    font-weight: 900;
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0 0 1.5rem;
    color: var(--white);
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .pcp-newsletter-info h2,
    .uct-newsletter-info h2 {
        font-size: calc(var(--pcp-h2-size, 1.75rem) * 1.29);
        /* 4xl */
    }
}

.text-brand-yellow {
    color: var(--brand-yellow);
}

.pcp-newsletter-features,
.uct-newsletter-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 36rem;
    /* max-w-xl */
}

@media (min-width: 768px) {
    .pcp-newsletter-features,
    .uct-newsletter-features {
        grid-template-columns: 1fr 1fr;
    }
}

.pcp-newsletter-feature,
.uct-newsletter-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--white);
    font-size: 0.625rem;
    /* 10px */
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.05);
    /* bg-white/5 */
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s;
}

.pcp-newsletter-feature:hover,
.uct-newsletter-feature:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.pcp-newsletter-feature svg,
.uct-newsletter-feature svg {
    color: #0673b4;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    stroke: #0673b4;
}

/* Newsletter Form */
.pcp-newsletter-form-wrapper,
.uct-newsletter-form-wrapper {
    width: 100%;
    max-width: 36rem;
    /* max-w-xl */
    position: relative;
    z-index: 10;
}

.pcp-newsletter-form,
.uct-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.pcp-newsletter-input-row,
.uct-newsletter-input-row {
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* shadow-2xl */
}

.pcp-newsletter-form-content,
.uct-newsletter-form-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* space-y-6 matches React */
}

@media (min-width: 768px) {
    .pcp-newsletter-input-row,
    .uct-newsletter-input-row {
        flex-direction: row;
    }
}

.pcp-newsletter-input-wrapper,
.uct-newsletter-input-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.pcp-newsletter-input-wrapper svg,
.uct-newsletter-input-wrapper svg {
    position: absolute;
    left: 1rem;
    color: #0673b4;
    stroke: #0673b4;
    opacity: 0.5;
    pointer-events: none;
    width: 18px;
    height: 18px;
}

.pcp-newsletter-input-wrapper input,
.uct-newsletter-input-wrapper input {
    width: 100%;
    height: 4rem;
    /* h-16 */
    padding: 1.25rem 1rem 1.25rem 3rem;
    border: none;
    background-color: var(--white);
    color: var(--brand-navy);
    font-size: 0.75rem;
    /* 12px */
    font-weight: 900;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.pcp-newsletter-input-wrapper input:focus,
.uct-newsletter-input-wrapper input:focus {
    outline: none;
}

.pcp-newsletter-input-wrapper input::placeholder,
.uct-newsletter-input-wrapper input::placeholder {
    color: var(--gray-400);
}

.pcp-newsletter-submit,
.uct-newsletter-submit {
    /* Base styles handled by .pcp-btn .pcp-btn--primary */
    height: 4rem;
    padding: 0 2.5rem;
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);
}

.pcp-newsletter-submit svg,
.uct-newsletter-submit svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 3;
}

/* Consent Checkbox */
.pcp-newsletter-consent,
.uct-newsletter-consent {
    position: relative;
    transition: transform 0.2s;
}

.pcp-checkbox-wrapper,
.uct-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.pcp-checkbox-wrapper input,
.uct-checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pcp-checkbox-custom,
.uct-checkbox-custom {
    height: 1.5rem;
    /* w-6 h-6 */
    width: 1.5rem;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: all 0.2s;
    flex-shrink: 0;
}

.pcp-checkbox-wrapper:hover .pcp-checkbox-custom,
.uct-checkbox-wrapper:hover .uct-checkbox-custom {
    border-color: var(--brand-yellow);
}

.pcp-checkbox-wrapper input:checked~.pcp-checkbox-custom,
.uct-checkbox-wrapper input:checked~.uct-checkbox-custom {
    background-color: var(--brand-yellow);
    border-color: var(--brand-yellow);
}

.pcp-checkbox-custom:after,
.uct-checkbox-custom:after {
    /* Checkmark handled by SVG in React, here using CSS shape */
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid var(--brand-navy);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.pcp-checkbox-wrapper input:checked~.pcp-checkbox-custom:after,
.uct-checkbox-wrapper input:checked~.uct-checkbox-custom:after {
    display: block;
}

.pcp-consent-text,
.uct-consent-text {
    font-size: 0.625rem;
    /* 10px */
    font-weight: 700;
    color: var(--gray-400);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: -0.025em;
    transition: color 0.2s;
}

.pcp-checkbox-wrapper:hover .pcp-consent-text,
.uct-checkbox-wrapper:hover .uct-consent-text {
    color: var(--white);
}

/* Light background overrides for checkbox text */
.pcp-checkbox-wrapper.is-light:hover .pcp-consent-text,
.uct-checkbox-wrapper.is-light:hover .uct-consent-text {
    color: var(--brand-navy) !important;
}

.pcp-checkbox-wrapper.is-light .pcp-consent-text,
.uct-checkbox-wrapper.is-light .uct-consent-text {
    color: var(--gray-600);
}

.pcp-consent-text a,
.uct-consent-text a {
    color: rgba(255, 196, 0, 0.8);
    text-decoration: underline;
}

.pcp-consent-text a:hover,
.uct-consent-text a:hover {
    color: var(--brand-yellow);
}

/* Shake Animation for Validation */
.pcp-shake,
.uct-shake {
    animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* Security Badges */
.pcp-newsletter-badges,
.uct-newsletter-badges {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pcp-security-badge,
.uct-security-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.5625rem;
    /* 9px */
    font-weight: 900;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pcp-security-badge svg,
.uct-security-badge svg {
    color: #0673b4;
    stroke: #0673b4;
    width: 14px;
    height: 14px;
}

/* Success Message */
.pcp-newsletter-form-success,
.uct-newsletter-form-success {
    background-color: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.5);
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.pcp-success-icon,
.uct-success-icon {
    width: 4rem;
    height: 4rem;
    background-color: #22c55e;
    border-radius: 50%;
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.pcp-success-title,
.uct-success-title {
    font-size: 1.125rem;
    /* lg */
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 0.25rem;
}

.pcp-success-text,
.uct-success-text {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(187, 247, 208, 0.7);
    /* green-200/70 */
    letter-spacing: -0.025em;
    margin: 0;
}

/* Classic/full footer — newsletter color tokens (FOOTER-03C) */
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-section {
    background-color: var(--uct-footer-newsletter-bg, var(--uct-footer-bg, #0f2b4c));
    border-top-color: var(--uct-footer-divider-color, #294866);
    border-bottom-color: var(--uct-footer-divider-color, #294866);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-badge,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-badge {
    background-color: var(--uct-footer-newsletter-badge-bg, #294866);
    border-color: var(--uct-footer-newsletter-badge-border, var(--uct-footer-divider-color, #294866));
    color: var(--uct-footer-newsletter-badge-text, #ffffff);
}

.pcp-footer:not(.uct-footer--basic) .pcp-badge-dot::before,
.uct-footer:not(.uct-footer--basic) .uct-badge-dot::before,
.pcp-footer:not(.uct-footer--basic) .pcp-badge-dot::after,
.uct-footer:not(.uct-footer--basic) .uct-badge-dot::after {
    background-color: var(--uct-footer-newsletter-badge-dot, #0673b4);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-info h2,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-info h2 {
    color: var(--uct-footer-newsletter-title-color, #ffffff);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-feature,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-feature {
    color: var(--uct-footer-newsletter-feature-text, #ffffff);
    background-color: var(--uct-footer-newsletter-feature-bg, #183a5a);
    border-color: var(--uct-footer-divider-color, #294866);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-feature:hover,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-feature:hover {
    background-color: var(--uct-footer-newsletter-feature-bg-hover, var(--uct-footer-newsletter-feature-bg, #183a5a));
    border-color: var(--uct-footer-newsletter-feature-border-hover, var(--uct-footer-divider-color, #294866));
    color: var(--uct-footer-newsletter-feature-text-hover, var(--uct-footer-newsletter-feature-text, #ffffff));
    filter: none;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-feature:hover svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-feature:hover svg {
    color: var(--uct-footer-newsletter-feature-icon-hover, #055a8c);
    stroke: #055a8c;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-feature svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-feature svg {
    color: var(--uct-footer-newsletter-feature-icon, #0673b4);
    stroke: #0673b4;
}

/* Classic footer — newsletter form/button polish (FOOTER-05D) */
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-row,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-input-row {
    background-color: var(--uct-footer-newsletter-form-bg, var(--uct-footer-newsletter-input-bg, #ffffff));
    border: 1px solid var(--uct-footer-newsletter-input-border, #e5e7eb);
    box-shadow: 0 8px 24px rgba(15, 43, 76, 0.12);
    overflow: hidden;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-wrapper,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-input-wrapper {
    background-color: transparent;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-wrapper svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-input-wrapper svg {
    color: var(--uct-footer-newsletter-input-icon, #0673b4);
    stroke: #0673b4;
    opacity: 1;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-wrapper input,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-input-wrapper input,
.pcp-footer:not(.uct-footer--basic) #pcp-newsletter-email,
.uct-footer:not(.uct-footer--basic) #pcp-newsletter-email {
    background-color: var(--uct-footer-newsletter-input-bg, var(--uct-footer-newsletter-form-bg, #ffffff));
    color: var(--uct-footer-newsletter-input-text, #0f2b4c);
    border: none;
    border-bottom: 1px solid var(--uct-footer-newsletter-input-border, #e5e7eb);
    box-shadow: none;
}

@media (min-width: 768px) {

    .pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-wrapper input,
    .uct-footer:not(.uct-footer--basic) .uct-newsletter-input-wrapper input,
    .pcp-footer:not(.uct-footer--basic) #pcp-newsletter-email,
    .uct-footer:not(.uct-footer--basic) #pcp-newsletter-email {
        border-bottom: none;
        border-right: 1px solid var(--uct-footer-newsletter-input-border, #e5e7eb);
    }
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-wrapper input:focus,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-input-wrapper input:focus,
.pcp-footer:not(.uct-footer--basic) #pcp-newsletter-email:focus,
.uct-footer:not(.uct-footer--basic) #pcp-newsletter-email:focus {
    border-color: var(--uct-footer-newsletter-input-focus-border, var(--uct-footer-accent-color, #ffc400));
    outline: none;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-input-wrapper input::placeholder,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-input-wrapper input::placeholder,
.pcp-footer:not(.uct-footer--basic) #pcp-newsletter-email::placeholder,
.uct-footer:not(.uct-footer--basic) #pcp-newsletter-email::placeholder {
    color: var(--uct-footer-newsletter-input-placeholder, #6b7280);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit.pcp-btn--primary,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit.uct-btn--primary,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit {
    background-color: var(--uct-footer-newsletter-button-bg, #ffffff) !important;
    color: var(--uct-footer-newsletter-button-text, #0673b4) !important;
    border: 1px solid var(--uct-footer-newsletter-button-border, #ffffff) !important;
    box-shadow: none !important;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit.pcp-btn--primary:hover,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit.uct-btn--primary:hover,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit:hover,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit:hover {
    background-color: var(--uct-footer-newsletter-button-bg-hover, #f3f4f6) !important;
    color: var(--uct-footer-newsletter-button-text-hover, #055a8c) !important;
    border-color: var(--uct-footer-newsletter-button-border-hover, #f3f4f6) !important;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit svg {
    color: var(--uct-footer-newsletter-button-icon, #0673b4) !important;
    stroke: currentColor;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit:hover svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit:hover svg {
    color: var(--uct-footer-newsletter-button-icon-hover, #055a8c) !important;
    stroke: currentColor;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-consent .pcp-consent-text,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-consent .uct-consent-text {
    color: var(--uct-footer-newsletter-consent-text, #d1d5db);
}

.pcp-footer:not(.uct-footer--basic) .pcp-checkbox-wrapper:hover .pcp-consent-text,
.uct-footer:not(.uct-footer--basic) .uct-checkbox-wrapper:hover .uct-consent-text {
    color: var(--uct-footer-newsletter-consent-text, #d1d5db);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-consent .pcp-consent-text a,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-consent .uct-consent-text a {
    color: var(--uct-footer-newsletter-consent-link, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-consent .pcp-consent-text a:hover,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-consent .uct-consent-text a:hover {
    color: var(--uct-footer-newsletter-consent-link, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic) .pcp-checkbox-custom,
.uct-footer:not(.uct-footer--basic) .uct-checkbox-custom {
    background-color: var(--uct-footer-newsletter-checkbox-bg, transparent);
    border-color: var(--uct-footer-newsletter-checkbox-border, var(--uct-footer-divider-color, #294866));
}

.pcp-footer:not(.uct-footer--basic) .pcp-checkbox-wrapper:hover .pcp-checkbox-custom,
.uct-footer:not(.uct-footer--basic) .uct-checkbox-wrapper:hover .uct-checkbox-custom {
    border-color: var(--uct-footer-newsletter-checkbox-border, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic) .pcp-checkbox-wrapper input:checked~.pcp-checkbox-custom,
.uct-footer:not(.uct-footer--basic) .uct-checkbox-wrapper input:checked~.uct-checkbox-custom {
    background-color: var(--uct-footer-newsletter-checkbox-checked-bg, var(--uct-footer-accent-color, #ffc400));
    border-color: var(--uct-footer-newsletter-checkbox-checked-bg, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic) .pcp-checkbox-wrapper input:checked~.pcp-checkbox-custom:after,
.uct-footer:not(.uct-footer--basic) .uct-checkbox-wrapper input:checked~.uct-checkbox-custom:after {
    border-color: var(--uct-footer-newsletter-checkbox-check, #0f2b4c);
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-badges,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-badges {
    border-top-color: var(--uct-footer-divider-color, #294866);
}

.pcp-footer:not(.uct-footer--basic) .pcp-security-badge,
.uct-footer:not(.uct-footer--basic) .uct-security-badge {
    color: var(--uct-footer-newsletter-trust-text, #d1d5db);
}

.pcp-footer:not(.uct-footer--basic) .pcp-security-badge svg,
.uct-footer:not(.uct-footer--basic) .uct-security-badge svg {
    color: var(--uct-footer-newsletter-trust-icon, #0673b4);
    stroke: #0673b4;
}

/* Classic footer — newsletter success tokens (FOOTER-05C) */
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-form-success,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-form-success {
    background-color: var(--uct-footer-newsletter-success-bg, #052e1a);
    border-color: var(--uct-footer-newsletter-success-border, #22c55e);
}

.pcp-footer:not(.uct-footer--basic) .pcp-success-icon,
.uct-footer:not(.uct-footer--basic) .uct-success-icon {
    background-color: var(--uct-footer-newsletter-success-icon-bg, #22c55e);
    color: var(--uct-footer-newsletter-success-icon-color, #ffffff);
}

.pcp-footer:not(.uct-footer--basic) .pcp-success-icon svg,
.uct-footer:not(.uct-footer--basic) .uct-success-icon svg {
    color: var(--uct-footer-newsletter-success-icon-color, #ffffff);
    stroke: currentColor;
}

.pcp-footer:not(.uct-footer--basic) .pcp-success-title,
.uct-footer:not(.uct-footer--basic) .uct-success-title {
    color: var(--uct-footer-newsletter-success-title-color, #ffffff);
}

.pcp-footer:not(.uct-footer--basic) .pcp-success-text,
.uct-footer:not(.uct-footer--basic) .uct-success-text {
    color: var(--uct-footer-newsletter-success-text-color, #bbf7d0);
}

/* Main Footer */
.pcp-footer-main,
.uct-footer-main {
    background-color: var(--uct-footer-main-bg, var(--uct-footer-bg, #0f2b4c));
    color: var(--uct-footer-body-color, #e5e7eb);
    padding: 5rem 0 3rem;
    /* mt-20 mb-12 -> approx 5rem top, 3rem bot */
    border: none;
}

.pcp-footer-grid,
.uct-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    /* gap-8 = 2rem */
    margin: 0 auto;
    /* Removed max-width */
}

@media (min-width: 768px) {
    .pcp-footer-grid,
    .uct-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pcp-footer:not(.uct-footer--basic) .pcp-footer-grid,
    .pcp-footer:not(.uct-footer--basic) .uct-footer-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.pcp-footer-col h3,
.uct-footer-col h3 {
    font-size: var(--pcp-h3-size, 1rem);
    font-weight: 800;
    line-height: var(--pcp-h3-line-height, 1.3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 1.5rem 0 1rem;
    color: var(--uct-footer-heading-color, #ffffff);
}

.pcp-footer-logo,
.uct-footer-logo {
    display: block;
    margin-bottom: 2rem;
}

.pcp-footer-logo img,
.uct-footer-logo img {
    height: 3.5rem;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s;
}

.pcp-footer-logo:hover img,
.uct-footer-logo:hover img {
    transform: scale(1.05);
}

.pcp-company-name,
.uct-company-name {
    font-size: var(--uct-footer-heading-size, var(--pcp-footer-heading-size, 0.75rem));
    /* xs */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: var(--uct-footer-heading-letter-spacing, var(--pcp-footer-heading-letter-spacing, 0.1em));
    line-height: var(--uct-footer-heading-line-height, var(--pcp-footer-heading-line-height, 1.2));
    margin: 0 0 1.5rem;
    color: var(--uct-footer-accent-color, #ffc400);
}

.pcp-footer:not(.uct-footer--basic) .pcp-company-name,
.pcp-footer:not(.uct-footer--basic) .uct-company-name {
    color: var(--uct-footer-company-name-color, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic) .pcp-footer-brand-description,
.pcp-footer:not(.uct-footer--basic) .uct-footer-brand-description {
    margin: -0.75rem 0 1.5rem;
    max-width: 20rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.5));
    color: var(--uct-footer-muted-color, #9ca3af);
}

.pcp-footer:not(.uct-footer--basic) .pcp-footer-brand-description p,
.pcp-footer:not(.uct-footer--basic) .uct-footer-brand-description p {
    margin: 0 0 0.5rem;
}

.pcp-footer:not(.uct-footer--basic) .pcp-footer-brand-description p:last-child,
.pcp-footer:not(.uct-footer--basic) .uct-footer-brand-description p:last-child {
    margin-bottom: 0;
}

.pcp-footer-col h4,
.uct-footer-col h4 {
    font-size: var(--uct-footer-heading-size, var(--pcp-footer-heading-size, 0.75rem));
    /* xs */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: var(--uct-footer-heading-letter-spacing, var(--pcp-footer-heading-letter-spacing, 0.1em));
    line-height: var(--uct-footer-heading-line-height, var(--pcp-footer-heading-line-height, 1.2));
    color: var(--uct-footer-heading-color, #ffffff);
    margin: 0 0 2rem;
    padding-left: 1rem;
    border-left: 4px solid var(--uct-footer-accent-color, #ffc400);
    display: block;
    /* ensure block for border */
}

/* Remove ::before which was used for pipe */
.pcp-footer-col h4::before,
.uct-footer-col h4::before {
    display: none;
}

.pcp-contact-info p,
.uct-contact-info p {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.75rem));
    color: var(--uct-footer-contact-text-color, var(--uct-footer-body-color, #e5e7eb));
    font-weight: 600;
    text-transform: uppercase;
}

.pcp-contact-info .pcp-footer-contact-item,
.uct-contact-info .uct-footer-contact-item,
.pcp-contact-info .uct-footer-contact-item,
.uct-contact-info .pcp-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.75rem));
    /* xs */
    color: var(--uct-footer-contact-text-color, var(--uct-footer-body-color, #e5e7eb));
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.35));
}

.pcp-contact-info .pcp-footer-contact-item a,
.uct-contact-info .uct-footer-contact-item a,
.pcp-contact-info .uct-footer-contact-item a,
.uct-contact-info .pcp-footer-contact-item a {
    color: var(--uct-footer-contact-link-color, var(--uct-footer-link-color, #ffffff));
}

.pcp-contact-info .pcp-footer-contact-item a:hover,
.uct-contact-info .uct-footer-contact-item a:hover,
.pcp-contact-info .uct-footer-contact-item a:hover,
.uct-contact-info .pcp-footer-contact-item a:hover {
    color: var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400));
}

.pcp-contact-info svg,
.uct-contact-info svg,
.pcp-footer-contact-item svg,
.uct-footer-contact-item svg {
    color: var(--uct-footer-contact-icon-color, var(--uct-footer-accent-color, #ffc400));
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* Footer Links */
.pcp-footer-col ul,
.uct-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pcp-footer-col ul li,
.uct-footer-col ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.pcp-footer-col ul a,
.uct-footer-col ul a {
    color: var(--uct-footer-link-color, #ffffff);
    /* White based on code (actually no color specified in ul list, inherited text-white maybe? React says text-gray-300 overall but Col 2 text-xs font-bold uppercase...) -> Let's stick to Design */
    /* React: text-xs font-bold uppercase tracking-tight */
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.75rem));
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.35));
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0;
    /* Reset previous padding */
    transition: color 0.2s;
}

/* Yellow square bullet */
.pcp-footer-col ul a::before,
.uct-footer-col ul a::before {
    display: none;
    /* Remove absolute bullet */
}

.pcp-footer-link-dot,
.uct-footer-link-dot {
    display: inline-block;
    width: 6px;
    /* 1.5 tailwind units = 0.375rem? w-1.5 = 6px */
    height: 6px;
    background-color: var(--uct-footer-accent-color, #ffc400);
    transition: width 0.2s, background-color 0.2s;
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .pcp-footer-link-dot,
.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-link-dot {
    background-color: var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links a:hover .pcp-footer-link-dot,
.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links a:hover .uct-footer-link-dot {
    background-color: var(--uct-footer-marker-hover-color, var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400)));
}

.pcp-footer-col ul a:hover .pcp-footer-link-dot,
.pcp-footer-col ul a:hover .uct-footer-link-dot,
.uct-footer-col ul a:hover .pcp-footer-link-dot,
.uct-footer-col ul a:hover .uct-footer-link-dot {
    width: 12px;
    /* w-3 */
}

.pcp-footer-col ul a:hover,
.uct-footer-col ul a:hover {
    color: var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400));
}

.pcp-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-item--text {
    align-items: flex-start;
}

.pcp-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-text {
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.75rem));
    font-weight: 600;
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.45));
    text-transform: none;
    letter-spacing: normal;
    color: var(--uct-footer-column-text-color, var(--uct-footer-contact-text-color, var(--uct-footer-body-color, #e5e7eb)));
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding-left: 0;
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 0.35em;
    background-color: var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400));
    flex: 0 0 auto;
    transition: background-color 0.2s ease;
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-none .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text,
.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-icons .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text {
    display: block;
    padding-left: 0;
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-icons .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text,
.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-icons .uct-footer-col--links .uct-footer-column-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-icons .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text::before {
    display: none;
}

/* Hours Card */
.pcp-hours-card,
.uct-hours-card {
    background-color: var(--uct-footer-hours-card-bg, #183a5a);
    padding: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid var(--uct-footer-hours-card-border, #294866);
    border-radius: 0;
    /* React doesn't specific rounding here so default none or small? React has border but no rounded class on these divs */
    transition: border-color 0.2s;
}

.pcp-hours-card:hover,
.uct-hours-card:hover {
    border-color: var(--uct-footer-accent-color, #ffc400);
}

.pcp-hours-label,
.uct-hours-label {
    display: block;
    font-size: var(--uct-footer-hours-label-size, var(--pcp-footer-hours-label-size, 0.625rem));
    /* 10px */
    font-weight: 900;
    color: var(--uct-footer-hours-label-color, #9ca3af);
    text-transform: uppercase;
    letter-spacing: var(--uct-footer-hours-label-letter-spacing, var(--pcp-footer-hours-label-letter-spacing, 0));
    line-height: var(--uct-footer-hours-label-line-height, var(--pcp-footer-hours-label-line-height, 1.2));
    margin-bottom: 0.5rem;
}

.pcp-hours-time,
.uct-hours-time {
    display: block;
    font-size: var(--uct-footer-hours-time-size, var(--pcp-footer-hours-time-size, 0.875rem));
    /* sm */
    font-weight: 900;
    color: var(--uct-footer-hours-time-color, #ffffff);
    letter-spacing: var(--uct-footer-hours-time-letter-spacing, var(--pcp-footer-hours-time-letter-spacing, 0.1em));
    line-height: var(--uct-footer-hours-time-line-height, var(--pcp-footer-hours-time-line-height, 1.2));
}

/* Footer Bottom */
.pcp-footer-bottom,
.uct-footer-bottom {
    background-color: var(--uct-footer-bottom-bg, #0b233d);
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
    padding: 2.5rem 0;
    /* pt-10 */
    border-top: 1px solid var(--uct-footer-bottom-border-color, var(--uct-footer-divider-color, #294866));
}

.pcp-footer-bottom-content,
.uct-footer-bottom-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    font-size: var(--uct-footer-meta-size, var(--pcp-footer-meta-size, 0.625rem));
    /* 10px */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--uct-footer-meta-letter-spacing, var(--pcp-footer-meta-letter-spacing, 0.1em));
    line-height: var(--uct-footer-meta-line-height, var(--pcp-footer-meta-line-height, 1.2));
    color: var(--uct-footer-bottom-text-color, var(--uct-footer-body-color, #e5e7eb));
}

.pcp-footer-copyright,
.uct-footer-copyright {
    color: var(--uct-footer-bottom-text-color, var(--uct-footer-body-color, #e5e7eb));
}

@media (min-width: 768px) {
    .pcp-footer-bottom-content,
    .uct-footer-bottom-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.pcp-footer-credits,
.uct-footer-credits {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
}

.pcp-credit-dot,
.uct-credit-dot {
    width: 6px;
    height: 6px;
    background-color: var(--uct-footer-divider-color, #294866);
    border-radius: 50%;
}

.pcp-footer .pcp-footer-credits a,
.pcp-footer .uct-footer-credits a,
.uct-footer .pcp-footer-credits a,
.uct-footer .uct-footer-credits a {
    color: var(--uct-footer-bottom-link-color, var(--uct-footer-link-color, #ffffff));
    text-decoration: none;
    transition: color 0.2s ease;
}

.pcp-footer .pcp-footer-credits a:hover,
.pcp-footer .uct-footer-credits a:hover,
.uct-footer .pcp-footer-credits a:hover,
.uct-footer .uct-footer-credits a:hover {
    color: var(--uct-footer-bottom-link-hover-color, var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400)));
}

.pcp-footer-credits strong,
.uct-footer-credits strong {
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
    font-weight: 700;
}

/* Footer bottom bar polish (FOOTER-05D) */
.pcp-footer .pcp-footer-bottom,
.pcp-footer .uct-footer-bottom,
.uct-footer .pcp-footer-bottom,
.uct-footer .uct-footer-bottom {
    background-color: var(--uct-footer-bottom-bg, #0b233d);
    border-top: 1px solid var(--uct-footer-bottom-border-color, var(--uct-footer-divider-color, #294866));
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
}

.pcp-footer .pcp-footer-bottom-content,
.pcp-footer .uct-footer-bottom-content,
.uct-footer .pcp-footer-bottom-content,
.uct-footer .uct-footer-bottom-content {
    color: var(--uct-footer-bottom-text-color, var(--uct-footer-body-color, #e5e7eb));
}

.pcp-footer .pcp-footer-copyright,
.pcp-footer .uct-footer-copyright,
.uct-footer .pcp-footer-copyright,
.uct-footer .uct-footer-copyright,
.uct-footer--basic .uct-footer-basic__copyright {
    color: var(--uct-footer-bottom-text-color, var(--uct-footer-body-color, #e5e7eb));
}

.pcp-footer .pcp-footer-credits,
.pcp-footer .uct-footer-credits,
.uct-footer .pcp-footer-credits,
.uct-footer .uct-footer-credits,
.uct-footer--basic .uct-footer-basic__bottom .pcp-footer-credits {
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
}

.pcp-footer .pcp-credit-dot,
.pcp-footer .uct-credit-dot,
.uct-footer .pcp-credit-dot,
.uct-footer .uct-credit-dot {
    background-color: var(--uct-footer-bottom-border-color, var(--uct-footer-divider-color, #294866));
}

/* =========================================
   Premium Footer Variant (scoped) — FOOTER-02B
   ========================================= */

.pcp-footer.uct-footer--premium,
.uct-footer.uct-footer--premium {
    --uct-footer-premium-layer-newsletter: rgba(0, 0, 0, 0.24);
    --uct-footer-premium-layer-main: var(--brand-navy);
    --uct-footer-premium-layer-bottom: rgba(0, 0, 0, 0.42);
    --uct-footer-premium-card-border: rgba(255, 255, 255, 0.16);
    --uct-footer-premium-card-surface: rgba(0, 0, 0, 0.28);
    --uct-footer-premium-form-surface: rgba(255, 255, 255, 0.98);
    background-color: var(--brand-navy);
    color: var(--white);
}

/* Layer 1 — newsletter band */
.uct-footer--premium .uct-footer-premium__newsletter.pcp-newsletter-section {
    padding: 2rem 0 0;
    margin: 0;
    border: none;
    background-color: var(--uct-footer-premium-layer-newsletter);
    overflow: visible;
}

.uct-footer--premium .uct-footer-premium__newsletter-shell {
    max-width: 72rem;
    margin: 0 auto;
}

.uct-footer--premium .uct-footer-premium__newsletter-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0;
    background: transparent;
    border: none;
}

.uct-footer--premium .uct-footer-premium__newsletter-copy {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 1.25rem 0;
}

.uct-footer--premium .uct-footer-premium__newsletter-title {
    font-size: clamp(1.125rem, 2.2vw, 1.625rem);
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
    color: var(--white);
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.uct-footer--premium .uct-footer-premium__newsletter .pcp-newsletter-badge {
    font-size: 0.6875rem;
}

.uct-footer--premium .uct-footer-premium__newsletter .pcp-newsletter-features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    max-width: none;
}

.uct-footer--premium .uct-footer-premium__newsletter .pcp-newsletter-feature {
    padding: 0.5rem 0.75rem;
    font-size: 0.6875rem;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.uct-footer--premium .uct-footer-premium__newsletter-form-wrap {
    width: 100%;
    max-width: none;
    padding: 0 1.25rem 1.25rem;
}

.uct-footer--premium .uct-footer-premium__form-panel {
    background-color: var(--uct-footer-premium-form-surface);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.25rem;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-form {
    gap: 0.875rem;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-form-content {
    gap: 0.875rem;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-input-row {
    box-shadow: none;
    gap: 0.5rem;
    border: 1px solid rgba(10, 22, 40, 0.12);
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-input-wrapper {
    background-color: var(--white);
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-input-wrapper input {
    height: 3.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-submit {
    height: 3.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: none;
    font-size: 0.8125rem;
    font-weight: 800;
    white-space: nowrap;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-consent-text {
    color: var(--gray-600);
    font-size: 0.75rem;
    line-height: 1.5;
    text-transform: none;
    font-weight: 500;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-consent-text a {
    color: var(--brand-navy);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-checkbox-custom {
    border-color: rgba(10, 22, 40, 0.28);
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-checkbox-wrapper input:checked ~ .pcp-checkbox-custom {
    background-color: var(--brand-navy);
    border-color: var(--brand-navy);
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-badges {
    margin-top: 0;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(10, 22, 40, 0.1);
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-security-badge {
    color: var(--gray-600);
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-form-success {
    padding: 1rem;
    gap: 0.875rem;
    background-color: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.35);
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-success-title {
    color: var(--brand-navy);
    font-size: 1rem;
}

.uct-footer--premium .uct-footer-premium__form-panel .pcp-success-text {
    color: var(--gray-600);
    text-transform: none;
    font-weight: 600;
}

@media (min-width: 768px) {
    .uct-footer--premium .uct-footer-premium__newsletter .pcp-newsletter-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uct-footer--premium .uct-footer-premium__form-panel .pcp-newsletter-input-row {
        flex-direction: row;
    }
}

@media (max-width: 1023px) {
    .uct-footer--premium .uct-footer-premium__newsletter-card {
        background-color: var(--uct-footer-premium-card-surface);
        border: 1px solid var(--uct-footer-premium-card-border);
    }

    .uct-footer--premium .uct-footer-premium__newsletter-copy {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .uct-footer--premium .uct-footer-premium__newsletter-card {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
        gap: 0;
        align-items: stretch;
        background-color: var(--uct-footer-premium-card-surface);
        border: 1px solid var(--uct-footer-premium-card-border);
    }

    .uct-footer--premium .uct-footer-premium__newsletter-copy {
        padding: 1.5rem 1.5rem 1.5rem 1.75rem;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .uct-footer--premium .uct-footer-premium__newsletter-form-wrap {
        padding: 1.25rem 1.25rem 1.25rem 0;
        display: flex;
        align-items: center;
    }

    .uct-footer--premium .uct-footer-premium__form-panel {
        width: 100%;
        padding: 1.375rem 1.5rem;
    }
}

/* Layer 2 — main footer */
.uct-footer--premium .uct-footer-premium__main.pcp-footer-main {
    padding: 1.75rem 0 1rem;
    background-color: var(--uct-footer-premium-layer-main);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.uct-footer--premium .uct-footer-premium__main-shell {
    padding-top: 0.25rem;
}

.uct-footer--premium .uct-footer-premium__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.uct-footer--premium .uct-footer-premium__brand-col .pcp-footer-logo {
    margin-bottom: 0.875rem;
}

.uct-footer--premium .uct-footer-premium__brand-col .pcp-footer-logo img {
    height: 2.5rem;
}

.uct-footer--premium .uct-footer-premium__brand-col .pcp-company-name {
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
}

.uct-footer--premium .uct-footer-premium__brand-col .pcp-footer-contact-item {
    margin-bottom: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.92);
}

.uct-footer--premium .uct-footer-premium__brand-col .pcp-footer-contact-item a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.uct-footer--premium .uct-footer-premium__brand-col .pcp-footer-contact-item a:hover {
    color: var(--brand-yellow);
}

.uct-footer--premium .uct-footer-premium__col-heading,
.uct-footer--premium .uct-footer-premium__links-col h4,
.uct-footer--premium .uct-footer-premium__hours-col h4 {
    margin: 0 0 0.875rem;
    padding-left: 0.75rem;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    border-left: 3px solid var(--brand-yellow);
}

.uct-footer--premium .uct-footer-premium__links-col ul li {
    margin-bottom: 0.375rem;
}

.uct-footer--premium .uct-footer-premium__links-col ul a {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.9);
}

.uct-footer--premium .uct-footer-premium__links-col ul a:hover {
    color: var(--brand-yellow);
}

.uct-footer--premium .uct-footer-premium__hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.uct-footer--premium .uct-footer-premium__hours-card,
.uct-footer--premium .uct-footer-premium__hours-col .pcp-hours-card {
    margin-bottom: 0;
    padding: 0.625rem 0.875rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.uct-footer--premium .uct-footer-premium__hours-col .pcp-hours-label {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.6875rem;
    font-weight: 700;
    margin-bottom: 0.125rem;
    letter-spacing: 0.04em;
}

.uct-footer--premium .uct-footer-premium__hours-col .pcp-hours-time {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--white);
}

@media (min-width: 768px) {
    .uct-footer--premium .uct-footer-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem 2rem;
    }
}

@media (min-width: 1024px) {
    .uct-footer--premium .uct-footer-premium__grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 1fr);
        gap: 2rem 2.25rem;
        align-items: start;
    }

    .uct-footer--premium .uct-footer-premium__brand-col {
        padding-right: 1.5rem;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* Layer 3 — bottom bar */
.uct-footer--premium .uct-footer-premium__bottom.pcp-footer-bottom {
    padding: 0.875rem 0;
    background-color: var(--uct-footer-premium-layer-bottom);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
}

.uct-footer--premium .uct-footer-premium__bottom-content {
    gap: 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.uct-footer--premium .uct-footer-premium__copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.45;
}

.uct-footer--premium .uct-footer-premium__bottom .pcp-footer-credits {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    text-transform: none;
    letter-spacing: 0;
}

.uct-footer--premium .uct-footer-premium__bottom .pcp-footer-credits span {
    line-height: 1.45;
}

@media (min-width: 768px) {
    .uct-footer--premium .uct-footer-premium__bottom-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* =========================================
   Basic Footer Variant (scoped) — FOOTER-02C / FOOTER-03F
   ========================================= */

.pcp-footer.uct-footer--basic,
.uct-footer.uct-footer--basic {
    background-color: var(--uct-footer-bg, #0f2b4c);
    color: var(--uct-footer-body-color, #e5e7eb);
}

.uct-footer--basic .uct-footer-basic__main.pcp-footer-main {
    padding: 2rem 0 1.5rem;
    background-color: var(--uct-footer-main-bg, var(--uct-footer-bg, #0f2b4c));
    border: none;
}

.uct-footer--basic .uct-footer-basic__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.uct-footer--basic .uct-footer-basic__brand {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.uct-footer--basic .uct-footer-basic__brand .pcp-footer-logo {
    display: block;
    margin-bottom: 0;
}

.uct-footer--basic .uct-footer-basic__brand .pcp-footer-logo img {
    height: 2.5rem;
    width: auto;
    max-width: 12rem;
    object-fit: contain;
    display: block;
}

.uct-footer--basic .uct-footer-basic__brand .site-title {
    font-size: var(--uct-footer-heading-size, var(--pcp-footer-heading-size, 1rem));
    font-weight: 800;
    letter-spacing: var(--uct-footer-heading-letter-spacing, var(--pcp-footer-heading-letter-spacing, 0.05em));
    text-transform: uppercase;
    color: var(--uct-footer-heading-color, #ffffff);
}

.uct-footer--basic .uct-footer-basic__company-name {
    margin: 0;
    max-width: 18rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    font-weight: 600;
    color: var(--uct-footer-company-name-color, var(--uct-footer-heading-color, #ffffff));
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.5));
}

.uct-footer--basic .uct-footer-basic__brand-description {
    margin: 0;
    max-width: 18rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.5));
    color: var(--uct-footer-muted-color, #9ca3af);
}

.uct-footer--basic .uct-footer-basic__brand-description p {
    margin: 0 0 0.5rem;
}

.uct-footer--basic .uct-footer-basic__brand-description p:last-child {
    margin-bottom: 0;
}

.uct-footer--basic .uct-footer-basic__links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    min-width: 0;
}

.uct-footer--basic .uct-footer-basic__links--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
}

.uct-footer--basic .uct-footer-basic__links--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
}

.uct-footer--basic .uct-footer-basic__links--count-many {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    column-gap: 1.25rem;
}

.uct-footer--basic .uct-footer-basic__link-group {
    min-width: 0;
    align-self: start;
}

.uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__links {
    align-self: start;
}

.uct-footer--basic .uct-footer-basic__link-group ul,
.uct-footer--basic .uct-footer-basic__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uct-footer--basic .uct-footer-basic__link-heading,
.uct-footer--basic .uct-footer-basic__contact-heading,
.uct-footer--basic .uct-footer-basic__hours-title {
    margin: 0 0 0.75rem;
    font-size: var(--uct-footer-heading-size, var(--pcp-footer-heading-size, 0.75rem));
    font-weight: 800;
    letter-spacing: var(--uct-footer-heading-letter-spacing, var(--pcp-footer-heading-letter-spacing, 0.08em));
    line-height: var(--uct-footer-heading-line-height, var(--pcp-footer-heading-line-height, 1.2));
    text-transform: uppercase;
    color: var(--uct-footer-accent-color, var(--uct-footer-heading-color, #ffc400));
}

.uct-footer--basic .uct-footer-basic__link-list li + li {
    margin-top: 0.5rem;
}

.uct-footer--basic .uct-footer-basic__link-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    font-weight: 600;
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.4));
    color: var(--uct-footer-link-color, #ffffff);
    text-decoration: none;
    transition: color 0.2s ease;
}

.uct-footer--basic .uct-footer-basic__link-list a:hover {
    color: var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400));
}

.uct-footer--basic.uct-footer-columns--marker-dash .uct-footer-basic__link-list .uct-footer-basic__column-link::before {
    content: "";
    display: block;
    width: 0.45rem;
    height: 2px;
    background-color: var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400));
    flex: 0 0 auto;
    transition: background-color 0.2s ease;
}

.uct-footer--basic.uct-footer-columns--marker-dash .uct-footer-basic__link-list .uct-footer-basic__column-link:hover::before {
    background-color: var(--uct-footer-marker-hover-color, var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400)));
}

.uct-footer--basic .uct-footer-basic__column-item {
    margin: 0;
}

.uct-footer--basic .uct-footer-basic__column-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    font-weight: 600;
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.4));
    color: var(--uct-footer-link-color, #ffffff);
    text-decoration: none;
    transition: color 0.2s ease;
}

.uct-footer--basic.uct-footer-columns--marker-dash .uct-footer-basic__column-link::before {
    content: "";
    display: block;
    width: 0.45rem;
    height: 2px;
    background-color: var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400));
    flex: 0 0 auto;
    transition: background-color 0.2s ease;
}

.uct-footer--basic .uct-footer-basic__column-link:hover {
    color: var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400));
}

.uct-footer--basic.uct-footer-columns--marker-dash .uct-footer-basic__column-link:hover::before {
    background-color: var(--uct-footer-marker-hover-color, var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400)));
}

.uct-footer--basic .uct-footer-basic__column-text {
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    font-weight: 500;
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.5));
    color: var(--uct-footer-column-text-color, var(--uct-footer-contact-text-color, var(--uct-footer-body-color, #e5e7eb)));
}

.uct-footer--basic.uct-footer-columns--marker-dash .uct-footer-basic__column-item--text .uct-footer-basic__column-text {
    display: block;
}

.uct-footer--basic.uct-footer-columns--marker-dash .uct-footer-basic__column-item--text .uct-footer-basic__column-text::before {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 2px;
    margin-right: 0.5rem;
    vertical-align: middle;
    background-color: var(--uct-footer-marker-color, var(--uct-footer-accent-color, #ffc400));
    opacity: 0.45;
}

.uct-footer--basic.uct-footer-columns--marker-icons .uct-footer-basic__column-link,
.uct-footer--basic.uct-footer-columns--marker-icons .uct-footer-basic__column-text,
.uct-footer--basic.uct-footer-columns--marker-icons .uct-footer-basic__contact-list .uct-footer-basic__column-link,
.uct-footer--basic.uct-footer-columns--marker-icons .uct-footer-basic__contact-list .uct-footer-basic__column-text {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.uct-footer--basic.uct-footer-columns--marker-none .uct-footer-basic__column-link::before,
.uct-footer--basic.uct-footer-columns--marker-icons .uct-footer-basic__column-link::before,
.uct-footer--basic.uct-footer-columns--marker-none .uct-footer-basic__column-item--text .uct-footer-basic__column-text::before,
.uct-footer--basic.uct-footer-columns--marker-icons .uct-footer-basic__column-item--text .uct-footer-basic__column-text::before {
    display: none;
}

.uct-footer--basic .uct-footer-column-marker,
.pcp-footer:not(.uct-footer--basic) .uct-footer-column-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 0.1em;
    color: var(--uct-footer-marker-icon-color, var(--uct-footer-contact-icon-color, var(--uct-footer-accent-color, #ffc400)));
}

.uct-footer--basic .uct-footer-column-marker svg,
.pcp-footer:not(.uct-footer--basic) .uct-footer-column-marker svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    flex-shrink: 0;
}

.uct-footer--basic .uct-footer-basic__column-link:hover .uct-footer-column-marker,
.uct-footer--basic .uct-footer-basic__contact-list .uct-footer-basic__column-link:hover .uct-footer-column-marker,
.pcp-footer:not(.uct-footer--basic) .uct-footer-column-link:hover .uct-footer-column-marker {
    color: var(--uct-footer-marker-icon-hover-color, var(--uct-footer-marker-icon-color, var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400))));
}

.uct-footer--basic .uct-footer-basic__contact-col,
.uct-footer--basic .uct-footer-basic__hours-col {
    min-width: 0;
    align-self: start;
    max-width: 280px;
}

.uct-footer--basic .uct-footer-basic__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
    line-height: var(--uct-footer-body-line-height, var(--pcp-footer-body-line-height, 1.5));
    color: var(--uct-footer-contact-text-color, var(--uct-footer-body-color, #e5e7eb));
}

.uct-footer--basic .uct-footer-basic__contact-list li + li {
    margin-top: 0.5rem;
}

.uct-footer--basic .uct-footer-basic__contact-list .uct-footer-basic__column-link {
    color: var(--uct-footer-contact-link-color, var(--uct-footer-link-color, #ffffff));
    text-decoration: none;
    transition: color 0.2s ease;
}

.uct-footer--basic .uct-footer-basic__contact-list .uct-footer-basic__column-link:hover {
    color: var(--uct-footer-link-hover-color, var(--uct-footer-accent-color, #ffc400));
    text-decoration: underline;
    text-underline-offset: 2px;
}

.uct-footer--basic .uct-footer-basic__hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
}

.uct-footer--basic .uct-footer-basic__hours-list li,
.uct-footer--basic .uct-footer-basic__hours-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 0.5rem 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem;
    background-color: var(--uct-footer-hours-card-bg, #183a5a);
    border: 1px solid var(--uct-footer-hours-card-border, #294866);
    font-size: var(--uct-footer-body-size, var(--pcp-footer-body-size, 0.8125rem));
}

.uct-footer--basic .uct-footer-basic__hours-label {
    color: var(--uct-footer-hours-label-color, #9ca3af);
    font-weight: 600;
    font-size: var(--uct-footer-hours-label-size, var(--pcp-footer-hours-label-size, 0.6875rem));
    letter-spacing: var(--uct-footer-hours-label-letter-spacing, var(--pcp-footer-hours-label-letter-spacing, 0));
    line-height: var(--uct-footer-hours-label-line-height, var(--pcp-footer-hours-label-line-height, 1.2));
}

.uct-footer--basic .uct-footer-basic__hours-time {
    color: var(--uct-footer-hours-time-color, #ffffff);
    font-weight: 700;
    font-size: var(--uct-footer-hours-time-size, var(--pcp-footer-hours-time-size, 0.8125rem));
    letter-spacing: var(--uct-footer-hours-time-letter-spacing, var(--pcp-footer-hours-time-letter-spacing, 0.05em));
    line-height: var(--uct-footer-hours-time-line-height, var(--pcp-footer-hours-time-line-height, 1.2));
    text-align: right;
    white-space: nowrap;
}

/* Footer corner style (Treści strony → Narożniki stopki) */
.uct-footer.uct-footer--rounded .pcp-newsletter-feature,
.uct-footer.uct-footer--rounded .uct-newsletter-feature {
    border-radius: 0.75rem;
}

.uct-footer.uct-footer--rounded .pcp-newsletter-input-wrapper input,
.uct-footer.uct-footer--rounded .uct-newsletter-input-wrapper input {
    border-radius: 0.5rem;
}

.uct-footer.uct-footer--rounded .pcp-newsletter-submit,
.uct-footer.uct-footer--rounded .uct-newsletter-submit,
.uct-footer.uct-footer--rounded .pcp-newsletter-submit.pcp-btn--primary,
.uct-footer.uct-footer--rounded .uct-newsletter-submit.uct-btn--primary {
    border-radius: 0.5rem;
}

.uct-footer.uct-footer--rounded .pcp-checkbox-custom,
.uct-footer.uct-footer--rounded .uct-checkbox-custom {
    border-radius: 0.25rem;
}

.uct-footer.uct-footer--rounded .pcp-newsletter-form-success,
.uct-footer.uct-footer--rounded .uct-newsletter-form-success {
    border-radius: 0.75rem;
}

.uct-footer.uct-footer--rounded .pcp-hours-card,
.uct-footer.uct-footer--rounded .uct-hours-card {
    border-radius: 0.75rem;
}

.uct-footer--basic.uct-footer--rounded .uct-footer-basic__hours-list li,
.uct-footer--basic.uct-footer--rounded .uct-footer-basic__hours-row {
    border-radius: 0.75rem;
}

.uct-footer.uct-footer--square .pcp-newsletter-badge,
.uct-footer.uct-footer--square .uct-newsletter-badge,
.uct-footer.uct-footer--square .pcp-newsletter-feature,
.uct-footer.uct-footer--square .uct-newsletter-feature,
.uct-footer.uct-footer--square .pcp-newsletter-input-wrapper input,
.uct-footer.uct-footer--square .uct-newsletter-input-wrapper input,
.uct-footer.uct-footer--square .pcp-newsletter-submit,
.uct-footer.uct-footer--square .uct-newsletter-submit,
.uct-footer.uct-footer--square .pcp-newsletter-submit.pcp-btn--primary,
.uct-footer.uct-footer--square .uct-newsletter-submit.uct-btn--primary,
.uct-footer.uct-footer--square .pcp-checkbox-custom,
.uct-footer.uct-footer--square .uct-checkbox-custom,
.uct-footer.uct-footer--square .pcp-newsletter-form-success,
.uct-footer.uct-footer--square .uct-newsletter-form-success,
.uct-footer.uct-footer--square .pcp-hours-card,
.uct-footer.uct-footer--square .uct-hours-card,
.uct-footer--basic.uct-footer--square .uct-footer-basic__hours-list li,
.uct-footer--basic.uct-footer--square .uct-footer-basic__hours-row {
    border-radius: 0;
}

.uct-footer--basic .uct-footer-basic__bottom.pcp-footer-bottom {
    padding: 1rem 0 1.125rem;
    background-color: var(--uct-footer-bottom-bg, #0b233d);
    border-top: 1px solid var(--uct-footer-bottom-border-color, var(--uct-footer-divider-color, #294866));
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
}

.uct-footer--basic .uct-footer-basic__bottom .pcp-footer-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    width: 100%;
    font-size: var(--uct-footer-meta-size, var(--pcp-footer-meta-size, 0.75rem));
    font-weight: 600;
    text-transform: none;
    letter-spacing: var(--uct-footer-meta-letter-spacing, var(--pcp-footer-meta-letter-spacing, 0));
    line-height: var(--uct-footer-meta-line-height, var(--pcp-footer-meta-line-height, 1.35));
    color: var(--uct-footer-bottom-text-color, var(--uct-footer-body-color, #e5e7eb));
}

.uct-footer--basic .uct-footer-basic__copyright {
    margin: 0;
    max-width: 42rem;
    color: var(--uct-footer-bottom-text-color, var(--uct-footer-body-color, #e5e7eb));
    line-height: var(--uct-footer-meta-line-height, var(--pcp-footer-meta-line-height, 1.45));
}

.uct-footer--basic .uct-footer-basic__bottom .pcp-footer-credits {
    margin: 0;
    max-width: 36rem;
    color: var(--uct-footer-bottom-meta-color, var(--uct-footer-muted-color, #9ca3af));
    text-transform: none;
    letter-spacing: var(--uct-footer-meta-letter-spacing, var(--pcp-footer-meta-letter-spacing, 0));
}

@media (min-width: 768px) {
    .uct-footer--basic .uct-footer-basic__inner--has-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
        row-gap: 1.5rem;
        align-items: start;
    }

    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__brand,
    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__links,
    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__contact-col,
    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__hours-col {
        grid-column: auto;
        align-self: start;
    }

    .uct-footer--basic .uct-footer-basic__inner--no-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
        row-gap: 1.5rem;
        align-items: start;
    }

    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__brand,
    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__contact-col,
    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__hours-col {
        grid-column: auto;
        align-self: start;
    }

    .uct-footer--basic .uct-footer-basic__bottom .pcp-footer-bottom-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem 1.5rem;
        padding-right: 5.5rem;
    }

    .uct-footer--basic .uct-footer-basic__bottom .pcp-footer-credits {
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .uct-footer--basic .uct-footer-basic__inner--has-links {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        column-gap: 2rem;
        row-gap: 0;
        max-width: none;
        align-items: start;
    }

    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__brand,
    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__links,
    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__contact-col,
    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__hours-col {
        grid-column: auto;
        align-self: start;
        max-width: none;
    }

    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__contact-col {
        padding-left: 1.25rem;
        border-left: 1px solid var(--uct-footer-divider-color, #294866);
    }

    .uct-footer--basic .uct-footer-basic__inner--has-links.uct-footer-basic__inner--no-contact .uct-footer-basic__hours-col {
        padding-left: 1.25rem;
        border-left: 1px solid var(--uct-footer-divider-color, #294866);
    }

    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__hours-col {
        max-width: 300px;
    }

    .uct-footer--basic .uct-footer-basic__inner--has-links .uct-footer-basic__contact-col {
        max-width: 260px;
    }

    .uct-footer--basic .uct-footer-basic__inner--no-links {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        column-gap: 2.5rem;
        row-gap: 0;
        max-width: 1100px;
        margin-inline: auto;
        align-items: start;
    }

    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__brand,
    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__contact-col,
    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__hours-col {
        grid-column: auto;
        align-self: start;
        max-width: none;
    }

    .uct-footer--basic .uct-footer-basic__inner--no-links .uct-footer-basic__contact-col {
        padding-left: 1.25rem;
        border-left: 1px solid var(--uct-footer-divider-color, #294866);
    }

    .uct-footer--basic .uct-footer-basic__inner--no-links.uct-footer-basic__inner--no-contact .uct-footer-basic__hours-col {
        padding-left: 1.25rem;
        border-left: 1px solid var(--uct-footer-divider-color, #294866);
    }

    .uct-footer--basic .uct-footer-basic__bottom .pcp-footer-bottom-content {
        padding-right: 6.5rem;
    }
}

/* =========================================
   FAQ PAGE STYLES
   ========================================= */

.uct-faq-container {
    background-color: var(--white);
    min-height: 80vh;
}

/* Breadcrumbs */
.uct-breadcrumbs {
    padding: 1rem 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
}

.uct-breadcrumbs-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--gray-500);
}

.uct-breadcrumbs-nav a:hover {
    color: var(--brand-navy);
}

.uct-breadcrumb-sep {
    color: var(--gray-300);
}

.uct-current-page {
    color: var(--brand-navy);
}

.pcp-faq-search-wrapper {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 20;
}

/* Match Header Search Styles Exactly */
.pcp-faq-search-input-group {
    display: flex;
    height: 3rem;
    /* Match header */
    background: var(--white);
    border-radius: 0.125rem;
    /* rounded-sm */
    padding: 0;
    /* Reset padding */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--gray-300);
    overflow: hidden;
    transition: all 0.2s;
}

.pcp-faq-search-input-group:focus-within {
    border-color: var(--brand-yellow);
    box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.2);
    transform: none;
    /* Remove previous transform */
}

.pcp-faq-search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 1.25rem;
    /* Match header padding */
    font-size: 0.875rem;
    /* Match header font size */
    font-weight: 500;
    color: var(--gray-900);
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    height: 100%;
}

.pcp-faq-search-input::placeholder {
    color: var(--gray-400);
    /* Match placeholder color if needed, or keeping explicit style */
    text-transform: none;
    /* Reset uppercase if header doesn't force it */
}

.pcp-faq-search-btn {
    background: var(--brand-yellow);
    color: var(--brand-navy);
    border: none;
    text-transform: uppercase;
    outline: none;
    color: var(--brand-navy);
}

.pcp-faq-search-btn {
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.pcp-faq-search-btn:hover {
    background-color: var(--brand-yellow-hover);
}

/* Layout */
.uct-faq-body {
    padding-bottom: 4rem;
}

.uct-faq-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 992px) {
    .uct-faq-layout {
        flex-direction: row;
    }
}

/* Sidebar */
.uct-faq-sidebar {
    width: 100%;
}

@media (min-width: 992px) {
    .uct-faq-sidebar {
        width: 250px;
        flex-shrink: 0;
    }
}

.uct-faq-sidebar-section {
    background-color: var(--white);
    border: 1px solid var(--gray-100);
    margin-bottom: 1.5rem;
}

.uct-faq-sidebar-title {
    background-color: var(--brand-navy);
    color: var(--white);
    padding: 1rem 1.25rem;
}

.pcp-faq-category-list {
    padding: 0;
    margin: 0;
}

.pcp-faq-category-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid var(--gray-50);
    cursor: pointer;
    transition: all 0.2s;
}

.pcp-faq-category-item:last-child {
    border-bottom: none;
}

.pcp-faq-category-item:hover {
    background-color: var(--gray-50);
}

.pcp-faq-category-item.active {
    color: var(--brand-navy);
    background-color: var(--gray-50);
}

.pcp-faq-cat-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    transition: color 0.2s;
}

.pcp-faq-category-item.active .pcp-faq-cat-icon,
.pcp-faq-category-item:hover .pcp-faq-cat-icon {
    color: var(--brand-yellow);
}

.pcp-faq-cat-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.uct-faq-help-box {
    background-color: #fffbeb;
    /* Light yellow bg */
    border: 1px solid #fef3c7;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.uct-faq-help-icon {
    width: 2.25rem;
    height: 2.25rem;
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy);
    flex-shrink: 0;
}

.uct-faq-help-content .pcp-ui-heading,
.uct-faq-help-content .uct-ui-heading {
    color: var(--brand-navy);
    margin-bottom: 0.25rem;
}

.uct-faq-help-content p {
    font-size: 9px;
    font-weight: 800;
    color: var(--gray-500);
    text-transform: uppercase;
    line-height: 1.4;
}

/* Main Area Accordions */
.uct-faq-main {
    flex: 1;
    min-width: 0;
}

.pcp-faq-accordion-item {
    background-color: var(--white);
    border: 1px solid var(--gray-100);
    margin-bottom: 1px;
    transition: border-color 0.2s;
}

.pcp-faq-accordion-item:hover {
    border-color: var(--gray-200);
}

.pcp-faq-accordion-item.active {
    border-color: var(--brand-yellow);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.pcp-faq-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    text-align: left;
    font-size: 13px;
    font-weight: 800;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    background: none;
    border: none;
    cursor: pointer;
}

.pcp-faq-chevron {
    transition: transform 0.3s ease;
    color: var(--gray-300);
}

.pcp-faq-accordion-item.active .pcp-faq-chevron {
    transform: rotate(180deg);
    color: var(--brand-yellow);
}

.pcp-faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pcp-faq-content-inner {
    padding: 0 2rem 2rem 2rem;
    font-size: 14px;
    color: var(--gray-600);
    line-height: 1.6;
}

/* Bottom CTA */
.uct-faq-cta {
    background-color: var(--gray-50);
    padding: 4rem 2rem;
    margin-top: 4rem;
    text-align: center;
    border-radius: 4px;
}

.uct-faq-cta .uct-faq-cta__title {
    font-size: var(--pcp-h3-size, 1.5rem);
    font-weight: 900;
    line-height: var(--pcp-h3-line-height, 1.3);
    color: var(--brand-navy);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.uct-faq-cta p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-500);
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

.pcp-faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--brand-navy);
    color: var(--white);
    padding: 1rem 2rem;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border-radius: 2px;
    transition: all 0.2s;
}

.pcp-faq-cta-btn:hover {
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-02: FAQ layout + corner variants (scoped to .uct-faq-page)
   accordion = sidebar + vertical list; cards = grid tiles (same JS/markup)
   ------------------------------------------------------------------------- */

/* --- Accordion layout: stabilize vertical stack --- */
.uct-faq-page--layout-accordion .uct-faq-list--accordion {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.uct-faq-page--layout-accordion .pcp-faq-accordion-item {
    margin-bottom: 0;
}

/* --- Cards layout: grid tiles, expand/collapse unchanged --- */
.uct-faq-page--layout-cards .uct-faq-list--cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 768px) {
    .uct-faq-page--layout-cards .uct-faq-list--cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .uct-faq-page--layout-cards .uct-faq-list--cards {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
    }
}

.uct-faq-page--layout-cards .pcp-faq-accordion-item {
    margin-bottom: 0;
    align-self: start;
    width: 100%;
    min-width: 0;
    box-shadow: 0 1px 3px rgba(15, 43, 76, 0.08);
}

.uct-faq-page--layout-cards .pcp-faq-accordion-item:hover {
    box-shadow: 0 4px 12px rgba(15, 43, 76, 0.1);
}

.uct-faq-page--layout-cards .pcp-faq-accordion-item.active {
    box-shadow: 0 8px 24px -4px rgba(15, 43, 76, 0.14);
}

.uct-faq-page--layout-cards .pcp-faq-accordion-header {
    padding: 1.25rem 1.5rem;
}

.uct-faq-page--layout-cards .pcp-faq-content-inner {
    padding: 0 1.5rem 1.5rem;
}

.uct-faq-page--layout-cards .pcp-faq-content-inner p {
    overflow-wrap: anywhere;
}

.uct-faq-page--layout-cards .uct-faq-cta {
    margin-top: 2.5rem;
}

/* --- Rounded corners on FAQ surfaces --- */
.uct-faq-page--rounded .uct-faq-sidebar-section,
.uct-faq-page--rounded .uct-faq-help-box,
.uct-faq-page--rounded .pcp-faq-accordion-item,
.uct-faq-page--rounded .uct-faq-cta {
    border-radius: 0.75rem;
    overflow: hidden;
}

.uct-faq-page--rounded .pcp-faq-search-input-group {
    border-radius: 0.5rem;
}

.uct-faq-page--rounded .uct-faq-help-icon {
    border-radius: 9999px;
}

.uct-faq-page--rounded .pcp-faq-cta-btn {
    border-radius: 0.375rem;
}

/* --- Square corners --- */
.uct-faq-page--square .uct-faq-sidebar-section,
.uct-faq-page--square .uct-faq-help-box,
.uct-faq-page--square .pcp-faq-accordion-item,
.uct-faq-page--square .uct-faq-cta,
.uct-faq-page--square .pcp-faq-search-input-group,
.uct-faq-page--square .uct-faq-help-icon,
.uct-faq-page--square .pcp-faq-cta-btn {
    border-radius: 0;
}

/* Help box: keep yellow language, align with page corners */
.uct-faq-page--rounded .uct-faq-help-box {
    overflow: visible;
}

.uct-faq-page .uct-faq-help-box {
    background-color: #fffbeb;
    border-color: #fef3c7;
}

/* Mobile: prevent horizontal overflow in cards grid */
.uct-faq-page--layout-cards .uct-faq-main,
.uct-faq-page--layout-cards .uct-faq-list--cards {
    max-width: 100%;
    min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
    .uct-faq-page .pcp-faq-accordion-content,
    .uct-faq-page .pcp-faq-chevron {
        transition: none;
    }
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-03: FAQ accessibility — focus + category buttons (no visual redesign)
   ------------------------------------------------------------------------- */

.uct-faq-page .pcp-faq-category-item {
    padding: 0;
}

.uct-faq-page .pcp-faq-category-btn,
.uct-faq-page .uct-faq-category-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    margin: 0;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
}

.uct-faq-page .pcp-faq-category-btn:focus-visible,
.uct-faq-page .uct-faq-category-btn:focus-visible {
    outline: 2px solid var(--uct-faq-accent-color, var(--brand-yellow));
    outline-offset: -2px;
}

.uct-faq-page .pcp-faq-accordion-header:focus-visible,
.uct-faq-page .uct-faq-accordion-header:focus-visible {
    outline: 2px solid var(--uct-faq-accent-color, var(--brand-yellow));
    outline-offset: -2px;
}

.uct-faq-page .pcp-faq-search-input:focus-visible,
.uct-faq-page .uct-faq-search-input:focus-visible {
    outline: 2px solid var(--uct-faq-accent-color, var(--brand-yellow));
    outline-offset: 0;
}

.uct-faq-page .pcp-faq-search-btn:focus-visible,
.uct-faq-page .uct-faq-search-btn:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: -2px;
}

.uct-faq-page .pcp-faq-cta-btn:focus-visible,
.uct-faq-page .uct-faq-cta-btn:focus-visible {
    outline: 2px solid var(--uct-faq-accent-color, var(--brand-yellow));
    outline-offset: 2px;
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-05: Wire FAQ color tokens (--uct-faq-* from Style motywu → FAQ)
   Color-only overrides; scoped to .uct-faq-page. Layout unchanged.
   ------------------------------------------------------------------------- */

/* --- Global text / accent (breadcrumbs, CTA copy) --- */
.uct-faq-page .uct-current-page {
    color: var(--uct-faq-heading-color, var(--brand-navy));
}

.uct-faq-page .pcp-faq-search-input-group {
    background-color: var(--uct-faq-search-bg, var(--white));
    border-color: var(--uct-faq-search-border, var(--gray-300));
}

.uct-faq-page .pcp-faq-search-input,
.uct-faq-page .uct-faq-search-input {
    color: var(--uct-faq-search-text, var(--gray-900));
}

.uct-faq-page .pcp-faq-search-input::placeholder,
.uct-faq-page .uct-faq-search-input::placeholder {
    color: var(--uct-faq-search-placeholder, var(--gray-400));
}

.uct-faq-page .pcp-faq-search-btn,
.uct-faq-page .uct-faq-search-btn {
    background-color: var(--uct-faq-search-button-bg, #0673b4);
    color: var(--uct-faq-search-button-text, #ffffff);
    border: 1px solid var(--uct-faq-search-button-bg, #0673b4);
}

.uct-faq-page .pcp-faq-search-btn:hover,
.uct-faq-page .uct-faq-search-btn:focus-visible,
.uct-faq-page .uct-faq-search-btn:hover,
.uct-faq-page .uct-faq-search-btn:focus-visible {
    background-color: var(--uct-faq-search-button-hover-bg, #055a8c);
    border-color: var(--uct-faq-search-button-hover-bg, #055a8c);
    color: var(--uct-faq-search-button-hover-text, #ffffff);
}

.uct-faq-page .pcp-faq-search-btn:hover svg,
.uct-faq-page .uct-faq-search-btn:focus-visible svg,
.uct-faq-page .uct-faq-search-btn:hover svg,
.uct-faq-page .uct-faq-search-btn:focus-visible svg {
    color: var(--uct-faq-search-button-hover-text, #ffffff);
}

.uct-faq-page .pcp-faq-search-input-group:focus-within {
    border-color: var(--uct-faq-search-focus, var(--uct-faq-accent-color, var(--brand-yellow)));
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--uct-faq-search-focus, var(--uct-faq-accent-color, var(--brand-yellow))) 20%, transparent);
}

.uct-faq-page .pcp-faq-search-input:focus-visible,
.uct-faq-page .uct-faq-search-input:focus-visible {
    outline-color: var(--uct-faq-search-focus, var(--uct-faq-accent-color, var(--brand-yellow)));
}

/* --- Sidebar / categories --- */
.uct-faq-page .uct-faq-sidebar-section {
    border-color: var(--uct-faq-item-border, var(--gray-100));
}

.uct-faq-page .uct-faq-sidebar-title {
    background-color: var(--uct-faq-sidebar-title-bg, var(--brand-navy));
    color: var(--uct-faq-sidebar-title-text, var(--white));
}

.uct-faq-page .pcp-faq-category-btn:hover,
.uct-faq-page .pcp-faq-category-btn.active,
.uct-faq-page .uct-faq-category-btn:hover,
.uct-faq-page .uct-faq-category-btn.active {
    background-color: var(--uct-faq-category-active-bg, var(--gray-50));
    color: var(--uct-faq-question-color, var(--brand-navy));
}

.uct-faq-page .pcp-faq-category-btn.active .pcp-faq-cat-icon,
.uct-faq-page .pcp-faq-category-btn:hover .pcp-faq-cat-icon,
.uct-faq-page .uct-faq-category-btn.active .uct-faq-cat-icon,
.uct-faq-page .uct-faq-category-btn:hover .uct-faq-cat-icon {
    color: var(--uct-faq-category-icon-color, var(--uct-faq-accent-color, var(--brand-yellow)));
}

.uct-faq-page .pcp-faq-cat-icon {
    color: var(--gray-400);
}

/* --- Accordion items (accordion + cards variants) --- */
.uct-faq-page .pcp-faq-accordion-item {
    background-color: var(--uct-faq-item-bg, var(--white));
    border-color: var(--uct-faq-item-border, var(--gray-100));
}

.uct-faq-page .pcp-faq-accordion-item:hover {
    border-color: var(--uct-faq-item-border, var(--gray-200));
}

.uct-faq-page .pcp-faq-accordion-item.active {
    border-color: var(--uct-faq-item-active-border, var(--uct-faq-accent-color, var(--brand-yellow)));
}

.uct-faq-page .pcp-faq-accordion-header {
    color: var(--uct-faq-question-color, var(--brand-navy));
}

.uct-faq-page .pcp-faq-accordion-item.active .pcp-faq-chevron {
    color: var(--uct-faq-accent-color, var(--brand-yellow));
}

.uct-faq-page .pcp-faq-content-inner,
.uct-faq-page .pcp-faq-content-inner p {
    color: var(--uct-faq-answer-color, var(--gray-600));
}

/* --- Help box --- */
.uct-faq-page .uct-faq-help-box {
    background-color: var(--uct-faq-help-box-bg, #fffbeb);
    border-color: var(--uct-faq-help-box-border, #fef3c7);
}

.uct-faq-page .uct-faq-help-icon {
    color: var(--uct-faq-heading-color, var(--brand-navy));
}

.uct-faq-page .uct-faq-help-content .pcp-ui-heading,
.uct-faq-page .uct-faq-help-content .uct-ui-heading {
    color: var(--uct-faq-heading-color, var(--brand-navy));
}

.uct-faq-page .uct-faq-help-content p {
    color: var(--uct-faq-text-color, var(--gray-500));
}

/* --- CTA (heading/body only; button uses global brand — no CTA tokens in FAQ-04) --- */
.uct-faq-page .uct-faq-cta .uct-faq-cta__title {
    color: var(--uct-faq-heading-color, var(--brand-navy));
}

.uct-faq-page .uct-faq-cta p {
    color: var(--uct-faq-text-color, var(--gray-500));
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-14: FAQ CTA display variants (scoped to .uct-faq-page)
   centered = base .uct-faq-cta (gray band, unchanged)
   card = compact elevated panel; band = full-width accent band in main column
   ------------------------------------------------------------------------- */

/* centered: inherits base .uct-faq-cta rules above — no visual override */

/* --- Card: compact centered panel --- */
.uct-faq-page .uct-faq-cta--card {
    background-color: var(--uct-faq-item-bg, var(--white));
    border: 1px solid var(--uct-faq-item-border, var(--gray-100));
    box-shadow: 0 14px 32px -16px rgba(15, 43, 76, 0.12);
    max-width: 40rem;
    width: 100%;
    margin-inline: auto;
    margin-top: 3rem;
    padding: 2rem 1.75rem;
    box-sizing: border-box;
}

.uct-faq-page--layout-cards .uct-faq-cta--card {
    margin-top: 2.5rem;
}

.uct-faq-page--rounded .uct-faq-cta--card {
    overflow: visible;
}

/* --- Band: full main-column band with accent separation --- */
.uct-faq-page .uct-faq-cta--band {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    margin-top: 3.5rem;
    padding: 3.25rem 2.5rem;
    box-sizing: border-box;
    border-top: 2px solid var(--uct-faq-accent-color, var(--brand-yellow));
    background-color: var(--uct-faq-sidebar-title-bg, var(--brand-navy));
}

.uct-faq-page--layout-cards .uct-faq-cta--band {
    margin-top: 2.75rem;
}

.uct-faq-page .uct-faq-cta--band .uct-faq-cta__title {
    color: var(--uct-faq-sidebar-title-text, var(--white));
}

.uct-faq-page .uct-faq-cta--band p {
    color: var(--uct-faq-sidebar-title-text, var(--white));
    opacity: 0.8;
}

.uct-faq-page .uct-faq-cta--band .pcp-faq-cta-btn,
.uct-faq-page .uct-faq-cta--band .uct-faq-cta-btn {
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
}

.uct-faq-page .uct-faq-cta--band .pcp-faq-cta-btn:hover,
.uct-faq-page .uct-faq-cta--band .uct-faq-cta-btn:hover {
    background-color: var(--white);
    color: var(--brand-navy);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .uct-faq-page .uct-faq-cta--card {
        max-width: none;
        margin-top: 2.5rem;
        padding: 1.5rem 1.25rem;
    }

    .uct-faq-page .uct-faq-cta--card .pcp-faq-cta-btn,
    .uct-faq-page .uct-faq-cta--card .uct-faq-cta-btn {
        max-width: 100%;
        box-sizing: border-box;
        justify-content: center;
        flex-wrap: wrap;
    }

    .uct-faq-page .uct-faq-cta--band {
        margin-top: 2.5rem;
        padding: 2rem 1.25rem;
    }

    .uct-faq-page .uct-faq-cta--band .pcp-faq-cta-btn,
    .uct-faq-page .uct-faq-cta--band .uct-faq-cta-btn {
        max-width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }

    .uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-list,
    .uct-faq-page .uct-faq-category-nav--pills.uct-faq-category-list {
        padding: 0.65rem 0.75rem;
        gap: 0.4rem;
    }

    .uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-btn,
    .uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-btn {
        padding: 0.45rem 0.75rem;
        max-width: 100%;
    }

    .uct-faq-page .uct-faq-help-box--card,
    .uct-faq-page .uct-faq-help-box--highlighted {
        padding: 1.15rem 1rem;
    }
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-16: FAQ sidebar nav + help box variants (scoped to .uct-faq-page)
   sidebar/default = existing vertical list + yellow help box (unchanged)
   pills = inline flex-wrap category chips; card/highlighted = help box styles
   ------------------------------------------------------------------------- */

/* sidebar/default: inherits rules above — no layout override */

/* --- Category nav: pills (flex-wrap chips in sidebar) --- */
.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-list,
.uct-faq-page .uct-faq-category-nav--pills.uct-faq-category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    max-width: 100%;
    box-sizing: border-box;
}

.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-item,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-item {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: none;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}

.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-item:hover,
.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-item.active,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-item:hover,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-item.active {
    background-color: transparent;
    color: inherit;
}

.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-btn,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-btn {
    width: auto;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    margin: 0;
    text-align: center;
    border: 1px solid var(--uct-faq-item-border, var(--gray-100));
    border-radius: 9999px;
    background-color: var(--uct-faq-item-bg, var(--white));
    box-sizing: border-box;
    white-space: nowrap;
}

.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-btn:hover,
.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-btn.active,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-btn:hover,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-btn.active {
    background-color: var(--uct-faq-category-active-bg, var(--gray-50));
    border-color: var(--uct-faq-accent-color, var(--brand-yellow));
    color: var(--uct-faq-question-color, var(--brand-navy));
}

.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-cat-icon,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-cat-icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.uct-faq-page .uct-faq-category-nav--pills .pcp-faq-category-btn:focus-visible,
.uct-faq-page .uct-faq-category-nav--pills .uct-faq-category-btn:focus-visible {
    outline-offset: 2px;
}

/* --- Help box: card --- */
.uct-faq-page .uct-faq-help-box--card {
    background-color: var(--uct-faq-item-bg, var(--white));
    border: 1px solid var(--uct-faq-item-border, var(--gray-100));
    box-shadow: 0 10px 28px -14px rgba(15, 43, 76, 0.1);
    padding: 1.25rem;
    gap: 0.875rem;
}

.uct-faq-page .uct-faq-help-box--card .uct-faq-help-icon {
    background-color: var(--uct-faq-category-active-bg, var(--gray-50));
    border-color: var(--uct-faq-item-border, var(--gray-200));
}

.uct-faq-page--rounded .uct-faq-help-box--card {
    overflow: visible;
}

/* --- Help box: highlighted (accent band, readable light text) --- */
.uct-faq-page .uct-faq-help-box--highlighted {
    background-color: var(--uct-faq-sidebar-title-bg, var(--brand-navy));
    border: 2px solid var(--uct-faq-accent-color, var(--brand-yellow));
    padding: 1.35rem 1.25rem;
    gap: 0.875rem;
}

.uct-faq-page .uct-faq-help-box--highlighted .uct-faq-help-icon {
    background-color: var(--uct-faq-accent-color, var(--brand-yellow));
    border-color: transparent;
    color: var(--uct-faq-heading-color, var(--brand-navy));
}

.uct-faq-page .uct-faq-help-box--highlighted .uct-faq-help-content .pcp-ui-heading,
.uct-faq-page .uct-faq-help-box--highlighted .uct-faq-help-content .uct-ui-heading {
    color: var(--uct-faq-sidebar-title-text, var(--white));
}

.uct-faq-page .uct-faq-help-box--highlighted .uct-faq-help-content p {
    color: var(--uct-faq-sidebar-title-text, var(--white));
    opacity: 0.85;
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-18: FAQ search color tokens + dedicated radius (scoped to .uct-faq-page)
   default radius = legacy + faq_corner_style on page; rounded/square/pill override search only
   ------------------------------------------------------------------------- */

.uct-faq-page .uct-faq-search-wrapper--radius-rounded .pcp-faq-search-input-group,
.uct-faq-page .uct-faq-search-wrapper--radius-rounded .uct-faq-search-input-group {
    border-radius: 0.75rem;
}

.uct-faq-page .uct-faq-search-wrapper--radius-rounded .pcp-faq-search-btn,
.uct-faq-page .uct-faq-search-wrapper--radius-rounded .uct-faq-search-btn {
    border-radius: 0.75rem;
}

.uct-faq-page .uct-faq-search-wrapper--radius-square .pcp-faq-search-input-group,
.uct-faq-page .uct-faq-search-wrapper--radius-square .uct-faq-search-input-group,
.uct-faq-page .uct-faq-search-wrapper--radius-square .pcp-faq-search-btn,
.uct-faq-page .uct-faq-search-wrapper--radius-square .uct-faq-search-btn {
    border-radius: 0;
}

.uct-faq-page .uct-faq-search-wrapper--radius-pill .pcp-faq-search-input-group,
.uct-faq-page .uct-faq-search-wrapper--radius-pill .uct-faq-search-input-group {
    border-radius: 9999px;
}

.uct-faq-page .uct-faq-search-wrapper--radius-pill .pcp-faq-search-btn,
.uct-faq-page .uct-faq-search-wrapper--radius-pill .uct-faq-search-btn {
    border-radius: 0;
}

@media (max-width: 767px) {
    .uct-faq-page .uct-faq-search-wrapper--radius-pill,
    .uct-faq-page .uct-faq-search-wrapper--radius-pill .pcp-faq-search-input-group {
        max-width: 100%;
    }
}

/* -------------------------------------------------------------------------
   DEMO-FAQ-20: FAQ empty state (scoped to .uct-faq-page)
   ------------------------------------------------------------------------- */

.uct-faq-page .uct-faq-empty-state,
.uct-faq-page .pcp-faq-empty-state {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 1.75rem;
    text-align: center;
    background-color: var(--uct-faq-item-bg, var(--white));
    border: 1px solid var(--uct-faq-item-border, var(--gray-100));
    border-top: 3px solid var(--uct-faq-accent-color, var(--brand-yellow));
    box-shadow: 0 8px 24px -14px rgba(15, 43, 76, 0.08);
}

.uct-faq-page .uct-faq-empty-state[hidden],
.uct-faq-page .pcp-faq-empty-state[hidden] {
    display: none !important;
}

.uct-faq-page .uct-faq-empty-state__message,
.uct-faq-page .pcp-faq-empty-state__message {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    font-weight: 600;
    color: var(--uct-faq-text-color, var(--gray-500));
}

.uct-faq-page--rounded .uct-faq-empty-state,
.uct-faq-page--rounded .pcp-faq-empty-state {
    border-radius: 0.75rem;
}

.uct-faq-page--square .uct-faq-empty-state,
.uct-faq-page--square .pcp-faq-empty-state {
    border-radius: 0;
}

.uct-faq-page--layout-cards .uct-faq-empty-state,
.uct-faq-page--layout-cards .pcp-faq-empty-state {
    margin-top: 1.25rem;
}

@media (max-width: 767px) {
    .uct-faq-page .uct-faq-empty-state,
    .uct-faq-page .pcp-faq-empty-state {
        margin-top: 1.25rem;
        padding: 1.15rem 1rem;
    }

    .uct-faq-page .uct-faq-empty-state__message,
    .uct-faq-page .pcp-faq-empty-state__message {
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

/* =========================================
   ABOUT US PAGE STYLES
   ========================================= */

/* Features Grid */
.uct-about-features-container {
    margin-bottom: 5rem;
}

.uct-about-page .uct-about-features-grid {
    display: grid;
    grid-template-columns: repeat(var(--uct-about-values-columns-mobile, 1), minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .uct-about-page .uct-about-features-grid {
        grid-template-columns: repeat(var(--uct-about-values-columns-tablet, 2), minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .uct-about-page .uct-about-features-grid {
        grid-template-columns: repeat(var(--uct-about-values-columns-desktop, 3), minmax(0, 1fr));
    }
}

.uct-about-feature-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    padding: 2.5rem 2rem;
    transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.uct-about-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: var(--brand-yellow);
}

.uct-about-feature-icon {
    width: 3rem;
    height: 3rem;
    background: var(--brand-navy);
    color: var(--brand-yellow);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

/* Typografia kafelków: Typografia → Paski i panele */
.uct-about-feature-title.pcp-ui-heading,
.uct-about-feature-title.uct-ui-heading {
    color: var(--brand-navy);
    margin-bottom: 0.75rem;
}

.uct-about-feature-desc {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* Story Split Section */
.uct-about-story-container {
    margin-bottom: 6rem;
}

.uct-about-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .uct-about-story-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.uct-about-story-image-wrapper {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.uct-about-story-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.7s ease;
}

.uct-about-story-image-wrapper:hover .uct-about-story-img {
    transform: scale(1.05);
}

.uct-about-story-overlay {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: var(--brand-navy);
    padding: 1.5rem;
    max-width: 280px;
    border-left: 4px solid var(--brand-yellow);
}

.uct-about-story-quote {
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

/* About „historia”: ten sam nagłówek sekcji co Home (section-header); H2 sterowane tokenami --pcp-h2-* z zaplecza */
.uct-about-section-header-wrap .pcp-section-header {
    margin-bottom: 1.75rem;
}

.uct-about-section-header-wrap .pcp-title-col h2 {
    white-space: normal;
}

.pcp-brand-divider {
    width: 60px;
    height: 4px;
    /* Slightly thinner */
    background: var(--brand-yellow);
    margin-bottom: 2rem;
}

.uct-about-story-text {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 3rem;
}

.uct-about-stats-grid {
    display: flex;
    gap: 4rem;
    border-top: none;
    padding-top: 0;
}

.uct-about-stat-value {
    font-size: 2.25rem;
    /* Slightly smaller */
    font-weight: 800;
    /* Reduced from 900 */
    color: var(--brand-navy);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.uct-about-stat-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-400);
    letter-spacing: 0.05em;
}

/* Location Banner */
.uct-about-location-banner {
    background-color: var(--brand-navy);
    padding: 4rem;
    border-radius: 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Ten sam model typografii H2 co .pcp-title-col h2 (Home); kolor pod ciemne tło baneru */
.uct-about-location-title {
    font-size: clamp(var(--pcp-h2-size, 1.35rem), 3.6vw, calc(var(--pcp-h2-size, 2rem) * 1.05));
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0 0 0.5rem;
    color: var(--white);
}

@media (min-width: 992px) {
    .uct-about-location-title {
        font-size: var(--pcp-h2-size, 2rem);
    }
}

@media (max-width: 767px) {
    .uct-about-location-title {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.8), 6vw, var(--pcp-h2-size, 1.35rem));
        margin-bottom: 0.35rem;
    }
}

.uct-about-location-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

.uct-about-location-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.uct-location-detail {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.uct-location-detail svg {
    color: var(--brand-yellow);
}

.uct-about-location-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: #0673b4;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    border-radius: 0;
    border: 1px solid #0673b4;
    transition: all 0.2s;
}

.uct-about-location-btn:hover,
.uct-about-location-btn:focus-visible {
    background: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
    transform: translateY(-2px);
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-03: Story / Values / Stats visual variants + About corner style
   (scoped to .uct-about-page; does not alter hero ABOUT-02 rules or other pages)
   ------------------------------------------------------------------------- */

/* --- Stats: default cleanup (no dots / stray borders; variants override below) --- */
.uct-about-page .uct-about-stats .uct-about-stat-item::before {
    content: none;
    display: none;
}

.uct-about-page .uct-about-stats .uct-about-stat-item {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    position: static;
}

/* --- Story: classic (baseline hook) --- */
.uct-about-page--story-classic .uct-about-story-section .uct-about-story-grid {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .uct-about-page--story-classic .uct-about-story-section .uct-about-story-grid {
        gap: 2.5rem;
    }
}

/* --- Story: editorial --- */
.uct-about-page--story-editorial .uct-about-story-section .uct-about-story-grid {
    gap: 2.5rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .uct-about-page--story-editorial .uct-about-story-section .uct-about-story-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
        gap: 3.5rem;
    }
}

.uct-about-page--story-editorial .uct-about-story-section .uct-about-story-text {
    max-width: 38rem;
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 2.5rem;
}

.uct-about-page--story-editorial .uct-about-story-section .uct-about-story-image-wrapper {
    border: 1px solid var(--gray-200);
    box-shadow: 0 24px 48px -16px rgba(15, 43, 76, 0.22);
}

.uct-about-page--story-editorial .uct-about-story-section .uct-about-story-overlay {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: none;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.35);
}

.uct-about-page--story-editorial .uct-about-story-section .uct-about-story-quote {
    font-size: 0.8125rem;
    line-height: 1.7;
}

/* --- Story: timeline --- */
.uct-about-page--story-timeline .uct-about-story-section .uct-about-story-grid {
    gap: 2.5rem;
}

.uct-about-page--story-timeline .uct-about-story-section .uct-about-story-content-col {
    padding-left: 0;
    border-left: none;
}

.uct-about-page--story-timeline .uct-about-story-section .uct-about-section-header-wrap,
.uct-about-page--story-timeline .uct-about-story-section .uct-about-story-text {
    padding-left: 0;
}

.uct-about-page--story-timeline .uct-about-story-section .uct-about-section-header-wrap::before,
.uct-about-page--story-timeline .uct-about-story-section .uct-about-story-text::before {
    content: none;
    display: none;
}

@media (min-width: 1024px) {
    .uct-about-page--story-timeline .uct-about-story-section .uct-about-story-grid {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    }
}

.uct-about-page--story-timeline .uct-about-story-section .uct-about-story-text {
    margin-bottom: 2rem;
}

.uct-about-page--story-timeline .uct-about-story-section .uct-about-stats {
    margin-top: 0.25rem;
}

/* --- Values: cards (baseline; corner applied below) --- */
.uct-about-page--values-cards .uct-about-values-section .uct-about-features-grid {
    box-sizing: border-box;
}

/* --- Values: minimal --- */
.uct-about-page--values-minimal .uct-about-values-section .uct-about-features-grid {
    gap: 0;
}

@media (min-width: 768px) {
    .uct-about-page--values-minimal .uct-about-values-section .uct-about-features-grid {
        gap: 2rem;
    }
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 1.75rem;
    border-bottom: 1px solid var(--gray-200);
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--gray-200);
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-icon {
    width: 2.25rem;
    height: 2.25rem;
    background: transparent;
    color: var(--brand-navy);
    border: 1px solid var(--gray-200);
    margin-bottom: 1rem;
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-title {
    font-size: 0.9375rem;
}

/* --- Stats: strip (premium metric strip) --- */
.uct-about-page--stats-strip .uct-about-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem 3rem;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.uct-about-page--stats-strip .uct-about-stats .uct-about-stat-item {
    flex: 0 1 auto;
    min-width: min(100%, 7.5rem);
    text-align: left;
    padding: 0;
}

.uct-about-page--stats-strip .uct-about-stats .uct-about-stat-value {
    margin-bottom: 0.35rem;
}

.uct-about-page--stats-strip .uct-about-stats .uct-about-stat-label {
    max-width: 14rem;
    margin-inline: 0;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .uct-about-page--stats-strip .uct-about-stats {
        gap: 2.5rem 4rem;
    }
}

@media (max-width: 767px) {
    .uct-about-page--stats-strip .uct-about-stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .uct-about-page--stats-strip .uct-about-stats .uct-about-stat-item {
        width: auto;
        max-width: none;
    }
}

/* --- Stats: cards (premium metric cards) --- */
.uct-about-page--stats-cards .uct-about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
    gap: 1rem;
    border-top: none;
    padding-top: 0;
    margin-top: 0.25rem;
}

.uct-about-page--stats-cards .uct-about-stats .uct-about-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--gray-100);
    padding: 1.5rem 1.25rem;
    box-shadow: 0 10px 28px -14px rgba(15, 43, 76, 0.14);
    text-align: center;
}

.uct-about-page--stats-cards .uct-about-stats .uct-about-stat-value {
    margin-bottom: 0.4rem;
    width: 100%;
}

.uct-about-page--stats-cards .uct-about-stats .uct-about-stat-label {
    width: 100%;
    line-height: 1.35;
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-03C: Story stats alignment (strip + cards only; no timeline dots)
   ------------------------------------------------------------------------- */

/* Classic/editorial/timeline: unified content column — no side rail or markers */
.uct-about-page .uct-about-story-section .uct-about-story-content-col,
.uct-about-page .uct-about-story-section .uct-about-section-header-wrap,
.uct-about-page .uct-about-story-section .uct-about-story-text {
    border-left: none;
    padding-left: 0;
}

.uct-about-page .uct-about-story-section .uct-about-section-header-wrap::before,
.uct-about-page .uct-about-story-section .uct-about-story-text::before,
.uct-about-page .uct-about-story-section .uct-about-stat-item::before {
    content: none;
    display: none;
}

/* --- About corner: rounded (non-hero surfaces) --- */
.uct-about-page--rounded .uct-about-values-section .uct-about-feature-card,
.uct-about-page--rounded .uct-about-values-section .uct-about-feature-icon {
    border-radius: 0.75rem;
}

.uct-about-page--rounded .uct-about-story-section .uct-about-story-image-wrapper {
    border-radius: 1rem;
}

.uct-about-page--rounded .uct-about-story-section .uct-about-story-overlay {
    border-radius: 0.5rem;
}

.uct-about-page--rounded .uct-about-stats .uct-about-stat-item {
    border-radius: 0.75rem;
}

.uct-about-page.uct-about-page--rounded .uct-about-location-banner,
.uct-about-page .uct-about-location-banner.uct-about-corner--rounded {
    border-radius: 1rem;
}

.uct-about-page--rounded .uct-about-location-btn {
    border-radius: 0.375rem;
}

/* --- About corner: square (non-hero surfaces) --- */
.uct-about-page--square .uct-about-values-section .uct-about-feature-card,
.uct-about-page--square .uct-about-values-section .uct-about-feature-icon,
.uct-about-page--square .uct-about-story-section .uct-about-story-image-wrapper,
.uct-about-page--square .uct-about-story-section .uct-about-story-overlay,
.uct-about-page--square .uct-about-stats .uct-about-stat-item,
.uct-about-page.uct-about-page--square .uct-about-location-banner,
.uct-about-page .uct-about-location-banner.uct-about-corner--square,
.uct-about-page--square .uct-about-location-btn {
    border-radius: 0;
}

/* Brands */
.uct-about-brands-container {
    text-align: center;
    margin-bottom: 4rem;
}

.uct-brands-label {
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gray-400);
    margin-bottom: 2rem;
}

.uct-about-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1.5rem 2rem;
    align-items: center;
}

.uct-brand-item {
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    color: var(--gray-300);
    text-transform: uppercase;
}

.uct-brand-item--logo {
    min-height: 92px;
    max-height: 92px;
    height: 92px;
    width: 100%;
    padding: 0.5rem 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.uct-brand-item--logo img {
    width: 100%;
    max-width: 100%;
    height: 62px;
    max-height: 62px;
    min-height: 62px;
    object-fit: contain;
    object-position: center center;
    display: block;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: opacity 0.25s ease, filter 0.25s ease;
}

.uct-brand-item--logo:hover img,
.uct-brand-item--logo:focus-within img {
    opacity: 1;
    filter: grayscale(0%);
}

.uct-brand-item--logo span {
    display: none;
}

.uct-brand-item--fallback span {
    display: inline-block;
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-05B: Emergency stabilize About layout (rollback harmful 05 rules)
   Restores ABOUT-03 / 03B / 03C as primary variant CSS. Minimal safe fixes only.
   ------------------------------------------------------------------------- */

/* Section rhythm — override legacy 5rem / 6rem / 4rem margins only */
.uct-about-page .uct-about-hero-section .pcp-contact-hero {
    margin-bottom: 0;
}

.uct-about-page .uct-about-hero-section {
    margin-bottom: 2rem;
}

.uct-about-page .uct-about-values-section.uct-about-features-container {
    margin-bottom: 4rem;
}

.uct-about-page .uct-about-story-section.uct-about-story-container {
    margin-bottom: 5rem;
}

.uct-about-page .uct-about-location-banner {
    margin-bottom: 3.5rem;
}

.uct-about-page .uct-about-brands-container {
    margin-bottom: 3.5rem;
}

/* Story baseline — top-align columns (legacy base used center) */
.uct-about-page .uct-about-story-section .uct-about-story-grid {
    align-items: start;
}

/* Location — lighter padding only (no grid repositioning) */
.uct-about-page .uct-about-location-banner {
    padding: 2.5rem 2rem;
}

.uct-about-page .uct-about-location-subtitle {
    margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
    .uct-about-page .uct-about-location-banner {
        padding: 2rem 1.5rem;
    }
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-09: Location CTA CSS variants (band | card)
   ------------------------------------------------------------------------- */

/* --- Band: compact navy strip (default strong CTA) --- */
.uct-about-page .uct-about-location-banner--band,
.uct-about-page--location-band .uct-about-location-banner {
    background-color: var(--brand-navy);
    color: var(--white);
    border: none;
    max-width: none;
    width: 100%;
    margin-inline: 0;
    padding: 2.25rem 2rem;
    margin-bottom: 0;
    box-shadow: 0 12px 28px -14px rgba(15, 43, 76, 0.2);
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-content {
    max-width: none;
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-title {
    color: var(--white);
    margin-bottom: 0.4rem;
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-subtitle {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-details {
    margin-bottom: 1.25rem;
    gap: 0.75rem;
}

.uct-about-page .uct-about-location-banner--band .uct-location-detail {
    color: var(--white);
}

.uct-about-page .uct-about-location-banner--band .uct-location-detail svg {
    color: var(--brand-yellow);
    flex-shrink: 0;
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-btn {
    background: #0673b4;
    color: #ffffff;
    border: 1px solid #0673b4;
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-banner--band .uct-about-location-btn:focus-visible {
    background: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

/* --- Card: lighter centered panel --- */
.uct-about-page .uct-about-location-section--card {
    display: block;
}

.uct-about-page .uct-about-location-banner--card,
.uct-about-page--location-card .uct-about-location-banner {
    background-color: var(--white);
    color: var(--brand-navy);
    border: 1px solid var(--gray-200);
    box-shadow: 0 14px 32px -16px rgba(15, 43, 76, 0.12);
    max-width: 52rem;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 0;
    padding: 2rem 1.75rem;
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-content {
    max-width: none;
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-title {
    color: var(--brand-navy);
    margin-bottom: 0.35rem;
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-subtitle {
    color: var(--gray-500);
    margin-bottom: 1rem;
    line-height: 1.55;
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-details {
    margin-bottom: 1.25rem;
    gap: 0.65rem;
}

.uct-about-page .uct-about-location-banner--card .uct-location-detail {
    color: var(--brand-navy);
    font-weight: 700;
}

.uct-about-page .uct-about-location-banner--card .uct-location-detail svg {
    color: var(--brand-yellow);
    flex-shrink: 0;
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-btn {
    background: #0673b4;
    color: #ffffff;
    border: 1px solid #0673b4;
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-banner--card .uct-about-location-btn:focus-visible {
    background: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

@media (max-width: 767px) {
    .uct-about-page .uct-about-location-banner--band,
    .uct-about-page--location-band .uct-about-location-banner {
        padding: 1.75rem 1.35rem;
    }

    .uct-about-page .uct-about-location-banner--card,
    .uct-about-page--location-card .uct-about-location-banner {
        padding: 1.5rem 1.25rem;
        max-width: none;
    }

    .uct-about-page .uct-about-location-banner--card .uct-about-location-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Brands — calm placeholders (no heavy tiles from 05) */
.uct-about-page .uct-about-brands-container {
    padding-top: 2.5rem;
    border-top: 1px solid var(--gray-200);
}

.uct-about-page .uct-brands-label {
    color: var(--brand-navy);
    opacity: 0.8;
}

.uct-about-page .uct-brand-item {
    color: var(--gray-400);
}

.uct-about-page .uct-brand-item--logo img {
    opacity: 0.6;
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-BRANDS-02: About Brands CSS variants (strip | cards) + column grid
   Scoped to .uct-about-page; does not affect Home Brands or other pages.
   ------------------------------------------------------------------------- */

/* --- Column grid (inline vars from template) --- */
.uct-about-page .uct-about-brands-grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(var(--uct-about-brands-columns-mobile, 2), minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
    align-items: stretch;
    justify-items: stretch;
}

@media (min-width: 768px) {
    .uct-about-page .uct-about-brands-grid {
        grid-template-columns: repeat(var(--uct-about-brands-columns-tablet, 3), minmax(0, 1fr));
        gap: 1.35rem 1.75rem;
    }
}

@media (min-width: 1024px) {
    .uct-about-page .uct-about-brands-grid {
        grid-template-columns: repeat(var(--uct-about-brands-columns-desktop, 4), minmax(0, 1fr));
        gap: 1.5rem 2rem;
    }
}

/* Shared logo containment (both variants) */
.uct-about-page .uct-about-brands-grid .uct-brand-item--logo {
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.uct-about-page .uct-about-brands-grid .uct-brand-item--logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 3.25rem;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
    display: block;
    transition: opacity 0.25s ease, filter 0.25s ease;
}

/* --- Strip: calm brand row (no card chrome) --- */
.uct-about-page .uct-about-brands-grid--strip .uct-brand-item,
.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--logo {
    background: transparent;
    border: none;
    box-shadow: none;
}

.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--logo {
    min-height: 4.25rem;
    max-height: none;
    height: auto;
}

.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--logo img {
    opacity: 0.55;
    filter: grayscale(100%);
}

.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--logo:hover img,
.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--logo:focus-within img {
    opacity: 1;
    filter: grayscale(0%);
}

.uct-about-page .uct-about-brands-grid--strip > .uct-brand-item:not(.uct-brand-item--logo),
.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gray-500);
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--fallback span {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}

/* --- Cards: clean logo/text tiles --- */
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item,
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo {
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: 0 10px 24px -16px rgba(15, 43, 76, 0.14);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo {
    min-height: 5.75rem;
    max-height: none;
    height: auto;
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo:hover,
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo:focus-within,
.uct-about-page .uct-about-brands-grid--cards > .uct-brand-item:not(.uct-brand-item--logo):hover {
    border-color: var(--gray-300);
    box-shadow: 0 14px 28px -14px rgba(15, 43, 76, 0.18);
    transform: translateY(-2px);
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo img {
    opacity: 0.7;
    filter: grayscale(40%);
    max-height: 3rem;
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo:hover img,
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo:focus-within img {
    opacity: 1;
    filter: grayscale(0%);
}

.uct-about-page .uct-about-brands-grid--cards > .uct-brand-item:not(.uct-brand-item--logo),
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-navy);
    line-height: 1.35;
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--fallback span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}

/* Corner: cards only (strip stays flat) */
.uct-about-page--rounded .uct-about-brands-grid--cards .uct-brand-item,
.uct-about-page--rounded .uct-about-brands-grid--cards .uct-brand-item--logo {
    border-radius: 0.75rem;
}

.uct-about-page--square .uct-about-brands-grid--cards .uct-brand-item,
.uct-about-page--square .uct-about-brands-grid--cards .uct-brand-item--logo {
    border-radius: 0;
}

@media (max-width: 767px) {
    .uct-about-page .uct-about-brands-grid {
        gap: 1rem 1.25rem;
    }

    .uct-about-page .uct-about-brands-grid .uct-brand-item--logo img {
        max-height: 2.75rem;
    }

    .uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo,
    .uct-about-page .uct-about-brands-grid--cards > .uct-brand-item:not(.uct-brand-item--logo),
    .uct-about-page .uct-about-brands-grid--cards .uct-brand-item--fallback {
        min-height: 5.25rem;
    }

    .uct-about-page .uct-about-brands-grid--strip .uct-brand-item--logo,
    .uct-about-page .uct-about-brands-grid--strip > .uct-brand-item:not(.uct-brand-item--logo),
    .uct-about-page .uct-about-brands-grid--strip .uct-brand-item--fallback {
        min-height: 3.75rem;
    }
}

/* Variant bleed guard — values minimal must not inherit cards chrome */
.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card {
    min-height: 0;
    height: auto;
    box-shadow: none;
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-06: Layout cleanup + variant reduction (stats: strip|cards; values: cards|minimal)
   ------------------------------------------------------------------------- */

.uct-about-page .uct-about-story-section .uct-about-story-content-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    gap: 0;
}

.uct-about-page .uct-about-story-section .uct-about-section-header-wrap {
    border: none;
    border-left: none;
    margin-bottom: 0;
}

.uct-about-page .uct-about-story-section .uct-about-section-header-wrap .pcp-section-header,
.uct-about-page .uct-about-story-section .uct-about-section-header-wrap .uct-section-header {
    margin-bottom: 1.25rem;
}

.uct-about-page .uct-about-story-section .uct-about-story-text {
    margin-bottom: 1.25rem;
    max-width: none;
}

.uct-about-page .uct-about-story-section .uct-about-stats {
    width: 100%;
    margin-top: 0;
    align-self: stretch;
}

/* Strip: one soft divider under body copy, metrics grouped with labels */
.uct-about-page--stats-strip .uct-about-story-section .uct-about-stats {
    border-top: 1px solid var(--gray-200);
    padding-top: 1.25rem;
    gap: 1.5rem 2.5rem;
}

.uct-about-page--stats-strip .uct-about-story-section .uct-about-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.uct-about-page--stats-strip .uct-about-story-section .uct-about-stat-value {
    line-height: 1;
}

.uct-about-page--stats-strip .uct-about-story-section .uct-about-stat-label {
    max-width: 12rem;
}

/* Cards: two-up grid attached to story column */
.uct-about-page--stats-cards .uct-about-story-section .uct-about-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: none;
}

@media (max-width: 479px) {
    .uct-about-page--stats-cards .uct-about-story-section .uct-about-stats {
        grid-template-columns: 1fr;
    }
}

/* Classic/editorial: full-width content column (prose may stay narrower) */
.uct-about-page--story-classic .uct-about-story-section .uct-about-story-content-col,
.uct-about-page--story-editorial .uct-about-story-section .uct-about-story-content-col {
    border: none;
    padding-left: 0;
    margin-left: 0;
    max-width: none;
}

.uct-about-page .uct-about-story-section .uct-about-section-header-wrap .uct-section-header--boxed {
    width: 100%;
    box-sizing: border-box;
}

/* Timeline: layout-only distinction — no yellow side rail (see 03 timeline block) */
.uct-about-page--story-timeline .uct-about-story-section .uct-about-stats .uct-about-stat-item {
    padding-left: 0;
    border-left: none;
}

/* -------------------------------------------------------------------------
   DEMO-ABOUT-STYLE-02: Wire About color tokens (--uct-about-* from Style motywu)
   Color-only overrides; scoped to .uct-about-page. Layout unchanged.
   ------------------------------------------------------------------------- */

/* --- Values / features --- */
.uct-about-page .uct-about-feature-card {
    background: var(--uct-about-feature-card-bg, var(--white));
    border-color: var(--uct-about-feature-card-border, var(--gray-100));
}

.uct-about-page .uct-about-feature-card:hover {
    border-color: var(--uct-about-feature-card-hover-border, var(--uct-about-accent-color, var(--brand-yellow)));
}

.uct-about-page .uct-about-feature-icon {
    background: var(--uct-about-feature-icon-bg, var(--brand-navy));
    color: var(--uct-about-feature-icon-color, var(--uct-about-accent-color, var(--brand-yellow)));
}

.uct-about-page .uct-about-feature-title.pcp-ui-heading,
.uct-about-page .uct-about-feature-title.uct-ui-heading {
    color: var(--uct-about-feature-title-color, var(--uct-about-heading-color, var(--brand-navy)));
}

.uct-about-page .uct-about-feature-desc {
    color: var(--uct-about-feature-desc-color, var(--uct-about-body-text-color, var(--gray-500)));
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card {
    border-bottom-color: var(--uct-about-feature-card-border, var(--gray-200));
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-card:hover {
    border-color: var(--uct-about-feature-card-border, var(--gray-200));
}

.uct-about-page--values-minimal .uct-about-values-section .uct-about-feature-icon {
    color: var(--uct-about-feature-icon-color, var(--uct-about-heading-color, var(--brand-navy)));
    border-color: var(--uct-about-feature-card-border, var(--gray-200));
}

/* --- Story / quote --- */
.uct-about-page .uct-about-story-text {
    color: var(--uct-about-story-text-color, var(--uct-about-body-text-color, var(--gray-600)));
}

.uct-about-page .uct-about-story-overlay {
    background: var(--uct-about-story-quote-bg, var(--brand-navy));
    border-left-color: var(--uct-about-story-quote-accent, var(--uct-about-timeline-marker-color, var(--uct-about-accent-color, var(--brand-yellow))));
}

.uct-about-page .uct-about-story-quote {
    color: var(--uct-about-story-quote-text, var(--white));
}

/* --- Stats --- */
.uct-about-page .uct-about-stat-value {
    color: var(--uct-about-stat-value-color, var(--uct-about-heading-color, var(--brand-navy)));
}

.uct-about-page .uct-about-stat-label {
    color: var(--uct-about-stat-label-color, var(--uct-about-body-text-color, var(--gray-400)));
}

.uct-about-page--stats-cards .uct-about-stats .uct-about-stat-item {
    background: var(--uct-about-stat-card-bg, var(--white));
    border-color: var(--uct-about-stat-card-border, var(--gray-100));
}

.uct-about-page--stats-strip .uct-about-story-section .uct-about-stats {
    border-top-color: var(--uct-about-stat-strip-divider, var(--gray-200));
}

/* --- Location CTA (base + band + card variants) --- */
.uct-about-page .uct-about-location-banner {
    background-color: var(--uct-about-location-band-bg, var(--brand-navy));
}

.uct-about-page .uct-about-location-title {
    color: var(--uct-about-location-title-color, var(--white));
}

.uct-about-page .uct-about-location-subtitle {
    color: var(--uct-about-location-subtitle-color, var(--gray-400));
}

.uct-about-page .uct-location-detail {
    color: var(--uct-about-location-detail-color, var(--white));
}

.uct-about-page .uct-location-detail svg {
    color: var(--uct-about-location-detail-icon-color, var(--uct-about-accent-color, var(--brand-yellow)));
}

.uct-about-page .uct-about-location-btn {
    background: var(--uct-about-location-btn-bg, #0673b4);
    color: var(--uct-about-location-btn-text-color, #ffffff);
}

.uct-about-page .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-btn:focus-visible {
    background: var(--uct-about-location-btn-hover-bg, #055a8c);
    color: var(--uct-about-location-btn-hover-text, #ffffff);
}

.uct-about-page .uct-about-location-banner--band,
.uct-about-page--location-band .uct-about-location-banner {
    background-color: var(--uct-about-location-band-bg, var(--brand-navy));
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-title,
.uct-about-page--location-band .uct-about-location-banner .uct-about-location-title {
    color: var(--uct-about-location-title-color, var(--white));
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-subtitle,
.uct-about-page--location-band .uct-about-location-banner .uct-about-location-subtitle {
    color: var(--uct-about-location-subtitle-color, rgba(255, 255, 255, 0.75));
}

.uct-about-page .uct-about-location-banner--band .uct-location-detail,
.uct-about-page--location-band .uct-about-location-banner .uct-location-detail {
    color: var(--uct-about-location-detail-color, var(--white));
}

.uct-about-page .uct-about-location-banner--band .uct-location-detail svg,
.uct-about-page--location-band .uct-about-location-banner .uct-location-detail svg {
    color: #ffffff;
    flex-shrink: 0;
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-btn,
.uct-about-page--location-band .uct-about-location-banner .uct-about-location-btn {
    background: var(--uct-about-location-btn-bg, #0673b4);
    color: var(--uct-about-location-btn-text-color, #ffffff);
}

.uct-about-page .uct-about-location-banner--band .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-banner--band .uct-about-location-btn:focus-visible,
.uct-about-page--location-band .uct-about-location-banner .uct-about-location-btn:hover,
.uct-about-page--location-band .uct-about-location-banner .uct-about-location-btn:focus-visible {
    background: var(--uct-about-location-btn-hover-bg, #055a8c);
    color: var(--uct-about-location-btn-hover-text, #ffffff);
}

.uct-about-page .uct-about-location-banner--card,
.uct-about-page--location-card .uct-about-location-banner {
    background-color: var(--uct-about-location-card-bg, var(--white));
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-title,
.uct-about-page--location-card .uct-about-location-banner .uct-about-location-title {
    color: var(--uct-about-location-title-color, var(--uct-about-heading-color, var(--brand-navy)));
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-subtitle,
.uct-about-page--location-card .uct-about-location-banner .uct-about-location-subtitle {
    color: var(--uct-about-location-subtitle-color, var(--uct-about-body-text-color, var(--gray-500)));
}

.uct-about-page .uct-about-location-banner--card .uct-location-detail,
.uct-about-page--location-card .uct-about-location-banner .uct-location-detail {
    color: var(--uct-about-location-detail-color, var(--uct-about-heading-color, var(--brand-navy)));
}

.uct-about-page .uct-about-location-banner--card .uct-location-detail svg,
.uct-about-page--location-card .uct-about-location-banner .uct-location-detail svg {
    color: var(--uct-about-location-detail-icon-color, var(--uct-about-accent-color, var(--brand-yellow)));
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-btn,
.uct-about-page--location-card .uct-about-location-banner .uct-about-location-btn {
    background: var(--uct-about-location-btn-bg, #0673b4);
    color: var(--uct-about-location-btn-text-color, #ffffff);
}

.uct-about-page .uct-about-location-banner--card .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-banner--card .uct-about-location-btn:focus-visible,
.uct-about-page--location-card .uct-about-location-banner .uct-about-location-btn:hover,
.uct-about-page--location-card .uct-about-location-banner .uct-about-location-btn:focus-visible {
    background: var(--uct-about-location-btn-hover-bg, #055a8c);
    border-color: var(--uct-about-location-btn-hover-bg, #055a8c);
    color: var(--uct-about-location-btn-hover-text, #ffffff);
}

/* --- Brands --- */
.uct-about-page .uct-brands-label {
    color: var(--uct-about-brands-label-color, var(--uct-about-heading-color, var(--brand-navy)));
}

.uct-about-page .uct-about-brands-grid--strip > .uct-brand-item:not(.uct-brand-item--logo),
.uct-about-page .uct-about-brands-grid--strip .uct-brand-item--fallback {
    color: var(--uct-about-brands-strip-text-color, var(--uct-about-body-text-color, var(--gray-500)));
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item,
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo {
    background-color: var(--uct-about-brands-card-bg, var(--white));
    border-color: var(--uct-about-brands-card-border, var(--gray-200));
}

.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo:hover,
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--logo:focus-within,
.uct-about-page .uct-about-brands-grid--cards > .uct-brand-item:not(.uct-brand-item--logo):hover {
    border-color: var(--uct-about-brands-card-border, var(--gray-300));
}

.uct-about-page .uct-about-brands-grid--cards > .uct-brand-item:not(.uct-brand-item--logo),
.uct-about-page .uct-about-brands-grid--cards .uct-brand-item--fallback {
    color: var(--uct-about-brands-text-color, var(--uct-about-heading-color, var(--brand-navy)));
}

/* =========================================
   CONTACT PAGE STYLES
   ========================================= */

.pcp-contact-hero {
    background-color: var(--brand-navy);
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    color: var(--white);
    margin-bottom: 3rem;
    text-align: center;
}

.pcp-contact-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.1;
    pointer-events: none;
}

.pcp-contact-hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pcp-hero-extra-content {
    margin-top: 1.5rem;
}

.pcp-contact-hero--bottom-gutter {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .pcp-contact-hero--bottom-gutter {
        margin-bottom: 3rem;
    }
}

.pcp-contact-hero-title {
    /* !important: Tailwind Preflight ustawia h1–h6 na font-size:inherit — bez tego tokeny z panelu bywają ignorowane */
    font-size: var(--pcp-hero-title-font-size, calc(var(--pcp-h1-size, 2.25rem) * var(--pcp-hero-title-scale, 1.11))) !important;
    font-weight: var(--pcp-hero-title-font-weight, 800);
    color: var(--pcp-hero-title-color, var(--white));
    text-transform: var(--pcp-hero-title-text-transform, uppercase);
    font-style: var(--pcp-hero-title-font-style, normal);
    letter-spacing: var(--pcp-hero-title-letter-spacing, -0.025em);
    margin-bottom: 0.5rem;
    line-height: var(--pcp-hero-title-line-height, var(--pcp-h1-line-height, 1.1)) !important;
}

.pcp-contact-hero-subtitle {
    font-size: var(--pcp-hero-subtitle-font-size, 0.75rem) !important;
    line-height: var(--pcp-hero-subtitle-line-height, 1.5);
    font-weight: var(--pcp-hero-subtitle-font-weight, 700);
    color: var(--pcp-hero-subtitle-color, var(--gray-300));
    text-transform: var(--pcp-hero-subtitle-text-transform, uppercase);
    font-style: var(--pcp-hero-subtitle-font-style, normal);
    letter-spacing: var(--pcp-hero-subtitle-letter-spacing, 0.1em);
    opacity: var(--pcp-hero-subtitle-opacity, 0.8);
}

/* -------------------------------------------------------------------------
   DEMO-INNER-HERO-02: Global inner-page hero variants
   Scoped to .uct-inner-hero-section only (all template-parts/hero.php callers).
   Does not alter Home slider (.uct-hero--classic / .pcp-hero-slider).
   About DEMO-ABOUT-02 rules remain; higher specificity wins on About when set.
   ------------------------------------------------------------------------- */

.uct-inner-hero-section {
    width: 100%;
}

/* Classic — preserve shared baseline; explicit box model only */
.uct-inner-hero-section--classic .pcp-contact-hero {
    box-sizing: border-box;
}

/* Centered — narrower band, centered copy (typography from --pcp-hero-* tokens) */
.uct-inner-hero-section--centered .pcp-contact-hero {
    text-align: center;
    max-width: min(48rem, 100%);
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
}

.uct-inner-hero-section--centered .pcp-contact-hero-content {
    max-width: 40rem;
    margin-inline: auto;
    width: 100%;
    text-align: center;
    align-items: center;
}

.uct-inner-hero-section--centered .pcp-contact-hero-title,
.uct-inner-hero-section--centered .pcp-contact-hero-subtitle {
    text-align: center;
    margin-inline: auto;
}

.uct-inner-hero-section--centered .pcp-hero-extra-content {
    width: 100%;
    max-width: min(32rem, 100%);
    margin-inline: auto;
}

.uct-inner-hero-section--centered .pcp-faq-search-wrapper {
    margin-inline: auto;
}

.uct-inner-hero-section--rounded.uct-inner-hero-section--centered .pcp-contact-hero {
    border-radius: 1rem;
}

.uct-inner-hero-section--square.uct-inner-hero-section--centered .pcp-contact-hero {
    border-radius: 0;
}

/* Split — mobile/tablet: single column, decorative panel hidden */
.uct-inner-hero-section--split .pcp-contact-hero {
    text-align: center;
    box-sizing: border-box;
}

.uct-inner-hero-section--split .pcp-contact-hero::after {
    content: '';
    display: none;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .uct-inner-hero-section--split .pcp-contact-hero {
        display: block;
        text-align: center;
    }

    .uct-inner-hero-section--split .pcp-contact-hero::after {
        display: none !important;
    }

    .uct-inner-hero-section--split .pcp-contact-hero-content {
        align-items: center;
        text-align: center;
    }

    .uct-inner-hero-section--split .pcp-hero-extra-content {
        width: 100%;
        max-width: min(32rem, 100%);
        margin-inline: auto;
    }
}

@media (min-width: 1024px) {
    .uct-inner-hero-section--split .pcp-contact-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(200px, 0.88fr);
        gap: clamp(1rem, 3vw, 2.25rem);
        align-items: center;
        text-align: left;
        padding-inline: clamp(1.25rem, 3vw, 2.75rem);
        padding-block: clamp(2rem, 4vw, 3rem);
        min-height: clamp(200px, 26vw, 300px);
    }

    .uct-inner-hero-section--split .pcp-contact-hero-content {
        grid-column: 1;
        grid-row: 1;
        text-align: left;
        align-items: flex-start;
        max-width: none;
        width: auto;
    }

    .uct-inner-hero-section--split .pcp-contact-hero-title,
    .uct-inner-hero-section--split .pcp-contact-hero-subtitle {
        text-align: left;
        margin-inline: 0;
    }

    .uct-inner-hero-section--split .pcp-hero-extra-content {
        width: 100%;
        max-width: min(32rem, 100%);
        align-self: stretch;
    }

    .uct-inner-hero-section--split .pcp-faq-search-wrapper {
        margin-inline: 0;
        max-width: min(32rem, 100%);
    }

    .uct-inner-hero-section--split .pcp-contact-hero::after {
        display: block;
        grid-column: 2;
        grid-row: 1;
        align-self: stretch;
        position: relative;
        z-index: 1;
        min-height: 12rem;
        background: linear-gradient(
            140deg,
            rgba(255, 196, 0, 0.2) 0%,
            rgba(15, 43, 76, 0.5) 42%,
            rgba(255, 255, 255, 0.06) 100%
        );
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    .uct-inner-hero-section--rounded.uct-inner-hero-section--split .pcp-contact-hero::after {
        border-radius: 1rem;
    }

    .uct-inner-hero-section--square.uct-inner-hero-section--split .pcp-contact-hero::after {
        border-radius: 0;
    }

    .uct-inner-hero-section--rounded.uct-inner-hero-section--split .pcp-contact-hero {
        border-radius: 1rem;
    }

    .uct-inner-hero-section--square.uct-inner-hero-section--split .pcp-contact-hero {
        border-radius: 0;
    }
}

/* H1 poza banerem — marginesy i akcent; rozmiar z tokenów (pcp_output_theme_style_variables) */
h1.uct-page-heading {
    margin: 0 0 2rem;
}

h1.uct-page-heading--compact {
    margin-bottom: 1.5rem;
}

h1.uct-page-heading--accent {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.uct-search-static-layout {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 50vh;
    box-sizing: border-box;
}

.uct-search-results-item {
    margin-bottom: 2rem;
}

.uct-search-result-title {
    font-size: var(--pcp-h2-size, 1.25rem);
    line-height: var(--pcp-h2-line-height, 1.25);
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.uct-search-result-title a {
    color: inherit;
    text-decoration: none;
}

.uct-search-result-title a:hover {
    text-decoration: underline;
}

.uct-muted {
    color: var(--gray-600);
}

/* Pusty koszyk — bez klas Tailwind; H1 ze skali z panelu */
.pcp-cart-empty {
    margin-top: 3rem;
    text-align: center;
    padding: 4rem 1.5rem;
    background: var(--gray-50);
    border: 1px dashed var(--gray-200);
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .pcp-cart-empty {
        padding: 6rem 1.5rem;
    }
}

.pcp-cart-empty__icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    background: var(--white);
    border: 1px solid var(--gray-100);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-300);
}

@media (min-width: 768px) {
    .pcp-cart-empty__icon {
        width: 6rem;
        height: 6rem;
        margin-bottom: 2rem;
    }
}

.pcp-cart-empty__icon-svg {
    display: block;
}

h1.pcp-cart-empty__title {
    font-size: var(--pcp-h1-size, calc(2.25rem * var(--pcp-heading-scale, 1))) !important;
    line-height: var(--pcp-h1-line-height, 1.2) !important;
    font-weight: 900;
    color: var(--brand-navy, var(--pcp-color-brand-navy));
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0 auto 1rem;
}

.pcp-cart-empty__subtitle {
    font-size: 0.625rem;
    color: var(--gray-600);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 auto 2rem;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .pcp-cart-empty__subtitle {
        font-size: 0.75rem;
        margin-bottom: 2.5rem;
    }
}

.pcp-cart-empty__btn-chevron {
    display: inline-block;
    vertical-align: middle;
}

/* Builder (Gutenberg/Elementor) content typography inside Blank pages */
.uct-contact-page .content {
    color: var(--gray-800);
    padding-bottom: 4rem; /* space before footer */
}

.uct-contact-page .content .wp-block-heading,
.uct-contact-page .content h1,
.uct-contact-page .content h2,
.uct-contact-page .content h3,
.uct-contact-page .content h4,
.uct-contact-page .content h5,
.uct-contact-page .content h6 {
    color: var(--brand-navy);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 1.75rem 0 0.75rem;
}

.uct-contact-page .content h1.wp-block-heading {
    font-size: var(--pcp-h1-size, 2.25rem);
    line-height: var(--pcp-h1-line-height, 1.2);
}

.uct-contact-page .content h2.wp-block-heading {
    font-size: var(--pcp-h2-size, 1.9rem);
    line-height: var(--pcp-h2-line-height, 1.2);
}

.uct-contact-page .content h3.wp-block-heading {
    font-size: var(--pcp-h3-size, 1.35rem);
    line-height: var(--pcp-h3-line-height, 1.2);
}

.uct-contact-page .content h4.wp-block-heading {
    font-size: 1.15rem;
}

.uct-contact-page .content p,
.uct-contact-page .content .wp-block-paragraph {
    margin: 0 0 1rem;
    line-height: 1.7;
}

.uct-contact-page .content p:last-child,
.uct-contact-page .content .wp-block-paragraph:last-child {
    margin-bottom: 0;
}

.uct-contact-page .content ul,
.uct-contact-page .content ol {
    padding-left: 1.5rem;
    margin: 0 0 1rem;
}

.uct-blank-page .content ul,
.uct-blank-page .content ol {
    padding-left: 1.5rem;
    margin: 0 0 1rem;
}

.uct-contact-page .content ul {
    list-style: disc;
}

.uct-blank-page .content ul {
    list-style: disc;
}

.uct-contact-page .content ol {
    list-style: decimal;
}

.uct-blank-page .content ol {
    list-style: decimal;
}

.uct-contact-page .content li {
    margin-bottom: 0.5rem;
}

.uct-blank-page .content li {
    margin-bottom: 0.5rem;
}

.uct-contact-page .content li:last-child {
    margin-bottom: 0;
}

.uct-blank-page .content li:last-child {
    margin-bottom: 0;
}

.pcp-hero-extra-content {
    width: 100%;
}

/* Departments Grid */
.uct-departments-grid {
    display: grid;
    grid-template-columns: repeat(var(--pcp-contact-departments-visible-mobile, 1), minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .uct-departments-grid {
        grid-template-columns: repeat(var(--pcp-contact-departments-visible-tablet, 2), minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .uct-departments-grid {
        grid-template-columns: repeat(var(--pcp-contact-departments-visible-desktop, 3), minmax(0, 1fr));
    }
}

.uct-dept-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    padding: 2.5rem;
    border-bottom: 4px solid transparent;
    transition: all 0.2s;
}

.uct-dept-card:hover {
    border-bottom-color: var(--brand-yellow);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.uct-dept-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.uct-dept-icon {
    width: 3rem;
    height: 3rem;
    background: var(--brand-navy);
    color: var(--brand-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    overflow: hidden;
}

.uct-dept-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
    flex: 0 0 auto;
}

.uct-dept-title {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-navy);
    letter-spacing: 0.1em;
}

.uct-dept-desc {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-400);
    margin-bottom: 2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.uct-dept-contact {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.uct-dept-contact a {
    display: block;
    line-height: 1.4;
    transition: color 0.2s;
}

.uct-dept-phone {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--brand-navy);
    letter-spacing: 0.02em;
}

.uct-dept-phone:hover {
    color: var(--brand-yellow);
}

.uct-dept-email {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-400);
    letter-spacing: 0.1em;
}

.uct-dept-email:hover {
    color: var(--brand-navy);
}

/* Layout */
.uct-contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .uct-contact-layout {
        grid-template-columns: 8fr 4fr;
    }
}

/* Contact layout variants (DEMO-CONTACT-03) — scoped under .uct-contact-page */

/* Split: explicit default — form left, sidebar right, 8fr / 4fr */
@media (min-width: 1024px) {
    .uct-contact-page--layout-split .uct-contact-layout--split:not(.is-form-hidden) {
        grid-template-columns: 8fr 4fr;
    }
}

/* Stacked: single column at all breakpoints */
.uct-contact-page--layout-stacked .uct-contact-layout--stacked {
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .uct-contact-page--layout-stacked .uct-contact-layout--stacked {
        grid-template-columns: 1fr;
    }

    .uct-contact-page--layout-stacked .uct-contact-layout--stacked:not(.is-form-hidden) .uct-contact-sidebar {
        max-width: none;
    }
}

/* Form-first: emphasize form column (wider form, narrower sidebar) */
@media (min-width: 1024px) {
    .uct-contact-page--layout-form-first .uct-contact-layout--form-first:not(.is-form-hidden) {
        grid-template-columns: 9fr 3fr;
    }
}

.uct-contact-page--layout-form-first .uct-contact-layout--form-first:not(.is-form-hidden) .pcp-contact-form-container,
.uct-contact-page--layout-form-first .uct-contact-layout--form-first:not(.is-form-hidden) .uct-contact-form-container {
    order: 1;
}

.uct-contact-page--layout-form-first .uct-contact-layout--form-first:not(.is-form-hidden) .uct-contact-sidebar {
    order: 2;
}

/* Info-first: sidebar/info before form (desktop: left info, right form; mobile: info on top) */
.uct-contact-page--layout-info-first .uct-contact-layout--info-first:not(.is-form-hidden) .uct-contact-sidebar {
    order: 1;
}

.uct-contact-page--layout-info-first .uct-contact-layout--info-first:not(.is-form-hidden) .pcp-contact-form-container,
.uct-contact-page--layout-info-first .uct-contact-layout--info-first:not(.is-form-hidden) .uct-contact-form-container {
    order: 2;
}

@media (min-width: 1024px) {
    .uct-contact-page--layout-info-first .uct-contact-layout--info-first:not(.is-form-hidden) {
        grid-template-columns: 4fr 8fr;
    }
}

/* Contact Form */
.pcp-contact-form-container {
    background: var(--white);
    border: 1px solid var(--gray-100);
    padding: 2rem;
    position: relative;
}

.pcp-contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--brand-yellow);
}

.pcp-form-header {
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 1.5rem;
}

/* Jak .pcp-title-col h2 (Home), bez ikony / kreski — tylko tokeny typografii z zaplecza */
.pcp-form-title {
    font-size: clamp(var(--pcp-h2-size, 1.35rem), 3.6vw, calc(var(--pcp-h2-size, 2rem) * 1.05));
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-navy);
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
    .pcp-form-title {
        font-size: var(--pcp-h2-size, 2rem);
    }
}

@media (max-width: 767px) {
    .pcp-form-title {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.8), 6vw, var(--pcp-h2-size, 1.35rem));
        margin-bottom: 0.35rem;
    }
}

.pcp-form-subtitle {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-400);
    letter-spacing: 0.1em;
}

.pcp-form-section {
    margin-bottom: 2rem;
}

.pcp-form-section.bg-gray {
    background: var(--gray-50);
    padding: 1.5rem;
    border: 1px solid var(--gray-100);
}

.pcp-form-section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.pcp-form-section-header .pcp-ui-heading,
.pcp-form-section-header .uct-ui-heading {
    color: var(--brand-navy);
}

.pcp-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .pcp-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.pcp-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pcp-form-group.full-width {
    grid-column: 1 / -1;
    margin-top: 1rem;
}

.pcp-form-group label {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--brand-navy);
    letter-spacing: 0.1em;
}

.pcp-form-group label .required {
    color: #ef4444;
}

.pcp-form-group label .optional {
    color: var(--gray-400);
    font-weight: 500;
    margin-left: 0.25rem;
}

.pcp-form-group input[type="text"],
.pcp-form-group input[type="email"],
.pcp-form-group input[type="tel"],
.pcp-form-group select,
.pcp-form-group textarea {
    width: 100%;
    border: 1px solid var(--gray-200);
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--brand-navy);
    outline: none;
    transition: all 0.2s;
    border-radius: 0;
}

.pcp-form-group input:focus,
.pcp-form-group select:focus,
.pcp-form-group textarea:focus {
    border-color: var(--brand-navy);
}

.pcp-form-group textarea {
    height: 12rem;
    resize: none;
}

.pcp-radio-group {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.pcp-radio {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.pcp-radio input {
    accent-color: var(--brand-navy);
}

.pcp-radio span {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-500);
}

.pcp-form-footer {
    border-top: 1px solid var(--gray-100);
    padding-top: 2rem;
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .pcp-form-footer {
        grid-template-columns: 1fr 1fr;
        align-items: end;
    }
}

.pcp-consents {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pcp-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.pcp-checkbox span {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-400);
    line-height: 1.5;
}

.pcp-checkbox a {
    color: var(--brand-navy);
    text-decoration: underline;
    font-weight: 800;
}

/* .pcp-submit-btn removed - now using unified .pcp-btn--primary */

.pcp-form-message {
    padding: 1rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.pcp-form-message.success {
    background: #dcfce7;
    color: #166534;
}

.pcp-form-message.error {
    background: #fee2e2;
    color: #991b1b;
}

/* Sidebar */
.uct-contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.uct-contact-layout.is-form-hidden {
    grid-template-columns: 1fr;
}

.uct-contact-sidebar.is-form-hidden {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .uct-contact-sidebar.is-form-hidden {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        grid-auto-rows: 1fr;
    }
}

.uct-sidebar-box.navy {
    background: var(--brand-navy);
    padding: 2.5rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.uct-contact-sidebar.is-form-hidden .uct-sidebar-box.navy,
.uct-contact-sidebar.is-form-hidden .uct-sidebar-map {
    height: 100%;
}

.uct-sidebar-decoration {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.uct-sidebar-box h3 {
    font-size: calc(var(--pcp-h3-size, 1.5rem) * 0.75);
    font-weight: 700;
    line-height: var(--pcp-h3-line-height, 1.3);
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.uct-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.uct-sidebar-item {
    display: flex;
    gap: 1.25rem;
}

.uct-sidebar-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--brand-yellow);
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.uct-sidebar-icon.no-bg {
    background: transparent;
    border: none;
    color: var(--brand-yellow);
    width: auto;
    height: auto;
    margin-top: 0.25rem;
}

.uct-sidebar-text .label.pcp-ui-heading,
.uct-sidebar-text .label.uct-ui-heading {
    display: block;
    color: var(--brand-yellow);
    margin-bottom: 0.35rem;
}

.uct-sidebar-text .label.gray.pcp-ui-heading,
.uct-sidebar-text .label.gray.uct-ui-heading {
    color: var(--gray-400);
}

.uct-sidebar-text p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

.uct-sidebar-text p.white {
    color: var(--white);
    letter-spacing: 0.05em;
}

.uct-sidebar-text small {
    display: block;
    font-size: 0.75rem;
    color: var(--gray-400);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.uct-sidebar-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

/* Map Box */
.uct-sidebar-map {
    background: var(--white);
    border: 1px solid var(--gray-100);
    display: flex;
    flex-direction: column;
}

.uct-map-header {
    background: var(--white);
    padding: 1.25rem;
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uct-map-header h4 {
    margin: 0;
    color: var(--brand-navy);
}

/* .pcp-map-btn removed - now using unified .pcp-btn--secondary */

.uct-map-preview {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--gray-200);
    flex: 1;
    min-height: 260px;
}

.uct-map-preview iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
}

.uct-contact-page .uct-map-preview img,
.uct-contact-page .uct-sidebar-map img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 0;
    filter: grayscale(100%);
}

.uct-map-pin {
    display: none;
}

.uct-map-pin svg {
    background: var(--brand-navy);
    color: var(--brand-yellow);
    padding: 0.75rem;
    width: 3rem;
    height: 3rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.uct-map-note {
    padding: 1.25rem;
    background: var(--white);
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-500);
    line-height: 1.6;
    letter-spacing: 0.02em;
}

/* Bottom Icons */
.uct-contact-bottom-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
    border-top: 1px solid var(--gray-100);
    padding-top: 4rem;
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .uct-contact-bottom-icons {
        grid-template-columns: repeat(4, 1fr);
    }
}

.uct-bottom-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.uct-bottom-icon:hover {
    opacity: 1;
}

/* -------------------------------------------------------------------------
   DEMO-CONTACT-04: Wire Contact color tokens (--uct-contact-* from Style motywu → Kontakt)
   Color-only overrides; scoped to .uct-contact-page. Layout unchanged.
   ------------------------------------------------------------------------- */

.uct-contact-page {
    background-color: var(--uct-contact-section-bg, transparent);
}

.uct-contact-page .uct-current-page {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-dept-card {
    background-color: var(--uct-contact-card-bg, var(--white));
    border-color: var(--uct-contact-card-border, var(--gray-100));
}

.uct-contact-page .uct-dept-card:hover {
    border-bottom-color: var(--uct-contact-accent-color, var(--brand-yellow));
}

.uct-contact-page .uct-dept-icon {
    background-color: var(--uct-contact-card-icon-bg, var(--brand-navy));
    color: var(--uct-contact-card-icon-color, var(--brand-yellow));
}

.uct-contact-page .uct-dept-title {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-dept-desc {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .uct-dept-phone {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-dept-phone:hover {
    color: var(--uct-contact-accent-color, var(--brand-yellow));
}

.uct-contact-page .uct-dept-email {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .uct-dept-email:hover {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .pcp-contact-form-container,
.uct-contact-page .uct-contact-form-container {
    background-color: var(--uct-contact-form-bg, var(--white));
    border-color: var(--uct-contact-card-border, var(--gray-100));
}

.uct-contact-page .pcp-contact-form-container::before,
.uct-contact-page .uct-contact-form-container::before {
    background-color: var(--uct-contact-accent-color, var(--brand-yellow));
}

.uct-contact-page .pcp-form-title,
.uct-contact-page .uct-form-title {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .pcp-form-subtitle,
.uct-contact-page .uct-form-subtitle {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .pcp-form-section-header .pcp-ui-heading,
.uct-contact-page .pcp-form-section-header .uct-ui-heading {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .pcp-form-section-header .text-brand-yellow {
    color: var(--uct-contact-accent-color, var(--brand-yellow));
}

.uct-contact-page .pcp-form-group label {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .pcp-form-group label .required {
    color: var(--uct-contact-required-color, #ef4444);
}

.uct-contact-page .pcp-form-group input[type="text"],
.uct-contact-page .pcp-form-group input[type="email"],
.uct-contact-page .pcp-form-group input[type="tel"],
.uct-contact-page .pcp-form-group select,
.uct-contact-page .pcp-form-group textarea {
    background-color: var(--uct-contact-input-bg, var(--white));
    color: var(--uct-contact-input-text, var(--brand-navy));
    border-color: var(--uct-contact-input-border, var(--gray-200));
}

.uct-contact-page .pcp-form-group input:focus,
.uct-contact-page .pcp-form-group select:focus,
.uct-contact-page .pcp-form-group textarea:focus {
    border-color: var(--uct-contact-input-focus, var(--brand-navy));
}

.uct-contact-page .pcp-radio span {
    color: var(--uct-contact-text-color, var(--gray-500));
}

.uct-contact-page .pcp-checkbox span {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .pcp-checkbox a {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-sidebar-box.navy {
    background-color: var(--uct-contact-sidebar-bg, var(--brand-navy));
    color: var(--uct-contact-sidebar-text, var(--white));
}

.uct-contact-page .uct-sidebar-icon {
    background-color: var(--uct-contact-sidebar-accent-color, var(--brand-yellow));
    color: var(--uct-contact-sidebar-bg, var(--brand-navy));
}

.uct-contact-page .uct-sidebar-icon.no-bg {
    background-color: transparent;
    color: var(--uct-contact-sidebar-accent-color, var(--brand-yellow));
}

.uct-contact-page .uct-sidebar-text .label.pcp-ui-heading,
.uct-contact-page .uct-sidebar-text .label.uct-ui-heading {
    color: var(--uct-contact-sidebar-accent-color, var(--brand-yellow));
}

.uct-contact-page .uct-sidebar-text .label.gray.pcp-ui-heading,
.uct-contact-page .uct-sidebar-text .label.gray.uct-ui-heading {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .uct-sidebar-text p,
.uct-contact-page .uct-sidebar-text p.white {
    color: var(--uct-contact-sidebar-text, var(--white));
}

.uct-contact-page .uct-sidebar-text small {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .uct-sidebar-map {
    border-color: var(--uct-contact-map-border, var(--gray-100));
}

.uct-contact-page .uct-map-header {
    border-bottom-color: var(--uct-contact-map-border, var(--gray-100));
}

.uct-contact-page .uct-map-header h4 {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-map-note {
    color: var(--uct-contact-text-color, var(--gray-500));
}

.uct-contact-page .uct-contact-bottom-icons {
    border-top-color: var(--uct-contact-card-border, var(--gray-100));
}

.uct-contact-page .uct-bottom-icon .content-wrapper h5,
.uct-contact-page .uct-bottom-icon .uct-ui-heading {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-bottom-icon .content-wrapper p {
    color: var(--uct-contact-text-color, var(--gray-500));
}

/* DEMO-CONTACT-05: Contact form submit button tokens (scoped; overrides global .pcp-btn--primary !important) */
.uct-contact-page .pcp-contact-form button[type="submit"].pcp-btn--primary,
.uct-contact-page .pcp-contact-form button[type="submit"].uct-btn--primary,
.uct-contact-page .uct-contact-form button[type="submit"].pcp-btn--primary,
.uct-contact-page .uct-contact-form button[type="submit"].uct-btn--primary {
    background-color: var(--uct-contact-button-bg, #0673b4) !important;
    color: var(--uct-contact-button-text, #ffffff) !important;
    border-color: var(--uct-contact-button-bg, #0673b4) !important;
}

.uct-contact-page .pcp-contact-form button[type="submit"].pcp-btn--primary:hover,
.uct-contact-page .pcp-contact-form button[type="submit"].uct-btn--primary:hover,
.uct-contact-page .uct-contact-form button[type="submit"].pcp-btn--primary:hover,
.uct-contact-page .uct-contact-form button[type="submit"].uct-btn--primary:hover {
    background-color: var(--uct-contact-button-hover-bg, #055a8c) !important;
    color: var(--uct-contact-button-hover-text, #ffffff) !important;
    border-color: var(--uct-contact-button-hover-bg, #055a8c) !important;
}

.uct-contact-page .pcp-contact-form button[type="submit"].pcp-btn--primary:focus-visible,
.uct-contact-page .pcp-contact-form button[type="submit"].uct-btn--primary:focus-visible,
.uct-contact-page .uct-contact-form button[type="submit"].pcp-btn--primary:focus-visible,
.uct-contact-page .uct-contact-form button[type="submit"].uct-btn--primary:focus-visible {
    outline: 2px solid var(--uct-contact-button-focus, var(--uct-contact-accent-color, var(--brand-yellow)));
    outline-offset: 2px;
}

/* -------------------------------------------------------------------------
   DEMO-CONTACT-10: Contact section visual variants (CSS wiring for DEMO-CONTACT-09)
   Non-default variants only; defaults (cards/card/dark/embedded/inline) unchanged.
   Pattern reuse: FAQ list row, FAQ help card, About feature card — Contact-scoped.
   ------------------------------------------------------------------------- */

/* --- Departments: list (compact rows, FAQ category-list language) --- */
.uct-contact-page .uct-departments-grid--variant-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-template-columns: none;
}

.uct-contact-page .uct-departments-grid--variant-list .uct-dept-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0.35rem 1rem;
    align-items: start;
    padding: 0.875rem 1.25rem;
    border: none;
    border-bottom: 1px solid var(--uct-contact-card-border, var(--gray-100));
    border-radius: 0;
    box-shadow: none;
}

.uct-contact-page .uct-departments-grid--variant-list .uct-dept-card:last-child {
    border-bottom: none;
}

.uct-contact-page .uct-departments-grid--variant-list .uct-dept-card:hover {
    background-color: var(--gray-50);
    border-bottom-color: var(--uct-contact-card-border, var(--gray-100));
    box-shadow: none;
}

.uct-contact-page .uct-departments-grid--variant-list .uct-dept-header {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    margin-bottom: 0;
    gap: 0.75rem;
}

.uct-contact-page .uct-departments-grid--variant-list .uct-dept-desc {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
}

.uct-contact-page .uct-departments-grid--variant-list .uct-dept-contact {
    grid-column: 2;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

@media (min-width: 768px) {
    .uct-contact-page .uct-departments-grid--variant-list .uct-dept-card {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto;
        align-items: center;
        gap: 0.5rem 1.25rem;
    }

    .uct-contact-page .uct-departments-grid--variant-list .uct-dept-header {
        grid-row: 1;
    }

    .uct-contact-page .uct-departments-grid--variant-list .uct-dept-desc {
        grid-column: 2;
        grid-row: 1;
    }

    .uct-contact-page .uct-departments-grid--variant-list .uct-dept-contact {
        grid-column: 3;
        grid-row: 1;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        gap: 0.25rem;
    }
}

/* --- Form: minimal (reduced chrome; accent bar hidden) --- */
.uct-contact-page .uct-contact-form-container--variant-minimal,
.uct-contact-page .pcp-contact-form-container--variant-minimal {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

.uct-contact-page .uct-contact-form-container--variant-minimal::before,
.uct-contact-page .pcp-contact-form-container--variant-minimal::before {
    display: none;
}

.uct-contact-page .uct-contact-form-container--variant-minimal .pcp-form-header,
.uct-contact-page .uct-contact-form-container--variant-minimal .uct-form-header {
    border-bottom: 1px solid var(--uct-contact-card-border, var(--gray-100));
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
}

/* --- Sidebar: light (FAQ help-box card language; overrides .navy on box) --- */
.uct-contact-page .uct-sidebar-box--variant-light.navy {
    background-color: var(--uct-contact-card-bg, var(--white));
    color: var(--uct-contact-heading-color, var(--brand-navy));
    border: 1px solid var(--uct-contact-card-border, var(--gray-100));
    box-shadow: 0 10px 28px -14px rgba(15, 43, 76, 0.1);
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-decoration {
    background: var(--gray-50);
}

.uct-contact-page .uct-sidebar-box--variant-light h3 {
    color: var(--uct-contact-heading-color, var(--brand-navy));
    border-bottom-color: var(--uct-contact-card-border, var(--gray-100));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-icon {
    background-color: var(--gray-50);
    color: var(--uct-contact-accent-color, var(--brand-yellow));
    border: 1px solid var(--uct-contact-card-border, var(--gray-200));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-icon.no-bg {
    background-color: transparent;
    border: none;
    color: var(--uct-contact-accent-color, var(--brand-yellow));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text .label.pcp-ui-heading,
.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text .label.uct-ui-heading {
    color: var(--uct-contact-accent-color, var(--brand-yellow));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text .label.gray.pcp-ui-heading,
.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text .label.gray.uct-ui-heading {
    color: var(--uct-contact-text-color, var(--gray-400));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text p,
.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text p.white {
    color: var(--uct-contact-heading-color, var(--brand-navy));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-text small {
    color: var(--uct-contact-text-color, var(--gray-500));
}

.uct-contact-page .uct-sidebar-box--variant-light .uct-sidebar-divider {
    background: var(--uct-contact-card-border, var(--gray-100));
}

/* --- Map: image-card (stronger media card frame; works with iframe or img) --- */
.uct-contact-page .uct-sidebar-map--variant-image-card {
    border: 1px solid var(--uct-contact-card-border, var(--gray-100));
    box-shadow: 0 12px 32px -16px rgba(15, 43, 76, 0.12);
    overflow: hidden;
}

.uct-contact-page .uct-sidebar-map--variant-image-card .uct-map-preview {
    background: var(--gray-100);
}

.uct-contact-page .uct-sidebar-map--variant-image-card .uct-map-preview iframe,
.uct-contact-page .uct-sidebar-map--variant-image-card .uct-map-preview img {
    filter: grayscale(35%);
}

.uct-contact-page .uct-sidebar-map--variant-image-card .uct-map-note {
    background: var(--uct-contact-card-bg, var(--white));
    border-top: 1px solid var(--uct-contact-card-border, var(--gray-100));
}

/* --- Bottom icons: cards (About feature-card language) --- */
.uct-contact-page .uct-contact-bottom-icons--variant-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    border-top: none;
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .uct-contact-page .uct-contact-bottom-icons--variant-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .uct-contact-page .uct-contact-bottom-icons--variant-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.uct-contact-page .uct-contact-bottom-icons--variant-cards .uct-bottom-icon {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.25rem;
    background-color: var(--uct-contact-card-bg, var(--white));
    border: 1px solid var(--uct-contact-card-border, var(--gray-100));
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    opacity: 1;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uct-contact-page .uct-contact-bottom-icons--variant-cards .uct-bottom-icon:hover {
    opacity: 1;
    border-color: var(--uct-contact-accent-color, var(--brand-yellow));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

/* --- Fieldset/legend (form usability; DEMO-CONTACT-07) --- */
.uct-contact-page .pcp-contact-form fieldset,
.uct-contact-page .uct-contact-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.uct-contact-page .pcp-contact-form legend,
.uct-contact-page .uct-contact-form legend {
    display: block;
    width: 100%;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--uct-contact-heading-color, var(--brand-navy));
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    padding: 0;
}

/* -------------------------------------------------------------------------
   DEMO-CONTACT-13: Contact advanced corner styles (CSS for DEMO-CONTACT-12)
   Scoped to .uct-contact-page; *--corner-rounded / *--corner-square from scaffold.
   Magnitudes aligned with FAQ/About (0.75rem surfaces, 0.5rem fields/buttons).
   ------------------------------------------------------------------------- */

.uct-contact-page {
    --uct-contact-radius-surface: 0.75rem;
    --uct-contact-radius-field: 0.5rem;
    --uct-contact-radius-button: 0.5rem;
}

/* --- Departments: rounded --- */
.uct-contact-page .uct-departments-grid--corner-rounded .uct-dept-card,
.uct-contact-page--departments-corner-rounded .uct-dept-card {
    border-radius: var(--uct-contact-radius-surface);
}

.uct-contact-page .uct-departments-grid--variant-list.uct-departments-grid--corner-rounded .uct-dept-card,
.uct-contact-page--departments-corner-rounded .uct-departments-grid--variant-list .uct-dept-card {
    border-radius: var(--uct-contact-radius-field);
}

/* DEMO-CONTACT-13B: Department icon background tiles */
.uct-contact-page--departments-corner-rounded .uct-dept-icon,
.uct-contact-page .uct-departments-grid--corner-rounded .uct-dept-icon {
    border-radius: var(--uct-contact-radius-field);
}

/* --- Form container: rounded (card variant only; minimal has no outer surface) --- */
.uct-contact-page .uct-contact-form-container--corner-rounded:not(.uct-contact-form-container--variant-minimal),
.uct-contact-page .pcp-contact-form-container--corner-rounded:not(.pcp-contact-form-container--variant-minimal),
.uct-contact-page--form-corner-rounded .uct-contact-form-container:not(.uct-contact-form-container--variant-minimal),
.uct-contact-page--form-corner-rounded .pcp-contact-form-container:not(.pcp-contact-form-container--variant-minimal) {
    border-radius: var(--uct-contact-radius-surface);
    overflow: hidden;
}

.uct-contact-page .uct-contact-form-container--corner-rounded .pcp-form-section.bg-gray,
.uct-contact-page .uct-contact-form--fields-corner-rounded .pcp-form-section.bg-gray,
.uct-contact-page--form-corner-rounded .pcp-form-section.bg-gray,
.uct-contact-page--fields-corner-rounded .pcp-form-section.bg-gray {
    border-radius: var(--uct-contact-radius-field);
}

/* --- Form fields: rounded --- */
.uct-contact-page .uct-contact-form--fields-corner-rounded .pcp-form-group input[type="text"],
.uct-contact-page .uct-contact-form--fields-corner-rounded .pcp-form-group input[type="email"],
.uct-contact-page .uct-contact-form--fields-corner-rounded .pcp-form-group input[type="tel"],
.uct-contact-page .uct-contact-form--fields-corner-rounded .pcp-form-group select,
.uct-contact-page .uct-contact-form--fields-corner-rounded .pcp-form-group textarea,
.uct-contact-page--fields-corner-rounded .pcp-form-group input[type="text"],
.uct-contact-page--fields-corner-rounded .pcp-form-group input[type="email"],
.uct-contact-page--fields-corner-rounded .pcp-form-group input[type="tel"],
.uct-contact-page--fields-corner-rounded .pcp-form-group select,
.uct-contact-page--fields-corner-rounded .pcp-form-group textarea {
    border-radius: var(--uct-contact-radius-field);
}

/* --- Sidebar: rounded (box surface; decoration circle unchanged) --- */
.uct-contact-page .uct-sidebar-box--corner-rounded,
.uct-contact-page--sidebar-corner-rounded .uct-sidebar-box {
    border-radius: var(--uct-contact-radius-surface);
}

.uct-contact-page .uct-sidebar-box--corner-rounded .uct-sidebar-decoration,
.uct-contact-page--sidebar-corner-rounded .uct-sidebar-decoration {
    border-radius: 50%;
}

/* DEMO-CONTACT-13B: Sidebar icon background tiles (not .no-bg) */
.uct-contact-page--sidebar-corner-rounded .uct-sidebar-icon:not(.no-bg),
.uct-contact-page .uct-sidebar-box--corner-rounded .uct-sidebar-icon:not(.no-bg) {
    border-radius: var(--uct-contact-radius-field);
}

/* --- Map: rounded --- */
.uct-contact-page .uct-sidebar-map--corner-rounded,
.uct-contact-page--map-corner-rounded .uct-sidebar-map {
    border-radius: var(--uct-contact-radius-surface);
    overflow: hidden;
}

.uct-contact-page .uct-sidebar-map--corner-rounded .uct-map-preview,
.uct-contact-page--map-corner-rounded .uct-map-preview {
    border-radius: var(--uct-contact-radius-field);
    overflow: hidden;
}

.uct-contact-page .uct-sidebar-map--corner-rounded .uct-map-preview iframe,
.uct-contact-page .uct-sidebar-map--corner-rounded .uct-map-preview img,
.uct-contact-page--map-corner-rounded .uct-map-preview iframe,
.uct-contact-page--map-corner-rounded .uct-map-preview img {
    border-radius: 0;
}

/* --- Bottom icons: rounded (cards variant only) --- */
.uct-contact-page .uct-contact-bottom-icons--variant-cards.uct-contact-bottom-icons--corner-rounded .uct-bottom-icon,
.uct-contact-page--bottom-icons-corner-rounded .uct-contact-bottom-icons--variant-cards .uct-bottom-icon {
    border-radius: var(--uct-contact-radius-surface);
}

/* --- Submit button: rounded --- */
.uct-contact-page--button-corner-rounded .pcp-contact-form button[type="submit"].pcp-btn--primary,
.uct-contact-page--button-corner-rounded .pcp-contact-form button[type="submit"].uct-btn--primary,
.uct-contact-page--button-corner-rounded .uct-contact-form button[type="submit"].pcp-btn--primary,
.uct-contact-page--button-corner-rounded .uct-contact-form button[type="submit"].uct-btn--primary {
    border-radius: var(--uct-contact-radius-button);
}

/* --- Square overrides (preserve default / per-element square when base is rounded) --- */
.uct-contact-page .uct-departments-grid--corner-square .uct-dept-card,
.uct-contact-page--departments-corner-square .uct-dept-card,
.uct-contact-page--departments-corner-square .uct-dept-icon,
.uct-contact-page .uct-departments-grid--corner-square .uct-dept-icon,
.uct-contact-page--sidebar-corner-square .uct-sidebar-icon:not(.no-bg),
.uct-contact-page .uct-sidebar-box--corner-square .uct-sidebar-icon:not(.no-bg),
.uct-contact-page .uct-contact-form-container--corner-square:not(.uct-contact-form-container--variant-minimal),
.uct-contact-page .pcp-contact-form-container--corner-square:not(.pcp-contact-form-container--variant-minimal),
.uct-contact-page--form-corner-square .uct-contact-form-container:not(.uct-contact-form-container--variant-minimal),
.uct-contact-page--form-corner-square .pcp-contact-form-container:not(.pcp-contact-form-container--variant-minimal),
.uct-contact-page .uct-contact-form-container--corner-square .pcp-form-section.bg-gray,
.uct-contact-page .uct-contact-form--fields-corner-square .pcp-form-section.bg-gray,
.uct-contact-page--form-corner-square .pcp-form-section.bg-gray,
.uct-contact-page--fields-corner-square .pcp-form-section.bg-gray,
.uct-contact-page .uct-contact-form--fields-corner-square .pcp-form-group input[type="text"],
.uct-contact-page .uct-contact-form--fields-corner-square .pcp-form-group input[type="email"],
.uct-contact-page .uct-contact-form--fields-corner-square .pcp-form-group input[type="tel"],
.uct-contact-page .uct-contact-form--fields-corner-square .pcp-form-group select,
.uct-contact-page .uct-contact-form--fields-corner-square .pcp-form-group textarea,
.uct-contact-page--fields-corner-square .pcp-form-group input[type="text"],
.uct-contact-page--fields-corner-square .pcp-form-group input[type="email"],
.uct-contact-page--fields-corner-square .pcp-form-group input[type="tel"],
.uct-contact-page--fields-corner-square .pcp-form-group select,
.uct-contact-page--fields-corner-square .pcp-form-group textarea,
.uct-contact-page .uct-sidebar-box--corner-square,
.uct-contact-page--sidebar-corner-square .uct-sidebar-box,
.uct-contact-page .uct-sidebar-map--corner-square,
.uct-contact-page--map-corner-square .uct-sidebar-map,
.uct-contact-page .uct-sidebar-map--corner-square .uct-map-preview,
.uct-contact-page--map-corner-square .uct-map-preview,
.uct-contact-page .uct-sidebar-map--corner-square .uct-map-preview iframe,
.uct-contact-page .uct-sidebar-map--corner-square .uct-map-preview img,
.uct-contact-page--map-corner-square .uct-map-preview iframe,
.uct-contact-page--map-corner-square .uct-map-preview img,
.uct-contact-page .uct-contact-bottom-icons--variant-cards.uct-contact-bottom-icons--corner-square .uct-bottom-icon,
.uct-contact-page--bottom-icons-corner-square .uct-contact-bottom-icons--variant-cards .uct-bottom-icon,
.uct-contact-page--button-corner-square .pcp-contact-form button[type="submit"].pcp-btn--primary,
.uct-contact-page--button-corner-square .pcp-contact-form button[type="submit"].uct-btn--primary,
.uct-contact-page--button-corner-square .uct-contact-form button[type="submit"].pcp-btn--primary,
.uct-contact-page--button-corner-square .uct-contact-form button[type="submit"].uct-btn--primary {
    border-radius: 0;
}

/* Shop sidebar: single visual price range slider (dual handle) */
.pcp-price-range,
.uct-price-range {
    position: relative;
    height: 1.5rem;
}

.pcp-price-range-track,
.uct-price-range-track {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: var(--uct-shop-price-range-track-height, var(--pcp-shop-price-range-track-height, 4px));
    transform: translateY(-50%);
    background: var(--uct-shop-price-range-track-bg, var(--pcp-shop-price-range-track-bg, var(--gray-200)));
}

.pcp-price-range-fill,
.uct-price-range-fill {
    position: absolute;
    top: 50%;
    height: var(--uct-shop-price-range-track-height, var(--pcp-shop-price-range-track-height, 4px));
    transform: translateY(-50%);
    background: var(--uct-shop-price-range-fill-bg, var(--pcp-shop-price-range-fill-bg, var(--brand-navy)));
    left: 0;
    width: 100%;
}

.pcp-price-range-input,
.uct-price-range-input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.pcp-price-range-input::-webkit-slider-runnable-track,
.uct-price-range-input::-webkit-slider-runnable-track {
    height: var(--uct-shop-price-range-track-height, var(--pcp-shop-price-range-track-height, 4px));
    background: transparent;
}

.pcp-price-range-input::-moz-range-track,
.uct-price-range-input::-moz-range-track {
    height: var(--uct-shop-price-range-track-height, var(--pcp-shop-price-range-track-height, 4px));
    background: transparent;
}

.pcp-price-range-input::-webkit-slider-thumb,
.uct-price-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--uct-shop-price-range-thumb-size, var(--pcp-shop-price-range-thumb-size, 14px));
    height: var(--uct-shop-price-range-thumb-size, var(--pcp-shop-price-range-thumb-size, 14px));
    border-radius: 9999px;
    border: var(--uct-shop-price-range-thumb-border-width, var(--pcp-shop-price-range-thumb-border-width, 2px)) solid var(--uct-shop-price-range-thumb-border, var(--pcp-shop-price-range-thumb-border, var(--brand-navy)));
    background: var(--uct-shop-price-range-thumb-bg, var(--pcp-shop-price-range-thumb-bg, #fff));
    cursor: pointer;
    pointer-events: auto;
    margin-top: calc((var(--uct-shop-price-range-thumb-size, var(--pcp-shop-price-range-thumb-size, 14px)) - var(--uct-shop-price-range-track-height, var(--pcp-shop-price-range-track-height, 4px))) / -2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.pcp-price-range-input::-moz-range-thumb,
.uct-price-range-input::-moz-range-thumb {
    width: var(--uct-shop-price-range-thumb-size, var(--pcp-shop-price-range-thumb-size, 14px));
    height: var(--uct-shop-price-range-thumb-size, var(--pcp-shop-price-range-thumb-size, 14px));
    border-radius: 9999px;
    border: var(--uct-shop-price-range-thumb-border-width, var(--pcp-shop-price-range-thumb-border-width, 2px)) solid var(--uct-shop-price-range-thumb-border, var(--pcp-shop-price-range-thumb-border, var(--brand-navy)));
    background: var(--uct-shop-price-range-thumb-bg, var(--pcp-shop-price-range-thumb-bg, #fff));
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.pcp-price-manual,
.uct-price-manual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--uct-shop-price-inputs-gap, var(--pcp-shop-price-inputs-gap, 12px));
    align-items: end;
}

.pcp-price-manual-item,
.uct-price-manual-item {
    min-width: 0;
}

.pcp-price-manual-label,
.uct-price-manual-label {
    display: block;
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gray-500);
}

.pcp-price-manual-input,
.uct-price-manual-input {
    width: 100%;
    min-height: 2.25rem;
    padding: 0.45rem 0.65rem;
    border: var(--uct-shop-price-inputs-border-width, var(--pcp-shop-price-inputs-border-width, 1px)) solid var(--uct-shop-price-inputs-border-color, var(--pcp-shop-price-inputs-border-color, var(--gray-300)));
    background: var(--uct-shop-price-inputs-bg, var(--pcp-shop-price-inputs-bg, #fff));
    color: var(--uct-shop-price-inputs-text-color, var(--pcp-shop-price-inputs-text-color, var(--brand-navy)));
    border-radius: var(--uct-shop-price-inputs-radius, var(--pcp-shop-price-inputs-radius, 0px));
    font-size: 0.8125rem;
    font-weight: 700;
}

.pcp-price-manual-input:focus,
.uct-price-manual-input:focus {
    outline: none;
    border-color: var(--uct-shop-price-inputs-focus-color, var(--pcp-shop-price-inputs-focus-color, var(--brand-navy)));
    box-shadow: 0 0 0 1px var(--uct-shop-price-inputs-focus-color, var(--pcp-shop-price-inputs-focus-color, var(--brand-navy)));
}

/* Shop attribute filters - chip style options */
.pcp-shop-attr-options,
.uct-shop-attr-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--uct-shop-filters-chip-gap, var(--pcp-shop-filters-chip-gap, 8px));
}

.pcp-shop-attr-chip,
.uct-shop-attr-chip {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.pcp-shop-attr-chip-input,
.uct-shop-attr-chip-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pcp-shop-attr-chip-label,
.uct-shop-attr-chip-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.38rem 0.8rem;
    border: 1px solid var(--uct-shop-filters-chip-border-color, var(--pcp-shop-filters-chip-border-color, var(--gray-300)));
    border-radius: var(--uct-shop-filters-chip-radius, var(--pcp-shop-filters-chip-radius, 0px));
    background: var(--uct-shop-filters-chip-bg, var(--pcp-shop-filters-chip-bg, #fff));
    color: var(--uct-shop-filters-chip-text-color, var(--pcp-shop-filters-chip-text-color, var(--gray-700)));
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.pcp-shop-attr-chip:hover .pcp-shop-attr-chip-label,
.uct-shop-attr-chip:hover .uct-shop-attr-chip-label {
    border-color: var(--uct-shop-filters-chip-active-border-color, var(--pcp-shop-filters-chip-active-border-color, var(--brand-navy)));
    color: var(--uct-shop-filters-chip-active-border-color, var(--pcp-shop-filters-chip-active-border-color, var(--brand-navy)));
}

.pcp-shop-attr-chip-input:checked + .pcp-shop-attr-chip-label,
.uct-shop-attr-chip-input:checked + .uct-shop-attr-chip-label {
    background: var(--uct-shop-filters-chip-active-bg, var(--pcp-shop-filters-chip-active-bg, var(--brand-navy)));
    border-color: var(--uct-shop-filters-chip-active-border-color, var(--pcp-shop-filters-chip-active-border-color, var(--brand-navy)));
    color: var(--uct-shop-filters-chip-active-text-color, var(--pcp-shop-filters-chip-active-text-color, var(--brand-yellow)));
    box-shadow: 0 2px 8px rgba(15, 43, 76, 0.2);
}

.pcp-shop-attr-chip-input:focus-visible + .pcp-shop-attr-chip-label,
.uct-shop-attr-chip-input:focus-visible + .uct-shop-attr-chip-label {
    outline: 2px solid var(--brand-yellow);
    outline-offset: 2px;
}

.pcp-shop-filter-clear-wrap,
.uct-shop-filter-clear-wrap {
    margin-top: 0.6rem;
    text-align: center;
}

.pcp-shop-filter-clear-link,
.uct-shop-filter-clear-link {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--uct-shop-filters-clear-text-color, var(--pcp-shop-filters-clear-text-color, var(--gray-500)));
    text-decoration: none;
    border: 1px dashed var(--uct-shop-filters-clear-border-color, var(--pcp-shop-filters-clear-border-color, var(--gray-400)));
    background: var(--uct-shop-filters-clear-bg, var(--pcp-shop-filters-clear-bg, #fff));
    border-radius: var(--uct-shop-filters-clear-radius, var(--pcp-shop-filters-clear-radius, 0px));
    padding: 0.3rem 0.55rem;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.pcp-shop-filter-clear-link:hover,
.uct-shop-filter-clear-link:hover {
    color: var(--uct-shop-filters-clear-hover-text-color, var(--pcp-shop-filters-clear-hover-text-color, var(--brand-navy)));
    border-color: var(--uct-shop-filters-clear-hover-border-color, var(--pcp-shop-filters-clear-hover-border-color, var(--brand-navy)));
    background: var(--uct-shop-filters-clear-hover-bg, var(--pcp-shop-filters-clear-hover-bg, #f3f4f6));
}

/* Floating scroll-to-top button */
.pcp-scroll-top,
.uct-scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    background: #0673b4 !important;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* Below .mobile-menu (1450); header-nav.js sets the same inline */
    z-index: 1200;
    box-shadow: 0 10px 18px -10px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.pcp-scroll-top:hover,
.pcp-scroll-top:focus-visible,
.uct-scroll-top:hover,
.uct-scroll-top:focus-visible {
    background: #055a8c !important;
    color: #ffffff !important;
}

.pcp-scroll-top svg,
.uct-scroll-top svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
}

.pcp-scroll-top.is-visible,
.uct-scroll-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.uct-bottom-icon .icon-wrapper {
    color: var(--brand-navy);
}

.uct-bottom-icon .pcp-ui-heading,
.uct-bottom-icon .uct-ui-heading {
    color: var(--brand-navy);
    margin-bottom: 0.25rem;
}


/* =========================================
   SIDE CART
   ========================================= */

.pcp-side-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 2000000;
}

.pcp-side-cart-overlay.open {
    opacity: 1;
    visibility: visible;
}

.pcp-side-cart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    background: var(--white);
    z-index: 2000001;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    visibility: hidden;
    box-shadow: -10px 0 25px -5px rgba(0, 0, 0, 0.1);
}

.pcp-side-cart.open {
    transform: translateX(0);
    visibility: visible;
    display: flex;
    flex-direction: column;
}

.pcp-side-cart-header {
    background: var(--brand-navy);
    color: var(--white);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pcp-side-cart-header .header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.pcp-side-cart-header .pcp-modal-title-h2 {
    color: inherit;
}

.pcp-side-cart-header .header-left svg {
    color: #ffffff;
    stroke: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
}

.pcp-cart-close {
    background: transparent;
    border: none;
    color: #ffffff;
    transition: color 0.2s ease;
}

.pcp-cart-close svg {
    color: #ffffff;
    stroke: #ffffff;
}

.pcp-cart-close:hover,
.pcp-cart-close:focus-visible {
    color: #ffffff;
    background: transparent;
}

.pcp-cart-close:hover svg,
.pcp-cart-close:focus-visible svg {
    color: #ffffff;
    stroke: #ffffff;
}

.pcp-side-cart-content {
    flex: 1;
    overflow: hidden;
    /* Disable scroll here, children will handle it */
    padding: 0;
    display: flex;
    flex-direction: column;
}

#pcp-mini-cart-content {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

#pcp-mini-cart-content.pcp-mini-cart-loading {
    align-items: center;
    justify-content: center;
}

.pcp-empty-cart-message {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* WOOCOMMERCE MINI CART OVERRIDES */

.widget_shopping_cart_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.15rem 0.85rem;
    overflow: hidden;
}

.woocommerce-mini-cart {
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

ul.woocommerce-mini-cart {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    /* Enable scrolling for the items list */
    min-height: 0;
    /* Important for flex containers to allow children to scroll */
}

/* WooCommerce widget lists: vertical rhythm (gap needs flex column) */
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

li.woocommerce-mini-cart-item {
    display: flex;
    gap: 1rem;
    padding: 1.375rem 0;
    position: relative;
    align-items: flex-start;
}

/* Image */
.woocommerce-mini-cart .pcp-cart-item-image {
    width: 5.75rem;
    height: 5.75rem;
    flex: 0 0 5.75rem;
    box-sizing: border-box;
    padding: 0.4rem;
    border: 1px solid var(--gray-200);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.woocommerce-mini-cart .pcp-cart-item-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.woocommerce-mini-cart .pcp-cart-item-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    display: block;
    margin: 0;
}

@media (max-width: 767px) {
    .woocommerce-mini-cart .pcp-cart-item-image {
        width: 5rem;
        height: 5rem;
        flex: 0 0 5rem;
        padding: 0.32rem;
    }
}

/* Mini cart item body — scoped to drawer list only */
.woocommerce-mini-cart .pcp-cart-item-details {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    padding-right: 2.25rem;
}

.woocommerce-mini-cart .pcp-cart-item-name {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brand-navy);
    line-height: 1.35;
}

.woocommerce-mini-cart .pcp-cart-item-name a {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brand-navy);
    line-height: 1.35;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Plugins / legacy: hide variation dl in mini cart only (no meta strip in template). */
.woocommerce-mini-cart .pcp-cart-item-details dl.variation {
    display: none !important;
}

.woocommerce-mini-cart .pcp-cart-item-qty {
    font-size: 0.75rem;
    color: var(--gray-500);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0.1rem 0 0;
}

.woocommerce-mini-cart .pcp-cart-item-price {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--brand-navy);
    line-height: 1.2;
    margin: 0;
}

/* Remove — mini cart only (do not affect cart page `.remove` without this class). */
.woocommerce-mini-cart li.woocommerce-mini-cart-item > a.remove.remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    color: #ef4444;
    background: transparent;
    border: none;
    padding: 0.2rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.woocommerce-mini-cart li.woocommerce-mini-cart-item > a.remove.remove_from_cart_button:hover {
    color: #991b1b;
}

/* Footer Section */
.woocommerce-mini-cart__total {
    margin-top: 0;
    padding: 1rem 0;
    border-top: 1px solid var(--gray-100);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    color: var(--brand-navy);
}

.woocommerce-mini-cart__total span {
    font-weight: 800;
}

.woocommerce-mini-cart__total strong {
    font-weight: 800;
}

/* Specific override for mini-cart buttons to ensure they look like described */
.woocommerce-mini-cart__footer .woocommerce-mini-cart__buttons {
    display: grid;
    gap: 0.5rem;
    margin: 0;
    background: var(--white);
}

.woocommerce-mini-cart__buttons .pcp-btn {
    width: 100% !important;
    display: flex !important;
    min-height: 2.75rem;
}

@media (max-width: 767px) {
    .widget_shopping_cart_content {
        padding: 0.95rem 0.7rem;
        padding-bottom: 0;
    }

    ul.woocommerce-mini-cart {
        padding-bottom: 1rem;
    }

    .woocommerce-mini-cart__footer {
        position: relative;
        background: var(--white);
        border-top: 0;
        box-shadow: none;
        margin-top: auto;
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 0;
        padding: 0.75rem 1rem 1rem;
        z-index: 3;
    }

    .woocommerce-mini-cart__total {
        padding: 0 0 0.75rem;
        margin-bottom: 0.6rem;
        border-top: 0;
    }

    .woocommerce-mini-cart__footer .woocommerce-mini-cart__buttons {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .woocommerce-mini-cart__buttons .pcp-btn {
        min-height: 2.4rem;
        letter-spacing: 0.04em;
        font-size: 0.625rem;
        padding: 0.5rem 0.6rem;
    }

    .woocommerce-mini-cart__buttons .pcp-btn--secondary {
        border-width: 1px;
    }

    .woocommerce-mini-cart__buttons .pcp-btn--primary {
        border-width: 1px;
    }
}

/* =========================================
   CART PAGE (Redesigned)
   ========================================= */

.pcp-cart-wrapper {
    background-color: rgba(249, 250, 251, 0.3);
    min-height: 100vh;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .pcp-cart-wrapper {
        padding-bottom: 6rem;
    }
}

.pcp-cart-wrapper-empty {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* HERO SECTION (Standardized) */
.pcp-hero-section {
    margin-top: 10px !important;
    /* Reduced from 1.5rem */
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .pcp-hero-section {
        margin-top: 15px !important;
        /* Reduced from 2rem */
        margin-bottom: 3rem;
    }
}

.pcp-hero-inner {
    background-color: #0f2b4c !important;
    /* Brand Navy */
    border: 1px solid #1f2937;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .pcp-hero-inner {
        padding: 3.5rem;
    }
}

.pcp-hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    pointer-events: none;
}

.pcp-hero-title {
    font-family: var(--pcp-font-family-base, 'Inter', system-ui, -apple-system, sans-serif) !important;
    font-size: calc(var(--pcp-h1-size, 2.25rem) * 0.67);
    font-weight: 900 !important;
    line-height: var(--pcp-h1-line-height, 1.2);
    color: #ffffff !important;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .pcp-hero-title {
        font-size: calc(var(--pcp-h1-size, 2.25rem) * 1.33);
        margin-bottom: 1rem;
    }
}

.pcp-hero-subtitle {
    font-family: var(--pcp-font-family-base, 'Inter', system-ui, -apple-system, sans-serif) !important;
    font-size: 0.625rem;
    color: #d1d5db;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.9;
    position: relative;
    z-index: 10;
    margin: 0;
}

@media (min-width: 768px) {
    .pcp-hero-subtitle {
        font-size: 0.75rem;
        letter-spacing: 0.3em;
    }
}

/* Original Legacy Cart Hero (To be removed/deprecated in favor of above) */
.pcp-cart-hero {
    display: none;
}

/* CART LAYOUT GRID */
.pcp-cart-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* gap-8 */
}

@media (min-width: 1024px) {
    .pcp-cart-grid {
        flex-direction: row;
        gap: 3rem;
        /* md:gap-12 */
    }
}

.pcp-cart-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* space-y-4 */
}

@media (min-width: 768px) {
    .pcp-cart-main {
        gap: 1.5rem;
        /* md:space-y-6 */
    }
}

/* FREE SHIPPING PROGRESS */
.pcp-free-shipping {
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    padding: 1rem;
    /* p-4 */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    /* shadow-sm */
}

@media (min-width: 768px) {
    .pcp-free-shipping {
        padding: 1.5rem;
        /* md:p-6 */
    }
}

.pcp-free-shipping__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    /* mb-3 */
}

@media (min-width: 768px) {
    .pcp-free-shipping__header {
        margin-bottom: 1rem;
        /* md:mb-4 */
    }
}

.pcp-free-shipping__info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* gap-2 */
}

@media (min-width: 768px) {
    .pcp-free-shipping__info {
        gap: 0.75rem;
        /* md:gap-3 */
    }
}

.pcp-icon-navy {
    color: var(--brand-navy);
}

.pcp-free-shipping__text {
    font-size: 0.625rem;
    /* text-[10px] */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    color: var(--brand-navy);
}

@media (min-width: 768px) {
    .pcp-free-shipping__text {
        font-size: 0.6875rem;
        /* md:text-[11px] */
    }
}

.pcp-free-shipping__percent {
    font-size: 0.625rem;
    /* text-[10px] */
    font-weight: 900;
    color: var(--gray-500);
}

.pcp-progress-bar {
    height: 0.5rem;
    /* h-2 */
    background-color: var(--gray-100);
    border-radius: 9999px;
    overflow: hidden;
}

.pcp-progress-bar__fill {
    height: 100%;
    background-color: #0673b4;
    transition: width 1s ease-out;
}

/* CART ITEMS CONTAINER */
.pcp-cart-items-container {
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    /* shadow-sm */
    overflow: hidden;
}

/* HEADER ROW (Desktop) */
.pcp-cart-header-row {
    display: none;
    background-color: #0673b4;
    padding: 1.25rem;
    /* p-5 */
    color: var(--white);
    font-size: 0.625rem;
    /* text-[10px] */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
}

@media (min-width: 768px) {
    .pcp-cart-header-row {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 1rem;
        /* gap-4 */
    }
}

.col-product {
    grid-column: span 6 / span 6;
}

.col-price {
    grid-column: span 2 / span 2;
}

.col-qty {
    grid-column: span 2 / span 2;
}

.col-total {
    grid-column: span 2 / span 2;
}

/* CART ITEM */
.pcp-cart-items-list>.pcp-cart-item {
    border-bottom: 1px solid var(--gray-100);
}

.pcp-cart-item:last-child {
    border-bottom: none;
}

.pcp-cart-item {
    padding: 1rem;
    /* p-4 */
    transition: background-color 0.2s;
}

.pcp-cart-item:hover {
    background-color: rgba(249, 250, 251, 0.5);
    /* hover:bg-gray-50/50 */
}

@media (min-width: 768px) {
    .pcp-cart-item {
        padding: 2rem;
        /* md:p-8 */
    }
}

.pcp-cart-item__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    /* gap-4 */
    align-items: center;
}

@media (min-width: 768px) {
    .pcp-cart-item__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 1.5rem;
        /* md:gap-6 */
    }
}

/* PRODUCT COLUMN */
.pcp-cart-item__product {
    grid-column: span 1 / span 1;
    display: flex;
    gap: 1rem;
    /* gap-4 */
    align-items: center;
}

@media (min-width: 768px) {
    .pcp-cart-item__product {
        grid-column: span 6 / span 6;
        gap: 1.5rem;
        /* md:gap-6 */
    }
}

.pcp-cart-item__image {
    width: 5rem;
    /* w-20 */
    height: 5rem;
    /* h-20 */
    background-color: var(--white);
    border: 1px solid var(--gray-100);
    padding: 0.5rem;
    /* p-2 */
    flex-shrink: 0;
    transition: border-color 0.2s;
}

.pcp-cart-item:hover .pcp-cart-item__image {
    border-color: var(--brand-yellow);
}

@media (min-width: 768px) {
    .pcp-cart-item__image {
        width: 6rem;
        /* md:w-24 */
        height: 6rem;
        /* md:h-24 */
    }
}

.pcp-cart-item__details {
    flex: 1;
    min-width: 0;
}

.pcp-cart-item__name {
    display: block;
    font-weight: 900;
    /* font-black */
    color: var(--brand-navy);
    text-transform: uppercase;
    font-size: 0.75rem;
    /* text-[12px] */
    letter-spacing: -0.025em;
    /* tracking-tight */
    margin-bottom: 0.25rem;
    /* mb-1 */
    transition: color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pcp-cart-item__name:hover {
    color: var(--brand-yellow);
}

@media (min-width: 768px) {
    .pcp-cart-item__name {
        font-size: 0.875rem;
        /* md:text-sm */
    }
}

.pcp-cart-item__meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    /* gap-x-4 */
    row-gap: 0.25rem;
    /* gap-y-1 */
}

.pcp-meta-badge {
    font-size: 9px;
    /* text-[9px] */
    color: var(--gray-600);
    font-weight: 700;
    /* font-bold */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    white-space: nowrap;
}

.pcp-cart-item__stock {
    margin-top: 0.5rem;
    /* mt-2 */
    display: flex;
    align-items: center;
    gap: 0.375rem;
    /* gap-1.5 */
    font-size: 9px;
    /* text-[9px] */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    color: #15803d;
    /* text-green-700 */
}

.pcp-cart-item__stock .dot {
    width: 0.375rem;
    /* w-1.5 */
    height: 0.375rem;
    /* h-1.5 */
    background-color: #22c55e;
    /* bg-green-500 */
    border-radius: 9999px;
}

/* PRICE COLUMN */
.pcp-cart-item__price {
    grid-column: span 1 / span 1;
    display: flex;
    /* Mobile: flex row */
    justify-content: space-between;
    align-items: center;
    background-color: var(--gray-50);
    padding: 0.5rem;
    /* p-2 */
}

@media (min-width: 768px) {
    .pcp-cart-item__price {
        grid-column: span 2 / span 2;
        display: block;
        /* Desktop: block */
        text-align: center;
        background-color: transparent;
        padding: 0;
    }
}

.mobile-label {
    display: block;
    font-size: 9px;
    font-weight: 900;
    color: var(--gray-500);
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .mobile-label {
        display: none;
    }
}

.price-amount {
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 900;
    color: var(--brand-navy);
}

@media (min-width: 768px) {
    .price-amount {
        font-size: 1rem;
        /* md:text-base */
    }
}

/* QUANTITY SELECTOR (REFINED) */
.pcp-cart-item__qty {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center horizontally */
    justify-content: center;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .pcp-cart-item__qty {
        grid-column: span 2;
        /* Ensure vertical centering */
        height: 100%;
    }
}

.pcp-quantity-selector {
    display: flex;
    flex-direction: row;
    /* Horizontal alignment */
    align-items: center;
    border: 2px solid var(--gray-200);
    width: 120px;
    height: 45px;
    background: var(--white);
    margin: 0 auto;
    /* Center in column */
}

.pcp-qty-btn {
    width: 40px;
    height: 100%;
    /* Fill height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.25rem;
    background: var(--white);
    color: var(--brand-navy);
    cursor: pointer;
    transition: background-color 0.2s;
    border: none;
    padding: 0;
}

.pcp-qty-btn:hover {
    background-color: var(--gray-50);
}

.pcp-qty-input {
    flex: 1;
    width: 40px;
    height: 100%;
    text-align: center;
    border: none;
    /* No border for input itself */
    font-weight: 900;
    color: var(--brand-navy);
    background: transparent;
    font-size: 1rem;
    padding: 0;
    -moz-appearance: textfield;
}

.pcp-qty-input:focus {
    outline: none;
}

/* REMOVE LINK - Centered below quantity */
.pcp-remove-link.desktop-remove {
    display: none;
    /* Mobile hidden */
    text-align: center;
    margin-top: 0.5rem;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #ef4444;
    /* red-500 */
    font-weight: 800;
    text-decoration: none;
}

@media (min-width: 768px) {
    .pcp-remove-link.desktop-remove {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .pcp-remove-link svg {
        width: 12px;
        height: 12px;
    }
}

/* TABLE HEADERS - ENFORCED */
table.shop_table.cart thead,
.pcp-cart-header-row {
    background-color: #0673b4 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    border: none !important;
}

table.shop_table.cart th,
.pcp-cart-header-row>div {
    padding: 1.25rem 1rem !important;
    border: none !important;
}

/* CART ITEM ROW */
table.shop_table.cart tbody tr,
.pcp-cart-item {
    border-bottom: 1px solid #e5e7eb !important;
    /* gray-200 */
}

.pcp-cart-item:last-child {
    border-bottom: none !important;
}

/* WooCommerce Notices Custom Styling - Green Background Style */
.woocommerce-message.pcp-auto-hide-notice {
    background: #f0fdf4 !important;
    /* bg-green-50 */
    border: 1px solid #bbf7d0 !important;
    /* border-green-200 */
    color: #166534 !important;
    /* text-green-800 */
    list-style: none !important;
    margin-left: 0 !important;
    padding: 1rem !important;
    overflow: hidden;
    position: relative !important;
}

@media (min-width: 768px) {
    .woocommerce-message.pcp-auto-hide-notice {
        padding: 1.5rem !important;
    }
}

.woocommerce-message.pcp-auto-hide-notice::before {
    display: none !important;
    content: none !important;
}

.woocommerce-message.pcp-auto-hide-notice span {
    color: #166534 !important;
}

/* Fix for WooCommerce default styling bleed */
.woocommerce-message {
    border-top: 1px solid var(--gray-200) !important;
}

.pcp-notice-icon svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
}

.woocommerce-message .pcp-notice-icon {
    color: #16a34a !important;
    /* text-green-600 */
}

.woocommerce-info,
.woocommerce-error {
    background: #fff !important;
    border: 1px solid var(--gray-200) !important;
    border-top: 1px solid var(--gray-200) !important;
    color: var(--brand-navy) !important;
    padding: 1.5rem !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important;
}

/* PRODUCT NAME */
.pcp-cart-item__name a,
.pcp-cart-item__name {
    color: #0f2b4c !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: -0.025em !important;
}

/* PRICE & TOTAL */
.product-price .amount,
.product-subtotal .amount,
.price-amount .amount,
.subtotal-amount .amount {
    color: #0f2b4c !important;
    font-weight: 900 !important;
    font-size: 16px !important;
}

/* REMOVE LINK */
.pcp-remove-link {
    color: #ef4444 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.pcp-remove-link svg {
    width: 12px;
    height: 12px;
}

/* CHECKOUT BUTTON - Handled by Tailwind in template */

/* Mobile Remove Link */
.pcp-remove-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fef2f2;
    /* bg-red-50 */
    color: #dc2626;
    /* text-red-600 */
    border-radius: 4px;
}

@media (min-width: 768px) {
    .pcp-remove-mobile {
        display: none;
    }
}

/* SUBTOTAL COLUMN */
.pcp-cart-item__subtotal {
    grid-column: span 1 / span 1;
    text-align: right;
    border-top: 1px solid var(--gray-100);
    padding-top: 0.75rem;
    /* pt-3 */
}

@media (min-width: 768px) {
    .pcp-cart-item__subtotal {
        grid-column: span 2 / span 2;
        border-top: none;
        padding-top: 0;
    }
}

.pcp-cart-item__subtotal .mobile-label {
    float: left;
    margin-top: 0.5rem;
    /* mt-2 */
}

.subtotal-amount {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 900;
    color: var(--brand-navy);
}

@media (min-width: 768px) {
    .subtotal-amount {
        font-size: 1.25rem;
        /* md:text-xl */
    }
}

/* FOOTER ACTIONS */
.pcp-cart-footer-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    /* pt-4 */
    padding-left: 0.5rem;
    /* px-2 */
    padding-right: 0.5rem;
}

@media (min-width: 640px) {
    .pcp-cart-footer-actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.pcp-btn-secondary {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    /* gap-2 */
    font-size: 0.6875rem;
    /* text-[11px] */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    color: var(--brand-navy);
    transition: color 0.2s;
    text-decoration: none;
}

.pcp-btn-secondary:hover {
    color: var(--brand-yellow);
}

@media (min-width: 640px) {
    .pcp-btn-secondary {
        width: auto;
    }
}

.pcp-btn-text-danger {
    width: 100%;
    font-size: 0.6875rem;
    /* text-[11px] */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    color: var(--gray-600);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
    text-align: center;
}

.pcp-btn-text-danger:hover {
    color: #dc2626;
    /* text-red-600 */
}

@media (min-width: 640px) {
    .pcp-btn-text-danger {
        width: auto;
    }
}

/* SIDEBAR (Collaterals) */
.pcp-cart-sidebar {
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .pcp-cart-sidebar {
        width: 24rem;
        /* w-96 */
    }
}

.pcp-totals-card {
    background-color: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    /* shadow-xl */
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pcp-totals-card {
        position: sticky;
        top: 2rem;
        /* lg:top-8 */
    }
}

.pcp-totals-card__header {
    background-color: #0673b4;
    padding: 1.25rem;
    /* p-5 */
    text-align: center;
}

@media (min-width: 768px) {
    .pcp-totals-card__header {
        padding: 1.5rem;
        /* md:p-6 */
    }
}

@media (min-width: 1024px) {
    .pcp-totals-card__header {
        text-align: left;
    }
}

.pcp-totals-title {
    color: var(--white);
    font-size: 1rem;
    /* text-base */
    font-weight: 900;
    /* font-black */
    text-transform: uppercase;
    letter-spacing: -0.025em;
    /* tracking-tight */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    /* gap-3 */
    margin: 0;
}

@media (min-width: 768px) {
    .pcp-totals-title {
        font-size: 1.125rem;
        /* md:text-lg */
    }
}

@media (min-width: 1024px) {
    .pcp-totals-title {
        justify-content: flex-start;
    }
}

.pcp-totals-card__content {
    padding: 1.5rem;
    /* p-6 */
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* space-y-6 */
}

@media (min-width: 768px) {
    .pcp-totals-card__content {
        padding: 2rem;
        /* md:p-8 */
    }
}

.pcp-totals-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    /* space-y-3 */
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 1.25rem;
    /* pb-5 */
}

@media (min-width: 768px) {
    .pcp-totals-list {
        gap: 1rem;
        /* md:space-y-4 */
        padding-bottom: 1.5rem;
        /* md:pb-6 */
    }
}

.pcp-totals-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    /* text-[12px] */
    font-weight: 700;
    /* font-bold */
    color: #374151;
    /* text-gray-700 */
    text-transform: uppercase;
    letter-spacing: 0.025em;
    /* tracking-wide */
}

.value-navy {
    color: var(--brand-navy);
}

.pcp-total-final {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pcp-total-final__wrap {
    display: flex;
    flex-direction: column;
}

.pcp-total-final__wrap .label {
    font-size: 0.625rem;
    /* text-[10px] */
    font-weight: 900;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    /* tracking-[0.2em] */
    margin-bottom: 0.25rem;
    /* mb-1 */
}

.pcp-total-final__wrap .amount {
    font-size: 1.875rem;
    /* text-3xl */
    font-weight: 900;
    color: var(--brand-navy);
    letter-spacing: -0.05em;
    /* tracking-tighter */
}

@media (min-width: 768px) {
    .pcp-total-final__wrap .amount {
        font-size: 2.25rem;
        /* md:text-4xl */
    }
}

/* CHECKOUT BUTTON - Handled by Tailwind in template */

.pcp-wishlist-page,
.uct-wishlist-page {
    padding-bottom: 5rem;
}

/* Pusta wishlista: jak .pcp-title-col h2 (Typografia → H2), wyśrodkowany */
.pcp-wishlist-empty__title,
.uct-wishlist-empty__title {
    font-size: clamp(var(--pcp-h2-size, 1.35rem), 3.6vw, calc(var(--pcp-h2-size, 2rem) * 1.05));
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0 auto 1rem;
    text-align: center;
    white-space: normal;
    max-width: 32rem;
}

@media (min-width: 992px) {
    .pcp-wishlist-empty__title,
    .uct-wishlist-empty__title {
        font-size: var(--pcp-h2-size, 2rem);
    }
}

@media (max-width: 767px) {
    .pcp-wishlist-empty__title,
    .uct-wishlist-empty__title {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.8), 6vw, var(--pcp-h2-size, 1.35rem));
        margin-bottom: 0.75rem;
    }
}

/* Lista z produktami: H2 pod hero (H1), ta sama typografia co inne H2 z panelu */
.pcp-wishlist-products__title,
.uct-wishlist-products__title {
    font-size: clamp(var(--pcp-h2-size, 1.35rem), 3.6vw, calc(var(--pcp-h2-size, 2rem) * 1.05));
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 992px) {
    .pcp-wishlist-products__title,
    .uct-wishlist-products__title {
        font-size: var(--pcp-h2-size, 2rem);
    }
}

@media (max-width: 767px) {
    .pcp-wishlist-products__title,
    .uct-wishlist-products__title {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.8), 6vw, var(--pcp-h2-size, 1.35rem));
    }
}

/* .pcp-wishlist-page footer/item labels? - removed broken block */

.pcp-b2b-card {
    margin-top: 1.5rem;
    /* mt-6 */
    padding: 1.25rem;
    /* p-5 */
    background-color: rgba(15, 43, 76, 0.05);
    /* bg-brand-navy/5 */
    border: 1px solid rgba(15, 43, 76, 0.1);
    /* border-brand-navy/10 */
    display: flex;
    gap: 1rem;
    /* gap-4 */
    align-items: flex-start;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    /* shadow-sm */
}

.pcp-b2b-title {
    font-weight: 800;
    /* font-extrabold */
    font-size: 0.625rem;
    /* text-[10px] */
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    margin-bottom: 0.25rem;
    /* mb-1 */
    margin-top: 0;
}

.pcp-b2b-text {
    font-size: 0.625rem;
    /* text-[10px] */
    color: #374151;
    /* text-gray-700 */
    line-height: 1.625;
    /* leading-relaxed */
    font-weight: 700;
    /* font-bold */
    text-transform: uppercase;
    letter-spacing: -0.025em;
    /* tracking-tight */
    margin: 0;
}

/* EMPTY CART STYLES */
.pcp-empty-cart-container {
    margin-top: 3rem;
    /* mt-12 */
    text-align: center;
    padding: 4rem 1.5rem;
    /* py-16 px-6 */
    background-color: var(--gray-50);
    border: 1px dashed var(--gray-200);
}

@media (min-width: 768px) {
    .pcp-empty-cart-container {
        padding: 6rem 1.5rem;
        /* md:py-24 */
    }
}

.pcp-empty-cart-icon-wrapper {
    width: 5rem;
    /* w-20 */
    height: 5rem;
    /* h-20 */
    background-color: var(--white);
    border: 1px solid var(--gray-100);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    /* shadow-sm */
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    /* mx-auto mb-6 */
    color: #d1d5db;
    /* text-gray-300 */
}

@media (min-width: 768px) {
    .pcp-empty-cart-icon-wrapper {
        width: 6rem;
        /* md:w-24 */
        height: 6rem;
        /* md:h-24 */
        margin-bottom: 2rem;
        /* md:mb-8 */
    }
}

.pcp-empty-cart-title {
    font-size: 1.5rem;
    /* text-2xl */
    font-weight: 900;
    /* font-black */
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    /* tracking-tight */
    margin-bottom: 1rem;
    /* mb-4 */
}

@media (min-width: 768px) {
    .pcp-empty-cart-title {
        font-size: 1.875rem;
        /* md:text-3xl */
    }
}

.pcp-empty-cart-message {
    color: var(--gray-600);
    font-weight: 700;
    /* font-bold */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    font-size: 0.625rem;
    /* text-[10px] */
    margin-bottom: 2rem;
    /* mb-8 */
    opacity: 0.7;
}

@media (min-width: 768px) {
    .pcp-empty-cart-message {
        font-size: 0.75rem;
        /* md:text-xs */
        margin-bottom: 2.5rem;
        /* md:mb-10 */
    }
}

.pcp-empty-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    /* gap-3 */
    background-color: #0673b4;
    color: #ffffff;
    font-weight: 900;
    /* font-black */
    padding: 1rem 2rem;
    /* px-8 py-4 */
    font-size: 0.625rem;
    /* text-[10px] */
    text-transform: uppercase;
    letter-spacing: 0.2em;
    /* tracking-[0.2em] */
    transition: all 0.2s;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    /* shadow-xl */
    text-decoration: none;
    border: 1px solid #0673b4;
}

.pcp-empty-cart-btn:hover,
.pcp-empty-cart-btn:focus-visible {
    background-color: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

@media (min-width: 768px) {
    .pcp-empty-cart-btn {
        padding: 1.25rem 3rem;
        /* md:px-12 md:py-5 */
        font-size: 0.6875rem;
        /* md:text-[11px] */
    }
}


.pcp-cart-page-template {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* HERO SECTION */
.pcp-cart-hero {
    background: var(--brand-navy);
    color: var(--white);
    padding: 3.5rem 0;
    /* Increased padding to match p-8 md:p-14 */
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 0;
    /* React code has no rounded corners on parent div, inner div has border */
    position: relative;
    overflow: hidden;
    border: 1px solid #1f2937;
    /* border-gray-800 equivalent */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* shadow-2xl */
}

/* Carbon Fibre Pattern Overlay */
.pcp-cart-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    pointer-events: none;
}

.pcp-cart-hero h1 {
    font-size: calc(var(--pcp-h1-size, 2.25rem) * 1.33);
    /* md:text-5xl */
    font-weight: 900;
    /* font-black */
    margin-bottom: 1rem;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    /* tracking-tight */
    position: relative;
    z-index: 10;
}

.pcp-cart-hero p {
    color: #d1d5db;
    /* text-gray-300 */
    font-size: 0.75rem;
    /* text-xs */
    font-weight: 900;
    /* font-black */
    text-transform: uppercase;
    letter-spacing: 0.3em;
    /* md:tracking-[0.3em] */
    opacity: 0.9;
    position: relative;
    z-index: 10;
}


.woocommerce-breadcrumb {
    font-size: 0.75rem;
    color: var(--gray-500);
    margin: 0;
    font-weight: 500;
}

.woocommerce-breadcrumb a {
    color: var(--brand-navy);
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: var(--brand-yellow);
}



/* PROGRESS BAR */
/* PROGRESS BAR */
.pcp-cart-progress-container {
    margin-top: 0;
    position: relative;
    z-index: 5;
    margin-bottom: 1.5rem;
}

.pcp-cart-progress-box {
    background: var(--white);
    padding: 1.25rem 2rem;
    border: 1px solid var(--gray-100);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.pcp-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--brand-navy);
}

.pcp-progress-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    color: var(--brand-navy);
}

.pcp-progress-icon.success {
    color: #16a34a;
}

.pcp-progress-text.success {
    color: #16a34a;
}

.pcp-progress-bar-bg {
    height: 10px;
    background: var(--gray-100);
    border-radius: 5px;
    overflow: hidden;
}

.pcp-progress-bar-fill {
    height: 100%;
    background: #0673b4;
    border-radius: 5px;
    transition: width 0.3s ease;
}

/* CART LAYOUT */
.pcp-cart-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-bottom: 5rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .pcp-cart-layout {
        grid-template-columns: 1fr 400px;
    }
}

/* CART TABLE */
.woocommerce-cart-form {
    background: var(--white);
    padding: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

table.shop_table.cart {
    border: none;
    margin: 0;
    border-radius: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

table.shop_table.cart thead {
    background: var(--brand-navy);
    color: var(--white);
}

table.shop_table.cart th {
    padding: 1.25rem 2rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    text-align: center;
    /* Default Center */
}

table.shop_table.cart th.product-name {
    text-align: left;
}

table.shop_table.cart th.product-subtotal {
    text-align: right;
}

table.shop_table.cart td {
    padding: 2rem;
    border-top: 1px solid var(--gray-100);
    vertical-align: middle;
}

/* Cart Product Wrapper */
.pcp-cart-product-wrapper {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.pcp-cart-product-image img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    border: 1px solid var(--gray-200);
    padding: 0.25rem;
}

.pcp-cart-product-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pcp-product-title {
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--brand-navy);
    text-decoration: none;
    text-transform: uppercase;
}

.pcp-cart-meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.6875rem;
    color: var(--gray-400);
    font-weight: 700;
    text-transform: uppercase;
}

.pcp-stock-status {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.6875rem;
    font-weight: 800;
    color: #16a34a;
    margin-top: 0.25rem;
    text-transform: uppercase;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #16a34a;
    border-radius: 50%;
}

/* Price & Subtotal */
.product-price {
    text-align: center;
}

.product-subtotal {
    text-align: right;
}


.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--brand-navy);
}

/* Quantity Input */
.product-quantity {
    text-align: center;
}

.product-quantity .quantity {
    display: inline-flex;
    border: 1px solid var(--gray-200);
    width: auto;
    margin: 0;
}

.product-quantity .quantity input {
    text-align: center;
    border: none;
    font-weight: 700;
    width: 3.5rem;
    /* Wider input */
    padding: 0.5rem;
    font-size: 1rem;
    -moz-appearance: textfield;
}

.pcp-quantity-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.pcp-cart-remove {
    font-size: 0.6875rem;
    font-weight: 800;
    color: #ef4444;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s;
}

.pcp-cart-remove:hover {
    color: #b91c1c;
    background: #fef2f2;
    border-radius: 4px;
}

/* ACTIONS ROW */
.pcp-cart-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--gray-100);
    background: var(--white);
}

.pcp-continue-shopping {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--brand-navy);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.pcp-empty-cart-btn {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--gray-400);
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
}

.pcp-empty-cart-btn:hover {
    color: var(--red-500);
}

/* HIDE DEFAULT BUTTON */
button[name="update_cart"] {
    display: none;
}

/* QUANTITY INPUT STYLING */
.woocommerce-cart-form__cart-item .quantity {
    display: flex;
    align-items: center;
    border: 2px solid var(--gray-200);
    background: var(--white);
    height: 2.5rem;
    /* h-12 // 48px */
    width: 8rem;
    /* w-32 */
    margin: 0 auto;
    /* Centered in column */
}

.woocommerce-cart-form__cart-item .quantity input.qty {
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 900;
    /* font-black */
    color: var(--brand-navy);
    padding: 0;
    -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart-form__cart-item .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* We need to use JS to insert the +/- buttons, or style the default WC ones if available. 
   Since default WC just outputs an input, we'll style the wrapper primarily. 
   To get the +/- buttons exactly like React, we either need a plugin or custom JS.
   For now, we style the input box itself to match the center part. 
   
   Wait, standard WooCommerce usually doesn't output +/- buttons by default in all themes. 
   I will style the input first to look premium. */

/* Overriding standard WC qty style */
.woocommerce .quantity .qty {
    width: 4rem;
    text-align: center;
}

/* CART COLLATERALS (SIDEBAR) */
.pcp-cart-collaterals {
    background: var(--white);
    border: 1px solid var(--gray-200);
    /* Matched React border-gray-200 */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* shadow-xl */
    height: fit-content;
    overflow: hidden;
    /* For sticky header */
}

.pcp-totals-header {
    background: var(--brand-navy);
    color: var(--white);
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pcp-totals-content {
    padding: 1.5rem 2rem;
}

.shop_table.shop_table_responsive {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gray-500);
    text-transform: uppercase;
    border-collapse: collapse;
}

.shop_table.shop_table_responsive th,
.shop_table.shop_table_responsive td {
    padding: 0.75rem 0;
    border: none;
}

.shop_table.shop_table_responsive td {
    text-align: right;
    color: var(--brand-navy);
    font-weight: 700;
}

.pcp-total-final {
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
    padding: 2rem 0;
    margin-bottom: 1.5rem;
}

.pcp-total-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.pcp-total-amount .woocommerce-Price-amount {
    font-weight: 800;
    color: var(--brand-navy);
    line-height: 1;
}

.wc-proceed-to-checkout .checkout-button {
    /* Handled by Tailwind in template for 1:1 design match */
}


/* B2B INFO */
.pcp-b2b-info {
    margin-top: 1.5rem;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.pcp-b2b-icon {
    color: var(--brand-navy);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.pcp-b2b-text {
    font-size: 0.6875rem;
    line-height: 1.5;
    color: var(--brand-navy);
}

.pcp-b2b-text strong {
    display: block;
    font-weight: 800;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

/* --- CART SIDEBAR & TOTALS --- */
.cart_totals .pcp-cart-totals-rows {
    /* Ensure no WC default table interference */
}

.cart_totals .pcp-cart-totals-rows>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Shipping Row (WooCommerce specific output handling) */
.cart_totals .shipping th {
    display: none !important;
    /* We use our own label */
}

.cart_totals .shipping td {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    color: var(--brand-navy) !important;
    text-align: right !important;
    border: none !important;
}

.cart_totals .woocommerce-shipping-destination {
    display: none !important;
}



.pcp-shipping-value ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.pcp-shipping-value ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.pcp-shipping-value li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Checkout Button */
.pcp-checkout-primary-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none !important;
}

.pcp-checkout-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Explicit notice icon styles */
.woocommerce-message .woocommerce-icon,
.woocommerce-error .woocommerce-icon,
.woocommerce-info .woocommerce-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    font-size: 1.2em;
    /* Adjust size as needed */
}

/* BOTTOM CART NOTIFICATION ANIMATIONS */
@keyframes slide-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-slide-up {
    animation: slide-up 0.5s ease-out forwards;
}

.animate-fade-in {
    animation: fade-in 0.5s ease-out forwards;
}

#pcp-bottom-notification {
    filter: none !important;
    box-shadow: none !important;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out !important;
}

#pcp-bottom-notification.translate-y-full {
    transform: translateY(200%) !important;
    opacity: 0 !important;
}

#pcp-bottom-notification>div>div {
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* Fix for WCAG Contrast Mode - Prevent the whole notification from inverting weirdly */
body.wcag-high-contrast #pcp-bottom-notification {
    filter: none !important;
}

#pcp-notif-product-meta pdi,
#pcp-notif-product-meta .amount {
    font-weight: 900;
    color: var(--brand-yellow);
}

/* HIDE DEFAULT WC "VIEW CART" LINK AFTER AJAX ADD TO CART */
.added_to_cart.wc-forward {
    display: none !important;
}

/* Client preview emergency button color fix — purchase/action CTAs (#0673b4 + white) */
#pcp-bottom-notification .pcp-btn--primary,
#pcp-bottom-notification .uct-btn--primary,
.woocommerce-mini-cart__buttons .pcp-btn--primary,
.woocommerce-mini-cart__buttons .uct-btn--primary,
.pcp-single-product-summary__cart-btn.pcp-btn--primary,
.uct-single-product-summary__cart-btn.uct-btn--primary,
.pcp-single-product-page form.cart .single_add_to_cart_button,
.uct-single-product-page form.cart .single_add_to_cart_button,
.pcp-quick-view-cart-form .pcp-btn--primary,
.uct-quick-view-cart-form .uct-btn--primary,
#pcp-wishlist-root a.add_to_cart_button,
#pcp-wishlist-root a.ajax_add_to_cart,
#pcp-wishlist-root a.add_to_cart_button.bg-brand-yellow,
#pcp-wishlist-root a.ajax_add_to_cart.bg-brand-yellow,
.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.pcp-btn--primary,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.uct-btn--primary,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary,
.pcp-shop-results-list .add_to_cart_button.uct-btn--primary {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-bottom-notification .pcp-btn--primary:hover,
#pcp-bottom-notification .pcp-btn--primary:focus-visible,
#pcp-bottom-notification .uct-btn--primary:hover,
#pcp-bottom-notification .uct-btn--primary:focus-visible,
.woocommerce-mini-cart__buttons .pcp-btn--primary:hover,
.woocommerce-mini-cart__buttons .pcp-btn--primary:focus-visible,
.woocommerce-mini-cart__buttons .uct-btn--primary:hover,
.woocommerce-mini-cart__buttons .uct-btn--primary:focus-visible,
.pcp-single-product-summary__cart-btn.pcp-btn--primary:hover,
.pcp-single-product-summary__cart-btn.pcp-btn--primary:focus-visible,
.uct-single-product-summary__cart-btn.uct-btn--primary:hover,
.uct-single-product-summary__cart-btn.uct-btn--primary:focus-visible,
.pcp-single-product-page form.cart .single_add_to_cart_button:hover,
.pcp-single-product-page form.cart .single_add_to_cart_button:focus-visible,
.uct-single-product-page form.cart .single_add_to_cart_button:hover,
.uct-single-product-page form.cart .single_add_to_cart_button:focus-visible,
.pcp-quick-view-cart-form .pcp-btn--primary:hover,
.pcp-quick-view-cart-form .pcp-btn--primary:focus-visible,
.uct-quick-view-cart-form .uct-btn--primary:hover,
.uct-quick-view-cart-form .uct-btn--primary:focus-visible,
#pcp-wishlist-root a.add_to_cart_button:hover,
#pcp-wishlist-root a.add_to_cart_button:focus-visible,
#pcp-wishlist-root a.ajax_add_to_cart:hover,
#pcp-wishlist-root a.ajax_add_to_cart:focus-visible,
.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.pcp-btn--primary:hover,
.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.pcp-btn--primary:focus-visible,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.uct-btn--primary:hover,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.uct-btn--primary:focus-visible,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary:hover,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary:focus-visible,
.pcp-shop-results-list .add_to_cart_button.uct-btn--primary:hover,
.pcp-shop-results-list .add_to_cart_button.uct-btn--primary:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

#pcp-bottom-notification .pcp-btn--primary:focus-visible,
#pcp-bottom-notification .uct-btn--primary:focus-visible,
.woocommerce-mini-cart__buttons .pcp-btn--primary:focus-visible,
.woocommerce-mini-cart__buttons .uct-btn--primary:focus-visible,
.pcp-single-product-summary__cart-btn.pcp-btn--primary:focus-visible,
.uct-single-product-summary__cart-btn.uct-btn--primary:focus-visible,
.pcp-single-product-page form.cart .single_add_to_cart_button:focus-visible,
.uct-single-product-page form.cart .single_add_to_cart_button:focus-visible,
.pcp-quick-view-cart-form .pcp-btn--primary:focus-visible,
.uct-quick-view-cart-form .uct-btn--primary:focus-visible,
#pcp-wishlist-root a.add_to_cart_button:focus-visible,
#pcp-wishlist-root a.ajax_add_to_cart:focus-visible,
.pcp-shop-results-grid .add_to_cart_button.pcp-btn--primary:focus-visible,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary:focus-visible {
    outline: 2px solid #ffc400;
    outline-offset: 2px;
}

#pcp-bottom-notification .pcp-btn--primary svg,
#pcp-bottom-notification .uct-btn--primary svg,
.woocommerce-mini-cart__buttons .pcp-btn--primary svg,
.pcp-single-product-summary__cart-btn.pcp-btn--primary svg,
.uct-single-product-summary__cart-btn.uct-btn--primary svg,
.pcp-single-product-page form.cart .single_add_to_cart_button svg,
.pcp-quick-view-cart-form .pcp-btn--primary svg,
#pcp-wishlist-root a.add_to_cart_button svg,
.pcp-shop-results-grid .add_to_cart_button.pcp-btn--primary svg,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary svg {
    color: inherit;
    stroke: currentColor;
    fill: none;
}

/* WISHLIST PAGE STYLES */

.pcp-wishlist-row img,
.uct-wishlist-row img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#pcp-wishlist-root table thead th {
    background: var(--brand-navy);
    color: var(--white);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1.25rem;
}

#pcp-wishlist-root table tbody td {
    border-bottom: 1px solid var(--gray-100);
    vertical-align: middle;
}

.pcp-wishlist-remove,
.uct-wishlist-remove {
    transition: all 0.2s ease;
}

.pcp-wishlist-remove:hover,
.uct-wishlist-remove:hover {
    background: #fee2e2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}

#pcp-wishlist-url {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--gray-300);
    padding: 0.75rem;
    width: 100%;
}

#pcp-copy-wishlist-url {
    background-color: #ffffff !important;
    color: #0673b4 !important;
    border: 1px solid #ffffff !important;
}

#pcp-copy-wishlist-url:hover,
#pcp-copy-wishlist-url:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

#pcp-copy-wishlist-url svg {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
    fill: none;
}

#pcp-copy-wishlist-url:hover svg,
#pcp-copy-wishlist-url:focus-visible svg {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    #pcp-wishlist-root .lg\:col-span-8 {
        order: 1;
    }

    #pcp-wishlist-root .lg\:col-span-4 {
        order: 2;
    }
}

/* --- PRODUCT COMPARISON WIDGET REFINED --- */
/* Align right edge with .pcp-scroll-top (header-nav.js uses right: 20px) */
#pcp-compare-bar {
    right: 20px;
    left: auto;
    width: max-content;
    max-width: calc(100vw - 40px);
    transition: all 0.3s ease;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
    /* Below .mobile-menu (1450); JS scroll button uses 1200 */
    z-index: 1100 !important;
}

/* Hide compare bar when side cart is open */
body:has(.pcp-side-cart.open) #pcp-compare-bar,
body:has(.pcp-side-cart-overlay.open) #pcp-compare-bar {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(200%) !important;
}

#pcp-compare-bar:hover {
    transform: none !important;
}

#pcp-compare-bar > div.bg-brand-navy,
#pcp-compare-bar .bg-brand-navy {
    background-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-compare-bar:hover>div {
    background-color: #055a8c !important;
    color: #ffffff !important;
}

#pcp-compare-bar:hover svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

#pcp-compare-bar .pcp-compare-bar__title,
#pcp-compare-bar .uct-compare-bar__title {
    font-size: var(--uct-ui-heading-size, var(--pcp-ui-heading-size, 0.735rem));
    line-height: var(--uct-ui-heading-line-height, var(--pcp-ui-heading-line-height, 1.3));
    letter-spacing: 0.08em;
    white-space: nowrap;
}

/* Paski / panele — Typografia → Paski i panele (interfejs); ten sam rytm niezależnie od H2/H3 */
.pcp-ui-heading,
.uct-ui-heading {
    font-size: var(--uct-ui-heading-size, var(--pcp-ui-heading-size, 0.735rem));
    font-weight: 900;
    line-height: var(--uct-ui-heading-line-height, var(--pcp-ui-heading-line-height, 1.3));
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    white-space: normal;
}

.pcp-h4-heading {
    font-size: var(--pcp-h4-size, 1.125rem);
    font-weight: 900;
    line-height: var(--pcp-h4-line-height, 1.3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.pcp-cart-b2b-title {
    color: var(--brand-navy);
    margin-bottom: 0.25rem;
}

.pcp-compare-widget-title,
.uct-compare-widget-title {
    color: var(--gray-400);
    font-size: calc(var(--pcp-h4-size, 1.125rem) * 0.56);
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.pcp-reviews-author-name,
.uct-reviews-author-name {
    color: var(--brand-navy);
    font-size: calc(var(--pcp-h4-size, 1.125rem) * 0.78);
    letter-spacing: 0.02em;
}

/* H2 w modalach (porównywarka, quick view): kompakt od Typografia → H2 — mniejszy niż sekcja na Home */
.pcp-modal-title-h2,
.uct-modal-title-h2 {
    font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.72), 3vw, calc(var(--pcp-h2-size, 2rem) * 0.82));
    font-weight: 900;
    line-height: var(--pcp-h2-line-height, 1.15);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0;
    white-space: normal;
}

@media (min-width: 768px) {
    .pcp-modal-title-h2,
    .uct-modal-title-h2 {
        font-size: calc(var(--pcp-h2-size, 2rem) * 0.88);
    }
}

@media (max-width: 767px) {
    .pcp-modal-title-h2,
    .uct-modal-title-h2 {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.65), 5vw, calc(var(--pcp-h2-size, 1.35rem) * 0.85));
    }
}

.pcp-modal-title-h2--on-light,
.uct-modal-title-h2--on-light {
    color: var(--brand-navy, #0f2b4c);
}

#pcp-compare-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1000000 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    margin: 0 !important;
    padding: 20px !important;
    pointer-events: auto !important;
}

#pcp-compare-modal:not(.pcp_compare_hidden) {
    display: flex !important;
}

#pcp-compare-modal-content {
    width: 100% !important;
    max-width: 1280px !important;
    max-height: 90vh !important;
    background: white !important;
    border-radius: 0 !important;
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.5) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    pointer-events: auto !important;
    position: relative !important;
    animation: pcp-modal-center-in 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

@keyframes pcp-modal-center-in {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(30px);
    }

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

.pcp-compare-grid-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--brand-navy) #f1f1f1;
}

.pcp-compare-grid-wrapper::-webkit-scrollbar {
    height: 8px;
}

.pcp-compare-grid-wrapper::-webkit-scrollbar-thumb {
    background: var(--brand-navy);
    border-radius: 4px;
}

/* Compare Button Active State */
.pcp-add-compare.active,
.uct-add-compare.active {
    background-color: #055a8c !important;
    color: #ffffff !important;
    border-color: #055a8c !important;
}

.pcp-add-compare.active svg,
.uct-add-compare.active svg {
    stroke: #ffffff !important;
}

/* Print Styling */
@media print {
    body * {
        visibility: hidden;
    }

    #pcp-compare-widget,
    #pcp-compare-modal,
    #pcp-compare-modal * {
        visibility: visible;
    }

    #pcp-compare-modal {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: white !important;
        backdrop-filter: none !important;
        display: block !important;
        z-index: 99999999 !important;
    }

    #pcp-compare-modal-content {
        box-shadow: none !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* Hide non-essential elements in print */
    #pcp-compare-print,
    #pcp-compare-close,
    #pcp-compare-bar,
    #pcp-compare-settings-toggle,
    .pcp-add-compare,
    .uct-add-compare,
    .pcp-remove-compare,
    .uct-remove-compare,
    .add_to_cart_button {
        display: none !important;
    }
}

/* Price spacing adjustment */
.price del {
    margin-right: 0.5rem !important;
    opacity: 0.7;
    text-decoration: line-through;
}

/* Sale price readability: old price crossed, slightly smaller, never underlined */
.product-price-block del,
.quick-view-price del,
.price del {
    text-decoration: line-through !important;
}

.product-price-block del *,
.quick-view-price del *,
.price del * {
    text-decoration: line-through !important;
}

.product-price-block ins,
.quick-view-price ins,
.price ins {
    text-decoration: none !important;
    background: transparent !important;
}

.product-price-block ins *,
.quick-view-price ins *,
.price ins * {
    text-decoration: none !important;
}

.product-price-block del .amount,
.quick-view-price del .amount,
.product-price-block .line-through {
    font-size: 0.85em !important;
    opacity: 0.75;
}

/* Keep WCAG global link underline, but exclude Woo sale-price markup. */
body.wcag-links-underlined .pcp-product-card .price,
body.wcag-links-underlined .uct-product-card .price,
body.wcag-links-underlined .pcp-product-card .price *,
body.wcag-links-underlined .uct-product-card .price *,
body.wcag-links-underlined .product-price-block .price,
body.wcag-links-underlined .product-price-block .price *,
body.wcag-links-underlined .quick-view-price,
body.wcag-links-underlined .quick-view-price * {
    text-decoration: none !important;
}

body.wcag-links-underlined .pcp-product-card .price del,
body.wcag-links-underlined .uct-product-card .price del,
body.wcag-links-underlined .pcp-product-card .price del *,
body.wcag-links-underlined .uct-product-card .price del *,
body.wcag-links-underlined .product-price-block del,
body.wcag-links-underlined .product-price-block del *,
body.wcag-links-underlined .quick-view-price del,
body.wcag-links-underlined .quick-view-price del * {
    text-decoration: line-through !important;
}

/* Direct Woo amount class guard (prevents inherited underline from links). */
.woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount *,
body.wcag-links-underlined .woocommerce-Price-amount.amount,
body.wcag-links-underlined .woocommerce-Price-amount.amount * {
    text-decoration: none !important;
}

del .woocommerce-Price-amount.amount,
del .woocommerce-Price-amount.amount * {
    text-decoration: line-through !important;
}

/* Modal specific price fixing */
#pcp-compare-modal-content [data-compare-field="price"] {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

#pcp-compare-modal-content [data-compare-field="price"] ins {
    text-decoration: none !important;
    background: transparent !important;
}

/* Global utility for hiding compare elements (modal, settings, etc) */
.pcp_compare_hidden {
    display: none !important;
}

/* Missing Utility Classes for Button Styling */
.bg-brand-yellow {
    background-color: var(--brand-yellow);
}

.text-brand-navy {
    color: var(--brand-navy);
}

.hover\:bg-brand-navy:hover {
    background-color: #0673b4;
}

.hover\:text-white:hover {
    color: var(--white);
}


/* Quick View Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

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

.animate-fade-in {
    animation: fadeIn 0.3s ease-out forwards;
}

.animate-slide-up {
    animation: slideUp 0.4s ease-out forwards;
}

.pcp-modal-open,
.uct-modal-open {
    overflow: hidden;
}

/* Zakładki produktu: tokeny i reguły w assets/css/product-summary.css (enqueue na single product). */

/* Helper for custom checkbox on light backgrounds */
.pcp-checkbox-dark-border,
.uct-checkbox-dark-border {
    border-color: var(--gray-300) !important;
}

/* Custom Brand Utilities */
.bg-brand-yellow {
    background-color: var(--brand-yellow) !important;
}

.text-brand-yellow {
    color: var(--brand-yellow) !important;
}

.border-brand-yellow {
    border-color: var(--brand-yellow) !important;
}

/* Auth Pages (Login/Register/Reset) */
.pcp-auth-page-wrapper {
    background-color: #f9fafb;
    /* bg-gray-50/30 approx */
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcp-auth-card {
    width: 100%;
    max-width: 448px;
    /* max-w-md */
    background-color: var(--white);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* shadow-2xl */
    border: none;
    overflow: hidden;
}

.pcp-auth-header {
    background-color: var(--brand-navy);
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pcp-auth-header-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
}

.pcp-auth-header-content {
    position: relative;
    z-index: 10;
}

.pcp-auth-header h1,
.pcp-auth-header h2 {
    font-size: calc(var(--pcp-h1-size, 2.25rem) * 0.67);
    font-weight: 900;
    /* font-black */
    line-height: var(--pcp-h1-line-height, 1.2);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    /* tracking-tight */
    margin-bottom: 0.5rem;
}

.pcp-auth-header p {
    color: var(--brand-yellow);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.pcp-auth-body {
    padding: 2rem;
}

@media (min-width: 768px) {
    .pcp-auth-body {
        padding: 2rem;
    }
}

/* Lost password success state */
.pcp-auth-page-wrapper--lost-password-success {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pcp-auth-card--lost-password-success {
    max-width: 560px;
}

.pcp-password-reset-notice {
    margin: 0;
}

.pcp-password-reset-notice__card {
    border: 1px solid var(--gray-200, #e5e7eb);
    background: #fff;
    padding: 1.25rem;
}

.pcp-password-reset-notice__title {
    margin: 0 0 0.75rem;
    color: var(--brand-navy, #0f2b4c);
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pcp-password-reset-notice__text .woocommerce-message,
.pcp-password-reset-notice__text .woocommerce-info,
.pcp-password-reset-notice__text .woocommerce-error {
    margin: 0;
}

.pcp-password-reset-notice__hint {
    margin: 0.75rem 0 0;
    color: #4b5563;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.45;
}

.pcp-password-reset-notice__actions {
    margin-top: 1rem;
}

.woocommerce-form.login,
.woocommerce-form.register {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pcp-auth-form-row {
    margin-bottom: 1.5rem;
}

.pcp-auth-label {
    display: block;
    font-size: 10px;
    font-weight: 900;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    margin-bottom: 0.5rem;
}

.pcp-auth-input-wrapper {
    position: relative;
}

.pcp-auth-input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-400);
    pointer-events: none;
}

.pcp-auth-input {
    width: 100%;
    border: 2px solid var(--gray-100);
    padding: 1rem 1rem 1rem 3rem;
    font-size: 0.875rem;
    font-weight: 700;
    outline: none;
    background-color: var(--white);
    color: var(--gray-900);
    transition: all 0.2s;
}

.pcp-auth-input:focus {
    border-color: var(--brand-navy);
}

.pcp-auth-submit-btn {
    width: 100%;
    background-color: #0673b4 !important;
    color: #ffffff !important;
    font-weight: 900;
    padding: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid #0673b4;
    cursor: pointer;
}

.pcp-auth-submit-btn:hover,
.pcp-auth-submit-btn:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

.pcp-auth-submit-btn:active {
    transform: scale(0.95);
}

.pcp-auth-footer {
    display: block !important;
    visibility: visible !important;
    margin-top: 1rem;
    padding: 0 0 1.5rem;
    border-top: none;
    text-align: center;
}

.pcp-auth-footer p {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.pcp-auth-footer-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    color: var(--brand-navy) !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 2px !important;
    transition: color 0.2s !important;
    display: inline !important;
    font-weight: 800 !important;
}

.pcp-auth-footer-link:hover {
    color: var(--brand-yellow) !important;
}

.pcp-auth-alert {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #fef2f2;
    /* red-50 */
    border-left: 4px solid #ef4444;
    /* red-500 */
    color: #b91c1c;
    /* red-700 */
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pcp-auth-info-box {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: rgba(255, 196, 0, 0.1);
    border: 1px solid rgba(255, 196, 0, 0.2);
    border-radius: 0.125rem;
}

/* Auth Page Success State */
.pcp-auth-success-icon {
    width: 5rem;
    height: 5rem;
    background-color: #f0fdf4;
    /* green-100 */
    color: #16a34a;
    /* green-600 */
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.pcp-auth-success-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

/* My Account Styles */
.pcp-account-page-wrapper {
    background-color: rgb(249 250 251 / 0.5);
    /* gray-50/50 */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.animate-fade-in {
    animation: fadeIn 0.4s ease-out forwards;
}

/* Hide default WooCommerce account layout bits that we're overriding */
.woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
}

.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
}

/* Specific styling for account dashboards */
.pcp-stat-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pcp-stat-card:hover {
    background-color: var(--brand-navy);
    color: white;
}

.pcp-stat-card:hover .text-brand-yellow {
    color: var(--brand-yellow);
}

.pcp-stat-card:hover .opacity-60 {
    opacity: 0.8;
}

/* Override WooCommerce forms in account area for consistent premium look */
.woocommerce-MyAccount-content form .form-row {
    margin-bottom: 1.5rem;
}

.woocommerce-MyAccount-content form input.input-text {
    width: 100%;
    border: 2px solid #f3f4f6;
    /* gray-100 */
    padding: 1rem;
    font-weight: 700;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s;
}

.woocommerce-MyAccount-content form input.input-text:focus {
    border-color: var(--brand-navy);
}

.woocommerce-MyAccount-content form .button {
    background-color: var(--brand-yellow);
    color: var(--brand-navy);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1.25rem 3rem;
    font-size: 0.6875rem;
    /* 11px */
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.woocommerce-MyAccount-content form .button:hover {
    background-color: #055a8c;
    color: #ffffff;
}

/* Adjustments for the contact box hover state */
.group:hover .bg-brand-yellow {
    background-color: white;
}

.woocommerce-MyAccount-navigation a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-MyAccount-navigation a svg {
    transition: transform 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover svg {
    transform: translateX(4px);
}

/* ==========================================================================
   MY ACCOUNT PAGE STYLES (Isolated from login form)
   ========================================================================== */

/* Page Wrapper - Completely isolated */
.pcp-myaccount-wrapper {
    background-color: #f9fafb;
    min-height: 100vh;
    padding-bottom: 6rem;
}

.pcp-myaccount-container {
    width: 100%;
}

/* Breadcrumbs */
.pcp-myaccount-breadcrumbs {
    padding: 16px 0;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
}

.pcp-myaccount-breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}

.pcp-myaccount-breadcrumbs a:hover {
    color: var(--brand-navy, #0f2b4c);
}

.pcp-myaccount-breadcrumbs-separator {
    margin: 0 8px;
    color: #9ca3af;
}

.pcp-myaccount-breadcrumbs-current {
    color: var(--brand-navy, #0f2b4c);
    font-weight: 700;
}

/* Hero Header */
.pcp-myaccount-hero {
    margin-top: 0;
    margin-bottom: 48px;
}

.pcp-myaccount-hero-inner {
    /* Styles moved to .pcp-myaccount-hero in overrides section */
    position: relative;
}

@media (min-width: 768px) {
    .pcp-myaccount-hero-inner {
        padding: 48px 32px;
    }
}

.pcp-myaccount-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
}

.pcp-myaccount-hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .pcp-myaccount-hero-content {
        flex-direction: row;
    }
}

.pcp-myaccount-hero-title {
    font-size: var(--pcp-hero-title-font-size, calc(var(--pcp-h1-size, 2.25rem) * var(--pcp-hero-title-scale, 1.11))) !important;
    font-weight: var(--pcp-hero-title-font-weight, 800);
    color: var(--pcp-hero-title-color, var(--white));
    text-transform: var(--pcp-hero-title-text-transform, uppercase);
    font-style: var(--pcp-hero-title-font-style, normal);
    letter-spacing: var(--pcp-hero-title-letter-spacing, -0.025em);
    margin-bottom: 0.5rem;
    line-height: var(--pcp-hero-title-line-height, var(--pcp-h1-line-height, 1.1)) !important;
}

.pcp-myaccount-hero-title span {
    color: #ffffff !important;
}

.pcp-myaccount-hero-subtitle {
    font-size: var(--pcp-hero-subtitle-font-size, 0.75rem) !important;
    line-height: var(--pcp-hero-subtitle-line-height, 1.5);
    font-weight: var(--pcp-hero-subtitle-font-weight, 700);
    color: var(--pcp-hero-subtitle-color, var(--gray-300));
    text-transform: var(--pcp-hero-subtitle-text-transform, uppercase);
    font-style: var(--pcp-hero-subtitle-font-style, normal);
    letter-spacing: var(--pcp-hero-subtitle-letter-spacing, 0.1em);
    opacity: var(--pcp-hero-subtitle-opacity, 0.8);
    margin: 0;
}

.pcp-myaccount-hero-actions {
    display: flex;
    gap: 1rem;
}

.pcp-myaccount-hero-btn {
    padding: 1rem;
    color: white !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 100px;
    transition: all 0.2s;
    text-decoration: none;
}

.pcp-myaccount-hero-btn span {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white !important;
}

.pcp-myaccount-hero-btn--wishlist {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pcp-myaccount-hero-btn--wishlist:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.pcp-myaccount-hero-btn--wishlist svg {
    color: var(--brand-yellow, #ffc400);
}

.pcp-myaccount-hero-btn--logout {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.pcp-myaccount-hero-btn--logout:hover {
    background-color: #ef4444;
}

.pcp-myaccount-hero-btn--logout svg {
    color: #f87171;
}

.pcp-myaccount-hero-btn--logout:hover svg {
    color: white;
}

/* Layout - Unified Base */
.pcp-myaccount-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .pcp-myaccount-layout {
        flex-direction: row;
        align-items: flex-start;
    }
}

.pcp-myaccount-layout::after {
    content: "";
    display: table;
    clear: both;
}

/* Sidebar */
.pcp-myaccount-sidebar {
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .pcp-myaccount-sidebar {
        width: 288px;
        flex-shrink: 0;
    }
}

.pcp-myaccount-menu {
    background: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.pcp-myaccount-menu-header {
    background-color: var(--brand-navy, #0f2b4c);
    padding: 1.25rem;
}

.pcp-myaccount-menu-header .pcp-ui-heading,
.pcp-myaccount-menu-header .uct-ui-heading {
    color: white;
}

.pcp-myaccount-nav {
    display: flex;
    flex-direction: column;
}

.pcp-myaccount-nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
    border-left: 4px solid transparent;
    transition: all 0.2s;
    background: white;
    color: #9ca3af;
    text-decoration: none;
}

.pcp-myaccount-nav-item:hover {
    background-color: #f9fafb;
    color: var(--brand-navy, #0f2b4c);
}

.pcp-myaccount-nav-item.is-active {
    background-color: #f9fafb;
    color: var(--brand-navy, #0f2b4c);
    border-left-color: var(--brand-yellow, #ffc400);
}

.pcp-myaccount-nav-item.is-logout {
    color: #ef4444;
}

.pcp-myaccount-nav-item.is-logout:hover {
    background-color: #fef2f2;
}

.pcp-myaccount-nav-item svg {
    transition: transform 0.2s;
}

.pcp-myaccount-nav-item:hover svg {
    transform: translateX(4px);
}

/* Contact Box */
.pcp-myaccount-contact {
    margin-top: 2rem;
    background-color: var(--brand-navy, #0f2b4c);
    padding: 2rem;
    color: white;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    position: relative;
    overflow: hidden;
}

.pcp-myaccount-contact-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    background-color: rgba(255, 196, 0, 0.1);
    border-radius: 9999px;
    transform: translate(3rem, -3rem);
}

.pcp-myaccount-contact h4 {
    margin-bottom: 1rem;
    position: relative;
}

.pcp-myaccount-contact-person {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pcp-myaccount-contact-avatar {
    width: 3rem;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcp-myaccount-contact-avatar svg {
    color: #ffffff;
    stroke: #ffffff;
}

.pcp-myaccount-contact-name {
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.pcp-myaccount-contact-role {
    font-size: 10px;
    color: #9ca3af;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.pcp-myaccount-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: #ffffff;
    color: #0673b4 !important;
    padding: 1rem;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    text-decoration: none;
    border: 1px solid #ffffff;
}

.pcp-myaccount-contact-btn:hover,
.pcp-myaccount-contact-btn:focus-visible {
    background-color: #f3f4f6;
    border-color: #f3f4f6;
    color: #055a8c !important;
}

.pcp-myaccount-contact-btn svg {
    color: #0673b4;
    stroke: #0673b4;
    fill: none;
}

.pcp-myaccount-contact-btn:hover svg,
.pcp-myaccount-contact-btn:focus-visible svg {
    color: #055a8c;
    stroke: #055a8c;
}

/* Main Content Area */
.pcp-myaccount-content {
    width: 100%;
    min-width: 0;
    background: white;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-sizing: border-box;
    overflow-x: hidden;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .pcp-myaccount-content {
        padding: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .pcp-myaccount-content {
        flex: 1;
        width: auto;
        margin-top: 0;
        margin-left: 3rem;
    }
}

/* Dashboard Content */
.pcp-myaccount-dashboard {
    animation: pcpFadeIn 0.4s ease-out forwards;
}

@keyframes pcpFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.pcp-myaccount-dashboard-intro {
    max-width: 48rem;
    margin-bottom: 3rem;
}

.pcp-myaccount-dashboard-intro h2 {
    font-size: calc(var(--pcp-h2-size, 1.75rem) * 0.86);
    font-weight: 900;
    line-height: var(--pcp-h2-line-height, 1.25);
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

.pcp-myaccount-dashboard-intro p {
    color: #4b5563;
    font-weight: 500;
    line-height: 1.75;
    margin: 0;
}

.pcp-myaccount-dashboard-intro a {
    color: var(--brand-navy, #0f2b4c);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--brand-yellow, #ffc400);
    text-underline-offset: 4px;
    transition: color 0.2s;
}

.pcp-myaccount-dashboard-intro a:hover {
    color: var(--brand-yellow, #ffc400);
}

/* Stats Grid */
.pcp-myaccount-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .pcp-myaccount-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    /* 50/50 layout for 2 cards */
    .pcp-myaccount-stats--two {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pcp-myaccount-stat-card {
    background-color: #f9fafb;
    padding: 2rem;
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
    cursor: default;
}

.pcp-myaccount-stat-card:hover {
    background-color: var(--brand-navy, #0f2b4c);
    color: white;
}

.pcp-myaccount-stat-card svg {
    color: var(--brand-yellow, #ffc400);
    margin-bottom: 1.5rem;
}

.pcp-myaccount-stat-value {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.pcp-myaccount-stat-label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.6;
}

/* Tracking Box */
.pcp-myaccount-tracking {
    border: 1px solid #e5e7eb;
    padding: 2rem;
    background-color: rgba(249, 250, 251, 0.5);
}

.pcp-myaccount-tracking-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pcp-myaccount-tracking-header svg {
    color: var(--brand-navy, #0f2b4c);
}

.pcp-myaccount-tracking-header h3 {
    font-size: calc(var(--pcp-h3-size, 1.5rem) * 0.75);
    font-weight: 900;
    line-height: var(--pcp-h3-line-height, 1.3);
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0;
}

.pcp-myaccount-tracking-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .pcp-myaccount-tracking-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.pcp-myaccount-tracking-status {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pcp-myaccount-status-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    background-color: #6b7280;
}

.pcp-myaccount-status-dot.status-processing {
    background-color: #3b82f6;
}

.pcp-myaccount-status-dot.status-completed {
    background-color: #22c55e;
}

.pcp-myaccount-status-dot.status-on-hold {
    background-color: #eab308;
}

.pcp-myaccount-status-dot.is-pulsing {
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.pcp-myaccount-tracking-status p {
    font-size: 0.875rem;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.pcp-myaccount-tracking-btn {
    display: inline-block;
    background-color: var(--brand-navy, #0f2b4c);
    color: white !important;
    padding: 0.75rem 2rem;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    text-decoration: none;
    text-align: center;
}

.pcp-myaccount-tracking-btn:hover {
    color: black !important;
    background-color: var(--brand-yellow, #ffc400);
}

/* ==========================================================================
   CRITICAL: Override login form width restriction for My Account page
   ========================================================================== */

/* When my account wrapper exists, override the .woocommerce max-width */
/* When my account wrapper exists, override the .woocommerce max-width */
.woocommerce:has(.pcp-myaccount-wrapper),
.pcp-myaccount-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}

/* Fallback for browsers without :has() support */
body.woocommerce-account .woocommerce {
    max-width: 100% !important;
    width: 100% !important;
}

/* ensure my account content matches container too */
.pcp-myaccount-layout {
    display: flex;
}


@media (min-width: 1024px) {
    .pcp-myaccount-layout {
        flex-direction: row;
        align-items: flex-start;
    }
}


/* Hero Header - Full Width Wrapper */
.pcp-myaccount-hero {
    margin-top: 0;
    margin-bottom: 48px;
    background-color: var(--brand-navy, #0f2b4c);
    border-top: 1px solid #1f3a5c;
    border-bottom: 1px solid #1f3a5c;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    width: 100%;
}

/* Hero Inner - Constrained Content */
.pcp-myaccount-hero-inner {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 2.5rem;
    position: relative;
    z-index: 10;
}


/* Override any template-login styles on my account page */
body.woocommerce-account.page-template-template-login .woocommerce,
body.page-template-template-login .woocommerce:has(.pcp-myaccount-wrapper) {
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ensure my account content matches container too */
.pcp-myaccount-layout {
    display: flex;
}


/* ==========================================================================
   ORDERS PAGE STYLES (Match screenshot)
   ========================================================================== */

.pcp-orders-header {
    margin-bottom: 2.5rem;
}

.pcp-myaccount-content .pcp-orders-title,
.pcp-myaccount-content .pcp-addresses-title,
.pcp-myaccount-content .woocommerce-edit-address h3,
.pcp-myaccount-content .woocommerce-Address-title h3,
.pcp-myaccount-content .woocommerce-EditAccountForm h3 {
    font-size: var(--pcp-h2-size, calc(1.75rem * var(--pcp-heading-scale, 1))) !important;
    font-weight: 900 !important;
    line-height: var(--pcp-h2-line-height, 1.25) !important;
    color: var(--brand-navy, #0f2b4c) !important;
    text-transform: uppercase !important;
    letter-spacing: -0.025em !important;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
}

.pcp-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
    margin-top: -1rem;
}

.pcp-orders-table-header {
    text-align: left;
    padding: 1rem;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-navy, #0f2b4c);
    opacity: 0.8;
    border-bottom: 2px solid #f3f4f6;
}

.pcp-orders-table-row {
    transition: transform 0.2s, box-shadow 0.2s;
}

.pcp-orders-table-row:hover {
    transform: translateY(-2px);
}

.pcp-orders-table-cell {
    padding: 1.5rem 1rem;
    background: white;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.pcp-orders-table-cell:first-child {
    border-left: 1px solid #f3f4f6;
}

.pcp-orders-table-cell:last-child {
    border-right: 1px solid #f3f4f6;
    text-align: left;
}

/* Order Number */
.pcp-orders-table-cell--order-number a {
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-decoration: none;
    font-size: 1.125rem;
}

.pcp-orders-table-cell--order-number a:hover {
    color: var(--brand-yellow, #ffc400);
}

/* Status Badges - Pill Style */
.pcp-order-status-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 9999px;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

/* Processing - Blueish */
.pcp-order-status-badge--processing {
    background-color: #dbeafe;
    color: #1e40af;
}

/* On-Hold - Yellowish */
.pcp-order-status-badge--on-hold {
    background-color: #fef9c3;
    color: #854d0e;
}

/* Completed - Greenish */
.pcp-order-status-badge--completed {
    background-color: #dcfce7;
    color: #166534;
}

/* Failed/Cancelled - Reddish */
.pcp-order-status-badge--failed,
.pcp-order-status-badge--cancelled {
    background-color: #fee2e2;
    color: #991b1b;
}

/* Total column */
.pcp-orders-table-cell--order-total {
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
}

.pcp-order-item-count {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 10px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: lowercase;
}

/* Action Buttons */
.pcp-orders-button {
    display: inline-block;
    background-color: var(--brand-navy, #0f2b4c);
    color: white !important;
    padding: 0.6rem 1.5rem;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s;
    text-decoration: none;
    border: none;
}

.pcp-orders-button:hover {
    background-color: var(--brand-yellow, #ffc400);
    color: var(--brand-navy, #0f2b4c) !important;
}

/* Mobile Responsiveness for Table */
@media (max-width: 767px) {

    .pcp-orders-table,
    .pcp-orders-table thead,
    .pcp-orders-table tbody,
    .pcp-orders-table th,
    .pcp-orders-table td,
    .pcp-orders-table tr {
        display: block;
    }

    .pcp-orders-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pcp-orders-table-row {
        margin-bottom: 2rem;
        border: 1px solid #f3f4f6;
    }

    .pcp-orders-table-cell {
        border: none;
        border-bottom: 1px solid #f3f4f6;
        position: relative;
        padding-left: 50%;
        text-align: left !important;
    }

    .pcp-orders-table-cell:before {
        position: absolute;
        top: 50%;
        left: 1rem;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        transform: translateY(-50%);
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        content: attr(data-title);
        color: var(--brand-navy, #0f2b4c);
        opacity: 0.6;
    }

    .pcp-orders-table-cell:last-child {
        border-bottom: none;
    }
}

/* Pagination Buttons */
.pcp-orders .woocommerce-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.pcp-orders .woocommerce-pagination .woocommerce-button {
    background-color: transparent;
    color: var(--brand-navy, #0f2b4c) !important;
    border: 1px solid var(--brand-navy, #0f2b4c);
    padding: 0.75rem 2rem;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s;
    text-decoration: none;
}

.pcp-orders .woocommerce-pagination .woocommerce-button:hover {
    background-color: #0673b4;
    border-color: #0673b4;
    color: #ffffff !important;
}

/* ==========================================================================
   ADDRESSES PAGE STYLES (Match screenshot)
   ========================================================================== */

.pcp-addresses-header {
    margin-bottom: 3rem;
}

.pcp-addresses-subtitle {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.pcp-addresses-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.pcp-address-card {
    flex: 1 1 400px;
    background: white;
    padding: 2.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    position: relative;
    border: 1px solid #f3f4f6;
    border-left-width: 6px !important;
}

.pcp-address-card--billing {
    border-left-color: var(--brand-yellow, #ffc400) !important;
}

.pcp-address-card--shipping {
    border-left-color: var(--brand-navy, #0f2b4c) !important;
}

.pcp-address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.pcp-address-card-title {
    font-size: 0.875rem;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.pcp-address-edit-link {
    font-size: 10px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: color 0.2s;
}

.pcp-address-edit-link:hover {
    color: var(--brand-yellow, #ffc400);
}

.pcp-address-card-content address {
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #374151;
}

.pcp-address-card-content address strong {
    display: block;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   WOOCOMMERCE ACCOUNT FORMS & INPUTS
   ========================================================================== */

/* Form Containers */
.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper,
.woocommerce-edit-address form {
    max-width: 800px;
}

/* Form Groups & Labels */
.woocommerce-form-row,
.woocommerce-address-fields .form-row {
    margin-bottom: 1.25rem !important;
    display: block !important;
    width: 100%;
    clear: both;
}

.woocommerce-form-row label,
.woocommerce-address-fields label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: var(--brand-navy, #0f2b4c) !important;
    letter-spacing: 0.1em !important;
    display: block;
    margin-bottom: 0.5rem;
}

.woocommerce-form-row label .required {
    color: #ef4444;
    text-decoration: none;
}

.woocommerce-EditAccountForm fieldset legend {
    font-size: 0.875rem;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 0.75rem;
    margin-top: 2rem;
}

/* Inputs, Textareas, Selects */
.woocommerce-form-row input.input-text,
.woocommerce-address-fields input.input-text,
.woocommerce-edit-address select,
.woocommerce-edit-address textarea,
.woocommerce-EditAccountForm input.input-text {
    width: 100% !important;
    border: 1px solid var(--gray-200, #e5e7eb) !important;
    padding: 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    border-radius: 0 !important;
    background-color: white !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none !important;
    box-sizing: border-box !important;
}

.woocommerce-form-row input.input-text:focus,
.woocommerce-address-fields input.input-text:focus,
.woocommerce-edit-address select:focus,
.woocommerce-edit-address textarea:focus {
    border-color: var(--brand-navy, #0f2b4c) !important;
}

/* Select2 Compatibility (if used) */
.select2-container--default .select2-selection--single {
    border: 1px solid var(--gray-200, #e5e7eb) !important;
    height: auto !important;
    padding: 0.75rem !important;
    border-radius: 0 !important;
}

/* Form Buttons */
.woocommerce-edit-address button.button,
.woocommerce-EditAccountForm button.button {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
    padding: 1rem 3rem !important;
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border-radius: 0 !important;
    border: none !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
    display: inline-block;
    margin-top: 1rem;
}

.woocommerce-edit-address button.button:hover,
.woocommerce-EditAccountForm button.button:hover {
    background-color: var(--brand-yellow, #ffc400) !important;
    color: var(--brand-navy, #0f2b4c) !important;
}

/* Custom layout for city/postcode rows */
@media (min-width: 768px) {

    .woocommerce-edit-address .form-row-first,
    .woocommerce-edit-address .form-row-last,
    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last,
    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last {
        width: 48% !important;
        float: left !important;
        clear: none !important;
    }

    .woocommerce-edit-address .form-row-last,
    .woocommerce-address-fields .form-row-last,
    .woocommerce-EditAccountForm .form-row-last {
        float: right !important;
    }
}

/* Fix description style to match RODO/Newsletter */
.woocommerce-EditAccountForm em,
.woocommerce-EditAccountForm span.description {
    font-style: normal;
    font-size: 0.625rem;
    /* 10px */
    font-weight: 700;
    color: var(--gray-400);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: -0.025em;
    display: block;
    margin-top: 0.25rem;
}

/* Clearfix for form fields */
.pcp-myaccount-content::after,
.woocommerce-address-fields::after,
.woocommerce-EditAccountForm::after {
    content: "";
    display: table;
    clear: both;
}

/* Fix for Select2/WC horizontal scrollbug */
.woocommerce-address-fields select.country_select,
.woocommerce-address-fields select.state_select {
    display: none !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    left: -9999px !important;
}

/* ==========================================================================
   ORDER DETAILS VIEW
   ========================================================================== */

/* Header & Intro */
.pcp-order-details-header {
    margin-bottom: 2rem;
}

.pcp-order-intro {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.pcp-order-intro .order-number,
.pcp-order-intro .order-date,
.pcp-order-intro .order-status {
    font-weight: 700;
    color: var(--brand-navy, #0f2b4c);
}

/* Order Table */
/* Order Details Section Header (Match Password Change Legend) */
.woocommerce-order-details__title {
    font-size: var(--pcp-h2-size, calc(1.75rem * var(--pcp-heading-scale, 1)));
    font-weight: 900;
    line-height: var(--pcp-h2-line-height, 1.25);
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 0.75rem;
    margin-top: 0;
}

/* Order Table (Match Orders History Table) */
.woocommerce-table--order-details {
    border: none;
    border-radius: 0;
    border-collapse: separate;
    border-spacing: 0 1rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.woocommerce-order-details,
.woocommerce-order-details .shop_table.order_details,
.woocommerce-order-details .shop_table.order_details th,
.woocommerce-order-details .shop_table.order_details td,
.woocommerce-order-details .shop_table.order_details tr,
.woocommerce-order-details .shop_table.order_details tbody,
.woocommerce-order-details .shop_table.order_details tfoot {
    border-radius: 0 !important;
}

.woocommerce-table--order-details tbody tr,
.woocommerce-table--order-details tfoot tr {
    transition: transform 0.2s, box-shadow 0.2s;
}

.woocommerce-table--order-details tbody tr:hover {
    transform: translateY(-2px);
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 1.5rem 1rem;
    text-align: left;
    border: none;
    background: white;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.woocommerce-table--order-details tbody td:first-child {
    border-left-width: 4px;
    border-left-color: var(--brand-navy, #0f2b4c);
}

.woocommerce-table--order-details th:first-child,
.woocommerce-table--order-details tfoot td:first-child {
    border-left: 1px solid #f3f4f6;
}

.woocommerce-table--order-details th:last-child,
.woocommerce-table--order-details td:last-child {
    border-right: 1px solid #f3f4f6;
}

/* Table Header Row */
.woocommerce-table--order-details thead th {
    background-color: transparent;
    font-size: 0.625rem;
    /* 10px */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-navy, #0f2b4c);
    font-weight: 900;
    border: none;
    border-bottom: 2px solid #f3f4f6;
    padding: 1rem;
}

.woocommerce-table--order-details tbody td.product-name a {
    color: var(--brand-navy, #0f2b4c);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.875rem;
}

.woocommerce-table--order-details tbody td.product-name a:hover {
    color: var(--brand-yellow, #ffc400);
}

.woocommerce-table--order-details tbody tr:hover td:first-child {
    border-left-color: var(--brand-yellow, #ffc400);
}

.woocommerce-table--order-details tbody td.product-name strong.product-quantity {
    font-weight: 400;
    color: #6b7280;
}

/* Footer Rows (Totals) */
.woocommerce-table--order-details tfoot th {
    font-weight: 700;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    background: white;
    width: 70%;
    text-align: right;
    border-right: 1px solid #f3f4f6;
}

.woocommerce-table--order-details tfoot td {
    font-weight: 700;
    color: #111827;
    background: white;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: 1px solid #f3f4f6;
    font-size: 1rem;
    color: var(--brand-navy, #0f2b4c);
}

/* My Account -> View Order: keep payment method label consistent with other rows. */
.woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr.pcp-order-total-row--payment-method th,
.woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr.pcp-order-total-row--payment-method td {
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr.pcp-order-total-row--payment-method th {
    font-weight: 700;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr.pcp-order-total-row--payment-method td {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    text-transform: none;
}

/* Order updates: kafelki spójne z tabelą historii zamówień */
.woocommerce-OrderUpdates {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.woocommerce-OrderUpdates .woocommerce-OrderUpdate {
    margin: 0 0 1rem;
}

.woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-inner {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-left: 4px solid var(--brand-navy, #0f2b4c);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 1.25rem 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 0 !important;
}

.woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-inner:hover {
    transform: translateY(-2px);
    border-left-color: var(--brand-yellow, #ffc400);
}

.woocommerce-OrderUpdate-meta {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-navy, #0f2b4c);
    opacity: 0.8;
    margin: 0 0 0.75rem;
}

.woocommerce-OrderUpdate-description {
    color: #374151;
    font-weight: 500;
    line-height: 1.6;
}

/* Address/Customer Details Column */
.woocommerce-customer-details address {
    border: 1px solid var(--gray-200, #e5e7eb);
    border-left-width: 6px;
    padding: 1.75rem 1.5rem;
    border-radius: 0;
    background: white;
    font-style: normal;
    color: #4b5563;
    line-height: 1.6;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

.woocommerce-customer-details .woocommerce-columns,
.woocommerce-customer-details .woocommerce-column,
.woocommerce-customer-details .woocommerce-column address {
    border-radius: 0 !important;
    font-family: var(--pcp-font-family-base, "Inter", system-ui, -apple-system, "Segoe UI", sans-serif);
}

.woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: none !important;
}

.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-customer-details .woocommerce-column:first-child address {
    border-left-color: var(--brand-yellow, #ffc400);
}

.woocommerce-customer-details .woocommerce-column:last-child address {
    border-left-color: var(--brand-navy, #0f2b4c);
}

.woocommerce-column__title {
    font-size: var(--uct-ui-heading-size, var(--pcp-ui-heading-size, 0.735rem));
    font-weight: 900;
    line-height: var(--uct-ui-heading-line-height, var(--pcp-ui-heading-line-height, 1.3));
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
}

/* ==========================================================================
   CHECKOUT REDESIGN
   ========================================================================== */

/* Hero Section */
.pcp-checkout-hero {
    margin: 2rem 0 3rem;
}

.pcp-checkout-hero-inner {
    background-color: var(--brand-navy, #0f2b4c);
    padding: 3.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border: 1px solid #1f3a5c;
}

.pcp-checkout-hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
}

.pcp-checkout-hero-title {
    font-size: calc(var(--pcp-h1-size, 2.25rem) * 1.11);
    font-weight: 900;
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--pcp-h1-line-height, 1);
}

.pcp-checkout-hero-subtitle {
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.9;
    margin: 0;
}

/* Layout */
.pcp-checkout-layout {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Keep Woo checkout notices above both checkout columns */
.pcp-checkout-layout .woocommerce-NoticeGroup,
.pcp-checkout-layout .woocommerce-NoticeGroup-checkout,
.pcp-checkout-layout .woocommerce-error,
.pcp-checkout-layout .woocommerce-info {
    width: 100%;
    flex: 0 0 100%;
}

.pcp-checkout-layout .woocommerce-NoticeGroup,
.pcp-checkout-layout .woocommerce-NoticeGroup-checkout {
    order: -1;
    margin: 0;
}

.pcp-checkout-layout .woocommerce-error,
.pcp-checkout-layout .woocommerce-info {
    margin: 0;
    list-style: none;
}

@media (min-width: 1024px) {
    .pcp-checkout-layout {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.pcp-checkout-main {
    flex: 1;
    width: 100%;
    min-width: 0;
    /* prevent flex overflow */
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.pcp-checkout-sidebar {
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .pcp-checkout-sidebar {
        width: 380px;
        top: 2rem;
    }

    .pcp-checkout-main {
        width: calc(100% - 380px - 3rem);
    }
}

/* Content Boxes (Cards) */
.pcp-checkout-box,
.pcp-checkout-summary-box {
    background: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    overflow: hidden;
}

.pcp-checkout-box-header {
    background-color: var(--brand-navy, #0f2b4c);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pcp-checkout-box-header .pcp-ui-heading,
.pcp-checkout-box-header .uct-ui-heading {
    color: white;
}

.pcp-checkout-box-content {
    padding: 2rem;
}

.pcp-checkout-summary-content {
    padding: 2rem 1.5rem;
}

/* Customer Type Toggle */
.pcp-customer-type-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.pcp-toggle-btn {
    flex: 1;
    /* Ensure equal width if in flex container */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 2px solid #e5e7eb !important;
    /* Force border */
    background: white;
    color: #111827;
    /* Match input text color */
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 0;
    /* Square like inputs */
}

.pcp-toggle-btn:hover {
    border-color: #d1d5db !important;
    background: #f9fafb;
}

.pcp-toggle-btn.active {
    background-color: var(--brand-navy, #0f2b4c);
    border-color: var(--brand-navy, #0f2b4c) !important;
    color: white;
}

.pcp-toggle-btn svg {
    width: 16px;
    height: 16px;
}

/* Checkout Form Inputs Override */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
    padding: 1rem !important;
    border: 2px solid #e5e7eb !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    border-radius: 0 !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: var(--brand-navy, #0f2b4c) !important;
    outline: none !important;
}

.woocommerce-checkout .form-row label {
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--brand-navy, #0f2b4c) !important;
    margin-bottom: 0.5rem !important;
}

/* Shipping Methods (Cards) */
#shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    /* grid-template-columns: 1fr 1fr; (optional 2 col) */
}

#shipping_method li {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}



/* Order Review Table (Sidebar) */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.875rem;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 700;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    font-size: 10px;
}

.woocommerce-checkout-review-order-table .product-total {
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-align: right;
    font-size: 11px;
}

.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 700;
    padding-right: 1rem;
}

.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 12px;
    color: #111827;
    border-bottom: none;
    padding-top: 1.5rem;
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 1.5rem;
    color: var(--brand-navy, #0f2b4c);
    font-weight: 900;
    border-bottom: none;
    padding-top: 1.5rem;
    text-align: right;
}

/* Place Order Button */
/* Place Order Button - Now handled by .pcp-btn */

/* Help Box */
.pcp-checkout-help {
    margin-top: 1.5rem;
    background-color: var(--brand-navy, #0f2b4c);
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

.pcp-checkout-help h4 {
    color: var(--brand-yellow, #ffc400);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.25rem 0;
}

/* Order Notes Box */
.pcp-checkout-box--notes {
    margin-top: 1.5rem;
    /* Gap from previous box */
}

/* Hide default H3 inside additional fields if JS didn't catch it or for FOUC */
.woocommerce-additional-fields h3 {
    display: none !important;
}

/* Specific styling for the notes label to look like a header if we want, or just standard label */
.woocommerce-additional-fields label {
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--brand-navy, #0f2b4c) !important;
    margin-bottom: 0.5rem !important;
    display: block;
}

/* Inputs & Textareas Global Fix for Checkout */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
    padding: 1rem !important;
    border: 2px solid #e5e7eb !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    border-radius: 0 !important;
    background: white !important;
    min-height: 50px;
}

.woocommerce-checkout textarea {
    min-height: 120px;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus {
    border-color: var(--brand-navy, #0f2b4c) !important;
    outline: none !important;
}

.pcp-checkout-help p {
    color: white;
    font-size: 10px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.9;
}

/* ==========================================================================
   CHECKOUT GRID (Shipping & Payment Side by Side)
   ========================================================================== */

.pcp-checkout-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .pcp-checkout-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ==========================================================================
   CHECKOUT FORM FIELD LAYOUT (2-Column Grid)
   ========================================================================== */

/* WooCommerce form rows in billing/shipping */
/* HIDE BILLING TITLE ONLY */
.woocommerce-billing-fields>h3 {
    display: none !important;
}

/* Shipping Title contains the toggle */
.woocommerce-shipping-fields>h3 {
    display: block !important;
    margin-bottom: 2rem !important;
    /* Increased spacing */
    font-size: 0;
}

/* Style the Ship to Different Address Toggle */
#ship-to-different-address {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

#ship-to-different-address label {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    background: #f9fafb;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    width: 100%;
    margin: 0;
    box-sizing: border-box !important;
    /* Fix width calculation */
}

#ship-to-different-address input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    background: white;
    border-radius: 0;
    /* Square like newsletter */
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

#ship-to-different-address input[type="checkbox"]:checked {
    background-color: var(--brand-navy, #0f2b4c);
    border-color: var(--brand-navy, #0f2b4c);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

#ship-to-different-address span {
    color: var(--brand-navy, #0f2b4c) !important;
    /* Black label requested (navy is the brands black) */
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* WooCommerce form rows in billing/shipping */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

/* DEFAULT: ALL FIELDS 100% WIDTH */
.woocommerce-checkout .form-row {
    grid-column: 1 / -1;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    padding: 0 !important;
    /* Removed default WC 3px padding */
}

/* Shipping Fields Section Spacing */
.woocommerce-shipping-fields {
    margin-top: 1.5rem !important;
    /* Match grid gap */
}

/* EXCEPTIONS: 50% WIDTH (Side by Side) */
@media (min-width: 768px) {

    /* Company & NIP */
    .woocommerce-checkout #billing_company_field,
    .woocommerce-checkout #billing_nip_field,
    /* Name & Surname */
    .woocommerce-checkout #billing_first_name_field,
    .woocommerce-checkout #billing_last_name_field,
    .woocommerce-checkout #shipping_first_name_field,
    .woocommerce-checkout #shipping_last_name_field,
    /* Postcode & City */
    .woocommerce-checkout #billing_postcode_field,
    .woocommerce-checkout #billing_city_field,
    .woocommerce-checkout #shipping_postcode_field,
    .woocommerce-checkout #shipping_city_field,
    /* Email & Phone */
    .woocommerce-checkout #billing_email_field,
    .woocommerce-checkout #billing_phone_field {
        grid-column: span 1;
    }
}



/* Labels styling */
.woocommerce-checkout .form-row label {
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--brand-navy, #0f2b4c) !important;
    margin-bottom: 0.5rem !important;
    display: block;
}

/* Hide optional badge in labels */
.woocommerce-checkout .form-row label .optional {
    display: none;
}

/* ==========================================================================
   SHIPPING METHOD CARDS (Radio Button Cards)
   ========================================================================== */

/* ==========================================================================
   SHIPPING METHODS (Radio Button Cards)
   ========================================================================== */

/* ==========================================================================
   SHIPPING & PAYMENT METHODS (Unified Card Style)
   ========================================================================== */

#shipping_method,
#pcp-payment-method-container,
#pcp-shipping-method-container,
#pcp-payment-method-container .wc_payment_methods,
.pcp-checkout-box--payment .wc_payment_methods {
    list-style: none !important;
    /* Added 0.5rem container padding */
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Card Container */
#shipping_method li,
#pcp-payment-method-container li,
#pcp-shipping-method-container li,
#pcp-payment-method-container .wc_payment_methods li,
.pcp-checkout-box--payment .wc_payment_methods li {
    margin: 0 !important;
    padding: 1rem !important;
    /* Reduced padding */
    text-indent: 0 !important;
    list-style: none !important;
    border: 2px solid #f3f4f6 !important;
    /* Force override */
    /* Default border */
    background: white;
    cursor: pointer;
    display: flex;
    /* Flex layout for row */
    align-items: center;
    /* Vertically center input and label */
    gap: 1rem;
    transition: all 0.2s;
    position: relative;
    border-radius: 0;
    /* Square cards */
    flex-wrap: wrap;
    /* Allow wrapping for payment box */
}

/* Checked State - Yellow Border & Background */
#shipping_method li:has(> input:checked),
#pcp-payment-method-container li:has(> input:checked),
#pcp-shipping-method-container li:has(> input:checked),
#pcp-payment-method-container .wc_payment_methods li:has(> input:checked),
.pcp-checkout-box--payment .wc_payment_methods li:has(> input:checked) {
    border-color: var(--brand-yellow, #ffc400) !important;
    background-color: #fffbeb !important;
    /* Light yellow bg (yellow-50) */
}

/* Hover State */
#shipping_method li:hover,
#pcp-payment-method-container li:hover,
#pcp-shipping-method-container li:hover,
#pcp-payment-method-container .wc_payment_methods li:hover,
.pcp-checkout-box--payment .wc_payment_methods li:hover {
    border-color: var(--brand-navy, #0f2b4c) !important;
}

/* Label Layout */
#shipping_method li label,
#pcp-payment-method-container li label,
#pcp-shipping-method-container li label,
#pcp-payment-method-container .wc_payment_methods li label,
.pcp-checkout-box--payment .wc_payment_methods li label {
    flex: 1;
    /* Take remaining space */
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    /* Push price to right */
    margin: 0 !important;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
}

/* Price Styling */
#shipping_method li label .woocommerce-Price-amount,
#pcp-payment-method-container li label .woocommerce-Price-amount,
#pcp-shipping-method-container li label .woocommerce-Price-amount {
    font-weight: 900;
    font-size: 1rem;
    color: var(--brand-navy, #0f2b4c);
}

/* Custom Radio Circle */
#shipping_method li input[type="radio"],
#pcp-payment-method-container li input[type="radio"],
#pcp-shipping-method-container li input[type="radio"],
#pcp-payment-method-container .wc_payment_methods li input[type="radio"],
.pcp-checkout-box--payment .wc_payment_methods li input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    /* Default gray border */
    border-radius: 50%;
    margin: 0 !important;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    background: white;
}

/* Checked Radio State */
#shipping_method li input[type="radio"]:checked,
#pcp-payment-method-container li input[type="radio"]:checked,
#pcp-shipping-method-container li input[type="radio"]:checked,
#pcp-payment-method-container .wc_payment_methods li input[type="radio"]:checked,
.pcp-checkout-box--payment .wc_payment_methods li input[type="radio"]:checked {
    border-color: var(--brand-navy, #0f2b4c);
    /* Navy border */
    background-color: var(--brand-yellow, #ffc400);
    /* Yellow fill */
    border-width: 2px;
}

/* Inner Dot for Radio */
#shipping_method li input[type="radio"]:checked::after,
#pcp-payment-method-container li input[type="radio"]:checked::after,
#pcp-shipping-method-container li input[type="radio"]:checked::after,
#pcp-payment-method-container .wc_payment_methods li input[type="radio"]:checked::after,
.pcp-checkout-box--payment .wc_payment_methods li input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: var(--brand-navy, #0f2b4c);
    /* Navy dot */
    border-radius: 50%;
}

/* Payment Box / Description Styling */
#pcp-payment-method-container li .payment_box,
#pcp-payment-method-container .wc_payment_methods li .payment_box,
.pcp-checkout-box--payment .wc_payment_methods li .payment_box {
    width: 100%;
    flex-basis: 100%;
    margin-top: 0.5rem !important;
    padding-top: 0.5rem !important;
    border-top: 1px dashed #d1d5db !important;
    font-size: 0.85rem;
    color: #4b5563;
    display: none;
    /* Controlled by JS */
    background: transparent !important;
}

/* ==========================================================================
   PAYMENT METHOD CARDS
   ========================================================================== */

#pcp-payment-method-container .wc_payment_methods,
.pcp-checkout-box--payment .wc_payment_methods {
    list-style: none !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#pcp-payment-method-container .wc_payment_methods li,
.pcp-checkout-box--payment .wc_payment_methods li {
    background: white !important;
    border: 2px solid #f3f4f6 !important;
    padding: 1.25rem !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    flex-wrap: wrap;
    /* Allow payment box to wrap */
}

/* Checked State */
#pcp-payment-method-container .wc_payment_methods li.payment_method_is_selected,
.pcp-checkout-box--payment .wc_payment_methods li.payment_method_is_selected,
/* Older WC class support */
#pcp-payment-method-container .wc_payment_methods li:has(> input:checked),
.pcp-checkout-box--payment .wc_payment_methods li:has(> input:checked) {
    border-color: var(--brand-yellow, #ffc400) !important;
    background-color: #fffbeb !important;
}

#pcp-payment-method-container .wc_payment_methods li:hover,
.pcp-checkout-box--payment .wc_payment_methods li:hover {
    border-color: var(--brand-navy, #0f2b4c) !important;
}

/* Label Layout */
#pcp-payment-method-container .wc_payment_methods li label,
.pcp-checkout-box--payment .wc_payment_methods li label {
    flex: 1;
    margin: 0 !important;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--brand-navy, #0f2b4c);
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Custom Radio Circle */
#pcp-payment-method-container .wc_payment_methods li input[type="radio"],
.pcp-checkout-box--payment .wc_payment_methods li input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    margin: 0 !important;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    background: white;
}

#pcp-payment-method-container .wc_payment_methods li input[type="radio"]:checked,
.pcp-checkout-box--payment .wc_payment_methods li input[type="radio"]:checked {
    border-color: var(--brand-navy, #0f2b4c);
    background-color: var(--brand-yellow, #ffc400);
}

#pcp-payment-method-container .wc_payment_methods li input[type="radio"]:checked::after,
.pcp-checkout-box--payment .wc_payment_methods li input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: var(--brand-navy, #0f2b4c);
    border-radius: 50%;
}

/* Payment Box (Description) */
#pcp-payment-method-container .wc_payment_methods li .payment_box,
.pcp-checkout-box--payment .wc_payment_methods li .payment_box {
    width: 100%;
    flex-basis: 100%;
    margin-top: 1rem !important;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
    color: #4b5563;
    display: none;
}

/* Hide payment box if not selected (WC handles this via JS usually, styled here for fallback or override) */
/* Actually WC slides it up/down. We rely on WC JS. But we style the box here. */
#pcp-payment-method-container .wc_payment_methods li .payment_box,
.pcp-checkout-box--payment .wc_payment_methods li .payment_box {
    background: transparent !important;
    padding: 1rem 0 0 0 !important;
    margin: 1rem 0 0 0 !important;
}

#pcp-payment-method-container .wc_payment_methods > li .payment_box {
    display: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

#pcp-payment-method-container .wc_payment_methods > li.pcp-payment-method-active .payment_box {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Hard guard for Tpay content: hide bank list when Tpay method is not active. */
#pcp-payment-method-container .wc_payment_methods > li:not(.pcp-payment-method-active) #tpay-payment {
    display: none !important;
}

#pcp-payment-method-container .wc_payment_methods > li.pcp-payment-method-active #tpay-payment {
    display: block !important;
}

#pcp-payment-method-container .wc_payment_methods > li:not(.pcp-tpay-pbl-active) #tpay-payment {
    display: none !important;
}

#pcp-payment-method-container .wc_payment_methods > li.pcp-tpay-pbl-active #tpay-payment {
    display: block !important;
}

#pcp-payment-method-container .wc_payment_methods li .payment_box p:last-child,
.pcp-checkout-box--payment .wc_payment_methods li .payment_box p:last-child {
    margin-bottom: 0;
}

/* ========================================================================== */
/* TPAY CUSTOM STYLES - START (edytuj tylko ten blok)                         */
/* ========================================================================== */
#pcp-payment-method-container #tpay-payment,
.pcp-checkout-box--payment #tpay-payment {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: transparent !important;
}

/* Tpay plugin renders banks as: #tpay-payment > .tpay-pbl > label > input + div */
#pcp-payment-method-container #tpay-payment .tpay-pbl > label,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex: none !important;
    width: 100% !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: inherit !important;
    cursor: pointer;
}

/* Keep Tpay bank radios native inside each tile */
#pcp-payment-method-container #tpay-payment .tpay-pbl > label > input[type="radio"][name="tpay-channel-id"],
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label > input[type="radio"][name="tpay-channel-id"] {
    appearance: auto !important;
    -webkit-appearance: radio !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    position: static !important;
    margin: 0 0.45rem 0 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#pcp-payment-method-container #tpay-payment .tpay-pbl > label > input[type="radio"][name="tpay-channel-id"]::after,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label > input[type="radio"][name="tpay-channel-id"]::after {
    content: none !important;
}

/* Keep native Tpay content typography readable (without forcing uppercase) */
#pcp-payment-method-container #tpay-payment .name,
#pcp-payment-method-container #tpay-payment .tpay-accept-conditions,
.pcp-checkout-box--payment #tpay-payment .name,
.pcp-checkout-box--payment #tpay-payment .tpay-accept-conditions {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Tpay visual polish (scoped, no logic changes) */
#pcp-payment-method-container #tpay-payment .tpay-pbl,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0.85rem;
    overflow: visible;
}

#pcp-payment-method-container #tpay-payment .tpay-pbl > label,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label {
    position: relative;
    min-width: 0;
    min-height: 126px;
    border: 1px solid var(--gray-200, #e5e7eb);
    border-radius: 0 !important;
    background: #fff;
    padding: 0.5rem !important;
    box-shadow: 0 1px 2px rgba(15, 43, 76, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#pcp-payment-method-container #tpay-payment .tpay-pbl > label:hover,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label:hover {
    border-color: rgba(15, 43, 76, 0.28);
    box-shadow: 0 8px 16px rgba(15, 43, 76, 0.08);
    transform: translateY(-1px);
}

#pcp-payment-method-container #tpay-payment .tpay-pbl > label > input[type="radio"][name="tpay-channel-id"],
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label > input[type="radio"][name="tpay-channel-id"] {
    position: absolute !important;
    top: 0.4rem;
    left: 0.4rem;
    margin: 0 !important;
    transform: scale(0.95);
}

#pcp-payment-method-container #tpay-payment .tpay-pbl > label > div > div,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label > div > div {
    display: grid;
    grid-template-rows: 36px 2.6em;
    align-content: center;
    justify-items: center;
    row-gap: 0.45rem;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

/* Remove inner plugin frames so only outer card border remains */
#pcp-payment-method-container #tpay-payment .tpay-pbl > label > div,
#pcp-payment-method-container #tpay-payment .tpay-pbl > label > div > div,
#pcp-payment-method-container #tpay-payment .tpay-group-logo-holder,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label > div,
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label > div > div,
.pcp-checkout-box--payment #tpay-payment .tpay-group-logo-holder {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

#pcp-payment-method-container #tpay-payment .tpay-group-logo-holder,
.pcp-checkout-box--payment #tpay-payment .tpay-group-logo-holder {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin-bottom: 0;
}

#pcp-payment-method-container #tpay-payment img.tpay-group-logo,
.pcp-checkout-box--payment #tpay-payment img.tpay-group-logo {
    display: block;
    max-width: 110px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
}

#pcp-payment-method-container #tpay-payment .name,
.pcp-checkout-box--payment #tpay-payment .name {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--gray-700, #374151);
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-height: 2.45em;
    width: 100%;
    margin: 0 auto;
}

#pcp-payment-method-container #tpay-payment .tpay-pbl > label:has(> input[type="radio"][name="tpay-channel-id"]:checked),
.pcp-checkout-box--payment #tpay-payment .tpay-pbl > label:has(> input[type="radio"][name="tpay-channel-id"]:checked) {
    border-color: #d1d5db;
    box-shadow: 0 0 0 2px rgba(15, 43, 76, 0.1);
    background: #f8fafc;
}

#pcp-payment-method-container #tpay-payment .tpay-accept-conditions,
.pcp-checkout-box--payment #tpay-payment .tpay-accept-conditions {
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(15, 43, 76, 0.1);
    font-size: 0.76rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

/* Fallback: if grid becomes unavailable or plugin markup changes, keep readable tiles */
@supports not (display: grid) {
    #pcp-payment-method-container #tpay-payment .tpay-pbl,
    .pcp-checkout-box--payment #tpay-payment .tpay-pbl {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        align-items: stretch;
    }

    #pcp-payment-method-container #tpay-payment .tpay-pbl > label,
    .pcp-checkout-box--payment #tpay-payment .tpay-pbl > label {
        width: calc(20% - 0.6rem) !important;
        min-width: 132px;
        flex: 1 1 132px;
    }
}

@media (max-width: 980px) {
    #pcp-payment-method-container #tpay-payment .tpay-pbl,
    .pcp-checkout-box--payment #tpay-payment .tpay-pbl {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    #pcp-payment-method-container #tpay-payment .tpay-pbl,
    .pcp-checkout-box--payment #tpay-payment .tpay-pbl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* ========================================================================== */
/* TPAY CUSTOM STYLES - END                                                   */
/* ========================================================================== */

/* ==========================================================================
   SIDEBAR & ORDER SUMMARY STYLING (Matching React Component)
   ========================================================================== */

/* Main Box Container */
.pcp-checkout-summary-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    /* border-gray-200 */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* shadow-xl */
    border-radius: 0;
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: 2rem;
    /* lg:sticky */
    top: 2rem;
    /* lg:top-8 */
    z-index: 10;
}

/* Header "TWOJE ZAMÓWIENIE" */
.pcp-checkout-summary-box h3 {
    background-color: var(--brand-navy, #0f2b4c);
    color: white;
    font-size: calc(var(--pcp-h3-size, 1.5rem) * 0.75);
    /* text-lg */
    font-weight: 900;
    line-height: var(--pcp-h3-line-height, 1.3);
    /* font-black */
    text-transform: uppercase;
    padding: 1.5rem;
    /* p-6 */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: -0.025em;
    /* tracking-tight */
}

/* Inline SVG handling (Reset any legacy ::before) */
.pcp-checkout-summary-box h3 svg {
    color: var(--brand-yellow, #ffc400);
    /* Ensure yellow icon */
    width: 20px;
    height: 20px;
}

.pcp-checkout-summary-box h3::before {
    display: none !important;
    /* Force hide if legacy CSS conflicts */
    content: none !important;
}

/* Content Padding Wrapper */
.pcp-checkout-summary-content {
    padding: 2rem;
    /* p-8 */
}

/* Order Table Structure */
.woocommerce-checkout-review-order-table {
    display: block;
    width: 100%;
}

.woocommerce-checkout-review-order-table tbody {
    display: block;
    max-height: 15rem;
    /* max-h-60 */
    overflow-y: auto;
    padding-right: 0.25rem;
    margin-right: -0.25rem;
    scrollbar-width: thin;
}

.woocommerce-checkout-review-order-table tbody tr {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #f9fafb;
    /* border-gray-50 */
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.woocommerce-checkout-review-order-table tbody td {
    padding: 0;
    display: block;
}

/* Product Info */
.woocommerce-checkout-review-order-table .product-name {
    flex: 1;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--brand-navy, #0f2b4c);
    letter-spacing: -0.025em;
    /* tracking-tight */
    padding: 0;
}

.product-quantity {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #4b5563;
    margin-top: 0.25rem;
}

.woocommerce-checkout-review-order-table .product-total {
    font-size: 10px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    white-space: nowrap;
    padding: 0;
}

/* Totals Section */
.woocommerce-checkout-review-order-table tfoot {
    display: block;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    padding: 1.5rem 0;
    /* py-6 */
    margin-top: 1rem;
}

.woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border: none !important;
}

.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    font-size: 0.75rem;
    /* text-xs */
    font-weight: 700;
    color: #374151;
    letter-spacing: 0.025em;
    padding: 0;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 800;
    color: var(--brand-navy, #0f2b4c);
    font-size: 0.75rem;
    padding: 0;
}

/* Order Total */
.woocommerce-checkout-review-order-table tfoot .order-total {
    border-top: none;
    margin-top: 0;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 10px;
    font-weight: 900;
    color: #4b5563;
    letter-spacing: 0.2em;
    /* tracking-[0.2em] */
    text-align: right;
    display: block;
    margin-bottom: 0.25rem;
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 2.25rem;
    /* text-4xl */
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    letter-spacing: -0.05em;
    /* tracking-tighter */
    display: block;
    text-align: right;
}

/* Terms Checkboxes */
.woocommerce-terms-and-conditions-wrapper {
    padding: 1.5rem 2rem 0 2rem;
    border: none !important;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 10px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 700;
    /* Bold text */
    color: #4b5563;
    letter-spacing: -0.025em;
}

.woocommerce-form__input-checkbox {
    margin-top: 0.25rem;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    background: white;
}

/* Button */
/* Place Order Button - Now handled by .pcp-btn */

/* Removed double icon ::after */

/* Trust Badges */

.pcp-checkout-summary-box .pcp-trust-badge {
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4b5563;
    letter-spacing: -0.025em;
}

/* Hide default WooCommerce coupon UI only on checkout (keep cart coupon visible) */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .checkout_coupon {
    display: none !important;
}

/* Cart coupon: dedicated premium-style block inside cart form */
.pcp-cart-coupon {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 1rem 1.1rem;
    border-radius: 2px;
}

.pcp-cart-coupon__header {
    margin-bottom: 0.85rem;
}

.pcp-cart-coupon__title {
    margin: 0;
    color: #0f2b4c;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.pcp-cart-coupon__desc {
    margin: 0.35rem 0 0;
    color: #4b5563;
    font-size: 10px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pcp-cart-coupon__row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: nowrap;
}

.pcp-cart-coupon__input {
    min-width: 260px;
    flex: 1 1 auto;
    height: 40px;
    padding: 0 0.75rem;
    border: 1px solid #d1d5db;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.pcp-cart-coupon__button {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .pcp-cart-coupon {
        padding: 0.9rem;
    }

    .pcp-cart-coupon__row {
        width: 100%;
        flex-wrap: wrap;
    }

    .pcp-cart-coupon__input,
    .pcp-cart-coupon__button {
        width: 100%;
        min-width: 0;
    }
}

/* 
 * Original #payment must remain accessible for WooCommerce JS and form submission.
 * We hide it visually but keep it in the DOM and functional.
 */
#payment {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* But if payment is inside our custom container, show it normally */
#pcp-payment-method-container #payment,
.pcp-checkout-box--payment #payment {
    position: static !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

/* Ensure our custom payment container methods are visible and styled */
#pcp-payment-method-container {
    /* Container for cloned payment methods */
}

#pcp-payment-method-container li {
    cursor: pointer;
}

/* Hide the shipping row WITHIN the order review table (it's shown in section 3 instead) */
.pcp-checkout-sidebar .woocommerce-shipping-totals {
    display: none !important;
}

/* Hide original Place Order button from #payment (we have custom button in sidebar) */
#payment .place-order {
    display: none !important;
}

/* Ensure payment methods are visible and clickable */
#pcp-payment-method-container .wc_payment_methods,
.pcp-checkout-box--payment .wc_payment_methods {
    display: flex !important;
    flex-direction: column;
    gap: 0.75rem;
}

/* Loading state for sync containers */
.pcp-loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.pcp-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 3px solid var(--gray-200, #e5e7eb);
    border-top-color: var(--brand-navy, #0f2b4c);
    border-radius: 50%;
    animation: pcp-spin 0.8s linear infinite;
}

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

/* Shipping option styling in custom container */
.pcp-shipping-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border: 2px solid var(--gray-100, #f3f4f6);
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
}

.pcp-shipping-option:hover {
    border-color: var(--brand-navy, #0f2b4c);
}

.pcp-shipping-option input[type="radio"] {
    margin: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.pcp-shipping-option label {
    flex: 1;
    font-size: 0.6875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--brand-navy, #0f2b4c);
    cursor: pointer;
}

/* Fallback message styling */
.pcp-shipping-fallback {
    padding: 1rem;
    background: var(--gray-50, #f9fafb);
    border: 1px solid var(--gray-100, #f3f4f6);
    font-size: 0.75rem;
    color: var(--gray-600, #4b5563);
    text-align: center;
}

/* ==========================================================================
   FIXES For Header & HELP BOX
   ========================================================================== */

/* Explicitly hide the inner "Your order" heading generated by WC/Template */
#order_review_heading {
    display: none !important;
}

/* Help Box Styling (Dark Navy) */
.pcp-checkout-help {
    margin-top: 1.5rem;
    background-color: var(--brand-navy, #0f2b4c);
    color: white;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 4px;
    /* Optional */
}

.pcp-checkout-help svg {
    color: var(--brand-yellow, #ffc400);
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.pcp-checkout-help div {
    display: flex;
    flex-direction: column;
}

.pcp-checkout-help h4 {
    color: var(--brand-yellow, #ffc400);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0.25rem 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.pcp-checkout-help p {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

/* -------------------------------------------------------------------------- */
/* CHECKOUT SIDEBAR OVERHAUL (REACT PORT)                                     */
/* -------------------------------------------------------------------------- */

.pcp-checkout-summary-box {
    background: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.pcp-checkout-summary-box .pcp-checkout-box-header {
    background-color: var(--brand-navy);
    padding: 0.875rem 1.25rem;
}

.pcp-checkout-summary-box .pcp-checkout-box-header h3 {
    color: var(--white);
    font-size: var(--uct-ui-heading-size, var(--pcp-ui-heading-size, 0.87rem));
    font-weight: 900;
    line-height: var(--uct-ui-heading-line-height, var(--pcp-ui-heading-line-height, 1.3));
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
}

.pcp-checkout-summary-content {
    padding: 1.25rem;
}

/* Order Review Table */
.pcp-order-review-table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    /* Allows max-height and scrolling */
}

.pcp-order-review-table tbody {
    display: block;
    max-height: 240px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    padding-right: 0.5rem;
}

.pcp-order-review-table tbody::-webkit-scrollbar {
    width: 4px;
}

.pcp-order-review-table tbody::-webkit-scrollbar-thumb {
    background-color: var(--gray-200);
    border-radius: 4px;
}

.pcp-order-item {
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray-100);
    margin-bottom: 1rem;
}

.pcp-order-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.pcp-order-item-image {
    width: 3.5rem;
    height: 3.5rem;
    background: var(--white);
    border: 1px solid var(--gray-100);
    padding: 2px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcp-order-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pcp-order-item-info {
    flex: 1;
    min-width: 0;
}

.pcp-order-item-name {
    font-size: 10px;
    font-weight: 900;
    color: var(--brand-navy);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
    display: block;
}

.pcp-order-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcp-order-item-qty,
.pcp-order-item-price {
    font-size: 9px;
    font-weight: 700;
    color: var(--gray-600);
    text-transform: uppercase;
}

.pcp-order-item-subtotal {
    font-size: 10px;
    font-weight: 900;
    color: var(--brand-navy);
}

/* Totals Table */
.pcp-order-review-table tfoot {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
    padding: 1.25rem 0;
    margin-bottom: 1.5rem;
}

.pcp-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcp-totals-row th {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-600);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    text-align: left;
}

.pcp-totals-row td {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand-navy);
    text-align: right;
}

.pcp-totals-shipping td {
    font-size: 11px;
}

/* Hide original labels inside shipping select if any */
.pcp-totals-shipping .woocommerce-shipping-destination {
    display: none;
}

.pcp-totals-final {
    display: flex;
    flex-direction: column;
    border: none !important;
    padding: 0 !important;
}

.pcp-totals-final th {
    font-size: 10px;
    font-weight: 900;
    color: var(--gray-600);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.25rem;
}

.pcp-totals-final td {
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--brand-navy);
    letter-spacing: -0.05em;
    line-height: 1;
}

/* Privacy & Terms */
.pcp-checkout-privacy-policy {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.pcp-checkout-privacy-policy label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.pcp-checkout-privacy-policy input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--gray-200);
    flex-shrink: 0;
}

.pcp-checkout-privacy-policy .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-600);
    text-transform: uppercase;
    line-height: 1.4;
}

/* Place Order Button Override - Removed in favor of .pcp-btn */

/* Trust Badges */
.pcp-checkout-trust-badges {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-50);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pcp-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    font-size: var(--pcp-checkout-trust-badge-text-size, 0.625rem);
    font-weight: 700;
    color: var(--gray-600);
    text-transform: var(--pcp-checkout-trust-badge-text-transform, uppercase);
    line-height: var(--pcp-checkout-trust-badge-line-height, 1.3);
    letter-spacing: var(--pcp-checkout-trust-badge-letter-spacing, 0);
}

/* Help Box */
.pcp-checkout-help-box {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    background-color: var(--brand-navy);
    color: var(--white);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.pcp-checkout-help-box h4 {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}

.pcp-checkout-help-box p {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-300);
    text-transform: uppercase;
}

/* ==========================================================================
   ORDER REVIEW V2 - Matching Design Mockup 1:1
   ========================================================================== */

/* Summary Box Container */
.pcp-checkout-summary-box {
    background: #ffffff;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* Header - TWOJE ZAMÓWIENIE */
.pcp-checkout-summary-header {
    background-color: var(--brand-navy, #0f2b4c);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pcp-checkout-summary-header .pcp-summary-icon {
    color: var(--brand-yellow, #ffc400);
    flex-shrink: 0;
}

.pcp-checkout-summary-header span {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Content Area */
.pcp-checkout-summary-content {
    padding: 1.5rem;
}

/* Order Review V2 - Products List */
.pcp-order-review-v2 {
    /* Container */
}

.pcp-order-products {
    max-height: 220px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    padding-right: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: var(--gray-200) transparent;
}

.pcp-order-products::-webkit-scrollbar {
    width: 4px;
}

.pcp-order-products::-webkit-scrollbar-track {
    background: transparent;
}

.pcp-order-products::-webkit-scrollbar-thumb {
    background: var(--gray-200);
    border-radius: 4px;
}

/* Product Item */
.pcp-order-product-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--gray-100, #f3f4f6);
}

.pcp-order-product-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pcp-order-product-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    background: var(--gray-100, #f3f4f6);
}

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

.pcp-order-product-details {
    flex: 1;
    min-width: 0;
}

.pcp-order-product-name {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.3;
    margin: 0 0 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pcp-order-product-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pcp-order-product-name a:hover {
    color: var(--brand-yellow, #ffc400);
}

.pcp-order-product-meta {
    display: block;
    width: 100%;
    margin: 0;
}

.pcp-order-product-meta-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-500, #6b7280);
    margin: 0;
}

.pcp-order-product-meta-left {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.pcp-checkout-qty-control {
    display: grid;
    grid-template-columns: 28px 40px 28px;
    align-items: center;
    width: 96px;
    min-width: 96px;
    max-width: 96px;
    border: 1px solid var(--gray-200, #e5e7eb);
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    box-sizing: border-box;
}

.pcp-checkout-qty-btn {
    width: 28px;
    height: 22px;
    border: 0;
    background: #fff;
    color: var(--brand-navy, #0f2b4c);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pcp-checkout-qty-btn:hover {
    background: var(--brand-yellow, #ffc400);
    color: var(--brand-navy, #0f2b4c);
}

.pcp-checkout-qty-input {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 22px;
    border: 0;
    border-left: 1px solid var(--gray-200, #e5e7eb);
    border-right: 1px solid var(--gray-200, #e5e7eb);
    background: #fff;
    color: var(--brand-navy, #0f2b4c);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    padding: 0;
    -moz-appearance: textfield;
}

.pcp-checkout-qty-input::-webkit-outer-spin-button,
.pcp-checkout-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pcp-checkout-qty-unit-price {
    display: inline-block;
    width: 110px;
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-500, #6b7280);
    white-space: nowrap;
    text-align: left;
}

@media (max-width: 560px) {
    .pcp-order-product-meta-main {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pcp-order-product-meta-left {
        flex-wrap: wrap;
    }

    .pcp-checkout-qty-unit-price {
        width: auto;
    }
}

.pcp-order-product-total {
    font-size: 12px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    white-space: nowrap;
}

/* Totals Section */
.pcp-order-totals {
    border-top: 1px solid var(--gray-100, #f3f4f6);
    border-bottom: 1px solid var(--gray-100, #f3f4f6);
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.pcp-order-totals .pcp-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
}

.pcp-order-totals .pcp-totals-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-600, #4b5563);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.pcp-order-totals .pcp-totals-value {
    font-size: 12px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
}

/* Grand Total */
.pcp-order-grand-total {
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
}

.pcp-grand-total-label {
    display: block;
    font-size: 10px;
    font-weight: 900;
    color: var(--gray-600, #4b5563);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.25rem;
}

.pcp-grand-total-amount {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    letter-spacing: -0.05em;
    line-height: 1;
}

/* Checkboxes */
.pcp-checkout-checkboxes {
    margin-bottom: 1.5rem;
}

.pcp-checkout-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.pcp-checkout-checkbox-label:last-child {
    margin-bottom: 0;
}

.pcp-checkout-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid var(--gray-200, #e5e7eb);
    background: #ffffff;
    margin: 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.pcp-checkout-checkbox:checked {
    background-color: var(--brand-navy, #0f2b4c);
    border-color: var(--brand-navy, #0f2b4c);
}

.pcp-checkout-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pcp-checkout-checkbox-label span {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-600, #4b5563);
    text-transform: uppercase;
    line-height: 1.5;
}

.pcp-checkbox-link {
    color: var(--brand-navy, #0f2b4c);
    text-decoration: underline;
    font-weight: 900;
}

.pcp-checkbox-link:hover {
    text-decoration: none;
}

/* Submit Button - KUPUJĘ I PŁACĘ */
.pcp-checkout-submit-btn {
    width: 100%;
    background-color: var(--brand-yellow, #ffc400);
    color: var(--brand-navy, #0f2b4c);
    border: none;
    padding: 1.25rem 2rem;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.2s ease;
    box-shadow: 0 10px 25px -5px rgba(255, 196, 0, 0.3);
    margin-bottom: 1.5rem;
}

.pcp-checkout-submit-btn:hover {
    background-color: #055a8c;
    color: #ffffff;
    box-shadow: 0 10px 25px -5px rgba(5, 90, 140, 0.3);
}

.pcp-checkout-submit-btn svg {
    flex-shrink: 0;
}

/* Trust Badges - Updated Style */
.pcp-checkout-trust-badges {
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-100, #f3f4f6);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pcp-checkout-trust-badges .pcp-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--gray-50, #f9fafb);
    border: 1px solid var(--gray-100, #f3f4f6);
}

.pcp-checkout-trust-badges .pcp-trust-icon {
    color: var(--gray-400, #9ca3af);
    flex-shrink: 0;
}

.pcp-checkout-trust-badges .pcp-trust-badge span {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-600, #4b5563);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* Help Box - Bottom Section */
.pcp-checkout-help-box {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    background-color: var(--brand-navy, #0f2b4c);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.pcp-checkout-help-box svg {
    color: var(--brand-yellow, #ffc400);
    flex-shrink: 0;
}

.pcp-checkout-help-box h4 {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand-yellow, #ffc400);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.25rem 0;
}

.pcp-checkout-help-box p {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    opacity: 0.9;
}

/* Hide default WC elements we're replacing */
.pcp-checkout-sidebar .woocommerce-terms-and-conditions-wrapper,
.pcp-checkout-sidebar .pcp-checkout-privacy-policy,
.pcp-checkout-sidebar #payment {
    display: none !important;
}

/* Payment Method Row - Same style as other totals rows */
.pcp-totals-payment {
    /* Uses same styles as .pcp-totals-row */
}

.pcp-payment-value {
    /* Nazwa metody jako tekst, nie cena */
}

/* ==========================================================================
   THANK YOU PAGE - Premium Design
   ========================================================================== */

/* Page Container */
.pcp-thankyou-page {
    background-color: var(--gray-50, #f9fafb);
    min-height: 100vh;
    padding-bottom: 6rem;
}

/* Hero Section */
.pcp-thankyou-hero {
    background-color: var(--brand-navy, #0f2b4c);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.pcp-thankyou-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4"><rect width="1" height="1" fill="white"/></svg>');
}

.pcp-thankyou-hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

/* Animated Checkmark */
.pcp-thankyou-checkmark {
    width: 6rem;
    height: 6rem;
    background-color: var(--brand-yellow, #ffc400);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 0 50px rgba(255, 204, 0, 0.3);
    animation: pcp-bounce 2s ease-in-out infinite;
}

.pcp-thankyou-checkmark svg {
    color: var(--brand-navy, #0f2b4c);
}

@keyframes pcp-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Title */
.pcp-thankyou-title {
    font-size: 1.875rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0 0 1rem;
}

.pcp-thankyou-title span {
    color: var(--brand-yellow, #ffc400);
}

@media (min-width: 768px) {
    .pcp-thankyou-title {
        font-size: 3rem;
    }
}

/* Subtitle */
.pcp-thankyou-subtitle {
    color: var(--gray-300, #d1d5db);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .pcp-thankyou-subtitle {
        font-size: 0.875rem;
    }
}

/* Order Number Box */
.pcp-thankyou-order-box {
    display: inline-block;
    background: var(--brand-yellow, #ffc400);
    border: none;
    padding: 1rem 2rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
}

.pcp-thankyou-order-label {
    display: block;
    color: var(--brand-navy, #0f2b4c);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.25rem;
    opacity: 0.8;
}

.pcp-thankyou-order-number {
    display: block;
    color: var(--brand-navy, #0f2b4c);
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

/* Main Container */
.pcp-thankyou-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-top: -2.5rem;
    position: relative;
    z-index: 20;
}

.pcp-thankyou-main {
    max-width: 100%;
    margin: 0 auto;
}

/* Timeline Card */
.pcp-thankyou-timeline-card {
    background: #ffffff;
    border: 1px solid var(--gray-200, #e5e7eb);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .pcp-thankyou-timeline-card {
        padding: 3rem;
    }
}

/* Jak .pcp-title-col h2 / related — Typografia → H2 */
.pcp-thankyou-section-title {
    font-size: clamp(var(--pcp-h2-size, 1.35rem), 3.6vw, calc(var(--pcp-h2-size, 2rem) * 1.05));
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: var(--pcp-h2-line-height, 1);
    margin: 0 0 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    white-space: normal;
}

@media (min-width: 992px) {
    .pcp-thankyou-section-title {
        font-size: var(--pcp-h2-size, 2rem);
    }
}

@media (max-width: 767px) {
    .pcp-thankyou-section-title {
        font-size: clamp(calc(var(--pcp-h2-size, 1.35rem) * 0.8), 6vw, var(--pcp-h2-size, 1.35rem));
    }
}

.pcp-thankyou-section-title svg {
    flex-shrink: 0;
    color: var(--brand-yellow, #ffc400);
}

/* Timeline */
.pcp-thankyou-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
}

@media (min-width: 768px) {
    .pcp-thankyou-timeline {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pcp-thankyou-timeline-line {
    display: none;
}

@media (min-width: 768px) {
    .pcp-thankyou-timeline-line {
        display: block;
        position: absolute;
        top: 2.5rem;
        left: 10%;
        right: 10%;
        height: 2px;
        background: var(--gray-100, #f3f4f6);
        z-index: 0;
    }
}

/* Timeline Step */
.pcp-thankyou-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 10;
}

.pcp-thankyou-step-icon {
    width: 5rem;
    height: 5rem;
    background: var(--gray-50, #f9fafb);
    border: 4px solid #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy, #0f2b4c);
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease;
}

.pcp-thankyou-step:hover .pcp-thankyou-step-icon {
    background-color: var(--brand-yellow, #ffc400);
}

.pcp-thankyou-step-title {
    font-size: 0.75rem;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0 0 0.75rem;
}

.pcp-thankyou-step-desc {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-600, #4b5563);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.6;
    padding: 0 1rem;
    margin: 0;
}

/* Two Column Layout */
.pcp-thankyou-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    .pcp-thankyou-columns {
        grid-template-columns: 1fr 2fr;
    }
}

/* Sidebar */
.pcp-thankyou-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Contact Box */
.pcp-thankyou-contact-box {
    background-color: var(--brand-navy, #0f2b4c);
    padding: 2rem;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.pcp-thankyou-contact-title {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand-yellow, #ffc400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pcp-thankyou-contact-desc {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-300, #d1d5db);
    text-transform: uppercase;
    line-height: 1.8;
    margin: 0 0 2rem;
}

.pcp-thankyou-phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: var(--brand-yellow, #ffc400);
    color: var(--brand-navy, #0f2b4c) !important;
    padding: 1rem;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: all 0.2s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.pcp-thankyou-phone-btn:hover {
    background-color: #ffffff;
    color: var(--brand-navy, #0f2b4c);
}

/* Security Box */
.pcp-thankyou-security-box {
    background: var(--gray-100, #f3f4f6);
    padding: 2rem;
    border: 1px solid var(--gray-200, #e5e7eb);
}

.pcp-thankyou-security-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.pcp-thankyou-security-header svg {
    color: var(--brand-navy, #0f2b4c);
}

.pcp-thankyou-security-header h4 {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.pcp-thankyou-security-desc {
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-600, #4b5563);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.8;
    margin: 0;
}

/* Recommendations Section */
.pcp-thankyou-recommendations {
    /* Container */
}

.pcp-thankyou-recommendations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.pcp-thankyou-recommendations-title {
    font-size: 1.125rem;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0;
}

.pcp-thankyou-view-all {
    font-size: 10px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-bottom: 2px solid var(--brand-yellow, #ffc400);
    padding-bottom: 0.25rem;
    transition: color 0.2s ease;
}

.pcp-thankyou-view-all:hover {
    color: var(--brand-yellow-hover, #e6b000);
}

/* Products Grid */
.pcp-thankyou-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .pcp-thankyou-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Product Card */
.pcp-thankyou-product-card {
    background: #ffffff;
    border: 1px solid var(--gray-200, #e5e7eb);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.pcp-thankyou-product-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.pcp-thankyou-product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--gray-50, #f9fafb);
    display: block;
}

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

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

.pcp-thankyou-wishlist-btn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    background: #ffffff;
    border: 1px solid var(--gray-200, #e5e7eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--gray-400, #9ca3af);
}

.pcp-thankyou-wishlist-btn:hover {
    background: var(--brand-navy, #0f2b4c);
    color: #ffffff;
    border-color: var(--brand-navy, #0f2b4c);
}

.pcp-thankyou-product-info {
    padding: 1rem;
}

.pcp-thankyou-product-cat {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: var(--gray-500, #6b7280);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.pcp-thankyou-product-name {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.4;
    margin: 0 0 0.75rem;
    min-height: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pcp-thankyou-product-name a {
    color: inherit;
    text-decoration: none;
}

.pcp-thankyou-product-name a:hover {
    color: var(--brand-yellow-hover, #e6b000);
}

.pcp-thankyou-product-price {
    font-size: 1rem;
    font-weight: 900;
    color: var(--brand-navy, #0f2b4c);
    margin-bottom: 1rem;
}

.pcp-thankyou-product-price del {
    color: var(--gray-400, #9ca3af);
    font-size: 0.75rem;
    margin-right: 0.5rem;
}

.pcp-thankyou-product-price ins {
    text-decoration: none;
}

.pcp-thankyou-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    background-color: #0673b4;
    color: #ffffff;
    padding: 0.75rem 1rem;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #0673b4;
}

.pcp-thankyou-add-to-cart:hover,
.pcp-thankyou-add-to-cart:focus-visible {
    background-color: #055a8c;
    border-color: #055a8c;
    color: #ffffff;
}

.pcp-thankyou-no-products {
    font-size: 12px;
    color: var(--gray-500, #6b7280);
    text-align: center;
    padding: 2rem;
}

/* Back to Home Action */
.pcp-thankyou-actions {
    margin-top: 4rem;
    text-align: center;
}

.pcp-thankyou-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #0673b4;
    border-color: #0673b4;
    color: #ffffff !important;
    padding: 1.5rem 3rem;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 25px 50px -12px rgba(15, 43, 76, 0.3);
}

.pcp-thankyou-home-btn:hover,
.pcp-thankyou-home-btn:focus-visible {
    background-color: #055a8c;
    border-color: #055a8c;
    color: #ffffff !important;
}

/* =========================================
   WCAG Toolbar Styles
   ========================================= */

.wcag-toolbar {
    background-color: var(--brand-navy, #0f2b4c);
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--font-sans, 'Inter', sans-serif);
    font-size: 13px;
    z-index: 9999;
    position: relative;
}

.wcag-toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Aligned left usually or specified? Screenshot looks spread or left. */
    height: 48px;
    gap: 2rem;
}

/* Main controls wrapper */
.wcag-controls {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Individual Buttons */
.wcag-btn,
.wcag-font-size button {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    transition: all 0.2s ease;
    gap: 0.5rem;
}

.wcag-btn:hover,
.wcag-font-size button:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.wcag-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.5;
}

/* Font Size Control */
.wcag-font-size {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 1rem;
    gap: 0.5rem;
}

.wcag-font-current {
    font-weight: 700;
    min-width: 40px;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

/* Accessibility Modes Implementation */

/* 1. High Contrast */
body.wcag-high-contrast {
    filter: invert(100%) hue-rotate(180deg);
}

body.wcag-high-contrast img,
body.wcag-high-contrast video,
body.wcag-high-contrast iframe,
body.wcag-high-contrast .wcag-toolbar {
    filter: invert(100%) hue-rotate(180deg);
}

/* Exclude toolbar from inversion to keep it usable/stable visually? 
   Actually, usually the toolbar should stay unrelated. 
   If I invert body, everything inverts. 
   Better to apply filter to a wrapper, but WP doesn't always have one.
   If I apply to body, I can un-invert the toolbar.
*/

/* 2. Grayscale */
body.wcag-grayscale {
    filter: grayscale(100%);
}

/* 3. Links Underlined */
body.wcag-links-underlined a {
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

/* 4. Readable Font */
body.wcag-readable-font,
body.wcag-readable-font * {
    font-family: Arial, sans-serif !important;
    letter-spacing: 0.02em !important;
    word-spacing: 0.05em !important;
}

/* 5. Hide Images */
body.wcag-hide-images img,
body.wcag-hide-images video,
body.wcag-hide-images .elementor-image,
body.wcag-hide-images .wp-block-image {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Keep SVGs in toolbar visible */
body.wcag-hide-images .wcag-toolbar svg {
    opacity: 1 !important;
    visibility: visible !important;
}

/* 6. Stop Animations */
body.wcag-stop-animations *,
body.wcag-stop-animations *:before,
body.wcag-stop-animations *:after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    /* Transform none might break layout, be careful. Just transitions/animations */
}

/* Responsive */
@media (max-width: 768px) {
    .wcag-toolbar-inner {
        overflow-x: auto;
        padding-bottom: 5px;
        /* scroll hint */
    }

    .wcag-controls {
        padding-right: 1rem;
    }
}

/* =========================================
   WCAG Refinements (Step 2)
   ========================================= */

/* Fix Layout Grouping */
.top-bar-group-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    /* Gap between WCAG and Info Text */
}

/* Make toolbar itself tighter */
.wcag-toolbar-inner {
    height: auto;
    min-height: auto;
    gap: 1rem;
    padding: 0;
}

.wcag-controls {
    gap: 0.5rem;
    /* Much tighter gap */
}

/* Subtle Buttons */
.wcag-btn,
.wcag-font-size button {
    padding: 0.25rem;
    /* Smaller click area visual, but keeps it clickable */
    color: rgba(255, 255, 255, 0.6);
    /* More subtle by default */
    width: 24px;
    height: 24px;
}

.wcag-btn:hover,
.wcag-font-size button:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.wcag-btn svg,
.wcag-font-size svg {
    width: 14px;
    /* Smaller icon size */
    height: 14px;
    stroke-width: 1.5;
}

/* Font Size Control Specifics */
.wcag-font-size {
    border: none;
    /* Remove borders */
    padding: 0;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.05);
    /* Slight pill bg */
    border-radius: 4px;
    padding: 0 0.25rem;
}

.wcag-font-current {
    font-size: 10px !important;
    min-width: 28px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

/* Hide separators if any remain */
.wcag-separator {
    display: none;
}

/* Simple CSS Tooltip (Optional "Turbo" enhancement) */
.wcag-btn {
    position: relative;
}

/* Only show on hover if we want custom styled tooltips, but standard 'title' works.
   Uncomment below if user insists on visual custom tooltips.
   For now, 'title' attribute provides native tooltip. 
*/


/* Galeria miniaturek produktu: tokeny i reguły w assets/css/product-summary.css (enqueue na single product). */

/* Nadpisania Specyficzne dla Sklepu i Archiwum (Kafelki) */
.woocommerce-shop .pcp-card-image,
.woocommerce-shop .uct-card-image,
.woocommerce-archive .pcp-card-image,
.woocommerce-archive .uct-card-image,
.archive .pcp-card-image,
.archive .uct-card-image {
    padding: 0.5rem;
    /* Cieńsza ramka (większe zdjęcie) */
}

.woocommerce-shop .pcp-card-action-btn,
.woocommerce-shop .uct-card-action-btn,
.woocommerce-archive .pcp-card-action-btn,
.woocommerce-archive .uct-card-action-btn,
.archive .pcp-card-action-btn,
.archive .uct-card-action-btn {
    background-color: #ffffff !important;
    /* Białe tło ikon */
    opacity: 1 !important;
    /* Pełna widoczność */
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Main Product Image Padding */
.pcp-main-img {
    padding: 1rem !important;
}

/* =========================================
   HOMEPAGE PRODUCT CARD OVERRIDES
   ========================================= */
.pcp-home-container .pcp-product-card,
.pcp-home-container .uct-product-card {
    border: 1px solid var(--uct-home-product-card-border-color, var(--pcp-home-product-card-border-color, var(--gray-200, #e5e7eb)));
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.pcp-home-container .pcp-product-card:hover,
.pcp-home-container .uct-product-card:hover {
    border-color: var(--uct-home-product-card-border-hover-color, var(--pcp-home-product-card-border-hover-color, var(--gray-200, #e5e7eb)));
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, var(--uct-home-product-card-hover-shadow-strength, var(--pcp-home-product-card-hover-shadow-strength, 0.1))), 0 10px 10px -5px rgba(0, 0, 0, calc(var(--uct-home-product-card-hover-shadow-strength, var(--pcp-home-product-card-hover-shadow-strength, 0.1)) * 0.4));
}

/* Always show action buttons on homepage */
.pcp-home-container .pcp-card-actions,
.pcp-home-container .uct-card-actions {
    opacity: 1;
    transform: translateX(0);
}

/* Homepage product card image — centered contain (DEMO-PRODUCT-CARDS-01 / 01B) */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-image-wrapper,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: var(--uct-home-product-card-image-ratio, var(--pcp-home-product-card-image-ratio, 4/3));
    background-color: var(--uct-home-product-card-image-bg, var(--pcp-home-product-card-bg, var(--white, #ffffff)));
    box-shadow: inset 0 0 0 1px var(--uct-home-product-card-image-frame-border, #eef2f6);
    box-sizing: border-box;
}

/* 01B: fill aspect-ratio box — flex center prevented height:100% on the link from resolving */
.pcp-home-container .pcp-card-image-wrapper > a,
.pcp-home-container .uct-card-image-wrapper > a {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: var(--uct-home-product-card-image-padding, var(--pcp-home-product-card-image-padding, 16px));
}

.pcp-home-container .pcp-card-actions,
.pcp-home-container .uct-card-actions {
    z-index: 2;
}

.pcp-home-container .pcp-card-image-wrapper .pcp-sale-badge,
.pcp-home-container .pcp-card-image-wrapper .uct-sale-badge,
.pcp-home-container .uct-card-image-wrapper .pcp-sale-badge,
.pcp-home-container .uct-card-image-wrapper .uct-sale-badge {
    z-index: 3;
}

.pcp-home-container .pcp-card-image,
.pcp-home-container .uct-card-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 0;
    box-sizing: border-box;
    transition: transform var(--uct-home-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms));
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium):hover .pcp-card-image,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium):hover .uct-card-image {
    transform: scale(calc(1 + ((var(--uct-home-product-card-hover-image-scale-enabled, var(--pcp-home-product-card-hover-image-scale-enabled, 1)) * (var(--uct-home-product-card-hover-image-scale, var(--pcp-home-product-card-hover-image-scale, 105)) - 100)) / 100)));
}

/* Source PNG/JPG with built-in whitespace may still look small; avoid cover/crop in this sprint */

/* DEMO-PRODUCT-CARDS-03: Premium clean home product card */
.pcp-home-container .uct-product-card--premium {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--uct-home-product-card-bg, var(--pcp-home-product-card-bg, var(--white, #ffffff)));
    border: 1px solid var(--uct-home-product-card-border-color, var(--pcp-home-product-card-border-color, var(--gray-100, #f3f4f6)));
    transition: box-shadow var(--uct-home-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)),
        border-color var(--uct-home-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms));
}

.pcp-home-container .uct-product-card--premium:hover {
    border-color: var(--uct-home-product-card-border-hover-color, var(--pcp-home-product-card-border-hover-color, var(--gray-200, #e5e7eb)));
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, var(--uct-home-product-card-hover-shadow-strength, var(--pcp-home-product-card-hover-shadow-strength, 0.12))),
        0 10px 10px -5px rgba(0, 0, 0, calc(var(--uct-home-product-card-hover-shadow-strength, var(--pcp-home-product-card-hover-shadow-strength, 0.12)) * 0.4));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image-stage {
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    background-color: var(--uct-home-product-card-image-bg, var(--gray-50, #f9fafb));
    box-shadow: inset 0 0 0 1px var(--uct-home-product-card-image-frame-border, #eef2f6);
    overflow: hidden;
    box-sizing: border-box;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: var(--uct-home-product-card-image-padding, var(--pcp-home-product-card-image-padding, 10px));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 0;
    box-sizing: border-box;
    transform: scale(1.1);
    transition: transform var(--uct-home-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms));
}

.pcp-home-container .uct-product-card--premium:hover .uct-product-card-premium__image {
    transform: scale(calc(1.1 * (1 + ((var(--uct-home-product-card-hover-image-scale-enabled, var(--pcp-home-product-card-hover-image-scale-enabled, 1)) * (var(--uct-home-product-card-hover-image-scale, var(--pcp-home-product-card-hover-image-scale, 105)) - 100)) / 100))));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__actions {
    position: absolute;
    top: var(--uct-home-product-card-actions-top, var(--pcp-home-product-card-actions-top, 12px));
    right: var(--uct-home-product-card-actions-side, var(--pcp-home-product-card-actions-side, 12px));
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: var(--uct-home-product-card-actions-gap, var(--pcp-home-product-card-actions-gap, 8px));
    opacity: 1;
    transform: none;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__actions .pcp-card-action-btn,
.pcp-home-container .uct-product-card--premium .uct-product-card-premium__actions .uct-card-action-btn {
    width: var(--uct-home-product-card-action-size, var(--pcp-home-product-card-action-size, 36px));
    height: var(--uct-home-product-card-action-size, var(--pcp-home-product-card-action-size, 36px));
    border-radius: var(--uct-home-product-card-actions-radius, var(--pcp-home-product-card-actions-radius, 8px));
    transition: background-color var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 220ms))),
        color var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 220ms))),
        border-color var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 220ms))),
        box-shadow var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 220ms))),
        transform var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 220ms)));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__sale-badge,
.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image-stage .pcp-sale-badge {
    position: absolute;
    top: var(--uct-home-product-card-badge-top, var(--pcp-home-product-card-badge-top, 12px));
    left: var(--uct-home-product-card-badge-side, var(--pcp-home-product-card-badge-side, 12px));
    z-index: 3;
    margin: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
    padding: var(--uct-home-product-card-content-padding, var(--pcp-home-product-card-content-padding, 18px));
    min-height: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__category {
    display: inline-block;
    align-self: flex-start;
    max-width: 100%;
    padding: 0.35rem 0.65rem;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--uct-home-product-card-category-text, var(--gray-600, #4b5563));
    background-color: var(--uct-home-product-card-category-bg, #f3f4f6);
    border: 1px solid var(--uct-home-product-card-category-border-color, transparent);
    border-radius: 999px;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__title {
    margin: 0;
    font-size: var(--uct-home-product-card-title-size, var(--pcp-home-product-card-title-size, 0.875rem));
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--uct-home-product-card-title-color, var(--brand-navy, #0f2b4c));
    display: -webkit-box;
    -webkit-line-clamp: var(--uct-home-product-card-title-lines, var(--pcp-home-product-card-title-lines, 2));
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__title a {
    color: inherit;
    text-decoration: none;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__title a:hover {
    color: var(--uct-home-product-card-title-hover-color, var(--brand-yellow, #ffc400));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 0.75rem;
    margin: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__price {
    font-size: var(--uct-home-product-card-price-size, var(--pcp-home-product-card-price-size, 1.375rem));
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--uct-home-product-card-price-color, var(--brand-navy, #0f2b4c));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__price-row .pcp-card-old-price {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--uct-home-product-card-old-price-color, var(--gray-400, #9ca3af));
    text-decoration: line-through;
}

.pcp-home-container .uct-product-card--premium .pcp-card-lowest-price {
    margin: 0;
    font-size: 0.5625rem;
    line-height: 1.4;
    color: var(--uct-home-product-card-lowest-price-color, var(--gray-500, #6b7280));
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__button {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    padding: var(--uct-home-product-card-button-padding-y, var(--pcp-home-product-card-button-padding-y, 14px))
        var(--uct-home-product-card-button-padding-x, var(--pcp-home-product-card-button-padding-x, 18px));
    border-radius: var(--uct-home-product-card-actions-radius, var(--pcp-home-product-card-actions-radius, 8px));
}

/* DEMO-PRODUCT-CARDS-04C: Home product card style tokens (Classic + Premium) */

/* Classic — card shell */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) {
    background-color: var(--uct-home-product-card-bg, var(--pcp-home-product-card-bg, var(--white, #ffffff)));
    transition: box-shadow var(--uct-home-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)),
        border-color var(--uct-home-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms));
}

/* Classic — content */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-content,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-content {
    padding: var(--uct-home-product-card-content-padding, var(--pcp-home-product-card-content-padding, 20px));
}

/* Classic — category (text label, not a pill) */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-category,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-category {
    color: var(--uct-home-product-card-category-text, var(--gray-500, #6b7280));
}

/* Classic — title */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-title,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-title {
    font-size: var(--uct-home-product-card-title-size, var(--pcp-home-product-card-title-size, 0.8125rem));
    min-height: var(--uct-home-product-card-title-min-height, var(--pcp-home-product-card-title-min-height, 48px));
    -webkit-line-clamp: var(--uct-home-product-card-title-lines, var(--pcp-home-product-card-title-lines, 2));
    color: var(--uct-home-product-card-title-color, var(--brand-navy, #0f2b4c));
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-title a,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-title a {
    color: inherit;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-title a:hover,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-title a:hover {
    color: var(--uct-home-product-card-title-hover-color, var(--brand-yellow, #ffc400));
}

/* Classic — price */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-price,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-price {
    font-size: var(--uct-home-product-card-price-size, var(--pcp-home-product-card-price-size, 1.25rem));
    color: var(--uct-home-product-card-price-color, var(--brand-navy, #0f2b4c));
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-old-price,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-old-price {
    color: var(--uct-home-product-card-old-price-color, var(--gray-400, #9ca3af));
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-lowest-price,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-lowest-price {
    color: var(--uct-home-product-card-lowest-price-color, var(--gray-500, #6b7280));
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-lowest-price strong,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-lowest-price strong {
    color: var(--uct-home-product-card-lowest-price-color, var(--gray-700, #374151));
}

/* Classic — sale badge */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-image-wrapper .pcp-sale-badge,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-image-wrapper .uct-sale-badge,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-image-wrapper .pcp-sale-badge,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-image-wrapper .uct-sale-badge {
    top: var(--uct-home-product-card-badge-top, var(--pcp-home-product-card-badge-top, 12px));
    left: var(--uct-home-product-card-badge-side, var(--pcp-home-product-card-badge-side, 12px));
    background-color: var(--uct-home-product-card-badge-bg, var(--pcp-home-product-card-badge-bg, #dc2626));
    color: var(--uct-home-product-card-badge-text, var(--pcp-home-product-card-badge-text, #ffffff));
    font-size: var(--uct-home-product-card-badge-font-size, var(--pcp-home-product-card-badge-font-size, 11px));
    font-weight: var(--uct-home-product-card-badge-font-weight, var(--pcp-home-product-card-badge-font-weight, 900));
    padding: var(--uct-home-product-card-badge-padding-y, var(--pcp-home-product-card-badge-padding-y, 6px)) var(--uct-home-product-card-badge-padding-x, var(--pcp-home-product-card-badge-padding-x, 10px));
    border: var(--uct-home-product-card-badge-border-width, var(--pcp-home-product-card-badge-border-width, 0px)) solid var(--uct-home-product-card-badge-border-color, var(--pcp-home-product-card-badge-border-color, transparent));
    text-transform: var(--uct-home-product-card-badge-text-transform, var(--pcp-home-product-card-badge-text-transform, uppercase));
    letter-spacing: var(--uct-home-product-card-badge-letter-spacing, var(--pcp-home-product-card-badge-letter-spacing, 0.05em));
}

/* Classic — quick actions (position) */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-actions,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-actions {
    top: var(--uct-home-product-card-actions-top, var(--pcp-home-product-card-actions-top, 12px));
    right: var(--uct-home-product-card-actions-side, var(--pcp-home-product-card-actions-side, 12px));
    gap: var(--uct-home-product-card-actions-gap, var(--pcp-home-product-card-actions-gap, 8px));
}

/* DEMO-PRODUCT-CARDS-04C1: Home quick action colors (Classic + Premium) + SVG normalization */

/* Base — all home card quick actions (wishlist, quick view, compare) */
.pcp-home-container .uct-product-card .pcp-card-action-btn,
.pcp-home-container .uct-product-card .uct-card-action-btn,
.pcp-home-container .uct-product-card .pcp-wishlist-btn,
.pcp-home-container .uct-product-card .uct-wishlist-btn,
.pcp-home-container .uct-product-card .pcp-quick-view-btn,
.pcp-home-container .uct-product-card .uct-quick-view-btn,
.pcp-home-container .uct-product-card .pcp-add-compare,
.pcp-home-container .uct-product-card .uct-add-compare {
    background-color: var(--uct-home-product-card-actions-bg, var(--pcp-home-product-card-actions-bg, #ffffff)) !important;
    border: var(--uct-home-product-card-actions-border-width, var(--pcp-home-product-card-actions-border-width, 1px)) solid var(--uct-home-product-card-actions-border-color, var(--pcp-home-product-card-actions-border-color, #e5e7eb)) !important;
    color: var(--uct-home-product-card-actions-icon, var(--pcp-home-product-card-actions-icon, #6b7280)) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, var(--uct-home-product-card-actions-shadow-default, var(--pcp-home-product-card-actions-shadow-default, 0.1))) !important;
}

/* Classic sizing */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-action-btn,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-action-btn {
    width: var(--uct-home-product-card-action-size, var(--pcp-home-product-card-action-size, 36px));
    height: var(--uct-home-product-card-action-size, var(--pcp-home-product-card-action-size, 36px));
    border-radius: var(--uct-home-product-card-actions-radius, var(--pcp-home-product-card-actions-radius, 0px));
    transition: background-color var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms))),
        color var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms))),
        border-color var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms))),
        box-shadow var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms))),
        transform var(--uct-home-product-card-actions-transition-duration, var(--pcp-home-product-card-actions-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)));
}

/* Hover — inactive only (active must not revert to hover icon/bg) */
.pcp-home-container .uct-product-card .pcp-card-action-btn:not(.active):not(.is-active):hover,
.pcp-home-container .uct-product-card .uct-card-action-btn:not(.active):not(.is-active):hover,
.pcp-home-container .uct-product-card .pcp-wishlist-btn:not(.is-active):hover,
.pcp-home-container .uct-product-card .uct-wishlist-btn:not(.is-active):hover,
.pcp-home-container .uct-product-card .pcp-quick-view-btn:not(.active):not(.is-active):hover,
.pcp-home-container .uct-product-card .uct-quick-view-btn:not(.active):not(.is-active):hover,
.pcp-home-container .uct-product-card .pcp-add-compare:not(.active):hover,
.pcp-home-container .uct-product-card .uct-add-compare:not(.active):hover {
    background-color: var(--uct-home-product-card-actions-bg-hover, var(--pcp-home-product-card-actions-bg-hover, #ffc400)) !important;
    border-color: var(--uct-home-product-card-actions-border-hover-color, var(--pcp-home-product-card-actions-border-hover-color, #ffc400)) !important;
    color: var(--uct-home-product-card-actions-icon-hover, var(--pcp-home-product-card-actions-icon-hover, #0f2b4c)) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, var(--uct-home-product-card-actions-shadow-hover, var(--pcp-home-product-card-actions-shadow-hover, 0.16))) !important;
    transform: translateY(var(--uct-home-product-card-actions-hover-translate-y, var(--pcp-home-product-card-actions-hover-translate-y, -1px))) scale(calc(var(--uct-home-product-card-actions-hover-scale, var(--pcp-home-product-card-actions-hover-scale, 102)) / 100));
}

/* Active — compare (.active) and wishlist (.is-active) */
.pcp-home-container .uct-product-card .pcp-card-action-btn.active,
.pcp-home-container .uct-product-card .uct-card-action-btn.active,
.pcp-home-container .uct-product-card .pcp-card-action-btn.is-active,
.pcp-home-container .uct-product-card .uct-card-action-btn.is-active,
.pcp-home-container .uct-product-card .pcp-add-compare.active,
.pcp-home-container .uct-product-card .uct-add-compare.active,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active,
.pcp-home-container .uct-product-card .pcp-card-action-btn.active:hover,
.pcp-home-container .uct-product-card .uct-card-action-btn.active:hover,
.pcp-home-container .uct-product-card .pcp-card-action-btn.is-active:hover,
.pcp-home-container .uct-product-card .uct-card-action-btn.is-active:hover,
.pcp-home-container .uct-product-card .pcp-add-compare.active:hover,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active:hover,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active:hover {
    background-color: var(--uct-home-product-card-actions-active-bg, var(--pcp-home-product-card-actions-active-bg, var(--uct-home-product-card-actions-bg-hover, var(--pcp-home-product-card-actions-bg-hover, #0f2b4c)))) !important;
    border-color: var(--uct-home-product-card-actions-border-hover-color, var(--pcp-home-product-card-actions-border-hover-color, #ffc400)) !important;
    color: var(--uct-home-product-card-actions-active-icon, var(--pcp-home-product-card-actions-active-icon, var(--uct-home-product-card-actions-icon-hover, var(--pcp-home-product-card-actions-icon-hover, #ffffff)))) !important;
}

/* SVG / icon color inheritance (outline icons — inactive + hover) */
.pcp-home-container .uct-product-card .pcp-card-action-btn svg,
.pcp-home-container .uct-product-card .uct-card-action-btn svg,
.pcp-home-container .uct-product-card .pcp-wishlist-btn svg,
.pcp-home-container .uct-product-card .uct-wishlist-btn svg,
.pcp-home-container .uct-product-card .pcp-quick-view-btn svg,
.pcp-home-container .uct-product-card .uct-quick-view-btn svg,
.pcp-home-container .uct-product-card .pcp-add-compare svg,
.pcp-home-container .uct-product-card .uct-add-compare svg {
    display: block;
    color: inherit;
    stroke: currentColor;
    fill: none;
}

.pcp-home-container .uct-product-card .pcp-card-action-btn svg path,
.pcp-home-container .uct-product-card .uct-card-action-btn svg path,
.pcp-home-container .uct-product-card .pcp-card-action-btn svg circle,
.pcp-home-container .uct-product-card .uct-card-action-btn svg circle,
.pcp-home-container .uct-product-card .pcp-card-action-btn svg line,
.pcp-home-container .uct-product-card .uct-card-action-btn svg line,
.pcp-home-container .uct-product-card .pcp-card-action-btn svg polyline,
.pcp-home-container .uct-product-card .uct-card-action-btn svg polyline,
.pcp-home-container .uct-product-card .pcp-card-action-btn svg use,
.pcp-home-container .uct-product-card .uct-card-action-btn svg use,
.pcp-home-container .uct-product-card .pcp-wishlist-btn svg path,
.pcp-home-container .uct-product-card .uct-wishlist-btn svg path,
.pcp-home-container .uct-product-card .pcp-quick-view-btn svg path,
.pcp-home-container .uct-product-card .uct-quick-view-btn svg path,
.pcp-home-container .uct-product-card .pcp-add-compare svg path,
.pcp-home-container .uct-product-card .uct-add-compare svg path {
    stroke: currentColor;
    fill: none;
}

.pcp-home-container .uct-product-card .pcp-card-action-btn i,
.pcp-home-container .uct-product-card .uct-card-action-btn i,
.pcp-home-container .uct-product-card .pcp-wishlist-btn i,
.pcp-home-container .uct-product-card .uct-wishlist-btn i,
.pcp-home-container .uct-product-card .pcp-quick-view-btn i,
.pcp-home-container .uct-product-card .uct-quick-view-btn i,
.pcp-home-container .uct-product-card .pcp-add-compare i,
.pcp-home-container .uct-product-card .uct-add-compare i {
    color: inherit;
}

/* DEMO-PRODUCT-CARDS-04C3: Active SVG — beat global .pcp-add-compare.active svg { stroke: brand-navy !important } */

/* Compare active — outline icon, visible on active bg */
.pcp-home-container .uct-product-card .pcp-add-compare.active,
.pcp-home-container .uct-product-card .uct-add-compare.active,
.pcp-home-container .uct-product-card .pcp-card-action-btn.pcp-add-compare.active,
.pcp-home-container .uct-product-card .uct-card-action-btn.uct-add-compare.active,
.pcp-home-container .uct-product-card .pcp-add-compare.active:hover,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover,
.pcp-home-container .uct-product-card .pcp-card-action-btn.pcp-add-compare.active:hover,
.pcp-home-container .uct-product-card .uct-card-action-btn.uct-add-compare.active:hover {
    background-color: var(--uct-home-product-card-actions-active-bg, var(--pcp-home-product-card-actions-active-bg, var(--uct-home-product-card-actions-bg-hover, var(--pcp-home-product-card-actions-bg-hover, #0f2b4c)))) !important;
    border-color: var(--uct-home-product-card-actions-border-hover-color, var(--pcp-home-product-card-actions-border-hover-color, #ffc400)) !important;
    color: var(--uct-home-product-card-actions-active-icon, var(--pcp-home-product-card-actions-active-icon, var(--uct-home-product-card-actions-icon-hover, var(--pcp-home-product-card-actions-icon-hover, #ffffff)))) !important;
}

.pcp-home-container .uct-product-card .pcp-add-compare.active svg,
.pcp-home-container .uct-product-card .uct-add-compare.active svg,
.pcp-home-container .uct-product-card .pcp-add-compare.active:hover svg,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg,
.pcp-home-container .uct-product-card .pcp-card-action-btn.pcp-add-compare.active svg,
.pcp-home-container .uct-product-card .uct-card-action-btn.uct-add-compare.active svg,
.pcp-home-container .uct-product-card .pcp-add-compare.active svg *,
.pcp-home-container .uct-product-card .uct-add-compare.active svg *,
.pcp-home-container .uct-product-card .pcp-add-compare.active:hover svg *,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg *,
.pcp-home-container .uct-product-card .pcp-add-compare.active svg path,
.pcp-home-container .uct-product-card .uct-add-compare.active svg circle,
.pcp-home-container .uct-product-card .uct-add-compare.active svg line,
.pcp-home-container .uct-product-card .uct-add-compare.active svg polyline,
.pcp-home-container .uct-product-card .uct-add-compare.active svg use,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg path,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg circle,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg line,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg polyline,
.pcp-home-container .uct-product-card .uct-add-compare.active:hover svg use {
    color: inherit !important;
    stroke: currentColor !important;
    fill: none !important;
}

/* Wishlist active — filled heart */
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active,
.pcp-home-container .uct-product-card .pcp-card-action-btn.pcp-wishlist-btn.is-active,
.pcp-home-container .uct-product-card .uct-card-action-btn.uct-wishlist-btn.is-active,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active:hover,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active:hover,
.pcp-home-container .uct-product-card .pcp-card-action-btn.pcp-wishlist-btn.is-active:hover,
.pcp-home-container .uct-product-card .uct-card-action-btn.uct-wishlist-btn.is-active:hover {
    background-color: var(--uct-home-product-card-actions-active-bg, var(--pcp-home-product-card-actions-active-bg, var(--uct-home-product-card-actions-bg-hover, var(--pcp-home-product-card-actions-bg-hover, #0f2b4c)))) !important;
    border-color: var(--uct-home-product-card-actions-border-hover-color, var(--pcp-home-product-card-actions-border-hover-color, #ffc400)) !important;
    color: var(--uct-home-product-card-actions-active-icon, var(--pcp-home-product-card-actions-active-icon, var(--uct-home-product-card-actions-icon-hover, var(--pcp-home-product-card-actions-icon-hover, #ffffff)))) !important;
}

.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active svg,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active svg,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active:hover svg,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active:hover svg,
.pcp-home-container .uct-product-card .pcp-card-action-btn.is-active svg,
.pcp-home-container .uct-product-card .uct-card-action-btn.is-active svg,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active svg *,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active svg *,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active:hover svg *,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active:hover svg *,
.pcp-home-container .uct-product-card .pcp-wishlist-btn.is-active svg path,
.pcp-home-container .uct-product-card .uct-wishlist-btn.is-active svg path,
.pcp-home-container .uct-product-card .pcp-card-action-btn.is-active svg path,
.pcp-home-container .uct-product-card .uct-card-action-btn.is-active svg path {
    color: inherit !important;
    stroke: currentColor !important;
    fill: currentColor !important;
}

/* Classic — CTA */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-add-to-cart,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-add-to-cart {
    padding: var(--uct-home-product-card-button-padding-y, var(--pcp-home-product-card-button-padding-y, 14px)) var(--uct-home-product-card-button-padding-x, var(--pcp-home-product-card-button-padding-x, 18px));
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-add-to-cart.pcp-btn--primary,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-add-to-cart.pcp-btn--primary {
    background-color: var(--uct-home-product-card-button-bg, #0673b4) !important;
    color: var(--uct-home-product-card-button-text, #ffffff) !important;
    border-color: var(--uct-home-product-card-button-border-color, #0673b4) !important;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-add-to-cart.pcp-btn--primary:hover,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-add-to-cart.pcp-btn--primary:hover {
    background-color: var(--uct-home-product-card-button-bg-hover, #055a8c) !important;
    color: var(--uct-home-product-card-button-text-hover, #ffffff) !important;
    border-color: var(--uct-home-product-card-button-border-color-hover, #055a8c) !important;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-add-to-cart svg,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-add-to-cart svg {
    color: var(--uct-home-product-card-button-icon, #ffffff);
}

/* Premium — sale badge */
.pcp-home-container .uct-product-card--premium .uct-product-card-premium__sale-badge,
.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image-stage .pcp-sale-badge,
.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image-stage .uct-sale-badge {
    background-color: var(--uct-home-product-card-badge-bg, var(--pcp-home-product-card-badge-bg, #dc2626));
    color: var(--uct-home-product-card-badge-text, var(--pcp-home-product-card-badge-text, #ffffff));
    font-size: var(--uct-home-product-card-badge-font-size, var(--pcp-home-product-card-badge-font-size, 11px));
    font-weight: var(--uct-home-product-card-badge-font-weight, var(--pcp-home-product-card-badge-font-weight, 900));
    padding: var(--uct-home-product-card-badge-padding-y, var(--pcp-home-product-card-badge-padding-y, 6px)) var(--uct-home-product-card-badge-padding-x, var(--pcp-home-product-card-badge-padding-x, 10px));
    border: var(--uct-home-product-card-badge-border-width, var(--pcp-home-product-card-badge-border-width, 0px)) solid var(--uct-home-product-card-badge-border-color, var(--pcp-home-product-card-badge-border-color, transparent));
    text-transform: var(--uct-home-product-card-badge-text-transform, var(--pcp-home-product-card-badge-text-transform, uppercase));
    letter-spacing: var(--uct-home-product-card-badge-letter-spacing, var(--pcp-home-product-card-badge-letter-spacing, 0.05em));
}

/* Premium — CTA */
.pcp-home-container .uct-product-card--premium .uct-product-card-premium__button.pcp-btn--primary {
    background-color: var(--uct-home-product-card-button-bg, #0673b4) !important;
    color: var(--uct-home-product-card-button-text, #ffffff) !important;
    border-color: var(--uct-home-product-card-button-border-color, #0673b4) !important;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__button.pcp-btn--primary:hover {
    background-color: var(--uct-home-product-card-button-bg-hover, #055a8c) !important;
    color: var(--uct-home-product-card-button-text-hover, #ffffff) !important;
    border-color: var(--uct-home-product-card-button-border-color-hover, #055a8c) !important;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__button svg {
    color: var(--uct-home-product-card-button-icon, var(--uct-home-product-card-button-text, var(--brand-navy, #0f2b4c)));
}

/* Homepage product card corners — DEMO-PRODUCT-CARDS-03B / 03C full propagation */

/* Classic — rounded */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded {
    border-radius: var(--uct-home-product-card-radius, 12px);
    overflow: hidden;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .pcp-card-image-wrapper,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .uct-card-image-wrapper {
    border-radius: var(--uct-home-product-card-image-wrapper-radius, 12px)
        var(--uct-home-product-card-image-wrapper-radius, 12px) 0 0;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .pcp-card-action-btn,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .uct-card-action-btn,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .pcp-card-action-btn:hover,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .uct-card-action-btn:hover {
    border-radius: var(--uct-home-product-card-actions-radius, 8px);
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .pcp-sale-badge,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .uct-sale-badge {
    border-radius: var(--uct-home-product-card-badge-radius, 8px);
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .pcp-card-category,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .uct-card-category {
    border-radius: var(--uct-home-product-card-actions-radius, 8px);
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .pcp-card-add-to-cart,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--rounded .uct-card-add-to-cart {
    border-radius: var(--uct-home-product-card-actions-radius, 10px);
}

/* Classic — square (overrides global badge pill 999px and action hover radius) */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square {
    border-radius: 0;
    overflow: hidden;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .pcp-card-image-wrapper,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .uct-card-image-wrapper,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .pcp-card-action-btn,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .uct-card-action-btn,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .pcp-card-action-btn:hover,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .uct-card-action-btn:hover,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .pcp-sale-badge,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .uct-sale-badge,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .pcp-card-category,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .uct-card-category,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .pcp-card-add-to-cart,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium).uct-product-card--square .uct-card-add-to-cart {
    border-radius: 0;
}

/* Premium — rounded */
.pcp-home-container .uct-product-card--premium.uct-product-card--rounded {
    border-radius: var(--uct-home-product-card-radius, 14px);
    overflow: hidden;
}

.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__image-stage {
    border-radius: var(--uct-home-product-card-image-wrapper-radius, 14px)
        var(--uct-home-product-card-image-wrapper-radius, 14px) 0 0;
}

.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__actions .pcp-card-action-btn,
.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__actions .uct-card-action-btn,
.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__actions .pcp-card-action-btn:hover,
.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__actions .uct-card-action-btn:hover {
    border-radius: var(--uct-home-product-card-actions-radius, 8px);
}

.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__sale-badge,
.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__image-stage .pcp-sale-badge,
.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__image-stage .uct-sale-badge {
    border-radius: var(--uct-home-product-card-badge-radius, 8px);
}

.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__category {
    border-radius: var(--uct-home-product-card-badge-radius, 8px);
}

.pcp-home-container .uct-product-card--premium.uct-product-card--rounded .uct-product-card-premium__button {
    border-radius: var(--uct-home-product-card-actions-radius, 10px);
}

/* Premium — square */
.pcp-home-container .uct-product-card--premium.uct-product-card--square {
    border-radius: 0;
    overflow: hidden;
}

.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__image-stage,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__actions .pcp-card-action-btn,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__actions .uct-card-action-btn,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__actions .pcp-card-action-btn:hover,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__actions .uct-card-action-btn:hover,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__sale-badge,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__image-stage .pcp-sale-badge,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__image-stage .uct-sale-badge,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__category,
.pcp-home-container .uct-product-card--premium.uct-product-card--square .uct-product-card-premium__button {
    border-radius: 0;
}

.pcp-shop-toolbar,
.uct-shop-toolbar {
    background-color: var(--uct-shop-toolbar-bg, var(--pcp-shop-toolbar-bg, #f9fafb)) !important;
    border-color: var(--uct-shop-toolbar-border-color, var(--pcp-shop-toolbar-border-color, #e5e7eb)) !important;
    border-radius: var(--uct-shop-toolbar-radius, var(--pcp-shop-toolbar-radius, 0px)) !important;
    padding: var(--uct-shop-toolbar-padding-y, var(--pcp-shop-toolbar-padding-y, 20px)) var(--uct-shop-toolbar-padding-x, var(--pcp-shop-toolbar-padding-x, 20px)) !important;
    margin-bottom: var(--uct-shop-toolbar-margin-bottom, var(--pcp-shop-toolbar-margin-bottom, 32px)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__select,
.pcp-shop-toolbar .pcp-shop-toolbar__view-btn,
.uct-shop-toolbar .uct-shop-toolbar__select,
.uct-shop-toolbar .uct-shop-toolbar__view-btn {
    margin: 0 !important;
    align-self: center;
    box-sizing: border-box;
}

.pcp-shop-toolbar .pcp-shop-toolbar__count,
.uct-shop-toolbar .uct-shop-toolbar__count {
    font-size: var(--uct-shop-toolbar-text-size, var(--pcp-shop-toolbar-text-size, 10px)) !important;
    color: var(--uct-shop-toolbar-text-color, var(--pcp-shop-toolbar-text-color, #6b7280)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__select,
.uct-shop-toolbar .uct-shop-toolbar__select {
    height: var(--uct-shop-toolbar-select-height, var(--pcp-shop-toolbar-select-height, 44px)) !important;
    min-height: var(--uct-shop-toolbar-select-height, var(--pcp-shop-toolbar-select-height, 44px)) !important;
    line-height: 1.1 !important;
    background-color: var(--uct-shop-toolbar-select-bg, var(--pcp-shop-toolbar-select-bg, #ffffff)) !important;
    color: var(--uct-shop-toolbar-select-text-color, var(--pcp-shop-toolbar-select-text-color, #374151)) !important;
    border-width: var(--uct-shop-toolbar-select-border-width, var(--pcp-shop-toolbar-select-border-width, 1px)) !important;
    border-color: var(--uct-shop-toolbar-select-border-color, var(--pcp-shop-toolbar-select-border-color, #d1d5db)) !important;
    border-radius: var(--uct-shop-toolbar-select-radius, var(--pcp-shop-toolbar-select-radius, 0px)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__select:focus,
.uct-shop-toolbar .uct-shop-toolbar__select:focus {
    border-color: var(--uct-shop-toolbar-select-focus, var(--pcp-shop-toolbar-select-focus, #0f2b4c)) !important;
    outline: none !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__view-btn,
.uct-shop-toolbar .uct-shop-toolbar__view-btn {
    width: var(--uct-shop-toolbar-view-btn-size, var(--pcp-shop-toolbar-view-btn-size, 44px)) !important;
    height: var(--uct-shop-toolbar-view-btn-size, var(--pcp-shop-toolbar-view-btn-size, 44px)) !important;
    min-width: var(--uct-shop-toolbar-view-btn-size, var(--pcp-shop-toolbar-view-btn-size, 44px)) !important;
    min-height: var(--uct-shop-toolbar-view-btn-size, var(--pcp-shop-toolbar-view-btn-size, 44px)) !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-width: var(--uct-shop-toolbar-view-border-width, var(--pcp-shop-toolbar-view-border-width, 1px)) !important;
    border-style: solid !important;
    border-color: var(--uct-shop-toolbar-view-border-color, var(--pcp-shop-toolbar-view-border-color, #d1d5db)) !important;
    border-radius: var(--uct-shop-toolbar-view-radius, var(--pcp-shop-toolbar-view-radius, 0px)) !important;
    background-color: var(--uct-shop-toolbar-view-bg, var(--pcp-shop-toolbar-view-bg, #ffffff)) !important;
    color: var(--uct-shop-toolbar-view-text-color, var(--pcp-shop-toolbar-view-text-color, #0f2b4c)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__view-btn svg,
.uct-shop-toolbar .uct-shop-toolbar__view-btn svg {
    width: var(--uct-shop-toolbar-view-icon-size, var(--pcp-shop-toolbar-view-icon-size, 18px)) !important;
    height: var(--uct-shop-toolbar-view-icon-size, var(--pcp-shop-toolbar-view-icon-size, 18px)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__view-btn:hover,
.uct-shop-toolbar .uct-shop-toolbar__view-btn:hover {
    border-color: var(--uct-shop-toolbar-view-hover-border-color, var(--pcp-shop-toolbar-view-hover-border-color, #0f2b4c)) !important;
    background-color: var(--uct-shop-toolbar-view-hover-bg, var(--pcp-shop-toolbar-view-hover-bg, #f3f4f6)) !important;
    color: var(--uct-shop-toolbar-view-hover-text-color, var(--pcp-shop-toolbar-view-hover-text-color, #0f2b4c)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__view-btn.is-active,
.uct-shop-toolbar .uct-shop-toolbar__view-btn.is-active {
    border-color: var(--uct-shop-toolbar-view-active-border-color, var(--pcp-shop-toolbar-view-active-border-color, #0f2b4c)) !important;
    background-color: var(--uct-shop-toolbar-view-active-bg, var(--pcp-shop-toolbar-view-active-bg, #0f2b4c)) !important;
    color: var(--uct-shop-toolbar-view-active-text-color, var(--pcp-shop-toolbar-view-active-text-color, #ffffff)) !important;
}

.pcp-shop-layout-row,
.uct-shop-layout-row {
    align-items: flex-start !important;
}

.pcp-shop-layout-row > .pcp-shop-filters-sidebar,
.uct-shop-layout-row > .pcp-shop-filters-sidebar,
.pcp-shop-layout-row > .pcp-shop-layout-main,
.uct-shop-layout-row > .uct-shop-layout-main {
    align-self: flex-start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.pcp-shop-layout-row > .pcp-shop-layout-main > .pcp-shop-toolbar,
.uct-shop-layout-row > .uct-shop-layout-main > .uct-shop-toolbar {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .pcp-shop-toolbar,
    .uct-shop-toolbar {
        align-items: center !important;
    }

    .pcp-shop-toolbar > .flex,
    .uct-shop-toolbar > .flex {
        align-items: center !important;
    }

    .pcp-shop-toolbar .pcp-shop-toolbar__select,
    .uct-shop-toolbar .uct-shop-toolbar__select {
        display: block;
    }
}

.pcp-shop-results-grid,
.uct-shop-results-grid {
    gap: var(--uct-shop-products-grid-gap-mobile, var(--pcp-shop-products-grid-gap-mobile, 24px)) !important;
}

.pcp-shop-results-list,
.uct-shop-results-list {
    display: flex;
    flex-direction: column;
    gap: var(--uct-shop-products-list-gap-mobile, var(--pcp-shop-products-list-gap-mobile, 24px)) !important;
}

.pcp-shop-empty-state,
.uct-shop-empty-state {
    background: var(--uct-shop-empty-state-bg, var(--pcp-shop-empty-state-bg, transparent)) !important;
    border: var(--uct-shop-empty-state-border-width, var(--pcp-shop-empty-state-border-width, 0px)) solid var(--uct-shop-empty-state-border-color, var(--pcp-shop-empty-state-border-color, transparent)) !important;
    border-radius: var(--uct-shop-empty-state-radius, var(--pcp-shop-empty-state-radius, 0px)) !important;
    color: var(--uct-shop-empty-state-text-color, var(--pcp-shop-empty-state-text-color, #6b7280)) !important;
    padding-top: var(--uct-shop-empty-state-padding-y, var(--pcp-shop-empty-state-padding-y, 80px)) !important;
    padding-bottom: var(--uct-shop-empty-state-padding-y, var(--pcp-shop-empty-state-padding-y, 80px)) !important;
}

@media (min-width: 768px) {
    .pcp-shop-results-grid,
    .uct-shop-results-grid {
        gap: var(--uct-shop-products-grid-gap-desktop, var(--pcp-shop-products-grid-gap-desktop, 40px)) !important;
    }

    .pcp-shop-results-list,
    .uct-shop-results-list {
        gap: var(--uct-shop-products-list-gap-desktop, var(--pcp-shop-products-list-gap-desktop, 40px)) !important;
    }
}

.pcp-shop-filters-sidebar {
    gap: var(--uct-shop-filters-widget-gap, var(--pcp-shop-filters-widget-gap, 24px)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-filter-widget,
.pcp-shop-filters-sidebar .uct-shop-filter-widget,
.uct-shop-filters-sidebar .pcp-shop-filter-widget,
.uct-shop-filters-sidebar .uct-shop-filter-widget {
    background-color: var(--uct-shop-filters-widget-bg, var(--pcp-shop-filters-widget-bg, #ffffff)) !important;
    border-color: var(--uct-shop-filters-widget-border-color, var(--pcp-shop-filters-widget-border-color, #e5e7eb)) !important;
    border-width: var(--uct-shop-filters-widget-border-width, var(--pcp-shop-filters-widget-border-width, 1px)) !important;
    border-style: solid !important;
    border-radius: var(--uct-shop-filters-widget-radius, var(--pcp-shop-filters-widget-radius, 0px)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-filter-widget__header,
.pcp-shop-filters-sidebar .uct-shop-filter-widget__header,
.uct-shop-filters-sidebar .pcp-shop-filter-widget__header,
.uct-shop-filters-sidebar .uct-shop-filter-widget__header {
    background-color: var(--uct-shop-filters-header-bg, var(--pcp-shop-filters-header-bg, #0f2b4c)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-filter-widget__title,
.pcp-shop-filters-sidebar .uct-shop-filter-widget__title,
.uct-shop-filters-sidebar .pcp-shop-filter-widget__title,
.uct-shop-filters-sidebar .uct-shop-filter-widget__title {
    color: var(--uct-shop-filters-header-text-color, var(--pcp-shop-filters-header-text-color, #ffffff)) !important;
    font-weight: var(--uct-shop-filters-header-font-weight, var(--pcp-shop-filters-header-font-weight, 900)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-filter-widget__body,
.pcp-shop-filters-sidebar .uct-shop-filter-widget__body,
.uct-shop-filters-sidebar .pcp-shop-filter-widget__body,
.uct-shop-filters-sidebar .uct-shop-filter-widget__body {
    padding: var(--uct-shop-filters-widget-body-padding, var(--pcp-shop-filters-widget-body-padding, 16px)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-cat-list,
.pcp-shop-filters-sidebar .uct-shop-cat-list,
.uct-shop-filters-sidebar .pcp-shop-cat-list,
.uct-shop-filters-sidebar .uct-shop-cat-list {
    background-color: var(--uct-shop-sidebar-cat-list-bg, var(--pcp-shop-sidebar-cat-list-bg, #ffffff));
    gap: var(--uct-shop-sidebar-cat-list-gap, var(--pcp-shop-sidebar-cat-list-gap, 4px));
    border: var(--uct-shop-sidebar-cat-list-border-width, var(--pcp-shop-sidebar-cat-list-border-width, 1px)) solid var(--uct-shop-sidebar-cat-list-border-color, var(--pcp-shop-sidebar-cat-list-border-color, #f3f4f6));
    border-radius: var(--uct-shop-sidebar-cat-list-radius, var(--pcp-shop-sidebar-cat-list-radius, 0px));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-row:hover,
.pcp-shop-filters-sidebar .uct-shop-cat-row:hover,
.uct-shop-filters-sidebar .pcp-shop-cat-row:hover,
.uct-shop-filters-sidebar .uct-shop-cat-row:hover {
    background-color: var(--uct-shop-sidebar-cat-row-hover-bg, var(--pcp-shop-sidebar-cat-row-hover-bg, #f9fafb));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-row,
.pcp-shop-filters-sidebar .uct-shop-cat-row,
.uct-shop-filters-sidebar .pcp-shop-cat-row,
.uct-shop-filters-sidebar .uct-shop-cat-row {
    border: var(--uct-shop-sidebar-cat-row-border-width, var(--pcp-shop-sidebar-cat-row-border-width, 1px)) solid var(--uct-shop-sidebar-cat-row-border-color, var(--pcp-shop-sidebar-cat-row-border-color, #f3f4f6));
    border-radius: var(--uct-shop-sidebar-cat-row-radius, var(--pcp-shop-sidebar-cat-row-radius, 2px));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-link,
.pcp-shop-filters-sidebar .uct-shop-cat-link,
.uct-shop-filters-sidebar .pcp-shop-cat-link,
.uct-shop-filters-sidebar .uct-shop-cat-link {
    color: var(--uct-shop-sidebar-cat-link-color, var(--pcp-shop-sidebar-cat-link-color, #374151));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-link:hover,
.pcp-shop-filters-sidebar .uct-shop-cat-link:hover,
.uct-shop-filters-sidebar .pcp-shop-cat-link:hover,
.uct-shop-filters-sidebar .uct-shop-cat-link:hover {
    color: var(--uct-shop-sidebar-cat-link-hover-color, var(--pcp-shop-sidebar-cat-link-hover-color, #0f2b4c));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-link--active,
.pcp-shop-filters-sidebar .uct-shop-cat-link--active,
.uct-shop-filters-sidebar .pcp-shop-cat-link--active,
.uct-shop-filters-sidebar .uct-shop-cat-link--active {
    color: var(--uct-shop-sidebar-cat-link-active-color, var(--pcp-shop-sidebar-cat-link-active-color, #0f2b4c)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-cat-count,
.pcp-shop-filters-sidebar .uct-shop-cat-count,
.uct-shop-filters-sidebar .pcp-shop-cat-count,
.uct-shop-filters-sidebar .uct-shop-cat-count {
    color: var(--uct-shop-sidebar-cat-count-color, var(--pcp-shop-sidebar-cat-count-color, #9ca3af));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-sub-list,
.pcp-shop-filters-sidebar .uct-shop-cat-sub-list,
.uct-shop-filters-sidebar .pcp-shop-cat-sub-list,
.uct-shop-filters-sidebar .uct-shop-cat-sub-list {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--uct-shop-sidebar-cat-sub-border-color, var(--pcp-shop-sidebar-cat-sub-border-color, #f3f4f6));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-sub-link,
.pcp-shop-filters-sidebar .uct-shop-cat-sub-link,
.uct-shop-filters-sidebar .pcp-shop-cat-sub-link,
.uct-shop-filters-sidebar .uct-shop-cat-sub-link {
    color: var(--uct-shop-sidebar-cat-sub-link-color, var(--pcp-shop-sidebar-cat-sub-link-color, #6b7280));
    border-radius: var(--uct-shop-sidebar-cat-sub-link-radius, var(--pcp-shop-sidebar-cat-sub-link-radius, 0px));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-sub-link:hover,
.pcp-shop-filters-sidebar .uct-shop-cat-sub-link:hover,
.uct-shop-filters-sidebar .pcp-shop-cat-sub-link:hover,
.uct-shop-filters-sidebar .uct-shop-cat-sub-link:hover {
    color: var(--uct-shop-sidebar-cat-link-hover-color, var(--pcp-shop-sidebar-cat-link-hover-color, #0f2b4c));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-sub-link--active,
.pcp-shop-filters-sidebar .uct-shop-cat-sub-link--active,
.uct-shop-filters-sidebar .pcp-shop-cat-sub-link--active,
.uct-shop-filters-sidebar .uct-shop-cat-sub-link--active {
    color: var(--uct-shop-sidebar-cat-sub-link-active-color, var(--pcp-shop-sidebar-cat-sub-link-active-color, #0f2b4c)) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-cat-sub-count,
.pcp-shop-filters-sidebar .uct-shop-cat-sub-count,
.uct-shop-filters-sidebar .pcp-shop-cat-sub-count,
.uct-shop-filters-sidebar .uct-shop-cat-sub-count {
    color: var(--uct-shop-sidebar-cat-sub-count-color, var(--pcp-shop-sidebar-cat-sub-count-color, #d1d5db));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-toggle,
.pcp-shop-filters-sidebar .uct-shop-cat-toggle,
.uct-shop-filters-sidebar .pcp-shop-cat-toggle,
.uct-shop-filters-sidebar .uct-shop-cat-toggle {
    color: var(--uct-shop-sidebar-cat-toggle-color, var(--pcp-shop-sidebar-cat-toggle-color, #9ca3af));
}

.pcp-shop-filters-sidebar .pcp-shop-cat-toggle:hover,
.pcp-shop-filters-sidebar .uct-shop-cat-toggle:hover,
.uct-shop-filters-sidebar .pcp-shop-cat-toggle:hover,
.uct-shop-filters-sidebar .uct-shop-cat-toggle:hover {
    color: var(--uct-shop-sidebar-cat-toggle-hover-color, var(--pcp-shop-sidebar-cat-toggle-hover-color, #0f2b4c));
}

.pcp-shop-sidebar-support,
.uct-shop-sidebar-support {
    background-color: var(--uct-shop-sidebar-support-bg, var(--pcp-shop-sidebar-support-bg, #0f2b4c));
    border-radius: var(--uct-shop-sidebar-support-radius, var(--pcp-shop-sidebar-support-radius, 0px));
}

.pcp-shop-sidebar-support .pcp-shop-sidebar-support__title,
.pcp-shop-sidebar-support .uct-shop-sidebar-support__title,
.uct-shop-sidebar-support .pcp-shop-sidebar-support__title,
.uct-shop-sidebar-support .uct-shop-sidebar-support__title {
    color: var(--uct-shop-sidebar-support-title-color, var(--pcp-shop-sidebar-support-title-color, #ffffff));
}

.pcp-shop-sidebar-support .pcp-shop-sidebar-support__text,
.pcp-shop-sidebar-support .uct-shop-sidebar-support__text,
.uct-shop-sidebar-support .pcp-shop-sidebar-support__text,
.uct-shop-sidebar-support .uct-shop-sidebar-support__text {
    color: var(--uct-shop-sidebar-support-text-color, var(--pcp-shop-sidebar-support-text-color, #9ca3af));
}

.pcp-shop-filters-overlay,
.uct-shop-filters-overlay {
    display: none;
}

.pcp-shop-filters-toggle--fab,
.uct-shop-filters-toggle--fab {
    display: none;
}

.pcp-shop-filters-mobile-head,
.uct-shop-filters-mobile-head {
    display: none;
}

@media (max-width: 1023px) {
    .pcp-shop-filters-toggle--fab,
    .uct-shop-filters-toggle--fab {
        position: fixed;
        left: 1rem;
        bottom: 1rem;
        z-index: 1480;
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        border: 1px solid var(--uct-shop-mobile-filters-fab-border-color, var(--pcp-shop-mobile-filters-fab-border-color, #0f2b4c));
        background: var(--uct-shop-mobile-filters-fab-bg, var(--pcp-shop-mobile-filters-fab-bg, #0f2b4c));
        color: var(--uct-shop-mobile-filters-fab-text-color, var(--pcp-shop-mobile-filters-fab-text-color, #ffc400));
        border-radius: var(--uct-shop-mobile-filters-fab-radius, var(--pcp-shop-mobile-filters-fab-radius, 0px));
        min-height: 2.75rem;
        padding: 0.55rem 0.85rem;
        font-size: 0.625rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        box-shadow: 0 12px 24px -16px rgba(15, 43, 76, 0.75);
    }

    .pcp-shop-filters-toggle__badge,
    .uct-shop-filters-toggle__badge {
        min-width: 1.25rem;
        height: 1.25rem;
        padding: 0 0.3rem;
        border-radius: var(--uct-shop-mobile-filters-badge-radius, var(--pcp-shop-mobile-filters-badge-radius, 999px));
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--uct-shop-mobile-filters-badge-bg, var(--pcp-shop-mobile-filters-badge-bg, #ffc400));
        color: var(--uct-shop-mobile-filters-badge-text-color, var(--pcp-shop-mobile-filters-badge-text-color, #0f2b4c));
        border: 1px solid var(--uct-shop-mobile-filters-badge-border-color, var(--pcp-shop-mobile-filters-badge-border-color, #ffc400));
        font-size: 0.56rem;
        font-weight: 900;
        line-height: 1;
    }

    .pcp-shop-filters-toggle__badge.is-pop,
    .uct-shop-filters-toggle__badge.is-pop {
        animation: pcpShopFiltersBadgePop 220ms ease-out;
    }

    @keyframes pcpShopFiltersBadgePop {
        0% {
            transform: scale(1);
        }
        45% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }

    .pcp-shop-filters-toggle--fab:hover,
    .uct-shop-filters-toggle--fab:hover {
        background: var(--uct-shop-mobile-filters-fab-hover-bg, var(--pcp-shop-mobile-filters-fab-hover-bg, #ffc400));
        color: var(--uct-shop-mobile-filters-fab-hover-text-color, var(--pcp-shop-mobile-filters-fab-hover-text-color, #0f2b4c));
        border-color: var(--uct-shop-mobile-filters-fab-hover-border-color, var(--pcp-shop-mobile-filters-fab-hover-border-color, #ffc400));
    }

    .pcp-shop-filters-sidebar {
        position: fixed !important;
        top: 0;
        left: 0;
        width: min(86vw, 380px);
        max-width: 100%;
        height: 100dvh;
        margin: 0 !important;
        padding: 1rem !important;
        overflow-y: auto;
        overflow-x: hidden;
        background: var(--uct-shop-filters-widget-bg, var(--pcp-shop-filters-widget-bg, #ffffff));
        z-index: 1500;
        transform: translateX(-105%);
        transition: transform 0.25s ease;
        box-shadow: 20px 0 36px -20px rgba(0, 0, 0, 0.35);
    }

    .pcp-shop-filters-mobile-head,
    .uct-shop-filters-mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.85rem;
        padding-bottom: 0.65rem;
        border-bottom: 1px solid var(--uct-shop-filters-widget-border-color, var(--pcp-shop-filters-widget-border-color, #e5e7eb));
    }

    .pcp-shop-filters-mobile-title,
    .uct-shop-filters-mobile-title {
        color: var(--uct-shop-sidebar-cat-link-active-color, var(--pcp-shop-sidebar-cat-link-active-color, var(--brand-navy)));
        font-size: 0.875rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .pcp-shop-filters-mobile-close,
    .uct-shop-filters-mobile-close {
        border: 1px solid var(--uct-shop-mobile-filters-close-border-color, var(--pcp-shop-mobile-filters-close-border-color, #d1d5db));
        background: var(--uct-shop-mobile-filters-close-bg, var(--pcp-shop-mobile-filters-close-bg, #ffffff));
        color: var(--uct-shop-mobile-filters-close-text-color, var(--pcp-shop-mobile-filters-close-text-color, #0f2b4c));
        border-radius: var(--uct-shop-mobile-filters-close-radius, var(--pcp-shop-mobile-filters-close-radius, 0px));
        width: 2rem;
        height: 2rem;
        line-height: 1;
        font-size: 1.35rem;
        cursor: pointer;
    }

    body.pcp-shop-filters-open,
    body.uct-shop-filters-open {
        overflow: hidden;
    }

    body.pcp-shop-filters-open .pcp-shop-filters-sidebar,
    body.uct-shop-filters-open .pcp-shop-filters-sidebar,
    body.pcp-shop-filters-open .uct-shop-filters-sidebar,
    body.uct-shop-filters-open .uct-shop-filters-sidebar {
        transform: translateX(0);
    }

    .pcp-shop-filters-overlay,
    .uct-shop-filters-overlay {
        position: fixed;
        inset: 0;
        z-index: 1490;
        background: var(--uct-shop-mobile-filters-overlay-bg, var(--pcp-shop-mobile-filters-overlay-bg, #0f172a));
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    body.pcp-shop-filters-open .pcp-shop-filters-overlay,
    body.uct-shop-filters-open .pcp-shop-filters-overlay,
    body.pcp-shop-filters-open .uct-shop-filters-overlay,
    body.uct-shop-filters-open .uct-shop-filters-overlay {
        display: block;
        opacity: var(--uct-shop-mobile-filters-overlay-opacity, var(--pcp-shop-mobile-filters-overlay-opacity, 0.45));
        pointer-events: auto;
    }

    body.pcp-shop-filters-open .pcp-shop-filters-toggle--fab,
    body.uct-shop-filters-open .pcp-shop-filters-toggle--fab,
    body.pcp-shop-filters-open .uct-shop-filters-toggle--fab,
    body.uct-shop-filters-open .uct-shop-filters-toggle--fab {
        opacity: 0;
        pointer-events: none;
    }
}

/* DEMO-SHOP-17 / 17C: Shop sidebar chrome (labels, count accent; dedicated sidebar button tokens) */
.pcp-shop-filters-sidebar #pcp-filter-btn.pcp-btn--primary,
.uct-shop-filters-sidebar #pcp-filter-btn.pcp-btn--primary,
.pcp-shop-filters-sidebar .pcp-shop-filter-widget .pcp-btn--primary,
.uct-shop-filters-sidebar .uct-shop-filter-widget .pcp-btn--primary {
    background-color: var(--uct-shop-sidebar-button-bg, var(--pcp-shop-sidebar-button-bg, var(--brand-navy))) !important;
    color: var(--uct-shop-sidebar-button-text, var(--pcp-shop-sidebar-button-text, var(--brand-yellow))) !important;
    border-color: var(--uct-shop-sidebar-button-border, var(--pcp-shop-sidebar-button-border, transparent)) !important;
}

.pcp-shop-filters-sidebar #pcp-filter-btn.pcp-btn--primary:hover,
.uct-shop-filters-sidebar #pcp-filter-btn.pcp-btn--primary:hover,
.pcp-shop-filters-sidebar .pcp-shop-filter-widget .pcp-btn--primary:hover,
.uct-shop-filters-sidebar .uct-shop-filter-widget .pcp-btn--primary:hover {
    background-color: var(--uct-shop-sidebar-button-hover-bg, var(--pcp-shop-sidebar-button-hover-bg, var(--brand-yellow))) !important;
    color: var(--uct-shop-sidebar-button-hover-text, var(--pcp-shop-sidebar-button-hover-text, var(--brand-navy))) !important;
    border-color: var(--uct-shop-sidebar-button-hover-border, var(--pcp-shop-sidebar-button-hover-border, transparent)) !important;
}

.pcp-shop-sidebar-support .pcp-btn--primary,
.uct-shop-sidebar-support .pcp-btn--primary {
    background-color: var(--uct-shop-sidebar-support-button-bg, var(--pcp-shop-sidebar-support-button-bg, var(--brand-navy))) !important;
    color: var(--uct-shop-sidebar-support-button-text, var(--pcp-shop-sidebar-support-button-text, var(--brand-yellow))) !important;
    border-color: var(--uct-shop-sidebar-support-button-border, var(--pcp-shop-sidebar-support-button-border, transparent)) !important;
}

.pcp-shop-sidebar-support .pcp-btn--primary:hover,
.pcp-shop-sidebar-support .pcp-btn--primary:focus-visible,
.uct-shop-sidebar-support .pcp-btn--primary:hover,
.uct-shop-sidebar-support .pcp-btn--primary:focus-visible {
    background-color: var(--uct-shop-sidebar-support-button-hover-bg, var(--pcp-shop-sidebar-support-button-hover-bg, #ffffff)) !important;
    color: var(--uct-shop-sidebar-support-button-hover-text, var(--pcp-shop-sidebar-support-button-hover-text, #000000)) !important;
    border-color: var(--uct-shop-sidebar-support-button-hover-border, var(--pcp-shop-sidebar-support-button-hover-border, #ffffff)) !important;
}

.pcp-shop-toolbar .pcp-shop-toolbar__count .text-brand-navy,
.uct-shop-toolbar .uct-shop-toolbar__count .text-brand-navy {
    color: var(--uct-shop-sidebar-cat-link-active-color, var(--pcp-shop-sidebar-cat-link-active-color, var(--brand-navy))) !important;
}

.pcp-shop-filters-sidebar .pcp-shop-filter-widget__body label.text-gray-500,
.uct-shop-filters-sidebar .uct-shop-filter-widget__body label.text-gray-500,
.pcp-shop-filters-sidebar .pcp-shop-cat-list .text-gray-500,
.uct-shop-filters-sidebar .uct-shop-cat-list .text-gray-500 {
    color: var(--uct-shop-toolbar-text-color, var(--pcp-shop-toolbar-text-color, #6b7280)) !important;
}

/* Grid card variant (shop/archive) uses utility classes in markup.
   These selectors bind it to the same theme tokens as the home card variant. */
.pcp-product-card--grid,
.uct-product-card--grid {
    background-color: var(--pcp-grid-product-card-bg, var(--pcp-home-product-card-bg, var(--white))) !important;
    border-color: var(--pcp-grid-product-card-border-color, var(--pcp-home-product-card-border-color, var(--gray-200, #e5e7eb))) !important;
    border-radius: var(--pcp-grid-product-card-radius, var(--pcp-home-product-card-radius, 0px)) !important;
}

.pcp-product-card--grid:hover,
.uct-product-card--grid:hover {
    border-color: var(--pcp-grid-product-card-border-hover-color, var(--pcp-home-product-card-border-hover-color, var(--gray-200, #e5e7eb))) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, var(--pcp-grid-product-card-hover-shadow-strength, var(--pcp-home-product-card-hover-shadow-strength, 0.1))), 0 10px 10px -5px rgba(0, 0, 0, calc(var(--pcp-grid-product-card-hover-shadow-strength, var(--pcp-home-product-card-hover-shadow-strength, 0.1)) * 0.4)) !important;
}

.pcp-product-card--grid .pcp-card-image-wrapper--grid,
.uct-product-card--grid .uct-card-image-wrapper--grid {
    aspect-ratio: var(--pcp-grid-product-card-image-ratio, var(--pcp-home-product-card-image-ratio, 1/1)) !important;
    border-radius: var(--pcp-grid-product-card-image-wrapper-radius, var(--pcp-home-product-card-image-wrapper-radius, 0px)) !important;
}

.pcp-product-card--grid .pcp-card-image--grid,
.uct-product-card--grid .uct-card-image--grid {
    padding: var(--pcp-grid-product-card-image-padding, var(--pcp-home-product-card-image-padding, 16px)) !important;
    transition: transform var(--pcp-grid-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)) !important;
}

.pcp-product-card--grid:hover .pcp-card-image--grid,
.uct-product-card--grid:hover .uct-card-image--grid {
    transform: scale(calc(1 + ((var(--pcp-grid-product-card-hover-image-scale-enabled, var(--pcp-home-product-card-hover-image-scale-enabled, 1)) * (var(--pcp-grid-product-card-hover-image-scale, var(--pcp-home-product-card-hover-image-scale, 105)) - 100)) / 100))) !important;
}

.pcp-product-card--grid .pcp-card-actions--grid,
.uct-product-card--grid .uct-card-actions--grid {
    top: var(--pcp-grid-product-card-actions-top, var(--pcp-home-product-card-actions-top, 12px)) !important;
    right: var(--pcp-grid-product-card-actions-side, var(--pcp-home-product-card-actions-side, 12px)) !important;
    gap: var(--pcp-grid-product-card-actions-gap, var(--pcp-home-product-card-actions-gap, 8px)) !important;
    transform: none !important;
    transition: opacity var(--pcp-grid-product-card-transition-duration, var(--pcp-home-product-card-transition-duration, 300ms)) !important;
}

.pcp-product-card--grid:hover .pcp-card-actions--grid,
.uct-product-card--grid:hover .uct-card-actions--grid {
    transform: none !important;
}

.pcp-product-card--grid .pcp-card-action-btn--grid,
.uct-product-card--grid .uct-card-action-btn--grid {
    width: var(--pcp-grid-product-card-action-size, var(--pcp-home-product-card-action-size, 36px)) !important;
    height: var(--pcp-grid-product-card-action-size, var(--pcp-home-product-card-action-size, 36px)) !important;
    border-radius: var(--pcp-grid-product-card-actions-radius, var(--pcp-home-product-card-actions-radius, 0px)) !important;
}

.pcp-product-card--grid .pcp-card-action-btn--grid:hover,
.uct-product-card--grid .uct-card-action-btn--grid:hover {
    transform: none !important;
}

.pcp-product-card--grid .pcp-card-content--grid,
.uct-product-card--grid .uct-card-content--grid {
    padding: var(--pcp-grid-product-card-content-padding, var(--pcp-home-product-card-content-padding, 20px)) !important;
}

.pcp-product-card--grid .pcp-card-category--grid,
.uct-product-card--grid .uct-card-category--grid {
    font-size: 0.5625rem;
    color: var(--gray-400, #9ca3af);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.pcp-product-card--grid .pcp-card-title--grid,
.uct-product-card--grid .uct-card-title--grid {
    font-size: var(--pcp-grid-product-card-title-size, var(--pcp-home-product-card-title-size, 0.8125rem)) !important;
    min-height: var(--pcp-grid-product-card-title-min-height, var(--pcp-home-product-card-title-min-height, 48px));
    display: block;
    overflow: visible;
}

.pcp-product-card--grid .pcp-card-title--grid > a,
.uct-product-card--grid .uct-card-title--grid > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pcp-product-card--grid .pcp-card-price--grid,
.uct-product-card--grid .uct-card-price--grid {
    font-size: var(--pcp-grid-product-card-price-size, var(--pcp-home-product-card-price-size, 1.25rem)) !important;
    font-weight: 900;
    color: var(--brand-navy);
}

/* DEMO-SHOP-04 / DEMO-SHOP-09B: Shop archive product card variants (classic = unchanged; premium = Home-inspired) */

/* Keyboard: reveal hover actions on shop grid cards only (list cards unchanged) */
.pcp-shop-results-grid .pcp-product-card--grid:focus-within .pcp-card-actions--grid,
.pcp-shop-results-grid .uct-product-card--grid:focus-within .uct-card-actions--grid {
    opacity: 1 !important;
}

/* DEMO-SHOP-05: Shop archive action focus visibility (grid + list) */
.pcp-shop-results-grid .pcp-card-action-btn--grid:focus-visible,
.pcp-shop-results-grid .uct-card-action-btn--grid:focus-visible,
.pcp-shop-results-grid .pcp-product-card--grid .pcp-btn--icon:focus-visible,
.pcp-shop-results-grid .uct-product-card--grid .uct-btn--icon:focus-visible,
.pcp-shop-results-list .pcp-wishlist-btn:focus-visible,
.pcp-shop-results-list .uct-wishlist-btn:focus-visible,
.pcp-shop-results-list .pcp-quick-view-btn:focus-visible,
.pcp-shop-results-list .uct-quick-view-btn:focus-visible,
.pcp-shop-results-list .pcp-add-compare:focus-visible,
.pcp-shop-results-list .uct-add-compare:focus-visible,
.pcp-shop-results-list .pcp-btn--primary:focus-visible,
.pcp-shop-results-list .uct-btn--primary:focus-visible,
.pcp-shop-toolbar__view-btn:focus-visible,
.uct-shop-toolbar__view-btn:focus-visible,
.pcp-shop-toolbar__select:focus-visible,
.uct-shop-toolbar__select:focus-visible {
    outline: 2px solid var(--brand-navy, #0f2b4c);
    outline-offset: 2px;
}

/* --- Premium: Home-inspired shop archive card (DEMO-SHOP-09B; shop markup unchanged) --- */
.pcp-shop-results-grid .pcp-product-card--variant-premium,
.pcp-shop-results-grid .uct-product-card--variant-premium {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: var(--white, #ffffff) !important;
    border-color: var(--gray-100, #f3f4f6) !important;
    box-shadow: none;
    transition: box-shadow 300ms, border-color 300ms;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium:hover,
.pcp-shop-results-grid .uct-product-card--variant-premium:hover {
    border-color: var(--gray-200, #e5e7eb) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.12), 0 10px 10px -5px rgba(0, 0, 0, 0.05) !important;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-image-wrapper--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-image-wrapper--grid {
    flex-shrink: 0;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    border-bottom: none !important;
    background-color: var(--gray-50, #f9fafb);
    box-shadow: inset 0 0 0 1px #eef2f6;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-image-wrapper--grid > a,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-image-wrapper--grid > a {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    box-sizing: border-box;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-image--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-image--grid {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0 !important;
    object-fit: contain;
    object-position: center center;
    mix-blend-mode: normal;
    transform: scale(1.1);
    transition: transform 300ms;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium:hover .pcp-card-image--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium:hover .uct-card-image--grid {
    transform: scale(1.155);
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-actions--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-actions--grid {
    z-index: 2;
    top: 0.75rem !important;
    right: 0.75rem !important;
    gap: 0.5rem !important;
    opacity: 1 !important;
    transform: none !important;
    transition-property: transform, background-color, color, border-color, box-shadow !important;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-action-btn--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-action-btn--grid {
    width: 2.25rem !important;
    height: 2.25rem !important;
    min-width: 2.25rem;
    min-height: 2.25rem;
    border-radius: 0.5rem !important;
    box-shadow: 0 1px 3px rgba(15, 43, 76, 0.1);
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-sale-badge,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-sale-badge {
    z-index: 3;
    top: 0.75rem !important;
    left: 0.75rem !important;
    margin: 0;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-content--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-content--grid {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
    min-height: 0;
    padding: 1.125rem !important;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-category--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-category--grid {
    display: inline-block;
    align-self: flex-start;
    max-width: 100%;
    margin: 0 0 0.125rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.625rem !important;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gray-600, #4b5563);
    background-color: #f3f4f6;
    border: 1px solid transparent;
    border-radius: 999px;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-title--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-title--grid {
    margin: 0;
    min-height: 0;
    font-size: 0.875rem !important;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-title--grid > a,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-title--grid > a {
    color: var(--brand-navy, #0f2b4c);
    text-decoration: none;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-title--grid > a:hover,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-title--grid > a:hover {
    color: var(--brand-yellow, #ffc400);
    text-decoration: none;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-price--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-price--grid {
    font-size: 1.375rem !important;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--brand-navy, #0f2b4c);
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-price--grid del,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-price--grid del {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--gray-400, #9ca3af);
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-btn--icon,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-btn--icon {
    box-shadow: 0 2px 8px rgba(15, 43, 76, 0.12);
}

@media (max-width: 767px) {

    .pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-content--grid,
    .pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-content--grid {
        padding: 1rem !important;
    }

    .pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-image-wrapper--grid > a,
    .pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-image-wrapper--grid > a {
        padding: 0.5rem;
    }
}

/* DEMO-SHOP-12: Shop archive product card color tokens (DEMO-SHOP-11 scaffold) — shop-scoped only */

.pcp-shop-results-grid,
.uct-shop-results-grid,
.pcp-shop-results-list,
.uct-shop-results-list,
.uct-shop-layout-main,
.pcp-shop-layout-main {
    --uct-shop-pc-bg: var(--uct-shop-product-card-bg, var(--pcp-shop-product-card-bg, var(--uct-grid-product-card-bg, var(--pcp-grid-product-card-bg, #ffffff))));
    --uct-shop-pc-border: var(--uct-shop-product-card-border-color, var(--pcp-shop-product-card-border-color, var(--uct-grid-product-card-border-color, var(--pcp-grid-product-card-border-color, #e5e7eb))));
    --uct-shop-pc-border-hover: var(--uct-shop-product-card-border-hover-color, var(--pcp-shop-product-card-border-hover-color, var(--uct-grid-product-card-border-hover-color, var(--pcp-grid-product-card-border-hover-color, #d1d5db))));
    --uct-shop-pc-title: var(--uct-shop-product-card-title-color, var(--pcp-shop-product-card-title-color, var(--brand-navy, #0f2b4c)));
    --uct-shop-pc-title-hover: var(--uct-shop-product-card-title-hover-color, var(--pcp-shop-product-card-title-hover-color, var(--brand-yellow, #ffc400)));
    --uct-shop-pc-price: var(--uct-shop-product-card-price-color, var(--pcp-shop-product-card-price-color, var(--brand-navy, #0f2b4c)));
    --uct-shop-pc-category: var(--uct-shop-product-card-category-color, var(--pcp-shop-product-card-category-color, #6b7280));
    --uct-shop-pc-badge-bg: var(--uct-shop-product-card-badge-bg, var(--pcp-shop-product-card-badge-bg, var(--brand-yellow, #ffc400)));
    --uct-shop-pc-badge-text: var(--uct-shop-product-card-badge-text, var(--pcp-shop-product-card-badge-text, var(--brand-navy, #0f2b4c)));
    --uct-shop-pc-action-bg: var(--uct-shop-product-card-action-bg, var(--pcp-shop-product-card-action-bg, #ffffff));
    --uct-shop-pc-action-icon: var(--uct-shop-product-card-action-icon, var(--pcp-shop-product-card-action-icon, #6b7280));
    --uct-shop-pc-action-bg-hover: var(--uct-shop-product-card-action-bg-hover, var(--pcp-shop-product-card-action-bg-hover, var(--brand-navy, #0f2b4c)));
    --uct-shop-pc-action-icon-hover: var(--uct-shop-product-card-action-icon-hover, var(--pcp-shop-product-card-action-icon-hover, var(--brand-yellow, #ffc400)));
    --uct-shop-pc-button-bg: var(--uct-shop-product-card-button-bg, var(--pcp-shop-product-card-button-bg, var(--brand-primary, #0673b4)));
    --uct-shop-pc-button-icon: var(--uct-shop-product-card-button-icon, var(--pcp-shop-product-card-button-icon, #ffffff));
    --uct-shop-pc-button-bg-hover: var(--uct-shop-product-card-button-bg-hover, var(--pcp-shop-product-card-button-bg-hover, var(--brand-primary-hover, #055a8c)));
    --uct-shop-pc-button-icon-hover: var(--uct-shop-product-card-button-icon-hover, var(--pcp-shop-product-card-button-icon-hover, #ffffff));
    --uct-shop-pc-image-stage-bg: var(--uct-shop-product-card-image-stage-bg, var(--pcp-shop-product-card-image-stage-bg, #f9fafb));
    --uct-shop-pc-chip-bg: var(--uct-shop-product-card-category-chip-bg, var(--pcp-shop-product-card-category-chip-bg, #f3f4f6));
    --uct-shop-pc-chip-text: var(--uct-shop-product-card-category-chip-text, var(--pcp-shop-product-card-category-chip-text, #4b5563));
}

/* Card shell — grid (classic + premium) */
.pcp-shop-results-grid .pcp-product-card--grid,
.pcp-shop-results-grid .uct-product-card--grid,
.uct-shop-results-grid .pcp-product-card--grid,
.uct-shop-results-grid .uct-product-card--grid,
.uct-shop-layout-main .pcp-shop-results-grid .pcp-product-card--grid,
.uct-shop-layout-main .pcp-shop-results-grid .uct-product-card--grid {
    background-color: var(--uct-shop-pc-bg) !important;
    border-color: var(--uct-shop-pc-border) !important;
}

.pcp-shop-results-grid .pcp-product-card--grid:hover,
.pcp-shop-results-grid .uct-product-card--grid:hover,
.uct-shop-results-grid .pcp-product-card--grid:hover,
.uct-shop-results-grid .uct-product-card--grid:hover {
    border-color: var(--uct-shop-pc-border-hover) !important;
}

/* Card shell — list */
.pcp-shop-results-list .pcp-product-card,
.pcp-shop-results-list .uct-product-card,
.uct-shop-results-list .pcp-product-card,
.uct-shop-results-list .uct-product-card {
    background-color: var(--uct-shop-pc-bg) !important;
    border-color: var(--uct-shop-pc-border) !important;
}

.pcp-shop-results-list .pcp-product-card:hover,
.pcp-shop-results-list .uct-product-card:hover {
    border-color: var(--uct-shop-pc-border-hover) !important;
}

/* Premium shell overrides (DEMO-SHOP-09B hardcoded → tokens) */
.pcp-shop-results-grid .pcp-product-card--variant-premium,
.pcp-shop-results-grid .uct-product-card--variant-premium {
    background-color: var(--uct-shop-pc-bg) !important;
    border-color: var(--uct-shop-pc-border) !important;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium:hover,
.pcp-shop-results-grid .uct-product-card--variant-premium:hover {
    border-color: var(--uct-shop-pc-border-hover) !important;
}

/* Category — classic grid */
.pcp-shop-results-grid .pcp-card-category--grid,
.pcp-shop-results-grid .uct-card-category--grid {
    color: var(--uct-shop-pc-category) !important;
}

/* Category — premium chip */
.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-category--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-category--grid {
    color: var(--uct-shop-pc-chip-text, var(--uct-shop-pc-category)) !important;
    background-color: var(--uct-shop-pc-chip-bg) !important;
}

/* Category — list (markup: first meta line in flex-1) */
.pcp-shop-results-list .pcp-product-card > .flex-1 > div:first-child,
.pcp-shop-results-list .uct-product-card > .flex-1 > div:first-child {
    color: var(--uct-shop-pc-category) !important;
}

/* Title — grid */
.pcp-shop-results-grid .pcp-card-title--grid > a,
.pcp-shop-results-grid .uct-card-title--grid > a {
    color: var(--uct-shop-pc-title) !important;
}

.pcp-shop-results-grid .pcp-card-title--grid > a:hover,
.pcp-shop-results-grid .uct-card-title--grid > a:hover {
    color: var(--uct-shop-pc-title-hover) !important;
}

/* Title — premium grid */
.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-title--grid > a,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-title--grid > a {
    color: var(--uct-shop-pc-title) !important;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-title--grid > a:hover,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-title--grid > a:hover {
    color: var(--uct-shop-pc-title-hover) !important;
}

/* Title — list */
.pcp-shop-results-list .pcp-card-title--list,
.pcp-shop-results-list .uct-card-title--list {
    color: var(--uct-shop-pc-title) !important;
}

.pcp-shop-results-list .pcp-card-title--list a,
.pcp-shop-results-list .uct-card-title--list a {
    color: inherit !important;
}

.pcp-shop-results-list .pcp-card-title--list a:hover,
.pcp-shop-results-list .uct-card-title--list a:hover {
    color: var(--uct-shop-pc-title-hover) !important;
}

/* Price — grid + list */
.pcp-shop-results-grid .pcp-card-price--grid,
.pcp-shop-results-grid .uct-card-price--grid,
.pcp-shop-results-list .pcp-card-price--list,
.pcp-shop-results-list .uct-card-price--list {
    color: var(--uct-shop-pc-price) !important;
}

.pcp-shop-results-grid .pcp-card-price--grid .woocommerce-Price-amount,
.pcp-shop-results-grid .uct-card-price--grid .woocommerce-Price-amount,
.pcp-shop-results-list .pcp-card-price--list .woocommerce-Price-amount,
.pcp-shop-results-list .uct-card-price--list .woocommerce-Price-amount {
    color: inherit;
}

.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-price--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-price--grid {
    color: var(--uct-shop-pc-price) !important;
}

/* Sale badge — grid + list (beats Tailwind bg-brand-yellow / text-brand-navy) */
.pcp-shop-results-grid .pcp-sale-badge,
.pcp-shop-results-grid .uct-sale-badge,
.pcp-shop-results-list .pcp-sale-badge,
.pcp-shop-results-list .uct-sale-badge {
    background-color: var(--uct-shop-pc-badge-bg) !important;
    color: var(--uct-shop-pc-badge-text) !important;
    border-color: transparent;
}

/* Action buttons — grid (beats Tailwind + .woocommerce-shop archive rule) */
.woocommerce-shop .pcp-shop-results-grid .pcp-card-action-btn--grid,
.woocommerce-shop .pcp-shop-results-grid .uct-card-action-btn--grid,
.woocommerce-archive .pcp-shop-results-grid .pcp-card-action-btn--grid,
.woocommerce-archive .pcp-shop-results-grid .uct-card-action-btn--grid,
.archive .pcp-shop-results-grid .pcp-card-action-btn--grid,
.archive .pcp-shop-results-grid .uct-card-action-btn--grid,
.pcp-shop-results-grid .pcp-card-action-btn--grid,
.pcp-shop-results-grid .uct-card-action-btn--grid {
    background-color: var(--uct-shop-pc-action-bg) !important;
    color: var(--uct-shop-pc-action-icon) !important;
    border-color: var(--uct-shop-pc-border, #e5e7eb) !important;
}

.woocommerce-shop .pcp-shop-results-grid .pcp-card-action-btn--grid:hover,
.woocommerce-shop .pcp-shop-results-grid .uct-card-action-btn--grid:hover,
.woocommerce-archive .pcp-shop-results-grid .pcp-card-action-btn--grid:hover,
.woocommerce-archive .pcp-shop-results-grid .uct-card-action-btn--grid:hover,
.archive .pcp-shop-results-grid .pcp-card-action-btn--grid:hover,
.archive .pcp-shop-results-grid .uct-card-action-btn--grid:hover,
.pcp-shop-results-grid .pcp-card-action-btn--grid:hover,
.pcp-shop-results-grid .uct-card-action-btn--grid:hover {
    background-color: var(--uct-shop-pc-action-bg-hover) !important;
    color: var(--uct-shop-pc-action-icon-hover) !important;
    border-color: var(--uct-shop-pc-action-bg-hover) !important;
}

/* Action buttons — list */
.pcp-shop-results-list .pcp-wishlist-btn,
.pcp-shop-results-list .uct-wishlist-btn,
.pcp-shop-results-list .pcp-quick-view-btn,
.pcp-shop-results-list .uct-quick-view-btn,
.pcp-shop-results-list .pcp-add-compare,
.pcp-shop-results-list .uct-add-compare {
    background-color: var(--uct-shop-pc-action-bg) !important;
    color: var(--uct-shop-pc-action-icon) !important;
    border-color: var(--uct-shop-pc-border, #e5e7eb) !important;
}

.pcp-shop-results-list .pcp-wishlist-btn:hover,
.pcp-shop-results-list .uct-wishlist-btn:hover,
.pcp-shop-results-list .pcp-quick-view-btn:hover,
.pcp-shop-results-list .uct-quick-view-btn:hover,
.pcp-shop-results-list .pcp-add-compare:hover,
.pcp-shop-results-list .uct-add-compare:hover {
    background-color: var(--uct-shop-pc-action-bg-hover) !important;
    color: var(--uct-shop-pc-action-icon-hover) !important;
    border-color: var(--uct-shop-pc-action-bg-hover) !important;
}

/* Add to cart — grid icon + list (shop-scoped; not global .pcp-btn--primary) */
.pcp-shop-results-grid .pcp-product-card .pcp-btn--primary,
.pcp-shop-results-grid .pcp-product-card .uct-btn--primary,
.pcp-shop-results-grid .uct-product-card .pcp-btn--primary,
.pcp-shop-results-grid .uct-product-card .uct-btn--primary,
.pcp-shop-results-list .pcp-btn--primary,
.pcp-shop-results-list .uct-btn--primary {
    background-color: var(--uct-shop-pc-button-bg) !important;
    color: var(--uct-shop-pc-button-icon) !important;
    border-color: var(--uct-shop-pc-button-bg) !important;
}

.pcp-shop-results-grid .pcp-product-card .pcp-btn--primary:hover,
.pcp-shop-results-grid .pcp-product-card .uct-btn--primary:hover,
.pcp-shop-results-grid .uct-product-card .pcp-btn--primary:hover,
.pcp-shop-results-grid .uct-product-card .uct-btn--primary:hover,
.pcp-shop-results-list .pcp-btn--primary:hover,
.pcp-shop-results-list .uct-btn--primary:hover {
    background-color: var(--uct-shop-pc-button-bg-hover) !important;
    color: var(--uct-shop-pc-button-icon-hover) !important;
    border-color: var(--uct-shop-pc-button-bg-hover) !important;
}

.pcp-shop-results-grid .pcp-product-card .pcp-btn--primary svg,
.pcp-shop-results-grid .pcp-product-card .uct-btn--primary svg,
.pcp-shop-results-list .pcp-btn--primary svg,
.pcp-shop-results-list .uct-btn--primary svg {
    color: inherit;
    stroke: currentColor;
}

/* Client preview emergency button color fix — shop archive add-to-cart (beats admin token vars) */
.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.pcp-btn--primary,
.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.uct-btn--primary,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.pcp-btn--primary,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.uct-btn--primary,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary,
.pcp-shop-results-list .add_to_cart_button.uct-btn--primary {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.pcp-btn--primary:hover,
.pcp-shop-results-grid .pcp-product-card .add_to_cart_button.pcp-btn--primary:focus-visible,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.uct-btn--primary:hover,
.pcp-shop-results-grid .uct-product-card .add_to_cart_button.uct-btn--primary:focus-visible,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary:hover,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary:focus-visible,
.pcp-shop-results-list .add_to_cart_button.uct-btn--primary:hover,
.pcp-shop-results-list .add_to_cart_button.uct-btn--primary:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

.pcp-shop-results-grid .add_to_cart_button.pcp-btn--primary svg,
.pcp-shop-results-list .add_to_cart_button.pcp-btn--primary svg {
    color: inherit;
    stroke: currentColor;
    fill: none;
}

/* Premium image stage */
.pcp-shop-results-grid .pcp-product-card--variant-premium .pcp-card-image-wrapper--grid,
.pcp-shop-results-grid .uct-product-card--variant-premium .uct-card-image-wrapper--grid {
    background-color: var(--uct-shop-pc-image-stage-bg) !important;
}

/* DEMO-SHOP-08: Shop product card corner styles (CSS for DEMO-SHOP-07 scaffold) */

.uct-shop-layout-main,
.pcp-shop-results-grid,
.uct-shop-results-grid {
    --uct-shop-card-radius-surface: 0.75rem;
    --uct-shop-card-radius-field: 0.5rem;
    --uct-shop-card-radius-button: 0.5rem;
    --uct-shop-card-radius-badge: 0.5rem;
}

/* Card shells use transition-all in markup; exclude border-radius so corner presets apply immediately. */
.pcp-shop-results-grid .pcp-product-card--corner-rounded.pcp-product-card--grid,
.pcp-shop-results-grid .uct-product-card--corner-rounded.uct-product-card--grid,
.pcp-shop-results-grid .pcp-product-card--corner-square.pcp-product-card--grid,
.pcp-shop-results-grid .uct-product-card--corner-square.uct-product-card--grid {
    transition-property: box-shadow, border-color, opacity, color, background-color, transform, filter !important;
}

/* --- Grid: card shell --- */
.pcp-shop-results-grid .pcp-product-card--corner-rounded.pcp-product-card--grid,
.pcp-shop-results-grid .uct-product-card--corner-rounded.uct-product-card--grid {
    border-radius: var(--uct-shop-card-radius-surface, 0.75rem) !important;
    overflow: hidden;
}

.pcp-shop-results-grid .pcp-product-card--corner-square.pcp-product-card--grid,
.pcp-shop-results-grid .uct-product-card--corner-square.uct-product-card--grid {
    border-radius: 0 !important;
}

/* --- Grid: image wrapper / stage --- */
.pcp-shop-results-grid .pcp-product-card--image-corner-rounded .pcp-card-image-wrapper--grid,
.pcp-shop-results-grid .uct-product-card--image-corner-rounded .uct-card-image-wrapper--grid {
    border-radius: var(--uct-shop-card-radius-surface, 0.75rem) !important;
    overflow: hidden;
}

.pcp-shop-results-grid .pcp-product-card--image-corner-square .pcp-card-image-wrapper--grid,
.pcp-shop-results-grid .uct-product-card--image-corner-square .uct-card-image-wrapper--grid {
    border-radius: 0 !important;
}

/* --- Grid: action buttons (wishlist / QV / compare) --- */
.pcp-shop-results-grid .pcp-product-card--actions-corner-rounded .pcp-card-action-btn--grid,
.pcp-shop-results-grid .uct-product-card--actions-corner-rounded .uct-card-action-btn--grid {
    border-radius: var(--uct-shop-card-radius-field, 0.5rem) !important;
}

.pcp-shop-results-grid .pcp-product-card--actions-corner-square .pcp-card-action-btn--grid,
.pcp-shop-results-grid .uct-product-card--actions-corner-square .uct-card-action-btn--grid,
.woocommerce-shop .pcp-shop-results-grid .pcp-product-card--actions-corner-square .pcp-card-action-btn--grid,
.woocommerce-shop .pcp-shop-results-grid .pcp-product-card--actions-corner-square .uct-card-action-btn--grid,
.woocommerce-archive .pcp-shop-results-grid .pcp-product-card--actions-corner-square .pcp-card-action-btn--grid,
.woocommerce-archive .pcp-shop-results-grid .pcp-product-card--actions-corner-square .uct-card-action-btn--grid,
.archive .pcp-shop-results-grid .pcp-product-card--actions-corner-square .pcp-card-action-btn--grid,
.archive .pcp-shop-results-grid .pcp-product-card--actions-corner-square .uct-card-action-btn--grid,
.pcp-shop-results-grid .pcp-product-card--actions-corner-square.pcp-product-card--variant-premium .pcp-card-action-btn--grid,
.pcp-shop-results-grid .uct-product-card--actions-corner-square.uct-product-card--variant-premium .uct-card-action-btn--grid {
    border-radius: 0 !important;
}

/* --- Grid: add-to-cart icon button --- */
.pcp-shop-results-grid .pcp-product-card--button-corner-rounded .pcp-btn--icon,
.pcp-shop-results-grid .uct-product-card--button-corner-rounded .uct-btn--icon {
    border-radius: var(--uct-shop-card-radius-button, 0.5rem) !important;
}

.pcp-shop-results-grid .pcp-product-card--button-corner-square .pcp-btn--icon,
.pcp-shop-results-grid .uct-product-card--button-corner-square .uct-btn--icon {
    border-radius: 0 !important;
}

/* --- Grid: sale badge --- */
.pcp-shop-results-grid .pcp-product-card--badge-corner-rounded .pcp-sale-badge,
.pcp-shop-results-grid .uct-product-card--badge-corner-rounded .uct-sale-badge {
    border-radius: var(--uct-shop-card-radius-badge, 0.5rem) !important;
}

.pcp-shop-results-grid .pcp-product-card--badge-corner-square .pcp-sale-badge,
.pcp-shop-results-grid .uct-product-card--badge-corner-square .uct-sale-badge {
    border-radius: 0 !important;
}

/* --- List: row shell --- */
.pcp-shop-results-list .pcp-product-card--list-corner-rounded,
.pcp-shop-results-list .uct-product-card--list-corner-rounded {
    border-radius: var(--uct-shop-card-radius-surface, 0.75rem);
    overflow: hidden;
    transition-property: box-shadow, border-color, opacity, color, background-color, transform, filter !important;
}

.pcp-shop-results-list .pcp-product-card--list-corner-square,
.pcp-shop-results-list .uct-product-card--list-corner-square {
    border-radius: 0;
    transition-property: box-shadow, border-color, opacity, color, background-color, transform, filter !important;
}

/* --- List: image box (first shrink-0 column) --- */
.pcp-shop-results-list .pcp-product-card--image-corner-rounded > div.shrink-0,
.pcp-shop-results-list .uct-product-card--image-corner-rounded > div.shrink-0 {
    border-radius: var(--uct-shop-card-radius-surface, 0.75rem);
    overflow: hidden;
}

.pcp-shop-results-list .pcp-product-card--image-corner-square > div.shrink-0,
.pcp-shop-results-list .uct-product-card--image-corner-square > div.shrink-0 {
    border-radius: 0;
}

/* --- List: action buttons --- */
.pcp-shop-results-list .pcp-product-card--actions-corner-rounded .pcp-wishlist-btn,
.pcp-shop-results-list .uct-product-card--actions-corner-rounded .uct-wishlist-btn,
.pcp-shop-results-list .pcp-product-card--actions-corner-rounded .pcp-quick-view-btn,
.pcp-shop-results-list .uct-product-card--actions-corner-rounded .uct-quick-view-btn,
.pcp-shop-results-list .pcp-product-card--actions-corner-rounded .pcp-add-compare,
.pcp-shop-results-list .uct-product-card--actions-corner-rounded .uct-add-compare {
    border-radius: var(--uct-shop-card-radius-field, 0.5rem) !important;
}

.pcp-shop-results-list .pcp-product-card--actions-corner-square .pcp-wishlist-btn,
.pcp-shop-results-list .uct-product-card--actions-corner-square .uct-wishlist-btn,
.pcp-shop-results-list .pcp-product-card--actions-corner-square .pcp-quick-view-btn,
.pcp-shop-results-list .uct-product-card--actions-corner-square .uct-quick-view-btn,
.pcp-shop-results-list .pcp-product-card--actions-corner-square .pcp-add-compare,
.pcp-shop-results-list .uct-product-card--actions-corner-square .uct-add-compare,
.woocommerce-shop .pcp-shop-results-list .pcp-product-card--actions-corner-square .pcp-wishlist-btn,
.woocommerce-shop .pcp-shop-results-list .pcp-product-card--actions-corner-square .uct-wishlist-btn {
    border-radius: 0 !important;
}

/* --- List: add-to-cart text button --- */
.pcp-shop-results-list .pcp-product-card--button-corner-rounded .pcp-btn--primary,
.pcp-shop-results-list .uct-product-card--button-corner-rounded .uct-btn--primary {
    border-radius: var(--uct-shop-card-radius-button, 0.5rem) !important;
}

.pcp-shop-results-list .pcp-product-card--button-corner-square .pcp-btn--primary,
.pcp-shop-results-list .uct-product-card--button-corner-square .uct-btn--primary {
    border-radius: 0 !important;
}

/* --- List: sale badge --- */
.pcp-shop-results-list .pcp-product-card--badge-corner-rounded .pcp-sale-badge,
.pcp-shop-results-list .uct-product-card--badge-corner-rounded .uct-sale-badge {
    border-radius: var(--uct-shop-card-radius-badge, 0.5rem) !important;
}

.pcp-shop-results-list .pcp-product-card--badge-corner-square .pcp-sale-badge,
.pcp-shop-results-list .uct-product-card--badge-corner-square .uct-sale-badge {
    border-radius: 0 !important;
}

.pcp-home-container .pcp-product-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    --pcp-home-products-gap: 1rem;
    gap: 1rem;
    padding-bottom: 0.25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.pcp-home-container .pcp-product-grid.is-dragging,
.pcp-home-container .pcp-brands-strip.is-dragging {
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.pcp-home-container .pcp-product-grid.is-static,
.pcp-home-container .pcp-brands-strip.is-static {
    cursor: default;
}

.pcp-home-container .pcp-product-grid>* {
    flex: 0 0 calc((100% - (var(--pcp-home-products-visible-mobile, 1) - 1) * var(--pcp-home-products-gap)) / var(--pcp-home-products-visible-mobile, 1));
    max-width: calc((100% - (var(--pcp-home-products-visible-mobile, 1) - 1) * var(--pcp-home-products-gap)) / var(--pcp-home-products-visible-mobile, 1));
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .pcp-home-container .pcp-product-grid>* {
        flex-basis: calc((100% - (var(--pcp-home-products-visible-tablet, 2) - 1) * var(--pcp-home-products-gap)) / var(--pcp-home-products-visible-tablet, 2));
        max-width: calc((100% - (var(--pcp-home-products-visible-tablet, 2) - 1) * var(--pcp-home-products-gap)) / var(--pcp-home-products-visible-tablet, 2));
    }
}

@media (min-width: 1200px) {
    .pcp-home-container .pcp-product-grid>* {
        flex-basis: calc((100% - (var(--pcp-home-products-visible-desktop, 3) - 1) * var(--pcp-home-products-gap)) / var(--pcp-home-products-visible-desktop, 3));
        max-width: calc((100% - (var(--pcp-home-products-visible-desktop, 3) - 1) * var(--pcp-home-products-gap)) / var(--pcp-home-products-visible-desktop, 3));
    }
}

/* DEMO-PRODUCT-CARDS-04C8: Stretch to tallest card in row + pin CTA (flex stretch, no fake sale reserves) */

/* Classic — image fixed; content fills stretched card; CTA at bottom */
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-image-wrapper,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-image-wrapper {
    flex: 0 0 auto;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-content,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-title,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-title {
    flex: 0 0 auto;
    flex-grow: 0;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-price-wrapper,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-price-wrapper {
    flex: 0 0 auto;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-lowest-price,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-lowest-price {
    flex: 0 0 auto;
}

.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .pcp-card-add-to-cart,
.pcp-home-container .uct-product-card:not(.uct-product-card--premium) .uct-card-add-to-cart {
    flex: 0 0 auto;
    margin-top: auto;
}

/* Premium — override 03 height:100%; stretch via grid flex item cross-size */
.pcp-home-container .uct-product-card--premium {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__image-stage {
    flex: 0 0 auto;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__title {
    flex: 0 0 auto;
    flex-grow: 0;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__price-row {
    flex: 0 0 auto;
}

.pcp-home-container .uct-product-card--premium .pcp-card-lowest-price,
.pcp-home-container .uct-product-card--premium .uct-card-lowest-price {
    flex: 0 0 auto;
}

.pcp-home-container .uct-product-card--premium .uct-product-card-premium__button,
.pcp-home-container .uct-product-card--premium .pcp-card-add-to-cart {
    flex: 0 0 auto;
    margin-top: auto;
}

/* =========================================
   MOBILE SPACING NORMALIZATION
   Keep side/top offsets consistent across pages
   ========================================= */
:root {
    --pcp-mobile-page-gutter: 1rem;
    --pcp-mobile-page-top-gap: 0px;
}

@media (max-width: 767px) {
    .container {
        padding-left: var(--pcp-mobile-page-gutter) !important;
        padding-right: var(--pcp-mobile-page-gutter) !important;
    }

    .pcp-myaccount-wrapper .container {
        padding-left: var(--pcp-mobile-page-gutter) !important;
        padding-right: var(--pcp-mobile-page-gutter) !important;
    }

    .pcp-myaccount-wrapper .container.mb-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pcp-myaccount-wrapper>.container:first-of-type {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pcp-myaccount-wrapper .container.pb-20 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pcp-myaccount-content {
        padding: 0.75rem !important;
    }

    .pcp-myaccount-dashboard {
        padding: 1rem !important;
    }

    .pcp-home-grid {
        padding-top: 20px !important;
    }

    .uct-contact-page,
    .uct-about-page,
    .uct-faq-container,
    .pcp-wishlist-page,
    .uct-wishlist-page,
    .pcp-myaccount-wrapper,
    .pcp-auth-page-wrapper,
    .pcp-single-product-page,
    .uct-single-product-page,
    .pcp-thankyou-page,
    .pcp-thankyou-container,
    .pcp-checkout-wrapper,
    .pcp-checkout-page-template {
        padding-top: var(--pcp-mobile-page-top-gap) !important;
    }
}

/* -------------------------------------------------------------------------
   DEMO-HEADER-03D / 03E: Visibility layout collapse + expanded left offset
   ------------------------------------------------------------------------- */

.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .navbar-inner,
.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .uct-nav--no-categories,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .navbar-inner,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .uct-nav--no-categories,
.main-navbar.uct-main-navbar--no-categories .navbar-inner,
.main-navbar.uct-main-navbar--no-categories .uct-nav--no-categories {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    gap: 1.5rem;
}

.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .categories-trigger-wrapper,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .categories-trigger-wrapper,
.main-navbar.uct-main-navbar--no-categories .categories-trigger-wrapper {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    flex: 0 0 0 !important;
}

.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .desktop-nav,
.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .pcp-main-nav,
.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .uct-main-nav,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .desktop-nav,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .pcp-main-nav,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .uct-main-nav,
.main-navbar.uct-main-navbar--no-categories .desktop-nav,
.main-navbar.uct-main-navbar--no-categories .pcp-main-nav,
.main-navbar.uct-main-navbar--no-categories .uct-main-nav {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0;
}

.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .desktop-nav-list,
.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .pcp-nav-menu,
.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .uct-nav-menu,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .desktop-nav-list,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .pcp-nav-menu,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .uct-nav-menu,
.main-navbar.uct-main-navbar--no-categories .desktop-nav-list,
.main-navbar.uct-main-navbar--no-categories .pcp-nav-menu,
.main-navbar.uct-main-navbar--no-categories .uct-nav-menu {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start;
}

.site-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .support-info,
.pcp-header.uct-header--no-categories:not(.uct-header--minimal) .main-navbar .support-info,
.main-navbar.uct-main-navbar--no-categories .support-info {
    order: 2;
    margin-left: auto !important;
    flex-shrink: 0;
}

.uct-header--minimal.uct-header--no-categories .uct-header-minimal__bottom-inner,
.uct-header--minimal .uct-header-minimal__bottom-inner--no-categories {
    justify-content: flex-start;
}

.uct-header--minimal.uct-header--no-categories .uct-header-minimal__nav,
.uct-header--minimal .uct-header-minimal__bottom-inner--no-categories .uct-header-minimal__nav {
    flex: 1 1 auto;
    min-width: 0;
}

.uct-header--minimal.uct-header--no-categories .uct-header-minimal__phone,
.uct-header--minimal .uct-header-minimal__bottom-inner--no-categories .uct-header-minimal__phone {
    margin-left: auto;
}

/* -------------------------------------------------------------------------
   DEMO-HEADER-03C: Expanded corner style (global header_corner_style)
   Header 1 only — excludes .uct-header--minimal
   ------------------------------------------------------------------------- */

.pcp-header.uct-header--rounded:not(.uct-header--minimal) {
    --uct-header-expanded-radius: var(--uct-radius-md, 12px);
}

.pcp-header.uct-header--square:not(.uct-header--minimal) {
    --uct-header-expanded-radius: 0;
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-header .search-form,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-header .pcp-search-form,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-header .uct-search-form,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-header .search-form,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-header .pcp-search-form,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-header .uct-search-form {
    border-radius: var(--uct-header-expanded-radius);
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-header .search-form .search-submit,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-header .pcp-search-form .search-submit,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-header .uct-search-form .search-submit,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-header .search-form .search-submit,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-header .pcp-search-form .search-submit,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-header .uct-search-form .search-submit {
    border-radius: 0;
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-navbar .categories-trigger,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-navbar .pcp-categories-trigger,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .main-navbar .uct-categories-trigger,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-navbar .categories-trigger,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-navbar .pcp-categories-trigger,
.pcp-header.uct-header--square:not(.uct-header--minimal) .main-navbar .uct-categories-trigger {
    border-radius: var(--uct-header-expanded-radius);
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .header-icons .pcp-btn--secondary,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .header-icons .uct-btn--secondary,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .pcp-header-actions .pcp-btn--secondary,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .pcp-header-actions .uct-btn--secondary,
.pcp-header.uct-header--square:not(.uct-header--minimal) .header-icons .pcp-btn--secondary,
.pcp-header.uct-header--square:not(.uct-header--minimal) .header-icons .uct-btn--secondary,
.pcp-header.uct-header--square:not(.uct-header--minimal) .pcp-header-actions .pcp-btn--secondary,
.pcp-header.uct-header--square:not(.uct-header--minimal) .pcp-header-actions .uct-btn--secondary {
    border-radius: var(--uct-header-expanded-radius);
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .header-icons .pcp-btn.icon-link,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .header-icons .uct-btn.icon-link,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .pcp-header-actions .pcp-btn.icon-link,
.pcp-header.uct-header--rounded:not(.uct-header--minimal) .uct-header-actions .uct-btn.icon-link,
.pcp-header.uct-header--square:not(.uct-header--minimal) .header-icons .pcp-btn.icon-link,
.pcp-header.uct-header--square:not(.uct-header--minimal) .header-icons .uct-btn.icon-link,
.pcp-header.uct-header--square:not(.uct-header--minimal) .pcp-header-actions .pcp-btn.icon-link,
.pcp-header.uct-header--square:not(.uct-header--minimal) .uct-header-actions .uct-btn.icon-link {
    border-radius: var(--uct-header-expanded-radius);
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .mobile-menu__quick-icon,
.pcp-header.uct-header--square:not(.uct-header--minimal) .mobile-menu__quick-icon {
    border-radius: var(--uct-header-expanded-radius);
}

.pcp-header.uct-header--rounded:not(.uct-header--minimal) .support-icon,
.pcp-header.uct-header--square:not(.uct-header--minimal) .support-icon {
    border-radius: var(--uct-header-expanded-radius);
}

/* -------------------------------------------------------------------------
   Header 2 / Minimal variant (DEMO-HEADER-03 + STYLE-HEADER-02)
   Scoped under .uct-header--minimal only — expanded header rules unchanged.
   Colors consume --uct-header-minimal-* from Style motywu (when saved on :root).
   ------------------------------------------------------------------------- */

.uct-header.uct-header--minimal {
    position: relative;
    z-index: 40;
    background-color: var(--uct-header-minimal-main-bg, #ffffff);
    color: var(--uct-header-minimal-main-text, var(--brand-navy, #0f2744));
    box-shadow: 0 1px 0 var(--uct-header-minimal-border, rgba(15, 39, 68, 0.08));
}

.uct-header--minimal .uct-header-minimal__top {
    display: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid var(--uct-header-minimal-border, rgba(15, 39, 68, 0.08));
    background-color: var(--uct-header-minimal-top-bg, #f8fafc);
    color: var(--uct-header-minimal-top-text, #0f172a);
}

@media (min-width: 768px) {
    .uct-header--minimal .uct-header-minimal__top {
        display: block;
        padding: 0.5rem 0;
    }
}

.uct-header--minimal .uct-header-minimal__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.uct-header--minimal .uct-header-minimal__top-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
}

.uct-header--minimal .uct-header-minimal__socials {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.uct-header--minimal .uct-header-minimal__socials a {
    color: inherit;
}

.uct-header--minimal .uct-header-minimal__socials a:hover {
    color: var(--uct-header-minimal-top-icon, var(--brand-navy, #0f2744));
}

.uct-header--minimal .uct-header-minimal__main {
    padding: 1rem 0;
    background-color: var(--uct-header-minimal-main-bg, #ffffff);
}

.uct-header--minimal .uct-header-minimal__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

.uct-header--minimal .uct-header-minimal__logo {
    flex-shrink: 0;
}

.uct-header--minimal .uct-header-minimal__logo img,
.uct-header--minimal .uct-header-minimal__logo .uct-logo-img {
    height: 2.75rem;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.uct-header--minimal .uct-header-minimal__search {
    flex: 1 1 280px;
    min-width: 0;
    position: relative;
    z-index: 1200;
}

.uct-header--minimal .uct-header-minimal__search .search-form,
.uct-header--minimal .uct-header-minimal__search .pcp-search-form,
.uct-header--minimal .uct-header-minimal__search .uct-search-form {
    display: flex;
    height: 2.75rem;
    background-color: var(--uct-header-minimal-search-bg, #ffffff);
    border: 1px solid var(--uct-header-minimal-border, #e2e8f0);
    overflow: hidden;
}

.uct-header--minimal.uct-header--rounded .uct-header-minimal__search .search-form,
.uct-header--minimal.uct-header--rounded .uct-header-minimal__search .pcp-search-form,
.uct-header--minimal.uct-header--rounded .uct-header-minimal__search .uct-search-form {
    border-radius: 9999px;
}

.uct-header--minimal.uct-header--square .uct-header-minimal__search .search-form,
.uct-header--minimal.uct-header--square .uct-header-minimal__search .pcp-search-form,
.uct-header--minimal.uct-header--square .uct-header-minimal__search .uct-search-form {
    border-radius: 0;
}

.uct-header--minimal .uct-header-minimal__search .search-input,
.uct-header--minimal .uct-header-minimal__search .pcp-search-input,
.uct-header--minimal .uct-header-minimal__search .uct-search-input {
    flex: 1;
    border: 0;
    padding: 0 1rem;
    font-size: 0.875rem;
    color: var(--uct-header-minimal-search-text, var(--gray-900, #111827));
    background-color: transparent;
    outline: none;
}

.uct-header--minimal .uct-header-minimal__search .search-input::placeholder,
.uct-header--minimal .uct-header-minimal__search .pcp-search-input::placeholder,
.uct-header--minimal .uct-header-minimal__search .uct-search-input::placeholder {
    color: var(--uct-header-minimal-search-placeholder, #6b7280);
    opacity: 1;
}

.uct-header--minimal .uct-header-minimal__search .search-form:focus-within,
.uct-header--minimal .uct-header-minimal__search .pcp-search-form:focus-within,
.uct-header--minimal .uct-header-minimal__search .uct-search-form:focus-within {
    border-color: var(--brand-yellow, #ffc400);
    box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.2);
}

.uct-header--minimal .uct-header-minimal__search .search-submit,
.uct-header--minimal .uct-header-minimal__search .pcp-search-form .search-submit,
.uct-header--minimal .uct-header-minimal__search .uct-search-form .search-submit {
    background-color: var(--uct-header-minimal-search-button-bg, #ffc400) !important;
    color: var(--uct-header-minimal-search-button-icon, #0f2744) !important;
    border-color: var(--uct-header-minimal-search-button-bg, #ffc400) !important;
}

.uct-header--minimal .uct-header-minimal__search .search-submit svg,
.uct-header--minimal .uct-header-minimal__search .pcp-search-form .search-submit svg,
.uct-header--minimal .uct-header-minimal__search .uct-search-form .search-submit svg {
    stroke: currentColor;
}

.uct-header--minimal .uct-header-minimal__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
}

.uct-header--minimal .uct-header-minimal__action,
.uct-header--minimal .uct-header-minimal__mobile-toggle,
.uct-header--minimal .mobile-accessibility-toggle,
.uct-header--minimal .mobile-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--uct-header-minimal-icon, var(--brand-navy, #0f2744));
    text-decoration: none;
    cursor: pointer;
}

.uct-header--minimal .uct-header-minimal__action:hover,
.uct-header--minimal .uct-header-minimal__mobile-toggle:hover,
.uct-header--minimal .mobile-accessibility-toggle:hover,
.uct-header--minimal .mobile-search-toggle:hover {
    color: var(--uct-header-minimal-icon-hover, var(--brand-yellow-hover, #e6b000));
}

.uct-header--minimal .uct-header-minimal__action .icon-badge,
.uct-header--minimal .uct-header-minimal__action .pcp-header-cart-count,
.uct-header--minimal .uct-header-minimal__action .uct-header-cart-count,
.uct-header--minimal .uct-header-minimal__action .pcp-compare-count-badge,
.uct-header--minimal .uct-header-minimal__action .uct-compare-count-badge,
.uct-header--minimal .uct-header-minimal__action .wishlist-count {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    min-width: 1.125rem;
    height: 1.125rem;
    padding: 0 0.2rem;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.125rem;
    text-align: center;
    background-color: var(--uct-header-minimal-counter-bg, var(--brand-yellow, #ffc400));
    color: var(--uct-header-minimal-counter-text, var(--brand-navy, #0f2744));
    border-radius: 9999px;
    border: 2px solid var(--uct-header-minimal-main-bg, #ffffff);
}

.uct-header--minimal .uct-header-minimal__bottom {
    border-top: 1px solid var(--uct-header-minimal-border, rgba(15, 39, 68, 0.08));
    background-color: var(--uct-header-minimal-nav-bg, #ffffff);
}

.uct-header--minimal .uct-header-minimal__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3rem;
    flex-wrap: wrap;
}

.uct-header--minimal .uct-header-minimal__nav {
    display: none;
    align-items: center;
    gap: 1.5rem;
    flex: 1 1 auto;
}

@media (min-width: 1024px) {
    .uct-header--minimal .uct-header-minimal__nav {
        display: flex;
    }
}

.uct-header--minimal .uct-header-minimal__nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.uct-header--minimal .uct-header-minimal__nav a {
    color: var(--uct-header-minimal-nav-link, var(--brand-navy, #0f2744));
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.uct-header--minimal .uct-header-minimal__nav a:hover {
    color: var(--uct-header-minimal-nav-link-hover, var(--brand-yellow-hover, #e6b000));
}

.uct-header--minimal .uct-header-minimal__categories {
    position: relative;
    flex-shrink: 0;
}

/* DEMO-HEADER-03C: minimal category trigger + WCAG/top utility contrast */
.uct-header--minimal .uct-header-minimal__top .wcag-toolbar-container,
.uct-header--minimal .uct-header-minimal__top .wcag-controls,
.uct-header--minimal .uct-header-minimal__top .wcag-toolbar {
    color: var(--uct-header-minimal-top-icon, var(--brand-navy, #0f2744));
}

.uct-header--minimal .uct-header-minimal__top .wcag-btn,
.uct-header--minimal .uct-header-minimal__top .wcag-font-size button {
    color: var(--uct-header-minimal-top-icon, var(--brand-navy, #0f2744));
    opacity: 1;
}

.uct-header--minimal .uct-header-minimal__top .wcag-btn:hover,
.uct-header--minimal .uct-header-minimal__top .wcag-font-size button:hover {
    color: var(--uct-header-minimal-top-icon, var(--brand-navy, #0f2744));
    background-color: color-mix(in srgb, var(--uct-header-minimal-top-icon, #0f2744) 8%, transparent);
}

.uct-header--minimal .uct-header-minimal__top .wcag-font-size {
    border-left-color: var(--uct-header-minimal-border, rgba(15, 39, 68, 0.12));
    border-right-color: var(--uct-header-minimal-border, rgba(15, 39, 68, 0.12));
}

.uct-header--minimal .uct-header-minimal__top .wcag-font-current {
    color: var(--uct-header-minimal-top-icon, var(--brand-navy, #0f2744));
}

.uct-header--minimal .uct-header-minimal__top .wcag-btn svg {
    stroke: currentColor;
}

.uct-header--minimal .uct-header-minimal__top-item {
    color: inherit;
}

.uct-header--minimal .uct-header-minimal__categories .categories-trigger,
.uct-header--minimal .uct-header-minimal__categories .pcp-categories-trigger,
.uct-header--minimal .uct-header-minimal__categories .uct-categories-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
    background-color: var(--uct-header-minimal-category-bg, transparent) !important;
    color: var(--uct-header-minimal-category-text, var(--brand-navy, #0f2744)) !important;
    border: 1px solid var(--uct-header-minimal-border, rgba(15, 39, 68, 0.2)) !important;
    box-shadow: none;
}

.uct-header--minimal .uct-header-minimal__categories .categories-trigger:hover,
.uct-header--minimal .uct-header-minimal__categories .pcp-categories-trigger:hover,
.uct-header--minimal .uct-header-minimal__categories .uct-categories-trigger:hover {
    background-color: color-mix(in srgb, var(--uct-header-minimal-category-bg, transparent) 94%, var(--uct-header-minimal-category-text, #0f2744)) !important;
    border-color: var(--uct-header-minimal-border, rgba(15, 39, 68, 0.35)) !important;
    color: var(--uct-header-minimal-category-text, var(--brand-navy, #0f2744)) !important;
}

.uct-header--minimal.uct-header--rounded .uct-header-minimal__categories .categories-trigger,
.uct-header--minimal.uct-header--rounded .uct-header-minimal__categories .pcp-categories-trigger,
.uct-header--minimal.uct-header--rounded .uct-header-minimal__categories .uct-categories-trigger {
    border-radius: var(--uct-radius-md, 12px);
}

.uct-header--minimal.uct-header--square .uct-header-minimal__categories .categories-trigger,
.uct-header--minimal.uct-header--square .uct-header-minimal__categories .pcp-categories-trigger,
.uct-header--minimal.uct-header--square .uct-header-minimal__categories .uct-categories-trigger {
    border-radius: 0;
}

.uct-header--minimal .uct-header-minimal__phone {
    display: none;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}

@media (min-width: 1280px) {
    .uct-header--minimal .uct-header-minimal__phone {
        display: flex;
    }
}

.uct-header--minimal .uct-header-minimal__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--uct-header-minimal-nav-link, var(--brand-navy, #0f2744));
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
}

.uct-header--minimal .uct-header-minimal__contact-link:hover {
    color: var(--uct-header-minimal-nav-link-hover, var(--brand-yellow-hover, #e6b000));
}

.uct-header--minimal .uct-header-minimal__top a,
.uct-header--minimal .uct-header-minimal__top svg {
    color: var(--uct-header-minimal-top-icon, var(--brand-navy, #0f2744));
}

.uct-header--minimal .mobile-accessibility-toggle,
.uct-header--minimal .mobile-search-toggle {
    display: inline-flex;
}

@media (min-width: 1024px) {
    .uct-header--minimal .mobile-accessibility-toggle,
    .uct-header--minimal .mobile-search-toggle {
        display: none;
    }

    .uct-header--minimal .uct-header-minimal__mobile-toggle {
        display: none;
    }
}

@media (max-width: 1023px) {
    .uct-header--minimal .uct-header-minimal__search {
        display: none;
    }

    .uct-header--minimal .uct-header-minimal__bottom {
        display: none;
    }
}

/* Sticky header (header-nav.js) — minimal uses site-header + uct-header */
@media (min-width: 1024px) {
    body.uct-has-sticky-header:has(.uct-header--minimal),
    body.pcp-has-sticky-header:has(.uct-header--minimal) {
        padding-top: var(--uct-sticky-header-offset, 0px);
    }

    .uct-header.uct-header--minimal.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1300;
        box-shadow: 0 4px 16px -8px rgba(15, 39, 68, 0.2);
    }

    .admin-bar .uct-header.uct-header--minimal.is-sticky {
        top: 32px;
    }

    .uct-header--minimal.is-sticky .uct-header-minimal__top {
        display: none;
    }
}

/* Client preview emergency button color fix — shop card square action buttons (dark token + blue icon) */
.pcp-shop-results-grid .pcp-card-action-btn--grid:hover:not(.active):not(.is-active),
.pcp-shop-results-grid .uct-card-action-btn--grid:hover:not(.active):not(.is-active),
.pcp-shop-results-grid .pcp-wishlist-btn:hover:not(.is-active),
.pcp-shop-results-grid .uct-wishlist-btn:hover:not(.is-active),
.pcp-shop-results-grid .pcp-quick-view-btn:hover:not(.active):not(.is-active),
.pcp-shop-results-grid .uct-quick-view-btn:hover:not(.active):not(.is-active),
.pcp-shop-results-grid .pcp-add-compare:hover:not(.active),
.pcp-shop-results-grid .uct-add-compare:hover:not(.active),
.pcp-shop-results-list .pcp-wishlist-btn:hover:not(.is-active),
.pcp-shop-results-list .uct-wishlist-btn:hover:not(.is-active),
.pcp-shop-results-list .pcp-quick-view-btn:hover:not(.active):not(.is-active),
.pcp-shop-results-list .uct-quick-view-btn:hover:not(.active):not(.is-active),
.pcp-shop-results-list .pcp-add-compare:hover:not(.active),
.pcp-shop-results-list .uct-add-compare:hover:not(.active) {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

.pcp-shop-results-grid .pcp-card-action-btn--grid:hover:not(.active):not(.is-active) svg,
.pcp-shop-results-grid .pcp-wishlist-btn:hover:not(.is-active) svg,
.pcp-shop-results-grid .pcp-quick-view-btn:hover:not(.active):not(.is-active) svg,
.pcp-shop-results-grid .pcp-add-compare:hover:not(.active) svg,
.pcp-shop-results-list .pcp-wishlist-btn:hover:not(.is-active) svg,
.pcp-shop-results-list .pcp-quick-view-btn:hover:not(.active):not(.is-active) svg,
.pcp-shop-results-list .pcp-add-compare:hover:not(.active) svg {
    color: inherit;
    stroke: currentColor;
    fill: none;
}

/* Client preview visual color cleanup */
.uct-inner-hero-section .pcp-contact-hero .pcp-contact-hero-title,
.pcp-wishlist-page .pcp-contact-hero .pcp-contact-hero-title {
    color: #ffffff !important;
}

.uct-inner-hero-section .pcp-contact-hero .pcp-contact-hero-title .text-brand-yellow,
.pcp-wishlist-page .pcp-contact-hero .pcp-contact-hero-title .text-brand-yellow {
    color: #ffc400 !important;
}

.uct-inner-hero-section .pcp-contact-hero .pcp-contact-hero-title .text-brand-navy,
.pcp-wishlist-page .pcp-contact-hero .pcp-contact-hero-title .text-brand-navy {
    color: #ffffff !important;
}

.pcp-myaccount-hero-title {
    color: #ffffff !important;
}

.pcp-myaccount-hero-title span {
    color: #ffffff !important;
}

#pcp-compare-bar > div.bg-brand-navy,
#pcp-compare-bar .bg-brand-navy {
    background-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-compare-bar .pcp-compare-bar__title,
#pcp-compare-bar .uct-compare-bar__title {
    color: #ffffff !important;
}

#pcp-compare-bar > div.bg-brand-navy > svg:first-of-type,
#pcp-compare-bar .bg-brand-navy > svg:first-of-type,
#pcp-compare-bar > div.bg-brand-navy > svg:last-of-type,
#pcp-compare-bar .bg-brand-navy > svg:last-of-type {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

#pcp-compare-modal-content > .bg-brand-navy {
    background-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-compare-modal-content > .bg-brand-navy svg:first-of-type {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

#pcp-compare-modal-content > .bg-brand-navy .pcp-compare-close svg,
#pcp-compare-modal-content > .bg-brand-navy .uct-compare-close svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

#pcp-compare-modal-content > .bg-brand-navy .pcp-modal-title-h2,
#pcp-compare-modal-content > .bg-brand-navy .uct-modal-title-h2 {
    color: #ffffff !important;
}

/* Compare modal — add to cart buttons (black + white) */
#pcp-compare-content .add_to_cart_button,
#pcp-compare-content .ajax_add_to_cart,
#pcp-compare-modal-content .add_to_cart_button,
#pcp-compare-modal-content .ajax_add_to_cart {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
}

#pcp-compare-content .add_to_cart_button:hover,
#pcp-compare-content .add_to_cart_button:focus-visible,
#pcp-compare-content .ajax_add_to_cart:hover,
#pcp-compare-content .ajax_add_to_cart:focus-visible,
#pcp-compare-modal-content .add_to_cart_button:hover,
#pcp-compare-modal-content .add_to_cart_button:focus-visible,
#pcp-compare-modal-content .ajax_add_to_cart:hover,
#pcp-compare-modal-content .ajax_add_to_cart:focus-visible {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
}

/* Client preview — primary action rule (blue #0673b4 + white; yellow accent-only) */
#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow,
#pcp-wishlist-root a.bg-brand-navy.text-white {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow:hover,
#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow:focus-visible,
#pcp-wishlist-root a.bg-brand-navy.text-white:hover,
#pcp-wishlist-root a.bg-brand-navy.text-white:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow:hover span,
#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow:hover svg,
#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow:focus-visible span,
#pcp-wishlist-root a.bg-brand-navy.hover\:bg-brand-yellow:focus-visible svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

#pcp-wishlist-root a.add_to_cart_button.bg-brand-yellow,
#pcp-wishlist-root a.ajax_add_to_cart.bg-brand-yellow {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-wishlist-root a.add_to_cart_button.bg-brand-yellow:hover,
#pcp-wishlist-root a.add_to_cart_button.bg-brand-yellow:focus-visible,
#pcp-wishlist-root a.ajax_add_to_cart.bg-brand-yellow:hover,
#pcp-wishlist-root a.ajax_add_to_cart.bg-brand-yellow:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

#pcp-wishlist-root a.add_to_cart_button.bg-brand-yellow svg,
#pcp-wishlist-root a.ajax_add_to_cart.bg-brand-yellow svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

#pcp-wishlist-root a.border-brand-navy.text-brand-navy.hover\:bg-brand-navy {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-wishlist-root a.border-brand-navy.text-brand-navy.hover\:bg-brand-navy:hover,
#pcp-wishlist-root a.border-brand-navy.text-brand-navy.hover\:bg-brand-navy:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

.uct-about-page .uct-about-location-btn,
.uct-about-page .uct-about-location-banner .uct-about-location-btn {
    background-color: #0673b4 !important;
    border: 1px solid #0673b4 !important;
    color: #ffffff !important;
}

.uct-about-page .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-btn:focus-visible,
.uct-about-page .uct-about-location-banner .uct-about-location-btn:hover,
.uct-about-page .uct-about-location-banner .uct-about-location-btn:focus-visible {
    background-color: #055a8c !important;
    border-color: #055a8c !important;
    color: #ffffff !important;
}

/* ==========================================================================
   Client preview — white icons on non-white (colored/dark) backgrounds
   ========================================================================== */

:is(
    .main-navbar,
    .bg-brand-navy,
    .pcp-contact-hero,
    .uct-inner-hero-section .pcp-contact-hero,
    .pcp-myaccount-hero,
    .pcp-myaccount-hero-inner,
    .pcp-cart-hero,
    .pcp-thankyou-hero,
    .mobile-menu,
    .pcp-mobile-menu,
    .uct-mobile-menu,
    .pcp-side-cart-header,
    .pcp-shop-filter-widget__header,
    .uct-shop-filter-widget__header,
    #pcp-wishlist-root .bg-brand-navy,
    #pcp-compare-bar,
    #pcp-compare-modal-content > .bg-brand-navy,
    .pcp-btn--primary:not(.pcp-newsletter-submit):not(.uct-newsletter-submit),
    .uct-btn--primary:not(.pcp-newsletter-submit):not(.uct-newsletter-submit),
    .pcp-btn--secondary,
    .uct-btn--secondary,
    .pcp-auth-submit-btn,
    .pcp-scroll-top,
    .uct-scroll-top,
    .pcp-empty-cart-btn,
    .pcp-thankyou-home-btn,
    .uct-about-location-banner--band,
    .uct-about-page .uct-about-location-banner--band,
    .pcp-checkout-help-box
) svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
}

:is(
    .bg-brand-navy,
    .pcp-contact-hero,
    .mobile-menu,
    .pcp-side-cart-header,
    #pcp-compare-bar,
    #pcp-compare-modal-content > .bg-brand-navy,
    .pcp-btn--primary:not(.pcp-newsletter-submit):not(.uct-newsletter-submit),
    .uct-btn--primary:not(.pcp-newsletter-submit):not(.uct-newsletter-submit),
    .pcp-btn--secondary,
    .uct-btn--secondary
) svg :is(path, circle, line, polyline, rect) {
    stroke: #ffffff !important;
    fill: none;
}

.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.uct-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.pcp-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary) svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit svg,
.pcp-footer:not(.uct-footer--basic) .uct-newsletter-submit svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-submit svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit svg {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
}

.site-header .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.pcp-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.uct-header:not(.uct-header--minimal) .header-icons .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.pcp-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.uct-header-actions .icon-link:not(.pcp-btn--secondary):not(.uct-btn--secondary):hover svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit:hover svg,
.pcp-footer:not(.uct-footer--basic) .uct-newsletter-submit:hover svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-submit:hover svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit:hover svg {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0673b4 !important;
}

.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit:hover,
.pcp-footer:not(.uct-footer--basic) .uct-newsletter-submit:hover,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-submit:hover,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-submit:hover {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

/* Brand social buttons (Facebook etc.) — keep native colors */
#pcp-wishlist-root a[class*="bg-[#"] svg,
#pcp-wishlist-root a[class*="bg-[#"] svg :is(path, circle, line, polyline) {
    color: inherit !important;
    stroke: currentColor !important;
}

/* White / light surfaces — icons follow parent (not forced white) */
.bg-white svg,
.bg-gray-50 svg,
.bg-gray-100 svg,
.bg-gray-200 svg,
[class*="bg-white"] svg,
.pcp-side-cart-content svg,
#pcp-compare-modal-content .bg-white svg,
#pcp-compare-modal-content .border-gray-200 svg,
#pcp-compare-modal-content .border-gray-300 svg,
#pcp-compare-content svg,
.pcp-btn--outline svg,
.uct-btn--outline svg,
.pcp-product-card svg,
.uct-product-card svg,
.pcp-home-container .uct-product-card .pcp-card-action-btn:not(:hover):not(.active):not(.is-active) svg,
.pcp-home-container .uct-product-card .uct-add-compare:not(:hover):not(.active) svg,
.pcp-shop-results-grid .pcp-card-action-btn:not(:hover):not(.active):not(.is-active) svg,
.pcp-shop-results-list .pcp-card-action-btn:not(:hover):not(.active):not(.is-active) svg,
.uct-header--minimal .icon-link svg,
    .uct-header--minimal svg,
    .pcp-footer:not(.uct-footer--basic) .pcp-newsletter-submit svg,
    .uct-footer:not(.uct-footer--basic) .pcp-newsletter-submit svg,
    .pcp-myaccount-contact-btn svg,
.pcp-myaccount-contact-btn svg :is(path, circle, line, polyline) {
    color: inherit !important;
    stroke: currentColor !important;
}

/* B2B caretaker — white avatar icon, white button with blue label */
.pcp-myaccount-contact-avatar svg,
.pcp-myaccount-contact-avatar svg :is(path, circle) {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.pcp-myaccount-contact-btn,
.pcp-myaccount-contact-btn:hover,
.pcp-myaccount-contact-btn:focus-visible {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0673b4 !important;
}

.pcp-myaccount-contact-btn:hover,
.pcp-myaccount-contact-btn:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

.pcp-myaccount-contact-btn svg,
.pcp-myaccount-contact-btn svg :is(path, circle, line, polyline) {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
}

.pcp-myaccount-contact-btn:hover svg,
.pcp-myaccount-contact-btn:focus-visible svg,
.pcp-myaccount-contact-btn:hover svg :is(path, circle, line, polyline),
.pcp-myaccount-contact-btn:focus-visible svg :is(path, circle, line, polyline) {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

/* Newsletter section — all icons blue (#0673b4); beats footer white-icon global rule */
.pcp-newsletter-section svg,
.uct-newsletter-section svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section svg,
.uct-footer:not(.uct-footer--basic) .uct-newsletter-section svg {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
    fill: none;
    opacity: 1 !important;
}

.pcp-newsletter-section svg :is(path, circle, line, polyline, rect),
.uct-newsletter-section svg :is(path, circle, line, polyline, rect),
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section svg :is(path, circle, line, polyline, rect),
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section svg :is(path, circle, line, polyline, rect),
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-input-wrapper svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-input-wrapper svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-feature svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-feature svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-security-badge svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-security-badge svg {
    stroke: #0673b4 !important;
    fill: none !important;
}

.pcp-newsletter-section .pcp-newsletter-submit svg,
.pcp-newsletter-section .uct-newsletter-submit svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-submit svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-submit svg {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
}

.pcp-newsletter-section .pcp-newsletter-submit:hover svg,
.pcp-newsletter-section .uct-newsletter-submit:hover svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-submit:hover svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-submit:hover svg {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

.pcp-newsletter-section .pcp-newsletter-feature:hover svg,
.uct-newsletter-section .pcp-newsletter-feature:hover svg,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-feature:hover svg,
.uct-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-newsletter-feature:hover svg {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

/* Footer quick links — black marker icons/dots (visible on light markers / client preview) */
.pcp-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-marker,
.uct-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-marker {
    color: #000000 !important;
}

.pcp-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-marker svg,
.uct-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-marker svg,
.pcp-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-link:hover .uct-footer-column-marker svg,
.uct-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-link:hover .uct-footer-column-marker svg {
    color: #000000 !important;
    stroke: #000000 !important;
    fill: none !important;
}

.pcp-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-marker svg :is(path, circle, line, polyline, rect),
.uct-footer:not(.uct-footer--basic) .uct-footer-col--links .uct-footer-column-marker svg :is(path, circle, line, polyline, rect) {
    stroke: #000000 !important;
    fill: none !important;
}

.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .pcp-footer-link-dot,
.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .uct-footer-link-dot,
.uct-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .pcp-footer-link-dot,
.uct-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .uct-footer-link-dot,
.pcp-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text::before,
.uct-footer:not(.uct-footer--basic).uct-footer-columns--marker-dash .uct-footer-col--links .uct-footer-column-item--text .uct-footer-column-text::before {
    background-color: #000000 !important;
}

.pcp-newsletter-section .pcp-success-icon svg,
.uct-newsletter-section .pcp-success-icon svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.pcp-newsletter-section .pcp-badge-dot::before,
.uct-newsletter-section .pcp-badge-dot::before,
.pcp-newsletter-section .pcp-badge-dot::after,
.uct-newsletter-section .pcp-badge-dot::after,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-badge-dot::before,
.pcp-footer:not(.uct-footer--basic) .pcp-newsletter-section .pcp-badge-dot::after {
    background-color: #0673b4 !important;
}

/* Wishlist share panel — blue bg, white action buttons with blue icons */
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) {
    background-color: #0673b4 !important;
    border-color: #0673b4 !important;
    color: #ffffff !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .pcp-ui-heading svg,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .uct-ui-heading svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #0673b4 !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a:hover,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a svg,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a svg :is(path, circle, line, polyline, rect) {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
    fill: none;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a:hover svg,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) .grid-cols-3 > a:focus-visible svg {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0673b4 !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url:hover,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url svg,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url svg :is(path, rect, circle, line, polyline) {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
    fill: none !important;
}

#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url:hover svg,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url:focus-visible svg,
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url:hover svg :is(path, rect),
#pcp-wishlist-root .bg-brand-navy:has(#pcp-wishlist-url) #pcp-copy-wishlist-url:focus-visible svg :is(path, rect) {
    color: #055a8c !important;
    stroke: #055a8c !important;
}

.pcp-footer:not(.uct-footer--basic) .pcp-footer-contact-item svg,
.pcp-footer:not(.uct-footer--basic) .uct-footer-contact-item svg,
.uct-footer:not(.uct-footer--basic) .pcp-footer-contact-item svg,
.uct-footer:not(.uct-footer--basic) .uct-footer-contact-item svg,
.pcp-footer:not(.uct-footer--basic) .pcp-contact-info svg,
.uct-footer:not(.uct-footer--basic) .pcp-contact-info svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
}

.pcp-footer:not(.uct-footer--basic) .pcp-footer-contact-item svg :is(path, circle, line, polyline, rect),
.uct-footer:not(.uct-footer--basic) .pcp-footer-contact-item svg :is(path, circle, line, polyline, rect),
.pcp-footer:not(.uct-footer--basic) .pcp-contact-info svg :is(path, circle, line, polyline, rect),
.uct-footer:not(.uct-footer--basic) .pcp-contact-info svg :is(path, circle, line, polyline, rect) {
    stroke: #ffffff !important;
    fill: none;
}

/* Client preview — shop sidebar "Dobór produktów" CTA hover (white bg, black text/icon) */
.pcp-shop-sidebar-support .pcp-btn--primary:hover,
.pcp-shop-sidebar-support .pcp-btn--primary:focus-visible,
.uct-shop-sidebar-support .pcp-btn--primary:hover,
.uct-shop-sidebar-support .uct-btn--primary:hover,
.uct-shop-sidebar-support .pcp-btn--primary:focus-visible,
.uct-shop-sidebar-support .uct-btn--primary:focus-visible {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}

.pcp-shop-sidebar-support .pcp-btn--primary:hover svg,
.pcp-shop-sidebar-support .pcp-btn--primary:focus-visible svg,
.uct-shop-sidebar-support .pcp-btn--primary:hover svg,
.uct-shop-sidebar-support .uct-btn--primary:hover svg,
.uct-shop-sidebar-support .pcp-btn--primary:focus-visible svg,
.uct-shop-sidebar-support .uct-btn--primary:focus-visible svg,
.pcp-shop-sidebar-support .pcp-btn--primary:hover svg :is(path, rect, circle, line, polyline),
.pcp-shop-sidebar-support .pcp-btn--primary:focus-visible svg :is(path, rect, circle, line, polyline),
.uct-shop-sidebar-support .pcp-btn--primary:hover svg :is(path, rect, circle, line, polyline),
.uct-shop-sidebar-support .uct-btn--primary:hover svg :is(path, rect, circle, line, polyline),
.uct-shop-sidebar-support .pcp-btn--primary:focus-visible svg :is(path, rect, circle, line, polyline),
.uct-shop-sidebar-support .uct-btn--primary:focus-visible svg :is(path, rect, circle, line, polyline) {
    color: #000000 !important;
    stroke: #000000 !important;
    fill: none !important;
}

/* Single product — H1 title black (not brand blue) */
.pcp-single-product-summary__title,
.uct-single-product-summary__title {
    color: #000000 !important;
}

/* Mobile menu — brand blue panel, white auth buttons with blue text */
.mobile-menu,
.pcp-mobile-menu,
.uct-mobile-menu {
    background: #0673b4 !important;
}

.mobile-menu .mobile-menu__quick-icon .icon-badge,
.pcp-mobile-menu .mobile-menu__quick-icon .icon-badge,
.uct-mobile-menu .mobile-menu__quick-icon .icon-badge,
.mobile-menu .mobile-menu__quick-icon .pcp-compare-count-badge,
.mobile-menu .mobile-menu__quick-icon .wishlist-count,
.mobile-menu .mobile-menu__quick-icon .pcp-header-cart-count,
.pcp-mobile-menu .mobile-menu__quick-icon .pcp-compare-count-badge,
.pcp-mobile-menu .mobile-menu__quick-icon .wishlist-count,
.pcp-mobile-menu .mobile-menu__quick-icon .pcp-header-cart-count,
.uct-mobile-menu .mobile-menu__quick-icon .pcp-compare-count-badge,
.uct-mobile-menu .mobile-menu__quick-icon .wishlist-count,
.uct-mobile-menu .mobile-menu__quick-icon .pcp-header-cart-count {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

/* Cart page — blue progress bar + table/summary headers */
.cart-wrapper .woocommerce-cart-form .h-full.bg-brand-yellow,
.cart-wrapper .woocommerce-cart-form .bg-brand-yellow.h-full {
    background-color: #0673b4 !important;
}

.cart-wrapper .woocommerce-cart-form .bg-brand-navy,
.cart-wrapper .cart_totals .bg-brand-navy {
    background-color: #0673b4 !important;
}

.mobile-menu .mobile-menu__actions .mobile-menu__btn,
.mobile-menu .mobile-menu__actions .pcp-btn--primary,
.mobile-menu .mobile-menu__actions .pcp-btn--secondary,
.pcp-mobile-menu .mobile-menu__actions .mobile-menu__btn,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--primary,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--secondary,
.uct-mobile-menu .mobile-menu__actions .mobile-menu__btn,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--primary,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--secondary {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0673b4 !important;
}

.mobile-menu .mobile-menu__actions .mobile-menu__btn:hover,
.mobile-menu .mobile-menu__actions .mobile-menu__btn:focus-visible,
.mobile-menu .mobile-menu__actions .pcp-btn--primary:hover,
.mobile-menu .mobile-menu__actions .pcp-btn--primary:focus-visible,
.mobile-menu .mobile-menu__actions .pcp-btn--secondary:hover,
.mobile-menu .mobile-menu__actions .pcp-btn--secondary:focus-visible,
.pcp-mobile-menu .mobile-menu__actions .mobile-menu__btn:hover,
.pcp-mobile-menu .mobile-menu__actions .mobile-menu__btn:focus-visible,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--primary:hover,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--primary:focus-visible,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--secondary:hover,
.pcp-mobile-menu .mobile-menu__actions .pcp-btn--secondary:focus-visible,
.uct-mobile-menu .mobile-menu__actions .mobile-menu__btn:hover,
.uct-mobile-menu .mobile-menu__actions .mobile-menu__btn:focus-visible,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--primary:hover,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--primary:focus-visible,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--secondary:hover,
.uct-mobile-menu .mobile-menu__actions .pcp-btn--secondary:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

/* Checkout help box — white copy; phone link stays white on hover (no yellow) */
.pcp-checkout-help-box .text-brand-yellow,
.pcp-checkout-help-box h4,
.pcp-checkout-help-box h4.pcp-ui-heading,
.pcp-checkout-help-box h4.uct-ui-heading,
.pcp-checkout-help-box a,
.pcp-checkout-help-box a.hover\:text-brand-yellow,
.pcp-checkout-help-box p {
    color: #ffffff !important;
}

.pcp-checkout-help-box a {
    opacity: 0.9;
}

.pcp-checkout-help-box a:hover,
.pcp-checkout-help-box a:focus-visible,
.pcp-checkout-help-box a.hover\:text-brand-yellow:hover,
.pcp-checkout-help-box a.hover\:text-brand-yellow:focus-visible {
    color: #ffffff !important;
    opacity: 1 !important;
}

.pcp-checkout-help-box svg,
.pcp-checkout-help-box svg :is(path, circle, line, polyline) {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
}

/* Thank you page — client preview polish */
.pcp-thankyou-checkmark {
    background-color: #ffffff !important;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.25) !important;
}

.pcp-thankyou-checkmark svg,
.pcp-thankyou-checkmark svg :is(path, circle, polyline) {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
    fill: none;
}

.pcp-thankyou-title span {
    color: #ffffff !important;
}

.pcp-thankyou-order-box {
    background: #ffffff !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15) !important;
}

.pcp-thankyou-order-label,
.pcp-thankyou-order-number {
    color: #0673b4 !important;
}

.pcp-thankyou-step:hover .pcp-thankyou-step-icon {
    background-color: #0673b4 !important;
    color: #ffffff !important;
}

.pcp-thankyou-step:hover .pcp-thankyou-step-icon svg,
.pcp-thankyou-step:hover .pcp-thankyou-step-icon svg :is(path, circle, line, polyline, rect, polygon) {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none;
}

.pcp-thankyou-phone-btn {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #0673b4 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15) !important;
}

.pcp-thankyou-phone-btn svg,
.pcp-thankyou-phone-btn svg :is(path, circle, line, polyline) {
    color: #0673b4 !important;
    stroke: #0673b4 !important;
    fill: none;
}

.pcp-thankyou-phone-btn:hover,
.pcp-thankyou-phone-btn:focus-visible {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    color: #055a8c !important;
}

.pcp-thankyou-phone-btn:hover svg,
.pcp-thankyou-phone-btn:focus-visible svg,
.pcp-thankyou-phone-btn:hover svg :is(path, circle, line, polyline),
.pcp-thankyou-phone-btn:focus-visible svg :is(path, circle, line, polyline) {
    color: #055a8c !important;
    stroke: #055a8c !important;
}