/* CSS Extracted from Foremost Marble Category Section */

.category-product-card {
    min-width: 0;
    text-align: center;
}

.category-product-link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.category-product-content {
    order: 2;
    min-height: auto;
    margin-top: 3.2rem;
    margin-bottom: 0;
    text-align: center;
}

.category-product-title {
    text-align: center;
	color: #00A551;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	margin-block-start: 0px;
}

.category-product-taxonomy {
    display: none;
}

.category-product-media {
    position: relative;
    order: 1;
}

.category-product-image,
.category-product-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    background: #ededed;
    position: relative;
    z-index: 2;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.category-product-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #45a85a;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.category-product-shadow {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: -15px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.13) 45%, rgba(0, 0, 0, 0) 76%);
    filter: blur(5px);
    z-index: 1;
}

.category-product-media::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -12px;
    height: 16px;
    background: linear-gradient(110deg, transparent 0 4%, #174b1d 4% 8%, transparent 8% 92%, #174b1d 92% 96%, transparent 96%);
    z-index: 1;
}

.no-categories-message {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.section-subtitle {
    margin: 0 0 1.2rem;
    color: #5f6b76;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
}

@media (max-width: 1400px) {
    .categories-filter-grid {
        grid-template-columns: repeat(4, minmax(104px, 1fr));
        gap: 1.4rem 2.4rem;
    }

    .categories-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2.5rem;
        row-gap: 5rem;
    }
}
html, body {
    overflow-x: hidden !important;
}

/* Content below banner width restriction for desktop */
@media (min-width: 1081px) {
    .breadcrumb-section .container-modern,
    .categories-showcase-section .container-modern,
    .product-hero-section-enhanced .container-modern,
    .product-trust-section .container-modern,
    .product-about-section .container-modern,
    .product-application-section .container-modern,
    .product-marble-section .container-modern,
    .related-products-section .container-modern,
    .product-faq-section .container-modern,
    .product-reviews-section .container-modern {
        max-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        box-sizing: border-box !important;
    }
}

/* Boxed Banner Layout with padding and margin-top reset */
.contact-banner-section {
    min-height: 280px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 0 2.5rem !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
}

.contact-banner-section::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.4) !important; /* Dark overlay for text readability */
    z-index: 1 !important;
    display: block !important;
}

.contact-banner-section .container-modern {
    margin-top: 0 !important; /* Reset theme's 120px margin-top */
    padding: 2rem !important;
    width: 100% !important;
    z-index: 2 !important;
    position: relative !important;
}

.contact-banner-content {
    text-align: center !important;
}

.contact-banner-title {
    color: #ffffff !important; /* High contrast text */
    font-family: 'Raleway Bold', 'Outfit', sans-serif !important;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    letter-spacing: 2px !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 1080px) {
    .contact-banner-section {
        width: 100vw !important;
        left: 50% !important;
        margin-left: -50vw !important;
        min-height: 220px !important;
    }

    .contact-banner-section .container-modern,
    .categories-showcase-section .container-modern {
        width: min(100% - 4rem, 980px);
    }

    .categories-filter-grid {
        grid-template-columns: repeat(3, minmax(104px, 1fr));
    }

    .categories-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4.2rem 2rem;
    }
}

@media (max-width: 768px) {
    .contact-banner-section {
        min-height: 180px;
    }

    .contact-banner-section .container-modern,
    .categories-showcase-section .container-modern {
        width: min(100% - 2rem, 680px);
    }

    .categories-showcase-section {
        padding: 3.2rem 0 4rem;
    }

    .categories-filter-wrap {
        margin-bottom: 3rem;
    }

    .categories-filter-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }

    .category-filter-chip {
        width: auto !important;
        min-width: 0 !important;
    }

    .category-product-content {
        margin-bottom: 2.6rem;
    }

    .categories-products-grid {
        grid-template-columns: 1fr;
        gap: 3.2rem;
    }
}
.category-products-title,
.category-hero-banner-title,
.categories-showcase-title,
.product-category-title,
.taxonomy-product-category-title {
    text-transform: uppercase !important;
}
.categories-filter-grid-marble {
    margin-top: 1.6rem;
}

.categories-filter-grid-marble[hidden] {
    display: none !important;
}

.category-filter-chip-sub {
    border-color: rgba(69, 168, 90, 0.55);
}

/* CSS Extracted from Foremost Marble Modern Styles */
/* Product Application Section */
.product-application-section {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #00a551;
}

.application-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.application-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Product Actions Section */
.product-actions-section {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary-product {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #00a551;
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #00a551;
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.3);
}

.btn-primary-product:hover {
    background: #008a43;
    border-color: #008a43;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 165, 81, 0.4);
}

.btn-primary-product svg {
    transition: transform 0.3s ease;
}

.btn-primary-product:hover svg {
    transform: translateX(4px);
}

.btn-secondary-product {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: transparent;
    color: #1a1a1a;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #1a1a1a;
}

.btn-secondary-product:hover {
    background: #1a1a1a;
    color: white;
    transform: translateY(-2px);
}

.btn-secondary-product svg {
    transition: transform 0.3s ease;
}

.btn-secondary-product:hover svg {
    transform: translateX(-4px);
}

/* Product Description Section */
.product-description-section {
    padding: 6rem 0;
    background: #fff;
}

.description-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.description-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 2rem 0;
    text-align: center;
    letter-spacing: -0.5px;
}

.description-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.description-content p {
    margin-bottom: 1.5rem;
}

