/* ===== SCOPED STYLES – ap- prefix ===== */
        #ap-aggregate-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;
            --ap-font: Arial, Helvetica, sans-serif;
            width: 100%;
            overflow: hidden;
            background: var(--ap-paper);
            color: var(--ap-ink);
            font-family: var(--ap-font);
            line-height: 1.6;
            box-sizing: border-box;
        }#ap-aggregate-page *, #ap-aggregate-page *::before, #ap-aggregate-page *::after{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }#ap-aggregate-page a{
            color: inherit;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
        }#ap-aggregate-page img{
            display: block;
            max-width: 100%;
            height: auto;
        }#ap-aggregate-page h1, #ap-aggregate-page h2, #ap-aggregate-page h3, #ap-aggregate-page p{
            margin-top: 0;
        }#ap-aggregate-page h1{
            font-size: 44px;
            line-height: 1.28;
            margin-bottom: 20px;
            font-weight: 800;
        }#ap-aggregate-page h2{
            font-size: 32px;
            line-height: 1.22;
            margin-bottom: 14px;
            font-weight: 700;
        }#ap-aggregate-page h3{
            font-size: 20px;
            line-height: 1.30;
            margin-bottom: 8px;
            font-weight: 700;
        }#ap-aggregate .ap-shell{
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }#ap-aggregate .ap-section{
            padding: 70px 0;
        }#ap-aggregate .ap-section-soft{
            background: var(--ap-soft);
        }#ap-aggregate .ap-center-head{
            max-width: 740px;
            margin: 0 auto 36px;
            text-align: center;
        }#ap-aggregate .ap-lede{
            font-size: 18px;
            color: var(--ap-muted);
            max-width: 680px;
            margin: 0 auto;
        }#ap-aggregate .ap-extra-text{
            margin-top: 24px;
            color: var(--ap-muted);
            font-size: 16px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }#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 .2s ease, color .2s ease, border-color .2s ease;
            cursor: pointer;
        }#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;
        }#ap-aggregate .ap-btn-secondary:hover{
            color: #fff !important;
            background: var(--ap-ink);
        }#ap-aggregate /* ---- HERO ---- */
        .ap-hero{
            padding: 50px 0 56px;
            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: 56px;
        }#ap-aggregate .ap-hero-intro{
            font-size: 17px;
            color: var(--ap-muted);
            margin-bottom: 28px;
            line-height: 1.7;
        }#ap-aggregate .ap-hero-intro a{
            font-weight: 700;
            color: var(--ap-olive);
            text-decoration: underline;
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }#ap-aggregate .ap-hero-media img{
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 18px 44px rgba(31, 39, 34, 0.14);
            max-height: 520px;
            object-fit: cover;
        }#ap-aggregate /* ---- STATS ROW ---- */
        .ap-stats-row{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 32px;
        }#ap-aggregate .ap-stat-card{
            padding: 20px 16px;
            border-top: 3px solid var(--ap-olive);
            background: var(--ap-paper);
            border-radius: 4px;
            text-align: center;
        }#ap-aggregate .ap-stat-value{
            display: block;
            font-size: 22px;
            font-weight: 800;
            color: var(--ap-olive);
            margin-bottom: 4px;
        }#ap-aggregate .ap-stat-label{
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate /* ---- PROCESS GRID ---- */
        .ap-process-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 10px;
        }#ap-aggregate .ap-process-step{
            padding: 22px 16px;
            background: var(--ap-paper);
            border-left: 4px solid var(--ap-coral);
            border-radius: 4px;
        }#ap-aggregate .ap-step-num{
            font-size: 28px;
            font-weight: 800;
            color: var(--ap-coral);
            margin-bottom: 6px;
        }#ap-aggregate .ap-process-step p{
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-process-note{
            margin-top: 28px;
            padding: 16px 20px;
            background: #fff;
            border: 1px solid var(--ap-line);
            border-radius: 4px;
            font-size: 15px;
            color: var(--ap-muted);
        }#ap-aggregate /* ---- DOCUMENTS GRID ---- */
        .ap-doc-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }#ap-aggregate .ap-doc-card{
            padding: 22px 18px;
            background: var(--ap-paper);
            border-radius: 6px;
            border: 1px solid var(--ap-line);
            transition: box-shadow 0.2s ease;
        }#ap-aggregate .ap-doc-card:hover{
            box-shadow: 0 6px 20px rgba(31, 39, 34, 0.08);
        }#ap-aggregate .ap-doc-icon{
            margin-bottom: 12px;
        }#ap-aggregate .ap-doc-card h3{
            font-size: 17px;
            margin-bottom: 6px;
        }#ap-aggregate .ap-doc-card p{
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate /* ---- COMPARISON TABLE ---- */
        .ap-table-wrap{
            overflow-x: auto;
            margin-top: 10px;
        }#ap-aggregate .ap-compare-table{
            width: 100%;
            border-collapse: collapse;
            background: var(--ap-paper);
            border: 1px solid var(--ap-line);
            font-size: 15px;
        }#ap-aggregate .ap-compare-table th{
            background: var(--ap-olive);
            color: #fff;
            padding: 14px 16px;
            text-align: left;
            font-weight: 700;
        }#ap-aggregate .ap-compare-table td{
            padding: 12px 16px;
            border-bottom: 1px solid var(--ap-line);
            vertical-align: top;
        }#ap-aggregate .ap-compare-table tr:last-child td{
            border-bottom: none;
        }#ap-aggregate .ap-compare-table .ap-param-label{
            font-weight: 700;
            white-space: nowrap;
        }#ap-aggregate .ap-table-footnote{
            margin-top: 14px;
            font-size: 13px;
            color: var(--ap-muted);
            font-style: italic;
        }#ap-aggregate /* ---- SPOTLIGHT ---- */
        .ap-spotlight-grid{
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
            gap: 44px;
            align-items: start;
        }#ap-aggregate .ap-spotlight-media img{
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 12px 32px rgba(31, 39, 34, 0.1);
            max-height: 500px;
            object-fit: cover;
        }#ap-aggregate .ap-spotlight-data{
            display: flex;
            flex-direction: column;
            gap: 0;
        }#ap-aggregate .ap-spec-row{
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid var(--ap-line);
        }#ap-aggregate .ap-spec-row:last-child{
            border-bottom: none;
        }#ap-aggregate .ap-spec-key{
            font-weight: 700;
            font-size: 15px;
            flex: 0 0 140px;
        }#ap-aggregate .ap-spec-val{
            font-size: 15px;
            color: var(--ap-muted);
            text-align: right;
        }#ap-aggregate .ap-spotlight-cta{
            margin-top: 32px;
            text-align: center;
            padding: 24px;
            background: var(--ap-paper);
            border: 1px solid var(--ap-line);
            border-radius: 6px;
        }#ap-aggregate .ap-spotlight-cta p{
            margin-bottom: 14px;
            font-size: 16px;
        }#ap-aggregate /* ---- MATRIX ---- */
        .ap-matrix-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-matrix-card{
            background: var(--ap-paper);
            border: 1px solid var(--ap-line);
            border-radius: 6px;
            overflow: hidden;
            transition: box-shadow 0.2s ease;
        }#ap-aggregate .ap-matrix-card:hover{
            box-shadow: 0 8px 24px rgba(31, 39, 34, 0.1);
        }#ap-aggregate .ap-matrix-card img{
            width: 100%;
            height: 200px;
            object-fit: cover;
        }#ap-aggregate .ap-matrix-body{
            padding: 18px 16px 20px;
        }#ap-aggregate .ap-matrix-body h3{
            font-size: 17px;
            margin-bottom: 6px;
        }#ap-aggregate .ap-matrix-body h3 a{
            text-decoration: none;
        }#ap-aggregate .ap-matrix-body h3 a:hover{
            text-decoration: underline;
        }#ap-aggregate .ap-matrix-body p{
            font-size: 14px;
            color: var(--ap-muted);
            margin-bottom: 14px;
        }#ap-aggregate .ap-matrix-body .ap-btn{
            font-size: 13px;
            min-height: 38px;
            padding: 8px 16px;
        }#ap-aggregate /* ---- CONTACT ---- */
        .ap-contact-grid{
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
            gap: 50px;
            align-items: center;
        }#ap-aggregate .ap-contact-text h2{
            font-size: 30px;
        }#ap-aggregate .ap-contact-text p{
            font-size: 16px;
            color: var(--ap-muted);
            margin-bottom: 18px;
        }#ap-aggregate .ap-contact-list{
            list-style: none;
            padding: 0;
            margin-bottom: 24px;
        }#ap-aggregate .ap-contact-list li{
            padding: 6px 0 6px 24px;
            position: relative;
            font-size: 15px;
        }#ap-aggregate .ap-contact-list li::before{
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--ap-olive);
            font-weight: 700;
        }#ap-aggregate .ap-contact-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 16px;
        }#ap-aggregate .ap-contact-direct{
            font-size: 15px;
        }#ap-aggregate .ap-contact-direct a{
            color: var(--ap-olive);
            font-weight: 600;
        }#ap-aggregate .ap-contact-image img{
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 12px 32px rgba(31, 39, 34, 0.1);
            max-height: 420px;
            object-fit: cover;
        }#ap-aggregate /* ---- FAQ ---- */
        .ap-faq-list{
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }#ap-aggregate .ap-faq-item{
            padding: 20px 22px;
            background: var(--ap-paper);
            border: 1px solid var(--ap-line);
            border-radius: 4px;
        }#ap-aggregate .ap-faq-item h3{
            font-size: 17px;
            margin-bottom: 6px;
            cursor: default;
        }#ap-aggregate .ap-faq-item p{
            font-size: 15px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-faq-item a{
            color: var(--ap-olive);
            font-weight: 600;
        }

        /* ---- RESPONSIVE ---- */
        @media (max-width: 900px) {#ap-aggregate .ap-hero-grid{
                grid-template-columns: 1fr;
                gap: 32px;
            }#ap-aggregate .ap-hero-text{
                order: 1;
            }#ap-aggregate .ap-hero-media{
                order: 0;
            }#ap-aggregate .ap-hero-media img{
                max-height: 340px;
            }#ap-aggregate-page h1{
                font-size: 34px;
            }#ap-aggregate-page h2{
                font-size: 26px;
            }#ap-aggregate .ap-stats-row{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-process-grid{
                grid-template-columns: 1fr 1fr;
            }#ap-aggregate .ap-doc-grid{
                grid-template-columns: 1fr 1fr;
            }#ap-aggregate .ap-spotlight-grid{
                grid-template-columns: 1fr;
                gap: 28px;
            }#ap-aggregate .ap-matrix-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-contact-grid{
                grid-template-columns: 1fr;
                gap: 32px;
            }#ap-aggregate .ap-spec-row{
                flex-direction: column;
                gap: 2px;
            }#ap-aggregate .ap-spec-key{
                flex: none;
            }#ap-aggregate .ap-spec-val{
                text-align: left;
            }
        }
        @media (max-width: 600px) {#ap-aggregate .ap-process-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-doc-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate-page h1{
                font-size: 28px;
            }#ap-aggregate-page h2{
                font-size: 22px;
            }#ap-aggregate .ap-hero-actions{
                flex-direction: column;
            }#ap-aggregate .ap-hero-actions .ap-btn{
                width: 100%;
            }#ap-aggregate .ap-contact-actions{
                flex-direction: column;
            }#ap-aggregate .ap-contact-actions .ap-btn{
                width: 100%;
            }#ap-aggregate .ap-compare-table{
                font-size: 13px;
            }#ap-aggregate .ap-compare-table th, #ap-aggregate .ap-compare-table td{
                padding: 10px 10px;
            }
        }
        @media (max-width: 390px) {#ap-aggregate .ap-shell{
                width: calc(100% - 24px);
            }#ap-aggregate-page h1{
                font-size: 24px;
            }#ap-aggregate-page h2{
                font-size: 20px;
            }#ap-aggregate .ap-stat-value{
                font-size: 20px;
            }#ap-aggregate .ap-faq-item{
                padding: 16px 14px;
            }
        }
    