:root {
  --navy-950: #03112d;
  --navy-900: #061b45;
  --navy-800: #0a2c67;
  --blue-700: #124695;
  --blue-500: #286bc5;
  --gold-600: #c88a19;
  --gold-500: #e3aa32;
  --gold-300: #f6d781;
  --cream: #fbf8f0;
  --white: #ffffff;
  --ink: #10213c;
  --muted: #59677b;
  --line: #dce2ea;
  --shadow: 0 24px 60px rgba(4, 24, 61, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.025em; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 5vw, 4.2rem); }
h3 { margin-bottom: 14px; font-size: 1.55rem; }
p { color: var(--muted); }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--navy-900); transform: translateY(-150%); border-radius: 7px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 12px; color: var(--gold-600); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-300); }

.utility-bar { color: rgba(255,255,255,.78); background: var(--navy-950); font-size: .82rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; align-items: center; gap: 12px; }
.utility-links a { transition: color .2s ease; }
.utility-links a:hover { color: var(--gold-300); }
.nav-shell { position: relative; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(10,44,103,.1); box-shadow: 0 4px 24px rgba(3,17,45,.06); backdrop-filter: blur(16px); }
.site-header { position: sticky; z-index: 100; top: 0; }
.nav-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(3,17,45,.18)); }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.1; }
.brand-copy strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; white-space: nowrap; }
.brand-copy small { margin-top: 6px; color: var(--gold-600); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.site-menu { display: flex; align-items: center; gap: 28px; color: var(--navy-900); font-size: .91rem; font-weight: 700; }
.site-menu > a:not(.button) { position: relative; padding: 29px 0; }
.site-menu > a:not(.button)::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; content: ""; background: var(--gold-500); transform: scaleX(0); transition: transform .2s ease; }
.site-menu > a:not(.button):hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 21px; height: 2px; background: var(--navy-900); transition: .2s ease; }

