.ap-page{
    --ap-ink: #16202b;
    --ap-muted: #5d6a78;
    --ap-paper: #ffffff;
    --ap-soft: #f4f6f9;
    --ap-line: #e1e7ee;
    --ap-accent: #0f5d8c;
    --ap-accent-dark: #0a3f5e;
    --ap-warm: #d0532c;
    --ap-gold: #f0c14b;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.62;
    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 h1, .ap-page h2, .ap-page h3, .ap-page p, .ap-page ul{ margin: 0 0 14px; }.ap-page ul{ padding-left: 20px; }.ap-page h1{ font-size: 44px; line-height: 1.28; letter-spacing: -0.5px; margin-bottom: 18px; }.ap-page h2{ font-size: 32px; line-height: 1.24; letter-spacing: -0.3px; }.ap-page h3{ font-size: 19px; line-height: 1.32; }.ap-page a{ color: inherit; }#ap-aggregate .ap-shell{ width: min(1140px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-sub{ max-width: 780px; color: var(--ap-muted); font-size: 17px; }#ap-aggregate .ap-note{ color: var(--ap-muted); font-size: 13px; margin: 12px 0 0; }#ap-aggregate .ap-head{ margin-bottom: 34px; }#ap-aggregate .ap-section{ padding: 76px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-section-deep{ background: var(--ap-accent-dark); color: #ffffff; }#ap-aggregate .ap-head-light .ap-sub{ color: rgba(255,255,255,.78); }#ap-aggregate .ap-btn{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-aggregate .ap-btn-primary{ color: #fff; background: var(--ap-accent); border-color: var(--ap-accent); }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-accent-dark); border-color: var(--ap-accent-dark); }#ap-aggregate .ap-btn-ghost{ color: var(--ap-ink); background: #fff; border-color: var(--ap-ink); }#ap-aggregate .ap-btn-ghost:hover{ color: #fff; background: var(--ap-ink); }#ap-aggregate .ap-btn-light{ color: var(--ap-accent-dark); background: var(--ap-gold); border-color: var(--ap-gold); }#ap-aggregate .ap-btn-light:hover{ background: #fff; border-color: #fff; }#ap-aggregate 
  .ap-hero{ padding: 54px 0 56px; background: #fff; }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 56px;
    align-items: center;
  }#ap-aggregate .ap-hero-intro{ font-size: 18px; color: #2c3846; max-width: 640px; }#ap-aggregate .ap-hero-intro a{ color: var(--ap-accent); }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media::after{
    content: "";
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 34%;
    height: 34%;
    border-right: 7px solid var(--ap-gold);
    border-bottom: 7px solid var(--ap-gold);
    z-index: 0;
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(22,32,43,.16);
  }#ap-aggregate 
  .ap-stats-band{ background: var(--ap-ink); color: #fff; padding: 0; }#ap-aggregate .ap-stats{ display: grid; grid-template-columns: repeat(4, 1fr); }#ap-aggregate .ap-stat{ padding: 26px 22px; border-left: 1px solid rgba(255,255,255,.16); }#ap-aggregate .ap-stat:first-child{ border-left: none; }#ap-aggregate .ap-stat strong{ display: block; font-size: 24px; line-height: 1.2; color: var(--ap-gold); }#ap-aggregate .ap-stat span{ display: block; margin-top: 4px; font-size: 13px; color: rgba(255,255,255,.74); }#ap-aggregate 
  .ap-tabs{ position: relative; }#ap-aggregate .ap-tabinput{ position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }#ap-aggregate .ap-tabbar{ display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }#ap-aggregate .ap-tabbar label{
    cursor: pointer;
    padding: 11px 22px;
    border: 1px solid var(--ap-line);
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-aggregate .ap-panel{ display: none; }#ap-aggregate .ap-tabs #ap-tab-binding:checked ~ .ap-tabbar label[for="ap-tab-binding"], #ap-aggregate .ap-tabs #ap-tab-paper:checked ~ .ap-tabbar label[for="ap-tab-paper"], #ap-aggregate .ap-tabs #ap-tab-finishing:checked ~ .ap-tabbar label[for="ap-tab-finishing"]{
    background: var(--ap-accent);
    border-color: var(--ap-accent);
    color: #fff;
  }#ap-aggregate .ap-tabs #ap-tab-binding:checked ~ .ap-panels .ap-panel-binding, #ap-aggregate .ap-tabs #ap-tab-paper:checked ~ .ap-panels .ap-panel-paper, #ap-aggregate .ap-tabs #ap-tab-finishing:checked ~ .ap-panels .ap-panel-finishing{ display: grid; }#ap-aggregate .ap-panel{ grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 36px; align-items: start; }#ap-aggregate .ap-panel-media img{ width: 100%; max-height: 560px; object-fit: cover; border-radius: 8px; box-shadow: 0 12px 30px rgba(22,32,43,.12); }#ap-aggregate .ap-tile{ padding: 14px 18px; margin-bottom: 10px; border-left: 3px solid var(--ap-warm); background: #fff; }#ap-aggregate .ap-tile strong{ display: block; font-size: 15px; }#ap-aggregate .ap-tile span{ display: block; color: var(--ap-muted); font-size: 14px; }#ap-aggregate 
  .ap-cost-grid{ display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 26px; align-items: start; }#ap-aggregate .ap-table-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 10px; padding: 22px; }#ap-aggregate .ap-table{ width: 100%; border-collapse: collapse; font-size: 14px; }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{ padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--ap-line); vertical-align: top; }#ap-aggregate .ap-table thead th{ font-size: 12px; text-transform: uppercase; background: var(--ap-soft); color: var(--ap-muted); }#ap-aggregate .ap-table tbody tr:last-child td{ border-bottom: none; }#ap-aggregate .ap-dir{ display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }#ap-aggregate .ap-down{ background: #e5f3ec; color: #1c6b48; }#ap-aggregate .ap-up{ background: #fdece5; color: #a83f1c; }#ap-aggregate .ap-mixed{ background: #eef2fa; color: #2a4d8f; }#ap-aggregate .ap-chart-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 10px; padding: 22px; }#ap-aggregate .ap-chart{ display: flex; align-items: flex-end; gap: 16px; height: 200px; margin-top: 18px; }#ap-aggregate .ap-chart-col{ flex: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }#ap-aggregate .ap-bar{ width: 100%; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #2f8dbd, var(--ap-accent)); }#ap-aggregate .ap-chart-col span{ display: block; margin-top: 8px; font-size: 12px; font-weight: 700; color: var(--ap-muted); text-align: center; }#ap-aggregate .ap-scenario{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
    margin-top: 30px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 10px;
  }#ap-aggregate .ap-scenario img{ width: 100%; max-height: 420px; object-fit: cover; border-radius: 8px; }#ap-aggregate .ap-scenario-body p{ color: var(--ap-muted); }#ap-aggregate .ap-scenario-body p:last-of-type{ margin-bottom: 10px; }#ap-aggregate .ap-link-cta{ font-weight: 700; color: var(--ap-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate 
  .ap-decision-grid{ display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .85fr); gap: 26px; align-items: start; }#ap-aggregate .ap-decision-media img{ width: 100%; height: 100%; max-height: 520px; object-fit: cover; border-radius: 10px; box-shadow: 0 12px 30px rgba(22,32,43,.12); }#ap-aggregate .ap-choice-row{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }#ap-aggregate .ap-choice{ padding: 22px; border-top: 3px solid var(--ap-accent); background: #fff; box-shadow: 0 8px 22px rgba(22,32,43,.06); }#ap-aggregate .ap-choice p{ color: var(--ap-muted); margin-bottom: 0; }#ap-aggregate 
  .ap-rfq-grid{
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.25fr) minmax(0, .6fr);
    gap: 26px;
    align-items: start;
  }#ap-aggregate .ap-rfq-media img{ width: 100%; max-height: 460px; object-fit: cover; border-radius: 10px; }#ap-aggregate .ap-rfq-media-tall img{ max-height: 320px; }#ap-aggregate .ap-rfq-body h3{ color: #fff; }#ap-aggregate .ap-checklist{ list-style: none; padding: 0; margin: 0 0 22px; }#ap-aggregate .ap-checklist li{ padding: 12px 16px; margin-bottom: 8px; background: rgba(255,255,255,.08); border-left: 3px solid var(--ap-gold); border-radius: 0 6px 6px 0; color: rgba(255,255,255,.9); font-size: 14px; }#ap-aggregate .ap-checklist li strong{ color: #fff; }#ap-aggregate .ap-steps{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 46px; }#ap-aggregate .ap-step{ padding: 24px 20px; background: rgba(255,255,255,.06); border-radius: 10px; border-top: 3px solid var(--ap-gold); }#ap-aggregate .ap-step-num{ display: block; font-size: 13px; font-weight: 800; letter-spacing: 1px; color: var(--ap-gold); margin-bottom: 6px; }#ap-aggregate .ap-step h3{ color: #fff; }#ap-aggregate .ap-step p{ color: rgba(255,255,255,.78); font-size: 14px; margin-bottom: 0; }#ap-aggregate .ap-rfq-cta{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }#ap-aggregate .ap-rfq-cta p{ margin: 0; font-size: 17px; color: #fff; }#ap-aggregate 
  .ap-spec-grid{ display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 42px; align-items: start; }#ap-aggregate .ap-spec-media img{ width: 100%; max-height: 620px; object-fit: cover; border-radius: 10px; box-shadow: 0 12px 32px rgba(22,32,43,.12); }#ap-aggregate .ap-spec-table-wrap .ap-table{ background: #fff; border: 1px solid var(--ap-line); border-radius: 10px; overflow: hidden; }#ap-aggregate .ap-spec-table th{ width: 34%; background: var(--ap-soft); font-size: 13px; font-weight: 700; }#ap-aggregate .ap-spec-table td{ font-size: 14px; }#ap-aggregate .ap-spec-table-wrap .ap-btn{ margin-top: 8px; }#ap-aggregate 
  .ap-matrix{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }#ap-aggregate .ap-matrix-card{
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease;
  }#ap-aggregate .ap-matrix-card:hover{ box-shadow: 0 16px 34px rgba(22,32,43,.14); transform: translateY(-3px); }#ap-aggregate .ap-matrix-card img{ width: 100%; height: 240px; object-fit: cover; }#ap-aggregate .ap-matrix-body{ padding: 20px; display: flex; flex-direction: column; flex: 1; }#ap-aggregate .ap-matrix-body h3{ font-size: 17px; }#ap-aggregate .ap-matrix-body p{ color: var(--ap-muted); font-size: 14px; flex: 1; }#ap-aggregate .ap-matrix-link{ font-weight: 700; font-size: 14px; color: var(--ap-accent); }#ap-aggregate 
  .ap-faq{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }#ap-aggregate 
  .ap-contact{ background: var(--ap-ink); color: #fff; }#ap-aggregate .ap-contact-grid{ display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 42px; align-items: center; }#ap-aggregate .ap-contact p{ color: rgba(255,255,255,.78); }#ap-aggregate .ap-contact-list{ list-style: none; padding: 0; margin: 18px 0 0; }#ap-aggregate .ap-contact-list li{ padding: 8px 0; font-size: 14px; color: rgba(255,255,255,.86); border-bottom: 1px solid rgba(255,255,255,.14); }#ap-aggregate .ap-contact-list li strong{ display: inline-block; min-width: 118px; color: var(--ap-gold); }#ap-aggregate .ap-contact-actions .ap-btn{ margin-bottom: 4px; }

  @media (max-width: 1024px) {.ap-page h1{ font-size: 36px; }.ap-page h2{ font-size: 27px; }#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-decision-grid, #ap-aggregate .ap-spec-grid, #ap-aggregate .ap-cost-grid, #ap-aggregate .ap-scenario, #ap-aggregate .ap-panel, #ap-aggregate .ap-contact-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-rfq-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-steps, #ap-aggregate .ap-choice-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-matrix{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-hero-media img{ max-height: 460px; }#ap-aggregate .ap-decision-media img{ height: auto; }
  }

  @media (max-width: 680px) {.ap-page h1{ font-size: 28px; line-height: 1.3; }.ap-page h2{ font-size: 23px; }.ap-page h3{ font-size: 17px; }#ap-aggregate .ap-shell{ width: calc(100% - 32px); }#ap-aggregate .ap-section{ padding: 52px 0; }#ap-aggregate .ap-hero{ padding: 34px 0 42px; }#ap-aggregate .ap-stats{ grid-template-columns: repeat(2, 1fr); }#ap-aggregate .ap-stat{ border-left: none; border-top: 1px solid rgba(255,255,255,.16); }#ap-aggregate .ap-stat:nth-child(-n+2){ border-top: none; }#ap-aggregate .ap-hero-intro{ font-size: 16px; }#ap-aggregate .ap-hero-actions .ap-btn, #ap-aggregate .ap-contact-actions .ap-btn{ width: 100%; }#ap-aggregate .ap-rfq-grid, #ap-aggregate .ap-steps, #ap-aggregate .ap-choice-row, #ap-aggregate .ap-matrix, #ap-aggregate .ap-faq{ grid-template-columns: 1fr; }#ap-aggregate .ap-chart{ height: 160px; gap: 10px; }#ap-aggregate .ap-scenario{ padding: 18px; }#ap-aggregate .ap-table{ font-size: 13px; }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{ padding: 10px; }#ap-aggregate .ap-table-stack thead{ display: none; }#ap-aggregate .ap-table-stack tbody tr{ display: block; padding: 12px 0; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-table-stack tbody tr:last-child{ border-bottom: none; }#ap-aggregate .ap-table-stack tbody td{ display: block; border-bottom: none; padding: 4px 0; }#ap-aggregate .ap-table-stack tbody td::before{
      content: attr(data-label) ": ";
      font-weight: 700;
      color: var(--ap-muted);
      font-size: 12px;
      text-transform: uppercase;
    }#ap-aggregate .ap-matrix-card img{ height: 210px; }#ap-aggregate .ap-rfq-cta{ flex-direction: column; align-items: flex-start; }
  }
