/* ==========================================================================
   IBA UK — Design System
   International Bodyguard Association (UK) — security training
   Palette: British navy / red / white
   ========================================================================== */

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 1000;
  padding: 8px 14px;
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}

.course-faq { margin-top: 36px; }
.course-faq details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.course-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
}
.course-faq p { margin: 10px 0 0; }

:root {
  --navy: #0a1f44;
  --navy-2: #0d2a5c;
  --navy-dark: #061430;
  --red: #c8102e;
  --red-dark: #9e0c24;
  --gold: #c9a227;
  --ink: #0f1830;
  --body: #41506b;
  --muted: #6b7a96;
  --white: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f4f7fc;
  --bg-navy-soft: #f0f3fa;
  --line: #e4e9f2;
  --shadow-sm: 0 2px 10px rgba(10, 31, 68, .06);
  --shadow: 0 10px 30px rgba(10, 31, 68, .10);
  --shadow-lg: 0 24px 60px rgba(10, 31, 68, .18);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1200px;
  --header-h: 132px;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-head: "Poppins", var(--font-body);
  --font-script: "Dancing Script", cursive;
  --t: .45s ease;
  --reveal-duration: 1s;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --reveal-distance: 18px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
ul { list-style: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-head); color: var(--ink); line-height: 1.2; font-weight: 700; }
button { font-family: inherit; cursor: pointer; }

