:root {
  --blue: #003366;
  --blue-deep: #001f40;
  --orange: #ff7a00;
  --yellow: #ffc107;
  --teal: #00a6a6;
  --green: #28a745;
  --graphite: #1f2937;
  --gray: #e5e7eb;
  --white: #ffffff;
  --ink: #13213a;
  --muted: #526078;
  --shadow: 0 24px 65px rgba(0, 37, 77, .14);
  --container: 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.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h2 { margin-bottom: 24px; color: var(--blue); font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.035em; }
h3 { color: var(--blue); }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--blue); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,51,102,.09); backdrop-filter: blur(14px); }
.nav-shell { width: min(var(--container), calc(100% - 48px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-word { color: var(--blue); font-size: 1.32rem; font-weight: 950; letter-spacing: -.03em; line-height: 1; }
.brand-word small { display: block; margin-top: 6px; font-size: .56rem; font-weight: 800; letter-spacing: .3em; }
.main-nav { display: flex; align-items: center; gap: 25px; font-weight: 700; font-size: .92rem; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--orange); }
.nav-cta { padding: 11px 18px; color: #fff !important; background: var(--orange); border-radius: 999px; box-shadow: 0 8px 24px rgba(255,122,0,.25); }
.menu-button { display: none; padding: 9px 13px; color: var(--blue); background: transparent; border: 1px solid rgba(0,51,102,.25); border-radius: 8px; font: inherit; font-weight: 700; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--blue-deep); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,25,55,.96) 0%, rgba(0,38,76,.9) 35%, rgba(0,38,76,.3) 65%, rgba(0,20,40,.12) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 110px; }
.hero-content h1 { max-width: 760px; margin: 0 0 26px; color: #fff; font-size: clamp(2.8rem, 6vw, 5.8rem); letter-spacing: -.055em; }
.hero-content h1 span { color: var(--orange); }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,.9); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.eyebrow { margin-bottom: 16px; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.eyebrow.light { color: #ffd28f; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-block; padding: 14px 22px; border-radius: 10px; font-weight: 850; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 30px rgba(255,122,0,.28); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.button-white { color: var(--blue); background: #fff; }

.facts { position: relative; z-index: 4; margin-top: -48px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.facts article { min-height: 132px; padding: 30px; display: grid; align-content: center; border-right: 1px solid var(--gray); }
.facts article:last-child { border-right: 0; background: linear-gradient(135deg, #fff7eb, #fff); }
.facts strong { color: var(--blue); font-size: 1.16rem; }
.facts span { color: var(--muted); font-size: .92rem; }

.section { padding: 112px 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.lead { color: var(--graphite); font-size: 1.22rem; }
.content-column > p:not(.eyebrow) { max-width: 690px; }
.check-list { padding: 0; margin: 30px 0 0; display: grid; gap: 12px; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.photo-card { margin: 0; position: relative; }
.photo-card::before { content: ""; position: absolute; z-index: -1; inset: 22px -22px -22px 22px; border-radius: 22px; background: linear-gradient(135deg, var(--orange), var(--yellow), var(--teal)); }
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.photo-card figcaption { padding: 20px 0 0 22px; color: var(--muted); font-size: .9rem; }

.outcomes { background: #f4f7fb; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.outcome-grid article { padding: 30px; background: #fff; border: 1px solid rgba(0,51,102,.08); border-radius: 16px; box-shadow: 0 10px 28px rgba(0,51,102,.06); }
.outcome-grid span { color: var(--orange); font-size: 2rem; font-weight: 900; }
.outcome-grid h3 { margin: 18px 0 12px; font-size: 1.27rem; }
.outcome-grid p { margin: 0; color: var(--muted); }

.program { background: var(--blue-deep); color: #fff; }
.program h2, .program h3 { color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading > p { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.module-list { display: grid; gap: 18px; }
.module { display: grid; grid-template-columns: 120px 1fr; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); overflow: hidden; }
.module-number { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--orange), #e45f00); font-size: 2.7rem; font-weight: 950; }
.module-copy { padding: 34px 40px; }
.module-kicker { margin-bottom: 8px; color: #ffc779; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.module-copy h3 { margin-bottom: 12px; font-size: 1.7rem; }
.module-copy > p:not(.module-kicker) { color: rgba(255,255,255,.78); }
.module-copy ul { margin: 20px 0 0; padding-left: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; color: rgba(255,255,255,.9); }

.method { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; }
.method > img, .method-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.method > img { object-fit: cover; }
.method-overlay { background: linear-gradient(90deg, rgba(0,35,72,.96), rgba(0,51,102,.82) 48%, rgba(0,51,102,.12)); }
.method-content { position: relative; z-index: 2; color: #fff; }
.method-content h2 { max-width: 690px; color: #fff; }
.method-content > p:not(.eyebrow) { max-width: 680px; font-size: 1.16rem; }
.method-tags { max-width: 720px; margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.method-tags span { padding: 8px 13px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-weight: 700; }

.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.audience aside { padding: 38px; background: linear-gradient(145deg, #f3f8fd, #fff); border-left: 5px solid var(--teal); border-radius: 14px; box-shadow: var(--shadow); }
.mini-label { color: var(--teal); font-size: .74rem; font-weight: 900; letter-spacing: .14em; }
.audience aside h3 { font-size: 1.55rem; }

.certificate { padding: 70px 0; color: #fff; background: linear-gradient(115deg, var(--teal), #00838a 58%, var(--blue)); }
.certificate-grid { display: grid; grid-template-columns: 125px 1fr; gap: 36px; align-items: center; }
.certificate-mark { width: 110px; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 3.4rem; font-weight: 900; }
.certificate h2 { margin-bottom: 14px; color: #fff; }
.certificate p:last-child { max-width: 760px; margin: 0; font-size: 1.1rem; }

.faq { background: #f4f7fb; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.accordion details { margin-bottom: 12px; background: #fff; border: 1px solid rgba(0,51,102,.1); border-radius: 12px; box-shadow: 0 8px 22px rgba(0,51,102,.05); }
.accordion summary { padding: 20px 54px 20px 22px; position: relative; color: var(--blue); cursor: pointer; font-weight: 850; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 22px; top: 16px; color: var(--orange); font-size: 1.45rem; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { padding: 0 22px 20px; margin: 0; color: var(--muted); }

.contact { position: relative; padding: 92px 0; overflow: hidden; color: #fff; background: var(--blue); }
.contact-accent { position: absolute; inset: 0 0 0 auto; width: 36%; background: linear-gradient(135deg, var(--orange), var(--yellow) 46%, var(--teal)); clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%); opacity: .96; }
.contact-content { position: relative; z-index: 2; }
.contact h2 { max-width: 760px; color: #fff; }
.contact-content > p:not(.eyebrow) { max-width: 760px; font-size: 1.12rem; }
.email-link { color: #fff; font-weight: 850; text-underline-offset: 4px; }

.site-footer { padding: 28px 0; color: #fff; background: var(--blue-deep); }
.footer-grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 26px; align-items: center; }
.footer-grid img { width: 150px; height: 72px; object-fit: contain; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.72); }
.footer-grid a { font-weight: 800; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 82px; right: 24px; left: 24px; padding: 22px; display: none; flex-direction: column; align-items: stretch; background: #fff; border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .hero { min-height: 680px; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,25,55,.96), rgba(0,38,76,.78)); }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts article:nth-child(2) { border-right: 0; }
  .facts article:nth-child(-n+2) { border-bottom: 1px solid var(--gray); }
  .split, .audience-grid, .faq-grid, .section-heading { grid-template-columns: 1fr; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { gap: 6px; }
  .method-overlay { background: rgba(0,38,76,.86); }
}

@media (max-width: 700px) {
  .container, .nav-shell { width: min(100% - 30px, var(--container)); }
  .nav-shell { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-word { font-size: 1.05rem; }
  .brand-word small { font-size: .48rem; letter-spacing: .2em; }
  .main-nav { top: 72px; }
  .hero { min-height: 690px; align-items: end; }
  .hero-photo { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,25,55,.98) 8%, rgba(0,38,76,.8) 68%, rgba(0,38,76,.34)); }
  .hero-content { padding: 170px 0 74px; }
  .hero-content h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-actions, .hero-actions .button { width: 100%; text-align: center; }
  .facts { margin-top: 0; }
  .facts-grid { width: 100%; grid-template-columns: 1fr; border-radius: 0; }
  .facts article { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--gray); }
  .section { padding: 78px 0; }
  .split { gap: 48px; }
  .photo-card::before { inset: 14px 0 -14px 14px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .module { grid-template-columns: 1fr; }
  .module-number { min-height: 78px; justify-content: start; padding-left: 26px; }
  .module-copy { padding: 28px 24px; }
  .module-copy ul { grid-template-columns: 1fr; }
  .method { min-height: 720px; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-mark { width: 90px; }
  .contact-accent { width: 62%; opacity: .22; }
  .contact-actions, .contact-actions .button { width: 100%; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid img { margin: 0 auto; }
}

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