.ap-page{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #17251d;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
  }.ap-page *, .ap-page *::before, .ap-page *::after{
    box-sizing: border-box;
  }.ap-page img{
    display: block;
    max-width: 100%;
    height: auto;
  }.ap-page a{
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p, .ap-page dl, .ap-page ul, .ap-page table{
    margin-top: 0;
  }.ap-page h1{
    margin-bottom: 22px;
    font-size: clamp(30px, 4.2vw, 47px);
    line-height: 1.28;
    letter-spacing: -0.02em;
    font-weight: 800;
  }.ap-page h2{
    margin-bottom: 16px;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.22;
    letter-spacing: -0.015em;
    font-weight: 800;
  }.ap-page h3{
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
  }.ap-page p{
    margin-bottom: 16px;
  }#ap-aggregate .ap-wrap{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }#ap-aggregate .ap-btn-primary{
    background: #1e5b3c;
    border-color: #1e5b3c;
    color: #ffffff !important;
  }#ap-aggregate .ap-btn-primary:hover{
    background: #134q2e;
    background: #13432c;
    border-color: #13432c;
  }#ap-aggregate .ap-btn-secondary{
    background: transparent;
    border-color: #17251d;
    color: #17251d !important;
  }#ap-aggregate .ap-btn-secondary:hover{
    background: #17251d;
    color: #ffffff !important;
  }#ap-aggregate .ap-btn-light{
    background: #ffffff;
    border-color: #ffffff;
    color: #17251d !important;
  }#ap-aggregate .ap-btn-light:hover{
    background: #e8efe9;
  }#ap-aggregate .ap-btn-outline-light{
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
  }#ap-aggregate .ap-btn-outline-light:hover{
    background: rgba(255, 255, 255, 0.12);
  }#ap-aggregate /* Hero */
  .ap-hero{
    padding: 62px 0 64px;
    background: #fbfaf6;
    border-bottom: 1px solid #e6e3d8;
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    gap: 54px;
    align-items: center;
  }#ap-aggregate .ap-intro{
    max-width: 680px;
    font-size: 17px;
    color: #44544b;
    margin-bottom: 24px;
  }#ap-aggregate .ap-intro .ap-inline-link{
    color: #1e5b3c;
    font-weight: 700;
    text-decoration: underline;
  }#ap-aggregate .ap-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
  }#ap-aggregate .ap-badges{
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 2px solid #17251d;
    padding-top: 18px;
  }#ap-aggregate .ap-badges li{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #44544b;
  }#ap-aggregate .ap-badges li::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    width: 7px;
    height: 7px;
    background: #d9a62e;
    border-radius: 50%;
  }#ap-aggregate .ap-badges strong{
    color: #17251d;
  }#ap-aggregate .ap-hero-media img{
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(23, 37, 29, 0.14);
  }#ap-aggregate /* Section system */
  .ap-section{
    padding: 76px 0;
  }#ap-aggregate .ap-section-head{
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
  }#ap-aggregate .ap-section-head h2{
    margin-bottom: 12px;
  }#ap-aggregate .ap-editorial{
    color: #55655c;
    font-size: 17px;
  }#ap-aggregate .ap-caption{
    color: #6a766f;
    font-size: 13px;
    margin: 14px 0 0;
  }#ap-aggregate /* Demand module */
  .ap-demand{
    background: #ffffff;
  }#ap-aggregate .ap-feature-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }#ap-aggregate .ap-feature{
    padding: 20px 18px;
    background: #f7f6f1;
    border-top: 3px solid #1e5b3c;
    border-radius: 4px;
  }#ap-aggregate .ap-feature .ap-num{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #d9a62e;
  }#ap-aggregate .ap-feature h3{
    margin-bottom: 8px;
  }#ap-aggregate .ap-feature p{
    font-size: 14px;
    color: #55655c;
    margin-bottom: 0;
  }#ap-aggregate /* Spec section backgrounds */
  .ap-grade{
    background: #f7f6f1;
  }#ap-aggregate .ap-spec{
    background: #ffffff;
  }#ap-aggregate .ap-oem{
    background: #f7f6f1;
  }#ap-aggregate .ap-decision{
    background: #ffffff;
  }#ap-aggregate .ap-matrix{
    background: #f7f6f1;
  }#ap-aggregate /* Split module */
  .ap-split{
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 50px;
    align-items: center;
  }#ap-aggregate .ap-split-media img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(23, 37, 29, 0.12);
  }#ap-aggregate .ap-split-copy .ap-editorial{
    margin-bottom: 18px;
  }#ap-aggregate .ap-facts{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    margin-bottom: 18px;
  }#ap-aggregate .ap-facts div{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid #e1ded3;
    font-size: 14px;
  }#ap-aggregate .ap-facts dt{
    color: #6a766f;
    font-weight: 600;
  }#ap-aggregate .ap-facts dd{
    margin: 0;
    font-weight: 700;
    text-align: right;
  }#ap-aggregate .ap-chip-title{
    margin-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a766f;
    font-weight: 700;
  }#ap-aggregate .ap-chips{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
  }#ap-aggregate .ap-chips li{
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #cfd8d0;
    border-radius: 80px;
    font-size: 13px;
    font-weight: 700;
    color: #1e5b3c;
  }#ap-aggregate .ap-note{
    font-size: 14px;
    color: #55655c;
    border-left: 3px solid #d9a62e;
    padding-left: 14px;
    margin-bottom: 22px;
  }#ap-aggregate /* Spec table module */
  .ap-spec-layout{
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 48px;
    align-items: start;
  }#ap-aggregate .ap-spec-copy h2{
    margin-bottom: 12px;
  }#ap-aggregate .ap-spec-copy .ap-editorial{
    margin-bottom: 22px;
  }#ap-aggregate .ap-table-wrap{
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e2e4de;
    border-radius: 6px;
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 13.5px;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    text-align: left;
    padding: 11px 12px;
    border-bottom: 1px solid #ececea;
    vertical-align: top;
  }#ap-aggregate .ap-spec-table th{
    background: #f2f4ef;
    color: #17251d;
    font-weight: 700;
    border-bottom: 2px solid #d6dcd4;
  }#ap-aggregate .ap-spec-table tr:last-child td{
    border-bottom: 0;
  }#ap-aggregate .ap-spec-media img{
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(23, 37, 29, 0.12);
  }#ap-aggregate .ap-spec-mini{
    margin-top: 14px;
    padding: 16px 18px;
    background: #f7f6f1;
    border-left: 4px solid #d9a62e;
    border-radius: 4px;
  }#ap-aggregate .ap-spec-mini h3{
    font-size: 16px;
    margin-bottom: 6px;
  }#ap-aggregate .ap-spec-mini p{
    color: #55655c;
    font-size: 14px;
    margin-bottom: 0;
  }#ap-aggregate /* OEM grid */
  .ap-oem-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-oem-card{
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e3e2d8;
    border-radius: 8px;
    padding: 26px 24px;
  }#ap-aggregate .ap-oem-card h3{
    margin-bottom: 8px;
    font-size: 18px;
  }#ap-aggregate .ap-oem-card p{
    flex: 1;
    color: #55655c;
    font-size: 14.5px;
  }#ap-aggregate .ap-oem-card a{
    color: #1e5b3c;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
  }#ap-aggregate .ap-oem-card a:hover{
    text-decoration: underline;
  }#ap-aggregate /* Decision module */
  .ap-decision-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 32px;
  }#ap-aggregate .ap-decision-row{
    background: #ffffff;
    border: 1px solid #e5e5dc;
    border-radius: 8px;
    padding: 24px;
  }#ap-aggregate .ap-decision-row > div:first-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
  }#ap-aggregate .ap-decision-row h3{
    margin-bottom: 0;
    font-size: 17px;
  }#ap-aggregate .ap-tag{
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #d9a62e;
    background: #faf6e8;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
  }#ap-aggregate .ap-decision-row p{
    color: #55655c;
    font-size: 14px;
    margin-bottom: 10px;
  }#ap-aggregate .ap-decision-row p strong{
    color: #17251d;
  }#ap-aggregate /* Matrix */
  .ap-matrix-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-matrix-card{
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #e1e2da;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }#ap-aggregate .ap-matrix-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(23, 37, 29, 0.12);
  }#ap-aggregate .ap-matrix-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
  }#ap-aggregate .ap-matrix-name{
    display: block;
    padding: 16px 16px 6px;
    font-weight: 800;
    font-size: 16px;
    color: #17251d;
    line-height: 1.35;
  }#ap-aggregate .ap-matrix-link{
    display: block;
    padding: 0 16px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #1e5b3c;
  }#ap-aggregate /* Quote */
  .ap-quote{
    background: #17251d;
  }#ap-aggregate .ap-quote-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    background: #1e5b3c;
    border-radius: 12px;
    padding: 42px 48px;
    color: #ffffff;
  }#ap-aggregate .ap-quote-copy h2{
    color: #ffffff;
    margin-bottom: 8px;
  }#ap-aggregate .ap-quote-copy p{
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 8px;
    font-size: 15px;
  }#ap-aggregate .ap-contact-lines{
    margin-bottom: 0;
  }#ap-aggregate .ap-contact-lines a{
    color: #ffffff;
  }#ap-aggregate .ap-quote-cta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
  }#ap-aggregate /* FAQ */
  .ap-faq{
    background: #ffffff;
    padding-bottom: 90px;
  }

  @media (max-width: 960px) {#ap-aggregate .ap-hero-grid{
      grid-template-columns: 1fr;
      gap: 30px;
    }#ap-aggregate .ap-hero-media img{
      max-height: 420px;
    }#ap-aggregate .ap-feature-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-split, #ap-aggregate .ap-spec-layout{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-spec-media img{
      max-height: 360px;
    }#ap-aggregate .ap-decision-list, #ap-aggregate .ap-oem-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-quote-box{
      flex-direction: column;
      align-items: flex-start;
      padding: 30px 24px;
    }
  }
  @media (max-width: 640px) {#ap-aggregate .ap-hero{
      padding: 40px 0 44px;
    }#ap-aggregate .ap-section{
      padding: 52px 0;
    }#ap-aggregate .ap-feature-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-facts{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-decision-row > div:first-child{
      flex-direction: column;
      align-items: flex-start;
    }#ap-aggregate .ap-actions{
      flex-direction: column;
      align-items: stretch;
    }
  }
  @media (min-width: 390px) and (max-width: 420px) {#ap-aggregate .ap-wrap{
      padding: 0 14px;
    }#ap-aggregate .ap-quote-cta .ap-btn{
      width: 100%;
    }
  }
