:root {
  --blue-950: #052449;
  --blue-900: #07366d;
  --blue-800: #06458f;
  --blue-700: #0756b9;
  --blue-600: #0b67d1;
  --blue-500: #1b7eea;
  --blue-100: #eaf3ff;
  --blue-50: #f5f9ff;
  --ink: #0f1f33;
  --muted: #5f7188;
  --line: #dbe6f2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 36, 73, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219,230,242,0.75);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 35px rgba(5,36,73,0.08); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 16px; letter-spacing: -0.02em; color: var(--blue-950); }
.brand-copy span { font-size: 12px; color: var(--blue-700); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #42566e; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue-700); }
.nav-cta { color: var(--white); background: var(--blue-700); padding: 12px 19px; border-radius: 999px; box-shadow: 0 10px 24px rgba(7,86,185,.2); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--blue-950); display: block; margin: 5px; border-radius: 2px; }

.hero { min-height: 790px; padding-top: 82px; position: relative; overflow: hidden; display: grid; align-items: center; color: var(--white); }
.hero-bg { position: absolute; inset: 82px 0 0 0; background-image: url('assets/group-session-wide.jpeg'); background-size: cover; background-position: center 52%; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 82px 0 0 0; background: linear-gradient(90deg, rgba(2,22,47,.96) 0%, rgba(4,43,88,.88) 45%, rgba(4,54,109,.58) 70%, rgba(5,50,96,.35) 100%); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -170px; top: 120px; box-shadow: 0 0 0 100px rgba(255,255,255,.035), 0 0 0 220px rgba(255,255,255,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.62fr); gap: 80px; align-items: center; padding-top: 42px; padding-bottom: 42px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .17em; color: #a9d1ff; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 99px; }
.eyebrow.blue { color: var(--blue-700); }
.eyebrow.light { color: #c8e1ff; }
.hero h1 { font-size: clamp(50px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; margin: 22px 0 26px; max-width: 800px; }
.hero-content > p { max-width: 710px; font-size: 18px; color: #d9e8f9; line-height: 1.75; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; font-weight: 800; border-radius: 12px; padding: 15px 21px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--white); color: var(--blue-800); box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.btn-primary:hover { box-shadow: 0 20px 42px rgba(0,0,0,.22); }
.btn-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.48); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-secondary:hover { background: rgba(255,255,255,.15); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 34px; font-size: 13px; color: #dfefff; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points i { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.14); display: inline-grid; place-items: center; font-size: 11px; font-style: normal; }

.hero-card { background: rgba(255,255,255,.97); color: var(--ink); border-radius: 24px; padding: 27px; box-shadow: 0 30px 70px rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.55); }
.mini-label { font-size: 11px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; color: var(--blue-700); margin-bottom: 17px; }
.subject-chip { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); }
.subject-chip:last-of-type { border-bottom: 1px solid var(--line); }
.subject-code { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: linear-gradient(145deg,var(--blue-700),var(--blue-900)); font-size: 11px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 10px 25px rgba(7,86,185,.2); }
.subject-chip strong { display: block; font-size: 14px; color: var(--blue-950); }
.subject-chip small { color: var(--muted); font-size: 12px; }
.card-link { color: var(--blue-700); font-weight: 800; font-size: 13px; margin-top: 20px; display: flex; justify-content: space-between; }

.trust-strip { background: var(--blue-950); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 28px 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-size: 22px; letter-spacing: -.03em; color: #a9d1ff; }
.trust-grid span { font-size: 12px; color: #c6d8ea; line-height: 1.35; }

.events { background: var(--white); }
.events-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.events-copy h2 { font-size: clamp(36px,4.5vw,58px); line-height: 1.05; letter-spacing: -.045em; margin: 16px 0 20px; color: var(--blue-950); }
.events-copy p { color: var(--muted); font-size: 17px; max-width: 570px; }
.event-card { display: grid; grid-template-columns: 115px minmax(0,1fr) auto; gap: 28px; align-items: center; padding: 31px; border: 1px solid #b9d8ff; border-radius: var(--radius-lg); background: linear-gradient(135deg,#f8fbff,#eaf3ff); box-shadow: 0 24px 65px rgba(7,86,185,.12); }
.event-date { width: 112px; min-height: 136px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 20px; color: var(--white); background: linear-gradient(145deg,var(--blue-700),var(--blue-950)); box-shadow: 0 15px 35px rgba(5,36,73,.22); line-height: 1; }
.event-date strong { font-size: 48px; letter-spacing: -.055em; }
.event-date span { margin-top: 5px; font-size: 13px; font-weight: 900; letter-spacing: .17em; }
.event-date small { margin-top: 9px; color: #b9d8ff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.event-status { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #dcecff; color: var(--blue-800); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.event-details h3 { margin: 10px 0 14px; color: var(--blue-950); font-size: 28px; letter-spacing: -.035em; }
.event-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.event-meta p { margin: 0; color: var(--blue-950); font-size: 13px; font-weight: 800; }
.event-meta p > span { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-booking-button { background: var(--blue-700); color: var(--white); white-space: nowrap; box-shadow: 0 13px 30px rgba(7,86,185,.2); }
.event-booking-button:hover { background: var(--blue-800); box-shadow: 0 17px 36px rgba(7,86,185,.26); }

.section-heading { max-width: 770px; margin-bottom: 55px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .approach-copy h2, .booking-copy h2, .cta-inner h2 { font-size: clamp(36px,4.5vw,58px); line-height: 1.05; letter-spacing: -.045em; margin: 16px 0 20px; color: var(--blue-950); }
.section-heading p, .lead { font-size: 17px; color: var(--muted); max-width: 690px; }
.section-heading.centered p { margin-inline: auto; }

.services { background: var(--blue-50); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.service-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; box-shadow: 0 18px 55px rgba(5,36,73,.06); overflow: hidden; }
.service-card.featured { border-color: #b9d8ff; box-shadow: 0 24px 60px rgba(7,86,185,.11); }
.service-number { position: absolute; right: 27px; top: 24px; font-size: 52px; font-weight: 900; color: #edf4fd; letter-spacing: -.05em; }
.icon-box { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--blue-100); color: var(--blue-700); margin-bottom: 26px; }
.icon-box svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.course-tag { font-size: 10px; letter-spacing: .16em; font-weight: 900; color: var(--blue-700); }
.service-card h3 { font-size: 27px; letter-spacing: -.035em; margin: 10px 0 14px; color: var(--blue-950); }
.service-card > p { color: var(--muted); margin-bottom: 24px; }
.service-card ul { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; }
.service-card li { font-size: 13px; color: #435972; position: relative; padding-left: 20px; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-600); font-weight: 900; }
.text-button { border: 0; background: transparent; color: var(--blue-700); font-weight: 850; padding: 0; display: flex; align-items: center; gap: 9px; }
.text-button span { transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }

.approach { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 90px; align-items: center; }
.approach-image { position: relative; }
.approach-image::before { content: ""; position: absolute; inset: 28px -24px -24px 28px; border-radius: var(--radius-lg); background: var(--blue-100); z-index: 0; }
.approach-image img { position: relative; z-index: 1; width: 100%; height: 630px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-badge { position: absolute; z-index: 2; left: -24px; bottom: 32px; background: var(--blue-950); color: var(--white); padding: 17px 22px; border-radius: 14px; box-shadow: 0 18px 45px rgba(5,36,73,.24); }
.image-badge strong, .image-badge span { display: block; }
.image-badge strong { font-size: 15px; }
.image-badge span { font-size: 12px; color: #b9d8ff; margin-top: 2px; }
.approach-copy .lead { margin-bottom: 30px; }
.steps { display: grid; gap: 7px; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 16px; border-radius: 14px; transition: background .2s ease; }
.step:hover { background: var(--blue-50); }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-100); color: var(--blue-700); font-weight: 900; }
.step h3 { margin: 0 0 2px; color: var(--blue-950); font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.sessions { background: #f8fbff; }
.gallery { display: grid; grid-template-columns: 1.55fr .65fr; gap: 18px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 24px; min-height: 520px; box-shadow: 0 20px 55px rgba(5,36,73,.1); }
.gallery img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery-main img { object-position: center; }
.gallery-side img { object-position: center 60%; }
.gallery figcaption { position: absolute; left: 20px; bottom: 20px; background: rgba(5,36,73,.88); backdrop-filter: blur(8px); color: var(--white); padding: 11px 14px; border-radius: 10px; font-size: 12px; font-weight: 750; }

.booking-section { background: linear-gradient(135deg,#052449 0%, #06458f 55%, #0756b9 100%); color: var(--white); position: relative; overflow: hidden; }
.booking-section::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); left: -300px; bottom: -400px; box-shadow: 0 0 0 100px rgba(255,255,255,.02), 0 0 0 200px rgba(255,255,255,.015); }
.booking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.booking-copy { padding-top: 34px; position: sticky; top: 120px; }
.booking-copy h2 { color: var(--white); }
.booking-copy > p { color: #c7ddf5; font-size: 17px; }
.booking-benefits { margin-top: 34px; display: grid; gap: 18px; }
.booking-benefits > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; }
.booking-benefits span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); color: #b9d8ff; font-size: 12px; font-weight: 900; }
.booking-benefits p { margin: 0; color: #c7ddf5; font-size: 13px; }
.booking-benefits strong { color: var(--white); font-size: 14px; }

.booking-form { background: var(--white); color: var(--ink); padding: 34px; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-heading span { font-size: 10px; color: var(--blue-700); font-weight: 900; letter-spacing: .17em; }
.form-heading h3 { font-size: 28px; color: var(--blue-950); letter-spacing: -.035em; margin: 6px 0 26px; }
.form-row { display: grid; gap: 16px; }
.form-row.two-col { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-row.three-col { grid-template-columns: 1.15fr .85fr .85fr; }
.booking-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; color: #334c67; margin-bottom: 17px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid #d6e2ee; background: #fbfdff; color: var(--ink); padding: 13px 14px; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; font-weight: 500; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(27,126,234,.1); background: var(--white); }
.booking-form textarea { resize: vertical; min-height: 110px; }
.booking-form .invalid { border-color: #d84a4a; box-shadow: 0 0 0 3px rgba(216,74,74,.08); }
.error { color: #bd3131; min-height: 0; font-weight: 650; font-size: 10px; }
.consent { display: flex !important; grid-template-columns: none !important; flex-direction: row; gap: 10px !important; align-items: flex-start; font-weight: 550 !important; line-height: 1.45; margin-bottom: 0 !important; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue-700); flex: 0 0 auto; }
.consent-error { display: block; margin: 4px 0 14px; }
.btn-form { width: 100%; background: var(--blue-700); color: var(--white); margin-top: 7px; box-shadow: 0 13px 30px rgba(7,86,185,.2); gap: 10px; }
.btn-form:hover { background: var(--blue-800); box-shadow: 0 17px 36px rgba(7,86,185,.26); }
.form-note { text-align: center; color: #7b8ea4; font-size: 10px; margin: 10px 0 0; }

.cta-band { padding: 64px 0; background: var(--blue-100); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { font-size: clamp(32px,4vw,48px); margin-bottom: 0; }
.btn-dark { background: var(--blue-950); color: var(--white); white-space: nowrap; padding-inline: 25px; }

.site-footer { background: #03182f; color: var(--white); padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .6fr .8fr; gap: 50px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.footer-brand img { width: 84px; height: 84px; object-fit: contain; border-radius: 50%; background: var(--white); padding: 2px; }
.footer-brand strong { display: block; font-size: 17px; margin-top: 8px; }
.footer-brand p { color: #91abc6; max-width: 450px; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { font-size: 12px; color: #b9d8ff; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.footer-links a { color: #91abc6; font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; color: #7893ae; font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,24,47,.72); backdrop-filter: blur(7px); }
.modal-card { position: relative; width: min(480px,100%); background: var(--white); border-radius: 24px; padding: 42px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.modal-close { position: absolute; right: 16px; top: 13px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: var(--blue-50); color: var(--blue-950); font-size: 22px; }
.success-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-size: 28px; font-weight: 900; }
.modal-card .eyebrow::before { display: none; }
.modal-card h2 { margin: 10px 0 8px; color: var(--blue-950); font-size: 30px; letter-spacing: -.04em; }
.modal-card p { color: var(--muted); font-size: 14px; }
.reference { font-size: 22px; font-weight: 900; letter-spacing: .08em; color: var(--blue-700); background: var(--blue-50); border: 1px dashed #9ecaff; border-radius: 12px; padding: 13px; margin: 18px 0; }
.modal-small { font-size: 11px !important; margin-bottom: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.delay-1 { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: absolute; left: 20px; right: 20px; top: 74px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 18px; flex-direction: column; align-items: stretch; gap: 5px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: .2s ease; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav a { padding: 11px 12px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 105px; padding-bottom: 80px; }
  .hero-card { max-width: 560px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .approach-grid { grid-template-columns: 1fr; gap: 70px; }
  .events-grid { grid-template-columns: 1fr; gap: 35px; }
  .approach-image { max-width: 690px; }
  .booking-grid { grid-template-columns: 1fr; gap: 45px; }
  .booking-copy { position: static; padding-top: 0; max-width: 760px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 26px,1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 72px; }
  .brand img { width: 50px; height: 50px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { font-size: 10px; }
  .hero { padding-top: 72px; }
  .hero-bg, .hero-overlay { inset: 72px 0 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,22,47,.96) 0%, rgba(4,43,88,.86) 100%); }
  .hero-grid { padding-top: 80px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(44px,14vw,64px); }
  .hero-content > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-points { flex-direction: column; gap: 10px; }
  .hero-card { padding: 23px; }
  .trust-grid > div { padding: 21px 15px; flex-direction: column; align-items: flex-start; gap: 3px; }
  .service-grid { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 84px 1fr; gap: 19px; padding: 22px; }
  .event-date { width: 84px; min-height: 116px; border-radius: 16px; }
  .event-date strong { font-size: 39px; }
  .event-booking-button { grid-column: 1 / -1; width: 100%; }
  .event-meta { flex-direction: column; gap: 8px; }
  .service-card { padding: 29px 24px; }
  .service-card ul { grid-template-columns: 1fr; }
  .approach-image img { height: 510px; }
  .approach-image::before { inset: 18px -8px -16px 18px; }
  .image-badge { left: 12px; bottom: 16px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure { min-height: 380px; }
  .gallery-side { display: none; }
  .booking-form { padding: 25px 18px; }
  .form-row.two-col, .form-row.three-col { grid-template-columns: 1fr; gap: 0; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .btn-dark { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .modal-card { padding: 36px 22px 28px; }
}

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

/* Booking + payment additions */
.payment-summary {
  margin: 2px 0 18px;
  padding: 18px;
  border: 1px solid #cfe0f2;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8fbff, #eef6ff);
}
.payment-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.payment-summary span { color: #5f7188; font-size: 12px; font-weight: 750; }
.payment-summary strong { color: var(--blue-950); font-size: 20px; letter-spacing: -.02em; text-align: right; }
.payment-summary small { display: block; color: #6e8298; margin-top: 6px; font-size: 10px; line-height: 1.5; }
.form-alert { display: none; margin: 0 0 16px; padding: 12px 14px; border-radius: 10px; font-size: 12px; font-weight: 650; line-height: 1.45; }
.form-alert.show { display: block; }
.form-alert.error { color: #922d2d; background: #fff1f1; border: 1px solid #f3c6c6; }
.form-alert.success { color: #1f6a46; background: #effaf4; border: 1px solid #bfe9d1; }
.btn:disabled, .btn-form:disabled { opacity: .58; cursor: not-allowed; transform: none; box-shadow: none; }

@media (max-width: 620px) {
  .payment-summary > div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .payment-summary strong { text-align: left; }
}


/* 2026-08 pricing + expanded session gallery */
.hero-fee { display: inline-block; margin-top: 6px; color: #d8eaff; font-size: 11px; font-weight: 850; letter-spacing: .02em; }
.course-price { display: flex; align-items: baseline; gap: 8px; margin: -2px 0 14px; }
.course-price strong { color: var(--blue-700); font-size: 25px; letter-spacing: -.035em; }
.course-price span { color: var(--muted); font-size: 12px; font-weight: 750; }
.gallery.gallery-four { grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(245px, 1fr)); gap: 18px; }
.gallery.gallery-four figure { min-height: 0; }
.gallery.gallery-four .gallery-main { grid-row: 1 / span 2; min-height: 560px; }
.gallery.gallery-four .gallery-tile { min-height: 271px; }
.gallery.gallery-four .gallery-tile img { object-position: center; }
@media (max-width: 720px) {
  .gallery.gallery-four { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery.gallery-four .gallery-main, .gallery.gallery-four .gallery-tile { grid-row: auto; min-height: 320px; display: block; }
  .course-price { margin-bottom: 12px; }
}
