.age57-page {
  --age57-ink: #183255;
  --age57-muted: #5d7086;
  --age57-violet: #6859d7;
  --age57-blue: #347fc4;
  --age57-teal: #249b8b;
  --age57-coral: #df735f;
  --age57-rose: #b95f8c;
  --age57-line: #d9e3ee;
  --age57-lavender: #f1efff;
  --age57-mint: #eaf8f5;
  --age57-sky: #edf6ff;
  --age57-coral-soft: #fff0ed;
}

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

.age57-page .age57-hero {
  padding-block: clamp(2.5rem, 6vw, 5.6rem);
  background:
    radial-gradient(circle at 8% 18%, rgb(104 89 215 / 10%) 0 8rem, transparent 8.1rem),
    radial-gradient(circle at 94% 82%, rgb(52 127 196 / 10%) 0 10rem, transparent 10.1rem),
    linear-gradient(145deg, #fff 0%, #fafaff 52%, #f1f8ff 100%);
}

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

.age57-page .age57-hero-copy { text-align: center; }
.age57-page .age57-hero-copy h1 {
  max-width: 14ch; margin: 0 auto 1rem; color: var(--age57-ink); font-family: var(--font-display);
  font-size: clamp(2.65rem, 5vw, 4.9rem); line-height: 1.02; text-wrap: balance;
}
.age57-page .age57-hero-copy :where(.section-kicker, .direct-answer) { max-width: 48rem; margin-inline: auto; }
.age57-page .age57-hero-copy .direct-answer { color: var(--age57-muted); font-size: clamp(1.02rem, 1.45vw, 1.18rem); font-weight: 700; line-height: 1.82; }

.age57-page .age57-hero-signals { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .72rem; margin-block: 1.45rem; }
.age57-page .age57-hero-signals span {
  min-height: 5.2rem; display: grid; place-items: center; gap: .35rem; padding: .8rem;
  border: 1px solid var(--age57-line); border-radius: 1.15rem; background: #fff;
  box-shadow: 0 .35rem 1rem rgb(23 50 85 / 7%); text-align: center;
}
.age57-page .age57-hero-signals span:nth-child(2) { background: var(--age57-sky); }
.age57-page .age57-hero-signals span:nth-child(3) { background: var(--age57-mint); }
.age57-page .age57-hero-signals img { width: 2.55rem; height: 2.55rem; object-fit: contain; }
.age57-page :where(.age57-hero-copy, .age57-final-cta) .zv-actions { justify-content: center; }

.age57-page .age57-image-slot {
  width: 100%; 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 127 196 / 17%) 0 5.5rem, transparent 5.6rem),
    radial-gradient(circle at 86% 82%, rgb(104 89 215 / 16%) 0 7rem, transparent 7.1rem),
    linear-gradient(145deg, #eef8ff, #f6f3ff 58%, #eef9f6);
}
.age57-page .age57-image-slot > div { display: grid; place-items: center; gap: .75rem; padding: 1.2rem; text-align: center; }
.age57-page .age57-image-slot-art {
  width: 5.2rem; height: 5.2rem; display: grid; place-items: center; border-radius: 1.45rem;
  background: rgb(255 255 255 / 88%); box-shadow: 0 .6rem 1.4rem rgb(74 87 125 / 12%);
}
.age57-page .age57-image-slot-art img { width: 3.2rem; height: 3.2rem; }
.age57-page .age57-image-slot figcaption { max-width: 32rem; display: grid; gap: .35rem; }
.age57-page .age57-image-slot figcaption strong { font-family: var(--font-display); font-size: 1.3rem; }
.age57-page .age57-image-slot figcaption span { color: var(--age57-muted); font-size: .92rem; font-weight: 700; line-height: 1.6; }
.age57-page .age57-image-slot.age57-image-ready { aspect-ratio: auto; overflow: visible; border-radius: 0; background: transparent; }
.age57-page .age57-image-slot.age57-image-ready :where(picture,img) { display: block; width: 100%; height: auto; object-fit: contain; }

