#ap-aggregate .ap-buyguide{
    --ap-ink: #231f2a;
    --ap-muted: #676070;
    --ap-soft: #f8f4f6;
    --ap-line: #e6dee3;
    --ap-plum: #76445f;
    --ap-plum-dark: #562f45;
    --ap-gold: #b4885f;
    --ap-white: #ffffff;
    margin: 0 auto;
    color: var(--ap-ink);
    background: var(--ap-white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
  }#ap-aggregate .ap-buyguide, #ap-aggregate .ap-buyguide *, #ap-aggregate .ap-buyguide *::before, #ap-aggregate .ap-buyguide *::after{
    box-sizing: border-box;
  }#ap-aggregate .ap-buyguide h1, #ap-aggregate .ap-buyguide h2, #ap-aggregate .ap-buyguide h3, #ap-aggregate .ap-buyguide p{
    margin-top: 0;
  }#ap-aggregate .ap-buyguide h1, #ap-aggregate .ap-buyguide h2, #ap-aggregate .ap-buyguide h3{
    letter-spacing: -0.01em;
  }#ap-aggregate .ap-buyguide h1{
    font-size: clamp(29px, 4.4vw, 46px);
    line-height: 1.32;
    margin-bottom: 20px;
  }#ap-aggregate .ap-buyguide h2{
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.28;
    margin-bottom: 16px;
  }#ap-aggregate .ap-buyguide h3{
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
  }#ap-aggregate .ap-buyguide a{
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-aggregate .ap-buyguide img{
    display: block;
    max-width: 100%;
  }#ap-aggregate .ap-overline{
    margin-bottom: 12px;
    color: var(--ap-plum);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }#ap-aggregate .ap-container{
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: 1px solid var(--ap-ink);
    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, transform 0.2s ease;
  }#ap-aggregate .ap-btn:hover{
    transform: translateY(-1px);
  }#ap-aggregate .ap-btn--primary{
    color: var(--ap-white) !important;
    background: var(--ap-plum);
    border-color: var(--ap-plum);
  }#ap-aggregate .ap-btn--primary:hover{
    background: var(--ap-plum-dark);
    border-color: var(--ap-plum-dark);
  }#ap-aggregate .ap-btn--ghost{
    color: var(--ap-ink) !important;
    background: transparent;
    border-color: var(--ap-plum);
  }#ap-aggregate .ap-btn--ghost:hover{
    color: var(--ap-white) !important;
    background: var(--ap-plum);
  }#ap-aggregate /* Hero */
  .ap-hero{
    padding: 56px 0 64px;
    background: var(--ap-white);
  }#ap-aggregate .ap-hero__grid{
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
  }#ap-aggregate .ap-hero__intro{
    font-size: 17px;
    color: #4d4653;
    margin-bottom: 22px;
  }#ap-aggregate .ap-hero__intro a{
    color: var(--ap-plum);
  }#ap-aggregate .ap-hero__help{
    color: var(--ap-muted);
    font-size: 16px;
    margin-bottom: 0;
  }#ap-aggregate .ap-hero__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0 30px;
  }#ap-aggregate .ap-hero__facts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }#ap-aggregate .ap-hero__facts li{
    padding: 12px 0;
    border-top: 2px solid var(--ap-plum);
  }#ap-aggregate .ap-hero__facts strong{
    display: block;
    font-size: 15px;
    line-height: 1.35;
  }#ap-aggregate .ap-hero__facts span{
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-hero__media img{
    width: 100%;
    max-width: 600px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(35, 31, 42, 0.16);
  }#ap-aggregate /* Shared section spacing */
  .ap-section{
    padding: 72px 0;
  }#ap-aggregate .ap-section--soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-section__lead{
    max-width: 740px;
    color: #5b5461;
    font-size: 16.5px;
    margin-bottom: 30px;
  }#ap-aggregate .ap-section-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }#ap-aggregate .ap-section-head h2{
    margin-bottom: 6px;
  }#ap-aggregate .ap-section-head p{
    max-width: 700px;
    color: var(--ap-muted);
    margin-bottom: 0;
  }#ap-aggregate .ap-inline-cta{
    color: var(--ap-plum);
    font-weight: 700;
    text-decoration: none;
  }#ap-aggregate .ap-inline-cta:hover{
    color: var(--ap-plum-dark);
  }#ap-aggregate /* Comparison table */
  .ap-compare-wrap{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    border-radius: 12px;
    background: var(--ap-white);
  }#ap-aggregate .ap-compare{
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    font-size: 14.5px;
  }#ap-aggregate .ap-compare th, #ap-aggregate .ap-compare td{
    padding: 14px 14px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: middle;
  }#ap-aggregate .ap-compare thead th{
    background: var(--ap-soft);
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ap-plum-dark);
    white-space: nowrap;
  }#ap-aggregate .ap-compare tbody tr:last-child th, #ap-aggregate .ap-compare tbody tr:last-child td{
    border-bottom: 0;
  }#ap-aggregate .ap-compare tbody th{
    min-width: 230px;
    font-weight: 400;
    color: var(--ap-ink);
  }#ap-aggregate .ap-compare tbody tr:hover{
    background: #fdfafb;
  }#ap-aggregate .ap-compare__product{
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
  }#ap-aggregate .ap-compare__thumb{
    width: 70px;
    height: 70px;
    border-radius: 16px;
    object-fit: cover;
    flex: 0 0 auto;
  }#ap-aggregate .ap-compare .ap-product-link{
    color: var(--ap-plum);
    font-weight: 700;
  }#ap-aggregate .ap-compare .ap-missing{
    color: var(--ap-muted);
    white-space: nowrap;
  }#ap-aggregate .ap-compare .ap-missing a{
    color: var(--ap-plum);
  }#ap-aggregate .ap-compare__actions{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }#ap-aggregate .ap-compare__actions .ap-btn{
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13.5px;
    border-radius: 5px;
  }#ap-aggregate .ap-compare__note{
    margin-top: 14px;
    color: var(--ap-muted);
    font-size: 13.5px;
  }#ap-aggregate .ap-compare__note a{
    color: var(--ap-plum);
  }#ap-aggregate .ap-anchor-specs{
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }#ap-aggregate .ap-anchor-specs div{
    padding: 12px 14px;
    border-left: 3px solid var(--ap-gold);
    background: var(--ap-soft);
  }#ap-aggregate .ap-anchor-specs strong{
    display: block;
    font-size: 15px;
  }#ap-aggregate .ap-anchor-specs span{
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate /* Buyer scenario cards */
  .ap-priority-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }#ap-aggregate .ap-card{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--ap-white);
    border: 1px solid var(--ap-line);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(35, 31, 42, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }#ap-aggregate .ap-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(35, 31, 42, 0.1);
  }#ap-aggregate .ap-card__media img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }#ap-aggregate .ap-card__body{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
  }#ap-aggregate .ap-card__tag{
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3e9ee;
    color: var(--ap-plum-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }#ap-aggregate .ap-card__body p{
    flex: 1;
    color: #5b5461;
    font-size: 15px;
    margin-bottom: 16px;
  }#ap-aggregate .ap-card__spec{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
  }#ap-aggregate .ap-card__spec span{
    padding: 4px 9px;
    border: 1px solid var(--ap-line);
    border-radius: 5px;
    background: var(--ap-soft);
    color: #4d4653;
    font-size: 12px;
    line-height: 1.4;
  }#ap-aggregate .ap-card__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
  }#ap-aggregate .ap-card__actions .ap-btn{
    flex: 1 1 auto;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 14px;
  }#ap-aggregate .ap-card__actions .ap-btn--text{
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 4px;
    color: var(--ap-plum);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    background: none;
  }#ap-aggregate .ap-card__actions .ap-btn--text:hover{
    color: var(--ap-plum-dark);
    text-decoration: underline;
  }#ap-aggregate /* Upgrade module */
  .ap-upgrade-grid{
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(28px, 5vw, 56px);
  }#ap-aggregate .ap-upgrade-grid img{
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(35, 31, 42, 0.12);
  }#ap-aggregate .ap-upgrade-list{
    list-style: none;
    padding: 0;
    margin: 0;
  }#ap-aggregate .ap-upgrade-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid var(--ap-line);
  }#ap-aggregate .ap-upgrade-list li:last-child{
    border-bottom: 0;
  }#ap-aggregate .ap-upgrade-list strong{
    display: block;
    font-size: 15.5px;
  }#ap-aggregate .ap-upgrade-list span{
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-upgrade-list em{
    font-style: normal;
    font-weight: 800;
    color: var(--ap-plum-dark);
    white-space: nowrap;
  }#ap-aggregate .ap-upgrade-side p{
    color: #5b5461;
    margin-bottom: 18px;
  }#ap-aggregate /* Support strip */
  .ap-support{
    padding: 60px 0;
    background: var(--ap-ink);
    color: var(--ap-white);
  }#ap-aggregate .ap-support a{
    color: #ecd9e4;
  }#ap-aggregate .ap-support__grid{
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: clamp(28px, 5vw, 56px);
  }#ap-aggregate .ap-support h2{
    color: var(--ap-white);
    margin-bottom: 12px;
  }#ap-aggregate .ap-support p{
    color: #d8d1d6;
    margin-bottom: 22px;
  }#ap-aggregate .ap-support ul{
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 10px;
  }#ap-aggregate .ap-support li{
    color: #e7e2e7;
    font-size: 15px;
  }#ap-aggregate .ap-support li strong{
    color: var(--ap-white);
  }#ap-aggregate .ap-support__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }#ap-aggregate .ap-support .ap-btn--light{
    color: var(--ap-ink) !important;
    background: var(--ap-white);
    border-color: var(--ap-white);
  }#ap-aggregate .ap-support .ap-btn--light:hover{
    background: #efdbe6;
    border-color: #efdbe6;
  }#ap-aggregate .ap-support .ap-btn--outline-light{
    color: var(--ap-white) !important;
    border-color: rgba(255, 255, 255, 0.7);
  }#ap-aggregate .ap-support .ap-btn--outline-light:hover{
    background: rgba(255, 255, 255, 0.1);
  }#ap-aggregate .ap-contact-card{
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
  }#ap-aggregate .ap-contact-card h3{
    color: var(--ap-white);
    margin-bottom: 6px;
  }#ap-aggregate .ap-contact-card p{
    margin-bottom: 14px;
  }#ap-aggregate .ap-meta-row{
    display: grid;
    gap: 8px;
    font-size: 14.5px;
  }#ap-aggregate .ap-meta-row a{
    color: #f0dee8;
    word-break: break-word;
  }#ap-aggregate /* FAQ */
  .ap-faq{
    padding-bottom: 84px;
  }#ap-aggregate .ap-faq__list{
    display: grid;
    gap: 10px;
  }#ap-aggregate .ap-faq__item{
    border: 1px solid var(--ap-line);
    background: var(--ap-white);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
  }#ap-aggregate .ap-faq__item summary{
    cursor: pointer;
    padding: 17px 20px;
    font-weight: 700;
    font-size: 16px;
    color: var(--ap-ink);
    position: relative;
    padding-right: 52px;
    list-style: none;
  }#ap-aggregate .ap-faq__item summary::-webkit-details-marker{
    display: none;
  }#ap-aggregate .ap-faq__item summary::after{
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ap-soft);
    color: var(--ap-plum);
    font-weight: 700;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }#ap-aggregate .ap-faq__item[open] summary::after{
    content: "–";
    background: var(--ap-plum);
    color: var(--ap-white);
  }#ap-aggregate .ap-faq__answer{
    padding: 0 20px 18px;
    color: var(--ap-muted);
    font-size: 15px;
  }#ap-aggregate .ap-faq__answer p{
    margin-bottom: 10px;
  }#ap-aggregate .ap-faq__answer a{
    color: var(--ap-plum);
    font-weight: 700;
  }

  @media (max-width: 900px) {#ap-aggregate .ap-hero__grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-hero__media{
      order: -1;
    }#ap-aggregate .ap-priority-grid{
      grid-template-columns: 1fr;
      max-width: 480px;
    }#ap-aggregate .ap-upgrade-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-support__grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-anchor-specs{
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {#ap-aggregate .ap-buyguide .ap-container{
      width: min(100% - 28px, 1140px);
    }#ap-aggregate .ap-section{
      padding: 54px 0;
    }#ap-aggregate .ap-hero{
      padding: 42px 0 46px;
    }#ap-aggregate .ap-hero__facts{
      grid-template-columns: 1fr 1fr;
    }#ap-aggregate .ap-anchor-specs{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-faq__item summary{
      font-size: 15px;
    }
  }