/* ---------- layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--alt { background: var(--bg-alt); }
.section--navy { background: var(--navy); color: #cdd8ee; }
.section--navy h1,.section--navy h2,.section--navy h3,.section--navy h4,
.section--navy .section-title { color: #fff; }
.section--navy .section-intro { color: #cdd8ee; }
.center { text-align: center; }
.grid { display: grid; gap: 28px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .82rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--red);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); display: inline-block; }
.section-title { font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin-bottom: 16px; }
.section-intro { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.center .section-intro { margin-inline: auto; }
.text-red { color: var(--red); }
.text-script { font-family: var(--font-script); font-weight: 600; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: .92rem;
  padding: 14px 28px; border-radius: 999px; border: 2px solid transparent;
  transition: var(--t); cursor: pointer; white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--navy); }
.btn--whatsapp { background: #25d366; color: #fff; border-color: #25d366; }
.btn--whatsapp:hover { background: #1ebe57; border-color: #1ebe57; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.topbar { background: var(--navy-dark); color: #cfd9ef; font-size: .82rem; }
.topbar .container {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) minmax(0, auto) minmax(72px, 1fr);
  align-items: center;
  min-height: 40px;
  column-gap: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.topbar__addr {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  line-height: 1.35;
}
.topbar__addr span {
  min-width: 0;
  flex: 1 1 0;
  overflow-wrap: break-word;
}
.topbar__addr svg { width: 14px; height: 14px; color: var(--red); flex: none; }
.topbar__social {
  grid-column: 3;
  display: flex;
  gap: 8px;
  justify-self: end;
  flex: none;
}
.topbar__social a {
  width: 28px; height: 28px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(255,255,255,.08); color: #fff;
  position: relative;
}
.topbar__social a:hover { background: var(--red); }
.topbar__social svg { width: 14px; height: 14px; }
.topbar__cart.has-items { background: rgba(200, 16, 46, .28); }
.topbar__cart .cart-count {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 0 0 2px var(--navy-dark);
}

.product__title a { color: inherit; }
.product__title a:hover { color: var(--red); }
.product__media { display: block; }

.product-detail {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: start;
}
.product-detail__media {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.product-detail__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  background: #111;
}
.product-detail__price {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--red);
  margin: 8px 0 14px;
}
.product-detail__blurb {
  color: var(--muted);
  margin: 12px 0 18px;
  max-width: 42ch;
}
.product-detail__list {
  margin: 0 0 24px;
  padding-left: 1.1em;
  color: var(--muted);
}
.product-detail__list li { margin-bottom: 6px; }
.product-detail__size-note {
  margin: 0 0 18px;
  color: var(--muted);
}
.product-buy .field { margin-bottom: 18px; }
.product-buy__qty input {
  width: 100px;
}
.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.size-option {
  position: relative;
  cursor: pointer;
}
.size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.size-option span {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  transition: var(--t);
}
.size-option input:checked + span,
.size-option:hover span {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.product-buy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 32px;
  align-items: start;
}
.cart-list { display: flex; flex-direction: column; gap: 16px; }
.cart-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.cart-row__media {
  display: block;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
}
.cart-row__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-row__body h3 {
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 6px;
}
.cart-row__body h3 a:hover { color: var(--red); }
.cart-row__meta {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 12px;
}
.cart-row__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.cart-row__controls input {
  width: 72px;
  margin-left: 8px;
}
.cart-row__remove {
  border: 0;
  background: none;
  color: var(--red);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.cart-row__remove:hover { text-decoration: underline; }
.cart-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 24px;
  position: sticky;
  top: 110px;
}
.cart-summary__count { margin: 10px 0 8px; color: var(--navy); }
.cart-summary__total {
  font-family: var(--font-head);
  font-size: 1.25rem;
  color: var(--navy);
  margin: 0 0 12px;
}
.cart-summary__total strong { color: var(--red); }
.cart-row__line {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
  margin-left: auto;
}
.cart-summary__note { color: var(--muted); font-size: .92rem; margin-bottom: 20px; }
.cart-empty { padding: 40px 0; }

@media (max-width: 900px) {
  .product-detail,
  .cart-layout { grid-template-columns: 1fr; gap: 28px; }
  .cart-summary { position: static; }
}

.site-header {
  position: sticky; top: 0; z-index: 900; background: #fff;
  border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.site-header > .container { max-width: 1480px; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 92px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { height: 64px; width: auto; }
.brand__txt { font-family: var(--font-head); font-weight: 800; color: var(--navy); line-height: 1; }
.brand__txt small { display: block; font-size: .62rem; letter-spacing: .14em; color: var(--muted); font-weight: 600; }

.nav { display: flex; align-items: center; flex: 1; min-width: 0; justify-content: center; }
.nav > ul { display: flex; align-items: center; flex-wrap: nowrap; gap: 2px; }
.nav > ul > li { flex: none; }
.nav a { font-family: var(--font-head); font-weight: 500; font-size: .88rem; color: var(--ink); padding: 10px 9px; border-radius: 8px; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.nav a:hover, .nav .is-current > a { color: var(--red); }
.nav .has-sub { position: relative; }
.nav .has-sub > a svg { width: 12px; height: 12px; transition: var(--t); }
.nav .submenu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-lg); padding: 10px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: var(--t);
}
.nav .has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav .has-sub:hover > a svg { transform: rotate(180deg); }
.nav .submenu a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .9rem; }
.nav .submenu a:hover { background: var(--bg-alt); color: var(--red); }

.header__cta { display: flex; align-items: center; gap: 12px; flex: none; }
.header__icon { background: none; border: none; color: var(--navy); display: grid; place-items: center; padding: 6px; }
.header__icon svg { width: 22px; height: 22px; }
.nav-toggle { display: none; background: none; border: none; color: var(--navy); }
.nav-toggle svg { width: 30px; height: 30px; }

/* mobile drawer */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(6,20,48,.55); opacity: 0; visibility: hidden; transition: var(--t); z-index: 998; }
.drawer { position: fixed; top: 0; right: -340px; width: 320px; max-width: 88vw; height: 100%; background: #fff; z-index: 999; transition: right .54s ease; overflow-y: auto; padding: 24px; box-shadow: var(--shadow-lg); }
body.menu-open .drawer { right: 0; }
body.menu-open .drawer-backdrop { opacity: 1; visibility: visible; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.drawer__head img { height: 50px; }
.drawer__close { background: none; border: none; color: var(--navy); }
.drawer__close svg { width: 26px; height: 26px; }
.drawer ul { display: flex; flex-direction: column; gap: 2px; }
.drawer > nav > ul > li > a { font-family: var(--font-head); font-weight: 500; padding: 12px 8px; display: block; border-bottom: 1px solid var(--line); }
.drawer .submenu { padding-left: 14px; }
.drawer .submenu a { padding: 9px 8px; display: block; font-size: .92rem; color: var(--muted); }

/* ==========================================================================
   HERO
   Photo-led close-protection scene + muted Union Jack atmosphere
   ========================================================================== */
.hero {
  position: relative; min-height: 560px; display: grid; align-items: center;
  text-align: center; color: #fff; overflow: hidden;
  background: var(--navy);
}
.hero__bg,
.page-hero .hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  pointer-events: none;
}
.page-hero .hero__bg { object-position: center 40%; }
/* Dark wash over the LCP photo so copy stays readable */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 70% at 50% 45%, rgba(6,20,48,.55) 0%, rgba(6,20,48,.88) 72%, rgba(6,20,48,.94) 100%),
    linear-gradient(180deg, rgba(6,20,48,.62), rgba(6,20,48,.78));
}
/* Soft UK flag wash — identity without competing with copy */
.hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  z-index: 2;
  pointer-events: none;
  background: url("/assets/img/376c22b50a55fd8e373dc1ea2d3c38780b4af13d-1.png") center/cover no-repeat;
  opacity: .16;
  filter: blur(4px) saturate(.65) brightness(.75);
  mix-blend-mode: soft-light;
}
.hero__inner { padding: 90px 0; position: relative; z-index: 3; }
.hero h1 {
  color: #fff; font-size: clamp(2.2rem, 6vw, 4.4rem); letter-spacing: .5px;
  text-shadow: 0 2px 24px rgba(0,0,0,.55), 0 8px 40px rgba(0,0,0,.4);
}
.hero h1 .text-script { color: #fff; font-weight: 600; }
.hero p {
  max-width: 680px; margin: 22px auto 0; font-size: 1.12rem; color: #e7ecf7;
  text-shadow: 0 2px 16px rgba(0,0,0,.45);
}
.hero__actions {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.hero__actions-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* sub page hero / breadcrumb banner — same photo + flag treatment, denser wash */
.page-hero {
  position: relative; color: #fff; text-align: center; padding: 80px 0; overflow: hidden;
  background: var(--navy);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 80% at 50% 40%, rgba(6,20,48,.7) 0%, rgba(6,20,48,.9) 100%),
    linear-gradient(180deg, rgba(6,20,48,.78), rgba(6,20,48,.88));
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  z-index: 2;
  pointer-events: none;
  background: url("/assets/img/376c22b50a55fd8e373dc1ea2d3c38780b4af13d-1.png") center/cover no-repeat;
  opacity: .12;
  filter: blur(5px) saturate(.55) brightness(.7);
  mix-blend-mode: soft-light;
}
.page-hero > .container { position: relative; z-index: 3; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); text-shadow: 0 2px 20px rgba(0,0,0,.5); }
/* ==========================================================================
   ABOUT / stats
   ========================================================================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; object-fit: cover; }

/* About gallery slideshow — 5 visible, natural image proportions */
.gallery-slider {
  --gallery-gap: 18px;
  --gallery-visible: 5;
  --gallery-duration: .4s;
  --slide-width: calc((100% - (var(--gallery-visible) - 1) * var(--gallery-gap)) / var(--gallery-visible));
  position: relative;
  width: 100%;
}
.gallery-slider__viewport {
  overflow: hidden;
  width: 100%;
}
.gallery-slider__track {
  display: flex;
  align-items: center;
  gap: var(--gallery-gap);
  will-change: transform;
  transition: transform var(--gallery-duration) cubic-bezier(.22, 1, .36, 1);
}
.gallery-slider__track.is-instant {
  transition: none;
}
.gallery-slider__slide {
  flex: 0 0 var(--slide-width);
  width: var(--slide-width);
  margin: 0;
  background: transparent;
}
.gallery-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.about-copy p { margin-bottom: 18px; }
.stats { display: flex; gap: 36px; margin: 26px 0 30px; flex-wrap: wrap; }
.stat__num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: var(--navy); line-height: 1; }
.stat__num .text-red { color: var(--red); }
.stat__label { color: var(--muted); font-size: .92rem; margin-top: 4px; }
.text-muted { color: var(--muted); font-weight: 500; }

