:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #0064BE;



--base-text-color: #fff;

--footer-color: #5f5f5f;



--footer-text-color: #fff;

--button-color: #4a9e20;


--button-hover-color: #3b7e1a;



--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

.bx-wrapper {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
    border: 0px solid transparent;
    background: transparent;
}

.ccs-ds-extendedSpec-header {
    background: linear-gradient(180deg, rgba(26,121,195,1) 0%, rgba(35,131,198,1) 18%, rgba(0,100,190,1) 100%)!important;
	color: white !important;
}

.minibasket .minibasket-icon {
    background: linear-gradient(180deg, rgba(26,121,195,1) 0%, rgba(35,131,198,1) 18%, rgba(0,100,190,1) 100%);
}
.menu-bar {
    background: linear-gradient(180deg, rgba(26,121,195,1) 0%, rgba(35,131,198,1) 18%, rgba(0,100,190,1) 100%);
}

/*== Elastisearch Slider ==*/
.noUi-connect {
    background: linear-gradient(180deg, rgba(252,198,13,1) 25%, rgba(242,118,68,1) 100%) !important;
}
/*== Elastisearch Icon ==*/
.fa-trash:before {
    color: #fed02f;
}
/*== Elastisearch "Show more" ==*/
.es-expand-filter {
    color: #fed02f;
}
.promotion-item .product__stock-expected {
    padding-left: 15em;
    border: none!important;
}
.menu-bar-desktop-categories-menu-item>img {
    filter: invert(0%);
}

.product-list-categories .product-list-category-button, .product-list-categories .product-list-category-button:hover, .product-list-categories .product-list-category-button:focus {
    color: #fff;
}

/*== Image Overlay ==*/
.promotion-image-overlay {
    position: absolute;
    top: 0;
    left: 0%!important;
    height: 104%;
    width: 100%;
}

/*== First CMS section on Promotional page (no border) ==*/
#body > div.main-wrapper > div > div.page-content > div.content-container.clearfix > div > div > div.small-12.medium-12.large-12.columns.end.space-bottom.promotion-container > div {
    border: none;
}

.promotion-item .promotion-item-image img {
    margin-top: 0px;
}

 /* Base font improvements - more targeted to avoid footer */
        .content *, 
        .seo-content-section *,
        .hero-section *,
        .audience-section *,
        .solution-banner * {
            box-sizing: border-box;
        }
        
        .main-content,
        .page-content,
        .content,
        .seo-content-section,
        .hero-section,
        .audience-section,
        .solution-banner {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #1a1a1a;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: -0.01em;
        }
        
        /* Headers with better hierarchy - target content areas only */
        .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
        .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6,
        .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
        .seo-content-section h1, .seo-content-section h2, .seo-content-section h3, .seo-content-section h4,
        .audience-section h1, .audience-section h2, .audience-section h3, .audience-section h4,
        .solution-banner h1, .solution-banner h2, .solution-banner h3, .solution-banner h4 {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            letter-spacing: -0.02em;
            margin-bottom: 0.5em;
            color: #0a0a0a;
        }
        
        .content h1, .main-content h1, .page-content h1, .seo-content-section h1, .audience-section h1, .solution-banner h1 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .content h2, .main-content h2, .page-content h2, .seo-content-section h2, .audience-section h2, .solution-banner h2 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
        }
        
        .content h3, .main-content h3, .page-content h3, .seo-content-section h3, .audience-section h3, .solution-banner h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        /* Improved paragraph spacing - content areas only */
        .main-content p, .page-content p, .seo-content-section p, .audience-section p, .solution-banner p {
            margin-bottom: 1rem;
            font-size: 1rem;
            line-height: 1.7;
        }
        
/* Hero Section with Video Background */
.hero-section {
    position: relative;
    padding: 8rem 0;
    margin-bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%) translateY(-25px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    overflow: hidden;
}

/* Video Background */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay for text readability */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    color: white;
    z-index: 3;
    position: relative;
}

.hero-section h1 {
    font-family: 'Manrope', sans-serif;
    color: white;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Rest of hero styles remain the same... */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.hero-btn-left {
    background: #fcc60d;
    color: #222222;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
    box-shadow: 0 4px 12px rgba(252, 198, 13, 0.3);
}

.hero-btn-left:hover {
    background: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(252, 198, 13, 0.4);
}

.hero-btn-right {
    background: transparent;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
}

.hero-btn-right:hover {
    background: white;
    color: #1e40af;
    transform: translateY(-2px);
}

.hero-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.hero-stars {
    display: flex;
    gap: 0.25rem;
    font-size: 1.5rem;
    color: #fcc60d;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-review-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding: 6rem 0;
        min-height: 400px;
    }
    
    .hero-section h1 {
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }
    
    .hero-btn-left,
    .hero-btn-right {
        width: 200px;
        text-align: center;
    }
    
    .hero-reviews {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .hero-stars {
        font-size: 1.3rem;
    }
    
    .hero-review-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-btn-left,
    .hero-btn-right {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}        
        .btn-primary {
            background: #1e40af;
            color: white;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
            letter-spacing: -0.01em;
        }
        
        .btn-primary:hover {
            background: white;
            color: #1e40af;
            transform: translateY(-1px);
        }
        
        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
            font-weight: 500;
            font-family: 'Inter', sans-serif;
            letter-spacing: -0.01em;
        }
        
        .btn-secondary:hover {
            background: white;
            color: #1e40af;
            transform: translateY(-1px);
        }

 /* Audience Section Override - Full Image Integration */

.audience-section {
    background: #f8fafc;
    padding-bottom: 4rem;
    margin-bottom: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.audience-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: stretch;
    padding: 0; /* Remove padding to let image fill */
}

.audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: #3b82f6;
}

.audience-content {
    flex: 1;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.audience-card h2 {
    font-family: 'Manrope', sans-serif;
    color: #1e40af;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.audience-content p {
    font-family: 'Inter', sans-serif;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
}

.btn-outline {
    background: transparent;
    color: #1e40af;
    border: 2px solid #1e40af;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
    align-self: flex-start;
    display: inline-block;
}

.btn-outline:hover {
    background: #1e40af;
    color: white;
    transform: translateY(-1px);
}

/* OVERRIDE the old placeholder image styles completely */
.audience-image {
    width: 200px !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    
    /* Remove all pseudo-elements */
    &::before,
    &::after {
        display: none !important;
    }
}

/* Remove pseudo-elements with specific selectors */
.audience-image::before,
.audience-image::after {
    display: none !important;
    content: none !important;
}

/* Style the actual image */
.audience-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    border-radius: 0 !important;
}

.audience-card:hover .audience-image img {
    transform: scale(1.05) !important;
}

