/* ============================================================
   Info Page — Flexible content page styles
   ============================================================ */

/* ── Hero ── */
.info-hero {
  background: linear-gradient(180deg, #F5F8FF 0%, #fff 100%);
  padding: 56px 0 48px;
  text-align: center;
}


.info-hero__inner { max-width: 800px; margin: 0 auto; }

.info-hero__title {
  font-size: 48px;
  font-weight: 900;
  color: #1F2A3D;
  margin: 12px 0 18px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-wrap: balance;
}

.info-hero__title em {
  font-style: italic;
  font-family: var(--font-slab);
  color: var(--apoh-blue);
}

.info-hero__lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--fg-1);
  margin: 0 auto 24px;
  max-width: 640px;
}

.info-hero__ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Editorial Hero variant (text + image) ── */
.info-hero--editorial {
  background: linear-gradient(180deg, #FAFAF9 0%, #F4F2EC 100%);
  border-bottom: 1px solid #EAEAE7;
  padding: 64px 0 80px;
  text-align: left;
}

.info-hero--editorial .info-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.info-hero--editorial .info-hero__title--editorial {
  font-size: 54px;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-align: left;
  margin: 12px 0 18px;
}

.info-hero--editorial .info-hero__title em {
  font-style: italic;
  font-family: var(--font-slab);
}

.info-hero--editorial .info-hero__lead--editorial {
  margin: 0 0 30px;
  max-width: 540px;
  text-align: left;
}

.info-hero--editorial .info-hero__ctas {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.info-hero__art {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-hero__art img {
  max-width: 100%;
  height: auto;
}

.info-hero__reassurance {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px dashed #D8D5CC;
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-1);
}

.info-hero__reassurance-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.info-hero__reassurance-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .info-hero--editorial,
  .info-hero--photo-grid,
  .info-hero--family {
    padding: 48px 0;
  }
  .info-hero--editorial .info-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .info-hero--editorial .info-hero__title--editorial { font-size: 36px; }
  .info-hero__art { max-width: 360px; margin: 0 auto; }
}

/* ── Dark Centered Hero variant ── */
.info-hero--dark {
  background: linear-gradient(135deg, #1F2A3D 0%, #246AB4 100%);
  padding: 80px 0 72px;
  text-align: center;
}
.info-hero--dark .info-hero__title {
  color: #fff;
  font-size: 56px;
}
.info-hero--dark .info-hero__title em {
  font-style: italic;
  color: var(--apoh-green);
  font-family: var(--font-slab);
}
.info-hero--dark .info-hero__lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
}
.info-hero__dark-ghost {
  display: inline-flex;
  align-items: center;
  padding: 15px 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: background 0.15s;
}
.info-hero__dark-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
@media (max-width: 768px) {
  .info-hero--dark .info-hero__title { font-size: 36px; }
}

/* ── FamilyHero variant (scrapbook polaroids) ── */
.info-hero--family {
  background: linear-gradient(180deg, #FAFAF9 0%, #F4F2EC 100%);
  border-bottom: 1px solid #EAEAE7;
  padding: 72px 0 88px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.fam-hero__grid {
  gap: 72px !important;
}

.fam-hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.fam-hero__blob--green {
  top: -120px; right: -120px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(137,190,64,0.18), transparent 70%);
}
.fam-hero__blob--blue {
  bottom: -180px; left: -160px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(36,106,180,0.10), transparent 70%);
}

.info-hero--family .info-hero__title--editorial {
  font-size: 60px;
}

/* Polaroid collage */
.fam-hero__collage {
  position: relative;
  height: 540px;
  min-width: 0;
}

.fam-polaroid {
  position: absolute;
  margin: 0;
  background: #fff;
  padding: 12px 12px 36px;
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(31,42,61,0.18), 0 2px 6px rgba(31,42,61,0.10);
  transform-origin: center;
}

.fam-polaroid--1 { top: 20px; left: 0; width: 240px; }
.fam-polaroid--2 { top: 0; right: 10px; width: 230px; }
.fam-polaroid--3 { bottom: 30px; left: 90px; width: 270px; z-index: 2; }

.fam-polaroid__tape {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 64px; height: 22px;
  background: rgba(244,183,42,0.55);
  box-shadow: inset 0 0 0 1px rgba(244,183,42,0.7);
  display: block;
}

.fam-polaroid__img {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  background-color: #D8D5CC;
  border-radius: 1px;
}

.fam-polaroid__caption {
  margin-top: 10px;
  text-align: center;
  font-family: 'Caveat', 'Bradley Hand', cursive;
  font-size: 18px;
  color: #1F2A3D;
  line-height: 1;
}

/* Torn-paper pull-quote */
.fam-torn-note {
  position: absolute;
  bottom: 0; right: 0;
  width: 260px;
  transform: rotate(4deg);
  z-index: 3;
  background: #FFFDF6;
  padding: 20px 22px 18px;
  box-shadow: 0 12px 28px rgba(31,42,61,0.16), 0 2px 4px rgba(31,42,61,0.08);
  clip-path: polygon(0% 6%, 4% 2%, 9% 5%, 14% 1%, 22% 4%, 30% 0%, 38% 3%, 47% 1%, 56% 4%, 65% 0%, 74% 3%, 84% 1%, 92% 4%, 100% 2%, 100% 95%, 95% 99%, 87% 96%, 78% 100%, 68% 97%, 58% 100%, 48% 97%, 38% 100%, 28% 97%, 18% 100%, 8% 97%, 0% 99%);
}

.fam-torn-note__text {
  font-family: var(--font-slab);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #1F2A3D;
  margin-bottom: 10px;
}

.fam-torn-note__attr {
  font-size: 11px;
  font-weight: 700;
  color: var(--apoh-green);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .info-hero--family { padding: 48px 0 56px; }
  .info-hero--family .info-hero__title--editorial { font-size: 36px; }
  .fam-hero__collage { display: none; }
  .fam-hero__blob { display: none; }
}

/* ── PhotoGridHero variant ── */
.info-hero--photo-grid {
  background: linear-gradient(180deg, #FAFAF9 0%, #F4F2EC 100%);
  border-bottom: 1px solid #EAEAE7;
  padding: 64px 0 80px;
  text-align: left;
}

.info-hero--photo-grid .info-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.info-hero--photo-grid .info-hero__title--editorial {
  font-size: 54px;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-align: left;
  margin: 12px 0 18px;
}

.info-hero--photo-grid .info-hero__title em {
  font-style: italic;
  font-family: var(--font-slab);
}

.info-hero--photo-grid .info-hero__lead--editorial {
  margin: 0 0 30px;
  max-width: 540px;
  text-align: left;
}

.info-hero__photo-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 480px;
  min-width: 0;
}

.info-hero__photo-tile {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.info-hero__photo-tile:first-child {
  grid-row: 1 / 3;
  box-shadow: 0 18px 40px rgba(31, 42, 61, 0.16);
}

.info-hero__photo-tile:nth-child(2),
.info-hero__photo-tile:nth-child(3) {
  box-shadow: 0 12px 28px rgba(31, 42, 61, 0.14);
}

.info-hero__photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.info-hero__photo-caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(31, 42, 61, 0.78);
  color: #fff;
  padding: 9px 13px;
  border-radius: 10px;
  font-family: var(--font-slab);
}

.info-hero__photo-caption-eyebrow {
  font-size: 10px;
  font-weight: 800;
  color: #89BE40;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.info-hero__photo-caption-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .info-hero--photo-grid .info-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .info-hero--photo-grid .info-hero__title--editorial { font-size: 36px; }
  .info-hero__photo-grid { height: 320px; }
}

/* ── IndexCardHero variant ── */
.info-hero--index-card {
  background: linear-gradient(180deg, #FAFAF9 0%, #F4F2EC 100%);
  border-bottom: 1px solid #EAEAE7;
  padding: 64px 0 80px;
  text-align: left;
}

.info-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.info-hero--index-card .info-hero__title {
  font-size: 54px;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.info-hero--index-card .info-hero__lead {
  margin: 0 0 30px;
  max-width: 540px;
}

.info-hero--index-card .info-hero__ctas {
  justify-content: flex-start;
}

.info-hero__eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #EAEAE7;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: var(--apoh-green);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 1px 2px rgba(31, 42, 61, 0.04);
}

.info-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--apoh-green);
}

