/* ========================================
   IAC FOUNDATION PAGE — GOVERNOR-SCOPED STYLESHEET
   File: foundation-page.css
   Notes: selectors scoped to .iac-foundation-page to avoid conflicts
          with existing IAC/Governor site CSS.
   Brand colors: blue #032b5e, red #d00000.
======================================== */

html {
  scroll-behavior: smooth;
}

/* 1. Variables */
.iac-foundation-page {
  --color-brand-blue: #032b5e;
  --color-brand-red: #d00000;
  --color-brand-blue-fade: #7f97c1;
  --color-white: #ffffff;
  --color-black: #000000;

  font-family: "Montserrat", sans-serif;
  color: var(--color-brand-blue);
}

/* 2. Bootstrap 4 fallbacks */
.iac-foundation-page .rounded-4 {
  border-radius: 1.5rem !important;
}
.iac-foundation-page .g-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.iac-foundation-page .g-0 > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.iac-foundation-page .g-4 > [class*="col-"] {
  padding: 1rem !important;
}

/* WYSIWYG reset: intro lead copy */
.iac-foundation-page .lead,
.iac-foundation-page .lead * {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: inherit !important;
  background: transparent !important;
}

/* WYSIWYG reset: program section body */
.iac-foundation-page .program-section__body,
.iac-foundation-page .program-section__body * {
  background: transparent !important;
}

/* ========================================
   IAC FOUNDATION PAGE STYLESHEET
   Source: Bootstrap Studio consolidated build
   Notes: selectors preserved for current HTML compatibility
======================================== */

.iac-foundation-page a,
.iac-foundation-page a *,
.iac-foundation-page .journey-detail-link,
.iac-foundation-page .page-link,
.iac-foundation-page .foundation-btn-primary,
.iac-foundation-page .foundation-btn-secondary {
  font-family: "Montserrat", sans-serif !important;
}

.iac-foundation-page h1,
.iac-foundation-page h2,
.iac-foundation-page h3,
.iac-foundation-page h4 {
  line-height: 1.12;
}

.iac-foundation-page p,
.iac-foundation-page li {
  line-height: 1.65;
}

.iac-foundation-page section {
  padding: clamp(3rem, 6vw, 6rem) 0;
}

/* ========================================
   BASE / GLOBAL
======================================== */
.iac-foundation-page {
  color: var(--color-brand-blue);
}

.iac-foundation-page a.page-link {
  color: var(--color-brand-blue);
  display: inline-block;
  text-decoration: underline dotted;
}

.iac-foundation-page a.page-link:hover {
  color: var(--color-brand-blue);
  text-decoration: underline solid;
}

.iac-foundation-page .quote-overlay {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  max-width: 420px;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
  box-shadow: none !important;
  border-left: 3px solid var(--color-brand-red);
}

.iac-foundation-page .quote-overlay__text {
  color: var(--color-brand-blue);
  font-size: 0.98rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 550;
}

.iac-foundation-page .quote-overlay__blockquote {
  margin: 0;
}

/* Ensure object-fit-cover works */
.iac-foundation-page .object-fit-cover {
  object-fit: cover;
}

@media (min-width: 767.98px) {
  .iac-foundation-page section {
    padding-bottom: 5vh !important;
  }
}

@media (min-width: 767.98px) {
  .iac-foundation-page section#iac-hero,
  .iac-foundation-page section#impact-metrics {
    margin-bottom: unset !important;
  }
}

.iac-foundation-page section#iac-hero {
  padding-top: 0 !important;
}

.iac-foundation-page section#student-journey {
}

.iac-foundation-page section#student-voices {
  min-height: 20vh;
}

.iac-foundation-page h1,
.iac-foundation-page h2,
.iac-foundation-page h3,
.iac-foundation-page h4,
.iac-foundation-page h5,
.iac-foundation-page h6,
.iac-foundation-page p {
  font-family:
    "Montserrat",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

.iac-foundation-page .section_eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .logo-container {
  width: 80%;
  margin: 0 auto 20px auto;
  max-width: 1400px;
  padding: 20px 0 20px;
}

.iac-foundation-page .logo-container svg {
  width: 100%;
  height: auto;
  display: block;
}

.iac-foundation-page .iac-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.iac-foundation-page .crop-1-1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /*CRITICAL: Crops the image so it doesn't stretch;*/
  object-position: center;
}

.iac-foundation-page .crop-5-4 {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  /*CRITICAL: Crops the image so it doesn't stretch;*/
  object-position: center;
}

.iac-foundation-page #three-ways-iac-works .mb-2 {
  font-weight: bold !important;
}

.iac-foundation-page .brand-header {
  width: 80%;
  max-width: 1200px;
  height: auto;
  max-height: 10vh;
  margin: 2rem auto;
  display: block;
}

.iac-foundation-page .brand-header svg {
  width: 100%;
  height: auto;
}

.iac-foundation-page .programs-decor {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: none !important;
}

.iac-foundation-page .content-layer,
.iac-foundation-page .hardship-section,
.iac-foundation-page .program-section {
  position: relative;
  z-index: 2;
}

.iac-foundation-page .pink-fade-background {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(198, 149, 149, 0.5)
  );
}

/* ========================================
   ICON UTILITIES
======================================== */
.iac-foundation-page .bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.iac-foundation-page .bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.iac-foundation-page .bs-icon-sm {
  --bs-icon-size: 1rem;
}

.iac-foundation-page .bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.iac-foundation-page .bs-icon-lg {
  --bs-icon-size: 2rem;
}

.iac-foundation-page .bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.iac-foundation-page .bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.iac-foundation-page .bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

.iac-foundation-page .bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, 0.5);
}

.iac-foundation-page .bs-icon.bs-icon-rounded {
  border-radius: 0.5rem;
}

.iac-foundation-page .bs-icon.bs-icon-circle {
  border-radius: 50%;
}

/* ========================================
   HERO
======================================== */
.iac-foundation-page .foundation-hero {
  min-height: 0;
  height: calc(100vh - 100px);
  max-height: 780px;
  background-size: cover;
  background-position: 50% 38%;
  background-repeat: no-repeat;
}

.iac-foundation-page section#iac-hero {
  height: auto !important;
  padding: 0 !important;
}