/* Ensure images show and override any hiding */
.audience-image img {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Additional gradient overlay for better text contrast */
.audience-image::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0) 50%, 
        rgba(0, 0, 0, 0) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .audience-card {
        flex-direction: column;
        min-height: auto;
    }

    .audience-image {
        width: 100% !important;
        height: 200px !important;
        order: -1;
    }

    .audience-content {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .audience-content {
        padding: 1.5rem;
    }

    .audience-card h2 {
        font-size: 1.2rem;
    }

    .audience-content p {
        font-size: 0.9rem;
    }
}

        /* Solution Banner */
        .solution-banner {
            background:#5f5f5f;
            padding: 5rem 0;
            margin-bottom: 0;
            width: 100vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }

        .solution-banner-content {
            display: flex;
            align-items: center;
            gap: 3rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .solution-banner-text {
            flex: 1;
        }

        .solution-banner h2 {
            font-family: 'Manrope', sans-serif;
            color: white;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
            text-align: left;
        }

        .solution-banner p {
            font-family: 'Inter', sans-serif;
            color: white;
            font-size: 1.2rem;
            line-height: 1.6;
            margin-bottom: 2.5rem;
            letter-spacing: -0.01em;
            text-align: left;
        }

        .solution-banner-image {
            width: 25%;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255,255,255,0.7);
            font-size: 1rem;
            font-weight: 500;
            flex-shrink: 0;
        }

