.age-hub-page {
  --age-ink: #183255;
  --age-muted: #5d7086;
  --age-violet: #6958d8;
  --age-blue: #347bc1;
  --age-teal: #249b8b;
  --age-coral: #df735f;
  --age-rose: #bd5f8b;
  --age-line: #dbe3ed;
  --age-lavender: #f2efff;
  --age-sky: #edf6ff;
  --age-mint: #eaf8f5;
  --age-coral-soft: #fff0ed;
}

.age-hub-page main {
  overflow: hidden;
  color: var(--age-ink);
  background: #fff;
}

.age-hub-page .agehub-hero {
  padding-block: clamp(2.5rem, 6vw, 5.6rem);
  background:
    radial-gradient(circle at 7% 18%, rgb(105 88 216 / 10%) 0 8rem, transparent 8.1rem),
    radial-gradient(circle at 94% 82%, rgb(36 155 139 / 10%) 0 10rem, transparent 10.1rem),
    linear-gradient(145deg, #fff 0%, #fbfaff 52%, #f2faff 100%);
}

.age-hub-page .agehub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.age-hub-page .agehub-hero-copy {
  text-align: center;
}

.age-hub-page .agehub-hero-copy h1 {
  max-width: 15ch;
  margin: 0 auto 1rem;
  color: var(--age-ink);
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 1;
  text-wrap: balance;
}

.age-hub-page .agehub-hero-copy :where(.section-kicker, .direct-answer) {
  max-width: 48rem;
  margin-inline: auto;
}

.age-hub-page .agehub-hero-copy .direct-answer {
  color: var(--age-muted);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.82;
}

.age-hub-page .agehub-hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin-block: 1.5rem;
}

.age-hub-page .agehub-hero-signals span {
  min-height: 5rem;
  display: grid;
  place-items: center;
  gap: 0.45rem;
  padding: 0.85rem;
  border: 1px solid var(--age-line);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 0.35rem 1rem rgb(23 50 85 / 7%);
  text-align: center;
}

.age-hub-page .agehub-hero-signals span:nth-child(2) { background: var(--age-mint); }
.age-hub-page .agehub-hero-signals span:nth-child(3) { background: var(--age-lavender); }

.age-hub-page .agehub-hero-signals img {
  width: 2.65rem;
  height: 2.65rem;
  object-fit: contain;
}

.age-hub-page .agehub-hero-copy .zv-actions,
.age-hub-page .agehub-final-cta .zv-actions {
  justify-content: center;
}

.age-hub-page .agehub-image-slot {
  min-width: 0;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 14% 18%, rgb(52 123 193 / 18%) 0 5.6rem, transparent 5.7rem),
    radial-gradient(circle at 86% 80%, rgb(36 155 139 / 17%) 0 7rem, transparent 7.1rem),
    linear-gradient(145deg, #f6f2ff, #edf8ff 58%, #f0faf7);
}

.age-hub-page .agehub-image-slot > div {
  display: grid;
  place-items: center;
  gap: 0.8rem;
  padding: 1.2rem;
  text-align: center;
}

.age-hub-page .agehub-image-slot-art {
  width: 5.4rem;
  height: 5.4rem;
  display: grid;
  place-items: center;
  border-radius: 1.5rem;
  background: rgb(255 255 255 / 85%);
  box-shadow: 0 0.6rem 1.4rem rgb(74 87 125 / 12%);
}

.age-hub-page .agehub-image-slot-art img {
  width: 3.25rem;
  height: 3.25rem;
}

.age-hub-page .agehub-image-slot figcaption {
  max-width: 31rem;
  display: grid;
  gap: 0.35rem;
}

