/* Lifted from the live site's service pages; scoped to .apex-service by tools/scope_css.py. */
/* Prevent horizontal scrolling */html, body.apex-service {
            overflow-x: hidden;
            max-width: 100%;
            position: relative;
        }
.apex-service * {
            box-sizing: border-box;
        }
/* Enhanced Product Page Styles */.apex-service .hero {
            background: var(--gradient-overlay-strong);
            min-height: auto;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: 3rem 0;
        }
.apex-service .hero-content {
            position: relative;
            z-index: 2;
            color: var(--wp--preset--color--white);
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }
.apex-service .hero-text {
            color: var(--wp--preset--color--white);
        }
.apex-service .hero-text h1 {
            font-size: clamp(1.5rem, 4vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            color: var(--wp--preset--color--white);
            text-shadow: 2px 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .hero-text p {
            font-size: clamp(0.9rem, 2vw, 1.2rem);
            margin-bottom: 1.5rem;
            line-height: 1.6;
            color: var(--wp--preset--color--white);
            opacity: 0.95;
        }
.apex-service .hero-image-container {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0 !important;
            box-shadow: none;
            overflow: visible !important;
            position: static !important;
        }
.apex-service .hero-image-wrapper {
            position: relative;
            display: inline-block;
            border-radius: 15px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
.apex-service .hero-image-wrapper:hover {
            transform: scale(1.02);
        }
.apex-service .hero-product-image {
            height: 400px;
            width: 400px;
            max-width: 100%;
            object-fit: cover;
            border-radius: 15px;
            display: block;
        }
.apex-service .hero-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay-strong);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            text-align: center;
            padding: 1.5rem;
            border-radius: 15px;
        }
.apex-service .hero-image-wrapper:hover .hero-image-overlay {
            opacity: 1;
        }
.apex-service .hero-overlay-content h3 {
            font-size: 1.4rem;
            margin-bottom: 0.75rem;
            font-weight: 700;
            color: var(--wp--preset--color--white);
            text-shadow: 0 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .hero-overlay-content p {
            font-size: 1.05rem;
            line-height: 1.5;
            color: #f0f9ff;
            text-shadow: 0 1px 2px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
            margin: 0;
        }
.apex-service .hero-buttons {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
        }
/* Hero text is centred below 1100px, so centre the buttons with it */@media (max-width: 1100px) {.apex-service .hero-buttons {
                justify-content: center;
            }

        }
.apex-service .hero-btn-primary {
            background: var(--wp--preset--color--white);
            color: var(--brand-primary);
            padding: 1rem 1.8rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }
.apex-service .hero-btn-secondary {
            background: transparent;
            color: var(--wp--preset--color--white);
            border: 2px solid var(--wp--preset--color--white);
            padding: 1rem 1.8rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }
.apex-service .hero-info-box {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
            padding: 1rem;
            border-radius: 8px;
            backdrop-filter: blur(10px);
        }
.apex-service .hero-features {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
            padding: 2rem;
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }
.apex-service .section-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }
.apex-service .section-title {
            font-size: clamp(2rem, 4vw, 3rem);
            color: var(--brand-primary);
            text-align: center;
            margin-bottom: 1rem;
        }
.apex-service .section-subtitle {
            font-size: 1.2rem;
            color: var(--wp--preset--color--gray-500);
            text-align: center;
            margin-bottom: 3rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
.apex-service .products-overview {
            padding: 4rem 0;
            background: #f8f9fa;
        }
.apex-service .product-ecommerce-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            margin-bottom: 4rem;
            align-items: stretch;
            max-width: 1200px;
            margin: 0 auto 4rem auto;
        }
/* Wider container for products section */.apex-service .products-overview .section-container {
            max-width: 1600px;
        }
.apex-service .ecommerce-product-card {
            background: var(--wp--preset--color--white);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
.apex-service .ecommerce-product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0, 113, 188, 0.15);
            border-color: var(--brand-primary);
        }
.apex-service .product-hero-image {
            width: 100%;
            height: 300px;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 2rem;
            position: relative;
        }
.apex-service .product-hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            border-radius: 15px;
        }
.apex-service .product-hero-image:hover img {
            transform: scale(1.05);
        }
.apex-service .product-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay-strong);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            text-align: center;
            padding: 1.5rem;
            border-radius: 15px;
        }
