/* ============================================================
   Auxova Foundation — Global Stylesheet
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  color: #0B2447;
  background: #FBFBFE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

::selection {
  background: #116DFD;
  color: #fff;
}

/* ---------- Hero Slideshow ---------- */
.ax-hero-slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.ax-hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.ax-hero-slide.is-active {
  opacity: 1;
}

.ax-hero-slideshow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(251,251,254,.82) 0%, rgba(251,251,254,.88) 50%, rgba(251,251,254,.94) 100%);
  z-index: 1;
}

/* ---------- Program Section Images ---------- */
.ax-program-section-img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  max-height: 380px;
}

/* ---------- Keyframe Animations ---------- */
@keyframes axDrift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -40px) scale(1.15); }
}

@keyframes axDrift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-70px, 50px) scale(1.1); }
}

@keyframes axPulse {
  0% { transform: scale(1); opacity: .55; }
  100% { transform: scale(2.2); opacity: 0; }
}

@keyframes axRise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@keyframes axFloatA {
  0%, 100% { transform: translateY(0) rotate(8deg); }
  50% { transform: translateY(-22px) rotate(11deg); }
}

@keyframes axShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes axParticle {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateY(-620px); opacity: 0; }
}

@keyframes axUnderline {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

/* ---------- Typography Helpers ---------- */
.ax-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  color: #116DFD;
  text-transform: uppercase;
}

.ax-h2 {
  font-family: 'Sora', sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

/* CareerMate.ai: matches the 32px size the other 7 thematic-area
   headings use, but scales down smoothly on narrow screens so this
   single compound word (no natural break point) fits on one line
   instead of wrapping or overflowing the card border. */
.ax-h2.ax-careermate-title {
  font-size: clamp(24px, 7vw, 32px);
}

.ax-h2-big {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #fff;
  text-wrap: balance;
}

/* ---------- Layout Helpers ---------- */
.ax-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Focus Styles (Accessibility) ---------- */
:focus-visible {
  outline: 2px solid #116DFD;
  outline-offset: 3px;
  border-radius: 4px;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.ax-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(251, 251, 254, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 36, 71, .07);
}

.ax-navbar {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.ax-nav-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: none;
  text-decoration: none;
}

.ax-nav-logo img {
  width: auto;
  height: 34px;
}

.ax-nav-logo-text {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0B2447;
  letter-spacing: -0.01em;
}

.ax-nav-logo-text span {
  font-weight: 500;
  color: #51607A;
}

.ax-navlinks {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 14.5px;
  font-weight: 600;
  color: #3A4A66;
}

.ax-navlinks a {
  color: #3A4A66;
  transition: color .2s;
}

.ax-navlinks a:hover {
  color: #116DFD;
}

.ax-navcta {
  flex: none;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(120deg, #023EDC, #116DFD 55%, #9748FC);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 100px;
  box-shadow: 0 6px 18px rgba(17, 109, 253, .28);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}

.ax-navcta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(17, 109, 253, .38);
  color: #fff;
}

.ax-hamburger {
  display: none;
  flex: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: 1.5px solid rgba(11, 36, 71, .14);
  border-radius: 12px;
  cursor: pointer;
  margin-left: auto;
  transition: border-color .2s;
}

.ax-hamburger:hover {
  border-color: rgba(11, 36, 71, .3);
}

.ax-hamburger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #0B2447;
  transition: transform .3s, opacity .3s;
}

.ax-hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ax-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.ax-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.ax-mobile-menu {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid rgba(11, 36, 71, .08);
  box-shadow: 0 24px 48px rgba(11, 36, 71, .12);
  display: flex;
  flex-direction: column;
  padding: 12px 20px 20px;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), opacity .3s;
}

.ax-mobile-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.ax-mobile-menu a {
  padding: 14px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #0B2447;
  border-bottom: 1px solid rgba(11, 36, 71, .06);
  transition: color .2s;
}

.ax-mobile-menu a:last-child {
  border-bottom: none;
}

.ax-mobile-menu a:hover {
  color: #116DFD;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ax-hero {
  position: relative;
  padding: 116px 32px 40px;
  text-align: left;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.ax-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.ax-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ax-hero-orb--left {
  top: -120px;
  left: 8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(16, 171, 253, .22), rgba(16, 171, 253, 0) 65%);
  filter: blur(10px);
  animation: axDrift1 14s ease-in-out infinite;
}

