.ap-page{
    --ap-navy: #0f172a;
    --ap-blue: #1e3a8a;
    --ap-red: #dc2626;
    --ap-amber: #fbbf24;
    --ap-muted: #475569;
    --ap-line: #e2e8f0;
    --ap-bg-soft: #f1f5f9;
    margin: 0;
    width: 100%;
    background: #f8fafc;
    color: #0f172a;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
  }.ap-page *{ box-sizing: border-box; }.ap-page img{ max-width: 100%; display: block; border: 0; }.ap-page a{ color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{ margin-top: 0; }.ap-page h1{ font-size: clamp(34px, 4.6vw, 52px); line-height: 1.28; font-weight: 900; letter-spacing: -0.02em; margin-bottom: 20px; }.ap-page h2{ font-size: clamp(27px, 3.2vw, 38px); line-height: 1.24; font-weight: 900; letter-spacing: -0.01em; margin-bottom: 14px; }.ap-page h3{ font-size: 20px; line-height: 1.32; font-weight: 800; margin-bottom: 10px; }.ap-page p{ margin-bottom: 16px; }#ap-aggregate .ap-container{ width: min(1180px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 13px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    border: 2px solid transparent;
  }#ap-aggregate .ap-btn-primary{ color: #fff; background: var(--ap-red); border-color: var(--ap-red); }#ap-aggregate .ap-btn-primary:hover{ background: #991b1b; border-color: #991b1b; }#ap-aggregate .ap-btn-outline{ color: #fff; border-color: #e2e8f0; background: rgba(255,255,255,.06); }#ap-aggregate .ap-btn-outline:hover{ color: var(--ap-navy); background: #fff; }#ap-aggregate .ap-btn-dark{ color: #fff; background: var(--ap-navy); border-color: var(--ap-navy); }#ap-aggregate .ap-btn-dark:hover{ background: #1e293b; }#ap-aggregate .ap-btn-ghost{ color: var(--ap-navy); background: #fff; border-color: #cbd5e1; }#ap-aggregate .ap-btn-ghost:hover{ border-color: var(--ap-navy); }#ap-aggregate .ap-section{ padding: 84px 0; }#ap-aggregate .ap-section-soft{ background: #f1f5f9; }#ap-aggregate .ap-section-white{ background: #fff; }#ap-aggregate .ap-section-tint{ background: #eef2ff; }#ap-aggregate .ap-head{ max-width: 780px; margin: 0 auto 46px; text-align: center; }#ap-aggregate .ap-kicker{
    display: block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 13px;
    font-weight: 800;
    color: var(--ap-red);
    margin-bottom: 12px;
  }#ap-aggregate /* Hero */
  .ap-hero{
    background: linear-gradient(125deg, #020617 0%, #172554 55%, #1e3a8a 100%);
    color: #fff;
    padding: 80px 0;
  }#ap-aggregate .ap-hero h1{ color: #fff; margin-bottom: 18px; }#ap-aggregate .ap-hero-intro{ color: #e2e8f0; font-size: 19px; max-width: 640px; margin-bottom: 0; }#ap-aggregate .ap-hero-intro a{ color: #fde047; font-weight: 700; text-underline-offset: 4px; }#ap-aggregate .ap-hero-intro strong{ font-weight: 800; }#ap-aggregate .ap-hero-grid{ display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }#ap-aggregate .ap-hero-media img{ width: 100%; border-radius: 18px; box-shadow: 0 30px 60px rgba(1,4,20,.5); }#ap-aggregate /* Franchise / catalog list */
  .ap-catalog-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }#ap-aggregate .ap-catalog-card{ background: #fff; border: 1px solid var(--ap-line); border-top: 6px solid var(--ap-line); border-radius: 16px; padding: 26px; }#ap-aggregate .ap-catalog-card--marvel{ border-top-color: #dc2626; }#ap-aggregate .ap-catalog-card--transformers{ border-top-color: #1d4ed8; }#ap-aggregate .ap-catalog-card--pokemon{ border-top-color: #facc15; }#ap-aggregate .ap-catalog-list{ list-style: none; margin: 0; padding: 0; }#ap-aggregate .ap-catalog-list li{ padding: 14px 0; border-bottom: 1px solid #eef2f7; }#ap-aggregate .ap-catalog-list li:last-child{ border-bottom: 0; padding-bottom: 0; }#ap-aggregate .ap-catalog-list a{ font-weight: 700; text-decoration: none; line-height: 1.45; }#ap-aggregate .ap-catalog-list a:hover{ color: var(--ap-red); }#ap-aggregate .ap-product-note{ display: block; color: var(--ap-muted); font-size: 14px; margin-top: 5px; }#ap-aggregate .ap-view-link{ display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .05em; margin-top: 8px; color: #1d4ed8; text-decoration: none; text-transform: uppercase; }#ap-aggregate .ap-view-link:hover{ color: var(--ap-red); }#ap-aggregate /* Product spotlight */
  .ap-spotlight-grid{ display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }#ap-aggregate .ap-spotlight-media img{ width: 100%; border-radius: 18px; box-shadow: 0 20px 45px rgba(15,23,42,.12); }#ap-aggregate .ap-spotlight-thumbs{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }#ap-aggregate .ap-spotlight-thumbs img{ border-radius: 12px; height: 168px; object-fit: cover; box-shadow: none; }#ap-aggregate .ap-spotlight-eyebrow{ display: inline-block; background: #fee2e2; color: #b91c1c; font-size: 13px; font-weight: 800; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }#ap-aggregate .ap-spec-list{ list-style: none; margin: 0 0 24px; padding: 0; }#ap-aggregate .ap-spec-list li{ position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-spec-list li::before{ content: "✓"; position: absolute; left: 0; color: var(--ap-red); font-weight: 900; }#ap-aggregate .ap-spotlight-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }#ap-aggregate .ap-seller-note{ font-size: 15px; color: var(--ap-muted); }#ap-aggregate /* Collector fact cards */
  .ap-feature-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }#ap-aggregate .ap-feature-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 16px; overflow: hidden; }#ap-aggregate .ap-feature-card img{ width: 100%; height: 190px; object-fit: cover; }#ap-aggregate .ap-feature-body{ padding: 22px; }#ap-aggregate .ap-feature-body h3{ font-size: 18px; margin-bottom: 8px; }#ap-aggregate .ap-feature-body p{ color: var(--ap-muted); font-size: 15px; margin-bottom: 0; }#ap-aggregate /* Scale guide */
  .ap-scale-layout{ display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }#ap-aggregate .ap-scale-copy p{ color: var(--ap-muted); }#ap-aggregate .ap-scale-chips{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }#ap-aggregate .ap-scale-chip{ background: #fff; border: 1px solid #dbeafe; border-radius: 16px; padding: 22px 12px; text-align: center; }#ap-aggregate .ap-scale-chip strong{ display: block; font-size: 24px; color: var(--ap-navy); }#ap-aggregate .ap-scale-chip span{ display: block; font-size: 13px; color: var(--ap-muted); margin-top: 6px; }#ap-aggregate .ap-scale-chip--focus{ border: 4px solid var(--ap-navy); background: #fef9c3; }#ap-aggregate .ap-scale-action{ margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }#ap-aggregate /* Product matrix */
  .ap-matrix-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }#ap-aggregate .ap-matrix-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }#ap-aggregate .ap-matrix-media{ background: #fff; padding: 18px; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-matrix-media img{ width: 100%; height: 200px; object-fit: contain; }#ap-aggregate .ap-matrix-body{ padding: 22px; display: flex; flex-direction: column; flex: 1; }#ap-aggregate .ap-matrix-body h3{ font-size: 17px; line-height: 1.4; margin-bottom: 8px; }#ap-aggregate .ap-matrix-body p{ color: var(--ap-muted); font-size: 15px; flex: 1; }#ap-aggregate .ap-matrix-link{ font-weight: 800; color: var(--ap-red); text-decoration: none; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }#ap-aggregate .ap-matrix-link:hover{ text-decoration: underline; }#ap-aggregate /* B2B strip */
  .ap-b2b-inner{
    background: var(--ap-navy);
    color: #fff;
    border-radius: 26px;
    padding: 52px;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 44px;
    align-items: center;
  }#ap-aggregate .ap-b2b-inner h2{ color: #fff; margin-bottom: 14px; }#ap-aggregate .ap-b2b-inner p{ color: #cbd5e1; margin-bottom: 18px; }#ap-aggregate .ap-b2b-actions{ display: flex; flex-wrap: wrap; gap: 12px; }#ap-aggregate .ap-b2b-contact{ color: #fde047; font-weight: 800; text-decoration: none; }#ap-aggregate .ap-b2b-contact:hover{ text-decoration: underline; }#ap-aggregate /* Trust strip */
  .ap-trust-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }#ap-aggregate .ap-trust-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 16px; padding: 22px; text-align: center; }#ap-aggregate .ap-trust-card strong{ display: block; font-size: 16px; margin-bottom: 4px; }#ap-aggregate .ap-trust-card span{ color: var(--ap-muted); font-size: 14px; }

  @media (max-width: 980px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-spotlight-grid, #ap-aggregate .ap-scale-layout, #ap-aggregate .ap-b2b-inner{ grid-template-columns: 1fr; gap: 34px; }#ap-aggregate .ap-catalog-grid, #ap-aggregate .ap-feature-grid, #ap-aggregate .ap-matrix-grid, #ap-aggregate .ap-trust-grid{ grid-template-columns: 1fr 1fr; }#ap-aggregate .ap-b2b-inner{ padding: 34px; }
  }
  @media (max-width: 600px) {#ap-aggregate .ap-container{ width: min(100% - 24px, 1180px); }#ap-aggregate .ap-catalog-grid, #ap-aggregate .ap-feature-grid, #ap-aggregate .ap-matrix-grid, #ap-aggregate .ap-trust-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-section{ padding: 60px 0; }#ap-aggregate .ap-hero{ padding: 54px 0; }#ap-aggregate .ap-spotlight-thumbs{ grid-template-columns: 1fr 1fr; }#ap-aggregate .ap-spotlight-thumbs img{ height: 120px; }#ap-aggregate .ap-b2b-inner{ padding: 26px; }
  }
