.ap-page *{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }.ap-page{
            font-family: Arial, Helvetica, sans-serif;
            color: #1f2722;
            background: #fff;
            line-height: 1.6;
            width: 100%;
            overflow: hidden;
        }.ap-page a{
            color: inherit;
            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{
            font-size: 42px;
            line-height: 1.28;
            margin-bottom: 20px;
            font-weight: 800;
        }.ap-page h2{
            font-size: 32px;
            line-height: 1.22;
            margin-bottom: 16px;
            font-weight: 700;
        }.ap-page h3{
            font-size: 20px;
            line-height: 1.30;
            margin-bottom: 10px;
            font-weight: 700;
        }#ap-aggregate .ap-container{
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }#ap-aggregate .ap-hero{
            padding: 52px 0 58px;
            background: #fff;
        }#ap-aggregate .ap-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
            align-items: center;
            gap: 56px;
        }#ap-aggregate .ap-hero-text p{
            font-size: 17px;
            color: #3d4a44;
            margin-bottom: 24px;
            max-width: 640px;
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }#ap-aggregate .ap-btn{
            display: inline-flex;
            min-height: 48px;
            align-items: center;
            justify-content: center;
            padding: 12px 26px;
            border: 1px solid #1f2722;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: background .2s, color .2s;
        }#ap-aggregate .ap-btn-primary{
            background: #1f2722;
            color: #fff !important;
            border-color: #1f2722;
        }#ap-aggregate .ap-btn-primary:hover{
            background: #35402f;
        }#ap-aggregate .ap-btn-secondary{
            background: #fff;
            color: #1f2722 !important;
        }#ap-aggregate .ap-btn-secondary:hover{
            background: #f0f2ef;
        }#ap-aggregate .ap-hero-media img{
            width: 100%;
            max-height: 560px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 16px 40px rgba(31, 39, 34, .12);
        }#ap-aggregate .ap-section{
            padding: 72px 0;
        }#ap-aggregate .ap-section-alt{
            background: #f7f8f5;
        }#ap-aggregate .ap-center{
            max-width: 720px;
            margin: 0 auto 42px;
            text-align: center;
        }#ap-aggregate .ap-spec-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }#ap-aggregate .ap-spec-card{
            background: #fff;
            border: 1px solid #e2e6df;
            border-radius: 6px;
            padding: 24px 16px;
            text-align: center;
            transition: box-shadow .2s;
        }#ap-aggregate .ap-spec-card:hover{
            box-shadow: 0 8px 24px rgba(31, 39, 34, .06);
        }#ap-aggregate .ap-spec-card .ap-icon{
            font-size: 32px;
            margin-bottom: 10px;
        }#ap-aggregate .ap-spec-card strong{
            display: block;
            font-size: 15px;
            margin-bottom: 4px;
        }#ap-aggregate .ap-spec-card span{
            font-size: 13px;
            color: #667069;
        }#ap-aggregate .ap-spec-img{
            margin-top: 12px;
            border-radius: 4px;
            max-height: 120px;
            object-fit: cover;
        }#ap-aggregate .ap-layout-2col{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: start;
        }#ap-aggregate .ap-layout-2col img{
            border-radius: 6px;
            width: 100%;
            max-height: 400px;
            object-fit: cover;
        }#ap-aggregate .ap-col p{
            color: #3d4a44;
            margin-bottom: 14px;
        }#ap-aggregate .ap-compare-table{
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(31, 39, 34, .04);
        }#ap-aggregate .ap-compare-table th{
            background: #1f2722;
            color: #fff;
            padding: 14px 12px;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
        }#ap-aggregate .ap-compare-table td{
            padding: 14px 12px;
            border-bottom: 1px solid #e2e6df;
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
        }#ap-aggregate .ap-compare-table tr:last-child td{
            border-bottom: none;
        }#ap-aggregate .ap-compare-table .ap-img-cell{
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 60px;
        }#ap-aggregate .ap-compare-table .ap-img-cell img{
            max-height: 52px;
            border-radius: 4px;
        }#ap-aggregate .ap-compare-table .ap-silhouette{
            max-height: 36px;
            opacity: .7;
        }#ap-aggregate .ap-flowchart{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 16px;
            margin-top: 24px;
        }#ap-aggregate .ap-flow-step{
            background: #fff;
            border-left: 4px solid #1f2722;
            padding: 20px 16px;
            border-radius: 0 6px 6px 0;
        }#ap-aggregate .ap-flow-step .ap-step-num{
            font-weight: 800;
            font-size: 13px;
            color: #667069;
            margin-bottom: 4px;
        }#ap-aggregate .ap-flow-step strong{
            display: block;
            margin-bottom: 4px;
        }#ap-aggregate .ap-flow-step p{
            font-size: 14px;
            color: #3d4a44;
        }#ap-aggregate .ap-product-cards{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 24px;
            margin-top: 28px;
        }#ap-aggregate .ap-product-card{
            background: #fff;
            border: 1px solid #e2e6df;
            border-radius: 6px;
            padding: 20px;
            text-align: center;
            transition: box-shadow .2s;
        }#ap-aggregate .ap-product-card:hover{
            box-shadow: 0 8px 24px rgba(31, 39, 34, .06);
        }#ap-aggregate .ap-product-card img{
            width: 100%;
            max-height: 180px;
            object-fit: cover;
            border-radius: 4px;
            margin-bottom: 14px;
        }#ap-aggregate .ap-product-card h3{
            font-size: 17px;
            margin-bottom: 6px;
        }#ap-aggregate .ap-product-card p{
            font-size: 14px;
            color: #667069;
            margin-bottom: 14px;
        }#ap-aggregate .ap-product-card .ap-btn{
            font-size: 14px;
            min-height: 40px;
            padding: 8px 18px;
        }#ap-aggregate .ap-faq-list{
            max-width: 800px;
            margin: 0 auto;
        }#ap-aggregate .ap-faq-item{
            border-bottom: 1px solid #e2e6df;
            padding: 18px 0;
        }#ap-aggregate .ap-faq-item:first-child{
            border-top: 1px solid #e2e6df;
        }#ap-aggregate .ap-faq-item h3{
            font-size: 17px;
            margin-bottom: 6px;
            cursor: default;
        }#ap-aggregate .ap-faq-item p{
            font-size: 15px;
            color: #3d4a44;
        }#ap-aggregate .ap-b2b-cta{
            background: #1f2722;
            color: #fff;
            padding: 48px 0;
            text-align: center;
        }#ap-aggregate .ap-b2b-cta h2{
            color: #fff;
            margin-bottom: 10px;
        }#ap-aggregate .ap-b2b-cta p{
            color: #cfd8d2;
            max-width: 600px;
            margin: 0 auto 24px;
            font-size: 16px;
        }#ap-aggregate .ap-b2b-cta .ap-btn{
            border-color: #fff;
            color: #fff !important;
        }#ap-aggregate .ap-b2b-cta .ap-btn-primary{
            background: #fff;
            color: #1f2722 !important;
        }#ap-aggregate .ap-b2b-cta .ap-btn-primary:hover{
            background: #e2e6df;
        }
        @media (max-width: 780px) {#ap-aggregate .ap-hero-grid{
                grid-template-columns: 1fr;
                gap: 32px;
            }#ap-aggregate .ap-hero-text p{
                max-width: 100%;
            }#ap-aggregate .ap-layout-2col{
                grid-template-columns: 1fr;
                gap: 24px;
            }.ap-page h1{
                font-size: 32px;
            }.ap-page h2{
                font-size: 26px;
            }#ap-aggregate .ap-compare-table{
                font-size: 13px;
            }#ap-aggregate .ap-compare-table th, #ap-aggregate .ap-compare-table td{
                padding: 10px 6px;
            }#ap-aggregate .ap-compare-table .ap-img-cell img{
                max-height: 40px;
            }#ap-aggregate .ap-spec-grid{
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {#ap-aggregate .ap-spec-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-product-cards{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-flowchart{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-container{
                width: calc(100% - 24px);
            }#ap-aggregate .ap-hero{
                padding: 32px 0 40px;
            }#ap-aggregate .ap-section{
                padding: 48px 0;
            }
        }
    