.ax-hero-orb--right {
  top: 40px;
  right: 4%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(151, 72, 252, .16), rgba(151, 72, 252, 0) 65%);
  filter: blur(10px);
  animation: axDrift2 17s ease-in-out infinite;
}

.ax-hero-mark {
  position: absolute;
  pointer-events: none;
}

.ax-hero-mark--right {
  right: 6%;
  top: 210px;
  width: 130px;
  opacity: .12;
  animation: axFloatA 9s ease-in-out infinite;
}

.ax-hero-mark--left {
  left: 5%;
  top: 420px;
  width: 76px;
  opacity: .09;
  animation: axFloatA 11s ease-in-out 1.5s infinite reverse;
}

.ax-hero-particles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.ax-particle {
  position: absolute;
  border-radius: 50%;
}

.ax-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

/* ---------- Hero Visual Showcase (right-hand image box) ---------- */
.ax-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  animation: axRise .9s cubic-bezier(.2, .7, .2, 1) .2s both;
}

.ax-hero-visual-frame {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: clamp(260px, 24vw, 380px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #10ABFD, #9748FC);
  box-shadow: 0 24px 60px -14px rgba(11, 36, 71, .28), 0 0 0 1px rgba(255, 255, 255, .5) inset;
}

.ax-hero-visual-frame::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  padding: 2.5px;
  background: linear-gradient(135deg, #10ABFD, #116DFD 45%, #9748FC);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
  pointer-events: none;
}

.ax-hero-visual-slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ax-hero-visual-slideshow .ax-hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.ax-hero-visual-slideshow .ax-hero-slide.is-active {
  opacity: 1;
}

.ax-hero-visual-slideshow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(11, 36, 71, 0) 45%, rgba(11, 36, 71, .58) 100%);
  z-index: 1;
}

.ax-hero-h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4.6vw, 48px);
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
  animation: axRise .9s cubic-bezier(.2, .7, .2, 1) .12s both;
}

.ax-shimmer-text {
  position: relative;
  display: inline-block;
  background: linear-gradient(110deg, #023EDC, #116DFD 30%, #9748FC 55%, #10ABFD 75%, #023EDC);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: axShimmer 6s linear infinite;
}

.ax-underline-svg {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 14px;
  overflow: visible;
}

.ax-underline-path {
  animation: axUnderline 1.1s cubic-bezier(.6, 0, .2, 1) 1s both;
}

.ax-hero-sub {
  margin: 0;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  color: #51607A;
  text-wrap: pretty;
  animation: axRise .9s cubic-bezier(.2, .7, .2, 1) .24s both;
}

.ax-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  animation: axRise .9s cubic-bezier(.2, .7, .2, 1) .36s both;
}

.ax-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(120deg, #023EDC, #116DFD 55%, #9748FC);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  box-shadow: 0 10px 28px rgba(17, 109, 253, .32);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}

.ax-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17, 109, 253, .42);
  color: #fff;
}

.ax-btn-secondary {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #0B2447;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1.5px solid rgba(11, 36, 71, .14);
  transition: border-color .2s, transform .2s;
  text-decoration: none;
}

.ax-btn-secondary:hover {
  border-color: #116DFD;
  transform: translateY(-2px);
  color: #0B2447;
}

.ax-hero-tagline {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #8A96AB;
  animation: axRise .9s cubic-bezier(.2, .7, .2, 1) .48s both;
}

/* ============================================================
   PROBLEM SECTION
   ============================================================ */
.ax-problem {
  background: #F2F5FB;
  padding: 104px 32px;
}

.ax-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.ax-problem-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ax-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}

.ax-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 700;
  color: #0B2447;
}

.ax-bullet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}

.ax-stat-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ax-stat-card {
  background: #fff;
  border: 1px solid rgba(11, 36, 71, .07);
  border-radius: 20px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  box-shadow: 0 2px 10px rgba(11, 36, 71, .04);
  transition: transform .25s, box-shadow .25s;
}

.ax-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(11, 36, 71, .08);
}

.ax-stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(110deg, #023EDC, #116DFD 60%, #9748FC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-width: 158px;
  line-height: 1;
}

.ax-stat-desc {
  font-size: 15.5px;
  line-height: 1.55;
  color: #51607A;
  font-weight: 600;
}