/* Question index cards */
.info-hero__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-hero__card {
  padding: 14px 18px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EAEAE7;
  border-left: 4px solid var(--apoh-blue);
  box-shadow: 0 2px 8px rgba(31, 42, 61, 0.06);
  display: flex;
  align-items: center;
  gap: 14px;
}

.info-hero__card-num {
  font-size: 10px;
  font-weight: 800;
  color: #9A9CA3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.info-hero__card-text {
  font-size: 14px;
  font-weight: 700;
  color: #1F2A3D;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .info-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .info-hero--index-card .info-hero__title { font-size: 36px; }
  .info-hero__cards { display: none; }
}

/* ── Prose ── */
.info-prose__heading {
  font-size: 38px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 24px;
  text-wrap: pretty;
}

.info-prose__body { font-size: 17px; line-height: 1.75; color: #3D3F47; }
.info-prose__body p { margin: 0 0 18px; }
.info-prose__body strong { color: var(--fg-emphasis); }

/* ── Pillars ── */
.info-pillars__header { text-align: center; max-width: 720px; margin: 0 auto 48px; }

.info-pillars__heading {
  font-size: 42px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 12px 0 16px;
  text-wrap: pretty;
}

.info-pillars__lead { font-size: 18px; line-height: 1.6; color: var(--fg-1); margin: 0; }

.info-pillars__grid { display: grid; gap: 20px; max-width: 1180px; margin: 0 auto; }

.info-pillars__card { padding: 32px 28px; }

.info-pillars__card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }

.info-pillars__num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-slab);
  font-weight: 900;
  font-size: 18px;
  flex-shrink: 0;
}

.info-pillars__card h3 { font-size: 20px; font-weight: 800; color: #1F2A3D; margin: 0; }
.info-pillars__card p { font-size: 15px; line-height: 1.65; color: var(--fg-1); margin: 0; }

/* 4-column pillars responsive */
@media (max-width: 768px) {
  .apoh-grid--4 { grid-template-columns: 1fr !important; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .apoh-grid--4 { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Dark pillars variant */
.info-pillars--dark {
  background: #1F2A3D;
  border-top: none;
  border-bottom: none;
}
.info-pillars--dark .info-pillars__heading { color: #fff; }
.info-pillars--dark .info-pillars__lead { color: rgba(255, 255, 255, 0.75); }

/* ── Feature ── */
.info-feature__heading {
  font-size: 36px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 14px 0 22px;
  text-wrap: pretty;
}

/* Enforce AA-safe accent colors on inline-styled heading spans */
.info-feature__heading span[style*="color:#89BE40"] { color: var(--apoh-green-aa) !important; }
.info-feature__heading span[style*="color:#F7921E"] { color: var(--apoh-orange-aa) !important; }

.info-feature__body { font-size: 16px; line-height: 1.7; color: #3D3F47; }
.info-feature__body p { margin: 0 0 16px; }
.info-feature__body strong { color: var(--fg-emphasis); }

.apoh-feature__media img { border-radius: 22px; width: 100%; height: auto; }

/* Photo collage — left-tall variant */
.apoh-feature__collage--left-tall {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8px;
  height: 420px;
}

.apoh-feature__collage--left-tall .apoh-feature__collage-tile:first-child {
  grid-row: 1 / 3;
}

.apoh-feature__collage-tile {
  border-radius: 16px;
  overflow: hidden;
}

.apoh-feature__collage-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

/* Photo collage — top-large variant */
.apoh-feature__collage--top-large {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 420px;
}

.apoh-feature__collage--top-large .apoh-feature__collage-tile:first-child {
  grid-column: 1 / -1;
}

.apoh-feature__collage--top-large .apoh-feature__collage-tile:nth-child(2),
.apoh-feature__collage--top-large .apoh-feature__collage-tile:nth-child(3) {
  /* auto-placed in second row */
}

/* When collage is in the second row, make it a 2-col grid */
.apoh-feature__collage--top-large {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.apoh-feature__collage--top-large .apoh-feature__collage-tile:first-child {
  grid-column: 1 / -1;
}

/* ── List ── */
.info-list__heading {
  font-size: 36px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
}

.info-list__lead { font-size: 17px; line-height: 1.65; color: var(--fg-1); margin: 0 0 32px; max-width: 720px; }

.info-list__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.info-list__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: var(--bg-subtle);
  border-radius: 12px;
  border: 1px solid var(--border-hairline);
  font-size: 15px;
  line-height: 1.55;
  color: #1F2A3D;
  font-weight: 600;
}

.info-list__check {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--apoh-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Linked list items (arrow instead of checkmark) */
.info-list__item--link { padding: 0; background: #fff; border: 1px solid var(--border-hairline); overflow: hidden; }

.info-list__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  width: 100%;
  color: #1F2A3D;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 12px;
  transition: border-color 0.15s;
}

.info-list__link:hover { text-decoration: none; }
.info-list__item--link:hover { border-color: var(--apoh-blue); }

.info-list__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.info-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info-list__text { flex: 1; min-width: 0; padding: 16px 0; }
.info-list__arrow { flex-shrink: 0; margin-right: 16px; }

/* No thumbnail — add left padding */
.info-list__link:not(:has(.info-list__thumb)) .info-list__text { padding-left: 18px; }
.info-list__link:not(:has(.info-list__thumb)) { padding: 0; }

/* ── Quote ── */
.info-quote {
  background: #1F2A3D;
  padding: 44px 0;
  color: #fff;
  text-align: center;
}

.info-quote__inner { max-width: 880px; margin: 0 auto; }

.info-quote__mark {
  font-family: var(--font-slab);
  font-weight: 900;
  font-size: 64px;
  color: var(--apoh-green);
  line-height: 0.6;
  display: block;
  margin-bottom: 16px;
}

.info-quote__text {
  font-family: var(--font-slab);
  font-size: 26px;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.info-quote__attr {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ── FAQ ── */
.info-faq__heading {
  font-size: 38px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 12px 0 36px;
  text-align: center;
  text-wrap: pretty;
}

.info-faq__list { display: flex; flex-direction: column; gap: 10px; }

.info-faq__item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-hairline);
  overflow: hidden;
  transition: border-color var(--dur-fast);
}
.info-faq__item[open] { border-color: var(--apoh-blue); }

.info-faq__question {
  width: 100%;
  padding: 20px 22px;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  color: #1F2A3D;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.info-faq__question::-webkit-details-marker { display: none; }
.info-faq__question::marker { display: none; content: ''; }

/* Open/close indicator circle */
.info-faq__question::after {
  content: '+';
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EAEAE7;
  color: #585961;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.15s;
  transform: rotate(0deg);
}

.info-faq__item[open] > .info-faq__question::after {
  background: var(--apoh-blue);
  color: #fff;
  transform: rotate(45deg);
}

.info-faq__answer { padding: 0 22px 22px; font-size: 15px; line-height: 1.7; color: #3D3F47; }
.info-faq__answer p { margin: 0 0 12px; }

/* ── Stats ── */
.info-stats { border-top: 1px solid var(--border-hairline); border-bottom: 1px solid var(--border-hairline); padding: 64px 0; }

.info-stats__grid { display: grid; gap: 24px; max-width: 1080px; margin: 0 auto; }

.info-stats__item { text-align: center; padding: 0 12px; }

.info-stats__value {
  font-family: var(--font-slab);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.info-stats__label { font-size: 14px; font-weight: 700; color: #1F2A3D; display: block; margin-bottom: 4px; }
.info-stats__sub { font-size: 12px; color: var(--fg-3); display: block; }

/* ── Video ── */
.info-video__thumb {
  display: block;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0E1A2D;
}
.info-video__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.info-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

/* ── Gallery ── */
.info-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
}

.info-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Feature Video Facade ── */
.feature-video__thumb {
  display: block;
  position: relative;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0E1A2D;
  box-shadow: 0 16px 40px rgba(36, 106, 180, 0.18);
  text-decoration: none;
}
.feature-video__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
}
.feature-video__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s;
}
.feature-video__thumb:hover .feature-video__play { transform: scale(1.08); }
.feature-video__duration {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
}
.feature-video__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 0 2px;
}
.feature-video__title { font-size: 14px; font-weight: 700; color: var(--apoh-blue); }
.feature-video__dur { font-size: 13px; color: #9A9CA3; font-weight: 600; }

/* ── Slideshow ── */
.apoh-slideshow {
  position: relative;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #E2E4EC;
}

.apoh-slideshow__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.apoh-slideshow__slide--active { opacity: 1; }

/* First slide visible without JS */
.apoh-slideshow__slide:first-child { opacity: 1; }

.apoh-slideshow__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition: background 0.2s;
  padding: 0;
}
.apoh-slideshow__arrow:hover { background: rgba(0, 0, 0, 0.5); }
.apoh-slideshow__arrow--prev { left: 10px; }
.apoh-slideshow__arrow--next { right: 10px; }

.apoh-slideshow__controls {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.apoh-slideshow__dots { display: flex; gap: 8px; }

.apoh-slideshow__dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.apoh-slideshow__dot--active {
  width: 24px;
  background: #fff;
}

.apoh-slideshow__pause {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

/* ── Reviewers (profile cards) ── */
.info-reviewers__header {
  text-align: center;
  margin-bottom: 48px;
}

.info-reviewers__heading {
  font-size: 42px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 12px 0 0;
  text-wrap: balance;
}

.info-reviewers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.info-reviewers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 40px 36px;
  border: 1px solid var(--border-hairline);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

a.info-reviewers__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -16px rgba(31, 42, 61, 0.18);
  text-decoration: none;
}

.info-reviewers__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex: 0 0 auto;
  border: 3px solid;
  margin-bottom: 22px;
}

.info-reviewers__initials {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-slab);
  font-weight: 900;
  font-size: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-bottom: 22px;
}

.info-reviewers__name {
  font-size: 22px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.info-reviewers__title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.info-reviewers__creds {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 13px;
  color: #3D3F47;
  line-height: 1.6;
}

.info-reviewers__creds li {
  padding: 3px 0;
  position: relative;
  padding-left: 16px;
}

.info-reviewers__creds li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--apoh-green);
  font-weight: 900;
}

.info-reviewers__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  justify-content: center;
}

.info-reviewers__tag {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(36, 106, 180, 0.08);
  letter-spacing: 0.02em;
}

.info-reviewers__bio {
  font-size: 15px;
  line-height: 1.65;
  color: #3D3F47;
  margin: 14px 0 18px;
}

.info-reviewers__link {
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 768px) {
  .info-reviewers__grid { grid-template-columns: 1fr; }
  .info-reviewers__heading { font-size: 32px; }
  .info-reviewers__photo,
  .info-reviewers__initials { width: 120px; height: 120px; }
  .info-reviewers__initials { font-size: 36px; }
}

/* ── Leaders ── */
.info-leaders__header { text-align: center; margin-bottom: 52px; }

.info-leaders__heading {
  font-size: 34px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 12px auto 14px;
  max-width: 640px;
  text-wrap: balance;
}

.info-leaders__lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg-1);
  text-align: center;
  margin: 0 auto;
  max-width: 580px;
}

.info-leaders__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.info-leaders__card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--border-hairline);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.info-leaders__card-top {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 28px 24px;
}

.info-leaders__photo {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center top;
  flex: 0 0 auto;
  border: 2px solid var(--border-hairline);
}

.info-leaders__title-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.info-leaders__name {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.02em;
}

.info-leaders__org {
  font-size: 13px;
  color: #9A9CA3;
  font-weight: 600;
}

.info-leaders__card-body {
  padding: 0 28px 24px;
  flex: 1;
}

.info-leaders__bio {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--fg-1);
  margin: 0 0 20px;
}

