:root {
  --navy: #07152e;
  --blue: #10264b;
  --ink: #111827;
  --muted: #5c6678;
  --line: #dfe6ef;
  --paper: #ffffff;
  --mist: #f4f8fb;
  --orange: #ff7900;
  --green: #43af35;
  --purple: #4b238f;
  --teal: #078a8f;
  --site-max: 1360px;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(7, 21, 46, 0.12);
  --soft-shadow: 0 10px 30px rgba(7, 21, 46, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(67, 175, 53, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(255, 121, 0, 0.07), transparent 30rem),
    linear-gradient(180deg, #f6f9fc 0%, #ffffff 30%, #f4f8fb 62%, #ffffff 100%);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(7, 21, 46, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 21, 46, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 86%, transparent 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 32%, rgba(255, 121, 0, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 18%, rgba(67, 175, 53, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 72%, rgba(75, 35, 143, 0.1) 0 2px, transparent 3px);
  background-size: 180px 180px, 220px 220px, 260px 260px;
  opacity: 0.6;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(var(--site-max), calc(100% - 32px));
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(7, 21, 46, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
}

.brand-mark img {
  width: 112px;
  height: 64px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.menu-toggle {
  display: none;
}

.main-nav a,
.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: 0;
}

.main-nav a {
  padding: 0 12px;
  color: var(--navy);
  font-size: 0.9rem;
}

.main-nav a:hover {
  background: #eef5f0;
}

.nav-cta {
  gap: 8px;
  padding: 0 18px;
  color: #fff;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, #061328, #0a1a36);
}

.hero::before {
  content: "∑  π  H2O  f(x)  △  E=mc²  3D  AI  STEM";
  position: absolute;
  z-index: 1;
  right: 6vw;
  bottom: 8vh;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(2rem, 5vw, 5.5rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: right;
  pointer-events: none;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: right center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 21, 46, 0.93) 0%, rgba(7, 21, 46, 0.74) 37%, rgba(7, 21, 46, 0.24) 100%),
    linear-gradient(0deg, rgba(7, 21, 46, 0.98) 0%, rgba(7, 21, 46, 0.18) 44%, rgba(7, 21, 46, 0.04) 100%);
}

.hero-inner,
.section,
.visual-band,
.impact-band,
.contact-strip,
.site-footer {
  width: min(var(--site-max), calc(100% - 48px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  padding: 172px 0 76px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(3rem, 4vw, 4.85rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.2vw, 1.22rem);
  line-height: 1.7;
}

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

.button {
  gap: 10px;
  border: 0;
  padding: 0 22px;
  font-size: 0.94rem;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(255, 121, 0, 0.28);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
}

.button.secondary.dark {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 42px;
  padding: 0;
  list-style: none;
}

.hero-metrics li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 750;
}

.hero-metrics li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 121, 0, 0.16);
}

.section {
  padding: 92px 0;
}

.section:not(.challenge-section):not(.solutions) {
  position: relative;
}

.section:not(.challenge-section):not(.solutions)::before,
.visual-band::before {
  content: "";
  position: absolute;
  inset: 18px auto auto -34px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(67, 175, 53, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 121, 0, 0.1) 0 4px, transparent 5px),
    linear-gradient(135deg, transparent 48%, rgba(7, 21, 46, 0.08) 49%, rgba(7, 21, 46, 0.08) 51%, transparent 52%);
  opacity: 0.75;
  pointer-events: none;
}

.section-kicker,
.section-heading {
  max-width: 980px;
  margin-bottom: 38px;
}

.section-heading.wide {
  max-width: 1120px;
}

h2,
h3,
h1,
p {
  overflow-wrap: break-word;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 2.65vw, 3.35rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.section-kicker p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 46px;
  align-items: start;
}

.intro-grid .section-kicker {
  position: sticky;
  top: 124px;
  max-width: 640px;
  margin-bottom: 0;
}

.intro-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.intro-copy > p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.72;
}

.inline-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: 30px;
  border: 1px solid rgba(223, 230, 239, 0.9);
  border-radius: var(--radius);
  object-fit: contain;
  background: linear-gradient(135deg, #edf5fb, #ffffff);
  box-shadow: var(--shadow);
}

.research-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 0;
}

