/* LouvLux inner-page styles — extracted from inline <style> blocks of inner static HTML pages.
 * Generated by extract-inner-styles.php on 2026-05-05 16:12:17.
 * Add edits here, NOT to the source HTML files (which are reference-only now).
 */

/* ===== Source: aluminium-venetian.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: automation-battery.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(200,166,117,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-label { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #000; margin-bottom: 15px; }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .overview-section { padding: 90px 0; background: var(--white); }
        .overview-img-stack { position: relative; }
        .overview-img-stack .img-main { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-lg); }
        .overview-img-stack .img-badge { position: absolute; bottom: -24px; right: -24px; width: 160px; height: 160px; background: #f6f0eb; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #000; box-shadow: 0 8px 24px rgba(0,0,0,0.15); border: 5px solid var(--white); }
        .overview-img-stack .img-badge .badge-num { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: #000; line-height: 1; }
        .overview-img-stack .img-badge .badge-text { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding: 0 10px; line-height: 1.4; margin-top: 4px; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .products-section { padding: 90px 0; background: var(--light); }
        .applications-section { padding: 90px 0; background: var(--white); }
        /* app-card styles in css/style.css */
        .specs-section { padding: 90px 0; background: #fff; position: relative; overflow: hidden; }
        .specs-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(0,0,0,0.02); }
        .specs-section .inner-section-label { color: #000; }
        .specs-section .inner-section-title { color: #000; }
        .specs-table { width: 100%; border-collapse: separate; border-spacing: 0; }
        .specs-table thead th { background: #000; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; padding: 16px 20px; font-weight: 700; border: none; }
        .specs-table thead th:first-child { border-radius: 6px 0 0 0; }
        .specs-table thead th:last-child { border-radius: 0 6px 0 0; }
        .specs-table tbody tr { transition: background 0.2s; }
        .specs-table tbody tr:hover { background: rgba(0,0,0,0.03); }
        .specs-table tbody td { padding: 14px 20px; font-size: 14px; color: rgba(0,0,0,0.7); border-bottom: 1px solid rgba(0,0,0,0.07); vertical-align: middle; }
        .specs-table tbody td:first-child { color: #000; font-weight: 600; }
        .specs-badge { display: inline-block; background: rgba(0,0,0,0.06); color: #000; font-size: 12px; font-weight: 600; padding: 3px 12px; border-radius: 20px; }
        .how-section { padding: 90px 0; background: var(--light); }
        .step-card { text-align: center; padding: 40px 24px; background: var(--white); border-radius: 8px; position: relative; transition: all 0.35s ease; height: 100%; }
        .step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
        .step-num { width: 60px; height: 60px; background: var(--accent-color); color: var(--secondary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; font-weight: 700; margin: 0 auto 22px; position: relative; z-index: 1; }
        .step-card::after { content: ''; position: absolute; top: 60px; right: -24px; width: 48px; height: 2px; background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px); z-index: 0; }
        .step-card:last-child::after { display: none; }
        .step-card__icon { font-size: 36px; color: #000; margin-bottom: 16px; }
        .step-card__title { font-family: var(--font-display); font-size: 18px; color: var(--secondary-color); margin-bottom: 10px; }
        .step-card__text { font-size: 13px; color: var(--gray); line-height: 1.75; }
        .resources-section { padding: 90px 0; background: var(--white); }
        .resource-card { display: flex; align-items: center; gap: 20px; padding: 24px; background: var(--light); border-radius: 8px; border-left: 4px solid var(--accent-color); transition: all 0.3s ease; text-decoration: none; color: inherit; height: 100%; }
        .resource-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateX(4px); color: inherit; }
        .resource-card__icon { width: 56px; height: 56px; background: var(--secondary-color); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .resource-card__icon i { font-size: 24px; color: var(--white); }
        .resource-card__title { font-size: 15px; font-weight: 600; color: var(--secondary-color); margin-bottom: 4px; }
        .resource-card__sub { font-size: 12px; color: var(--gray); }
        .resource-card__arrow { margin-left: auto; color: #000; font-size: 18px; flex-shrink: 0; }
        .faq-section { padding: 90px 0; background: var(--light); }
        .faq-accordion .accordion-item { background: var(--white); border: none; border-radius: 6px !important; margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
        .faq-accordion .accordion-button { font-size: 15px; font-weight: 600; color: var(--secondary-color); background: var(--white); padding: 20px 24px; }
        .faq-accordion .accordion-button:not(.collapsed) { color: #000; background: rgba(200,166,117,0.06); box-shadow: none; }
        .faq-accordion .accordion-button::after { filter: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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"); }
        .faq-accordion .accordion-body { font-size: 14px; color: var(--gray-dark); line-height: 1.8; padding: 4px 24px 20px; }
        .inner-cta { padding: 100px 0; background: #f6f0eb; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(255,255,255,0.12); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(15,25,35,0.08); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(15,25,35,0.12); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(15,25,35,0.2); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(15,25,35,0.75); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #0f1923; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(15,25,35,0.35); }
        .inner-cta .btn-cta-outline { background: transparent; color: var(--secondary-color); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 15px 36px; border-radius: 3px; border: 2px solid rgba(15,25,35,0.45); transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
        .inner-cta .btn-cta-outline:hover { background: rgba(15,25,35,0.1); border-color: var(--secondary-color); }
        @media (max-width: 991px) {
            .page-hero { min-height: 380px; }
            .overview-img-stack .img-badge { width: 130px; height: 130px; right: 0; bottom: -16px; }
            .step-card::after { display: none; }
        }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .overview-section, .products-section, .applications-section, .specs-section, .how-section, .resources-section, .faq-section, .inner-cta { padding: 60px 0; }
            .overview-img-stack { margin-bottom: 48px; }
            .overview-img-stack .img-badge { right: 16px; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: automation-controls.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(200,166,117,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-label { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #000; margin-bottom: 15px; }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .overview-section { padding: 90px 0; background: var(--white); }
        .overview-img-stack { position: relative; }
        .overview-img-stack .img-main { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-lg); }
        .overview-img-stack .img-badge { position: absolute; bottom: -24px; right: -24px; width: 160px; height: 160px; background: #f6f0eb; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #000; box-shadow: 0 8px 24px rgba(0,0,0,0.15); border: 5px solid var(--white); }
        .overview-img-stack .img-badge .badge-num { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: #000; line-height: 1; }
        .overview-img-stack .img-badge .badge-text { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding: 0 10px; line-height: 1.4; margin-top: 4px; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .products-section { padding: 90px 0; background: var(--light); }
        .applications-section { padding: 90px 0; background: var(--white); }
        /* app-card styles in css/style.css */
        .specs-section { padding: 90px 0; background: #fff; position: relative; overflow: hidden; }
        .specs-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(0,0,0,0.02); }
        .specs-section .inner-section-label { color: #000; }
        .specs-section .inner-section-title { color: #000; }
        .specs-table { width: 100%; border-collapse: separate; border-spacing: 0; }
        .specs-table thead th { background: #000; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; padding: 16px 20px; font-weight: 700; border: none; }
        .specs-table thead th:first-child { border-radius: 6px 0 0 0; }
        .specs-table thead th:last-child { border-radius: 0 6px 0 0; }
        .specs-table tbody tr { transition: background 0.2s; }
        .specs-table tbody tr:hover { background: rgba(0,0,0,0.03); }
        .specs-table tbody td { padding: 14px 20px; font-size: 14px; color: rgba(0,0,0,0.7); border-bottom: 1px solid rgba(0,0,0,0.07); vertical-align: middle; }
        .specs-table tbody td:first-child { color: #000; font-weight: 600; }
        .specs-badge { display: inline-block; background: rgba(0,0,0,0.06); color: #000; font-size: 12px; font-weight: 600; padding: 3px 12px; border-radius: 20px; }
        .how-section { padding: 90px 0; background: var(--light); }
        .step-card { text-align: center; padding: 40px 24px; background: var(--white); border-radius: 8px; position: relative; transition: all 0.35s ease; height: 100%; }
        .step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
        .step-num { width: 60px; height: 60px; background: var(--accent-color); color: var(--secondary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; font-weight: 700; margin: 0 auto 22px; position: relative; z-index: 1; }
        .step-card::after { content: ''; position: absolute; top: 60px; right: -24px; width: 48px; height: 2px; background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px); z-index: 0; }
        .step-card:last-child::after { display: none; }
        .step-card__icon { font-size: 36px; color: #000; margin-bottom: 16px; }
        .step-card__title { font-family: var(--font-display); font-size: 18px; color: var(--secondary-color); margin-bottom: 10px; }
        .step-card__text { font-size: 13px; color: var(--gray); line-height: 1.75; }
        .resources-section { padding: 90px 0; background: var(--white); }
        .resource-card { display: flex; align-items: center; gap: 20px; padding: 24px; background: var(--light); border-radius: 8px; border-left: 4px solid var(--accent-color); transition: all 0.3s ease; text-decoration: none; color: inherit; height: 100%; }
        .resource-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateX(4px); color: inherit; }
        .resource-card__icon { width: 56px; height: 56px; background: var(--secondary-color); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .resource-card__icon i { font-size: 24px; color: var(--white); }
        .resource-card__title { font-size: 15px; font-weight: 600; color: var(--secondary-color); margin-bottom: 4px; }
        .resource-card__sub { font-size: 12px; color: var(--gray); }
        .resource-card__arrow { margin-left: auto; color: #000; font-size: 18px; flex-shrink: 0; }
        .faq-section { padding: 90px 0; background: var(--light); }
        .faq-accordion .accordion-item { background: var(--white); border: none; border-radius: 6px !important; margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
        .faq-accordion .accordion-button { font-size: 15px; font-weight: 600; color: var(--secondary-color); background: var(--white); padding: 20px 24px; }
        .faq-accordion .accordion-button:not(.collapsed) { color: #000; background: rgba(200,166,117,0.06); box-shadow: none; }
        .faq-accordion .accordion-button::after { filter: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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"); }
        .faq-accordion .accordion-body { font-size: 14px; color: var(--gray-dark); line-height: 1.8; padding: 4px 24px 20px; }
        .inner-cta { padding: 100px 0; background: #f6f0eb; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(255,255,255,0.12); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(15,25,35,0.08); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(15,25,35,0.12); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(15,25,35,0.2); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(15,25,35,0.75); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #0f1923; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(15,25,35,0.35); }
        .inner-cta .btn-cta-outline { background: transparent; color: var(--secondary-color); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 15px 36px; border-radius: 3px; border: 2px solid rgba(15,25,35,0.45); transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
        .inner-cta .btn-cta-outline:hover { background: rgba(15,25,35,0.1); border-color: var(--secondary-color); }
        @media (max-width: 991px) {
            .page-hero { min-height: 380px; }
            .overview-img-stack .img-badge { width: 130px; height: 130px; right: 0; bottom: -16px; }
            .step-card::after { display: none; }
        }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .overview-section, .products-section, .applications-section, .specs-section, .how-section, .resources-section, .faq-section, .inner-cta { padding: 60px 0; }
            .overview-img-stack { margin-bottom: 48px; }
            .overview-img-stack .img-badge { right: 16px; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: automation-smart.html ===== */
/* ============================================
           INNER PAGE - SMART MOTORS STYLES
           ============================================ */
        .page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(200,166,117,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-label { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #000; margin-bottom: 15px; }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .overview-section { padding: 90px 0; background: var(--white); }
        .overview-img-stack { position: relative; }
        .overview-img-stack .img-main { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-lg); }
        .overview-img-stack .img-badge { position: absolute; bottom: -24px; right: -24px; width: 160px; height: 160px; background: #f6f0eb; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #000; box-shadow: 0 8px 24px rgba(0,0,0,0.15); border: 5px solid var(--white); }
        .overview-img-stack .img-badge .badge-num { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: #000; line-height: 1; }
        .overview-img-stack .img-badge .badge-text { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding: 0 10px; line-height: 1.4; margin-top: 4px; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .products-section { padding: 90px 0; background: var(--light); }
        .applications-section { padding: 90px 0; background: var(--white); }
        /* app-card styles in css/style.css */
        .specs-section { padding: 90px 0; background: #fff; position: relative; overflow: hidden; }
        .specs-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(0,0,0,0.02); }
        .specs-section .inner-section-label { color: #000; }
        .specs-section .inner-section-title { color: #000; }
        .specs-table { width: 100%; border-collapse: separate; border-spacing: 0; }
        .specs-table thead th { background: #000; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; padding: 16px 20px; font-weight: 700; border: none; }
        .specs-table thead th:first-child { border-radius: 6px 0 0 0; }
        .specs-table thead th:last-child { border-radius: 0 6px 0 0; }
        .specs-table tbody tr { transition: background 0.2s; }
        .specs-table tbody tr:hover { background: rgba(0,0,0,0.03); }
        .specs-table tbody td { padding: 14px 20px; font-size: 14px; color: rgba(0,0,0,0.7); border-bottom: 1px solid rgba(0,0,0,0.07); vertical-align: middle; }
        .specs-table tbody td:first-child { color: #000; font-weight: 600; }
        .specs-badge { display: inline-block; background: rgba(0,0,0,0.06); color: #000; font-size: 12px; font-weight: 600; padding: 3px 12px; border-radius: 20px; }
        .how-section { padding: 90px 0; background: var(--light); }
        .step-card { text-align: center; padding: 40px 24px; background: var(--white); border-radius: 8px; position: relative; transition: all 0.35s ease; height: 100%; }
        .step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
        .step-num { width: 60px; height: 60px; background: var(--accent-color); color: var(--secondary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; font-weight: 700; margin: 0 auto 22px; position: relative; z-index: 1; }
        .step-card::after { content: ''; position: absolute; top: 60px; right: -24px; width: 48px; height: 2px; background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px); z-index: 0; }
        .step-card:last-child::after { display: none; }
        .step-card__icon { font-size: 36px; color: #000; margin-bottom: 16px; }
        .step-card__title { font-family: var(--font-display); font-size: 18px; color: var(--secondary-color); margin-bottom: 10px; }
        .step-card__text { font-size: 13px; color: var(--gray); line-height: 1.75; }
        .resources-section { padding: 90px 0; background: var(--white); }
        .resource-card { display: flex; align-items: center; gap: 20px; padding: 24px; background: var(--light); border-radius: 8px; border-left: 4px solid var(--accent-color); transition: all 0.3s ease; text-decoration: none; color: inherit; height: 100%; }
        .resource-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateX(4px); color: inherit; }
        .resource-card__icon { width: 56px; height: 56px; background: var(--secondary-color); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .resource-card__icon i { font-size: 24px; color: var(--white); }
        .resource-card__title { font-size: 15px; font-weight: 600; color: var(--secondary-color); margin-bottom: 4px; }
        .resource-card__sub { font-size: 12px; color: var(--gray); }
        .resource-card__arrow { margin-left: auto; color: #000; font-size: 18px; flex-shrink: 0; }
        .faq-section { padding: 90px 0; background: var(--light); }
        .faq-accordion .accordion-item { background: var(--white); border: none; border-radius: 6px !important; margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
        .faq-accordion .accordion-button { font-size: 15px; font-weight: 600; color: var(--secondary-color); background: var(--white); padding: 20px 24px; }
        .faq-accordion .accordion-button:not(.collapsed) { color: #000; background: rgba(200,166,117,0.06); box-shadow: none; }
        .faq-accordion .accordion-button::after { filter: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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"); }
        .faq-accordion .accordion-body { font-size: 14px; color: var(--gray-dark); line-height: 1.8; padding: 4px 24px 20px; }
        .inner-cta { padding: 100px 0; background: #f6f0eb; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(255,255,255,0.12); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(15,25,35,0.08); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(15,25,35,0.12); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(15,25,35,0.2); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(15,25,35,0.75); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #0f1923; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(15,25,35,0.35); }
        .inner-cta .btn-cta-outline { background: transparent; color: var(--secondary-color); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 15px 36px; border-radius: 3px; border: 2px solid rgba(15,25,35,0.45); transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
        .inner-cta .btn-cta-outline:hover { background: rgba(15,25,35,0.1); border-color: var(--secondary-color); }
        @media (max-width: 991px) {
            .page-hero { min-height: 380px; }
            .overview-img-stack .img-badge { width: 130px; height: 130px; right: 0; bottom: -16px; }
            .step-card::after { display: none; }
        }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .overview-section, .products-section, .applications-section, .specs-section, .how-section, .resources-section, .faq-section, .inner-cta { padding: 60px 0; }
            .overview-img-stack { margin-bottom: 48px; }
            .overview-img-stack .img-badge { right: 16px; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: automation-tubular.html ===== */
/* ============================================
           INNER PAGE - TUBULAR MOTORS STYLES
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(200, 166, 117, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products Section ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }
        /* ---- Applications ---- */

        .applications-section {
            padding: 90px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 90px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 90px 0;
            background: var(--light);
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 90px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: var(--light);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(200, 166, 117, 0.06);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(255, 255, 255, 0.12);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(15, 25, 35, 0.08);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(15, 25, 35, 0.12);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(15, 25, 35, 0.2);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(15, 25, 35, 0.75);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #0f1923;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(15, 25, 35, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(15, 25, 35, 0.45);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(15, 25, 35, 0.1);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .applications-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

/* ===== Source: automation.html ===== */
/* ============================================
           INNER PAGE - TUBULAR MOTORS STYLES
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(200, 166, 117, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 60px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products Section ---- */

        .products-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        /* ---- Applications ---- */

        .applications-section {
            padding: 60px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 60px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 60px 0;
            background: #ffffff;
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 60px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: #f6f0eb;
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 60px 0;
            background: #f6f0eb;
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(200, 166, 117, 0.06);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 60px 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(255, 255, 255, 0.12);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(15, 25, 35, 0.08);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(15, 25, 35, 0.12);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(15, 25, 35, 0.2);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(15, 25, 35, 0.75);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #0f1923;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(15, 25, 35, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(15, 25, 35, 0.45);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(15, 25, 35, 0.1);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .applications-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

        /* Looking-else section, Back-to-Home button, section spacing & alternating
           backgrounds now live in css/style.css (INNER PAGES — GLOBAL SHARED RULES) */

/* ===== Source: awnings.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: blackout.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: blinds-shades.html ===== */
/* ============================================
           INNER PAGE - INDOOR SPECIFIC STYLES
           (Same structure as KoolShade)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }

        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }

        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--secondary-color);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }

        .product-card__link:hover {
            gap: 14px;
            color: var(--secondary-color);
        }
        /* ---- Projects ---- */

        .projects-section {
            padding: 90px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 90px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 90px 0;
            background: var(--light);
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 90px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: var(--light);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(0, 0, 0, 0.03);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .projects-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

        /* Blinds & Shades: 14 products wrap in square grid, no horizontal scroll */
        .product-grid-wrapper .product-scroll-btn { display: none !important; }
        .product-grid {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 24px !important;
            overflow: visible !important;
            padding-bottom: 0 !important;
        }
        .product-grid .app-card {
            flex: 0 0 calc(25% - 18px) !important;
            min-width: 0 !important;
            height: auto !important;
            aspect-ratio: 1 !important;
        }
        .product-grid .app-card img {
            min-height: 0 !important;
            height: 100% !important;
        }
        @media (max-width: 1199px) {
            .product-grid .app-card { flex: 0 0 calc(33.333% - 16px) !important; }
        }
        @media (max-width: 767px) {
            .product-grid .app-card { flex: 0 0 calc(50% - 12px) !important; }
        }
        @media (max-width: 479px) {
            .product-grid .app-card { flex: 0 0 100% !important; }
        }

        /* Blinds & Shades: Section background overrides to match static page */
        .looking-else-section { background: #ffffff !important; }

/* ===== Source: commercial.html ===== */
/* ============================================
           INNER PAGE - COMMERCIAL SPECIFIC STYLES
           (Same structure as KoolShade/XShield)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }

        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }

        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--secondary-color);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }

        .product-card__link:hover {
            gap: 14px;
            color: var(--secondary-color);
        }
        /* ---- Projects ---- */

        .projects-section {
            padding: 90px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 90px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 90px 0;
            background: var(--light);
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 90px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: var(--light);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(0, 0, 0, 0.03);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .projects-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

/* ===== Source: curtain-accessories.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: curtain-tracks.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: curtains-tracks.html ===== */
/* ============================================
           INNER PAGE - INDOOR SPECIFIC STYLES
           (Same structure as KoolShade)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }

        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }

        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--secondary-color);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }

        .product-card__link:hover {
            gap: 14px;
            color: var(--secondary-color);
        }
        /* ---- Projects ---- */

        .projects-section {
            padding: 90px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 90px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 90px 0;
            background: var(--light);
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 90px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: var(--light);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(0, 0, 0, 0.03);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .projects-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

        /* Curtains & Tracks: 6 products wrap, no horizontal scroll */
        .product-grid-wrapper .product-scroll-btn { display: none !important; }
        .product-grid {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 24px !important;
            overflow: visible !important;
            padding-bottom: 0 !important;
        }
        .product-grid .app-card {
            flex: 0 0 calc(33.333% - 16px) !important;
            min-width: 0 !important;
        }
        @media (max-width: 991px) {
            .product-grid .app-card { flex: 0 0 calc(50% - 12px) !important; }
        }
        @media (max-width: 575px) {
            .product-grid .app-card { flex: 0 0 100% !important; }
        }

/* ===== Source: downloads.html ===== */
.downloads-section {
            padding: 80px 0;
        }
        .downloads-section:nth-of-type(odd) {
            background: #ffffff;
        }
        .downloads-section:nth-of-type(even) {
            background: #f6f0eb;
        }
        .downloads-section:nth-of-type(even) .download-item {
            background: #ffffff;
        }
        .downloads-section-title {
            font-family: var(--font-primary);
            font-size: 28px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 40px;
            padding-bottom: 15px;
            border-bottom: 2px solid #000000;
            display: inline-block;
        }
        .download-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 20px 24px;
            background: #f6f0eb;
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 8px;
            margin-bottom: 16px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #000;
        }
        .download-item:hover {
            border-color: #94455d;
            box-shadow: 0 4px 16px rgba(0,0,0,0.08);
            color: #94455d;
        }
        .download-item__icon {
            width: 48px;
            height: 48px;
            background: #94455d;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .download-item__icon i {
            color: #fff;
            font-size: 20px;
        }
        .download-item:hover .download-item__icon {
            background: #000;
        }
        .download-item__info {
            flex: 1;
        }
        .download-item__title {
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 2px;
        }
        .download-item__meta {
            font-size: 12px;
            color: rgba(0,0,0,0.5);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .download-item__action {
            flex-shrink: 0;
            font-size: 20px;
            opacity: 0.3;
            transition: opacity 0.3s ease;
        }
        .download-item:hover .download-item__action {
            opacity: 1;
            color: #94455d;
        }
        .downloads-hero {
            background: #000;
            color: #fff;
            padding: 100px 0 60px;
            text-align: center;
        }
        .downloads-hero h1 {
            font-family: var(--font-primary);
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 12px;
        }
        .downloads-hero p {
            font-size: 16px;
            opacity: 0.7;
            max-width: 500px;
            margin: 0 auto;
        }

/* ===== Source: duplex-shades.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: fly-screens.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) { .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; } .certs-track { gap: 24px; } }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) { .page-hero { min-height: 300px; } .page-hero__content { padding-top: 40px; padding-bottom: 0; } .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; } .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); } .stat-item:last-child { border-bottom: none; } }

/* ===== Source: glass-systems.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) { .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; } .certs-track { gap: 24px; } }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: honeycomb-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: indoor.html ===== */
/* ============================================
           INNER PAGE - INDOOR SPECIFIC STYLES
           (Same structure as KoolShade)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }

        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }

        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--secondary-color);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }

        .product-card__link:hover {
            gap: 14px;
            color: var(--secondary-color);
        }
        /* ---- Projects ---- */

        .projects-section {
            padding: 90px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 90px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 90px 0;
            background: var(--light);
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 90px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: var(--light);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(0, 0, 0, 0.03);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .projects-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

/* ===== Source: koolshade.html ===== */
/* ============================================
           INNER PAGE - KOOLSHADE SPECIFIC STYLES
           ============================================ */
        /* ---- Page Hero Banner ---- */
        
        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }
        
        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }
        
        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        
        .page-hero__overlay {
            display: none;
        }
        
        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }
        
        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }
        
        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }
        
        .page-hero__title span {
            color: #f6f0eb;
        }
        
        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }
        
        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(200, 166, 117, 0.35);
        }
        
        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */
        
        .page-breadcrumb {
            padding: 10px 0;
        }
        
        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }
        
        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }
        
        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }
        
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }
        
        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */
        
        .stats-strip {
            background: #fff;
            padding: 30px 0 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .stat-item:last-child {
            border-right: none;
        }
        
        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }
        
        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */
        
        .overview-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        
        .overview-img-stack {
            position: relative;
        }
        
        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }
        
        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }
        
        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }
        
        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }
        
        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }
        
        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }
        
        .feature-check-list li:last-child {
            border-bottom: none;
        }
        
        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products (Classic / Pro / Elite) ---- */
        
        .products-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        .products-section .section-title-row {
            margin-bottom: 3rem !important;
        }
        
        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }
        
        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }
        
        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }
        
        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }
        
        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }
        
        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }
        
        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #000;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }
        
        .product-card__link:hover {
            gap: 14px;
            color: var(--accent-dark);
        }
        /* ---- Applications ---- */
        
        .applications-section {
            padding: 0 0 60px;
            background: #f6f0eb;
        }
        
        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */
        
        .specs-section {
            padding: 60px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        /* Clickable project cards */
        .project-card { cursor: pointer; }

        /* KoolShade: Looking-else arrows styled like home page product-scroll-btn */
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav {
            position: static;
            display: contents;
        }
        .looking-else-prev,
        .looking-else-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1px solid #000;
            background: #000;
            color: #fff;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover,
        .looking-else-next:hover {
            background: #94455d;
            border-color: #94455d;
            color: #fff;
            transform: translateY(-50%) scale(1.08);
            box-shadow: 0 4px 14px rgba(148, 69, 93, 0.35);
        }
        .looking-else-prev.swiper-button-disabled,
        .looking-else-next.swiper-button-disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        /* KoolShade section-level overrides — fine-tune specific sections that
           differ from the global alternation defined in style.css */
        .looking-else-section { background: #ffffff; }
        .inner-cta            { background: #f6f0eb; }

        /* Client logos marquee (between Info and Products sections) */
        .clients-section {
            background: #ffffff;
            padding: 0 0 60px;
        }
        .clients-marquee {
            overflow: hidden;
            position: relative;
            padding: 0;
            mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
        }
        .clients-track {
            display: flex;
            gap: 40px;
            width: max-content;
            animation: clientScroll 45s linear infinite;
        }
        .clients-marquee:hover .clients-track {
            animation-play-state: paused;
        }
        .client-chip {
            flex-shrink: 0;
            padding: 22px 40px;
            border: 2px solid #000;
            border-radius: 6px;
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: #000;
            background: transparent;
            white-space: nowrap;
            min-width: 220px;
            text-align: center;
            text-decoration: none;
            transition: background 0.25s ease, color 0.25s ease;
        }
        a.client-chip:hover {
            background: #000;
            color: #fff;
        }
        @keyframes clientScroll {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
        @media (max-width: 767px) {
            .client-chip {
                padding: 16px 26px;
                font-size: 14px;
                min-width: 160px;
            }
            .clients-track { gap: 24px; }
        }

        /* Project image slider modal */
        .project-swiper { width: 100%; background: #000; }
        .project-swiper .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
        }
        .project-swiper .swiper-slide img {
            width: 100%;
            max-height: 72vh;
            object-fit: contain;
            display: block;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */
        
        .how-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        
        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }
        
        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }
        
        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }
        
        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }
        
        .step-card:last-child::after {
            display: none;
        }
        
        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }
        
        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }
        
        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */
        
        .resources-section {
            padding: 60px 0;
            background: var(--white);
        }
        
        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: #f6f0eb;
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }
        
        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }
        
        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }
        
        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }
        
        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }
        
        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */
        
        .faq-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        
        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }
        
        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }
        
        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(200, 166, 117, 0.06);
            box-shadow: none;
        }
        
        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }
        
        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */
        
        .inner-cta {
            padding: 60px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }
        
        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(255, 255, 255, 0.12);
            border-radius: 50%;
            pointer-events: none;
        }
        
        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(15, 25, 35, 0.08);
            border-radius: 50%;
            pointer-events: none;
        }
        
        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(15, 25, 35, 0.12);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(15, 25, 35, 0.2);
            margin-bottom: 22px;
        }
        
        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }
        
        .inner-cta p {
            color: rgba(15, 25, 35, 0.75);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }
        
        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }
        
        .inner-cta .btn-cta-white:hover {
            background: #0f1923;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(15, 25, 35, 0.35);
        }
        
        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(15, 25, 35, 0.45);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        
        .inner-cta .btn-cta-outline:hover {
            background: rgba(15, 25, 35, 0.1);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */
        
        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .applications-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

        /* Looking-else section, Back-to-Home button, section spacing & alternating
           backgrounds now live in css/style.css (INNER PAGES — GLOBAL SHARED RULES) */

/* ===== Source: outdoor.html ===== */
/* ============================================
           INNER PAGE - OUTDOOR SPECIFIC STYLES
           (Same structure as KoolShade/XShield)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }

        .overview-img-stack {
            position: relative;
        }

        .overview-img-stack .img-main {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: var(--shadow-lg);
        }

        .overview-img-stack .img-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            width: 160px;
            height: 160px;
            background: #f6f0eb;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #000;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            border: 5px solid var(--white);
        }

        .overview-img-stack .img-badge .badge-num {
            font-family: var(--font-display);
            font-size: 30px;
            font-weight: 700;
            color: #000;
            line-height: 1;
        }

        .overview-img-stack .img-badge .badge-text {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            padding: 0 10px;
            line-height: 1.4;
            margin-top: 4px;
        }

        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }

        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }

        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--secondary-color);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }

        .product-card__link:hover {
            gap: 14px;
            color: var(--secondary-color);
        }
        /* ---- Projects ---- */

        .projects-section {
            padding: 90px 0;
            background: var(--white);
        }

        /* app-card styles in css/style.css */
        /* ---- Technical Specs Table ---- */

        .specs-section {
            padding: 90px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .specs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.02);
        }

        .specs-section .inner-section-label {
            color: #000;
        }

        .specs-section .inner-section-title {
            color: #000;
        }

        .specs-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .specs-table thead th {
            background: #000;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 20px;
            font-weight: 700;
            border: none;
        }

        .specs-table thead th:first-child {
            border-radius: 6px 0 0 0;
        }

        .specs-table thead th:last-child {
            border-radius: 0 6px 0 0;
        }

        .specs-table tbody tr {
            transition: background 0.2s;
        }

        .specs-table tbody tr:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .specs-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            vertical-align: middle;
        }

        .specs-table tbody td:first-child {
            color: #000;
            font-weight: 600;
        }

        .specs-badge {
            display: inline-block;
            background: rgba(0, 0, 0, 0.06);
            color: #000;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        /* ---- How It Works ---- */

        .how-section {
            padding: 90px 0;
            background: var(--light);
        }

        .step-card {
            text-align: center;
            padding: 40px 24px;
            background: var(--white);
            border-radius: 8px;
            position: relative;
            transition: all 0.35s ease;
            height: 100%;
        }

        .step-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .step-num {
            width: 60px;
            height: 60px;
            background: var(--accent-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto 22px;
            position: relative;
            z-index: 1;
        }

        .step-card::after {
            content: '';
            position: absolute;
            top: 60px;
            right: -24px;
            width: 48px;
            height: 2px;
            background: repeating-linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 6px, transparent 6px, transparent 12px);
            z-index: 0;
        }

        .step-card:last-child::after {
            display: none;
        }

        .step-card__icon {
            font-size: 36px;
            color: #000;
            margin-bottom: 16px;
        }

        .step-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .step-card__text {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.75;
        }
        /* ---- Resources / Downloads ---- */

        .resources-section {
            padding: 90px 0;
            background: var(--white);
        }

        .resource-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            background: var(--light);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .resource-card:hover {
            background: var(--white);
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
            color: inherit;
        }

        .resource-card__icon {
            width: 56px;
            height: 56px;
            background: var(--secondary-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .resource-card__icon i {
            font-size: 24px;
            color: var(--white);
        }

        .resource-card__title {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 4px;
        }

        .resource-card__sub {
            font-size: 12px;
            color: var(--gray);
        }

        .resource-card__arrow {
            margin-left: auto;
            color: #000;
            font-size: 18px;
            flex-shrink: 0;
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(0, 0, 0, 0.03);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
            .overview-img-stack .img-badge {
                width: 130px;
                height: 130px;
                right: 0;
                bottom: -16px;
            }
            .step-card::after {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .projects-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .overview-img-stack {
                margin-bottom: 48px;
            }
            .overview-img-stack .img-badge {
                right: 16px;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

/* ===== Source: panel-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: parking-garden.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) { .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; } .certs-track { gap: 24px; } }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) { .page-hero { min-height: 300px; } .page-hero__content { padding-top: 40px; padding-bottom: 0; } .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; } .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); } .stat-item:last-child { border-bottom: none; } }

/* ===== Source: perfect-fit-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: pergolas.html ===== */
/* ============================================
           INNER PAGE - PERGOLAS STYLES (mirrors XShield)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        .products-section .section-title-row {
            margin-bottom: 3rem !important;
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }
        /* ---- Applications ---- */

        .applications-section {
            padding: 0 0 60px;
            background: #f6f0eb;
        }

        /* Looking-else arrows styled like home page product-scroll-btn */
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav {
            position: static;
            display: contents;
        }
        .looking-else-prev,
        .looking-else-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1px solid #000;
            background: #000;
            color: #fff;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover,
        .looking-else-next:hover {
            background: #94455d;
            border-color: #94455d;
            color: #fff;
            transform: translateY(-50%) scale(1.08);
            box-shadow: 0 4px 14px rgba(148, 69, 93, 0.35);
        }
        .looking-else-prev.swiper-button-disabled,
        .looking-else-next.swiper-button-disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        /* Section-level overrides */
        .looking-else-section { background: #f6f0eb; }
        .inner-cta            { background: #ffffff; }

        /* Certifications marquee */
        .certs-section {
            background: #ffffff;
            padding: 0 0 60px;
        }
        .certs-marquee {
            overflow: hidden;
            position: relative;
            padding: 0;
            mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
        }
        .certs-track {
            display: flex;
            gap: 40px;
            width: max-content;
            animation: certScroll 45s linear infinite;
        }
        .certs-marquee:hover .certs-track {
            animation-play-state: paused;
        }
        .cert-chip {
            flex-shrink: 0;
            padding: 22px 40px;
            border: 2px solid #000;
            border-radius: 6px;
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: #000;
            background: transparent;
            white-space: nowrap;
            min-width: 220px;
            text-align: center;
            text-decoration: none;
            transition: background 0.25s ease, color 0.25s ease;
        }
        a.cert-chip:hover {
            background: #000;
            color: #fff;
        }
        @keyframes certScroll {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
        @media (max-width: 767px) {
            .cert-chip {
                padding: 16px 26px;
                font-size: 14px;
                min-width: 160px;
            }
            .certs-track { gap: 24px; }
        }

        /* Clickable project cards */
        .project-card { cursor: pointer; }

        /* Feature list */
        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        /* Inner CTA */
        .inner-cta {
            padding: 60px 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .products-section,
            .applications-section,
            .certs-section,
            .inner-cta {
                padding: 60px 0;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

/* ===== Source: pinch-pleat.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: printed-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: projects.html ===== */
/* ============================================
           INNER PAGE - PROJECTS SPECIFIC STYLES
           (Same structure as KoolShade/XShield)
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #000;
            margin-bottom: 15px;
        }

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Overview Section ---- */

        .overview-section {
            padding: 90px 0;
            background: var(--white);
        }
        /* ---- Products ---- */

        .products-section {
            padding: 90px 0;
            background: var(--light);
        }
        /* ---- FAQ Section ---- */

        .faq-section {
            padding: 90px 0;
            background: var(--light);
        }

        .faq-accordion .accordion-item {
            background: var(--white);
            border: none;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            font-weight: 600;
            color: var(--secondary-color);
            background: var(--white);
            padding: 20px 24px;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: #000;
            background: rgba(0, 0, 0, 0.03);
            box-shadow: none;
        }

        .faq-accordion .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2394455d'%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");
        }

        .faq-accordion .accordion-body {
            font-size: 14px;
            color: var(--gray-dark);
            line-height: 1.8;
            padding: 4px 24px 20px;
        }
        /* ---- Inner Page CTA ---- */

        .inner-cta {
            padding: 100px 0;
            background: #f6f0eb;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .products-section,
            .overview-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
        }

        /* Project thumbnail grid */
        .project-thumb {
            display: block;
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            margin-bottom: 0;
            height: 300px;
        }
        .project-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .project-thumb:hover img {
            transform: scale(1.05);
        }
        .project-thumb__overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }
        .project-thumb:hover .project-thumb__overlay {
            background: rgba(0,0,0,0.3);
        }
        .project-thumb__overlay i {
            color: #fff;
            font-size: 28px;
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.3s ease;
        }
        .project-thumb:hover .project-thumb__overlay i {
            opacity: 1;
            transform: scale(1);
        }

/* ===== Source: roller-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: roman-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: romex-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: sheer.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: shutters.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: skylight-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: vertex-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: vertical-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: wave.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: wooden-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) {
            .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; }
            .certs-track { gap: 24px; }
        }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* ===== Source: xshield.html ===== */
/* ============================================
           INNER PAGE - XSHIELD SPECIFIC STYLES
           ============================================ */
        /* ---- Page Hero Banner ---- */

        .page-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--secondary-color);
        }

        .page-hero__bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .page-hero__bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .page-hero__overlay {
            display: none;
        }

        .page-hero__content {
            position: relative;
            z-index: 2;
            padding-top: 60px;
            padding-bottom: 0;
        }

        .page-hero__tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 6px 16px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .page-hero__title {
            font-family: var(--font-display);
            font-size: clamp(36px, 6vw, 64px);
            color: var(--white);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 18px;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }

        .page-hero__title span {
            color: #f6f0eb;
        }

        .page-hero__desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            max-width: 560px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .page-hero__btns .btn-hero-primary {
            background: #fff;
            color: #000;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 14px 32px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-primary:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }

        .page-hero__btns .btn-hero-outline {
            background: transparent;
            color: var(--white);
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 13px 32px;
            border-radius: 3px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .page-hero__btns .btn-hero-outline:hover {
            border-color: #000;
            color: #000;
        }
        /* Breadcrumb */

        .page-breadcrumb {
            padding: 10px 0;
        }

        .page-breadcrumb .breadcrumb {
            margin: 0;
            background: none;
            background-color: transparent;
            padding: 0;
        }

        .page-breadcrumb .breadcrumb-item a {
            color: var(--gray);
            font-size: 13px;
            text-decoration: none;
            transition: color 0.2s;
        }

        .page-breadcrumb .breadcrumb-item a:hover {
            color: #000;
        }

        .page-breadcrumb .breadcrumb-item.active {
            color: #000;
            font-size: 13px;
        }

        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: var(--gray);
        }
        /* ---- Section Labels ---- */

        .inner-section-title {
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.5px;
            line-height: 1.4;
            color: var(--dark);
            margin: 0 0 10px;
        }

        .inner-section-subtitle {
            display: none;
            font-size: 15px;
            color: var(--gray);
            line-height: 1.8;
            max-width: 600px;
        }
        /* ---- Stats Row ---- */

        .stats-strip {
            background: #fff;
            padding: 30px 0 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

        .stat-item {
            text-align: center;
            color: #000;
            padding: 10px 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

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

        .stat-item__num {
            font-family: var(--font-display);
            font-size: 38px;
            font-weight: 700;
            color: #000;
            line-height: 1;
            display: block;
        }

        .stat-item__label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 6px;
            opacity: 0.85;
        }
        /* ---- Products ---- */

        .products-section {
            padding: 60px 0;
            background: #f6f0eb;
        }
        .products-section .section-title-row {
            margin-bottom: 3rem !important;
        }

        .product-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all 0.35s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-card__img-wrap {
            position: relative;
            height: 320px;
            overflow: hidden;
        }

        .product-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .product-card:hover .product-card__img-wrap img {
            transform: scale(1.06);
        }

        .product-card__badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #f6f0eb;
            color: #000;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px 12px;
            border-radius: 2px;
        }

        .product-card__badge--gold {
            background: #fff;
            color: #000;
        }

        .product-card__body {
            padding: 20px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card__title {
            font-family: var(--font-display);
            font-size: 18px;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .product-card__desc {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.7;
            flex: 1;
            margin-bottom: 14px;
        }

        .product-card__specs {
            list-style: none;
            padding: 0;
            margin: 0 0 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .product-card__specs li {
            background: rgba(0, 0, 0, 0.06);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 20px;
        }

        .product-card__link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #000;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: gap 0.25s ease;
        }

        .product-card__link:hover {
            gap: 14px;
            color: var(--accent-dark);
        }
        /* ---- Applications ---- */

        .applications-section {
            padding: 0 0 60px;
            background: #f6f0eb;
        }

        /* app-card styles in css/style.css */

        /* XShield: Looking-else arrows styled like home page product-scroll-btn */
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav {
            position: static;
            display: contents;
        }
        .looking-else-prev,
        .looking-else-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1px solid #000;
            background: #000;
            color: #fff;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover,
        .looking-else-next:hover {
            background: #94455d;
            border-color: #94455d;
            color: #fff;
            transform: translateY(-50%) scale(1.08);
            box-shadow: 0 4px 14px rgba(148, 69, 93, 0.35);
        }
        .looking-else-prev.swiper-button-disabled,
        .looking-else-next.swiper-button-disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }

        /* XShield section-level overrides */
        .looking-else-section { background: #f6f0eb; }
        .inner-cta            { background: #ffffff; }

        /* Certifications marquee */
        .certs-section {
            background: #ffffff;
            padding: 0 0 60px;
        }
        .certs-marquee {
            overflow: hidden;
            position: relative;
            padding: 0;
            mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
        }
        .certs-track {
            display: flex;
            gap: 40px;
            width: max-content;
            animation: certScroll 45s linear infinite;
        }
        .certs-marquee:hover .certs-track {
            animation-play-state: paused;
        }
        .cert-chip {
            flex-shrink: 0;
            padding: 22px 40px;
            border: 2px solid #000;
            border-radius: 6px;
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: #000;
            background: transparent;
            white-space: nowrap;
            min-width: 220px;
            text-align: center;
            text-decoration: none;
            transition: background 0.25s ease, color 0.25s ease;
        }
        a.cert-chip:hover {
            background: #000;
            color: #fff;
        }
        @keyframes certScroll {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
        @media (max-width: 767px) {
            .cert-chip {
                padding: 16px 26px;
                font-size: 14px;
                min-width: 160px;
            }
            .certs-track { gap: 24px; }
        }

        /* Clickable project cards */
        .project-card { cursor: pointer; }

        /* Feature list */
        .feature-check-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .feature-check-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: var(--gray-dark);
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-check-list li:last-child {
            border-bottom: none;
        }

        .feature-check-list li i {
            color: #000;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        /* Inner CTA */
        .inner-cta {
            padding: 60px 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .inner-cta::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -120px;
            width: 420px;
            height: 420px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta::after {
            content: '';
            position: absolute;
            bottom: -90px;
            right: -90px;
            width: 340px;
            height: 340px;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 50%;
            pointer-events: none;
        }

        .inner-cta .cta-tag-inner {
            display: inline-block;
            background: rgba(0, 0, 0, 0.08);
            color: var(--secondary-color);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            padding: 7px 18px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: 22px;
        }

        .inner-cta h2 {
            font-family: var(--font-display);
            font-size: clamp(28px, 4vw, 46px);
            color: var(--secondary-color);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .inner-cta p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 16px;
            max-width: 560px;
            margin: 0 auto 36px;
            line-height: 1.8;
        }

        .inner-cta .btn-cta-white {
            background: var(--secondary-color);
            color: var(--white);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 40px;
            border-radius: 3px;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .inner-cta .btn-cta-white:hover {
            background: #000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
        }

        .inner-cta .btn-cta-outline {
            background: transparent;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px 36px;
            border-radius: 3px;
            border: 2px solid rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .inner-cta .btn-cta-outline:hover {
            background: rgba(0, 0, 0, 0.06);
            border-color: var(--secondary-color);
        }
        /* ---- Responsive ---- */

        @media (max-width: 991px) {
            .page-hero {
                min-height: 380px;
            }
        }

        @media (max-width: 767px) {
            .page-hero {
                min-height: 300px;
            }
            .page-hero__content {
                padding-top: 40px;
                padding-bottom: 0;
            }
            .overview-section,
            .products-section,
            .applications-section,
            .specs-section,
            .how-section,
            .resources-section,
            .faq-section,
            .inner-cta {
                padding: 60px 0;
            }
            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

        /* Looking-else section, Back-to-Home button, section spacing & alternating
           backgrounds now live in css/style.css (INNER PAGES — GLOBAL SHARED RULES) */

/* ===== Source: zip-blinds.html ===== */
.page-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--secondary-color); }
        .page-hero__bg { position: absolute; inset: 0; z-index: 0; }
        .page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .page-hero__overlay { display: none; }
        .page-hero__content { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 0; }
        .page-hero__tag { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 6px 16px; border-radius: 2px; margin-bottom: 18px; }
        .page-hero__title { font-family: var(--font-display); font-size: clamp(36px, 6vw, 64px); color: var(--white); font-weight: 700; line-height: 1.15; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
        .page-hero__title span { color: #f6f0eb; }
        .page-hero__desc { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.8; margin-bottom: 30px; }
        .page-hero__btns .btn-hero-primary { background: #fff; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border-radius: 3px; border: none; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
        .page-hero__btns .btn-hero-outline { background: transparent; color: var(--white); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 3px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }
        .page-hero__btns .btn-hero-outline:hover { border-color: #000; color: #000; }
        .page-breadcrumb { padding: 10px 0; }
        .page-breadcrumb .breadcrumb { margin: 0; background: none; background-color: transparent; padding: 0; }
        .page-breadcrumb .breadcrumb-item a { color: var(--gray); font-size: 13px; text-decoration: none; transition: color 0.2s; }
        .page-breadcrumb .breadcrumb-item a:hover { color: #000; }
        .page-breadcrumb .breadcrumb-item.active { color: #000; font-size: 13px; }
        .page-breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: var(--gray); }
        .inner-section-title { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0.5px; line-height: 1.4; color: var(--dark); margin: 0 0 10px; }
        .inner-section-subtitle { display: none; font-size: 15px; color: var(--gray); line-height: 1.8; max-width: 600px; }
        .stats-strip { background: #fff; padding: 30px 0 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
        .stat-item { text-align: center; color: #000; padding: 10px 20px; border-right: 1px solid rgba(0,0,0,0.1); }
        .stat-item:last-child { border-right: none; }
        .stat-item__num { font-family: var(--font-display); font-size: 38px; font-weight: 700; color: #000; line-height: 1; display: block; }
        .stat-item__label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; opacity: 0.85; }
        .products-section { padding: 60px 0; background: #f6f0eb; }
        .products-section .section-title-row { margin-bottom: 3rem !important; }
        .applications-section { padding: 0 0 60px; background: #f6f0eb; }
        .looking-else-wrap { position: relative; }
        .looking-else-swiper { position: static; }
        .looking-else-nav { position: static; display: contents; }
        .looking-else-prev, .looking-else-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; background: #000; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s ease; }
        .looking-else-prev { left: -24px; }
        .looking-else-next { right: -24px; }
        .looking-else-prev:hover, .looking-else-next:hover { background: #94455d; border-color: #94455d; color: #fff; transform: translateY(-50%) scale(1.08); box-shadow: 0 4px 14px rgba(148,69,93,0.35); }
        .looking-else-prev.swiper-button-disabled, .looking-else-next.swiper-button-disabled { opacity: 0.35; cursor: not-allowed; }
        .looking-else-section { background: #f6f0eb; }
        .certs-section { background: #ffffff; padding: 0 0 60px; }
        .certs-marquee { overflow: hidden; position: relative; padding: 0; mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
        .certs-track { display: flex; gap: 40px; width: max-content; animation: certScroll 45s linear infinite; }
        .certs-marquee:hover .certs-track { animation-play-state: paused; }
        .cert-chip { flex-shrink: 0; padding: 22px 40px; border: 2px solid #000; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 1.5px; color: #000; background: transparent; white-space: nowrap; min-width: 220px; text-align: center; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }
        a.cert-chip:hover { background: #000; color: #fff; }
        @keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (max-width: 767px) { .cert-chip { padding: 16px 26px; font-size: 14px; min-width: 160px; } .certs-track { gap: 24px; } }
        .project-card { cursor: pointer; }
        .feature-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
        .feature-check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-dark); padding: 8px 0; border-bottom: 1px solid #f2f2f2; }
        .feature-check-list li:last-child { border-bottom: none; }
        .feature-check-list li i { color: #000; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
        .inner-cta { padding: 60px 0; background: #ffffff; position: relative; overflow: hidden; text-align: center; }
        .inner-cta::before { content: ''; position: absolute; top: -100px; left: -120px; width: 420px; height: 420px; background: rgba(0,0,0,0.04); border-radius: 50%; pointer-events: none; }
        .inner-cta::after { content: ''; position: absolute; bottom: -90px; right: -90px; width: 340px; height: 340px; background: rgba(0,0,0,0.03); border-radius: 50%; pointer-events: none; }
        .inner-cta .cta-tag-inner { display: inline-block; background: rgba(0,0,0,0.08); color: var(--secondary-color); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.15); margin-bottom: 22px; }
        .inner-cta h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); color: var(--secondary-color); margin-bottom: 16px; font-weight: 700; }
        .inner-cta p { color: rgba(0,0,0,0.6); font-size: 16px; max-width: 560px; margin: 0 auto 36px; line-height: 1.8; }
        .inner-cta .btn-cta-white { background: var(--secondary-color); color: var(--white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 40px; border-radius: 3px; border: none; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
        .inner-cta .btn-cta-white:hover { background: #000; color: white; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
        @media (max-width: 991px) { .page-hero { min-height: 380px; } }
        @media (max-width: 767px) {
            .page-hero { min-height: 300px; }
            .page-hero__content { padding-top: 40px; padding-bottom: 0; }
            .products-section, .applications-section, .certs-section, .inner-cta { padding: 60px 0; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
            .stat-item:last-child { border-bottom: none; }
        }

/* === LouvLux brand override — white inner-section-label.
   Appended last so it wins over any per-page rule that hard-codes color:#000.
   The .inner-section-label--pill variant keeps its higher-specificity white text on crimson bg. === */
.inner-section-label { color: #ffffff; }

/* === Section-title eyebrow — used above .inner-section-title H2s (e.g. "KOOLSHADE PRODUCTS"
   above "The KoolShade Range"). These sit on light/cream backgrounds where white is invisible,
   so they need their own black-text class. Matches inner-section-label in every other respect. === */
.section-title-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    margin-bottom: 15px;
}

/* === Inner-CTA partial — extracted from inline styles in inner_cta.blade.php. === */
.inner-cta__container { z-index: 2; }
.inner-cta__contact-stack { display: flex; flex-direction: column; gap: 20px; height: 100%; }
.inner-cta__contact-card { background: rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.1); border-radius: 10px; padding: 28px; display: flex; align-items: center; gap: 18px; }
.inner-cta__contact-icon { flex-shrink: 0; width: 52px; height: 52px; background: var(--secondary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.inner-cta__contact-icon i { color: #94455d; font-size: 20px; }
.inner-cta__contact-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(0,0,0,0.5); margin-bottom: 4px; }
.inner-cta__contact-value { font-size: 15px; font-weight: 700; color: var(--secondary-color); text-decoration: none; }
a.inner-cta__contact-value { font-size: 17px; }
.inner-cta__form-card { background: var(--white); border-radius: 12px; padding: 44px; box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.inner-cta__form-title { font-family: var(--font-display); color: var(--secondary-color); margin-bottom: 6px; }
.inner-cta__form-subtitle { font-size: 14px; color: var(--gray); margin-bottom: 28px; }
.inner-cta__field-label { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-dark); margin-bottom: 6px; }
.inner-cta__input { border: 1px solid #e0e0e0; padding: 12px 16px; font-size: 14px; }
.inner-cta__input--textarea { resize: none; }
.inner-cta__input--select { color: var(--gray-dark); }
.inner-cta__submit { cursor: pointer; padding: 16px 24px; font-size: 14px; color: #fff; background: #000; }

/* === Page-hero feature-bullet card — extracted from inline styles in page_hero.blade.php. === */
.page-hero__feature-card { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.1); border-radius: 0.375rem; padding: 1rem; }
.page-hero__feature-icon { flex-shrink: 0; width: 48px; height: 48px; background: var(--accent-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.page-hero__feature-icon i { color: var(--secondary-color); font-size: 22px; }
.page-hero__feature-label { color: #fff; font-weight: 700; font-size: 15px; }
.page-hero__feature-desc { color: rgba(255,255,255,0.7); font-size: 13px; }

/* === Product-grid card link — `display:block; text-decoration:none` reset on .app-card anchors. === */
.app-card-link { display: block; text-decoration: none; }

/* === Partner-logo aspect ratio (extracted from partner_logos.blade.php). === */
.partner-logo-img { height: 60px; object-fit: contain; }

/* === Visibility utility — used by the homepage product-tab JS to hide/show cards.
   The JS toggles this class instead of mutating element.style.display, keeping the
   markup CSS-free. === */
.is-hidden { display: none !important; }

/* === Hero-slider slide — full-bleed background image; only the URL is dynamic, set via CSS variable. === */
.hero-slider__slide-bg { background-size: cover; background-position: center; background-image: var(--hero-slide-bg); }

/* === Fallback section debug box — only rendered when config('app.debug') is true and a
   section type has no Blade partial registered. === */
.section-fallback-debug { border: 1px dashed #ccc; color: #666; font-size: .9rem; margin: 1rem auto; }

/* === Project-modal — image-slider modal triggered by .project-card clicks (project-modal.blade.php).
   These rules scope all the prior inline styles inside a single .project-modal namespace. === */
.project-modal .modal-content { background: #000; border: none; border-radius: 8px; overflow: hidden; }
.project-modal .modal-header { border: none; padding: 16px 20px; }
.project-modal .modal-title { color: #fff; font-weight: 700; letter-spacing: 1px; }
.project-modal .modal-body { padding: 0; }
.project-modal .swiper-button-next,
.project-modal .swiper-button-prev { color: #fff; }
.project-modal .swiper-pagination { --swiper-pagination-color: #fff; }
