@font-face {
  font-family: "Fredoka";
  src: url("assets/fonts/fredoka-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

:root {
  --navy: #062c3d;
  --navy-2: #0c3d50;
  --ocean: #145fe0;
  --aqua: #00a8c6;
  --aqua-light: #dff6fa;
  --sky: #55c3e8;
  --wave: #85cff0;
  --coral: #fa5b4e;
  --coral-dark: #df4034;
  --sun: #ffd45c;
  --cream: #f3f7fb;
  --white: #ffffff;
  --ink: #0e2a38;
  --muted: #5c7683;
  --line: rgba(6, 44, 61, 0.12);
  --shadow: 0 24px 60px rgba(6, 44, 61, 0.14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", "Avenir Next", Avenir, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: var(--white); color: var(--navy); }
.skip-link:focus { transform: translateY(0); }

.announcement { background: var(--navy); color: var(--white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.announcement a { color: var(--sky); font-weight: 700; }
.announcement__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

.site-header { position: absolute; top: 34px; left: 0; right: 0; z-index: 50; height: 104px; transition: .25s ease; }
.site-header--inner { position: relative; top: 0; background: var(--cream); }
.site-header.is-sticky { position: fixed; top: 0; height: 84px; background: rgba(243,247,251,.95); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(6,44,61,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--navy); }
.brand__logo { width: 148px; height: auto; transition: width .25s ease; }
.site-header.is-sticky .brand__logo { width: 118px; }
.brand__logo--white { width: 194px; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 700; color: var(--navy); }
.main-nav > a:not(.button) { position: relative; padding: 12px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--coral); transition: .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--navy); padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--white); transition: .25s ease; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border-radius: 999px; border: 2px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--coral { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px rgba(227,93,78,.25); }
.button--coral:hover { background: var(--coral-dark); box-shadow: 0 16px 34px rgba(227,93,78,.32); }
.button--navy { color: var(--white); background: var(--navy); }
.button--white { color: var(--navy); background: var(--white); box-shadow: 0 16px 36px rgba(0,41,55,.2); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(6,44,61,.35); padding-bottom: 4px; }
.text-link--dark { margin-top: 20px; }

.hero { position: relative; min-height: 790px; overflow: hidden; background: var(--wave); }
.hero__image { position: absolute; inset: 0; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,247,251,.99) 0%, rgba(243,247,251,.94) 29%, rgba(243,247,251,.55) 48%, rgba(243,247,251,0) 72%); }
.hero__content { position: relative; z-index: 3; min-height: 790px; display: flex; align-items: center; padding-top: 105px; }
.hero__copy { width: min(610px, 55%); }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 11px; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow--aqua { color: var(--aqua); }
.hero h1, .section-heading h2, .philosophy h2, .locations h2, .faq h2, .cta h2, .placement h2 {
  margin: 0; color: var(--navy); font-family: "Fredoka", sans-serif; font-size: clamp(52px, 6.1vw, 86px); line-height: .99; letter-spacing: -.03em; font-weight: 600;
}
h1 em, h2 em { color: var(--ocean); font-family: inherit; font-style: normal; font-weight: 600; }
.hero__lead { max-width: 555px; margin: 26px 0 30px; color: #36545e; font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.hero__trust { margin-top: 32px; display: flex; align-items: center; gap: 13px; }
.hero__trust p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero__trust strong { color: var(--navy); font-size: 13px; }
.avatar-stack { display: flex; padding-left: 16px; }
.avatar-stack span { width: 34px; height: 34px; margin-left: -12px; display: grid; place-items: center; border: 3px solid var(--cream); border-radius: 50%; color: var(--white); background: var(--aqua); font-size: 12px; font-weight: 900; }
.avatar-stack span:nth-child(2) { background: var(--sun); color: var(--navy); }
.avatar-stack span:nth-child(3) { background: var(--coral); }
.hero__badge { position: absolute; z-index: 5; right: 5vw; bottom: 42px; width: 130px; height: 130px; border-radius: 50%; background: rgba(243,247,251,.96); box-shadow: var(--shadow); }
.hero__badge svg { width: 100%; height: 100%; animation: slow-spin 22s linear infinite; }
.hero__badge text { font: 700 7px/1 sans-serif; letter-spacing: 1.5px; fill: var(--navy); }
.hero__badge-wave { fill: none; stroke: var(--aqua); stroke-width: 4; stroke-linecap: round; }
.hero__bubbles span { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(255,255,255,.08); }
.hero__bubbles span:nth-child(1) { right: 12%; top: 18%; width: 28px; height: 28px; }
.hero__bubbles span:nth-child(2) { right: 7%; top: 25%; width: 12px; height: 12px; }
.hero__bubbles span:nth-child(3) { right: 20%; top: 27%; width: 16px; height: 16px; }
@keyframes slow-spin { to { transform: rotate(360deg); } }

.trust-strip { position: relative; z-index: 6; margin-top: -1px; color: var(--white); background: var(--navy); }
.trust-strip__grid { min-height: 128px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip article { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.trust-strip strong { color: var(--white); font-size: 13px; }
.trust-strip__number, .trust-strip__icon { color: var(--sky); font: 600 39px/1 "Fredoka", sans-serif; }

.section { padding: 120px 0; }
.safety { overflow: hidden; background: var(--white); }
.safety__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.safety__question { position: relative; display: flex; min-height: 620px; padding: 55px; overflow: hidden; border-radius: var(--radius); flex-direction: column; align-items: flex-start; color: var(--white); background: var(--navy); }
.safety__question::before, .safety__question::after { content: ""; position: absolute; border: 1px solid rgba(154,223,231,.18); border-radius: 50%; }
.safety__question::before { width: 330px; height: 330px; right: -180px; top: -170px; }
.safety__question::after { width: 170px; height: 170px; right: -80px; bottom: 75px; }
.safety__question .eyebrow { position: relative; z-index: 2; color: var(--sky); }
.safety__question h2 { position: relative; z-index: 2; margin: 0; color: var(--white); font-family: "Fredoka", sans-serif; font-size: clamp(46px, 4.7vw, 67px); line-height: 1.02; letter-spacing: -.03em; font-weight: 600; }
.safety__question h2 em { color: var(--sky); }
.safety__lead { position: relative; z-index: 2; max-width: 450px; margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.safety__question .button { position: relative; z-index: 2; }
.safety__seal { position: absolute; z-index: 2; right: 42px; bottom: 38px; display: grid; place-items: center; width: 104px; height: 104px; border: 2px solid var(--coral); border-radius: 50%; color: var(--white); background: var(--coral); transform: rotate(-7deg); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.safety__seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.75); border-radius: 50%; }
.safety__seal strong, .safety__seal span { position: relative; z-index: 2; }
.safety__seal strong { margin-top: 12px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.safety__seal span { margin-top: -19px; font: 600 28px/1 "Fredoka", sans-serif; }
.safety__principles { padding: 46px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.safety__principles-head h3 { max-width: 560px; margin: 0; color: var(--navy); font-size: 31px; line-height: 1.18; letter-spacing: -.035em; }
.safety__principles-head > p:last-child { max-width: 570px; margin: 16px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.safety__points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
.safety__points article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 20px 0; border-top: 1px solid var(--line); }
.safety__points article > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--aqua); background: var(--aqua-light); font-size: 9px; font-weight: 900; }
.safety__points h4 { margin: 0 0 5px; color: var(--navy); font-size: 14px; }
.safety__points p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.section-heading--center { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .philosophy h2, .locations h2, .faq h2, .placement h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading > p:last-child { max-width: 640px; margin: 24px auto 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.courses { background: var(--cream); }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.course-card { position: relative; display: flex; min-height: 650px; padding: 30px; overflow: hidden; border-radius: var(--radius); flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
.course-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.course-card--sun { background: #e9f2fb; }
.course-card--aqua { background: #d9eaf2; }
.course-card--coral { background: #f9ded9; }
.course-card__top { display: flex; align-items: center; justify-content: space-between; }
.course-card__number { font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.course-card__wave { color: rgba(6,44,61,.35); font: 600 34px/1 "Fredoka", sans-serif; }
.course-card__icon { width: 120px; height: 120px; margin: 22px auto 24px; }
.course-card__icon svg { width: 100%; height: 100%; fill: none; stroke: var(--navy); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.course-card__tag { margin: 0 0 8px; color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.course-card h3 { margin: 0; color: var(--navy); font-family: "Fredoka", sans-serif; font-size: 27px; font-weight: 600; letter-spacing: -.02em; }
.course-card > p:not(.course-card__tag) { min-height: 100px; margin: 13px 0 20px; color: #496069; font-size: 14px; line-height: 1.7; }
.course-card__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.course-card__meta span { padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; }
.course-levels { display: grid; gap: 13px; margin: 0 0 24px; padding: 0; list-style: none; }
.course-levels li { display: grid; grid-template-columns: 40px 1fr; gap: 10px; align-items: start; }
.course-levels strong { display: grid; place-items: center; min-height: 30px; border-radius: 9px; color: var(--white); background: var(--navy); font-size: 10px; letter-spacing: .05em; }
.course-levels span { color: #405860; font-size: 11px; line-height: 1.55; }
.course-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(6,44,61,.14); font-size: 13px; font-weight: 900; }
.course-card > a span { font-size: 20px; }
.course-card__flag { position: absolute; top: 22px; right: -42px; width: 160px; padding: 7px 0; transform: rotate(40deg); color: var(--white); background: var(--coral); text-align: center; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.placeholder-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 28px 0 0; color: var(--muted); font-size: 12px; }
.placeholder-note span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 50%; color: var(--aqua); font-weight: 900; }

.philosophy { overflow: hidden; background: var(--white); }
.philosophy__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 90px; }
.philosophy__visual { position: relative; padding: 30px 0 30px 25px; }
.philosophy__visual::before { content: ""; position: absolute; left: 0; bottom: 0; width: 72%; height: 72%; border-radius: 45% 45% 18% 45%; background: var(--wave); }
.philosophy__photo { position: relative; z-index: 2; overflow: hidden; border-radius: 46% 46% 14px 14px; box-shadow: var(--shadow); }
.philosophy__photo img { aspect-ratio: .89; object-fit: cover; object-position: 52% center; }
.philosophy__float { position: absolute; z-index: 4; padding: 17px 20px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); font-size: 12px; line-height: 1.45; }
.philosophy__float--top { top: 0; right: -22px; color: var(--muted); }
.philosophy__float--top strong { color: var(--navy); font-size: 17px; }
.philosophy__float--bottom { left: -12px; bottom: 65px; display: flex; align-items: center; gap: 11px; }
.philosophy__float--bottom > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--white); background: var(--coral); }
.philosophy__float p { margin: 0; color: var(--muted); }
.philosophy__float strong { color: var(--navy); }
.philosophy__lead { margin: 22px 0 29px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.principle-list { margin-bottom: 30px; }
.principle-list article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid var(--line); }
.principle-list article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--aqua); background: var(--aqua-light); font-size: 11px; font-weight: 900; }
.principle-list h3 { margin: 0 0 5px; color: var(--navy); font-size: 16px; }
.principle-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.locations { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.locations__shape { position: absolute; left: -10%; right: -10%; bottom: -190px; height: 330px; border-radius: 50% 50% 0 0; background: var(--aqua); opacity: .12; }
.section-heading--light { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light > p { max-width: 390px; margin: 0 0 8px; color: rgba(255,255,255,.65); line-height: 1.8; }
.location-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.location-card { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.07); transition: transform .3s ease, background .3s ease; }
.location-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.11); }
.location-card__art { position: relative; height: 210px; overflow: hidden; display: grid; place-items: center; }
.location-card__art::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -55px; height: 100px; border-radius: 50%; background: rgba(255,255,255,.15); }
.location-card__art span { position: relative; z-index: 2; font: 600 92px/1 "Fredoka", sans-serif; color: rgba(255,255,255,.88); }
.location-card__art i, .location-card__art b { position: absolute; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; }
.location-card__art i { width: 45px; height: 45px; right: 15%; top: 18%; }
.location-card__art b { width: 18px; height: 18px; left: 18%; top: 25%; }
.location-card__art--one { background: linear-gradient(135deg, var(--sky), var(--ocean)); }
.location-card__art--two { background: linear-gradient(135deg, var(--wave), var(--aqua)); }
.location-card__art--three { background: linear-gradient(135deg, var(--coral), #f29b8f); }
.location-card__body { padding: 25px 26px 27px; }
.location-card__body > p { margin: 0 0 6px; color: var(--sky); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-card h3 { margin: 0; font-size: 26px; }
.location-card__status { display: inline-block; margin: 16px 0 24px; padding: 7px 10px; border-radius: 99px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); font-size: 10px; }
.location-card a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: var(--white); font-size: 12px; font-weight: 900; }

.journey { position: relative; background: #eaf3f9; }
.journey .section-heading { margin-bottom: 64px; }
.journey__steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.journey__line { position: absolute; left: calc(16.66% + 15px); right: calc(16.66% + 15px); height: 1px; margin-top: 207px; border-top: 2px dashed rgba(79,155,184,.3); }
.journey__steps article { position: relative; text-align: center; }
.journey__steps article > span { position: absolute; top: 0; left: calc(50% + 38px); display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--white); background: var(--coral); border: 4px solid #eaf3f9; font-size: 10px; font-weight: 900; }
.journey__icon { position: relative; z-index: 2; display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto 23px; border: 8px solid #d8eaf4; border-radius: 50%; color: var(--aqua); background: var(--white); box-shadow: 0 15px 35px rgba(6,44,61,.1); font: 600 36px/1 "Fredoka", sans-serif; }
.journey__steps h3 { margin: 0 0 8px; color: var(--navy); font-size: 19px; }
.journey__steps p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.7; }

.placement { color: var(--white); background: var(--coral); }
.placement__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.placement .eyebrow { color: var(--white); }
.placement h2 { color: var(--white); }
.placement h2 em { color: var(--white); }
.placement-card { padding: 42px 46px; border-radius: var(--radius); color: var(--navy); background: var(--white); box-shadow: 0 25px 50px rgba(122,38,29,.18); }
.placement-card > p { margin: 0 0 26px; font: 600 20px/1.5 "Fredoka", sans-serif; }
.placement-card__points { display: grid; gap: 0; }
.placement-card__points article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.placement-card__points article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: var(--aqua); font-size: 10px; font-weight: 900; }
.placement-card__points strong { font-size: 14px; }
.placement-card__points p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.faq { background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq__intro > p:not(.eyebrow) { max-width: 410px; margin: 24px 0 0; color: var(--muted); line-height: 1.8; }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-size: 16px; font-weight: 800; cursor: pointer; }
.accordion__item button i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--aqua-light); }
.accordion__item button i::before, .accordion__item button i::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 2px; background: var(--aqua); transition: transform .25s ease; }
.accordion__item button i::after { transform: rotate(90deg); }
.accordion__item.is-open button i::after { transform: rotate(0); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion__content p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__content p { padding-bottom: 24px; }

.cta { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: var(--aqua); text-align: center; }
.cta::before, .cta::after { content: ""; position: absolute; width: 330px; height: 330px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta::before { left: -190px; top: -145px; }
.cta::after { right: -160px; bottom: -190px; }
.cta__inner { position: relative; z-index: 2; max-width: 820px; }
.cta .eyebrow { justify-content: center; color: var(--white); }
.cta h2 { color: var(--white); font-size: clamp(42px, 5.2vw, 67px); }
.cta h2 em { color: var(--white); }
.cta__inner > p:not(.eyebrow) { max-width: 630px; margin: 24px auto 30px; color: rgba(255,255,255,.82); line-height: 1.75; }
.cta__actions { display: flex; align-items: center; justify-content: center; gap: 26px; }
.cta__mail { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; font-weight: 800; }
.cta__bubbles span { position: absolute; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; }
.cta__bubbles span:nth-child(1) { left: 13%; top: 30%; width: 28px; height: 28px; }
.cta__bubbles span:nth-child(2) { right: 17%; top: 22%; width: 14px; height: 14px; }
.cta__bubbles span:nth-child(3) { right: 11%; top: 42%; width: 45px; height: 45px; }

.site-footer { color: rgba(255,255,255,.65); background: #041f2b; }
.footer__top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 50px; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand--footer { color: var(--white); }
.footer__top > p { font-size: 13px; line-height: 1.7; }
.footer__top nav { display: flex; justify-content: flex-end; gap: 25px; color: var(--white); font-size: 12px; font-weight: 700; }
.footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.footer__bottom div { display: flex; gap: 22px; }
.footer__draft { color: var(--sky); text-transform: uppercase; letter-spacing: .12em; }

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.breadcrumbs a { color: var(--aqua); }
.breadcrumbs span[aria-hidden="true"] { color: rgba(6,44,61,.3); }

.page-hero { position: relative; overflow: hidden; padding: 86px 0 96px; background: var(--cream); }
.page-hero::before { content: ""; position: absolute; right: -150px; top: -180px; width: 480px; height: 480px; border: 80px solid rgba(79,155,184,.09); border-radius: 50%; }
.page-hero__grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; }
.page-hero__copy { position: relative; z-index: 2; }
.page-hero h1 { max-width: 760px; margin: 0; color: var(--navy); font: 600 clamp(48px, 5.8vw, 76px)/1.02 "Fredoka", sans-serif; letter-spacing: -.04em; }
.page-hero h1 em { color: var(--ocean); font-style: normal; }
.page-hero__lead { max-width: 660px; margin: 25px 0 0; color: #36545e; font-size: 17px; line-height: 1.75; }
.page-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 31px; }
.page-hero__visual { position: relative; min-height: 520px; }
.page-hero__photo { width: 100%; height: 520px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.page-hero__photo img { height: 100%; object-fit: cover; }
.page-hero__badge { position: absolute; left: -34px; bottom: 38px; max-width: 230px; padding: 20px 22px; border-radius: 18px; color: var(--navy); background: var(--white); box-shadow: 0 20px 45px rgba(6,44,61,.18); font-size: 13px; line-height: 1.55; }
.page-hero__badge strong { display: block; margin-bottom: 4px; font-size: 15px; }
.page-hero__letter { position: absolute; right: -24px; top: -24px; display: grid; place-items: center; width: 112px; height: 112px; border: 8px solid var(--cream); border-radius: 50%; color: var(--white); background: var(--coral); font: 600 48px/1 "Fredoka", sans-serif; }

.location-facts { color: var(--white); background: var(--navy); }
.location-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.location-fact { min-height: 142px; padding: 31px 34px; border-right: 1px solid rgba(255,255,255,.12); }
.location-fact:last-child { border-right: 0; }
.location-fact span { display: block; margin-bottom: 8px; color: var(--sky); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-fact strong { display: block; font-size: 16px; line-height: 1.45; }
.location-fact p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }

.content-section { padding: 105px 0; background: var(--white); }
.content-section--soft { background: #eaf3f9; }
.content-section--cream { background: var(--cream); }
.content-heading { max-width: 740px; margin-bottom: 46px; }
.content-heading h2 { margin: 0; color: var(--navy); font: 600 clamp(38px, 4.5vw, 59px)/1.06 "Fredoka", sans-serif; letter-spacing: -.035em; }
.content-heading h2 em { color: var(--ocean); font-style: normal; }
.content-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.content-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 85px; }
.content-copy h2, .content-copy h3 { color: var(--navy); font-family: "Fredoka", sans-serif; letter-spacing: -.025em; }
.content-copy h2 { margin: 0 0 24px; font-size: clamp(37px, 4vw, 54px); line-height: 1.08; }
.content-copy h3 { margin: 35px 0 12px; font-size: 23px; }
.content-copy p { margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.content-copy ul { margin: 22px 0; padding: 0; list-style: none; }
.content-copy li { position: relative; margin: 13px 0; padding-left: 28px; color: var(--muted); line-height: 1.65; }
.content-copy li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--coral); font-weight: 900; }
.content-media { overflow: hidden; min-height: 520px; border-radius: var(--radius); box-shadow: var(--shadow); }
.content-media img { height: 100%; min-height: 520px; object-fit: cover; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 250px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.feature-card > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 24px; border-radius: 50%; color: var(--aqua); background: var(--aqua-light); font-size: 11px; font-weight: 900; }
.feature-card h3 { margin: 0 0 11px; color: var(--navy); font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.card-link { display: inline-block; margin-top: 20px; color: var(--ocean); font-size: 12px; font-weight: 900; }
.card-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.course-grid--detail .course-card { min-height: 650px; }
.address-card a:not(.button) { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.address-card { padding: 42px; border-radius: var(--radius); color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.address-card .eyebrow { color: var(--sky); }
.address-card h2 { margin: 0 0 18px; color: var(--white); font: 600 38px/1.08 "Fredoka", sans-serif; letter-spacing: -.03em; }
.address-card address { margin: 0 0 27px; color: rgba(255,255,255,.72); font-style: normal; font-size: 17px; line-height: 1.7; }
.address-card .button { margin-top: 5px; }
.route-note { margin-top: 20px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }

.request-section { padding: 105px 0; background: var(--white); scroll-margin-top: 90px; }
.request-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr); align-items: start; gap: 34px; }
.request-form { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: 0 20px 50px rgba(6,44,61,.08); }
.request-form__intro { margin-bottom: 32px; }
.request-form__intro h2 { margin: 0; color: var(--navy); font: 600 clamp(38px, 4.5vw, 58px)/1.04 "Fredoka", sans-serif; letter-spacing: -.035em; }
.request-form__intro p:last-child { max-width: 720px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.form-section { margin: 0; padding: 30px 0; border: 0; border-top: 1px solid var(--line); }
.form-section:first-of-type { border-top: 0; padding-top: 0; }
.form-section legend { width: 100%; margin: 0 0 20px; padding: 0; color: var(--navy); font: 600 24px/1.2 "Fredoka", sans-serif; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { display: grid; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 800; }
.form-field--wide { grid-column: 1 / -1; }
.form-field small { color: var(--muted); font-size: 11px; font-weight: 600; line-height: 1.5; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; border: 1px solid rgba(6,44,61,.2); border-radius: 13px; padding: 13px 15px; color: var(--ink); background: var(--white); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 4px rgba(0,168,198,.14); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #78909a; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.choice-card { position: relative; display: flex; min-height: 74px; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(6,44,61,.16); border-radius: 14px; color: var(--navy); background: var(--white); cursor: pointer; font-size: 13px; font-weight: 800; }
.choice-card input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--aqua); }
.choice-card:has(input:checked) { border-color: var(--aqua); background: var(--aqua-light); box-shadow: 0 0 0 2px rgba(0,168,198,.12); }
.choice-error { display: none; margin: 12px 0 0; color: #a72b22; font-size: 12px; font-weight: 800; }
.choice-error.is-visible { display: block; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: 12px; line-height: 1.65; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--aqua); }
.consent-field a { color: var(--ocean); text-decoration: underline; text-underline-offset: 3px; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 25px; }
.form-actions .button { border: 0; cursor: pointer; }
.form-actions p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.request-aside { position: sticky; top: 110px; padding: 30px; border-radius: var(--radius); color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.request-aside .eyebrow { color: var(--sky); }
.request-aside h2 { margin: 0 0 16px; color: var(--white); font: 600 34px/1.08 "Fredoka", sans-serif; letter-spacing: -.03em; }
.request-aside > p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }
.request-aside ol { margin: 24px 0 0; padding: 0; list-style: none; counter-reset: request-step; }
.request-aside li { position: relative; min-height: 45px; padding: 0 0 20px 47px; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.55; counter-increment: request-step; }
.request-aside li::before { content: counter(request-step); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--navy); background: var(--sky); font-weight: 900; }
.request-aside li strong { display: block; color: var(--white); font-size: 13px; }
.request-aside__note { margin-top: 5px; padding: 15px; border-radius: 13px; background: rgba(255,255,255,.08); }

.thanks-page { min-height: 70vh; display: grid; place-items: center; padding: 95px 0; background: var(--cream); }
.thanks-card { max-width: 760px; padding: 55px; border-radius: var(--radius); text-align: center; background: var(--white); box-shadow: var(--shadow); }
.thanks-card__icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%; color: var(--white); background: var(--aqua); font-size: 34px; font-weight: 900; }
.thanks-card h1 { margin: 0; color: var(--navy); font: 600 clamp(44px, 6vw, 68px)/1 "Fredoka", sans-serif; letter-spacing: -.04em; }
.thanks-card p { max-width: 580px; margin: 22px auto 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.location-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.location-link { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.location-link:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(6,44,61,.09); }
.location-link span { color: var(--aqua); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.location-link strong { display: block; margin-top: 7px; color: var(--navy); font-size: 17px; }

.job-highlight { color: var(--white); background: var(--coral); }
.job-highlight__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.job-highlight h2 { margin: 0; color: var(--white); font: 600 clamp(40px, 5vw, 65px)/1.03 "Fredoka", sans-serif; letter-spacing: -.035em; }
.job-highlight p { margin: 22px 0 0; color: rgba(255,255,255,.82); line-height: 1.8; }
.job-list { display: grid; gap: 14px; }
.job-list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px; border-radius: 18px; color: var(--navy); background: var(--white); }
.job-list article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--white); background: var(--aqua); font-size: 11px; font-weight: 900; }
.job-list h3 { margin: 0 0 4px; font-size: 15px; }
.job-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.legal-page { padding: 80px 0 110px; background: var(--cream); }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 780px); align-items: start; gap: 70px; }
.legal-nav { position: sticky; top: 110px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.legal-nav strong { display: block; margin-bottom: 13px; color: var(--navy); font-size: 13px; }
.legal-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: 12px; }
.legal-content { padding: 46px 52px; border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 50px rgba(6,44,61,.08); }
.legal-content h1 { margin: 0 0 31px; color: var(--navy); font: 600 clamp(45px, 5vw, 66px)/1 "Fredoka", sans-serif; letter-spacing: -.04em; }
.legal-content h2 { margin: 42px 0 14px; color: var(--navy); font: 600 27px/1.2 "Fredoka", sans-serif; letter-spacing: -.025em; }
.legal-content h3 { margin: 29px 0 10px; color: var(--navy); font-size: 17px; }
.legal-content p, .legal-content li, .legal-content address { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-content address { font-style: normal; }
.legal-content a { color: var(--ocean); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin: 34px 0 0; padding: 18px 20px; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; color: var(--muted); background: #fff4f1; font-size: 12px; line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.course-grid .reveal:nth-child(2), .location-grid .reveal:nth-child(2), .journey__steps .reveal:nth-child(2) { transition-delay: .08s; }
.course-grid .reveal:nth-child(3), .location-grid .reveal:nth-child(3), .journey__steps .reveal:nth-child(3) { transition-delay: .16s; }

.trainer-notice { position: fixed; z-index: 20; right: 24px; bottom: 24px; width: min(350px, calc(100vw - 34px)); padding: 24px 54px 22px 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; color: var(--white); background: var(--navy); box-shadow: 0 20px 60px rgba(6,44,61,.28); opacity: 0; transform: translateY(18px); visibility: hidden; transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.trainer-notice.is-visible { opacity: 1; transform: translateY(0); visibility: visible; }
.trainer-notice__close { position: absolute; top: 12px; right: 13px; display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; color: rgba(255,255,255,.78); background: rgba(255,255,255,.1); font: 400 24px/1 sans-serif; cursor: pointer; transition: color .2s ease, background .2s ease; }
.trainer-notice__close:hover, .trainer-notice__close:focus-visible { color: var(--navy); background: var(--white); }
.trainer-notice__eyebrow { display: block; margin-bottom: 7px; color: var(--sky); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.trainer-notice strong { display: block; color: var(--white); font: 600 23px/1.12 "Fredoka", sans-serif; letter-spacing: -.02em; }
.trainer-notice strong span { color: var(--coral); }
.trainer-notice p { margin: 10px 0 15px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.trainer-notice a { display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: 12px; font-weight: 900; text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 5px; }

.cookie-notice { position: fixed; z-index: 120; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(calc(100% - 40px), 1120px); margin-inline: auto; padding: 22px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: var(--white); background: var(--navy); box-shadow: 0 24px 70px rgba(6,44,61,.34); }
.cookie-notice__content { max-width: 760px; }
.cookie-notice__content strong { display: block; margin-bottom: 6px; color: var(--white); font: 600 21px/1.15 "Fredoka", sans-serif; }
.cookie-notice__content p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; }
.cookie-notice__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 16px; }
.cookie-notice__actions > a { color: var(--white); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.cookie-notice__actions .button { min-height: 46px; padding-inline: 21px; cursor: pointer; }
.cookie-settings-link { border: 0; padding: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; }
.cookie-settings-link:hover, .cookie-settings-link:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero__copy { width: 61%; }
  .hero__wash { background: linear-gradient(90deg, rgba(243,247,251,.98), rgba(243,247,251,.87) 38%, rgba(243,247,251,.1) 75%); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip article { min-height: 100px; }
  .safety__layout { grid-template-columns: 1fr; }
  .safety__question { min-height: 540px; }
  .course-card { padding: 24px; }
  .course-card h3 { font-size: 23px; }
  .philosophy__grid, .faq__grid { gap: 50px; }
  .placement__grid { gap: 50px; }
  .page-hero__grid { gap: 40px; }
  .content-split { gap: 45px; }
  .request-layout { grid-template-columns: 1fr; }
  .request-aside { position: static; }
  .job-highlight__grid { gap: 45px; }
  .legal-layout { grid-template-columns: 210px 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .announcement__inner span:first-child, .announcement__dot { display: none; }
  .site-header { height: 82px; }
  .site-header--inner { top: 0; }
  .site-header .brand__logo,
  .site-header.is-sticky .brand__logo { width: 118px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 90px 30px 30px; color: var(--white); background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .25s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a:not(.button) { display: block; padding: 10px; font-size: 25px; }
  .main-nav .button { margin-top: 15px; }
  .hero { min-height: 850px; }
  .hero__image { inset: auto 0 0; height: 54%; }
  .hero__image img { object-position: 64% 48%; }
  .hero__wash { background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 46%, rgba(243,247,251,.9) 58%, rgba(243,247,251,0) 78%); }
  .hero__content { min-height: 850px; align-items: flex-start; padding-top: 125px; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(47px, 14vw, 63px); }
  .hero__lead { max-width: 95%; margin-block: 20px 24px; font-size: 15px; line-height: 1.65; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero__trust { display: none; }
  .hero__badge { width: 92px; height: 92px; right: 18px; bottom: 25px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; padding-block: 10px; }
  .trust-strip article { min-height: 90px; justify-content: flex-start; padding: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip__number, .trust-strip__icon { font-size: 28px; }
  .trust-strip p { font-size: 10px; }
  .section { padding: 84px 0; }
  .safety__question { min-height: 610px; padding: 38px 26px; }
  .safety__question h2 { font-size: 47px; }
  .safety__lead { font-size: 14px; }
  .safety__seal { right: 24px; bottom: 25px; width: 90px; height: 90px; }
  .safety__principles { padding: 34px 26px; }
  .safety__principles-head h3 { font-size: 27px; }
  .safety__points { grid-template-columns: 1fr; }
  .section-heading--center { margin-bottom: 38px; }
  .section-heading h2, .philosophy h2, .locations h2, .faq h2, .placement h2 { font-size: 44px; }
  .course-grid, .location-grid { grid-template-columns: 1fr; }
  .course-card { min-height: auto; }
  .course-card > p:not(.course-card__tag) { min-height: 0; }
  .placeholder-note { align-items: flex-start; text-align: left; }
  .philosophy__grid { grid-template-columns: 1fr; gap: 58px; }
  .philosophy__visual { padding-left: 8px; }
  .philosophy__float--top { right: -6px; }
  .philosophy__float--bottom { left: -5px; }
  .section-heading--light { align-items: flex-start; flex-direction: column; gap: 25px; }
  .section-heading--light > p { margin: 0; }
  .journey__steps { grid-template-columns: 1fr; gap: 44px; }
  .journey__line { display: none; }
  .placement__grid, .faq__grid { grid-template-columns: 1fr; gap: 45px; }
  .placement-card { padding: 34px 26px; }
  .placement-card > p { font-size: 18px; }
  .cta { padding: 84px 0; }
  .cta h2 { font-size: 43px; }
  .cta__actions { flex-direction: column; }
  .footer__top { grid-template-columns: 1fr; gap: 25px; padding-block: 45px; }
  .footer__top nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 16px; padding-block: 25px; }
  .page-hero { padding: 58px 0 70px; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 45px; }
  .page-hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .page-hero__lead { font-size: 15px; }
  .page-hero__visual, .page-hero__photo { min-height: 420px; height: 420px; }
  .page-hero__badge { left: 14px; bottom: -20px; }
  .page-hero__letter { right: -6px; width: 88px; height: 88px; font-size: 38px; }
  .location-facts__grid { grid-template-columns: 1fr; }
  .location-fact { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .location-fact:last-child { border-bottom: 0; }
  .content-section { padding: 82px 0; }
  .content-split { grid-template-columns: 1fr; gap: 42px; }
  .content-media, .content-media img { min-height: 420px; }
  .feature-grid, .location-links { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .address-card { padding: 33px 27px; }
  .request-section { padding: 82px 0; }
  .request-form { padding: 31px 23px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .thanks-card { padding: 40px 24px; }
  .job-highlight__grid { grid-template-columns: 1fr; gap: 42px; }
  .legal-page { padding: 55px 0 80px; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-nav { position: static; }
  .legal-content { padding: 36px 25px; }
  .trainer-notice { right: 17px; bottom: 17px; padding: 20px 50px 19px 20px; border-radius: 18px; }
  .trainer-notice strong { font-size: 21px; }
  .cookie-notice { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); align-items: stretch; flex-direction: column; gap: 18px; padding: 21px; border-radius: 17px; }
  .cookie-notice__actions { justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
