:root {
  --blue: #0757f7;
  --blue-2: #1683ff;
  --blue-3: #dfeaff;
  --navy: #071827;
  --navy-2: #0b2235;
  --ink: #0a1722;
  --muted: #5c6873;
  --line: #dfe5eb;
  --soft: #f4f7fb;
  --white: #fff;
  --red: #ef2438;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 33, 93, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: "Manrope", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
summary,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--navy);
  background: var(--white);
  border-radius: 6px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  min-height: 34px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  background: var(--blue);
  font-size: 10px;
  letter-spacing: .08em;
}

.announcement strong {
  font-size: 11px;
  letter-spacing: .03em;
}

.announcement a {
  margin-left: 16px;
  font-weight: 800;
}

.announcement a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(7, 24, 39, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1240px, calc(100% - 48px));
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand img {
  width: 166px;
  height: auto;
}

.brand span {
  padding-left: 12px;
  color: #79adff;
  border-left: 1px solid rgba(255, 255, 255, .24);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: #c9d3dc;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-cta {
  min-height: 46px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--white);
  background: var(--red);
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.nav-cta:hover {
  background: #ff3146;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 18%, rgba(61, 155, 255, .62), transparent 23%),
    radial-gradient(circle at 15% 88%, rgba(0, 28, 79, .8), transparent 30%),
    linear-gradient(124deg, #061d4f 0%, #0757f7 50%, #1683ff 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255, 255, 255, .25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .25) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
}

.hero-orbit-one {
  width: 790px;
  height: 790px;
  top: -280px;
  right: -160px;
}

.hero-orbit-two {
  width: 540px;
  height: 540px;
  right: -40px;
  bottom: -290px;
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 790px;
  padding-block: 80px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr);
  align-items: center;
  gap: 80px;
}

.hero-copy {
  max-width: 690px;
}

.hero-brandline {
  min-height: 38px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-brandline img {
  width: 116px;
  max-height: 34px;
  object-fit: contain;
}

.hero-brandline > span {
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, .38);
  border-right: 1px solid rgba(255, 255, 255, .38);
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-brandline small {
  max-width: 140px;
  color: #d9e8ff;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .13em;
}

.eyebrow,
.section-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dceaff;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  background: var(--red);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(48px, 5.15vw, 78px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
}

.hero h1 em {
  color: #a8ccff;
  font-style: normal;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: #e2ecfa;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 58px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover {
  background: #ff3146;
  transform: translateY(-2px);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .5);
  background: rgba(5, 24, 54, .12);
}

.button-ghost:hover {
  color: var(--blue);
  background: var(--white);
  transform: translateY(-2px);
}

.hero-proof {
  max-width: 670px;
  margin: 42px 0 0;
  padding: 25px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-proof strong {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
}

.hero-proof span {
  max-width: 82px;
  color: #c9dcf8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(117, 199, 255, .48);
  filter: blur(50px);
}

.brochure-card {
  position: relative;
  z-index: 2;
  width: min(362px, 82%);
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 42px 90px rgba(0, 23, 83, .42);
  transform: rotate(2.5deg);
  backdrop-filter: blur(10px);
}

.brochure-card img {
  width: 100%;
  height: auto;
}

.brochure-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .15);
}

.brochure-card figcaption span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.brochure-card figcaption strong {
  font-size: 12px;
}

.signal-card {
  position: absolute;
  z-index: 3;
  min-width: 190px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 24px 50px rgba(0, 27, 92, .22);
}

.signal-card > span {
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.signal-card p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

.signal-card strong {
  font-size: 11px;
}

.signal-card-one {
  top: 74px;
  left: -28px;
}

.signal-card-two {
  right: -24px;
  bottom: 88px;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-row {
  min-height: 126px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: center;
}

.trust-brand,
.trust-item {
  min-height: 58px;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--line);
}

.trust-brand {
  padding-left: 0;
  gap: 16px;
}

.trust-brand img {
  width: 102px;
  max-height: 54px;
  object-fit: contain;
}

.trust-brand p,
.trust-item {
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.trust-brand strong,
.trust-item strong {
  font-size: 12px;
  line-height: 1.4;
}

.trust-brand span,
.trust-item span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
}

.trust-row > :last-child {
  border-right: 0;
}

.section {
  padding-block: 120px;
}

.split-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 100px;
}