.ax-stat-source {
  display: block;
  font-size: 12.5px;
  color: #8A96AB;
  font-weight: 600;
  margin-top: 3px;
}

/* ============================================================
   JOURNEY SECTION
   ============================================================ */
.ax-journey {
  background: #0B2447;
  padding: 110px 32px 150px;
  position: relative;
  overflow: hidden;
}

.ax-journey-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ax-journey-orb--tr {
  top: -180px;
  right: -120px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(151, 72, 252, .18), transparent 65%);
}

.ax-journey-orb--bl {
  bottom: -220px;
  left: -140px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(16, 171, 253, .14), transparent 65%);
}

.ax-journey-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}

.ax-journey-header .ax-label {
  color: #10ABFD;
}

.ax-journey-subtitle {
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.7;
  color: #9FB0CB;
  font-weight: 500;
  text-wrap: pretty;
}

.ax-journey-wrap {
  position: relative;
  height: 420px;
}

.ax-journey-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: visible;
}

.ax-journey-labels {
  display: contents;
}

.ax-journey-label {
  position: absolute;
  top: 190px;
  transform: translateX(-50%);
  width: 230px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ax-journey-label-title {
  font-family: 'Sora', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

.ax-journey-label-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #9FB0CB;
  font-weight: 500;
}

.ax-journey-chips {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -40px;
}

.ax-journey-chip {
  padding: 9px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .16);
  color: #C9D6EA;
  font-size: 13.5px;
  font-weight: 700;
}

/* Journey SVG node pulse (transform-origin must be set inline) */
.ax-node-pulse {
  fill: none;
  stroke-width: 2;
}

/* ============================================================
   PILLARS SECTION
   ============================================================ */
.ax-pillars {
  padding: 110px 32px;
}

.ax-pillars-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
}

.ax-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ax-pillar-card {
  background: #fff;
  border: 1px solid rgba(11, 36, 71, .08);
  border-radius: 22px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s, box-shadow .25s;
}

.ax-pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(11, 36, 71, .10);
}

.ax-pillar-card--gradient-border {
  position: relative;
  display: block;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(135deg, #10ABFD, #116DFD 45%, #9748FC);
  text-decoration: none;
  color: inherit;
  transition: transform .25s, box-shadow .25s;
}

.ax-pillar-card--gradient-border:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(80, 66, 231, .22);
}

