.ap-page{
      --ap-ink: #16211c;
      --ap-muted: #5d6b64;
      --ap-paper: #ffffff;
      --ap-soft: #f3f6f3;
      --ap-line: #dde3de;
      --ap-green: #16624a;
      --ap-green-dark: #0f4735;
      --ap-lime: #bfe04a;
      --ap-amber: #d9a13a;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      color: var(--ap-ink);
      background: var(--ap-paper);
      line-height: 1.65;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
    }.ap-page *{ box-sizing: border-box; }.ap-page a{ color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }.ap-page img{ display: block; max-width: 100%; height: auto; }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page h4, .ap-page p, .ap-page ul, .ap-page ol{ margin-top: 0; }.ap-page h1{ font-size: clamp(30px, 4.6vw, 46px); line-height: 1.28; margin-bottom: 20px; letter-spacing: -.5px; }.ap-page h2{ font-size: clamp(25px, 3vw, 33px); line-height: 1.24; margin-bottom: 14px; letter-spacing: -.3px; }.ap-page h3{ font-size: 19px; line-height: 1.32; margin-bottom: 8px; }.ap-page p{ font-size: 16px; }#ap-aggregate .ap-shell{ width: min(1140px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate /* header */
    .ap-header{ border-bottom: 1px solid var(--ap-line); background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 30; }#ap-aggregate .ap-nav{ display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; }#ap-aggregate .ap-brand{ font-size: 16px; font-weight: 800; letter-spacing: -.2px; }#ap-aggregate .ap-nav-links{ display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; font-weight: 600; }#ap-aggregate .ap-nav-links a{ text-decoration: none; color: var(--ap-muted); }#ap-aggregate .ap-nav-links a:hover{ color: var(--ap-green-dark); }#ap-aggregate /* hero */
    .ap-hero{ padding: 56px 0 60px; background: #fff; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); gap: 56px; align-items: center; }#ap-aggregate .ap-hero-intro{ font-size: 17px; color: #26332c; max-width: 620px; }#ap-aggregate .ap-hero-intro a{ color: var(--ap-green-dark); }#ap-aggregate .ap-audience{ margin-top: 14px; color: var(--ap-muted); font-size: 14.5px; max-width: 600px; }#ap-aggregate .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#ap-aggregate .ap-btn{ display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; border: 1px solid var(--ap-ink); transition: background-color .2s ease, color .2s ease, border-color .2s ease; }#ap-aggregate .ap-btn-primary{ background: var(--ap-green); border-color: var(--ap-green); color: #fff !important; }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-green-dark); border-color: var(--ap-green-dark); }#ap-aggregate .ap-btn-ghost{ background: #fff; color: var(--ap-ink) !important; }#ap-aggregate .ap-btn-ghost:hover{ background: var(--ap-ink); color: #fff !important; }#ap-aggregate .ap-facts{ display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 34px; }#ap-aggregate .ap-fact{ border-top: 2px solid var(--ap-green); padding-top: 12px; }#ap-aggregate .ap-fact strong{ display: block; font-size: 15px; }#ap-aggregate .ap-fact span{ display: block; color: var(--ap-muted); font-size: 12.5px; line-height: 1.45; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media::after{ content: ""; position: absolute; right: -12px; bottom: -12px; width: 32%; height: 32%; border-right: 7px solid var(--ap-lime); border-bottom: 7px solid var(--ap-lime); z-index: 0; }#ap-aggregate .ap-hero-media img{ position: relative; z-index: 1; width: 100%; max-height: 620px; object-fit: cover; border-radius: 12px; box-shadow: 0 18px 44px rgba(22,33,28,.14); }#ap-aggregate /* sections */
    .ap-section{ padding: 72px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-section-dark{ background: var(--ap-green-dark); color: #eef4f0; }#ap-aggregate .ap-section-dark h2, #ap-aggregate .ap-section-dark h3{ color: #fff; }#ap-aggregate .ap-lead{ max-width: 780px; color: var(--ap-muted); font-size: 16.5px; }#ap-aggregate .ap-section-dark .ap-lead{ color: #c4d8ce; }#ap-aggregate .ap-head{ max-width: 780px; margin-bottom: 34px; }#ap-aggregate /* tables */
    .ap-tablewrap{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 10px; background: #fff; }#ap-aggregate .ap-table{ width: 100%; border-collapse: collapse; min-width: 680px; font-size: 15px; }#ap-aggregate .ap-table th{ background: var(--ap-green-dark); color: #fff; text-align: left; padding: 13px 16px; font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }#ap-aggregate .ap-table td{ padding: 13px 16px; border-top: 1px solid var(--ap-line); vertical-align: top; }#ap-aggregate .ap-table tbody tr:nth-child(even) td{ background: #fafcfa; }#ap-aggregate .ap-table td strong{ color: var(--ap-green-dark); }#ap-aggregate .ap-note{ margin-top: 18px; font-size: 14.5px; color: var(--ap-muted); }#ap-aggregate .ap-note a{ color: var(--ap-green-dark); font-weight: 700; }#ap-aggregate /* spotlight */
    .ap-spotlight{ display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }#ap-aggregate .ap-spotlight-media img{ width: 100%; max-height: 520px; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 32px rgba(22,33,28,.1); }#ap-aggregate .ap-spotlight-list{ list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }#ap-aggregate .ap-spotlight-list li{ padding: 14px 16px; background: #fff; border-left: 3px solid var(--ap-green); border-radius: 4px; font-size: 15px; }#ap-aggregate .ap-spotlight-list strong{ display: block; margin-bottom: 2px; }#ap-aggregate .ap-spotlight-list span{ color: var(--ap-muted); font-size: 14px; }#ap-aggregate .ap-subhead{ margin: 56px 0 22px; }#ap-aggregate /* cards */
    .ap-cards{ display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 18px; }#ap-aggregate .ap-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 10px; padding: 22px; }#ap-aggregate .ap-card h3{ margin-bottom: 6px; }#ap-aggregate .ap-card p{ margin-bottom: 0; color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-card-tag{ display: inline-block; margin-bottom: 12px; padding: 3px 10px; border-radius: 999px; background: #e6f2ec; color: var(--ap-green-dark); font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }#ap-aggregate /* cert grid */
    .ap-cert-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(246px, 1fr)); gap: 18px; }#ap-aggregate .ap-cert-card{ background: #fff; border: 1px solid var(--ap-line); border-top: 3px solid var(--ap-green); border-radius: 10px; padding: 22px; }#ap-aggregate .ap-cert-mark{ display: inline-block; margin-bottom: 10px; padding: 4px 12px; border-radius: 6px; background: var(--ap-green-dark); color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: .04em; }#ap-aggregate .ap-cert-card p{ margin-bottom: 0; color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate /* matrix */
    .ap-matrix{ display: grid; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); gap: 20px; }#ap-aggregate .ap-mcard{ display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ap-line); border-radius: 10px; overflow: hidden; }#ap-aggregate .ap-mcard-media{ background: #f7faf8; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-mcard-media img{ width: 100%; height: 214px; object-fit: contain; padding: 14px; }#ap-aggregate .ap-mcard-body{ padding: 20px; display: flex; flex-direction: column; flex: 1; }#ap-aggregate .ap-mcard-body h3{ font-size: 17px; }#ap-aggregate .ap-mcard-body p{ color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-mlink{ margin-top: auto; padding-top: 12px; font-weight: 700; font-size: 14.5px; color: var(--ap-green-dark); }#ap-aggregate /* oem */
    .ap-oem-grid{ display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 46px; align-items: start; }#ap-aggregate .ap-oem-list{ list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }#ap-aggregate .ap-oem-list li{ padding: 14px 16px; border-radius: 6px; background: rgba(255,255,255,.07); border-left: 3px solid var(--ap-lime); font-size: 15px; color: #dcebe3; }#ap-aggregate .ap-oem-list strong{ display: block; color: #fff; margin-bottom: 2px; }#ap-aggregate .ap-cta-panel{ background: #fff; border-radius: 12px; padding: 28px; color: var(--ap-ink); }#ap-aggregate .ap-cta-panel h3{ margin-bottom: 10px; }#ap-aggregate .ap-cta-panel p{ color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-cta-panel .ap-actions{ margin-top: 20px; }#ap-aggregate /* faq */
    .ap-faq{ display: grid; gap: 14px; max-width: 900px; }

    @media (max-width: 940px) {#ap-aggregate .ap-hero-grid{ grid-template-columns: minmax(0, 1fr); gap: 38px; }#ap-aggregate .ap-spotlight{ grid-template-columns: minmax(0, 1fr); gap: 32px; }#ap-aggregate .ap-oem-grid{ grid-template-columns: minmax(0, 1fr); gap: 32px; }#ap-aggregate .ap-nav-links{ display: none; }
    }
    @media (max-width: 560px) {#ap-aggregate .ap-facts{ grid-template-columns: repeat(2, minmax(0,1fr)); }#ap-aggregate .ap-section{ padding: 54px 0; }#ap-aggregate .ap-hero{ padding: 38px 0 44px; }#ap-aggregate .ap-btn{ width: 100%; }
    }
  