.description-content h2,
.description-content h3,
.description-content h4 {
    color: #1a1a1a;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.description-content ul,
.description-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.description-content li {
    margin-bottom: 0.75rem;
}

/* Related Products Section */
.related-products-section {
    padding: 6rem 0;
    background: #f8f9fa;
}

.related-products-section--similar {
    background: #ffffff;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.related-product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #ececec;
}

.related-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.related-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.related-product-image-wrapper {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f0f0;
}

.related-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-product-card:hover .related-product-image {
    transform: scale(1.1);
}

.related-product-content {
    padding: 1.5rem;
}

.related-product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.related-product-subtitle {
    display: block;
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.related-product-cta {
    font-size: 0.95rem;
    color: #1f2937;
    font-weight: 600;
}

.product-reviews-section {
    padding: 5rem 0 5.5rem;
    background: #f6f8fb;
}

.product-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.product-reviews-section .section-header-center {
    text-align: center;
}

.product-reviews-section .section-title-large {
    color: #13954b;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.product-reviews-section .section-subtitle {
    color: #5f6b7a;
}

.product-review-card {
    background: #fff;
    border: 1px solid #e6ebf0;
    border-radius: 18px;
    padding: 1.75rem 1.85rem;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
    position: relative;
    min-height: 180px;
}

.product-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.review-name {
    font-weight: 700;
    color: #1a1a1a;
}

.review-rating {
    color: #f4b400;
    font-size: 1.05rem;
    letter-spacing: 1px;
}

.review-text {
    margin: 0;
    color: #4d555c;
    line-height: 1.7;
}

.product-review-card::after {
    content: '';
    position: absolute;
    right: 1.2rem;
    bottom: 1.1rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #111827;
    box-shadow: inset 0 0 0 6px #ffffff;
    opacity: 0.9;
}

.product-faq-section {
    padding: 5rem 0 5.5rem;
    background: #ffffff;
}

.product-faq-title {
    text-align: center;
    font-size: clamp(1.9rem, 3.8vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 2.5rem;
    color: #1a1a1a;
}

.product-faq-accordion {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 1.2rem;
}

.product-faq-item {
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.product-faq-item.is-open {
    border-color: #1a1a1a;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.product-faq-question {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
}

.product-faq-question span {
    flex: 1;
}

.product-faq-icon {
    transition: transform 0.3s ease;
}

.product-faq-item.is-open .product-faq-icon {
    transform: rotate(180deg);
}

.product-faq-answer {
    padding: 0 1.5rem 1.4rem;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.75;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.product-faq-item.is-open .product-faq-answer {
    opacity: 1;
}

.product-faq-cta {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}

.product-faq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    background: #fff;
}

.product-faq-button.secondary {
    background: #1a1a1a;
    color: #fff;
}

/* ============================================
   ENHANCED PRODUCT DETAIL PAGE STYLES
   ============================================ */

/* Enhanced Product Hero Section */
.product-hero-section-enhanced {
    padding: 4rem 0 6rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.product-hero-grid-enhanced {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.product-image-column-enhanced {
    position: relative;
}

.product-image-wrapper-enhanced {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.product-main-image-enhanced {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.product-image-wrapper-enhanced:hover .product-main-image-enhanced {
    transform: scale(1.02);
}

.product-image-badge-enhanced {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(0, 165, 81, 0.95);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.3);
    z-index: 2;
}

.product-image-placeholder-enhanced {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #00a551 0%, #1a4d3a 50%, #00a551 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 16px;
    min-height: 500px;
}

.product-info-column-enhanced {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-subtitle-enhanced {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5c636a;
    margin: -1rem 0 0;
}

.product-category-badge-enhanced {
    display: inline-block;
    background: rgba(0, 165, 81, 0.1);
    color: #00a551;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: fit-content;
    border: 1px solid rgba(0, 165, 81, 0.2);
}

.product-title-large-enhanced {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -1px;
}

.product-price-section-enhanced {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.product-price-section-enhanced .price-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-price-section-enhanced .price-value {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #00a551;
}

/* Product Quick Specs */
.product-trust-section {
    padding: 3.5rem 0 4.5rem;
    background: #faf7f2;
    border-top: 1px solid #e7e1d7;
    border-bottom: 1px solid #e7e1d7;
}

.product-trust-title {
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 2rem;
    color: #1a1a1a;
}

.product-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.75rem;
    align-items: start;
}

.product-trust-card {
    text-align: center;
    padding: 1.25rem 1rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ece6dd;
}

.product-trust-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 165, 81, 0.08);
    color: #00a551;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.product-trust-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
}

.product-about-section {
    padding: 4.5rem 0 5.5rem;
    background: #fff;
}

.product-about-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 2rem;
}

.product-about-overview {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 2rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 2.5rem;
}

.product-about-overview h3 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.product-about-overview p {
    margin: 0 0 1rem;
    color: #4d555c;
    line-height: 1.8;
    font-size: 1rem;
}

.product-about-overview p:last-child {
    margin-bottom: 0;
}

.product-about-overview--full {
    margin-top: 1.5rem;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    background: #f7f5f0;
    border-color: #e4ded4;
}

.product-about-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.product-about-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.product-about-icon {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: rgba(31, 111, 78, 0.1);
    color: #1f6f4e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.product-about-icon--achievement {
    background: rgba(31, 111, 78, 0.1);
    color: #1f6f4e;
}

.product-about-icon--factory {
    background: rgba(0, 165, 81, 0.12);
    color: #00a551;
}

.product-about-icon--roof {
    background: rgba(181, 137, 59, 0.14);
    color: #9a6f1f;
}

.product-about-icon--leaf {
    background: rgba(0, 165, 81, 0.12);
    color: #00a551;
}

.product-about-icon--star {
    background: rgba(0, 85, 255, 0.1);
    color: #2f66ff;
}

.product-about-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.product-about-card p {
    margin: 0;
    color: #4d555c;
    line-height: 1.7;
    font-size: 0.98rem;
}

.product-application-section {
    padding: 4.5rem 0 5rem;
    background: #fff;
    border-left: none;
    border-radius: 0;
}

.product-application-title {
    text-align: center;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 700;
    margin: 0 0 2.5rem;
    color: #1a1a1a;
}

.product-application-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .product-application-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.product-application-card {
    text-align: center;
}

.product-application-image {
    width: 100%;
    aspect-ratio: 3 / 3.5;
    border-radius: 16px;
    background: linear-gradient(180deg, #dff3ff 0%, #f6fbff 55%, #e9f7e9 100%);
    border: 1px solid #e6edf5;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.product-application-image--natural {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 3.5;
    object-fit: cover;
    display: block;
}

.product-application-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
}

.product-application-card p {
    margin: 0.6rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a636b;
}

.product-application-cta {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    border: 1px solid #1a1a1a;
    border-radius: 999px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.product-application-cta span {
    font-size: 1rem;
    color: #1a1a1a;
}

.product-application-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.product-marble-section {
    padding: 2rem 0 2.5rem;
    background: #fff;
}

.product-marble-section .container-modern {
    background: #f6f3ed;
    border: 1px solid #e2dbd0;
    border-radius: 20px;
    padding: 2.5rem 2.5rem 2.75rem;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.product-marble-title {
    text-align: left;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.product-marble-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.product-marble-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    align-items: start;
}

.product-marble-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    background: linear-gradient(135deg, #4f8b88, #a0c6bf 45%, #e7d5b2);
    border: 1px solid #e1e1e1;
}

.product-marble-text {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    color: #2b2b2b;
    line-height: 1.7;
    font-size: 1rem;
    display: block;
}

.product-marble-text--full {
    max-width: 100%;
}

.product-marble-readmore {
    display: grid;
    gap: 0;
}

.product-marble-readmore .product-marble-text--full {
    display: none;
}

.product-marble-readmore.is-open .product-marble-text--full {
    display: block;
}

.product-marble-readmore.is-open .product-marble-text--excerpt {
    display: none;
}

.product-marble-toggle {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid #d8d0c3;
    border-radius: 8px;
    padding: 0;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.product-marble-toggle:hover {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}

.product-marble-toggle-icon {
    transition: transform 0.25s ease;
}

.product-marble-readmore.is-open .product-marble-toggle-icon {
    transform: rotate(180deg);
}

.product-marble-section .product-marble-text {
    margin-top: 0;
}

.product-marble-text p {
    margin: 0 0 1rem;
}

.product-marble-text p:last-child {
    margin-bottom: 0;
}

.product-marble-accordion {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

.product-marble-accordion-item {
    border: 1px solid #e6ebf2;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.product-marble-accordion-item.is-open {
    border-color: #1a1a1a;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.product-marble-accordion-question {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    padding: 1.1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
}

.product-marble-accordion-question span {
    flex: 1;
}

.product-marble-accordion-icon {
    transition: transform 0.3s ease;
}

.product-marble-accordion-item.is-open .product-marble-accordion-icon {
    transform: rotate(180deg);
}

.product-marble-accordion-answer {
    padding: 0 1.5rem 1.4rem;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.75;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.product-marble-accordion-item.is-open .product-marble-accordion-answer {
    opacity: 1;
}

.product-usp-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.product-usp-list li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 0.98rem;
    color: #2d3338;
    line-height: 1.6;
}

.product-usp-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: rgba(0, 165, 81, 0.12);
    color: #00a551;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
}

.product-cta-card {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 18px;
    background: #f7f5f0;
    border: 1px solid #e4ded4;
    align-items: flex-start;
}

.product-cta-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #00a551;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.product-cta-body h3 {
    font-size: 1.05rem;
    margin: 0 0 0.35rem;
    color: #1a1a1a;
}

.product-cta-body p {
    margin: 0 0 0.85rem;
    color: #5b636a;
    font-size: 0.95rem;
}

.product-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: #0f1b2b;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 27, 43, 0.2);
}

.product-thumb-row {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.product-thumb-image {
    width: 78px;
    height: 78px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #d9dde2;
    padding: 4px;
    background: #fff;
}

/* Enhanced Product Actions */
.product-actions-section-enhanced {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary-product-enhanced {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #00a551;
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #00a551;
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.3);
}

.btn-primary-product-enhanced:hover {
    background: #008a43;
    border-color: #008a43;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 165, 81, 0.4);
}

.btn-primary-product-enhanced svg {
    transition: transform 0.3s ease;
}

.btn-primary-product-enhanced:hover svg {
    transform: translateX(4px);
}

.btn-secondary-product-enhanced {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: transparent;
    color: #1a1a1a;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #1a1a1a;
}

.btn-secondary-product-enhanced:hover {
    background: #1a1a1a;
    color: white;
    transform: translateY(-2px);
}

.btn-secondary-product-enhanced svg {
    transition: transform 0.3s ease;
}

.btn-secondary-product-enhanced:hover svg {
    transform: translateX(-4px);
}

/* ============================================
   PRODUCT TABS SECTION
   ============================================ */
.product-tabs-section {
    padding: 0rem 0;
    background: #fff;
}

.product-tabs-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Tabs Navigation */
.product-tabs-nav {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.product-tab-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #666;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: -2px;
}

.product-tab-btn:hover {
    color: #00a551;
    background: rgba(0, 165, 81, 0.05);
}

.product-tab-btn.active {
    color: #00a551;
    border-bottom-color: #00a551;
    background: rgba(0, 165, 81, 0.05);
}

.product-tab-btn svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.product-tab-btn.active svg {
    transform: scale(1.1);
}

/* Tabs Content */
.product-tabs-content {
    position: relative;
}

.product-tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.product-tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-panel-content {
    padding: 2rem 0;
}

/* Description Tab */
.product-description-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.product-description-content p {
    margin-bottom: 1.5rem;
}

.product-description-content h2,
.product-description-content h3,
.product-description-content h4 {
    color: #1a1a1a;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.product-description-content ul,
.product-description-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.product-description-content li {
    margin-bottom: 0.75rem;
}

.product-description-empty {
    text-align: center;
    padding: 3rem 0;
    color: #999;
}

/* Specifications Tab */
.product-specifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.spec-item-detailed {
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.spec-item-detailed:hover {
    background: #fff;
    border-color: #00a551;
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.1);
    transform: translateY(-2px);
}

.spec-item-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.spec-item-header svg {
    flex-shrink: 0;
    color: #00a551;
}

.spec-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.spec-item-value {
    font-size: 1.1rem;
    color: #555;
    margin: 0;
    font-weight: 500;
}

.product-specifications-empty {
    text-align: center;
    padding: 3rem 0;
    color: #999;
    font-size: 1rem;
}

/* Applications Tab */
.product-applications-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.applications-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(0, 165, 81, 0.1);
    border-radius: 50%;
    color: #00a551;
    margin-bottom: 2rem;
}

.applications-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.5rem 0;
}

.applications-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    text-align: left;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #00a551;
}

/* Additional Info Tab */
.product-additional-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.additional-info-item {
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.additional-info-item:hover {
    background: #fff;
    border-color: #00a551;
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.1);
    transform: translateY(-2px);
}

.info-item-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.info-item-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Product CTA Section */
.product-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
    color: white;
}

.product-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.product-cta-content .cta-title-large {
    color: white;
    margin-bottom: 1rem;
}

.product-cta-content .cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.product-cta-content .cta-buttons-large {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Mobile Responsive - Enhanced Product Page */
@media (max-width: 768px) {
    .product-hero-section-enhanced {
        padding: 2rem 0 4rem;
    }
    
    .product-hero-grid-enhanced {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .product-image-wrapper-enhanced {
        border-radius: 12px;
    }
    
    .product-image-badge-enhanced {
        top: 1rem;
        right: 1rem;
        padding: 0.5rem 1rem;
        font-size: 0.7rem;
    }
    
    .product-image-placeholder-enhanced {
        min-height: 300px;
    }
    
    .product-info-column-enhanced {
        gap: 1.5rem;
    }
    
    .product-title-large-enhanced {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    
    .product-price-section-enhanced {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem 0;
    }
    
    .product-price-section-enhanced .price-value {
        font-size: 1.5rem;
    }
    
    .product-quick-specs {
        gap: 0.75rem;
    }
    
    .quick-spec-item {
        padding: 0.875rem;
    }
    
    .quick-spec-icon {
        width: 35px;
        height: 35px;
    }
    
    .product-actions-section-enhanced {
        flex-direction: column;
    }
    
    .btn-primary-product-enhanced,
    .btn-secondary-product-enhanced {
        width: 100%;
        min-width: unset;
        padding: 1rem 2rem;
    }
    
    /* Product Tabs Mobile */
    .product-tabs-section {
        padding: 4rem 0;
    }
    
    .product-tabs-nav {
        flex-direction: column;
        gap: 0;
        border-bottom: 2px solid #e9ecef;
    }
    
    .product-tab-btn {
        width: 100%;
        justify-content: flex-start;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #e9ecef;
        border-left: 3px solid transparent;
        margin-bottom: 0;
    }
    
    .product-tab-btn.active {
        border-left-color: #00a551;
        border-bottom-color: #e9ecef;
    }
    
    .tab-panel-content {
        padding: 1.5rem 0;
    }
    
    .product-specifications-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .spec-item-detailed {
        padding: 1.5rem;
    }
    
    .product-additional-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .additional-info-item {
        padding: 1.5rem;
    }
    
    .applications-text {
        padding: 1.5rem;
        font-size: 1rem;
    }
    
    .product-description-content {
        font-size: 1rem;
    }

    .product-application-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 1.25rem;
        border-radius: 20px;
    }

    .product-application-cta span {
        display: block;
        width: 100%;
    }

    .product-application-button {
        width: 100%;
        justify-content: center;
    }
    
    .product-cta-section {
        padding: 4rem 0;
    }
    
    .product-cta-content .cta-buttons-large {
        flex-direction: column;
    }
    
    .product-cta-content .btn-primary-large,
    .product-cta-content .btn-secondary-large {
        width: 100%;
    }
    
    /* Legacy product page styles for backward compatibility */
    .product-hero-section {
        padding: 2rem 0 4rem;
    }
    
    .product-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .product-image-wrapper {
        border-radius: 8px;
    }
    
    .product-image-badge {
        top: 1rem;
        right: 1rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.65rem;
    }
    
    .product-image-placeholder {
        min-height: 300px;
    }
    
    .placeholder-icon {
        font-size: 3rem;
    }
    
    .product-info-column {
        gap: 1.5rem;
    }
    
    .product-title-large {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    
    .product-price-section {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem 0;
    }
    
    .price-value {
        font-size: 1.5rem;
    }
    
    .product-meta-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .product-meta-item {
        padding: 1rem;
    }
    
    .meta-icon {
        width: 35px;
        height: 35px;
    }
    
    .product-application-section {
        padding: 1.25rem;
    }
    
    .product-actions-section {
        flex-direction: column;
    }
    
    .btn-primary-product,
    .btn-secondary-product {
        width: 100%;
        min-width: unset;
        padding: 1rem 2rem;
    }
    
    .product-description-section {
        padding: 4rem 0;
    }
    
    .description-content {
        font-size: 1rem;
    }
    
    .related-products-section {
        padding: 4rem 0;
    }
    
    .related-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .related-product-content {
        padding: 1.25rem;
    }
    
    .product-cta-section {
        padding: 4rem 0;
    }
    
    .product-cta-content .cta-buttons-large {
        flex-direction: column;
    }
    
    .product-cta-content .btn-primary-large,
    .product-cta-content .btn-secondary-large {
        width: 100%;
    }
}

/* ============================================
   PRODUCT LIST PAGE STYLES
   ============================================ */

/* Products Hero Section */
.products-hero-section {
    min-height: 50vh;
    padding: 4rem 0 6rem;
}

/* Products List Section */
.products-list-section {
    padding: 6rem 0;
    background: #fff;
}

.products-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

/* Product Card Premium */
.product-card-premium {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.product-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-image-wrapper-premium {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f0f0f0;
}

.product-image-premium {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card-premium:hover .product-image-premium {
    transform: scale(1.1);
}

.product-image-placeholder-premium {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00a551 0%, #1a4d3a 50%, #00a551 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-placeholder-premium .placeholder-icon {
    font-size: 4rem;
    color: white;
    opacity: 0.8;
}

.product-overlay-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 165, 81, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-premium:hover .product-overlay-premium {
    opacity: 1;
}

.view-product-btn-premium {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 1rem 2rem;
    border: 2px solid white;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.view-product-btn-premium:hover {
    background: white;
    color: #00a551;
}

.product-price-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 165, 81, 0.95);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.3);
    z-index: 2;
}

.product-card-content-premium {
    padding: 1.75rem;
}

.product-category-badge-small {
    display: inline-block;
    background: rgba(0, 165, 81, 0.1);
    color: #00a551;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0, 165, 81, 0.2);
}

.product-title-premium {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.product-card-premium:hover .product-title-premium {
    color: #00a551;
}

.product-meta-premium {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.product-meta-premium svg {
    flex-shrink: 0;
    color: #00a551;
}

.product-meta-premium-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.75rem;
}

/* ============================================
   PREMIUM CATEGORY HERO BANNER SECTION
   ============================================ */
.category-hero-banner-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 0;
}

.category-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.category-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-hero-gradient {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 50%, #00a551 100%);
}

.category-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.85) 0%,
        rgba(44, 62, 80, 0.75) 50%,
        rgba(0, 165, 81, 0.6) 100%
    );
    z-index: 1;
}

.category-hero-banner-section .hero-decorative-circle {
    z-index: 1;
}

.category-hero-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.category-hero-badge-large {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
}

.badge-icon {
    font-size: 1.2rem;
    color: #00a551;
}

.badge-text {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.category-hero-banner-title {
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.category-hero-banner-description {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    line-height: 1.7;
    margin: 0 0 2.5rem 0;
    opacity: 0.95;
    font-weight: 300;
}

.category-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.category-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.stat-number {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #00a551;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    font-weight: 500;
}

.stat-icon {
    font-size: 1.5rem;
    color: #00a551;
}

.category-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

/* ============================================
   ENHANCED CATEGORY PRODUCTS SECTION
   ============================================ */
.category-products-list-section {
    padding: 4rem 0 6rem;
    background: #f8f9fa;
}

.category-products-header {
    margin-bottom: 4rem;
}

.category-products-header-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.category-products-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    letter-spacing: -1px;
}

.title-accent {
    color: #00a551;
    margin-right: 0.5rem;
}

.category-products-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Enhanced Product Grid */
.category-products-grid-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Simple Product Card */
.category-product-card-simple {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.category-product-card-simple:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-product-image-container {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f5f5f5;
}

.category-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-product-card-simple:hover .category-product-image {
    transform: scale(1.05);
}

.category-product-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00a551 0%, #1a4d3a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-star {
    font-size: 3rem;
    color: white;
    opacity: 0.7;
}

.category-product-price-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 165, 81, 0.95);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.category-product-card-body {
    padding: 1.5rem;
}

.category-product-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.category-product-card-simple:hover .category-product-name {
    color: #00a551;
}

.category-product-meta-simple {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-meta-tag {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: #f8f9fa;
    color: #666;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.category-product-card-simple:hover .product-meta-tag {
    background: rgba(0, 165, 81, 0.1);
    color: #00a551;
    border-color: rgba(0, 165, 81, 0.2);
}

/* Category Products Pagination */
.category-products-pagination {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

/* Category No Products */
.category-no-products {
    padding: 6rem 0;
    text-align: center;
}

.category-no-products-content {
    max-width: 600px;
    margin: 0 auto;
}

.no-products-icon-wrapper {
    margin-bottom: 2rem;
}

.no-products-star {
    font-size: 5rem;
    color: #00a551;
    opacity: 0.6;
    display: inline-block;
}

.no-products-heading {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.no-products-message {
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

.no-products-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Category CTA Section */
.category-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
    color: white;
}

.category-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.category-cta-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: white;
    margin: 0 0 1rem 0;
    letter-spacing: -1px;
}

.category-cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

.category-cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Products Pagination */
.products-pagination {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.pagination-premium {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-premium .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 1rem;
    background: white;
    color: #1a1a1a;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.pagination-premium .page-numbers:hover {
    background: #00a551;
    color: white;
    border-color: #00a551;
    transform: translateY(-2px);
}

.pagination-premium .page-numbers.current {
    background: #00a551;
    color: white;
    border-color: #00a551;
}

.pagination-premium .page-numbers.prev,
.pagination-premium .page-numbers.next {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-premium .page-numbers svg {
    flex-shrink: 0;
}

/* No Products Message */
.no-products-message {
    padding: 6rem 0;
    text-align: center;
}

.no-products-content {
    max-width: 600px;
    margin: 0 auto;
}

.no-products-icon {
    font-size: 5rem;
    color: #00a551;
    display: block;
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.no-products-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.no-products-text {
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

.no-products-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Products CTA Section */
.products-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
    color: white;
}

.products-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.products-cta-content .cta-title-large {
    color: white;
    margin-bottom: 1rem;
}

.products-cta-content .cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

/* Category Products Section */
.category-products-section {
    background: #f8f9fa;
}

/* Mobile Responsive - Product List Pages */
@media (max-width: 768px) {
    .products-hero-section {
        min-height: 35vh;
        padding: 2.5rem 0 4rem;
    }
    
    .products-list-section {
        padding: 4rem 0;
    }
    
    .products-grid-premium {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .product-card-content-premium {
        padding: 1.5rem;
    }
    
    .product-title-premium {
        font-size: 1.1rem;
    }
    
    .product-meta-premium-group {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    /* Premium Category Hero Banner Mobile */
    .category-hero-banner-section {
        min-height: 60vh;
        padding: 4rem 0;
    }
    
    .category-hero-banner-content {
        padding: 0 1rem;
    }
    
    .category-hero-badge-large {
        padding: 0.6rem 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .badge-text {
        font-size: 0.65rem;
    }
    
    .category-hero-banner-title {
        font-size: clamp(2.5rem, 8vw, 4rem);
        margin-bottom: 1rem;
    }
    
    .category-hero-banner-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .category-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .category-stat-divider {
        width: 60px;
        height: 1px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    /* Enhanced Category Products Mobile */
    .category-products-list-section {
        padding: 4rem 0;
    }
    
    .category-products-header {
        margin-bottom: 3rem;
    }
    
    .category-products-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }
    
    .category-products-subtitle {
        font-size: 1rem;
    }
    
    .category-products-grid-enhanced {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .category-product-card-body {
        padding: 1.25rem;
    }
    
    .category-product-name {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    
    .category-product-meta-simple {
        gap: 0.4rem;
    }
    
    .product-meta-tag {
        font-size: 0.8rem;
        padding: 0.3rem 0.65rem;
    }
    
    .category-product-price-tag {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.4rem 0.85rem;
        font-size: 0.8rem;
    }
    
    .category-products-pagination {
        margin-top: 3rem;
    }
    
    .category-no-products {
        padding: 4rem 0;
    }
    
    .no-products-star {
        font-size: 4rem;
    }
    
    .no-products-heading {
        font-size: clamp(1.6rem, 4vw, 2rem);
    }
    
    .no-products-actions {
        flex-direction: column;
    }
    
    .no-products-actions .btn-primary-large,
    .no-products-actions .btn-secondary-large {
        width: 100%;
    }
    
    .category-cta-section {
        padding: 4rem 0;
    }
    
    .category-cta-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }
    
    .category-cta-buttons {
        flex-direction: column;
    }
    
    .category-cta-buttons .btn-primary-large,
    .category-cta-buttons .btn-secondary-large {
        width: 100%;
    }
    
    .products-pagination {
        margin-top: 3rem;
    }
    
    .pagination-premium {
        flex-wrap: wrap;
    }
    
    .pagination-premium .page-numbers {
        min-width: 40px;
        height: 40px;
        padding: 0 0.75rem;
        font-size: 0.85rem;
    }
    
    .no-products-message {
        padding: 4rem 0;
    }
    
    .no-products-icon {
        font-size: 4rem;
    }
    
    .no-products-actions {
        flex-direction: column;
    }
    
    .no-products-actions .btn-primary-large,
    .no-products-actions .btn-secondary-large {
        width: 100%;
    }
    
    .products-cta-section {
        padding: 4rem 0;
    }
    
    .products-cta-content .cta-buttons-large {
        flex-direction: column;
    }
    
    .products-cta-content .btn-primary-large,
    .products-cta-content .btn-secondary-large {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .products-grid-premium {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .product-price-badge {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .category-hero-image {
        border-radius: 8px;
    }
}


/* ============================================
   HOME REDESIGN - EDITORIAL LAYOUT
   ============================================ */

.home-modern {
    background: #f7f5f2;
    padding-left: 0;
    padding-right: 0;
}

.home-hero {
    position: relative;
    min-height: 100vh;
    color: #f6f2ea;
    overflow: hidden;
}

.home-hero-video {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #0f0f0f;
    overflow: hidden;
}

.home-hero-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
    z-index: 2;
}

.home-hero-video-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-hero-video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    filter: saturate(1.1) contrast(1.05);
}

@media (min-aspect-ratio: 16 / 9) {
    .home-hero-video-frame {
        width: 100vw;
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .home-hero-video-frame {
        width: 177.78vh;
        height: 100vh;
    }
}

.home-hero-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.home-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    display: flex;
    align-items: center;
    z-index: 1;
}

.home-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.home-hero-slide .home-hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(0.9);
    transition: transform 8s ease-out;
}

.home-hero-slide.is-active .home-hero-media {
    transform: scale(1.05);
}

.home-hero-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15), transparent 55%);
    pointer-events: none;
    z-index: 1;
}

.home-hero-slide .container-modern {
    position: relative;
    z-index: 2;
    width: 100%;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.home-hero-eyebrow {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    color: #ffffff;
    opacity: 0.9;
}

.home-hero-title {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

.home-hero-subtext {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 0;
    color: #ffffff;
}

.home-hero-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 10;
    pointer-events: none;
}

.hero-prev,
.hero-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
}

.hero-prev:hover,
.hero-next:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.hero-prev:active,
.hero-next:active {
    transform: scale(0.95);
}

.hero-prev svg,
.hero-next svg {
    width: 20px;
    height: 20px;
}

.home-hero-dots {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    z-index: 10;
}

.home-hero-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

.home-hero-dots .dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

.home-hero-dots .dot.is-active {
    background: #00a551;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px rgba(0, 165, 81, 0.6);
    transform: scale(1.3);
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 9rem 0 4rem;
    text-align: left;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: #ffffff;
}

.home-section-title {
    font-family: Nexa, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
    color: #f7f2ea;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-section-title-center {
    text-align: center;
    color: #1b1b1b;
}

.home-about {
    position: relative;
    background-color: #020403;
    background-image: url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 1.5rem 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.home-about::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
    pointer-events: none;
    z-index: 1;
}

.home-about-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(460px, 1.15fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    padding: 1.25rem 2rem 5rem;
    max-width: 1360px;
    margin: 0 auto;
}

.home-about-title {
    font-family: Nexa, sans-serif;
    position: relative;
    z-index: 2;
    width: min(640px, calc(100% - 2rem));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: clamp(1.6rem, 2.4vw, 2.5rem);
    font-weight: 400;
    color: #00a551;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 0 auto 1rem;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

.home-about-title::before,
.home-about-title::after {
    content: '';
    display: block;
    width: clamp(58px, 8vw, 120px);
    height: 3px;
    background: #00a551;
    flex: 1 1 58px;
    max-width: 120px;
}

.home-about-text {
    position: relative;
    z-index: 2;
    padding-left: clamp(0rem, 2vw, 1.5rem);
}

.home-about-text p {
    font-size: 22px;
    
    color: #ffffff;
   
    font: "Nexa", Sans-serif;
    font-weight: 200;
    
}

.home-about-images {
    position: relative;
    z-index: 2;
    min-height: 620px;
}

.home-about-image {
    position: absolute;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    display: block;
    object-fit: cover;
    object-position: center;
}

.home-about-image.is-primary {
    top: 0;
    left: 0;
    z-index: 2;
    width: 78%;
    height: 250px;
    object-position: center 45%;
}

.home-about-image.is-secondary {
    top: 0px;
    right: 0;
    z-index: 4;
    width: 82%;
    height: 285px;
    object-position: center 55%;
}

.home-about-image.is-tertiary {
    left: 2%;
    bottom: 0;
    z-index: 3;
    width: 78%;
    height: 250px;
    object-position: center 60%;
}

.home-product-categories {
    position: relative;
    background: #f4f4ff;
    overflow: hidden;
}

.home-product-categories::before,
.home-product-categories::after {
    content: '';
    position: absolute;
    inset: 7rem 0 0;
    background-image:
        linear-gradient(30deg, rgba(0, 165, 81, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(0, 165, 81, 0.08) 87.5%, rgba(0, 165, 81, 0.08)),
        linear-gradient(150deg, rgba(0, 165, 81, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(0, 165, 81, 0.08) 87.5%, rgba(0, 165, 81, 0.08));
    background-size: 92px 160px;
    background-position: 2rem 1.5rem, 2rem 1.5rem;
    opacity: 0.38;
    pointer-events: none;
}

.home-product-categories::after {
    transform: translateX(48%);
}

.home-product-categories-header {
    position: relative;
    z-index: 2;
    background: #009846;
    padding: 1.4rem 1rem 1.55rem;
    display: flex;
    justify-content: center;
}

.home-product-categories-title {
    font-family: Nexa, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    color: #ffffff;
    font-size: clamp(1.7rem, 3.2vw, 3rem);
    font-weight: 300;
    letter-spacing: 12px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-product-categories-title::before,
.home-product-categories-title::after {
    content: '';
    display: block;
    width: clamp(75px, 9vw, 150px);
    height: 3px;
    background: rgba(255, 255, 255, 0.85);
    flex: 0 1 auto;
}

.home-product-categories-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3.5rem, 6vw, 5.5rem) clamp(3rem, 7vw, 8rem);
    max-width: 1860px;
    margin: 0 auto;
    padding: 5rem clamp(1.25rem, 3vw, 3rem) 5.5rem;
}

.home-product-category {
    min-width: 0;
}

.home-product-category-link {
    display: grid;
    gap: 1.55rem;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.home-product-category-image-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: transparent;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.home-product-category-image {
    width: 540px;
    height: 307px;
    display: block;
    object-fit: cover;
}

.home-product-category-name {
    font-family: Nexa, sans-serif;
    color: #009846;
    display: block;
    font-size: clamp(2.1rem, 3.4vw, 3.8rem);
    font-weight: 300;
    letter-spacing: 9px;
    line-height: 1;
    text-transform: uppercase;
}

.home-product-category-link:hover .home-product-category-image-wrap {
    transform: translateY(-8px);
}

.home-categories {
    position: relative;
    padding: 0 0 6rem;
    background: #0a0a0a;
    color: #ffffff;
    overflow: hidden;
}

/* Dark Marble Background with Veining */
.home-categories::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, #0a0a0a 0%, #1a1815 50%, #0a0a0a 100%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(139, 115, 85, 0.03) 2px,
            rgba(139, 115, 85, 0.03) 4px
        ),
        radial-gradient(ellipse at 20% 30%, rgba(184, 134, 11, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(184, 134, 11, 0.12) 0%, transparent 50%);
    background-size: 100% 100%, 40px 40px, 100% 100%, 100% 100%;
    z-index: 0;
}

.home-categories::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(90deg, transparent 0%, rgba(184, 134, 11, 0.05) 25%, transparent 50%, rgba(184, 134, 11, 0.05) 75%, transparent 100%),
        linear-gradient(0deg, transparent 0%, rgba(139, 115, 85, 0.08) 30%, transparent 60%, rgba(139, 115, 85, 0.08) 80%, transparent 100%);
    background-size: 200% 100%, 100% 200%;
    animation: marble-vein 20s ease-in-out infinite;
    opacity: 0.6;
    z-index: 0;
}

/* Green Gradient Banner */
.categories-header-banner {
    position: relative;
    width: 100%;
    padding: 4rem 0;
    background: linear-gradient(90deg, rgba(12, 79, 47, 0.95) 0%, rgba(0, 165, 81, 0.95) 50%, rgba(12, 79, 47, 0.95) 100%);
    border-radius: 0 0 50% 50% / 0 0 30px 30px;
    margin-bottom: 4rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-banner-title {
    font-family: Nexa, sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
}

.home-category-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.home-category-card {
    background: rgba(30, 30, 30, 0.65);
    border-radius: 32px;
    padding: 2.25rem 2.25rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    min-height: 360px;
}

.home-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.home-category-link {
    color: inherit;
    text-decoration: none;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

.home-category-image-wrapper {
    
}

.home-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.home-category-card:hover .home-category-image {
    transform: scale(1.05);
}

.home-category-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1.75rem 0 0;
    background: transparent;
}

.home-category-title {
    font-family: Nexa, sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    line-height: 1.2;
}

.home-category-arrow {
    width: 26px;
    height: 26px;
    color: #ffffff;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.home-category-card:hover .home-category-arrow {
    transform: translate(3px, -3px);
}

.home-video {
    background: #0f0f0f;
    padding: 5rem 0 6rem;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.home-video .container-modern {
    max-width: 1000px;
}

.home-video::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1100px, 92vw);
    height: 100%;
    transform: translateX(-50%);
   
    pointer-events: none;
}

.home-video-media {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.home-video-media::before,
.home-video-media::after {
    content: '';
    position: absolute;
    left: -120px;
    right: -120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.home-video-media::before {
    top: 0;
}

.home-video-media::after {
    bottom: 0;
}

.home-video-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.home-video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.home-video-play::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 19px;
    width: 0;
    height: 0;
    border-left: 16px solid #0f0f0f;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.home-featured {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f4f4ff;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.site-main.block-editor-page,
.site-main.block-editor-page article,
.site-main.block-editor-page .entry-content {
    max-width: none;
    overflow: visible;
}

.site-main.block-editor-page .entry-content > .home-featured,
.site-main.block-editor-page .home-featured {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.home-featured-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

.home-featured-block {
    display: grid;
    gap: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.home-featured-title {
    font-family: Nexa, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    background: #009846;
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    width: 100%;
}

.home-featured-logos {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(4rem, 10vw, 12rem);
    align-items: center;
    justify-content: center;
    min-height: 215px;
    overflow: visible;
    padding: 3.75rem clamp(2rem, 6vw, 7rem);
    background: #f4f4ff;
    width: 100%;
}

.home-featured-logos img {
    width: auto;
    max-width: 360px;
    max-height: 125px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    flex: 0 0 auto;
}

.home-featured-members .home-featured-logos {
    min-height: 210px;
}

.home-featured-members .home-featured-logos img {
    max-width: 420px;
    max-height: 150px;
}

.home-dark-marble-group {
    position: relative;
    background: transparent !important;
    isolation: isolate;
    overflow: visible !important;
    margin-top: -3.5rem;
    padding-top: 7rem;
}

.home-dark-marble-group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 150vw;
    height: 100%;
    min-height: 100%;
    transform: translateX(-50%);
    background:
        linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.25)),
        url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp') center top / cover repeat-y;
    border-radius: 50% 50% 0 0 / 7% 7% 0 0;
    z-index: 0;
    pointer-events: none;
}

.home-dark-marble-group > section {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.home-nav-showcase {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: transparent;
    overflow: visible;
}

.home-nav-showcase-background {
    display: none;
}

.home-nav-showcase-background::before {
    display: none;
}

.home-nav-showcase-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 1.45vw, 1.75rem);
    min-height: 470px;
    padding: clamp(8rem, 10vw, 10rem) clamp(1rem, 4vw, 3rem) 3.5rem;
}

.home-nav-showcase-card {
    position: relative;
    width: clamp(240px, 14.2vw, 292px);
    aspect-ratio: 1.6 / 1;
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #ffffff;
    text-decoration: none;
    background: #111111;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-nav-showcase-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.home-nav-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.45);
}

.home-nav-showcase-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-nav-showcase-card:hover img {
    transform: scale(1.06);
}

.home-nav-showcase-label {
    position: relative;
    z-index: 2;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.25rem, 1.7vw, 1.9rem);
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #ffffff;
}

.site-main.block-editor-page .entry-content > .home-nav-showcase,
.site-main.block-editor-page .home-nav-showcase {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.site-main.block-editor-page .entry-content > .home-dark-marble-group,
.site-main.block-editor-page .home-dark-marble-group {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.home-quicklinks {
    background: #0a0a0a;
    padding: 4rem 0 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.home-quicklinks::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, #0a0a0a 0%, #1a1815 50%, #0a0a0a 100%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(139, 115, 85, 0.03) 2px,
            rgba(139, 115, 85, 0.03) 4px
        ),
        radial-gradient(ellipse at 20% 30%, rgba(184, 134, 11, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(184, 134, 11, 0.12) 0%, transparent 50%);
    background-size: 100% 100%, 40px 40px, 100% 100%, 100% 100%;
    opacity: 1;
    pointer-events: none;
}

.home-quicklinks::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -160px;
    width: 190%;
    height: 260px;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 0 0 100% 100%;
    pointer-events: none;
    z-index: 0;
}

.home-quicklinks-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.home-quicklink {
    position: relative;
    width: min(220px, 45vw);
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    background: #1b1b1b;
    color: #ffffff;
    text-decoration: none;
    font-family: Nexa, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    display: grid;
    place-items: end center;
    padding: 1.1rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-quicklink::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}

.home-quicklink::after {
    content: '';
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-quicklink:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.home-quicklink span,
.home-quicklink {
    z-index: 1;
}

.home-quicklink:nth-child(1)::after {
    background-image: url('https://images.unsplash.com/photo-1452626038306-9aae5e071dd3?q=80&w=1200&auto=format&fit=crop');
}

.home-quicklink:nth-child(2)::after {
    background-image: url('https://images.unsplash.com/photo-1472214103451-9374bd1c798e?q=80&w=1200&auto=format&fit=crop');
}

.home-quicklink:nth-child(3)::after {
    background-image: url('https://images.unsplash.com/photo-1489515217757-5fd1be406fef?q=80&w=1200&auto=format&fit=crop');
}

.home-quicklink:nth-child(4)::after {
    background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=1200&auto=format&fit=crop');
}

.home-quicklink:nth-child(5)::after {
    background-image: url('https://images.unsplash.com/photo-1471879832106-c7ab9e0cee23?q=80&w=1200&auto=format&fit=crop');
}

.home-industrial {
    position: relative;
    padding: 0;
    background: transparent;
    color: #ffffff;
    overflow: visible;
    min-height: 0;
}
.home-industrial::before {
    display: none;
}



/* Dark Marble Background with Golden-Brown Veining */
.home-industrial-background {
    display: none;
}

.home-industrial-background::before {
    display: none;
}

@keyframes marble-vein {
    0%, 100% { background-position: 0% 0%, 0% 0%; }
    50% { background-position: 100% 0%, 0% 100%; }
}

/* Navigation Cards Section */
.industrial-nav-cards {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    padding: 4rem 2rem 5rem;
    flex-wrap: wrap;
    margin-top: -2rem;
}

.industrial-nav-card {
    position: relative;
    width: 200px;
    height: 270px;
    background: rgba(20, 20, 20, 0.55);
    border-radius: 36px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.industrial-nav-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

.industrial-nav-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.8);
}

.industrial-nav-card-image {
    position: absolute;
    inset: 0;
    margin: 0;
    border: none;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
}

.industrial-nav-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industrial-nav-card-label {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    text-align: center;
    background: transparent;
    padding: 0 1rem 1.25rem;
    position: relative;
    z-index: 2;
    text-transform: none;
}

.home-industrial .container-modern {
    position: relative;
    z-index: 2;
    padding: 0 2rem 3.5rem;
}

.home-section-line-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: min(760px, 100%);
    margin: 0 auto 2.75rem;
    color: #00a551;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
    font-weight: 300;
    letter-spacing: 10px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.home-section-line-title::before,
.home-section-line-title::after {
    content: '';
    display: block;
    width: clamp(70px, 10vw, 140px);
    height: 2px;
    background: #00a551;
    flex: 1 1 90px;
}

.home-section-line-title span {
    flex: 0 1 auto;
}

.home-industrial-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 0;
}

.home-industrial-text {
    max-width: 100%;
}

.home-industrial-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    line-height: 1.1;
}

.home-industrial-text p {
    font-size: clamp(1.05rem, 1.35vw, 1.45rem);
    line-height: 1.75;
    color: #ffffff;
    margin-bottom: 1.1rem;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.home-industrial-images {
    position: relative;
    min-height: 360px;
    display: block;
}

.home-industrial-image {
    position: absolute;
    width: min(360px, 52%);
    height: 170px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    display: block;
    object-fit: cover;
}

.home-industrial-image.is-primary {
    top: 0;
    left: 3%;
    z-index: 2;
}

.home-industrial-image.is-secondary {
    top: 115px;
    right: 0;
    z-index: 3;
}

.home-industrial-image.is-tertiary {
    left: 13%;
    bottom: 0;
    width: min(410px, 58%);
    height: 185px;
    z-index: 2;
}

.clients-section {
    position: relative;
    background: transparent;
    color: #ffffff;
    padding: 0 0 6.25rem;
    overflow: visible;
}

.clients-section .container-modern {
    max-width: 1340px;
    padding: 0 clamp(2rem, 5vw, 4rem);
}

.clients-section .home-section-line-title {
    width: min(760px, 100%);
    margin-bottom: 2.45rem;
    font-size: clamp(1.75rem, 2.15vw, 2.3rem);
    letter-spacing: 10px;
}

.clients-carousel-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
}

.clients-carousel-wrapper::after {
    display: none;
}

.clients-carousel-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.15rem, 1.65vw, 1.55rem);
    width: min(100%, 1275px);
    margin: 0 auto;
    animation: none;
    align-items: stretch;
}

.client-logo-item {
    min-width: 0;
}

.client-logo-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 2vw, 2.2rem);
}

.client-logo {
    width: 88%;
    max-width: 205px;
    max-height: 128px;
    object-fit: contain;
    display: block;
}

@media (max-width: 980px) {
    .home-dark-marble-group::before {
        width: 190vw;
        border-radius: 50% 50% 0 0 / 7% 7% 0 0;
    }

    .home-section-line-title {
        letter-spacing: 7px;
        width: min(620px, 100%);
    }

    .home-about-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem 1.5rem 4rem;
    }

    .home-about-images {
        min-height: 650px;
    }

    .home-about-image.is-primary {
        left: 0;
        width: 78%;
        height: 260px;
    }

    .home-about-image.is-secondary {
        top: 235px;
        right: 0;
        width: 82%;
        height: 285px;
    }

    .home-about-image.is-tertiary {
        left: 2%;
        bottom: 0;
        width: 78%;
        height: 255px;
    }
    
    .home-about-title {
        font-size: clamp(1.7rem, 4vw, 2.4rem);
        margin-bottom: 1rem;
        width: min(620px, calc(100% - 2rem));
    }
    
    .home-about-text p {
        font-size: 1rem;
    }
    
    .home-product-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem 3rem;
        padding: 4rem 1.5rem 4.5rem;
    }

    .home-product-categories-title {
        gap: 1rem;
        letter-spacing: 7px;
    }

    .home-product-category-name {
        font-size: clamp(1.9rem, 4.5vw, 3rem);
        letter-spacing: 6px;
    }
    
    .categories-header-banner {
        padding: 3rem 0;
        margin-bottom: 3rem;
    }
    
    .categories-banner-title {
        font-size: clamp(1.75rem, 4vw, 2.5rem);
        letter-spacing: 2px;
    }
    
    .home-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1.5rem;
    }
    
    .home-category-image-wrapper {
        height: 180px;
    }
    
    .home-category-meta {
        padding: 1.25rem;
    }
    
    .home-category-title {
        font-size: 0.9rem;
    }
    
    .industrial-nav-cards {
        gap: 1rem;
        padding: 3rem 1rem 4rem;
        margin-top: -1.5rem;
    }
    
    .industrial-nav-card {
        width: 160px;
        height: 200px;
        border-radius: 24px 24px 10px 10px;
    }
    
    .industrial-nav-card::before {
        height: 28px;
        border-radius: 26px 26px 0 0;
    }
    
    .industrial-nav-card-image {
        height: 145px;
        border-radius: 24px 24px 0 0;
    }
    
    .industrial-nav-card-label {
        height: 55px;
        font-size: 0.9rem;
    }
    
    .home-industrial-inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-top: 0;
    }
    
    .home-industrial-images {
        order: -1;
        min-height: 420px;
    }
    
    .home-industrial-image {
        height: 180px;
    }

    .home-industrial-image.is-primary {
        left: 5%;
        width: 48%;
    }

    .home-industrial-image.is-secondary {
        top: 120px;
        right: 5%;
        width: 52%;
    }

    .home-industrial-image.is-tertiary {
        left: 18%;
        width: 56%;
        height: 190px;
    }
    
    .home-industrial-title {
        font-size: clamp(2rem, 4vw, 3.5rem);
        margin-bottom: 2rem;
    }
    
    .home-industrial-text p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .home-dark-marble-group::before {
        width: 230vw;
        border-radius: 50% 50% 0 0 / 5% 5% 0 0;
    }

    .home-section-line-title {
        gap: 0.75rem;
        font-size: clamp(1.25rem, 5vw, 1.9rem);
        letter-spacing: 4px;
        margin-bottom: 2rem;
    }

    .home-section-line-title::before,
    .home-section-line-title::after {
        width: 44px;
        flex-basis: 44px;
    }

    .industrial-nav-cards {
        gap: 0.75rem;
        padding: 2rem 0.5rem 3rem;
        margin-top: -1rem;
    }
    
    .industrial-nav-card {
        width: 140px;
        height: 180px;
        border-radius: 22px 22px 8px 8px;
    }
    
    .industrial-nav-card::before {
        height: 24px;
        border-radius: 24px 24px 0 0;
    }
    
    .industrial-nav-card-image {
        height: 125px;
        border-radius: 22px 22px 0 0;
    }
    
    .industrial-nav-card-label {
        height: 55px;
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
    
    .home-industrial .container-modern {
        padding: 0 1rem 3rem;
    }
    
    .home-industrial-inner {
        gap: 2.5rem;
        padding-top: 0;
    }
    
    .home-industrial-title {
        font-size: clamp(1.75rem, 5vw, 2.5rem);
        margin-bottom: 1.5rem;
        letter-spacing: 1px;
    }
    
    .home-industrial-text p {
        font-size: 0.95rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
    
    .home-industrial-image {
        max-width: none;
        border-radius: 0;
    }
    
    .home-industrial-images {
        min-height: 330px;
    }

    .home-industrial-image.is-primary {
        left: 0;
        width: 56%;
        height: 145px;
    }

    .home-industrial-image.is-secondary {
        top: 95px;
        right: 0;
        width: 60%;
        height: 150px;
    }

    .home-industrial-image.is-tertiary {
        left: 10%;
        width: 66%;
        height: 145px;
    }

    .clients-section {
        padding: 2rem 0 4rem;
    }

    .clients-carousel-wrapper::after {
        display: none;
    }

    .clients-carousel-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .client-logo-item {
        min-width: 0;
    }

    .client-logo-wrapper {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .home-dark-marble-group::before {
        width: 270vw;
        border-radius: 50% 50% 0 0 / 4% 4% 0 0;
    }

    .home-section-line-title {
        font-size: clamp(1.05rem, 5.8vw, 1.45rem);
        letter-spacing: 2px;
    }

    .home-section-line-title::before,
    .home-section-line-title::after {
        width: 28px;
        flex-basis: 28px;
    }

    .industrial-nav-cards {
        gap: 0.5rem;
        padding: 1.5rem 0.25rem 2.5rem;
        margin-top: -0.5rem;
    }
    
    .industrial-nav-card {
        width: 110px;
        height: 150px;
        border-radius: 20px 20px 8px 8px;
    }
    
    .industrial-nav-card::before {
        height: 22px;
        border-radius: 22px 22px 0 0;
    }
    
    .industrial-nav-card-image {
        height: 105px;
        border-radius: 20px 20px 0 0;
    }
    
    .industrial-nav-card-label {
        height: 45px;
        font-size: 0.7rem;
        padding: 0 0.25rem;
    }
    
    .home-industrial .container-modern {
        padding: 0 0.75rem 3rem;
    }
    
    .home-industrial-inner {
        gap: 2rem;
    }
    
    .home-industrial-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 1.25rem;
    }
    
    .home-industrial-text p {
        font-size: 0.9rem;
        line-height: 1.7;
    }
    
    .home-industrial-images {
        min-height: 285px;
    }

    .home-industrial-image.is-primary {
        width: 62%;
        height: 120px;
    }

    .home-industrial-image.is-secondary {
        top: 82px;
        width: 66%;
        height: 125px;
    }

    .home-industrial-image.is-tertiary {
        left: 7%;
        width: 72%;
        height: 120px;
    }

    .client-logo-wrapper {
        padding: 1.25rem;
    }

    .clients-carousel-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }
}

@media (max-width: 980px) {
    .home-nav-showcase-background {
        width: 190vw;
        min-height: 430px;
        border-radius: 50% 50% 0 0 / 22% 22% 0 0;
    }

    .home-nav-showcase-inner {
        min-height: 430px;
        padding: 7rem 1.5rem 3.5rem;
    }

    .home-nav-showcase-card {
        width: min(220px, 29vw);
        border-radius: 24px;
    }

    .home-featured-block {
        gap: 0;
    }

    .home-featured-title {
        min-height: 78px;
        letter-spacing: 6px;
    }

    .home-featured-logos {
        gap: 3rem;
        min-height: auto;
        padding: 3rem 1.5rem;
    }

    .home-featured-logos img {
        max-width: 300px;
        max-height: 100px;
    }
}

@media (max-width: 768px) {
    .home-nav-showcase-background {
        width: 230vw;
        min-height: 430px;
        border-radius: 50% 50% 0 0 / 16% 16% 0 0;
    }

    .home-nav-showcase-inner {
        min-height: 430px;
        gap: 0.9rem;
        padding: 5.5rem 1rem 3rem;
    }

    .home-nav-showcase-card {
        width: min(190px, calc(50vw - 1.5rem));
        border-radius: 22px;
    }

    .home-nav-showcase-label {
        font-size: clamp(1rem, 4vw, 1.35rem);
    }

    .home-hero-controls {
        padding: 0 1rem;
    }
    
    .hero-prev,
    .hero-next {
        width: 40px;
        height: 40px;
    }
    
    .hero-prev svg,
    .hero-next svg {
        width: 16px;
        height: 16px;
    }
    
    .home-hero-dots {
        bottom: 2rem;
    }
    
    .home-hero-dots .dot {
        width: 10px;
        height: 10px;
    }
    
    .home-hero-inner {
        grid-template-columns: 1fr;
        padding: 5rem 0 3rem;
    }

    .home-hero-visual {
        justify-content: flex-start;
    }
    
    .home-about {
        padding: 2rem 0 0;
    }
    
    .home-about-inner {
        padding: 1.75rem 1rem 3rem;
        gap: 2rem;
    }
    
    .home-about-title {
        font-size: clamp(1.45rem, 4.5vw, 2rem);
        gap: 0.8rem;
        letter-spacing: 4px;
        margin-bottom: 1rem;
        width: min(460px, calc(100% - 1.5rem));
    }
    
    .home-about-text p {
        font-size: 0.92rem;
        line-height: 1.7;
        letter-spacing: 1px;
    }
    
    .home-about-image {
        max-width: none;
        border-radius: 0;
        border: 0;
    }

    .home-about-images {
        min-height: 440px;
    }
    
    .home-about-image.is-primary {
        left: 0;
        width: 78%;
        height: 165px;
    }
    
    .home-about-image.is-secondary {
        top: 150px;
        right: 0;
        width: 82%;
        height: 185px;
    }

    .home-about-image.is-tertiary {
        left: 2%;
        bottom: 0;
        width: 78%;
        height: 165px;
    }

    .home-product-categories-header {
        padding: 1.15rem 1rem 1.25rem;
    }

    .home-product-categories-title {
        gap: 0.8rem;
        font-size: clamp(1.35rem, 5vw, 2rem);
        letter-spacing: 4px;
    }

    .home-product-categories-title::before,
    .home-product-categories-title::after {
        width: 48px;
        height: 2px;
    }

    .home-product-categories-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 3.5rem 1rem 4rem;
    }

    .home-product-category-link {
        gap: 1.2rem;
    }

    .home-product-category-name {
        font-size: clamp(1.8rem, 8vw, 2.7rem);
        letter-spacing: 5px;
    }

    .home-featured-title {
        min-height: 70px;
        font-size: clamp(1.35rem, 5vw, 2rem);
        letter-spacing: 4px;
        padding: 0 1rem;
    }

    .home-featured-logos {
        gap: 2.5rem;
        padding: 2.75rem 1rem;
    }

    .home-featured-logos img,
    .home-featured-members .home-featured-logos img {
        max-width: min(72vw, 280px);
        max-height: 90px;
    }
    
    .categories-header-banner {
        padding: 2.5rem 0;
        margin-bottom: 2.5rem;
    }
    
    .categories-banner-title {
        font-size: clamp(1.5rem, 4vw, 2rem);
        letter-spacing: 1.5px;
    }
    
    .home-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        padding: 0 1rem;
    }
    
    .home-category-image-wrapper {
        height: 160px;
    }
    
    .home-category-meta {
        padding: 1rem;
    }
    
    .home-category-title {
        font-size: 0.85rem;
        letter-spacing: 1.5px;
    }

    .home-video-image {
        height: 240px;
    }

    .home-category-image {
        height: 150px;
    }
}