.apex-service .product-hero-image:hover .product-image-overlay {
            opacity: 1;
        }
.apex-service .product-overlay-content h4 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
            color: var(--wp--preset--color--white);
            text-shadow: 0 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .product-overlay-content p {
            font-size: 1rem;
            line-height: 1.4;
            color: #f0f9ff;
            text-shadow: 0 1px 2px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
            margin: 0;
        }
.apex-service .product-title {
            font-size: 1.8rem;
            color: var(--brand-primary);
            margin-bottom: 1rem;
            font-weight: 700;
        }
.apex-service .product-description {
            color: var(--wp--preset--color--gray-500);
            line-height: 1.6;
            margin-bottom: 2rem;
            flex: 1;
        }
.apex-service .product-pricing-section {
            background: #f8f9fa;
            padding: 1.5rem;
            border-radius: 12px;
            margin-bottom: 2rem;
        }
.apex-service .price-display {
            font-size: 2rem;
            font-weight: 700;
            color: var(--brand-accent);
            margin-bottom: 1rem;
        }
.apex-service .quantity-selector {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }
.apex-service .quantity-label {
            font-weight: 600;
            color: var(--brand-primary);
        }
.apex-service .quantity-controls {
            display: flex;
            align-items: center;
            border: 2px solid var(--wp--preset--color--gray-200);
            border-radius: 8px;
            overflow: hidden;
        }
.apex-service .quantity-btn {
            background: var(--wp--preset--color--gray-100);
            border: none;
            padding: 0.75rem 1rem;
            cursor: pointer;
            font-weight: 600;
            color: var(--brand-primary);
            transition: all 0.2s ease;
        }
.apex-service .quantity-btn:hover {
            background: var(--brand-primary);
            color: var(--wp--preset--color--white);
        }
.apex-service .quantity-input {
            border: none;
            padding: 0.75rem 1rem;
            text-align: center;
            font-weight: 600;
            width: 60px;
            background: var(--wp--preset--color--white);
        }
.apex-service .add-to-cart-btn {
            background: var(--brand-accent);
            color: var(--wp--preset--color--white);
            border: none;
            padding: 1rem 2rem;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
        }
.apex-service .add-to-cart-btn:hover {
            background: var(--brand-accent);
            transform: translateY(-2px);
        }
@media (max-width: 1200px) {.apex-service .product-ecommerce-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

        }
/* Product Details Section */.apex-service .product-details-section {
            padding: 4rem 0;
            background: var(--wp--preset--color--white);
        }
.apex-service .product-details-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
.apex-service .gallery-2x2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            height: 500px;
        }
.apex-service .gallery-item {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
.apex-service .gallery-item:hover {
            transform: scale(1.02);
        }
.apex-service .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.apex-service .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-overlay);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            text-align: center;
            padding: 1rem;
        }
.apex-service .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
.apex-service .gallery-overlay h4 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--wp--preset--color--white);
            text-shadow: 0 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .gallery-overlay p {
            font-size: 0.9rem;
            line-height: 1.4;
            color: var(--wp--preset--color--white);
            text-shadow: 0 1px 2px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
            margin: 0;
        }
.apex-service .info-tabs-container {
            background: #f8f9fa;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--wp--preset--color--gray-200);
        }
.apex-service .info-tab-nav {
            display: flex;
            background: var(--gradient-hero-main);
        }