.info-leaders__phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #1F2A3D;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: background 0.15s;
}
.info-leaders__phone-cta:hover { background: #2a3a55; text-decoration: none; }

/* ── Enhanced Video Section ── */
.info-video-enhanced { background: var(--bg-subtle); border-top: 1px solid var(--border-hairline); }

.info-video-enhanced .apoh-feature { gap: 72px; }

.info-video-enhanced__thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(36, 106, 180, 0.18);
  background: #0E1A2D;
  cursor: pointer;
  text-decoration: none;
}
.info-video-enhanced__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info-video-enhanced__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
}

.info-video-enhanced__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s;
}
.info-video-enhanced__thumb:hover .info-video-enhanced__play { transform: scale(1.08); }

.info-video-enhanced__duration {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
}

.info-video-enhanced__caption {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--fg-2);
  padding-left: 2px;
}

.info-video-enhanced__heading {
  font-size: 34px;
  font-weight: 900;
  color: #1F2A3D;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 18px;
  text-wrap: balance;
}

.info-video-enhanced__lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg-1);
  margin: 0 0 28px;
}

.info-video-enhanced__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--apoh-blue);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s;
}
.info-video-enhanced__cta:hover { background: var(--apoh-blue-darker); text-decoration: none; }

/* ── Payment Forms (tabbed) ── */
.payment-forms {
  background: #FAFAF9;
  padding: 72px 0;
  border-top: 1px solid #EAEAE7;
  border-bottom: 1px solid #EAEAE7;
}