@media (max-width: 540px) {
    .home-hero-title {
        font-size: 2.2rem;
    }

    .home-hero-subtext {
        font-size: 1rem;
    }

    .home-video {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .home-nav-showcase-background {
        width: 270vw;
        min-height: 500px;
        border-radius: 50% 50% 0 0 / 12% 12% 0 0;
    }

    .home-nav-showcase-inner {
        min-height: 500px;
        padding: 4.75rem 0.75rem 2.5rem;
    }

    .home-nav-showcase-card {
        width: calc(50vw - 1.125rem);
        min-width: 0;
        border-radius: 18px;
    }

    .home-about {
        padding: 2rem 0 0;
    }
    
    .home-about-inner {
        padding: 1.5rem 0.75rem 2.5rem;
    }
    
    .home-about-title {
        font-size: clamp(1.3rem, 5vw, 1.7rem);
        gap: 0.6rem;
        letter-spacing: 1.5px;
        width: min(340px, calc(100% - 1rem));
    }

    .home-about-title::before,
    .home-about-title::after {
        width: 32px;
        height: 3px;
        flex-basis: 32px;
    }
    
    .home-about-text p {
        font-size: 0.84rem;
        line-height: 1.65;
    }

    .home-about-images {
        min-height: 360px;
    }
    
    .home-about-image.is-primary {
        width: 80%;
        height: 130px;
    }
    
    .home-about-image.is-secondary {
        top: 118px;
        width: 84%;
        height: 145px;
    }

    .home-about-image.is-tertiary {
        bottom: 0;
        width: 80%;
        height: 130px;
    }

    .home-product-categories-title {
        gap: 0.55rem;
        font-size: clamp(1.05rem, 5.8vw, 1.45rem);
        letter-spacing: 2px;
    }

    .home-product-categories-title::before,
    .home-product-categories-title::after {
        width: 28px;
    }

    .home-product-categories-grid {
        gap: 2.5rem;
        padding: 3rem 0.75rem 3.5rem;
    }

    .home-product-category-name {
        font-size: clamp(1.55rem, 9vw, 2.2rem);
        letter-spacing: 3px;
    }

    .home-featured-title {
        min-height: 64px;
        font-size: clamp(1.05rem, 5.8vw, 1.45rem);
        letter-spacing: 2px;
    }

    .home-featured-logos {
        gap: 2rem;
        padding: 2.25rem 0.75rem;
    }

    .home-featured-logos img,
    .home-featured-members .home-featured-logos img {
        max-width: 78vw;
        max-height: 80px;
    }
    
    .categories-header-banner {
        padding: 2rem 0;
        margin-bottom: 2rem;
    }
    
    .categories-banner-title {
        font-size: clamp(1.25rem, 4vw, 1.75rem);
        letter-spacing: 1px;
    }
    
    .home-category-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.75rem;
    }
    
    .home-category-image-wrapper {
        height: 180px;
    }
    
    .home-category-meta {
        padding: 1rem;
    }
    
    .home-category-title {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
}

/* ============================================
   INSTAGRAM SECTION
   ============================================ */

.instagram-section {
    padding: 6rem 0;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #ded9d1;
}

.instagram-section .container-modern {
    max-width: 1200px;
}

.instagram-content-wrapper {
    margin-top: 3rem;
}

.instagram-feed-container {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-carousel {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-bottom: 0.75rem;
    cursor: grab;
    touch-action: pan-y;
    scroll-behavior: smooth;
}

.instagram-carousel::-webkit-scrollbar {
    display: none;
}

.instagram-carousel.is-dragging {
    cursor: grabbing;
}

.instagram-track {
    display: flex;
    gap: 1.5rem;
    scroll-snap-type: x mandatory;
    padding: 0.25rem 0 0.5rem;
}

/* Instagram Profile Embed */
.instagram-profile-embed-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.instagram-profile-embed {
    width: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
}

.instagram-profile-embed iframe {
    width: 100%;
    border: none;
    display: block;
}

.instagram-feed-footer {
    text-align: center;
    margin-top: 2rem;
}

.instagram-view-profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(188, 24, 136, 0.3);
}

.instagram-view-profile-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(188, 24, 136, 0.4);
    color: white;
}