.research-points article,
.challenge-grid article,
.affiliation-grid article,
.partner-grid article,
.team-card,
.advisor-card {
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.research-points article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  padding: 22px;
  box-shadow: none;
}

.research-points span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  margin-bottom: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
}

.research-points article:nth-child(2) span {
  background: var(--green);
}

.research-points article:nth-child(3) span {
  background: var(--purple);
}

.research-points h3,
.challenge-grid h3,
.affiliation-grid h3,
.partner-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 800;
}

.research-points p,
.challenge-grid p,
.affiliation-grid p,
.partner-grid p {
  margin: 0;
  color: var(--muted);
}

.visual-band,
.impact-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(480px, 0.85fr);
  gap: 44px;
  align-items: center;
  padding: 86px 0;
}

.visual-band {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 34px;
  border: 1px solid rgba(223, 230, 239, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-band::before {
  inset: auto 20px 20px auto;
  width: 220px;
  height: 220px;
  border-color: rgba(255, 121, 0, 0.16);
}

.visual-band img,
.impact-band img {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-radius: var(--radius);
  object-fit: contain;
  background: linear-gradient(135deg, #edf5fb, #ffffff);
  box-shadow: 0 18px 48px rgba(7, 21, 46, 0.16);
}

.visual-band p:not(.eyebrow),
.impact-band p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.1rem;
}

.products-section {
  padding-top: 76px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 230px;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 150px;
  height: 132px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-card span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 8px 0 10px;
  color: var(--navy);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.mathzoro-product span {
  color: var(--purple);
}

.edzhub-product span {
  color: var(--green);
}

.edzhub-mark {
  width: 150px;
  min-height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 8px;
  background: #fff;
}

.edzhub-mark strong {
  color: #101010;
  font-size: 2.1rem;
  line-height: 0.9;
  letter-spacing: 0;
}

.edzhub-mark strong span {
  display: inline-block;
  margin-left: 2px;
  padding: 5px 6px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 1.55rem;
  text-transform: none;
}

.edzhub-mark small {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0;
}

.challenge-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 92px max(24px, calc((100% - var(--site-max)) / 2));
  background:
    linear-gradient(180deg, rgba(244, 248, 251, 0.96), rgba(255, 255, 255, 0.9));
}

.challenge-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(7, 21, 46, 0.035) 44% 45%, transparent 45% 100%),
    radial-gradient(circle at 14% 22%, rgba(67, 175, 53, 0.08), transparent 18rem),
    radial-gradient(circle at 88% 76%, rgba(255, 121, 0, 0.08), transparent 22rem);
}

.challenge-section > * {
  position: relative;
}

.challenge-grid,
.affiliation-grid,
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.challenge-grid article,
.partner-grid article {
  min-height: 200px;
  padding: 24px;
  box-shadow: none;
}

.challenge-visual {
  overflow: hidden;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: #f7fbff;
  box-shadow: var(--shadow);
}

.challenge-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 1642 / 958;
  object-fit: contain;
  background: #f7fbff;
}

.affiliations {
  padding-bottom: 88px;
}

.affiliations::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 16%;
  width: 280px;
  height: 120px;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(circle at 10% 50%, var(--green) 0 7px, transparent 8px),
    radial-gradient(circle at 45% 18%, var(--orange) 0 7px, transparent 8px),
    radial-gradient(circle at 82% 62%, var(--purple) 0 7px, transparent 8px),
    linear-gradient(20deg, transparent 9%, rgba(7, 21, 46, 0.32) 10% 11%, transparent 12%),
    linear-gradient(155deg, transparent 23%, rgba(7, 21, 46, 0.25) 24% 25%, transparent 26%);
}

.ecosystem-visual {
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(223, 230, 239, 0.9);
  border-radius: var(--radius);
  background: #061328;
  box-shadow: var(--shadow);
}

.ecosystem-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f7fbff;
}

.affiliation-grid article {
  display: grid;
  grid-template-columns: minmax(76px, 1fr) minmax(0, 4fr);
  column-gap: 18px;
  align-content: start;
  align-items: start;
  min-height: 220px;
  padding: 24px;
  box-shadow: none;
  overflow: hidden;
}