.apex-service .info-tab-btn {
            flex: 1;
            padding: 1rem 1.5rem;
            border: none;
            background: transparent;
            color: rgb(from var(--wp--preset--color--white) r g b / 0.8);
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            border-right: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .info-tab-btn:last-child {
            border-right: none;
        }
.apex-service .info-tab-btn.active {
            color: var(--wp--preset--color--white);
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .info-tab-btn:hover:not(.active) {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.05);
            color: var(--wp--preset--color--white);
        }
.apex-service .info-tab-content {
            padding: 2rem;
            background: var(--wp--preset--color--white);
            min-height: 300px;
        }
.apex-service .info-tab-panel {
            display: none;
            animation: fadeInUp 0.5s ease-out;
        }
.apex-service .info-tab-panel.active {
            display: block;
        }
.apex-service .info-tab-panel h3 {
            color: var(--brand-primary);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
/* Responsive tab styles */@media (max-width: 1100px) {.apex-service .info-tab-btn {
                font-size: clamp(0.85rem, 2vw, 1rem);
                padding: 0.85rem 1rem;
            }
.apex-service .info-tab-content {
                padding: 1.5rem;
            }

        }
@media (max-width: 768px) {.apex-service .info-tab-nav {
                flex-direction: column;
            }
.apex-service .info-tab-btn {
                border-right: none !important;
                border-bottom: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
                padding: 0.75rem 1rem;
                font-size: clamp(0.8rem, 2.5vw, 0.95rem);
                text-align: left;
            }
.apex-service .info-tab-btn:last-child {
                border-bottom: none;
            }
.apex-service .info-tab-content {
                padding: 1rem;
                min-height: auto;
            }
.apex-service .info-tab-panel h3 {
                font-size: clamp(1.25rem, 4vw, 1.5rem);
            }

        }
.apex-service .info-feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin-bottom: 2rem;
        }
@media (max-width: 768px) {.apex-service .info-feature-grid {
                grid-template-columns: 1fr;
            }

        }
.apex-service .info-feature-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem;
            background: #f8f9fa;
            border-radius: 8px;
        }
.apex-service .info-feature-icon {
            background: var(--brand-accent);
            color: var(--wp--preset--color--white);
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: bold;
            flex-shrink: 0;
            flex-grow: 0;
        }
/* CTA Section */.apex-service .cta-section {
            padding: 4rem 0;
            background: var(--gradient-cta-blue);
            color: var(--wp--preset--color--white);
            text-align: center;
        }
.apex-service .cta-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 2rem;
        }
.apex-service .cta-title {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--wp--preset--color--white);
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .cta-subtitle {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.95;
            line-height: 1.6;
        }
.apex-service .cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
.apex-service .cta-btn-primary {
            background: var(--wp--preset--color--white);
            color: var(--brand-primary);
            padding: 1.25rem 2.5rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
        }
.apex-service .cta-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .cta-btn-secondary {
            background: transparent;
            color: var(--wp--preset--color--white);
            border: 2px solid var(--wp--preset--color--white);
            padding: 1.25rem 2.5rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }
.apex-service .cta-btn-secondary:hover {
            background: var(--wp--preset--color--white);
            color: var(--brand-primary);
            transform: translateY(-3px);
        }
.apex-service .cta-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.2);
        }
.apex-service .cta-stat {
            text-align: center;
        }
.apex-service .cta-stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #b2d040;
            display: block;
            margin-bottom: 0.5rem;
        }
.apex-service .cta-stat-label {
            font-size: 0.9rem;
            opacity: 0.8;
        }
@media (max-width: 768px) {.apex-service .product-details-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
.apex-service .gallery-2x2 {
                height: 400px;
            }
.apex-service .info-feature-grid {
                grid-template-columns: 1fr;
            }
.apex-service .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
.apex-service .cta-stats {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

        }
.apex-service .product-card {
            background: var(--wp--preset--color--white);
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 4px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.08);
            transition: all 0.3s ease;
            border: 1px solid var(--wp--preset--color--gray-200);
            display: flex;
            flex-direction: column;
            height: 100%;
        }
.apex-service .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 113, 188, 0.15);
        }
.apex-service .product-image-container {
            position: relative;
            width: 100%;
            height: 280px;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 2rem;
            box-shadow: 0 8px 25px rgb(from var(--wp--preset--color--brand-700) r g b / 0.15);
            cursor: pointer;
        }
.apex-service .product-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.5s ease, filter 0.3s ease;
            filter: brightness(1.05) contrast(1.1) saturate(1.1);
        }
.apex-service .product-image-container:hover .product-image {
            transform: scale(1.08);
            filter: brightness(1.15) contrast(1.15) saturate(1.2);
        }
.apex-service .product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(48, 156, 107, 0.9), rgba(0, 113, 188, 0.9));
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--wp--preset--color--white);
            text-align: center;
            padding: 1.5rem;
        }
.apex-service .product-image-container:hover .product-overlay {
            opacity: 1;
        }
.apex-service .product-overlay-content h4 {
            font-size: 1.4rem;
            margin-bottom: 0.75rem;
            font-weight: 700;
            color: var(--wp--preset--color--white);
            text-shadow: 0 2px 4px rgb(from var(--wp--preset--color--brand-700) r g b / 0.3);
        }