.instagram-view-profile-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.instagram-view-profile-btn:hover svg {
    transform: scale(1.1);
}

/* Instagram Feed Grid (for individual posts) */
.instagram-feed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.instagram-feed-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 320px;
    height: 568px;
    max-width: 85vw;
    max-height: calc(85vw * 16 / 9);
}

.instagram-feed-item .instagram-post-embed {
    width: 100%;
    height: 100%;
}

.instagram-feed-item blockquote.instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
    margin: 0 !important;
}

.instagram-reel-embed {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Instagram Feed Plugin - Smash Balloon Styling */
#sb_instagram {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

#sb_instagram .sbi_items_wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 2rem !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#sb_instagram .sbi_item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    background: #ffffff !important;
    position: relative !important;
}

#sb_instagram .sbi_item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    border-color: #d0d0d0 !important;
}

#sb_instagram .sbi_photo {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sb_instagram .sbi_photo img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

#sb_instagram .sbi_link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
    position: relative !important;
}

#sb_instagram .sbi_link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 1;
}

#sb_instagram .sbi_item:hover .sbi_link::after {
    background: rgba(0, 0, 0, 0.05);
}

/* Hide plugin header and buttons */
#sb_instagram .sbi_header,
#sb_instagram .sbi_header_text,
#sb_instagram .sbi_header_img,
#sb_instagram .sbi_load_btn,
#sb_instagram .sbi_follow_btn {
    display: none !important;
}