/* credentials / certifications (corporate services) */
.cred { margin-top: 64px; padding-top: 56px; border-top: 1px solid var(--line); }
.cred--on-navy {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cred--on-navy .section-intro { color: #cdd8ee; }
.cred--on-navy .text-muted { color: rgba(255,255,255,.55); }
.cred--on-navy .cred__col-title {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.25);
}
/* Keep card titles navy — .section--navy h4 would otherwise force them white-on-white */
.section--navy .cred-card__title,
.section--navy .cred-row .cred-card__title {
  color: var(--navy);
}
.section--navy .cred-card__desc,
.section--navy .cred-row .cred-card__desc {
  color: var(--muted);
}
.section--navy .cred-row__badge {
  color: var(--navy);
}
.cred__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.cred__col-title {
  font-size: 1.05rem; color: var(--navy); margin-bottom: 18px;
  padding-bottom: 12px; border-bottom: 2px solid var(--navy);
}
.cred__certs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cred-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 16px; box-shadow: var(--shadow-sm); transition: var(--t);
  position: relative; min-height: 112px;
}
.cred-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cred-card__ico {
  width: 44px; height: 44px; border-radius: 10px; flex: none;
  background: rgba(200, 16, 46, .08); color: var(--red);
  display: grid; place-items: center;
}
.cred-card__ico svg { width: 22px; height: 22px; }
.cred-card__body { flex: 1; min-width: 0; padding-right: 4px; }
.cred-card__status {
  position: absolute; top: 14px; right: 14px;
  font-size: .65rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted);
}
.cred-card__title { font-size: .98rem; color: var(--navy); margin-bottom: 4px; padding-right: 72px; }
.cred-card__desc { font-size: .86rem; color: var(--muted); line-height: 1.45; margin: 0; }
.cred__team { display: flex; flex-direction: column; gap: 12px; }
.cred-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow-sm); transition: var(--t);
}
.cred-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cred-row .cred-card__title { padding-right: 0; margin-bottom: 2px; }
.cred-row__badge {
  font-family: var(--font-head); font-weight: 800; font-size: 1.35rem;
  color: var(--navy); line-height: 1; flex: none; letter-spacing: -.02em;
}

/* legacy / quote band */
.legacy { text-align: center; }
.legacy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.legacy p {
  max-width: 760px;
  margin-inline: auto;
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.75;
}
.legacy--surface {
  background:
    radial-gradient(ellipse 70% 55% at 50% -10%, rgba(200, 16, 46, .08), transparent 60%),
    linear-gradient(180deg, var(--bg-navy-soft) 0%, var(--bg) 100%);
  color: var(--body);
  border-top: 1px solid var(--line);
}
.legacy--surface h2 { color: var(--navy); }
.legacy--surface p { color: var(--muted); }
.legacy--surface .eyebrow {
  font-family: var(--font-head);
  color: var(--red);
}

/* ==========================================================================
   COURSE CATEGORY COLUMNS (home) + cards
   ========================================================================== */
.course-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.home-featured-courses { margin-bottom: 8px; }
.home-featured-courses .course-group__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.home-featured-courses .course-group__title {
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  margin: 6px 0 8px;
}
.home-featured-courses .course-group__blurb {
  max-width: 640px;
  color: var(--body);
  margin: 0;
}
.cat-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0; overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--t); display: flex; flex-direction: column; }
.cat-col:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-col:hover .card__media img { transform: scale(1.04); }
.cat-col__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.cat-col h4 { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1rem; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.cat-col h4 .dot { width: 30px; height: 30px; border-radius: 8px; background: var(--bg-navy-soft); color: var(--red); display: grid; place-items: center; flex: none; }
.cat-col h4 .dot svg { width: 16px; height: 16px; }
.cat-col ul { display: flex; flex-direction: column; gap: 8px; }
.cat-col li a { display: flex; gap: 8px; font-size: .9rem; color: var(--body); padding: 4px 0; }
.cat-col li a::before { content: "›"; color: var(--red); font-weight: 700; }
.cat-col li a:hover { color: var(--red); }

/* course grid cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cards--pillars {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cards--pillars .card {
  min-height: 320px;
}
.cards--pillars .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 18px 28px;
  flex: 1;
}
.cards--pillars .card__desc { flex: 1; }

/* courses page — category groups */
.course-groups { display: flex; flex-direction: column; gap: 0; }
.course-group {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.course-group:first-child { padding-top: 0; }
.course-group:last-child { border-bottom: 0; padding-bottom: 0; }
.course-group__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--navy);
}
.course-group__head .eyebrow { margin-bottom: 8px; }
.course-group__title {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--navy);
  margin: 0;
}
.course-group__blurb {
  margin-top: 8px;
  max-width: 54ch;
  color: var(--muted);
  font-size: .95rem;
}
.course-group__head .card__link { flex: none; white-space: nowrap; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--t); display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__media { aspect-ratio: 16/10; background: var(--bg-navy-soft); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .72s ease; }
.card__media img[src$=".svg"] { object-fit: contain; padding: 0; background: linear-gradient(135deg, #f4f7fc, #e4eaf5); }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card__tag { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.card__title { font-size: 1.12rem; color: var(--navy); }
.card__desc { font-size: .92rem; color: var(--muted); flex: 1; }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); }
.card__price { font-family: var(--font-head); font-weight: 700; color: var(--red); }
.card__link { font-weight: 600; font-size: .9rem; color: var(--red); display: inline-flex; gap: 6px; align-items: center; }
.card__foot .card__link { margin-left: auto; }
.card__link svg { width: 14px; height: 14px; }

