#ap-aggregate .ap-vendor-page{
        --ap-ink: #102b40;
        --ap-muted: #536b7e;
        --ap-soft: #f3f7fb;
        --ap-line: #dbe5ee;
        --ap-brand: #0a6fa8;
        --ap-brand-dark: #07507a;
        --ap-accent: #0e9a94;
        --ap-dark: #092c44;
        --ap-card: #ffffff;
        width: 100%;
        background: var(--ap-card);
        color: var(--ap-ink);
        font-family: "Segoe UI", system-ui, -apple-system, Arial, Helvetica, sans-serif;
        line-height: 1.65;
    }#ap-aggregate .ap-vendor-page *{ box-sizing: border-box; }#ap-aggregate .ap-vendor-page img{ display: block; max-width: 100%; border: 0; }#ap-aggregate .ap-vendor-page a{ color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate .ap-shell{ width: min(1180px, calc(100% - 48px)); margin: 0 auto; }#ap-aggregate .ap-section{ padding: 74px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-section-dark{ background: var(--ap-dark); color: #eaf2f8; }#ap-aggregate .ap-center-head{ max-width: 780px; margin: 0 auto 44px; text-align: center; }#ap-aggregate .ap-center-head .ap-lede{ margin: 0 auto; max-width: 680px; color: var(--ap-muted); font-size: 18px; }#ap-aggregate .ap-vendor-page h1, #ap-aggregate .ap-vendor-page h2, #ap-aggregate .ap-vendor-page h3{ margin-top: 0; }#ap-aggregate .ap-vendor-page h1{ line-height: 1.29; font-size: clamp(34px, 4.8vw, 51px); letter-spacing: -0.02em; }#ap-aggregate .ap-vendor-page h2{ line-height: 1.25; font-size: clamp(27px, 3.6vw, 37px); letter-spacing: -0.015em; }#ap-aggregate .ap-vendor-page h3{ line-height: 1.38; font-size: 19px; }#ap-aggregate .ap-vendor-page p{ margin-top: 0; }#ap-aggregate .ap-btn{
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        padding: 12px 22px;
        border-radius: 7px;
        border: 1px solid transparent;
        font-weight: 800;
        text-decoration: none;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
        cursor: pointer;
        line-height: 1.2;
        text-align: center;
    }#ap-aggregate .ap-btn-primary{ background: var(--ap-brand); color: #fff; }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-brand-dark); color: #fff; transform: translateY(-1px); }#ap-aggregate .ap-btn-outline{ border-color: #b9cad7; background: transparent; color: var(--ap-ink); }#ap-aggregate .ap-btn-outline:hover{ border-color: var(--ap-brand); background: var(--ap-brand); color: #fff; }#ap-aggregate .ap-btn-light{ background: #fff; color: var(--ap-dark); }#ap-aggregate .ap-btn-light:hover{ background: var(--ap-accent); color: #fff; transform: translateY(-1px); }#ap-aggregate .ap-btn-outline-light{ border-color: rgba(255,255,255,.65); color: #eaf2f8; }#ap-aggregate .ap-btn-outline-light:hover{ border-color: #fff; background: #fff; color: var(--ap-dark); }#ap-aggregate /* Hero */
    .ap-hero{ padding: 76px 0 82px; background: #fff; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 58px; align-items: center; }#ap-aggregate .ap-hero-copy{ max-width: 680px; }#ap-aggregate .ap-hero-intro{ font-size: 18px; color: var(--ap-muted); line-height: 1.75; margin: 0 0 24px; }#ap-aggregate .ap-hero-intro a{ color: var(--ap-brand); text-decoration: underline; }#ap-aggregate .ap-hero-intro a strong{ font-weight: 800; }#ap-aggregate .ap-hero-meta{ display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 28px; padding: 12px 0; border-top: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--ap-brand); }#ap-aggregate .ap-action-row{ display: flex; flex-wrap: wrap; gap: 14px; }#ap-aggregate .ap-hero-visual{ position: relative; }#ap-aggregate .ap-hero-visual::after{ content: ""; position: absolute; right: -12px; bottom: -12px; width: 32%; height: 32%; border-radius: 0 0 20px 0; border-right: 7px solid var(--ap-accent); border-bottom: 7px solid var(--ap-accent); z-index: 0; pointer-events: none; }#ap-aggregate .ap-hero-visual img{ position: relative; z-index: 1; width: 100%; height: auto; border-radius: 18px; box-shadow: 0 22px 55px rgba(8, 44, 67, .16); }#ap-aggregate /* Cost cards */
    .ap-section-header{ max-width: 740px; margin-bottom: 36px; }#ap-aggregate .ap-cost-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-cost-card{ background: #fff; border: 1px solid var(--ap-line); border-top: 4px solid var(--ap-accent); border-radius: 12px; padding: 24px; box-shadow: 0 10px 25px rgba(8, 44, 67, .06); }#ap-aggregate .ap-cost-card-num{ display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; margin-bottom: 16px; background: var(--ap-soft); border-radius: 999px; color: var(--ap-brand); font-size: 13px; font-weight: 800; }#ap-aggregate .ap-cost-card h3{ margin-bottom: 10px; }#ap-aggregate .ap-cost-card p{ margin-bottom: 0; color: var(--ap-muted); font-size: 15px; }#ap-aggregate /* Scorecard (neutral RFP) */
    .ap-score-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-score-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 14px; padding: 26px 24px 22px; box-shadow: 0 8px 22px rgba(8, 44, 67, .05); }#ap-aggregate .ap-score-num{ display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: 16px; border-radius: 50%; background: var(--ap-brand); color: #fff; font-weight: 800; font-size: 17px; }#ap-aggregate .ap-score-card h3{ margin-bottom: 12px; }#ap-aggregate .ap-score-card p{ color: var(--ap-muted); font-size: 15px; margin-bottom: 10px; }#ap-aggregate .ap-ask-label{ font-weight: 800; color: var(--ap-ink); }#ap-aggregate .ap-check-list{ list-style: none; margin: 10px 0 0; padding: 0; }#ap-aggregate .ap-check-list li{ position: relative; padding-left: 20px; margin-bottom: 8px; color: var(--ap-muted); font-size: 14px; }#ap-aggregate .ap-check-list li::before{ content: "›"; position: absolute; left: 2px; color: var(--ap-accent); font-weight: 800; font-size: 18px; line-height: 1.1; }#ap-aggregate /* PM50 evidence */
    .ap-evidence-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-evidence-card{ display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ap-line); border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(8, 44, 67, .08); }#ap-aggregate .ap-evidence-card img{ width: 100%; height: 215px; object-fit: cover; }#ap-aggregate .ap-evidence-body{ padding: 24px; flex: 1; }#ap-aggregate .ap-evidence-body h3{ margin-bottom: 12px; }#ap-aggregate .ap-evidence-body p{ color: var(--ap-muted); font-size: 15px; margin-bottom: 0; }#ap-aggregate .ap-scoreboard{ margin-top: 36px; border: 1px solid var(--ap-line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(8, 44, 67, .06); }#ap-aggregate .ap-mini-table{ width: 100%; border-collapse: collapse; background: #fff; font-size: 15px; }#ap-aggregate .ap-mini-table th, #ap-aggregate .ap-mini-table td{ text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--ap-line); vertical-align: top; }#ap-aggregate .ap-mini-table th{ background: var(--ap-soft); color: var(--ap-ink); font-weight: 800; width: 26%; }#ap-aggregate .ap-mini-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-mini-table td{ color: var(--ap-muted); }#ap-aggregate .ap-mini-table td strong{ color: var(--ap-ink); }#ap-aggregate /* Product matrix / scenario-to-spec */
    .ap-matrix-grid{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-product-card{ display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ap-line); border-radius: 16px; overflow: hidden; text-decoration: none; box-shadow: 0 10px 24px rgba(8, 44, 67, .06); transition: box-shadow .2s ease, transform .2s ease; }#ap-aggregate .ap-product-card:hover{ box-shadow: 0 18px 40px rgba(8, 44, 67, .14); transform: translateY(-3px); }#ap-aggregate .ap-product-card img{ width: 100%; height: 180px; object-fit: contain; background: #fff; padding: 18px; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-product-body{ display: flex; flex: 1; flex-direction: column; padding: 20px; }#ap-aggregate .ap-product-tag{ display: inline-block; align-self: flex-start; margin-bottom: 12px; padding: 5px 10px; border-radius: 999px; background: #e7f2fa; color: var(--ap-brand); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }#ap-aggregate .ap-product-body h3{ margin-bottom: 8px; font-size: 17px; line-height: 1.4; }#ap-aggregate .ap-product-body p{ color: var(--ap-muted); font-size: 14px; margin-bottom: 14px; flex: 1; }#ap-aggregate .ap-text-link{ color: var(--ap-brand); font-weight: 800; font-size: 14px; text-decoration: underline; }#ap-aggregate /* Manufacturer / B2B quote module */
    .ap-b2b-grid{ display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 54px; align-items: center; }#ap-aggregate .ap-b2b-list{ list-style: none; margin: 22px 0 30px; padding: 0; }#ap-aggregate .ap-b2b-list li{ display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }#ap-aggregate .ap-b2b-list li::before{ content: "✓"; color: #66d6c9; font-weight: 900; margin-top: 0; flex-shrink: 0; }#ap-aggregate .ap-dark .ap-lede, #ap-aggregate .ap-b2b-copy .ap-lede{ color: rgba(234, 242, 248, .82); font-size: 18px; margin-bottom: 10px; }#ap-aggregate .ap-b2b-note{ border-left: 4px solid var(--ap-accent); background: rgba(255,255,255,.05); padding: 20px 22px; border-radius: 0 12px 12px 0; }#ap-aggregate /* FAQ */
    .ap-faq-wrap{ max-width: 820px; margin: 0 auto; }

    @media (max-width: 1020px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-b2b-grid{ grid-template-columns: 1fr; gap: 30px; }#ap-aggregate .ap-cost-grid, #ap-aggregate .ap-score-grid, #ap-aggregate .ap-evidence-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-matrix-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {#ap-aggregate .ap-shell{ width: min(100% - 28px, 1180px); }#ap-aggregate .ap-section{ padding: 54px 0; }#ap-aggregate .ap-cost-grid, #ap-aggregate .ap-score-grid, #ap-aggregate .ap-evidence-grid, #ap-aggregate .ap-matrix-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-hero{ padding: 48px 0 58px; }#ap-aggregate .ap-hero-visual::after{ display: none; }#ap-aggregate .ap-mini-table{ display: block; overflow-x: auto; white-space: nowrap; }#ap-aggregate .ap-mini-table th, #ap-aggregate .ap-mini-table td{ width: auto; white-space: normal; }
    }
