#ap-aggregate .ap-root *, #ap-aggregate .ap-root *::before, #ap-aggregate .ap-root *::after{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }#ap-aggregate .ap-root{
            --ap-ink: #1a2a3a;
            --ap-muted: #5a6a7a;
            --ap-paper: #ffffff;
            --ap-soft: #f4f6f9;
            --ap-line: #dce2e9;
            --ap-blue: #1a5a8a;
            --ap-blue-dark: #0f3a5a;
            --ap-accent: #c96a2a;
            --ap-yellow: #e8d48a;
            --ap-green: #3a7a5a;
            display: block;
            width: 100%;
            overflow: hidden;
            color: var(--ap-ink);
            background: var(--ap-paper);
            font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }#ap-aggregate .ap-root a{
            color: var(--ap-blue);
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
            transition: color 0.2s ease;
        }#ap-aggregate .ap-root a:hover{
            color: var(--ap-blue-dark);
        }#ap-aggregate .ap-root img{
            display: block;
            max-width: 100%;
            height: auto;
        }#ap-aggregate .ap-root h1, #ap-aggregate .ap-root h2, #ap-aggregate .ap-root h3, #ap-aggregate .ap-root p{
            margin-top: 0;
        }#ap-aggregate .ap-root h1, #ap-aggregate .ap-root h2, #ap-aggregate .ap-root h3{
            font-weight: 700;
            letter-spacing: -0.01em;
        }#ap-aggregate .ap-root h1{
            font-size: 44px;
            line-height: 1.28;
            margin-bottom: 20px;
        }#ap-aggregate .ap-root h2{
            font-size: 32px;
            line-height: 1.22;
            margin-bottom: 14px;
        }#ap-aggregate .ap-root h3{
            font-size: 18px;
            line-height: 1.30;
            margin-bottom: 8px;
        }#ap-aggregate .ap-root ul{
            list-style: none;
        }#ap-aggregate .ap-root table{
            border-collapse: collapse;
            width: 100%;
        }#ap-aggregate .ap-container{
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }#ap-aggregate .ap-center-head{
            max-width: 760px;
            margin: 0 auto 36px;
            text-align: center;
        }#ap-aggregate .ap-center-cta{
            text-align: center;
        }#ap-aggregate .ap-lede{
            max-width: 700px;
            margin: 0 auto 24px;
            color: var(--ap-muted);
            font-size: 17px;
            line-height: 1.6;
        }#ap-aggregate .ap-lede-light{
            color: rgba(255, 255, 255, 0.85);
        }#ap-aggregate .ap-body{
            font-size: 16px;
            line-height: 1.7;
            color: var(--ap-ink);
            margin-bottom: 16px;
        }#ap-aggregate .ap-body-small{
            font-size: 14px;
            line-height: 1.6;
            color: var(--ap-muted);
        }#ap-aggregate .ap-mt-1{
            margin-top: 16px;
        }#ap-aggregate .ap-inline-link{
            font-weight: 600;
        }#ap-aggregate .ap-btn{
            display: inline-flex;
            min-height: 48px;
            align-items: center;
            justify-content: center;
            padding: 12px 24px;
            border: 2px solid var(--ap-blue);
            border-radius: 6px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
        }#ap-aggregate .ap-btn-primary{
            color: #fff !important;
            background: var(--ap-blue);
            border-color: var(--ap-blue);
        }#ap-aggregate .ap-btn-primary:hover{
            background: var(--ap-blue-dark);
            border-color: var(--ap-blue-dark);
        }#ap-aggregate .ap-btn-secondary{
            color: var(--ap-blue) !important;
            background: transparent;
        }#ap-aggregate .ap-btn-secondary:hover{
            color: #fff !important;
            background: var(--ap-blue);
        }#ap-aggregate .ap-btn-light{
            border-color: rgba(255, 255, 255, 0.8);
            color: #fff !important;
        }#ap-aggregate .ap-btn-light:hover{
            background: rgba(255, 255, 255, 0.15);
            border-color: #fff;
        }#ap-aggregate .ap-hero{
            padding: 56px 0 60px;
            background: var(--ap-paper);
        }#ap-aggregate .ap-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
            align-items: center;
            gap: 56px;
        }#ap-aggregate .ap-hero-content{
            display: flex;
            flex-direction: column;
        }#ap-aggregate .ap-hero-title{
            color: var(--ap-ink);
        }#ap-aggregate .ap-hero-intro{
            font-size: 18px;
            line-height: 1.7;
            color: var(--ap-muted);
            margin-bottom: 0;
        }#ap-aggregate .ap-hero-intro a{
            font-weight: 700;
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }#ap-aggregate .ap-actions-centered{
            justify-content: center;
        }#ap-aggregate .ap-hero-facts{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-top: 32px;
        }#ap-aggregate .ap-hero-fact{
            padding: 12px 0;
            border-top: 3px solid var(--ap-blue);
        }#ap-aggregate .ap-hero-fact strong{
            display: block;
            font-size: 16px;
            color: var(--ap-ink);
        }#ap-aggregate .ap-hero-fact span{
            color: var(--ap-muted);
            font-size: 13px;
        }#ap-aggregate .ap-hero-media img{
            width: 100%;
            height: auto;
            max-height: 560px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 16px 40px rgba(26, 42, 58, 0.15);
        }#ap-aggregate .ap-section{
            padding: 72px 0;
        }#ap-aggregate .ap-section-soft{
            background: var(--ap-soft);
        }#ap-aggregate .ap-section-dark{
            background: var(--ap-blue-dark);
            color: #fff;
        }#ap-aggregate .ap-section-dark .ap-h2{
            color: #fff;
        }#ap-aggregate .ap-h2-light{
            color: #fff;
        }#ap-aggregate .ap-compare-grid{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin-bottom: 24px;
        }#ap-aggregate .ap-compare-card{
            background: var(--ap-paper);
            border-radius: 8px;
            padding: 28px;
            box-shadow: 0 4px 16px rgba(26, 42, 58, 0.06);
            border: 1px solid var(--ap-line);
        }#ap-aggregate .ap-compare-card-special{
            border-color: var(--ap-blue);
            border-width: 2px;
        }#ap-aggregate .ap-compare-header{
            margin-bottom: 16px;
        }#ap-aggregate .ap-tag{
            display: inline-block;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }#ap-aggregate .ap-tag-standard{
            background: var(--ap-soft);
            color: var(--ap-muted);
        }#ap-aggregate .ap-tag-special{
            background: var(--ap-blue);
            color: #fff;
        }#ap-aggregate .ap-compare-list li{
            padding: 8px 0;
            border-bottom: 1px solid var(--ap-line);
            font-size: 15px;
            line-height: 1.5;
        }#ap-aggregate .ap-compare-list li:last-child{
            border-bottom: none;
        }#ap-aggregate .ap-compare-list strong{
            color: var(--ap-ink);
        }#ap-aggregate .ap-compare-cta{
            text-align: center;
            font-size: 17px;
            font-weight: 600;
            color: var(--ap-blue);
            margin-top: 8px;
        }#ap-aggregate .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%;
            height: auto;
            max-height: 540px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 8px 24px rgba(26, 42, 58, 0.1);
        }#ap-aggregate .ap-content-stack{
            display: flex;
            flex-direction: column;
        }#ap-aggregate .ap-table-wrap{
            overflow-x: auto;
            margin: 16px 0;
        }#ap-aggregate .ap-table{
            width: 100%;
            border-collapse: collapse;
            font-size: 15px;
            background: var(--ap-paper);
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(26, 42, 58, 0.04);
        }#ap-aggregate .ap-table th{
            background: var(--ap-blue);
            color: #fff;
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
        }#ap-aggregate .ap-table td{
            padding: 11px 16px;
            border-bottom: 1px solid var(--ap-line);
        }#ap-aggregate .ap-table tbody tr:last-child td{
            border-bottom: none;
        }#ap-aggregate .ap-table-matrix td:first-child{
            font-weight: 600;
        }#ap-aggregate .ap-cards-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 32px;
        }#ap-aggregate .ap-card{
            background: var(--ap-paper);
            border-radius: 8px;
            padding: 24px;
            border: 1px solid var(--ap-line);
            box-shadow: 0 2px 8px rgba(26, 42, 58, 0.04);
            transition: box-shadow 0.25s ease, transform 0.2s ease;
        }#ap-aggregate .ap-card:hover{
            box-shadow: 0 8px 24px rgba(26, 42, 58, 0.08);
            transform: translateY(-2px);
        }#ap-aggregate .ap-card-icon{
            font-size: 32px;
            margin-bottom: 12px;
            line-height: 1;
        }#ap-aggregate .ap-card p{
            font-size: 14px;
            line-height: 1.6;
            color: var(--ap-muted);
            margin-bottom: 12px;
        }#ap-aggregate .ap-card-solution{
            padding: 10px 12px;
            background: var(--ap-soft);
            border-left: 3px solid var(--ap-accent);
            font-size: 13px;
            line-height: 1.5;
            color: var(--ap-ink);
            border-radius: 0 4px 4px 0;
        }#ap-aggregate .ap-checklist-grid{
            display: grid;
            gap: 16px;
            max-width: 780px;
            margin: 0 auto;
        }#ap-aggregate .ap-checklist-item{
            display: flex;
            gap: 16px;
            align-items: flex-start;
            padding: 18px 20px;
            background: var(--ap-paper);
            border-radius: 6px;
            border: 1px solid var(--ap-line);
            box-shadow: 0 2px 8px rgba(26, 42, 58, 0.04);
        }#ap-aggregate .ap-checklist-icon{
            font-size: 28px;
            line-height: 1;
            flex-shrink: 0;
            margin-top: 2px;
        }#ap-aggregate .ap-checklist-text strong{
            display: block;
            font-size: 16px;
            margin-bottom: 4px;
        }#ap-aggregate .ap-checklist-text span{
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-benefits-box{
            margin: 20px 0;
            padding: 20px 24px;
            background: var(--ap-soft);
            border-radius: 6px;
            border-left: 4px solid var(--ap-blue);
        }#ap-aggregate .ap-benefits-box h3{
            font-size: 17px;
            margin-bottom: 12px;
        }#ap-aggregate .ap-benefits-box ul{
            display: grid;
            gap: 8px;
        }#ap-aggregate .ap-benefits-box li{
            padding: 8px 0;
            border-bottom: 1px solid var(--ap-line);
            font-size: 15px;
            line-height: 1.5;
        }#ap-aggregate .ap-benefits-box li:last-child{
            border-bottom: none;
        }#ap-aggregate .ap-benefits-box strong{
            color: var(--ap-ink);
        }#ap-aggregate .ap-product-card{
            background: var(--ap-paper);
            border-radius: 8px;
            border: 1px solid var(--ap-line);
            overflow: hidden;
            transition: box-shadow 0.25s ease, transform 0.2s ease;
        }#ap-aggregate .ap-product-card:hover{
            box-shadow: 0 8px 24px rgba(26, 42, 58, 0.08);
            transform: translateY(-2px);
        }#ap-aggregate .ap-product-card-link{
            display: flex;
            flex-direction: column;
            text-decoration: none !important;
            color: var(--ap-ink) !important;
            height: 100%;
        }#ap-aggregate .ap-product-card-link img{
            width: 100%;
            height: 200px;
            object-fit: cover;
        }#ap-aggregate .ap-product-card-link h3{
            padding: 16px 16px 4px;
            font-size: 16px;
        }#ap-aggregate .ap-product-card-link p{
            padding: 0 16px;
            font-size: 14px;
            color: var(--ap-muted);
            flex: 1;
        }#ap-aggregate .ap-product-card-link .ap-btn{
            margin: 16px;
            align-self: flex-start;
        }#ap-aggregate .ap-faq-container{
            max-width: 820px;
        }#ap-aggregate .ap-faq-list{
            display: grid;
            gap: 12px;
        }#ap-aggregate .ap-faq-item{
            padding: 20px 24px;
            background: var(--ap-paper);
            border: 1px solid var(--ap-line);
            border-radius: 6px;
        }#ap-aggregate .ap-faq-q{
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 6px;
        }#ap-aggregate .ap-faq-a{
            font-size: 15px;
            line-height: 1.7;
            color: var(--ap-muted);
        }

        @media (max-width: 1024px) {#ap-aggregate .ap-root h1{
                font-size: 36px;
            }#ap-aggregate .ap-root h2{
                font-size: 28px;
            }#ap-aggregate .ap-hero-grid{
                gap: 36px;
            }#ap-aggregate .ap-cards-grid{
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {#ap-aggregate .ap-root h1{
                font-size: 30px;
            }#ap-aggregate .ap-root h2{
                font-size: 24px;
            }#ap-aggregate .ap-hero-grid{
                grid-template-columns: 1fr;
                gap: 28px;
            }#ap-aggregate .ap-hero-facts{
                grid-template-columns: repeat(3, 1fr);
            }#ap-aggregate .ap-compare-grid{
                grid-template-columns: 1fr;
                gap: 16px;
            }#ap-aggregate .ap-product-grid{
                grid-template-columns: 1fr;
                gap: 28px;
            }#ap-aggregate .ap-cards-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-hero-actions{
                flex-direction: column;
            }#ap-aggregate .ap-hero-actions .ap-btn{
                width: 100%;
            }#ap-aggregate .ap-actions-centered{
                flex-direction: column;
                align-items: center;
            }#ap-aggregate .ap-actions-centered .ap-btn{
                width: 100%;
                max-width: 360px;
            }#ap-aggregate .ap-section{
                padding: 48px 0;
            }#ap-aggregate .ap-hero{
                padding: 36px 0 40px;
            }#ap-aggregate .ap-card-icon{
                font-size: 28px;
            }#ap-aggregate .ap-table{
                font-size: 14px;
            }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{
                padding: 8px 10px;
            }#ap-aggregate .ap-faq-item{
                padding: 16px 18px;
            }#ap-aggregate .ap-faq-q{
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {#ap-aggregate .ap-root h1{
                font-size: 26px;
                line-height: 1.28;
            }#ap-aggregate .ap-root h2{
                font-size: 22px;
            }#ap-aggregate .ap-container{
                width: calc(100% - 24px);
            }#ap-aggregate .ap-hero-facts{
                grid-template-columns: 1fr;
                gap: 6px;
            }#ap-aggregate .ap-hero-fact{
                padding: 8px 0;
            }#ap-aggregate .ap-hero-intro{
                font-size: 16px;
            }#ap-aggregate .ap-lede{
                font-size: 15px;
            }#ap-aggregate .ap-product-card-link img{
                height: 160px;
            }#ap-aggregate .ap-benefits-box{
                padding: 16px;
            }#ap-aggregate .ap-checklist-item{
                flex-direction: column;
                gap: 8px;
            }#ap-aggregate .ap-table{
                font-size: 13px;
            }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{
                padding: 6px 8px;
            }
        }

        @media (max-width: 390px) {#ap-aggregate .ap-root h1{
                font-size: 24px;
            }#ap-aggregate .ap-root h2{
                font-size: 20px;
            }#ap-aggregate .ap-btn{
                min-height: 42px;
                padding: 10px 16px;
                font-size: 14px;
            }#ap-aggregate .ap-hero-facts{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-cards-grid{
                gap: 12px;
            }#ap-aggregate .ap-faq-q{
                font-size: 14px;
            }
        }
    