.ap-page, .ap-page *{
      box-sizing: border-box;
    }.ap-page{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      margin: 0;
      overflow-x: clip;
      background: #f7faf9;
      color: #17212b;
      font-family: Arial, sans-serif;
    }#ap-aggregate .ap-wrap{
      width: min(1180px, calc(100% - 40px));
      max-width: 100%;
      margin: 0 auto;
    }#ap-aggregate .ap-section{
      padding: 54px 0;
    }#ap-aggregate .ap-section-soft{
      background: #eef5f3;
    }#ap-aggregate .ap-section-head{
      max-width: 760px;
      margin: 0 auto 26px;
      text-align: center;
    }#ap-aggregate .ap-eyebrow{
      margin: 0 0 10px;
      color: #0f766e;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
    }#ap-aggregate .ap-h1, #ap-aggregate .ap-h2, #ap-aggregate .ap-h3{
      margin: 0;
      color: #13201f;
      font-weight: 700;
      letter-spacing: 0;
    }#ap-aggregate .ap-h1{
      font-size: clamp(34px, 5vw, 56px);
      line-height: 1.3;
    }#ap-aggregate .ap-h2{
      font-size: clamp(26px, 3vw, 34px);
      line-height: 1.26;
    }#ap-aggregate .ap-h3{
      font-size: 19px;
      line-height: 1.34;
    }#ap-aggregate .ap-text{
      margin: 12px 0 0;
      color: #46515d;
      font-size: 16px;
      line-height: 1.68;
    }#ap-aggregate .ap-hero{
      padding: 54px 0 46px;
      background: #ffffff;
    }#ap-aggregate .ap-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
      gap: 38px;
      align-items: center;
    }#ap-aggregate .ap-hero-copy{
      min-width: 0;
    }#ap-aggregate .ap-hero-intro{
      margin: 16px 0 0;
      color: #40505b;
      font-size: 17px;
      line-height: 1.7;
    }#ap-aggregate .ap-hero-intro a{
      color: #0f766e;
      text-decoration: underline;
      text-underline-offset: 3px;
    }#ap-aggregate .ap-hero-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }#ap-aggregate .ap-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 18px;
      border: 1px solid #0f766e;
      border-radius: 6px;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }#ap-aggregate .ap-btn-primary{
      background: #0f766e;
      color: #ffffff;
    }#ap-aggregate .ap-btn-secondary{
      background: #ffffff;
      color: #0f766e;
    }#ap-aggregate .ap-btn-primary:hover{
      background: #0b5f59;
      border-color: #0b5f59;
    }#ap-aggregate .ap-btn-secondary:hover{
      background: #e7f3f1;
    }#ap-aggregate .ap-hero-visual{
      margin: 0;
      border: 1px solid #dbe5e2;
      border-radius: 8px;
      aspect-ratio: 1 / 1;
    }#ap-aggregate .ap-hero-visual figcaption{
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
    }#ap-aggregate .ap-feature-grid{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }#ap-aggregate .ap-feature-card{
      padding: 20px;
    }#ap-aggregate .ap-feature-card p{
      margin: 10px 0 0;
      color: #46515d;
      font-size: 15px;
      line-height: 1.6;
    }#ap-aggregate .ap-spec-grid{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }#ap-aggregate .ap-spec-card{
      display: grid;
      grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
      gap: 18px;
      padding: 18px;
    }#ap-aggregate .ap-product-visual{
      aspect-ratio: 4 / 3;
      border-radius: 6px;
    }#ap-aggregate .ap-spec-list{
      display: grid;
      gap: 10px;
      margin: 14px 0 0;
      padding: 0;
      list-style: none;
    }#ap-aggregate .ap-spec-list li{
      display: grid;
      grid-template-columns: 116px minmax(0, 1fr);
      gap: 10px;
      color: #46515d;
      font-size: 15px;
      line-height: 1.5;
    }#ap-aggregate .ap-spec-list strong{
      color: #17212b;
    }#ap-aggregate .ap-process-grid{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 22px;
      align-items: start;
    }#ap-aggregate .ap-check-list{
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }#ap-aggregate .ap-check-list li{
      position: relative;
      padding-left: 22px;
      color: #46515d;
      font-size: 15px;
      line-height: 1.58;
    }#ap-aggregate .ap-check-list li::before{
      position: absolute;
      top: 0.55em;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #0f766e;
      content: "";
    }#ap-aggregate .ap-cta-panel{
      padding: 24px;
    }#ap-aggregate .ap-cta-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 20px;
    }#ap-aggregate .ap-faq-wrap{
      width: min(800px, calc(100% - 40px));
      margin: 0 auto;
    }#ap-aggregate .ap-faq-grid{
      display: grid;
      gap: 12px;
    }#ap-aggregate .ap-faq-item{
      border: 1px solid #dbe5e2;
      border-radius: 8px;
      background: #ffffff;
      overflow: hidden;
    }#ap-aggregate .ap-faq-question{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: 100%;
      padding: 18px 20px;
      color: #17212b;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 700;
      cursor: pointer;
      list-style: none;
    }#ap-aggregate .ap-faq-question::-webkit-details-marker{
      display: none;
    }#ap-aggregate .ap-faq-question::after{
      flex: 0 0 auto;
      color: #0f766e;
      content: "+";
      font-size: 20px;
      line-height: 1;
    }#ap-aggregate .ap-faq-item[open] .ap-faq-question::after{
      content: "-";
    }#ap-aggregate .ap-faq-answer{
      padding: 0 20px 18px;
      color: #475569;
      font-size: 15px;
      line-height: 1.62;
    }#ap-aggregate .ap-faq-answer p{
      margin: 0;
    }

    @media (max-width: 900px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-spec-grid, #ap-aggregate .ap-process-grid{
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (max-width: 620px) {#ap-aggregate .ap-wrap, #ap-aggregate .ap-faq-wrap{
        width: min(100% - 28px, 1180px);
      }#ap-aggregate .ap-section{
        padding: 40px 0;
      }#ap-aggregate .ap-hero{
        padding: 42px 0 38px;
      }#ap-aggregate .ap-spec-list li{
        grid-template-columns: minmax(0, 1fr);
        gap: 2px;
      }#ap-aggregate .ap-btn{
        width: 100%;
      }
    }
