#ap-aggregate .ap-pg *, #ap-aggregate .ap-pg *::before, #ap-aggregate .ap-pg *::after{ box-sizing: border-box; margin: 0; padding: 0; }#ap-aggregate .ap-pg{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: #111827;
    line-height: 1.65;
    overflow: hidden;
  }#ap-aggregate .ap-pg img{ display: block; max-width: 100%; height: auto; border-radius: 14px; }#ap-aggregate .ap-pg a{ color: #1d4ed8; text-decoration-thickness: 1px; text-underline-offset: 3px; }#ap-aggregate .ap-pg h1, #ap-aggregate .ap-pg h2, #ap-aggregate .ap-pg h3, #ap-aggregate .ap-pg p{ margin: 0; }#ap-aggregate .ap-pg h1{ font-size: clamp(32px, 4.6vw, 48px); line-height: 1.28; letter-spacing: -0.02em; }#ap-aggregate .ap-pg h2{ font-size: clamp(26px, 3vw, 34px); line-height: 1.24; letter-spacing: -0.01em; }#ap-aggregate .ap-pg h3{ font-size: 20px; line-height: 1.32; }#ap-aggregate .ap-pg ul, #ap-aggregate .ap-pg ol{ list-style: none; }#ap-aggregate .ap-pg svg{ display: block; }#ap-aggregate .ap-wrap{ width: min(1160px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-section{ padding: 84px 0; }#ap-aggregate .ap-section-soft{ background: #f6f8fc; }#ap-aggregate /* Buttons */
  .ap-btn{
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 48px; padding: 12px 22px; border-radius: 10px;
    font-size: 15px; font-weight: 700; text-decoration: none !important; border: 1px solid transparent;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  }#ap-aggregate .ap-btn-primary{ background: #111827; border-color: #111827; color: #fff !important; }#ap-aggregate .ap-btn-primary:hover{ background: #1d4ed8; border-color: #1d4ed8; }#ap-aggregate .ap-btn-outline{ background: #fff; border-color: #cbd5e1; color: #111827 !important; }#ap-aggregate .ap-btn-outline:hover{ border-color: #111827; }#ap-aggregate .ap-btn-light{ background: #ffffff; color: #111827 !important; border-color: #ffffff; }#ap-aggregate .ap-btn-light:hover{ background: #e2e8f0; border-color: #e2e8f0; }#ap-aggregate .ap-btn-ghost-light{ background: transparent; color: #fff !important; border-color: rgba(255,255,255,.45); }#ap-aggregate .ap-btn-ghost-light:hover{ background: rgba(255,255,255,.12); border-color: #fff; }#ap-aggregate /* Module headers */
  .ap-kicker{ color: #1d4ed8; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }#ap-aggregate .ap-sec-head{ max-width: 760px; margin-bottom: 42px; }#ap-aggregate .ap-sec-head p{ margin-top: 14px; color: #4b5563; font-size: 16px; }#ap-aggregate /* ===== Hero ===== */
  .ap-hero{ background: #0b1020; background-image: radial-gradient(900px 500px at 90% -10%, rgba(46,94,237,.35), transparent 60%), radial-gradient(700px 420px at 0% 110%, rgba(34,211,238,.16), transparent 60%); padding: 72px 0 84px; color: #e5e7eb; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 58px; align-items: center; }#ap-aggregate .ap-hero-title{ color: #fff; margin-bottom: 18px; }#ap-aggregate .ap-hero-intro{ font-size: 17px; color: #d1d5db; max-width: 70ch; }#ap-aggregate .ap-hero-intro a{ color: #bfdbfe; }#ap-aggregate .ap-hero-stats{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; max-width: 620px; }#ap-aggregate .ap-stat{
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px; padding: 13px 14px; backdrop-filter: blur(4px);
  }#ap-aggregate .ap-stat b{ display: block; color: #ffffff; font-size: 20px; letter-spacing: -.01em; }#ap-aggregate .ap-stat span{ color: #9ca3af; font-size: 12px; }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }#ap-aggregate .ap-hero-media{ position: relative; }#ap-aggregate .ap-hero-media img{ width: 100%; max-height: 560px; object-fit: cover; box-shadow: 0 30px 70px rgba(2, 10, 40, .55); border: 1px solid rgba(255,255,255,.14); }#ap-aggregate .ap-hero-media::after{
    content: "30,000 PUFFS"; position: absolute; right: 16px; top: 16px;
    background: rgba(9,12,25,.75); color: #fff; border: 1px solid rgba(255,255,255,.25);
    font-size: 11px; font-weight: 800; letter-spacing: .16em; padding: 6px 10px; border-radius: 999px;
  }#ap-aggregate /* Benefit icons */
  .ap-icon{ width: 44px; height: 44px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: #dbeafe; color: #1d4ed8; margin-bottom: 14px; }#ap-aggregate .ap-benefit-grid{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }#ap-aggregate .ap-benefit-card{ background: #fff; border: 1px solid #e2e8f0; border-top: 3px solid #1d4ed8; border-radius: 14px; padding: 24px; }#ap-aggregate .ap-benefit-card h3{ font-size: 17px; margin-bottom: 8px; }#ap-aggregate .ap-benefit-card p{ color: #4b5563; font-size: 14px; }#ap-aggregate .ap-module-note{ margin-top: 20px; font-size: 14px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px 16px; color: #374151; }#ap-aggregate .ap-module-note a{ font-weight: 700; }#ap-aggregate /* Comparison table */
  .ap-cmp-scroll{ overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; }#ap-aggregate .ap-cmp-table{ width: 100%; border-collapse: collapse; min-width: 700px; }#ap-aggregate .ap-cmp-table th, #ap-aggregate .ap-cmp-table td{ text-align: left; padding: 15px 18px; vertical-align: top; }#ap-aggregate .ap-cmp-table thead th{ background: #0f172a; color: #fff; font-size: 15px; }#ap-aggregate .ap-cmp-table thead th:first-child{ width: 24%; }#ap-aggregate .ap-cmp-table tbody tr:nth-child(even){ background: #f8fafc; }#ap-aggregate .ap-cmp-table tbody th{ font-weight: 700; font-size: 14px; }#ap-aggregate .ap-cmp-table td{ color: #475569; font-size: 14px; }#ap-aggregate .ap-cmp-table .ap-versus{ color: #1d4ed8; font-weight: 800; }#ap-aggregate .ap-takeaway{ margin-top: 18px; padding: 20px 22px; background: #eff6ff; border-left: 4px solid #1d4ed8; border-radius: 10px; color: #1e3a8a; font-size: 16px; }#ap-aggregate .ap-takeaway b{ color: #172554; }#ap-aggregate /* Persona cards */
  .ap-persona-grid{ display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }#ap-aggregate .ap-persona-card{ background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; box-shadow: 0 4px 18px rgba(15,23,42,.05); }#ap-aggregate .ap-persona-emoji{ width: 46px; height: 46px; border-radius: 50%; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }#ap-aggregate .ap-persona-card h3{ font-size: 16px; margin-bottom: 8px; }#ap-aggregate .ap-persona-role{ font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: #1d4ed8; }#ap-aggregate .ap-persona-card p{ font-size: 13.5px; color: #475569; margin: 10px 0; }#ap-aggregate .ap-chip-fact{ display: inline-block; background: #f1f5f9; border: 1px solid #e2e8f0; color: #0f172a; border-radius: 999px; font-size: 11.5px; font-weight: 700; padding: 4px 9px; }#ap-aggregate /* Spotlight */
  .ap-spotlight{ display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 38px; align-items: start; }#ap-aggregate .ap-spotlight-media{ position: relative; }#ap-aggregate .ap-spotlight-media img{ width: 100%; max-height: 520px; object-fit: cover; }#ap-aggregate .ap-spotlight-specs{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }#ap-aggregate .ap-spec-mini{ background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 13px 14px; }#ap-aggregate .ap-spec-mini span{ display: block; color: #6b7280; font-size: 12px; font-weight: 600; }#ap-aggregate .ap-spec-mini b{ color: #0f172a; font-size: 15px; }#ap-aggregate .ap-spotlight-actions{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }#ap-aggregate /* Related product matrix */
  .ap-matrix-label{ margin: 64px 0 24px; display: flex; align-items: center; gap: 14px; }#ap-aggregate .ap-matrix-label h3{ margin: 0; font-size: 22px; }#ap-aggregate .ap-matrix-label::after{ content: ""; height: 1px; flex: 1; background: #e2e8f0; }#ap-aggregate .ap-matrix-grid{ display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }#ap-aggregate .ap-product-card{ border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; background: #fff; transition: box-shadow .2s ease; }#ap-aggregate .ap-product-card:hover{ box-shadow: 0 18px 40px rgba(15,23,42,.08); }#ap-aggregate .ap-product-card img{ width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 0; }#ap-aggregate .ap-pc-body{ padding: 18px; }#ap-aggregate .ap-pc-body h4{ font-size: 16px; margin-bottom: 7px; color: #111827; }#ap-aggregate .ap-pc-body p{ color: #64748b; font-size: 13.5px; margin-bottom: 14px; }#ap-aggregate .ap-pc-link{ font-size: 13px; font-weight: 800; color: #1d4ed8; }#ap-aggregate /* Logistics */
  .ap-logi-grid{ display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 46px; align-items: center; }#ap-aggregate .ap-terms-list{ display: grid; gap: 14px; margin-top: 26px; }#ap-aggregate .ap-term{ display: flex; gap: 14px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 15px 16px; }#ap-aggregate .ap-term-icon{ flex: 0 0 auto; width: 38px; height: 38px; border-radius: 9px; background: #dbeafe; color: #1d4ed8; display: flex; align-items: center; justify-content: center; }#ap-aggregate .ap-term b{ display: block; color: #0f172a; font-size: 15px; }#ap-aggregate .ap-term span{ color: #4b5563; font-size: 13.5px; }#ap-aggregate .ap-logi-media{ display: grid; gap: 14px; }#ap-aggregate .ap-logi-media img{ width: 100%; max-height: 300px; object-fit: cover; }#ap-aggregate /* Scenario decision module */
  .ap-scen-grid{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }#ap-aggregate .ap-scenario{ background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; }#ap-aggregate .ap-scenario h3{ font-size: 17px; margin-bottom: 10px; }#ap-aggregate .ap-scenario p{ color: #4b5563; font-size: 14px; margin-bottom: 12px; }#ap-aggregate .ap-dc{ display: flex; align-items: flex-start; gap: 11px; background: #f0f9ff; border-radius: 10px; padding: 12px 14px; }#ap-aggregate .ap-dc b{ color: #075985; font-size: 13px; display: block; letter-spacing: .04em; }#ap-aggregate .ap-dc p{ font-size: 13.5px; color: #075985; margin: 2px 0 0; }#ap-aggregate /* CTA band */
  .ap-cta-band{ background: #0b1020; border-radius: 20px; padding: 46px 38px; color: #fff; text-align: center; position: relative; overflow: hidden; }#ap-aggregate .ap-cta-band::before{ content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% 120%, rgba(37,99,235,.4), transparent); }#ap-aggregate .ap-cta-inner{ position: relative; max-width: 640px; margin: 0 auto; }#ap-aggregate .ap-cta-inner h2{ color: #fff; margin-bottom: 12px; }#ap-aggregate .ap-cta-inner p{ color: #cbd5e1; margin-bottom: 24px; }#ap-aggregate .ap-cta-actions{ display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

  @media (max-width: 1020px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-spotlight, #ap-aggregate .ap-logi-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-persona-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }#ap-aggregate .ap-matrix-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  }
  @media (max-width: 600px) {#ap-aggregate .ap-section{ padding: 58px 0; }#ap-aggregate .ap-benefit-grid, #ap-aggregate .ap-scen-grid, #ap-aggregate .ap-hero-stats{ grid-template-columns: 1fr; }#ap-aggregate .ap-persona-grid, #ap-aggregate .ap-matrix-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-cta-band{ padding: 34px 20px; }#ap-aggregate .ap-hero{ padding: 50px 0 64px; }
  }
