.ap-page{
    --ap-ink: #102a36;
    --ap-muted: #58707c;
    --ap-line: #dfe8ec;
    --ap-soft: #f4f8f9;
    --ap-navy: #0e2c3d;
    --ap-navy-2: #153e52;
    --ap-green: #1f7a6d;
    --ap-green-dark: #165e55;
    --ap-gold: #f3c86d;
    --ap-white: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: var(--ap-ink);
    background: var(--ap-white);
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    overflow: hidden;
  }.ap-page *, .ap-page *::before, .ap-page *::after{
    box-sizing: border-box;
  }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{
    margin-top: 0;
  }.ap-page h1{
    font-size: clamp(2.05rem, 4.2vw, 3.35rem);
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }.ap-page h2{
    font-size: clamp(1.6rem, 3.1vw, 2.4rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
  }.ap-page h3{
    font-size: 1.16rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }.ap-page a{
    color: inherit;
  }.ap-page img{
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
  }#ap-aggregate .ap-wrap{
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
    border: 1px solid transparent;
  }#ap-aggregate .ap-btn-primary{
    background: var(--ap-green);
    border-color: var(--ap-green);
    color: var(--ap-white) !important;
  }#ap-aggregate .ap-btn-primary:hover{
    background: var(--ap-green-dark);
    border-color: var(--ap-green-dark);
  }#ap-aggregate .ap-btn-outline{
    border-color: rgba(255, 255, 255, 0.75);
    color: var(--ap-white) !important;
    background: transparent;
  }#ap-aggregate .ap-btn-outline:hover{
    border-color: var(--ap-white);
    background: rgba(255, 255, 255, 0.12);
  }#ap-aggregate .ap-hero{
    background: linear-gradient(135deg, var(--ap-navy) 0%, var(--ap-navy-2) 100%);
    color: var(--ap-white);
    padding: 72px 0 78px;
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 52px;
    align-items: center;
  }#ap-aggregate .ap-hero-copy{
    color: rgba(255, 255, 255, 0.92);
  }#ap-aggregate .ap-hero-copy h1{
    color: var(--ap-white);
    margin-bottom: 20px;
  }#ap-aggregate .ap-hero-intro{
    font-size: 1.07rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 620px;
    margin-bottom: 24px;
  }#ap-aggregate .ap-hero-intro a{
    color: var(--ap-gold);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-aggregate .ap-hero-intro strong{
    font-weight: 800;
    color: var(--ap-white);
  }#ap-aggregate .ap-hero-bullets{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    margin: 26px 0 30px;
  }#ap-aggregate .ap-hero-bullet{
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.9rem;
    font-weight: 700;
  }#ap-aggregate .ap-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media img{
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(3, 15, 24, 0.28);
  }#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-bottom: 42px;
  }#ap-aggregate .ap-section-head p{
    color: var(--ap-muted);
    font-size: 1.02rem;
    margin-bottom: 0;
  }#ap-aggregate .ap-check-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }#ap-aggregate .ap-check-item{
    background: var(--ap-white);
    border: 1px solid var(--ap-line);
    border-left: 5px solid var(--ap-green);
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    gap: 14px;
  }#ap-aggregate .ap-check-icon{
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--ap-green);
    color: var(--ap-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: 2px;
  }#ap-aggregate .ap-check-content{
    min-width: 0;
  }#ap-aggregate .ap-check-content h3{
    margin-bottom: 6px;
  }#ap-aggregate .ap-check-content p{
    color: var(--ap-muted);
    font-size: 0.96rem;
    margin-bottom: 0;
  }#ap-aggregate .ap-check-content p strong{
    color: var(--ap-ink);
  }#ap-aggregate .ap-spec-grid{
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: start;
  }#ap-aggregate .ap-spec-media{
    position: sticky;
    top: 20px;
  }#ap-aggregate .ap-spec-media img{
    width: 100%;
    border-radius: 16px;
    background: var(--ap-soft);
    border: 1px solid var(--ap-line);
    margin-bottom: 16px;
  }#ap-aggregate .ap-fig-note{
    font-size: 0.9rem;
    color: var(--ap-muted);
    margin: 0;
  }#ap-aggregate .ap-spec-content > p{
    color: var(--ap-muted);
    font-size: 1.02rem;
    margin-bottom: 24px;
  }#ap-aggregate .ap-scroll{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    border-radius: 14px;
    background: var(--ap-white);
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    font-size: 0.94rem;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    padding: 13px 15px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: top;
  }#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: var(--ap-ink);
    background: var(--ap-soft);
    font-weight: 700;
    white-space: normal;
  }#ap-aggregate .ap-spec-table td{
    color: var(--ap-muted);
  }#ap-aggregate .ap-spec-note{
    font-size: 0.9rem;
    color: var(--ap-muted);
    margin: 16px 0 0;
  }#ap-aggregate .ap-spec-note a{
    font-weight: 700;
    color: var(--ap-green);
  }#ap-aggregate .ap-scenario-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-scenario-card{
    background: var(--ap-white);
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }#ap-aggregate .ap-scenario-card img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #eef3f5;
    border-bottom: 1px solid var(--ap-line);
    padding: 14px;
  }#ap-aggregate .ap-scenario-body{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
  }#ap-aggregate .ap-scenario-body h3{
    margin-bottom: 0;
  }#ap-aggregate .ap-scenario-body p{
    color: var(--ap-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
  }#ap-aggregate .ap-buyer-ask{
    margin-top: auto;
    background: var(--ap-soft);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.92rem;
    color: var(--ap-ink);
  }#ap-aggregate .ap-buyer-ask strong{
    display: block;
    color: var(--ap-green-dark);
    text-transform: uppercase;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }#ap-aggregate .ap-matrix-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }#ap-aggregate .ap-matrix-card{
    background: var(--ap-white);
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }#ap-aggregate .ap-matrix-card:hover{
    box-shadow: 0 16px 34px rgba(14, 44, 61, 0.1);
    transform: translateY(-3px);
  }#ap-aggregate .ap-matrix-thumb{
    display: block;
    width: 100%;
    background: #eef3f5;
    border-bottom: 1px solid var(--ap-line);
  }#ap-aggregate .ap-matrix-thumb img{
    width: 100%;
    height: 190px;
    object-fit: contain;
    background: #eef3f5;
    padding: 12px;
  }#ap-aggregate .ap-matrix-body{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
  }#ap-aggregate .ap-matrix-body h3{
    font-size: 1.02rem;
    margin-bottom: 0;
  }#ap-aggregate .ap-matrix-body h3 a{
    color: var(--ap-ink);
    text-decoration: none;
  }#ap-aggregate .ap-matrix-body h3 a:hover{
    color: var(--ap-green);
  }#ap-aggregate .ap-matrix-body p{
    color: var(--ap-muted);
    font-size: 0.94rem;
    margin-bottom: 0;
  }#ap-aggregate .ap-matrix-link{
    margin-top: auto;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--ap-green) !important;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
  }#ap-aggregate .ap-matrix-link:hover{
    color: var(--ap-green-dark) !important;
    text-decoration: underline;
  }#ap-aggregate .ap-cta-section{
    background: linear-gradient(135deg, var(--ap-navy) 0%, var(--ap-navy-2) 100%);
    color: var(--ap-white);
    text-align: center;
    padding: 76px 0;
  }#ap-aggregate .ap-cta-inner{
    max-width: 840px;
  }#ap-aggregate .ap-cta-inner h2{
    color: var(--ap-white);
  }#ap-aggregate .ap-cta-inner p{
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.05rem;
    margin-bottom: 24px;
  }#ap-aggregate .ap-cta-actions{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }#ap-aggregate .ap-oem-tags{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0 0 28px;
  }#ap-aggregate .ap-oem-tags li{
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 13px;
    font-size: 0.84rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
  }
  @media (max-width: 1020px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-spec-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-hero{
      padding: 54px 0 60px;
    }#ap-aggregate .ap-spec-media{
      position: static;
    }#ap-aggregate .ap-spec-media img{
      max-height: 360px;
      object-fit: contain;
    }#ap-aggregate .ap-scenario-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 620px) {#ap-aggregate .ap-wrap{
      width: min(100% - 28px, 1180px);
    }#ap-aggregate .ap-hero-grid{
      gap: 34px;
    }#ap-aggregate .ap-hero-bullets{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-section{
      padding: 56px 0;
    }#ap-aggregate .ap-scenario-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-check-item{
      padding: 16px;
    }
  }