.apex-service .product-overlay-content p {
            font-size: 1.05rem;
            line-height: 1.5;
            color: #f0f9ff;
            text-shadow: 0 1px 2px rgb(from var(--wp--preset--color--brand-700) r g b / 0.2);
        }
.apex-service .innovation-section {
            padding: 4rem 0;
            background: var(--wp--preset--color--white);
        }
.apex-service .innovation-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-top: 2rem;
        }
.apex-service .innovation-card {
            background: #f8f9fa;
            padding: 1.5rem;
            border-radius: 12px;
            text-align: center;
            transition: all 0.3s ease;
        }
.apex-service .innovation-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
        }
.apex-service .innovation-card h4 {
            font-size: 1.1rem !important;
            margin-bottom: 0.75rem !important;
        }
.apex-service .innovation-card p {
            font-size: 0.9rem !important;
            line-height: 1.5 !important;
        }
@media (max-width: 768px) {.apex-service .innovation-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

        }
/* Combined Science & Ingredients Section */.apex-service .science-ingredients-section {
            padding: 4rem 0;
            background: #f8f9fa;
        }
.apex-service .science-ingredients-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-top: 2rem;
        }
.apex-service .science-tab-container {
            background: var(--wp--preset--color--white);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
        }
.apex-service .science-tab-nav {
            display: flex;
            background: var(--gradient-hero-main);
        }
.apex-service .science-tab-btn {
            flex: 1;
            padding: 1rem 1.5rem;
            border: none;
            background: transparent;
            color: rgb(from var(--wp--preset--color--white) r g b / 0.8);
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border-right: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .science-tab-btn:last-child {
            border-right: none;
        }
.apex-service .science-tab-btn.active {
            color: var(--wp--preset--color--white);
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .science-tab-btn:hover:not(.active) {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.05);
            color: var(--wp--preset--color--white);
        }
.apex-service .science-tab-content {
            padding: 2rem;
            min-height: 400px;
        }
.apex-service .science-tab-panel {
            display: none;
            animation: fadeInUp 0.5s ease-out;
        }
.apex-service .science-tab-panel.active {
            display: block;
        }
.apex-service .science-feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin-bottom: 1.5rem;
        }
.apex-service .science-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1rem;
            background: #f8f9fa;
            border-radius: 8px;
            border: 2px solid var(--wp--preset--color--gray-200);
            transition: all 0.3s ease;
        }
.apex-service .science-feature-item:hover {
            border-color: var(--brand-primary);
            box-shadow: 0 4px 12px rgba(0, 113, 188, 0.1);
        }
.apex-service .science-feature-icon {
            background: transparent;
            color: var(--brand-accent);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
            margin-top: 2px;
        }
