#ap-aggregate{
            width: 100%;
            max-width: 100%;
            min-width: 0;
            margin: 0;
            background: #f6f8fa;
            color: #1f2937;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 16px;
            line-height: 1.6;
        }#ap-aggregate *, #ap-aggregate *::before, #ap-aggregate *::after{
            box-sizing: border-box;
        }#ap-aggregate img{
            max-width: 100%;
            height: auto;
        }#ap-aggregate .ap-shell{
            width: min(1180px, calc(100% - 40px));
            margin-left: auto;
            margin-right: auto;
        }#ap-aggregate .ap-section{
            padding: 54px 0;
        }#ap-aggregate h1, #ap-aggregate h2, #ap-aggregate h3, #ap-aggregate p, #ap-aggregate ul, #ap-aggregate ol, #ap-aggregate figure{
            margin: 0;
        }#ap-aggregate p{
            margin: 0 0 1em;
        }#ap-aggregate .ap-h1{
            font-size: clamp(30px, 3.6vw, 44px);
            line-height: 1.28;
            font-weight: 800;
            color: #0f2833;
        }#ap-aggregate .ap-h2{
            font-size: clamp(25px, 2.8vw, 32px);
            line-height: 1.22;
            font-weight: 800;
            color: #0f2833;
            margin: 0 0 18px;
        }#ap-aggregate .ap-h3{
            font-size: 19px;
            line-height: 1.3;
            font-weight: 700;
            color: #102a33;
            margin: 0 0 12px;
        }#ap-aggregate .ap-eyebrow{
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: .1em;
            font-size: 13px;
            line-height: 1.4;
            font-weight: 700;
            color: #0a7f83;
            margin: 0 0 12px;
        }#ap-aggregate .ap-section-intro{
            max-width: 760px;
            margin-bottom: 28px;
        }#ap-aggregate .ap-section-intro p{
            color: #4d5c67;
            font-size: 16px;
        }#ap-aggregate .ap-btn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            padding: 12px 22px;
            border-radius: 7px;
            font-size: 15px;
            line-height: 1.2;
            font-weight: 700;
            text-decoration: none;
        }#ap-aggregate .ap-btn-primary{
            background: #0a7f83;
            color: #ffffff;
            border: 1px solid #0a7f83;
        }#ap-aggregate .ap-btn-primary:hover{
            background: #086a6d;
            border-color: #086a6d;
        }#ap-aggregate .ap-btn-outline{
            background: #ffffff;
            color: #0a7f83;
            border: 1px solid #7fa7ab;
        }#ap-aggregate .ap-btn-outline:hover{
            border-color: #0a7f83;
            background: #eef6f6;
        }#ap-aggregate .ap-btn-light{
            background: #ffffff;
            color: #0f2833;
            border: 1px solid #ffffff;
        }#ap-aggregate .ap-btn-light:hover{
            background: #e7f2f3;
            border-color: #e7f2f3;
        }#ap-aggregate .ap-btn-clear{
            background: transparent;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, .8);
        }#ap-aggregate .ap-btn-clear:hover{
            background: rgba(255, 255, 255, .12);
            border-color: #ffffff;
        }#ap-aggregate .ap-media-frame{
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 0;
            border: 1px solid #dfe8ec;
            border-radius: 14px;
            background: #ffffff;
            padding: 16px;
        }#ap-aggregate .ap-media-frame img{
            display: block;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: min(520px, 70vh);
            object-fit: contain;
            object-position: center;
        }#ap-aggregate .ap-hero-section{
            background: linear-gradient(135deg, #e4f0f3 0%, #f7fafb 100%);
            padding: 70px 0;
        }#ap-aggregate .ap-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
            gap: 52px;
            align-items: center;
        }#ap-aggregate .ap-hero-copy{
            min-width: 0;
        }#ap-aggregate .ap-hero-title{
            max-width: 680px;
            margin-bottom: 16px;
        }#ap-aggregate .ap-hero-intro{
            max-width: 680px;
            font-size: 17px;
            line-height: 1.72;
            color: #314554;
            margin-bottom: 28px;
        }#ap-aggregate .ap-hero-intro .ap-inline-link{
            color: #087b80;
            text-decoration: underline;
            text-underline-offset: 3px;
        }#ap-aggregate .ap-hero-intro .ap-inline-link strong{
            color: inherit;
            font-weight: 700;
        }#ap-aggregate .ap-hero-intro .ap-inline-link:hover{
            color: #055e61;
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }#ap-aggregate .ap-hero-media{
            padding: 18px;
        }#ap-aggregate .ap-feature-section{
            background: #ffffff;
        }#ap-aggregate .ap-feature-layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(300px, .86fr);
            gap: 48px;
            align-items: center;
        }#ap-aggregate .ap-feature-copy{
            min-width: 0;
        }#ap-aggregate .ap-feature-list{
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 14px;
        }#ap-aggregate .ap-feature-list li{
            position: relative;
            padding-left: 30px;
            color: #42515c;
            line-height: 1.6;
        }#ap-aggregate .ap-feature-list li::before{
            content: "";
            position: absolute;
            left: 0;
            top: .62em;
            width: 14px;
            height: 4px;
            border-radius: 3px;
            background: #0a7f83;
        }#ap-aggregate .ap-feature-list strong{
            color: #0f2833;
            font-weight: 700;
        }#ap-aggregate .ap-specs-section{
            background: #f6f8fa;
        }#ap-aggregate .ap-spec-grid{
            display: grid;
            grid-template-columns: minmax(0, .95fr) minmax(300px, .82fr);
            gap: 40px;
            align-items: start;
        }#ap-aggregate .ap-spec-table-wrap{
            min-width: 0;
        }#ap-aggregate .ap-spec-table, #ap-aggregate .ap-param-table{
            width: 100%;
            border-collapse: collapse;
            background: #ffffff;
            border: 1px solid #dfe7ec;
            border-radius: 10px;
            overflow: hidden;
        }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td, #ap-aggregate .ap-param-table th, #ap-aggregate .ap-param-table td{
            padding: 12px 14px;
            border-bottom: 1px solid #e6ecef;
            text-align: left;
            vertical-align: top;
        }#ap-aggregate .ap-spec-table tr:last-child th, #ap-aggregate .ap-spec-table tr:last-child td, #ap-aggregate .ap-param-table tr:last-child th, #ap-aggregate .ap-param-table tr:last-child td{
            border-bottom: 0;
        }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-param-table th{
            color: #0f2833;
            font-weight: 700;
            background: #f2f6f7;
        }#ap-aggregate .ap-spec-table td, #ap-aggregate .ap-param-table td{
            color: #42515c;
            overflow-wrap: anywhere;
            word-break: break-word;
        }#ap-aggregate .ap-param-wrap{
            margin-top: 26px;
        }#ap-aggregate .ap-note{
            color: #61707c;
            font-size: 14px;
            line-height: 1.55;
            margin-top: 12px;
        }#ap-aggregate .ap-process-section{
            background: #ffffff;
        }#ap-aggregate .ap-process-steps{
            list-style: none;
            padding: 0;
            margin: 18px 0 0;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
            counter-reset: ap-process;
        }#ap-aggregate .ap-process-steps li{
            position: relative;
            min-width: 0;
            padding: 20px 16px 14px 56px;
            background: #f4f7f9;
            border: 1px solid #e2e9ed;
            border-radius: 12px;
            counter-increment: ap-process;
            color: #33475a;
            line-height: 1.45;
        }#ap-aggregate .ap-process-steps li::before{
            content: counter(ap-process);
            position: absolute;
            left: 16px;
            top: 18px;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #0a7f83;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            line-height: 26px;
            text-align: center;
        }#ap-aggregate .ap-contact-section{
            background: linear-gradient(135deg, #0f2833 0%, #123b47 100%);
            padding: 64px 0;
        }#ap-aggregate .ap-contact-card{
            text-align: center;
            max-width: 760px;
            margin-left: auto;
            margin-right: auto;
        }#ap-aggregate .ap-contact-card h2{
            color: #ffffff;
        }#ap-aggregate .ap-contact-card p{
            color: #d7e7ea;
            font-size: 17px;
            line-height: 1.7;
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 28px;
        }#ap-aggregate .ap-contact-actions{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
        }#ap-aggregate .ap-related-section{
            background: #f6f8fa;
        }#ap-aggregate .ap-related-heading{
            max-width: 680px;
            margin-bottom: 28px;
        }#ap-aggregate .ap-related-heading p{
            color: #4d5c67;
        }#ap-aggregate .ap-product-grid{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            min-width: 0;
        }#ap-aggregate .ap-related-card{
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow: hidden;
            border: 1px solid #dfe7ec;
            border-radius: 12px;
            background: #ffffff;
        }#ap-aggregate .ap-related-card .ap-product-media{
            aspect-ratio: 4 / 3;
            padding: 12px;
        }#ap-aggregate .ap-related-card .ap-product-media img{
            max-height: 100%;
        }#ap-aggregate .ap-text-link{
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: auto;
            color: #0a7f83;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.4;
            text-decoration: none;
        }#ap-aggregate .ap-text-link:hover{
            color: #055e61;
            text-decoration: underline;
        }#ap-aggregate .ap-faq-section{
            background: #ffffff;
        }#ap-aggregate .ap-faq-wrap{
            max-width: 840px;
            margin-left: auto;
            margin-right: auto;
        }#ap-aggregate .ap-faq-heading{
            max-width: 700px;
            margin: 0 auto 22px;
            text-align: center;
        }#ap-aggregate .ap-faq-list{
            display: grid;
            gap: 12px;
        }#ap-aggregate .ap-faq-item{
            border: 1px solid #dce5ea;
            border-radius: 12px;
            background: #ffffff;
            overflow: hidden;
        }#ap-aggregate .ap-faq-item summary{
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            padding: 18px 20px;
            color: #0f2833;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            cursor: pointer;
        }#ap-aggregate .ap-faq-item summary::-webkit-details-marker{
            display: none;
        }#ap-aggregate .ap-faq-item summary::after{
            flex: 0 0 auto;
            content: "+";
            font-size: 22px;
            line-height: 1;
            color: #0a7f83;
        }#ap-aggregate .ap-faq-item[open] summary::after{
            content: "−";
        }#ap-aggregate .ap-faq-answer{
            padding: 0 20px 18px;
            color: #475a66;
            line-height: 1.6;
        }#ap-aggregate .ap-faq-answer p{
            margin-bottom: 0;
        }
        @media (max-width: 920px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-feature-layout, #ap-aggregate .ap-spec-grid{
                grid-template-columns: minmax(0, 1fr);
            }#ap-aggregate .ap-hero-media{
                max-width: 620px;
            }#ap-aggregate .ap-product-grid{
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }#ap-aggregate .ap-process-steps{
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 600px) {#ap-aggregate .ap-section{
                padding: 42px 0;
            }#ap-aggregate .ap-hero-section{
                padding: 48px 0 50px;
            }#ap-aggregate .ap-product-grid{
                grid-template-columns: minmax(0, 1fr);
            }#ap-aggregate .ap-process-steps{
                grid-template-columns: minmax(0, 1fr);
            }#ap-aggregate .ap-contact-section{
                padding: 48px 0;
            }#ap-aggregate .ap-contact-card p{
                font-size: 16px;
            }
        }
    