:root {
  --night: #07121e;
  --navy: #10283a;
  --cyan: #57d0f5;
  --cyan-hover: #89e0fa;
  --gold: #d6b45b;
  --white: #fff;
  --canvas: #f3f6f9;
  --ink: #142e41;
  --muted: #506574;
  --line: #d6e0e7;
  --display: 'Archivo', system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, sans-serif;
  --z-sticky: 20;
  --z-mobile: 30;
  --z-focus: 40;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, label, summary { -webkit-tap-highlight-color: transparent; }
button, summary, label { touch-action: manipulation; }
button, a, input, summary { outline-offset: 5px; }
:focus-visible { outline: 3px solid #197c9d; }
.hero :focus-visible, .site-header :focus-visible, footer :focus-visible, .final-section :focus-visible { outline-color: var(--cyan); }
::selection { color: var(--night); background: var(--cyan); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
h1, h2 { letter-spacing: -.035em; }
h2 { font-size: clamp(30px, 3.1vw, 44px); line-height: 1.12; font-weight: 800; }
h3 { line-height: 1.2; font-size: 25px; letter-spacing: -.02em; }
p { text-wrap: pretty; }
.wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 22px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 18px; z-index: var(--z-focus); background: white; color: var(--night); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.btn { min-height: 52px; padding: 14px 22px; border-radius: 8px; display: inline-flex; gap: 11px; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; line-height: 1.4; transition: background .18s ease, transform .18s ease; }
.btn-primary { background: var(--cyan); color: #082333; }
.btn-primary:hover { background: var(--cyan-hover); transform: translateY(-1px); }
.text-link { display: inline-flex; gap: 9px; align-items: center; min-height: 44px; font-size: 14px; line-height: 1.55; font-weight: 700; color: #176987; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: var(--z-sticky); background: var(--night); color: #c5d5e1; border-bottom: 1px solid #213241; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; min-height: 44px; }
.brand img { width: 125px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--cyan); }
.nav-cta { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; color: var(--cyan); min-height: 44px; }
.hero { color: #cad6df; background: radial-gradient(ellipse at 78% 62%, #163346 0%, transparent 54%), var(--night); padding: 66px 0 46px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 36px; }
.hero-copy, .faculty-stage { min-width: 0; }
.eyebrow { display: flex; gap: 10px; align-items: center; color: var(--cyan); text-transform: uppercase; font-family: var(--display); letter-spacing: .12em; font-weight: 600; font-size: 11px; line-height: 1.6; margin-bottom: 23px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); flex: 0 0 7px; }
h1 { font-size: clamp(50px, 5.9vw, 80px); line-height: .99; font-weight: 900; color: white; }
.title-prefix { display: block; font-size: clamp(19px, 2vw, 25px); font-weight: 500; letter-spacing: -.01em; line-height: 1.4; margin-bottom: 10px; }
.accent { color: var(--cyan); }
.hero-lead { margin-top: 24px; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.5; max-width: 460px; }
.hero-lead strong { color: white; font-weight: 600; }
.hero-subjects { margin-top: 17px; font-size: 14px; font-weight: 600; color: #ebf2f7; }
.hero-subjects span { color: var(--cyan); padding-inline: 5px; }
.hero-facts { display: flex; flex-wrap: wrap; column-gap: 24px; row-gap: 14px; margin-top: 27px; }
.hero-facts p { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.55; }
.hero-facts .icon { color: var(--cyan); width: 20px; height: 20px; margin-top: 1px; }
.hero-facts strong { color: white; }
.hero-facts small { display: block; margin-top: 3px; color: #acbfce; font-size: 11px; }
.hero-price { display: flex; gap: 25px; align-items: center; margin-top: 28px; }
.hero-price > div > span { display: block; font-size: 13px; }
.hero-price strong { display: block; color: var(--gold); font-size: 49px; font-weight: 800; line-height: 1.2; letter-spacing: -.03em; font-family: var(--display); }
.hero-price > p { padding-left: 25px; border-left: 1px solid #3f5361; font-size: 13px; line-height: 1.85; color: #c7d5df; }
.hero-price b { color: white; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 23px; }
.hero-secondary { display: inline-flex; gap: 7px; align-items: center; font-size: 13px; font-weight: 600; min-height: 44px; color: #d2e2ee; }
.hero-secondary:hover { color: var(--cyan); }
.faculty-stage { position: relative; align-self: stretch; display: flex; justify-content: flex-end; flex-direction: column; padding-top: 25px; }
.faculty-topline { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 13px; font-size: 11px; color: #c4d3de; margin-bottom: 8px; }
.faculty-topline img { width: 123px; height: 25px; object-fit: contain; }
.faculty-composite { width: 100%; height: auto; }
.faculty-labels { display: grid; grid-template-columns: 1fr 1fr; text-align: left; padding: 0 8px 0 22px; gap: 18px; margin-top: -44px; z-index: 1; }
.faculty-labels strong { display: block; color: var(--cyan); font-size: clamp(14px, 1.35vw, 19px); font-weight: 800; font-family: var(--display); line-height: 1.25; }
.faculty-labels span { display: block; font-size: 12px; line-height: 1.5; margin-top: 6px; color: #d5e0e8; }
.hero-format { display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid #304656; margin-top: 28px; padding: 19px 12px 0; }
.hero-format span { font-size: 11px; color: #adbfcd; }
.hero-format b { display: block; color: white; font-size: 16px; line-height: 1.5; }
.company-proof { padding: 27px 0 29px; background: white; border-bottom: 1px solid var(--line); }
.company-proof .wrap { display: flex; align-items: center; gap: 60px; }
.company-proof p { max-width: 165px; font-size: 12px; font-weight: 500; line-height: 1.5; color: var(--muted); }
.company-logos { display: flex; align-items: center; justify-content: space-between; gap: 35px; flex: 1; }
.company-logos img { max-width: 145px; width: 16%; height: 37px; object-fit: contain; }
.company-logos img:last-child { max-width: 88px; }
.program-layout { display: grid; grid-template-columns: minmax(0, 1fr) 354px; gap: 56px; align-items: start; padding-top: 66px; padding-bottom: 72px; }
.program-content { min-width: 0; }
.content-section { padding-bottom: 56px; margin-bottom: 56px; border-bottom: 1px solid var(--line); }
.content-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.section-heading { margin-bottom: 28px; }
.section-heading > p { margin-top: 16px; color: var(--muted); max-width: 65ch; }
.overview > p { margin-top: 18px; color: var(--muted); }
.overview > .section-intro { font-size: 19px; line-height: 1.65; color: var(--ink); margin-top: 25px; }
.ink-accent { color: #167290; }
.outcomes { display: grid; gap: 20px; margin: 30px 0; }
.outcomes > div { display: flex; gap: 14px; align-items: flex-start; }
.outcomes > div > span { width: 26px; height: 26px; flex: 0 0 26px; border-radius: 50%; background: #d7edf3; display: grid; place-items: center; color: #17627a; margin-top: 3px; }
.outcomes .icon { width: 17px; height: 17px; }
.outcomes p { font-size: 14px; color: var(--muted); }
.outcomes strong { display: block; color: var(--ink); font-size: 16px; margin-bottom: 3px; }
.audience-note { background: #e8eef3; padding: 22px 24px; border-radius: 8px; }
.audience-note strong { display: block; font-size: 15px; margin-bottom: 6px; }
.audience-note p { font-size: 14px; color: #425b6b; }
.syllabus-total { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-bottom: 22px; font-size: 13px; color: var(--muted); }
.syllabus-total strong { color: #167290; }
.modules { border: 1px solid #c9d7e1; border-radius: 12px; background: white; }
.module + .module { border-top: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.module > summary { display: flex; align-items: center; gap: 17px; padding: 22px; min-height: 110px; border-radius: 8px; }
.module > summary:hover { background: #f1f7fa; }
.module-number { align-self: flex-start; font-family: var(--display); color: #1b718d; font-weight: 600; font-size: 17px; line-height: 1.5; min-width: 25px; }
.module-heading { min-width: 0; flex: 1; }
.module-family { display: block; font-size: 11px; color: #566d7d; line-height: 1.5; margin-bottom: 6px; }
.module-heading strong { display: block; font-family: var(--display); font-size: 19px; line-height: 1.3; font-weight: 700; }
.module-duration { display: block; font-size: 12px; color: var(--muted); margin-top: 7px; }
.module-plus { position: relative; width: 22px; height: 22px; flex: 0 0 22px; }
.module-plus::before, .module-plus::after { content: ''; position: absolute; background: #267c97; top: 10px; left: 3px; height: 2px; width: 16px; }
.module-plus::after { transform: rotate(90deg); transition: transform .2s ease; }
.module[open] .module-plus::after { transform: rotate(0); }
.module[open] > summary { background: #eaf5f9; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.module-content { padding: 3px 24px 23px; }
.session-list { list-style: none; padding: 0; margin: 0; }
.session-list li { display: flex; gap: 18px; padding: 13px 0; border-bottom: 1px solid #e7edf1; font-size: 13px; line-height: 1.7; color: #425d70; }
.session-no { flex: 0 0 58px; font-size: 11px; font-weight: 600; color: #31546b; padding-top: 2px; }
.module-result { margin-top: 20px; }
.module-result strong { font-size: 12px; color: #176783; }
.module-result p { margin-top: 5px; font-size: 13px; color: var(--ink); }
.module-content > .text-link { margin-top: 12px; }
.syllabus-note { margin: 21px 0 8px; font-size: 13px; color: var(--muted); }
.project-section { padding: 36px; background: var(--navy); border-radius: 12px; color: #c7d6e0; margin-bottom: 58px; }
.project-tag { display: inline-block; color: var(--cyan); font-size: 13px; font-weight: 600; margin-bottom: 17px; }
.project-section h2 { color: white; font-size: clamp(27px, 2.7vw, 36px); }
.project-copy p { margin-top: 19px; font-size: 14px; }
.project-steps { list-style: none; padding: 0; margin: 28px 0 0; }
.project-steps li { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid #345063; }
.project-steps li > span { color: var(--cyan); font-family: var(--display); font-size: 14px; padding-top: 2px; }
.project-steps strong { color: white; font-size: 15px; }
.project-steps p { font-size: 13px; margin-top: 4px; }
.project-note { margin-top: 15px; padding-top: 20px; border-top: 1px solid #345063; color: #afc6d5; font-size: 11px; }
.teacher { display: grid; grid-template-columns: 155px 1fr; gap: 26px; align-items: center; padding: 27px 0; }
.teacher + .teacher { border-top: 1px solid var(--line); }
.teacher-photo { background: #d9e4ec; border-radius: 8px; height: 206px; overflow: hidden; align-self: end; }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.teacher h3 { font-size: 25px; }
.teacher-role { color: #1d6c86; font-size: 14px; font-weight: 600; line-height: 1.5; margin-top: 8px; }
.teacher-company { object-fit: contain; object-position: left center; max-width: 125px; height: 27px; margin: 12px 0; }
.teacher-company + p { font-size: 13px; color: var(--muted); }
.small-note { font-size: 12px; color: var(--muted); line-height: 1.7; }
.teacher + .small-note { margin-top: 15px; }
.certificate-preview { position: relative; background: white; border: 9px solid var(--navy); padding: 24px 28px 21px; aspect-ratio: 1.46; display: flex; flex-direction: column; justify-content: space-between; }
.certificate-top { display: flex; gap: 12px; align-items: center; }
.certificate-brand { display: inline-flex; align-items: center; padding: 8px 10px; background: var(--navy); }
.certificate-brand img { width: 100px; height: auto; }
.certificate-top > span:nth-child(2) { font-size: 7px; letter-spacing: .09em; line-height: 1.7; font-weight: 600; }
.certificate-sample { margin-left: auto; font-size: 7px; color: #6a6f6c; letter-spacing: .07em; }
.certificate-body { margin-top: 25px; text-align: center; }
.certificate-type { text-transform: uppercase; letter-spacing: .11em; color: #65717d; font-size: 9px; }
.certificate-body h3 { font-size: clamp(16px, 2.3vw, 28px); font-weight: 500; line-height: 1.25; margin-top: 9px; }
.certificate-body h3 strong { color: #116d88; font-size: 1.25em; }
.certificate-body > p { font-size: 9px; margin-top: 13px; color: #667585; }
.certificate-name { font-family: var(--display); margin-top: 9px; color: var(--ink); font-size: clamp(14px, 1.8vw, 21px); }
.certificate-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 24px; font-size: 9px; line-height: 1.5; color: #576a77; }
.certificate-bottom b { color: var(--navy); }
.certificate-seal { width: 53px; height: 53px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #9f8447; border-radius: 50%; color: #795c19; font-size: 15px; font-weight: 700; line-height: 1.2; flex-shrink: 0; }
.certificate-seal small { font-size: 6px; letter-spacing: .1em; }
.certificate-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0 18px; }
.certificate-detail strong { font-size: 14px; }
.certificate-detail p { margin-top: 6px; font-size: 13px; color: var(--muted); }
.faq > h2 { margin-bottom: 25px; }
.faq details { border-top: 1px solid var(--line); }
.faq summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 15px; font-size: 15px; font-weight: 600; line-height: 1.5; }
.faq summary::after { content: '+'; flex: 0 0 17px; color: #167290; font-size: 23px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details > div { padding: 0 25px 20px 0; font-size: 14px; color: var(--muted); }
.faq details > div p + p { margin-top: 12px; }
.enrollment-column { position: static; }
.enrollment-column.can-stick { position: sticky; top: 108px; }
.enrollment { padding: 27px 22px 22px; background: white; border: 1px solid #c5d5df; border-radius: 12px; }
.cohort-label { font-size: 12px; color: #176b85; font-weight: 600; }
.enrollment-heading h2 { font-size: 31px; margin-top: 7px; }
.enrollment-heading h2 > span { margin-left: 8px; color: #597385; font-size: 16px; font-weight: 500; letter-spacing: 0; }
.enrollment-heading p { margin-top: 14px; font-size: 12px; line-height: 1.8; }
.enrollment-heading p > .icon { display: inline-block; width: 15px; height: 15px; vertical-align: -3px; margin-right: 4px; color: #176b85; }
.enrollment-heading p > small { display: block; font-size: 11px; color: var(--muted); }
.payment-options { border: 0; margin: 22px 0 0; padding: 0; min-width: 0; }
.payment-options legend { display: block; padding: 0; margin-bottom: 11px; font-size: 14px; font-weight: 700; }
.payment-option { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 14px; border: 1px solid #d5e0e7; border-radius: 7px; margin-bottom: 8px; cursor: pointer; min-height: 94px; transition: border-color .18s ease, background .18s ease; }
.payment-option:hover { border-color: #719eaf; }
.payment-option:has(input:checked) { background: #eaf7fb; border-color: #2a87a3; }
.payment-option input { appearance: none; position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; border-radius: 7px; cursor: pointer; }
.payment-option:has(input:focus-visible) { outline: 3px solid #197c9d; outline-offset: 3px; }
.payment-option input:focus-visible { outline: none; }
.payment-copy { min-width: 0; }
.payment-name { display: block; font-size: 11px; color: #2c536a; font-weight: 600; line-height: 1.5; }
.payment-amount { display: block; font-family: var(--display); font-size: 26px; font-weight: 700; line-height: 1.3; margin-top: 4px; }
.payment-amount small { font-family: var(--body); display: inline; font-size: 11px; font-weight: 400; color: #435f70; }
.payment-total { display: block; color: #435f70; font-size: 11px; margin-top: 3px; }
.radio-mark { width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid #849cae; border-radius: 50%; display: grid; place-items: center; }
.payment-option:has(input:checked) .radio-mark { border-color: #176e8b; background: #176e8b; }
.payment-option:has(input:checked) .radio-mark::after { content: ''; background: white; width: 6px; height: 6px; border-radius: 50%; }
.individual-options > summary { font-size: 12px; font-weight: 600; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #225e78; }
.individual-options > summary span { font-size: 20px; font-weight: 400; }
.individual-options[open] > summary span { transform: rotate(45deg); }
.individual-options > div { margin-top: 7px; }
.payment-summary { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 6px; }
.payment-summary > strong { display: block; font-size: 12px; line-height: 1.5; }
.payment-summary > p { margin-top: 4px; font-size: 12px; line-height: 1.7; color: #425d70; }
.payment-summary > small { display: block; font-size: 11px; line-height: 1.7; color: #526977; margin-top: 7px; }
.enrollment-cta { width: 100%; margin-top: 18px; font-size: 14px; }
.contact-help { text-align: center; font-size: 10px; line-height: 1.8; color: #577080; margin-top: 10px; }
.contact-help strong { font-weight: 400; }
.brochure-link { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 9px; padding-top: 17px; margin-top: 17px; min-height: 44px; color: #285d74; font-size: 11px; font-weight: 500; }
.brochure-link .icon { width: 18px; height: 18px; }
.brochure-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.enrollment-footnote { margin: 16px 12px 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.nojs-plans a { display: flex; align-items: center; gap: 9px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; color: #176b85; }
.final-section { padding: 65px 0; background: var(--navy); color: white; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-inner p { font-size: 15px; color: #becfdb; max-width: 500px; margin-top: 17px; }
.final-inner .btn { flex-shrink: 0; }
footer { background: var(--night); color: #a9becd; padding: 32px 0; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-top > div { display: flex; gap: 25px; font-size: 12px; }
.footer-top > div a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-top > div a:hover { color: white; }
.footer-disclaimer { font-size: 11px; line-height: 1.7; padding-top: 22px; margin-top: 21px; border-top: 1px solid #233748; }
.mobile-bar { display: none; }
@media (max-width: 1150px) {
  .nav-links { gap: 19px; }
  .nav-links a { font-size: 13px; }
  .hero-grid { gap: 15px; }
  h1 { font-size: 66px; }
  .hero-facts { display: grid; gap: 10px; }
  .program-layout { grid-template-columns: minmax(0, 1fr) 326px; gap: 32px; }
  .enrollment { padding-inline: 17px; }
  .company-proof .wrap { gap: 30px; }
  .company-logos { gap: 22px; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav { min-height: 58px; }
  .hero { padding: 40px 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
  h1 { font-size: 56px; }
  .hero-lead { font-size: 18px; }
  .hero-subjects { font-size: 12px; }
  .faculty-stage { align-self: center; padding-top: 0; }
  .faculty-topline { display: block; text-align: center; }
  .faculty-topline img { margin: 10px auto 0; width: 105px; }
  .faculty-labels { padding: 0 0 0 6px; gap: 15px; margin-top: -16px; }
  .faculty-labels strong { font-size: 14px; }
  .faculty-labels span { font-size: 11px; }
  .hero-format { gap: 10px; padding-inline: 0; }
  .hero-format b { font-size: 13px; }
  .hero-format span { font-size: 10px; }
  .hero-price { gap: 15px; }
  .hero-price > p { padding-left: 15px; font-size: 11px; }
  .hero-price strong { font-size: 42px; }
  .company-proof .wrap { display: block; }
  .company-proof p { max-width: none; margin-bottom: 20px; text-align: center; }
  .company-logos { justify-content: space-around; }
  .program-layout { grid-template-columns: 1fr; gap: 45px; max-width: 760px; }
  .enrollment-column, .enrollment-column.can-stick { position: static; grid-row: 1; }
  .enrollment { padding: 26px; }
  .enrollment-heading { text-align: center; }
  .payment-option { padding-inline: 18px; }
  .payment-name { font-size: 13px; }
  .payment-amount { font-size: 29px; }
  .payment-amount small, .payment-total { font-size: 12px; }
  .payment-options legend { font-size: 16px; }
  .payment-summary > strong, .payment-summary > p { font-size: 13px; }
  .payment-summary > small { font-size: 12px; }
  .contact-help { font-size: 12px; }
  .brochure-link { font-size: 13px; }
  .individual-options > summary { font-size: 14px; }
  .enrollment-footnote { text-align: center; }
  .certificate-preview { aspect-ratio: 1.46; }
  .certificate-body h3 { font-size: 26px; }
  .certificate-brand { font-size: 41px; }
  .certificate-name { font-size: 21px; }
  .final-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 84px; }
  body { font-size: 15px; padding-bottom: calc(79px + env(safe-area-inset-bottom)); }
  .wrap { width: auto; margin-left: max(20px, env(safe-area-inset-left)); margin-right: max(20px, env(safe-area-inset-right)); }
  .nav { min-height: 56px; gap: 14px; }
  .brand img { width: 105px; }
  .nav-cta { font-size: 11px; gap: 6px; }
  .nav-cta .icon { width: 16px; height: 16px; flex-basis: 16px; }
  .hero { padding: 30px 0 25px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .eyebrow { font-size: 9px; letter-spacing: .095em; margin-bottom: 18px; gap: 7px; }
  h1 { font-size: clamp(49px, 12.8vw, 75px); line-height: 1.02; max-width: 480px; }
  .title-prefix { font-size: 20px; margin-bottom: 9px; }
  .hero-lead { font-size: 18px; line-height: 1.55; margin-top: 18px; max-width: 390px; }
  .hero-subjects { font-size: 12px; margin-top: 14px; }
  .hero-subjects span { padding-inline: 3px; }
  .hero-facts { gap: 10px; margin-top: 22px; }
  .hero-facts p { font-size: 12px; }
  .hero-facts small { font-size: 10px; }
  .hero-price { margin-top: 22px; gap: 20px; }
  .hero-price strong { font-size: 43px; }
  .hero-price > div > span { font-size: 12px; }
  .hero-price > p { padding-left: 20px; font-size: 12px; }
  .hero-actions { gap: 6px; margin-top: 19px; }
  .hero-actions .btn { width: 100%; min-height: 52px; }
  .hero-secondary { font-size: 12px; width: 100%; justify-content: center; }
  .faculty-stage { padding: 0; margin-top: 1px; }
  .faculty-topline { display: flex; justify-content: center; font-size: 10px; gap: 8px; margin-bottom: -1px; }
  .faculty-topline img { margin: 0; width: 108px; height: 24px; }
  .faculty-composite { width: 100%; max-width: 440px; margin-inline: auto; }
  .faculty-labels { margin-top: -25px; padding-inline: 8px; gap: 13px; }
  .faculty-labels strong { font-size: 14px; line-height: 1.3; }
  .faculty-labels span { font-size: 11px; margin-top: 5px; }
  .hero-format { padding-top: 17px; margin-top: 21px; justify-content: space-around; }
  .hero-format b { font-size: 14px; }
  .hero-format span { font-size: 10px; }
  .company-proof { padding-block: 22px; }
  .company-proof p { font-size: 11px; margin-bottom: 19px; }
  .company-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 17px 26px; }
  .company-logos img { width: 26%; height: 27px; max-width: 104px; }
  .company-logos img:last-child { width: 72px; }
  .program-layout { padding-top: 32px; padding-bottom: 42px; gap: 43px; }
  .enrollment { padding: 23px 18px 19px; }
  .enrollment-heading h2 { font-size: 31px; }
  .enrollment-heading h2 > span { font-size: 15px; }
  .enrollment-heading p { font-size: 12px; }
  .enrollment-heading p small { font-size: 11px; }
  .payment-options { margin-top: 20px; }
  .payment-options legend { font-size: 14px; }
  .payment-option { padding: 13px; min-height: 96px; gap: 8px; }
  .payment-name { font-size: 12px; }
  .payment-amount { font-size: 27px; }
  .payment-amount small { font-size: 12px; }
  .payment-total { font-size: 12px; }
  .payment-summary > strong, .payment-summary > p { font-size: 13px; }
  .payment-summary > small { font-size: 12px; }
  .contact-help { font-size: 11px; }
  .brochure-link { font-size: 12px; }
  .individual-options > summary { font-size: 12px; }
  .enrollment-footnote { font-size: 11px; margin-inline: 10px; }
  .content-section { padding-bottom: 38px; margin-bottom: 38px; }
  h2 { font-size: clamp(29px, 8vw, 36px); line-height: 1.15; }
  .section-heading { margin-bottom: 22px; }
  .section-heading > p { font-size: 14px; margin-top: 15px; }
  .overview > .section-intro { font-size: 17px; margin-top: 20px; }
  .overview > p { font-size: 14px; }
  .outcomes { gap: 18px; margin-block: 24px; }
  .outcomes strong { font-size: 15px; }
  .outcomes p { font-size: 13px; }
  .audience-note { padding: 18px; }
  .audience-note p { font-size: 13px; }
  .syllabus-total { gap: 8px 15px; font-size: 11px; margin-bottom: 19px; }
  .module > summary { padding: 18px 14px; gap: 11px; }
  .module-number { font-size: 15px; min-width: 21px; }
  .module-heading strong { font-size: 16px; }
  .module-family { font-size: 10px; }
  .module-duration { font-size: 11px; }
  .module-plus { width: 17px; flex-basis: 17px; }
  .module-plus::before, .module-plus::after { width: 13px; left: 2px; }
  .module-content { padding: 2px 16px 18px; }
  .session-list li { gap: 12px; font-size: 13px; padding-block: 12px; }
  .session-no { flex-basis: 50px; font-size: 11px; }
  .module-result p { font-size: 12px; }
  .text-link { font-size: 12px; }
  .syllabus-note { font-size: 12px; }
  .project-section { padding: 25px 22px; margin-bottom: 38px; }
  .project-section h2 { font-size: 28px; }
  .project-copy p { font-size: 13px; }
  .project-steps p { font-size: 12px; }
  .teacher { grid-template-columns: 105px 1fr; gap: 17px; padding-block: 23px; align-items: start; }
  .teacher-photo { height: 156px; align-self: start; }
  .teacher h3 { font-size: 21px; }
  .teacher-role { font-size: 12px; margin-top: 7px; }
  .teacher-company { margin-block: 9px; width: 100px; height: 22px; }
  .teacher-company + p { font-size: 12px; }
  .small-note { font-size: 11px; }
  .certificate-preview { padding: 17px 16px; border-width: 6px; aspect-ratio: auto; }
  .certificate-top { gap: 8px; flex-wrap: wrap; }
  .certificate-brand { padding: 6px 8px; }
  .certificate-brand img { width: 66px; }
  .certificate-top > span:nth-child(2) { font-size: 5px; }
  .certificate-sample { font-size: 5px; }
  .certificate-body { margin-top: 23px; }
  .certificate-type { font-size: 7px; letter-spacing: .07em; }
  .certificate-body h3 { font-size: 17px; }
  .certificate-body > p { font-size: 7px; margin-top: 11px; }
  .certificate-name { font-size: 15px; }
  .certificate-bottom { margin-top: 20px; font-size: 7px; gap: 10px; }
  .certificate-seal { width: 40px; height: 40px; font-size: 12px; }
  .certificate-seal small { font-size: 4px; }
  .certificate-detail { gap: 17px; margin-top: 22px; }
  .certificate-detail strong { font-size: 12px; line-height: 1.5; display: block; }
  .certificate-detail p { font-size: 12px; }
  .faq summary { font-size: 14px; min-height: 66px; }
  .faq details > div { font-size: 13px; padding-right: 8px; }
  .final-section { padding-block: 40px; }
  .final-inner { gap: 24px; }
  .final-inner p { font-size: 14px; }
  .final-inner .btn { width: 100%; font-size: 14px; }
  footer { padding-block: 25px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 13px; }
  .footer-top > div { font-size: 11px; gap: 23px; }
  .footer-disclaimer { font-size: 10px; padding-top: 18px; margin-top: 13px; }
  .mobile-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; bottom: 0; inset-inline: 0; padding: 12px max(16px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); background: var(--night); color: white; border-top: 1px solid #284656; z-index: var(--z-mobile); }
  .mobile-bar > div { min-width: 0; }
  .mobile-bar > div > span { display: block; font-weight: 700; font-size: 13px; line-height: 1.4; }
  .mobile-bar small { display: block; color: #bed0de; font-size: 10px; margin-top: 3px; }
  .mobile-bar .btn { min-height: 46px; padding: 10px 15px; font-size: 12px; }
  .mobile-bar .icon { width: 19px; height: 19px; flex-basis: 19px; }
}
@media (max-width: 359px) {
  .wrap { margin-inline: 16px; }
  .nav-cta { font-size: 10px; gap: 4px; }
  .nav-cta .icon { display: none; }
  .brand img { width: 96px; }
  h1 { font-size: 47px; }
  .hero-price { gap: 14px; }
  .hero-price > p { padding-left: 14px; font-size: 11px; }
  .hero-subjects { font-size: 11px; }
  .faculty-labels strong { font-size: 12px; }
  .faculty-labels span { font-size: 10px; }
  .enrollment { padding-inline: 14px; }
  .payment-amount small { display: block; }
  .teacher { grid-template-columns: 89px 1fr; gap: 13px; }
  .teacher-photo { height: 142px; }
  .teacher h3 { font-size: 19px; }
  .mobile-bar > div > span { font-size: 12px; }
  .mobile-bar .btn { padding-inline: 12px; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Cohorte octubre: retratos editoriales, identidad DAE y lectura sin letra pequeña. */
.wrap { width: min(1320px, calc(100% - 64px)); }
.launch-bar { background: #122747; color: #e7f5fc; border-bottom: 1px solid #2c4460; }
.launch-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 22px; padding-block: 0; font-size: 13px; line-height: 1.4; }
.launch-inner > p { display: flex; align-items: center; gap: 8px; }
.launch-inner .live-dot { box-shadow: 0 0 0 5px #57d0f520; }
.launch-inner > a { display: inline-flex; align-items: center; gap: 8px; color: #ffe1a0; min-height: 32px; font-weight: 600; }
.countdown { display: flex; align-items: baseline; gap: 12px; font-variant-numeric: tabular-nums; }
.countdown-caption { color: #c2d4e7; }
[data-countdown-values] { display: flex; gap: 10px; color: #70d9f8; min-width: 178px; }
[data-countdown-values] b { font-size: 15px; color: white; }
.site-header { background: #071320; }
.site-header .brand img { width: 105px; }
.nav-links a, .nav-cta { font-size: 15px; }
.hero { position: relative; isolation: isolate; overflow: clip; background: radial-gradient(ellipse at 94% 42%, #164568 0%, #0c243c 32%, transparent 63%), #071320; padding: 56px 0 0; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#73c9ef09 1px, transparent 1px), linear-gradient(90deg, #73c9ef09 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 10%, black 80%); }
.hero-orbit { position: absolute; z-index: -1; width: 700px; height: 700px; right: -120px; top: -150px; border: 1px solid #70d9f82c; border-radius: 50%; box-shadow: 0 0 0 90px #57d0f505, 0 0 0 180px #57d0f505; }
.hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; align-items: center; }
.hero-cohort { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; margin-bottom: 24px; color: #80dcf6; }
h1 { font-size: clamp(54px, 5.3vw, 78px); line-height: 1.03; }
.title-prefix { font-size: clamp(21px, 2vw, 27px); margin-bottom: 13px; }
.hero-lead { font-size: clamp(19px,1.6vw,23px); margin-top: 24px; max-width: 550px; }
.hero-subjects { font-size: 16px; margin-top: 20px; }
.hero-facts { gap: 18px 24px; margin-top: 27px; }
.hero-facts p { font-size: 15px; }
.hero-facts small { font-size: 13px; }
.hero-price { margin-top: 25px; gap: 22px; }
.hero-price > div > span { font-size: 15px; }
.hero-price strong { font-size: clamp(43px,4vw,56px); }
.hero-price > p { font-size: 15px; padding-left: 22px; }
.hero-saving { display: block; font-size: 14px; color: #f1d28a; font-weight: 600; }
.hero-actions { gap: 12px 20px; margin-top: 24px; }
.hero .btn { font-size: 16px; min-height: 56px; }
.hero-secondary { font-size: 15px; }
.hero-format { padding: 22px 0 0; margin-top: 28px; gap: 22px; justify-content: flex-start; }
.hero-format span { font-size: 13px; }
.hero-format b { font-size: 17px; }
.faculty-stage { padding: 0; align-self: center; }
.faculty-topline { font-size: 16px; color: #deecf6; justify-content: flex-start; margin-bottom: 16px; line-height: 1.5; }
.mentor-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.mentor-preview { min-width: 0; border-radius: 12px; overflow: hidden; background: white; color: var(--ink); }
.mentor-portrait { height: clamp(240px,21vw,302px); position: relative; background: #d8e2e9; }
.mentor-portrait > img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.mentor-lazaro .mentor-portrait > img { object-position: center 8%; }
.mentor-module { position: absolute; bottom: 0; left: 0; right: 0; padding: 9px 14px; background: #10283a; color: white; font-size: 15px; font-weight: 700; }
.mentor-caption { padding: 16px 16px 14px; }
.mentor-caption h2 { font-size: clamp(19px,1.65vw,24px); line-height: 1.18; letter-spacing: -.02em; text-wrap: pretty; }
.mentor-caption > p { font-size: 13px; margin-top: 8px; color: #385466; line-height: 1.55; }
.teacher-brands { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 13px 0; }
.teacher-brands img { width: auto; max-width: 112px; height: 29px; object-fit: contain; }
.teacher-brands .brand-bcp { max-width: 60px; }
.mentor-caption .teacher-brands { flex-wrap: nowrap; gap: 12px; justify-content: space-between; padding: 15px 0 0; margin-top: 12px; border-top: 1px solid var(--line); }
.mentor-caption .teacher-brands img { width: 29%; height: 23px; max-width: 85px; }
.python-mentor { display: flex; align-items: center; gap: 17px; margin-top: 18px; padding: 18px; background: #112d46; border-radius: 10px; border: 1px solid #38566d; }
.python-portrait { height: 98px; width: 86px; overflow: hidden; background: #cfdae3; border-radius: 6px; flex-shrink: 0; }
.python-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.python-mentor > div:nth-child(2) { min-width: 0; }
.python-mentor span { color: #85dff9; font-size: 13px; font-weight: 600; }
.python-mentor strong { display: block; color: white; font: 700 20px/1.3 var(--display); margin-top: 3px; }
.python-mentor p { font-size: 13px; color: #d0e0ed; margin-top: 4px; }
.python-mentor .teacher-brands { background: white; display: inline-flex; padding: 6px 10px; margin-top: 10px; border-radius: 3px; }
.python-mentor .teacher-brands img { width: 115px; height: 18px; }
.python-mentor > a { margin-left: auto; display: grid; place-items: center; min-width: 44px; min-height: 44px; color: var(--cyan); }
.hero-trust { margin-top: 44px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 32px; border-top: 1px solid #294256; padding-block: 23px; font-size: 16px; color: #d7e8f4; }
.hero-trust p { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.hero-trust p strong { color: white; }
.trust-stars { color: var(--gold); font-size: 25px; margin-right: 9px; }
.hero-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; color: white; }
.hero-rating .trust-stars { font-size: 18px; letter-spacing: 2px; line-height: 1; margin: 0; white-space: nowrap; }
.hero-trust > span { display: flex; align-items: center; gap: 12px; }
.hero-trust > span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #74a1bd; }
.company-proof { padding-block: 28px; }
.company-proof .wrap { gap: 34px; }
.company-proof p { font-size: 15px; max-width: 150px; }
.company-logos { gap: 26px; flex-wrap: wrap; }
.company-logos img, .company-logos img:last-child { height: 35px; width: 13%; max-width: 145px; }
.company-logos .brand-bcp { width: 8%; }
.technology-section { background: white; padding: 10px 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.technology-inner { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 24px; }
.technology-heading { min-width: 0; }
.technology-heading h2 { font-size: 14px; line-height: 1.35; letter-spacing: -.015em; white-space: nowrap; }
.technology-window { min-width: 0; overflow: hidden; }
.technology-track { width: max-content; display: flex; animation: technology-scroll 42s linear infinite; }
.technology-list { list-style: none; display: flex; align-items: center; padding: 0; margin: 0; }
.technology-list li { position: relative; width: 148px; padding: 0 16px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.technology-list img { height: 26px; width: 116px; object-fit: contain; flex-shrink: 0; }
.technology-list .technology-icon img { width: 26px; }
.technology-list span { font-size: 14px; font-weight: 500; line-height: 1.35; color: #395367; }
.technology-list .technology-name-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1023px) {
  .technology-section { padding-block: 8px; }
  .technology-inner { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .technology-heading h2 { white-space: normal; }
}
@keyframes technology-scroll { to { transform: translateX(-50%); } }
.career-section { background: #112b44; color: #e5f0f7; padding-block: 38px; }
.career-section h2 { font-size: 23px; letter-spacing: -.015em; }
.career-roles { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.career-roles > span { border: 1px solid #43617b; border-radius: 99px; padding: 10px 18px; display: flex; align-items: center; gap: 10px; font-size: 16px; background: #1b3952; }
.career-roles > span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.career-section p { font-size: 14px; color: #bcd2e4; margin-top: 19px; }
.program-layout { grid-template-columns: minmax(0,1fr) 425px; gap: 48px; }
.outcomes p, .audience-note p, .session-list li, .module-result p, .syllabus-note, .project-copy p, .project-steps p, .faq details > div { font-size: 16px; }
.module-family, .module-duration, .session-no, .project-note, .small-note { font-size: 14px; }
.module-heading strong { font-size: 20px; }
.text-link { font-size: 16px; }
.faq summary { font-size: 17px; }
.teacher { grid-template-columns: 175px minmax(0,1fr); gap: 25px; align-items: start; padding-block: 34px; }
.teacher-photo { height: 238px; align-self: start; }
.teacher-photo img { object-position: center 8%; }
.teacher h3 { font-size: 28px; margin-top: 7px; }
.teacher-module { font-size: 14px; font-weight: 700; color: #167290; }
.teacher .teacher-brands { gap: 18px; margin-block: 6px; padding-block: 10px; }
.teacher .teacher-brands img { height: 26px; max-width: 100px; }
.teacher .teacher-brands .brand-bcp { max-width: 52px; }
.teacher-role { font-size: 17px; margin-top: 6px; color: #164e69; }
.teacher-current { font-size: 14px; margin-top: 6px; color: var(--muted); }
.teacher-experience { font-size: 15px; font-weight: 600; margin-top: 12px; color: var(--ink); }
.teacher-bio { font-size: 15px; color: var(--muted); margin-top: 14px; }
.teacher-education { display: flex; align-items: center; gap: 13px; margin-top: 18px; }
.university-logo { background: transparent; padding: 0; width: 110px; flex-shrink: 0; border: 0; border-radius: 0; }
/* El activo UNI es monocromo blanco; versión positiva solo en el perfil claro. */
.teacher-education .brand-uni { width: 56px; height: 64px; object-fit: contain; }
.university-logo img { width: 90px; height: 34px; object-fit: contain; }
.teacher-education > span:last-child { font-size: 14px; line-height: 1.5; font-weight: 600; }
.teacher-education + .teacher-education { margin-top: 8px; }
.teacher-education.education-text-only { display: block; }
.teacher-education small { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 4px; }
.enrollment { padding: 30px 26px 24px; }
.cohort-label { font-size: 16px; }
.enrollment-heading h2 { font-size: 36px; }
.enrollment-heading h2 > span { font-size: 20px; }
.enrollment-heading p { font-size: 16px; line-height: 1.65; margin-top: 20px; }
.enrollment-heading p > small { font-size: 14px; margin-top: 7px; }
.payment-options { margin-top: 28px; }
.payment-options legend { font-size: 18px; margin-bottom: 18px; }
.payment-option { padding: 19px 18px; min-height: 127px; margin-bottom: 12px; border-radius: 10px; }
.payment-name { font-size: 16px; line-height: 1.4; }
.payment-amount { font-size: 35px; margin-top: 10px; }
.payment-amount small { display: block; font-size: 14px; margin-top: 2px; }
.payment-total { font-size: 14px; line-height: 1.5; margin-top: 7px; }
.payment-saving { display: block; margin-top: 9px; font-size: 14px; line-height: 1.5; font-weight: 700; color: #196546; }
.radio-mark { width: 22px; height: 22px; flex-basis: 22px; }
.individual-options > summary { font-size: 16px; padding-block: 8px; }
.payment-summary > strong { font-size: 16px; }
.payment-summary > p { font-size: 15px; }
.payment-summary > small { font-size: 14px; }
.enrollment-cta { font-size: 17px; min-height: 56px; }
.contact-help, .brochure-link, .enrollment-footnote { font-size: 14px; }
.enrollment-footnote { margin-inline: 0; }
.contact-help { line-height: 1.6; }
.certificate-detail strong { font-size: 16px; }
.certificate-detail p { font-size: 15px; }
@media (max-width:1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 740px; }
  h1 { font-size: clamp(52px,8vw,78px); }
  .faculty-stage { max-width: 720px; width: 100%; }
  .mentor-portrait { height: 320px; }
  .mentor-caption h2 { font-size: 25px; }
  .mentor-caption > p { font-size: 15px; }
  .mentor-caption .teacher-brands img { height: 30px; }
  .program-layout { grid-template-columns: minmax(0,1fr) 365px; gap: 30px; }
  .enrollment { padding: 24px 20px; }
  .teacher { grid-template-columns: 1fr; }
  .teacher-photo { width: min(100%, 300px); height: 310px; }
  .company-proof .wrap { flex-direction: column; gap: 24px; align-items: stretch; }
  .company-proof p { max-width: none; text-align: center; }
}
@media (max-width:900px) {
  .program-layout { display: flex; flex-direction: column; gap: 44px; }
  .enrollment-column { width: 100%; order: -1; }
  .enrollment { max-width: 640px; margin-inline: auto; }
  .enrollment-footnote { max-width: 640px; margin-inline: auto; }
  .program-content { width: 100%; }
  .teacher { grid-template-columns: 180px minmax(0,1fr); }
  .teacher-photo { height: 250px; width: 100%; }
  .mobile-bar > div > span { font-size: 15px; }
  .mobile-bar small { font-size: 12px; }
  .mobile-bar .btn { font-size: 14px; }
}
@media (max-width:600px) {
  .wrap { width: calc(100% - 36px); margin-inline: auto; }
  .launch-inner { min-height: 46px; gap: 2px 12px; padding-block: 4px; font-size: 13px; }
  .launch-inner > a { display: none; }
  .countdown { gap: 9px; font-size: 12px; }
  [data-countdown-values] { min-width: 167px; }
  [data-countdown-values] b { font-size: 15px; }
  .nav { min-height: 56px; gap: 15px; }
  .nav-cta { font-size: 13px; }
  .brand img { width: 105px; }
  .site-header .brand img { width: 94px; }
  .hero { padding-top: 32px; }
  .hero-cohort { font-size: 14px; margin-bottom: 22px; }
  h1 { font-size: clamp(48px,12.8vw,72px); line-height: 1.02; }
  .title-prefix { font-size: 22px; margin-bottom: 12px; }
  .hero-lead { font-size: 20px; line-height: 1.6; margin-top: 22px; }
  .hero-subjects { font-size: 14px; line-height: 1.8; }
  .hero-subjects span { padding-inline: 2px; }
  .hero-facts { flex-direction: column; margin-top: 23px; gap: 12px; }
  .hero-facts p { font-size: 15px; }
  .hero-facts small { font-size: 13px; }
  .hero-price { gap: 16px; margin-top: 24px; align-items: flex-start; }
  .hero-price > div > span { font-size: 14px; }
  .hero-price strong { font-size: 40px; margin-top: 4px; }
  .hero-price > p { font-size: 13px; padding-left: 16px; }
  .hero-saving { font-size: 13px; }
  .hero-actions .btn { width: 100%; font-size: 16px; }
  .hero-secondary { justify-content: center; width: 100%; }
  .hero-format { flex-wrap: wrap; gap: 20px; padding-top: 20px; }
  .hero-format span { font-size: 13px; flex: 1 1 auto; }
  .hero-format b { font-size: 16px; }
  .faculty-topline { font-size: 16px; }
  .mentor-pair { gap: 12px; }
  .mentor-portrait { height: 220px; }
  .mentor-module { font-size: 13px; padding: 8px 10px; }
  .mentor-caption { padding: 13px 11px; }
  .mentor-caption h2 { font-size: 20px; min-height: 47px; }
  .mentor-caption > p { font-size: 13px; min-height: 41px; }
  .mentor-caption .teacher-brands { gap: 7px; flex-wrap: wrap; justify-content: flex-start; padding-top: 12px; }
  .mentor-caption .teacher-brands img { height: 22px; width: 42%; }
  .mentor-caption .teacher-brands .brand-bcp { width: 28%; }
  .python-mentor { padding: 14px 12px; gap: 12px; }
  .python-portrait { width: 65px; height: 90px; }
  .python-mentor strong { font-size: 18px; }
  .python-mentor p, .python-mentor span { font-size: 12px; }
  .python-mentor > a { display: none; }
  .hero-trust { margin-top: 30px; justify-content: flex-start; gap: 12px 20px; padding-block: 22px; font-size: 14px; }
  .hero-trust p { width: 100%; }
  .trust-stars { margin-right: 4px; }
  .company-proof { padding-block: 24px; }
  .company-logos { gap: 25px 20px; justify-content: space-around; }
  .company-logos img, .company-logos img:last-child { width: 26%; height: 29px; }
  .company-logos .brand-bcp { width: 21%; }
  .technology-list li { width: 140px; padding-inline: 12px; }
  .career-section { padding-block: 30px; }
  .career-section h2 { font-size: 24px; }
  .career-roles { gap: 10px; }
  .career-roles > span { font-size: 14px; padding: 9px 14px; }
  .career-section p { font-size: 14px; }
  .program-layout { padding-top: 36px; }
  .enrollment { padding: 24px 18px; }
  .enrollment-heading h2 { font-size: 34px; }
  .enrollment-heading h2 > span { font-size: 19px; }
  .enrollment-heading p { font-size: 15px; }
  .payment-options legend { font-size: 19px; }
  .payment-option { padding: 18px 15px; }
  .payment-name { font-size: 16px; }
  .payment-amount { font-size: 35px; }
  .payment-amount small, .payment-total, .payment-saving { font-size: 14px; }
  .payment-summary > strong { font-size: 16px; }
  .payment-summary > p { font-size: 15px; }
  .payment-summary > small { font-size: 14px; }
  .enrollment-cta { font-size: 16px; }
  .teacher { grid-template-columns: 1fr; gap: 20px; padding-block: 30px; }
  .teacher-photo { width: 100%; max-width: 350px; height: 355px; }
  .teacher h3 { font-size: 28px; }
  .teacher .teacher-brands { gap: 24px; }
  .teacher .teacher-brands img { max-width: 110px; height: 30px; }
  .teacher-module { font-size: 15px; }
  .teacher-role { font-size: 18px; }
  .teacher-current, .teacher-bio, .teacher-experience { font-size: 15px; }
  .teacher-education { gap: 12px; }
  .university-logo { width: 100px; }
  .teacher-education > span:last-child { font-size: 14px; }
  .teacher-education small { font-size: 13px; }
  .module-family, .module-duration, .session-no { font-size: 13px; }
  .module-heading strong { font-size: 18px; }
  .session-list li { font-size: 15px; line-height: 1.65; }
  .outcomes p, .audience-note p, .module-result p, .syllabus-note, .project-copy p, .project-steps p, .faq details > div { font-size: 15px; }
  .faq summary { font-size: 16px; }
  .text-link { font-size: 15px; }
  .small-note { font-size: 13px; }
  .footer-disclaimer { font-size: 12px; }
}
@media (max-width:359px) {
  .wrap { width: calc(100% - 32px); }
  h1 { font-size: 45px; }
  .hero-price { flex-direction: column; gap: 4px; }
  .hero-price > p { border-left: 0; padding-left: 0; font-size: 14px; }
  .hero-price strong { font-size: 44px; }
  .mentor-pair { grid-template-columns: 1fr; }
  .mentor-portrait { height: 300px; }
  .mentor-caption h2, .mentor-caption > p { min-height: 0; }
  .mentor-caption h2 { font-size: 24px; }
  .mentor-caption .teacher-brands { flex-wrap: nowrap; }
  .mentor-caption .teacher-brands img { width: 27%; height: 25px; }
  .enrollment-heading h2 > span { display: block; margin: 8px 0 0; }
  .mobile-bar > div > span { font-size: 13px; }
  .mobile-bar .btn { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .technology-track { animation: none; transform: none; width: auto; }
  .technology-list { flex-wrap: wrap; justify-content: center; gap: 22px 4px; width: 100%; }
  .technology-list li { width: 140px; }
  .technology-copy { display: none; }
}
/* Orden DOM de móvil: propuesta → profesores → oferta; desktop conserva dos columnas. */
.hero-grid { grid-template-areas: 'copy faculty' 'offer faculty'; row-gap: 0; }
.hero-copy { grid-area: copy; align-self: end; }
.hero-offer { grid-area: offer; align-self: start; min-width: 0; }
.faculty-stage { grid-area: faculty; }
@media (max-width:1100px) {
  .hero-grid { grid-template-areas: 'copy' 'faculty' 'offer'; row-gap: 30px; }
  .hero-offer { max-width: 740px; }
  .hero-offer .hero-facts { margin-top: 0; }
}
@media (max-width:600px) {
  .hero-grid { row-gap: 26px; }
  .hero-offer { width: 100%; }
}

/* Una marca destacada por docente; experiencia conjunta en su propia franja. */
.teacher .teacher-brands img:only-child { width: 132px; max-width: 100%; height: 32px; }
.company-logos { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 22px; justify-items: center; }
.company-logos img, .company-logos img:last-child, .company-logos .brand-bcp { width: 100%; max-width: 125px; height: 32px; }
.company-logos .brand-bcp { max-width: 72px; }
.certificate-example { margin: 0; }
.certificate-example .certificate-preview { display: block; padding: 0; border: 0; aspect-ratio: auto; background: transparent; }
.certificate-example .certificate-preview img { display: block; width: 100%; height: auto; }
.certificate-example figcaption { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.certificate-example figcaption > span { max-width: 60ch; }
.certificate-example .text-link { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
@media (max-width: 1023px) {
  .company-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
}
@media (max-width: 600px) {
  .company-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 18px; }
  .company-logos img, .company-logos img:last-child, .company-logos .brand-bcp { width: 100%; height: 28px; }
}

/* Dos días con franjas horarias distintas: una línea por día, sin abreviar mediodía. */
.schedule-line { display: block; }
.schedule-line + .schedule-line { margin-top: 4px; }
.enrollment-schedule { display: block; margin-top: 7px; }
.enrollment-schedule strong { font-weight: 600; }
.enrollment-heading > p { display: grid; grid-template-columns: 22px minmax(0, 1fr); column-gap: 8px; align-items: start; }
.enrollment-heading .enrollment-schedule { margin-top: 0; }
.enrollment-heading > p > small { grid-column: 2; }