.ax-pillar-card--inner {
  background: #fff;
  border-radius: 20px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.ax-pillar-badge {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 16px;
  flex: none;
}

.ax-pillar-h3 {
  margin: 8px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ax-pillar-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #51607A;
  font-weight: 500;
}

.ax-pillar-tags {
  margin: auto 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(11, 36, 71, .07);
  font-size: 13px;
  line-height: 1.7;
  color: #8A96AB;
  font-weight: 600;
}

.ax-pillars-footnote {
  margin: 40px auto 0;
  max-width: 620px;
  text-align: center;
  font-size: 16.5px;
  line-height: 1.65;
  color: #51607A;
  font-weight: 600;
}

.ax-pillars-footnote .gradient-text {
  background: linear-gradient(110deg, #116DFD, #9748FC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

/* ============================================================
   IMPACT SECTION
   ============================================================ */
.ax-impact {
  background: #F2F5FB;
  padding: 104px 32px;
}

.ax-impact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}

.ax-impact-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ax-impact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.ax-impact-tag {
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(17, 109, 253, .07);
  border: 1px solid rgba(17, 109, 253, .18);
  font-size: 14px;
  font-weight: 700;
  color: #116DFD;
}

.ax-impact-tag:nth-child(3n+2) {
  background: rgba(151, 72, 252, .07);
  border-color: rgba(151, 72, 252, .18);
  color: #9748FC;
}

.ax-impact-card {
  background: #fff;
  border: 1px solid rgba(11, 36, 71, .08);
  border-radius: 24px;
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 2px 12px rgba(11, 36, 71, .05);
}

.ax-impact-card-title {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0B2447;
}

.ax-check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ax-check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ax-check-icon {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ax-check-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3A4A66;
  font-weight: 600;
}

.ax-impact-link {
  margin-top: 4px;
  font-size: 14.5px;
  font-weight: 800;
  color: #116DFD;
  transition: color .2s;
}

.ax-impact-link:hover {
  color: #023EDC;
}

/* ============================================================
   STORY SPOTLIGHT SECTION
   ============================================================ */
.ax-stories {
  padding: 110px 32px;
}

.ax-stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ax-story-image {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.ax-story-placeholder {
  width: 100%;
  height: 440px;
  border-radius: 24px;
  background: linear-gradient(145deg, #E8EEFB 0%, #D6DFF5 30%, #E4E0F8 60%, #E8EEFB 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.ax-story-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 30% 40%, rgba(17,109,253,.08), transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(151,72,252,.06), transparent 50%);
  pointer-events: none;
}

.ax-story-placeholder-mark {
  width: 80px;
  height: 80px;
  opacity: .18;
}

.ax-story-placeholder-text {
  font-size: 15px;
  font-weight: 700;
  color: #8A96AB;
  letter-spacing: .02em;
}

.ax-story-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ax-story-h2 {
  font-family: 'Sora', sans-serif;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.ax-blockquote {
  border-left: 3px solid;
  border-image: linear-gradient(to bottom, #116DFD, #9748FC) 1;
  padding: 6px 0 6px 24px;
}

.ax-blockquote p {
  font-size: 17px;
  line-height: 1.7;
  color: #8A96AB;
  font-weight: 500;
  font-style: italic;
}

.ax-blockquote cite {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #8A96AB;
  font-style: normal;
}

.ax-story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 800;
  color: #116DFD;
  transition: color .2s;
}

.ax-story-link:hover {
  color: #023EDC;
}

/* ============================================================
   PARTNERS SECTION
   ============================================================ */
.ax-partners {
  background: #F2F5FB;
  padding: 104px 32px;
}

.ax-partners-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.ax-partners-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.ax-partner-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.ax-partner-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(11, 36, 71, .08);
  border-radius: 16px;
  padding: 30px 14px 26px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 700;
  color: #116DFD;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
}

.ax-partner-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10ABFD, #116DFD 55%, #9748FC);
}

.ax-partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(11, 36, 71, .08);
}

.ax-delivery-model {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.ax-delivery-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #8A96AB;
  text-transform: uppercase;
}

.ax-delivery-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #3A4A66;
}

.ax-delivery-step {
  padding: 8px 16px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid rgba(11, 36, 71, .09);
  transition: transform .2s;
}

.ax-delivery-step:hover {
  transform: translateY(-2px);
}

.ax-delivery-arrow {
  color: #116DFD;
}

.ax-delivery-arrow--purple {
  color: #9748FC;
}

.ax-delivery-step--cta {
  background: linear-gradient(120deg, #116DFD, #9748FC);
  border: 1px solid transparent;
  color: #fff;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.ax-cta {
  padding: 110px 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #032B9E, #0B4BE0 45%, #6C31E1);
}

.ax-cta-mark {
  position: absolute;
  right: -60px;
  bottom: -110px;
  width: 420px;
  opacity: .1;
  pointer-events: none;
}

.ax-cta-orb {
  position: absolute;
  top: -160px;
  left: 20%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .14), transparent 65%);
  pointer-events: none;
}

.ax-cta-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  position: relative;
}

.ax-cta-sub {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
  max-width: 600px;
  text-wrap: pretty;
}

.ax-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.ax-btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0B2447;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 34px;
  border-radius: 100px;
  box-shadow: 0 12px 30px rgba(3, 20, 60, .3);
  transition: transform .2s;
  text-decoration: none;
}

.ax-btn-cta-primary:hover {
  transform: translateY(-2px);
  color: #0B2447;
}

.ax-btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  transition: background .2s;
  text-decoration: none;
}

.ax-btn-cta-secondary:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

/* ============================================================
   FOOTER
   ============================================================ */
.ax-footer {
  background: #081A35;
  padding: 72px 32px 40px;
}

.ax-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.ax-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ax-footer-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ax-footer-logo img {
  width: auto;
  height: 32px;
}

.ax-footer-logo-text {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.ax-footer-logo-text span {
  font-weight: 500;
  color: #7C8DA9;
}

.ax-footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: #7C8DA9;
  font-weight: 500;
  max-width: 300px;
}

.ax-footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}

.ax-footer-col-label {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #55688A;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.ax-footer-col a {
  color: #B8C6DD;
  transition: color .2s;
}

.ax-footer-col a:hover {
  color: #fff;
}

.ax-footer-col-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #B8C6DD;
}

.ax-footer-col-contact .ax-footer-col-label {
  margin-bottom: 2px;
}