.age-hub-page .agehub-image-slot figcaption strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.age-hub-page .agehub-image-slot figcaption span {
  color: var(--age-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.6;
}

.age-hub-page .agehub-image-slot.agehub-image-ready {
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.age-hub-page .agehub-image-slot.agehub-image-ready :where(picture, img) {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.age-hub-page :where(.agehub-fit-section, .agehub-groups-section, .agehub-compare-section, .agehub-guide-section, .agehub-faq-section) {
  padding-block: clamp(4.8rem, 8vw, 7.2rem);
}

.age-hub-page .agehub-fit-section {
  background: linear-gradient(180deg, #f7f6ff, #f3f9ff);
}

.age-hub-page .agehub-answer-panel {
  max-width: 76rem;
  border: 1px solid #cfd9e8;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgb(31 55 88 / 10%);
}

.age-hub-page .agehub-answer-heading {
  max-width: 58rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.age-hub-page .agehub-answer-heading h2,
.age-hub-page .agehub-compare-section h2,
.age-hub-page .agehub-guide-section h2,
.age-hub-page .agehub-faq-heading h2 {
  margin: 0 0 0.5rem;
  color: var(--age-ink);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.8rem);
  line-height: 1.08;
  text-wrap: balance;
}

.age-hub-page .agehub-answer-heading p {
  margin: 0;
  color: var(--age-muted);
  font-weight: 700;
  line-height: 1.7;
}

.age-hub-page .agehub-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.age-hub-page .agehub-fit-card {
  padding: 1.2rem 0.95rem;
  border: 1px solid #dde5ee;
  border-radius: 1.3rem;
  background: var(--age-lavender);
  text-align: center;
}

.age-hub-page .agehub-fit-card:nth-child(2) { background: var(--age-mint); }
.age-hub-page .agehub-fit-card:nth-child(3) { background: var(--age-coral-soft); }
.age-hub-page .agehub-fit-card:nth-child(4) { background: var(--age-sky); }

.age-hub-page .agehub-fit-card img {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.55rem;
  object-fit: contain;
}

.age-hub-page .agehub-fit-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.age-hub-page .agehub-fit-card p {
  margin: 0;
  color: var(--age-muted);
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.55;
}

.age-hub-page .agehub-section-divider {
  position: relative;
  z-index: 2;
  width: min(24rem, calc(100% - 2rem));
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 5vw, 3.6rem);
  margin: -2.4rem auto;
}

.age-hub-page .agehub-section-divider::before {
  content: "";
  position: absolute;
  inset-inline: 1rem;
  top: 50%;
  height: 0.24rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--age-teal), var(--age-blue), var(--age-violet), var(--age-coral));
  transform: translateY(-50%);
}

.age-hub-page .agehub-section-divider span {
  position: relative;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border: 1px solid #dee4ef;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem rgb(37 58 95 / 12%);
}

.age-hub-page .agehub-section-divider img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.age-hub-page .agehub-groups-section {
  background:
    radial-gradient(circle at 5% 20%, rgb(105 88 216 / 9%) 0 8rem, transparent 8.1rem),
    linear-gradient(180deg, #fff, #f7f5ff);
}

.age-hub-page :where(.agehub-groups-section, .agehub-compare-section, .agehub-guide-section) > .shell > :where(h2, .section-kicker, .agehub-section-lead),
.age-hub-page .agehub-faq-heading {
  text-align: center;
}

.age-hub-page .agehub-section-lead {
  max-width: 53rem;
  margin: 0 auto 1.8rem;
  color: var(--age-muted);
  font-size: 1.04rem;
  font-weight: 680;
  line-height: 1.75;
}

.age-hub-page .agehub-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.age-hub-page .agehub-group-card {
  --age-card-accent: var(--age-violet);
  min-height: 30rem;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: clamp(1.4rem, 2.8vw, 2rem);
  border: 1px solid #dce3ec;
  border-block-start: 0.38rem solid var(--age-card-accent);
  border-radius: 1.65rem;
  background: #fff;
  box-shadow: 0 0.7rem 1.7rem rgb(32 57 91 / 8%);
  text-align: center;
}

.age-hub-page .agehub-group-card:nth-child(2) { --age-card-accent: var(--age-teal); }
.age-hub-page .agehub-group-card:nth-child(3) { --age-card-accent: var(--age-coral); }

.age-hub-page .agehub-group-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  place-items: center;
  margin: 0 auto 0.8rem;
  border-radius: 1.35rem;
  background: var(--age-lavender);
}

.age-hub-page .agehub-group-card:nth-child(2) .agehub-group-icon { background: var(--age-mint); }
.age-hub-page .agehub-group-card:nth-child(3) .agehub-group-icon { background: var(--age-coral-soft); }

.age-hub-page .agehub-group-icon img {
  width: 2.8rem;
  height: 2.8rem;
}

.age-hub-page .agehub-range {
  display: inline-flex;
  margin-block-end: 0.8rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #f1f4fa;
  color: var(--age-card-accent);
  font-family: var(--font-display);
  font-weight: 850;
}

.age-hub-page .agehub-group-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
}

.age-hub-page .agehub-group-card > p {
  margin: 0 0 1rem;
  color: var(--age-muted);
  font-weight: 650;
  line-height: 1.7;
}