.age57-page :where(.age57-start-section,.age57-actions-section,.age57-depth-section,.age57-guide-section,.age57-school-section,.age57-faq-section) { padding-block: clamp(4.7rem,8vw,7rem); }
.age57-page .age57-start-section { background: linear-gradient(180deg,#f7f6ff,#f2f8ff); }
.age57-page .age57-start-panel { max-width: 76rem; border: 1px solid #cfdae7; border-radius: 2rem; background: #fff; box-shadow: 0 1rem 2.5rem rgb(31 55 88 / 9%); }

.age57-page .age57-section-heading,.age57-page .age57-faq-heading { max-width: 58rem; margin: 0 auto 1.6rem; text-align: center; }
.age57-page :where(.age57-section-heading,.age57-faq-heading) h2 {
  margin: 0 0 .55rem; color: var(--age57-ink); font-family: var(--font-display);
  font-size: clamp(1.9rem,4vw,2.85rem); line-height: 1.08; text-wrap: balance;
}
.age57-page :where(.age57-section-heading,.age57-faq-heading) p { margin-inline: auto; color: var(--age57-muted); font-weight: 700; line-height: 1.7; }

.age57-page .age57-start-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .85rem; }
.age57-page .age57-start-card { padding: 1.15rem .9rem; border: 1px solid #dce5ef; border-radius: 1.3rem; background: var(--age57-lavender); text-align: center; }
.age57-page .age57-start-card:nth-child(2) { background: var(--age57-mint); }
.age57-page .age57-start-card:nth-child(3) { background: var(--age57-sky); }
.age57-page .age57-start-card:nth-child(4) { background: var(--age57-coral-soft); }
.age57-page .age57-start-note,.age57-page .age57-school-note {
  max-width: 67rem; margin: 1.3rem auto 0; padding: 1rem 1.2rem; border-inline-start: .3rem solid var(--age57-teal);
  border-radius: 1rem; background: #fff; color: var(--age57-muted); font-weight: 700; line-height: 1.7; text-align: center;
}

.age57-page :where(.age57-start-card,.age57-action-card,.age57-school-grid article) .zv-skill-icon {
  width: 3.7rem; height: 3.7rem; margin-bottom: .75rem; border-radius: 1.05rem; background: #fff;
  box-shadow: 0 .45rem 1rem rgb(34 57 88 / 9%);
}
.age57-page :where(.age57-start-card,.age57-action-card,.age57-school-grid article) .zv-skill-icon img { width: 2.3rem; height: 2.3rem; }
.age57-page :where(.age57-start-card,.age57-action-card,.age57-depth-card,.age57-guide-steps li,.age57-school-grid article) h3 {
  margin: 0 0 .55rem; color: var(--age57-ink); font-family: var(--font-display); font-size: 1.18rem; line-height: 1.25;
}
.age57-page :where(.age57-start-card,.age57-action-card,.age57-guide-steps li,.age57-school-grid article) p { margin: 0; color: var(--age57-muted); font-weight: 650; line-height: 1.65; }

.age57-page .age57-divider { position: relative; z-index: 1; max-width: 34rem; height: 0; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; padding-inline: 1rem; }
.age57-page .age57-divider::before { content: ""; position: absolute; inset-inline: 2.6rem; top: 50%; height: .18rem; border-radius: 999px; background: linear-gradient(90deg,var(--age57-teal),var(--age57-blue),var(--age57-violet),var(--age57-coral)); }
.age57-page .age57-divider span { position: relative; width: 4.2rem; height: 4.2rem; display: grid; place-items: center; border: 1px solid var(--age57-line); border-radius: 1.2rem; background: #fff; box-shadow: 0 .65rem 1.35rem rgb(42 62 93 / 12%); }
.age57-page .age57-divider img { width: 2.35rem; height: 2.35rem; object-fit: contain; }

.age57-page .age57-actions-section { background: linear-gradient(180deg,#fff,#f8fbff); }
.age57-page .age57-actions-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.age57-page .age57-action-card { min-height: 18.5rem; padding: 1.55rem; border: 1px solid var(--age57-line); border-top: .3rem solid var(--age57-violet); border-radius: 1.6rem; background: #fff; box-shadow: 0 .8rem 1.9rem rgb(36 57 87 / 8%); text-align: center; }
.age57-page .age57-card-teal { border-top-color: var(--age57-teal); }
.age57-page .age57-card-blue { border-top-color: var(--age57-blue); }
.age57-page .age57-card-coral { border-top-color: var(--age57-coral); }
.age57-page .age57-card-wide { grid-column: 1 / -1; max-width: 50rem; width: 100%; min-height: 0; justify-self: center; border-top-color: var(--age57-rose); }
.age57-page .age57-action-card ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.age57-page .age57-action-card li { padding: .38rem .68rem; border: 1px solid #dce4ee; border-radius: 999px; background: #f8f9fc; color: var(--age57-ink); font-size: .86rem; font-weight: 800; }

.age57-page .age57-bridge-media { padding-block: clamp(3.8rem,7vw,6.2rem); background: #f8fbff; }
.age57-page .age57-bridge-image-slot { max-width: 74rem; margin-inline: auto; }

.age57-page .age57-depth-section { background: linear-gradient(180deg,#f5f3ff,#fff); }
.age57-page .age57-depth-grid,.age57-page .age57-guide-steps,.age57-page .age57-school-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.age57-page .age57-depth-card,.age57-page .age57-guide-steps li,.age57-page .age57-school-grid article {
  padding: 1.55rem 1.2rem; border: 1px solid var(--age57-line); border-radius: 1.55rem; background: #fff;
  box-shadow: 0 .75rem 1.7rem rgb(39 61 93 / 8%); text-align: center;
}
.age57-page .age57-depth-card { border-top: .3rem solid var(--age57-violet); }
.age57-page .age57-depth-card:nth-child(2) { border-top-color: var(--age57-teal); }
.age57-page .age57-depth-card:nth-child(3) { border-top-color: var(--age57-blue); }
.age57-page .age57-depth-card ol { display: grid; gap: .7rem; margin: 1rem 0; padding: 0; list-style: none; }
.age57-page .age57-depth-card li { display: grid; grid-template-columns: 2rem 1fr; align-items: center; gap: .6rem; color: var(--age57-muted); font-weight: 700; text-align: start; }
.age57-page .age57-depth-card li span { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: .7rem; background: var(--age57-lavender); color: var(--age57-violet); font-weight: 900; }
.age57-page .age57-depth-card a { color: #126d8c; font-weight: 850; }

.age57-page .age57-guide-section { background: #fff; }
.age57-page .age57-guide-steps { margin: 0; padding: 0; list-style: none; }
.age57-page .age57-guide-steps li:nth-child(2) { border-color: rgb(104 89 215 / 48%); background: #faf9ff; }
.age57-page .age57-guide-steps .zv-skill-step-number { width: 3.5rem; height: 3.5rem; margin: 0 auto 1rem; border-radius: 1rem; background: var(--age57-lavender); color: var(--age57-violet); font-family: var(--font-display); font-size: 1.45rem; font-weight: 900; }

.age57-page .age57-school-section { background: linear-gradient(180deg,#eef7ff,#f6fbfa); }
.age57-page .age57-school-grid article:nth-child(2) { background: var(--age57-mint); }
.age57-page .age57-school-grid article:nth-child(3) { background: var(--age57-lavender); }

.age57-page .age57-faq-section { background: linear-gradient(180deg,#f7f6ff,#f4f8fc); }
.age57-page .age57-faq-section .faq-grid { display: block; max-width: 76rem; }
.age57-page .age57-faq-section .age57-faq-heading::before { content: none; display: none; }
.age57-page .age57-faq-section .faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; }
.age57-page .age57-faq-section details { margin: 0; border: 1px solid var(--age57-line); border-inline-start: .28rem solid var(--age57-violet); border-radius: 1.15rem; background: #fff; box-shadow: 0 .45rem 1rem rgb(38 58 88 / 6%); }
.age57-page .age57-faq-section details:nth-child(4n + 2) { border-inline-start-color: var(--age57-teal); }
.age57-page .age57-faq-section details:nth-child(4n + 3) { border-inline-start-color: var(--age57-coral); }
.age57-page .age57-faq-section details:nth-child(4n + 4) { border-inline-start-color: var(--age57-blue); }
.age57-page .age57-faq-section summary { min-height: 4.8rem; display: flex; align-items: center; padding: 1rem 1.05rem; color: var(--age57-ink); font-weight: 850; line-height: 1.45; }
.age57-page .age57-faq-section details p { margin: 0; padding: 0 1.1rem 1.1rem; color: var(--age57-muted); font-weight: 650; line-height: 1.7; }
.age57-page .age57-final-cta { text-align: center; }
.age57-page .age57-final-cta p { max-width: 48rem; margin-inline: auto; }

@media (max-width: 68rem) { .age57-page .age57-start-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }

@media (max-width: 52rem) {
  .age57-page .age57-hero-grid { grid-template-columns: 1fr; }
  .age57-page .age57-hero-copy h1 { font-size: clamp(2.35rem,11vw,3.55rem); }
  .age57-page .age57-hero-signals { grid-template-columns: 1fr; }
  .age57-page .age57-hero-signals span { min-height: 4.5rem; grid-template-columns: auto 1fr; }
  .age57-page .age57-image-slot { aspect-ratio: 9 / 16; border-radius: 1.65rem; }
  .age57-page .age57-image-slot.age57-image-ready { aspect-ratio: auto; border-radius: 0; }
  .age57-page .age57-actions-grid,.age57-page .age57-depth-grid,.age57-page .age57-guide-steps,.age57-page .age57-school-grid,.age57-page .age57-faq-section .faq-list { grid-template-columns: 1fr; }
  .age57-page .age57-card-wide { grid-column: auto; }
  .age57-page .age57-action-card { min-height: 0; }
  .age57-page .age57-divider { max-width: 19rem; }
  .age57-page .age57-divider span { width: 3.7rem; height: 3.7rem; }
  .age57-page .age57-divider img { width: 2.05rem; height: 2.05rem; }
}

@media (max-width: 34rem) {
  .age57-page .age57-start-grid { grid-template-columns: 1fr; }
  .age57-page :where(.age57-start-section,.age57-actions-section,.age57-depth-section,.age57-guide-section,.age57-school-section,.age57-faq-section) { padding-block: 4rem; }
}