/* ==========================================================================
   WHY / features
   ========================================================================== */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.features--pillars {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.features--pillars .feature {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.features--pillars .feature__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg-navy-soft);
}
.features--pillars .feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .72s ease;
}
.features--pillars .feature:hover .feature__media img {
  transform: scale(1.04);
}
.features--pillars .feature__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 18px 26px;
  align-items: center;
}
.features--pillars .feature__ico { margin-inline: auto; margin-bottom: 22px; }
.features--pillars .feature p { flex: 1; margin: 0; }
.features--pillars .feature h3 { margin-bottom: 8px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: var(--t); }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.feature__ico { width: 60px; height: 60px; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; display: grid; place-items: center; margin-bottom: 18px; }
.feature__ico svg { width: 28px; height: 28px; }
.feature__ico--red {
  background: rgba(200, 16, 46, .1);
  color: var(--red);
}
.feature h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .95rem; }
.features--media .feature {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.features--media .feature__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-navy-soft);
}
.features--media .feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .72s ease;
}
.features--media .feature:hover .feature__media img {
  transform: scale(1.04);
}
.features--media .feature__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.features--media .feature__body h3 { margin-bottom: 0; }
.features--media .feature__body p { margin: 0; }
.features--thumbs .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
}
.features--thumbs .feature__thumb {
  flex: none;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-navy-soft);
}
.features--thumbs .feature__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features--thumbs .feature__body {
  flex: 1;
  min-width: 0;
}
.features--thumbs .feature__body h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}
.features--thumbs .feature__body p {
  margin: 0;
  font-size: .9rem;
}
.features--navy .feature {
  background: var(--navy);
  border-color: transparent;
  color: #cdd8ee;
}
.features--navy .feature:hover {
  background: var(--navy-2);
  border-color: transparent;
  box-shadow: var(--shadow-lg);
}
.features--navy .feature h3 { color: #fff; }
.features--navy .feature p { color: #cdd8ee; }
.features--doctrine .feature {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .55);
  border-top: 3px solid var(--red);
  color: var(--body);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}
.features--doctrine .feature:hover {
  background: rgba(255, 255, 255, .98);
  border-color: rgba(255, 255, 255, .75);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}
.features--doctrine .feature h3 { color: var(--navy); }
.features--doctrine .feature p { color: var(--body); }
.features--drone {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.drone-media {
  max-width: 520px;
  margin: 0 auto 40px;
}
.drone-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  object-fit: cover;
  display: block;
}
.features--sia-courses .feature--course {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.features--sia-courses .feature__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-navy-soft);
}
.features--sia-courses .feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .72s ease;
}
.features--sia-courses .feature--course:hover .feature__media img {
  transform: scale(1.04);
}
.features--sia-courses .feature__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.features--sia-courses .feature__body .card__tag {
  color: #ffb3bf;
}
.features--sia-courses .feature--course h3 {
  margin-bottom: 0;
}
.features--sia-courses .feature--course p {
  margin: 0;
}
.features--instructors {
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 960px;
  margin-inline: auto;
}
.features--instructors .feature {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--navy);
  border-color: transparent;
  color: #cdd8ee;
}
.features--instructors .feature:hover {
  background: var(--navy-2);
  border-color: transparent;
  box-shadow: var(--shadow-lg);
}
.features--instructors .feature h3 { color: #fff; }
.features--instructors .feature p { color: #cdd8ee; }

/* ==========================================================================
   SUCCESS VIDEO + PHOTO SLIDER
   ========================================================================== */
.story-media {
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}
.story-media--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  max-width: 1144px;
  align-items: stretch;
}
.story-video {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-dark);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 1 / 1;
}
.story-slider {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-dark);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 1 / 1;
}
.story-slider__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .55s ease;
}
.story-slider__media.is-active {
  opacity: 1;
  z-index: 1;
}
.story-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.story-video__controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.story-video__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 20, 48, .78);
  color: #fff;
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  backdrop-filter: blur(6px);
  transition: background var(--t), transform var(--t);
}
.story-video__btn:hover,
.story-video__btn:focus-visible {
  background: var(--red);
  outline: none;
}
.story-video__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(200, 16, 46, .35);
}
.story-video__ico {
  width: 18px;
  height: 18px;
  flex: none;
}
.story-video__ico--unmuted,
.story-video__ico--play { display: none; }
.story-video.is-unmuted .story-video__ico--muted { display: none; }
.story-video.is-unmuted .story-video__ico--unmuted { display: block; }
.story-video.is-playing .story-video__ico--play { display: none; }
.story-video.is-playing .story-video__ico--pause { display: block; }
.story-video:not(.is-playing) .story-video__ico--pause { display: none; }
.story-video:not(.is-playing) .story-video__ico--play { display: block; }

