.ap-page{
    --ap-ink: #152b2a;
    --ap-muted: #5b6f6d;
    --ap-line: #dde7e4;
    --ap-soft: #f3f7f6;
    --ap-teal: #0c6b5f;
    --ap-teal-dark: #084e46;
    --ap-gold: #f4c95d;
    --ap-white: #ffffff;
    width: 100%;
    margin: 0;
    background: var(--ap-white);
    color: var(--ap-ink);
    font-family: "Segoe UI", system-ui, -apple-system, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
  }.ap-page *, .ap-page *::before, .ap-page *::after{
    box-sizing: border-box;
  }.ap-page img{
    display: block;
    max-width: 100%;
    height: auto;
  }.ap-page a{
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(12, 107, 95, .35);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }.ap-page a:hover{
    text-decoration-color: var(--ap-teal);
  }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{
    margin-top: 0;
  }.ap-page h1{
    font-size: clamp(32px, 4.1vw, 48px);
    line-height: 1.31;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
  }.ap-page h2{
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin-bottom: 18px;
  }.ap-page h3{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }#ap-aggregate .ap-container{
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-section{
    padding: 78px 0;
  }#ap-aggregate .ap-section-soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-section-head{
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
  }#ap-aggregate .ap-section-head p{
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-kicker{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(12, 107, 95, .09);
    color: var(--ap-teal-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  }#ap-aggregate .ap-btn:active{
    transform: translateY(1px);
  }#ap-aggregate .ap-btn-primary{
    color: #fff !important;
    background: var(--ap-teal);
    border: 1px solid var(--ap-teal);
  }#ap-aggregate .ap-btn-primary:hover{
    background: var(--ap-teal-dark);
    border-color: var(--ap-teal-dark);
  }#ap-aggregate .ap-btn-outline{
    color: var(--ap-teal-dark) !important;
    background: transparent;
    border: 1px solid var(--ap-teal);
  }#ap-aggregate .ap-btn-outline:hover{
    color: #fff !important;
    background: var(--ap-teal);
  }#ap-aggregate .ap-btn-light{
    color: var(--ap-teal-dark) !important;
    background: #fff;
    border: 1px solid #fff;
  }#ap-aggregate .ap-btn-light:hover{
    background: var(--ap-gold);
    border-color: var(--ap-gold);
  }#ap-aggregate /* Hero */
  .ap-hero{
    padding: 64px 0 68px;
    background: linear-gradient(180deg, #eef7f4 0%, #ffffff 100%);
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .85fr);
    gap: 64px;
    align-items: center;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    content: "";
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 40%;
    height: 40%;
    border-right: 8px solid var(--ap-gold);
    border-bottom: 8px solid var(--ap-gold);
    z-index: 0;
    border-radius: 0 0 12px 0;
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 24px 54px rgba(21, 43, 42, .18);
    object-fit: cover;
    max-height: 680px;
  }#ap-aggregate .ap-hero-intro{
    max-width: 620px;
    margin-bottom: 26px;
    color: var(--ap-muted);
    font-size: 17px;
  }#ap-aggregate .ap-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }#ap-aggregate .ap-pain-list{
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }#ap-aggregate .ap-pain-card{
    padding: 14px 14px 12px;
    border: 1px solid var(--ap-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
  }#ap-aggregate .ap-pain-card strong{
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
  }#ap-aggregate .ap-pain-card span{
    display: block;
    color: var(--ap-muted);
    font-size: 13px;
    line-height: 1.45;
  }#ap-aggregate /* Quiz */
  .ap-quiz-wrap{
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid var(--ap-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(21, 43, 42, .06);
    overflow: hidden;
  }#ap-aggregate .ap-quiz-q{
    padding: 22px 24px;
    border-bottom: 1px solid var(--ap-line);
  }#ap-aggregate .ap-quiz-q:last-child{
    border-bottom: 0;
  }#ap-aggregate .ap-quiz-q h3{
    font-size: 17px;
    margin-bottom: 4px;
  }#ap-aggregate .ap-quiz-q p{
    color: var(--ap-muted);
    font-size: 14px;
    margin-bottom: 14px;
  }#ap-aggregate .ap-q-options{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }#ap-aggregate .ap-q-option{
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid var(--ap-line);
    border-radius: 999px;
    background: #fff;
    color: var(--ap-ink);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s ease;
  }#ap-aggregate .ap-q-option:hover{
    border-color: var(--ap-teal);
    color: var(--ap-teal-dark);
  }#ap-aggregate .ap-q-option[aria-pressed="true"]{
    border-color: var(--ap-teal);
    background: var(--ap-teal);
    color: #fff;
  }#ap-aggregate .ap-quiz-footer{
    padding: 20px 24px;
    background: var(--ap-soft);
  }#ap-aggregate .ap-quiz-footer-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }#ap-aggregate .ap-quiz-results{
    background: #fff;
  }#ap-aggregate .ap-result-card{
    padding: 26px 24px;
    border-top: 4px solid var(--ap-gold);
  }#ap-aggregate .ap-result-card h3{
    color: var(--ap-teal-dark);
    margin-bottom: 8px;
  }#ap-aggregate .ap-result-card p{
    margin-bottom: 6px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-result-card a{
    color: var(--ap-teal);
    font-weight: 700;
  }#ap-aggregate .ap-quiz-note{
    font-size: 13px;
    color: var(--ap-muted);
  }#ap-aggregate /* Comparison table */
  .ap-compare{
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
  }#ap-aggregate .ap-compare-row{
    display: grid;
    grid-template-columns: minmax(150px, .62fr) minmax(0, 1fr) minmax(0, 1fr);
    border-bottom: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-compare-row:last-child{
    border-bottom: 0;
  }#ap-aggregate .ap-compare-row > div{
    padding: 17px 18px;
    font-size: 14.5px;
  }#ap-aggregate .ap-compare-head{
    background: var(--ap-teal-dark);
  }#ap-aggregate .ap-compare-head .ap-compare-label, #ap-aggregate .ap-compare-head .ap-compare-item{
    color: #fff;
    font-weight: 800;
  }#ap-aggregate .ap-compare-label{
    background: var(--ap-soft);
    font-weight: 800;
    border-right: 1px solid var(--ap-line);
  }#ap-aggregate .ap-compare-item{
    border-right: 1px solid var(--ap-line);
  }#ap-aggregate .ap-compare-item:last-child{
    border-right: 0;
  }#ap-aggregate .ap-compare-item strong{
    display: block;
    margin-bottom: 3px;
  }#ap-aggregate .ap-compare-item .ap-cell-muted{
    display: block;
    color: var(--ap-muted);
    font-size: 13px;
    line-height: 1.5;
  }#ap-aggregate .ap-compare-item .ap-check{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 50%;
    background: rgba(12, 107, 95, .12);
    color: var(--ap-teal);
    font-size: 12px;
    font-weight: 900;
  }#ap-aggregate .ap-compare-item .ap-cross{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 50%;
    background: rgba(170, 74, 56, .12);
    color: #aa4a38;
    font-size: 12px;
    font-weight: 900;
  }#ap-aggregate /* Deep dive */
  .ap-feature-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-feature-card{
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(21, 43, 42, .05);
  }#ap-aggregate .ap-feature-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
  }#ap-aggregate .ap-feature-body{
    padding: 20px 22px 22px;
    display: flex;
    flex: 1;
    flex-direction: column;
  }#ap-aggregate .ap-feature-body p{
    color: var(--ap-muted);
    font-size: 15px;
  }#ap-aggregate .ap-decision{
    margin-top: auto;
    padding: 12px 14px;
    border-radius: 10px;
    background: var(--ap-soft);
    font-size: 14px;
    font-weight: 700;
    color: var(--ap-teal-dark);
  }#ap-aggregate .ap-chip{
    display: inline-block;
    margin: 0 5px 6px 0;
    padding: 4px 10px;
    border: 1px solid var(--ap-line);
    border-radius: 999px;
    background: var(--ap-soft);
    color: var(--ap-teal-dark);
    font-size: 12.5px;
    font-weight: 800;
  }#ap-aggregate .ap-spec-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 40px;
    align-items: center;
    margin-top: 48px;
    background: var(--ap-soft);
    border: 1px solid var(--ap-line);
    border-radius: 18px;
    padding: 26px;
  }#ap-aggregate .ap-spec-media{
    position: relative;
  }#ap-aggregate .ap-spec-media img{
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(21, 43, 42, .14);
  }#ap-aggregate .ap-spec-media .ap-includes{
    margin-top: 14px;
    padding: 14px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--ap-line);
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    padding: 10px 14px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    font-size: 14px;
    vertical-align: top;
  }#ap-aggregate .ap-spec-table th{
    width: 42%;
    background: #fff;
    color: var(--ap-muted);
    font-size: 13px;
    font-weight: 800;
  }#ap-aggregate .ap-spec-table tr:last-child td, #ap-aggregate .ap-spec-table tr:last-child th{
    border-bottom: 0;
  }#ap-aggregate .ap-spec-table td{
    font-weight: 600;
    color: var(--ap-ink);
  }#ap-aggregate /* Scenario module */
  .ap-scenario-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-scenario-card{
    padding: 26px 24px;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(21, 43, 42, .05);
  }#ap-aggregate .ap-scenario-card img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
  }#ap-aggregate .ap-scenario-card ul{
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-scenario-card li{
    position: relative;
    padding-left: 16px;
    color: var(--ap-muted);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 7px;
  }#ap-aggregate .ap-scenario-card li::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ap-teal);
  }#ap-aggregate .ap-scenario-decision{
    margin-top: 8px;
    padding: 12px 14px 0;
    border-top: 2px solid var(--ap-gold);
  }#ap-aggregate .ap-scenario-decision strong{
    display: block;
    color: var(--ap-teal-dark);
    margin-bottom: 3px;
    font-size: 14px;
  }#ap-aggregate .ap-scenario-decision span{
    color: var(--ap-muted);
    font-size: 13.5px;
    line-height: 1.5;
  }#ap-aggregate /* Product matrix */
  .ap-matrix-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-matrix-card{
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
  }#ap-aggregate .ap-matrix-card:hover{
    box-shadow: 0 18px 40px rgba(21, 43, 42, .12);
    transform: translateY(-2px);
  }#ap-aggregate .ap-matrix-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }#ap-aggregate .ap-matrix-body{
    padding: 20px 20px 22px;
    display: flex;
    flex: 1;
    flex-direction: column;
  }#ap-aggregate .ap-matrix-body h3{
    font-size: 17.5px;
  }#ap-aggregate .ap-matrix-body p{
    color: var(--ap-muted);
    font-size: 14px;
    flex: 1;
  }#ap-aggregate .ap-matrix-tag{
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(12, 107, 95, .08);
    color: var(--ap-teal-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
  }#ap-aggregate /* B2B band */
  .ap-b2b{
    background: var(--ap-teal-dark);
    color: #fff;
    border-radius: 18px;
    padding: 44px 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, .8fr);
    gap: 32px;
    align-items: center;
  }#ap-aggregate .ap-b2b h2{
    color: #fff;
    margin-bottom: 12px;
  }#ap-aggregate .ap-b2b p{
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
  }#ap-aggregate .ap-b2b ul{
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }#ap-aggregate .ap-b2b li{
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
  }#ap-aggregate .ap-b2b-actions{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }#ap-aggregate .ap-b2b-actions small{
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
  }

  /* Responsive */
  @media (max-width: 980px) {#ap-aggregate .ap-hero-grid{
      grid-template-columns: 1fr;
      gap: 36px;
    }#ap-aggregate .ap-hero-media{
      order: 2;
    }#ap-aggregate .ap-spec-layout{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-feature-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-pain-list{
      grid-template-columns: repeat(2, 1fr);
    }#ap-aggregate .ap-compare-row{
      grid-template-columns: minmax(110px, .8fr) 1fr 1fr;
    }#ap-aggregate .ap-b2b{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 760px) {#ap-aggregate .ap-section{
      padding: 54px 0;
    }#ap-aggregate .ap-hero{
      padding: 46px 0 50px;
    }#ap-aggregate .ap-feature-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-compare-row{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-compare-head{
      display: none;
    }#ap-aggregate .ap-compare-label{
      border-right: 0;
      border-bottom: 1px solid var(--ap-line);
      background: var(--ap-soft);
      font-size: 16px;
    }#ap-aggregate .ap-compare-item{
      border-right: 0;
      border-bottom: 1px solid var(--ap-line);
    }#ap-aggregate .ap-compare-item:last-child{
      border-bottom: 0;
    }#ap-aggregate .ap-b2b ul{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-pain-list{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 420px) {#ap-aggregate .ap-container{
      width: min(1180px, calc(100% - 24px));
    }#ap-aggregate .ap-btn{
      width: 100%;
    }#ap-aggregate .ap-quiz-q, #ap-aggregate .ap-quiz-footer, #ap-aggregate .ap-result-card{
      padding-left: 16px;
      padding-right: 16px;
    }
  }