.affiliation-logo {
  width: 100%;
  min-width: 76px;
  max-width: 118px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(223, 230, 239, 0.96);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.affiliation-logo.wide-logo {
  max-width: 132px;
}

.affiliation-logo img {
  display: block;
  width: 86%;
  height: 78%;
  object-fit: contain;
}

.affiliation-content {
  min-width: 0;
}

.affiliation-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 10px;
  border-radius: var(--radius);
  padding: 0 10px;
  color: #fff;
  background: var(--navy);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.affiliation-grid h3 {
  min-width: 0;
}

.affiliation-grid p {
  min-width: 0;
  line-height: 1.55;
}

.solutions {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 92px max(24px, calc((100% - var(--site-max)) / 2));
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(242,247,251,0.96) 100%);
}

.solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 14%, rgba(75, 35, 143, 0.07), transparent 18rem),
    radial-gradient(circle at 92% 78%, rgba(67, 175, 53, 0.08), transparent 20rem),
    linear-gradient(rgba(7, 21, 46, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 100% 56px;
}

.solutions > * {
  position: relative;
}

.pathway-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.pathway-map span {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  padding: 0 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.pathway-map span:not(:last-child)::after {
  content: "->";
  position: absolute;
  right: -18px;
  z-index: 2;
  color: var(--orange);
  font-weight: 900;
}

.pathway-grid {
  display: grid;
  gap: 22px;
}

.pathway-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.pathway-card.alternate {
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
}

.pathway-card.alternate .pathway-copy {
  order: 2;
}

.pathway-card.alternate img {
  order: 1;
}

.pathway-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: linear-gradient(135deg, #edf5fb, #ffffff);
}

.pathway-copy {
  align-self: center;
  padding: 36px;
}

.solution-label {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pathway-copy h3 {
  max-width: 720px;
  font-size: clamp(1.55rem, 1.8vw, 2.28rem);
  margin: 0 0 14px;
  color: var(--navy);
  line-height: 1.16;
}

.pathway-copy > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.pathway-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.pathway-insights div {
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  padding: 16px;
  background: #f8fbfd;
}

.pathway-insights span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pathway-insights p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--orange);
  font-weight: 900;
}

.text-link::after {
  content: "->";
  margin-left: 8px;
}

.impact-band {
  position: relative;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(480px, 0.84fr) minmax(0, 1.16fr);
  padding: 88px max(24px, calc((100% - var(--site-max)) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, #07152e 0%, #10264b 58%, #08162e 100%);
}

.impact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 121, 0, 0.18), transparent 18rem),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: auto, 54px 54px, 54px 54px;
}

.impact-band > * {
  position: relative;
}

.impact-band h2,
.impact-band p:not(.eyebrow) {
  color: #fff;
}

.impact-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.impact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.partner-overview {
  padding-top: 104px;
}

.partner-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.partner-grid article {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 20px;
  min-height: 280px;
  padding: 26px;
  box-shadow: none;
  overflow: hidden;
}

.partner-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: var(--radius);
  color: var(--orange);
  background:
    linear-gradient(135deg, rgba(255, 121, 0, 0.15), rgba(255, 255, 255, 0.9));
  box-shadow: var(--soft-shadow);
}

.partner-visual.green {
  color: var(--green);
  background: linear-gradient(135deg, rgba(67, 175, 53, 0.16), rgba(255, 255, 255, 0.9));
}

.partner-visual.purple {
  color: var(--purple);
  background: linear-gradient(135deg, rgba(75, 35, 143, 0.15), rgba(255, 255, 255, 0.9));
}

.partner-visual.teal {
  color: var(--teal);
  background: linear-gradient(135deg, rgba(7, 138, 143, 0.15), rgba(255, 255, 255, 0.9));
}

.partner-visual span {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
}

.partner-visual svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partner-copy {
  min-width: 0;
}

.partner-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.partner-copy p {
  line-height: 1.62;
}

.partner-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.partner-copy li {
  position: relative;
  padding-left: 18px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.45;
}

.partner-copy li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.team-section {
  padding-top: 76px;
}

.team-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

.team-row {
  min-width: 0;
}

.team-label {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-row-grid,
.advisor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.team-card,
.advisor-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  box-shadow: none;
}

.founder-card {
  min-height: 326px;
}

.advisor-card {
  min-height: 296px;
}

.team-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(223, 230, 239, 0.96);
  border-radius: var(--radius);
  background: #f8fbfd;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--soft-shadow);
}