.ax-footer-reg {
  font-size: 13px;
  color: #7C8DA9;
  line-height: 1.5;
}

.ax-footer-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 13px;
  font-weight: 600;
  color: #55688A;
  gap: 8px;
}

/* ============================================================
   SCROLL REVEAL INITIAL STATE
   (Set by JS, defined here for documentation)
   ============================================================ */
[data-reveal] {
  /* JS will set opacity: 0 and transform: translateY(26px) */
  /* and transition on DOMContentLoaded */
}

/* ============================================================
   ACTIVE NAV STATE
   ============================================================ */
.ax-navlinks a.is-active {
  color: #116DFD;
}

/* ============================================================
   PAGE HERO (inner pages — dark bg)
   ============================================================ */
.ax-page-hero {
  position: relative;
  padding: 160px 32px 88px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0B2447 0%, #1A1A2E 50%, #0B2447 100%);
}

.ax-page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(16,171,253,.12), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(151,72,252,.10), transparent 50%);
  pointer-events: none;
}

.ax-page-hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.ax-page-hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-wrap: balance;
}

.ax-page-hero .ax-label {
  color: #10ABFD;
}

.ax-page-hero p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
  font-weight: 500;
  max-width: 640px;
  margin: 0 auto;
  text-wrap: pretty;
}

/* ============================================================
   SECTION HELPERS
   ============================================================ */
.ax-section {
  padding: 104px 32px;
}

.ax-section--gray {
  background: #F2F5FB;
}

.ax-section--dark {
  background: #0B2447;
}

.ax-section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  margin-bottom: 56px;
}

.ax-section-header p {
  max-width: 640px;
  font-size: 17px;
  line-height: 1.7;
  color: #51607A;
  font-weight: 500;
  text-wrap: pretty;
}

.ax-section-header--left {
  text-align: left;
  align-items: flex-start;
}

.ax-section-header--left p {
  margin: 0;
}

.ax-section-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #51607A;
  font-weight: 500;
  text-wrap: pretty;
}

.ax-section-text--center {
  text-align: center;
}

/* Two-column layout */
.ax-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Prevent grid "blowout": without this, a 1fr track can't shrink
   below its content's intrinsic min-width, letting wide inner
   content (long links, form fields, etc.) force the whole grid
   wider than its container on narrow screens. */
.ax-two-col > * {
  min-width: 0;
}

.ax-two-col--contact {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.ax-two-col--reverse {
  direction: rtl;
}

.ax-two-col--reverse > * {
  direction: ltr;
}

/* Section image */
.ax-section-img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}

.ax-section-img--tall {
  height: 440px;
}

.ax-section-img--ring {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Gradient text helper */
.gradient-text {
  background: linear-gradient(110deg, #116DFD, #9748FC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

/* ============================================================
   QUOTE / CALLOUT SECTION
   ============================================================ */
.ax-quote-section {
  padding: 80px 32px;
  background: linear-gradient(135deg, #0B2447, #1A1A2E);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ax-quote-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 50% 50%, rgba(16,171,253,.08), transparent 60%);
  pointer-events: none;
}

.ax-quote-text {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Sora', sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  text-wrap: balance;
}

.ax-quote-text em {
  font-style: normal;
  background: linear-gradient(110deg, #10ABFD, #9748FC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ax-quote-cite {
  position: relative;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #7C8DA9;
}

/* ============================================================
   PROGRAMS GRID (8 cards)
   ============================================================ */
.ax-programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}

.ax-program-card {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 22px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform .25s, box-shadow .25s;
}

.ax-program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(11,36,71,.10);
}

.ax-program-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex: none;
}

.ax-program-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 4px 0 0;
}

.ax-program-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #51607A;
  font-weight: 500;
}

.ax-focus-areas {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(11,36,71,.07);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ax-focus-tag {
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(17, 109, 253, .07);
  border: 1px solid rgba(17, 109, 253, .18);
  font-size: 12.5px;
  font-weight: 700;
  color: #116DFD;
}

/* ============================================================
   5D FRAMEWORK
   ============================================================ */
.ax-framework {
  display: flex;
  gap: 0;
  align-items: stretch;
  position: relative;
}

.ax-framework-step {
  flex: 1;
  text-align: center;
  padding: 32px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ax-framework-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 18px;
  flex: none;
}

.ax-framework-step h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ax-framework-step p {
  font-size: 14px;
  line-height: 1.55;
  color: #51607A;
  font-weight: 500;
}

.ax-framework-connector {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #116DFD;
  font-size: 18px;
  font-weight: 800;
  z-index: 2;
}

/* ============================================================
   WHY CHOOSE US (4 icon cards)
   ============================================================ */
.ax-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ax-why-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

.ax-why-card {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform .25s, box-shadow .25s;
}

.ax-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11,36,71,.08);
}