.section-kicker {
  margin-bottom: 18px;
}

.section-kicker.light {
  color: #7bb4ff;
}

.split-heading h2,
.section-heading h2,
.outcomes-copy h2,
.audience-heading h2,
.value-heading h2,
.certification-copy h2,
.faq-heading h2,
.lead-copy h2 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(37px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.section-intro {
  padding-top: 32px;
  color: var(--muted);
  font-size: 17px;
}

.section-intro p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 800;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-card {
  position: relative;
  min-height: 390px;
  padding: 30px 27px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}

.capability-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.capability-card.featured {
  color: var(--white);
  background: var(--blue);
}

.card-index {
  margin-bottom: 40px;
  color: #8a98a5;
  font-size: 10px;
  font-weight: 800;
}

.featured .card-index {
  color: #b7d2ff;
}

.capability-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eaf1ff;
  border-radius: 50%;
  font-size: 25px;
}

.featured .capability-icon {
  color: var(--blue);
  background: var(--white);
}

.capability-card h3 {
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  letter-spacing: -.025em;
}

.capability-card p {
  color: var(--muted);
  font-size: 14px;
}

.featured p {
  color: #d9e7ff;
}

.capability-card > strong {
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.featured > strong {
  color: var(--white);
  border-color: rgba(255, 255, 255, .28);
}

.outcomes {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.outcomes::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -320px;
  left: -260px;
  border: 1px solid rgba(50, 134, 255, .45);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(50, 134, 255, .04), 0 0 0 160px rgba(50, 134, 255, .025);
}

.outcomes-layout {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 120px;
}

.outcomes-copy h2 em,
.audience-heading h2 em {
  color: #7bb4ff;
  font-style: normal;
}

.outcomes-copy > p:not(.section-kicker) {
  max-width: 500px;
  margin: 28px 0 32px;
  color: #aebdca;
  font-size: 16px;
}

.text-link,
.official-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #8bbcff;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.outcomes-list {
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.outcomes-list article {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.outcomes-list article > span {
  color: #68a9ff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.outcomes-list strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.outcomes-list p {
  margin: 4px 0 0;
  color: #9cabb8;
  font-size: 13px;
}

.curriculum {
  background: var(--soft);
}

.section-heading.centered {
  max-width: 800px;
  margin: 0 auto 70px;
  text-align: center;
}

.section-heading.centered > p:last-child {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--muted);
}

.module-path {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0, 35, 86, .08);
}

