:root {
  --navy: #0b285c;
  --navy-soft: #42526b;
  --cyan: #078aa4;
  --cyan-dark: #087488;
  --cyan-pale: #e7f5f5;
  --green: #48a932;
  --green-pale: #edf7e9;
  --orange: #f28c00;
  --yellow: #e5ae2a;
  --paper: #f6f8f9;
  --white: #fff;
  --line: #dce5e8;
  --ink: #102641;
  --muted: #58677b;
  --shadow: 0 24px 70px rgba(11, 40, 92, .10);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 10px clamp(20px, 4.5vw, 70px);
  border-bottom: 1px solid rgba(220, 229, 232, .9);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 7px; flex: 0 1 440px; min-width: 300px; }
.brand-symbol-frame { display: block; flex: 0 0 64px; width: 64px; height: 64px; overflow: hidden; }
.brand-symbol-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.brand-wordmark-frame { display: block; width: min(330px, 24vw); height: 64px; overflow: hidden; }
.brand-wordmark-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 25px); }
.site-nav a { position: relative; color: var(--navy-soft); font-size: 14px; font-weight: 700; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-school-link { color: var(--cyan-dark); }
.site-nav .nav-school-link span { color: var(--orange); }
.site-nav .nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 8px;
  background: var(--cyan);
  color: white;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 9px 24px rgba(7, 138, 164, .18);
  transition: transform .2s ease, background .2s ease;
}
.site-nav .nav-cta:hover, .button:hover { transform: translateY(-2px); background: var(--cyan-dark); }
.button.secondary { border: 1px solid #cfdce0; background: white; color: var(--navy); box-shadow: none; }
.button.light { min-width: 190px; background: white; color: var(--navy); box-shadow: 0 10px 30px rgba(4, 21, 52, .16); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); min-height: 665px; overflow: hidden; background: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(72px, 8vw, 120px) clamp(28px, 6vw, 98px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--cyan); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 31px; height: 3px; border-radius: 3px; background: var(--orange); }
.hero h1, .page-hero h1 { margin: 0; max-width: 760px; font-size: clamp(44px, 5.7vw, 76px); line-height: .99; letter-spacing: -.052em; }
.hero h1 em { color: var(--navy); font-style: normal; }
.hero-promise { margin: 24px 0 0; color: var(--cyan); font-size: clamp(25px, 3vw, 40px); font-weight: 650; letter-spacing: -.035em; }
.lead { max-width: 680px; margin: 26px 0 31px; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-visual { position: relative; min-height: 560px; overflow: hidden; background: #eaf3f3; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(7, 28, 64, .42) 100%); pointer-events: none; }
.hero-photo { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: 52% center; }
.hero-values { position: absolute; z-index: 2; right: clamp(24px, 4vw, 58px); bottom: 38px; display: grid; gap: 2px; margin: 0; color: white; font-size: clamp(15px, 1.35vw, 19px); font-weight: 800; line-height: 1.25; text-align: right; text-shadow: 0 2px 15px rgba(7, 28, 64, .38); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 23px; background: var(--paper); color: var(--navy-soft); font-size: 14px; font-weight: 750; }
.trust-strip b { color: var(--orange); font-size: 12px; letter-spacing: .08em; }

.future-teaser-section { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); background: white; }
.future-teaser-image { display: grid; min-height: 500px; place-items: center; overflow: hidden; padding: clamp(45px, 7vw, 90px); background: linear-gradient(135deg, var(--cyan-pale), white 58%, #fff5dc); }
.future-teaser-image img { display: block; width: min(100%, 500px); height: auto; object-fit: contain; }
.future-teaser-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(65px, 8vw, 115px) clamp(28px, 7vw, 105px); }
.future-teaser-copy h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(36px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -.05em; }
.future-teaser-copy h2 em { color: var(--cyan); font-style: normal; }
.future-teaser-copy > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.68; }

.section { padding: clamp(75px, 8vw, 115px) clamp(24px, 7vw, 105px); }
.section.white { background: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; max-width: 1240px; margin: 0 auto 45px; }
.section-head h2, .perspective-copy h2, .contact-band h2 { margin: 0; max-width: 760px; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-head p:not(.eyebrow) { max-width: 410px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-head.centered { align-items: center; justify-content: center; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered .eyebrow::before { display: none; }

.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; max-width: 1240px; margin: auto; }
.reason-card { position: relative; min-height: 160px; padding: 28px; overflow: hidden; border: 1px solid #e0e7ea; border-radius: 18px; background: #f7f8fa; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.reason-card:hover { transform: translateY(-3px); border-color: #bfdde0; box-shadow: 0 15px 34px rgba(11, 40, 92, .07); }
.reason-card span { color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.reason-card p { max-width: 330px; margin: 30px 0 0; color: var(--navy); font-size: 18px; line-height: 1.45; }
.reason-card:nth-child(3n + 2) span { color: var(--orange); }
.reason-card:nth-child(3n) span { color: var(--green); }

.perspective-section { display: grid; grid-template-columns: 1fr 1fr; }
.perspective-copy, .perspective-list { padding: clamp(75px, 8vw, 120px) clamp(28px, 7vw, 105px); }
.perspective-copy { background: var(--navy); color: white; }
.perspective-copy .eyebrow { color: #63c2d0; }
.perspective-copy > p:not(.eyebrow) { max-width: 690px; margin: 25px 0 0; color: #d8e1ee; font-size: 18px; line-height: 1.7; }
.perspective-copy blockquote { position: relative; max-width: 620px; margin: 38px 0 0; padding: 23px 25px 23px 30px; border-left: 4px solid var(--orange); background: rgba(255, 255, 255, .08); color: white; font-size: 20px; line-height: 1.5; }
.perspective-list { position: relative; overflow: hidden; background: var(--cyan-pale); }
.perspective-list::after { content: ""; position: absolute; right: -80px; bottom: -95px; width: 300px; height: 300px; border: 70px solid rgba(72, 169, 50, .08); border-radius: 50%; }
.list-kicker { display: block; margin-bottom: 25px; color: var(--cyan); font-size: 35px; font-weight: 700; letter-spacing: -.03em; }
.perspective-list ul { position: relative; z-index: 1; display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.perspective-list li { position: relative; padding-left: 35px; color: var(--navy); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.4; }
.perspective-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: white; color: var(--green); font-size: 13px; font-weight: 900; }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1240px; margin: auto; }
.audience-card { display: flex; flex-direction: column; min-height: 570px; padding: 34px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 20px; background: white; box-shadow: 0 16px 45px rgba(11, 40, 92, .06); }
.audience-card:nth-child(2) { border-top-color: var(--orange); }
.audience-card:nth-child(3) { border-top-color: var(--green); }
.audience-icon { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 16px; background: var(--cyan-pale); color: var(--cyan); font-size: 31px; line-height: 1; }
.audience-card:nth-child(2) .audience-icon { background: #fff4dc; color: #9e7000; }
.audience-card:nth-child(3) .audience-icon { background: var(--green-pale); color: #267e25; }
.audience-card h3 { margin: 24px 0 12px; color: var(--navy); font-size: 29px; letter-spacing: -.035em; }
.audience-card > p { margin: 0; color: var(--muted); line-height: 1.65; }
.audience-offer { margin-top: 27px; padding-top: 23px; border-top: 1px solid var(--line); }
.audience-offer strong { color: var(--navy); font-size: 15px; }
.audience-offer ul { display: grid; gap: 8px; margin: 16px 0 0; padding-left: 19px; color: var(--navy-soft); font-size: 15px; line-height: 1.35; }

.home-sdz { padding: 0 24px clamp(48px, 6vw, 80px); background: var(--paper); }
.home-sdz-link { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px clamp(24px, 5vw, 64px); max-width: 1040px; margin: auto; padding: clamp(20px, 4vw, 40px); border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 16px; background: var(--white); box-shadow: 0 12px 36px rgba(11, 40, 92, .06); }
.home-sdz-link > img { display: block; width: min(100%, 340px); height: auto; }
.home-sdz-copy { display: grid; flex: 1 1 260px; gap: 16px; min-width: 0; max-width: 420px; }
.home-sdz-copy .eyebrow { margin: 0; }
.home-sdz-copy > strong, .home-sdz-copy > h1 { margin: 0; color: var(--navy); font-size: clamp(25px, 3vw, 34px); line-height: 1.15; letter-spacing: -.03em; }
.home-sdz-action { color: var(--cyan-dark); font-size: 16px; font-weight: 750; line-height: 1.5; }
.home-sdz-action > span { display: inline-block; margin-left: 6px; }
a.home-sdz-link:hover { border-color: var(--cyan); }
a.home-sdz-link:hover .home-sdz-action { text-decoration: underline; text-underline-offset: 4px; }
.home-sdz-link:focus-visible { outline: 3px solid var(--cyan-dark); outline-offset: 5px; }

.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding: clamp(65px, 7vw, 95px) clamp(25px, 8vw, 125px); background: linear-gradient(120deg, var(--cyan-dark), var(--cyan)); color: white; }
.contact-band .eyebrow { color: white; }
.contact-band .eyebrow::before { background: var(--orange); }
.contact-band h2 { max-width: 810px; }
.contact-band p:not(.eyebrow) { max-width: 780px; margin: 20px 0 0; color: #e3f6f8; font-size: 18px; line-height: 1.6; }

.page-hero { padding: clamp(70px, 8vw, 115px) clamp(24px, 9vw, 145px) clamp(55px, 7vw, 85px); background: linear-gradient(135deg, #ecf7f5, #fffaf0); }
.page-hero h1 { max-width: 950px; font-size: clamp(42px, 7vw, 76px); }
.page-hero > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 20px; }
.page-hero > p.mission-intro {
  max-width: 820px;
  margin-top: 28px;
  padding: 18px clamp(18px, 3vw, 28px);
  border-left: 5px solid var(--cyan);
  border-radius: 0 12px 12px 0;
  background: var(--white);
  color: var(--navy);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 750;
  line-height: 1.45;
}
.branded-page-hero .eyebrow { margin-top: 40px; }
.breadcrumbs { margin-bottom: 26px; color: var(--cyan); font-size: 13px; font-weight: 750; }
.page-layout { display: grid; grid-template-columns: minmax(0, 820px) 260px; justify-content: center; gap: clamp(40px, 8vw, 110px); padding: clamp(50px, 7vw, 90px) 24px 110px; background: white; }
.article-content { min-width: 0; color: var(--navy-soft); font-size: 18px; line-height: 1.75; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 { margin: 2.2em 0 .7em; color: var(--navy); line-height: 1.2; letter-spacing: -.03em; }
.article-content h2 { font-size: 34px; }
.article-content h6 { font-size: 19px; }
.article-content a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.article-content figure { margin: 35px 0; }
.article-content img { max-width: 100%; height: auto; border-radius: 16px; }
.article-content .has-background { padding: 17px 20px; border-radius: 10px; background: var(--cyan-pale) !important; }
.article-content .wp-block-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.article-content .wp-block-button__link { display: inline-flex; padding: 12px 17px; border-radius: 9px; background: var(--cyan); color: white; text-decoration: none; font-weight: 750; }
.future-page-hero .eyebrow { margin-top: 38px; }
.future-featured { margin: 0 0 38px !important; }
.future-featured img { display: block; width: 100%; border: 1px solid var(--line); box-shadow: var(--shadow); }
.future-featured.official-campaign-logo { display: grid; min-height: 300px; place-items: center; padding: clamp(35px, 7vw, 72px); border-radius: 18px; background: linear-gradient(135deg, var(--cyan-pale), white 55%, #fff5dc); box-shadow: var(--shadow); }
.future-featured.official-campaign-logo img { width: min(100%, 470px); border: 0; border-radius: 0; box-shadow: none; }
.future-lead { color: var(--navy); font-size: 21px; line-height: 1.65; }
.future-highlight { display: grid; gap: 7px; margin: 34px 0; padding: 27px 30px; border-left: 5px solid var(--orange); border-radius: 0 14px 14px 0; background: linear-gradient(110deg, #eaf7f5, #fff6df); }
.future-highlight span { color: var(--cyan-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.future-highlight strong { color: var(--navy); font-size: 30px; letter-spacing: -.03em; }
.future-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 25px 0 40px; }
.future-points section { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.future-points strong { display: block; margin-bottom: 9px; color: var(--navy); font-size: 18px; }
.future-points p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.official-links { display: grid; gap: 10px; margin-top: 40px; padding: 25px; border-radius: 15px; background: var(--navy); color: white; }
.article-content .official-links a { display: inline-flex; width: fit-content; color: white; font-weight: 750; text-decoration-color: var(--orange); }
.article-content .future-video { position: relative; display: block; margin: 24px 0 44px; overflow: hidden; border-radius: 18px; background: var(--navy); color: white; text-decoration: none; box-shadow: 0 18px 45px rgba(11, 40, 92, .18); }
.future-video > img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0; transition: transform .3s ease, opacity .3s ease; }
.future-video::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7, 28, 64, .9)); }
.future-video:hover > img { transform: scale(1.015); opacity: .92; }
.future-video-play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 76px; height: 76px; place-items: center; padding-left: 5px; transform: translate(-50%, -50%); border: 3px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--cyan); color: white; font-size: 25px; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.future-video-copyright { position: absolute; z-index: 2; top: 12px; right: 14px; padding: 3px 7px; border-radius: 5px; background: rgba(0,0,0,.55); color: white; font-size: 11px; line-height: 1.3; }
.future-video-label { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.future-video-label strong { color: white; font-size: 19px; }
.future-video-label small { color: #d8e8ef; font-size: 14px; }
.future-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 24px 0 40px; }
.article-content .future-link-grid a { display: grid; gap: 8px; min-height: 170px; padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); color: var(--navy); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.article-content .future-link-grid a:hover { transform: translateY(-3px); border-color: #abd4d9; box-shadow: 0 12px 28px rgba(11,40,92,.09); }
.future-link-grid strong { color: var(--navy); font-size: 19px; }
.future-link-grid span { color: var(--muted); font-size: 15px; line-height: 1.5; }
.future-link-grid b { align-self: end; color: var(--cyan-dark); font-size: 14px; }
.page-aside { align-self: start; position: sticky; top: 120px; padding: 23px; border-radius: 16px; background: var(--paper); }
.page-aside strong { display: block; margin-bottom: 13px; color: var(--navy); }
.page-aside a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.offer-detail-section { background: white; }
.training-page-hero { background: linear-gradient(135deg, #e8f6f5, #fff 58%, #fff2d7); }
.training-section { display: grid; grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr); gap: clamp(45px, 7vw, 100px); max-width: 1360px; margin: auto; padding: clamp(65px, 8vw, 110px) clamp(24px, 6vw, 80px) 120px; }
.training-intro { align-self: start; position: sticky; top: 130px; min-width: 0; }
.training-list { min-width: 0; }
.training-intro > span { color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.training-intro h2 { margin: 18px 0 22px; color: var(--navy); font-size: clamp(30px, 3.3vw, 46px); line-height: 1.08; letter-spacing: -.04em; hyphens: manual; overflow-wrap: break-word; }
.training-intro p { color: var(--muted); font-size: 17px; line-height: 1.68; }
.training-list { display: grid; gap: 20px; }
.training-card { padding: clamp(27px, 4vw, 46px); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 45px rgba(11, 40, 92, .06); }
.training-card-new { border-top: 5px solid var(--orange); background: linear-gradient(145deg, white 0 68%, #fff8e8); box-shadow: var(--shadow); }
.training-card-heading { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 18px; }
.training-card-heading > span { display: grid; min-width: 47px; height: 36px; place-items: center; padding: 0 11px; border-radius: 18px; background: var(--cyan-pale); color: var(--cyan-dark); font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.training-card-heading .training-label { background: var(--orange); color: white; }
.training-card-heading p { margin: 1px 0 7px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.training-card h2 { margin: 0; color: var(--navy); font-size: clamp(27px, 3vw, 39px); line-height: 1.12; letter-spacing: -.04em; }
.training-card h3 { margin: 30px 0 12px; color: var(--navy); font-size: 18px; }
.training-card > p { color: var(--muted); font-size: 17px; line-height: 1.68; }
.training-lead { margin: 28px 0 20px; color: var(--navy) !important; font-size: 21px !important; font-weight: 700; line-height: 1.5 !important; }
.training-card ul { display: grid; gap: 9px; margin: 0; padding-left: 21px; color: var(--navy-soft); line-height: 1.52; }
.training-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }
.training-facts section { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.training-facts span, .training-contacts span { display: block; margin-bottom: 8px; color: var(--cyan-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.training-facts strong { display: block; color: var(--navy); font-size: 16px; line-height: 1.35; }
.training-facts p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.training-contacts { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--cyan); border-radius: 0 10px 10px 0; background: var(--cyan-pale); }
.training-contacts strong { color: var(--navy); font-size: 18px; }
.training-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.training-meta { margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--line); }
.training-meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.training-meta-grid p { margin: 0; padding: 18px; border-radius: 12px; background: var(--paper); color: var(--muted); line-height: 1.55; }
.training-meta-grid strong { color: var(--navy); }
.demo-form-note { padding: 16px; border-left: 4px solid var(--orange); background: #fff8e9; font-weight: 700; }
.application-section { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: clamp(42px, 7vw, 100px); max-width: 1320px; margin: auto; padding: clamp(60px, 8vw, 110px) clamp(24px, 6vw, 80px) 120px; }
.application-intro { align-self: start; position: sticky; top: 130px; }
.application-step { color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.application-intro h2 { margin: 18px 0 22px; color: var(--navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.application-intro > p { color: var(--muted); line-height: 1.68; }
.application-intro a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.application-security-note { display: grid; gap: 7px; margin-top: 30px; padding: 19px 20px; border-left: 4px solid var(--cyan); border-radius: 0 10px 10px 0; background: var(--cyan-pale); color: var(--navy-soft); line-height: 1.5; }
.application-security-note strong { color: var(--navy); }
.application-form { padding: clamp(26px, 4vw, 48px); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.application-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.application-form legend { color: var(--navy); font-size: 20px; font-weight: 800; }
.application-form legend b { color: #c34e31; }
.field-help { margin: 5px 0 15px; color: var(--muted); font-size: 13px; }
.request-type-fieldset { padding-bottom: 30px !important; border-bottom: 1px solid var(--line) !important; }
.request-type-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.request-type-options label { position: relative; cursor: pointer; }
.request-type-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.request-type-options span { display: grid; gap: 5px; min-height: 82px; align-content: center; padding: 14px 16px; border: 1px solid #ccdadd; border-radius: 10px; background: #fbfcfc; color: var(--navy); transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease; }
.request-type-options strong { font-size: 15px; }
.request-type-options small { color: var(--muted); font-size: 12px; line-height: 1.35; }
.request-type-options input:checked + span { border-color: var(--cyan); background: var(--cyan-pale); box-shadow: inset 0 0 0 1px var(--cyan); }
.request-type-options input:checked + span::before { content: "✓"; position: absolute; right: 13px; top: 12px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--cyan); color: white; font-size: 12px; font-weight: 900; }
.request-type-options input:focus-visible + span { outline: 3px solid rgba(7, 138, 164, .25); outline-offset: 2px; }
.focus-fieldset { margin-top: 30px !important; padding-bottom: 30px !important; border-bottom: 1px solid var(--line) !important; }
.focus-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.focus-options label { position: relative; cursor: pointer; }
.focus-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.focus-options span { display: flex; align-items: center; justify-content: center; min-height: 54px; padding: 10px; border: 1px solid #ccdadd; border-radius: 10px; color: var(--navy); font-size: 15px; font-weight: 750; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.focus-options input:checked + span { border-color: var(--cyan); background: var(--cyan); color: white; }
.focus-options input:focus-visible + span { outline: 3px solid rgba(7, 138, 164, .25); outline-offset: 2px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; margin-top: 30px; }
.form-field { display: grid; align-content: start; gap: 8px; color: var(--navy); font-size: 14px; font-weight: 750; }
.form-field-wide { grid-column: 1 / -1; }
.form-field b, .form-submit-row b { color: #c34e31; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cdd9dd; border-radius: 9px; background: #fbfcfc; color: var(--ink); font: inherit; font-weight: 450; outline: 0; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.form-field input, .form-field select { min-height: 50px; padding: 0 14px; }
.form-field select { min-width: 0; max-width: 100%; text-overflow: ellipsis; }
.form-field textarea { min-height: 105px; padding: 13px 14px; resize: vertical; line-height: 1.5; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8a98a6; opacity: 1; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--cyan); background: white; box-shadow: 0 0 0 3px rgba(7, 138, 164, .13); }
.form-field > small { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.4; }
.privacy-acknowledgement { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; padding: 18px; border-radius: 10px; background: var(--paper); color: var(--navy-soft); font-size: 14px; line-height: 1.55; cursor: pointer; }
.privacy-acknowledgement input { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; accent-color: var(--cyan); }
.privacy-acknowledgement a { color: var(--cyan-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.privacy-acknowledgement b { color: #c34e31; }
.form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.form-submit-row p { margin: 0; color: var(--muted); font-size: 13px; }
.application-form button { border: 0; cursor: pointer; }
.application-form button:disabled { cursor: wait; opacity: .7; }
.form-status { margin: 20px 0 0; padding: 16px 18px; border-radius: 9px; background: var(--green-pale); color: #236b26; font-weight: 700; line-height: 1.5; }
.form-status.is-error { background: #fff0ed; color: #9c2f1f; }
.privacy-content h2 { scroll-margin-top: 120px; }
.not-found { min-height: 55vh; padding: 100px 24px; text-align: center; }

.site-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 55px; padding: 60px clamp(24px, 7vw, 105px); background: #071c40; color: #dfe9f8; }
.footer-brand { max-width: 430px; padding: 8px; border-radius: 12px; background: white; }
.footer-brand .brand-wordmark-frame { width: min(315px, 24vw); }
.site-footer p { max-width: 590px; color: #aebdd3; line-height: 1.65; }
.site-footer > div > strong { display: block; margin-bottom: 16px; color: white; }
.site-footer > div > a:not(.brand) { display: block; margin: 10px 0; color: #c8d7eb; }

@media (max-width: 1160px) {
  .site-header { min-height: 82px; }
  .brand { flex-basis: 330px; min-width: 250px; }
  .brand-symbol-frame { flex-basis: 54px; width: 54px; height: 54px; }
  .brand-wordmark-frame { width: 245px; height: 54px; }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 13px; }
  .hero-copy { padding-inline: 55px; }
}

@media (max-width: 1080px) {
  .site-header { min-height: 74px; padding-inline: 16px; }
  .brand { flex-basis: auto; min-width: 0; }
  .brand-symbol-frame { flex-basis: 50px; width: 50px; height: 50px; }
  .brand-wordmark-frame { width: min(270px, 45vw); height: 50px; }
  .menu-toggle { display: grid; grid-template-columns: 24px auto; align-items: center; gap: 4px 8px; color: var(--navy); }
  .menu-toggle span { grid-column: 1; display: block; width: 24px; height: 2px; background: var(--navy); }
  .menu-toggle b { grid-column: 2; grid-row: 1 / span 3; font-size: 12px; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 18px 25px; border-bottom: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 5px; font-size: 16px; }
  .site-nav .nav-cta { margin-top: 10px; padding: 14px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 28px 62px; }
  .hero-visual { min-height: 450px; }
  .future-teaser-section { grid-template-columns: 1fr; }
  .future-teaser-image { min-height: 360px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .perspective-section { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .audience-card > p { max-width: 720px; }
  .page-layout { grid-template-columns: 1fr; }
  .page-aside { position: static; }
  .training-section { grid-template-columns: 1fr; }
  .training-intro { position: static; }
  .application-section { grid-template-columns: 1fr; }
  .application-intro { position: static; }
  .contact-band { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .footer-brand .brand-wordmark-frame { width: 310px; }
}

@media (max-width: 560px) {
  .brand-wordmark-frame { width: 205px; }
  .menu-toggle b { display: none; }
  .hero h1, .page-hero h1 { font-size: 42px; }
  .hero-promise { font-size: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 355px; }
  .hero-values { bottom: 25px; font-size: 15px; }
  .trust-strip, .reason-grid, .site-footer { grid-template-columns: 1fr; }
  .trust-strip div { justify-content: flex-start; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .reason-card { min-height: 145px; }
  .future-points { grid-template-columns: 1fr; }
  .future-link-grid { grid-template-columns: 1fr; }
  .training-facts, .training-meta-grid { grid-template-columns: 1fr; }
  .training-card-heading { grid-template-columns: 1fr; }
  .training-card-heading > span { width: fit-content; }
  .training-actions .button { width: 100%; }
  .perspective-copy, .perspective-list { padding: 70px 25px; }
  .audience-card { padding: 27px; }
  .application-section { padding-inline: 17px; }
  .application-form { padding: 24px 18px; border-radius: 16px; }
  .request-type-options, .focus-options, .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .contact-band { gap: 35px; }
  .site-footer > div:first-child { grid-column: auto; }
  .footer-brand { width: 100%; }
  .footer-brand .brand-symbol-frame { flex-basis: 48px; }
  .footer-brand .brand-wordmark-frame { width: calc(100% - 55px); }
}

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


.sdz-page-header { padding-top: clamp(32px, 4vw, 56px); padding-bottom: clamp(32px, 4vw, 56px); }
.sdz-page-header > .breadcrumbs { max-width: 1040px; margin: 0 auto 24px; }
.sdz-intro-section { grid-template-columns: minmax(0, 1fr); }
.sdz-intro-section .future-teaser-copy { padding: clamp(40px, 5vw, 64px) clamp(24px, 9vw, 145px); }


.teachers-stage-card { display: grid; grid-template-columns: 160px minmax(0, 1fr); align-items: stretch; width: 100%; max-width: 960px; margin-top: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 36px rgba(11, 40, 92, .07); }
.teachers-stage-visual { display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, var(--cyan-pale), var(--green-pale)); }
.teachers-stage-play { display: grid; place-items: center; width: 68px; height: 68px; padding-left: 4px; border-radius: 50%; background: var(--cyan-dark); color: var(--white); font-size: 24px; }
.teachers-stage-copy { display: grid; gap: 10px; min-width: 0; padding: clamp(22px, 3vw, 36px); }
.teachers-stage-copy .eyebrow { margin: 0; }
.teachers-stage-copy > strong { color: var(--navy); font-size: clamp(25px, 3vw, 34px); line-height: 1.15; letter-spacing: -.03em; }
.teachers-stage-speaker { color: var(--muted); font-size: 18px; line-height: 1.5; }
.teachers-stage-action { margin-top: 8px; color: var(--cyan-dark); font-size: 16px; font-weight: 750; line-height: 1.5; }
.teachers-stage-card:hover { border-color: var(--cyan); }
.teachers-stage-card:hover .teachers-stage-action { text-decoration: underline; text-underline-offset: 4px; }
.teachers-stage-card:focus-visible { outline: 3px solid var(--cyan-dark); outline-offset: 5px; }
@media (max-width: 560px) {
  .teachers-stage-card { grid-template-columns: minmax(0, 1fr); }
  .teachers-stage-visual { padding: 24px; }
  .teachers-stage-play { width: 56px; height: 56px; font-size: 20px; }
}


/* Beratung: sieben Schritte als zusammenhängender Weg. */
.process-hero { background: radial-gradient(ellipse at 95% 0%, #d6eeea 0%, transparent 55%), linear-gradient(120deg, #f0f8f7, #fff8eb); }
.process-hero > p:not(.eyebrow) { max-width: 740px; line-height: 1.65; }
.process-overview { display: flex; flex-wrap: wrap; gap: 16px 32px; margin-top: 38px; padding-top: 24px; border-top: 1px solid #ccdedc; }
.process-overview span { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 650; }
.process-overview b { padding: 5px 9px; border-radius: 6px; background: white; color: var(--cyan-dark); font-size: 12px; }
.process-overview span:nth-child(2) b { color: #9a5800; }
.process-overview span:nth-child(3) b { color: #31752a; }
.process-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: start; gap: clamp(40px, 7vw, 100px); max-width: 1400px; margin: auto; padding: clamp(56px, 7vw, 96px) clamp(24px, 6vw, 80px); }
.process-intro { position: sticky; top: 130px; }
.process-intro h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.12; letter-spacing: -.04em; }
.process-intro > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.process-contact { display: grid; gap: 8px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.process-contact strong { color: var(--navy); }
.process-contact a { width: fit-content; color: var(--cyan-dark); overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.process-timeline { margin: 0; padding: 0; list-style: none; }
.process-step { --step-color: var(--cyan-dark); --step-tint: var(--cyan-pale); position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 20px; padding-bottom: 24px; }
.process-step-orange { --step-color: #9a5800; --step-tint: #fff3df; }
.process-step-green { --step-color: #31752a; --step-tint: var(--green-pale); }
.process-step-navy { --step-color: var(--navy); --step-tint: #eaf0f8; }
.process-step:not(:last-child)::before { content: ""; position: absolute; top: 56px; bottom: 0; left: 27px; width: 2px; background: #cbdcde; }
.process-step:last-child { padding-bottom: 0; }
.process-number { z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid var(--step-color); border-radius: 50%; background: var(--step-tint); color: var(--step-color); font-size: 19px; font-weight: 800; font-variant-numeric: tabular-nums; }
.process-card { min-width: 0; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); border-top: 3px solid var(--step-color); border-radius: 0 16px 16px 16px; background: white; box-shadow: 0 8px 28px rgba(11, 40, 92, .04); }
.process-card .process-label { margin: 0 0 10px; color: var(--step-color); font-size: 11px; line-height: 1.5; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.process-card h3 { margin: 0; color: var(--navy); font-size: clamp(21px, 2.1vw, 27px); line-height: 1.2; letter-spacing: -.025em; overflow-wrap: anywhere; }
.process-card > p:not(.process-label) { margin: 12px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.process-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 10px; color: var(--cyan-dark); font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.process-section a:focus-visible, .process-hero a:focus-visible { outline: 3px solid var(--cyan-dark); outline-offset: 5px; }
@media (max-width: 900px) {
  .process-section { grid-template-columns: minmax(0, 1fr); }
  .process-intro { position: static; max-width: 620px; }
}
@media (max-width: 560px) {
  .process-overview { flex-direction: column; gap: 12px; }
  .process-step { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding-bottom: 20px; }
  .process-number { width: 40px; height: 40px; font-size: 15px; }
  .process-step:not(:last-child)::before { top: 40px; left: 19px; }
  .process-card { padding: 20px 18px; }
}

/* Unser Auftrag: Farben, Typografie und Karten der Startseite. */
.mission-hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #fff 35%, var(--cyan-pale)); }
.mission-hero h1 { color: var(--navy); }
.mission-hero > p.mission-promise { max-width: 900px; margin-top: 30px; color: var(--navy); font-size: clamp(30px, 4.2vw, 54px); font-weight: 650; line-height: 1.12; letter-spacing: -.035em; }
.mission-promise em { color: var(--cyan-dark); font-style: normal; }
.mission-hero > p.mission-lead { max-width: 660px; margin: 25px 0 30px; line-height: 1.65; font-size: clamp(17px, 1.7vw, 20px); }
.mission-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; max-width: 1240px; margin: auto; }
.mission-card { grid-column: span 2; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 18px; background: var(--paper); }
.mission-card:nth-child(2), .mission-card:nth-child(4) { border-top-color: var(--orange); }
.mission-card:nth-child(3), .mission-card:nth-child(5) { border-top-color: var(--green); }
.mission-card:nth-child(n+4) { grid-column: span 3; }
.mission-number { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--cyan-pale); color: var(--cyan-dark); font-size: 14px; font-weight: 800; }
.mission-card:nth-child(2) .mission-number, .mission-card:nth-child(4) .mission-number { background: #fff0dc; color: #925300; }
.mission-card:nth-child(3) .mission-number, .mission-card:nth-child(5) .mission-number { background: var(--green-pale); color: #347725; }
.mission-card p.mission-label { margin: 28px 0 10px; color: var(--cyan-dark); font-size: 13px; font-weight: 750; }
.mission-card h3 { margin: 0; color: var(--navy); font-size: clamp(23px, 2.2vw, 30px); line-height: 1.15; letter-spacing: -.035em; overflow-wrap: anywhere; hyphens: auto; }
.mission-card > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
@media (max-width: 1000px) { .mission-card { grid-column: span 3; } .mission-card:last-child { grid-column: 1 / -1; } }
@media (max-width: 600px) { .mission-grid { grid-template-columns: minmax(0, 1fr); } .mission-card, .mission-card:nth-child(n+4) { grid-column: 1; } }
