#ap-aggregate .ap-bonsai-compare{
      --ap-ink: #22332a;
      --ap-muted: #65746b;
      --ap-soft: #f3f6f1;
      --ap-line: #dfe7dd;
      --ap-forest: #2f5a40;
      --ap-forest-deep: #21412f;
      --ap-clay: #b26148;
      --ap-gold: #e0ca8f;
      --ap-white: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ap-ink);
      background: var(--ap-white);
      line-height: 1.7;
      letter-spacing: 0.002em;
      overflow: hidden;
    }#ap-aggregate .ap-bonsai-compare *, #ap-aggregate .ap-bonsai-compare *::before, #ap-aggregate .ap-bonsai-compare *::after{
      box-sizing: border-box;
    }#ap-aggregate .ap-bonsai-compare a{
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }#ap-aggregate .ap-bonsai-compare img{
      display: block;
      max-width: 100%;
      height: auto;
    }#ap-aggregate .ap-bonsai-compare h1, #ap-aggregate .ap-bonsai-compare h2, #ap-aggregate .ap-bonsai-compare h3, #ap-aggregate .ap-bonsai-compare p, #ap-aggregate .ap-bonsai-compare ul, #ap-aggregate .ap-bonsai-compare figure{
      margin-top: 0;
    }#ap-aggregate .ap-bonsai-compare h1{
      font-size: 44px;
      line-height: 1.28;
      margin-bottom: 20px;
      letter-spacing: -0.01em;
    }#ap-aggregate .ap-bonsai-compare h2{
      font-size: 33px;
      line-height: 1.22;
      margin-bottom: 14px;
      letter-spacing: -0.01em;
    }#ap-aggregate .ap-bonsai-compare h3{
      font-size: 19px;
      line-height: 1.3;
      margin-bottom: 10px;
    }#ap-aggregate .ap-container{
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }#ap-aggregate .ap-section{
      padding: 76px 0;
    }#ap-aggregate .ap-section-soft{
      background: var(--ap-soft);
    }#ap-aggregate .ap-section-dark{
      background: var(--ap-forest-deep);
      color: #fff;
    }#ap-aggregate .ap-section-dark .ap-kicker-text, #ap-aggregate .ap-section-dark .ap-muted-text{
      color: #cfe0d2;
    }#ap-aggregate .ap-kicker-text{
      display: block;
      margin-bottom: 10px;
      color: var(--ap-clay);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }#ap-aggregate .ap-muted-text{
      color: var(--ap-muted);
      font-size: 17px;
    }#ap-aggregate .ap-center-head{
      max-width: 780px;
      margin: 0 auto 40px;
      text-align: center;
    }#ap-aggregate .ap-center-head .ap-kicker-text{
      color: var(--ap-clay);
    }#ap-aggregate .ap-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 12px 22px;
      border: 1px solid transparent;
      border-radius: 4px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      line-height: 1.2;
      text-align: center;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .15s ease;
    }#ap-aggregate .ap-btn:hover{
      transform: translateY(-1px);
    }#ap-aggregate .ap-btn-primary{
      background: var(--ap-forest);
      border-color: var(--ap-forest);
      color: #fff !important;
    }#ap-aggregate .ap-btn-primary:hover{
      background: var(--ap-forest-deep);
      border-color: var(--ap-forest-deep);
    }#ap-aggregate .ap-btn-light{
      background: #fff;
      color: var(--ap-forest-deep) !important;
      border-color: #fff;
    }#ap-aggregate .ap-btn-light:hover{
      background: #eef3eb;
    }#ap-aggregate .ap-btn-ghost{
      background: transparent;
      border-color: var(--ap-forest);
      color: var(--ap-forest) !important;
    }#ap-aggregate .ap-btn-ghost:hover{
      background: rgba(47, 90, 64, 0.08);
    }#ap-aggregate .ap-btn-ghost-light{
      background: transparent;
      border-color: rgba(255, 255, 255, 0.75);
      color: #fff !important;
    }#ap-aggregate .ap-btn-ghost-light:hover{
      background: rgba(255, 255, 255, 0.1);
    }#ap-aggregate /* ---------- Hero ---------- */
    .ap-hero{
      background: linear-gradient(135deg, #f7faf5 0%, #ffffff 55%, #eef4eb 100%);
      padding: 60px 0 70px;
      border-bottom: 1px solid var(--ap-line);
    }#ap-aggregate .ap-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
      gap: 54px;
      align-items: center;
    }#ap-aggregate .ap-hero-copy p{
      margin-bottom: 0;
    }#ap-aggregate .ap-hero-copy .ap-hero-intro{
      font-size: 18px;
      color: #3d4d44;
      margin-bottom: 26px;
      max-width: 640px;
    }#ap-aggregate .ap-hero-copy .ap-hero-note{
      font-size: 15px;
      color: var(--ap-muted);
      max-width: 640px;
      margin-bottom: 30px;
    }#ap-aggregate .ap-hero-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }#ap-aggregate .ap-hero-media{
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 22px 44px rgba(34, 51, 42, 0.16);
    }#ap-aggregate .ap-hero-media img{
      width: 100%;
      max-height: 520px;
      object-fit: cover;
    }#ap-aggregate .ap-hero-media-fig{
      position: absolute;
      left: 14px;
      bottom: 14px;
      margin: 0;
      padding: 8px 12px;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--ap-forest-deep);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
    }#ap-aggregate /* ---------- Spec trust strip ---------- */
    .ap-fact-strip{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-top: 18px;
    }#ap-aggregate .ap-fact-strip-item{
      padding: 14px 12px;
      border-top: 3px solid var(--ap-forest);
      background: #fff;
      box-shadow: 0 1px 0 rgba(34, 51, 42, 0.06);
    }#ap-aggregate .ap-fact-strip-item strong{
      display: block;
      font-size: 15px;
      color: var(--ap-ink);
    }#ap-aggregate .ap-fact-strip-item span{
      font-size: 13px;
      color: var(--ap-muted);
    }#ap-aggregate /* ---------- Comparison table ---------- */
    .ap-table-scroll{
      overflow-x: auto;
      border: 1px solid var(--ap-line);
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(34, 51, 42, 0.08);
    }#ap-aggregate .ap-spec-table{
      width: 100%;
      min-width: 960px;
      border-collapse: collapse;
      font-size: 14px;
    }#ap-aggregate .ap-spec-table th{
      background: var(--ap-forest-deep);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: left;
      padding: 14px 12px;
      border-bottom: 1px solid #2d4b38;
      white-space: nowrap;
    }#ap-aggregate .ap-spec-table td{
      padding: 15px 12px;
      border-bottom: 1px solid var(--ap-line);
      vertical-align: top;
      color: #33433a;
    }#ap-aggregate .ap-spec-table tbody tr:last-child td{
      border-bottom: 0;
    }#ap-aggregate .ap-spec-table .ap-model-cell{
      min-width: 220px;
    }#ap-aggregate .ap-model-name{
      display: flex;
      align-items: center;
      gap: 12px;
    }#ap-aggregate .ap-model-thumb{
      width: 64px;
      height: 64px;
      flex: 0 0 64px;
      object-fit: cover;
      border: 1px solid var(--ap-line);
      border-radius: 6px;
      background: #fff;
    }#ap-aggregate .ap-model-title{
      font-weight: 700;
      font-size: 15px;
      line-height: 1.4;
    }#ap-aggregate .ap-badge{
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 7px;
      padding: 5px 9px;
      border-radius: 500px;
      background: #f0e6ca;
      color: #6b5416;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.02em;
      white-space: nowrap;
    }#ap-aggregate .ap-badge-green{
      background: #dceae2;
      color: #205236;
    }#ap-aggregate .ap-row-featured td{
      background: #fcfaf3;
    }#ap-aggregate .ap-row-featured .ap-model-title{
      color: var(--ap-forest-deep);
    }#ap-aggregate .ap-link-arrow{
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-weight: 700;
      white-space: nowrap;
      text-decoration: none;
      color: var(--ap-forest);
    }#ap-aggregate .ap-table-note{
      margin-top: 14px;
      font-size: 13px;
      color: var(--ap-muted);
    }#ap-aggregate /* ---------- Scenario / decision module ---------- */
    .ap-decision-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 10px;
    }#ap-aggregate .ap-decision-card{
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 10px;
      overflow: hidden;
      transition: box-shadow .2s ease, transform .2s ease;
    }#ap-aggregate .ap-decision-card:hover{
      box-shadow: 0 18px 36px rgba(34, 51, 42, 0.12);
      transform: translateY(-2px);
    }#ap-aggregate .ap-decision-card img{
      width: 100%;
      height: 192px;
      object-fit: cover;
    }#ap-aggregate .ap-decision-body{
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 22px 20px;
    }#ap-aggregate .ap-decision-body h3{
      color: var(--ap-forest-deep);
    }#ap-aggregate .ap-decision-body p{
      flex: 1;
      font-size: 15px;
      color: var(--ap-muted);
      margin-bottom: 16px;
    }#ap-aggregate .ap-decision-verdict{
      margin-bottom: 18px;
      padding: 10px 12px;
      border-left: 3px solid var(--ap-clay);
      background: #fbf6f2;
      font-size: 14px;
      color: #4a4f47;
    }#ap-aggregate .ap-decision-verdict strong{
      display: block;
      color: var(--ap-ink);
    }#ap-aggregate /* ---------- Deep dive mod grid ---------- */
    .ap-spot-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }#ap-aggregate .ap-spot-card{
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(34, 51, 42, 0.06);
    }#ap-aggregate .ap-spot-card img{
      width: 100%;
      height: 156px;
      object-fit: cover;
    }#ap-aggregate .ap-spot-body{
      padding: 18px 16px;
    }#ap-aggregate .ap-spot-body h3{
      font-size: 17px;
      color: var(--ap-forest-deep);
    }#ap-aggregate .ap-spot-body p{
      font-size: 14px;
      color: var(--ap-muted);
      margin-bottom: 10px;
    }#ap-aggregate .ap-spot-body .ap-spot-decision{
      font-size: 14px;
      color: var(--ap-ink);
      margin-bottom: 0;
      border-top: 1px solid var(--ap-line);
      padding-top: 10px;
    }#ap-aggregate /* ---------- Spec decoder ---------- */
    .ap-decoder-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }#ap-aggregate .ap-decoder-card{
      padding: 20px 18px;
      border-radius: 8px;
      background: #fff;
      border: 1px solid var(--ap-line);
    }#ap-aggregate .ap-decoder-card h3{
      display: flex;
      gap: 8px;
      align-items: baseline;
      color: var(--ap-forest-deep);
    }#ap-aggregate .ap-decoder-card h3 span{
      font-size: 13px;
      color: var(--ap-clay);
    }#ap-aggregate .ap-decoder-card p{
      font-size: 14px;
      color: var(--ap-muted);
      margin-bottom: 0;
    }#ap-aggregate /* ---------- Product matrix: complete the kit ---------- */
    .ap-kit-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }#ap-aggregate .ap-kit-card{
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--ap-line);
      border-radius: 10px;
      overflow: hidden;
      transition: box-shadow .2s ease;
    }#ap-aggregate .ap-kit-card:hover{
      box-shadow: 0 18px 36px rgba(34, 51, 42, 0.12);
    }#ap-aggregate .ap-kit-card img{
      width: 100%;
      height: 200px;
      object-fit: cover;
      background: #fff;
    }#ap-aggregate .ap-kit-body{
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 22px 20px;
    }#ap-aggregate .ap-kit-body h3{
      color: var(--ap-forest-deep);
      font-size: 17px;
    }#ap-aggregate .ap-kit-body p{
      flex: 1;
      font-size: 14px;
      color: var(--ap-muted);
      margin-bottom: 16px;
    }#ap-aggregate .ap-kit-body .ap-btn{
      align-self: flex-start;
    }#ap-aggregate /* ---------- Volume / b2b ---------- */
    .ap-b2b-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: 44px;
      align-items: center;
    }#ap-aggregate .ap-tier-list{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 0;
      list-style: none;
      margin-bottom: 22px;
    }#ap-aggregate .ap-tier-list li{
      margin: 0;
      padding: 13px 14px;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.18);
      font-size: 14px;
    }#ap-aggregate .ap-tier-list strong{
      display: block;
      font-size: 16px;
      color: #fff;
    }#ap-aggregate .ap-b2b-note{
      font-size: 14px;
      color: rgba(255, 255, 255, 0.82);
      max-width: 520px;
    }#ap-aggregate /* ---------- Final CTA ---------- */
    .ap-final-cta{
      text-align: center;
      background: linear-gradient(135deg, var(--ap-forest-deep), #2c5a3c);
      color: #fff;
      padding: 70px 0;
    }#ap-aggregate .ap-final-cta h2{
      color: #fff;
    }#ap-aggregate .ap-final-cta p{
      color: rgba(255, 255, 255, 0.85);
      max-width: 620px;
      margin: 0 auto 26px;
    }#ap-aggregate .ap-final-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
    }#ap-aggregate .ap-legal-note{
      margin-top: 24px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.55);
    }

    @media (max-width: 1080px) {#ap-aggregate .ap-hero-grid{
        grid-template-columns: 1fr;
        gap: 32px;
      }#ap-aggregate .ap-hero-media img{
        max-height: 460px;
      }#ap-aggregate .ap-spot-grid{
        grid-template-columns: repeat(2, 1fr);
      }#ap-aggregate .ap-decision-grid{
        grid-template-columns: repeat(2, 1fr);
      }#ap-aggregate .ap-b2b-grid{
        grid-template-columns: 1fr;
      }#ap-aggregate .ap-fact-strip{
        grid-template-columns: repeat(2, 1fr);
      }#ap-aggregate .ap-decoder-grid{
        grid-template-columns: repeat(2, 1fr);
      }#ap-aggregate .ap-kit-grid{
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 720px) {#ap-aggregate .ap-bonsai-compare h1{
        font-size: 34px;
      }#ap-aggregate .ap-bonsai-compare h2{
        font-size: 27px;
      }#ap-aggregate .ap-bonsai-compare .ap-hero-intro{
        font-size: 17px;
      }#ap-aggregate .ap-section{
        padding: 56px 0;
      }#ap-aggregate .ap-hero{
        padding: 44px 0 52px;
      }#ap-aggregate .ap-hero-actions, #ap-aggregate .ap-final-actions{
        flex-direction: column;
        align-items: stretch;
      }#ap-aggregate .ap-hero-actions .ap-btn, #ap-aggregate .ap-final-actions .ap-btn{
        width: 100%;
      }
    }
  