.team-avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: var(--soft-shadow);
}

.team-avatar.green {
  background: var(--green);
}

.team-avatar.purple {
  background: var(--purple);
}

.team-avatar.orange {
  background: var(--orange);
}

.team-avatar.teal {
  background: var(--teal);
}

.team-card h3,
.advisor-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.2;
}

.team-card p,
.advisor-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.team-role {
  margin-bottom: 10px !important;
  color: var(--orange) !important;
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 92px;
  padding: 44px 260px 44px 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 21, 46, 0.94), rgba(16, 38, 75, 0.78)),
    url("assets/rural-reach.jpg") center / cover;
  box-shadow: var(--shadow);
}

.contact-strip h2,
.contact-strip p:not(.eyebrow) {
  color: #fff;
}

.contact-strip p:not(.eyebrow) {
  max-width: 850px;
  color: rgba(255, 255, 255, 0.84);
}

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

.contact-strip img {
  position: absolute;
  right: 28px;
  bottom: -18px;
  width: 190px;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.34));
}

.page-hero {
  padding: 172px max(24px, calc((100% - var(--site-max)) / 2)) 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 21, 46, 0.94), rgba(7, 21, 46, 0.7)),
    url("assets/rural-reach.jpg") center / cover;
}

.page-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  line-height: 1.05;
}

.page-hero p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
}

.contact-panel,
.contact-card,
.contact-pathways article {
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.contact-panel {
  padding: 34px;
}

.contact-panel h2,
.contact-card h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.contact-methods a,
.contact-methods div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  padding: 18px;
  background: #f8fbfd;
}

.contact-methods span,
.contact-pathways span,
.office-address-grid span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--navy);
  font-size: 1.2rem;
}

.contact-card {
  padding: 28px;
}

.contact-card img {
  width: 150px;
  margin-bottom: 22px;
}

.contact-pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.office-address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.office-address-grid article {
  padding: 28px;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.office-address-grid h3 {
  margin: 9px 0 12px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.office-address-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.office-address-grid a {
  color: var(--green);
  font-weight: 800;
}

.contact-pathways article {
  padding: 22px;
  box-shadow: none;
}

.contact-pathways h3 {
  margin: 8px 0;
  color: var(--navy);
}

.testimonials-hero {
  background:
    linear-gradient(90deg, rgba(7, 21, 46, 0.95), rgba(7, 21, 46, 0.68)),
    url("assets/testimonials/zsl-workshop-page-01.jpg") center 18% / cover;
}

.student-hero {
  background:
    linear-gradient(90deg, rgba(7, 21, 46, 0.95), rgba(7, 21, 46, 0.66)),
    url("assets/testimonials/students/student-01-01.jpg") center / cover;
}

.testimonial-intro {
  padding-bottom: 54px;
}

.testimonial-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-stats article,
.testimonial-card {
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.testimonial-stats article {
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 24px;
}

.testimonial-stats strong {
  color: var(--orange);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.testimonial-stats span {
  color: var(--navy);
  font-weight: 900;
}

.testimonial-gallery {
  padding-top: 54px;
}

.testimonial-tabs-section {
  padding-top: 54px;
}

.testimonial-tab-list {
  display: inline-flex;
  gap: 8px;
  margin: 0 0 26px;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  padding: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.testimonial-tab-list button {
  min-width: 132px;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  color: var(--navy);
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.testimonial-tab-list button.active {
  color: #fff;
  background: var(--navy);
}

.testimonial-panel {
  display: none;
}

.testimonial-panel.active {
  display: block;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  overflow: hidden;
  box-shadow: none;
}

.testimonial-image-link {
  display: block;
  background: #f8fbfd;
}

.testimonial-image-link img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
}

.student-gallery-grid .testimonial-image-link img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

.teacher-gallery-grid .testimonial-image-link img {
  aspect-ratio: 3 / 4;
  object-position: center;
}

.teacher-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.teacher-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
}

.teacher-card .testimonial-image-link {
  align-self: stretch;
}

.teacher-card .testimonial-image-link img {
  width: 112px;
  height: 146px;
  aspect-ratio: auto;
  object-fit: cover;
}

.teacher-card .testimonial-card-copy {
  padding: 18px;
}

.testimonial-card-copy {
  padding: 22px;
}

.testimonial-card-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.testimonial-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.22;
}

.testimonial-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.56;
}

.testimonial-card details {
  margin-top: 16px;
  border-top: 1px solid rgba(223, 230, 239, 0.92);
  padding-top: 14px;
}

.testimonial-card summary {
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.testimonial-card ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.testimonial-card li {
  color: var(--muted);
  font-size: 0.92rem;
}

.testimonial-card li a {
  color: var(--purple);
  font-weight: 850;
}

.student-video-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 16px;
  border-radius: var(--radius);
  padding: 0 14px;
  color: #fff;
  background: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  gap: 10px;
}

.floating-contact-button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 14px 36px rgba(7, 21, 46, 0.24);
}

.floating-contact-button svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.floating-contact-button.whatsapp {
  background: #25d366;
}

.floating-contact-button.email {
  background: var(--navy);
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 28px 0;
  color: #fff;
  background: var(--navy);
}

.site-footer::before {
  content: "";
  position: absolute;
}

footer.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(24px, calc((100% - var(--site-max)) / 2));
  padding-right: max(24px, calc((100% - var(--site-max)) / 2));
}