.age-hub-page .agehub-group-card ul {
  width: 100%;
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.age-hub-page .agehub-group-card li {
  padding: 0.55rem 0.75rem;
  border-radius: 0.9rem;
  background: #f5f7fb;
  color: #405b76;
  font-size: 0.9rem;
  font-weight: 700;
}

.age-hub-page .agehub-group-card .text-link {
  margin-block-start: auto;
  color: #126b88;
  font-weight: 800;
}

.age-hub-page .agehub-bridge-media {
  padding-block: clamp(3rem, 6vw, 5.5rem);
  background: linear-gradient(180deg, #f7f5ff, #fff);
}

.age-hub-page .agehub-bridge-image-slot {
  width: min(72rem, 100%);
  margin-inline: auto;
}

.age-hub-page .agehub-compare-section {
  background: #fff;
}

.age-hub-page .agehub-domain-grid {
  display: grid;
  gap: 1rem;
}

.age-hub-page .agehub-domain-row {
  display: grid;
  grid-template-columns: minmax(9rem, 0.72fr) repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: stretch;
}

.age-hub-page .agehub-domain-label,
.age-hub-page .agehub-domain-stage {
  display: grid;
  align-content: center;
  padding: 1rem;
  border-radius: 1.15rem;
  text-align: center;
}

.age-hub-page .agehub-domain-label {
  justify-items: center;
  gap: 0.45rem;
  background: var(--age-lavender);
  font-family: var(--font-display);
  font-weight: 850;
}

.age-hub-page .agehub-domain-label img {
  width: 2.75rem;
  height: 2.75rem;
}

.age-hub-page .agehub-domain-stage {
  border: 1px solid #dfe6ef;
  background: #fff;
  color: var(--age-muted);
  font-weight: 680;
  line-height: 1.58;
}

.age-hub-page .agehub-domain-stage:nth-child(3) { background: var(--age-mint); }
.age-hub-page .agehub-domain-stage:nth-child(4) { background: var(--age-sky); }

.age-hub-page .agehub-guide-section {
  background: linear-gradient(180deg, #f2f9ff, #f7f6ff);
}

.age-hub-page .agehub-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-block-start: 1.6rem;
}

.age-hub-page .agehub-guide-card {
  min-height: 15rem;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.7rem;
  padding: 1.55rem 1.2rem;
  border: 1px solid #dce3ec;
  border-block-start: 0.34rem solid var(--age-violet);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0.6rem 1.5rem rgb(32 57 91 / 8%);
  text-align: center;
}

.age-hub-page .agehub-guide-card:nth-child(2) { border-block-start-color: var(--age-teal); }
.age-hub-page .agehub-guide-card:nth-child(3) { border-block-start-color: var(--age-coral); }

.age-hub-page .agehub-guide-number {
  width: 3.8rem;
  height: 3.8rem;
  display: grid;
  place-items: center;
  border-radius: 1.15rem;
  background: var(--age-lavender);
  color: #4e43b4;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 850;
}

.age-hub-page .agehub-guide-card:nth-child(2) .agehub-guide-number { background: var(--age-mint); color: #167b70; }
.age-hub-page .agehub-guide-card:nth-child(3) .agehub-guide-number { background: var(--age-coral-soft); color: #b64f3e; }

.age-hub-page .agehub-guide-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.age-hub-page .agehub-guide-card p {
  margin: 0;
  color: var(--age-muted);
  font-weight: 650;
  line-height: 1.68;
}

.age-hub-page .agehub-guide-note {
  max-width: 58rem;
  margin: 1.2rem auto 0;
  padding: 1rem 1.15rem;
  border-inline-start: 0.28rem solid var(--age-teal);
  border-radius: 1rem;
  background: var(--age-mint);
  color: #486477;
  font-weight: 680;
  line-height: 1.7;
  text-align: center;
}

.age-hub-page .agehub-faq-section {
  background: #f7f6ff;
}

.age-hub-page .agehub-faq-heading {
  margin-block-end: 1.4rem;
}

.age-hub-page .agehub-faq-section .faq-list {
  max-width: 76rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-inline: auto;
}

.age-hub-page .agehub-faq-section details {
  align-self: start;
  border: 1px solid #d8e1eb;
  border-inline-start: 0.3rem solid var(--age-violet);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0.45rem 1.15rem rgb(31 55 88 / 7%);
}

.age-hub-page .agehub-faq-section details:nth-child(4n + 2) { border-inline-start-color: var(--age-teal); }
.age-hub-page .agehub-faq-section details:nth-child(4n + 3) { border-inline-start-color: var(--age-coral); }
.age-hub-page .agehub-faq-section details:nth-child(4n + 4) { border-inline-start-color: var(--age-blue); }

.age-hub-page .agehub-final-cta {
  text-align: center;
}

.age-hub-page .agehub-final-cta p {
  max-width: 50rem;
  margin-inline: auto;
}

@media (max-width: 64rem) {
  .age-hub-page .agehub-fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .age-hub-page .agehub-group-grid { grid-template-columns: 1fr; }
  .age-hub-page .agehub-group-card { min-height: 0; }
}

@media (max-width: 52rem) {
  .age-hub-page .agehub-hero-grid,
  .age-hub-page .agehub-guide-grid,
  .age-hub-page .agehub-faq-section .faq-list {
    grid-template-columns: 1fr;
  }

  .age-hub-page .agehub-hero-copy h1 {
    font-size: clamp(2.5rem, 11vw, 4.1rem);
  }

  .age-hub-page .agehub-hero-image-slot,
  .age-hub-page .agehub-bridge-image-slot {
    aspect-ratio: 9 / 16;
  }

  .age-hub-page .agehub-domain-row {
    grid-template-columns: 1fr;
  }

  .age-hub-page .agehub-domain-label,
  .age-hub-page .agehub-domain-stage {
    min-height: 5rem;
  }
}

@media (max-width: 34rem) {
  .age-hub-page .agehub-hero-signals,
  .age-hub-page .agehub-fit-grid {
    grid-template-columns: 1fr;
  }

  .age-hub-page .agehub-answer-panel {
    padding-inline: 1rem;
  }

  .age-hub-page .agehub-section-divider {
    gap: 1rem;
  }
}