/* logos strip */
.logos { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: center; }
.logos img { height: 56px; width: auto; object-fit: contain; }
.logos--badges {
  gap: 28px 36px;
}
.logos--badges img {
  height: auto;
  width: min(130px, 26vw);
  max-height: 130px;
  object-fit: contain;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info .info-row { display: flex; gap: 16px; margin-bottom: 22px; }
.contact-info .info-row .ico { width: 50px; height: 50px; border-radius: 12px; background: var(--bg-navy-soft); color: var(--red); display: grid; place-items: center; flex: none; }
.contact-info .info-row .ico svg { width: 22px; height: 22px; }
.contact-info h4 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.contact-info .info-row p, .contact-info .info-row a { font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: 1.05rem; }

address.contact-nap {
  font-style: normal;
  display: block;
  margin: 0;
}
address.contact-nap .info-row {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}
address.contact-nap .info-row:last-child { margin-bottom: 0; }
address.contact-nap .ico {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--bg-navy-soft);
  color: var(--red);
  display: grid;
  place-items: center;
  flex: none;
}
address.contact-nap .ico svg { width: 22px; height: 22px; }
address.contact-nap h3,
address.contact-nap h4 {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}
address.contact-nap p,
address.contact-nap a {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--navy);
  font-size: 1.05rem;
}
.contact-nap--about {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  box-shadow: var(--shadow);
}
.features--instructors .feature a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.section--navy .form { background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; font-family: var(--font-head); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .95rem; color: var(--ink); background: var(--bg-alt); transition: var(--t);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); background: #fff; box-shadow: 0 0 0 3px rgba(10,31,68,.08); }
.field--file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-upload {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  background: var(--bg-alt);
  cursor: pointer;
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
}
.file-upload:hover,
.field--file:focus-within .file-upload {
  border-color: var(--navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(10, 31, 68, .08);
}
.file-upload__ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(200, 16, 46, .08);
  color: var(--red);
  display: grid;
  place-items: center;
  flex: none;
}
.file-upload__ico svg { width: 22px; height: 22px; }
.file-upload__copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.file-upload__title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .92rem;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload__hint { font-size: .8rem; color: var(--muted); }
.apply-cv__logo {
  display: block;
  width: 100%;
  max-width: 454px;
  height: auto;
  margin-top: 28px;
  background: transparent;
}
#apply-cv.section--navy {
  background: rgba(200, 16, 46, 0.1);
  color: var(--body);
}
#apply-cv.section--navy h2,
#apply-cv.section--navy h3 {
  color: var(--navy);
}
#apply-cv.section--navy p {
  color: var(--muted);
}
#apply-cv.section--navy .eyebrow {
  color: var(--red);
}
#apply-cv .course-layout {
  align-items: center;
}
.features--roles .feature {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 100%;
}
.features--roles .feature:hover,
.features--roles .feature:focus-visible {
  border-color: rgba(200, 16, 46, .35);
  box-shadow: var(--shadow);
  outline: none;
  transform: translateY(-3px);
}
.features--roles .feature.is-selected {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, .15);
}
.form__note { font-size: .85rem; color: var(--muted); margin-top: 10px; }
.form-msg { margin-top: 14px; padding: 12px 16px; border-radius: 10px; font-size: .9rem; display: none; }
.form-msg.ok { display: block; background: #e8f6ee; color: #1a7f43; }
.form-msg.err { display: block; background: #fdecee; color: var(--red-dark); }

/* ==========================================================================
   SHOP
   ========================================================================== */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product { background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); transition: var(--t); }
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product__media { aspect-ratio: 1/1; background: var(--bg-alt); display:grid; place-items:center; padding: 18px; }
.product__media img { width:100%; height:100%; object-fit: contain; }
.product__body { padding: 18px; text-align:center; }
.product__title { font-size: 1rem; color: var(--navy); margin-bottom: 6px; }
.product__price { font-family: var(--font-head); font-weight:800; color: var(--red); margin-bottom: 6px; }
.product__meta { color: var(--muted); font-size: .86rem; margin-bottom: 12px; }
.product__body .btn { width: 100%; justify-content: center; font-size: .88rem; padding: 12px 14px; }

/* ==========================================================================
   COURSE / CONTENT PAGES
   ========================================================================== */
.prose { max-width: 820px; }
.prose h2 { font-size: 1.7rem; color: var(--navy); margin: 32px 0 14px; }
.prose h3 { font-size: 1.25rem; color: var(--navy); margin: 24px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul { margin: 0 0 18px; padding-left: 4px; display: flex; flex-direction: column; gap: 10px; }
.prose ul li { display: flex; gap: 10px; }
.prose ul li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 3px; border-radius: 50%; background: var(--bg-navy-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8102e' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }

.prose ul.plain li::before { display: none; }
.prose ul.plain li { align-items: center; }
.prose ul.plain li svg { width: 18px; height: 18px; color: var(--red); flex: none; }
.prose a { color: var(--red); font-weight: 600; }
.article-layout { max-width: 1080px; margin: 0 auto; }
.article-layout .prose { max-width: none; }
.article-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.guide-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 8px 0 28px;
  padding: 0;
  list-style: none;
}
.prose .guide-choice,
.prose .guide-roles {
  display: grid;
  padding: 0;
}
.prose .guide-choice li,
.prose .guide-roles li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.prose .guide-choice li::before,
.prose .guide-roles li::before {
  display: none;
}
.prose a.guide-choice__card,
.prose a.guide-choice__card:hover {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.guide-choice__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 28px 26px 26px;
  text-decoration: none;
  color: inherit;
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.guide-choice__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--red);
}
.guide-choice__card--so::before { background: var(--navy); }
.guide-choice__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.guide-choice__ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(200, 16, 46, .08);
  color: var(--red);
  margin-bottom: 16px;
}
.guide-choice__card--so .guide-choice__ico {
  background: var(--bg-navy-soft);
  color: var(--navy);
}
.guide-choice__ico svg { width: 26px; height: 26px; }
.guide-choice__tag {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.guide-choice__card--so .guide-choice__tag { color: var(--navy); }
.guide-choice__card h3 {
  font-size: 1.2rem;
  color: var(--navy);
  margin: 0 0 12px;
  line-height: 1.3;
}
.prose .guide-choice__card h3 { margin: 0 0 12px; font-size: 1.2rem; }
.guide-choice__card p {
  margin: 0;
  color: var(--body);
  font-size: .95rem;
  line-height: 1.6;
  flex: 1;
}
.prose .guide-choice__card p { margin: 0; font-weight: 400; }
.guide-choice__card span.guide-choice__go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--red);
}
.guide-choice__card span.guide-choice__go svg { width: 14px; height: 14px; }

.guide-roles-label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 22px 0 12px;
}
.prose p.guide-roles-label { margin: 22px 0 12px; }
.guide-roles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.guide-roles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 20px 12px 18px;
  min-height: 168px;
  transition: var(--t);
}
.guide-roles__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.guide-roles__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(200, 16, 46, .08);
  color: var(--red);
  flex: none;
}
.guide-roles__ico svg { width: 24px; height: 24px; }
.guide-roles__item strong {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .82rem;
  line-height: 1.35;
  color: var(--navy);
}
.course-guides { margin-top: 36px; }
.card__title a:hover { color: var(--red); }

/* ==========================================================================
   GUIDE STEPS (numbered checklist article layout)
   ========================================================================== */
.ghero-meta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px;
  margin: 18px 0 0; padding: 0; list-style: none;
}
.ghero-meta li {
  display: inline-flex; align-items: center; gap: 8px;
  color: #dbe3f3; font-size: .92rem; font-weight: 500;
}
.ghero-meta svg { width: 17px; height: 17px; flex: none; }