.payment-forms__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #1F2A3D;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.2;
}

.payment-forms__tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #EAEAE7;
  margin-bottom: 32px;
}

.payment-forms__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  color: #6E7079;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.15s;
}

.payment-forms__tab:hover { color: #1F2A3D; }

.payment-forms__tab--active {
  color: var(--apoh-blue);
  border-bottom-color: var(--apoh-green);
}

.payment-forms__panel {
  display: none;
}

.payment-forms__panel--active {
  display: block;
}

.payment-forms__intro {
  font-size: 15px;
  line-height: 1.6;
  color: #585961;
  margin: 0 0 24px;
  text-align: center;
}

.payment-forms__trust {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  font-size: 12px;
  color: #9A9CA3;
  font-weight: 700;
}

.payment-forms__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.payment-forms__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--apoh-green);
}

.payment-forms__seal {
  text-align: center;
  margin-top: 24px;
}

.payment-forms__seal p {
  font-size: 13px;
  color: #9A9CA3;
  margin: 0 0 10px;
}

.payment-forms__seal .AuthorizeNetSeal {
  margin: 0 auto;
}

/* Authorize.Net seal script injects a raw <a> at the end of body — hide it */
body > a[href*="verify.authorize.net"] {
  display: none !important;
}

@media (max-width: 600px) {
  .payment-forms__tab { font-size: 13px; padding: 12px 10px; }
}

/* ── Document Upload Form ── */
.document-upload-form {
  padding: 64px 0 72px;
}
.document-upload-form .gform_wrapper {
  background: #fff !important;
  border: 1px solid #EAEAE7 !important;
  border-radius: 18px !important;
  padding: 36px !important;
}
@media (max-width: 640px) {
  .document-upload-form .gform_wrapper {
    padding: 24px 20px !important;
  }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .info-leaders__grid { grid-template-columns: 1fr; }
  .info-leaders__heading { font-size: 28px; }
  .info-leaders__card-top { flex-direction: column; text-align: center; }
  .info-video-enhanced .apoh-feature { gap: 32px; }
  .info-video-enhanced__heading { font-size: 28px; }

  .info-hero__title { font-size: 36px; }
  .info-pillars__grid { grid-template-columns: 1fr !important; }
  .info-list__grid { grid-template-columns: 1fr !important; }
  .info-stats__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .info-gallery__grid { grid-template-columns: 1fr; }
  .info-pillars__heading { font-size: 32px; }
}