/* Instagram Feed - Feed Them Social Plugin Styling */
.fts-instagram-wrapper {
    padding: 0 !important;
}

.fts-instagram-wrapper .fts-instagram-post {
    border-radius: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
    background: #ffffff !important;
    margin-bottom: 2rem !important;
}

.fts-instagram-wrapper .fts-instagram-post:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.fts-instagram-wrapper .fts-instagram-post img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0 !important;
}

.instagram-fallback {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.instagram-icon-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    color: white;
    box-shadow: 0 8px 30px rgba(188, 24, 136, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-icon-wrapper:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 40px rgba(188, 24, 136, 0.4);
}

.instagram-icon-wrapper svg {
    width: 48px;
    height: 48px;
}

.instagram-fallback-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.instagram-fallback-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.instagram-follow-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(188, 24, 136, 0.3);
}

.instagram-follow-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(188, 24, 136, 0.4);
    color: white;
}

.instagram-follow-button:active {
    transform: translateY(0);
}

.instagram-follow-button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.instagram-follow-button:hover svg {
    transform: translateX(3px);
}

/* Responsive Instagram Section */
@media (max-width: 968px) {
    .instagram-section {
        padding: 5rem 0;
    }
    
    .instagram-profile-embed-wrapper {
        max-width: 100%;
    }
    
    .instagram-profile-embed {
        border-radius: 8px;
    }
    
    .instagram-feed-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    #sb_instagram .sbi_items_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
        gap: 1.5rem !important;
    }
    
    .instagram-fallback {
        padding: 3rem 1.5rem;
    }
    
    .instagram-icon-wrapper {
        width: 100px;
        height: 100px;
        margin-bottom: 1.5rem;
    }
    
    .instagram-icon-wrapper svg {
        width: 40px;
        height: 40px;
    }
    
    .instagram-fallback-title {
        font-size: 1.75rem;
    }
    
    .instagram-fallback-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .instagram-section {
        padding: 4rem 0;
    }
    
    .instagram-content-wrapper {
        margin-top: 2rem;
    }
    
    .instagram-profile-embed {
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }
    
    .instagram-profile-embed iframe {
        height: 500px;
    }
    
    .instagram-feed-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    #sb_instagram .sbi_items_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
        gap: 1.5rem !important;
    }
    
    .instagram-view-profile-btn {
        padding: 0.875rem 2rem;
        font-size: 0.95rem;
    }
    
    .instagram-fallback {
        padding: 2.5rem 1rem;
    }
    
    .instagram-icon-wrapper {
        width: 90px;
        height: 90px;
        margin-bottom: 1.25rem;
    }
    
    .instagram-icon-wrapper svg {
        width: 36px;
        height: 36px;
    }
    
    .instagram-fallback-title {
        font-size: 1.5rem;
    }
    
    .instagram-fallback-text {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    .instagram-follow-button {
        padding: 0.875rem 2rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .instagram-section {
        padding: 3.5rem 0;
    }
    
    .instagram-profile-embed {
        border-radius: 8px;
    }
    
    .instagram-profile-embed iframe {
        height: 450px;
    }
    
    .instagram-view-profile-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
    
    .instagram-feed-grid {
        gap: 1rem;
    }
    
    #sb_instagram .sbi_items_wrapper {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .instagram-fallback {
        padding: 2rem 1rem;
    }
    
    .instagram-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .instagram-icon-wrapper svg {
        width: 32px;
        height: 32px;
    }
    
    .instagram-fallback-title {
        font-size: 1.35rem;
    }
    
    .instagram-follow-button {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
}
/* Homepage reference updates */

.home-about {
    background-color: #030303;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.22)),
        url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 3.2rem 0 0;
}

.home-about::before {
    display: none;
}

.home-about-inner {
    padding: 1.35rem 2rem 5.8rem;
}

.home-about-title {
    font-size: clamp(1.65rem, 2.35vw, 2.45rem);
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
}

.home-about-text p {
    font-size: clamp(1.05rem, 1.18vw, 1.35rem);
    line-height: 1.72;
}

.home-product-categories-title {
    font-size: clamp(1.85rem, 3vw, 3rem);
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.home-product-category-name {
    font-size: clamp(2rem, 3.2vw, 3.65rem);
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.home-dark-marble-group {
    background-color: #030303;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.26)),
        url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
}

.home-dark-marble-group::before {
    content: none;
    background: none;
    border-radius: 0;
}

.home-usp-section {
    position: relative;
    padding: clamp(4.5rem, 7vw, 7rem) clamp(1rem, 4vw, 3rem) 0;
    background: transparent;
    color: #ffffff;
}

.home-usp-grid {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.1rem, 2vw, 1.8rem);
}

.home-usp-card {
    min-height: 170px;
    padding: clamp(1.35rem, 2vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 26px;
    background: rgba(12, 12, 12, 0.54);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(3px);
}

.home-usp-mark {
    color: #00a551;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.home-usp-card h3 {
    margin: 1.3rem 0 0;
    color: #ffffff;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.15rem, 1.45vw, 1.55rem);
    font-weight: 500;
    line-height: 1.25;
}

.home-nav-showcase-inner {
    min-height: 430px;
    padding: clamp(4.6rem, 6vw, 6.5rem) clamp(1rem, 4vw, 3rem) 3.8rem;
}

.home-nav-showcase-card {
    border-radius: 26px;
}

.home-industrial .container-modern {
    padding: 0 2rem 4.5rem;
}

@media (max-width: 980px) {
    .home-product-categories-title,
    .home-product-category-name {
        letter-spacing: 0;
    }

    .home-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-usp-section {
        padding-top: 4rem;
    }

    .home-usp-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .home-usp-card {
        min-height: 140px;
    }

    .home-product-categories-title,
    .home-product-category-name {
        letter-spacing: 0;
    }
}

/* Latest homepage alignment fixes */
.home-about {
    background-color: #030303;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.2)),
        url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 3rem 0 0;
}

.home-about::before {
    content: none !important;
    display: none !important;
}

.home-about-inner {
    align-items: center;
    padding: 1.2rem 2rem 5.5rem;
}

.home-about-title {
    font-size: clamp(1.55rem, 2.1vw, 2.2rem);
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.home-about-text p {
    font-size: clamp(1.15rem, 1.38vw, 1.5rem);
    line-height: 1.58;
    letter-spacing: 0.8px;
}

.home-about-images {
    min-height: 610px;
}

.home-about-image.is-primary {
    top: 0;
    left: 0;
    z-index: 2;
    width: 72%;
    height: 230px;
}

.home-about-image.is-secondary {
    top: 185px;
    right: 0;
    z-index: 4;
    width: 74%;
    height: 255px;
}

.home-about-image.is-tertiary {
    left: 4%;
    bottom: 0;
    z-index: 3;
    width: 72%;
    height: 230px;
}

.home-product-categories-title,
.home-product-category-name {
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.home-dark-marble-group {
    position: relative;
    background: #030303;
    isolation: isolate;
    overflow: hidden;
}

.home-dark-marble-group::before {
    content: '';
    position: absolute;
    top: -135px;
    left: 50%;
    width: 150vw;
    height: calc(100% + 160px);
    transform: translateX(-50%);
    background:
        linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.25)),
        url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp') center top / cover repeat-y;
    border-radius: 50% 50% 0 0 / 8% 8% 0 0;
    z-index: 0;
}

.home-dark-marble-group > section {
    position: relative;
    z-index: 1;
}

.home-usp-section {
    display: none !important;
}

.home-nav-showcase-inner {
    min-height: 470px;
    padding: clamp(7rem, 9vw, 9rem) clamp(1rem, 4vw, 3rem) 3.5rem;
}

.home-industrial .container-modern {
    padding-bottom: 4.5rem;
}

@media (max-width: 980px) {
    .home-about-images {
        min-height: 650px;
    }

    .home-about-image.is-primary {
        top: 0;
        left: 0;
        width: 78%;
        height: 235px;
    }

    .home-about-image.is-secondary {
        top: 205px;
        right: 0;
        width: 82%;
        height: 260px;
    }

    .home-about-image.is-tertiary {
        left: 2%;
        bottom: 0;
        width: 78%;
        height: 235px;
    }
}

@media (max-width: 768px) {
    .home-about-title {
        font-size: clamp(1.35rem, 5vw, 2rem);
    }

    .home-about-text p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .home-dark-marble-group::before {
        top: -80px;
        width: 220vw;
        height: calc(100% + 95px);
    }
}
/* Exact reference lower homepage layout */
/* Full black marble area with real curve */
/* Exact reference lower homepage layout */

.home-featured-members {
    position: relative;
    z-index: 3;
    background: #f1f0ff !important;
    padding: 0 0 clamp(2rem, 3vw, 3.5rem) !important;
    overflow: visible !important;
}

.home-featured-members .home-featured-title {
    margin: 0 !important;
    padding: 1.25rem 1rem !important;
    background: #419853 !important;
    color: #ffffff !important;
    font-size: clamp(2rem, 3.2vw, 3.8rem) !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.home-featured-members .home-featured-logos {
    
    padding: clamp(2rem, 3vw, 3.2rem) 1rem 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home-featured-members .home-featured-logos img {
    max-width: clamp(190px, 18vw, 340px) !important;
    max-height: clamp(110px, 11vw, 180px) !important;
    object-fit: contain !important;
}

/* Full black marble area with Elementor-style upper curve */
/* Black marble section with upward dome curve */
/* Full black marble area with real upper dome */
.home-reference-marble {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding-top: clamp(10rem, 13vw, 15rem);
    background:
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.22)),
        url('https://berarfinancelimited.com/wp-content/uploads/2026/04/FM-Banner-06-min-scaled-1.webp') center top / cover repeat-y !important;
    color: #ffffff;
    overflow: hidden;
    border-radius: 0;
    isolation: isolate;
}

.home-reference-marble::before {
    display: none !important;
}

.home-reference-shape {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    direction: ltr;
    z-index: 3;
    pointer-events: none;
}

.home-reference-shape-top {
    top: -1px;
    transform: rotate(180deg);
}

.home-reference-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    height: clamp(110px, 13vw, 235px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home-reference-shape-fill {
    fill: #f1f0ff;
}

.home-reference-marble > section {
    position: relative;
    z-index: 4;
}

.home-reference-nav {
    padding: 0 0 clamp(5rem, 6vw, 7rem);
    margin-top: 0;
}


.home-reference-nav-grid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.1rem, 1.6vw, 1.7rem);
}

.home-reference-card {
    position: relative;
    display: block;
    aspect-ratio: 0.78 / 1;
    border-radius: 28px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: #111111;
}

.home-reference-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.22) 45%,
        rgba(0, 0, 0, 0.48) 100%
    );
}