.footer-mark img {
  padding: 4px;
  border-radius: 8px;
  background: #fff;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a {
  color: #fff;
  font-weight: 900;
}

.footer-links {
  display: inline-flex;
  justify-content: flex-end;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.privacy-policy-content {
  display: grid;
  gap: 18px;
  padding-top: 74px;
  padding-bottom: 92px;
}

.privacy-policy-content article {
  padding: 30px;
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.privacy-policy-content h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.15;
}

.privacy-policy-content p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
}

.privacy-policy-content p + p {
  margin-top: 14px;
}

.privacy-policy-content a {
  color: var(--green);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.alpha-hero {
  width: min(var(--site-max), calc(100% - 32px));
  min-height: 720px;
  margin: 0 auto;
  padding: 150px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 56px;
  align-items: center;
}

.alpha-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.alpha-hero-copy > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: #334155;
  font-size: 1.18rem;
}

.alpha-proof-list {
  max-width: 720px;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.alpha-proof-list li {
  position: relative;
  padding: 15px 16px 15px 42px;
  border: 1px solid rgba(7, 21, 46, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue);
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(7, 21, 46, 0.06);
}

.alpha-proof-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 12px 0 0 var(--green);
}

.alpha-hero-visual {
  position: relative;
  display: grid;
  gap: 18px;
}

.alpha-brand-panel {
  padding: 20px;
  border: 1px solid rgba(7, 21, 46, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.alpha-center-logo {
  width: min(100%, 440px);
  margin: 0 auto;
  object-fit: contain;
}

.alpha-visual-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(7, 21, 46, 0.12);
  background: linear-gradient(135deg, rgba(255, 121, 0, 0.13), rgba(67, 175, 53, 0.11)), #fff;
  box-shadow: var(--shadow);
}

.alpha-visual-card.large {
  min-height: 360px;
  padding: 18px;
}

.alpha-visual-card > img:first-child {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  border-radius: 6px;
}

.image-logo-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 104px;
  height: 70px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(7, 21, 46, 0.16);
}

.alpha-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.alpha-mini-metrics span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.alpha-intro {
  padding-top: 50px;
}

.alpha-curiosity-panel {
  width: min(var(--site-max), calc(100% - 32px));
  margin: 24px auto 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  padding: 36px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 121, 0, 0.24), transparent 42%),
    radial-gradient(circle at 82% 12%, rgba(67, 175, 53, 0.22), transparent 20rem),
    var(--navy);
  box-shadow: var(--shadow);
}