.ax-why-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.ax-why-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ax-why-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #51607A;
  font-weight: 500;
}

/* ============================================================
   VISION / MISSION BOXES
   ============================================================ */
.ax-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.ax-vm-box {
  border-radius: 24px;
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ax-vm-box--vision {
  background: linear-gradient(135deg, #0B2447, #1A1A2E);
  color: #fff;
}

.ax-vm-box--mission {
  background: #F2F5FB;
}

.ax-vm-box h2 {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ax-vm-box p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.ax-vm-box--vision p {
  color: rgba(255,255,255,.75);
}

.ax-vm-box--mission p {
  color: #51607A;
}

/* ============================================================
   PRINCIPLES GRID
   ============================================================ */
.ax-principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.ax-principle-card {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 20px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .25s, box-shadow .25s;
}

.ax-principle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(11,36,71,.08);
}

.ax-principle-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.ax-principle-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #51607A;
  font-weight: 500;
}

/* ============================================================
   LEADERSHIP GRID
   ============================================================ */
.ax-leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.ax-leader-card {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ax-leader-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8EEFB, #D6DFF5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #8A96AB;
}

.ax-leader-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ax-leader-card .ax-leader-role {
  font-size: 14px;
  color: #116DFD;
  font-weight: 700;
  margin-top: -8px;
}

.ax-leader-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #51607A;
  font-weight: 500;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.ax-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.ax-contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.ax-contact-type {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .2s, box-shadow .2s;
}

.ax-contact-type:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(11,36,71,.08);
}

.ax-contact-type h3 {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ax-contact-type p {
  font-size: 14px;
  line-height: 1.55;
  color: #51607A;
  font-weight: 500;
}

.ax-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ax-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ax-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ax-form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #0B2447;
}

.ax-form-group label .required {
  color: #E53E3E;
}

.ax-form-group input,
.ax-form-group select,
.ax-form-group textarea {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0B2447;
  padding: 14px 18px;
  border: 1.5px solid rgba(11,36,71,.14);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s;
  outline: none;
}

.ax-form-group input:focus,
.ax-form-group select:focus,
.ax-form-group textarea:focus {
  border-color: #116DFD;
}

.ax-form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.ax-form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233A4A66' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.ax-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #51607A;
  font-weight: 500;
}

.ax-consent input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #116DFD;
}

.ax-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(120deg, #023EDC, #116DFD 55%, #9748FC);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(17,109,253,.32);
  transition: transform .2s, box-shadow .2s;
  width: fit-content;
}

.ax-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17,109,253,.42);
}

.ax-contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 24px;
}

.ax-contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ax-contact-info-item .ax-ci-label {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #8A96AB;
  text-transform: uppercase;
}

.ax-contact-info-item .ax-ci-value {
  font-size: 16px;
  font-weight: 700;
  color: #0B2447;
}

/* ============================================================
   INSIGHTS / BLOG
   ============================================================ */
.ax-insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.ax-article-card {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 22px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}

.ax-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11,36,71,.08);
}

.ax-article-thumb {
  height: 180px;
  background: linear-gradient(135deg, #E8EEFB, #D6DFF5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ax-article-body {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.ax-article-category {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #116DFD;
}

.ax-article-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.ax-article-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #51607A;
  font-weight: 500;
}

.ax-article-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(11,36,71,.07);
  font-size: 13px;
  color: #8A96AB;
  font-weight: 600;
}

/* Topics grid */
.ax-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.ax-topic-card {
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .2s, box-shadow .2s;
}

.ax-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(11,36,71,.06);
}

.ax-topic-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ax-topic-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #51607A;
  font-weight: 500;
}

