/* ===== RESET & BASE (scoped) ===== */
    .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;
        --ap-font: Arial, Helvetica, sans-serif;
        font-family: var(--ap-font);
        color: var(--ap-ink);
        background: var(--ap-paper);
        line-height: 1.6;
        width: 100%;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
    }.ap-page a{
        color: inherit;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
        transition: opacity .2s ease;
    }.ap-page a:hover{
        opacity: .8;
    }.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{
        font-weight: 700;
        letter-spacing: -0.01em;
    }.ap-page h1{
        font-size: 44px;
        line-height: 1.28;
        margin-bottom: 20px;
    }.ap-page h2{
        font-size: 32px;
        line-height: 1.22;
        margin-bottom: 14px;
    }.ap-page h3{
        font-size: 20px;
        line-height: 1.30;
        margin-bottom: 8px;
    }.ap-page .ap-h1, .ap-page .ap-h2, .ap-page .ap-h3{
        font-weight: 700;
        letter-spacing: -0.01em;
    }.ap-page .ap-h1{
        font-size: 44px;
        line-height: 1.28;
        margin-bottom: 20px;
    }.ap-page .ap-h2{
        font-size: 32px;
        line-height: 1.22;
        margin-bottom: 14px;
    }.ap-page .ap-h3{
        font-size: 20px;
        line-height: 1.30;
        margin-bottom: 8px;
    }#ap-aggregate /* ===== CONTAINER ===== */
    .ap-container{
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto;
    }#ap-aggregate /* ===== SECTION ===== */
    .ap-section{
        padding: 72px 0;
    }#ap-aggregate .ap-section-soft{
        background: var(--ap-soft);
    }#ap-aggregate .ap-section-dark{
        background: var(--ap-ink);
        color: var(--ap-paper);
    }#ap-aggregate .ap-section-dark .ap-lede{
        color: rgba(255, 255, 255, .8);
    }#ap-aggregate .ap-section-heading{
        max-width: 720px;
        margin: 0 auto 38px;
        text-align: center;
    }#ap-aggregate .ap-lede{
        font-size: 18px;
        color: var(--ap-muted);
        max-width: 700px;
        margin: 0 auto;
    }#ap-aggregate /* ===== BUTTONS ===== */
    .ap-btn{
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        border: 1px solid var(--ap-ink);
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
        cursor: pointer;
        line-height: 1.2;
    }#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);
        opacity: 1 !important;
    }#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);
        opacity: 1 !important;
    }#ap-aggregate .ap-btn-on-dark{
        border-color: var(--ap-paper);
        color: var(--ap-paper) !important;
    }#ap-aggregate .ap-btn-on-dark:hover{
        background: var(--ap-paper);
        color: var(--ap-ink) !important;
    }#ap-aggregate .ap-btn-lg{
        min-height: 54px;
        padding: 14px 36px;
        font-size: 17px;
    }#ap-aggregate /* ===== HERO ===== */
    .ap-hero{
        padding: 48px 0 56px;
        background: var(--ap-paper);
    }#ap-aggregate .ap-hero-grid{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
        align-items: center;
        gap: 56px;
    }#ap-aggregate .ap-hero-intro{
        font-size: 18px;
        color: var(--ap-muted);
        margin-bottom: 0;
        line-height: 1.7;
    }#ap-aggregate .ap-hero-intro a{
        color: var(--ap-olive);
        text-decoration: underline;
        text-underline-offset: 3px;
    }#ap-aggregate .ap-hero-intro a strong{
        font-weight: 700;
    }#ap-aggregate .ap-hero-actions{
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 28px;
    }#ap-aggregate .ap-hero-facts{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 34px;
    }#ap-aggregate .ap-hero-fact{
        padding: 14px 0;
        border-top: 2px solid var(--ap-ink);
    }#ap-aggregate .ap-hero-fact strong{
        display: block;
        font-size: 15px;
        margin-bottom: 2px;
    }#ap-aggregate .ap-hero-fact span{
        color: var(--ap-muted);
        font-size: 13px;
    }#ap-aggregate .ap-hero-media{
        position: relative;
    }#ap-aggregate .ap-hero-media::after{
        content: "";
        position: absolute;
        right: -14px;
        bottom: -14px;
        width: 34%;
        height: 34%;
        border-right: 7px solid var(--ap-yellow);
        border-bottom: 7px solid var(--ap-yellow);
        z-index: 0;
        pointer-events: none;
    }#ap-aggregate .ap-hero-media img{
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
        max-height: 620px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 18px 44px rgba(31, 39, 34, .14);
    }#ap-aggregate /* ===== DUAL-USE ===== */
    .ap-dual-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-bottom: 28px;
    }#ap-aggregate .ap-dual-card{
        background: var(--ap-paper);
        border-radius: 8px;
        padding: 32px;
        box-shadow: 0 4px 16px rgba(31, 39, 34, .06);
    }#ap-aggregate .ap-dual-icon{
        font-size: 36px;
        margin-bottom: 12px;
        line-height: 1;
    }#ap-aggregate .ap-dual-list{
        list-style: none;
        padding: 0;
        margin-top: 14px;
    }#ap-aggregate .ap-dual-list li{
        padding: 8px 0 8px 24px;
        position: relative;
        font-size: 15px;
        color: var(--ap-muted);
        border-bottom: 1px solid var(--ap-line);
    }#ap-aggregate .ap-dual-list li:last-child{
        border-bottom: none;
    }#ap-aggregate .ap-dual-list li::before{
        content: "✓";
        position: absolute;
        left: 0;
        color: var(--ap-olive);
        font-weight: 700;
    }#ap-aggregate .ap-dual-list strong{
        color: var(--ap-ink);
    }#ap-aggregate .ap-dual-sweetspot{
        background: var(--ap-paper);
        border-left: 4px solid var(--ap-coral);
        padding: 20px 28px;
        border-radius: 4px;
        font-size: 17px;
        text-align: center;
    }#ap-aggregate .ap-dual-sweetspot strong{
        color: var(--ap-ink);
    }#ap-aggregate /* ===== SPECS ===== */
    .ap-specs-wrapper{
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 44px;
        align-items: start;
    }#ap-aggregate .ap-specs-visual img{
        width: 100%;
        height: auto;
        max-height: 520px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 12px 32px rgba(31, 39, 34, .1);
    }#ap-aggregate .ap-specs-table{
        overflow-x: auto;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(31, 39, 34, .06);
    }#ap-aggregate .ap-specs-table table{
        width: 100%;
        border-collapse: collapse;
        background: var(--ap-paper);
        font-size: 14px;
    }#ap-aggregate .ap-specs-table th{
        background: var(--ap-ink);
        color: var(--ap-paper);
        padding: 12px 14px;
        text-align: left;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .03em;
    }#ap-aggregate .ap-specs-table td{
        padding: 11px 14px;
        border-bottom: 1px solid var(--ap-line);
        vertical-align: top;
    }#ap-aggregate .ap-specs-table tr:last-child td{
        border-bottom: none;
    }#ap-aggregate .ap-specs-table td:first-child{
        font-weight: 600;
        white-space: nowrap;
    }#ap-aggregate .ap-specs-table td:last-child{
        color: var(--ap-muted);
        font-size: 13px;
    }#ap-aggregate .ap-specs-gallery{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 36px;
    }#ap-aggregate .ap-specs-gallery img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(31, 39, 34, .06);
    }#ap-aggregate /* ===== SCENARIO CARDS ===== */
    .ap-scenario-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }#ap-aggregate .ap-scenario-card{
        background: var(--ap-paper);
        border-radius: 8px;
        padding: 28px;
        box-shadow: 0 4px 16px rgba(31, 39, 34, .06);
        transition: box-shadow .25s ease;
    }#ap-aggregate .ap-scenario-card:hover{
        box-shadow: 0 8px 28px rgba(31, 39, 34, .12);
    }#ap-aggregate .ap-scenario-icon{
        font-size: 32px;
        margin-bottom: 8px;
        line-height: 1;
    }#ap-aggregate .ap-scenario-desc{
        color: var(--ap-muted);
        font-size: 15px;
        margin-bottom: 14px;
    }#ap-aggregate .ap-scenario-specs{
        list-style: none;
        padding: 0;
    }#ap-aggregate .ap-scenario-specs li{
        padding: 6px 0 6px 20px;
        position: relative;
        font-size: 14px;
        color: var(--ap-muted);
    }#ap-aggregate .ap-scenario-specs li::before{
        content: "→";
        position: absolute;
        left: 0;
        color: var(--ap-olive);
        font-weight: 700;
    }#ap-aggregate .ap-scenario-specs strong{
        color: var(--ap-ink);
    }#ap-aggregate /* ===== MATRIX (related products) ===== */
    .ap-matrix-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }#ap-aggregate .ap-matrix-card{
        display: flex;
        flex-direction: column;
        background: var(--ap-paper);
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(31, 39, 34, .06);
        text-decoration: none !important;
        transition: box-shadow .25s ease, transform .25s ease;
        border: 1px solid var(--ap-line);
    }#ap-aggregate .ap-matrix-card:hover{
        box-shadow: 0 8px 28px rgba(31, 39, 34, .12);
        transform: translateY(-3px);
        opacity: 1 !important;
    }#ap-aggregate .ap-matrix-img{
        width: 100%;
        height: 200px;
        overflow: hidden;
        background: var(--ap-soft);
    }#ap-aggregate .ap-matrix-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }#ap-aggregate .ap-matrix-card .ap-h3{
        padding: 16px 18px 4px;
        font-size: 17px;
        margin-bottom: 4px;
    }#ap-aggregate .ap-matrix-desc{
        padding: 0 18px;
        font-size: 14px;
        color: var(--ap-muted);
        flex: 1;
    }#ap-aggregate .ap-matrix-link{
        display: block;
        padding: 14px 18px 18px;
        font-weight: 700;
        font-size: 14px;
        color: var(--ap-olive);
    }#ap-aggregate /* ===== B2B ===== */
    .ap-b2b-container{
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 48px;
        align-items: center;
    }#ap-aggregate .ap-b2b-options{
        margin: 24px 0 28px;
        display: grid;
        gap: 14px;
    }#ap-aggregate .ap-b2b-option{
        padding: 16px 20px;
        background: var(--ap-paper);
        border-radius: 6px;
        border-left: 4px solid var(--ap-olive);
    }#ap-aggregate .ap-b2b-option strong{
        display: block;
        font-size: 16px;
        margin-bottom: 2px;
    }#ap-aggregate .ap-b2b-option span{
        font-size: 14px;
        color: var(--ap-muted);
    }#ap-aggregate .ap-b2b-visual img{
        width: 100%;
        height: auto;
        max-height: 440px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 12px 32px rgba(31, 39, 34, .1);
    }#ap-aggregate /* ===== FAQ ===== */
    .ap-faq-container{
        max-width: 860px;
    }#ap-aggregate .ap-faq-list{
        display: grid;
        gap: 0;
        border-top: 2px solid var(--ap-line);
    }#ap-aggregate .ap-faq-item{
        padding: 20px 0;
        border-bottom: 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.7;
    }#ap-aggregate /* ===== FOOTER CTA ===== */
    .ap-footer-cta{
        text-align: center;
    }#ap-aggregate .ap-footer-cta .ap-h2{
        color: var(--ap-paper);
    }#ap-aggregate .ap-footer-actions{
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: center;
        margin-top: 28px;
    }

    /* ===== 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::after{
            display: none;
        }#ap-aggregate .ap-hero-media img{
            max-height: 400px;
        }.ap-page h1, .ap-page .ap-h1{
            font-size: 34px;
        }.ap-page h2, .ap-page .ap-h2{
            font-size: 27px;
        }#ap-aggregate .ap-dual-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-specs-wrapper{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-specs-gallery{
            grid-template-columns: 1fr 1fr;
        }#ap-aggregate .ap-specs-gallery img{
            height: 160px;
        }#ap-aggregate .ap-scenario-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-matrix-grid{
            grid-template-columns: 1fr 1fr;
        }#ap-aggregate .ap-b2b-container{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-b2b-visual{
            order: -1;
        }#ap-aggregate .ap-b2b-visual img{
            max-height: 300px;
        }
    }

    @media (max-width: 600px) {.ap-page h1, .ap-page .ap-h1{
            font-size: 28px;
        }.ap-page h2, .ap-page .ap-h2{
            font-size: 22px;
        }.ap-page h3, .ap-page .ap-h3{
            font-size: 17px;
        }#ap-aggregate .ap-hero{
            padding: 32px 0 40px;
        }#ap-aggregate .ap-hero-facts{
            grid-template-columns: 1fr 1fr 1fr;
            gap: 6px;
        }#ap-aggregate .ap-hero-fact{
            padding: 10px 0;
        }#ap-aggregate .ap-hero-fact strong{
            font-size: 13px;
        }#ap-aggregate .ap-hero-fact span{
            font-size: 11px;
        }#ap-aggregate .ap-section{
            padding: 48px 0;
        }#ap-aggregate .ap-matrix-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-specs-gallery{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-specs-gallery img{
            height: 200px;
        }#ap-aggregate .ap-dual-card{
            padding: 22px;
        }#ap-aggregate .ap-scenario-card{
            padding: 22px;
        }#ap-aggregate .ap-container{
            width: calc(100% - 24px);
        }#ap-aggregate .ap-hero-actions{
            flex-direction: column;
        }#ap-aggregate .ap-footer-actions{
            flex-direction: column;
            align-items: center;
        }#ap-aggregate .ap-btn{
            width: 100%;
            max-width: 320px;
        }#ap-aggregate .ap-hero-intro{
            font-size: 16px;
        }#ap-aggregate .ap-lede{
            font-size: 16px;
        }#ap-aggregate .ap-specs-table table{
            font-size: 13px;
        }#ap-aggregate .ap-specs-table th{
            font-size: 11px;
            padding: 10px 10px;
        }#ap-aggregate .ap-specs-table td{
            padding: 9px 10px;
        }#ap-aggregate .ap-specs-table td:first-child{
            white-space: normal;
        }
    }

    @media (max-width: 390px) {.ap-page h1, .ap-page .ap-h1{
            font-size: 24px;
            line-height: 1.28;
        }.ap-page h2, .ap-page .ap-h2{
            font-size: 20px;
            line-height: 1.22;
        }.ap-page h3, .ap-page .ap-h3{
            font-size: 16px;
            line-height: 1.30;
        }#ap-aggregate .ap-hero-facts{
            grid-template-columns: 1fr;
        }#ap-aggregate .ap-hero-fact{
            border-top: none;
            border-left: 2px solid var(--ap-ink);
            padding: 8px 14px;
        }#ap-aggregate .ap-container{
            width: calc(100% - 16px);
        }#ap-aggregate .ap-dual-card{
            padding: 16px;
        }#ap-aggregate .ap-scenario-card{
            padding: 16px;
        }#ap-aggregate .ap-btn{
            min-height: 44px;
            padding: 10px 18px;
            font-size: 14px;
        }#ap-aggregate .ap-specs-gallery img{
            height: 160px;
        }
    }