.alpha-curiosity-panel h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.alpha-curiosity-panel p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.alpha-curiosity-panel aside {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.alpha-curiosity-panel aside strong {
  color: var(--orange);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.82;
}

.alpha-curiosity-panel aside span {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
}

.alpha-promise-grid,
.alpha-system-cards,
.alpha-operations-grid,
.package-grid,
.financial-grid,
.partner-eligibility-grid {
  display: grid;
  gap: 18px;
}

.alpha-promise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.alpha-promise-grid article,
.alpha-system-cards article,
.alpha-operations-grid article,
.package-grid article,
.financial-grid article,
.partner-eligibility-grid article {
  border: 1px solid rgba(7, 21, 46, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.alpha-promise-grid article,
.alpha-system-cards article,
.alpha-operations-grid article,
.package-grid article,
.financial-grid article,
.partner-eligibility-grid article {
  padding: 28px;
}

.alpha-promise-grid span,
.package-grid span,
.financial-grid span,
.partner-eligibility-grid span {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.alpha-promise-grid h3,
.alpha-system-cards h3,
.alpha-operations-grid h3,
.package-grid h3,
.financial-grid h3,
.partner-eligibility-grid h3 {
  margin: 10px 0;
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.alpha-promise-grid p,
.alpha-system-cards p,
.alpha-operations-grid li,
.package-grid p,
.financial-grid p,
.partner-eligibility-grid p,
.financial-grid em,
.projection-note {
  color: var(--muted);
}

.alpha-system {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
}

.alpha-system-copy h2,
.alpha-financial-copy h2,
.alpha-impact-strip h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1;
}

.alpha-system-copy > p,
.alpha-financial-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.06rem;
}

.alpha-system-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.alpha-cycle {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: radial-gradient(circle at center, rgba(7, 21, 46, 0.08), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 251, 0.92));
  border: 1px solid rgba(7, 21, 46, 0.1);
  box-shadow: var(--shadow);
}

.cycle-core {
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.12), 0 18px 48px rgba(7, 21, 46, 0.24);
  text-align: center;
}

.cycle-core strong {
  display: block;
  color: var(--orange);
  font-size: 4.2rem;
  line-height: 0.9;
}

.cycle-core span {
  max-width: 130px;
  font-weight: 800;
}

.alpha-cycle ol {
  position: absolute;
  inset: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alpha-cycle li {
  position: absolute;
  min-width: 112px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 21, 46, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  box-shadow: var(--soft-shadow);
  text-align: center;
  font-weight: 800;
}

.alpha-cycle li:nth-child(1) { top: 8%; left: 50%; transform: translateX(-50%); }
.alpha-cycle li:nth-child(2) { top: 22%; right: 8%; }
.alpha-cycle li:nth-child(3) { top: 50%; right: 2%; transform: translateY(-50%); }
.alpha-cycle li:nth-child(4) { right: 13%; bottom: 14%; }
.alpha-cycle li:nth-child(5) { bottom: 8%; left: 50%; transform: translateX(-50%); }
.alpha-cycle li:nth-child(6) { bottom: 18%; left: 9%; }
.alpha-cycle li:nth-child(7) { top: 34%; left: 4%; }

.capacity-board {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
  margin: 36px 0 18px;
}

.capacity-board div {
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}

.capacity-board strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.capacity-board span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.alpha-operations-grid,
.package-grid,
.financial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-eligibility-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.alpha-operations-grid ul,
.alpha-impact-strip ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.alpha-operations-grid li,
.alpha-impact-strip li {
  margin: 10px 0;
}

.package-grid {
  margin-top: 34px;
}

.package-grid h3 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.featured-package {
  border-color: rgba(255, 121, 0, 0.42) !important;
  background: linear-gradient(180deg, rgba(255, 121, 0, 0.12), rgba(255, 255, 255, 0.92)) !important;
}

.alpha-financials {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: start;
}

.financial-grid article {
  display: grid;
  align-content: start;
}

.financial-grid h3 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.financial-grid strong {
  margin-top: 10px;
  color: var(--green);
  font-size: 1.02rem;
}

.financial-grid em {
  margin-top: 12px;
  font-style: normal;
  font-weight: 800;
}

.projection-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 20px;
  border-left: 5px solid var(--orange);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.alpha-impact-strip {
  width: min(var(--site-max), calc(100% - 32px));
  margin: 46px auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.alpha-impact-strip > div {
  padding: 36px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 121, 0, 0.2), transparent 44%), var(--navy);
  box-shadow: var(--shadow);
}

.alpha-impact-strip > div:nth-child(2) {
  background: linear-gradient(135deg, rgba(67, 175, 53, 0.24), transparent 44%), var(--blue);
}

.alpha-impact-strip h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.alpha-impact-strip li {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.alpha-contact {
  margin-top: 52px;
}

.alpha-gated-note {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}

.alpha-gated-note strong {
  color: var(--orange);
}

.alpha-gated-note span {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    height: auto;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    padding: 0 13px;
    color: #fff;
    background: var(--navy);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: stretch;
    gap: 8px;
    padding-top: 8px;
    overflow: visible;
  }

  .nav-cta {
    display: none !important;
  }

  .site-header.menu-open .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-nav a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 12px;
    background: #f4f8fb;
  }

	  .intro-grid,
	  .intro-copy,
	  .visual-band,
	  .team-layout,
	  .pathway-card,
	  .pathway-card.alternate,
	  .impact-band,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .pathway-card.alternate .pathway-copy,
  .pathway-card.alternate img {
    order: initial;
  }

  .pathway-map {
    grid-template-columns: 1fr 1fr;
  }

  .pathway-map span:not(:last-child)::after {
    display: none;
  }

  .research-points {
    grid-template-columns: 1fr;
  }

	  .challenge-grid,
	  .affiliation-grid,
	  .product-grid,
	  .partner-grid,
	  .testimonial-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

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

	  .pathway-insights,
	  .contact-page-grid,
	  .contact-pathways,
	  .office-address-grid,
	  .testimonial-stats {
    grid-template-columns: 1fr;
  }

  .team-row-grid,
  .advisor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alpha-hero,
  .alpha-system,
  .alpha-financials {
    grid-template-columns: 1fr;
  }

  .alpha-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .alpha-promise-grid,
  .alpha-operations-grid,
  .package-grid,
  .financial-grid,
  .alpha-impact-strip,
  .partner-eligibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alpha-curiosity-panel,
  .alpha-gated-note {
    grid-template-columns: 1fr;
  }

  .capacity-board {
    grid-template-columns: 1fr 1fr;
  }

  .capacity-board div:first-child {
    grid-column: 1 / -1;
  }

  .contact-strip {
    padding-right: 210px;
  }
}