/* Solution Banner Link Styling - Exclude Button */
.solution-banner a:not(.btn-yellow),
.solution-banner a:not(.btn-yellow):visited {
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.solution-banner a:not(.btn-yellow):hover,
.solution-banner a:not(.btn-yellow):focus {
    color: white !important;
    text-decoration: underline !important;
}

/* Ensure yellow button keeps its styling */
.solution-banner .btn-yellow {
    background: #fcc60d !important;
    color: black !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: -0.01em !important;
    padding: 0.75rem 1.5rem !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.solution-banner .btn-yellow:hover {
    background: #f59e0b !important;
    color: black !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}
        
        /* SEO Content Section */
        .seo-content-section {
            background: white;
            padding: 5rem 0;
            border-top: 1px solid #e2e8f0;
        }
        
        .seo-content-wrapper {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 4rem;
            align-items: start;
        }
        
        .seo-main-content h2 {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 2.2rem;
            font-weight: 600;
            margin-bottom: 2rem;
            letter-spacing: -0.02em;
            line-height: 1.2;
        }
        
        .seo-main-content h3 {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 1.6rem;
            font-weight: 600;
            margin: 2.5rem 0 1.5rem 0;
            letter-spacing: -0.02em;
        }
        
        .seo-main-content p {
            font-family: 'Inter', sans-serif;
            color: #374151;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            letter-spacing: -0.01em;
        }
        
        .intro-paragraph {
            font-size: 1.15rem !important;
            color: #1f2937 !important;
            font-weight: 400;
            line-height: 1.7 !important;
            margin-bottom: 2rem !important;
        }
        
        .seo-sidebar {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        
        .highlight-box, .stats-box {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            padding: 2rem;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        
        .highlight-box h4, .stats-box h4 {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }
        
        .benefits-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .benefits-list li {
            font-family: 'Inter', sans-serif;
            color: #374151;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 0.75rem;
            letter-spacing: -0.01em;
        }
        
        .benefits-list a {
            color: #1e40af;
            text-decoration: none;
        }
        
        .benefits-list a:hover {
            text-decoration: underline;
        }
        
        .stat-item {
            display: flex;
            flex-direction: column;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .stat-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .stat-number {
            font-family: 'Manrope', sans-serif;
            font-size: 2rem;
            font-weight: 700;
            color: #f16424;
            line-height: 1;
            margin-bottom: 0.25rem;
        }
        
        .stat-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            color: #6b7280;
            font-weight: 500;
            letter-spacing: -0.01em;
        }
        
        /* Price styling */
        .price {
            font-family: 'Manrope', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: #059669;
            margin-bottom: 1rem;
        }
        
        /* Container for content */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Content sections */
        .content {
            padding: 4rem 0;
        }
        
        .section {
            margin-bottom: 3rem;
        }
        
        .btn {
            display: inline-block;
            background: #1e40af;
            color: white;
            padding: 0.75rem 1.5rem;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-family: 'Inter', sans-serif;
            letter-spacing: -0.01em;
        }
        
        .btn:hover {
            background: #1e3a8a;
            transform: translateY(-1px);
        }
        
        /* Typography improvements for better readability */
        .lead {
            font-size: 1.2rem;
            color: #374151;
            font-weight: 400;
            line-height: 1.8;
            margin-bottom: 2rem;
        }
        
        /* Responsive improvements */
        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.5rem;
            }
            
            .hero-section p {
                font-size: 1.1rem;
            }
            
            .hero-buttons {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .audience-grid {
                grid-template-columns: 1fr;
            }
            
            .audience-card {
                flex-direction: column;
                text-align: center;
            }
            
            .audience-image {
                order: -1;
                margin: 0 auto 1rem auto;
            }

            .solution-banner-content {
                flex-direction: column;
                text-align: center;
            }

            .solution-banner-image {
                width: 100%;
                order: -1;
                margin-bottom: 2rem;
            }
            
            .seo-content-wrapper {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .seo-sidebar {
                order: -1;
            }
            
            .container {
                padding: 0 15px;
            }
        }
        
        /* Netset overrides */
        .netset-override {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
        }
        
        .product-title,
        .product-name,
        .item-title {
            font-family: 'Manrope', sans-serif !important;
            font-weight: 600 !important;
            letter-spacing: -0.01em !important;
        }
        
        .product-description,
        .item-description {
            font-family: 'Inter', sans-serif !important;
            line-height: 1.6 !important;
        }
        
        .price-display {
            font-family: 'Manrope', sans-serif !important;
            font-weight: 600 !important;
        }
/* Accreditations Section */
.accreditations-section {
    background: #5f5f5f;
    padding: 4rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.accreditations-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.accreditations-title {
    font-family: 'Manrope', sans-serif;
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.accreditations-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.accreditation-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    transition: all 0.3s ease;
    position: relative;
}

.accreditation-item:hover {
    transform: translateY(-5px);
}

/* Vertical divider lines */
.accreditation-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
}

.accreditation-logo {
    width: 140px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.accreditation-item:hover .accreditation-logo {
    color: white;
    transform: scale(1.05);
}

/* Alternative styling for actual logos (when you replace placeholders) */
.accreditation-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Makes any logo white */
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.accreditation-item:hover .accreditation-logo img {
    opacity: 1;
}

/* Optional: Add subtle glow effect */
.accreditation-logo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.accreditation-item:hover .accreditation-logo::before {
    opacity: 1;
}

/* Responsive design */
@media (max-width: 768px) {
    .accreditations-section {
        padding: 3rem 0;
    }
    
    .accreditations-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    
    .accreditations-grid {
        flex-direction: column;
        gap: 2rem;
    }
    
    .accreditation-item {
        padding: 1rem;
        width: 100%;
        max-width: 200px;
    }
    
    /* Remove vertical lines on mobile and add horizontal ones */
    .accreditation-item:not(:last-child)::after {
        width: 60px;
        height: 1px;
        top: auto;
        bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    
    .accreditation-logo {
        width: 160px;
        height: 110px;
    }
}

@media (max-width: 480px) {
    .accreditations-title {
        font-size: 1.8rem;
    }
    
    .accreditation-logo {
        width: 140px;
        height: 100px;
        font-size: 0.8rem;
    }
}

/* Sale Countdown Section */
.sale-countdown-section {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    padding: 5rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

/* Animated background elements */
.sale-countdown-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.sale-countdown-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sale-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.sale-title {
    font-family: 'Manrope', sans-serif;
    color: white; /* Already white, but ensure it's not being overridden */
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    animation: slideDown 1s ease-out;
    text-transform: uppercase;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sale-subtitle {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    animation: slideUp 1s ease-out 0.3s both;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Countdown Timer */
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    animation: slideUp 1s ease-out 0.6s both;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    min-width: 140px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.countdown-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.countdown-number {
    font-family: 'Manrope', sans-serif;
    color: white;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: block;
}

.countdown-label {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Sale end notice */
.sale-end-notice {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 2rem;
    letter-spacing: -0.01em;
    animation: slideUp 1s ease-out 0.9s both;
}

/* Pulsing effect for urgency */
.countdown-item.urgent {
    animation: pulse-urgent 2s ease-in-out infinite;
}

@keyframes pulse-urgent {
    0%, 100% {
        background: rgba(255, 255, 255, 0.15);
        transform: scale(1);
    }
    50% {
        background: rgba(252, 198, 13, 0.3);
        transform: scale(1.05);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .sale-title {
        font-size: 3rem;
    }
    
    .sale-subtitle {
        font-size: 1.3rem;
        margin-bottom: 2.5rem;
    }
    
    .countdown-timer {
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .countdown-item {
        min-width: 120px;
        padding: 1.5rem 1rem;
    }
    
    .countdown-number {
        font-size: 2.5rem;
    }
    
    .countdown-label {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .sale-countdown-section {
        padding: 4rem 0;
    }
    
    .sale-title {
        font-size: 2.5rem;
    }
    
    .sale-subtitle {
        font-size: 1.2rem;
    }
    
    .countdown-timer {
        gap: 0.5rem;
    }
    
    .countdown-item {
        min-width: 100px;
        padding: 1.25rem 0.75rem;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    .countdown-label {
        font-size: 0.8rem;
    }
}
/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #222222;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(34, 34, 34, 0.4);
}

.back-to-top:active {
    transform: translateY(-1px);
}

/* Pulse animation when first appears */
.back-to-top.pulse {
    animation: pulse 2s ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Arrow icon styling */
.back-to-top::before {
    content: '^';
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
}

/* Alternative arrow using CSS shapes (uncomment if you prefer) */
/*
.back-to-top::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid white;
}
*/

/* Responsive adjustments */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .back-to-top::before {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .back-to-top::before {
        font-size: 1.1rem;
    }
}
/* Newsletter Section with Wavy Background */
.newsletter-section {
    position: relative;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    padding: 6rem 0;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

/* Animated wavy background layers */
.newsletter-section::before,
.newsletter-section::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: -50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" fill="none"><path d="M0,96L48,80C96,64,192,32,288,37.3C384,43,480,85,576,90.7C672,96,768,64,864,48C960,32,1056,32,1152,42.7C1248,53,1344,75,1392,85.3L1440,96L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z" fill="rgba(59,130,246,0.1)"/></svg>') repeat-x;
    animation: wave 15s ease-in-out infinite;
    pointer-events: none;
}

.newsletter-section::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" fill="none"><path d="M0,32L48,37.3C96,43,192,53,288,58.7C384,64,480,64,576,69.3C672,75,768,85,864,85.3C960,85,1056,75,1152,64C1248,53,1344,43,1392,37.3L1440,32L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z" fill="rgba(255,255,255,0.05)"/></svg>') repeat-x;
    animation: wave 20s ease-in-out infinite reverse;
    transform: translateY(10px);
}

@keyframes wave {
    0%, 100% {
        transform: translateX(-25%);
    }
    50% {
        transform: translateX(-75%);
    }
}

/* Floating elements for visual interest */
.newsletter-section .floating-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.floating-element.el-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element.el-2 {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-element.el-3 {
    width: 60px;
    height: 60px;
    top: 80%;
    left: 80%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.newsletter-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.newsletter-section h2 {
    font-family: 'Manrope', sans-serif;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    animation: slideInFromTop 1s ease-out;
}

@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.newsletter-legal {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    animation: slideInFromBottom 1s ease-out 0.3s both;
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
    animation: slideInFromBottom 1s ease-out 0.6s both;
}

.newsletter-input {
    flex: 1;
    padding: 1.25rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    color: #374151;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

.newsletter-input:focus {
    outline: none;
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.newsletter-input::placeholder {
    color: #9ca3af;
}

.newsletter-btn {
    background: #fcc60d;
    color: #222222;
    padding: 1.25rem 2rem;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
    box-shadow: 0 4px 12px rgba(252, 198, 13, 0.4);
    white-space: nowrap;
}

.newsletter-btn:hover {
    background: #f59e0b;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(252, 198, 13, 0.5);
}

.newsletter-btn:active {
    transform: translateY(-1px);
}

/* Success message (hidden by default) */
.newsletter-success {
    background: rgba(34, 197, 94, 0.9);
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    margin-top: 2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    display: none;
    animation: slideInFromBottom 0.5s ease-out;
}

/* Responsive design */
@media (max-width: 768px) {
    .newsletter-section h2 {
        font-size: 2.5rem;
    }
    
    .newsletter-form {
        flex-direction: column;
        max-width: 400px;
    }
    
    .newsletter-input,
    .newsletter-btn {
        width: 100%;
        padding: 1rem 1.25rem;
    }
    
    .floating-element {
        display: none; /* Hide floating elements on mobile for performance */
    }
}

@media (max-width: 480px) {
    .newsletter-section {
        padding: 4rem 0;
    }
    
    .newsletter-section h2 {
        font-size: 2rem;
    }
    
    .newsletter-legal {
        font-size: 0.9rem;
    }
}
/* Ticker Tape Section - FIXED VERSION */
.ticker-section {
    background: #fcc60d;
    color: #222222;
    padding: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    margin-top: -25px !important; /* Counter the hero section gap */
}

.ticker-wrapper {
    display: inline-block;
    animation: scroll-left-immediate 35s linear infinite;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    transform: translateX(0); /* Start immediately visible */
}

.ticker-text {
    display: inline-block;
    padding-right: 100px;
}

/* New animation that starts text visible immediately */
@keyframes scroll-left-immediate {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ticker-wrapper {
        font-size: 1rem;
        animation-duration: 25s;
    }
    
    .ticker-text {
        padding-right: 80px;
    }
}

@media (max-width: 480px) {
    .ticker-wrapper {
        font-size: 0.9rem;
        animation-duration: 20s;
    }
    
    .ticker-text {
        padding-right: 60px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ticker-wrapper {
        font-size: 1rem;
        animation-duration: 20s; /* Slightly faster on mobile */
    }
    
    .ticker-text {
        padding-right: 80px;
    }
}

@media (max-width: 480px) {
    .ticker-wrapper {
        font-size: 0.9rem;
        animation-duration: 18s;
    }
    
    .ticker-text {
        padding-right: 60px;
    }
}

/* Testimonials Section - Fixed Container Width */
.testimonials-section {
    background: #f8fafc;
    padding: 5rem 0;
    overflow: hidden;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-title {
    font-family: 'Manrope', sans-serif;
    color: #1e40af;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.testimonials-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.testimonials-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 0;
    width: 100%;
}

/* URGENT FIX: Testimonials Container Width with High Specificity */

.testimonials-section .testimonials-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    overflow: hidden !important;
}

.testimonials-section .testimonials-carousel {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
    width: 100% !important;
    max-width: 100% !important;
}

.testimonials-section .testimonials-wrapper {
    flex: 1 !important;
    overflow: hidden !important;
    position: relative !important;
    width: calc(100% - 120px) !important; /* Account for arrow buttons */
    max-width: calc(100% - 120px) !important;
}

.testimonials-section .testimonials-track {
    display: flex !important;
    transition: transform 0.5s ease !important;
    gap: 0 !important;
    width: 100% !important;
}

.testimonials-section .testimonial-card {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background: white !important;
    padding: 3rem 2.5rem !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
    position: relative !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.testimonials-section .carousel-arrow {
    width: 50px !important;
    height: 50px !important;
    background: white !important;
    border: 2px solid #1e40af !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    color: #1e40af !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Mobile responsive fix */
@media (max-width: 768px) {
    .testimonials-section .testimonials-container {
        padding: 0 15px !important;
    }
    
    .testimonials-section .testimonials-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .testimonials-section .testimonials-carousel {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .testimonials-section .testimonial-card {
        padding: 2rem 1.5rem !important;
    }
}
/* SEO Section */
.seo-optimization-section {
    background: white;
    padding: 5rem 0;
    border-top: 1px solid #e2e8f0;
}

.seo-table-container {
    margin: 3rem 0;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.seo-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-family: 'Inter', sans-serif;
}

.seo-table th {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: white;
    padding: 1.25rem 1rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.02em;
    text-align: left;
    border: none;
}

.seo-table th:first-child {
    border-top-left-radius: 12px;
}

.seo-table th:last-child {
    border-top-right-radius: 12px;
}

.seo-table td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.seo-table tr:hover {
    background: #f8fafc;
}

.seo-table tr:last-child td {
    border-bottom: none;
}

.seo-table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.seo-table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.seo-content-with-image {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-top: 3rem;
}

.seo-text-content {
    flex: 1;
}

.seo-text-content p {
    font-family: 'Inter', sans-serif;
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -0.01em;
}

.seo-image-placeholder {
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-content-with-image {
        flex-direction: column;
    }
    
    .seo-image-placeholder {
        width: 100%;
        order: -1;
        margin-bottom: 1rem;
    }
    
    .seo-table-container {
        margin: 2rem -20px;
        border-radius: 0;
    }
    
    .seo-table th,
    .seo-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }
}
/* FAQ Section */
.faq-section {
    background: white;
    padding: 5rem 0;
    border-top: 1px solid #e2e8f0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-title {
    font-family: 'Manrope', sans-serif;
    color: #1e40af;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    cursor: pointer;
    background: #f8fafc;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #f1f5f9;
}

.faq-question h3 {
    font-family: 'Manrope', sans-serif;
    color: #1e40af;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.02em;
    flex: 1;
    padding-right: 1rem;
}

.faq-toggle {
    width: 32px;
    height: 32px;
    background: #1e40af;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-toggle:hover {
    background: #1e3a8a;
    transform: scale(1.1);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: white;
}

.faq-answer.open {
    max-height: 500px;
    padding: 0 2rem 2rem 2rem;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

/* COMPLETE BEAUTIFUL HOMEPAGE CSS - Fixed Targeting + All Styling */

/* Remove test borders */
body { border: none !important; }

/* Target only product grids with 2+ products, exclude banners */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) {
    /* Apply our custom grid */
    height: auto !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    
    /* Force CSS Grid Layout */
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    grid-auto-flow: row !important;
    
    /* Reset Foundation's row styles */
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
}

/* EXCLUDE banner sections */
.row.collapse.promotions:has(.only-picture) {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    grid-template-columns: initial !important;
    gap: initial !important;
}

/* Style the containers - Beautiful Cards */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.columns,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.column,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="small-"],
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="medium-"],
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="large-"],
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="xlarge-"],
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="xxlarge-"] {
    /* Reset Foundation properties */
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    
    /* Apply our custom card styling */
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    
    /* Force flexbox for card content */
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 450px !important;
    
    /* Reset any Foundation positioning */
    margin: 0 !important;
    padding: 0 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    border-color: #3b82f6 !important;
}

/* Product content flow */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Product Title - Beautiful Blue */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-info h5 {
    font-family: 'Manrope', sans-serif !important;
    color: #1e40af !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
    padding: 1.5rem 1.5rem 1rem 1.5rem !important;
    min-height: 60px !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-info h5 a {
    color: #1e40af !important;
    text-decoration: none !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-info h5 a:hover {
    color: #1e3a8a !important;
}

/* Product Image - Centered & Scaled */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-image {
    width: 100% !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 1rem !important;
    position: relative !important;
    overflow: hidden !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:hover .promotion-item-image img {
    transform: scale(1.05) !important;
}

/* Product Description - HIDDEN */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-information {
    display: none !important;
}

/* Bottom Bar - Clean Layout */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-bar {
    background: white !important;
    padding: 1.5rem !important;
    border-top: 1px solid #e2e8f0 !important;
    margin-top: auto !important;
    min-height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-price-stock {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 1rem !important;
    gap: 1rem !important;
}

/* Price Styling - Beautiful Green */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .product-price.promotion-price {
    margin: 0 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .price-text {
    font-family: 'Manrope', sans-serif !important;
    color: #059669 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .price-suffix {
    font-family: 'Inter', sans-serif !important;
    color: #6b7280 !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

/* Stock Information - Green Badges */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .product__stock--info {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    color: #059669 !important;
    font-weight: 500 !important;
    background: #f0fdf4 !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 4px !important;
    border: 1px solid #bbf7d0 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .product_stock--no-stock .product_stock--info {
    color: #dc2626 !important;
    background: #fef2f2 !important;
    border-color: #fecaca !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .product__stock i {
    font-size: 0.8rem !important;
}

/* Buy Buttons - Beautiful Yellow */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-buy {
    display: flex !important;
    justify-content: center !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .buy-button,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .button__notify-me {
    background: #fcc60d !important;
    color: #222222 !important;
    border: none !important;
    padding: 0.6rem 1rem !important;
    border-radius: 8px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    font-family: 'Inter', sans-serif !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .buy-button:hover,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .button__notify-me:hover {
    background: #f3b708 !important;
    transform: translateY(-1px) !important;
    color: #222222 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .buy-button i,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .button__notify-me i {
    color: #222222 !important;
}

/* Hide unnecessary elements */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .campaign-info,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .campaign-info-mobile,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .buy-button-warning-message,
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .show-for-small-only {
    display: none !important;
}

/* Grid positioning for desktop - Show all 7 products */
.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(3) {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(4) {
    grid-column: 4 !important;
    grid-row: 1 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(5) {
    grid-column: 1 !important;
    grid-row: 2 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(6) {
    grid-column: 2 !important;
    grid-row: 2 !important;
}

.row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container:nth-child(7) {
    grid-column: 3 !important;
    grid-row: 2 !important;
}

/* Position 8 (column 4, row 2) intentionally left empty for the gap */

/* MOBILE RESPONSIVE - NUCLEAR MOBILE FIX */
@media (max-width: 767px) {
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 1.5rem !important;
        padding: 1.5rem 15px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Override ALL Foundation column classes on mobile */
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.columns,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.column,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.small-12,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.medium-6,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.large-3,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.small-12.medium-6,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.small-12.large-3,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.medium-6.large-3,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container.small-12.medium-6.large-3,
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="small-"],
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="medium-"],
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container[class*="large-"] {
        /* Reset ALL Foundation properties */
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        
        /* Reset any grid positioning */
        grid-column: auto !important;
        grid-row: auto !important;
        
        /* Force full width single column */
        flex: 1 1 100% !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 500px !important;
        
        /* Beautiful mobile card styling */
        background: white !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #e2e8f0 !important;
        overflow: hidden !important;
    }
    
    /* Mobile vertical stacking */
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        width: 100% !important;
    }
    
    /* Image at top */
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-image {
        order: 1 !important;
        height: 200px !important;
        width: 100% !important;
        padding: 1.5rem !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f8fafc !important;
        margin: 0 !important;
    }
    
    /* Title underneath image */
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-info {
        order: 2 !important;
        width: 100% !important;
        flex: none !important;
        display: block !important;
    }
    
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-info h5 {
        font-size: 1.1rem !important;
        padding: 1.5rem 1.5rem 0.5rem 1.5rem !important;
        min-height: auto !important;
        line-height: 1.3 !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    /* Bottom section with price/stock/button */
    .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-item-bar {
        order: 4 !important;
        padding: 1.5rem !important;
        min-height: auto !important;
        margin-top: auto !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }
}

     .categories-section {
      padding: 4rem 0;
      position: relative;
      overflow: hidden;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    .section-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-header-a {
      text-align: center;
      margin-top: 3rem;
    }

    .section-title {
      font-family: 'Manrope', sans-serif;
      font-size: 2.5rem;
      font-weight: 700;
      color: #1e40af;
      margin-bottom: 0.5rem;
      letter-spacing: -0.02em;
    }

    .section-subtitle {
      font-size: 1.1rem;
      color: #64748b;
      font-weight: 500;
    }

    .categories-scroll-container {
      position: relative;
      overflow: hidden;
    }

    .categories-wrapper {
      display: flex;
      gap: 1.5rem;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 1rem 0 2rem 0;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .categories-wrapper::-webkit-scrollbar {
      display: none;
    }

    .category-card {
      flex: 0 0 auto;
      width: 160px;
      height: 180px;
      background: white;
      border-radius: 16px;
      border: 2px solid #e2e8f0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
    }

    .category-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 1;
    }

    .category-card:hover::before {
      opacity: 0.05;
    }

    .category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(30, 64, 175, 0.15);
      border-color: #1e40af;
    }

    .category-icon {
      font-size: 2.5rem;
      color: #1e40af;
      margin-bottom: 1rem;
      transition: all 0.3s ease;
      z-index: 2;
      position: relative;
    }

    .category-card:hover .category-icon {
      transform: scale(1.1);
      color: #fcc60d;
    }

    .category-name {
      font-family: 'Manrope', sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      color: #334155;
      text-align: center;
      line-height: 1.3;
      z-index: 2;
      position: relative;
      transition: color 0.3s ease;
    }

    .category-card:hover .category-name {
      color: #1e40af;
    }

    .scroll-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      background: rgba(255, 255, 255, 0.9);
      border: 2px solid #e2e8f0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 10;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      pointer-events: auto;
    }

    .scroll-button:hover {
      background: #1e40af;
      border-color: #1e40af;
      transform: translateY(-50%) scale(1.1);
    }

    .scroll-button i {
      color: #64748b;
      font-size: 1.2rem;
      transition: color 0.3s ease;
    }

    .scroll-button:hover i {
      color: white;
    }

    .scroll-left {
      left: 1rem;
    }

    .scroll-right {
      right: 1rem;
    }

    .scroll-indicator {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 1.5rem;
    }

    .indicator-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #cbd5e1;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .indicator-dot.active {
      background: #1e40af;
      transform: scale(1.2);
    }

    @media (max-width: 768px) {
      .container {
        padding: 0 1rem;
      }

      .section-title {
        font-size: 2rem;
      }

      .category-card {
        width: 140px;
        height: 160px;
      }

      .category-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
      }

      .category-name {
        font-size: 0.8rem;
      }

      .scroll-button {
        display: none;
      }

      .categories-wrapper {
        gap: 1rem;
      }
    }

    @media (max-width: 480px) {
      .categories-section {
        padding: 3rem 0;
      }

      .section-header {
        margin-bottom: 2rem;
      }

      .section-title {
        font-size: 1.75rem;
      }

      .category-card {
        width: 120px;
        height: 140px;
      }

      .category-icon {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
      }

      .category-name {
        font-size: 0.75rem;
      }
    }


@media (max-width: 639px) {
  /* Fix clipped content */
  .promotion-item.only-product .promotion-item-info {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Allow mobile title to display */
  .row.collapse.promotions .show-for-small-only {
    display: block !important;
  }

  /* Optional: tidy up desktop title if not hidden on mobile */
  .row.collapse.promotions .hide-for-small-only {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .row.collapse.promotions .promotion-item-info {
    display: flex !important;
    flex-direction: column !important;
  }

  .row.collapse.promotions .promotion-item-image {
    order: 1 !important;
  }

  .row.collapse.promotions .show-for-small-only {
    order: 2 !important; /* Title */
  }

  .row.collapse.promotions .promotion-item-information {
    order: 3 !important; /* Description */
  }

  .row.collapse.promotions .promotion-item-bar {
    order: 4 !important; /* Price + basket */
  }
}
@media (min-width: 1024px) {
  .row.collapse.promotions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .row.collapse.promotions .promotion-container:nth-child(8):last-child {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .row.collapse.promotions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  /* If exactly 7 items: target the 7th one, and force a fake 8th slot */
  .row.collapse.promotions .promotion-container:nth-child(7):nth-last-child(1) {
    grid-column: span 1;
  }

  .row.collapse.promotions .promotion-container:nth-child(7):nth-last-child(1)::after {
    content: "";
    display: block;
    grid-column: span 1;
    visibility: hidden;
    height: 0;
  }
}
/* Partner Logos Section */
        .partner-logos-section {
            background: white;
            padding: 3rem 0;
            border-top: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
        }

        .partner-logos-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .partner-logos-title {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 2rem;
            text-align: center;
            letter-spacing: -0.02em;
        }

        .partner-logos-grid {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .partner-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            opacity: 0.8;
            filter: grayscale(0.3);
        }

        .partner-logo:hover {
            opacity: 1;
            filter: grayscale(0);
            transform: translateY(-2px);
        }

        .partner-logo img {
            height: 100%;
            width: auto;
            object-fit: contain;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .partner-logos-section {
                padding: 2rem 0;
            }

            .partner-logos-title {
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
            }

            .partner-logos-grid {
                justify-content: center;
                gap: 1.5rem;
            }

            .partner-logo {
                height: 45px;
            }

            .partner-logo.microsoft,
            .partner-logo.lenovo,
            .partner-logo.hp,
            .partner-logo.htc,
            .partner-logo.cisco,
            .partner-logo.veeam,
            .partner-logo.wacom {
                height: 40px;
            }
        }

        @media (max-width: 480px) {
            .partner-logos-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            .partner-logo {
                height: 40px;
            }
        }

/* REPLACE THE PREVIOUS "EXCLUDE" CSS WITH THIS MORE SPECIFIC VERSION */

/* Only reset on pages that have BOTH sidebar AND product listing elements */
/* This is more specific to avoid affecting the homepage */

/* Target pages with the specific product listing layout */
/* These pages have Categories sidebar + Filters + Sort dropdown */
body:has(.categories-sidebar):has(.filter-container) .row.collapse.promotions,
body:has(h2:contains("Categories")):has(h3:contains("Filters")):has([class*="sort"]) .row.collapse.promotions {
    /* Reset to Foundation defaults only on product listing pages */
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    font-family: inherit !important;
    display: block !important;
    grid-template-columns: initial !important;
    gap: initial !important;
    justify-items: initial !important;
    align-items: initial !important;
    grid-auto-flow: initial !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}
.row.collapse.promotions .promotion-item {
    border: none !important;
}
/* HANDLE MULTIPLE PROMOTION SECTIONS */

/* First promotion section with 3 items */
.row.collapse.promotions:has(.promotion-container[data-promotion-id="8842"]):has(.promotion-container:nth-child(3)):not(:has(.promotion-container:nth-child(4))) {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr !important;
    max-width: 900px !important;
    margin: 0 auto 2rem auto !important;
}

/* Second promotion section with 4 items */
.row.collapse.promotions:has(.promotion-container[data-promotion-id="7164"]):has(.promotion-container:nth-child(4)):not(:has(.promotion-container:nth-child(5))) {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: 1fr !important;
    margin: 0 auto 2rem auto !important;
}

/* OR - More flexible approach that works regardless of promotion IDs */

/* Any promotion section with exactly 3 items */
.row.collapse.promotions:has(.promotion-container:nth-child(3)):not(:has(.promotion-container:nth-child(4))):not(:has(.only-picture)) {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr !important;
    max-width: 900px !important;
    margin: 0 auto 2rem auto !important;
}

/* Any promotion section with exactly 4 items */
.row.collapse.promotions:has(.promotion-container:nth-child(4)):not(:has(.promotion-container:nth-child(5))):not(:has(.only-picture)) {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: 1fr !important;
    margin: 0 auto 2rem auto !important;
}

/* Reset grid positioning for these smaller grids */
.row.collapse.promotions:not(:has(.promotion-container:nth-child(5))):not(:has(.only-picture)) .promotion-container {
    grid-column: auto !important;
    grid-row: auto !important;
}

        /* Case Study Hero Section */
        .case-study-hero {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
            width: 100vw;
            left: 50%;
            transform: translateX(-50%);
        }
        
        /* Animated background pattern */
        .case-study-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: float 20s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(-50px, 50px) rotate(180deg); }
        }
        
        .case-study-hero-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
            text-align: center;
        }
        
        .case-study-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 30px;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 2rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .case-study-hero h1 {
            font-family: 'Manrope', sans-serif;
            color: white;
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }
        
        .case-study-hero-subtitle {
            font-family: 'Inter', sans-serif;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.3rem;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        /* Key Stats Bar */
        .case-study-stats {
            background: white;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            border-radius: 16px;
            padding: 2rem;
            margin: -3rem auto 0 auto;
            max-width: 1000px;
            position: relative;
            z-index: 10;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }
        
        .stat-item {
            text-align: center;
            padding: 1rem;
            border-right: 1px solid #e2e8f0;
        }
        
        .stat-item:last-child {
            border-right: none;
        }
        
        .stat-number {
            font-family: 'Manrope', sans-serif;
            font-size: 2.5rem;
            font-weight: 800;
            color: #1e40af;
            margin-bottom: 0.5rem;
            display: block;
        }
        
        .stat-label {
            font-family: 'Inter', sans-serif;
            color: #64748b;
            font-size: 0.9rem;
            font-weight: 500;
        }
        
        /* Main Case Study Content */
        .case-study-content {
            padding: 5rem 0;
            background: #f8fafc;
        }
        
        .case-study-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Two Column Layout */
        .case-study-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            margin-bottom: 5rem;
        }
        
        .case-study-text {
            padding-right: 2rem;
        }
        
        .case-study-image {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Inter', sans-serif;
            font-size: 1.2rem;
            color: #64748b;
            font-weight: 500;
        }
        
        /* Add subtle animation to image on hover */
        .case-study-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .case-study-image:hover img {
            transform: scale(1.05);
        }
        
        /* Story Sections */
        .story-section {
            margin-bottom: 3rem;
        }
        
        .story-section h2 {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            padding-left: 1rem;
        }
        
        .story-section h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 70%;
            background: #fcc60d;
            border-radius: 2px;
        }
        
        .story-section p {
            font-family: 'Inter', sans-serif;
            color: #374151;
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }
        
        /* Quote Section */
        .case-study-quote {
            background: white;
            border-left: 4px solid #fcc60d;
            padding: 2rem 2rem 2rem 3rem;
            margin: 3rem 0;
            border-radius: 0 12px 12px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            position: relative;
        }
        
        .case-study-quote::before {
            content: '"';
            position: absolute;
            top: -20px;
            left: 20px;
            font-size: 4rem;
            color: #fcc60d;
            font-family: 'Manrope', sans-serif;
            font-weight: 800;
        }
        
        .case-study-quote p {
            font-family: 'Inter', sans-serif;
            font-size: 1.3rem;
            color: #1e40af;
            font-style: italic;
            margin: 0;
            font-weight: 500;
        }
        
        .quote-author {
            font-family: 'Manrope', sans-serif;
            color: #64748b;
            font-size: 1rem;
            margin-top: 1rem;
            font-weight: 600;
        }
        
        /* Results Section */
        .case-study-results {
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            padding: 4rem;
            border-radius: 20px;
            margin-top: 4rem;
            text-align: center;
        }
        
        .results-title {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
        }
        
        .results-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        
        .result-card {
            background: white;
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }
        
        .result-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }
        
        .result-icon {
            width: 60px;
            height: 60px;
            background: #fcc60d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem auto;
            font-size: 1.5rem;
        }
        
        .result-card h3 {
            font-family: 'Manrope', sans-serif;
            color: #1e40af;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .result-card p {
            font-family: 'Inter', sans-serif;
            color: #64748b;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        /* CTA Section */
        .case-study-cta {
            background: #1e40af;
            padding: 4rem 0;
            text-align: center;
            margin-top: 5rem;
            border-radius: 20px;
        }
        
        .case-study-cta h2 {
            font-family: 'Manrope', sans-serif;
            color: white;
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }
        
        .case-study-cta p {
            font-family: 'Inter', sans-serif;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }
        
        .cta-button {
            background: #fcc60d;
            color: #222222;
            padding: 1rem 2.5rem;
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(252, 198, 13, 0.4);
        }
        
        .cta-button:hover {
            background: #f59e0b;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(252, 198, 13, 0.5);
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .case-study-hero h1 {
                font-size: 2.5rem;
            }
            
            .case-study-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
            
            .stat-item {
                border-right: none;
                border-bottom: 1px solid #e2e8f0;
            }
            
            .stat-item:nth-child(2n) {
                border-right: none;
            }
            
            .stat-item:nth-last-child(-n+2) {
                border-bottom: none;
            }
            
            .case-study-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .case-study-text {
                padding-right: 0;
            }
            
            .case-study-image {
                height: 300px;
                order: -1;
            }
            
            .results-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 480px) {
            .case-study-hero {
                padding: 3rem 0;
            }
            
            .case-study-hero h1 {
                font-size: 2rem;
            }
            
            .case-study-hero-subtitle {
                font-size: 1.1rem;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            .story-section h2 {
                font-size: 1.6rem;
            }
            
            .results-title {
                font-size: 2rem;
            }
        }

        .front-hero-section {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: #0a0a0a;
            overflow: hidden;
        }

        /* Animated gradient background */
        .front-hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 20% 50%, rgba(29, 78, 216, 0.15) 0%, transparent 50%),
                        radial-gradient(circle at 80% 80%, rgba(251, 191, 36, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 40% 20%, rgba(34, 197, 94, 0.1) 0%, transparent 50%);
            animation: frontGradientShift 20s ease-in-out infinite;
        }

        @keyframes frontGradientShift {
            0%, 100% { transform: rotate(0deg) scale(1); }
            50% { transform: rotate(180deg) scale(1.1); }
        }

        .front-container {
            position: relative;
            z-index: 10;
            width: 100%;
            padding: 0 6rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center;
        }

        .front-content-side {
            padding: 2rem 0;
        }

        .front-hero-title {
            font-size: clamp(3rem, 6vw, 5rem);
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 2rem;
            line-height: 1.1;
            position: relative;
            letter-spacing: -0.02em;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }

        /* Highlight span text */
        .front-hero-title span {
            color: #fbbf24;
        }



        .front-hero-description {
            font-size: 1.25rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 3rem;
            line-height: 1.8;
            max-width: 600px;
        }

        .front-cta-container {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
        }

        .front-cta-button {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            padding: 1.25rem 2.5rem;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #000;
            font-size: 1.125rem;
            font-weight: 700;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 25px rgba(251, 191, 36, 0.3);
            overflow: hidden;
        }

        .front-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }

        .front-cta-button:hover::before {
            left: 100%;
        }

        .front-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 35px rgba(251, 191, 36, 0.4);
        }

        .front-cta-button svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .front-cta-button:hover svg {
            transform: translateX(5px);
        }

        .front-contact-info {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            color: rgba(255, 255, 255, 0.7);
        }

        .front-contact-info a {
            color: #fbbf24;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .front-contact-info a:hover {
            color: #f59e0b;
        }

        .front-visual-side {
            position: relative;
            height: 700px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 2rem;
        }

        /* 3D card effect */
        .front-image-container {
            position: relative;
            width: 100%;
            max-width: 600px;
            height: 100%;
            transform-style: preserve-3d;
            transition: transform 0.8s ease-out;
        }

        .front-image-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
            transform: rotateY(-5deg) rotateX(5deg);
            transition: all 0.5s ease;
        }

        .front-image-wrapper:hover {
            transform: rotateY(0deg) rotateX(0deg) scale(1.05);
            box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6);
        }

        .front-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

        .front-image-wrapper:hover img {
            opacity: 1;
        }

        /* Floating elements animation */
        .front-floating-element {
            position: absolute;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
            border-radius: 50%;
            animation: frontFloat 6s ease-in-out infinite;
        }

        .front-floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 10%;
            right: -40px;
            animation-delay: 0s;
        }

        .front-floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            bottom: 20%;
            left: -30px;
            animation-delay: 2s;
        }

        .front-floating-element:nth-child(3) {
            width: 100px;
            height: 100px;
            top: 50%;
            right: 10%;
            animation-delay: 4s;
        }

        @keyframes frontFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-30px) rotate(180deg); }
        }

        /* Tech grid overlay */
        .front-tech-grid {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px),
                linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
            background-size: 50px 50px;
            animation: frontGridMove 20s linear infinite;
            opacity: 0.3;
        }

        @keyframes frontGridMove {
            0% { transform: translate(0, 0); }
            100% { transform: translate(50px, 50px); }
        }

        /* Responsive */
        @media (min-width: 1920px) {
            .front-container {
                padding: 0 8rem;
            }
        }

        @media (max-width: 1024px) {
            .front-container {
                grid-template-columns: 1fr;
                gap: 3rem;
                padding: 0 2rem;
            }

            .front-visual-side {
                height: 400px;
                order: -1;
                padding-right: 0;
                justify-content: center;
            }

            .front-hero-title {
                text-align: center;
            }

            .front-hero-description {
                text-align: center;
                margin: 0 auto 3rem;
            }

            .front-cta-container {
                justify-content: center;
            }

            .front-contact-info {
                align-items: center;
            }
        }

        @media (max-width: 640px) {
            .front-hero-section {
                min-height: auto;
                padding: 4rem 0;
            }

            .front-container {
                padding: 0 1.5rem;
            }

            .front-visual-side {
                height: 300px;
            }

            .front-cta-container {
                flex-direction: column;
                align-items: stretch;
            }

            .front-cta-button {
                justify-content: center;
                text-align: center;
            }
        }

      /* Section 5: Call Out Section with Parallax - FIXED */
        .xr-callout-section {
            position: relative !important;
            width: 100vw !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
            height: 100vh !important;
            overflow: hidden !important;
            background: transparent !important;
            isolation: isolate; /* Create stacking context */
        }
        
        .xr-callout-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000;
            z-index: -1;
        }
        
        .xr-parallax-bg {
            position: absolute;
            top: -20%;
            left: 0;
            right: 0;
            width: 100%;
            height: 140%;
            background: url('https://images.pexels.com/photos/8355147/pexels-photo-8355147.jpeg') center/cover no-repeat;
            will-change: transform;
            transform: translateY(0) !important;
            z-index: 0;
        }
        
        .xr-parallax-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            pointer-events: none;
            z-index: 1;
        }
        
        .xr-callout-content {
            position: relative;
            z-index: 10;
            display:flex;
            height: 100%;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
        }
        
        .xr-callout-title {
            font-family: 'Manrope', sans-serif;
            font-size: 3.5rem;
            font-weight: 800;
            color: #ffffff !important;
            margin-bottom: 1.5rem;
            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
        }
        
        .xr-callout-subtitle {
            font-size: 1.5rem;
            color: #ffffff !important;
            margin-bottom: 3rem;
            max-width: 600px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        }
        
        .xr-callout-button {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            background: #fcc60d;
            color: #222;
            padding: 1.25rem 3rem;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 700;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(252, 198, 13, 0.4);
        }
        
        .xr-callout-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(252, 198, 13, 0.6);
        }

/* === REPLACEMENT: Promotions layout === */

/* Mobile: full-bleed section, one card per row */
@media (max-width: 767px) {
  body .row.collapse.promotions {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0 16px !important;
    margin: 0 !important;
  }

  /* neutralise Foundation columns + force full width */
  body .row.collapse.promotions .promotion-container,
  body .row.collapse.promotions .columns {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  /* kill the CMS inline height="498px" */
  body .row.collapse.promotions .promotion-container[style],
  body .row.collapse.promotions .promotion-container {
    height: auto !important;
    min-height: 0 !important;
  }

  /* clean internals */
  body .row.collapse.promotions .promotion-item,
  body .row.collapse.promotions .promotion-item-image,
  body .row.collapse.promotions .promotion-item-bar {
    height: auto !important;
  }

  body .row.collapse.promotions .promotion-item-image {
    padding: 16px !important;
    background: #f8fafc !important;
  }

  body .row.collapse.promotions .promotion-item-info h5 {
    text-align: center !important;
    padding: 12px 16px 0 !important;
    margin: 0 !important;
  }

  /* cancel any nth-child grid positioning that might leak through */
  body .row.collapse.promotions .promotion-container:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* Desktop: keep 4-up grid */
@media (min-width: 1024px) {
  body .row.collapse.promotions {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
    left: auto !important;
    transform: none !important;
  }
}

@media screen and (max-width: 639px) {
  /* Nuclear option - force all promotion containers to full width */
  div.promotion-container,
  .promotion-container.small-12.medium-3.large-3.columns {
    width: calc(100vw - 30px) !important;
    max-width: none !important;
    margin: 0 auto 20px auto !important;
    float: none !important;
    display: block !important;
    padding: 0 !important;
  }
}

/* Override the 4-column grid on mobile */
@media (max-width: 767px) {
  .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) {
    grid-template-columns: 1fr !important; /* Single column on mobile */
    display: grid !important; /* Keep grid display */
  }
}

/* Or if you want to completely disable grid on mobile */
@media (max-width: 767px) {
  .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) {
    display: block !important; /* Override grid */
    grid-template-columns: none !important; /* Remove grid columns */
  }
  
  /* Ensure containers are full width */
  .row.collapse.promotions:has(.promotion-container:nth-child(2)):not(:has(.only-picture)) .promotion-container {
    width: 100% !important;
    display: block !important;
  }
}
/* XR styled pages */
.xr-hero-section {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%) translateY(-25px);
    height: 84vh;
    min-height: 600px;
    overflow: hidden;
    background: #000;
}
.section-after-hero {
    margin-top: -25px !important;
}
.xr-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.xr-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.xr-hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.xr-hero-content h1 {
    font-family: 'Manrope', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    line-height: 1.2;
    animation: xrFadeInUp 1s ease-out;  /* Changed from fadeInUp */
}

/* Renamed animation to avoid conflict */
@keyframes xrFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section 2: Brand Choices */
.xr-brands-section {
    padding: 5rem 0;
    background: #f8fafc;
}

/* Changed from .xr-container to be more specific */
.xr-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xr-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.xr-brand-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.xr-brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #1e40af;
}

.xr-brand-image {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #6b7280;
}

.xr-brand-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.xr-brand-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 1rem;
}

.xr-brand-button {
    display: inline-block;
    background: #fcc60d;
    color: #222;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.xr-brand-button:hover {
    background: #f59e0b;
    transform: translateY(-2px);
}

/* Section 3: Content Section */
.xr-content-section {
    padding: 5rem 0;
    background: white;
}

.xr-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.xr-content-text {
    padding-right: 2rem;
}

.xr-content-text p {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.xr-content-image {
    width: 100%;
    height: 400px;
    background: #f3f4f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.xr-cta-button {
    display: inline-block;
    background: #1e40af;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.xr-cta-button:hover {
    background: #1e3a8a;
    transform: translateY(-2px);
}

/* Section 4: Software Providers - FIXED FOR FULL WIDTH */
.xr-software-section {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.xr-software-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.xr-section-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e40af;
    text-align: center;
    margin-bottom: 1rem;
}

.xr-section-subtitle {
    text-align: center;
    color: #64748b;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.xr-software-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.xr-software-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.xr-software-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(252, 198, 13, 0.1), transparent);
    transition: left 0.6s ease;
}

.xr-software-card:hover::before {
    left: 100%;
}

.xr-software-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #fcc60d;
}

.xr-software-logo {
    width: 150px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #6b7280;
}

.xr-software-name {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 1rem;
}

.xr-software-cta {
    display: inline-block;
    background: transparent;
    color: #1e40af;
    padding: 0.5rem 1.5rem;
    border: 2px solid #1e40af;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.xr-software-cta:hover {
    background: #1e40af;
    color: white;
}

/* Section 5: Call Out Section - RENAMED to avoid conflict */
.xr-parallax-callout {  /* Changed from .xr-callout-section */
    position: relative !important;
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 100vh !important;
    overflow: hidden !important;
    background: transparent !important;
    isolation: isolate;
}

.xr-parallax-callout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
}

.xr-parallax-bg {
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 140%;
    background: url('https://images.pexels.com/photos/8355147/pexels-photo-8355147.jpeg') center/cover no-repeat;
    will-change: transform;
    transform: translateY(0) !important;
    z-index: 0;
}

.xr-parallax-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 1;
}

.xr-callout-content {
    position: relative;
    z-index: 10;
    display:flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.xr-callout-title {
    font-family: 'Manrope', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.xr-callout-subtitle {
    font-size: 1.5rem;
    color: #ffffff !important;
    margin-bottom: 3rem;
    max-width: 600px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.xr-callout-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: #fcc60d;
    color: #222;
    padding: 1.25rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(252, 198, 13, 0.4);
}

.xr-callout-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(252, 198, 13, 0.6);
}

/* Section 6: Contact Form */
.xr-contact-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.xr-contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.xr-contact-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.xr-contact-intro h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 1rem;
}

.xr-contact-form {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.xr-form-group {
    margin-bottom: 1.5rem;
}

.xr-form-label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.xr-form-input,
.xr-form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.xr-form-input:focus,
.xr-form-textarea:focus {
    outline: none;
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.xr-form-textarea {
    resize: vertical;
    min-height: 120px;
}

.xr-form-submit {
    width: 100%;
    background: #1e40af;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.xr-form-submit:hover {
    background: #1e3a8a;
    transform: translateY(-2px);
}

/* Section 7: SEO Content */
.xr-seo-section {
    padding: 5rem 0;
    background: white;
}

.xr-seo-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.xr-seo-content h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 1.5rem;
}

.xr-seo-content h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1e40af;
    margin: 2rem 0 1rem 0;
}

.xr-seo-content p {
    font-size: 1.05rem;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.xr-seo-sidebar {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 12px;
    height: fit-content;
}

.xr-seo-box {
    margin-bottom: 2rem;
}

.xr-seo-box h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 1rem;
}

.xr-seo-list {
    list-style: none;
}

.xr-seo-list li {
    color: #64748b;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.xr-seo-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

/* Section 8: Case Study Hero - Renamed animation */
.xr-case-study-hero {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.xr-case-study-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: xrFloat 20s ease-in-out infinite; /* Changed from float */
}

/* Renamed animation to avoid conflict */
@keyframes xrFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-50px, 50px) rotate(180deg); }
}

.xr-case-study-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.xr-case-study-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.xr-case-study-hero h1 {
    font-family: 'Manrope', sans-serif;
    color: white;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.xr-case-study-hero-subtitle {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Section 9: FAQ - Using existing faq styles from override CSS */
/* No need to duplicate, already in override CSS */

/* Responsive Design */
@media (max-width: 768px) {
    .xr-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .xr-brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .xr-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .xr-content-text {
        padding-right: 0;
    }
    
    .xr-content-image {
        order: -1;
    }
    
    .xr-seo-grid {
        grid-template-columns: 1fr;
    }
    
    .xr-callout-title {
        font-size: 2.5rem;
    }
    
    .xr-callout-subtitle {
        font-size: 1.2rem;
    }
}
.xr-content-section,
.xr-seo-section {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
