#ap-aggregate-page{
      --ap-ink: #16181b;
      --ap-muted: #5d646c;
      --ap-line: #e2e5e9;
      --ap-soft: #f5f6f8;
      --ap-red: #c8102e;
      --ap-red-dark: #9c0c24;
      --ap-carbon: #22262b;
      --ap-paper: #ffffff;
      box-sizing: border-box;
      color: var(--ap-ink);
      background: var(--ap-paper);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.65;
      overflow: hidden;
    }#ap-aggregate-page *, #ap-aggregate-page *::before, #ap-aggregate-page *::after{ box-sizing: border-box; }#ap-aggregate-page img{ display: block; max-width: 100%; height: auto; }#ap-aggregate-page p{ margin-top: 0; }#ap-aggregate-page h1, #ap-aggregate-page h2, #ap-aggregate-page h3{ margin-top: 0; font-weight: 800; letter-spacing: -0.01em; }#ap-aggregate-page h1{ font-size: 46px; line-height: 1.3; margin-bottom: 20px; }#ap-aggregate-page h2{ font-size: 32px; line-height: 1.26; margin-bottom: 14px; }#ap-aggregate-page h3{ font-size: 19px; line-height: 1.34; margin-bottom: 8px; font-weight: 700; }#ap-aggregate-page a{ color: inherit; }#ap-aggregate .ap-shell{ width: min(1140px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-muted{ color: var(--ap-muted); }#ap-aggregate .ap-btn{
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 12px 22px;
      border: 1px solid var(--ap-ink);
      border-radius: 4px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }#ap-aggregate .ap-btn-primary{ color: #fff; background: var(--ap-red); border-color: var(--ap-red); }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-red-dark); border-color: var(--ap-red-dark); }#ap-aggregate .ap-btn-secondary{ color: var(--ap-ink); background: transparent; }#ap-aggregate .ap-btn-secondary:hover{ color: #fff; background: var(--ap-ink); }#ap-aggregate .ap-btn-light{ color: #fff; background: transparent; border-color: rgba(255,255,255,.6); }#ap-aggregate .ap-btn-light:hover{ background: #fff; color: var(--ap-ink); border-color: #fff; }#ap-aggregate 
    .ap-hero{ padding: 58px 0 62px; background: var(--ap-paper); border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
      align-items: center;
      gap: 58px;
    }#ap-aggregate .ap-lede{ max-width: 640px; font-size: 17.5px; color: #33383e; }#ap-aggregate .ap-lede a{ color: var(--ap-red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media::after{
      content: "";
      position: absolute;
      left: -14px;
      bottom: -14px;
      width: 34%;
      height: 34%;
      border-left: 6px solid var(--ap-red);
      border-bottom: 6px solid var(--ap-red);
      z-index: 0;
    }#ap-aggregate .ap-hero-media img{
      position: relative;
      z-index: 1;
      width: 100%;
      max-height: 620px;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 20px 46px rgba(20,24,28,.16);
    }#ap-aggregate 
    .ap-section{ padding: 74px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-section-dark{ background: var(--ap-carbon); color: #f2f4f6; }#ap-aggregate .ap-section-dark h2, #ap-aggregate .ap-section-dark h3{ color: #fff; }#ap-aggregate .ap-section-dark .ap-muted{ color: #b6bec7; }#ap-aggregate .ap-head{ max-width: 780px; margin-bottom: 34px; }#ap-aggregate .ap-head-center{ margin-left: auto; margin-right: auto; text-align: center; }#ap-aggregate .ap-head p{ color: var(--ap-muted); font-size: 17px; margin-bottom: 0; }#ap-aggregate 
    .ap-router{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 34px;
    }#ap-aggregate .ap-router-item{
      display: block;
      padding: 18px 20px;
      border: 1px solid var(--ap-line);
      border-left: 4px solid var(--ap-red);
      border-radius: 4px;
      background: #fff;
      text-decoration: none;
      transition: box-shadow .2s ease, transform .2s ease;
    }#ap-aggregate .ap-router-item:hover{ box-shadow: 0 12px 26px rgba(20,24,28,.1); transform: translateY(-2px); }#ap-aggregate .ap-router-tag{
      display: block;
      margin-bottom: 6px;
      color: var(--ap-red);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }#ap-aggregate .ap-router-item strong{ display: block; font-size: 15.5px; margin-bottom: 3px; }#ap-aggregate .ap-router-item span.ap-router-note{ color: var(--ap-muted); font-size: 13.5px; }#ap-aggregate 
    .ap-table-wrap{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 6px; background: #fff; }#ap-aggregate .ap-table{ width: 100%; min-width: 760px; border-collapse: collapse; font-size: 15px; }#ap-aggregate .ap-table caption{ caption-side: top; padding: 16px 18px 0; text-align: left; color: var(--ap-muted); font-size: 13.5px; }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{ padding: 15px 18px; border-bottom: 1px solid var(--ap-line); text-align: left; vertical-align: top; }#ap-aggregate .ap-table thead th{ background: var(--ap-carbon); color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }#ap-aggregate .ap-table tbody tr:last-child td{ border-bottom: none; }#ap-aggregate .ap-table tbody tr:nth-child(even){ background: #fafbfc; }#ap-aggregate .ap-table td strong{ font-weight: 700; }#ap-aggregate .ap-thumb-cell{ display: flex; align-items: center; gap: 12px; }#ap-aggregate .ap-thumb-cell img{ width: 44px; height: 44px; object-fit: cover; border-radius: 4px; flex: 0 0 auto; }#ap-aggregate .ap-thumb-cell a{ color: var(--ap-red); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }#ap-aggregate .ap-caveat{
      margin-top: 20px;
      padding: 20px 22px;
      border-left: 4px solid var(--ap-red);
      background: #fff;
    }#ap-aggregate .ap-caveat h3{ margin-bottom: 6px; font-size: 16px; }#ap-aggregate .ap-caveat p{ margin-bottom: 0; color: var(--ap-muted); font-size: 15px; }#ap-aggregate 
    .ap-split{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 52px;
      align-items: center;
    }#ap-aggregate .ap-split-media img{
      width: 100%;
      max-height: 540px;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 14px 34px rgba(20,24,28,.14);
    }#ap-aggregate .ap-split-copy p{ color: var(--ap-muted); font-size: 16px; }#ap-aggregate .ap-inline-link{ color: var(--ap-red); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate 
    .ap-cards{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }#ap-aggregate .ap-card{
      display: flex;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--ap-line);
      border-radius: 6px;
      background: #fff;
    }#ap-aggregate .ap-card h3{ margin-bottom: 8px; }#ap-aggregate .ap-card p{ margin-bottom: 12px; color: var(--ap-muted); font-size: 15px; }#ap-aggregate .ap-card ul{ margin: 0 0 12px; padding-left: 18px; color: var(--ap-muted); font-size: 15px; }#ap-aggregate .ap-card li{ margin-bottom: 6px; }#ap-aggregate .ap-card-tag{
      display: inline-block;
      align-self: flex-start;
      margin-bottom: 12px;
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--ap-soft);
      color: var(--ap-ink);
      font-size: 11.5px;
      font-weight: 800;
      letter-spacing: .07em;
      text-transform: uppercase;
    }#ap-aggregate .ap-card-foot{ margin-top: auto; font-size: 14px; color: var(--ap-ink); font-weight: 700; }#ap-aggregate 
    .ap-checklist{ display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }#ap-aggregate .ap-checklist li{
      padding: 16px 18px;
      border-left: 3px solid var(--ap-red);
      background: #fff;
      border-radius: 0 4px 4px 0;
      font-size: 15px;
      color: var(--ap-muted);
    }#ap-aggregate .ap-checklist strong{ display: block; color: var(--ap-ink); font-size: 15.5px; margin-bottom: 3px; }#ap-aggregate 
    .ap-matrix{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-matrix-card{
      display: flex;
      flex-direction: column;
      border: 1px solid var(--ap-line);
      border-radius: 6px;
      background: #fff;
      overflow: hidden;
      text-decoration: none;
      transition: box-shadow .2s ease, transform .2s ease;
    }#ap-aggregate .ap-matrix-card:hover{ box-shadow: 0 16px 34px rgba(20,24,28,.13); transform: translateY(-3px); }#ap-aggregate .ap-matrix-card img{ width: 100%; height: 224px; object-fit: cover; }#ap-aggregate .ap-matrix-body{ padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1 1 auto; }#ap-aggregate .ap-matrix-body h3{ font-size: 17px; line-height: 1.36; margin-bottom: 8px; }#ap-aggregate .ap-matrix-body p{ color: var(--ap-muted); font-size: 14.5px; margin-bottom: 14px; }#ap-aggregate .ap-matrix-cta{ margin-top: auto; color: var(--ap-red); font-size: 14px; font-weight: 800; }#ap-aggregate 
    .ap-rfq{
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 40px;
      align-items: center;
    }#ap-aggregate .ap-rfq-actions{ display: flex; flex-wrap: wrap; gap: 12px; }#ap-aggregate 
    .ap-faq{ display: grid; gap: 14px; }

    @media (max-width: 980px) {#ap-aggregate-page h1{ font-size: 38px; }#ap-aggregate-page h2{ font-size: 27px; }#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-split, #ap-aggregate .ap-rfq{ grid-template-columns: minmax(0, 1fr); gap: 34px; }#ap-aggregate .ap-hero-media::after{ display: none; }#ap-aggregate .ap-router, #ap-aggregate .ap-cards, #ap-aggregate .ap-matrix{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ap-section{ padding: 56px 0; }#ap-aggregate .ap-matrix-card img{ height: 260px; }
    }
    @media (max-width: 560px) {#ap-aggregate-page{ font-size: 15.5px; }#ap-aggregate-page h1{ font-size: 30px; }#ap-aggregate-page h2{ font-size: 23px; }#ap-aggregate .ap-shell{ width: calc(100% - 32px); }#ap-aggregate .ap-hero{ padding: 40px 0 46px; }#ap-aggregate .ap-btn{ width: 100%; }#ap-aggregate .ap-actions, #ap-aggregate .ap-rfq-actions{ flex-direction: column; }#ap-aggregate .ap-matrix-card img{ height: 210px; }
    }
  