#ap-aggregate, #ap-aggregate *{ box-sizing: border-box; }#ap-aggregate{
      font-family: Arial, Helvetica, sans-serif;
      color: #17212b;
      background: #f7f8fa;
      overflow-x: clip;
    }#ap-aggregate a{ color: inherit; }#ap-aggregate img{ display: block; max-width: 100%; height: auto; }#ap-aggregate p{ margin: 0; }#ap-aggregate .ap-shell{
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }#ap-aggregate .ap-hero{
      padding: 36px 0 24px;
    }#ap-aggregate .ap-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
      gap: 24px;
      align-items: center;
    }#ap-aggregate .ap-hero-copy h1{
      margin: 0 0 14px;
      font-size: 42px;
      line-height: 1.28;
      letter-spacing: 0;
    }#ap-aggregate .ap-hero-copy p{
      margin: 0 0 18px;
      color: #43505c;
      font-size: 16px;
      line-height: 1.72;
      max-width: 62ch;
    }#ap-aggregate .ap-hero-copy strong{ font-weight: 700; }#ap-aggregate .ap-hero-copy a{
      text-decoration: underline;
      text-underline-offset: 2px;
    }#ap-aggregate .ap-cta-row{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 12px;
    }#ap-aggregate .ap-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 12px 18px;
      border-radius: 6px;
      border: 1px solid #1f4b52;
      text-decoration: none;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 700;
      white-space: nowrap;
    }#ap-aggregate .ap-btn-primary{
      background: #1f4b52;
      color: #fff;
    }#ap-aggregate .ap-btn-secondary{
      background: #fff;
      color: #1f4b52;
    }#ap-aggregate .ap-hero-visual{
      margin: 0;
      border: 1px solid #d8dfe5;
      border-radius: 8px;
      background: #fff;
      padding: 14px;
    }#ap-aggregate .ap-hero-visual img, #ap-aggregate .ap-feature-image img, #ap-aggregate .ap-application-image img{
      width: 100%;
      max-height: 560px;
      object-fit: contain;
      object-position: center;
    }#ap-aggregate .ap-hero-visual figcaption{
      margin-top: 10px;
      color: #5a6874;
      font-size: 13px;
      line-height: 1.45;
    }#ap-aggregate .ap-section{
      padding: 28px 0;
    }#ap-aggregate .ap-section-head{
      margin-bottom: 18px;
    }#ap-aggregate .ap-section h2{
      margin: 0 0 8px;
      font-size: 28px;
      line-height: 1.22;
      letter-spacing: 0;
    }#ap-aggregate .ap-section-lead{
      color: #4a5560;
      font-size: 15px;
      line-height: 1.65;
      max-width: 76ch;
    }#ap-aggregate .ap-grid-2{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: start;
    }#ap-aggregate .ap-panel{
      border: 1px solid #d8dfe5;
      border-radius: 8px;
      background: #fff;
      padding: 18px;
      min-width: 0;
    }#ap-aggregate .ap-panel h3{
      margin: 0 0 10px;
      font-size: 18px;
      line-height: 1.3;
    }#ap-aggregate .ap-list{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }#ap-aggregate .ap-list li{
      color: #46515d;
      font-size: 15px;
      line-height: 1.58;
      padding-left: 16px;
      position: relative;
    }#ap-aggregate .ap-list li::before{
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #1f4b52;
      position: absolute;
      left: 0;
      top: 0.62em;
    }#ap-aggregate .ap-feature-image, #ap-aggregate .ap-application-image{
      margin: 0;
      border: 1px solid #d8dfe5;
      border-radius: 8px;
      background: #fff;
      padding: 12px;
    }#ap-aggregate .ap-spec-table-wrap{
      overflow-x: auto;
      border: 1px solid #d8dfe5;
      border-radius: 8px;
      background: #fff;
    }#ap-aggregate .ap-spec-table{
      width: 100%;
      border-collapse: collapse;
      min-width: 640px;
    }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
      padding: 14px 16px;
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid #e6ebef;
      font-size: 15px;
      line-height: 1.55;
      color: #34404b;
    }#ap-aggregate .ap-spec-table th{
      width: 28%;
      color: #17212b;
      font-weight: 700;
      background: #f9fbfc;
    }#ap-aggregate .ap-callout{
      margin-top: 14px;
      color: #4a5560;
      font-size: 14px;
      line-height: 1.6;
    }#ap-aggregate .ap-card-grid{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }#ap-aggregate .ap-card{
      border: 1px solid #d8dfe5;
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
      min-width: 0;
    }#ap-aggregate .ap-card-media{
      aspect-ratio: 4 / 3;
      background: #fff;
      display: block;
      overflow: hidden;
      border-bottom: 1px solid #e6ebef;
    }#ap-aggregate .ap-card-media img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      background: #fff;
    }#ap-aggregate .ap-card-body{
      padding: 16px;
      display: grid;
      gap: 10px;
    }#ap-aggregate .ap-card-body h3{
      margin: 0;
      font-size: 17px;
      line-height: 1.32;
    }#ap-aggregate .ap-card-body p{
      color: #46515d;
      font-size: 14px;
      line-height: 1.55;
    }#ap-aggregate .ap-faq-wrap{
      display: grid;
      gap: 12px;
    }#ap-aggregate .ap-faq-item{
      border: 1px solid #d8dfe5;
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
    }#ap-aggregate .ap-faq-item summary{
      cursor: pointer;
      list-style: none;
      padding: 16px 18px;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 700;
      color: #17212b;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
    }#ap-aggregate .ap-faq-item summary::-webkit-details-marker{ display: none; }#ap-aggregate .ap-faq-item summary::after{
      content: "+";
      font-size: 20px;
      line-height: 1;
      color: #1f4b52;
      flex: 0 0 auto;
    }#ap-aggregate .ap-faq-item[open] summary::after{ content: "−"; }#ap-aggregate .ap-faq-answer{
      padding: 0 18px 16px;
      color: #46515d;
      font-size: 15px;
      line-height: 1.6;
    }

    @media (max-width: 900px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-grid-2, #ap-aggregate .ap-card-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-hero-copy h1{ font-size: 36px; }
    }

    @media (max-width: 560px) {#ap-aggregate .ap-shell{ width: min(100%, calc(100% - 24px)); }#ap-aggregate .ap-hero{ padding-top: 24px; }#ap-aggregate .ap-hero-copy h1{ font-size: 31px; }#ap-aggregate .ap-section h2{ font-size: 24px; }#ap-aggregate .ap-btn{ width: 100%; }#ap-aggregate .ap-cta-row{ flex-direction: column; }
    }
  