#ap-aggregate{
  font-family: Arial, sans-serif;
  color: #1e293b;
  background: #f9fafb;
  overflow-x: clip;
}#ap-aggregate, #ap-aggregate *, #ap-aggregate *::before, #ap-aggregate *::after{
  box-sizing: border-box;
}#ap-aggregate .ap-shell{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}#ap-aggregate img{
  max-width: 100%;
  height: auto;
}#ap-aggregate > section{
  padding: 56px 0;
}#ap-aggregate h1{
  color: #0f172a;
  font-size: 37px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
}#ap-aggregate h2{
  color: #0f172a;
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}#ap-aggregate h3{
  color: #17212b;
  font-size: 18px;
  line-height: 1.32;
  margin: 0 0 8px;
}#ap-aggregate p{
  color: #46515d;
  line-height: 1.65;
}#ap-aggregate .ap-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}#ap-aggregate .ap-btn-primary{
  background: #0f766e;
  border: 1px solid #0f766e;
  color: #fff;
}#ap-aggregate .ap-btn-primary:hover{
  background: #115e59;
  border-color: #115e59;
}#ap-aggregate .ap-btn-secondary{
  background: #fff;
  border: 1px solid #0f766e;
  color: #0f766e;
}#ap-aggregate .ap-btn-secondary:hover{
  background: #f0fdfa;
}/* Hero */
#ap-aggregate .ap-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 46px;
  align-items: center;
}#ap-aggregate .ap-hero-copy{
  padding: 8px 0;
}#ap-aggregate .ap-hero-copy h1{
  margin-bottom: 18px;
}#ap-aggregate .ap-hero-intro{
  max-width: 60ch;
  margin: 0 0 28px;
  font-size: 17px;
}#ap-aggregate .ap-hero-intro a, #ap-aggregate .ap-inline-link{
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}#ap-aggregate .ap-hero-intro a strong, #ap-aggregate .ap-inline-link strong{
  color: inherit;
  font-weight: 700;
}#ap-aggregate .ap-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
}#ap-aggregate .ap-hero-media{
  display: flex;
  align-items: center;
  justify-content: center;
}#ap-aggregate .ap-hero-media img{
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(560px, 70vh);
  object-fit: contain;
  border-radius: 16px;
}/* Split / overview module */
#ap-aggregate .ap-split-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}#ap-aggregate .ap-split-media{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 18px;
}#ap-aggregate .ap-split-media img{
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(540px, 68vh);
  object-fit: contain;
}#ap-aggregate .ap-split-copy h2{
  margin-bottom: 14px;
}#ap-aggregate .ap-split-copy p{
  margin: 0 0 16px;
}#ap-aggregate .ap-check-list{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}#ap-aggregate .ap-check-list li{
  position: relative;
  padding-left: 26px;
  color: #46515d;
  line-height: 1.6;
}#ap-aggregate .ap-check-list li::before{
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 7px;
  height: 12px;
  border: solid #0f766e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}/* Module headings */
#ap-aggregate .ap-module-heading{
  max-width: 800px;
  margin: 0 auto 28px;
  text-align: center;
}#ap-aggregate .ap-module-heading h2{
  margin-bottom: 8px;
}#ap-aggregate .ap-module-heading p{
  margin: 0;
  color: #5b6b7b;
}/* Spec table module */
#ap-aggregate .ap-spec-table-wrap{
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}#ap-aggregate .ap-spec-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
  padding: 14px 18px;
  border-bottom: 1px solid #edf1f5;
  text-align: left;
  vertical-align: top;
  background: #fff;
}#ap-aggregate .ap-spec-table tr:last-child th, #ap-aggregate .ap-spec-table tr:last-child td{
  border-bottom: 0;
}#ap-aggregate .ap-spec-table th{
  width: 34%;
  color: #1e293b;
  font-weight: 700;
  background: #f8fafc;
}#ap-aggregate .ap-spec-table td{
  color: #475569;
}#ap-aggregate .ap-spec-note{
  max-width: 920px;
  margin: 18px auto 0;
}#ap-aggregate .ap-faq-heading{
  text-align: center;
  margin: 0 auto 28px;
}#ap-aggregate .ap-faq-q{
  margin: 0;
  padding: 20px 22px 4px;
  color: #17212b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}/* Bottom CTA */
#ap-aggregate .ap-cta-conversion{
  text-align: center;
  padding: 60px 0;
}#ap-aggregate .ap-cta-inner{
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 42px 24px;
}#ap-aggregate .ap-cta-inner h2{
  margin-bottom: 10px;
}#ap-aggregate .ap-cta-inner p{
  max-width: 62ch;
  margin: 0 auto 26px;
  color: #5b6b7b;
}#ap-aggregate .ap-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 900px){#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-split-grid{
    grid-template-columns: minmax(0, 1fr);
  }#ap-aggregate .ap-split-media{
    order: -1;
  }
}
@media (max-width: 600px){#ap-aggregate h1{
    font-size: 32px;
  }#ap-aggregate h2{
    font-size: 24px;
  }#ap-aggregate .ap-hero-actions, #ap-aggregate .ap-cta-actions{
    flex-direction: column;
    align-items: stretch;
  }#ap-aggregate .ap-btn{
    width: 100%;
  }
}