/* Newsletter */
.ax-newsletter {
  background: linear-gradient(135deg, #0B2447, #1A1A2E);
  border-radius: 28px;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.ax-newsletter h2 {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.ax-newsletter p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  font-weight: 500;
  max-width: 480px;
}

.ax-newsletter-form {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 480px;
}

.ax-newsletter-form input {
  flex: 1;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 14px 20px;
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 100px;
  background: rgba(255,255,255,.08);
  outline: none;
  transition: border-color .2s;
}

.ax-newsletter-form input::placeholder {
  color: rgba(255,255,255,.4);
}

.ax-newsletter-form input:focus {
  border-color: #10ABFD;
}

.ax-newsletter-form button {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0B2447;
  background: #fff;
  padding: 14px 28px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: transform .2s;
  flex: none;
}

.ax-newsletter-form button:hover {
  transform: translateY(-1px);
}

/* ============================================================
   IMPACT MEASUREMENT CATEGORIES
   ============================================================ */
.ax-measure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ax-measure-card {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 22px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ax-measure-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0B2447;
}

.ax-measure-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ax-measure-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #3A4A66;
}

.ax-measure-card li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: none;
}

.ax-measure-card:nth-child(1) li::before { background: #10ABFD; }
.ax-measure-card:nth-child(2) li::before { background: #116DFD; }
.ax-measure-card:nth-child(3) li::before { background: #9748FC; }

/* Reporting list */
.ax-report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.ax-report-item {
  background: #fff;
  border: 1px solid rgba(11,36,71,.08);
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 700;
  color: #0B2447;
  transition: transform .2s;
}

.ax-report-item:hover {
  transform: translateY(-2px);
}

.ax-report-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: none;
}

/* SDG section */
.ax-sdg-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.ax-sdg-row img {
  width: 110px;
  height: 110px;
  border-radius: 14px;
  flex: none;
  box-shadow: 0 8px 20px rgba(11, 36, 71, .12);
  transition: transform .2s;
}

.ax-sdg-row img:hover {
  transform: translateY(-4px);
}

.ax-sdg-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.ax-sdg-item {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  overflow: hidden;
}

.ax-sdg-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* ============================================================
   POWERED BY SECTION
   ============================================================ */
.ax-powered {
  background: linear-gradient(135deg, #0B2447, #1A1A2E);
  border-radius: 28px;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ax-powered h2 {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.ax-powered h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #10ABFD;
  margin-bottom: 8px;
}

.ax-powered p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  font-weight: 500;
}

/* ============================================================
   CTA IMAGE SECTION (hero image behind CTA)
   ============================================================ */
.ax-cta-image {
  position: relative;
  overflow: hidden;
}

.ax-cta-image .ax-cta-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ax-cta-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(120deg, rgba(3,43,158,.88), rgba(11,75,224,.82) 45%, rgba(108,49,225,.85));
  z-index: 1;
}

.ax-cta-image .ax-cta-content {
  z-index: 2;
}

/* Social links */
.ax-social-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.ax-social-link {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: background .2s, border-color .2s;
}

.ax-social-link:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.5);
  color: #fff;
}

/* Footer social */
.ax-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.ax-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C8DA9;
  font-size: 15px;
  transition: color .2s, border-color .2s;
}

.ax-footer-social a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.3);
}

/* ============================================================
   RESPONSIVE — 940px (tablet, hamburger)
   ============================================================ */