.module-card {
  position: relative;
  min-height: 420px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.module-card:last-child {
  border-right: 0;
}

.module-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.module-line {
  position: absolute;
  z-index: 0;
  top: 53px;
  left: 76px;
  width: calc(100% - 52px);
  height: 1px;
  background: #9cbfff;
}

.module-card:last-child .module-line {
  display: none;
}

.module-card > p {
  margin: 42px 0 10px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
}

.module-card h3 {
  min-height: 92px;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.module-card ul {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.module-card li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.module-card li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

.tools-row {
  margin-top: 28px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 30px;
  color: var(--white);
  background: var(--blue);
}

.tools-row > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.tools-row div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.tools-row strong {
  padding: 8px 12px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: 10px;
}

.audience {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 15%, rgba(27, 119, 255, .22), transparent 26%),
    var(--navy);
}

.audience-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 110px;
}

.audience-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.audience-heading > p:last-child {
  margin-top: 28px;
  color: #a9bac8;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.audience-grid article {
  min-height: 230px;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.audience-grid span {
  color: #61a8ff;
  font-size: 10px;
  font-weight: 800;
}

.audience-grid h3 {
  margin: 42px 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.audience-grid p {
  margin-bottom: 0;
  color: #9cadbb;
  font-size: 13px;
}

.value-paths {
  background: var(--white);
}

.value-heading {
  max-width: 760px;
  margin-bottom: 60px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.value-card {
  min-height: 520px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
}

.value-card > p {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.value-card h3 {
  max-width: 440px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.value-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.value-card li {
  padding: 13px 0 13px 26px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 13px;
}

.value-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.value-card > a {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
}

.individual {
  background: #eaf1ff;
}

.individual > p,
.individual > a {
  color: var(--blue);
}

.enterprise {
  color: var(--white);
  background:
    linear-gradient(rgba(7, 87, 247, .92), rgba(7, 87, 247, .92)),
    linear-gradient(135deg, #0757f7, #061d4f);
}

.enterprise > p,
.enterprise > a {
  color: #cfe2ff;
}

.enterprise li {
  border-color: rgba(255, 255, 255, .18);
}

.enterprise li::before {
  color: var(--white);
}

.certification {
  background: var(--soft);
}

.certification-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 38px 86px;
}

.certification-copy > p:not(.section-kicker) {
  margin: 26px 0;
  color: var(--muted);
}

.official-link {
  color: var(--blue);
}

.exam-card {
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.exam-head {
  min-height: 100px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--blue);
}

.exam-head span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.exam-head strong {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
}

.exam-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.exam-card dl div {
  min-height: 120px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.exam-card dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.exam-card dd {
  margin: 5px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.exam-card > p {
  margin: 0;
  padding: 20px 30px;
  color: var(--muted);
  font-size: 11px;
}

.atc-card {
  grid-column: 1 / -1;
  padding: 28px;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 40px;
  background: var(--white);
  border: 1px solid var(--line);
}

.atc-card > a {
  min-height: 105px;
  padding: 14px 26px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
}

.atc-card img {
  width: 155px;
  max-height: 86px;
  object-fit: contain;
}

.atc-card div > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.atc-card div > strong {
  margin-top: 4px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.atc-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 110px;
}

.faq-heading p:last-child {
  margin-top: 24px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 22px;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 50px 26px 0;
  color: var(--muted);
  font-size: 14px;
}

.lead-section {
  position: relative;
  overflow: hidden;
  padding-block: 120px;
  color: var(--white);
  background:
    radial-gradient(circle at 0 100%, rgba(63, 151, 255, .34), transparent 28%),
    linear-gradient(130deg, #061d4f, #0757f7 70%, #1683ff);
}

.lead-orbit {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -320px;
  bottom: -380px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .02);
}

.lead-layout {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 100px;
}

.lead-copy > p:not(.section-kicker) {
  margin: 28px 0 42px;
  color: #d6e5fb;
}

.lead-contact {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, .26);
}

.lead-contact > span {
  margin-bottom: 8px;
  color: #9fc7ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.lead-contact a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
}

.lead-form {
  padding: 42px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 40px 90px rgba(0, 25, 72, .3);
}

.form-heading {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.form-heading span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.form-heading strong {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.field.full {
  grid-column: 1 / -1;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field > span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  transition: border .2s ease, background .2s ease;
}

.field input,
.field select {
  height: 52px;
  padding: 0 14px;
}

.field textarea {
  padding: 13px 14px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: var(--white);
  border-color: var(--blue);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #87919a;
}

.consent {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.consent input {
  margin-top: 3px;
  accent-color: var(--blue);
}

.lead-form button {
  width: 100%;
  min-height: 58px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--red);
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

.lead-form button:hover {
  background: #ff3146;
  transform: translateY(-2px);
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

.site-footer {
  color: var(--white);
  background: #04111c;
}

.footer-main {
  padding-block: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.footer-brand img {
  width: 190px;
}

.footer-brand p {
  max-width: 440px;
  margin: 20px 0 0;
  color: #8193a2;
  font-size: 13px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links div > span {
  margin-bottom: 8px;
  color: #5687c9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.footer-links a {
  color: #a7b5c0;
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #617380;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 9px;
  letter-spacing: .04em;
}

@media (max-width: 1120px) {
  .nav-links {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero-layout {
    grid-template-columns: 1.05fr .95fr;
    gap: 35px;
  }

  .signal-card-one {
    left: 0;
  }

  .signal-card-two {
    right: 0;
  }

  .trust-row {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 18px;
  }

  .trust-brand,
  .trust-item {
    min-height: 70px;
    border-bottom: 1px solid var(--line);
  }

  .trust-row > :nth-child(2) {
    border-right: 0;
  }

  .trust-row > :nth-child(3),
  .trust-row > :nth-child(4) {
    border-bottom: 0;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-path {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-card {
    min-height: 360px;
    border-bottom: 1px solid var(--line);
  }

  .module-card:nth-child(2n) {
    border-right: 0;
  }

  .module-card:last-child {
    grid-column: 1 / -1;
  }

  .module-line {
    display: none;
  }

  .module-card h3 {
    min-height: auto;
  }

  .audience-layout,
  .faq-layout {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .container,
  .nav-shell {
    width: min(100% - 32px, 680px);
  }

  .announcement {
    justify-content: space-between;
  }

  .announcement > span {
    display: none;
  }

  .announcement a {
    margin-left: auto;
  }

  .nav-shell {
    min-height: 72px;
  }

  .brand img {
    width: 142px;
  }

  .brand span {
    display: none;
  }

  .hero-layout {
    padding-block: 64px 80px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-brandline {
    margin-bottom: 34px;
  }

  .hero-visual {
    min-height: 580px;
  }

  .signal-card-one {
    left: 8%;
  }

  .signal-card-two {
    right: 6%;
  }

  .section,
  .lead-section {
    padding-block: 86px;
  }

  .split-heading,
  .outcomes-layout,
  .audience-layout,
  .certification-layout,
  .faq-layout,
  .lead-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .section-intro {
    padding-top: 0;
  }

  .audience-heading {
    position: static;
  }

  .tools-row {
    grid-template-columns: 1fr;
  }

  .tools-row div {
    justify-content: flex-start;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 500px;
  }

  .certification-copy {
    max-width: 680px;
  }

  .atc-card {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .container,
  .nav-shell {
    width: calc(100% - 28px);
  }

  .announcement {
    padding-inline: 14px;
  }

  .announcement strong {
    overflow: hidden;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .announcement a {
    font-size: 9px;
  }

  .brand img {
    width: 124px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 10px 13px;
    gap: 10px;
    font-size: 10px;
  }

  .hero-layout {
    padding-top: 50px;
  }

  .hero-brandline img {
    width: 96px;
  }

  .hero-brandline > span {
    padding-inline: 10px;
    font-size: 21px;
  }

  .hero-brandline small {
    display: none;
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-proof {
    gap: 12px;
  }

  .hero-proof li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .hero-proof strong {
    font-size: 23px;
  }

  .hero-visual {
    min-height: 510px;
  }

  .brochure-card {
    width: min(310px, 84%);
  }

  .signal-card {
    min-width: 160px;
    padding: 12px;
  }

  .signal-card-one {
    top: 30px;
    left: 0;
  }

  .signal-card-two {
    right: 0;
    bottom: 35px;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .trust-brand,
  .trust-item {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line) !important;
  }

  .trust-row > :last-child {
    border-bottom: 0 !important;
  }

  .split-heading {
    margin-bottom: 42px;
  }

  .split-heading h2,
  .section-heading h2,
  .outcomes-copy h2,
  .audience-heading h2,
  .value-heading h2,
  .certification-copy h2,
  .faq-heading h2,
  .lead-copy h2 {
    font-size: 36px;
  }

  .capability-grid,
  .module-path,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 350px;
  }

  .module-card,
  .module-card:last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
  }

  .module-card h3 {
    min-height: 0;
  }

  .tools-row {
    padding: 22px;
  }

  .audience-grid article {
    min-height: 210px;
  }

  .value-card {
    min-height: 0;
    padding: 34px 26px;
  }

  .value-card h3 {
    font-size: 28px;
  }

  .value-card > a {
    margin-top: 36px;
  }

  .exam-card dl {
    grid-template-columns: 1fr;
  }

  .exam-card dl div {
    min-height: 100px;
  }

  .atc-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .atc-card > a {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 14px;
  }

  .lead-form {
    margin-inline: -3px;
    padding: 28px 20px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding-block: 18px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