.gsteps-layout {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start;
}
.gsteps-nav {
  position: sticky; top: calc(var(--header-h) + 16px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 20px 18px;
}
.gsteps-nav__label {
  font-family: var(--font-head); font-weight: 700; font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
  margin: 0 0 14px;
}
.gsteps-nav__list { display: flex; flex-direction: column; gap: 4px; padding: 0; margin: 0 0 18px; list-style: none; }
.gsteps-nav__list a {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 8px; border-radius: 10px;
  font-size: .88rem; font-weight: 600; color: var(--body);
  transition: var(--t);
}
.gsteps-nav__list a:hover { background: var(--bg-navy-soft); color: var(--navy); }
.gsteps-nav__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; flex: none;
  background: var(--bg-navy-soft); color: var(--navy);
  font-family: var(--font-head); font-size: .74rem; font-weight: 700;
  transition: var(--t);
}
.gsteps-nav__list a.is-active { background: var(--bg-navy-soft); color: var(--navy); }
.gsteps-nav__list a.is-active .gsteps-nav__num { background: var(--red); color: #fff; }
.gsteps-nav__list a.is-done .gsteps-nav__num {
  background: var(--red); color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 12px;
  color: transparent;
}
.btn.gsteps-nav__cta {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  justify-content: center;
  align-items: center;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 11px 10px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  height: auto;
  box-sizing: border-box;
}

.gsteps-body .gstep { padding: 36px 0; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 20px); }
.gsteps-body .gstep:first-child { padding-top: 0; border-top: none; }
.gstep__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.gstep__num {
  display: flex; align-items: center; justify-content: center; flex: none;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 1.15rem;
}
.gstep__head h2 { margin: 0 0 4px; }
.gstep__why { margin: 0; color: var(--muted); font-size: .95rem; font-weight: 500; }

.gcallout { border-radius: var(--radius); padding: 18px 20px; margin: 18px 0; }
.gcallout__label {
  font-family: var(--font-head); font-weight: 700; font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase; margin: 0 0 8px;
}
.gcallout p { margin: 0; }
.gcallout ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.gcallout ul li { display: flex; gap: 10px; font-size: .95rem; }
.gcallout ul li::before {
  content: "?"; flex: none; width: 20px; height: 20px; margin-top: 1px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: .78rem; background: none;
}
.gcallout--ask { background: var(--bg-navy-soft); }
.gcallout--ask .gcallout__label { color: var(--navy); }
.gcallout--ask ul li::before { background: rgba(10,31,68,.1); color: var(--navy); }
.gcallout--check { background: var(--bg-navy-soft); }
.gcallout--check .gcallout__label { color: var(--navy); }
.gcallout--check ul li::before {
  content: "";
  background: rgba(10,31,68,.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1f44' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.gcallout--flag { background: rgba(200,16,46,.07); border: 1px solid rgba(200,16,46,.18); }
.gcallout--flag .gcallout__label { color: var(--red); }
.gcallout--flag p { color: var(--ink); }
.gcallout--tip { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red); }
.gcallout--tip .gcallout__label { color: var(--red); }

.gtiles {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 18px 0; padding: 0; list-style: none;
}
a.gtile, .gtile {
  display: flex; flex-direction: column; gap: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 18px 16px;
  color: inherit; text-decoration: none; transition: var(--t);
  min-width: 0;
}
a.gtile:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; color: inherit; }
.gtile__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; margin-bottom: 6px;
  background: rgba(200,16,46,.08); color: var(--red);
}
.gtile__ico svg { width: 22px; height: 22px; }
.gtile span { font-size: .85rem; color: var(--body); line-height: 1.4; overflow-wrap: anywhere; }
.gtile strong { font-family: var(--font-head); color: var(--navy); font-size: .98rem; overflow-wrap: anywhere; }
.gtile--static { text-align: center; align-items: center; }
.gtile--static strong { font-size: 1.3rem; color: var(--red); }
.gtiles--2 { grid-template-columns: repeat(2, 1fr); }
.gtiles--3,
.gtiles--duration { grid-template-columns: repeat(3, 1fr); }

.gprice {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
  margin: 18px 0; padding: 0; list-style: none;
}
.gprice--2 { grid-template-columns: repeat(2, 1fr); }
.gprice--3 { grid-template-columns: repeat(3, 1fr); }
.gprice--4 { grid-template-columns: repeat(4, 1fr); }
.gprice__item {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
  background: var(--bg-navy-soft); border-radius: var(--radius); padding: 18px 12px;
}
.gprice__item strong { font-family: var(--font-head); font-weight: 800; color: var(--red); font-size: 1.3rem; }
.gprice__item span { font-size: .82rem; color: var(--body); line-height: 1.35; overflow-wrap: anywhere; }
.gprice__item a { font-size: .8rem; font-weight: 600; color: var(--navy); }

