#ap-aggregate .ap-hub{
    --ap-ink: #10231e;
    --ap-muted: #5c6f67;
    --ap-teal: #0f766e;
    --ap-teal-dark: #0a504b;
    --ap-amber: #b45309;
    --ap-soft: #eef3f0;
    --ap-cloud: #f8faf9;
    --ap-line: #d9e3dd;
    --ap-white: #ffffff;
    width: 100%;
    overflow: hidden;
    background: var(--ap-white);
    color: var(--ap-ink);
    font-family: "Helvetica Neue", Arial, "Segoe UI", sans-serif;
    line-height: 1.65;
  }#ap-aggregate .ap-hub *, #ap-aggregate .ap-hub *::before, #ap-aggregate .ap-hub *::after{ box-sizing: border-box; }#ap-aggregate .ap-hub img{ display: block; max-width: 100%; height: auto; }#ap-aggregate .ap-hub a{ color: inherit; }#ap-aggregate .ap-hub-wrap{ width: min(1160px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-hub-section{ padding: 76px 0; }#ap-aggregate .ap-hub-section--soft{ background: var(--ap-soft); }#ap-aggregate .ap-hub-section--cloud{ background: var(--ap-cloud); }#ap-aggregate .ap-hub-eyebrow{
    display: inline-block;
    margin-bottom: 12px;
    color: var(--ap-amber);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }#ap-aggregate .ap-hub-hero h1{
    margin: 0 0 18px;
    max-width: 860px;
    color: #fff;
    font-size: clamp(32px, 4.4vw, 52px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.02em;
  }#ap-aggregate .ap-hub h2{
    margin: 0 0 14px;
    color: var(--ap-ink);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.015em;
  }#ap-aggregate .ap-hub-h2-narrow{ max-width: 700px; }#ap-aggregate .ap-hub h3{
    margin: 0 0 8px;
    color: var(--ap-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
  }#ap-aggregate .ap-hub p{ margin: 0 0 14px; }#ap-aggregate .ap-hub-lede{
    max-width: 760px;
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 17px;
  }#ap-aggregate .ap-hub-lead-dark{ color: rgba(255, 255, 255, .9); }#ap-aggregate .ap-hub-hero{
    position: relative;
    padding: 84px 0 92px;
    background-color: #0b1f1a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }#ap-aggregate .ap-hub-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(7, 26, 20, .9) 0%, rgba(7, 26, 20, .68) 48%, rgba(7, 26, 20, .28) 100%);
  }#ap-aggregate .ap-hub-hero-inner{ position: relative; z-index: 1; }#ap-aggregate .ap-hub-hero-intro{
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: 18px;
  }#ap-aggregate .ap-hub-hero-intro a{ color: #fff; }#ap-aggregate .ap-hub-hero-intro strong{ font-weight: 800; }#ap-aggregate .ap-hub-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }#ap-aggregate .ap-hub-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  }#ap-aggregate .ap-hub-btn:hover{ transform: translateY(-2px); }#ap-aggregate .ap-hub-btn--primary{ background: var(--ap-teal); border-color: var(--ap-teal); color: #fff !important; }#ap-aggregate .ap-hub-btn--primary:hover{ background: var(--ap-teal-dark); border-color: var(--ap-teal-dark); }#ap-aggregate .ap-hub-btn--ghost{ background: rgba(255, 255, 255, .08); border-color: #fff; color: #fff !important; }#ap-aggregate .ap-hub-btn--ghost:hover{ background: #fff; color: var(--ap-ink) !important; }#ap-aggregate .ap-hub-section-head{ margin-bottom: 36px; }#ap-aggregate .ap-hub-compare-table{
    width: 100%;
    margin: 0 0 20px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(16, 35, 30, .06);
  }#ap-aggregate .ap-hub-compare-table th, #ap-aggregate .ap-hub-compare-table td{ padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-hub-compare-table thead th{ background: var(--ap-ink); color: #fff; font-size: 15px; }#ap-aggregate .ap-hub-compare-table thead th:first-child{ background: #34544b; }#ap-aggregate .ap-hub-compare-table tbody th{ width: 22%; background: #f2f6f4; color: var(--ap-ink); font-size: 14px; }#ap-aggregate .ap-hub-compare-table td{ color: #42564e; font-size: 14.5px; }#ap-aggregate .ap-hub-compare-table tr:last-child th, #ap-aggregate .ap-hub-compare-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-hub-callout{
    margin-top: 24px;
    padding: 22px 26px;
    border-left: 4px solid var(--ap-teal);
    background: #fff;
    border-radius: 0 8px 8px 0;
  }#ap-aggregate .ap-hub-callout strong{ color: var(--ap-teal-dark); }#ap-aggregate .ap-hub-callout p{ margin: 0; color: var(--ap-muted); }#ap-aggregate .ap-hub-split{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: start;
  }#ap-aggregate .ap-hub-media-frame img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(16, 35, 30, .13);
  }#ap-aggregate .ap-hub-media-caption{
    margin: 12px 0 0;
    color: var(--ap-muted);
    font-size: 13px;
    text-align: center;
  }#ap-aggregate .ap-hub-badge-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 26px;
  }#ap-aggregate .ap-hub-badge{
    padding: 14px 16px;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    background: var(--ap-cloud);
  }#ap-aggregate .ap-hub-badge strong{
    display: block;
    color: var(--ap-teal-dark);
    font-size: 18px;
    line-height: 1.25;
  }#ap-aggregate .ap-hub-badge span{ color: var(--ap-muted); font-size: 13px; }#ap-aggregate .ap-hub-spec-table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    overflow: hidden;
  }#ap-aggregate .ap-hub-spec-table th, #ap-aggregate .ap-hub-spec-table td{
    padding: 11px 14px;
    border-bottom: 1px solid var(--ap-line);
    font-size: 14.5px;
    text-align: left;
  }#ap-aggregate .ap-hub-spec-table tr:last-child th, #ap-aggregate .ap-hub-spec-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-hub-spec-table th{ width: 44%; background: #f2f6f4; color: var(--ap-ink); font-weight: 700; }#ap-aggregate .ap-hub-spec-table td{ color: #42564e; }#ap-aggregate .ap-hub-feature-list{
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-hub-feature-list li{
    position: relative;
    padding: 5px 0 5px 26px;
    border-bottom: 1px dotted var(--ap-line);
    color: #42564e;
    font-size: 14.5px;
  }#ap-aggregate .ap-hub-feature-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ap-teal);
    font-weight: 800;
  }#ap-aggregate .ap-hub-inline-cta{ margin-top: 26px; }#ap-aggregate .ap-hub-process-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 26px;
  }#ap-aggregate .ap-hub-process-card{
    padding: 20px;
    background: #fff;
    border-top: 4px solid var(--ap-teal);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(16, 35, 30, .05);
  }#ap-aggregate .ap-hub-process-step{
    display: inline-block;
    margin-bottom: 9px;
    color: var(--ap-amber);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
  }#ap-aggregate .ap-hub-process-card p{ margin: 0; color: var(--ap-muted); font-size: 14px; }#ap-aggregate .ap-hub-scene{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
    gap: 40px;
    align-items: center;
  }#ap-aggregate .ap-hub-scene-media img{
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(16, 35, 30, .14);
  }#ap-aggregate .ap-hub-card-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 26px;
  }#ap-aggregate .ap-hub-decision-card{
    padding: 20px;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-left: 4px solid var(--ap-teal);
    border-radius: 8px;
  }#ap-aggregate .ap-hub-decision-card h3{ margin-bottom: 4px; font-size: 17px; }#ap-aggregate .ap-hub-decision-card p{ margin-bottom: 12px; color: var(--ap-muted); font-size: 14px; }#ap-aggregate .ap-hub-decision-card .ap-hub-fact-line{
    display: block;
    margin-bottom: 4px;
    color: var(--ap-teal-dark);
    font-size: 13px;
    font-weight: 800;
  }#ap-aggregate .ap-hub-decision-card strong{ color: var(--ap-ink); }#ap-aggregate .ap-hub-decision-card span.buyer-move{
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--ap-line);
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-hub-related-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 10px;
  }#ap-aggregate .ap-hub-related-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
  }#ap-aggregate .ap-hub-related-card:hover{ box-shadow: 0 14px 34px rgba(16, 35, 30, .1); transform: translateY(-3px); }#ap-aggregate .ap-hub-related-media{ aspect-ratio: 4 / 3; background: #edf2ef; }#ap-aggregate .ap-hub-related-media img{ width: 100%; height: 100%; object-fit: cover; }#ap-aggregate .ap-hub-related-body{ display: flex; flex: 1; flex-direction: column; padding: 18px 20px 20px; }#ap-aggregate .ap-hub-related-body h3{ font-size: 17px; line-height: 1.3; }#ap-aggregate .ap-hub-related-body p{ flex: 1; color: var(--ap-muted); font-size: 14px; }#ap-aggregate .ap-hub-text-link{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ap-teal-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }#ap-aggregate .ap-hub-text-link:hover{ text-decoration: underline; }#ap-aggregate .ap-hub-quote{
    position: relative;
    background: var(--ap-ink);
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
  }#ap-aggregate .ap-hub-quote-pattern{
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(15, 118, 110, .35);
  }#ap-aggregate .ap-hub-quote-inner{
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 40px;
    align-items: center;
    padding: 48px;
  }#ap-aggregate .ap-hub-quote-inner h2{ color: #fff; }#ap-aggregate .ap-hub-quote-inner p{ margin: 0; color: rgba(255, 255, 255, .82); }#ap-aggregate .ap-hub-contact-channels{
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-hub-contact-channels li{ margin-bottom: 8px; }#ap-aggregate .ap-hub-contact-channels a{
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
    text-decoration: none;
  }#ap-aggregate .ap-hub-contact-channels a:hover{ color: #fff; text-decoration: underline; }#ap-aggregate .ap-hub-quote-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }#ap-aggregate .ap-hub-faq-list{ margin: 26px auto 0; max-width: 900px; }#ap-aggregate .ap-hub-faq-item{
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    overflow: hidden;
  }#ap-aggregate .ap-hub-faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    background: none;
    color: var(--ap-ink);
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
  }#ap-aggregate .ap-hub-faq-question::after{ content: "+"; font-size: 22px; font-weight: 400; color: var(--ap-teal); margin-left: 14px; }#ap-aggregate .ap-hub-faq-answer{ padding: 0 20px 16px; color: var(--ap-muted); font-size: 14.5px; }#ap-aggregate .ap-hub-note{
    margin-top: 34px;
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-hub-note a{ color: #0a504b; text-underline-offset: 3px; }#ap-aggregate .ap-hub-text-center{ text-align: center; }

  /* Responsive */
  @media (max-width: 960px) {#ap-aggregate .ap-hub-section{ padding: 60px 0; }#ap-aggregate .ap-hub-split, #ap-aggregate .ap-hub-scene, #ap-aggregate .ap-hub-quote-inner{ grid-template-columns: 1fr; gap: 28px; }#ap-aggregate .ap-hub-quote-inner{ padding: 34px; }#ap-aggregate .ap-hub-process-grid, #ap-aggregate .ap-hub-card-grid{ grid-template-columns: repeat(2, 1fr); }#ap-aggregate .ap-hub-related-grid{ grid-template-columns: 1fr; }
  }
  @media (max-width: 620px) {#ap-aggregate .ap-hub-wrap{ width: min(100% - 28px, 1160px); }#ap-aggregate .ap-hub-hero{ padding: 54px 0 60px; }#ap-aggregate .ap-hub-badge-row, #ap-aggregate .ap-hub-process-grid, #ap-aggregate .ap-hub-card-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-hub-compare-table{ display: block; overflow-x: auto; white-space: normal; }#ap-aggregate .ap-hub-quote-inner{ padding: 26px 20px; }
  }
