#ap-aggregate .ap-root{
      --ap-ink: #15242c;
      --ap-muted: #5d6f79;
      --ap-paper: #ffffff;
      --ap-soft: #f1f6f8;
      --ap-line: #dbe4e9;
      --ap-teal: #0e6d7d;
      --ap-teal-dark: #0a4d58;
      --ap-amber: #c8873c;
      --ap-navy: #0b2531;
      color: var(--ap-ink);
      background: var(--ap-paper);
      font-family: "Segoe UI", Arial, Helvetica, sans-serif;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }#ap-aggregate .ap-root *{ box-sizing: border-box; }#ap-aggregate .ap-root h1, #ap-aggregate .ap-root h2, #ap-aggregate .ap-root h3, #ap-aggregate .ap-root h4, #ap-aggregate .ap-root p, #ap-aggregate .ap-root ul, #ap-aggregate .ap-root li{ margin: 0; }#ap-aggregate .ap-root h1, #ap-aggregate .ap-root h2.ap-hero-title{ font-size: 46px; line-height: 1.3; font-weight: 800; letter-spacing: -.02em; }#ap-aggregate .ap-root h2{ font-size: 32px; line-height: 1.26; font-weight: 800; letter-spacing: -.01em; margin-bottom: 14px; }#ap-aggregate .ap-root h3{ font-size: 19px; line-height: 1.36; font-weight: 700; margin-bottom: 8px; }#ap-aggregate .ap-root h4{ font-size: 16px; line-height: 1.4; font-weight: 700; margin-bottom: 6px; }#ap-aggregate .ap-root a{ color: inherit; }#ap-aggregate .ap-root img{ display: block; max-width: 100%; height: auto; }#ap-aggregate .ap-root ul{ list-style: none; padding: 0; }#ap-aggregate .ap-wrap{ width: min(1140px, calc(100% - 36px)); 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-navy); color: #e8f1f4; }#ap-aggregate .ap-section-dark h2{ color: #ffffff; }#ap-aggregate .ap-kicker{
      display: inline-block;
      margin-bottom: 12px;
      color: var(--ap-amber);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }#ap-aggregate .ap-head{ max-width: 780px; margin-bottom: 34px; }#ap-aggregate .ap-head-center{ max-width: 760px; margin: 0 auto 34px; text-align: center; }#ap-aggregate .ap-lede{ color: var(--ap-muted); font-size: 17px; }#ap-aggregate .ap-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 24px;
      border: 1px solid var(--ap-navy);
      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{ background: var(--ap-teal); border-color: var(--ap-teal); color: #ffffff; }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-teal-dark); border-color: var(--ap-teal-dark); }#ap-aggregate .ap-btn-ghost{ background: transparent; color: var(--ap-navy); }#ap-aggregate .ap-btn-ghost:hover{ background: var(--ap-navy); color: #ffffff; }#ap-aggregate .ap-btn-light{ background: #ffffff; border-color: #ffffff; color: var(--ap-navy); }#ap-aggregate .ap-btn-light:hover{ background: var(--ap-amber); border-color: var(--ap-amber); color: #ffffff; }#ap-aggregate .ap-hero{ padding: 60px 0 64px; background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%); }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 56px; align-items: center; }#ap-aggregate .ap-hero h1, #ap-aggregate .ap-hero h2.ap-hero-title{ margin-bottom: 20px; }#ap-aggregate .ap-hero-lede{ color: #3f545e; font-size: 17.5px; max-width: 640px; }#ap-aggregate .ap-hero-lede a{ color: var(--ap-teal-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media::before{
      content: "";
      position: absolute;
      left: -16px;
      top: -16px;
      width: 40%;
      height: 40%;
      border-left: 6px solid var(--ap-amber);
      border-top: 6px solid var(--ap-amber);
      border-radius: 4px 0 0 0;
    }#ap-aggregate .ap-hero-media img{
      position: relative;
      width: 100%;
      max-height: 560px;
      object-fit: contain;
      background: #ffffff;
      border: 1px solid var(--ap-line);
      border-radius: 8px;
      padding: 18px;
      box-shadow: 0 18px 44px rgba(11,37,49,.12);
    }#ap-aggregate .ap-stats{ display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--ap-line); border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-stat{ padding: 26px 20px; border-right: 1px solid var(--ap-line); }#ap-aggregate .ap-stat:last-child{ border-right: none; }#ap-aggregate .ap-stat-num{ display: block; font-size: 30px; font-weight: 800; color: var(--ap-teal); line-height: 1.2; letter-spacing: -.02em; }#ap-aggregate .ap-stat-label{ display: block; margin-top: 6px; font-size: 13px; color: var(--ap-muted); line-height: 1.45; }#ap-aggregate .ap-family-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }#ap-aggregate .ap-card{
      background: #ffffff;
      border: 1px solid var(--ap-line);
      border-radius: 8px;
      padding: 28px;
      box-shadow: 0 8px 22px rgba(11,37,49,.05);
    }#ap-aggregate .ap-card h3{ color: var(--ap-navy); }#ap-aggregate .ap-chip-list{ display: grid; gap: 10px; margin: 18px 0 0; }#ap-aggregate .ap-chip{
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border: 1px solid var(--ap-line);
      border-radius: 6px;
      background: #fbfdfe;
      font-size: 14.5px;
    }#ap-aggregate .ap-chip-dot{ width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); }#ap-aggregate .ap-chip-no{ font-weight: 700; font-variant-numeric: tabular-nums; }#ap-aggregate .ap-chip-aperture{ color: var(--ap-muted); }#ap-aggregate .ap-chip-color{ margin-left: auto; color: var(--ap-muted); font-size: 13px; }#ap-aggregate .ap-dot-blue{ background: #3b6fc4; }#ap-aggregate .ap-dot-white{ background: #ffffff; }#ap-aggregate .ap-dot-yellow{ background: #e8c341; }#ap-aggregate .ap-dot-purple{ background: #8a63c2; }#ap-aggregate .ap-dot-orange{ background: #e08a3c; }#ap-aggregate .ap-dot-green{ background: #4aa06b; }#ap-aggregate .ap-family-note{ margin-top: 20px; padding: 14px 16px; border-left: 3px solid var(--ap-teal); background: #f4fafb; font-size: 14px; color: #3f545e; }#ap-aggregate .ap-inline-link{ color: var(--ap-teal-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate .ap-split{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }#ap-aggregate .ap-split-media img{
      width: 100%;
      max-height: 520px;
      object-fit: contain;
      background: #ffffff;
      border: 1px solid var(--ap-line);
      border-radius: 8px;
      padding: 16px;
      box-shadow: 0 12px 30px rgba(11,37,49,.09);
    }#ap-aggregate .ap-split-reverse .ap-split-media{ order: 2; }#ap-aggregate .ap-table-scroll{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 8px; background: #ffffff; }#ap-aggregate .ap-table{ width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{ padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--ap-line); vertical-align: top; }#ap-aggregate .ap-table thead th{ background: #f4fafb; color: var(--ap-navy); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }#ap-aggregate .ap-table tbody tr:last-child td{ border-bottom: none; }#ap-aggregate .ap-table td:first-child{ font-weight: 700; color: var(--ap-navy); width: 24%; }#ap-aggregate .ap-table td.ap-cell-note{ color: var(--ap-muted); }#ap-aggregate .ap-list{ display: grid; gap: 12px; }#ap-aggregate .ap-list li{ padding: 14px 16px; border-left: 3px solid var(--ap-amber); background: #ffffff; border-radius: 0 6px 6px 0; font-size: 15px; }#ap-aggregate .ap-list li span{ display: block; color: var(--ap-muted); font-size: 13.5px; margin-top: 3px; }#ap-aggregate .ap-scope-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-scope{ border-radius: 8px; padding: 26px; border: 1px solid var(--ap-line); background: #ffffff; }#ap-aggregate .ap-scope-custom{ border-top: 5px solid var(--ap-teal); }#ap-aggregate .ap-scope-fixed{ border-top: 5px solid var(--ap-amber); }#ap-aggregate .ap-scope ul{ display: grid; gap: 10px; margin-top: 14px; }#ap-aggregate .ap-scope li{ position: relative; padding-left: 22px; font-size: 15px; }#ap-aggregate .ap-scope li::before{ content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--ap-teal); }#ap-aggregate .ap-scope-fixed li::before{ background: var(--ap-amber); }#ap-aggregate .ap-scope-foot{ margin-top: 22px; padding: 18px 20px; border-radius: 8px; background: var(--ap-navy); color: #e8f1f4; font-size: 15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }#ap-aggregate .ap-steps{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-step{ position: relative; padding: 24px 24px 24px 22px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate .ap-step-num{ display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 12px; border-radius: 50%; background: var(--ap-teal); color: #ffffff; font-size: 15px; font-weight: 800; }#ap-aggregate .ap-step p{ color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-doc-grid{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }#ap-aggregate .ap-doc{ padding: 18px; border: 1px solid var(--ap-line); border-radius: 8px; background: #ffffff; font-size: 14.5px; font-weight: 700; color: var(--ap-navy); }#ap-aggregate .ap-doc span{ display: block; margin-top: 6px; font-weight: 400; color: var(--ap-muted); font-size: 13px; }#ap-aggregate .ap-contact-grid{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 42px; align-items: center; }#ap-aggregate .ap-contact-list{ display: grid; gap: 12px; margin-top: 22px; }#ap-aggregate .ap-contact-list li{ font-size: 15px; color: #cfe2e8; }#ap-aggregate .ap-contact-list a{ color: #ffffff; font-weight: 700; }#ap-aggregate .ap-contact-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#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; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }#ap-aggregate .ap-matrix-card:hover{ transform: translateY(-3px); box-shadow: 0 14px 30px rgba(11,37,49,.12); }#ap-aggregate .ap-matrix-media{ background: #f7fbfc; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-matrix-media img{ width: 100%; height: 230px; object-fit: contain; padding: 14px; }#ap-aggregate .ap-matrix-body{ padding: 20px; display: flex; flex-direction: column; flex: 1 1 auto; }#ap-aggregate .ap-matrix-body p{ color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-matrix-link{ margin-top: auto; padding-top: 14px; color: var(--ap-teal-dark); font-weight: 700; font-size: 14px; }#ap-aggregate .ap-faq{ display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }

@media (max-width: 1024px) {#ap-aggregate .ap-root h1, #ap-aggregate .ap-root h2.ap-hero-title{ font-size: 38px; }#ap-aggregate .ap-root h2{ font-size: 28px; }#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-split, #ap-aggregate .ap-contact-grid{ grid-template-columns: minmax(0, 1fr); gap: 34px; }#ap-aggregate .ap-split-reverse .ap-split-media{ order: 0; }#ap-aggregate .ap-stats{ grid-template-columns: repeat(3, minmax(0, 1fr)); }#ap-aggregate .ap-stat:nth-child(3){ border-right: none; }#ap-aggregate .ap-doc-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-matrix{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {#ap-aggregate .ap-section{ padding: 52px 0; }#ap-aggregate .ap-root h1, #ap-aggregate .ap-root h2.ap-hero-title{ font-size: 30px; }#ap-aggregate .ap-root h2{ font-size: 24px; }#ap-aggregate .ap-family-grid, #ap-aggregate .ap-scope-grid, #ap-aggregate .ap-steps, #ap-aggregate .ap-matrix, #ap-aggregate .ap-doc-grid{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ap-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-stat{ border-right: none; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-hero-actions .ap-btn, #ap-aggregate .ap-contact-actions .ap-btn{ width: 100%; }#ap-aggregate .ap-hero-media img{ max-height: 380px; }
}