.apex-service .science-feature-content h4 {
            color: var(--brand-primary);
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
.apex-service .science-feature-content p {
            color: var(--wp--preset--color--gray-500);
            font-size: 0.85rem;
            line-height: 1.5;
            margin: 0;
        }
.apex-service .ingredient-highlight {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 8px;
            border: 2px solid var(--wp--preset--color--gray-200);
            margin: 1rem 0;
            transition: all 0.3s ease;
        }
.apex-service .ingredient-highlight:hover {
            border-color: var(--brand-primary);
            box-shadow: 0 4px 12px rgba(0, 113, 188, 0.1);
        }
.apex-service .ingredient-highlight h5 {
            color: var(--brand-primary);
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
.apex-service .ingredient-highlight p {
            color: var(--wp--preset--color--gray-700);
            font-size: 0.9rem;
            line-height: 1.5;
            margin: 0;
        }
@media (max-width: 1100px) {.apex-service .science-tab-btn {
                font-size: clamp(0.85rem, 2vw, 1rem);
                padding: 0.85rem 1rem;
            }
.apex-service .science-tab-content {
                padding: 1.5rem;
            }

        }
@media (max-width: 768px) {.apex-service .science-tab-nav {
                flex-direction: column;
            }
.apex-service .science-tab-btn {
                border-right: none !important;
                border-bottom: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
                padding: 0.75rem 1rem;
                font-size: clamp(0.8rem, 2.5vw, 0.95rem);
                text-align: left;
            }
.apex-service .science-tab-btn:last-child {
                border-bottom: none;
            }
.apex-service .science-ingredients-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
.apex-service .science-feature-grid {
                grid-template-columns: 1fr;
            }
.apex-service .science-tab-content {
                min-height: 300px;
                padding: 1rem;
            }

        }
/* Safety & Professional Section */.apex-service .safety-certifications-section {
            padding: 4rem 0;
            background: var(--wp--preset--color--white);
        }
.apex-service .safety-certifications-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-top: 2rem;
        }
.apex-service .safety-benefit-card {
            background: #f8f9fa;
            padding: 1.5rem;
            border-radius: 12px;
            margin-bottom: 1rem;
            border: 2px solid var(--wp--preset--color--gray-200);
            transition: all 0.3s ease;
        }
.apex-service .safety-benefit-card:hover {
            border-color: var(--brand-primary);
            box-shadow: 0 4px 12px rgba(0, 113, 188, 0.1);
        }
.apex-service .safety-benefit-card h4 {
            color: var(--brand-primary);
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
.apex-service .safety-benefit-card p {
            color: var(--wp--preset--color--gray-500);
            font-size: 0.9rem;
            line-height: 1.5;
            margin-bottom: 0.75rem;
        }
.apex-service .safety-benefit-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.apex-service .safety-benefit-list li {
            color: var(--wp--preset--color--gray-500);
            font-size: 0.85rem;
            padding: 0.25rem 0;
            padding-left: 1rem;
            position: relative;
        }
.apex-service .safety-benefit-list li::before {
            content: '•';
            color: var(--brand-accent);
            font-weight: bold;
            position: absolute;
            left: 0;
        }
.apex-service .certification-badge {
            background: var(--wp--preset--color--white);
            color: var(--brand-primary);
            padding: 1.5rem;
            border-radius: 12px;
            text-align: left;
            margin-bottom: 1rem;
            border: 2px solid var(--wp--preset--color--gray-200);
            transition: all 0.3s ease;
        }
.apex-service .certification-badge:hover {
            border-color: var(--brand-primary);
            box-shadow: 0 4px 12px rgba(0, 113, 188, 0.1);
        }
.apex-service .certification-badge h4 {
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
.apex-service .certification-badge p {
            font-size: 0.85rem;
            opacity: 0.9;
            margin: 0;
            line-height: 1.4;
        }
.apex-service .certification-details {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 8px;
            border: 1px solid var(--wp--preset--color--gray-200);
            margin-bottom: 1.5rem;
        }
.apex-service .certification-details h5 {
            color: var(--brand-primary);
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
.apex-service .certification-details p {
            color: var(--wp--preset--color--gray-700);
            font-size: 0.8rem;
            line-height: 1.4;
            margin: 0;
        }
@media (max-width: 768px) {.apex-service .safety-certifications-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

        }
.apex-service .innovation-icon {
            font-size: 2rem;
            margin-bottom: 0.75rem;
        }
.apex-service .comparison-section {
            padding: 4rem 0;
            background: #f8f9fa;
        }
.apex-service .comparison-table {
            background: var(--wp--preset--color--white);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
            margin-top: 2rem;
        }
.apex-service .comparison-header {
            background: var(--brand-primary);
            color: var(--wp--preset--color--white);
            padding: 2rem;
            text-align: center;
        }
.apex-service .comparison-body {
            padding: 2rem;
        }
.apex-service .comparison-row {
            border-bottom: 1px solid var(--wp--preset--color--gray-200);
            padding: 1.5rem 0;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 1rem;
            align-items: center;
        }
.apex-service .comparison-row:last-child {
            border-bottom: none;
        }
.apex-service .feature-name {
            font-weight: 600;
            color: var(--brand-primary);
        }
.apex-service .check-mark {
            color: var(--wp--preset--color--success);
            font-size: 1.5rem;
            text-align: center;
        }
.apex-service .x-mark {
            color: var(--brand-accent);
            font-size: 1.5rem;
            text-align: center;
        }
.apex-service .ingredients-section {
            padding: 4rem 0;
            background: var(--wp--preset--color--white);
        }
.apex-service .ingredients-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
.apex-service .ingredient-card {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 12px;
            text-align: center;
        }
.apex-service .ingredient-icon {
            width: 80px;
            height: 80px;
            background: var(--gradient-hero-main);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: var(--wp--preset--color--white);
        }
.apex-service .safety-section {
            padding: 4rem 0;
            background: #f8f9fa;
        }
.apex-service .safety-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
.apex-service .safety-card {
            background: var(--wp--preset--color--white);
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgb(from var(--wp--preset--color--brand-700) r g b / 0.08);
        }
.apex-service .certification-section {
            padding: 4rem 0;
            background: var(--gradient-dark);
            color: var(--wp--preset--color--white);
        }
.apex-service .certification-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
.apex-service .certification-card {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.05);
            padding: 2rem;
            border-radius: 12px;
            text-align: center;
            border: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .btn {
            padding: 1rem 2rem;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }
.apex-service .btn-primary {
            background: var(--brand-accent);
            color: var(--wp--preset--color--white);
        }
.apex-service .btn-primary:hover {
            background: var(--brand-accent);
            transform: translateY(-2px);
        }
.apex-service .btn-secondary {
            background: transparent;
            color: var(--brand-primary);
            border: 2px solid var(--brand-primary);
        }
.apex-service .btn-secondary:hover {
            background: var(--brand-primary);
            color: var(--wp--preset--color--white);
        }
.apex-service .footer {
            background: #0b0c0e;
            color: var(--wp--preset--color--white);
            padding: 3rem 2rem 1rem;
        }
.apex-service .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto 2rem;
        }
.apex-service .footer-section h4 {
            color: var(--brand-primary);
            margin-bottom: 1rem;
        }
.apex-service .footer-links {
            list-style: none;
            padding: 0;
        }
.apex-service .footer-links a {
            color: var(--wp--preset--color--gray-300);
            text-decoration: none;
            transition: color 0.3s ease;
        }
.apex-service .footer-links a:hover {
            color: var(--wp--preset--color--white);
        }
.apex-service .footer-bottom {
            border-top: 1px solid var(--wp--preset--color--gray-700);
            padding-top: 1rem;
            text-align: center;
            color: var(--wp--preset--color--gray-400);
        }
/* Navigation Styles */.apex-service .nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgb(from var(--wp--preset--color--white) r g b / 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            padding: 1rem 0;
            box-shadow: 0 2px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
        }
.apex-service .nav-links {
            display: flex;
            align-items: center;
            gap: 2rem;
        }
.apex-service .nav-link {
            color: var(--wp--preset--color--gray-700);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }
.apex-service .nav-link:hover, .apex-service .nav-link.active {
            color: var(--brand-primary);
        }
.apex-service .nav-cta {
            background: var(--brand-accent);
            color: var(--wp--preset--color--white);
            padding: 0.75rem 1.5rem;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
.apex-service .nav-cta:hover {
            background: var(--brand-accent);
            transform: translateY(-2px);
        }
.apex-service .nav-toggle {
            display: none;
            flex-direction: column;
            background: none;
            border: none;
            cursor: pointer;
        }
.apex-service .nav-toggle span {
            width: 25px;
            height: 3px;
            background: var(--wp--preset--color--gray-700);
            margin: 3px 0;
            transition: 0.3s;
        }
/* Tablet/iPad Breakpoint */@media (max-width: 1100px) {.apex-service .hero-content {
                grid-template-columns: 1fr !important;
                gap: 1.5rem;
                padding: 1.5rem 1rem;
            }
.apex-service .hero {
                padding: 5rem 0 2rem 0;
            }
.apex-service .hero-text {
                text-align: center;
            }

        }
/* Mobile Phone Breakpoint */@media (max-width: 768px) {.apex-service .hero {
                padding: 4rem 0 1rem 0;
                min-height: auto;
            }
.apex-service .hero-content {
                grid-template-columns: 1fr;
                gap: 2rem;
                padding: 0.5rem;
            }
.apex-service .hero-text {
                padding: 1rem 0.5rem;
                text-align: center;
            }
.apex-service .hero-text h1 {
                font-size: clamp(1.5rem, 5vw, 2rem) !important;
                line-height: 1.3;
            }
.apex-service .hero-text p {
                font-size: clamp(0.9rem, 3vw, 1.1rem) !important;
            }
.apex-service .hero-product-image {
                height: 300px;
                width: 300px;
            }
.apex-service .hero-image-container {
                padding: 1rem 0;
            }
.apex-service .product-grid {
                grid-template-columns: 1fr;
            }
.apex-service .comparison-row {
                grid-template-columns: 2fr 1fr 1fr !important;
                gap: 0.5rem;
                padding: 1rem 0;
                font-size: 0.85rem;
            }
.apex-service .comparison-body {
                padding: 1rem;
            }
.apex-service .feature-name {
                font-size: 0.85rem;
            }
.apex-service .nav-links {
                position: fixed;
                top: 80px;
                left: 0;
                right: 0;
                background: var(--wp--preset--color--white);
                flex-direction: column;
                padding: 2rem;
                box-shadow: 0 10px 20px rgb(from var(--wp--preset--color--brand-700) r g b / 0.1);
                transform: translateY(-100%);
                opacity: 0;
                transition: all 0.3s ease;
            }
.apex-service .nav-links.active {
                transform: translateY(0);
                opacity: 1;
            }
.apex-service .nav-toggle {
                display: flex;
            }

        }
.apex-service .feature-list {
            list-style: none;
            padding: 0;
        }
.apex-service .feature-list li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }
.apex-service .feature-list li::before {
            content: '✓';
            background: var(--brand-accent);
            color: var(--wp--preset--color--white);
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            font-weight: bold;
            font-size: 0.9rem;
        }
.apex-service .expand-btn {
            background: none;
            border: 2px solid var(--brand-primary);
            color: var(--brand-primary);
            padding: 0.75rem 1.5rem;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
            width: 100%;
            margin-top: 1rem;
        }
.apex-service .expand-btn:hover {
            background: var(--brand-primary);
            color: var(--wp--preset--color--white);
        }
.apex-service .product-details {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid var(--wp--preset--color--gray-200);
            display: none;
        }
.apex-service .product-details.visible {
            display: block;
        }
/* Product Tabs Styles */.apex-service .product-tabs {
            margin-top: 1.5rem;
            background: rgba(0, 113, 188, 0.05);
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid rgba(0, 113, 188, 0.1);
            flex: 1;
            display: flex;
            flex-direction: column;
        }
.apex-service .product-tab-nav {
            display: flex;
            background: var(--gradient-hero-main);
            overflow: hidden;
        }
.apex-service .product-tab-btn {
            flex: 1;
            padding: 12px 16px;
            border: none;
            background: transparent;
            color: rgb(from var(--wp--preset--color--white) r g b / 0.8);
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            border-right: 1px solid rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .product-tab-btn:last-child {
            border-right: none;
        }
.apex-service .product-tab-btn::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: #b2d040;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
.apex-service .product-tab-btn.active {
            color: var(--wp--preset--color--white);
            background: rgb(from var(--wp--preset--color--white) r g b / 0.1);
        }
.apex-service .product-tab-btn.active::after {
            transform: scaleX(1);
        }
.apex-service .product-tab-btn:hover:not(.active) {
            background: rgb(from var(--wp--preset--color--white) r g b / 0.05);
            color: var(--wp--preset--color--white);
        }
.apex-service .product-tab-content {
            padding: 1.5rem;
            background: var(--wp--preset--color--white);
            flex: 1;
        }
.apex-service .product-tab-panel {
            display: none;
            animation: fadeInUp 0.5s ease-out;
        }
.apex-service .product-tab-panel.active {
            display: block;
        }
.apex-service .product-tab-panel h4 {
            color: var(--brand-primary);
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
.apex-service .product-tab-panel .tab-icon {
            width: 20px;
            height: 20px;
            background: #b2d040;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: var(--wp--preset--color--white);
        }
.apex-service .product-feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.apex-service .product-feature-list li {
            padding: 8px 0;
            padding-left: 20px;
            position: relative;
            color: #4b5563;
            line-height: 1.5;
        }
.apex-service .product-feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #b2d040;
            font-weight: bold;
        }
@keyframes fadeInUp {from {
                opacity: 0;
                transform: translateY(20px);
            }
to {
                opacity: 1;
                transform: translateY(0);
            }

        }

    
/* Comparison-table title inherits the header's white (the live site set colour on the header only). */
.apex-service .comparison-header h2,
.apex-service .comparison-header h3,
.apex-service .comparison-header h4 { color: var(--wp--preset--color--white); }
