/* Piter Fit 4 — graphite, clear red and a layout built from the phone up. */
:root {
  --bg: #141516;
  --panel: #1c1d1f;
  --panel2: #252628;
  --line: #37393c;
  --white: #f7f6f3;
  --muted: #b8babc;
  --accent: #e63b32;
  --red: #e63b32;
  --accent-text: #f15b50;
  --action: #d32f27;
  --action-hover: #df3229;
  --radius: 10px;
  color-scheme: dark;
  font: 16px/1.6 Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--bg); color: var(--white); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, input, select, summary { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--accent-text); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-weight: 900; line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
h1, h2, h3 { overflow-wrap: break-word; }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.5rem); }
h3 { font-size: 1.35rem; line-height: 1.3; letter-spacing: -.025em; }
p { color: var(--muted); }
::selection { color: #fff; background: #a92520; }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.section { position: relative; padding-block: 96px; }
.section-label { display: flex; align-items: center; gap: 16px; margin-bottom: 25px; color: var(--muted); font-size: .75rem; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.section-label > span { flex: 0 0 auto; padding-right: 16px; border-right: 1px solid var(--line); color: var(--accent-text); font-family: monospace; font-variant-numeric: tabular-nums; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 38px; }
.section-heading h2 { max-width: 820px; }
.section-heading > p { flex: 0 0 29%; max-width: 345px; font-size: 1rem; line-height: 1.7; }
.section-heading > *, .hero-copy { min-width: 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 52px; padding: 16px 23px; border: 1px solid transparent; border-radius: 7px; font-size: 1rem; font-weight: 700; line-height: 1.35; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.button > span:not(.cta-mobile):not(.cta-desktop) { font-size: 1.45rem; line-height: 1; }
.button.accent, .button.dark { background: var(--action); color: #fff; box-shadow: 0 6px 24px #a9242020; }
.button.accent:hover, .button.dark:hover { background: var(--action-hover); box-shadow: 0 8px 30px #d32f2730; }
.button.outline { background: transparent; border-color: #616469; color: var(--white); }
.button.outline:hover { background: var(--panel2); border-color: #96999d; }
.button.small { min-height: 44px; padding: 11px 17px; font-size: .875rem; }
.text-button { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .9rem; font-weight: 600; }
.text-button:hover { color: var(--accent-text); }
.wordmark { display: inline-block; color: #fff; font-size: 1.75rem; font-style: italic; font-weight: 900; letter-spacing: -.08em; line-height: 1; white-space: nowrap; }
.wordmark > span { margin-left: 3px; color: var(--red); }
.brand { flex-shrink: 0; }
.brand-logo { max-height: 42px; max-width: 175px; object-fit: contain; }
.site-header { position: sticky; top: 0; z-index: 30; background: #141516f2; border-bottom: 1px solid #ffffff0d; backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 78px; }
.desktop-nav { display: flex; gap: 27px; margin: 0 12px 0 auto; color: #c5c7c9; font-size: .875rem; }
.desktop-nav a { padding-block: 12px; }
.desktop-nav a:hover { color: var(--accent-text); }
.cta-mobile, .menu-button { display: none; }
.mobile-nav { display: none; }
.reading-progress { position: fixed; top: 0; left: 0; z-index: 60; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; pointer-events: none; }

/* First screen: the scene stays behind the content at every width. */
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--bg); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; min-height: 680px; padding-block: 28px 20px; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #141516a6 0%, #14151666 39%, transparent 75%), linear-gradient(0deg, #141516, transparent 18%); pointer-events: none; }
.photo-hero .hero-shade { background: linear-gradient(90deg, #141516f0, #141516c2 35%, #14151630 80%), linear-gradient(0deg, #141516, transparent 35%); }
.hero-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.eyebrow { padding: 7px 12px; border: 1px solid #65686d66; border-radius: 5px; background: #16171990; color: #d4d6d8; font-size: .75rem; line-height: 1.45; letter-spacing: .025em; }
.availability { display: flex; align-items: center; gap: 9px; max-width: 220px; color: #c4c6c8; font-size: .75rem; line-height: 1.5; }
.availability::before { content: ''; flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 13px #e63b3270; }
.hero-copy { max-width: 800px; padding-block: 48px 50px; }
.hero-eyebrow { margin-bottom: 19px; color: #b9bdc1; font-size: .75rem; line-height: 1.6; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 850px; font-size: clamp(3rem, 5.3vw, 4.9rem); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 > span { color: var(--accent-text); }
.hero-description { max-width: 480px; margin-top: 24px; color: #c8cbce; font-size: 1.075rem; line-height: 1.7; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; max-width: 650px; padding: 0; margin: 22px 0 0; list-style: none; }
.hero-proof > * { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid #63666a45; border-radius: 30px; background: #1d1e2069; color: #d8dadb; font-size: .75rem; line-height: 1.45; }
.hero-proof > *::before { content: ''; width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--accent); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 29px; }
.play-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid #686c70; border-radius: 50%; font-size: 1.2rem; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 15px; border-top: 1px solid #ffffff18; color: #aeb2b5; font-size: .75rem; line-height: 1.5; }
.hero-bottom-actions { display: flex; align-items: center; gap: 23px; }
.hero-bottom-actions > a { min-width: 30px; text-align: center; font-size: 1.4rem; }
.motion-toggle { display: flex; align-items: center; justify-content: flex-end; gap: 11px; min-height: 36px; padding: 7px 0; border: 0; background: none; color: #b9bdc1; font-size: .75rem; white-space: nowrap; }
.motion-toggle:hover { color: #fff; }
.motion-toggle > span { color: var(--accent-text); font-size: 1rem; }
.hero-index { display: none; }
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 29px; border-bottom: 1px solid var(--line); }
.stat { display: flex; align-items: center; gap: 17px; min-width: 0; padding-inline: 25px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat strong { font-size: 2.65rem; font-weight: 700; letter-spacing: -.065em; line-height: 1.15; white-space: nowrap; }
.stat strong span { margin-left: 7px; color: var(--accent-text); font-size: 1.2rem; font-weight: 400; }
.stat > span { max-width: 150px; color: var(--muted); font-size: .85rem; line-height: 1.45; }

/* Results and advantages. */
.audience-grid, .outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.audience-card { position: relative; min-width: 0; padding: 29px; border: 1px solid #3e4044; border-radius: var(--radius); background: linear-gradient(140deg, #232427, #1b1c1e); }
.card-number { color: #a3a7ac; font: .75rem/1.5 monospace; }
.audience-icon { position: absolute; top: 23px; right: 27px; color: var(--accent-text); font-size: 2.6rem; line-height: 1; }
.audience-card h3 { margin: 29px 0 14px; }
.audience-card p { font-size: 1rem; }
.outcome-heading, .practice-heading { margin-top: 38px; }
.outcome-heading h3, .practice-heading h3 { font-size: 1.25rem; }
.outcome-grid { margin-top: 24px; }
.outcome-card { position: relative; padding: 22px 10px 0 0; border-top: 1px solid #45484c; }
.outcome-card > span { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; margin-bottom: 16px; border-radius: 50%; background: #e63b3214; color: var(--accent-text); font-size: .875rem; }
.outcome-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.outcome-card p { font-size: .95rem; }
.advantages-section { padding-top: 10px; }
.advantages-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 15px; }
.advantage-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; min-width: 0; min-height: 280px; padding: 27px 24px; border: 1px solid #3a3c40; border-radius: var(--radius); background: #1c1d1f; }
.advantage-index { position: absolute; top: 18px; right: 19px; color: #969a9e; font: .75rem/1.2 monospace; }
.advantage-value { display: block; margin: 9px 0 27px; color: var(--accent-text); font-size: 3.5rem; letter-spacing: -.065em; line-height: 1.05; }
.advantage-card h3 { max-width: 260px; margin-bottom: 11px; font-size: 1.15rem; line-height: 1.3; }
.advantage-card p { color: #b9babc; font-size: .925rem; line-height: 1.65; }
.practice-card { border-color: #a3473e; background: linear-gradient(138deg, #3f211e, #242020 56%, #1e1f21); }
.practice-card .advantage-value { margin: 0 0 18px; color: var(--white); font-size: 4.7rem; }
.practice-orbit { position: absolute; top: -10px; right: -111px; z-index: -1; width: 248px; height: 248px; border: 1px solid #e63b324c; border-radius: 50%; transform: rotate(-24deg); animation: orbit-turn 38s linear infinite; }
.practice-orbit::before, .practice-orbit::after { content: ''; position: absolute; inset: 22px; border: 1px solid #e63b3245; border-radius: 50%; }
.practice-orbit::after { inset: 46px; }
.practice-orbit i { position: absolute; top: 17%; left: 9%; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px #e63b3270; }
.practice-orbit i:nth-child(2) { top: 0; left: 45%; width: 5px; height: 5px; }
.practice-orbit i:nth-child(3) { top: 100%; left: 50%; width: 5px; height: 5px; }
.practice-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 37px; }
.practice-step { position: relative; min-width: 0; padding: 0 15px 0 40px; }
.practice-step:not(:last-child)::after { content: '↗'; position: absolute; top: 0; right: -3px; color: #7a7f83; font-size: 1.1rem; }
.practice-step-number { position: absolute; top: 1px; left: 0; color: var(--accent-text); font: .9rem/1.5 monospace; }
.practice-step h3 { margin-bottom: 9px; font-size: 1.1rem; }
.practice-step p { font-size: .95rem; }

/* Practitioners and the expert's training cases. */
.teachers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 22px; }
.teacher { min-width: 0; }
.teacher-photo { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; overflow: hidden; height: 245px; border: 1px solid #424448; border-radius: 9px; background: linear-gradient(138deg, #2a2c2f, #1c1d1f); }
.teacher-photo::before { content: ''; position: absolute; z-index: -1; top: 20%; left: 23%; width: 235px; height: 235px; border: 1px solid #8a8e9138; border-radius: 50%; box-shadow: 0 0 0 24px #e63b320c; }
.teacher-photo::after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, #101112ed); pointer-events: none; }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.88); transition: transform .6s; }
.teacher-initials { color: #64676b; font-size: 6rem; font-style: italic; font-weight: 900; letter-spacing: -.09em; line-height: 1; }
.teacher-index { position: absolute; z-index: 1; top: 17px; left: 19px; color: #b8bbbe; font: .75rem/1.3 monospace; letter-spacing: .09em; }
.teacher-role { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 19px; max-width: 290px; color: #f8857b; font-size: .85rem; line-height: 1.4; }
.teacher-info { padding-top: 20px; }
.teacher-info h3 { font-size: 1.4rem; }
.teacher-info > p { margin: 10px 0 17px; font-size: .95rem; line-height: 1.6; }
.teacher-info > .teacher-course { margin: 12px 0 7px; color: #e2e4e6; font-size: 1rem; line-height: 1.5; }
.teacher-course > span, .teacher-course > strong { display: block; margin-bottom: 6px; color: var(--accent-text); font-size: .8rem; font-weight: 600; }
.teacher-course > p { color: #e2e4e6; font-size: 1rem; }
.teacher-detail { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 46px; padding: 12px 0; border: 0; border-top: 1px solid var(--line); background: none; color: #d8dadd; text-align: left; font-size: .875rem; line-height: 1.5; }
.teacher-detail > span { color: var(--accent-text); font-size: 1.25rem; }
.documents-link { min-height: 36px; padding: 3px 0; border: 0; background: none; color: var(--accent-text); text-align: left; font-size: .8rem; }
.expert-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 62px; margin-top: 65px; padding-top: 55px; border-top: 1px solid var(--line); }
.expert-visual { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; min-height: 385px; overflow: hidden; border: 1px solid #78443e; border-radius: var(--radius); background: radial-gradient(ellipse at 20% 20%, #3a2624, #1d1e20 78%); }
.expert-visual::before { content: ''; position: absolute; z-index: -1; inset: 10%; border: 1px solid #d95b4f60; border-radius: 50%; box-shadow: 0 0 0 36px #e63b320c, 0 0 0 75px #e63b3208; animation: expert-breathe 9s ease-in-out infinite; }
.expert-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #141516ee, transparent 75%); pointer-events: none; }
.expert-visual > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.expert-monogram { margin-left: -.06em; color: #65686c; font-size: clamp(8rem, 18vw, 14rem); font-style: italic; font-weight: 900; letter-spacing: -.1em; line-height: 1; }
.expert-tag { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 6px 9px; border: 1px solid #82868a80; border-radius: 3px; background: #1b1d2070; color: #e1e4e6; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.expert-count { position: absolute; z-index: 2; right: 25px; bottom: 25px; left: 25px; display: flex; align-items: flex-end; gap: 24px; }
.expert-count strong { color: var(--accent-text); font-size: 5rem; letter-spacing: -.08em; line-height: .95; }
.expert-count > span { max-width: 160px; color: #dadddf; font-size: 1rem; line-height: 1.4; }
.expert-copy > p { margin-top: 22px; font-size: 1rem; }
.expert-copy .small-note { color: #adb1b5; font-size: .8rem; }
.expert-copy h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.expert-formats { margin: 23px 0 0; padding: 0; list-style: none; }
.expert-formats li { padding-block: 12px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.expert-formats span { margin-right: 13px; color: var(--accent-text); }

/* Learning sequence and two clear plans. */
.journey-section { overflow: hidden; isolation: isolate; border-block: 1px solid #303237; background: #1b1c1e; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.journey-grid article { position: relative; min-width: 0; padding-top: 21px; border-top: 1px solid #64504c; }
.journey-grid article::before { content: ''; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px #e63b3213; }
.step-number { display: block; margin-bottom: 20px; color: var(--accent-text); font: .95rem/1.5 monospace; }
.journey-grid h3 { margin-bottom: 11px; font-size: 1.15rem; }
.journey-grid p { max-width: 340px; font-size: 1rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; max-width: 1100px; margin-inline: auto; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 34px 36px; border: 1px solid #505155; border-radius: var(--radius); background: #1d1e20; }
.price-card.featured { overflow: hidden; border-color: #c34e42; background: radial-gradient(ellipse at 100% 0, #8c312653, transparent 66%), #281c1b; box-shadow: 0 18px 55px #05060735; }
.price-card.featured::before { content: ''; position: absolute; top: -95px; right: -45px; width: 190px; height: 190px; border: 1px solid #e63b3250; border-radius: 50%; pointer-events: none; }
.price-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.price-badge { font-size: .75rem; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.featured .price-badge { color: #ff8073; }
.price-symbol { color: var(--accent-text); font-size: 2rem; line-height: 1; }
.price-card h3 { font-size: 2.5rem; font-weight: 800; letter-spacing: -.05em; }
.price-description { margin-top: 13px; font-size: 1rem; }
.price { display: flex; align-items: baseline; gap: 11px; margin-top: 24px; }
.price strong { font-size: clamp(3rem, 4.2vw, 4rem); letter-spacing: -.065em; line-height: 1.2; }
.price > span { font-size: 1.9rem; }
.price-per { margin-top: 4px; font-size: .8rem; }
.document-label { display: flex; align-items: center; gap: 12px; margin-top: 25px; padding-block: 16px; border-block: 1px solid #63534e88; font-size: 1rem; font-weight: 600; line-height: 1.45; }
.document-label > span { font-size: 1.3rem; }
.price-card ul { flex: 1; margin: 24px 0 27px; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; font-size: 1rem; line-height: 1.5; }
.price-card li > span { flex: 0 0 auto; color: var(--accent-text); font-weight: 700; }
.price-card .button { width: 100%; }
.price-comparison { max-width: 1100px; margin: 40px auto 0; }
.price-comparison > h3 { margin-bottom: 22px; font-size: 1.25rem; }
.comparison-grid { margin: 0; border: 1px solid #45474b; border-radius: var(--radius); overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: .8fr 1fr 1fr; border-bottom: 1px solid #35373b; }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row:nth-child(odd) { background: #1c1d1f; }
.comparison-label, .comparison-value { margin: 0; min-width: 0; padding: 17px 21px; font-size: .925rem; line-height: 1.6; overflow-wrap: break-word; }
.comparison-label { color: #dce0e3; font-weight: 600; }
.comparison-value { border-left: 1px solid #35373b; color: #bfc3c6; }
.comparison-plan { display: block; margin-bottom: 5px; color: var(--accent-text); font-size: .75rem; font-weight: 600; letter-spacing: .035em; }
.pricing-notes { max-width: 1100px; margin: 24px auto 0; }
.pricing-notes p { margin-top: 10px; color: #b0b4b8; font-size: .8rem; line-height: 1.7; }
.pricing-notes a { text-decoration: underline; text-underline-offset: 3px; }

/* Full curriculum stays open, with a compact section navigator. */
.program-section { border-block: 1px solid #36383c; background: radial-gradient(ellipse at 0 0, #45272138, transparent 35%), #1a1b1d; }
.program-layout { display: grid; grid-template-columns: 275px minmax(0, 1fr); align-items: start; gap: 60px; }
.program-aside { position: sticky; top: 108px; min-width: 0; }
.program-tabs { display: flex; gap: 4px; padding: 5px; border: 1px solid #5b413b; border-radius: 7px; background: #131416; }
.program-tabs button { flex: 1; min-height: 44px; padding: 11px; border: 0; border-radius: 4px; background: none; color: #c3c6c9; font-size: .875rem; font-weight: 700; white-space: nowrap; }
.program-tabs button[aria-selected=true] { background: var(--action); color: #fff; }
.program-aside > p { max-width: 330px; margin-top: 21px; font-size: .925rem; line-height: 1.7; }
.program-return { display: flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 28px; color: var(--accent-text); font-size: .95rem; }
.program-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; margin-top: 13px; color: var(--accent-text); font-size: .9rem; }
.program-jumps { display: block; margin-top: 24px; }
.program-jumps > label, .program-jumps > span { display: block; margin-bottom: 8px; color: #c4c7ca; font-size: .8rem; }
.program-jumps select { display: block; min-width: 0; width: 100%; max-width: 100%; min-height: 48px; padding: 11px 32px 11px 12px; border: 1px solid #595357; border-radius: 5px; background: #141517; color: var(--white); font-size: .9rem; text-overflow: ellipsis; }
.program-overview { max-width: 245px; margin-top: 33px; padding-top: 25px; border-top: 1px solid #4f4140; }
.program-total { color: #b55245; font-size: 5.5rem; font-weight: 800; letter-spacing: -.075em; line-height: 1; }
.program-caption { display: block; margin-top: 12px; color: #b3b7ba; font-size: .8rem; }
.program-progress { height: 2px; margin-top: 19px; overflow: hidden; background: #533934; }
.program-progress i { display: block; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.module-list { min-width: 0; }
.module { padding-block: 25px 28px; border-bottom: 1px solid #424246; scroll-margin-top: 106px; }
.module:first-child { border-top: 1px solid #424246; }
.module-heading { display: grid; grid-template-columns: 32px minmax(0, 1fr) 20px; align-items: baseline; gap: 15px; }
.module-heading h3 { font-size: 1.125rem; font-weight: 600; line-height: 1.45; letter-spacing: -.015em; }
.module-number { color: var(--accent-text); font: .8rem/1.5 monospace; }
.module-mark { justify-self: end; color: #ef7466; font-size: 1.2rem; }
.module-topics { display: grid; gap: 9px; margin: 17px 0 0; padding: 0 20px 0 47px; list-style: none; }
.module-topics li { position: relative; padding-left: 15px; color: #bdc1c4; font-size: 1rem; line-height: 1.65; }
.module-topics li::before { content: ''; position: absolute; top: .68em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.module-pro { margin: 20px 0 0 47px; padding-left: 15px; border-left: 1px solid #ae5147; color: #c6c9cc; font-size: .95rem; }
.module-pro ul { padding-left: 17px; }
.module-pro li + li { margin-top: 8px; }
.pro-tag { display: inline-block; margin-left: 9px; padding: 2px 5px; border: 1px solid #975145; border-radius: 3px; color: #ff8a7d; font-size: .65rem; letter-spacing: .06em; vertical-align: middle; }
.module-pro > .pro-tag { margin-left: 0; }

/* Interactive calculator, questions and short application form. */
.calculator-section { overflow: hidden; border-block: 1px solid #36383d; background: radial-gradient(ellipse at 100% 55%, #672b2248, transparent 65%), #1c1d1f; }
.calculator-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 80px; margin-top: 40px; }
.calc-controls { padding-top: 4px; min-width: 0; }
.calc-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px 16px; margin-bottom: 26px; }
.calc-control > label { color: #d4d7da; font-size: 1rem; line-height: 1.5; }
.calc-number { display: flex; align-items: center; gap: 5px; min-width: 90px; min-height: 44px; padding: 7px 10px; border: 1px solid #72615b; border-radius: 5px; background: #141517; color: var(--white); }
.calc-number input { width: 73px; padding: 0; border: 0; appearance: textfield; -moz-appearance: textfield; background: none; color: inherit; font-size: 1rem; font-weight: 700; text-align: right; }
.calc-number input::-webkit-inner-spin-button { appearance: none; }
.calc-control > input[type=range] { grid-column: 1 / -1; width: 100%; height: 44px; margin: -10px 0; border-radius: 5px; appearance: none; background: linear-gradient(to right, var(--accent) var(--fill), #515358 var(--fill)) center / 100% 6px no-repeat; cursor: pointer; }
.calc-control input[type=range]::-webkit-slider-thumb { width: 23px; height: 23px; border: 5px solid #f2e9e6; border-radius: 50%; appearance: none; background: var(--accent); box-shadow: 0 0 0 4px #e63b321a; }
.calc-control input[type=range]::-moz-range-thumb { width: 15px; height: 15px; border: 4px solid #f2e9e6; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px #e63b321a; }
.range-labels { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: -5px; color: #adb2b7; font-size: .75rem; }
.calc-result { position: relative; min-width: 0; padding-left: 43px; border-left: 1px solid #65524b; }
.result-icon { position: absolute; top: -21px; right: 0; color: var(--accent-text); font-size: 2.8rem; }
.calc-result > p:first-of-type { padding-right: 35px; color: #d4d8db; font-size: .95rem; }
.calc-result output { display: block; margin-top: 15px; color: var(--accent-text); font-size: clamp(2.6rem, 4.2vw, 4.2rem); font-weight: 700; letter-spacing: -.06em; line-height: 1.3; overflow-wrap: anywhere; }
.calc-formula { margin-top: 12px; color: #c0c5c9; font-size: .85rem; }
.calc-load { margin-top: 9px; color: #adb3b8; font-size: .8rem; }
.calc-result .button { margin-top: 25px; }
.calc-result .calc-disclaimer { max-width: 460px; margin-top: 21px; color: #aeb3b8; font-size: .8rem; line-height: 1.65; }
.faq-section { display: grid; grid-template-columns: .9fr 1.2fr; align-items: start; gap: 76px; }
.faq-section .section-heading { margin-bottom: 0; }
.faq-list { min-width: 0; padding-top: 2px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 21px; list-style: none; cursor: pointer; font-size: 1rem; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { flex: 0 0 auto; color: var(--accent-text); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details > p { padding: 0 30px 23px 0; color: #bdc1c5; font-size: 1rem; }
.apply-section { position: relative; isolation: isolate; overflow: hidden; padding-block: 82px; border-top: 1px solid #a44136; background: radial-gradient(ellipse at 6% 85%, #86352b30, transparent 55%), #251b1a; }
.apply-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: start; gap: 90px; }
.apply-section h2 { font-size: clamp(2.2rem, 3.7vw, 3.55rem); }
.apply-description { max-width: 370px; margin-top: 23px; color: #c4c7ca; font-size: 1rem; }
.apply-brand { display: flex; align-items: center; gap: 22px; margin-top: 46px; }
.apply-brand > span:last-child { max-width: 175px; padding-left: 20px; border-left: 1px solid #6c6260; color: #b1b6ba; font-size: .8rem; line-height: 1.5; }
.lead-form { display: flex; flex-direction: column; gap: 19px; min-width: 0; }
.lead-form > label:not(.consent-label), .lead-form legend { color: #dde0e2; font-size: .875rem; }
.lead-form input:not([type=radio]):not([type=checkbox]), .lead-form select { display: block; width: 100%; min-height: 50px; margin-top: 7px; padding: 13px 14px; border: 1px solid #79635d; border-radius: 5px; background: #18191b; color: var(--white); font-size: 1rem; }
.lead-form input::placeholder { color: #a6acb1; opacity: 1; }
.lead-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.lead-form legend { margin-bottom: 10px; }
.contact-options { display: flex; gap: 7px; }
.contact-options > label { position: relative; flex: 1; min-width: 0; cursor: pointer; }
.contact-options input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.contact-options span { display: flex; align-items: center; justify-content: center; min-height: 44px; height: 100%; padding: 10px 6px; border: 1px solid #8a6f66; border-radius: 5px; color: #e0e3e5; font-size: .8rem; line-height: 1.35; text-align: center; }
.contact-options input:checked + span { border-color: var(--action); background: var(--action); color: #fff; }
.contact-options input:focus-visible + span { outline: 3px solid var(--accent-text); outline-offset: 3px; }
.consent-label { display: flex; align-items: flex-start; gap: 11px; color: #b9bfc4; font-size: .75rem; line-height: 1.6; }
.consent-label input { flex: 0 0 19px; width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--accent); }
.consent-label a { text-decoration: underline; text-underline-offset: 2px; }
.lead-form .button { width: 100%; margin-top: 2px; }
.lead-form #form-error { color: #ff9a8e; font-size: .9rem; }
.lead-form #form-error:empty { display: none; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-success { padding: 38px 15px; }
.form-success > span { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 23px; border-radius: 50%; background: var(--action); color: #fff; font-size: 2rem; }
.form-success h3 { font-size: 2.1rem; }
.form-success p { margin-top: 19px; color: #cbd0d4; }

/* Secondary pages, dialogs and navigation utilities. */
footer { padding-block: 43px 28px; background: #101113; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 27px; border-bottom: 1px solid #37393d; }
.footer-top p { margin-top: 14px; font-size: .85rem; }
.footer-vk { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; font-size: .9rem; }
.footer-vk span { color: var(--accent-text); font-size: 1.4rem; }
.footer-contact-links { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #c1c5c9; font-size: .875rem; overflow-wrap: anywhere; }
.footer-contact-links:not(:empty) { padding-top: 20px; }
.footer-contact-links a { padding-block: 7px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; padding-top: 22px; color: #b0b6bb; font-size: .75rem; }
.footer-bottom p { color: inherit; }
.footer-bottom > a { text-decoration: underline; text-underline-offset: 3px; }
.footer-legal { margin-top: 19px; color: #9ba2a9; font-size: .75rem; }
.initial { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; min-height: 100vh; padding: 30px; text-align: center; }
.skip { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 11px 16px; background: var(--action); color: #fff; }
.skip:focus { top: 10px; }
.privacy-page { max-width: 850px; min-height: 70vh; }
.privacy-page h1 { margin-block: 35px; font-size: clamp(2rem, 4vw, 3rem); overflow-wrap: anywhere; }
.privacy-page p { margin-bottom: 24px; }
dialog { width: calc(100% - 32px); max-width: 720px; max-height: 88vh; max-height: 88dvh; padding: 43px; border: 1px solid #74797f; border-radius: var(--radius); background: #1d1f21; color: var(--white); }
dialog::backdrop { background: #08090bd1; backdrop-filter: blur(6px); }
.dialog-close { position: absolute; top: 9px; right: 12px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: var(--white); font-size: 2rem; }
.dialog-eyebrow { margin-bottom: 12px; padding-right: 20px; color: var(--accent-text); font-size: .8rem; }
dialog h2 { margin-bottom: 24px; font-size: 2.5rem; }
dialog p, dialog li { font-size: 1rem; }
dialog h3 { margin: 24px 0 10px; font-size: 1.15rem; }
dialog ul { padding-left: 22px; }
dialog li + li { margin-top: 8px; }
.diploma-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.diploma-grid a { display: flex; flex-direction: column; gap: 10px; padding: 13px; border: 1px solid #555a5f; border-radius: 5px; font-size: .85rem; }
.diploma-grid img { height: 180px; object-fit: contain; }
.pdf-icon { display: grid; place-items: center; height: 100px; color: var(--accent-text); font-size: 2rem; }
#toast { position: fixed; z-index: 100; bottom: 25px; left: 50%; max-width: calc(100% - 32px); transform: translateX(-50%); }
.preview-bar { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; padding: 8px 14px calc(8px + env(safe-area-inset-bottom)); background: #26282beb; color: #dfe3e6; font-size: .75rem; line-height: 1.45; text-align: center; backdrop-filter: blur(12px); }
.preview-bar { display: flex; align-items: center; justify-content: center; gap: 15px; }
.preview-bar > span { min-width: 0; }
.preview-bar > button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; margin-block: -5px; padding: 0; border: 0; border-radius: 5px; background: #ffffff0b; color: #fff; font-size: 1.25rem; }
body:has(.preview-bar) { padding-bottom: 64px; }
.reveal { opacity: 0; transform: translateY(17px); transition: opacity .6s, transform .6s; }
.reveal.is-visible, .motion-paused .reveal { opacity: 1; transform: none; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after, .page-away *, .page-away *::before, .page-away *::after { animation-play-state: paused !important; }
.motion-paused .reveal { transition: none; }
@keyframes orbit-turn { to { transform: rotate(336deg); } }
@keyframes expert-breathe { 50% { transform: rotate(7deg) scale(1.035); opacity: .6; } }
@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .audience-card { transition: border-color .22s, transform .22s; }
  .audience-card:hover { border-color: #898482; transform: translateY(-3px); }
  .teacher:hover .teacher-photo img { transform: scale(1.03); }
}

/* Laptop and tablet: avoid squeezed three-column content. */
@media (min-width: 1550px) {
  .hero-content { min-height: 730px; }
  .hero h1 { font-size: 5.3rem; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 18px; margin-right: 0; font-size: .825rem; }
  .hero-content { min-height: 660px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(2.8rem, 5.6vw, 4rem); }
  .stat { padding-inline: 18px; gap: 12px; }
  .stat strong { font-size: 2.3rem; }
  .stat > span { font-size: .8rem; }
  .section-heading { gap: 28px; }
  .advantages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantage-card { min-height: 245px; }
  .advantage-card h3 { max-width: none; }
  .audience-card { padding: 23px; }
  .program-layout { grid-template-columns: 245px minmax(0, 1fr); gap: 35px; }
  .expert-section { gap: 37px; }
  .expert-visual { min-height: 360px; }
  .calculator-layout { gap: 38px; }
  .calc-result { padding-left: 29px; }
  .faq-section { gap: 42px; }
  .apply-layout { gap: 45px; }
  .price-card { padding: 30px; }
}
@media (max-width: 860px) {
  .container { width: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .header-inner { height: 68px; gap: 16px; }
  .desktop-nav { display: none; }
  .header-inner > .button { margin-left: auto; }
  .brand .wordmark { font-size: 1.55rem; }
  .brand-logo { max-width: 155px; max-height: 38px; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 7px; flex: 0 0 40px; width: 40px; height: 44px; padding: 8px; border: 0; background: none; }
  .menu-button span { width: 24px; height: 2px; background: #e7e9eb; transition: transform .2s; }
  .menu-button[aria-expanded=true] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded=true] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { display: flex; flex-direction: column; gap: 2px; max-height: calc(100dvh - 68px); overflow-y: auto; padding: 14px 20px 20px; border-top: 1px solid var(--line); background: #1b1c1e; }
  .mobile-nav a { min-height: 46px; padding: 11px 8px; border-bottom: 1px solid #35373b; font-size: 1rem; }
  .hero-content { min-height: 630px; padding-top: 22px; }
  .hero-copy { max-width: 700px; padding-block: 40px; }
  .hero h1 { font-size: clamp(2.8rem, 6.3vw, 3.7rem); }
  .hero-description { max-width: 460px; }
  .hero-proof { max-width: 520px; }
  .hero-image { object-position: 64% center; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 8px; }
  .stat { gap: 20px; padding: 21px 0; border-right: 0; }
  .stat:nth-child(odd) { padding-right: 25px; border-right: 1px solid var(--line); }
  .stat:nth-child(even) { padding-left: 25px; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stat strong { font-size: 2.55rem; }
  .stat > span { max-width: 180px; font-size: .85rem; }
  .section { padding-block: 72px; }
  .section-label { margin-bottom: 20px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: 590px; margin-top: 20px; }
  h2 { font-size: clamp(2rem, 5vw, 2.8rem); }
  .audience-grid { gap: 13px; }
  .audience-card { padding: 22px 19px; }
  .audience-card h3 { margin-top: 35px; font-size: 1.18rem; }
  .audience-icon { right: 18px; font-size: 2.25rem; }
  .audience-card p { font-size: .95rem; }
  .outcome-grid { gap: 20px; }
  .outcome-card h3 { font-size: 1.1rem; }
  .advantages-section { padding-top: 0; }
  .practice-path { gap: 20px; }
  .practice-step { padding-left: 32px; padding-right: 4px; }
  .practice-step:not(:last-child)::after { display: none; }
  .teachers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .teacher-photo { height: 245px; }
  .teacher-info > p { font-size: 1rem; }
  .expert-section { margin-top: 48px; padding-top: 40px; gap: 30px; }
  .expert-visual { min-height: 380px; }
  .expert-copy h2 { font-size: 2rem; }
  .expert-copy > p { font-size: .95rem; }
  .expert-tag { top: 18px; left: 18px; font-size: .65rem; }
  .expert-count { left: 20px; right: 20px; gap: 18px; }
  .expert-count strong { font-size: 4.3rem; }
  .expert-count > span { font-size: .9rem; }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .price-card { padding: 27px; }
  .price-card h3 { font-size: 2.2rem; }
  .price strong { font-size: 3.2rem; }
  .comparison-label, .comparison-value { padding: 16px; }
  .program-layout { grid-template-columns: 1fr; gap: 25px; }
  .program-aside { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 14px 25px; }
  .program-tabs { grid-column: 1 / -1; }
  .program-aside > p { max-width: 100%; margin-top: 0; }
  .program-link { grid-column: 1; margin-top: 0; }
  .program-jumps { grid-column: 2; grid-row: 2 / 4; margin-top: 0; }
  .program-jumps select { font-size: 1rem; }
  .program-overview { display: none; }
  .module { scroll-margin-top: 91px; }
  .calculator-layout { gap: 30px; }
  .calc-result { padding-left: 25px; }
  .calc-result output { font-size: 2.85rem; }
  .result-icon { display: none; }
  .calc-result > p:first-of-type { padding-right: 0; }
  .calc-result .button { font-size: .9rem; gap: 15px; padding-inline: 17px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .apply-layout { gap: 30px; }
  .apply-section h2 { font-size: 2.35rem; }
  .apply-brand { flex-direction: column; align-items: flex-start; gap: 17px; }
  .apply-brand > span:last-child { padding-left: 0; border-left: 0; }
  .contact-options { gap: 5px; }
  .contact-options span { font-size: .75rem; padding-inline: 4px; }
}

/* Phone: shorter header, fully readable cards and no side-scrolling sections. */
@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  html { scroll-padding-top: 82px; }
  .header-inner { height: 64px; gap: 11px; }
  .brand .wordmark { font-size: 1.4rem; }
  .brand-logo { max-width: 128px; max-height: 34px; }
  .header-inner > .button { gap: 12px; min-height: 44px; padding: 10px 13px; font-size: .8rem; }
  .header-inner > .button > span:not(.cta-mobile):not(.cta-desktop) { font-size: 1.15rem; }
  .cta-desktop { display: none; }
  .cta-mobile { display: inline; }
  .menu-button { flex-basis: 36px; width: 36px; padding: 6px; }
  .mobile-nav { max-height: calc(100dvh - 64px); padding-inline: 18px; }
  .hero-content { min-height: 0; padding-block: 19px 15px; }
  .hero-top { align-items: flex-start; gap: 12px; }
  .eyebrow { max-width: 205px; padding: 6px 9px; font-size: .7rem; }
  .availability { max-width: 135px; font-size: .7rem; gap: 7px; }
  .hero-copy { padding-block: 34px 29px; }
  .hero-eyebrow { max-width: 310px; margin-bottom: 16px; font-size: .7rem; line-height: 1.55; letter-spacing: .105em; }
  .hero h1 { max-width: 520px; font-size: clamp(2.1rem, 8.05vw, 2.8rem); letter-spacing: -.045em; line-height: 1.08; }
  .hero-description { max-width: 420px; margin-top: 20px; font-size: 1rem; line-height: 1.65; }
  .hero-proof { gap: 7px; margin-top: 19px; }
  .hero-proof > * { padding: 6px 9px; font-size: .73rem; }
  .hero-actions { gap: 15px 20px; margin-top: 24px; }
  .hero-actions .button { padding: 15px 19px; font-size: .95rem; }
  .hero-actions .text-button { font-size: .825rem; }
  .hero-bottom { align-items: center; gap: 12px; padding-top: 11px; font-size: .7rem; }
  .hero-bottom > span { max-width: 185px; }
  .hero-bottom-actions { gap: 0; }
  .hero-bottom-actions > a { display: none; }
  .motion-toggle { gap: 8px; font-size: .7rem; }
  .hero-shade { background: linear-gradient(90deg, #14151673 0%, #14151635 66%, transparent), linear-gradient(0deg, #141516, transparent 20%); }
  .photo-hero .hero-shade { background: linear-gradient(90deg, #141516ed 0%, #141516a6 60%, #14151670), linear-gradient(0deg, #141516, transparent 40%); }
  .stat { gap: 11px; padding-block: 18px; }
  .stat:nth-child(odd) { padding-right: 13px; }
  .stat:nth-child(even) { padding-left: 17px; }
  .stat strong { font-size: 2.15rem; }
  .stat strong span { margin-left: 4px; font-size: 1rem; }
  .stat > span { font-size: .75rem; }
  .section { padding-block: 56px; }
  .section-label { gap: 12px; margin-bottom: 18px; font-size: .7rem; letter-spacing: .095em; }
  .section-label > span { padding-right: 12px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2, h2 { font-size: clamp(1.85rem, 7.6vw, 2.35rem); line-height: 1.1; }
  .section-heading > p { margin-top: 18px; font-size: 1rem; line-height: 1.65; }
  .audience-grid, .outcome-grid { grid-template-columns: 1fr; gap: 12px; }
  .audience-card { padding: 23px; }
  .audience-card h3 { margin-top: 21px; font-size: 1.3rem; }
  .audience-card p { font-size: 1rem; }
  .audience-icon { right: 22px; top: 20px; }
  .outcome-grid { gap: 0; margin-top: 23px; }
  .outcome-card { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 6px 15px; padding: 20px 0; }
  .outcome-card > span { grid-row: 1 / 3; margin-bottom: 0; }
  .outcome-card h3 { margin: 0; font-size: 1.15rem; }
  .outcome-card p { grid-column: 2; font-size: 1rem; }
  .advantages-section { padding-top: 0; }
  .advantages-grid { grid-template-columns: 1fr; gap: 12px; }
  .advantage-card { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 6px 17px; min-height: 0; padding: 23px; }
  .advantage-value { grid-row: 1 / 3; align-self: start; margin: 0; font-size: 3rem; }
  .advantage-card h3 { margin: 0; font-size: 1.15rem; }
  .advantage-card p { grid-column: 2; font-size: 1rem; line-height: 1.6; }
  .advantage-index { display: none; }
  .practice-card { display: block; padding: 26px; }
  .practice-card .advantage-value { margin-bottom: 13px; font-size: 4.4rem; }
  .practice-card h3 { margin-bottom: 10px; font-size: 1.3rem; }
  .practice-card p { max-width: 420px; }
  .practice-orbit { top: -35px; right: -105px; width: 280px; height: 280px; }
  .practice-path { grid-template-columns: 1fr; gap: 0; margin-top: 27px; }
  .practice-step { padding: 0 0 24px 46px; }
  .practice-step:last-child { padding-bottom: 0; }
  .practice-step:not(:last-child)::after { content: ''; display: block; top: 29px; bottom: 7px; right: auto; left: 9px; width: 1px; background: #7e473f; }
  .practice-step-number { top: 1px; font-size: .9rem; }
  .practice-step h3 { font-size: 1.15rem; }
  .practice-step p { font-size: 1rem; }
  .teachers-grid { grid-template-columns: 1fr; gap: 29px; }
  .teacher-photo { height: auto; min-height: 200px; max-height: 280px; aspect-ratio: 1.72; }
  .teacher-photo img { position: absolute; inset: 0; }
  .teacher-photo::before { left: 31%; top: 7%; width: 250px; height: 250px; }
  .teacher-role { max-width: 340px; font-size: .9rem; }
  .teacher-initials { font-size: 6.25rem; }
  .teacher-info { padding-top: 17px; }
  .teacher-info h3 { font-size: 1.4rem; }
  .teacher-info > p { margin-bottom: 14px; font-size: 1rem; }
  .teacher-info > .teacher-course { margin-top: 10px; font-size: 1rem; }
  .teacher-detail { min-height: 46px; font-size: .9rem; }
  .documents-link { font-size: .875rem; }
  .expert-section { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; padding-top: 31px; }
  .expert-visual { min-height: 305px; }
  .expert-monogram { font-size: 11rem; }
  .expert-tag { font-size: .7rem; }
  .expert-count strong { font-size: 4.8rem; }
  .expert-count > span { font-size: 1rem; }
  .expert-copy h2 { font-size: 2rem; }
  .expert-copy > p, .expert-formats li { font-size: 1rem; }
  .expert-copy .small-note { font-size: .8rem; }
  .journey-grid { grid-template-columns: 1fr; gap: 22px; }
  .journey-grid article { display: grid; grid-template-columns: 31px minmax(0, 1fr); gap: 8px 15px; padding-top: 19px; }
  .step-number { grid-row: 1 / 3; margin-bottom: 0; }
  .journey-grid h3 { margin-bottom: 0; font-size: 1.15rem; }
  .journey-grid p { grid-column: 2; max-width: 100%; font-size: 1rem; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card { padding: 26px; }
  .price-card h3 { font-size: 2.3rem; }
  .price strong { font-size: 3.7rem; }
  .price-description, .document-label, .price-card li { font-size: 1rem; }
  .price-card ul { margin-block: 22px; }
  .price-comparison { margin-top: 28px; }
  .price-comparison > h3 { margin-bottom: 17px; font-size: 1.25rem; }
  .comparison-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-label { grid-column: 1 / -1; padding: 15px 17px 9px; font-size: .95rem; }
  .comparison-value { padding: 0 17px 16px; border-left: 0; font-size: .875rem; }
  .comparison-value:last-child { border-left: 1px solid #414146; }
  .comparison-plan { margin-bottom: 7px; font-size: .75rem; }
  .pricing-notes p { font-size: .8rem; }
  .program-aside { display: block; }
  .program-tabs button { min-height: 44px; font-size: .95rem; }
  .program-aside > p { margin-top: 18px; font-size: 1rem; }
  .program-link { margin-top: 11px; font-size: .95rem; }
  .program-jumps { margin-top: 17px; }
  .program-jumps > label, .program-jumps > span { font-size: .875rem; }
  .program-jumps select { font-size: 1rem; }
  .module { padding-block: 22px 24px; scroll-margin-top: 83px; }
  .module-heading { grid-template-columns: 24px minmax(0, 1fr) 14px; gap: 11px; }
  .module-heading h3 { font-size: 1.1rem; }
  .module-number { font-size: .75rem; }
  .module-topics { margin-top: 15px; padding-left: 35px; padding-right: 0; gap: 10px; }
  .module-topics li { padding-left: 13px; font-size: 1rem; line-height: 1.65; }
  .module-pro { margin-left: 35px; padding-left: 13px; font-size: 1rem; }
  .calculator-layout { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; }
  .calc-controls { padding: 0; }
  .calc-control { gap: 17px 13px; margin-bottom: 28px; }
  .calc-control > label { font-size: 1rem; }
  .calc-result { padding: 24px 0 0; border-left: 0; border-top: 1px solid #65524b; }
  .calc-result output { font-size: clamp(2.8rem, 12vw, 3.7rem); }
  .calc-result .button { width: 100%; padding: 16px 22px; font-size: 1rem; }
  .calc-result .calc-disclaimer { font-size: .8rem; }
  .faq-section { gap: 22px; }
  .faq-list summary { gap: 18px; padding-block: 20px; font-size: 1rem; }
  .faq-list details > p { padding-right: 19px; font-size: 1rem; }
  .apply-section { padding-block: 56px; }
  .apply-layout { grid-template-columns: 1fr; gap: 30px; }
  .apply-section h2 { font-size: clamp(2rem, 8vw, 2.5rem); }
  .apply-description { max-width: 430px; font-size: 1rem; }
  .apply-brand { display: none; }
  .lead-form { gap: 19px; }
  .lead-form > label:not(.consent-label), .lead-form legend { font-size: .875rem; }
  .contact-options { gap: 6px; }
  .contact-options span { min-height: 46px; padding: 11px 5px; font-size: .8rem; }
  .consent-label { font-size: .75rem; }
  .footer-top { align-items: flex-start; gap: 25px; }
  .footer-top .wordmark { font-size: 1.45rem; }
  .footer-top p { max-width: 220px; font-size: .8rem; }
  .footer-vk { gap: 11px; min-height: 30px; white-space: nowrap; font-size: .8rem; }
  .footer-bottom { flex-direction: column; gap: 17px; }
  .footer-bottom, .footer-legal { font-size: .75rem; }
  dialog { padding: 38px 22px 27px; }
  dialog h2 { font-size: 2rem; }
  .diploma-grid { grid-template-columns: 1fr; }
  .preview-bar { font-size: .7rem; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 28px); }
  .header-inner { gap: 8px; }
  .brand .wordmark { font-size: 1.2rem; }
  .brand-logo { max-width: 112px; }
  .header-inner > .button { gap: 9px; padding-inline: 10px; font-size: .75rem; }
  .hero-top { gap: 10px; }
  .eyebrow, .availability { font-size: .68rem; }
  .hero h1 { font-size: 1.95rem; }
  .hero-actions { gap: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-button { min-height: 40px; }
  .hero-bottom > span { max-width: 150px; }
  .motion-toggle { font-size: .65rem; gap: 6px; }
  .stat:nth-child(even) { padding-left: 13px; }
  .stat strong { font-size: 1.95rem; }
  .stat > span { font-size: .7rem; }
  .advantage-card { grid-template-columns: 56px minmax(0, 1fr); gap: 6px 13px; padding: 21px; }
  .advantage-value { font-size: 2.6rem; }
  .practice-card { padding: 23px; }
  .price-card { padding: 23px; }
  .price strong { font-size: 3.3rem; }
  .comparison-value { padding-inline: 12px; }
  .contact-options { gap: 4px; }
  .contact-options span { font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .motion-toggle { display: none; }
}


/* V5: a separate interactive object, with touch space below the copy. */
.dumbbell-hero { background: radial-gradient(ellipse at 79% 43%, #292b2e88, transparent 48%), #141516; }
.dumbbell-hero .hero-shade { display: none; }
.dumbbell-hero .hero-stage { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); align-items: center; gap: 26px; }
.dumbbell-hero .hero-copy { max-width: 680px; padding-block: 44px 42px; }
.dumbbell-hero h1 { font-size: clamp(2.9rem, 4.6vw, 4.3rem); }
.hero-visual { width: 100%; min-width: 0; position: relative; }
.dumbbell-hero .hero-description { max-width: 465px; }
.photo-hero .hero-stage { display: block; }
@media (max-width: 1000px) {
  .dumbbell-hero .hero-stage { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 12px; }
  .dumbbell-hero h1 { font-size: clamp(2.2rem, 4.8vw, 3rem); }
  .dumbbell-hero .hero-copy { padding-block: 35px; }
}
@media (max-width: 700px) {
  .dumbbell-hero { background: radial-gradient(ellipse at 60% 69%, #2b2d303d, transparent 46%), #141516; }
  .dumbbell-hero .hero-content { min-height: 0; }
  .dumbbell-hero .hero-stage { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .dumbbell-hero .hero-copy { padding-block: 30px 6px; max-width: none; }
  .dumbbell-hero h1 { font-size: clamp(2.1rem, 8.05vw, 2.8rem); }
  .dumbbell-hero .hero-description { max-width: 520px; }
  .dumbbell-hero .hero-visual { max-width: 500px; margin: 0 auto 4px; }
  .dumbbell-hero .hero-bottom { padding-top: 10px; }
}
@media (max-width: 360px) {
  .dumbbell-hero h1 { font-size: 1.95rem; }
  .dumbbell-hero .hero-copy { padding-top: 26px; }
}
