#ap-aggregate .rtx-wrap{
        --rtx-ink: #111827;
        --rtx-muted: #5b6472;
        --rtx-navy: #0e1726;
        --rtx-blue: #2563eb;
        --rtx-blue-dark: #1d4ed8;
        --rtx-line: #e6eaf0;
        --rtx-soft: #f5f7fa;
        --rtx-gold: #f5b50a;
        width: 100%;
        background: #ffffff;
        color: var(--rtx-ink);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
        line-height: 1.65;
        overflow-x: hidden;
    }#ap-aggregate .rtx-wrap *, #ap-aggregate .rtx-wrap *::before, #ap-aggregate .rtx-wrap *::after{
        box-sizing: border-box;
        margin: 0;
    }#ap-aggregate .rtx-wrap img{
        display: block;
        max-width: 100%;
        height: auto;
    }#ap-aggregate .rtx-wrap a{
        color: inherit;
        text-decoration-color: rgba(37, 99, 235, .45);
        text-underline-offset: 3px;
    }#ap-aggregate .rtx-wrap p{
        margin-top: 0;
    }#ap-aggregate .rtx-wrap h1, #ap-aggregate .rtx-wrap h2, #ap-aggregate .rtx-wrap h3{
        margin: 0;
    }#ap-aggregate .rtx-wrap h1{
        font-size: clamp(34px, 4.6vw, 48px);
        line-height: 1.3;
        letter-spacing: -0.02em;
        font-weight: 800;
    }#ap-aggregate .rtx-wrap h2{
        font-size: clamp(26px, 3vw, 34px);
        line-height: 1.25;
        letter-spacing: -0.01em;
        font-weight: 800;
    }#ap-aggregate .rtx-wrap h3{
        font-size: 20px;
        line-height: 1.35;
        font-weight: 700;
    }#ap-aggregate .rtx-container{
        width: min(1160px, calc(100% - 40px));
        margin: 0 auto;
    }#ap-aggregate .rtx-lead{
        max-width: 780px;
        margin: 12px auto 0;
        color: var(--rtx-muted);
        font-size: 17px;
    }#ap-aggregate .rtx-section{
        padding: 84px 0;
    }#ap-aggregate .rtx-section--soft{
        background: var(--rtx-soft);
    }#ap-aggregate .rtx-section-head{
        max-width: 780px;
        margin: 0 auto 38px;
        text-align: center;
    }#ap-aggregate .rtx-btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 13px 26px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
        border: 1px solid transparent;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
    }#ap-aggregate .rtx-btn--primary{
        background: var(--rtx-blue);
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(37, 99, 235, .25);
    }#ap-aggregate .rtx-btn--primary:hover{
        background: var(--rtx-blue-dark);
    }#ap-aggregate .rtx-btn--ghost{
        background: transparent;
        border-color: rgba(255, 255, 255, .65);
        color: #ffffff;
    }#ap-aggregate .rtx-btn--ghost:hover{
        background: rgba(255, 255, 255, .12);
    }#ap-aggregate .rtx-btn--dark{
        background: var(--rtx-navy);
        color: #fff;
    }#ap-aggregate .rtx-btn--dark:hover{
        background: #1c2a44;
    }#ap-aggregate /* ===== Hero ===== */
    .rtx-hero{
        background: radial-gradient(circle at 82% 12%, rgba(37, 99, 235, .22), transparent 32%), linear-gradient(135deg, #0b1322 0%, #151f35 62%, #1c2a44 100%);
        color: #ffffff;
        padding: 74px 0 0;
    }#ap-aggregate .rtx-hero-grid{
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
        gap: 56px;
        align-items: center;
    }#ap-aggregate .rtx-hero h1{
        margin-bottom: 22px;
        color: #fff;
    }#ap-aggregate .rtx-hero-intro{
        font-size: 18px;
        line-height: 1.7;
        color: #d6deeb;
        max-width: 640px;
    }#ap-aggregate .rtx-hero-intro a{
        color: #fff;
        text-decoration-color: rgba(255, 255, 255, .6);
        text-underline-offset: 4px;
    }#ap-aggregate .rtx-hero-intro strong{
        font-weight: 800;
    }#ap-aggregate .rtx-hero-media{
        position: relative;
    }#ap-aggregate .rtx-hero-media img{
        border-radius: 18px;
        box-shadow: 0 30px 70px rgba(2, 8, 23, .45);
    }#ap-aggregate .rtx-actions{
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 30px;
    }#ap-aggregate .rtx-hero-stats{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1px;
        margin: 74px 0 0;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 16px 16px 0 0;
        overflow: hidden;
    }#ap-aggregate .rtx-hero-stat{
        background: rgba(11, 19, 34, .65);
        padding: 20px 22px;
        text-align: center;
    }#ap-aggregate .rtx-hero-stat strong{
        display: block;
        font-size: 24px;
        letter-spacing: -0.01em;
        font-weight: 800;
    }#ap-aggregate .rtx-hero-stat span{
        font-size: 13px;
        color: #9fb0c5;
        text-transform: uppercase;
        letter-spacing: .08em;
    }#ap-aggregate .rtx-price-cut{
        color: var(--rtx-gold);
    }#ap-aggregate /* ===== Shared spec chips ===== */
    .rtx-spec-strip{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
        margin-top: 38px;
    }#ap-aggregate .rtx-spec-chip{
        padding: 18px 12px;
        border: 1px solid var(--rtx-line);
        border-radius: 12px;
        background: #fff;
        text-align: center;
        font-size: 13px;
        color: var(--rtx-muted);
        line-height: 1.45;
        box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
    }#ap-aggregate .rtx-spec-chip strong{
        display: block;
        color: var(--rtx-ink);
        font-size: 14px;
        margin-bottom: 3px;
    }#ap-aggregate /* ===== Variant comparison module ===== */
    .rtx-choice-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 44px;
    }#ap-aggregate .rtx-choice-card{
        background: #fff;
        border: 1px solid var(--rtx-line);
        border-radius: 16px;
        padding: 26px;
        box-shadow: 0 4px 18px rgba(16, 24, 40, .05);
    }#ap-aggregate .rtx-choice-num{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: var(--rtx-blue);
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 16px;
    }#ap-aggregate .rtx-choice-card h3{
        margin-bottom: 10px;
    }#ap-aggregate .rtx-choice-card p{
        color: var(--rtx-muted);
        font-size: 15px;
        margin-bottom: 16px;
    }#ap-aggregate .rtx-choice-card ul{
        padding-left: 0;
        list-style: none;
        margin-bottom: 4px;
    }#ap-aggregate .rtx-choice-card li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        font-size: 14px;
        color: var(--rtx-ink);
    }#ap-aggregate .rtx-choice-card li::before{
        content: "";
        position: absolute;
        left: 2px;
        top: 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--rtx-blue);
    }#ap-aggregate .rtx-goodfor{
        margin-top: 14px;
        border-top: 1px dashed var(--rtx-line);
        padding-top: 12px;
        font-size: 13px;
        color: var(--rtx-muted);
    }#ap-aggregate .rtx-goodfor strong{
        color: var(--rtx-ink);
    }#ap-aggregate .rtx-detail-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 38px;
    }#ap-aggregate .rtx-detail-card{
        border: 1px solid var(--rtx-line);
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
    }#ap-aggregate .rtx-detail-card img{
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }#ap-aggregate .rtx-detail-body{
        padding: 22px 22px 26px;
    }#ap-aggregate .rtx-detail-body h3{
        font-size: 18px;
        margin-bottom: 8px;
    }#ap-aggregate .rtx-detail-body p{
        color: var(--rtx-muted);
        font-size: 14.5px;
        margin-bottom: 12px;
    }#ap-aggregate .rtx-detail-body .rtx-more{
        font-size: 14px;
        font-weight: 700;
        color: var(--rtx-blue);
    }#ap-aggregate /* ===== Color facet ===== */
    .rtx-color-facet{
        margin-top: 18px;
    }#ap-aggregate .rtx-color-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }#ap-aggregate .rtx-color-card{
        border: 1px solid var(--rtx-line);
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        text-align: center;
        padding-bottom: 16px;
        box-shadow: 0 4px 16px rgba(16, 24, 40, .05);
    }#ap-aggregate .rtx-color-card img{
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }#ap-aggregate .rtx-color-card strong{
        display: block;
        margin-top: 12px;
        font-size: 15px;
    }#ap-aggregate .rtx-color-card span{
        display: block;
        margin-top: 3px;
        font-size: 13px;
        color: var(--rtx-muted);
    }#ap-aggregate /* ===== Persona cards ===== */
    .rtx-persona-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 44px;
    }#ap-aggregate .rtx-persona-card{
        position: relative;
        background: #fff;
        border: 1px solid var(--rtx-line);
        border-top: 5px solid var(--rtx-blue);
        border-radius: 18px;
        padding: 30px 26px;
        box-shadow: 0 8px 28px rgba(16, 24, 40, .06);
        display: flex;
        flex-direction: column;
    }#ap-aggregate .rtx-persona-tag{
        display: inline-block;
        align-self: flex-start;
        background: #eaf1fe;
        color: var(--rtx-blue-dark);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 6px 12px;
        margin-bottom: 18px;
    }#ap-aggregate .rtx-persona-card h3{
        font-size: 22px;
        margin-bottom: 8px;
    }#ap-aggregate .rtx-persona-pick{
        background: var(--rtx-navy);
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .05em;
        padding: 9px 14px;
        border-radius: 8px;
        align-self: flex-start;
        margin: 12px 0 16px;
    }#ap-aggregate .rtx-persona-card ul{
        list-style: none;
        padding-left: 0;
        margin: 0 0 20px;
        flex: 1;
    }#ap-aggregate .rtx-persona-card li{
        font-size: 14.5px;
        padding-left: 22px;
        position: relative;
        margin-bottom: 10px;
        color: #374151;
    }#ap-aggregate .rtx-persona-card li::before{
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        color: var(--rtx-blue);
        font-weight: 800;
        font-size: 14px;
    }#ap-aggregate .rtx-persona-card a.rtx-card-link{
        display: inline-block;
        font-weight: 800;
        font-size: 15px;
        color: var(--rtx-blue);
        text-decoration: none;
    }#ap-aggregate .rtx-persona-card a.rtx-card-link:hover{
        text-decoration: underline;
    }#ap-aggregate /* ===== Testing stepper ===== */
    .rtx-steps-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 44px;
    }#ap-aggregate .rtx-step{
        border: 1px solid var(--rtx-line);
        background: #fff;
        border-radius: 14px;
        padding: 22px;
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }#ap-aggregate .rtx-step-num{
        background: var(--rtx-navy);
        color: #fff;
        font-weight: 800;
        border-radius: 8px;
        padding: 9px 12px;
        font-size: 14px;
        white-space: nowrap;
    }#ap-aggregate .rtx-step h3{
        font-size: 16px;
        margin-bottom: 4px;
    }#ap-aggregate .rtx-step p{
        color: var(--rtx-muted);
        font-size: 13.5px;
        margin-bottom: 0;
    }#ap-aggregate /* ===== Featured / spotlight ===== */
    .rtx-spotlight{
        background: linear-gradient(135deg, #0e1726 0%, #1b2944 100%);
        color: #fff;
        border-radius: 24px;
        overflow: hidden;
    }#ap-aggregate .rtx-spotlight-grid{
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
        gap: 36px;
        align-items: center;
        padding: 46px;
    }#ap-aggregate .rtx-spotlight h2{
        color: #fff;
        margin-bottom: 12px;
    }#ap-aggregate .rtx-spotlight p{
        color: #c6d1e0;
    }#ap-aggregate .rtx-spotlight-list{
        list-style: none;
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 22px;
        margin: 20px 0 24px;
    }#ap-aggregate .rtx-spotlight-list li{
        position: relative;
        padding-left: 22px;
        font-size: 15px;
        color: #fff;
    }#ap-aggregate .rtx-spotlight-list li:before{
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        color: var(--rtx-gold);
        font-weight: 800;
    }#ap-aggregate .rtx-price-card{
        background: #fff;
        color: var(--rtx-ink);
        border-radius: 18px;
        padding: 28px;
        box-shadow: 0 20px 50px rgba(2, 8, 23, .25);
    }#ap-aggregate .rtx-price-card .rtx-price-big{
        font-size: 40px;
        font-weight: 900;
        letter-spacing: -0.02em;
    }#ap-aggregate .rtx-price-card .rtx-price-old{
        color: #9aa3b2;
        text-decoration: line-through;
        font-size: 18px;
        font-weight: 600;
    }#ap-aggregate .rtx-price-row{
        display: flex;
        align-items: baseline;
        gap: 10px;
        margin: 4px 0 6px;
    }#ap-aggregate .rtx-rating{
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 14px 0;
        color: #111827;
        font-weight: 700;
        font-size: 15px;
    }#ap-aggregate .rtx-rating .rtx-stars{
        color: var(--rtx-gold);
        letter-spacing: 2px;
    }#ap-aggregate .rtx-meta-line{
        font-size: 13.5px;
        color: var(--rtx-muted);
        border-top: 1px dashed var(--rtx-line);
        padding-top: 12px;
        margin-top: 14px;
    }#ap-aggregate .rtx-price-card .rtx-buy-actions{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 18px;
    }#ap-aggregate /* ===== Bulk / quote ===== */
    .rtx-quote{
        display: grid;
        grid-template-columns: 1.2fr .8fr;
        gap: 28px;
        align-items: center;
        background: #eaf1fe;
        border: 1px solid #d4e2fd;
        border-radius: 20px;
        padding: 34px 38px;
    }#ap-aggregate .rtx-quote h3{
        font-size: 24px;
        margin-bottom: 8px;
    }#ap-aggregate .rtx-quote p{
        color: #41506b;
        margin-bottom: 0;
    }#ap-aggregate .rtx-quote .rtx-quote-actions{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px;
    }#ap-aggregate /* ===== Compare / product cards ===== */
    .rtx-mod-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 44px;
    }#ap-aggregate .rtx-mod-card{
        background: #fff;
        border: 1px solid var(--rtx-line);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(16, 24, 40, .05);
        transition: transform .2s ease, box-shadow .2s ease;
    }#ap-aggregate .rtx-mod-card:hover{
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(16, 24, 40, .12);
    }#ap-aggregate .rtx-mod-card a{
        display: block;
        text-decoration: none;
    }#ap-aggregate .rtx-mod-card img{
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        background: #f5f7fa;
    }#ap-aggregate .rtx-mod-body{
        padding: 22px;
    }#ap-aggregate .rtx-mod-body h3{
        font-size: 19px;
        margin-bottom: 6px;
    }#ap-aggregate .rtx-mod-body p{
        color: var(--rtx-muted);
        font-size: 14px;
        margin-bottom: 14px;
    }#ap-aggregate .rtx-mod-link{
        font-size: 14px;
        color: var(--rtx-blue);
        font-weight: 800;
    }#ap-aggregate /* ===== FAQ ===== */
    .rtx-faq-list{
        max-width: 830px;
        margin: 0 auto;
    }#ap-aggregate .rtx-faq-item{
        border: 1px solid var(--rtx-line);
        border-radius: 14px;
        background: #fff;
        margin-bottom: 12px;
        overflow: hidden;
    }#ap-aggregate .rtx-faq-item summary{
        cursor: pointer;
        padding: 20px 26px;
        list-style: none;
        font-size: 17px;
        font-weight: 700;
        position: relative;
        padding-right: 56px;
    }#ap-aggregate .rtx-faq-item summary::-webkit-details-marker{
        display: none;
    }#ap-aggregate .rtx-faq-item summary::after{
        content: "+";
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 26px;
        font-weight: 400;
        color: var(--rtx-blue);
        line-height: 1;
    }#ap-aggregate .rtx-faq-item[open] summary::after{
        content: "–";
    }#ap-aggregate .rtx-faq-body{
        padding: 0 26px 22px;
        color: var(--rtx-muted);
        font-size: 15px;
    }

    /* ===== Responsive ===== */
    @media (max-width: 1020px) {#ap-aggregate .rtx-hero-grid, #ap-aggregate .rtx-spotlight-grid, #ap-aggregate .rtx-quote{
            grid-template-columns: 1fr;
        }#ap-aggregate .rtx-spotlight-grid{
            padding: 32px;
        }#ap-aggregate .rtx-quote .rtx-quote-actions{
            justify-content: flex-start;
        }#ap-aggregate .rtx-choice-grid, #ap-aggregate .rtx-detail-grid, #ap-aggregate .rtx-persona-grid, #ap-aggregate .rtx-steps-grid, #ap-aggregate .rtx-mod-grid{
            grid-template-columns: repeat(2, 1fr);
        }#ap-aggregate .rtx-spec-strip{
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (max-width: 720px) {#ap-aggregate .rtx-section{
            padding: 58px 0;
        }#ap-aggregate .rtx-hero{
            padding-top: 46px;
        }#ap-aggregate .rtx-hero-grid{
            gap: 34px;
        }#ap-aggregate .rtx-hero-stats{
            grid-template-columns: repeat(2, 1fr);
            margin-top: 46px;
        }#ap-aggregate .rtx-choice-grid, #ap-aggregate .rtx-detail-grid, #ap-aggregate .rtx-persona-grid, #ap-aggregate .rtx-steps-grid, #ap-aggregate .rtx-mod-grid, #ap-aggregate .rtx-color-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .rtx-spec-strip{
            grid-template-columns: repeat(2, 1fr);
        }#ap-aggregate .rtx-price-card{
            padding: 22px;
        }#ap-aggregate .rtx-spotlight-list{
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 480px) {#ap-aggregate .rtx-container{
            width: min(100% - 28px, 1160px);
        }#ap-aggregate .rtx-hero-stats{
            grid-template-columns: 1fr 1fr;
        }#ap-aggregate .rtx-actions .rtx-btn{
            width: 100%;
        }
    }
