.ap-page{
      --ap-ink: #1f2722;
      --ap-muted: #68716a;
      --ap-paper: #ffffff;
      --ap-soft: #f4f6f2;
      --ap-line: #e0e4dd;
      --ap-green: #2c5647;
      --ap-green-dark: #1d3a2f;
      --ap-coral: #bf5a46;
      --ap-sand: #e8dcae;
      width: 100%;
      overflow: hidden;
      background: var(--ap-paper);
      color: var(--ap-ink);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.65;
    }.ap-page *, .ap-page *::before, .ap-page *::after{ box-sizing: border-box; }.ap-page p, .ap-page h1, .ap-page h2, .ap-page h3{ margin-top: 0; }.ap-page h1, .ap-page h2.ap-hero-title{ font-size: 46px; line-height: 1.3; margin-bottom: 20px; letter-spacing: -0.4px; }.ap-page h2{ font-size: 34px; line-height: 1.26; margin-bottom: 14px; letter-spacing: -0.2px; }.ap-page h3{ font-size: 20px; line-height: 1.35; margin-bottom: 10px; }.ap-page img{ display: block; max-width: 100%; height: auto; }.ap-page a{ color: inherit; }#ap-aggregate .ap-shell{ width: min(1120px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-btn{
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 48px; 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{ 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-secondary{ background: transparent; color: var(--ap-ink); }#ap-aggregate .ap-btn-secondary:hover{ background: var(--ap-ink); color: #fff !important; }#ap-aggregate .ap-hero{ padding: 56px 0 62px; background: #ffffff; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: 60px; align-items: center; }#ap-aggregate .ap-hero-intro{ max-width: 640px; font-size: 18px; color: #333c35; }#ap-aggregate .ap-hero-intro a{ text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }#ap-aggregate .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }#ap-aggregate .ap-facts{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }#ap-aggregate .ap-fact{ padding-top: 14px; border-top: 2px solid var(--ap-ink); }#ap-aggregate .ap-fact strong{ display: block; font-size: 15px; }#ap-aggregate .ap-fact span{ color: var(--ap-muted); font-size: 13px; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media::after{
      content: ""; position: absolute; right: -14px; bottom: -14px; width: 34%; height: 34%;
      border-right: 7px solid var(--ap-sand); border-bottom: 7px solid var(--ap-sand); z-index: 0;
    }#ap-aggregate .ap-hero-media img{
      position: relative; z-index: 1; width: 100%; max-height: 620px; object-fit: cover;
      border-radius: 8px; box-shadow: 0 18px 44px rgba(31, 39, 34, .14);
    }#ap-aggregate .ap-section{ padding: 76px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-head{ max-width: 760px; margin-bottom: 38px; }#ap-aggregate .ap-head-center{ max-width: 760px; margin: 0 auto 40px; text-align: center; }#ap-aggregate .ap-sub{ color: var(--ap-muted); font-size: 17px; margin-bottom: 0; }#ap-aggregate .ap-cards{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-aggregate .ap-card{ padding: 26px 24px; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate .ap-card-num{
      display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px;
      margin-bottom: 14px; border-radius: 50%; background: var(--ap-green); color: #fff;
      font-size: 15px; font-weight: 700;
    }#ap-aggregate .ap-card p{ color: var(--ap-muted); font-size: 15px; margin-bottom: 12px; }#ap-aggregate .ap-ask{ padding-top: 12px; border-top: 1px dashed var(--ap-line); font-size: 14px; color: var(--ap-ink); }#ap-aggregate .ap-ask em{ color: var(--ap-coral); font-style: normal; font-weight: 700; }#ap-aggregate .ap-split{ display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 52px; align-items: start; }#ap-aggregate .ap-media-stack img{ width: 100%; max-height: 640px; object-fit: cover; border-radius: 8px; box-shadow: 0 14px 36px rgba(31, 39, 34, .12); }#ap-aggregate .ap-caption{ margin-top: 14px; padding: 18px 20px; border-left: 4px solid var(--ap-coral); background: #fff; font-size: 15px; color: var(--ap-muted); }#ap-aggregate .ap-matrix{ border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; background: #fff; }#ap-aggregate .ap-matrix-head{
      display: grid; grid-template-columns: 1fr 1.15fr 1.45fr; gap: 0;
      background: var(--ap-green); color: #fff;
      font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
    }#ap-aggregate .ap-matrix-head span{ padding: 14px 18px; }#ap-aggregate .ap-matrix-row{ display: grid; grid-template-columns: 1fr 1.15fr 1.45fr; border-top: 1px solid var(--ap-line); }#ap-aggregate .ap-matrix-cell{ padding: 16px 18px; border-right: 1px solid var(--ap-line); font-size: 14.5px; color: var(--ap-muted); }#ap-aggregate .ap-matrix-cell:last-child{ border-right: none; }#ap-aggregate .ap-matrix-cell strong{ display: block; color: var(--ap-ink); font-size: 15px; margin-bottom: 2px; }#ap-aggregate .ap-cell-tag{ display: none; }#ap-aggregate .ap-note{ margin-top: 16px; font-size: 14px; color: var(--ap-muted); }#ap-aggregate .ap-spec-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; background: #fff; }#ap-aggregate .ap-spec{ display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--ap-line); font-size: 14.5px; }#ap-aggregate .ap-spec:nth-child(odd){ border-right: 1px solid var(--ap-line); }#ap-aggregate .ap-spec dt{ color: var(--ap-muted); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }#ap-aggregate .ap-spec dd{ margin: 0; }#ap-aggregate .ap-scenarios{ display: grid; gap: 16px; }#ap-aggregate .ap-scenario{
      display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) minmax(0, 1.2fr);
      gap: 0; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden;
    }#ap-aggregate .ap-scenario > div{ padding: 20px 22px; border-right: 1px solid var(--ap-line); font-size: 14.5px; color: var(--ap-muted); }#ap-aggregate .ap-scenario > div:last-child{ border-right: none; }#ap-aggregate .ap-scenario h3{ font-size: 17px; margin-bottom: 4px; }#ap-aggregate .ap-col-tag{ display: block; margin-bottom: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ap-coral); }#ap-aggregate .ap-brief{ background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 28px; }#ap-aggregate .ap-brief ul{ list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; }#ap-aggregate .ap-brief li{ padding: 12px 0; border-bottom: 1px dashed var(--ap-line); font-size: 15px; }#ap-aggregate .ap-brief li::before{ content: "☐"; margin-right: 10px; color: var(--ap-green); font-size: 15px; }#ap-aggregate .ap-brief li span{ color: var(--ap-muted); }#ap-aggregate .ap-drivers{ display: grid; gap: 14px; }#ap-aggregate .ap-driver{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) auto; gap: 18px; align-items: center; padding: 20px 22px; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; }#ap-aggregate .ap-driver h3{ margin-bottom: 0; font-size: 17px; }#ap-aggregate .ap-driver p{ margin-bottom: 0; color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-tag{ display: inline-block; padding: 5px 11px; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }#ap-aggregate .ap-tag-high{ background: #f6e3de; color: #8f3d2c; }#ap-aggregate .ap-tag-mid{ background: #eef2e6; color: #3f5a34; }#ap-aggregate .ap-flags{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-flags-col{ padding: 26px; border-radius: 8px; background: #fff; border: 1px solid var(--ap-line); }#ap-aggregate .ap-flags-col h3{ display: flex; align-items: center; gap: 10px; }#ap-aggregate .ap-flags-col ul{ margin: 0; padding-left: 20px; color: var(--ap-muted); font-size: 15px; }#ap-aggregate .ap-flags-col li{ margin-bottom: 10px; }#ap-aggregate .ap-flags-col li:last-child{ margin-bottom: 0; }#ap-aggregate .ap-products{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-product{ display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden; }#ap-aggregate .ap-product img{ width: 100%; height: 220px; object-fit: cover; }#ap-aggregate .ap-product-body{ padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }#ap-aggregate .ap-product-body h3{ font-size: 17px; }#ap-aggregate .ap-product-body p{ color: var(--ap-muted); font-size: 14.5px; flex: 1; }#ap-aggregate .ap-link{ font-weight: 700; font-size: 14.5px; text-decoration: underline; text-underline-offset: 3px; }#ap-aggregate .ap-faq{ display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }#ap-aggregate .ap-cta{ padding: 68px 0; background: var(--ap-green); color: #fff; }#ap-aggregate .ap-cta-inner{ display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 48px; align-items: center; }#ap-aggregate .ap-cta h2{ color: #fff; }#ap-aggregate .ap-cta p{ color: rgba(255,255,255,.86); margin-bottom: 0; }#ap-aggregate .ap-cta-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#ap-aggregate .ap-cta .ap-btn{ border-color: #fff; }#ap-aggregate .ap-cta .ap-btn-primary{ background: #fff; color: var(--ap-green) !important; border-color: #fff; }#ap-aggregate .ap-cta .ap-btn-primary:hover{ background: var(--ap-sand); border-color: var(--ap-sand); }#ap-aggregate .ap-cta .ap-btn-secondary{ color: #fff; }#ap-aggregate .ap-cta .ap-btn-secondary:hover{ background: #fff; color: var(--ap-green) !important; }#ap-aggregate .ap-contact{ list-style: none; margin: 0; padding: 0; }#ap-aggregate .ap-contact li{ padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 15px; }#ap-aggregate .ap-contact li:last-child{ border-bottom: none; }#ap-aggregate .ap-contact strong{ display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--ap-sand); }#ap-aggregate .ap-contact a{ color: #fff; }

    @media (max-width: 1024px) {.ap-page h1, .ap-page h2.ap-hero-title{ font-size: 38px; }.ap-page h2{ font-size: 29px; }#ap-aggregate .ap-hero-grid{ grid-template-columns: 1fr; gap: 38px; }#ap-aggregate .ap-cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-split{ grid-template-columns: 1fr; gap: 36px; }#ap-aggregate .ap-cta-inner{ grid-template-columns: 1fr; gap: 32px; }#ap-aggregate .ap-products{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 820px) {#ap-aggregate .ap-section{ padding: 58px 0; }#ap-aggregate .ap-matrix-head{ display: none; }#ap-aggregate .ap-matrix-row{ grid-template-columns: 1fr; }#ap-aggregate .ap-matrix-cell{ border-right: none; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-matrix-row .ap-matrix-cell:last-child{ border-bottom: none; }#ap-aggregate .ap-cell-tag{
        display: block; margin-bottom: 4px; font-size: 11px; font-weight: 700;
        text-transform: uppercase; letter-spacing: .08em; color: var(--ap-coral);
      }#ap-aggregate .ap-spec-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-spec:nth-child(odd){ border-right: none; }#ap-aggregate .ap-scenario{ grid-template-columns: 1fr; }#ap-aggregate .ap-scenario > div{ border-right: none; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-scenario > div:last-child{ border-bottom: none; }#ap-aggregate .ap-driver{ grid-template-columns: 1fr; gap: 10px; }#ap-aggregate .ap-flags{ grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {#ap-aggregate .ap-shell{ width: calc(100% - 32px); }.ap-page h1, .ap-page h2.ap-hero-title{ font-size: 30px; line-height: 1.32; }.ap-page h2{ font-size: 24px; }#ap-aggregate .ap-cards{ grid-template-columns: 1fr; }#ap-aggregate .ap-products{ grid-template-columns: 1fr; }#ap-aggregate .ap-facts{ grid-template-columns: 1fr; gap: 0; }#ap-aggregate .ap-brief ul{ grid-template-columns: 1fr; }#ap-aggregate .ap-brief{ padding: 20px; }#ap-aggregate .ap-spec{ grid-template-columns: 1fr; gap: 4px; }#ap-aggregate .ap-actions .ap-btn{ width: 100%; }#ap-aggregate .ap-cta-actions .ap-btn{ width: 100%; }
    }
  