.iac-foundation-page .foundation-hero-content {
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 10px;
}

.iac-foundation-page .foundation-hero-content h1 {
  font-size: 2.25em;
  line-height: 1.1;
}



/* ========================================
   FOUNDATION METRICS
======================================== */
.iac-foundation-page .foundation-metrics {
  width: 100%;
  overflow: hidden;
}

.iac-foundation-page .foundation-metrics__inner {
  width: 100%;
  /*padding: 5.5rem 3rem 5rem;*/
  padding: 0;
}

.iac-foundation-page .foundation-metrics__intro {
  max-width: 760px;
  /*margin: 0 auto 3.5rem;*/
  text-align: center;
}

.iac-foundation-page .foundation-metrics__eyebrow {
  margin-bottom: 0.85rem;
  color: #c8a96b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.iac-foundation-page .foundation-metrics__title {
  margin-bottom: 1rem;
  color: #f7f1e6;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.iac-foundation-page .foundation-metrics__description {
  margin: 0 auto;
  max-width: 680px;
  color: rgba(243, 238, 227, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.iac-foundation-page .foundation-metrics__grid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-top: 1px solid rgba(120, 134, 170, 0.35);
  border-bottom: 1px solid rgba(120, 134, 170, 0.18);
}

.iac-foundation-page .foundation-metric {
  position: relative;
  flex: 1 1 25%;
  min-width: 0;
  padding: 2.25rem 2rem 2.5rem;
  border-right: 1px solid rgba(200, 169, 107, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.015) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.iac-foundation-page .foundation-metric:last-child {
  border-right: none;
}

.iac-foundation-page .foundation-metric:hover {
  background: rgba(255, 255, 255, 0.03);
}

.iac-foundation-page .foundation-metric__topline {
  width: 54px;
  height: 2px;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, var(--color-brand-red) 0%, #fff 100%);
}

.iac-foundation-page .foundation-metric__value {
  margin-bottom: 1rem;
  color: var(--color-brand-blue);
  font-size: clamp(2.5rem, 3vw, 4rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.iac-foundation-page .foundation-metric__label {
  margin-bottom: 0.85rem;
  color: var(--color-brand-blue);
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iac-foundation-page .foundation-metric__text {
  margin-bottom: 0;
  max-width: 28ch;
  color: var(--color-brand-blue);
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (max-width: 1199.98px) {
  .iac-foundation-page .foundation-metrics__inner {
    padding: 5rem 2rem 4.5rem;
  }
}

@media (max-width: 1199.98px) {
  .iac-foundation-page .foundation-metric {
    padding: 2rem 1.4rem 2.2rem;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metrics__grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metric {
    flex: 1 1 50%;
    border-bottom: 1px solid rgba(200, 169, 107, 0.18);
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metric:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-metric:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__inner {
    padding: 4rem 1.25rem 4rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__intro {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__description {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metrics__grid {
    display: block;
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric {
    display: block;
    border-right: none;
    border-bottom: 1px solid rgba(200, 169, 107, 0.18);
    padding: 1.75rem 0 1.9rem;
    background: none;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric:first-child {
    padding-top: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-metric__text {
    max-width: none;
  }
}

/* ========================================
   OUR FOCUS / WHAT WE DO
======================================== */
/* what we do */
/* Custom Card Styles for the Grid */
.iac-foundation-page .shadow-sm-hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 12px;
}

/* The Hover Effect */
.iac-foundation-page .shadow-sm-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa;
}

/* Icon Styling */
.iac-foundation-page .shadow-sm-hover i {
  transition: transform 0.3s ease;
  display: inline-block;
}

.iac-foundation-page .shadow-sm-hover:hover i {
  transform: scale(1.1);
}

/* Typography Refinements */
.iac-foundation-page .shadow-sm-hover h3 {
  margin-top: 1rem;
  color: #212529;
  letter-spacing: -0.01em;
}

.iac-foundation-page .shadow-sm-hover p {
  line-height: 1.5;
  margin-bottom: 0;
}

.iac-foundation-page .shadow-sm-hover h4 {
  color: #ffffff;
  font-weight: 100;
}

/* ========================================
   WHY THIS WORK MATTERS
======================================== */

/* Keep the previous Overlap Hero CSS */

@media (min-width: 992px) {
  .iac-foundation-page #why-iac-foundation-work-matters .iac-overlap-card {
    margin-left: -6rem;
    position: relative;
    z-index: 3;
  }

  .iac-foundation-page #why-iac-foundation-work-matters .iac-overlap-card > div {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* ========================================
   PROGRAM SECTIONS
======================================== */
.iac-foundation-page .program-section {
  background-color: #fff;
}

.iac-foundation-page .program-section__eyebrow {
  letter-spacing: 0.08em;
  color: var(--color-brand-red);
}

.iac-foundation-page .program-section__title {
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  line-height: 1.15;
  font-weight: 500;
}

.iac-foundation-page .program-section__lead {
  line-height: 1.6;
}

.iac-foundation-page .program-section__body {
  line-height: 1.7;
}

.iac-foundation-page .program-section__quote {
  /*border-left: 2px solid rgba(139, 114, 87, 0.2);*/
  padding-left: 1rem;
}

.iac-foundation-page .program-section__card {
  transition: box-shadow 200ms ease;
}

.iac-foundation-page .program-section__card--cool {
  background-color: #f8f9fb;
}

.iac-foundation-page .program-section__card--warm {
  background-color: #f3efe8;
}

.iac-foundation-page .program-section__card--civic {
  background-color: #eef2f5;
}

.iac-foundation-page .program-section__image-link {
  overflow: hidden;
}

.iac-foundation-page .program-section__image {
  object-fit: cover;
  min-height: 320px;
  display: block;
  transition: transform 0.35s ease;
}

.iac-foundation-page
  .program-section__image-link:hover
  .program-section__image {
  transform: scale(1.02);
}

.iac-foundation-page .program-section__supplemental {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

.iac-foundation-page .program-section__supplemental p {
  margin: 0 0 0.75rem;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.iac-foundation-page .program-section__supplemental p:last-child {
  margin-bottom: 0;
}

.iac-foundation-page .program-section__supplemental a {
  color: var(--color-brand-blue);
  display: inline;
  text-decoration: underline dotted;
}

.iac-foundation-page .program-section__supplemental a:hover {
  color: var(--color-brand-blue);
  text-decoration: underline solid;
}

.iac-foundation-page .program-section__supplemental,
.iac-foundation-page .program-section__supplemental * {
  font-family: "Montserrat", sans-serif !important;
}

.iac-foundation-page .program-section__body p {
  font-size: 1rem; /* match your design */
  line-height: 1.7;
  color: var(--color-brand-blue) !important;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif !important;
}

.iac-foundation-page .program-section__body p:last-child {
  margin-bottom: 0;
}

/* Civic image — break grid + bleed wider */
@media (min-width: 992px) {
  .iac-foundation-page #civic-community-engagement-program .program-section__image-link {
    position: relative;
    left: -8%;
    width: 116%;
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
    overflow: visible;
  }

  .iac-foundation-page #civic-community-engagement-program .program-section__image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
  }
}

@media (min-width: 768px) {
  .iac-foundation-page .program-section__row--reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .program-section__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .program-section__image {
    min-height: 260px;
  }
}

/* ========================================
   SHARED IMAGE HOVER
======================================== */
.iac-foundation-page section img {
  transition: transform 0.4s ease;
}

.iac-foundation-page section a:hover img {
  transform: scale(1.03);
}

/* ========================================
   HARDSHIP RELIEF
======================================== */
.iac-foundation-page .hardship-section {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.iac-foundation-page .hardship-section__eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .hardship-section__title {
}

.iac-foundation-page .hardship-section__lead {
}

.iac-foundation-page .hardship-card {
  background-color: #f3efe8;
  border-top: 3px solid #eef2f5;
  box-shadow: 0 8px 20px rgba(35, 24, 16, 0.04);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
  outline: none;
}

.iac-foundation-page .hardship-card__inner {
  padding: 1.5rem;
}

.iac-foundation-page .hardship-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.iac-foundation-page .hardship-card__title {
  transition: color 220ms ease;
}

.iac-foundation-page .hardship-card__indicator {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.iac-foundation-page .hardship-card__indicator::before,
.iac-foundation-page .hardship-card__indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background-color: var(--color-brand-red);
  transform: translate(-50%, -50%);
  transition:
    transform 240ms ease,
    opacity 240ms ease,
    background-color 220ms ease;
}

.iac-foundation-page .hardship-card__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.iac-foundation-page .hardship-card__content-wrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.iac-foundation-page .hardship-card__content {
  padding-top: 1rem;
}

.iac-foundation-page .hardship-card__content p {
  line-height: 1.7;
}

.iac-foundation-page .hardship-card.is-open {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.08);
  background-color: #f7f4ee;
}

.iac-foundation-page .hardship-card.is-open .hardship-card__title {
  color: var(--color-brand-red);
}

.iac-foundation-page .hardship-card.is-open .hardship-card__indicator::before,
.iac-foundation-page .hardship-card.is-open .hardship-card__indicator::after {
  background-color: var(--color-brand-blue);
}

.iac-foundation-page .hardship-card.is-open .hardship-card__indicator::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.iac-foundation-page .hardship-card.is-open .hardship-card__content-wrap {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card {
    box-shadow: 0 8px 20px rgba(35, 24, 16, 0.04);
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card__content-wrap {
    height: auto !important;
    opacity: 1 !important;
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card__content {
    padding-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .hardship-card__indicator::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
  }
}

.iac-foundation-page .hardship-accordion-grid {
  align-items: flex-start;
}

.iac-foundation-page .hardship-card {
  height: auto;
}

.iac-foundation-page .quote-content {
  width: 90%;
}

.iac-foundation-page .quote-text {
  font-style: italic;
  font-size: 1.5em;
}

.iac-foundation-page .quote-attribution {
  text-align: right;
  font-size: 1.25em;
}

/* ========================================
   IMPACT NUMBERS
======================================== */
.iac-foundation-page .impact-numbers {
  background-color: var(--color-brand-blue-fade);
  color: var(--color-brand-blue);
}

.iac-foundation-page .impact-title {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  font-weight: 500;
  color: var(--color-white);
}

.iac-foundation-page .impact-divider {
  width: 100%;
  max-width: 980px;
  height: 1px;
  background-color: rgba(79, 52, 45, 0.18);
}

.iac-foundation-page .impact-subtitle {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-style: italic;
  color: rgb(84, 109, 149);
}

.iac-foundation-page .impact-stat {
  position: relative;
}

@media (min-width: 768px) {
  .iac-foundation-page .impact-stat-bordered {
    border-left: 1px dotted rgba(169, 117, 45, 0.45);
    border-right: 1px dotted rgba(169, 117, 45, 0.45);
  }
}

.iac-foundation-page .impact-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iac-foundation-page .impact-icon-circle {
  width: 120px;
  height: 120px;
  max-width: 100%;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.iac-foundation-page .impact-icon-img {
  max-width: 78%;
  height: auto;
  display: block;
}

.iac-foundation-page .impact-value {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(3rem, 2vw, 4.6rem);
  line-height: 1;
  font-weight: 400;
  color: white;
}

.iac-foundation-page .impact-value-divider {
  width: 110px;
  height: 1px;
  background-color: rgba(79, 52, 45, 0.22);
}

.iac-foundation-page .impact-label {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
  color: var(--color-white);
}

.iac-foundation-page .impact-text {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.3;
  color: rgb(84, 109, 149);
}

@media (max-width: 767.98px) {
  .iac-foundation-page .impact-icon-circle {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .impact-stat-bordered {
    border-left: none;
    border-right: none;
  }
}

/* ========================================
   EVOLUTION
======================================== */
.iac-foundation-page .foundation-evolution {
  background-color: #fff;
}

.iac-foundation-page .foundation-eyebrow {
  letter-spacing: 0.08em;
}

.iac-foundation-page .evolution-layout {
  position: relative;
}

.iac-foundation-page .evolution-image-wrap {
  background-color: #d8c5a5;
}

.iac-foundation-page .evolution-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.iac-foundation-page .evolution-card-col {
  position: relative;
}

@media (min-width: 992px) {
  .iac-foundation-page .evolution-card-col {
    margin-left: -8%;
  }
}

.iac-foundation-page .evolution-card {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.iac-foundation-page .foundation-evolution-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 500;
}

.iac-foundation-page .foundation-evolution-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 42rem;
}

.iac-foundation-page .foundation-evolution-timeline {
  position: relative;
  padding-top: 1.5rem;
}

.iac-foundation-page .foundation-evolution-line {
  position: absolute;
  top: 7px;
  left: 16.666%;
  right: 16.666%;
  height: 1px;
  background: rgba(140, 113, 87, 0.28);
  z-index: 1;
}

.iac-foundation-page .foundation-phase {
  position: relative;
  z-index: 2;
}

.iac-foundation-page .foundation-phase-marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #b6936e;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(140, 113, 87, 0.22);
}

.iac-foundation-page .foundation-phase-label {
  font-size: 1.35rem;
  line-height: 1.2;
  color: #4b342c;
}

.iac-foundation-page .foundation-phase-text {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #6a5649;
}

.iac-foundation-page .foundation-phase-current .foundation-phase-marker {
  background-color: #9a7c47;
  box-shadow: 0 0 0 1px rgba(154, 124, 71, 0.32);
}

.iac-foundation-page .foundation-phase-current .foundation-phase-label {
  color: #3f2b24;
  font-weight: 600;
}

.iac-foundation-page .foundation-phase-current .foundation-phase-text {
  color: #4f3a31;
}

@media (max-width: 991.98px) {
  .iac-foundation-page .evolution-card-col {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .iac-foundation-page .quote-overlay {
    position: static;
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-evolution {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-evolution-timeline {
    padding-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-phase {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-phase-marker {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-phase-text {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-evolution-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .quote-overlay {
    padding: 1rem 1.25rem;
  }
}


/* ========================================
   STUDENT JOURNEY
======================================== */

.iac-foundation-page .student-journey {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #f8fafc;
}

.iac-foundation-page .student-journey .small {
  color: rgba(3, 43, 94, 0.55);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.iac-foundation-page .student-journey h2 {
  color: var(--color-brand-blue);
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.iac-foundation-page .student-journey .text-muted {
  color: rgba(3, 43, 94, 0.62) !important;
  font-size: 1.05rem;
  line-height: 1.7;
}

.iac-foundation-page .journey-wrap,
.iac-foundation-page .journey-steps,
.iac-foundation-page .journey-step {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.iac-foundation-page .journey-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iac-foundation-page .journey-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(3,43,94,0.12);
  color: var(--color-brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(3,43,94,0.08);
  backdrop-filter: blur(6px);
  transform: scale(1);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease,
    color 260ms ease;
}


.iac-foundation-page .journey-icon svg {
  display: block;
}

.iac-foundation-page .journey-step.is-active .journey-icon,
.iac-foundation-page .journey-step-link:hover .journey-icon,
.iac-foundation-page .journey-step-link:focus .journey-icon {
  transform: scale(1.08);
  background: #ffffff;
  border-color: rgba(208,0,0,0.22);
  box-shadow: 0 20px 46px rgba(3,43,94,0.14);
  color: var(--color-brand-red);
}

.iac-foundation-page .journey-step.is-active .journey-icon {
  transform: scale(1.12);
  box-shadow: 0 24px 60px rgba(3,43,94,0.18);
}

.iac-foundation-page .journey-step-label {
  color: rgba(3,43,94,0.72);
  cursor: pointer;
  font-weight: 500;
font-size: 0.95rem;
letter-spacing: -0.01em;
  transition: color 180ms ease;
}

.iac-foundation-page .journey-step-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.iac-foundation-page .journey-step {
  transform: translateY(0);
  transition: transform 260ms ease;
}

.iac-foundation-page .journey-step-link:hover .journey-step,
.iac-foundation-page .journey-step.is-active {
  transform: translateY(-6px);
}

.iac-foundation-page .journey-step-link:hover .journey-step-label,
.iac-foundation-page .journey-step-link:focus .journey-step-label,
.iac-foundation-page .journey-step-link:focus-visible .journey-step-label {
  color: var(--color-brand-red);
}

.iac-foundation-page .journey-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.iac-foundation-page .journey-dot-base {
  fill: rgba(3,43,94,0.08);
}

.iac-foundation-page .journey-dot-active {
  fill: rgba(208,0,0,0.32);
}


.iac-foundation-page .journey-dot-active {
  fill: rgba(208,0,0,0.28);
}

.iac-foundation-page .journey-detail {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  transform: translateX(-50%) translateY(8px);
  width: 300px;
  padding: 1rem 1.1rem 1.05rem;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(3,43,94,0.16);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
   transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
  transition-delay: 40ms;
  text-align: left;
  
  
}

.iac-foundation-page .journey-step-link:hover .journey-detail,
.iac-foundation-page .journey-step-link:focus .journey-detail,
.iac-foundation-page .journey-step-link:focus-visible .journey-detail {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.iac-foundation-page .journey-detail-title {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: var(--color-brand-blue);
  font-weight: 600;
}

.iac-foundation-page .journey-detail-text {
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0.65rem;
  color: rgba(3,43,94,0.72);
}

.iac-foundation-page .journey-detail-quote {
  font-size: 0.9rem;
  line-height: 1.5;
  font-style: italic;
  color: rgba(92,75,65,0.75);
  margin-bottom: 0.7rem;
}

.iac-foundation-page .journey-detail-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-brand-red);
}

@media (max-width: 767.98px) {
  .iac-foundation-page .journey-steps {
    flex-direction: column;
  }

  .iac-foundation-page .journey-step {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .iac-foundation-page .journey-icon {
    width: 68px;
    height: 68px;
  }

  .iac-foundation-page .journey-line {
    display: none;
  }

  .iac-foundation-page .journey-detail {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    display: block !important;
    margin-top: 0.85rem;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .iac-foundation-page .journey-detail[aria-hidden="true"] {
    display: block !important;
  }

  .iac-foundation-page .journey-detail-link,
  .iac-foundation-page .journey-step-label {
    display: none !important;
  }

  .iac-foundation-page .journey-icon-wrap {
    margin-bottom: 0.5rem;
  }
}

/* ========================================
   FEATURED STORY
======================================== */

.iac-foundation-page .featured-story {
  background: transparent;
}

.iac-foundation-page .featured-story-panel {
  position: relative;
  background: linear-gradient(
  135deg,
  #f8fafc 0%,
  #e3ebf7 38%,
  #a9bedf 100%
);
  border: 1px solid rgba(3, 43, 94, 0.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(3, 43, 94, 0.14);
}



.iac-foundation-page .featured-story-copy {
  background: rgba(255, 255, 255, 0.42);
  color: #5c4b41;
}

.iac-foundation-page .featured-story-copy,
.iac-foundation-page .featured-story-media-column {
  padding: 3rem 2.75rem !important;
}

.iac-foundation-page .featured-story-eyebrow {
  color: rgba(92, 75, 65, 0.58);
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.iac-foundation-page .featured-story-title {
  color: #5c4b41;
  font-family: "Montserrat", sans-serif !important;
    font-size: clamp(2.6rem, 4.6vw, 4.75rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.065em;
}

.iac-foundation-page .featured-story-body,
.iac-foundation-page .featured-story-body * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.02rem !important;
  line-height: 1.72 !important;
  font-weight: 300 !important;
  color: rgba(92, 75, 65, 0.78) !important;
  background: transparent !important;
  text-align: left !important;
}

.iac-foundation-page .featured-story-body p {
  margin: 0 0 1.15rem !important;
}

.iac-foundation-page .featured-story-media {
  display: flex;
  justify-content: center;
}

.iac-foundation-page .featured-story-carousel {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.iac-foundation-page .featured-story-carousel-slides {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 18px;
}


.iac-foundation-page .featured-story-slide {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iac-foundation-page .featured-story-slide.is-active {
  display: block;
  transform: scale(1.015)!important;
}

.iac-foundation-page .featured-story-slide img,
.iac-foundation-page .featured-story-video {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.6s ease!important;
}


.iac-foundation-page .featured-story-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
    width: 44px;
  height: 44px;
  min-width: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: #032b5e;
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
 box-shadow: 0 8px 20px rgba(3,43,94,0.12);
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.2s ease;
}


.iac-foundation-page .featured-story-carousel-btn:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 10px 26px rgba(3,43,94,0.18);
}

.iac-foundation-page .featured-story-carousel-btn--prev {
  left: 0.75rem;
}

.iac-foundation-page .featured-story-carousel-btn--next {
  right: 0.75rem;
}

.iac-foundation-page .featured-story-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.iac-foundation-page .featured-story-carousel-dots button {
  min-width: 0;
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(3, 43, 94, 0.24);
  font-size: 0;
  cursor: pointer;
}

.iac-foundation-page .featured-story-carousel-dots button.is-active {
  background: #032b5e;
}

.iac-foundation-page .featured-story-caption-below {
  width: 100%;
  max-width: 620px;
  margin: 1rem auto 0;
}

.iac-foundation-page .featured-story-caption {
  color: rgba(92, 75, 65, 0.78);
  font-size: 0.95rem;
  font-weight: 300;
}

.iac-foundation-page .featured-story-caption-sub {
  color: rgba(92, 75, 65, 0.68);
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 300;
}

.iac-foundation-page .featured-story-quote-wrap {
  margin-top: 1.8rem;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  border-top: 1px solid rgba(92, 75, 65, 0.12);
  border-bottom: 1px solid rgba(92, 75, 65, 0.12);
}


.iac-foundation-page .featured-story-quote {
  color: rgba(255,255,255,0.95);
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
  font-style: italic;
  font-weight: 300;
}



@media (min-width: 992px) {
  .iac-foundation-page .featured-story-panel::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    left: 41.666%;
    width: 1px;
    background: rgba(92, 75, 65, 0.08);
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .featured-story-copy,
  .iac-foundation-page .featured-story-media-column {
    padding: 1.5rem !important;
  }

  .iac-foundation-page .featured-story-title {
    font-size: 2.3rem;
  }
}

/* ========================================
   STUDENT VOICES
======================================== */
.iac-foundation-page .student-voices {
  background-color: #4d6691;
  /*color: #43342c;*/
}

.iac-foundation-page .student-voices-eyebrow {
  letter-spacing: 0.08em;
  /*color: #8b7257;*/
  color: rgb(255, 255, 255, 0.5);
}

.iac-foundation-page .student-voices-title {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: bold;
  /*color: #43342c;*/
  color: white;
}

.iac-foundation-page .student-voices-subtitle {
  font-size: 1.02rem;
  line-height: 1.6;
  /*color: #6a5649;*/
  color: rgb(255, 255, 255, 0.75);
}

.iac-foundation-page .student-voice-feature {
  background: #fff;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 18px 40px rgba(35, 24, 16, 0.06);
}

.iac-foundation-page .student-voice-quote-mark {
  font-size: 4.5rem;
  line-height: 0.8;
  /*color: #b6936e;*/
  color: #43342c;
}

.iac-foundation-page .student-voice-feature-quote {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.5;
  color: #4b342c;
  margin: 0;
}

.iac-foundation-page .student-voice-feature-source {
  font-size: 1rem;
  font-weight: 600;
  color: #43342c;
}

.iac-foundation-page .student-voice-card {
  background-color: #fff;
  border: 1px solid rgba(139, 114, 87, 0.14);
  box-shadow: 0 12px 28px rgba(35, 24, 16, 0.04);
}

.iac-foundation-page .student-voice-card-quote {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #43342c;
  margin: 0;
}

.iac-foundation-page .student-voice-card-source {
  font-size: 0.95rem;
  font-weight: 600;
  color: #43342c;
}

.iac-foundation-page #student-voices .text-primary {
  color: var(--color-brand-red) !important;
  font-weight: 550 !important;
}

@media (max-width: 991.98px) {
  .iac-foundation-page .partner-voice-feature-quote {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voices {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voice-feature,
  .iac-foundation-page .student-voice-card {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voice-quote-mark {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voice-feature-quote {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .student-voice-card-quote {
    font-size: 1.05rem;
  }
}

/* ========================================
   PARTNER VOICES
======================================== */

.iac-foundation-page .partner-voices {
  position: relative;
  background: linear-gradient(135deg, #032b5e 0%, #254b82 55%, #4d6691 100%);
  color: #ffffff;
  overflow: hidden;
}

.iac-foundation-page .partner-voices::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://assets.governor.io/5f035ef03ba74e501ae3c909/assets/images/iac-foundation-page-decor-dot-lavender.svg");
  background-repeat: repeat;
  background-size: 14px 14px;
  opacity: 0.055;
  pointer-events: none;
}

.iac-foundation-page .partner-voices > * {
  position: relative;
  z-index: 1;
}

.iac-foundation-page .partner-voices-eyebrow {
  color: rgba(255,255,255,0.58);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.iac-foundation-page .partner-voices-title {
  color: #ffffff;
  font-size: clamp(2.15rem, 3.6vw, 3.65rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.iac-foundation-page .partner-voices-subtitle {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
line-height: 1.68;
  font-weight: 300;
max-width: 680px;
margin-left: auto;
margin-right: auto;
}

.iac-foundation-page .partner-voice-feature,
.iac-foundation-page .partner-voice-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(0,0,0,0.14);
}

.iac-foundation-page .partner-voice-feature {
  backdrop-filter: blur(8px);
}

.iac-foundation-page .partner-voice-quote-mark {
color: rgba(208,0,0,0.58);
font-size: 3.8rem;
line-height: 0.75;
}

.iac-foundation-page .partner-voice-feature-quote {
  color: #3f342f;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.55;
  font-weight: 300;
letter-spacing: -0.015em;
}

.iac-foundation-page .partner-voice-feature-source,
.iac-foundation-page .partner-voice-card-source {
  color: rgba(3,43,94,0.82);
  font-size: 0.95rem;
  font-weight: 600;
}

.iac-foundation-page .partner-voice-card {
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.iac-foundation-page .partner-voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.11);
}

.iac-foundation-page .partner-voice-card-quote {
  color: #3f342f;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 300;
}

.iac-foundation-page #partner-voices .text-primary {
  color: var(--color-brand-red) !important;
  font-weight: 550 !important;
}

@media (max-width: 767.98px) {
  .iac-foundation-page .partner-voices {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .iac-foundation-page .partner-voice-feature,
  .iac-foundation-page .partner-voice-card {
    padding: 1.5rem !important;
  }

  .iac-foundation-page .partner-voice-feature-quote {
    font-size: 1.35rem;
  }
}
/* ========================================
   WHO WE ARE
======================================== */

.iac-foundation-page .foundation-who-we-are {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--color-brand-blue);
}

.iac-foundation-page .foundation-about-eyebrow,
.iac-foundation-page .foundation-leader-eyebrow {
  color: var(--color-brand-red);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.iac-foundation-page .foundation-info-card,
.iac-foundation-page .foundation-leader-card {
  border-radius: 24px;
  border: 1px solid rgba(3,43,94,0.10);
  box-shadow: 0 22px 56px rgba(3,43,94,0.08);
  overflow: hidden;
}

.iac-foundation-page .foundation-info-card {
  background: rgba(255,255,255,0.92);
}

.iac-foundation-page .foundation-about-title {
  color: var(--color-brand-blue);
   font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.055em;
   max-width: 18ch;
}

.iac-foundation-page .foundation-about-label {
  color: rgba(3,43,94,0.7);
  font-size: 0.95rem;
  font-weight: 600;
}

.iac-foundation-page .foundation-value-item {
  gap: 0.85rem;
  align-items: flex-start !important;
}

.iac-foundation-page .foundation-value-marker {
  width: 9px;
  height: 9px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background-color: var(--color-brand-red);
  flex: 0 0 9px;
  box-shadow: 0 0 0 6px rgba(208,0,0,0.08);
}

.iac-foundation-page .foundation-value-item p {
  color: rgba(3,43,94,0.78);
  font-size: 1.02rem;
  line-height: 1.6 !important;
  font-weight: 300;
}

.iac-foundation-page .foundation-leader-card {
  background: linear-gradient(135deg, #e8eef7 0%, #b8c9e3 100%);
}

.iac-foundation-page .foundation-leader-image-wrap {
  background-color: #d8c5a5;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.iac-foundation-page .foundation-leader-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.iac-foundation-page .foundation-leader-card:hover .foundation-leader-image {
  transform: scale(1.025);
}

.iac-foundation-page .foundation-leader-name {
  color: var(--color-brand-blue);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.iac-foundation-page .foundation-leader-role {
  color: rgba(3,43,94,0.72);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.iac-foundation-page .foundation-leader-bio,
.iac-foundation-page .foundation-leader-bio * {
  font-family: "Montserrat", sans-serif !important;
  color: rgba(3,43,94,0.76) !important;
  background: transparent !important;
  font-size: 0.98rem !important;
  line-height: 1.72 !important;
  font-weight: 300 !important;
}

.iac-foundation-page .foundation-leader-bio p {
  margin: 0 0 1rem !important;
}

@media (max-width: 991.98px) {
  .iac-foundation-page .foundation-about-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .iac-foundation-page .foundation-who-we-are {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .iac-foundation-page .foundation-info-card,
  .iac-foundation-page .foundation-leader-copy {
    padding: 1.5rem !important;
  }

  .iac-foundation-page .foundation-about-title {
    font-size: 2.2rem;
  }
}
/* ========================================
   EXPLORE MORE
======================================== */

.iac-foundation-page .explore-more {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.iac-foundation-page .explore-more-eyebrow {
  color: var(--color-brand-red);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.iac-foundation-page .explore-more-title {
  color: var(--color-brand-blue);
  font-size: clamp(2.15rem, 3.6vw, 3.65rem);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.iac-foundation-page .explore-more-subtitle {
  color: rgba(3,43,94,0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.iac-foundation-page .explore-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(3,43,94,0.1);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(3,43,94,0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.iac-foundation-page .explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 62px rgba(3,43,94,0.12);
}

.iac-foundation-page .explore-card-eyebrow {
  color: var(--color-brand-red);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.iac-foundation-page .explore-card-title {
  color: var(--color-brand-blue);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.iac-foundation-page .explore-link-list {
  margin-top: 1.5rem;
}

.iac-foundation-page .explore-link {
  padding: 1rem 0;
  border-top: 1px solid rgba(3,43,94,0.12);
  color: rgba(3,43,94,0.78);
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 400;
  transition: color 180ms ease, transform 180ms ease;
}

.iac-foundation-page .explore-link:last-child {
  border-bottom: 1px solid rgba(3,43,94,0.12);
}

.iac-foundation-page .explore-link:hover {
  color: var(--color-brand-red);
  transform: translateX(4px);
}

.iac-foundation-page .explore-link-arrow {
  color: var(--color-brand-red);
  font-size: 1.05rem;
  margin-left: 1rem;
  flex-shrink: 0;
}

/* ========================================
   CTA
======================================== */

.iac-foundation-page .foundation-cta {
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #032b5e 0%, #254b82 58%, #4d6691 100%);
  color: #ffffff;
  overflow: hidden;
}

.iac-foundation-page .foundation-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://assets.governor.io/5f035ef03ba74e501ae3c909/assets/images/iac-foundation-page-decor-dot-pink.svg");
  background-repeat: repeat;
  background-size: 14px 14px;
  opacity: 0.055;
  pointer-events: none;
}

.iac-foundation-page .foundation-cta > * {
  position: relative;
  z-index: 1;
}

.iac-foundation-page .foundation-cta-title {
  color: #ffffff;
  font-size: clamp(2.15rem, 3.8vw, 3.85rem);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.iac-foundation-page .foundation-cta-subtitle {
  color: rgba(255,255,255,0.74);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.iac-foundation-page .foundation-cta-actions {
  margin-top: 1.75rem;
}

.iac-foundation-page .foundation-btn-primary,
.iac-foundation-page .foundation-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 1rem 2.4rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
}

.iac-foundation-page .foundation-btn-primary {
  background: var(--color-brand-red);
  color: #fff;
}

.iac-foundation-page .foundation-btn-secondary {
  background: var(--color-brand-blue);
  color: #fff;
}



.iac-foundation-page .foundation-btn-primary {
  background-color: var(--color-brand-red);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}

.iac-foundation-page .foundation-btn-primary:hover {
  background-color: #ffffff;
  color: var(--color-brand-blue);
  transform: translateY(-2px);
}

.iac-foundation-page .foundation-btn-secondary {
  background-color: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.35);
}

.iac-foundation-page .foundation-btn-secondary:hover {
  background-color: rgba(255,255,255,0.18);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .iac-foundation-page .explore-more,
  .iac-foundation-page .foundation-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .iac-foundation-page .explore-card {
    padding: 1.5rem !important;
  }

  .iac-foundation-page .explore-card-title {
    font-size: 1.45rem;
  }

  .iac-foundation-page .explore-link {
    font-size: 0.98rem;
  }

  .iac-foundation-page .foundation-cta-title {
    font-size: 2.25rem;
  }

  .iac-foundation-page .foundation-cta-subtitle {
    font-size: 1rem;
  }
}

/* ========================================
   DOT DECOR SYSTEM (CLEAN + GLOBAL)
======================================== */

.iac-foundation-page .dot-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.iac-foundation-page .dot-section > * {
  position: relative;
  z-index: 1;
}

.iac-foundation-page .dot-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-size: 12px 12px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* color variants */
.iac-foundation-page .dots-blue::before {
  background-image: url("https://assets.governor.io/5f035ef03ba74e501ae3c909/assets/images/iac-foundation-page-decor-blue-multi.svg");
}

.iac-foundation-page .dots-pink::before {
  background-image: url("https://assets.governor.io/5f035ef03ba74e501ae3c909/assets/images/iac-foundation-page-decor-dot-pink.svg");
}

.iac-foundation-page .dots-lavender::before {
  background-image: url("https://assets.governor.io/5f035ef03ba74e501ae3c909/assets/images/iac-foundation-page-decor-dot-lavender.svg");
}

/* fade control */
.iac-foundation-page .dots-fade-bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.2), #fff 90%);
  z-index: 0;
}

.iac-foundation-page .dots-fade-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,0.2), #fff 90%);
  z-index: 0;
}

/* ========================================
   PREMIUM POLISH — OUR FOCUS
======================================== */

.iac-foundation-page #our-focus {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.iac-foundation-page #our-focus .section_eyebrow {
  color: var(--color-brand-blue);
  font-size: clamp(2.15rem, 3.8vw, 3.85rem);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.iac-foundation-page #our-focus .lead,
.iac-foundation-page #our-focus .lead * {
  color: rgba(3, 43, 94, 0.66) !important;
  font-size: 1.05rem !important;
  line-height: 1.72 !important;
  font-weight: 300 !important;
}

.iac-foundation-page #our-focus a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.iac-foundation-page #our-focus .shadow-sm-hover {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #032b5e;
  box-shadow: 0 22px 56px rgba(3, 43, 94, 0.12);
  transform: translateY(0);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.iac-foundation-page #our-focus .shadow-sm-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(3, 43, 94, 0.18);
  background: #032b5e;
}

.iac-foundation-page #our-focus .shadow-sm-hover img {
  height: 340px !important;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:
    transform 700ms ease,
    filter 300ms ease;
}

.iac-foundation-page #our-focus .shadow-sm-hover:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.03);
}

.iac-foundation-page #our-focus .shadow-sm-hover .position-absolute {
  /*background:
    linear-gradient(
      180deg,
      rgba(3, 43, 94, 0.08) 0%,
      rgba(3, 43, 94, 0.52) 45%,
      rgba(3, 43, 94, 0.82) 100%
    ) !important;*/
  justify-content: flex-end !important;
  align-items: flex-start !important;
  text-align: left !important;
  padding: 1.6rem !important;
}

.iac-foundation-page #our-focus .shadow-sm-hover h4 {
  color: #ffffff !important;
  font-size: 1.35rem;
  line-height: 1.12;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  margin-bottom: 0.55rem !important;
}

.iac-foundation-page #our-focus .shadow-sm-hover p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.92rem;
  line-height: 1.55;
  font-weight: 300;
  max-width: 28ch;
}

/* ========================================
   PREMIUM POLISH — STUDENT VOICES
======================================== */

.iac-foundation-page #student-voices {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e7eef8 48%, #c8d6eb 100%);
  color: var(--color-brand-blue);
  overflow: hidden;
}

.iac-foundation-page #student-voices::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://assets.governor.io/5f035ef03ba74e501ae3c909/assets/images/iac-foundation-page-decor-dot-lavender.svg");
  background-repeat: repeat;
  background-size: 14px 14px;
  opacity: 0.06;
  pointer-events: none;
}

.iac-foundation-page #student-voices > * {
  position: relative;
  z-index: 1;
}

.iac-foundation-page #student-voices .container {
  max-width: 980px;
}

.iac-foundation-page #student-voices .text-center {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(3, 43, 94, 0.1);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(3, 43, 94, 0.1);
  backdrop-filter: blur(8px);
}

.iac-foundation-page #student-voices h1 {
  color: var(--color-brand-blue);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.22;
  font-weight: 300;
  letter-spacing: -0.045em;
  font-style: italic;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.iac-foundation-page #student-voices h1::before {
  content: "“";
  display: block;
  color: rgba(208, 0, 0, 0.45);
  font-size: 5rem;
  line-height: 0.8;
  font-style: normal;
  margin-bottom: 0.35rem;
}

.iac-foundation-page #student-voices h4 {
  color: rgba(3, 43, 94, 0.68);
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center !important;
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .iac-foundation-page #student-voices .text-center {
    padding: 2rem 1.5rem !important;
  }

  .iac-foundation-page #student-voices h1 {
    font-size: 1.65rem;
  }

  .iac-foundation-page #student-voices h1::before {
    font-size: 4rem;
  }
}

/* ========================================
   PREMIUM POLISH — PROGRAM CARDS
======================================== */

.iac-foundation-page #programs.programs-decor,
.iac-foundation-page .programs-decor {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
}

.iac-foundation-page .program-section {
  background: transparent;
}

.iac-foundation-page .program-section__card {
  border-radius: 26px !important;
  border: 1px solid rgba(3, 43, 94, 0.09);
  box-shadow: 0 22px 56px rgba(3, 43, 94, 0.08);
  overflow: hidden;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.iac-foundation-page .program-section__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 72px rgba(3, 43, 94, 0.12);
  border-color: rgba(3, 43, 94, 0.14);
}

.iac-foundation-page .program-section__card--cool {
  background: linear-gradient(135deg, #ffffff 0%, #f3f7fc 100%);
}

.iac-foundation-page .program-section__card--warm {
  background: linear-gradient(135deg, #fffdf8 0%, #f4efe7 100%);
}

.iac-foundation-page .program-section__card--civic {
  background: linear-gradient(135deg, #ffffff 0%, #eef3f8 100%);
}

.iac-foundation-page .program-section__eyebrow {
  color: var(--color-brand-red);
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.iac-foundation-page .program-section__title {
  color: var(--color-brand-blue);
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.iac-foundation-page .program-section__lead,
.iac-foundation-page .program-section__lead *,
.iac-foundation-page .program-section__body,
.iac-foundation-page .program-section__body *,
.iac-foundation-page .program-section__quote,
.iac-foundation-page .program-section__quote * {
  color: rgba(3, 43, 94, 0.7) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
  font-weight: 300 !important;
  background: transparent !important;
}

.iac-foundation-page .program-section__quote {
  position: relative;
  margin-top: 1rem;
  padding: 1rem 0 1rem 1.15rem;
  /*border-left: 2px solid rgba(208, 0, 0, 0.28);*/
}

.iac-foundation-page .program-section__quote p {
  margin-bottom: 0 !important;
  font-style: italic;
  color: rgba(3, 43, 94, 0.76) !important;
}

.iac-foundation-page .program-section__supplemental {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(3, 43, 94, 0.12);
  color: rgba(3, 43, 94, 0.64);
  font-size: 0.94rem;
  line-height: 1.65;
}

.iac-foundation-page .program-section__supplemental a {
  color: var(--color-brand-red);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(208, 0, 0, 0.25);
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.iac-foundation-page .program-section__supplemental a:hover {
  color: var(--color-brand-blue);
  border-color: rgba(3, 43, 94, 0.35);
}

.iac-foundation-page .program-section__image-link {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 56px rgba(3, 43, 94, 0.1);
}

.iac-foundation-page .program-section__image {
  border-radius: 26px !important;
  min-height: 360px;
  filter: saturate(1.02) contrast(1.02);
}

.iac-foundation-page .program-section__image-link:hover .program-section__image {
  transform: scale(1.035);
}

/* ========================================
   PREMIUM POLISH — HARDSHIP CARDS
======================================== */

.iac-foundation-page .hardship-section__title {
  color: var(--color-brand-blue);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.iac-foundation-page .hardship-section__lead,
.iac-foundation-page .hardship-section__lead * {
  color: rgba(3, 43, 94, 0.68) !important;
  font-weight: 300 !important;
}

.iac-foundation-page .hardship-card {
  border-radius: 22px !important;
  border: 1px solid rgba(3, 43, 94, 0.09);
  border-top: 3px solid rgba(208, 0, 0, 0.32);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(3, 43, 94, 0.07);
}

.iac-foundation-page .hardship-card.is-open {
  background: #ffffff;
  box-shadow: 0 28px 68px rgba(3, 43, 94, 0.12);
}

.iac-foundation-page .hardship-card__title {
  color: var(--color-brand-blue);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.iac-foundation-page .hardship-card__content p {
  color: rgba(3, 43, 94, 0.68);
  font-weight: 300;
}

.iac-foundation-page .quote-feature-block {
  margin-top: 4rem !important;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #eef3f8 100%);
  border: 1px solid rgba(3, 43, 94, 0.09);
  box-shadow: 0 22px 56px rgba(3, 43, 94, 0.08);
}

.iac-foundation-page .quote-image {
  border-radius: 22px !important;
}

.iac-foundation-page .quote-text {
  color: var(--color-brand-blue);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.42;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.iac-foundation-page .quote-attribution {
  color: rgba(3, 43, 94, 0.62);
  font-size: 0.95rem;
  font-weight: 600;
}