:root {
  --petrol: #064b59;
  --petrol-dark: #033843;
  --petrol-soft: #e8f3f3;
  --gold: #d59618;
  --gold-dark: #b97807;
  --cream: #fbf8f0;
  --ink: #082f38;
  --muted: #5b7074;
  --white: #ffffff;
  --shadow: 0 22px 58px rgba(5, 58, 69, 0.13);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  background: url("assets/papillon.webp") 24px 18px / 190px 127px repeat;
  opacity: .035;
  mix-blend-mode: multiply;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f0ba47; outline-offset: 3px; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--gold); color: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(6,75,89,.09);
  backdrop-filter: blur(14px);
}
.nav-wrap { width: min(1280px, calc(100% - 32px)); min-height: 84px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; min-width: 236px; }
.brand::before { content: none; display: none; }
.brand > .brand-mark { display: block; flex: 0 0 auto; }
.brand > span { display: block; }
.brand-logo { display: block; width: 190px; height: 72px; object-fit: contain; object-position: left center; border-radius: 10px; }
.brand-mark { content: url("assets/papillon-dore.png"); width: 62px; height: 48px; border-radius: 0; object-fit: contain; background: transparent; filter: drop-shadow(0 6px 10px rgba(6,75,89,.16)); }
.brand-name { display: block; color: var(--petrol); font-family: Georgia, serif; font-weight: 800; font-size: 19px; letter-spacing: .025em; line-height: 1; white-space: nowrap; }
.brand-sub { display: block; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; margin-top: 6px; }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 13.5px; font-weight: 750; }
.site-nav a:not(.button) { position: relative; padding-block: 12px; white-space: nowrap; }
.site-nav .nav-cta { padding-inline: 18px; white-space: nowrap; }
.site-nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 2px; transform: scaleX(0); background: var(--gold); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: var(--petrol-soft); color: var(--petrol); width: 46px; height: 46px; border-radius: 50%; font-size: 23px; cursor: pointer; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(213,150,24,.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-dark); box-shadow: 0 14px 30px rgba(185,120,7,.27); }
.button.secondary { background: transparent; border-color: rgba(6,75,89,.42); color: var(--petrol); box-shadow: none; }
.button.secondary:hover { background: var(--petrol-soft); border-color: var(--petrol); }
.button.petrol { background: var(--petrol); box-shadow: 0 10px 24px rgba(6,75,89,.2); }
.button.petrol:hover { background: var(--petrol-dark); }
.button.white { background: #fff; color: var(--petrol); box-shadow: none; }
.button.white:hover { background: var(--cream); }
.button.full { width: 100%; }

.eyebrow { margin: 0 0 14px; color: var(--gold-dark); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--petrol-dark); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { margin-bottom: 20px; font-size: clamp(42px, 5.6vw, 76px); letter-spacing: -.035em; }
h2 { margin-bottom: 15px; font-size: clamp(31px, 4vw, 48px); letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 22px; }
.gold { color: var(--gold-dark); }
.lead { max-width: 680px; margin: 0; color: #35575d; font-size: clamp(17px, 2vw, 20px); }
.section-intro { max-width: 710px; margin: 0 auto 38px; text-align: center; }
.section-intro p { margin: 0; color: var(--muted); font-size: 18px; }

.hero { padding: clamp(44px, 7vw, 86px) 0 56px; overflow: hidden; background: radial-gradient(circle at 85% 20%, #eef8f8 0, transparent 36%), linear-gradient(135deg, #fff 0%, var(--cream) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); align-items: center; gap: clamp(36px, 6vw, 76px); }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-notes span { padding: 9px 13px; border: 1px solid rgba(6,75,89,.12); border-radius: 999px; background: rgba(255,255,255,.78); color: var(--petrol); font-size: 13px; font-weight: 750; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -18px 22px 18px -18px; z-index: 0; border-radius: 36px; background: var(--gold); opacity: .18; transform: rotate(-3deg); }
.hero-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.05; object-fit: cover; object-position: center; border-radius: 36px; box-shadow: var(--shadow); }
.image-badge { position: absolute; z-index: 2; left: -24px; bottom: 28px; max-width: 228px; padding: 16px 18px; border-radius: 18px; background: var(--petrol); color: #fff; box-shadow: var(--shadow); font-weight: 780; line-height: 1.35; }
.image-badge strong { display: block; color: #f3c767; font-family: Georgia, serif; font-size: 27px; }

.stats { position: relative; z-index: 4; margin-top: -26px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(6,75,89,.1); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.stat { padding: 24px 22px; text-align: center; border-right: 1px solid rgba(6,75,89,.1); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--petrol); font-family: Georgia, serif; font-size: 32px; line-height: 1; }
.stat span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; font-weight: 680; }
.quality-note { padding: 30px 0 4px; background: #fff; }
.quality-note-inner { display: flex; align-items: center; gap: 16px; max-width: 880px; margin: 0 auto; padding: 17px 22px; border: 1px solid rgba(190,139,42,.32); border-radius: 18px; background: linear-gradient(135deg, #fffaf0, #fff); box-shadow: 0 10px 28px rgba(5,58,69,.06); }
.quality-check { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--petrol); color: #f3c767; font-size: 19px; font-weight: 900; }
.quality-note strong { color: var(--petrol-dark); font-family: Georgia, serif; font-size: 19px; }
.quality-note p { margin: 3px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.section { padding: clamp(66px, 8vw, 102px) 0; }
.section.soft { background: var(--cream); }
.section.petrol { background: var(--petrol); color: #fff; }
.section.petrol h2, .section.petrol h3 { color: #fff; }
.section.petrol .eyebrow { color: #f0bd56; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 80px); align-items: center; }
.split-media img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-copy p { color: var(--muted); }
.section.petrol .split-copy p { color: #d9ebed; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 23px 0 29px; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 13px; font-weight: 900; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 29px; border: 1px solid rgba(6,75,89,.1); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(5,58,69,.07); }
.card-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 16px; background: var(--petrol-soft); color: var(--petrol); font-size: 24px; }
.card p { margin-bottom: 0; color: var(--muted); }
.card-link { display: inline-flex; margin-top: 19px; color: var(--gold-dark); font-weight: 820; }
.card-link:hover { color: var(--petrol); }

.audit-focus { overflow: hidden; }
.audit-focus .split-copy { padding: 10px 0; }
.audit-focus .split-media { position: relative; }
.audit-focus .split-media::after { content: "Diagnostic • Plan d’action • Suivi"; position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 14px 16px; border-radius: 15px; background: rgba(3,56,67,.9); color: #fff; text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .04em; backdrop-filter: blur(6px); }

.page-hero { padding: 54px 0 62px; background: linear-gradient(135deg, var(--cream), #eff8f8); }
.page-hero .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); }
.page-hero h1 { font-size: clamp(42px, 5vw, 67px); }
.page-hero .hero-media img { aspect-ratio: 1.18; }
.breadcrumb { margin-bottom: 26px; color: var(--muted); font-size: 13px; font-weight: 720; }
.breadcrumb a:hover { color: var(--gold-dark); }

.training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.training-card { display: flex; flex-direction: column; min-height: 100%; padding: 26px; border: 1px solid rgba(6,75,89,.12); border-radius: 24px; background: #fff; box-shadow: 0 13px 38px rgba(5,58,69,.07); }
.training-card.featured { border: 2px solid var(--gold); background: linear-gradient(150deg, #fff, #fffaf0); }
.training-label { align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: var(--petrol-soft); color: var(--petrol); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.training-card h3 { margin: 18px 0 10px; font-size: 25px; }
.training-card p { color: var(--muted); }
.training-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 16px; padding-top: 14px; }
.training-meta span { padding: 7px 10px; border-radius: 10px; background: var(--cream); color: var(--petrol); font-size: 13px; font-weight: 730; }
.price { color: var(--gold-dark); font-family: Georgia, serif; font-size: 27px; font-weight: 800; }
.training-program { margin-top: 18px; border: 1px solid rgba(6,75,89,.14); border-radius: 15px; background: var(--cream); }
.training-program summary { position: relative; padding: 14px 42px 14px 15px; color: var(--petrol); font-weight: 820; cursor: pointer; list-style: none; }
.training-program summary::-webkit-details-marker { display: none; }
.training-program summary::after { content: "+"; position: absolute; top: 50%; right: 15px; color: var(--gold-dark); font-size: 24px; transform: translateY(-50%); }
.training-program[open] summary::after { content: "−"; }
.training-program div { padding: 0 15px 15px; border-top: 1px solid rgba(6,75,89,.1); }
.training-program h4 { margin: 15px 0 10px; color: var(--petrol-dark); font-family: Georgia, serif; font-size: 17px; }
.training-program ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.program-button { width: 100%; margin-top: 20px; text-align: center; }
.program-hero { padding: clamp(56px, 8vw, 92px) 0 62px; background: radial-gradient(circle at 90% 10%, rgba(213,150,24,.18), transparent 30%), linear-gradient(135deg, var(--cream), #eaf5f5); }
.program-hero h1 { max-width: 920px; font-size: clamp(42px, 5.5vw, 70px); }
.program-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.program-facts div { padding: 18px; border: 1px solid rgba(6,75,89,.12); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 8px 26px rgba(5,58,69,.06); }
.program-facts span { display: block; color: var(--muted); font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.program-facts strong { display: block; margin-top: 5px; color: var(--petrol); font-family: Georgia, serif; font-size: 19px; }
.program-nav { position: sticky; top: 84px; z-index: 15; border-block: 1px solid rgba(6,75,89,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.program-nav .container { display: flex; gap: 10px; overflow-x: auto; padding-block: 11px; scrollbar-width: thin; }
.program-nav a { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; color: var(--petrol); font-size: 13px; font-weight: 790; }
.program-nav a:hover { background: var(--petrol-soft); }
.program-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.program-panel { padding: clamp(28px, 4vw, 42px); border: 1px solid rgba(6,75,89,.12); border-radius: var(--radius); background: #fff; box-shadow: 0 13px 38px rgba(5,58,69,.07); }
.program-panel.accent { background: linear-gradient(145deg, #fffaf0, #fff); border-color: rgba(213,150,24,.38); }
.catalogue-notice { display: inline-block; padding: 12px 16px; border-left: 4px solid var(--gold); border-radius: 8px; background: #fff7e6; color: var(--petrol); }
.program-panel h2 { font-size: clamp(29px, 3.6vw, 40px); }
.program-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.program-list li { position: relative; padding-left: 31px; color: var(--muted); }
.program-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 12px; font-weight: 900; }
.module-list { display: grid; gap: 14px; max-width: 980px; margin-inline: auto; }
.module-list article { padding: 22px 24px; border: 1px solid rgba(6,75,89,.1); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(5,58,69,.05); }
.module-list article > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.module-list h3 { margin: 0; font-size: 20px; }
.module-list span { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: var(--petrol-soft); color: var(--petrol); font-size: 12px; font-weight: 820; }
.module-list p { margin: 10px 0 0; color: var(--muted); }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.info-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.08); }
.info-grid h3 { color: #fff; }
.info-grid p { margin: 0; color: #d9ebed; }
.info-grid .cpf-notice { margin-top: 16px; padding: 14px 16px; border-left: 4px solid var(--gold); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; }
.news-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(26px, 5vw, 54px); border: 1px solid rgba(6,75,89,.12); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(5,58,69,.09); }
.news-copy h2 { margin-bottom: 20px; }
.news-copy p { color: var(--muted); }
.news-video { overflow: hidden; border: 6px solid #fff; border-radius: 22px; background: var(--petrol); box-shadow: 0 15px 42px rgba(3,56,67,.22); }
.news-video video { display: block; width: 100%; height: auto; }
.news-video.portrait { width: min(100%, 430px); justify-self: center; }
.program-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.program-stats article { padding: 26px 20px; border: 1px solid rgba(6,75,89,.1); border-radius: 22px; background: #fff; text-align: center; box-shadow: 0 10px 28px rgba(5,58,69,.06); }
.program-stats strong { display: block; color: var(--gold-dark); font-family: Georgia, serif; font-size: clamp(24px, 3vw, 34px); }
.program-stats span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; }
.program-version { margin: 24px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
.contact-strip { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: center; padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(6,75,89,.1); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-strip p { margin-bottom: 0; color: var(--muted); }
.contact-strip > div:last-child { display: grid; justify-items: start; gap: 10px; }
.contact-strip > div:last-child > a:not(.button) { color: var(--gold-dark); font-weight: 790; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 35px; }
.process-step { position: relative; padding: 24px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.process-step strong { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 50%; background: var(--gold); color: #fff; }
.process-step h3 { font-size: 19px; }
.process-step p { margin: 0; color: #d9ebed; font-size: 14px; }
.advisory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.advisory-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: clamp(25px, 4vw, 38px); border: 1px solid rgba(6,75,89,.12); border-radius: 26px; background: #fff; box-shadow: 0 13px 38px rgba(5,58,69,.07); }
.advisory-number { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: var(--petrol); color: #f3c767; font-family: Georgia, serif; font-size: 18px; font-weight: 800; }
.advisory-card h3 { font-size: 27px; }
.advisory-card p { margin-bottom: 0; color: var(--muted); }
.check-list.compact { margin-bottom: 0; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.audience-tags span { padding: 9px 12px; border-radius: 999px; background: var(--petrol-soft); color: var(--petrol); font-size: 13px; font-weight: 760; }
.advisory-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 28px 32px; border-radius: 24px; background: var(--petrol); color: #fff; }
.advisory-cta h3 { margin-bottom: 6px; color: #fff; }
.advisory-cta p { margin: 0; color: #dcecee; }

.about-hero .hero-media img { object-position: 50% 23%; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.value { padding: 22px; border-radius: 20px; background: #fff; border: 1px solid rgba(6,75,89,.1); }
.value strong { display: block; margin-bottom: 7px; color: var(--petrol); font-family: Georgia, serif; font-size: 21px; }
.value span { color: var(--muted); font-size: 14px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.timeline article { padding: 24px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.08); border-radius: 0 18px 18px 0; }
.timeline small { color: #f3c767; font-weight: 850; }
.timeline h3 { margin: 9px 0; font-size: 19px; }
.timeline p { margin: 0; color: #d9ebed; font-size: 14px; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.expertise-card { position: relative; overflow: hidden; padding: 30px 27px; border: 1px solid rgba(6,75,89,.11); border-radius: 24px; background: #fff; box-shadow: 0 18px 44px rgba(5,47,56,.09); }
.expertise-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--gold); }
.expertise-card.admin::before { background: var(--petrol); }
.expertise-card.direction { background: linear-gradient(150deg, #063f4c, #075f6d); color: #fff; }
.expertise-card.direction::before { background: #e0a52d; }
.expertise-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 19px; border-radius: 50%; background: rgba(213,150,24,.13); color: var(--gold-dark); font-size: 13px; font-weight: 900; }
.expertise-card.admin .expertise-number { background: rgba(6,75,89,.1); color: var(--petrol); }
.expertise-card.direction .expertise-number { background: rgba(255,255,255,.14); color: #f3c767; }
.expertise-card.formation { background: linear-gradient(150deg, #fffaf0, #fff); }
.expertise-card.formation .expertise-number { background: rgba(213,150,24,.16); color: var(--gold-dark); }
.expertise-card h3 { margin: 0 0 12px; color: var(--petrol); font-size: 24px; }
.expertise-card.direction h3 { color: #fff; }
.expertise-intro { min-height: 92px; margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.expertise-card.direction .expertise-intro { color: #dcecef; }
.expertise-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.expertise-card li { position: relative; padding-left: 21px; color: #38545a; font-size: 14px; line-height: 1.55; }
.expertise-card li::before { content: ""; position: absolute; top: .6em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.expertise-card.admin li::before { background: var(--petrol); }
.expertise-card.formation li::before { background: var(--gold); }
.expertise-card.direction li { color: #edf6f7; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: start; }
.contact-panel, .form-card { padding: clamp(26px, 4vw, 42px); border-radius: var(--radius); }
.contact-panel { background: var(--petrol); color: #fff; }
.contact-panel h2, .contact-panel h3 { color: #fff; }
.contact-panel p { color: #dcecee; }
.contact-details { display: grid; gap: 13px; margin: 28px 0; }
.contact-details a { display: flex; gap: 11px; align-items: center; }
.contact-details a:hover { color: #f2c660; }
.booking-card { margin-top: 28px; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.booking-card h3 { font-size: 23px; }
.form-card { background: #fff; border: 1px solid rgba(6,75,89,.1); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--petrol); font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c5d5d7; border-radius: 13px; background: #fbfdfd; color: var(--ink); padding: 13px 14px; }
.field textarea { min-height: 138px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: 3px solid rgba(213,150,24,.14); }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 3px; }
.form-status { min-height: 25px; margin: 14px 0 0; font-weight: 760; }
.form-status.success { color: #19724b; }
.form-status.error { color: #a0352a; }

.propulse-hero { padding: 62px 0 72px; background: radial-gradient(circle at 12% 10%, rgba(213,150,24,.16), transparent 32%), linear-gradient(135deg, #fffaf0, #f5fbfa); }
.propulse-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(34px, 6vw, 80px); }
.propulse-copy h1 { max-width: 620px; }
.propulse-pillars { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 4px; }
.propulse-pillars span { padding: 9px 15px; border: 1px solid rgba(6,75,89,.16); border-radius: 999px; background: #fff; color: var(--petrol); font-size: 14px; font-weight: 800; box-shadow: 0 8px 20px rgba(6,75,89,.07); }
.propulse-button { border-color: #df951c; background: linear-gradient(135deg, #e7a22c, #c97c08); color: #fff; box-shadow: 0 13px 30px rgba(201,124,8,.24); }
.propulse-button:hover { background: linear-gradient(135deg, #f0b343, #d98d14); color: #fff; }
.propulse-note { max-width: 560px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.propulse-visual { position: relative; margin: 0; }
.propulse-visual::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border-radius: 30px; background: var(--petrol); opacity: .1; }
.propulse-visual img { position: relative; display: block; width: 100%; max-height: 760px; border-radius: 30px; object-fit: contain; background: #fff; box-shadow: 0 24px 70px rgba(5,47,56,.18); }
.propulse-waitlist { background: linear-gradient(180deg, #fff, #f7fbfa); }
.propulse-waitlist .contact-panel { background: var(--petrol); color: #fff; }
.propulse-waitlist .contact-panel h2, .propulse-waitlist .contact-panel .eyebrow { color: #fff; }
.propulse-waitlist .contact-panel p, .propulse-waitlist .contact-panel li { color: #e4f0f1; }

.cta-band { padding: 48px 0; background: linear-gradient(110deg, var(--petrol-dark), var(--petrol)); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin-bottom: 8px; color: #fff; font-size: clamp(29px, 3.6vw, 43px); }
.cta-band p { margin: 0; color: #dcecee; }

.site-footer { padding: 52px 0 24px; background: #052f38; color: #d9eaec; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 46px; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand { min-width: 0; }
.site-footer .brand-mark { border: 0; filter: drop-shadow(0 7px 12px rgba(0,0,0,.26)); }
.site-footer h3 { color: #fff; font-family: inherit; font-size: 15px; }
.footer-links { display: grid; gap: 8px; color: #c8dde0; font-size: 14px; }
.footer-links a:hover { color: #f2c660; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 38px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #9fbfc3; font-size: 12px; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.legal-links a { color: #dcecee; }
.legal-links a:hover, .legal-links a[aria-current="page"] { color: #f3c767; }
.legal-page .page-hero { padding-bottom: 50px; }
.legal-content { max-width: 880px; }
.legal-content h2 { margin-top: 38px; font-size: clamp(24px, 3vw, 32px); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-content ul { display: grid; gap: 8px; padding-left: 22px; }
.legal-content a:not(.button) { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1040px) {
  .site-nav { gap: 15px; }
  .site-nav .nav-cta { display: none; }
  .training-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .advisory-grid { grid-template-columns: 1fr; }
  .value-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-intro { min-height: 0; }
  .program-facts, .program-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
  .nav-wrap { min-height: 74px; }
  .brand { min-width: 0; }
  .brand-mark { width: 54px; height: 42px; }
  .brand-name { font-size: 16px; }
  .brand-sub { font-size: 8px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 74px 0 auto 0; display: grid; gap: 0; padding: 18px 20px 28px; border-top: 1px solid rgba(6,75,89,.1); background: #fff; box-shadow: 0 24px 42px rgba(3,56,67,.16); transform: translateY(-140%); transition: transform .25s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a:not(.button) { padding: 14px 8px; border-bottom: 1px solid #edf2f2; }
  .site-nav .nav-cta { display: inline-flex; margin-top: 18px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-wrap { min-height: 74px; }
  .brand { min-width: 0; }
  .brand::before { width: 148px; height: 62px; }
  .brand-logo { width: 148px; height: 62px; }
  .brand-mark { width: 54px; height: 42px; }
  .brand-name { font-size: 16px; }
  .brand-sub { font-size: 8px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 74px 0 auto 0; display: grid; gap: 0; padding: 18px 20px 28px; border-top: 1px solid rgba(6,75,89,.1); background: #fff; box-shadow: 0 24px 42px rgba(3,56,67,.16); transform: translateY(-140%); transition: transform .25s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a:not(.button) { padding: 14px 8px; border-bottom: 1px solid #edf2f2; }
  .site-nav .nav-cta { display: inline-flex; margin-top: 18px; }
  .hero, .page-hero { padding-top: 40px; }
  .hero-grid, .page-hero .hero-grid, .split, .contact-layout, .propulse-grid { grid-template-columns: 1fr; }
  .propulse-copy { order: 1; }
  .propulse-visual { order: 2; max-width: 680px; }
  .hero-media { max-width: 650px; }
  .hero-media img, .page-hero .hero-media img { aspect-ratio: 1.15; }
  .image-badge { left: 14px; bottom: 14px; }
  .stats { margin-top: -14px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(6,75,89,.1); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .program-nav { top: 74px; }
  .program-two-col, .contact-strip { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand-sub { display: none; }
  .site-footer .brand-sub { display: block; }
  body::before { background-size: 145px 97px; opacity: .028; }
  h1 { font-size: 40px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; }
  .hero-media::before { inset: -10px 10px 10px -10px; }
  .hero-media img, .page-hero .hero-media img { aspect-ratio: .95; border-radius: 24px; }
  .image-badge { max-width: 190px; font-size: 12px; }
  .image-badge strong { font-size: 23px; }
  .stats-grid, .card-grid, .training-grid, .process, .value-grid, .timeline, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(6,75,89,.1); }
  .stat:last-child { border-bottom: 0; }
  .field.full { grid-column: auto; }
  .cta-inner, .footer-bottom, .advisory-cta { align-items: stretch; flex-direction: column; }
  .advisory-card { grid-template-columns: 1fr; }
  .cta-inner .button { width: 100%; }
  .footer-grid > :first-child { grid-column: auto; }
  .program-facts, .program-stats, .info-grid { grid-template-columns: 1fr; }
  .news-feature { grid-template-columns: 1fr; }
  .module-list article > div { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
