#ap-aggregate *, #ap-aggregate *::before, #ap-aggregate *::after{
            box-sizing: border-box;
        }.ap-page{
            --ap-ink: #1a2a2f;
            --ap-muted: #5b6f75;
            --ap-paper: #ffffff;
            --ap-soft: #f2f6f7;
            --ap-line: #d4e0e2;
            --ap-teal: #1f7a8c;
            --ap-teal-dark: #145a6b;
            --ap-coral: #c35a4a;
            --ap-gold: #e8d9a0;
            --ap-font: 'Segoe UI', Roboto, 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;
        }.ap-page a{
            color: inherit;
            text-decoration-thickness: 1px;
            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 h4, .ap-page p{
            margin-top: 0;
        }.ap-page h1{
            font-size: 44px;
            line-height: 1.28;
            font-weight: 800;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }.ap-page h2{
            font-size: 32px;
            line-height: 1.22;
            font-weight: 700;
            margin-bottom: 14px;
            letter-spacing: -0.01em;
        }.ap-page h3{
            font-size: 20px;
            line-height: 1.30;
            font-weight: 700;
            margin-bottom: 10px;
        }#ap-aggregate .ap-container{
            width: min(1200px, calc(100% - 40px));
            margin: 0 auto;
        }#ap-aggregate .ap-section{
            padding: 72px 0;
        }#ap-aggregate .ap-section-soft{
            background: var(--ap-soft);
        }#ap-aggregate .ap-section-dark{
            background: var(--ap-ink);
            color: #fff;
        }#ap-aggregate .ap-section-dark a{
            color: #fff;
        }#ap-aggregate .ap-center{
            text-align: center;
        }#ap-aggregate .ap-center-head{
            max-width: 720px;
            margin: 0 auto 38px;
            text-align: center;
        }#ap-aggregate .ap-lede{
            max-width: 700px;
            color: var(--ap-muted);
            font-size: 18px;
            margin-bottom: 0;
        }#ap-aggregate .ap-lede.light{
            color: rgba(255, 255, 255, .85);
        }#ap-aggregate .ap-btn{
            display: inline-flex;
            min-height: 48px;
            align-items: center;
            justify-content: center;
            padding: 12px 24px;
            border: 1.5px solid var(--ap-ink);
            border-radius: 5px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: background-color .22s ease, color .22s ease, border-color .22s ease;
            cursor: pointer;
            gap: 6px;
        }#ap-aggregate .ap-btn-primary{
            color: #fff !important;
            background: var(--ap-teal);
            border-color: var(--ap-teal);
        }#ap-aggregate .ap-btn-primary:hover{
            background: var(--ap-teal-dark);
            border-color: var(--ap-teal-dark);
        }#ap-aggregate .ap-btn-secondary{
            color: var(--ap-ink) !important;
            background: transparent;
        }#ap-aggregate .ap-btn-secondary:hover{
            color: #fff !important;
            background: var(--ap-ink);
        }#ap-aggregate .ap-btn-outline-light{
            color: #fff !important;
            border-color: rgba(255, 255, 255, .7);
            background: transparent;
        }#ap-aggregate .ap-btn-outline-light:hover{
            background: #fff;
            color: var(--ap-ink) !important;
            border-color: #fff;
        }#ap-aggregate /* ---- HERO ---- */
        .ap-hero{
            padding: 52px 0 56px;
            background: var(--ap-paper);
        }#ap-aggregate .ap-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
            align-items: center;
            gap: 56px;
        }#ap-aggregate .ap-hero h1{
            margin-bottom: 16px;
        }#ap-aggregate .ap-hero-intro{
            font-size: 17px;
            color: var(--ap-muted);
            max-width: 620px;
            margin-bottom: 0;
        }#ap-aggregate .ap-hero-intro a{
            font-weight: 700;
            color: var(--ap-teal);
            text-decoration: underline;
            text-underline-offset: 3px;
        }#ap-aggregate .ap-hero-intro a strong{
            font-weight: inherit;
        }#ap-aggregate .ap-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 28px;
        }#ap-aggregate .ap-hero-trust{
            display: flex;
            flex-wrap: wrap;
            gap: 18px 30px;
            margin-top: 30px;
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-hero-trust span{
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }#ap-aggregate .ap-hero-trust strong{
            color: var(--ap-ink);
        }#ap-aggregate .ap-hero-media{
            position: relative;
        }#ap-aggregate .ap-hero-media::after{
            content: "";
            position: absolute;
            right: -12px;
            bottom: -12px;
            width: 32%;
            height: 32%;
            border-right: 6px solid var(--ap-gold);
            border-bottom: 6px solid var(--ap-gold);
            z-index: 0;
            border-radius: 0 0 6px 0;
        }#ap-aggregate .ap-hero-media img{
            position: relative;
            z-index: 1;
            width: 100%;
            max-height: 580px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 16px 40px rgba(26, 42, 47, .13);
        }#ap-aggregate /* ---- SHOP BY STYLE ---- */
        .ap-style-card{
            display: grid;
            grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
            gap: 40px;
            align-items: center;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(26, 42, 47, .06);
            padding: 32px 36px;
            border: 1px solid var(--ap-line);
        }#ap-aggregate .ap-style-card img{
            width: 100%;
            max-height: 420px;
            object-fit: cover;
            border-radius: 8px;
        }#ap-aggregate .ap-style-features{
            display: grid;
            gap: 10px;
            margin-top: 12px;
            padding: 0;
            list-style: none;
        }#ap-aggregate .ap-style-features li{
            padding: 8px 0 8px 28px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231f7a8c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") left center no-repeat;
            background-size: 18px;
            font-size: 15px;
        }#ap-aggregate /* ---- FEATURED PRODUCT CARD ---- */
        .ap-featured-grid{
            display: grid;
            grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
            gap: 48px;
            align-items: start;
        }#ap-aggregate .ap-featured-media img{
            width: 100%;
            max-height: 560px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(26, 42, 47, .08);
        }#ap-aggregate .ap-featured-details{
            background: #fff;
            padding: 24px 28px;
            border-radius: 10px;
            border: 1px solid var(--ap-line);
        }#ap-aggregate .ap-featured-price{
            font-size: 28px;
            font-weight: 800;
            color: var(--ap-teal);
            margin-bottom: 6px;
        }#ap-aggregate .ap-featured-rating{
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            color: var(--ap-muted);
            margin-bottom: 14px;
        }#ap-aggregate .ap-featured-rating .stars{
            color: #f5b342;
            letter-spacing: 2px;
        }#ap-aggregate .ap-featured-swatches{
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin: 12px 0 16px;
        }#ap-aggregate .ap-featured-swatches span{
            display: inline-block;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1.5px solid var(--ap-line);
            cursor: default;
        }#ap-aggregate .ap-featured-swatches .green{
            background: #3a7a4a;
        }#ap-aggregate .ap-featured-swatches .red{
            background: #b84a4a;
        }#ap-aggregate .ap-featured-swatches .silver{
            background: #bcc6cc;
        }#ap-aggregate .ap-featured-swatches .purple{
            background: #7a5a8a;
        }#ap-aggregate .ap-featured-swatches .grey{
            background: #8a9298;
        }#ap-aggregate .ap-featured-swatches .blue{
            background: #3a6a8a;
        }#ap-aggregate .ap-featured-swatches .gold{
            background: #c9a84a;
        }#ap-aggregate .ap-featured-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 18px;
        }#ap-aggregate .ap-featured-actions .ap-btn{
            min-width: 140px;
        }#ap-aggregate /* ---- KEY FEATURES ---- */
        .ap-features-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-feature-card{
            background: #fff;
            border-radius: 10px;
            padding: 26px 24px;
            border: 1px solid var(--ap-line);
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }#ap-aggregate .ap-feature-icon{
            flex-shrink: 0;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: var(--ap-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: var(--ap-teal);
        }#ap-aggregate .ap-feature-card h4{
            margin: 0 0 4px;
            font-size: 16px;
            font-weight: 700;
        }#ap-aggregate .ap-feature-card p{
            margin: 0;
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate /* ---- SIZE GUIDE ---- */
        .ap-size-table{
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            font-size: 14px;
            border: 1px solid var(--ap-line);
        }#ap-aggregate .ap-size-table th{
            background: var(--ap-ink);
            color: #fff;
            padding: 12px 10px;
            text-align: left;
            font-weight: 600;
        }#ap-aggregate .ap-size-table td{
            padding: 10px;
            border-bottom: 1px solid var(--ap-line);
        }#ap-aggregate .ap-size-table tr:nth-child(even) td{
            background: var(--ap-soft);
        }#ap-aggregate .ap-size-notes{
            margin-top: 16px;
            font-size: 14px;
            color: var(--ap-muted);
        }#ap-aggregate .ap-size-notes strong{
            color: var(--ap-ink);
        }#ap-aggregate /* ---- PRODUCT MATRIX ---- */
        .ap-matrix-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }#ap-aggregate .ap-matrix-card{
            background: #fff;
            border-radius: 10px;
            border: 1px solid var(--ap-line);
            overflow: hidden;
            transition: box-shadow .2s ease;
        }#ap-aggregate .ap-matrix-card:hover{
            box-shadow: 0 8px 24px rgba(26, 42, 47, .08);
        }#ap-aggregate .ap-matrix-card img{
            width: 100%;
            height: 200px;
            object-fit: cover;
        }#ap-aggregate .ap-matrix-body{
            padding: 16px 18px 20px;
        }#ap-aggregate .ap-matrix-body h4{
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 4px;
        }#ap-aggregate .ap-matrix-body .meta{
            font-size: 13px;
            color: var(--ap-muted);
            margin-bottom: 10px;
        }#ap-aggregate .ap-matrix-body .ap-btn{
            font-size: 13px;
            min-height: 38px;
            padding: 8px 16px;
        }#ap-aggregate /* ---- B2B ---- */
        .ap-b2b-wrap{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            align-items: center;
        }#ap-aggregate .ap-b2b-wrap ul{
            display: grid;
            gap: 14px;
            padding: 0;
            list-style: none;
            margin: 20px 0 0;
        }#ap-aggregate .ap-b2b-wrap li{
            padding-left: 28px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c35a4a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") left center no-repeat;
            background-size: 18px;
            font-size: 15px;
        }#ap-aggregate .ap-b2b-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 22px;
        }#ap-aggregate /* ---- FAQ ---- */
        .ap-faq-list{
            max-width: 820px;
            margin: 0 auto;
            display: grid;
            gap: 8px;
        }#ap-aggregate .ap-faq-item{
            background: #fff;
            border: 1px solid var(--ap-line);
            border-radius: 8px;
            padding: 18px 22px;
        }#ap-aggregate .ap-faq-item strong{
            display: block;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 6px;
            cursor: default;
        }#ap-aggregate .ap-faq-item p{
            margin: 0;
            font-size: 14px;
            color: var(--ap-muted);
        }

        /* ---- RESPONSIVE ---- */
        @media (max-width: 820px) {#ap-aggregate .ap-hero-grid{
                grid-template-columns: 1fr;
                gap: 32px;
            }#ap-aggregate .ap-hero-media{
                order: -1;
            }#ap-aggregate .ap-hero-media img{
                max-height: 400px;
            }#ap-aggregate .ap-featured-grid{
                grid-template-columns: 1fr;
                gap: 28px;
            }#ap-aggregate .ap-style-card{
                grid-template-columns: 1fr;
                gap: 24px;
                padding: 22px;
            }#ap-aggregate .ap-features-grid{
                grid-template-columns: 1fr;
            }#ap-aggregate .ap-matrix-grid{
                grid-template-columns: 1fr 1fr;
            }#ap-aggregate .ap-b2b-wrap{
                grid-template-columns: 1fr;
            }.ap-page h1{
                font-size: 32px;
            }.ap-page h2{
                font-size: 26px;
            }#ap-aggregate .ap-container{
                width: calc(100% - 28px);
            }#ap-aggregate .ap-section{
                padding: 48px 0;
            }
        }
        @media (max-width: 540px) {#ap-aggregate .ap-matrix-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-featured-actions{
                flex-direction: column;
            }#ap-aggregate .ap-featured-actions .ap-btn{
                width: 100%;
            }#ap-aggregate .ap-b2b-actions{
                flex-direction: column;
            }#ap-aggregate .ap-b2b-actions .ap-btn{
                width: 100%;
            }.ap-page h1{
                font-size: 28px;
            }.ap-page h2{
                font-size: 22px;
            }#ap-aggregate .ap-hero-trust{
                flex-direction: column;
                gap: 6px;
            }#ap-aggregate .ap-size-table{
                font-size: 12px;
            }#ap-aggregate .ap-size-table th, #ap-aggregate .ap-size-table td{
                padding: 6px 4px;
            }
        }
        @media (max-width: 390px) {#ap-aggregate .ap-container{
                width: calc(100% - 16px);
            }#ap-aggregate .ap-hero{
                padding: 28px 0 32px;
            }#ap-aggregate .ap-section{
                padding: 32px 0;
            }#ap-aggregate .ap-feature-card{
                flex-direction: column;
                padding: 18px;
            }#ap-aggregate .ap-faq-item{
                padding: 14px 16px;
            }
        }
    