@media (max-width: 1180px) {
	  .intro-grid,
	  .intro-copy,
	  .visual-band,
	  .team-layout,
	  .impact-band,
	  .pathway-card,
  .pathway-card.alternate {
    grid-template-columns: 1fr;
  }

  .pathway-card.alternate .pathway-copy,
  .pathway-card.alternate img {
    order: initial;
  }

  .intro-copy > p,
  .visual-band p:not(.eyebrow),
  .impact-band p:not(.eyebrow),
  .pathway-copy > p {
    max-width: 860px;
  }

  .pathway-card img {
    max-height: 520px;
  }

  .impact-band {
    gap: 36px;
  }

  .intro-grid .section-kicker {
    position: static;
    max-width: 980px;
  }

  .alpha-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 34px;
  }

  .alpha-system {
    grid-template-columns: 1fr;
  }

  .alpha-financials {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .alpha-hero,
  .alpha-system,
  .alpha-financials {
    grid-template-columns: 1fr;
  }

  .alpha-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .alpha-promise-grid,
  .alpha-operations-grid,
  .package-grid,
  .financial-grid,
  .alpha-impact-strip,
  .partner-eligibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alpha-curiosity-panel,
  .alpha-gated-note {
    grid-template-columns: 1fr;
  }

  .capacity-board {
    grid-template-columns: 1fr 1fr;
  }

  .capacity-board div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
  }

  .brand-mark img {
    width: 86px;
    height: 56px;
  }

  .main-nav a {
    padding: 0 11px;
    font-size: 0.84rem;
  }

  .menu-toggle {
    justify-self: end;
    grid-column: auto;
    max-width: 108px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner,
  .section,
  .visual-band,
  .impact-band,
  .contact-strip {
    width: calc(100% - 28px);
  }

  .hero-inner {
    padding-bottom: 48px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 2.02rem;
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-metrics li {
    flex: 1 1 100%;
    min-width: 0;
    height: auto;
    line-height: 1.25;
    white-space: normal;
  }

  h2 {
    font-size: clamp(1.82rem, 8vw, 2.35rem);
  }

  .section,
  .challenge-section,
  .solutions,
  .impact-band {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intro-grid,
  .impact-band {
    gap: 30px;
  }

  .visual-band {
    width: calc(100% - 28px);
    gap: 28px;
    padding: 18px;
  }

		  .research-points article,
		  .challenge-grid,
		  .affiliation-grid,
		  .partner-grid,
		  .team-row-grid,
		  .advisor-grid,
		  .testimonial-grid,
		  .site-footer {
    grid-template-columns: 1fr;
  }

  .challenge-section,
  .solutions,
  .impact-band {
    padding-left: 14px;
    padding-right: 14px;
  }

  .visual-band img,
  .inline-visual,
  .impact-band img,
  .pathway-card img {
    min-height: 280px;
  }

	  .pathway-copy,
	  .challenge-grid article,
	  .affiliation-grid article,
	  .product-card,
	  .team-card,
	  .advisor-card,
	  .partner-grid article {
	    padding: 24px;
	  }

	  .partner-grid article,
	  .team-card,
	  .advisor-card {
	    grid-template-columns: 1fr;
	    gap: 16px;
	  }

	  .partner-visual {
	    width: 78px;
	    height: 78px;
	  }

		  .team-photo {
		    width: 100%;
		    height: auto;
		    aspect-ratio: 3 / 2;
		  }

	  .product-grid,
	  .challenge-grid,
	  .affiliation-grid,
	  .testimonial-grid {
	    grid-template-columns: 1fr;
	  }

	  .teacher-gallery-grid {
	    grid-template-columns: 1fr;
	  }

	  .teacher-card {
	    grid-template-columns: 104px minmax(0, 1fr);
	  }

	  .teacher-card .testimonial-image-link img {
	    width: 104px;
	    height: 138px;
	  }

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

  .product-card img {
    width: 100%;
    max-width: 220px;
  }

  .edzhub-mark {
    width: 100%;
    max-width: 220px;
  }

  .page-hero {
    padding: 132px 14px 58px;
  }

  .contact-panel,
  .contact-card {
    padding: 24px;
  }

  .affiliation-grid article {
    grid-template-columns: minmax(68px, 1fr) minmax(0, 4fr);
    column-gap: 16px;
    min-height: auto;
  }

  .affiliation-logo,
  .affiliation-logo.wide-logo {
    width: 100%;
    max-width: 96px;
    height: 76px;
  }

  .contact-strip {
    margin-bottom: 64px;
    padding: 30px 24px 158px;
  }

  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-strip img {
    right: 18px;
    width: 118px;
  }

  .alpha-hero {
    width: calc(100% - 28px);
    padding: 128px 0 52px;
    gap: 30px;
  }

  .alpha-hero-copy h1 {
    font-size: clamp(2.2rem, 13vw, 3.4rem);
    line-height: 1.02;
  }

  .alpha-proof-list,
  .alpha-mini-metrics,
  .alpha-promise-grid,
  .alpha-system-cards,
  .alpha-operations-grid,
  .package-grid,
  .financial-grid,
  .partner-eligibility-grid,
  .alpha-impact-strip,
  .capacity-board {
    grid-template-columns: 1fr;
  }

  .alpha-curiosity-panel {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .alpha-curiosity-panel aside {
    padding: 22px;
  }

  .alpha-gated-note {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .alpha-visual-card.large {
    min-height: 260px;
    padding: 12px;
  }

  .alpha-visual-card > img:first-child {
    min-height: 240px;
  }

  .image-logo-badge {
    right: 20px;
    bottom: 20px;
    width: 84px;
    height: 58px;
  }

  .alpha-cycle {
    min-height: auto;
    padding: 24px;
    place-items: stretch;
  }

  .cycle-core {
    width: 100%;
    height: auto;
    min-height: 130px;
    border-radius: var(--radius);
  }

  .cycle-core strong {
    font-size: 3.2rem;
  }

  .cycle-core span {
    max-width: none;
  }

  .alpha-cycle ol {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
  }

  .alpha-cycle li,
  .alpha-cycle li:nth-child(n) {
    position: static;
    min-width: 0;
    transform: none;
  }

  .alpha-impact-strip {
    width: calc(100% - 28px);
  }
}

@media (max-width: 380px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .teacher-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .teacher-card .testimonial-image-link img {
    width: 92px;
    height: 124px;
  }

  .teacher-card .testimonial-card-copy {
    padding: 14px;
  }

  .alpha-cycle ol {
    grid-template-columns: 1fr;
  }

  .affiliation-grid article {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .affiliation-logo,
  .affiliation-logo.wide-logo {
    width: 112px;
    max-width: 112px;
  }
}
