#ap-page{
      --ap-ink: #14212c;
      --ap-muted: #5b6b7a;
      --ap-line: #dce3ea;
      --ap-soft: #f3f6f8;
      --ap-steel: #1f3a56;
      --ap-steel-2: #2b5580;
      --ap-steel-dark: #122536;
      --ap-accent: #dd7714;
      --ap-accent-dark: #b45f08;
      --ap-white: #ffffff;
      color: var(--ap-ink);
      background: var(--ap-white);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.62;
      overflow-x: hidden;
    }#ap-page *{ box-sizing: border-box; }#ap-page img{ display: block; max-width: 100%; height: auto; }#ap-page a{ color: inherit; text-decoration: none; }#ap-page h1, #ap-page h2, #ap-page h3, #ap-page h4, #ap-page p, #ap-page ul{ margin: 0; }#ap-page h1{ font-size: clamp(30px, 4.3vw, 46px); line-height: 1.32; font-weight: 800; }#ap-page h2{ font-size: clamp(24px, 3.1vw, 34px); line-height: 1.26; font-weight: 800; }#ap-page h3{ font-size: 19px; line-height: 1.34; font-weight: 700; }#ap-page p{ font-size: 16px; }#ap-page .ap-shell{ width: min(1140px, calc(100% - 40px)); margin: 0 auto; }#ap-page .ap-section{ padding: 74px 0; }#ap-page .ap-section-soft{ background: var(--ap-soft); }#ap-page .ap-head{ max-width: 780px; margin-bottom: 34px; }#ap-page .ap-head h2{ margin-bottom: 12px; }#ap-page .ap-head p{ color: var(--ap-muted); font-size: 17px; }#ap-page .ap-muted{ color: var(--ap-muted); }#ap-page .ap-btn{
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 48px; padding: 13px 24px; border-radius: 6px;
      border: 1px solid transparent; font-size: 15px; font-weight: 700;
      text-decoration: none; text-align: center; cursor: pointer;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }#ap-page .ap-btn-accent{ background: var(--ap-accent); color: #fff; border-color: var(--ap-accent); }#ap-page .ap-btn-accent:hover{ background: var(--ap-accent-dark); border-color: var(--ap-accent-dark); }#ap-page .ap-btn-steel{ background: var(--ap-steel); color: #fff; border-color: var(--ap-steel); }#ap-page .ap-btn-steel:hover{ background: var(--ap-steel-dark); border-color: var(--ap-steel-dark); }#ap-page .ap-btn-ghost{ background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }#ap-page .ap-btn-ghost:hover{ background: #fff; color: var(--ap-steel-dark); border-color: #fff; }#ap-page .ap-btn-line{ background: #fff; color: var(--ap-steel); border-color: var(--ap-line); }#ap-page .ap-btn-line:hover{ border-color: var(--ap-steel); }#ap-page .ap-actions{ display: flex; flex-wrap: wrap; gap: 12px; }#ap-page .ap-hero{ padding: 56px 0 62px; background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%); }#ap-page .ap-hero-grid{
      display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
      gap: 48px; align-items: center;
    }#ap-page .ap-hero h1{ margin-bottom: 20px; }#ap-page .ap-hero-lede{ font-size: 17px; color: #33465a; max-width: 640px; }#ap-page .ap-hero-lede a{ color: var(--ap-steel-2); text-decoration: underline; text-underline-offset: 3px; }#ap-page .ap-hero-lede strong{ color: var(--ap-ink); }#ap-page .ap-hero .ap-actions{ margin-top: 28px; }#ap-page .ap-hero-media{ position: relative; }#ap-page .ap-hero-media img{
      width: 100%; max-height: 620px; object-fit: cover;
      border-radius: 10px; box-shadow: 0 20px 46px rgba(20,33,44,.16);
    }#ap-page .ap-factbar{
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px; margin-top: 36px; background: var(--ap-line);
      border: 1px solid var(--ap-line); border-radius: 8px; overflow: hidden;
    }#ap-page .ap-factbar-item{ background: #fff; padding: 13px 15px; }#ap-page .ap-factbar-item .ap-fb-top{ display: block; font-size: 15px; font-weight: 700; }#ap-page .ap-factbar-item .ap-fb-sub{ display: block; font-size: 12.5px; color: var(--ap-muted); }#ap-page .ap-term-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }#ap-page .ap-term-card{
      background: #fff; border: 1px solid var(--ap-line); border-top: 5px solid var(--ap-steel);
      border-radius: 8px; padding: 26px 24px;
    }#ap-page .ap-term-card.ap-term-alt{ border-top-color: var(--ap-accent); }#ap-page .ap-term-card h3{ margin-bottom: 10px; }#ap-page .ap-term-card p{ color: var(--ap-muted); }#ap-page .ap-term-tag{
      display: inline-block; margin-bottom: 10px; padding: 4px 10px; border-radius: 999px;
      background: var(--ap-soft); color: var(--ap-steel); font-size: 12px; font-weight: 700;
      letter-spacing: .04em; text-transform: uppercase;
    }#ap-page .ap-callout{
      margin-top: 22px; padding: 22px 24px; border-left: 5px solid var(--ap-accent);
      background: #fff; border-radius: 0 8px 8px 0;
    }#ap-page .ap-callout h3{ margin-bottom: 8px; }#ap-page .ap-callout p{ color: var(--ap-muted); }#ap-page .ap-diff-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }#ap-page .ap-diff{
      background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 20px 22px;
    }#ap-page .ap-diff h4{ font-size: 16px; margin-bottom: 8px; }#ap-page .ap-diff p{ color: var(--ap-muted); font-size: 15px; }#ap-page .ap-trust-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-page .ap-trust{
      background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 24px 22px;
      box-shadow: 0 6px 18px rgba(20,33,44,.04);
    }#ap-page .ap-trust h3{ font-size: 17px; margin-bottom: 10px; }#ap-page .ap-trust p{ color: var(--ap-muted); font-size: 15px; }#ap-page .ap-badges{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }#ap-page .ap-badge{
      padding: 7px 13px; border-radius: 4px; background: #fff; border: 1px solid var(--ap-line);
      font-size: 13px; font-weight: 700; color: var(--ap-steel);
    }#ap-page .ap-spotlight{
      display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 44px; align-items: start;
    }#ap-page .ap-spotlight-media img{
      width: 100%; max-height: 620px; object-fit: cover; border-radius: 10px;
      box-shadow: 0 14px 34px rgba(20,33,44,.12);
    }#ap-page .ap-spotlight-body h3{ margin-bottom: 10px; }#ap-page .ap-spotlight-body > p{ color: var(--ap-muted); margin-bottom: 20px; }#ap-page .ap-table-wrap{ overflow-x: auto; border-radius: 8px; }#ap-page .ap-table{
      width: 100%; min-width: 460px; border-collapse: collapse; background: #fff;
      border: 1px solid var(--ap-line); font-size: 15px;
    }#ap-page .ap-table caption{
      caption-side: top; text-align: left; padding: 0 0 10px; font-size: 14px;
      font-weight: 700; color: var(--ap-steel);
    }#ap-page .ap-table th, #ap-page .ap-table td{
      padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--ap-line);
      vertical-align: top;
    }#ap-page .ap-table th{ background: var(--ap-steel); color: #fff; font-size: 13.5px; font-weight: 700; }#ap-page .ap-table tbody tr:nth-child(even) td{ background: #fafcfd; }#ap-page .ap-table td:first-child{ font-weight: 700; width: 34%; }#ap-page .ap-inline-cta{ margin-top: 22px; font-size: 15px; font-weight: 700; color: var(--ap-steel-2); }#ap-page .ap-inline-cta a{ text-decoration: underline; text-underline-offset: 3px; }#ap-page .ap-card-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }#ap-page .ap-pcard{
      display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ap-line);
      border-radius: 10px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease;
    }#ap-page .ap-pcard:hover{ box-shadow: 0 16px 34px rgba(20,33,44,.14); transform: translateY(-3px); }#ap-page .ap-pcard img{ width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--ap-soft); }#ap-page .ap-pcard-body{ padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }#ap-page .ap-pcard h3{ font-size: 17px; }#ap-page .ap-pcard p{ color: var(--ap-muted); font-size: 14.5px; flex: 1; }#ap-page .ap-pcard-link{
      font-size: 14px; font-weight: 700; color: var(--ap-accent-dark);
    }#ap-page .ap-swatch-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }#ap-page .ap-swatch{
      background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 20px 22px;
    }#ap-page .ap-swatch h3{ font-size: 16px; margin-bottom: 8px; }#ap-page .ap-swatch p{ color: var(--ap-muted); font-size: 15px; }#ap-page .ap-checklist{ padding: 0; list-style: none; display: grid; gap: 10px; margin-top: 24px; }#ap-page .ap-checklist li{
      padding: 13px 16px; background: #fff; border-left: 3px solid var(--ap-steel);
      border-radius: 0 6px 6px 0; font-size: 15px; color: #33465a;
    }#ap-page .ap-timeline{ display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }#ap-page .ap-step{ background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 22px 18px; }#ap-page .ap-step-num{
      display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px;
      border-radius: 50%; background: var(--ap-steel); color: #fff; font-size: 14px; font-weight: 700;
      margin-bottom: 12px;
    }#ap-page .ap-step h3{ font-size: 16px; margin-bottom: 8px; }#ap-page .ap-step p{ color: var(--ap-muted); font-size: 14.5px; }#ap-page .ap-scenario-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }#ap-page .ap-scenario{
      background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 24px 22px;
      display: flex; flex-direction: column; gap: 14px;
    }#ap-page .ap-scenario h3{ font-size: 17px; }#ap-page .ap-scenario-row{ font-size: 14.5px; color: var(--ap-muted); }#ap-page .ap-scenario-row b{ display: block; color: var(--ap-steel); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 3px; }#ap-page .ap-rfq{ background: var(--ap-steel-dark); color: #fff; }#ap-page .ap-rfq h2{ color: #fff; margin-bottom: 14px; }#ap-page .ap-rfq p{ color: #cfdce8; }#ap-page .ap-rfq-inner{ max-width: 900px; }#ap-page .ap-rfq-steps{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 32px 0; }#ap-page .ap-rfq-step{ border-top: 2px solid rgba(255,255,255,.28); padding-top: 16px; }#ap-page .ap-rfq-step b{ display: block; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #f0b26b; margin-bottom: 8px; }#ap-page .ap-rfq-step h3{ color: #fff; font-size: 17px; margin-bottom: 8px; }#ap-page .ap-rfq-step p{ font-size: 14.5px; }#ap-page .ap-faq{
      background: #fff; border: 1px solid var(--ap-line); border-radius: 8px; padding: 22px 24px;
    }#ap-page .ap-faq h3{ font-size: 16.5px; margin-bottom: 10px; color: var(--ap-steel); }#ap-page .ap-faq p{ color: var(--ap-muted); font-size: 15px; }

    
    @media (max-width: 980px) {#ap-page .ap-hero-grid{ grid-template-columns: 1fr; gap: 34px; }#ap-page .ap-spotlight{ grid-template-columns: 1fr; gap: 30px; }#ap-page .ap-trust-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-page .ap-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-page .ap-scenario-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-page .ap-timeline{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-page .ap-rfq-steps{ grid-template-columns: 1fr; }
    }
    @media (max-width: 720px) {#ap-page .ap-shell{ width: calc(100% - 32px); }#ap-page .ap-section{ padding: 52px 0; }#ap-page .ap-hero{ padding: 40px 0 46px; }#ap-page .ap-factbar{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-page .ap-actions .ap-btn{ width: 100%; }
    }
  