/* ===== SCOPED STYLES: .ap- prefix ===== */
        .ap-page *, .ap-page *::before, .ap-page *::after{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }.ap-page{
            --ap-ink: #1f2722;
            --ap-muted: #667069;
            --ap-paper: #ffffff;
            --ap-soft: #f4f5f1;
            --ap-line: #dfe3dc;
            --ap-olive: #4d5a43;
            --ap-olive-dark: #35402f;
            --ap-coral: #bf5a46;
            --ap-yellow: #e7d899;
            font-family: Arial, Helvetica, sans-serif;
            color: var(--ap-ink);
            background: var(--ap-paper);
            line-height: 1.6;
            width: 100%;
            overflow: hidden;
        }.ap-page a{
            color: inherit;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
        }.ap-page img{
            display: block;
            max-width: 100%;
            height: auto;
        }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{
            margin-top: 0;
        }.ap-page h1, .ap-page h2, .ap-page h3{
            line-height: 1.16;
        }.ap-page h1{
            font-size: 42px;
            margin-bottom: 20px;
            line-height: 1.28;
        }.ap-page h2{
            font-size: 32px;
            margin-bottom: 14px;
            line-height: 1.22;
        }.ap-page h3{
            font-size: 20px;
            margin-bottom: 10px;
            line-height: 1.30;
        }#ap-aggregate .ap-shell{
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }#ap-aggregate .ap-eyebrow{
            margin-bottom: 10px;
            color: var(--ap-coral);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }#ap-aggregate .ap-lede{
            max-width: 720px;
            color: var(--ap-muted);
            font-size: 18px;
            margin-bottom: 24px;
        }#ap-aggregate .ap-btn{
            display: inline-flex;
            min-height: 46px;
            align-items: center;
            justify-content: center;
            padding: 11px 24px;
            border: 1px solid var(--ap-ink);
            border-radius: 4px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
            white-space: nowrap;
        }#ap-aggregate .ap-btn-primary{
            color: #fff !important;
            background: var(--ap-olive);
            border-color: var(--ap-olive);
        }#ap-aggregate .ap-btn-primary:hover{
            background: var(--ap-olive-dark);
            border-color: var(--ap-olive-dark);
        }#ap-aggregate .ap-btn-secondary{
            color: var(--ap-ink) !important;
            background: transparent;
            border-color: var(--ap-ink);
        }#ap-aggregate .ap-btn-secondary:hover{
            color: #fff !important;
            background: var(--ap-ink);
        }#ap-aggregate .ap-btn-outline{
            color: var(--ap-ink) !important;
            background: transparent;
            border-color: var(--ap-ink);
            font-size: 14px;
            min-height: 40px;
            padding: 8px 18px;
        }#ap-aggregate .ap-btn-outline:hover{
            color: #fff !important;
            background: var(--ap-ink);
        }#ap-aggregate .ap-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 24px;
        }#ap-aggregate .ap-actions-compact{
            margin-top: 18px;
        }#ap-aggregate .ap-actions-center{
            justify-content: center;
        }#ap-aggregate .ap-section{
            padding: 72px 0;
        }#ap-aggregate .ap-section-soft{
            background: var(--ap-soft);
        }#ap-aggregate .ap-section-cta{
            background: var(--ap-ink);
            color: #fff;
        }#ap-aggregate .ap-section-cta .ap-btn-primary{
            background: var(--ap-yellow);
            border-color: var(--ap-yellow);
            color: var(--ap-ink) !important;
        }#ap-aggregate .ap-section-cta .ap-btn-primary:hover{
            background: #d4c47a;
            border-color: #d4c47a;
        }#ap-aggregate .ap-section-cta .ap-btn-secondary{
            color: #fff !important;
            border-color: #fff;
        }#ap-aggregate .ap-section-cta .ap-btn-secondary:hover{
            background: #fff;
            color: var(--ap-ink) !important;
        }#ap-aggregate .ap-center-head{
            max-width: 720px;
            margin: 0 auto 36px;
            text-align: center;
        }#ap-aggregate .ap-center-head .ap-lede{
            margin-left: auto;
            margin-right: auto;
        }#ap-aggregate /* ===== HERO ===== */
        .ap-hero{
            padding: 52px 0 58px;
            background: var(--ap-paper);
        }#ap-aggregate .ap-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
            align-items: center;
            gap: 48px;
        }#ap-aggregate .ap-hero-content{
            display: flex;
            flex-direction: column;
        }#ap-aggregate .ap-hero-intro{
            font-size: 17px;
            color: var(--ap-muted);
            margin-bottom: 8px;
            max-width: 640px;
        }#ap-aggregate .ap-hero-intro a{
            font-weight: 700;
            text-decoration: underline;
        }#ap-aggregate .ap-hero-intro a strong{
            font-weight: 700;
        }#ap-aggregate .ap-hero-media img{
            width: 100%;
            max-height: 520px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 18px 44px rgba(31, 39, 34, 0.14);
        }#ap-aggregate .ap-industry-tabs{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-top: 32px;
        }#ap-aggregate .ap-tab-card{
            display: flex;
            flex-direction: column;
            padding: 18px 14px;
            border: 1px solid var(--ap-line);
            border-radius: 6px;
            text-decoration: none;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            background: var(--ap-paper);
        }#ap-aggregate .ap-tab-card:hover{
            border-color: var(--ap-olive);
            box-shadow: 0 4px 14px rgba(77, 90, 67, 0.12);
        }#ap-aggregate .ap-tab-icon{
            font-size: 28px;
            margin-bottom: 6px;
        }#ap-aggregate .ap-tab-label{
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 2px;
        }#ap-aggregate .ap-tab-desc{
            font-size: 13px;
            color: var(--ap-muted);
        }#ap-aggregate /* ===== FLEET ===== */
        .ap-product-grid{
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
            gap: 48px;
            align-items: start;
        }#ap-aggregate .ap-media-stack img{
            width: 100%;
            max-height: 520px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 12px 32px rgba(31, 39, 34, 0.1);
        }#ap-aggregate .ap-content-stack{
            display: flex;
            flex-direction: column;
        }#ap-aggregate .ap-benefits ul{
            display: grid;
            gap: 12px;
            padding: 0;
            list-style: none;
        }#ap-aggregate .ap-benefits li{
            padding: 14px 16px;
            border-left: 3px solid var(--ap-olive);
            background: #fff;
            border-radius: 0 4px 4px 0;
            font-size: 15px;
        }#ap-aggregate .ap-benefits li strong{
            display: block;
            margin-bottom: 2px;
        }#ap-aggregate .ap-cost-callout{
            margin-top: 20px;
            border: 1px solid var(--ap-line);
            border-radius: 6px;
            background: #fff;
            overflow: hidden;
        }#ap-aggregate .ap-cost-row{
            display: flex;
            justify-content: space-between;
            padding: 12px 18px;
            border-bottom: 1px solid var(--ap-line);
            font-size: 15px;
        }#ap-aggregate .ap-cost-row:last-child{
            border-bottom: none;
        }#ap-aggregate .ap-cost-row-highlight{
            background: var(--ap-yellow);
            font-weight: 700;
        }#ap-aggregate .ap-cost-label{
            color: var(--ap-muted);
        }#ap-aggregate .ap-cost-value{
            font-weight: 700;
        }#ap-aggregate /* ===== AFTERMARKET ===== */
        .ap-compare-two{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }#ap-aggregate .ap-compare-card{
            border: 1px solid var(--ap-line);
            border-radius: 8px;
            padding: 28px 24px;
            background: #fff;
            display: flex;
            flex-direction: column;
        }#ap-aggregate .ap-compare-img{
            margin-bottom: 16px;
            text-align: center;
        }#ap-aggregate .ap-compare-img img{
            display: inline-block;
            max-width: 200px;
            max-height: 160px;
            object-fit: contain;
            border-radius: 4px;
        }#ap-aggregate .ap-compare-card ul{
            padding-left: 18px;
            margin: 12px 0 20px;
            list-style: disc;
            font-size: 15px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-compare-card ul li{
            margin-bottom: 6px;
        }#ap-aggregate .ap-compare-card .ap-btn{
            align-self: flex-start;
            margin-top: auto;
        }#ap-aggregate .ap-installer-note{
            margin-top: 24px;
            padding: 18px 22px;
            background: #fff;
            border-left: 4px solid var(--ap-coral);
            border-radius: 0 4px 4px 0;
            font-size: 15px;
        }#ap-aggregate /* ===== INDUSTRIAL SCENARIO GRID ===== */
        .ap-scenario-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
        }#ap-aggregate .ap-scenario-card{
            padding: 24px 18px;
            background: #fff;
            border: 1px solid var(--ap-line);
            border-radius: 8px;
            text-align: center;
        }#ap-aggregate .ap-scenario-icon{
            font-size: 36px;
            margin-bottom: 10px;
        }#ap-aggregate .ap-scenario-card p{
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate /* ===== SPECS TABLE ===== */
        .ap-specs table{
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border: 1px solid var(--ap-line);
            border-radius: 6px;
            overflow: hidden;
        }#ap-aggregate .ap-specs td{
            padding: 14px 20px;
            border-bottom: 1px solid var(--ap-line);
            font-size: 15px;
        }#ap-aggregate .ap-specs td:first-child{
            font-weight: 700;
            width: 34%;
            background: var(--ap-soft);
        }#ap-aggregate .ap-specs tr:last-child td{
            border-bottom: none;
        }#ap-aggregate /* ===== PRODUCT MATRIX ===== */
        .ap-matrix{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-matrix-card{
            border: 1px solid var(--ap-line);
            border-radius: 8px;
            padding: 20px;
            background: #fff;
            display: flex;
            flex-direction: column;
        }#ap-aggregate .ap-matrix-card img{
            width: 100%;
            max-height: 180px;
            object-fit: cover;
            border-radius: 4px;
            margin-bottom: 14px;
        }#ap-aggregate .ap-matrix-card p{
            font-size: 14px;
            color: var(--ap-muted);
            margin-bottom: 16px;
            flex: 1;
        }#ap-aggregate .ap-matrix-card .ap-btn{
            align-self: flex-start;
        }#ap-aggregate /* ===== DECISION GRID ===== */
        .ap-decision-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-decision-card{
            border: 1px solid var(--ap-line);
            border-radius: 8px;
            background: #fff;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }#ap-aggregate .ap-decision-header{
            background: var(--ap-olive);
            color: #fff;
            font-weight: 700;
            font-size: 17px;
            padding: 14px 20px;
        }#ap-aggregate .ap-decision-body{
            padding: 18px 20px;
            flex: 1;
            font-size: 15px;
        }#ap-aggregate .ap-decision-body p{
            margin-bottom: 10px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-decision-body p strong{
            color: var(--ap-ink);
        }#ap-aggregate .ap-decision-footer{
            padding: 14px 20px;
            border-top: 1px solid var(--ap-line);
        }#ap-aggregate /* ===== CTA BLOCK ===== */
        .ap-cta-block{
            text-align: center;
            max-width: 720px;
            margin: 0 auto;
        }#ap-aggregate .ap-cta-block .ap-h2{
            color: #fff;
        }#ap-aggregate .ap-cta-text{
            font-size: 18px;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 20px;
        }#ap-aggregate .ap-contact-details{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 24px;
            font-size: 15px;
            color: rgba(255, 255, 255, 0.8);
        }#ap-aggregate .ap-contact-details a{
            color: #fff;
            text-decoration: underline;
        }#ap-aggregate /* ===== FAQ ===== */
        .ap-faq-section{
            padding-bottom: 48px;
        }#ap-aggregate .ap-faq-list{
            max-width: 800px;
            margin: 0 auto;
        }#ap-aggregate .ap-faq-item{
            border-bottom: 1px solid var(--ap-line);
            padding: 20px 0;
        }#ap-aggregate .ap-faq-item:first-child{
            border-top: 1px solid var(--ap-line);
        }#ap-aggregate .ap-faq-q{
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 6px;
            cursor: default;
        }#ap-aggregate .ap-faq-a{
            font-size: 15px;
            color: var(--ap-muted);
            line-height: 1.6;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 900px) {#ap-aggregate .ap-hero-grid{
                grid-template-columns: 1fr;
                gap: 32px;
            }#ap-aggregate .ap-hero-media{
                order: -1;
            }#ap-aggregate .ap-hero-media img{
                max-height: 360px;
            }#ap-aggregate .ap-industry-tabs{
                grid-template-columns: repeat(3, 1fr);
            }#ap-aggregate .ap-product-grid{
                grid-template-columns: 1fr;
                gap: 32px;
            }#ap-aggregate .ap-compare-two{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-scenario-grid{
                grid-template-columns: repeat(2, 1fr);
            }#ap-aggregate .ap-matrix{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-decision-grid{
                grid-template-columns: 1fr;
            }.ap-page h1{
                font-size: 32px;
            }.ap-page h2{
                font-size: 26px;
            }#ap-aggregate .ap-specs td:first-child{
                width: 40%;
            }
        }
        @media (max-width: 600px) {#ap-aggregate .ap-shell{
                width: calc(100% - 24px);
            }#ap-aggregate .ap-hero{
                padding: 32px 0 40px;
            }#ap-aggregate .ap-section{
                padding: 48px 0;
            }#ap-aggregate .ap-industry-tabs{
                grid-template-columns: 1fr;
                gap: 10px;
            }#ap-aggregate .ap-tab-card{
                flex-direction: row;
                align-items: center;
                gap: 12px;
                padding: 14px 16px;
            }#ap-aggregate .ap-tab-icon{
                margin-bottom: 0;
                font-size: 24px;
            }#ap-aggregate .ap-scenario-grid{
                grid-template-columns: 1fr 1fr;
            }#ap-aggregate .ap-actions{
                flex-direction: column;
            }#ap-aggregate .ap-btn{
                width: 100%;
                text-align: center;
            }.ap-page h1{
                font-size: 28px;
            }.ap-page h2{
                font-size: 22px;
            }#ap-aggregate .ap-hero-intro{
                font-size: 15px;
            }#ap-aggregate .ap-lede{
                font-size: 16px;
            }#ap-aggregate .ap-contact-details{
                flex-direction: column;
                gap: 8px;
            }#ap-aggregate .ap-cost-row{
                flex-direction: column;
                gap: 4px;
                padding: 10px 14px;
            }#ap-aggregate .ap-specs td{
                padding: 10px 14px;
                font-size: 14px;
            }#ap-aggregate .ap-specs td:first-child{
                width: 44%;
            }#ap-aggregate .ap-faq-q{
                font-size: 16px;
            }#ap-aggregate .ap-faq-a{
                font-size: 14px;
            }
        }
        @media (max-width: 390px) {#ap-aggregate .ap-scenario-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-hero-media img{
                max-height: 240px;
            }.ap-page h1{
                font-size: 24px;
            }.ap-page h2{
                font-size: 20px;
            }.ap-page h3{
                font-size: 17px;
            }
        }
    