.age812-page {
  --age812-ink: #172f52;
  --age812-muted: #5b6f86;
  --age812-indigo: #5658cf;
  --age812-blue: #2f7ebd;
  --age812-teal: #238f86;
  --age812-coral: #dc715f;
  --age812-rose: #ae5d88;
  --age812-line: #d8e2ed;
  --age812-indigo-soft: #efefff;
  --age812-blue-soft: #edf6ff;
  --age812-teal-soft: #eaf7f5;
  --age812-coral-soft: #fff0ed;
}

.age812-page main { overflow: hidden; color: var(--age812-ink); background: #fff; }
.age812-page .age812-hero {
  padding-block: clamp(2.5rem,6vw,5.6rem);
  background:
    radial-gradient(circle at 8% 18%,rgb(86 88 207 / 10%) 0 8rem,transparent 8.1rem),
    radial-gradient(circle at 94% 82%,rgb(35 143 134 / 10%) 0 10rem,transparent 10.1rem),
    linear-gradient(145deg,#fff 0%,#fafaff 50%,#eef8ff 100%);
}
.age812-page .age812-hero-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: center; gap: clamp(1.5rem,3vw,3rem); }
.age812-page .age812-hero-copy { text-align: center; }
.age812-page .age812-hero-copy h1 { max-width: 14ch; margin: 0 auto 1rem; color: var(--age812-ink); font-family: var(--font-display); font-size: clamp(2.65rem,5vw,4.9rem); line-height: 1.02; text-wrap: balance; }
.age812-page .age812-hero-copy :where(.section-kicker,.direct-answer) { max-width: 48rem; margin-inline: auto; }
.age812-page .age812-hero-copy .direct-answer { color: var(--age812-muted); font-size: clamp(1.02rem,1.45vw,1.18rem); font-weight: 700; line-height: 1.82; }
.age812-page .age812-hero-signals { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .72rem; margin-block: 1.45rem; }
.age812-page .age812-hero-signals span { min-height: 5.2rem; display: grid; place-items: center; gap: .35rem; padding: .8rem; border: 1px solid var(--age812-line); border-radius: 1.15rem; background: #fff; box-shadow: 0 .35rem 1rem rgb(23 50 85 / 7%); text-align: center; }
.age812-page .age812-hero-signals span:nth-child(2) { background: var(--age812-indigo-soft); }
.age812-page .age812-hero-signals span:nth-child(3) { background: var(--age812-teal-soft); }
.age812-page .age812-hero-signals img { width: 2.55rem; height: 2.55rem; object-fit: contain; }
.age812-page :where(.age812-hero-copy,.age812-final-cta) .zv-actions { justify-content: center; }

.age812-page .age812-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 15% 18%,rgb(47 126 189 / 17%) 0 5.5rem,transparent 5.6rem),radial-gradient(circle at 86% 82%,rgb(86 88 207 / 16%) 0 7rem,transparent 7.1rem),linear-gradient(145deg,#eef7ff,#f4f2ff 58%,#edf8f6); }
.age812-page .age812-image-slot > div { display: grid; place-items: center; gap: .75rem; padding: 1.2rem; text-align: center; }
.age812-page .age812-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%); }
.age812-page .age812-image-slot-art img { width: 3.2rem; height: 3.2rem; }
.age812-page .age812-image-slot figcaption { max-width: 32rem; display: grid; gap: .35rem; }
.age812-page .age812-image-slot figcaption strong { font-family: var(--font-display); font-size: 1.3rem; }
.age812-page .age812-image-slot figcaption span { color: var(--age812-muted); font-size: .92rem; font-weight: 700; line-height: 1.6; }
.age812-page .age812-image-slot.age812-image-ready { aspect-ratio: auto; overflow: visible; border-radius: 0; background: transparent; }
.age812-page .age812-image-slot.age812-image-ready :where(picture,img) { display: block; width: 100%; height: auto; object-fit: contain; }

