.ap-page, .ap-page *{
      box-sizing: border-box;
    }.ap-page{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      margin: 0;
      overflow-x: clip;
      background: #f7f8fa;
      color: #17212b;
      font-family: Arial, sans-serif;
    }#ap-aggregate .ap-wrap{
      width: min(1180px, calc(100% - 40px));
      max-width: 100%;
      min-width: 0;
      margin: 0 auto;
    }#ap-aggregate .ap-section{
      padding: 48px 0;
    }#ap-aggregate .ap-hero{
      padding: 56px 0 48px;
      background: #ffffff;
    }#ap-aggregate .ap-hero-grid{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
      gap: 36px;
      align-items: center;
    }#ap-aggregate .ap-hero-copy{
      min-width: 0;
    }#ap-aggregate .ap-hero-title{
      margin: 0 0 16px;
      color: #111827;
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.28;
      font-weight: 800;
      letter-spacing: 0;
    }#ap-aggregate .ap-subheadline{
      margin: 0 0 22px;
      color: #475569;
      font-size: 17px;
      line-height: 1.65;
    }#ap-aggregate .ap-hero-keyword-link{
      color: #0f5f8f;
      text-decoration: underline;
      text-underline-offset: 3px;
    }#ap-aggregate .ap-hero-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }#ap-aggregate .ap-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 18px;
      border: 1px solid #17212b;
      border-radius: 6px;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 700;
      text-decoration: none;
    }#ap-aggregate .ap-btn-primary{
      background: #17212b;
      color: #ffffff;
    }#ap-aggregate .ap-btn-secondary{
      background: #ffffff;
      color: #17212b;
    }#ap-aggregate .ap-hero-visual{
      border: 1px solid #d8d4cc;
      border-radius: 8px;
      padding: 16px;
    }#ap-aggregate .ap-product-visual{
      border: 1px solid #d8d4cc;
      border-radius: 8px;
      padding: 14px;
    }#ap-aggregate .ap-product-image, #ap-aggregate .ap-related-product-image{
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: min(560px, 70vh);
      object-fit: contain;
      object-position: center;
    }#ap-aggregate .ap-hero-caption{
      margin-top: 10px;
      color: #64748b;
      font-size: 13px;
      line-height: 1.45;
      text-align: center;
    }#ap-aggregate .ap-section-head{
      max-width: 760px;
      margin: 0 auto 24px;
      text-align: center;
    }#ap-aggregate .ap-h2, #ap-aggregate .ap-module-heading-title{
      margin: 0 0 8px;
      color: #17212b;
      font-size: 28px;
      line-height: 1.28;
      font-weight: 700;
      letter-spacing: 0;
    }#ap-aggregate .ap-section-lede, #ap-aggregate .ap-module-heading-text{
      margin: 0;
      color: #4a5560;
      font-size: 15px;
      line-height: 1.6;
    }#ap-aggregate .ap-feature-grid, #ap-aggregate .ap-finish-grid{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }#ap-aggregate .ap-h3{
      margin: 0 0 8px;
      color: #17212b;
      font-size: 18px;
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: 0;
    }#ap-aggregate .ap-text{
      margin: 0;
      color: #46515d;
      font-size: 14px;
      line-height: 1.6;
    }#ap-aggregate .ap-spec-grid{
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 22px;
      align-items: start;
    }#ap-aggregate .ap-spec-list{
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
    }#ap-aggregate .ap-spec-row{
      display: grid;
      grid-template-columns: minmax(140px, 0.7fr) minmax(0, 1fr);
      gap: 12px;
      padding: 12px 14px;
      border: 1px solid #d8d4cc;
      border-radius: 6px;
      background: #ffffff;
    }#ap-aggregate .ap-spec-term{
      color: #17212b;
      font-size: 14px;
      line-height: 1.4;
      font-weight: 700;
    }#ap-aggregate .ap-spec-value{
      min-width: 0;
      color: #46515d;
      font-size: 14px;
      line-height: 1.4;
      overflow-wrap: anywhere;
    }#ap-aggregate .ap-product-title-link{
      color: #17212b;
      text-decoration: none;
    }#ap-aggregate .ap-faq-section{
      background: #f7f8fa;
    }#ap-aggregate .ap-faq-wrap{
      width: min(800px, calc(100% - 40px));
      max-width: 100%;
      margin: 0 auto;
    }#ap-aggregate .ap-faq-grid{
      display: grid;
      gap: 12px;
    }#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: #0f5f8f;
      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: 14px;
      line-height: 1.6;
    }#ap-aggregate .ap-faq-answer-text{
      margin: 0;
    }

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

    @media (max-width: 560px) {#ap-aggregate .ap-wrap, #ap-aggregate .ap-faq-wrap{
        width: min(100% - 28px, 1180px);
      }#ap-aggregate .ap-section, #ap-aggregate .ap-hero{
        padding: 34px 0;
      }#ap-aggregate .ap-hero-title{
        font-size: 32px;
      }#ap-aggregate .ap-h2, #ap-aggregate .ap-module-heading-title{
        font-size: 24px;
      }#ap-aggregate .ap-spec-row{
        grid-template-columns: minmax(0, 1fr);
      }#ap-aggregate .ap-hero-actions{
        flex-direction: column;
      }#ap-aggregate .ap-btn{
        width: 100%;
      }
    }
  