.home-reference-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    transition: transform 0.35s ease;
}

.home-reference-card:hover img {
    transform: scale(1.04);
}

.home-reference-card span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.35rem, 1.65vw, 2.1rem);
    font-weight: 600;
    line-height: 1.08;
    text-align: center;
}

/* Line headings */
.home-reference-line-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin: 0 auto clamp(3rem, 4vw, 4.8rem);
    color: #42a653;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.9rem, 3vw, 3.6rem);
    font-weight: 300;
    letter-spacing: 0.16em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.home-reference-line-title::before,
.home-reference-line-title::after {
    content: '';
    width: clamp(80px, 12vw, 220px);
    height: 3px;
    background: #42a653;
}

/* Industrial */
.home-reference-industrial {
    padding: 0 0 clamp(5rem, 7vw, 8rem);
}

.home-reference-industrial-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 5vw, 6rem);
    align-items: center;
}

.home-reference-industrial-text p {
    margin: 0 0 1.7rem;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.2rem, 1.55vw, 1.75rem);
    font-weight: 300;
    line-height: 1.55;
}

.home-reference-industrial-images {
    position: relative;
    min-height: 430px;
}

.industrial-img {
    position: absolute;
    display: block;
    width: 58%;
    height: 185px;
    object-fit: cover;
    box-shadow: none;
}