.gnap {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 22px 24px; margin: 18px 0;
}
.gnap__row { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.gnap__row:last-of-type { border-bottom: none; }
.gnap__ico {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(200,16,46,.08); color: var(--red);
}
.gnap__ico svg { width: 18px; height: 18px; }
.gnap__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.gnap__actions .btn { font-size: .85rem; padding: 10px 16px; }

.gflow { display: flex; align-items: stretch; gap: 12px; margin: 18px 0; }
.gflow__step {
  flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
  background: var(--bg-navy-soft); border-radius: var(--radius); padding: 20px 14px;
}
.gflow__num {
  display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; margin-bottom: 4px;
  background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .85rem;
}
.gflow__step strong { font-family: var(--font-head); color: var(--navy); font-size: .95rem; }
.gflow__step span { font-size: .8rem; color: var(--body); }
.gflow__arrow { display: flex; align-items: center; color: var(--muted); font-size: 1.3rem; flex: none; }

.gready {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--navy); color: #fff; border-radius: var(--radius-lg);
  padding: 28px 30px; margin: 40px 0 0;
}
.gready__text h2 { color: #fff; margin: 0 0 6px; font-size: 1.35rem; }
.gready__text p { margin: 0; color: #cdd8ee; font-size: .92rem; }
.gready__links { display: flex; flex-wrap: wrap; gap: 10px; }
.gready__link { border-color: rgba(255,255,255,.4); color: #fff; }
.gready__link:hover { background: #fff; color: var(--navy); }

.course-layout { display: grid; grid-template-columns: 1fr 360px; gap: 44px; align-items: start; }
.course-aside { position: sticky; top: 120px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.course-aside__media { aspect-ratio: 16/10; background: var(--bg-navy-soft); }
.course-aside__media img { width:100%; height:100%; object-fit: cover; }
.course-aside__media img[src$=".svg"] { object-fit: contain; background: linear-gradient(135deg, #f4f7fc, #e4eaf5); }
.course-aside__body { padding: 26px; }
.course-aside .price { display: block; font-family: var(--font-head); font-weight: 800; color: var(--red); font-size: 1.5rem; margin: 0 0 8px; }
.course-aside .price small { display: inline; font-weight: 500; font-size: 0.85rem; color: var(--body); }
.course-aside__pay-note { font-size: .88rem; color: var(--body); margin: 0 0 14px; line-height: 1.45; }
.course-aside__body > ul { margin: 18px 0; display:flex; flex-direction:column; gap:12px; }
.course-aside__body > ul li { display:flex; gap:10px; align-items:center; font-size:.92rem; color: var(--body); }
.course-aside__body > ul li svg { width:18px; height:18px; color: var(--red); flex:none; }
.course-aside .btn { width: 100%; justify-content: center; margin-top: 8px; }
.course-aside .booking-cal__nav { width: 36px; margin-top: 0; }
.course-aside .booking-cal__day { width: 100%; margin-top: 0; }
.field-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.booking-schedule { position: relative; margin: 4px 0 16px; }
.booking-schedule__label {
  display: block;
  font-weight: 600;
  font-size: .85rem;
  color: var(--ink);
  font-family: var(--font-head);
  margin-bottom: 8px;
}
.booking-cal {
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 14px 14px 12px;
  background: var(--bg-alt);
}
.booking-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.booking-cal__month {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  text-align: center;
  flex: 1;
}
.booking-cal__nav {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  flex: none;
}
.booking-cal__nav svg { width: 16px; height: 16px; }
.booking-cal__nav:hover:not(:disabled) {
  border-color: var(--red);
  color: var(--red);
  background: #fdecee;
}
.booking-cal__nav:disabled { opacity: .4; pointer-events: none; }
.booking-cal__weekdays,
.booking-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.booking-cal__weekdays { margin-bottom: 6px; }
.booking-cal__weekdays span {
  text-align: center;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 4px 0;
}
.booking-cal__weekdays span.is-start { color: var(--red); }
.booking-cal__day {
  aspect-ratio: 1;
  min-height: 36px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: .85rem;
  font-family: inherit;
  color: var(--body);
  display: grid;
  place-items: center;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.booking-cal__day:hover:not(:disabled):not(.is-empty) { background: #fff; }
.booking-cal__day.is-empty { visibility: hidden; }
.booking-cal__day:disabled {
  color: #c5ccd4;
  cursor: not-allowed;
}
.booking-cal__day.is-blocked:disabled {
  text-decoration: line-through;
  color: #b7bec8;
}
.booking-cal__day.is-today:not(.is-in-range) {
  box-shadow: inset 0 0 0 1.5px var(--red);
}
.booking-cal__day.is-in-range {
  background: rgba(200, 16, 46, .12);
  color: var(--navy);
  border-radius: 0;
}
.booking-cal__day.is-range-start {
  border-radius: 10px 0 0 10px;
  background: var(--red);
  color: #fff;
}
.booking-cal__day.is-range-end {
  border-radius: 0 10px 10px 0;
  background: var(--red);
  color: #fff;
}
.booking-cal__day.is-range-start.is-range-end { border-radius: 10px; }
.booking-cal__hint {
  font-size: .78rem;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.45;
}
.booking-summary {
  background: #fdecee;
  border: 1px solid #f5c2c9;
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 12px;
}
.booking-summary__eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
  font-size: .68rem;
  color: var(--red);
  margin-bottom: 4px;
}
.booking-summary h3 {
  font-size: 1.02rem;
  margin-bottom: 12px;
  color: var(--navy);
}
.booking-summary ul { display: grid; gap: 8px; margin: 0; }
.booking-summary li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: var(--body);
  font-weight: 600;
}
.booking-summary svg {
  width: 16px;
  height: 16px;
  color: var(--red);
  flex: none;
  margin-top: 3px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--navy-dark); color: #aab8d6; padding-top: 70px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.4fr; gap: 40px; padding-bottom: 50px; }
.site-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 20px; }
.footer-brand img { height: 70px; margin-bottom: 18px; }
.footer-brand p { color: #93a3c6; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; }
.footer-social a:hover { background: var(--red); }
.footer-social svg { width: 16px; height: 16px; }
.footer-links li { margin-bottom: 12px; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact .info-row { display:flex; gap:12px; margin-bottom:16px; }
.footer-contact .ico { width:40px; height:40px; border-radius:10px; background: rgba(255,255,255,.08); color:#fff; display:grid; place-items:center; flex:none; }
.footer-contact .ico svg { width:18px; height:18px; }
.footer-contact b { color:#fff; display:block; font-family: var(--font-head); font-weight:600; }
.footer-news p { margin-bottom: 16px; }
.footer-news form { display: flex; gap: 8px; }
.footer-news input { flex:1; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: #fff; font-family: inherit; }
.footer-news input::placeholder { color: #8295bb; }
.footer-news button { padding: 12px 18px; border-radius: 10px; border: none; background: var(--red); color: #fff; font-weight: 600; }
.footer-news button:hover { background: var(--red-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; color: #8295bb; font-size: .86rem; }

/* ==========================================================================
   FLOATING WIDGETS
   ========================================================================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 950; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color:#fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.5); transition: var(--t); }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
.to-top { position: fixed; left: 22px; bottom: 22px; z-index: 940; width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: #fff; border: none; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--t); }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top svg { width: 20px; height: 20px; }

/* ==========================================================================
   SCROLL REVEAL + HERO ENTER
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition:
    opacity var(--reveal-duration) var(--reveal-ease),
    transform var(--reveal-duration) var(--reveal-ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
[data-reveal="up"],
[data-reveal=""] {
  transform: translateY(var(--reveal-distance));
}
[data-reveal="media"] {
  --reveal-duration: 1.26s;
  transform: scale(1.02);
}
[data-reveal="icon"] {
  --reveal-duration: .81s;
  transform: translateY(10px) scale(0.96);
}
[data-reveal="cta"] {
  --reveal-duration: 1.17s;
  --reveal-distance: 22px;
  transform: translateY(var(--reveal-distance));
}
[data-reveal].revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}
[data-reveal-delay="1"] { --reveal-delay: 110ms; }
[data-reveal-delay="2"] { --reveal-delay: 220ms; }
[data-reveal-delay="3"] { --reveal-delay: 330ms; }
[data-reveal-delay="4"] { --reveal-delay: 440ms; }
[data-reveal-delay="5"] { --reveal-delay: 550ms; }
[data-reveal-delay="6"] { --reveal-delay: 660ms; }
[data-reveal-delay="7"] { --reveal-delay: 770ms; }
[data-reveal-delay="8"] { --reveal-delay: 880ms; }

.hero-enter > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 1.1s var(--reveal-ease),
    transform 1.1s var(--reveal-ease);
}
.hero-enter > *:nth-child(1) { transition-delay: 80ms; }
.hero-enter > *:nth-child(2) { transition-delay: 220ms; }
.hero-enter > *:nth-child(3) { transition-delay: 360ms; }
.hero-enter > *:nth-child(4) { transition-delay: 500ms; }
.hero-enter.is-in > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal],
  [data-reveal].revealed,
  .hero-enter > *,
  .hero-enter.is-in > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
    will-change: auto;
  }
  .story-slider__media { transition: none; }
}

@media (scripting: none) {
  [data-reveal],
  .hero-enter > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .guide-roles { grid-template-columns: repeat(3, 1fr); }
  .course-cats { grid-template-columns: repeat(2, 1fr); }
  .cards, .features { grid-template-columns: repeat(2, 1fr); }
  .cards--pillars,
  .features--pillars,
  .features--drone { grid-template-columns: repeat(2, 1fr); }
  .products { grid-template-columns: repeat(3, 1fr); }
  .course-layout { grid-template-columns: 1fr; }
  .course-aside { position: static; max-width: 460px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cred__grid { grid-template-columns: 1fr; gap: 32px; }
  .gallery-slider { --gallery-visible: 4; }
  .gsteps-layout { grid-template-columns: 1fr; gap: 20px; }
  .gsteps-layout > * { min-width: 0; }
  .gsteps-nav {
    position: sticky; top: var(--header-h); z-index: 20;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
  }
  .gsteps-nav__label { display: none; }
  .gsteps-nav__list {
    flex-direction: row; overflow-x: auto; gap: 8px; margin-bottom: 0;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    max-width: 100%; padding-bottom: 2px;
  }
  .gsteps-nav__list::-webkit-scrollbar { display: none; }
  .gsteps-nav__list a {
    white-space: nowrap; flex: none;
    padding: 6px 10px 6px 6px;
    background: var(--bg-navy-soft);
  }
  .gsteps-nav__text {
    max-width: 11ch;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn.gsteps-nav__cta { display: none; }
  .gsteps-body .gstep { scroll-margin-top: calc(var(--header-h) + 72px); }
  .gprice { grid-template-columns: repeat(3, 1fr); }
  .gprice--2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  :root { --header-h: 92px; }
  .guide-choice { grid-template-columns: 1fr; }
  .guide-choice__card { min-height: 0; }
  .gtiles { grid-template-columns: repeat(2, 1fr); }
  .gtiles--2 { grid-template-columns: 1fr; }
  .gtiles--3,
  .gtiles--duration { grid-template-columns: 1fr; }
  .gprice--3,
  .gprice--4 { grid-template-columns: repeat(2, 1fr); }
  .gflow { flex-direction: column; gap: 8px; }
  .gflow__arrow { transform: rotate(90deg); align-self: center; line-height: 1; }
  .gready { flex-direction: column; align-items: stretch; padding: 24px 20px; }
  .gready__links { width: 100%; }
  .gready__link {
    width: 100%; white-space: normal; text-align: center; justify-content: center;
    padding: 12px 16px;
  }
  .page-hero { padding: 52px 0 40px; }
  .ghero-meta { gap: 8px 14px; }
  .ghero-meta li { font-size: .8rem; }
  .prose .gstep__head h2 { font-size: 1.2rem; margin: 0 0 4px; }
  .gstep__why { font-size: .88rem; }
  .gcallout { padding: 14px 16px; }
  .gnap { padding: 16px; }
  .gnap__actions .btn { white-space: normal; }
  .nav, .header__cta .desktop-only { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .section { padding: 60px 0; }
  .gallery-slider { --gallery-visible: 3; }
  .story-media--split {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 20px;
  }
  .topbar .container {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .topbar__addr {
    grid-column: 1;
    justify-content: flex-start;
    text-align: left;
  }
  .topbar__social {
    grid-column: 2;
    align-self: center;
  }
}
@media (max-width: 680px) {
  .guide-roles { grid-template-columns: repeat(2, 1fr); }
  .course-cats, .cards, .features, .products { grid-template-columns: 1fr; }
  .course-group__head { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .topbar__addr { font-size: .72rem; }
  .stats { gap: 24px; }
  .cred { margin-top: 48px; padding-top: 40px; }
  .cred__certs { grid-template-columns: 1fr; }
  .gallery-slider { --gallery-visible: 2; --gallery-gap: 12px; }
  .gtiles { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  a.gtile, .gtile { padding: 14px 12px; }
  .gtile__ico { width: 34px; height: 34px; }
  .gtiles--2,
  .gtiles--3,
  .gtiles--duration { grid-template-columns: 1fr; }
  .gprice { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gprice--2 { grid-template-columns: 1fr; }
  .gstep__head { gap: 10px; }
  .gstep__num { width: 32px; height: 32px; font-size: .92rem; }
  .prose .gstep__head h2 { font-size: 1.08rem; }
  .gsteps-nav {
    margin-left: -24px; margin-right: -24px;
    padding: 8px 16px;
    border-radius: 0;
    border-left: 0; border-right: 0;
    box-shadow: 0 8px 18px rgba(10,31,68,.08);
  }
  .gsteps-nav__text { display: none; }
  .gsteps-nav__list a {
    padding: 6px;
    border-radius: 999px;
  }
  .gsteps-nav__num { width: 28px; height: 28px; font-size: .78rem; }
  .gsteps-body .gstep { padding: 28px 0; scroll-margin-top: calc(var(--header-h) + 56px); }
  .gnap__actions { flex-direction: column; }
  .gnap__actions .btn { width: 100%; justify-content: center; white-space: normal; }
  .guide-roles { gap: 10px; }
  .guide-roles__item { min-height: 0; padding: 14px 10px 12px; }
}