@media (max-width: 940px) {
  .ax-navlinks {
    display: none;
  }

  .ax-hamburger {
    display: flex;
  }

  .ax-navbar {
    padding: 0 20px;
    gap: 14px;
  }

  .ax-navcta {
    margin-left: auto;
    padding: 9px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .ax-navcta {
    display: none;
  }
}

/* ============================================================
   RESPONSIVE — 860px (mobile)
   ============================================================ */
@media (max-width: 860px) {
  .ax-problem,
  .ax-impact,
  .ax-partners,
  .ax-stories,
  .ax-section {
    padding: 64px 20px;
  }

  .ax-pillars,
  .ax-cta {
    padding: 64px 20px;
  }

  .ax-journey {
    padding: 64px 20px 90px;
  }

  .ax-hero {
    padding: 110px 20px 48px;
    min-height: unset;
  }

  .ax-page-hero {
    padding: 128px 20px 64px;
  }

  .ax-hero-sub {
    font-size: 16.5px;
  }

  .ax-h2 {
    font-size: 31px;
  }

  .ax-story-h2 {
    font-size: 28px;
  }

  .ax-h2-big {
    font-size: 36px;
  }

  .ax-problem-grid,
  .ax-impact-grid,
  .ax-stories-grid,
  .ax-two-col,
  .ax-contact-grid,
  .ax-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ax-hero-grid {
    gap: 20px;
  }

  .ax-hero-content {
    align-items: flex-start;
    display: contents;
  }

  /* Reordered mobile flow: heading, sub, picture, body copy, pills, CTAs */
  .ax-hero-h1 { order: 1; }
  .ax-hero-sub { order: 2; }
  .ax-hero-visual { order: 3; }
  .ax-hero-body { order: 4; }
  .ax-hero-pills { order: 5; }
  .ax-hero-ctas { order: 6; }

  .ax-hero-visual-frame {
    max-width: 320px;
    margin: 0 auto;
  }

  .ax-two-col--reverse {
    direction: ltr;
  }

  /* Programs page: reorder mobile flow to heading, sub, picture,
     body copy, key pointers, Impact — regardless of desktop
     left/right (reverse) placement. */
  .ax-two-col > .ax-program-text {
    display: contents;
  }
  .ax-two-col .ax-program-heading-group { order: 1; }
  .ax-two-col .ax-program-image { order: 2; }
  .ax-two-col .ax-section-text { order: 3; }
  .ax-two-col .ax-focus-areas { order: 4; }
  .ax-two-col .ax-program-impact { order: 5; }

  /* Fix: heading text flex child needs min-width:0 to shrink instead
     of overflowing past the card border on narrow screens (most
     visible on the bordered CareerMate.ai card). The row itself
     (promoted to a direct grid item by display:contents above) also
     needs min-width:0 — its own default of min-width:auto was still
     blocking it from shrinking below its content's natural width. */
  .ax-two-col .ax-program-heading-group {
    min-width: 0;
  }
  .ax-program-heading-group > div:last-child {
    min-width: 0;
  }
  .ax-program-heading-group h2 {
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .ax-stat-num {
    font-size: 36px;
    min-width: 104px;
  }

  .ax-stat-card {
    padding: 22px 24px;
    gap: 18px;
  }

  /* Journey responsive */
  .ax-journey-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .ax-journey-svg {
    position: relative;
    height: auto;
  }

  .ax-journey-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 18px;
  }

  .ax-journey-label {
    position: static;
    transform: none;
    width: auto;
  }

  .ax-journey-chips {
    margin-top: 20px;
  }

  .ax-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .ax-footer-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .ax-hero-mark {
    display: none;
  }

  .ax-story-image {
    height: 300px;
  }

  .ax-story-placeholder {
    height: 300px;
  }

  /* New page responsive */
  .ax-vm-grid {
    grid-template-columns: 1fr;
  }

  .ax-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ax-framework {
    flex-direction: column;
  }

  .ax-framework-connector {
    position: static;
    transform: none;
    margin: -8px 0;
  }

  .ax-measure-grid {
    grid-template-columns: 1fr;
  }

  .ax-powered {
    grid-template-columns: 1fr;
    padding: 40px 28px;
  }

  .ax-contact-cards {
    grid-template-columns: 1fr;
  }

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

  .ax-newsletter {
    padding: 40px 24px;
  }

  .ax-newsletter-form {
    flex-direction: column;
  }

  .ax-quote-section {
    padding: 56px 20px;
  }

  .ax-section-img--tall {
    height: 280px;
  }

  /* 4-col stat grid → 2 columns on tablet */
  #ax-stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ============================================================
   RESPONSIVE — 520px (small mobile)
   ============================================================ */
@media (max-width: 520px) {
  .ax-footer-grid {
    grid-template-columns: 1fr;
  }

  .ax-journey-labels {
    grid-template-columns: 1fr;
  }

  .ax-hero-ctas,
  .ax-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .ax-hero-ctas a,
  .ax-cta-buttons a {
    justify-content: center;
  }

  .ax-partner-cards {
    grid-template-columns: 1fr 1fr;
  }

  .ax-why-grid {
    grid-template-columns: 1fr;
  }

  .ax-programs-grid {
    grid-template-columns: 1fr;
  }

  /* 4-col stat grid → 1 column on small mobile */
  #ax-stats {
    grid-template-columns: 1fr !important;
  }

  .ax-topics-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Keyword Highlight (unused; headline now plain per feedback) ---------- */

.ax-h2 strong {
  color: #116DFD;
  font-weight: 800;
}