.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 12px 30px rgba(227,170,50,.24); font-weight: 850; line-height: 1; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(227,170,50,.32); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-ghost { color: var(--white); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.36); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: calc(100vh - 118px); overflow: hidden; color: var(--white); background: radial-gradient(circle at 75% 42%, #154894 0, #092d69 24%, #061b45 54%, #03112d 100%); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -2; content: ""; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, black, transparent 82%); }
.hero::after { position: absolute; right: -10%; bottom: -50%; left: -10%; z-index: -1; height: 68%; content: ""; border: 1px solid rgba(227,170,50,.2); border-radius: 50% 50% 0 0; box-shadow: 0 -30px 90px rgba(227,170,50,.08); }
.hero-grid { min-height: calc(100vh - 118px); padding: 65px 0 88px; display: grid; grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr); align-items: center; gap: 20px; }
.hero-copy { position: relative; z-index: 3; max-width: 680px; }
.hero h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 6.2vw, 6rem); font-weight: 700; letter-spacing: -.055em; }
.hero h1 span { color: var(--gold-300); }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: rgba(255,255,255,.79); font-size: clamp(1.04rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 44px; padding-top: 28px; display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof div { min-width: 0; padding: 0 28px; display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.14); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { color: var(--white); font-size: .9rem; }
.hero-proof span { color: rgba(255,255,255,.56); font-size: .78rem; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-mark-wrap { position: relative; width: min(620px, 52vw); aspect-ratio: 1; display: grid; place-items: center; }
.hero-mark-wrap::after { position: absolute; inset: 19%; z-index: -1; content: ""; background: rgba(4,20,50,.32); border-radius: 50%; filter: blur(30px); }
.hero-mark-wrap img { width: 94%; position: relative; z-index: 2; filter: drop-shadow(0 35px 36px rgba(0,0,0,.34)); animation: float 7s ease-in-out infinite; }
.halo { position: absolute; border: 1px solid rgba(246,215,129,.28); border-radius: 50%; }
.halo::before { position: absolute; top: 50%; left: -5px; width: 10px; height: 10px; content: ""; background: var(--gold-300); border-radius: 50%; box-shadow: 0 0 22px var(--gold-500); }
.halo-one { inset: 7%; animation: spin 28s linear infinite; }
.halo-two { inset: 15%; border-style: dashed; animation: spin 20s linear infinite reverse; }
.hero-note { position: absolute; right: 0; bottom: 42px; z-index: 4; max-width: 270px; padding: 16px 20px; color: var(--navy-950); background: rgba(255,255,255,.92); border-left: 4px solid var(--gold-500); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.note-kicker { display: block; color: var(--gold-600); font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-note strong { display: block; margin-top: 3px; font-family: Georgia, "Times New Roman", serif; font-size: .98rem; line-height: 1.25; }
.scroll-cue { position: absolute; bottom: 22px; left: 50%; z-index: 4; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 22px; height: 34px; position: relative; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; }
.scroll-cue span::after { position: absolute; top: 7px; left: 9px; width: 3px; height: 7px; content: ""; background: var(--gold-300); border-radius: 99px; animation: scroll 1.7s ease infinite; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero-orbit-one { top: -300px; left: -240px; width: 680px; height: 680px; }
.hero-orbit-two { right: -260px; bottom: -300px; width: 740px; height: 740px; }

.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading > p:last-child { max-width: 620px; font-size: 1.08rem; }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.pathway { background: var(--cream); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.path-card { position: relative; min-height: 390px; padding: 36px; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid rgba(6,27,69,.11); border-radius: var(--radius-lg); box-shadow: 0 12px 34px rgba(3,17,45,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.path-card::after { position: absolute; right: -52px; bottom: -52px; width: 150px; height: 150px; content: ""; background: radial-gradient(circle, rgba(227,170,50,.18), transparent 68%); }
.path-card:hover { transform: translateY(-7px); border-color: rgba(227,170,50,.7); box-shadow: var(--shadow); }
.path-number { position: absolute; top: 24px; right: 28px; color: #e8ebf0; font-family: Georgia, "Times New Roman", serif; font-size: 3.1rem; line-height: 1; }
.icon-wrap { width: 58px; height: 58px; margin-bottom: 56px; display: grid; place-items: center; color: var(--gold-500); background: var(--navy-900); border-radius: 16px; box-shadow: 0 12px 25px rgba(6,27,69,.18); }
.path-card h3 { max-width: 285px; color: var(--navy-900); font-size: 1.75rem; }
.path-card p { margin-bottom: 26px; }
.path-card .text-link { margin-top: auto; }

.training { background: var(--white); }
.split-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 8px; font-size: 1.08rem; }
.training-grid { display: grid; grid-template-columns: .85fr 1.15fr .85fr; gap: 20px; align-items: stretch; }
.training-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.training-card h3 { color: var(--navy-900); font-size: 1.85rem; }
.course-top { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
.course-label, .tier { color: var(--gold-600); font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.course-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--blue-700); border-radius: 50%; font-size: 1.55rem; font-weight: 400; }
.line-icon { font-size: .85rem; font-weight: 850; letter-spacing: .03em; }
.featured-course { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.featured-course h3 { color: var(--white); }
.featured-course p { color: rgba(255,255,255,.69); }
.featured-course .course-icon { color: var(--navy-950); background: var(--gold-500); }
.check-list { padding: 0; margin: 22px 0 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; color: inherit; border-bottom: 1px solid rgba(255,255,255,.11); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { position: absolute; top: 11px; left: 0; content: "✓"; color: var(--gold-500); font-weight: 900; }
.des-course { background: var(--cream); }
.course-list { display: grid; gap: 0; }
.course-list div { padding: 15px 0; display: flex; flex-direction: column; border-top: 1px solid rgba(6,27,69,.11); }
.course-list strong { color: var(--navy-900); }
.course-list span { color: var(--muted); font-size: .88rem; }
.custom-course { display: flex; flex-direction: column; }
.custom-course .text-link { margin-top: auto; }

.audit-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.audit-section::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: radial-gradient(circle at 15% 20%, #286bc5 0, transparent 32%), radial-gradient(circle at 82% 75%, #c88a19 0, transparent 25%); }
.audit-section .container { position: relative; }
.light-heading h2 { color: var(--white); }
.light-heading > p:last-child { color: rgba(255,255,255,.62); }
.audit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.audit-card { position: relative; padding: 34px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); }
.audit-card-head { min-height: 170px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.audit-card h3 { margin-top: 13px; color: var(--navy-900); font-size: 1.75rem; }
.audit-card p { font-size: .94rem; }
.audit-card .check-list { margin-bottom: 28px; }
.audit-card .check-list li { color: #34425a; border-color: var(--line); font-size: .9rem; }
.audit-card .text-link, .audit-card .button { margin-top: auto; }
.audit-featured { border: 2px solid var(--gold-500); box-shadow: 0 0 0 7px rgba(227,170,50,.1), 0 26px 70px rgba(0,0,0,.25); }
.featured-flag { position: absolute; top: 20px; right: 20px; padding: 5px 10px; color: var(--navy-950); background: var(--gold-300); border-radius: 999px; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.consulting { background: var(--cream); }
.consulting-grid { display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 90px; }
.consulting-copy > p:not(.eyebrow) { max-width: 660px; font-size: 1.08rem; }
.consulting-list { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.consulting-list span { position: relative; padding-left: 26px; color: #34425a; font-weight: 700; }
.consulting-list span::before { position: absolute; left: 0; color: var(--gold-600); content: "✦"; }
.support-card { position: relative; padding: 46px; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.support-card::after { position: absolute; top: -65px; right: -55px; width: 190px; height: 190px; content: ""; border: 1px solid rgba(246,215,129,.2); border-radius: 50%; }
.support-badge { display: inline-block; padding: 6px 11px; color: var(--gold-300); background: rgba(227,170,50,.1); border: 1px solid rgba(227,170,50,.28); border-radius: 999px; font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.support-label { margin: 25px 0 4px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.48rem; }
.price { margin-bottom: 20px; display: flex; align-items: baseline; gap: 8px; }
.price span { color: rgba(255,255,255,.58); font-size: .8rem; }
.price strong { color: var(--gold-300); font-family: Georgia, "Times New Roman", serif; font-size: 4rem; line-height: 1; }
.price small { color: rgba(255,255,255,.7); }
.support-card > p:last-of-type { color: rgba(255,255,255,.68); }
.fine-print { margin-top: 15px; display: block; color: rgba(255,255,255,.44); font-size: .76rem; text-align: center; }

.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.why-copy > p:not(.eyebrow) { font-size: 1.08rem; }
blockquote { margin: 34px 0 0; padding: 22px 0 22px 28px; color: var(--navy-900); border-left: 3px solid var(--gold-500); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; font-style: italic; line-height: 1.5; }
.credential-panel { padding: 18px 38px; background: var(--cream); border: 1px solid rgba(6,27,69,.1); border-radius: var(--radius-lg); box-shadow: 0 20px 50px rgba(3,17,45,.06); }
.credential-title { margin: 16px 0 4px; color: var(--gold-600); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.credential { padding: 24px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid rgba(6,27,69,.11); }
.credential:last-child { border-bottom: 0; }
.seal { width: 50px; height: 50px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-500); border-radius: 50%; font-weight: 950; box-shadow: 0 8px 20px rgba(200,138,25,.2); }
.credential strong { display: block; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; }
.credential div span { display: block; margin-top: 5px; color: var(--muted); font-size: .86rem; line-height: 1.5; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro { position: sticky; top: 150px; align-self: start; }
.faq-intro h2 { font-size: clamp(2.3rem, 4vw, 3.4rem); }
.accordion { border-top: 1px solid rgba(6,27,69,.14); }
details { border-bottom: 1px solid rgba(6,27,69,.14); }
summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.27rem; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--gold-600); border: 1px solid rgba(200,138,25,.35); border-radius: 50%; font-family: sans-serif; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; padding: 0 50px 22px 0; }

.contact { position: relative; padding: 96px 0; overflow: hidden; color: var(--white); background: linear-gradient(115deg, var(--blue-700), var(--navy-900) 68%, var(--navy-950)); }
.contact::after { position: absolute; top: -160px; right: -80px; width: 500px; height: 500px; content: ""; border: 1px solid rgba(227,170,50,.22); border-radius: 50%; box-shadow: 0 0 0 45px rgba(227,170,50,.03), 0 0 0 90px rgba(227,170,50,.02); }
.contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 80px; }
.contact-copy { position: sticky; top: 150px; }
.contact h2 { margin-bottom: 12px; font-size: clamp(2.4rem, 5vw, 4rem); }
.contact-copy > p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.67); }
.contact-callout { margin-top: 38px; padding-top: 24px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.18); }
.contact-callout span { color: rgba(255,255,255,.58); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-callout a { margin-top: 4px; color: var(--gold-300); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 700; }
.contact-form { padding: 38px; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.5); border-radius: var(--radius-lg); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.form-heading { margin-bottom: 26px; }
.form-heading > span { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 700; }
.form-heading p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.contact-form label { margin-bottom: 17px; display: block; }
.contact-form label > span { margin-bottom: 6px; display: block; color: var(--navy-900); font-size: .84rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #f9fbff; border: 1px solid #cdd6e2; border-radius: 10px; font: inherit; font-size: .95rem; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: #9eacc0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; background: var(--white); border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(40,107,197,.13); }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { border: 0; cursor: pointer; font: inherit; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.button-loading { display: none; }
.form-submit.is-loading .button-label { display: none; }
.form-submit.is-loading .button-loading { display: inline; }
.form-status { min-height: 24px; margin: 14px 0 0; padding: 0; color: var(--muted); font-size: .9rem; font-weight: 700; text-align: center; }
.form-status.is-success { color: #146b41; }
.form-status.is-error { color: #a12626; }
.form-privacy { margin: 4px 0 0 !important; color: #7b8798 !important; font-size: .74rem !important; text-align: center; }

.site-footer { padding: 66px 0 28px; color: rgba(255,255,255,.64); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 58px; }
.footer-brand p { max-width: 350px; margin-top: 22px; color: rgba(255,255,255,.5); }
.footer-logo .brand-copy strong { color: var(--white); }
.site-footer h3 { margin: 11px 0 20px; color: var(--gold-300); font-family: inherit; font-size: .77rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.site-footer a:hover { color: var(--gold-300); }
.footer-bottom { margin-top: 55px; padding-top: 25px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 45% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }

@media (max-width: 1040px) {
  .site-menu { gap: 17px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-visual { min-height: 480px; }
  .hero-mark-wrap { width: 48vw; }
  .hero-proof div { padding-inline: 18px; }
  .training-grid { grid-template-columns: 1fr 1fr; }
  .custom-course { grid-column: 1 / -1; }
  .audit-card { padding: 26px; }
  .consulting-grid, .why-grid, .faq-grid { gap: 50px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 84px; }
  .utility-bar { display: none; }
  .nav-inner { min-height: 76px; }
  .brand img { width: 52px; height: 52px; }
  .menu-toggle { display: flex; }
  .site-menu { position: fixed; top: 76px; right: 0; bottom: 0; left: 0; padding: 34px 28px 60px; display: flex; align-items: stretch; flex-direction: column; gap: 0; color: var(--white); background: rgba(3,17,45,.985); transform: translateX(100%); transition: transform .28s ease; overflow-y: auto; }
  .site-menu.is-open { transform: translateX(0); }
  .site-menu > a:not(.button) { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.11); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; }
  .site-menu > a:not(.button)::after { display: none; }
  .site-menu .button { margin-top: 28px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding: 72px 0 105px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-proof { justify-content: center; }
  .hero-visual { min-height: 450px; margin-top: -25px; }
  .hero-mark-wrap { width: min(540px, 86vw); }
  .hero-note { right: 8%; bottom: 10px; }
  .path-grid, .audit-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 330px; }
  .icon-wrap { margin-bottom: 38px; }
  .audit-card-head { min-height: auto; }
  .split-heading, .consulting-grid, .why-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 22px; }
  .consulting-grid, .why-grid { gap: 55px; }
  .faq-intro { position: static; }
  .contact-inner { grid-template-columns: 1fr; gap: 46px; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .brand-copy strong { font-size: 1.03rem; }
  .brand-copy small { font-size: .52rem; letter-spacing: .05em; }
  .brand img { width: 46px; height: 46px; }
  .hero-grid { padding-top: 58px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.35rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { padding: 0 9px; }
  .hero-proof strong { font-size: .73rem; }
  .hero-proof span { font-size: .66rem; line-height: 1.35; }
  .hero-visual { min-height: 340px; }
  .hero-note { right: 2%; bottom: -2px; max-width: 225px; padding: 12px 14px; text-align: left; }
  .hero-note strong { font-size: .78rem; }
  .scroll-cue { bottom: 15px; }
  .path-card, .training-card, .audit-card, .support-card { padding: 28px 24px; border-radius: 22px; }
  .path-card { min-height: 355px; }
  .path-number { font-size: 2.5rem; }
  .training-grid { grid-template-columns: 1fr; }
  .custom-course { grid-column: auto; }
  .consulting-list { grid-template-columns: 1fr; }
  .price strong { font-size: 3.35rem; }
  .credential-panel { padding: 12px 22px; }
  .credential { grid-template-columns: 44px 1fr; gap: 14px; }
  .seal { width: 42px; height: 42px; }
  .contact-form { padding: 28px 22px; border-radius: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; text-align: left; }
  .hero-proof div { padding: 0; border-left: 0; }
  .hero-visual { min-height: 285px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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