/*-----------------------------------------------------------------------------------
Project Name: Klarity Lighting | Website: https://klaritylighting.com
Author: Dileep Dilraj | Website: https://www.dileepdilraj.com
Description: Klarity Lighting - Official Website
Designer & Developer: Dileep Dilraj
Version: 1.0
Last Update: April 2026
Copyright: © 2026 Dileep Dilraj. All Rights Reserved.
-----------------------------------------------------------------------------------*/


.container {
    max-width: 1560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

/* ── Product page — global font & alignment overrides ── */
.product-info h1 {
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
}
.product-subtitle {
    font-size: 17px !important;
    font-weight: 700 !important;
}
.product-desc {
    font-size: 14px !important;
    line-height: 1.75 !important;
}
.product-media-col {
    align-items: center !important;
}
@media (max-width: 1199px) {
    .product-info h1 { font-size: 30px !important; }
}
@media (max-width: 767px) {
    .product-info h1 { font-size: 26px !important; }
    .product-subtitle { font-size: 15px !important; }
}

/* Global scrollbar */
html {
    scrollbar-color: #dcae45 #241d1d;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #241d1d;
}

body::-webkit-scrollbar-thumb {
    background: #dcae45;
    border-radius: 999px;
    border: 2px solid #241d1d;
}

body::-webkit-scrollbar-thumb:hover {
    background: #f1bf66;
}

.wpo-cta-footer .footer-logo img,
.wpo-cta-footer-s2 .footer-logo img {
    height: 55px !important;
    width: auto !important;
    display: block;
}

@media (max-width: 767px) {
    .wpo-cta-footer .footer-logo img,
    .wpo-cta-footer-s2 .footer-logo img {
        height: 45px !important;
    }
}

/* Global footer shape override */
.wpo-cta-footer .footer-wrapper,
.wpo-cta-footer-s2 .footer-wrapper {
    border-radius: 0 !important;
}

.wpo-cta-footer .wpo-lower-footer,
.wpo-cta-footer-s2 .wpo-lower-footer {
    border-top: 1px solid rgba(114, 82, 25, 0.16) !important;
    border-bottom: 0 !important;
}

@media (max-width: 767px) {
    .wpo-cta-footer,
    .wpo-cta-footer-s2 {
        padding: 18px 14px 24px !important;
        background: #241d1d !important;
    }

    .wpo-cta-footer .footer-wrapper,
    .wpo-cta-footer-s2 .footer-wrapper {
        background: #FAF1E1 !important;
        border-radius: 24px !important;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.mobile-hide-dot {
        display: inline !important;
    }
}

/* Final contact card radius match */
.contact-top-item .office-info-item {
    border-radius: 28px !important;
}

@media (max-width: 767px) {
    .contact-top-item .office-info-item {
        border-radius: 22px !important;
    }
}

/* about */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Hero background video */
        .hero-bg-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }

        .wpo-hero-static:before {
            background: rgba(0, 0, 0, 0.45);
            opacity: 1;
        }

        /* Footer SVG background */
        .wpo-cta-footer,
        .wpo-cta-footer-s2 {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper,
        .wpo-cta-footer-s2 .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer,
            .wpo-cta-footer-s2 {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper,
            .wpo-cta-footer-s2 .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        /* Fix passive event listener warning from OWL Carousel */
        .owl-carousel {
            touch-action: pan-y;
        }

        @media (max-width: 767px) {
            .header-about-link {
                padding: 5px 10px;
                font-size: 13px;
            }

            .wpo-page-title {
                margin-top: 60px;
            }

            .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items .image {
                width: 100%;
            }

            .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items .image img {
                height: 260px;
                object-fit: cover;
                width: 100%;
            }
        }

        /* CTA Section */
        .wpo-cta-section {
            padding: 0 0 60px;
        }

        .wpo-cta-section .cta-card {
            background: #ffffff;
            border: 1px solid #e8e3dd;
            border-radius: 20px;
            padding: 50px 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

.wpo-cta-section .cta-card .cta-text h2 {
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 10px;
        }

        .wpo-cta-section .cta-card .cta-text p {
            font-size: 15px;
            color: #6b6460;
            margin: 0;
            max-width: 520px;
            line-height: 1.6;
        }

        .wpo-cta-section .cta-card .cta-btn {
            flex-shrink: 0;
        }

        @media (max-width: 767px) {
            .wpo-cta-section .cta-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 30px 24px;
            }

        .wpo-cta-section .cta-card .cta-text h2 {
            font-size: 26px;
        }
        }

/* Blank placeholder pages */
.placeholder-page-shell {
    background: #241d1d;
}

.placeholder-page-space {
    padding: 120px 0 80px;
}

.placeholder-page-inner {
    min-height: 420px;
    border-radius: 28px;
    background: #f6f3f0;
}

@media (max-width: 767px) {
    .placeholder-page-space {
        padding: 84px 0 48px;
    }

    .placeholder-page-inner {
        min-height: 280px;
        border-radius: 22px;
    }
}

/* blogs */
.klarity-blog-page {
    background: #f6f3f0;
}

.klarity-blog-page .wpo-page-title {
    padding-top: 42px;
}

.klarity-blog-page .wpo-blog-pg-section {
    padding-top: 32px;
    padding-bottom: 96px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}

.klarity-blog-page .wpo-blog-wrap.box-style {
    max-width: 1400px;
    margin: 0 auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.klarity-blog-page .blog-all-item {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    visibility: visible !important;
    opacity: 1 !important;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card {
    margin-bottom: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .image-bg {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(36, 29, 29, 0.08);
    box-shadow: 0 16px 40px rgba(36, 29, 29, 0.06);
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .image-bg .image {
    border-radius: 24px 24px 0 0;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .image-bg .image img {
    height: 340px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .image-bg .blog-bottom {
    position: static;
    width: 100%;
    padding: 0;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item {
    height: 100%;
    background: #ffffff;
    backdrop-filter: none;
    padding: 24px 24px 26px;
    border-radius: 0;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-content h3 a,
.klarity-blog-page .wpo-blog-single-section .post h2,
.klarity-blog-page .wpo-blog-single-section .post h3 {
    color: #241d1d;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-tag li,
.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-tag li a {
    color: rgba(36, 29, 29, 0.72);
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-content .read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-top: 14px;
    padding: 9px 22px;
    background: #241d1d;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.22s ease, gap 0.22s ease;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-content .read-more i {
    font-size: 12px;
    transition: transform 0.22s ease;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-content .read-more:hover {
    background: #dcae45;
    color: #fff !important;
    gap: 11px;
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-content .read-more:hover i {
    transform: translate(2px, -2px);
}

.klarity-blog-page .wpo-blog-pg-section .blog-card .blog-content h3 a:hover {
    color: #dcae45;
}

.klarity-blog-page .wpo-blog-single-section {
    padding-top: 30px;
    padding-bottom: 96px;
}

.klarity-blog-page .wpo-blog-wraper {
    max-width: 980px;
    margin: 0 auto;
}

.klarity-blog-page .wpo-blog-single-section .format-standard-image .image-top img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.klarity-blog-page .wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul {
    gap: 10px;
}

.klarity-blog-page .wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(250, 241, 225, 0.92);
    color: #241d1d;
}

.klarity-blog-page .wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a:hover {
    background: #dcae45;
    color: #fff;
}

.klarity-blog-page .wpo-blog-single-section .more-posts {
    margin-top: 48px;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .more-posts-item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .previous-post,
.klarity-blog-page .wpo-blog-single-section .more-posts .next-post {
    flex: 1 1 0;
    padding: 0;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .previous-post > a {
    display: block;
    text-align: left;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .next-post > a {
    display: block;
    text-align: right;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .previous-post {
    border-bottom: 0;
    border-right: 1px solid rgba(36, 29, 29, 0.12);
    padding-right: 20px;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .next-post {
    padding-top: 0;
    padding-left: 20px;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .post-control-link {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.klarity-blog-page .wpo-blog-single-section .more-posts .post-name {
    font-family: "Satoshi", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: none;
}

@media (max-width: 767px) {
    .klarity-blog-page .wpo-page-title {
        padding-top: 24px;
    }

    .klarity-blog-page .wpo-blog-pg-section {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .klarity-blog-page .blog-all-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .klarity-blog-page .wpo-blog-pg-section .blog-card .image-bg .image img {
        height: 250px;
    }

    .klarity-blog-page .wpo-blog-single-section {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .klarity-blog-page .wpo-blog-single-section .more-posts .more-posts-item {
        display: block;
    }

    .klarity-blog-page .wpo-blog-single-section .more-posts .previous-post {
        border-right: 0;
        border-bottom: 1px solid rgba(36, 29, 29, 0.12);
        padding-right: 0;
        padding-bottom: 20px;
    }

    .klarity-blog-page .wpo-blog-single-section .more-posts .next-post {
        padding-left: 0;
        padding-top: 20px;
    }

    .klarity-blog-page .wpo-blog-single-section .more-posts .next-post > a {
        text-align: left;
    }

    .klarity-blog-page .wpo-blog-single-section .more-posts .post-name {
        font-size: 19px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .klarity-blog-page .blog-all-item {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

        /* Green hover → yellow */
        .wpo-site-header #navbar>ul li a:hover,
        .wpo-site-header #navbar>ul li a.active,
        .wpo-site-header #navbar>ul li a:focus,
        .wpo-cta-footer .wpo-lower-footer .copyright a:hover,
        .wpo-cta-footer .link-widget ul li a:hover {
            color: #f1bf66 !important;
        }

        /* theme-btn hover: white text on dark background */
        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        /* Social icons hover → white */
        .wpo-cta-footer .right li a:hover i,
        .wpo-cta-footer .right li a:focus i {
            color: #fff !important;
        }

        /* Back-to-top: replace ti-arrow-up with Bootstrap icon */
        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

/* Home hero partner strip */
.wpo-hero-static .bottom-area {
    width: min(800px, calc(100vw - 48px));
    max-width: 800px;
    background: #f6f3f0;
}

.wpo-hero-static .bottom-area .right-shape,
.wpo-hero-static .bottom-area .left-shape {
    display: block;
}

.wpo-hero-static .bottom-area .right-shape svg,
.wpo-hero-static .bottom-area .left-shape svg {
    width: 115px;
    height: 102px;
}

.wpo-hero-static .hero-partner-strip {
    display: block !important;
    padding-top: 15px;
    width: 100%;
    max-width: 680px;
}

.wpo-hero-static .hero-partner-strip ul {
    margin-left: 0;
}

.wpo-hero-static .hero-partner-strip img {
    height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.wpo-hero-static .hero-partner-strip .slick-slide > div {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .wpo-hero-static .bottom-area {
        width: min(560px, calc(100vw - 40px));
        height: 86px;
        background: #f6f3f0 !important;
    }

    .wpo-hero-static .bottom-area .right-shape,
    .wpo-hero-static .bottom-area .left-shape {
        display: block !important;
    }

    .wpo-hero-static .bottom-area .right-shape svg,
    .wpo-hero-static .bottom-area .left-shape svg {
        width: 82px;
        height: 86px;
    }

    .wpo-hero-static .hero-partner-strip {
        margin-top: 0;
        max-width: 460px;
        padding-top: 12px;
    }

    .wpo-hero-static .hero-partner-strip img {
        height: 62px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-static .bottom-area {
        width: min(350px, calc(100vw - 28px));
        height: 76px;
    }

    .wpo-hero-static .bottom-area .right-shape,
    .wpo-hero-static .bottom-area .left-shape {
        display: block !important;
    }

    .wpo-hero-static .bottom-area .right-shape svg,
    .wpo-hero-static .bottom-area .left-shape svg {
        width: 52px;
        height: 76px;
    }

    .wpo-hero-static .hero-partner-strip {
        max-width: 270px;
        padding-top: 10px;
    }

    .wpo-hero-static .hero-partner-strip img {
        height: 52px;
    }
}

@media (max-width: 425px) {
    .wpo-hero-static .bottom-area {
        width: min(300px, calc(100vw - 24px));
        height: 68px;
    }

    .wpo-hero-static .bottom-area .right-shape svg,
    .wpo-hero-static .bottom-area .left-shape svg {
        width: 40px;
        height: 68px;
    }

    .wpo-hero-static .hero-partner-strip {
        max-width: 222px;
        padding-top: 8px;
    }

    .wpo-hero-static .hero-partner-strip img {
        height: 44px;
    }
}

/* contact */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Hero background video */
        .hero-bg-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }

        .wpo-hero-static:before {
            background: rgba(0, 0, 0, 0.45);
            opacity: 1;
        }

        /* Footer SVG background */
        .wpo-cta-footer,
        .wpo-cta-footer-s2 {
            padding-top: 30px !important;
            padding-bottom: 40px !important;
        }

        .wpo-cta-footer .footer-wrapper,
        .wpo-cta-footer-s2 .footer-wrapper {
            position: relative;
            overflow: hidden;
            width: min(100%, 1807px);
            margin: 0 auto;
            background: transparent;
            border-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            pointer-events: none;
            display: block;
        }

        .wpo-cta-footer .wpo-upper-footer {
            position: relative;
            z-index: 1;
            padding: 132px 0 48px;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer,
        .wpo-cta-footer .wpo-upper-footer {
            position: relative;
            z-index: 1;
        }

        .footer-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }

        .footer-logo {
            text-align: left;
        }

        .footer-logo img {
            height: 78px !important;
            width: auto;
            display: block;
            margin: 0;
        }

        .footer-social-wrap {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 10px;
            border: 1px solid rgba(36, 29, 29, 0.1);
            border-radius: 999px;
            background: rgba(248, 241, 226, 0.92);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
        }

        .footer-social-list {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-social-list li {
            display: flex;
        }

        .footer-social-link {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: 1px solid rgba(36, 29, 29, 0.08);
            color: #241d1d;
            font-size: 16px;
            box-shadow: 0 4px 10px rgba(36, 29, 29, 0.04);
            transition: transform 0.3s ease, background-color 0.25s ease, color 0.4s ease, border-color 0.25s ease;
        }

        .footer-social-link:hover {
            transform: scale(1.3);
            background: #f1bf66;
            border-color: #f1bf66;
            color: #fff;
        }

        @media (max-width: 991px) {
            .footer-right {
                justify-content: center;
                align-items: flex-start;
            }
        }

        @media (max-width: 575px) {
            .footer-social-wrap {
                padding: 7px 9px;
            }

            .footer-social-list {
                gap: 4px;
            }

            .footer-social-link {
                width: 34px;
                height: 34px;
                font-size: 14px;
            }
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            .wpo-cta-footer,
            .wpo-cta-footer-s2 {
                padding-top: 0 !important;
                padding: 20px 16px 28px !important;
                background: #241d1d;
            }

            .wpo-cta-footer .footer-wrapper,
            .wpo-cta-footer-s2 .footer-wrapper {
                background: #FAF1E1;
                border-radius: 28px !important;
            }

            .wpo-cta-footer .wpo-upper-footer {
                padding-top: 56px;
                padding-bottom: 42px;
            }

            .wpo-cta-footer .footer-item {
                justify-content: flex-start;
                margin-top: 42px;
                gap: 44px;
            }

            .footer-logo img {
                height: 64px !important;
            }

            .footer-bg-svg {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .wpo-cta-footer,
            .wpo-cta-footer-s2 {
                padding: 24px 14px !important;
            }

            .wpo-cta-footer .wpo-upper-footer {
                padding: 48px 18px;
            }

            .footer-right {
                gap: 18px;
            }

            .footer-logo img {
                height: 54px !important;
            }

            .wpo-cta-footer .footer-item {
                margin-top: 34px;
                gap: 32px;
            }

            .wpo-cta-footer .wpo-lower-footer .row,
            .wpo-cta-footer-s2 .wpo-lower-footer .row {
                padding-left: 18px;
                padding-right: 18px;
                padding-bottom: 6px;
            }

            .wpo-cta-footer .wpo-lower-footer,
            .wpo-cta-footer-s2 .wpo-lower-footer {
                border-bottom: 0 !important;
            }

            .wpo-cta-footer .wpo-lower-footer .copyright,
            .wpo-cta-footer-s2 .wpo-lower-footer .copyright {
                margin-bottom: 18px;
                line-height: 1.6;
            }

            .mobile-hide-dot {
                display: none;
            }

            .wpo-cta-footer .wpo-lower-footer .footer-policy-links,
            .wpo-cta-footer-s2 .wpo-lower-footer .footer-policy-links {
                justify-content: center;
                flex-wrap: nowrap;
                gap: 13px;
                max-width: none;
                margin: 0 auto;
            }

            .wpo-cta-footer .wpo-lower-footer .footer-policy-links li,
            .wpo-cta-footer-s2 .wpo-lower-footer .footer-policy-links li {
                justify-content: center;
                flex: 0 1 auto;
            }

            .wpo-cta-footer .wpo-lower-footer .footer-policy-links li a,
            .wpo-cta-footer-s2 .wpo-lower-footer .footer-policy-links li a {
                font-size: 12px;
                line-height: 1.5;
                white-space: nowrap;
            }
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Antonio", sans-serif;
        }

        body,
        p,
        span,
        a,
        label,
        input,
        textarea,
        button,
        .contact-title {
            font-family: "Satoshi", sans-serif;
        }

        .header-about-link {
            font-family: "Satoshi", sans-serif;
            font-size: 15px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 8px 10px;
            transition: color 0.25s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .copyright-dot {
            color: rgba(36, 29, 28, 0.4);
        }

        .contact-header-shell {
            background: rgba(255, 255, 255, 0.96);
            border-radius: 0 0 22px 22px;
            width: calc(100% - 48px);
            max-width: 1560px;
            margin: 0 auto;
            padding: 14px 26px;
            box-shadow: none;
            box-sizing: border-box;
        }

        .contact-header-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: auto;
        }

        .contact-header-links {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .contact-logo-link {
            display: inline-flex;
            align-items: center;
            transition: transform 0.25s ease;
            transform-origin: center;
        }

        .contact-logo-link:hover {
            transform: scale(1.06);
        }

        .contact-header-btn {
            position: relative;
            display: inline-block;
            min-width: 124px;
            height: 48px;
            perspective: 500px;
            text-decoration: none;
            white-space: nowrap;
        }

        .contact-header-btn-face {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border-radius: 999px;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            backface-visibility: hidden;
            transform-origin: 50% 50% -24px;
            transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
        }

        .contact-header-btn-face.front {
            background: transparent;
            color: #241d1d;
            border: 1px solid rgba(36, 29, 29, 0.14);
            transform: rotateX(0deg);
        }

        .contact-header-btn-face.back {
            background: #fff;
            color: var(--kl-yellow);
            border: 1px solid rgba(220, 174, 69, 0.4);
            transform: rotateX(-90deg);
        }

        .contact-header-btn:hover .contact-header-btn-face.front {
            transform: rotateX(90deg);
        }

        .contact-header-btn:hover .contact-header-btn-face.back {
            transform: rotateX(0deg);
        }

        .contact-header-btn-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.25s ease;
        }

        .contact-header-btn:hover .contact-header-btn-icon {
            transform: scale(1.2);
        }

        .contact-header-btn-icon i {
            font-size: 14px;
        }

        .contact-mobile-menu {
            display: none;
            position: relative;
        }

        .contact-mobile-menu summary {
            list-style: none;
            width: 44px;
            height: 44px;
            border-radius: 14px;
            border: 1px solid rgba(36, 29, 29, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background: #fff;
            transition: background-color 0.25s ease, border-color 0.25s ease;
        }

        .contact-mobile-menu summary::-webkit-details-marker {
            display: none;
        }

        .contact-mobile-menu summary:hover {
            background: rgba(36, 29, 29, 0.04);
            border-color: rgba(36, 29, 29, 0.18);
        }

        .contact-mobile-menu-icon {
            display: inline-flex;
            flex-direction: column;
            gap: 4px;
        }

        .contact-mobile-menu-icon span {
            width: 18px;
            height: 2px;
            border-radius: 999px;
            background: #241d1d;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .contact-mobile-menu[open] .contact-mobile-menu-icon span:nth-child(1) {
            transform: translateY(6px) rotate(45deg);
        }

        .contact-mobile-menu[open] .contact-mobile-menu-icon span:nth-child(2) {
            opacity: 0;
        }

        .contact-mobile-menu[open] .contact-mobile-menu-icon span:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg);
        }

        .contact-mobile-dropdown {
            position: absolute;
            top: calc(100% + 10px);
            right: 0;
            min-width: 190px;
            padding: 12px;
            border-radius: 18px;
            background: #fff;
            border: 1px solid rgba(36, 29, 29, 0.1);
            box-shadow: 0 16px 30px rgba(36, 29, 29, 0.08);
        }

        .contact-mobile-dropdown a {
            display: block;
            padding: 10px 12px;
            border-radius: 12px;
            color: #241d1d;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.25s ease, background-color 0.25s ease;
        }

        .contact-mobile-dropdown a:hover {
            color: #f1bf66;
            background: rgba(36, 29, 29, 0.04);
        }

        .wpo-site-header .navigation.sticky-header {
            background: transparent !important;
            box-shadow: none !important;
            border: 0 !important;
        }

        .wpo-site-header .navigation.sticky-header .contact-header-shell {
            box-shadow: none !important;
            border: 0 !important;
        }

        @media (max-width: 767px) {
            .site-header {
                margin-top: 0;
                padding-top: 0;
                background: #fff;
            }

            .wpo-site-header,
            .wpo-site-header .navigation {
                margin-top: 0;
                padding-top: 0;
                background: #fff;
            }

            .wpo-site-header .navigation.sticky-header {
                background: #fff !important;
                box-shadow: none !important;
            }

            .wpo-site-header .navigation.sticky-header .contact-header-shell {
                background: #fff !important;
            }

            .contact-header-shell {
                width: calc(100% - 24px);
                padding: 16px 18px;
                border-radius: 0 0 18px 18px;
            }

            .contact-header-actions {
                gap: 6px;
                justify-content: flex-end;
            }

            .contact-header-links {
                display: none;
            }

            .contact-mobile-menu {
                display: block;
            }

            .contact-header-btn {
                display: none;
                min-width: 124px;
                height: 44px;
            }

            .contact-header-btn-face {
                font-size: 14px;
                transform-origin: 50% 50% -22px;
            }

            .wpo-page-title {
                margin-top: 60px;
            }
        }

        /* CTA Section */
        .wpo-cta-section {
            padding: 0 0 60px;
        }

        .wpo-page-title {
            padding-top: 48px;
        }

        .wpo-page-title .wpo-breadcumb-wrap {
            padding-bottom: 24px;
        }

        .wpo-cta-section .cta-card {
            background: #ffffff;
            border: 1px solid #e8e3dd;
            border-radius: 20px;
            padding: 50px 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        .wpo-cta-section .cta-card .cta-text h2 {
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 10px;
        }

        .wpo-cta-section .cta-card .cta-text p {
            font-size: 15px;
            color: #6b6460;
            margin: 0;
            max-width: 520px;
            line-height: 1.6;
        }

        .wpo-cta-section .cta-card .cta-btn {
            flex-shrink: 0;
        }

        @media (max-width: 767px) {
            .wpo-cta-section .cta-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 30px 24px;
            }

            .wpo-cta-section .cta-card .cta-text h2 {
                font-size: 26px;
            }
        }

        /* Green hover → yellow */
        .wpo-site-header #navbar>ul li a:hover,
        .wpo-site-header #navbar>ul li a.active,
        .wpo-site-header #navbar>ul li a:focus,
        .wpo-cta-footer .wpo-lower-footer .copyright a:hover,
        .wpo-cta-footer .link-widget ul li a:hover {
            color: #f1bf66 !important;
        }

        .wpo-cta-footer .widget-title h3 {
            color: #241d1d;
        }

        .wpo-cta-footer .footer-item {
            gap: 36px;
        }

        .wpo-cta-footer .link-widget ul li a {
            display: inline-flex;
            align-items: center;
            color: rgba(36, 29, 29, 0.82);
        }

        .wpo-cta-footer .link-widget ul li a:hover {
            text-decoration: none;
        }

        /* theme-btn hover: white text on dark background */
        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        /* Social icons hover → white */
        .wpo-cta-footer .right li a:hover i,
        .wpo-cta-footer .right li a:focus i {
            color: #fff !important;
        }

        /* Back-to-top: replace ti-arrow-up with Bootstrap icon */
        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

/* index */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Hero background video */
        .hero-bg-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }

        .wpo-hero-static:before {
            background: rgba(0, 0, 0, 0.45);
            opacity: 1;
        }

        /* Footer SVG background */
        .wpo-cta-footer,
        .wpo-cta-footer-s2 {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper,
        .wpo-cta-footer-s2 .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer,
            .wpo-cta-footer-s2 {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper,
            .wpo-cta-footer-s2 .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        @media (max-width: 767px) {
            .header-about-link {
                padding: 5px 10px;
                font-size: 13px;
            }

            .hero-item {
                margin-top: 60px;
            }

            .wpo-hero-static {
                height: 80vh !important;
                min-height: unset !important;
            }

            .hero-bg-video {
                height: 100%;
            }

            .wpo-hero-static .bottom-area {
                display: none !important;
            }

            .wpo-hero-static::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 48%;
                pointer-events: none;
                z-index: -1;
                background: linear-gradient(
                    to bottom,
                    rgba(246, 243, 240, 0) 0%,
                    rgba(246, 243, 240, 0.08) 22%,
                    rgba(246, 243, 240, 0.34) 48%,
                    rgba(246, 243, 240, 0.72) 74%,
                    #f6f3f0 100%
                );
            }
        }

        /* CTA Section */
        .wpo-cta-section {
            padding: 0 0 60px;
        }

        .wpo-cta-section .cta-card {
            background: #ffffff;
            border: 1px solid #e8e3dd;
            border-radius: 20px;
            padding: 50px 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        .wpo-cta-section .cta-card .cta-text h3 {
            font-size: 48px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 10px;
        }

        .wpo-cta-section .cta-card .cta-text p {
            font-size: 15px;
            color: #6b6460;
            margin: 0;
            max-width: 520px;
            line-height: 1.6;
        }

        .wpo-cta-section .cta-card .cta-btn {
            flex-shrink: 0;
        }

        @media (max-width: 767px) {
            .wpo-cta-section .cta-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 30px 24px;
            }

            .wpo-cta-section .cta-card .cta-text h3 {
                font-size: 32px;
            }
        }

        /* Green hover → yellow */
        .wpo-site-header #navbar>ul li a:hover,
        .wpo-site-header #navbar>ul li a.active,
        .wpo-site-header #navbar>ul li a:focus,
        .wpo-cta-footer .wpo-lower-footer .copyright a:hover,
        .wpo-cta-footer .link-widget ul li a:hover {
            color: #f1bf66 !important;
        }

        /* theme-btn hover: white text on dark background */
        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        /* Social icons hover → white */
        .wpo-cta-footer .right li a:hover i,
        .wpo-cta-footer .right li a:focus i {
            color: #fff !important;
        }

        /* Back-to-top: replace ti-arrow-up with Bootstrap icon */
        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

/* our-products/kla-beam-1500p */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Header */
        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

        /* Breadcrumb */
        .product-breadcrumb {
            padding: 0;
            margin: 0px 0px 24px;
        }

        .product-breadcrumb ol {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0;
            list-style: none;
            margin: 0;
            padding: 8px 20px;
            background: #f0eeeb;
            border-radius: 999px;
            font-size: 13px;
            color: #908b88;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }

        .product-breadcrumb ol li a {
            color: #908b88;
            text-decoration: none;
        }

        .product-breadcrumb ol li a:hover {
            color: #241d1d;
        }

        .product-breadcrumb ol li.active {
            color: #241d1d;
            font-weight: 700;
        }

        .product-breadcrumb ol li+li::before {
            content: "/";
            margin: 0 8px;
            color: #aaa;
        }

        /* Product Detail */
        .product-detail-section {
            padding: 40px 0 20px;
        }

        .product-info h1 {
            font-size: 52px;
            font-weight: 900;
            color: #241d1d;
            margin-bottom: 6px;
            line-height: 1.05;
            letter-spacing: -0.5px;
        }

        .product-subtitle {
            font-size: 22px;
            color: #241d1d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .product-desc {
            font-size: 15px;
            line-height: 1.8;
            color: #6b6460;
            margin-bottom: 28px;
        }

        /* Thumbnail strip */
        .product-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            justify-content: center;
        }

        .product-thumbnails img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #e8e3dd;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .product-thumbnails img:hover,
        .product-thumbnails img.active {
            border-color: #f1bf66;
        }

        .product-main-image {
            background: transparent;
            padding: 0;
            text-align: center;
            margin-bottom: 12px;
        }

        .product-main-image img {
            max-width: 100%;
            height: auto;
            max-height: 340px;
            object-fit: contain;
            border-radius: 16px;
        }

        @media (max-width: 767px) {
            .product-breadcrumb .container {
                margin-top: 60px;
            }

            .product-breadcrumb ol {
                font-size: 11px;
                padding: 6px 14px;
            }

            .product-breadcrumb ol li.active {
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .product-detail-section {
                padding: 40px 0 20px;
            }

            .product-info h1 {
                font-size: 32px;
            }

            .product-subtitle {
                font-size: 17px;
            }

            .wpo-video-section .video-image,
            .wpo-video-section .video-area,
            .wpo-video-section .video-area video {
                border-radius: 12px !important;
            }

            .wpo-video-section .video-area video {
                min-height: 360px;
                object-fit: cover;
            }
        }

        /* Features list */
        .features-section {
            padding: 40px 0 20px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .features-list li {
            padding: 10px 0;
            font-size: 15px;
            color: #3a3535;
            border-bottom: 1px solid #f0ece8;
            line-height: 1.6;
        }

        .features-list li strong {
            color: #241d1d;
        }

        /* Specs */
        .specs-section {
            padding: 60px 0;
        }

        .specs-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 48px;
            font-family: "Antonio", sans-serif !important;
        }

        .spec-group {
            margin-bottom: 28px;
        }

        .spec-group-title {
            font-size: 13px;
            font-weight: 700;
            color: #241d1d;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-bottom: 6px;
            border-bottom: 2px solid #f1bf66;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
        }

        .spec-table tr td {
            padding: 9px 0;
            font-size: 14px;
            border-bottom: 1px solid #f0ece8;
            vertical-align: top;
        }

        .spec-table tr td:first-child {
            color: #908b88;
            width: 55%;
            padding-right: 12px;
        }

        .spec-table tr td:last-child {
            color: #241d1d;
            font-weight: 500;
            text-align: right;
        }

        /* Downloads */
        .downloads-section {
            padding: 20px 0 80px;
        }

        .downloads-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 40px;
            font-family: "Antonio", sans-serif !important;
        }

        .download-card {
            border: 1px solid #e8e3dd;
            border-radius: 12px;
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            transition: box-shadow 0.2s;
            text-decoration: none;
            color: #241d1d;
        }

        .download-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            color: #241d1d;
        }

        .download-card .dc-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .download-card .dc-icon {
            font-size: 24px;
            color: #908b88;
        }

        .download-card .dc-label {
            font-size: 15px;
            font-weight: 600;
        }

        .download-card .dc-dl {
            font-size: 22px;
            color: #241d1d;
        }

        .download-card:hover .dc-dl {
            color: #f1bf66;
        }

        /* Footer */
        .wpo-cta-footer {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        .wpo-cta-footer .wpo-lower-footer .right li a:hover i {
            color: #f1bf66;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        @media (max-width: 767px) {
            .product-info h1 {
                font-size: 28px;
            }

            .product-main-image {
                padding: 24px;
            }

            .specs-section h2,
            .downloads-section h2 {
                font-size: 26px;
            }
        }

/* our-products/kla-beam-600 */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Header */
        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

        /* Breadcrumb */
        .product-breadcrumb .container {
            padding: 0;
            margin-top: 80px;
        }

        .product-breadcrumb ol {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0;
            list-style: none;
            margin: 0;
            padding: 8px 20px;
            background: #f0eeeb;
            border-radius: 999px;
            font-size: 13px;
            color: #908b88;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }

        .product-breadcrumb ol li a {
            color: #908b88;
            text-decoration: none;
        }

        .product-breadcrumb ol li a:hover {
            color: #241d1d;
        }

        .product-breadcrumb ol li.active {
            color: #241d1d;
            font-weight: 700;
        }

        .product-breadcrumb ol li+li::before {
            content: "/";
            margin: 0 8px;
            color: #aaa;
        }

        /* Product Detail */
        .product-detail-section {
            padding: 40px 0 20px;
        }

        .product-info h1 {
            font-size: 52px;
            font-weight: 900;
            color: #241d1d;
            margin-bottom: 6px;
            line-height: 1.05;
            letter-spacing: -0.5px;
        }

        .product-subtitle {
            font-size: 22px;
            color: #241d1d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .product-desc {
            font-size: 15px;
            line-height: 1.8;
            color: #6b6460;
            margin-bottom: 28px;
        }

        /* Thumbnail strip */
        .product-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            justify-content: center;
        }

        .product-thumbnails img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #e8e3dd;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .product-thumbnails img:hover,
        .product-thumbnails img.active {
            border-color: #f1bf66;
        }

        .product-main-image {
            background: transparent;
            padding: 0;
            text-align: center;
            margin-bottom: 12px;
        }

        .product-main-image img {
            max-width: 100%;
            height: auto;
            max-height: 340px;
            object-fit: contain;
            border-radius: 16px;
        }

        @media (max-width: 767px) {
            .product-breadcrumb .container {
                margin-top: 60px;
            }

            .product-breadcrumb ol {
                font-size: 11px;
                padding: 6px 14px;
            }

            .product-breadcrumb ol li.active {
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .product-detail-section {
                padding: 40px 0 20px;
            }

            .product-info h1 {
                font-size: 32px;
            }

            .product-subtitle {
                font-size: 17px;
            }

            .wpo-video-section .video-image,
            .wpo-video-section .video-area,
            .wpo-video-section .video-area video {
                border-radius: 12px !important;
            }

            .wpo-video-section .video-area video {
                min-height: 360px;
                object-fit: cover;
            }
        }

        /* Features list */
        .features-section {
            padding: 40px 0 20px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .features-list li {
            padding: 10px 0;
            font-size: 15px;
            color: #3a3535;
            border-bottom: 1px solid #f0ece8;
            line-height: 1.6;
        }

        .features-list li strong {
            color: #241d1d;
        }

        /* Specs */
        .specs-section {
            padding: 60px 0;
        }

        .specs-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 48px;
            font-family: "Antonio", sans-serif !important;
        }

        .spec-group {
            margin-bottom: 28px;
        }

        .spec-group-title {
            font-size: 13px;
            font-weight: 700;
            color: #241d1d;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-bottom: 6px;
            border-bottom: 2px solid #f1bf66;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
        }

        .spec-table tr td {
            padding: 9px 0;
            font-size: 14px;
            border-bottom: 1px solid #f0ece8;
            vertical-align: top;
        }

        .spec-table tr td:first-child {
            color: #908b88;
            width: 55%;
            padding-right: 12px;
        }

        .spec-table tr td:last-child {
            color: #241d1d;
            font-weight: 500;
            text-align: right;
        }

        /* Downloads */
        .downloads-section {
            padding: 20px 0 80px;
        }

        .downloads-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 40px;
            font-family: "Antonio", sans-serif !important;
        }

        .download-card {
            border: 1px solid #e8e3dd;
            border-radius: 12px;
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            transition: box-shadow 0.2s;
            text-decoration: none;
            color: #241d1d;
        }

        .download-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            color: #241d1d;
        }

        .download-card .dc-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .download-card .dc-icon {
            font-size: 24px;
            color: #908b88;
        }

        .download-card .dc-label {
            font-size: 15px;
            font-weight: 600;
        }

        .download-card .dc-dl {
            font-size: 22px;
            color: #241d1d;
        }

        .download-card:hover .dc-dl {
            color: #f1bf66;
        }

        /* Footer */
        .wpo-cta-footer {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        .wpo-cta-footer .wpo-lower-footer .right li a:hover i {
            color: #f1bf66;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        @media (max-width: 767px) {
            .product-info h1 {
                font-size: 28px;
            }

            .product-main-image {
                padding: 24px;
            }

            .specs-section h2,
            .downloads-section h2 {
                font-size: 26px;
            }
        }

/* our-products/kla-beam-600p */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Header */
        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

        /* Breadcrumb */
        .product-breadcrumb .container {
            padding: 0;
            margin-top: 80px;
        }

        .product-breadcrumb ol {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0;
            list-style: none;
            margin: 0;
            padding: 8px 20px;
            background: #f0eeeb;
            border-radius: 999px;
            font-size: 13px;
            color: #908b88;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }

        .product-breadcrumb ol li a {
            color: #908b88;
            text-decoration: none;
        }

        .product-breadcrumb ol li a:hover {
            color: #241d1d;
        }

        .product-breadcrumb ol li.active {
            color: #241d1d;
            font-weight: 700;
        }

        .product-breadcrumb ol li+li::before {
            content: "/";
            margin: 0 8px;
            color: #aaa;
        }

        /* Product Detail */
        .product-detail-section {
            padding: 40px 0 20px;
        }

        .product-info h1 {
            font-size: 52px;
            font-weight: 900;
            color: #241d1d;
            margin-bottom: 6px;
            line-height: 1.05;
            letter-spacing: -0.5px;
        }

        .product-subtitle {
            font-size: 22px;
            color: #241d1d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .product-desc {
            font-size: 15px;
            line-height: 1.8;
            color: #6b6460;
            margin-bottom: 28px;
        }

        /* Thumbnail strip */
        .product-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            justify-content: center;
        }

        .product-thumbnails img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #e8e3dd;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .product-thumbnails img:hover,
        .product-thumbnails img.active {
            border-color: #f1bf66;
        }

        .product-main-image {
            background: transparent;
            padding: 0;
            text-align: center;
            margin-bottom: 12px;
        }

        .product-main-image img {
            max-width: 100%;
            height: auto;
            max-height: 340px;
            object-fit: contain;
            border-radius: 16px;
        }

        @media (max-width: 767px) {
            .product-breadcrumb .container {
                margin-top: 60px;
            }

            .product-breadcrumb ol {
                font-size: 11px;
                padding: 6px 14px;
            }

            .product-breadcrumb ol li.active {
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .product-detail-section {
                padding: 40px 0 20px;
            }

            .product-info h1 {
                font-size: 32px;
            }

            .product-subtitle {
                font-size: 17px;
            }

            .wpo-video-section .video-image,
            .wpo-video-section .video-area,
            .wpo-video-section .video-area video {
                border-radius: 12px !important;
            }

            .wpo-video-section .video-area video {
                min-height: 360px;
                object-fit: cover;
            }
        }

        /* Features list */
        .features-section {
            padding: 40px 0 20px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .features-list li {
            padding: 10px 0;
            font-size: 15px;
            color: #3a3535;
            border-bottom: 1px solid #f0ece8;
            line-height: 1.6;
        }

        .features-list li strong {
            color: #241d1d;
        }

        /* Specs */
        .specs-section {
            padding: 60px 0;
        }

        .specs-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 48px;
            font-family: "Antonio", sans-serif !important;
        }

        .spec-group {
            margin-bottom: 28px;
        }

        .spec-group-title {
            font-size: 13px;
            font-weight: 700;
            color: #241d1d;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-bottom: 6px;
            border-bottom: 2px solid #f1bf66;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
        }

        .spec-table tr td {
            padding: 9px 0;
            font-size: 14px;
            border-bottom: 1px solid #f0ece8;
            vertical-align: top;
        }

        .spec-table tr td:first-child {
            color: #908b88;
            width: 55%;
            padding-right: 12px;
        }

        .spec-table tr td:last-child {
            color: #241d1d;
            font-weight: 500;
            text-align: right;
        }

        /* Downloads */
        .downloads-section {
            padding: 20px 0 80px;
        }

        .downloads-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 40px;
            font-family: "Antonio", sans-serif !important;
        }

        .download-card {
            border: 1px solid #e8e3dd;
            border-radius: 12px;
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            transition: box-shadow 0.2s;
            text-decoration: none;
            color: #241d1d;
        }

        .download-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            color: #241d1d;
        }

        .download-card .dc-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .download-card .dc-icon {
            font-size: 24px;
            color: #908b88;
        }

        .download-card .dc-label {
            font-size: 15px;
            font-weight: 600;
        }

        .download-card .dc-dl {
            font-size: 22px;
            color: #241d1d;
        }

        .download-card:hover .dc-dl {
            color: #f1bf66;
        }

        /* Footer */
        .wpo-cta-footer {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        .wpo-cta-footer .wpo-lower-footer .right li a:hover i {
            color: #f1bf66;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        @media (max-width: 767px) {
            .product-info h1 {
                font-size: 28px;
            }

            .product-main-image {
                padding: 24px;
            }

            .specs-section h2,
            .downloads-section h2 {
                font-size: 26px;
            }
        }

/* our-products/kla-beam-600s */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Header */
        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

        /* Breadcrumb */
        .product-breadcrumb .container {
            padding: 0;
            margin-top: 80px;
        }

        .product-breadcrumb ol {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0;
            list-style: none;
            margin: 0;
            padding: 8px 20px;
            background: #f0eeeb;
            border-radius: 999px;
            font-size: 13px;
            color: #908b88;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }

        .product-breadcrumb ol li a {
            color: #908b88;
            text-decoration: none;
        }

        .product-breadcrumb ol li a:hover {
            color: #241d1d;
        }

        .product-breadcrumb ol li.active {
            color: #241d1d;
            font-weight: 700;
        }

        .product-breadcrumb ol li+li::before {
            content: "/";
            margin: 0 8px;
            color: #aaa;
        }

        /* Product Detail */
        .product-detail-section {
            padding: 40px 0 20px;
        }

        .product-info h1 {
            font-size: 52px;
            font-weight: 900;
            color: #241d1d;
            margin-bottom: 6px;
            line-height: 1.05;
            letter-spacing: -0.5px;
        }

        .product-subtitle {
            font-size: 22px;
            color: #241d1d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .product-desc {
            font-size: 15px;
            line-height: 1.8;
            color: #6b6460;
            margin-bottom: 28px;
        }

        /* Thumbnail strip */
        .product-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            justify-content: center;
        }

        .product-thumbnails img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #e8e3dd;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .product-thumbnails img:hover,
        .product-thumbnails img.active {
            border-color: #f1bf66;
        }

        .product-main-image {
            background: transparent;
            padding: 0;
            text-align: center;
            margin-bottom: 12px;
        }

        .product-main-image img {
            max-width: 100%;
            height: auto;
            max-height: 340px;
            object-fit: contain;
            border-radius: 16px;
        }

        @media (max-width: 767px) {
            .product-breadcrumb .container {
                margin-top: 60px;
            }

            .product-breadcrumb ol {
                font-size: 11px;
                padding: 6px 14px;
            }

            .product-breadcrumb ol li.active {
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .product-detail-section {
                padding: 40px 0 20px;
            }

            .product-info h1 {
                font-size: 32px;
            }

            .product-subtitle {
                font-size: 17px;
            }

            .wpo-video-section .video-image,
            .wpo-video-section .video-area,
            .wpo-video-section .video-area video {
                border-radius: 12px !important;
            }

            .wpo-video-section .video-area video {
                min-height: 360px;
                object-fit: cover;
            }
        }

        /* Features list */
        .features-section {
            padding: 40px 0 20px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .features-list li {
            padding: 10px 0;
            font-size: 15px;
            color: #3a3535;
            border-bottom: 1px solid #f0ece8;
            line-height: 1.6;
        }

        .features-list li strong {
            color: #241d1d;
        }

        /* Specs */
        .specs-section {
            padding: 60px 0;
        }

        .specs-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 48px;
            font-family: "Antonio", sans-serif !important;
        }

        .spec-group {
            margin-bottom: 28px;
        }

        .spec-group-title {
            font-size: 13px;
            font-weight: 700;
            color: #241d1d;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-bottom: 6px;
            border-bottom: 2px solid #f1bf66;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
        }

        .spec-table tr td {
            padding: 9px 0;
            font-size: 14px;
            border-bottom: 1px solid #f0ece8;
            vertical-align: top;
        }

        .spec-table tr td:first-child {
            color: #908b88;
            width: 55%;
            padding-right: 12px;
        }

        .spec-table tr td:last-child {
            color: #241d1d;
            font-weight: 500;
            text-align: right;
        }

        /* Downloads */
        .downloads-section {
            padding: 20px 0 80px;
        }

        .downloads-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 40px;
            font-family: "Antonio", sans-serif !important;
        }

        .download-card {
            border: 1px solid #e8e3dd;
            border-radius: 12px;
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            transition: box-shadow 0.2s;
            text-decoration: none;
            color: #241d1d;
        }

        .download-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            color: #241d1d;
        }

        .download-card .dc-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .download-card .dc-icon {
            font-size: 24px;
            color: #908b88;
        }

        .download-card .dc-label {
            font-size: 15px;
            font-weight: 600;
        }

        .download-card .dc-dl {
            font-size: 22px;
            color: #241d1d;
        }

        .download-card:hover .dc-dl {
            color: #f1bf66;
        }

        /* Footer */
        .wpo-cta-footer {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        .wpo-cta-footer .wpo-lower-footer .right li a:hover i {
            color: #f1bf66;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        @media (max-width: 767px) {
            .product-info h1 {
                font-size: 28px;
            }

            .product-main-image {
                padding: 24px;
            }

            .specs-section h2,
            .downloads-section h2 {
                font-size: 26px;
            }
        }

/* our-products/kla-liner-800m */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Header */
        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

        /* Breadcrumb */
        .product-breadcrumb .container {
            padding: 0;
            margin-top: 80px;
        }

        .product-breadcrumb ol {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0;
            list-style: none;
            margin: 0;
            padding: 8px 20px;
            background: #f0eeeb;
            border-radius: 999px;
            font-size: 13px;
            color: #908b88;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }

        .product-breadcrumb ol li a {
            color: #908b88;
            text-decoration: none;
        }

        .product-breadcrumb ol li a:hover {
            color: #241d1d;
        }

        .product-breadcrumb ol li.active {
            color: #241d1d;
            font-weight: 700;
        }

        .product-breadcrumb ol li+li::before {
            content: "/";
            margin: 0 8px;
            color: #aaa;
        }

        /* Product Detail */
        .product-detail-section {
            padding: 40px 0 20px;
        }

        .product-info h1 {
            font-size: 52px;
            font-weight: 900;
            color: #241d1d;
            margin-bottom: 6px;
            line-height: 1.05;
            letter-spacing: -0.5px;
        }

        .product-subtitle {
            font-size: 22px;
            color: #241d1d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .product-desc {
            font-size: 15px;
            line-height: 1.8;
            color: #6b6460;
            margin-bottom: 28px;
        }

        /* Thumbnail strip */
        .product-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            justify-content: center;
        }

        .product-thumbnails img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #e8e3dd;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .product-thumbnails img:hover,
        .product-thumbnails img.active {
            border-color: #f1bf66;
        }

        .product-main-image {
            background: transparent;
            padding: 0;
            text-align: center;
            margin-bottom: 12px;
        }

        .product-main-image img {
            max-width: 100%;
            height: auto;
            max-height: 340px;
            object-fit: contain;
            border-radius: 16px;
        }

        @media (max-width: 767px) {
            .product-breadcrumb .container {
                margin-top: 60px;
            }

            .product-breadcrumb ol {
                font-size: 11px;
                padding: 6px 14px;
            }

            .product-breadcrumb ol li.active {
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .product-detail-section {
                padding: 40px 0 20px;
            }

            .product-info h1 {
                font-size: 32px;
            }

            .product-subtitle {
                font-size: 17px;
            }

            .wpo-video-section .video-image,
            .wpo-video-section .video-area,
            .wpo-video-section .video-area video {
                border-radius: 12px !important;
            }

            .wpo-video-section .video-area video {
                min-height: 360px;
                object-fit: cover;
            }
        }

        /* Features list */
        .features-section {
            padding: 40px 0 20px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .features-list li {
            padding: 10px 0;
            font-size: 15px;
            color: #3a3535;
            border-bottom: 1px solid #f0ece8;
            line-height: 1.6;
        }

        .features-list li strong {
            color: #241d1d;
        }

        /* Specs */
        .specs-section {
            padding: 60px 0;
        }

        .specs-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 48px;
            font-family: "Antonio", sans-serif !important;
        }

        .spec-group {
            margin-bottom: 28px;
        }

        .spec-group-title {
            font-size: 13px;
            font-weight: 700;
            color: #241d1d;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-bottom: 6px;
            border-bottom: 2px solid #f1bf66;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
        }

        .spec-table tr td {
            padding: 9px 0;
            font-size: 14px;
            border-bottom: 1px solid #f0ece8;
            vertical-align: top;
        }

        .spec-table tr td:first-child {
            color: #908b88;
            width: 55%;
            padding-right: 12px;
        }

        .spec-table tr td:last-child {
            color: #241d1d;
            font-weight: 500;
            text-align: right;
        }

        /* Downloads */
        .downloads-section {
            padding: 20px 0 80px;
        }

        .downloads-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 40px;
            font-family: "Antonio", sans-serif !important;
        }

        .download-card {
            border: 1px solid #e8e3dd;
            border-radius: 12px;
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            transition: box-shadow 0.2s;
            text-decoration: none;
            color: #241d1d;
        }

        .download-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            color: #241d1d;
        }

        .download-card .dc-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .download-card .dc-icon {
            font-size: 24px;
            color: #908b88;
        }

        .download-card .dc-label {
            font-size: 15px;
            font-weight: 600;
        }

        .download-card .dc-dl {
            font-size: 22px;
            color: #241d1d;
        }

        .download-card:hover .dc-dl {
            color: #f1bf66;
        }

        /* Footer */
        .wpo-cta-footer {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        .wpo-cta-footer .wpo-lower-footer .right li a:hover i {
            color: #f1bf66;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        @media (max-width: 767px) {
            .product-info h1 {
                font-size: 28px;
            }

            .product-main-image {
                padding: 24px;
            }

            .specs-section h2,
            .downloads-section h2 {
                font-size: 26px;
            }
        }

/* our-products/kla-rain-19m */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Header */
        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

        /* Breadcrumb */
        .product-breadcrumb .container {
            padding: 0;
            margin-top: 80px;
        }

        .product-breadcrumb ol {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0;
            list-style: none;
            margin: 0;
            padding: 8px 20px;
            background: #f0eeeb;
            border-radius: 999px;
            font-size: 13px;
            color: #908b88;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }

        .product-breadcrumb ol li a {
            color: #908b88;
            text-decoration: none;
        }

        .product-breadcrumb ol li a:hover {
            color: #241d1d;
        }

        .product-breadcrumb ol li.active {
            color: #241d1d;
            font-weight: 700;
        }

        .product-breadcrumb ol li+li::before {
            content: "/";
            margin: 0 8px;
            color: #aaa;
        }

        /* Product Detail */
        .product-detail-section {
            padding: 40px 0 20px;
        }

        .product-info h1 {
            font-size: 52px;
            font-weight: 900;
            color: #241d1d;
            margin-bottom: 6px;
            line-height: 1.05;
            letter-spacing: -0.5px;
        }

        .product-subtitle {
            font-size: 22px;
            color: #241d1d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .product-desc {
            font-size: 15px;
            line-height: 1.8;
            color: #6b6460;
            margin-bottom: 28px;
        }

        /* Thumbnail strip */
        .product-thumbnails {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            justify-content: center;
        }

        .product-thumbnails img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #e8e3dd;
            border-radius: 8px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .product-thumbnails img:hover,
        .product-thumbnails img.active {
            border-color: #f1bf66;
        }

        .product-main-image {
            background: transparent;
            padding: 0;
            text-align: center;
            margin-bottom: 12px;
        }

        .product-main-image img {
            max-width: 100%;
            height: auto;
            max-height: 340px;
            object-fit: contain;
            border-radius: 16px;
        }

        @media (max-width: 767px) {
            .product-breadcrumb .container {
                margin-top: 60px;
            }

            .product-breadcrumb ol {
                font-size: 11px;
                padding: 6px 14px;
            }

            .product-breadcrumb ol li.active {
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .product-detail-section {
                padding: 40px 0 20px;
            }

            .product-info h1 {
                font-size: 32px;
            }

            .product-subtitle {
                font-size: 17px;
            }

            .wpo-video-section .video-image,
            .wpo-video-section .video-area,
            .wpo-video-section .video-area video {
                border-radius: 12px !important;
            }

            .wpo-video-section .video-area video {
                min-height: 360px;
                object-fit: cover;
            }
        }

        /* Features list */
        .features-section {
            padding: 40px 0 20px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .features-list li {
            padding: 10px 0;
            font-size: 15px;
            color: #3a3535;
            border-bottom: 1px solid #f0ece8;
            line-height: 1.6;
        }

        .features-list li strong {
            color: #241d1d;
        }

        /* Specs */
        .specs-section {
            padding: 60px 0;
        }

        .specs-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 48px;
            font-family: "Antonio", sans-serif !important;
        }

        .spec-group {
            margin-bottom: 28px;
        }

        .spec-group-title {
            font-size: 13px;
            font-weight: 700;
            color: #241d1d;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
            padding-bottom: 6px;
            border-bottom: 2px solid #f1bf66;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
        }

        .spec-table tr td {
            padding: 9px 0;
            font-size: 14px;
            border-bottom: 1px solid #f0ece8;
            vertical-align: top;
        }

        .spec-table tr td:first-child {
            color: #908b88;
            width: 55%;
            padding-right: 12px;
        }

        .spec-table tr td:last-child {
            color: #241d1d;
            font-weight: 500;
            text-align: right;
        }

        /* Downloads */
        .downloads-section {
            padding: 20px 0 80px;
        }

        .downloads-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 40px;
            font-family: "Antonio", sans-serif !important;
        }

        .download-card {
            border: 1px solid #e8e3dd;
            border-radius: 12px;
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            transition: box-shadow 0.2s;
            text-decoration: none;
            color: #241d1d;
        }

        .download-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            color: #241d1d;
        }

        .download-card .dc-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .download-card .dc-icon {
            font-size: 24px;
            color: #908b88;
        }

        .download-card .dc-label {
            font-size: 15px;
            font-weight: 600;
        }

        .download-card .dc-dl {
            font-size: 22px;
            color: #241d1d;
        }

        .download-card:hover .dc-dl {
            color: #f1bf66;
        }

        /* Footer */
        .wpo-cta-footer {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        .wpo-cta-footer .wpo-lower-footer .right li a:hover i {
            color: #f1bf66;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        @media (max-width: 767px) {
            .product-info h1 {
                font-size: 28px;
            }

            .product-main-image {
                padding: 24px;
            }

            .specs-section h2,
            .downloads-section h2 {
                font-size: 26px;
            }
        }

/* privacy-policy */
.legal-page {
            padding: 120px 0 80px;
        }

        .legal-hero {
            margin-bottom: 40px;
        }

        .legal-hero h1 {
            font-size: clamp(40px, 6vw, 72px);
            margin-bottom: 12px;
        }

        .legal-hero p {
            max-width: 720px;
            color: rgba(36, 29, 29, 0.72);
        }

        .legal-card {
            background: #fff;
            border: 1px solid #e8e3dd;
            border-radius: 24px;
            padding: 36px;
        }

        .legal-card h2 {
            font-size: 28px;
            margin-bottom: 14px;
        }

        .legal-card p,
        .legal-card li {
            color: rgba(36, 29, 29, 0.82);
            font-size: 16px;
            line-height: 1.8;
        }

        .legal-card ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 24px;
        }

        .legal-meta {
            font-size: 14px;
            color: rgba(36, 29, 29, 0.6);
            margin-bottom: 22px;
        }

        .site-header-minimal {
            padding: 22px 0;
            background: #f8f1e2;
            border-bottom: 1px solid rgba(36, 29, 29, 0.08);
        }

        .site-header-minimal .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .site-header-minimal .header-links {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .site-header-minimal a {
            color: #241d1d;
            font-size: 15px;
        }

        .site-header-minimal a:hover {
            color: #f1bf66;
        }

        @media (max-width: 767px) {
            .legal-page {
                padding: 90px 0 60px;
            }

            .legal-card {
                padding: 24px;
            }

            .site-header-minimal .header-inner {
                flex-direction: column;
                align-items: flex-start;
            }
        }

/* products */
/* Responsive logo */
        .navbar-brand img {
            height: clamp(30px, 4.5vw, 50px);
            width: auto;
            display: block;
        }

        /* Hero background video */
        .hero-bg-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }

        .wpo-hero-static:before {
            background: rgba(0, 0, 0, 0.45);
            opacity: 1;
        }

        /* Footer SVG background */
        .wpo-cta-footer,
        .wpo-cta-footer-s2 {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }

        .wpo-cta-footer .footer-wrapper,
        .wpo-cta-footer-s2 .footer-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .footer-bg-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .wpo-cta-footer .wpo-topbar-footer,
        .wpo-cta-footer .wpo-lower-footer {
            position: relative;
            z-index: 1;
        }

        .wpo-cta-footer .wpo-topbar-footer {
            padding-top: 100px;
        }

        @media (max-width: 991px) {
            .footer-bg-svg {
                display: none;
            }

            .wpo-cta-footer,
            .wpo-cta-footer-s2 {
                padding-top: 0 !important;
            }

            .wpo-cta-footer .footer-wrapper,
            .wpo-cta-footer-s2 .footer-wrapper {
                border-radius: 0 !important;
            }
        }

        .header-about-link {
            font-family: "Parkinsans", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #241d1d;
            text-decoration: none;
            padding: 7px 17px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .header-about-link:hover {
            color: #f1bf66;
        }

        @media (max-width: 767px) {
            .header-about-link {
                padding: 5px 10px;
                font-size: 13px;
            }

            .wpo-metrics-section {
                margin-top: 60px;
            }
        }

        /* CTA Section */
        .wpo-cta-section {
            padding: 0 0 60px;
        }

        .wpo-cta-section .cta-card {
            background: #ffffff;
            border: 1px solid #e8e3dd;
            border-radius: 20px;
            padding: 50px 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        .wpo-cta-section .cta-card .cta-text h2 {
            font-size: 36px;
            font-weight: 700;
            color: #241d1d;
            margin-bottom: 10px;
        }

        .wpo-cta-section .cta-card .cta-text p {
            font-size: 15px;
            color: #6b6460;
            margin: 0;
            max-width: 520px;
            line-height: 1.6;
        }

        .wpo-cta-section .cta-card .cta-btn {
            flex-shrink: 0;
        }

        @media (max-width: 767px) {
            .wpo-cta-section .cta-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 30px 24px;
            }

            .wpo-cta-section .cta-card .cta-text h2 {
                font-size: 26px;
            }
        }

        /* Green hover → yellow */
        .wpo-site-header #navbar>ul li a:hover,
        .wpo-site-header #navbar>ul li a.active,
        .wpo-site-header #navbar>ul li a:focus,
        .wpo-cta-footer .wpo-lower-footer .copyright a:hover,
        .wpo-cta-footer .link-widget ul li a:hover {
            color: #f1bf66 !important;
        }

        /* theme-btn hover: white text on dark background */
        .theme-btn:hover,
        .theme-btn:focus,
        .theme-btn:active {
            color: #fff !important;
        }

        .back-to-top:hover {
            background-color: #fff !important;
            border-color: #f1bf66 !important;
        }

        /* Social icons hover → white */
        .wpo-cta-footer .right li a:hover i,
        .wpo-cta-footer .right li a:focus i {
            color: #fff !important;
        }

        /* Back-to-top: replace ti-arrow-up with Bootstrap icon */
        .back-to-top i {
            font-family: "bootstrap-icons" !important;
            font-style: normal;
        }

        .back-to-top i::before {
            content: "\F148";
        }

/* sitemap */
.sitemap-page {
    padding: 120px 0 80px;
}

.sitemap-page .legal-hero {
    margin-bottom: 56px;
    text-align: center;
}

.sitemap-page .legal-hero h1 {
    font-family: "Antonio", sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    margin-bottom: 12px;
    color: #241d1d;
}

.sitemap-page .legal-hero p {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(36, 29, 29, 0.65);
    font-family: "Satoshi", sans-serif;
    font-size: 17px;
}

.sitemap-sections {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.sitemap-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.sitemap-section-header h2 {
    font-family: "Antonio", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #241d1d;
    margin: 0;
    letter-spacing: -0.01em;
}

.sitemap-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dcae45;
    color: #241d1d;
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sitemap-rule {
    border: none;
    border-top: 2px solid #dcae45;
    margin: 0 0 24px 0;
    opacity: 1;
}

.sitemap-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sitemap-box {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border: 1.5px solid #e0d9d0;
    border-radius: 10px;
    background: #fff;
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    color: #241d1d;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    white-space: nowrap;
}

.sitemap-box:hover {
    border-color: #e0d9d0;
    background: #fff;
    color: #dcae45;
    text-decoration: none;
}

@media (max-width: 767px) {
    .sitemap-page {
        padding: 90px 0 60px;
    }
    .sitemap-box {
        font-size: 14px;
        padding: 10px 16px;
    }
    .sitemap-section-header h2 {
        font-size: 22px;
    }
}

        .site-header-minimal {
            padding: 22px 0;
            background: #f8f1e2;
            border-bottom: 1px solid rgba(36, 29, 29, 0.08);
        }

        .site-header-minimal .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .site-header-minimal .header-links {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .site-header-minimal a {
            color: #241d1d;
            font-size: 15px;
        }

        .site-header-minimal a:hover {
            color: #f1bf66;
        }

        @media (max-width: 767px) {
            .legal-page {
                padding: 90px 0 60px;
            }

            .sitemap-grid {
                grid-template-columns: 1fr;
            }

            .sitemap-card {
                padding: 24px;
            }

            .site-header-minimal .header-inner {
                flex-direction: column;
                align-items: flex-start;
            }
        }

/* terms-of-service */
.legal-page {
            padding: 120px 0 80px;
        }

        .legal-hero {
            margin-bottom: 40px;
            text-align: center;
        }

        .legal-hero h1 {
            font-size: clamp(40px, 6vw, 72px);
            margin-bottom: 12px;
        }

        .legal-hero p {
            max-width: 720px;
            color: rgba(36, 29, 29, 0.72);
            margin-left: auto;
            margin-right: auto;
        }

        .legal-card {
            background: #fff;
            border: 1px solid #e8e3dd;
            border-radius: 24px;
            padding: 36px;
        }

        .legal-card h2 {
            font-size: 28px;
            margin-bottom: 14px;
        }

        .legal-card p,
        .legal-card li {
            color: rgba(36, 29, 29, 0.82);
            font-size: 16px;
            line-height: 1.8;
        }

        .legal-card ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 24px;
        }

        .legal-meta {
            font-size: 14px;
            color: rgba(36, 29, 29, 0.6);
            margin-bottom: 22px;
        }

        .site-header-minimal {
            padding: 22px 0;
            background: #f8f1e2;
            border-bottom: 1px solid rgba(36, 29, 29, 0.08);
        }

        .site-header-minimal .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .site-header-minimal .header-links {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .site-header-minimal a {
            color: #241d1d;
            font-size: 15px;
        }

        .site-header-minimal a:hover {
            color: #f1bf66;
        }

        @media (max-width: 767px) {
            .legal-page {
                padding: 90px 0 60px;
            }

            .legal-card {
                padding: 24px;
            }

            .site-header-minimal .header-inner {
                flex-direction: column;
                align-items: flex-start;
            }
        }

/* Final mobile footer override */
@media (max-width: 767px) {
    .wpo-cta-footer,
    .wpo-cta-footer-s2 {
        padding: 18px 14px 24px !important;
        background: #241d1d !important;
    }

    .wpo-cta-footer .footer-wrapper,
    .wpo-cta-footer-s2 .footer-wrapper {
        background: #FAF1E1 !important;
        border-radius: 24px !important;
        margin: 10px 0 !important;
        overflow: hidden !important;
    }

    .wpo-cta-footer .footer-bg-svg,
    .wpo-cta-footer-s2 .footer-bg-svg {
        display: none !important;
    }

    .wpo-cta-footer .wpo-upper-footer,
    .wpo-cta-footer-s2 .wpo-upper-footer {
        padding-top: 48px !important;
        padding-bottom: 36px !important;
    }

    .wpo-cta-footer .wpo-lower-footer,
    .wpo-cta-footer-s2 .wpo-lower-footer {
        border-bottom: 0 !important;
    }

    .mobile-hide-dot {
        display: inline !important;
    }
}

/* =====================================================
   Full-width fixed header — all pages except index
   ===================================================== */
.wpo-site-header.header-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: transform 0.35s ease;
}

/* Hide on scroll down, show on scroll up */
.wpo-site-header.header-full.header-hidden {
    transform: translateY(-100%);
}

/* Suppress the script.js sticky clone — not needed for fixed header-full pages */
.wpo-site-header.header-full .navigation.sticky-header {
    display: none !important;
}

.wpo-site-header.header-full .navigation {
    max-width: 100% !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wpo-site-header.header-full .contact-header-shell {
    border-radius: 0 !important;
    background: #fff !important; 
}

/* Spacer pushes content below the fixed header */
.header-full-spacer {
    height: 72px;
}

@media (max-width: 767px) {
    .wpo-site-header.header-full,
    .wpo-site-header.header-full .navigation,
    .wpo-site-header.header-full .contact-header-shell {
        background: #fff !important;
    }

    .wpo-site-header.header-full .contact-header-shell {
        width: calc(100% - 24px);
    }

    .header-full-spacer {
        height: 70px;
    }
}

/* 404 page — full-viewport vertical + horizontal centering */
.error-404-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-404-section .container {
    width: 100%;
}

.error-404-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* =====================================================
   Blog article page (blog-1 etc.)
   ===================================================== */

/* Page background */
.kl-article-page {
    background: #f6f3f0;
}

/* ── Hero ── */
.kl-article-hero {
    background: #241d1d;
    padding: 60px 0 52px;
}
.kl-article-hero-inner {
    width: calc(100% - 48px);
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 26px;
}
.kl-article-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.2s;
}
.kl-article-back:hover { color: #dcae45; }

/* Breadcrumb */
.kl-article-breadcrumb {
    margin-bottom: 28px;
}
.kl-article-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.kl-article-breadcrumb ol li {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    gap: 4px;
}
.kl-article-breadcrumb ol li + li::before {
    content: "/";
    color: rgba(255,255,255,0.3);
    margin-right: 4px;
}
.kl-article-breadcrumb ol li a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.kl-article-breadcrumb ol li a:hover { color: #dcae45; }
.kl-article-breadcrumb ol li.active {
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

/* Tags */
.kl-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.kl-tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 999px;
    background: rgba(220,174,69,0.18);
    border: 1px solid rgba(220,174,69,0.4);
    font-family: "Satoshi", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #dcae45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kl-article-title {
    font-family: "Antonio", sans-serif;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}
.kl-article-subtitle {
    font-family: "Satoshi", sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    margin-bottom: 32px;
}

/* Author bar */
.kl-author-bar {
    display: flex;
    align-items: center;
    gap: 14px;
}
.kl-author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: #dcae45;
    border: 2px solid rgba(220,174,69,0.4);
}
.kl-author-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.kl-author-name {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.kl-author-meta {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── Cover image ── */
.kl-article-cover {
    background: #241d1d;
    padding-bottom: 0;
}
.kl-article-cover img {
    width: 100%;
    height: clamp(220px, 42vw, 480px);
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    display: block;
}
.kl-article-inline-img {
    overflow: hidden;
    border-radius: 8px;
    margin: 28px 0;
}
.kl-article-inline-img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

/* ── Body ── */
.kl-article-body {
    padding: 56px 0 80px;
}
.kl-article-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

/* ── Article content ── */
.kl-article-content {
    background: #fff;
    border-radius: 20px;
    padding: 44px 48px;
    border: 1px solid #e8e3dd;
}
.kl-article-lead {
    font-family: "Satoshi", sans-serif;
    font-size: 19px;
    line-height: 1.7;
    color: #241d1d;
    font-weight: 500;
    border-left: 4px solid #dcae45;
    padding-left: 20px;
    margin-bottom: 36px;
}
.kl-content-block {
    margin-bottom: 36px;
}
.kl-content-block h2 {
    font-family: "Antonio", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #241d1d;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
.kl-content-block p {
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(36,29,29,0.8);
}

/* Key points box */
.kl-key-points {
    background: #faf1e1;
    border: 1px solid rgba(220,174,69,0.3);
    border-radius: 14px;
    padding: 22px 26px;
    margin-top: 20px;
}
.kl-key-points-label {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #dcae45;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.kl-key-points ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kl-key-points ul li {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    color: #241d1d;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.kl-key-points ul li i {
    color: #dcae45;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Callout / conclusion box */
.kl-callout {
    display: flex;
    gap: 18px;
    background: #241d1d;
    border-radius: 16px;
    padding: 28px 30px;
    margin-top: 36px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.kl-callout-icon {
    font-size: 22px;
    color: #dcae45;
    flex-shrink: 0;
    margin-top: 2px;
}
.kl-callout strong {
    display: block;
    font-family: "Antonio", sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}
.kl-callout p {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    margin: 0;
}

/* Share bar */
.kl-share-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 32px;
    border-top: 1px solid #e8e3dd;
    position: relative;
}
.kl-share-label {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(36,29,29,0.55);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 4px;
}
.kl-share-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.kl-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 8px;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
}
.kl-share-btn:hover { opacity: 0.88; transform: translateY(-1px); text-decoration: none; }
.kl-share-fb  { background: #1877f2; color: #fff; }
.kl-share-ig  { background: linear-gradient(135deg,#f58529,#dd2a7b,#8134af); color: #fff; }
.kl-share-wa  { background: #25d366; color: #fff; }

.kl-share-copied {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #dcae45;
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
}
.kl-share-copied.kl-show { opacity: 1; }

/* ── Sidebar ── */
.kl-article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kl-sidebar-card {
    background: #fff;
    border: 1px solid #e8e3dd;
    border-radius: 16px;
    padding: 24px;
}
.kl-sidebar-card-label {
    font-family: "Satoshi", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(36,29,29,0.4);
    margin-bottom: 14px;
}
.kl-sidebar-author {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.kl-sidebar-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #dcae45;
    border: 2px solid rgba(220,174,69,0.3);
    flex-shrink: 0;
}
.kl-sidebar-author strong {
    display: block;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #241d1d;
    margin-bottom: 4px;
}
.kl-sidebar-author p {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    color: rgba(36,29,29,0.6);
    line-height: 1.5;
    margin: 0;
}
.kl-sidebar-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kl-sidebar-meta li {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    color: rgba(36,29,29,0.75);
    display: flex;
    align-items: center;
    gap: 8px;
}
.kl-sidebar-meta li i { color: #dcae45; }

.kl-sidebar-cta p {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    color: rgba(36,29,29,0.65);
    margin-bottom: 16px;
    line-height: 1.5;
}
.kl-sidebar-btn {
    display: block;
    text-align: center;
    padding: 11px 20px;
    background: #dcae45;
    color: #241d1d;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.kl-sidebar-btn:hover { background: #c9973a; color: #fff !important; text-decoration: none; }

/* ── Prev / Next nav ── */
.kl-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
}
.kl-post-nav-item {
    background: #fff;
    border: 1px solid #e8e3dd;
    border-radius: 14px;
    padding: 22px 24px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.kl-post-nav-item:hover {
    border-color: #dcae45;
    box-shadow: 0 4px 16px rgba(220,174,69,0.12);
    text-decoration: none;
}
.kl-post-nav-next { text-align: right; }
.kl-post-nav-label {
    font-family: "Satoshi", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #dcae45;
    display: flex;
    align-items: center;
    gap: 6px;
}
.kl-post-next .kl-post-nav-label { justify-content: flex-end; }
.kl-post-nav-title {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #241d1d;
    line-height: 1.4;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .kl-article-layout {
        grid-template-columns: 1fr;
    }
    .kl-article-sidebar {
        position: static;
    }
    .kl-article-content {
        padding: 28px 24px;
    }
}
@media (max-width: 767px) {
    .kl-article-hero { padding: 40px 0 36px; }
    .kl-article-title { font-size: 28px; }
    .kl-article-cover img { height: clamp(190px, 56vw, 320px); }
    .kl-article-inline-img { margin: 22px 0; }
    .kl-post-nav { grid-template-columns: 1fr; }
    .kl-post-next { text-align: left; }
    .kl-post-next .kl-post-nav-label { justify-content: flex-start; }
    .kl-share-bar { flex-direction: column; align-items: flex-start; }
}

/* Global accent override: replace old green interactions with yellow */
:root {
    --kl-yellow: #f1bf66;
    --kl-yellow-strong: #dcae45;
    --kl-yellow-soft: rgba(241, 191, 102, 0.14);
}

a:hover,
a:focus,
a:active,
.wpo-site-header a:hover,
.wpo-site-header a:focus,
.wpo-site-header a:active,
.wpo-cta-footer a:hover,
.wpo-cta-footer a:focus,
.wpo-cta-footer a:active,
.wpo-page-title a:hover,
.wpo-page-title a:focus,
.wpo-page-title a:active,
.wpo-blog-pg-section a:hover,
.wpo-blog-pg-section a:focus,
.wpo-blog-pg-section a:active,
.wpo-blog-single-section a:hover,
.wpo-blog-single-section a:focus,
.wpo-blog-single-section a:active,
.product-detail-section a:hover,
.product-detail-section a:focus,
.product-detail-section a:active,
.download-card:hover .dc-dl,
.download-card:focus-within .dc-dl,
.site-header-minimal a:hover,
.site-header-minimal a:focus,
.site-header-minimal a:active {
    color: var(--kl-yellow) !important;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active,
.footer-social-link:hover,
.footer-social-link:focus,
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a:hover,
.wpo-program-section-s2 .program-slider .owl-dots button.active,
.wpo-testimonial-section .testimonial-slide .owl-dots button.active,
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .icon,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .icon,
.wpo-testimonial-section .testimonial-slide .testimonial-card,
.wpo-faq-section .accordion-button:not(.collapsed)::after,
.wpo-faq-section-s2 .accordion-button:not(.collapsed)::after,
.wpo-faq-section .accordion-button:hover::after,
.wpo-faq-section-s2 .accordion-button:hover::after {
    background: var(--kl-yellow-strong) !important;
    background-color: var(--kl-yellow-strong) !important;
    border-color: var(--kl-yellow-strong) !important;
}

.footer-social-link:hover,
.footer-social-link:focus,
.footer-social-link:hover i,
.footer-social-link:focus i {
    color: #fff !important;
}

.product-thumbnails img:hover,
.product-thumbnails img.active,
.kl-post-nav-item:hover,
.kl-post-nav-item:focus-within,
.back-to-top:hover,
.back-to-top:focus {
    border-color: var(--kl-yellow) !important;
}

.back-to-top:hover i,
.back-to-top:focus i {
    color: var(--kl-yellow) !important;
}

/* ── Brand intro section ── */
.kl-brand-intro {
    position: relative;
    min-height: clamp(320px, 55vw, 640px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Parallax background layer */
.kl-brand-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../imgs/home-promo.png');
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 0;
}

/* Dark overlay — heavier at top (text area), fades toward bottom */
.kl-brand-intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(17, 16, 16, 0.92) 0%,
        rgba(17, 16, 16, 0.65) 45%,
        rgba(17, 16, 16, 0.15) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.kl-brand-intro-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.kl-brand-intro-points {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 60px 0;
}

.kl-brand-point {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 0 clamp(16px, 3vw, 40px);
}

.kl-brand-point:first-child { padding-left: 0; }
.kl-brand-point:last-child  { padding-right: 0; }

.kl-brand-point-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.kl-brand-point-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kl-yellow);
    margin-top: 2px;
}

.kl-brand-point-icon i { font-size: 22px; }

.kl-brand-point-text h3 {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: 0.01em;
}

.kl-brand-point-text p {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .kl-brand-intro {
        min-height: clamp(280px, 70vw, 480px);
    }
}

@media (max-width: 767px) {
    .kl-brand-intro {
        min-height: 0;
    }
    .kl-brand-intro-points {
        flex-direction: column;
        gap: 28px;
        padding: 40px 0;
    }
    .kl-brand-point { padding: 0; align-items: center; text-align: center; }
    .kl-brand-point-divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }
}

/* ── Product cards: remove default paragraph margin ── */
.wpo-metrics-section .metrics-right .info p {
    margin-bottom: 0;
}

/* ── Product cards: responsive height & remove gap ── */
.wpo-metrics-section .metrics-right {
    min-height: clamp(300px, 32vw, 460px);
}
.wpo-metrics-section .metrics-right .image-bg {
    height: 100%;
    min-height: inherit;
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids {
    padding: 16px 20px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid {
    padding: 0 !important;
}
@media (max-width: 991px) {
    .wpo-metrics-section .metrics-right {
        min-height: clamp(260px, 50vw, 400px);
    }
}
@media (max-width: 575px) {
    .wpo-metrics-section .metrics-right {
        min-height: clamp(220px, 70vw, 340px);
    }
}

/* ── Home page: taller blog cards ── */
.wpo-blog-pg-section .kl-home-blog-wrap .blog-card .image-bg .image {
    height: 420px;
}
.wpo-blog-pg-section .kl-home-blog-wrap .blog-card .image-bg .image img {
    height: 100%;
    object-fit: cover;
}

/* ── Home page: blog auto-scroll (all screen sizes) ── */
.kl-home-blog-wrap .blog-all-item {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
}
.kl-home-blog-wrap .blog-all-item::-webkit-scrollbar {
    display: none;
}
.wpo-blog-pg-section .kl-home-blog-wrap .blog-card {
    flex-basis: 36%;
    min-width: 280px;
    flex-shrink: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .kl-home-blog-wrap .blog-card {
        flex-basis: 60vw;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .kl-home-blog-wrap .blog-card {
        flex-basis: 76vw !important;
    }
    .wpo-blog-pg-section .kl-home-blog-wrap .blog-card .image-bg .image {
        height: 380px;
    }
}

/* ── Home page: FAQ section — remove sticky from intro ── */
.kl-home-faq .hc-faq-intro {
    position: static;
}
.kl-home-faq .hc-faq-intro h2 {
    font-size: clamp(26px, 3.5vw, 38px);
    margin-bottom: 14px;
}

/* Product cards — clickable title hover & no divider */
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid {
    border-bottom: none !important;
}

.wpo-metrics-section .metrics-right .info a {
    text-decoration: none;
    color: inherit;
}

.wpo-metrics-section .metrics-right .info a:hover h3,
.wpo-metrics-section .metrics-right .info a:focus h3 {
    color: var(--kl-yellow) !important;
}

.contact-mobile-dropdown a:hover,
.contact-mobile-dropdown a:focus,
.wpo-cta-footer .link-widget ul li a:hover,
.wpo-cta-footer .link-widget ul li a:focus {
    color: var(--kl-yellow) !important;
    background: transparent !important;
}

.wpo-cta-footer .wpo-lower-footer .right li a:hover i,
.wpo-cta-footer .wpo-lower-footer .right li a:focus i {
    color: var(--kl-yellow) !important;
}

@media (min-width: 992px) {
    .about-page-title .wpo-breadcumb-wrap {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .about-page-title .wpo-breadcumb-wrap .top-title {
        justify-content: center;
    }

    .about-page-title .wpo-breadcumb-wrap p {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Product hero refinement */
.product-detail-section {
    margin: 40px 0;
}

.product-hero-row {
    --bs-gutter-x: clamp(2rem, 4vw, 4.5rem);
    --bs-gutter-y: 2rem;
    align-items: flex-start !important;
}

.product-copy-col {
    display: flex;
    align-items: flex-start;
}

.product-info {
    width: 100%;
    max-width: 640px;
}

.product-info h1 {
    font-size: clamp(3rem, 5.5vw, 5.25rem);
    line-height: 0.95;
    margin-bottom: 0.9rem;
}

.product-subtitle {
    font-size: clamp(1.35rem, 2vw, 2rem);
    margin-bottom: 1.5rem;
}

.product-desc {
    max-width: 60ch;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.product-media-col {
    align-items: center !important;
}

.product-main-image {
    width: min(100%, 500px);
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    margin-bottom: 16px;
     border: 1px solid rgba(36, 29, 29, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(36, 29, 29, 0.08);
    position: relative;
    overflow: hidden;
}
 

.product-main-image img {
    width: 100%;
    max-width: 360px;
    max-height: 320px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: opacity 0.25s ease, transform 0.35s ease;
}

.product-main-image img.is-transitioning {
    opacity: 0.45;
    transform: scale(0.97);
}

.product-thumbnails {
    width: min(100%, 500px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 88px));
    justify-content: center;
    gap: 12px;
    margin-top: 0;
}

.product-thumbnails img {
    width: 88px;
    height: 88px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(36, 29, 29, 0.05);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-thumbnails img:hover,
.product-thumbnails img.active {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(36, 29, 29, 0.08);
}

@media (max-width: 991px) {
    .product-detail-section {
        margin: 32px 0;
    }

    .product-copy-col,
    .product-media-col {
        align-items: flex-start !important;
    }

    .product-info {
        max-width: none;
    }

    .product-desc {
        max-width: none;
    }

    .product-main-image,
    .product-thumbnails {
        width: 100%;
    }

    .product-main-image {
        min-height: 360px;
    }

    .product-thumbnails {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .product-detail-section {
        margin: 24px 0;
    }

    .product-copy-col {
        align-items: flex-start;
    }

    .product-main-image {
        min-height: 320px;
        padding: 24px;
        border-radius: 24px;
    }

    .product-main-image img {
        max-height: 280px;
    }

    .product-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 78px));
        gap: 10px;
    }

    .product-thumbnails img {
        width: 78px;
        height: 78px;
    }
}

/* Product video controls */
.product-detail-section + .wpo-video-section .container-fluid {
    width: min(100%, 1560px);
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.product-detail-section + .wpo-video-section .video-wrap.box-style {
    max-width: none;
    margin: 0;
}

.product-detail-section + .wpo-video-section .video-image,
.product-detail-section + .wpo-video-section .video-area,
.product-detail-section + .wpo-video-section .video-area video {
    width: 100%;
}

.product-video-player {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-video-player::before {
    content: none;
}

.product-video-toggle,
.product-video-sound {
    position: absolute;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
    z-index: 2;
}

.product-video-player:hover .product-video-sound,
.product-video-player:focus-within .product-video-sound,
.product-video-player.is-paused .product-video-toggle {
    opacity: 1;
    pointer-events: auto;
}

.product-video-toggle:hover,
.product-video-toggle:focus,
.product-video-sound:hover,
.product-video-sound:focus {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.product-video-toggle {
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.product-video-player.is-playing .product-video-toggle {
    opacity: 0 !important;
    pointer-events: none !important;
}

.product-video-toggle:hover,
.product-video-toggle:focus {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-video-toggle i {
    font-size: 34px;
    line-height: 1;
}

.product-video-sound {
    left: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
}

.product-video-sound i {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 767px) {
    .product-detail-section + .wpo-video-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .product-video-toggle {
        width: 72px;
        height: 72px;
    }

    .product-video-toggle i {
        font-size: 30px;
    }

    .product-video-sound {
        left: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .product-video-sound i {
        font-size: 20px;
    }
}

/* =====================================================
   Help Center page
   ===================================================== */

.hc-page {
    background: #f6f3f0;
}

/* ── Hero ── */
.hc-hero {
    background: #241d1d;
    padding: 120px 0 110px;
    text-align: center;
}
.hc-hero-inner {
    max-width: 680px;
    margin: 0 auto;
}
.hc-eyebrow {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #dcae45;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.hc-hero h1 {
    font-family: "Antonio", sans-serif;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.hc-hero-sub {
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0;
}

/* ── Contact strip ── */
.hc-contact-strip {
    padding: 40px 0 0;
}
.hc-contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1.5px solid #e8e3dd;
    border-radius: 14px;
    padding: 20px 22px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    height: 100%;
}
a.hc-contact-card:hover {
    border-color: #dcae45;
    box-shadow: 0 4px 20px rgba(220,174,69,0.12);
    text-decoration: none;
}
.hc-contact-card--muted {
    cursor: default;
}
.hc-contact-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #faf1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #dcae45;
    flex-shrink: 0;
}
.hc-contact-card strong {
    display: block;
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #241d1d;
    margin-bottom: 3px;
}
.hc-contact-card span {
    font-family: "Satoshi", sans-serif;
    font-size: 13px;
    color: rgba(36,29,29,0.55);
}

/* ── Topics ── */
.hc-topics {
    padding: 64px 0;
}
.hc-section-title {
    font-family: "Antonio", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #241d1d;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}
.hc-topic-card {
    background: #fff;
    border: 1.5px solid #e8e3dd;
    border-radius: 18px;
    padding: 28px 26px;
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hc-topic-card:hover {
    border-color: #dcae45;
    box-shadow: 0 6px 24px rgba(220,174,69,0.1);
}
.hc-topic-icon {
    width: 48px;
    height: 48px;
    background: #faf1e1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #dcae45;
    margin-bottom: 18px;
}
.hc-topic-card h3 {
    font-family: "Antonio", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #241d1d;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.hc-topic-card p {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    color: rgba(36,29,29,0.65);
    line-height: 1.65;
    margin-bottom: 18px;
}
.hc-topic-link {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #dcae45;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
}
.hc-topic-link:hover {
    color: #c9973a;
    gap: 8px;
    text-decoration: none;
}

/* ── FAQ ── */
.hc-faq {
    padding: 0 0 72px;
}
.hc-faq-intro {
    position: sticky;
    top: 100px;
}
.hc-faq-intro h2 {
    font-family: "Antonio", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #241d1d;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}
.hc-faq-intro p {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    color: rgba(36,29,29,0.65);
    line-height: 1.65;
    margin-bottom: 22px;
}
.hc-faq-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #dcae45;
    text-decoration: none;
    transition: color 0.2s;
}
.hc-faq-cta:hover { color: #c9973a; text-decoration: none; }

.hc-accordion-item {
    border: 1.5px solid #e8e3dd;
    border-radius: 14px !important;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}
.hc-accordion-item + .hc-accordion-item {
    border-top: 1.5px solid #e8e3dd !important;
}
.hc-accordion-btn {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #241d1d;
    background: #fff;
    padding: 18px 22px;
    border: none;
    box-shadow: none !important;
}
.hc-accordion-btn:not(.collapsed) {
    color: #241d1d;
    background: #faf1e1;
}
/* Default arrow — gray */
.hc-accordion-btn::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999490'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* Active arrow — yellow */
.hc-accordion-btn:not(.collapsed)::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dcae45'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.hc-accordion-body {
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    color: rgba(36,29,29,0.72);
    line-height: 1.7;
    padding: 6px 22px 20px;
    background: #faf1e1;
}
.hc-accordion-body a {
    color: #dcae45;
    font-weight: 600;
    text-decoration: none;
}
.hc-accordion-body a:hover { color: #c9973a; text-decoration: underline; }

/* ── CTA banner ── */
.hc-cta {
    padding: 0 0 80px;
}
.hc-cta-inner {
    background: #241d1d;
    border-radius: 20px;
    padding: 44px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.hc-cta-inner h2 {
    font-family: "Antonio", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}
.hc-cta-inner p {
    font-family: "Satoshi", sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.55;
}
.hc-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.hc-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: 1.5px solid rgba(220,174,69,0.5);
    border-radius: 10px;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #dcae45;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.hc-cta-btn-outline:hover {
    border-color: #dcae45;
    background: rgba(220,174,69,0.08);
    color: #dcae45;
    text-decoration: none;
}
.hc-cta-btn-fill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: #dcae45;
    border-radius: 10px;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #241d1d;
    text-decoration: none;
    transition: background 0.2s;
}
.hc-cta-btn-fill:hover {
    background: #c9973a;
    color: #241d1d;
    text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .hc-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 28px;
    }
}
@media (max-width: 767px) {
    .hc-hero { padding: 52px 0 44px; }
    .hc-topics { padding: 48px 0; }
    .hc-section-title { font-size: 24px; }
    .hc-faq { padding: 0 0 52px; }
    .hc-cta { padding: 0 0 52px; }
    .hc-cta-inner { padding: 24px 20px; }
    .hc-cta-inner h2 { font-size: 22px; }
    .hc-faq-intro { position: static; }
}

@media (max-width: 767px) {
    .child-support-left .wpo-section-title-s2 h2 {
        text-align: center;
    }
}

/* Contact form input — brighter text when user types */
.wpo-contact-form-all .wpo-contact-form-area .form-control {
    color: #1a1614;
}

/* Contact form ajax response message */
.ajax-response {
    text-align: center;
    margin-top: 16px;
}

/* Contact form submit button — no icon, symmetric padding */
#submitButton-form {
    padding-right: 32px;
    width: 100%;
    display: block;
    text-align: center;
}

#submitButton-form .btn-label {
    position: relative;
    z-index: 1;
}