.industrial-img-1 {
    top: 0;
    left: 0;
}

.industrial-img-2 {
    top: 110px;
    right: 0;
}

.industrial-img-3 {
    bottom: 0;
    left: 12%;
}

/* Clients */
.home-reference-clients {
    padding: 0 0 clamp(5rem, 7vw, 8rem);
}

.home-reference-clients-row {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1rem, 1.7vw, 2rem);
}

.home-reference-client-logo {
    aspect-ratio: 1 / 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.2rem, 2vw, 2rem);
}

.home-reference-client-logo img {
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
}

/* Follow Us */
.home-reference-follow {
    padding: 0 0 clamp(5rem, 7vw, 8rem);
}

.home-reference-instagram-header {
    max-width: 1220px;
    margin: 0 auto clamp(2rem, 3vw, 3rem);
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: flex;
    align-items: center;
    gap: 1.4rem;
    color: #ffffff;
}

.home-reference-instagram-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #030303;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.home-reference-instagram-header h3 {
    margin: 0 0 0.25rem;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 700;
}

.home-reference-instagram-header p {
    margin: 0;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.4;
}

.home-reference-instagram-grid {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.home-reference-instagram-grid a {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111111;
}

.home-reference-instagram-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hide old sections if they remain in DOM */
.home-dark-marble-group,
.home-nav-showcase,
.home-industrial,
.clients-section,
.instagram-section {
    display: none !important;
}

/* Responsive */
@media (max-width: 980px) {
    .home-reference-nav-grid,
    .home-reference-clients-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-reference-industrial-inner {
        grid-template-columns: 1fr;
    }

    .home-reference-instagram-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-reference-marble {
        padding-top: 6rem;
    }

    .home-reference-nav {
        margin-top: -1rem;
    }

    .home-reference-nav-grid,
    .home-reference-clients-row,
    .home-reference-instagram-grid {
        grid-template-columns: 1fr;
    }

    .home-reference-card {
        aspect-ratio: 1.35 / 1;
    }

    .home-reference-industrial-images {
        min-height: 500px;
    }

    .industrial-img {
        width: 82%;
    }
}
.home-reference-instagram-feed {
    max-width: 1120px;
    margin: 0 auto;
}

.home-reference-instagram-feed #sb_instagram {
    width: 100% !important;
    padding-bottom: 0 !important;
}

