.ap-page{
      --ap-ink: #17211d;
      --ap-muted: #5c6a63;
      --ap-line: #dfe6e1;
      --ap-soft: #f4f8f6;
      --ap-teal: #0f6b5c;
      --ap-teal-dark: #0a4d42;
      --ap-accent: #c0562f;
      color: var(--ap-ink);
      background: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      font-size: 16px;
      overflow: hidden;
    }.ap-page *{ box-sizing: border-box; }.ap-page img{ display: block; width: 100%; height: auto; }.ap-page h1, .ap-page h2, .ap-page h3{ margin: 0 0 14px; color: var(--ap-ink); }.ap-page h1, .ap-page h2.ap-hero-title{ font-size: clamp(30px, 4.2vw, 46px); line-height: 1.32; }.ap-page h2{ font-size: clamp(24px, 3vw, 34px); line-height: 1.28; }.ap-page h3{ font-size: 19px; line-height: 1.35; }.ap-page p{ margin: 0 0 14px; }.ap-page a{ color: inherit; }#ap-aggregate .ap-shell{ width: min(1140px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-hero{ padding: 54px 0 50px; background: linear-gradient(180deg, #f3f8f6 0%, #ffffff 100%); border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); gap: 52px; align-items: center; }#ap-aggregate .ap-hero-intro{ font-size: 17px; color: var(--ap-muted); max-width: 640px; }#ap-aggregate .ap-hero-intro a{ color: var(--ap-teal-dark); text-decoration: underline; text-underline-offset: 3px; }#ap-aggregate .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }#ap-aggregate .ap-btn{ display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; 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 .ap-btn-primary{ background: var(--ap-teal); border-color: var(--ap-teal); color: #ffffff !important; }#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-ink) !important; }#ap-aggregate .ap-btn-ghost:hover{ background: var(--ap-ink); color: #ffffff !important; }#ap-aggregate .ap-hero-stats{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 32px 0 0; padding: 0; list-style: none; }#ap-aggregate .ap-hero-stats li{ border-top: 3px solid var(--ap-teal); padding-top: 10px; }#ap-aggregate .ap-stat-value{ display: block; font-size: 16px; font-weight: 700; }#ap-aggregate .ap-stat-label{ display: block; font-size: 13px; color: var(--ap-muted); }#ap-aggregate .ap-hero-media img{ border-radius: 8px; box-shadow: 0 18px 44px rgba(23,33,29,.14); }#ap-aggregate .ap-anchor{ position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-anchor-inner{ display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 12px 0; font-size: 14px; font-weight: 700; }#ap-aggregate .ap-anchor-title{ color: var(--ap-accent); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }#ap-aggregate .ap-anchor-inner a{ text-decoration: none; color: var(--ap-muted); }#ap-aggregate .ap-anchor-inner a:hover{ color: var(--ap-teal-dark); text-decoration: underline; }#ap-aggregate .ap-section{ padding: 66px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-head{ max-width: 780px; margin-bottom: 34px; }#ap-aggregate .ap-head p{ color: var(--ap-muted); }#ap-aggregate .ap-subhead{ margin-top: 44px; }#ap-aggregate .ap-note{ font-size: 14px; color: var(--ap-muted); margin-top: 16px; }#ap-aggregate .ap-split{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: start; }#ap-aggregate .ap-split-narrow{ grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }#ap-aggregate .ap-media-stack img{ border-radius: 8px; box-shadow: 0 12px 32px rgba(23,33,29,.1); }#ap-aggregate .ap-media-stack figcaption{ margin-top: 12px; font-size: 13px; color: var(--ap-muted); }#ap-aggregate .ap-wide-media{ margin: 36px 0 0; }#ap-aggregate .ap-wide-media img{ border-radius: 8px; max-height: 420px; object-fit: cover; box-shadow: 0 12px 32px rgba(23,33,29,.1); }#ap-aggregate .ap-check-list{ margin: 0 0 16px; padding: 0; list-style: none; display: grid; gap: 12px; }#ap-aggregate .ap-check-list li{ padding: 14px 16px; background: #ffffff; border-left: 3px solid var(--ap-teal); font-size: 15px; }#ap-aggregate .ap-section-soft .ap-check-list li{ background: #ffffff; }#ap-aggregate .ap-table-wrap{ 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: 680px; font-size: 15px; }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{ padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-table thead th{ background: #eef4f1; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; color: var(--ap-teal-dark); }#ap-aggregate .ap-table tbody tr:last-child td{ border-bottom: none; }#ap-aggregate .ap-table-tight{ min-width: 820px; font-size: 14px; }#ap-aggregate .ap-th-sub{ display: block; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ap-muted); }#ap-aggregate .ap-cards{ display: grid; gap: 22px; margin-top: 20px; }#ap-aggregate .ap-cards-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }#ap-aggregate .ap-card{ display: flex; flex-direction: column; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; }#ap-aggregate .ap-card img{ height: 230px; object-fit: cover; }#ap-aggregate .ap-card-body{ padding: 20px; display: flex; flex-direction: column; gap: 8px; }#ap-aggregate .ap-card-body h3{ font-size: 17px; margin-bottom: 0; }#ap-aggregate .ap-card-body p{ font-size: 14px; color: var(--ap-muted); margin-bottom: 0; }#ap-aggregate .ap-text-link{ font-size: 14px; font-weight: 700; color: var(--ap-teal-dark); text-decoration: underline; text-underline-offset: 3px; }#ap-aggregate .ap-example{ margin-top: 34px; padding: 24px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate .ap-example-list{ margin: 0; padding-left: 20px; display: grid; gap: 8px; font-size: 15px; }#ap-aggregate .ap-spec-list{ margin: 0 0 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; }#ap-aggregate .ap-spec-list > div{ display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-spec-list dt{ font-size: 13px; text-transform: uppercase; letter-spacing: .03em; color: var(--ap-muted); }#ap-aggregate .ap-spec-list dd{ margin: 0; font-weight: 700; font-size: 15px; text-align: right; }#ap-aggregate .ap-spec-actions{ display: flex; flex-wrap: wrap; gap: 12px; }#ap-aggregate .ap-decisions{ display: grid; gap: 16px; margin-top: 8px; }#ap-aggregate .ap-decision{ padding: 18px 20px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate .ap-decision h3{ font-size: 17px; margin-bottom: 6px; }#ap-aggregate .ap-decision p{ margin-bottom: 0; font-size: 15px; color: var(--ap-muted); }#ap-aggregate .ap-scenario-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }#ap-aggregate .ap-scenario{ padding: 22px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate .ap-scenario h3{ font-size: 17px; }#ap-aggregate .ap-scenario-fact{ font-size: 14px; color: var(--ap-muted); }#ap-aggregate .ap-scenario-decision{ font-size: 14px; margin-bottom: 0; }#ap-aggregate .ap-scenario-decision strong{ color: var(--ap-teal-dark); }#ap-aggregate .ap-steps{ margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 12px; }#ap-aggregate .ap-steps li{ display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; font-size: 15px; }#ap-aggregate .ap-step-no{ flex: 0 0 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ap-teal); color: #ffffff; font-size: 13px; font-weight: 700; }#ap-aggregate .ap-faq-cta{ margin-top: 34px; padding: 26px; background: #ffffff; border: 1px solid var(--ap-line); border-radius: 8px; text-align: center; }#ap-aggregate .ap-faq-cta p{ max-width: 640px; margin: 0 auto 18px; color: var(--ap-muted); }

    @media (max-width: 960px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-split, #ap-aggregate .ap-split-narrow{ grid-template-columns: minmax(0, 1fr); gap: 34px; }#ap-aggregate .ap-spec-list{ grid-template-columns: minmax(0, 1fr); }
    }
    @media (max-width: 620px) {#ap-aggregate .ap-section{ padding: 48px 0; }#ap-aggregate .ap-hero{ padding: 38px 0 40px; }#ap-aggregate .ap-shell{ width: calc(100% - 28px); }#ap-aggregate .ap-btn{ width: 100%; }#ap-aggregate .ap-anchor-inner{ gap: 12px; font-size: 13px; }#ap-aggregate .ap-spec-list dd{ text-align: left; }
    }
  