.ap-page{
  --ap-blue: #0d5e8c;
  --ap-blue-dark: #083f5e;
  --ap-navy: #12283d;
  --ap-slate: #3f5b70;
  --ap-line: #dce6ee;
  --ap-soft: #f3f6f9;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ap-navy);
  background: #fff;
  line-height: 1.6;
}.ap-page *, .ap-page *::before, .ap-page *::after{ box-sizing: border-box; }#ap-aggregate .ap-shell{ max-width: 1200px; margin: 0 auto; padding: 0 20px; }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{ margin-top: 0; }.ap-page h1{ font-size: clamp(34px, 5vw, 54px); line-height: 1.3; letter-spacing: -0.5px; color: var(--ap-navy); }.ap-page h2{ font-size: clamp(28px, 3.4vw, 38px); line-height: 1.25; color: var(--ap-navy); margin-bottom: 16px; }.ap-page h3{ font-size: 20px; line-height: 1.35; color: var(--ap-navy); margin-bottom: 10px; }.ap-page p{ color: var(--ap-slate); }.ap-page a{ color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }.ap-page img{ display: block; max-width: 100%; }#ap-aggregate .ap-section{ padding: 70px 0; }#ap-aggregate .ap-section-soft{ background: var(--ap-soft); }#ap-aggregate .ap-section-head{ max-width: 820px; margin-bottom: 40px; }#ap-aggregate .ap-section-head p{ font-size: 17px; }#ap-aggregate .ap-hero{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.85fr);
  gap: 50px;
  align-items: center;
  padding: 64px 0 70px;
}#ap-aggregate .ap-hero-copy > p{ font-size: 18px; line-height: 1.7; margin-bottom: 0; }#ap-aggregate .ap-hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }#ap-aggregate .ap-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}#ap-aggregate .ap-btn-primary{ background: var(--ap-blue); color: #fff; border-color: var(--ap-blue); }#ap-aggregate .ap-btn-primary:hover{ background: var(--ap-blue-dark); border-color: var(--ap-blue-dark); }#ap-aggregate .ap-btn-secondary{ color: var(--ap-blue); border-color: var(--ap-blue); background: transparent; }#ap-aggregate .ap-btn-secondary:hover{ background: #e9f2f7; }#ap-aggregate .ap-btn-light{ background: #fff; color: var(--ap-navy); border-color: #fff; }#ap-aggregate .ap-btn-light:hover{ background: #f2b134; border-color: #f2b134; }#ap-aggregate .ap-btn-outline-light{ color: #fff; border-color: rgba(255,255,255,.7); background: transparent; }#ap-aggregate .ap-btn-outline-light:hover{ background: rgba(255,255,255,.12); }#ap-aggregate .ap-hero-media img{ width: 100%; height: auto; max-height: 520px; object-fit: cover; border-radius: 14px; box-shadow: 0 24px 55px rgba(18,40,61,.18); }#ap-aggregate .ap-grid-2{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }#ap-aggregate .ap-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 12px; padding: 26px; transition: box-shadow .15s ease, transform .15s ease; }#ap-aggregate .ap-card:hover{ box-shadow: 0 12px 28px rgba(18,40,61,.08); transform: translateY(-2px); }#ap-aggregate .ap-icon{ display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 16px; color: var(--ap-blue); background: #e9f2f7; border-radius: 10px; }#ap-aggregate .ap-icon svg{ width: 26px; height: 26px; }#ap-aggregate .ap-card p{ margin-bottom: 0; }#ap-aggregate .ap-table-wrap{ overflow-x: auto; border: 1px solid var(--ap-line); border-radius: 12px; background: #fff; }#ap-aggregate .ap-pixel-table{ width: 100%; border-collapse: collapse; min-width: 640px; }#ap-aggregate .ap-pixel-table th, #ap-aggregate .ap-pixel-table td{ text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--ap-line); }#ap-aggregate .ap-pixel-table th{ background: var(--ap-blue); color: #fff; font-weight: 700; }#ap-aggregate .ap-pixel-table td{ color: var(--ap-slate); }#ap-aggregate .ap-pixel-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-pixel-note{ margin-top: 18px; font-size: 15px; color: var(--ap-slate); }#ap-aggregate .ap-spot-grid{ display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 42px; align-items: center; }#ap-aggregate .ap-spot-media img{ width: 100%; height: auto; max-height: 560px; object-fit: cover; border-radius: 14px; box-shadow: 0 18px 40px rgba(18,40,61,.12); }#ap-aggregate .ap-feature-list{ margin: 22px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr; gap: 12px; }#ap-aggregate .ap-feature-list li{ padding-left: 24px; position: relative; color: var(--ap-slate); }#ap-aggregate .ap-feature-list li::before{ content: ""; position: absolute; left: 0; top: .5em; width: 10px; height: 10px; border-radius: 2px; background: var(--ap-blue); }#ap-aggregate .ap-feature-list strong{ color: var(--ap-navy); }#ap-aggregate .ap-spec-media{ margin-bottom: 24px; }#ap-aggregate .ap-spec-media img{ width: 100%; max-height: 360px; object-fit: cover; border-radius: 14px; }#ap-aggregate .ap-spec-table{ width: 100%; border-collapse: collapse; min-width: 680px; }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{ text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--ap-line); vertical-align: top; }#ap-aggregate .ap-spec-table th{ background: var(--ap-blue); color: #fff; font-weight: 700; }#ap-aggregate .ap-spec-table td{ color: var(--ap-slate); }#ap-aggregate .ap-spec-table tr:nth-child(even) td{ background: #f7fafc; }#ap-aggregate .ap-spec-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-spec-more{ margin-top: 20px; }#ap-aggregate .ap-text-link{ font-weight: 700; color: var(--ap-blue); text-decoration: none; }#ap-aggregate .ap-text-link:hover{ text-decoration: underline; }#ap-aggregate .ap-scenario-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }#ap-aggregate .ap-scenario-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 14px; overflow: hidden; }#ap-aggregate .ap-scenario-card img{ width: 100%; height: 190px; object-fit: cover; }#ap-aggregate .ap-scenario-body{ padding: 24px; }#ap-aggregate .ap-scenario-body p{ margin-bottom: 0; }#ap-aggregate .ap-decision{ margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--ap-line); font-size: 15px; font-weight: 700; color: var(--ap-blue); }#ap-aggregate .ap-rel-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }#ap-aggregate .ap-rel-card{ background: #fff; border: 1px solid var(--ap-line); border-radius: 14px; overflow: hidden; transition: box-shadow .15s ease, transform .15s ease; }#ap-aggregate .ap-rel-card:hover{ box-shadow: 0 12px 28px rgba(18,40,61,.08); transform: translateY(-2px); }#ap-aggregate .ap-rel-card img{ width: 100%; height: 180px; object-fit: cover; }#ap-aggregate .ap-rel-body{ padding: 20px; }#ap-aggregate .ap-rel-body h3{ font-size: 18px; margin-bottom: 8px; }#ap-aggregate .ap-rel-body a{ color: var(--ap-blue); font-weight: 700; text-decoration: none; }#ap-aggregate .ap-rel-body a:hover{ text-decoration: underline; }#ap-aggregate .ap-cta-section{ padding: 40px 0 80px; }#ap-aggregate .ap-cta{ position: relative; background: linear-gradient(135deg, #0d5e8c 0%, #083f5e 100%); border-radius: 18px; padding: 60px; text-align: center; overflow: hidden; }#ap-aggregate .ap-cta h2{ color: #fff; margin-bottom: 14px; }#ap-aggregate .ap-cta p{ color: rgba(255,255,255,.85); font-size: 17px; max-width: 680px; margin: 0 auto 26px; }#ap-aggregate .ap-actions{ display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }#ap-aggregate .ap-faq-shell{ max-width: 840px; margin: 0 auto; }#ap-aggregate .ap-faq-shell h2{ text-align: center; }#ap-aggregate .ap-faq-list{ margin-top: 34px; }#ap-aggregate .ap-faq-item{ background: #fff; border: 1px solid var(--ap-line); border-radius: 12px; padding: 20px 24px; margin-bottom: 12px; }#ap-aggregate .ap-faq-item summary{ cursor: pointer; font-weight: 700; font-size: 17px; color: var(--ap-navy); list-style-position: outside; }#ap-aggregate .ap-faq-item p{ margin: 14px 0 0; }

@media (max-width: 900px) {#ap-aggregate .ap-hero{ grid-template-columns: 1fr; gap: 34px; padding: 44px 0 50px; }#ap-aggregate .ap-spot-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-rel-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {#ap-aggregate .ap-grid-2, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-rel-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-section{ padding: 50px 0; }#ap-aggregate .ap-cta{ padding: 40px 20px; }#ap-aggregate .ap-hero-actions{ width: 100%; }#ap-aggregate .ap-hero-actions .ap-btn{ width: 100%; }
}