.home-reference-instagram-feed #sb_instagram #sbi_images {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    padding: 0 !important;
}

.home-reference-instagram-feed #sb_instagram .sbi_item {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.home-reference-instagram-feed #sb_instagram .sbi_photo {
    height: 100% !important;
    min-height: 0 !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-reference-instagram-feed #sb_instagram .sbi_follow_btn,
.home-reference-instagram-feed #sb_instagram .sbi_load_btn {
    margin-top: 1.5rem !important;
}

@media (max-width: 760px) {
    .home-reference-instagram-feed {
        padding: 0 1rem;
    }

    .home-reference-instagram-feed #sb_instagram #sbi_images {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* Product page: increase main slab image by 25% */
.product-image-wrapper-enhanced {
    overflow: hidden;
}

.product-main-image-enhanced {
    width: 110% !important;
    max-width: none !important;
    margin-left: -5.2% !important;
    height: auto !important;
}

.product-image-wrapper-enhanced:hover .product-main-image-enhanced {
    transform: none !important;
}
.category-products-title,
.category-hero-banner-title,
.categories-showcase-title,
.product-category-title,
.taxonomy-product-category-title {
    text-transform: uppercase !important;
}

/* Moving client logo carousel */
/* Client logo moving carousel */
.home-reference-clients {
    overflow: hidden !important;
}

.home-reference-clients-grid {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden !important;
    display: flex !important;
    gap: 0 !important;
}

.home-reference-clients-track {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    width: max-content;
    animation: foremostClientSlide 12s linear infinite;
    will-change: transform;
}

.home-reference-clients-track:hover {
    animation-play-state: paused;
}

.home-reference-client-logo {
    flex: 0 0 260px;
    width: 260px;
    height: 260px;
    background: #ffffff;
}

@keyframes foremostClientSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/* ==========================================================================
   Foremost Products Additional UI Fixes & Enhancement Styles
   ========================================================================== */

/* 1. Breadcrumbs Layout & Display */
.breadcrumb-section {
    padding: 1rem 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.breadcrumb-nav {
    display: block !important;
    width: 100% !important;
}

.breadcrumb-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    color: #8a8a8a !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

.breadcrumb-item {
    display: inline-flex !important;
    align-items: center !important;
}

.breadcrumb-link {
    color: #2c3e50 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.breadcrumb-link:hover {
    color: #00a551 !important;
}

.breadcrumb-separator {
    margin: 0 0.85rem !important;
    color: #bfbfbf !important;
    user-select: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.breadcrumb-current {
    color: #00a551 !important;
    font-weight: 600 !important;
}

/* 2. Collection Category Chips & Sorting Styles */
.archive-controls-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.categories-filter-wrap {
    flex-grow: 1;
}

.categories-filter-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.category-filter-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    border: 1.5px solid #00a551 !important;
    padding: 0.65rem 1.35rem !important;
    border-radius: 50px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.82rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.category-filter-chip:hover {
    background: rgba(0, 165, 81, 0.04) !important;
    border-color: #008740 !important;
    transform: translateY(-1px) !important;
}

.category-filter-chip.is-active {
    background: #00a551 !important;
    color: #ffffff !important;
    border-color: #00a551 !important;
    box-shadow: 0 4px 12px rgba(0, 165, 81, 0.25) !important;
}

.chip-thumbnail {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #e2e8f0;
}

.archive-sort-wrap {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.sort-label {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #7f8c8d;
    letter-spacing: 0.5px;
}

.archive-sort-select {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 0.65rem 2.5rem 0.65rem 1.35rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    color: #2c3e50;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    transition: all 0.3s ease;
}

.archive-sort-select:hover,
.archive-sort-select:focus {
    border-color: #cbd5e1;
    outline: none;
}

/* 3. Products Grid Layout & Category Cards */
.categories-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 2.5rem 2rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 3rem !important;
}

.category-product-card {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.category-product-link {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

.category-product-media {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1.35 / 1 !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
}

.category-product-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.category-product-shadow {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none;
}

.category-product-card:hover .category-product-shadow {
    opacity: 1 !important;
}

.category-product-content {
    padding: 1.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    background: #ffffff !important;
}

.category-product-badge {
    align-self: flex-start;
    background: rgba(0, 165, 81, 0.08) !important;
    color: #00a551 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 0.25rem 0.65rem !important;
    border-radius: 4px !important;
}

.category-product-title {
    font-family: 'Raleway Regular', 'Outfit', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.2px !important;
}

/* 4. CTA Buttons & Hovers (Premium Transitions) */
.btn-primary-product-enhanced,
.btn-primary-product,
.product-cta-button,
.product-application-button,
.product-faq-button.secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: #00a551 !important;
    color: #ffffff !important;
    padding: 1.05rem 2.2rem !important;
    border-radius: 50px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border: 2px solid #00a551 !important;
    box-shadow: 0 4px 15px rgba(0, 165, 81, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer !important;
}

.btn-primary-product-enhanced:hover,
.btn-primary-product:hover,
.product-cta-button:hover,
.product-application-button:hover,
.product-faq-button.secondary:hover {
    background: #008740 !important;
    border-color: #008740 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 165, 81, 0.35) !important;
    color: #ffffff !important;
}

.btn-secondary-product-enhanced,
.btn-secondary-product,
.product-faq-button:not(.secondary) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: #ffffff !important;
    color: #1a1a1a !important;
    padding: 1.05rem 2.2rem !important;
    border-radius: 50px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border: 2px solid #1a1a1a !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.btn-secondary-product-enhanced:hover,
.btn-secondary-product:hover,
.product-faq-button:not(.secondary):hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

/* 5. Shimmer Neutral Placeholder */
.foremost-products-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%) !important;
    color: #9ca3af !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.foremost-products-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: placeholder-shimmer 2s infinite;
}

@keyframes placeholder-shimmer {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

/* 6. Typography Overrides */
.product-title-large-enhanced {
    font-family: 'Raleway Bold', 'Outfit', sans-serif !important;
    font-size: clamp(2rem, 3.2vw, 3rem) !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.12 !important;
    margin-bottom: 1.5rem !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
}

.section-title-large,
.product-trust-title,
.product-about-title,
.product-application-title,
.product-marble-title,
.product-faq-title {
    font-family: 'Raleway Bold', 'Outfit', sans-serif !important;
    font-size: clamp(1.8rem, 2.6vw, 2.5rem) !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.2 !important;
    color: #00a551 !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5rem !important;
}

.section-header-center {
    margin-bottom: 3rem;
}

.section-subtitle {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.05rem !important;
    color: #7f8c8d !important;
    font-weight: 400 !important;
    margin-top: -0.5rem !important;
    margin-bottom: 0 !important;
}

/* 7. Responsive Vertical Spacing System */
.product-hero-section-enhanced,
.product-trust-section,
.product-about-section,
.product-application-section,
.product-faq-section,
.product-reviews-section,
.related-products-section,
.products-list-section,
.categories-showcase-section {
    padding-top: clamp(40px, 6vw, 60px) !important;
    padding-bottom: clamp(40px, 6vw, 60px) !important;
}

@media (min-width: 768px) {
    .product-hero-section-enhanced,
    .product-trust-section,
    .product-about-section,
    .product-application-section,
    .product-faq-section,
    .product-reviews-section,
    .related-products-section,
    .products-list-section,
    .categories-showcase-section {
        padding-top: clamp(60px, 8vw, 80px) !important;
        padding-bottom: clamp(60px, 8vw, 80px) !important;
    }
}

@media (min-width: 1024px) {
    .product-hero-section-enhanced,
    .product-trust-section,
    .product-about-section,
    .product-application-section,
    .product-faq-section,
    .product-reviews-section,
    .related-products-section,
    .products-list-section,
    .categories-showcase-section {
        padding-top: clamp(80px, 10vw, 120px) !important;
        padding-bottom: clamp(80px, 10vw, 120px) !important;
    }
}

/* 8. Load More button spinner */
.foremost-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.foremost-infinite-spinner {
    display: none;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 165, 81, 0.1);
    border-radius: 50%;
    border-top-color: #00a551;
    animation: foremost-spin 1s linear infinite;
    margin: 2rem auto;
}

@keyframes foremost-spin {
    to { transform: rotate(360deg); }
}

/* 9. Grid Responsiveness */
@media (max-width: 1024px) {
    .categories-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 2rem 1.5rem !important;
    }

    .categories-filter-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }

    .category-filter-chip {
        width: auto !important;
        min-width: 0 !important;
    }
}

@media (max-width: 900px) {
    .archive-controls-wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .archive-sort-wrap {
        align-self: flex-start;
    }
}

@media (max-width: 600px) {
    .categories-products-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    .btn-primary-product-enhanced,
    .btn-secondary-product-enhanced,
    .btn-primary-product,
    .btn-secondary-product,
    .product-cta-button,
    .product-application-button {
        width: 100% !important;
    }
}
