#ap-aggregate .ap-root, #ap-aggregate .ap-root *, #ap-aggregate .ap-root *::before, #ap-aggregate .ap-root *::after{
            box-sizing: border-box;
        }#ap-aggregate .ap-root{
            background: #f5f7fa;
            color: #253440;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.65;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            overflow-x: clip;
        }#ap-aggregate .ap-root a{
            color: #0d7377;
            text-decoration: underline;
            text-underline-offset: 3px;
            text-decoration-thickness: 1px;
        }#ap-aggregate .ap-main{
            width: 100%;
            min-width: 0;
        }#ap-aggregate .ap-container{
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 22px;
            min-width: 0;
        }#ap-aggregate .ap-section{
            padding: 70px 0;
        }#ap-aggregate .ap-section-head{
            max-width: 780px;
            margin: 0 auto 38px;
            text-align: center;
        }#ap-aggregate .ap-section-head p{
            margin: 0 auto;
            max-width: 720px;
            color: #5a6978;
            font-size: 16px;
            line-height: 1.65;
        }#ap-aggregate .ap-h1{
            font-size: clamp(30px, 3.6vw, 44px);
            line-height: 1.3;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #0f1e2e;
            margin: 0 0 18px;
        }#ap-aggregate .ap-h2{
            font-size: clamp(24px, 2.2vw, 32px);
            line-height: 1.32;
            font-weight: 800;
            letter-spacing: -0.01em;
            color: #0f1e2e;
            margin: 0 0 10px;
        }#ap-aggregate .ap-h3{
            font-size: 18px;
            line-height: 1.35;
            font-weight: 700;
            color: #0f1e2e;
            margin: 0 0 8px;
        }#ap-aggregate .ap-btn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 48px;
            padding: 13px 22px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 15px;
            line-height: 1.2;
            transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }#ap-aggregate .ap-btn-primary{
            background: #0d7377;
            color: #ffffff !important;
        }#ap-aggregate .ap-btn-primary:hover{
            background: #0a5f62;
        }#ap-aggregate .ap-btn-secondary{
            background: transparent;
            color: #0d7377 !important;
            border: 1px solid #0d7377;
        }#ap-aggregate .ap-btn-secondary:hover{
            background: #eaf4f3;
        }#ap-aggregate .ap-btn-on-dark{
            background: #ffffff;
            color: #0a2c36 !important;
        }#ap-aggregate .ap-btn-on-dark:hover{
            background: #e7f2f0;
        }#ap-aggregate .ap-btn-outline-light{
            background: transparent;
            color: #ffffff !important;
            border: 1px solid rgba(255, 255, 255, 0.85);
        }#ap-aggregate .ap-btn-outline-light:hover{
            background: rgba(255, 255, 255, 0.12);
        }#ap-aggregate /* Hero */
        .ap-hero{
            background: linear-gradient(130deg, #f3efe7 0%, #ffffff 48%, #e0f0ef 100%);
            border-bottom: 1px solid #e8ebee;
            padding: 64px 0;
        }#ap-aggregate .ap-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
            gap: 44px;
            align-items: center;
        }#ap-aggregate .ap-hero-lead{
            font-size: 17px;
            line-height: 1.78;
            color: #35495b;
            margin: 0 0 28px;
            max-width: 640px;
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }#ap-aggregate .ap-hero-media{
            background: rgba(255, 255, 255, 0.8);
            border: 1px solid #e3e8ed;
            border-radius: 22px;
            min-width: 0;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 20px 45px -28px rgba(13, 35, 47, 0.28);
        }#ap-aggregate .ap-hero-media img, #ap-aggregate .ap-media-card img{
            display: block;
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 520px;
            object-fit: contain;
            margin: 0 auto;
        }#ap-aggregate .ap-spec-section, #ap-aggregate .ap-matrix-section{
            background: #f5f7fa;
        }#ap-aggregate .ap-cols{
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
            gap: 40px;
            align-items: center;
            min-width: 0;
        }#ap-aggregate .ap-media-card{
            background: #ffffff;
            border: 1px solid #e5e9ee;
            border-radius: 20px;
            min-width: 0;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }#ap-aggregate .ap-copy p{
            margin: 0 0 16px;
            color: #46586a;
        }#ap-aggregate .ap-feature-list{
            list-style: none;
            margin: 18px 0 0;
            padding: 0;
            display: grid;
            gap: 12px;
        }#ap-aggregate .ap-feature-list li{
            position: relative;
            padding-left: 30px;
            color: #3d5162;
            font-size: 15px;
            line-height: 1.6;
        }#ap-aggregate .ap-feature-list li::before{
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: #0d7377;
            font-weight: 700;
        }#ap-aggregate /* Specification list */
        .ap-spec-list{
            list-style: none;
            margin: 0;
            padding: 0;
            border-top: 1px solid #e8ecf0;
        }#ap-aggregate .ap-spec-row{
            display: grid;
            grid-template-columns: 180px minmax(0, 1fr);
            gap: 18px;
            padding: 14px 0;
            border-bottom: 1px solid #e8ecf0;
            min-width: 0;
        }#ap-aggregate .ap-spec-label{
            font-weight: 800;
            color: #0d7377;
            font-size: 14px;
            line-height: 1.4;
        }#ap-aggregate .ap-spec-value{
            color: #46586a;
            font-size: 15px;
            line-height: 1.55;
            min-width: 0;
        }#ap-aggregate /* Gallery */
        .ap-gallery-grid{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            margin-top: 34px;
        }#ap-aggregate .ap-gallery-item{
            background: #ffffff;
            border: 1px solid #e5e9ee;
            border-radius: 16px;
            min-width: 0;
            padding: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 220px;
        }#ap-aggregate .ap-gallery-item img{
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 230px;
            object-fit: contain;
            margin: 0 auto;
        }#ap-aggregate /* Related product matrix */
        .ap-matrix-grid{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            margin-top: 34px;
        }#ap-aggregate .ap-product-card{
            display: flex;
            flex-direction: column;
            height: 100%;
            min-width: 0;
            background: #ffffff;
            border: 1px solid #e4e8ed;
            border-radius: 18px;
            overflow: hidden;
        }#ap-aggregate .ap-product-card-media{
            background: #ffffff;
            border-bottom: 1px solid #eef1f4;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 232px;
            padding: 20px;
        }#ap-aggregate .ap-product-card-media img{
            display: block;
            width: 100%;
            max-width: 100%;
            max-height: 210px;
            height: auto;
            object-fit: contain;
            margin: 0 auto;
        }#ap-aggregate /* FAQ */
        .ap-faq-wrap{
            max-width: 860px;
        }#ap-aggregate /* Final CTA */
        .ap-final-cta{
            background: linear-gradient(135deg, #0b2835 0%, #0f3f4a 100%);
        }#ap-aggregate .ap-final-card{
            max-width: 880px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 24px;
            padding: 44px 40px;
            text-align: center;
        }#ap-aggregate .ap-final-card .ap-h2{
            color: #ffffff;
        }#ap-aggregate .ap-final-card p{
            color: #d8e5e6;
            margin: 0 auto 26px;
            max-width: 640px;
            font-size: 16px;
            line-height: 1.65;
        }#ap-aggregate .ap-cta-actions{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 14px;
        }

        @media (max-width: 960px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-cols, #ap-aggregate .ap-overview-cols, #ap-aggregate .ap-spec-cols{
                grid-template-columns: minmax(0, 1fr);
            }#ap-aggregate .ap-gallery-grid, #ap-aggregate .ap-matrix-grid{
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 600px) {#ap-aggregate .ap-section{
                padding: 48px 0;
            }#ap-aggregate .ap-gallery-grid, #ap-aggregate .ap-matrix-grid{
                grid-template-columns: minmax(0, 1fr);
            }#ap-aggregate .ap-spec-row{
                grid-template-columns: 1fr;
                gap: 4px;
            }#ap-aggregate .ap-final-card{
                padding: 32px 20px;
            }
        }
    