#ap-aggregate{
            --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-gold: #e7d899;
            --ap-shadow: 0 12px 32px rgba(31, 39, 34, 0.08);
        }#ap-aggregate-page *{
            box-sizing: border-box;
            letter-spacing: 0;
        }#ap-aggregate-page{
            width: 100%;
            overflow: hidden;
            background: var(--ap-paper);
            color: var(--ap-ink);
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.6;
        }#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: 42px;
            line-height: 1.28;
            margin-bottom: 20px;
            font-weight: 800;
        }#ap-aggregate-page h2{
            font-size: 32px;
            line-height: 1.22;
            margin-bottom: 16px;
            font-weight: 700;
        }#ap-aggregate-page h3{
            font-size: 20px;
            line-height: 1.30;
            margin-bottom: 10px;
            font-weight: 700;
        }#ap-aggregate .ap-shell{
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }#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;
        }#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 .ap-section{
            padding: 72px 0;
        }#ap-aggregate .ap-section-soft{
            background: var(--ap-soft);
        }#ap-aggregate .ap-center-head{
            max-width: 720px;
            margin: 0 auto 36px;
            text-align: center;
        }#ap-aggregate /* ===== HERO ===== */
        .ap-hero{
            padding: 52px 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: 18px;
            color: var(--ap-muted);
            margin-bottom: 0;
            max-width: 640px;
        }#ap-aggregate .ap-hero-intro a{
            font-weight: 700;
            color: var(--ap-olive);
        }#ap-aggregate .ap-hero-intro a:hover{
            color: var(--ap-olive-dark);
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }#ap-aggregate .ap-hero-media img{
            width: 100%;
            max-height: 620px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 18px 44px rgba(31, 39, 34, 0.14);
        }#ap-aggregate /* ===== TRUST BAR ===== */
        .ap-trust{
            padding: 32px 0;
            background: var(--ap-soft);
            border-top: 1px solid var(--ap-line);
            border-bottom: 1px solid var(--ap-line);
        }#ap-aggregate .ap-trust-grid{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px 32px;
        }#ap-aggregate .ap-trust-item{
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 600;
            white-space: nowrap;
        }#ap-aggregate .ap-trust-item .ap-icon{
            font-size: 22px;
            flex-shrink: 0;
        }#ap-aggregate /* ===== GALLERY ===== */
        .ap-gallery-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 16px;
        }#ap-aggregate .ap-gallery-card{
            border-radius: 6px;
            overflow: hidden;
            background: var(--ap-paper);
            box-shadow: var(--ap-shadow);
        }#ap-aggregate .ap-gallery-card img{
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }#ap-aggregate .ap-gallery-card figcaption{
            padding: 10px 12px 12px;
            font-size: 13px;
            font-weight: 600;
            color: var(--ap-ink);
        }#ap-aggregate /* ===== SCENARIO CARDS ===== */
        .ap-scenario-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-scenario-card{
            background: var(--ap-paper);
            border-radius: 8px;
            padding: 28px 24px 24px;
            box-shadow: var(--ap-shadow);
            border-top: 4px solid var(--ap-olive);
        }#ap-aggregate .ap-scenario-card h3{
            margin-bottom: 6px;
        }#ap-aggregate .ap-scenario-card .ap-scenario-use{
            font-size: 14px;
            font-weight: 700;
            color: var(--ap-coral);
            text-transform: uppercase;
            letter-spacing: 0.3px;
            margin-bottom: 4px;
        }#ap-aggregate .ap-scenario-card p{
            font-size: 15px;
            color: var(--ap-muted);
            margin-bottom: 12px;
        }#ap-aggregate .ap-scenario-card .ap-scenario-fact{
            font-size: 14px;
            padding: 10px 14px;
            background: var(--ap-soft);
            border-radius: 4px;
            border-left: 3px solid var(--ap-olive);
        }#ap-aggregate .ap-scenario-card .ap-scenario-fact strong{
            display: block;
            margin-bottom: 2px;
        }#ap-aggregate /* ===== BENEFITS ===== */
        .ap-benefits-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-benefit-item{
            display: flex;
            gap: 16px;
            align-items: flex-start;
            padding: 20px 20px 20px 0;
            border-bottom: 1px solid var(--ap-line);
        }#ap-aggregate .ap-benefit-item .ap-b-icon{
            font-size: 28px;
            flex-shrink: 0;
            width: 40px;
            text-align: center;
        }#ap-aggregate .ap-benefit-item h4{
            margin: 0 0 4px;
            font-size: 17px;
            font-weight: 700;
        }#ap-aggregate .ap-benefit-item p{
            margin: 0;
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate /* ===== COMPARISON ===== */
        .ap-compare-table{
            width: 100%;
            border-collapse: collapse;
            background: var(--ap-paper);
            border-radius: 6px;
            overflow: hidden;
            box-shadow: var(--ap-shadow);
        }#ap-aggregate .ap-compare-table th, #ap-aggregate .ap-compare-table td{
            padding: 14px 18px;
            text-align: left;
            font-size: 15px;
            border-bottom: 1px solid var(--ap-line);
        }#ap-aggregate .ap-compare-table th{
            background: var(--ap-olive);
            color: #fff;
            font-weight: 700;
        }#ap-aggregate .ap-compare-table tr:last-child td{
            border-bottom: none;
        }#ap-aggregate .ap-compare-table .ap-check{
            color: var(--ap-olive);
            font-weight: 700;
        }#ap-aggregate .ap-compare-table .ap-cross{
            color: var(--ap-coral);
        }#ap-aggregate /* ===== PRODUCT MATRIX ===== */
        .ap-matrix-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-matrix-card{
            background: var(--ap-paper);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--ap-shadow);
            transition: transform 0.2s ease;
        }#ap-aggregate .ap-matrix-card:hover{
            transform: translateY(-4px);
        }#ap-aggregate .ap-matrix-card img{
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }#ap-aggregate .ap-matrix-card .ap-matrix-body{
            padding: 16px 18px 20px;
        }#ap-aggregate .ap-matrix-card h3{
            font-size: 17px;
            margin-bottom: 4px;
        }#ap-aggregate .ap-matrix-card p{
            font-size: 14px;
            color: var(--ap-muted);
            margin-bottom: 12px;
        }#ap-aggregate .ap-matrix-card .ap-matrix-link{
            font-weight: 700;
            font-size: 14px;
            color: var(--ap-olive);
            text-decoration: none;
        }#ap-aggregate .ap-matrix-card .ap-matrix-link:hover{
            text-decoration: underline;
        }#ap-aggregate /* ===== FAQ ===== */
        .ap-faq-list{
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }#ap-aggregate .ap-faq-item{
            background: var(--ap-paper);
            border-radius: 6px;
            padding: 20px 24px;
            box-shadow: 0 4px 12px rgba(31, 39, 34, 0.04);
            border: 1px solid var(--ap-line);
        }#ap-aggregate .ap-faq-item h3{
            font-size: 17px;
            margin-bottom: 6px;
            cursor: default;
        }#ap-aggregate .ap-faq-item p{
            margin: 0;
            font-size: 15px;
            color: var(--ap-muted);
        }#ap-aggregate /* ===== FINAL CTA ===== */
        .ap-cta-final{
            text-align: center;
            padding: 60px 0 64px;
        }#ap-aggregate .ap-cta-final h2{
            margin-bottom: 12px;
        }#ap-aggregate .ap-cta-final p{
            font-size: 17px;
            color: var(--ap-muted);
            max-width: 560px;
            margin: 0 auto 24px;
        }#ap-aggregate .ap-cta-final .ap-actions{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 14px;
        }
        /* ===== RESPONSIVE ===== */
        @media (max-width: 820px) {#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: 400px;
            }#ap-aggregate-page h1{
                font-size: 32px;
            }#ap-aggregate-page h2{
                font-size: 26px;
            }#ap-aggregate .ap-scenario-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-benefits-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-matrix-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-trust-grid{
                flex-direction: column;
                align-items: center;
            }#ap-aggregate .ap-gallery-grid{
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 390px) {#ap-aggregate .ap-shell{
                width: calc(100% - 24px);
            }#ap-aggregate-page h1{
                font-size: 26px;
            }#ap-aggregate-page h2{
                font-size: 22px;
            }#ap-aggregate .ap-hero-actions{
                flex-direction: column;
            }#ap-aggregate .ap-hero-actions .ap-btn{
                width: 100%;
                text-align: center;
            }#ap-aggregate .ap-gallery-grid{
                grid-template-columns: 1fr 1fr;
            }#ap-aggregate .ap-compare-table th, #ap-aggregate .ap-compare-table td{
                padding: 10px 12px;
                font-size: 13px;
            }#ap-aggregate .ap-faq-item{
                padding: 16px 16px;
            }#ap-aggregate .ap-cta-final .ap-actions{
                flex-direction: column;
                align-items: center;
            }#ap-aggregate .ap-cta-final .ap-actions .ap-btn{
                width: 100%;
                max-width: 300px;
            }
        }
    