.age812-page :where(.age812-fit-section,.age812-labs-section,.age812-depth-section,.age812-choice-section,.age812-independence-section,.age812-faq-section) { padding-block: clamp(4.7rem,8vw,7rem); }
.age812-page .age812-fit-section { background: linear-gradient(180deg,#f6f6ff,#f1f8ff); }
.age812-page .age812-fit-panel { max-width: 76rem; border: 1px solid #ced9e7; border-radius: 2rem; background: #fff; box-shadow: 0 1rem 2.5rem rgb(31 55 88 / 9%); }
.age812-page .age812-section-heading,.age812-page .age812-faq-heading { max-width: 59rem; margin: 0 auto 1.6rem; text-align: center; }
.age812-page :where(.age812-section-heading,.age812-faq-heading) h2 { margin: 0 0 .55rem; color: var(--age812-ink); font-family: var(--font-display); font-size: clamp(1.9rem,4vw,2.85rem); line-height: 1.08; text-wrap: balance; }
.age812-page :where(.age812-section-heading,.age812-faq-heading) p { margin-inline: auto; color: var(--age812-muted); font-weight: 700; line-height: 1.7; }
.age812-page .age812-fit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .85rem; }
.age812-page .age812-fit-card { padding: 1.15rem .9rem; border: 1px solid #dce5ef; border-radius: 1.3rem; background: var(--age812-indigo-soft); text-align: center; }
.age812-page .age812-fit-card:nth-child(2) { background: var(--age812-blue-soft); }
.age812-page .age812-fit-card:nth-child(3) { background: var(--age812-teal-soft); }
.age812-page .age812-fit-card:nth-child(4) { background: var(--age812-coral-soft); }
.age812-page .age812-fit-note,.age812-page .age812-depth-note { max-width: 67rem; margin: 1.3rem auto 0; padding: 1rem 1.2rem; border-inline-start: .3rem solid var(--age812-teal); border-radius: 1rem; background: #fff; color: var(--age812-muted); font-weight: 700; line-height: 1.7; text-align: center; }

.age812-page :where(.age812-fit-card,.age812-lab-card,.age812-choice-card,.age812-independence-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%); }
.age812-page :where(.age812-fit-card,.age812-lab-card,.age812-choice-card,.age812-independence-grid article) .zv-skill-icon img { width: 2.3rem; height: 2.3rem; }
.age812-page :where(.age812-fit-card,.age812-lab-card,.age812-depth-grid li,.age812-choice-card,.age812-independence-grid article) h3 { margin: 0 0 .55rem; color: var(--age812-ink); font-family: var(--font-display); font-size: 1.18rem; line-height: 1.25; }
.age812-page :where(.age812-fit-card,.age812-lab-card,.age812-depth-grid li,.age812-choice-card,.age812-independence-grid article) p { margin: 0; color: var(--age812-muted); font-weight: 650; line-height: 1.65; }

.age812-page .age812-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; }
.age812-page .age812-divider::before { content: ""; position: absolute; inset-inline: 2.6rem; top: 50%; height: .18rem; border-radius: 999px; background: linear-gradient(90deg,var(--age812-teal),var(--age812-blue),var(--age812-indigo),var(--age812-coral)); }
.age812-page .age812-divider span { position: relative; width: 4.2rem; height: 4.2rem; display: grid; place-items: center; border: 1px solid var(--age812-line); border-radius: 1.2rem; background: #fff; box-shadow: 0 .65rem 1.35rem rgb(42 62 93 / 12%); }
.age812-page .age812-divider img { width: 2.35rem; height: 2.35rem; object-fit: contain; }

.age812-page .age812-labs-section { background: linear-gradient(180deg,#fff,#f7fbff); }
.age812-page .age812-labs-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.age812-page .age812-lab-card { padding: 1.55rem; border: 1px solid var(--age812-line); border-top: .3rem solid var(--age812-indigo); border-radius: 1.6rem; background: #fff; box-shadow: 0 .8rem 1.9rem rgb(36 57 87 / 8%); text-align: center; }
.age812-page .age812-lab-strategy { border-top-color: var(--age812-rose); }
.age812-page .age812-lab-science { border-top-color: var(--age812-teal); }
.age812-page .age812-lab-code { border-top-color: var(--age812-blue); }
.age812-page .age812-lab-card dl { display: grid; gap: .7rem; margin: 1rem 0 0; }
.age812-page .age812-lab-card dl div { padding: .8rem; border-radius: .9rem; background: #f7f9fc; }
.age812-page .age812-lab-card dt { margin-bottom: .2rem; color: var(--age812-indigo); font-size: .85rem; font-weight: 900; }
.age812-page .age812-lab-card dd { margin: 0; color: var(--age812-muted); font-size: .92rem; font-weight: 700; line-height: 1.55; }

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

.age812-page .age812-depth-section { background: linear-gradient(180deg,#f4f3ff,#fff); }
.age812-page .age812-depth-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .9rem; margin: 0; padding: 0; list-style: none; }
.age812-page .age812-depth-grid li { padding: 1.4rem 1rem; border: 1px solid var(--age812-line); border-radius: 1.45rem; background: #fff; box-shadow: 0 .7rem 1.6rem rgb(39 61 93 / 7%); text-align: center; }
.age812-page .age812-depth-grid .zv-skill-step-number { width: 3.4rem; height: 3.4rem; margin: 0 auto 1rem; border-radius: 1rem; background: var(--age812-indigo-soft); color: var(--age812-indigo); font-family: var(--font-display); font-size: 1.4rem; font-weight: 900; }

.age812-page .age812-choice-section { background: #fff; }
.age812-page .age812-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.age812-page .age812-choice-card { padding: 1.45rem; border: 1px solid var(--age812-line); border-inline-start: .3rem solid var(--age812-indigo); border-radius: 1.45rem; background: #fff; box-shadow: 0 .7rem 1.6rem rgb(39 61 93 / 7%); text-align: center; }
.age812-page .age812-choice-card:nth-child(2) { border-inline-start-color: var(--age812-rose); }
.age812-page .age812-choice-card:nth-child(3) { border-inline-start-color: var(--age812-teal); }
.age812-page .age812-choice-card:nth-child(4) { border-inline-start-color: var(--age812-blue); }
.age812-page .age812-choice-card a { display: inline-block; margin-top: .9rem; color: #126d8c; font-weight: 850; }

.age812-page .age812-independence-section { background: linear-gradient(180deg,#edf7ff,#f5fbfa); }
.age812-page .age812-independence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.age812-page .age812-independence-grid article { padding: 1.5rem 1.2rem; border: 1px solid var(--age812-line); border-radius: 1.5rem; background: #fff; box-shadow: 0 .75rem 1.7rem rgb(39 61 93 / 8%); text-align: center; }
.age812-page .age812-independence-grid article:nth-child(2) { background: var(--age812-teal-soft); }
.age812-page .age812-independence-grid article:nth-child(3) { background: var(--age812-indigo-soft); }

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

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

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

@media (max-width: 34rem) {
  .age812-page .age812-fit-grid,.age812-page .age812-depth-grid { grid-template-columns: 1fr; }
  .age812-page :where(.age812-fit-section,.age812-labs-section,.age812-depth-section,.age812-choice-section,.age812-independence-section,.age812-faq-section) { padding-block: 4rem; }
}
