#ap-aggregate-page{
      --ap-ink: #12222c;
      --ap-muted: #5d6f78;
      --ap-soft: #f3f6f8;
      --ap-line: #dce4e9;
      --ap-teal: #0f6f7a;
      --ap-teal-dark: #0a4c54;
      --ap-amber: #c28a24;
      background: #ffffff;
      color: var(--ap-ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      overflow: hidden;
    }#ap-aggregate-page *{ box-sizing: border-box; }#ap-aggregate-page h1, #ap-aggregate-page h2, #ap-aggregate-page h3, #ap-aggregate-page p{ margin-top: 0; }#ap-aggregate-page h1{ font-size: 46px; line-height: 1.28; margin-bottom: 20px; }#ap-aggregate-page h2{ font-size: 32px; line-height: 1.24; margin-bottom: 14px; }#ap-aggregate-page h3{ font-size: 19px; line-height: 1.35; margin-bottom: 8px; }#ap-aggregate-page img{ display: block; max-width: 100%; height: auto; }#ap-aggregate-page a{ color: inherit; }#ap-aggregate-page .ap-shell{ width: min(1120px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate-page .ap-header{ border-bottom: 1px solid var(--ap-line); background: #ffffff; }#ap-aggregate-page .ap-nav{ display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; }#ap-aggregate-page .ap-brand{ font-size: 17px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }#ap-aggregate-page .ap-nav-links{ display: flex; gap: 22px; font-size: 14px; font-weight: 700; }#ap-aggregate-page .ap-nav-links a{ text-decoration: none; }#ap-aggregate-page .ap-nav-links a:hover{ color: var(--ap-teal); }#ap-aggregate-page .ap-hero{ padding: 56px 0 62px; background: #ffffff; }#ap-aggregate-page .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 60px; align-items: center; }#ap-aggregate-page .ap-hero-intro{ max-width: 640px; font-size: 17px; color: #35454e; }#ap-aggregate-page .ap-hero-intro a{ color: var(--ap-teal-dark); }#ap-aggregate-page .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }#ap-aggregate-page .ap-btn{ display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border-radius: 4px; border: 1px solid var(--ap-ink); font-size: 15px; font-weight: 700; text-decoration: none; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }#ap-aggregate-page .ap-btn-primary{ background: var(--ap-teal); border-color: var(--ap-teal); color: #ffffff; }#ap-aggregate-page .ap-btn-primary:hover{ background: var(--ap-teal-dark); border-color: var(--ap-teal-dark); }#ap-aggregate-page .ap-btn-ghost{ background: transparent; color: var(--ap-ink); }#ap-aggregate-page .ap-btn-ghost:hover{ background: var(--ap-ink); color: #ffffff; }#ap-aggregate-page .ap-hero-media{ position: relative; }#ap-aggregate-page .ap-hero-media::after{ content: ""; position: absolute; right: -12px; bottom: -12px; width: 32%; height: 34%; border-right: 6px solid var(--ap-amber); border-bottom: 6px solid var(--ap-amber); }#ap-aggregate-page .ap-hero-media img{ position: relative; z-index: 1; width: 100%; max-height: 520px; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 44px rgba(18, 34, 44, .14); }#ap-aggregate-page .ap-section{ padding: 74px 0; }#ap-aggregate-page .ap-soft{ background: var(--ap-soft); }#ap-aggregate-page .ap-head{ max-width: 760px; margin-bottom: 34px; }#ap-aggregate-page .ap-head p{ color: var(--ap-muted); font-size: 17px; margin-bottom: 0; }#ap-aggregate-page .ap-gates{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }#ap-aggregate-page .ap-gate{ padding: 20px 18px 18px; background: #ffffff; border-top: 4px solid var(--ap-teal); border-radius: 0 0 6px 6px; box-shadow: 0 8px 22px rgba(18, 34, 44, .06); }#ap-aggregate-page .ap-gate-num{ display: block; font-size: 12px; font-weight: 800; letter-spacing: .12em; color: var(--ap-amber); }#ap-aggregate-page .ap-gate h3{ margin: 8px 0 6px; font-size: 18px; }#ap-aggregate-page .ap-gate p{ color: var(--ap-muted); font-size: 14px; margin-bottom: 10px; }#ap-aggregate-page .ap-gate a{ font-size: 13px; font-weight: 700; color: var(--ap-teal-dark); }#ap-aggregate-page .ap-band{ margin-top: 28px; padding: 22px 26px; border: 1px dashed var(--ap-teal); border-radius: 10px; background: #ffffff; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 26px; align-items: center; }#ap-aggregate-page .ap-band h3{ margin-bottom: 0; color: var(--ap-teal-dark); }#ap-aggregate-page .ap-band p{ margin-bottom: 0; color: var(--ap-muted); font-size: 15px; }#ap-aggregate-page .ap-grid-2{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }#ap-aggregate-page .ap-card{ padding: 26px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate-page .ap-card h3{ color: var(--ap-teal-dark); }#ap-aggregate-page .ap-card p{ color: var(--ap-muted); font-size: 15px; }#ap-aggregate-page .ap-card p:last-child{ margin-bottom: 0; }#ap-aggregate-page .ap-tag{ display: inline-block; margin: 0 6px 6px 0; padding: 4px 10px; border: 1px solid var(--ap-line); border-radius: 999px; font-size: 12px; font-weight: 700; color: var(--ap-teal-dark); background: var(--ap-soft); text-transform: uppercase; letter-spacing: .05em; }#ap-aggregate-page .ap-card ul{ margin: 0 0 14px; padding-left: 18px; color: var(--ap-muted); font-size: 15px; }#ap-aggregate-page .ap-card li{ margin-bottom: 6px; }#ap-aggregate-page .ap-check{ display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: apc; }#ap-aggregate-page .ap-check li{ position: relative; padding: 14px 16px 14px 56px; background: #ffffff; border-left: 3px solid var(--ap-teal); border-radius: 0 6px 6px 0; font-size: 15px; }#ap-aggregate-page .ap-check li::before{ counter-increment: apc; content: counter(apc, decimal-leading-zero); position: absolute; left: 18px; top: 14px; font-size: 13px; font-weight: 800; color: var(--ap-amber); }#ap-aggregate-page .ap-check strong{ display: block; }#ap-aggregate-page .ap-check span{ color: var(--ap-muted); }#ap-aggregate-page .ap-flow{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }#ap-aggregate-page .ap-flow-item{ padding: 24px; background: #ffffff; border-top: 4px solid var(--ap-line); border-radius: 0 0 6px 6px; }#ap-aggregate-page .ap-flow-item:first-child{ border-top-color: var(--ap-amber); }#ap-aggregate-page .ap-flow-item:last-child{ border-top-color: var(--ap-teal); }#ap-aggregate-page .ap-flow-item h3{ margin-bottom: 10px; }#ap-aggregate-page .ap-flow-item p{ color: var(--ap-muted); font-size: 15px; }#ap-aggregate-page .ap-decision{ margin-bottom: 14px; }#ap-aggregate-page .ap-decision p{ font-weight: 700; color: var(--ap-ink); margin-bottom: 0; font-size: 15px; }#ap-aggregate-page .ap-table-wrap{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 8px; background: #ffffff; }#ap-aggregate-page .ap-table{ width: 100%; border-collapse: collapse; min-width: 760px; }#ap-aggregate-page .ap-table th{ text-align: left; padding: 14px 16px; background: var(--ap-ink); color: #ffffff; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }#ap-aggregate-page .ap-table td{ padding: 14px 16px; border-top: 1px solid var(--ap-line); font-size: 15px; color: #33444d; vertical-align: top; }#ap-aggregate-page .ap-table td:first-child{ font-weight: 700; color: var(--ap-ink); }#ap-aggregate-page .ap-note{ margin-top: 16px; padding: 16px 18px; background: rgba(15, 111, 122, .08); border-left: 4px solid var(--ap-teal); border-radius: 0 6px 6px 0; font-size: 15px; color: #33444d; }#ap-aggregate-page .ap-note p{ margin-bottom: 0; }#ap-aggregate-page .ap-spec-grid{ display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 46px; align-items: start; }#ap-aggregate-page .ap-spec-media img{ width: 100%; max-height: 560px; object-fit: cover; border-radius: 8px; box-shadow: 0 12px 32px rgba(18, 34, 44, .1); }#ap-aggregate-page .ap-spec-caption{ margin-top: 14px; padding: 16px 18px; border-left: 4px solid var(--ap-amber); background: #ffffff; font-size: 14px; color: var(--ap-muted); }#ap-aggregate-page .ap-facts{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }#ap-aggregate-page .ap-fact{ padding: 16px 18px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate-page .ap-fact strong{ display: block; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--ap-teal-dark); margin-bottom: 4px; }#ap-aggregate-page .ap-fact span{ font-size: 14px; color: var(--ap-muted); }#ap-aggregate-page .ap-matrix{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }#ap-aggregate-page .ap-matrix-card{ display: flex; flex-direction: column; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; }#ap-aggregate-page .ap-matrix-card img{ width: 100%; height: 220px; object-fit: cover; }#ap-aggregate-page .ap-matrix-body{ padding: 20px; display: flex; flex-direction: column; flex: 1; }#ap-aggregate-page .ap-matrix-body h3{ font-size: 17px; margin-bottom: 6px; }#ap-aggregate-page .ap-matrix-body p{ color: var(--ap-muted); font-size: 14px; flex: 1; }#ap-aggregate-page .ap-matrix-body a{ font-size: 14px; font-weight: 700; color: var(--ap-teal-dark); }#ap-aggregate-page .ap-start{ background: var(--ap-ink); color: #ffffff; }#ap-aggregate-page .ap-start .ap-head p{ color: #b9c6cd; }#ap-aggregate-page .ap-start-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }#ap-aggregate-page .ap-start-card{ padding: 26px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; }#ap-aggregate-page .ap-start-card h3{ color: #ffffff; }#ap-aggregate-page .ap-start-card p{ color: #b9c6cd; font-size: 15px; }#ap-aggregate-page .ap-start-card p:last-child{ margin-bottom: 0; }#ap-aggregate-page .ap-start-card a.ap-btn{ margin-top: 8px; }#ap-aggregate-page .ap-btn-light{ background: #ffffff; border-color: #ffffff; color: var(--ap-ink); }#ap-aggregate-page .ap-btn-light:hover{ background: var(--ap-amber); border-color: var(--ap-amber); color: #ffffff; }#ap-aggregate-page .ap-faq{ display: grid; gap: 16px; }
    @media (max-width: 960px) {#ap-aggregate-page h1{ font-size: 36px; }#ap-aggregate-page h2{ font-size: 27px; }#ap-aggregate-page .ap-hero-grid, #ap-aggregate-page .ap-spec-grid{ grid-template-columns: minmax(0, 1fr); gap: 34px; }#ap-aggregate-page .ap-gates{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate-page .ap-grid-2, #ap-aggregate-page .ap-flow, #ap-aggregate-page .ap-matrix, #ap-aggregate-page .ap-start-grid{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate-page .ap-band{ grid-template-columns: minmax(0, 1fr); gap: 10px; }#ap-aggregate-page .ap-hero-media img{ max-height: 420px; }
    }
    @media (max-width: 560px) {#ap-aggregate-page h1{ font-size: 30px; }#ap-aggregate-page h2{ font-size: 24px; }#ap-aggregate-page .ap-section{ padding: 54px 0; }#ap-aggregate-page .ap-gates, #ap-aggregate-page .ap-facts{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate-page .ap-nav-links{ gap: 14px; font-size: 13px; }#ap-aggregate-page .ap-btn{ width: 100%; }#ap-aggregate-page .ap-hero-media::after{ display: none; }
    }
  