:root {
  --idf-blue: #00275D;
  --idf-navy: #00275D;
  --idf-green: #93C01F;
  --idf-green-accent: #93C01F;
  --idf-dark: #00275D;
  --idf-ink: #00275D;
  --idf-paper: #f5f5f5;
  --idf-muted: #a9b8c8;
  --idf-line: rgba(255, 255, 255, 0.14);
  --idf-light-line: #dce4ea;
  --idf-shadow: 0 24px 70px rgba(2, 8, 18, 0.22);
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  color: #ffffff;
  background: var(--idf-dark);
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--idf-green-accent);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 39, 93, 0.1), 0 14px 34px rgba(0, 39, 93, 0.07);
  pointer-events: auto;
}

.top-strip {
  color: rgba(255, 255, 255, 0.8);
  background: var(--idf-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-strip-inner {
  width: min(1440px, calc(100vw - 64px));
  min-height: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.78rem;
  font-weight: 500;
}

.top-message,
.top-contact,
.top-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.top-contact {
  gap: 18px;
}

.top-link {
  transition: color 180ms ease;
}

.top-link:hover {
  color: #ffffff;
}

.top-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #ffffff;
}

.top-icon::before,
.top-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.icon-cube::before {
  inset: 3px;
  border: 1.6px solid currentColor;
  transform: rotate(30deg) skewY(-18deg);
}

.icon-phone::before {
  width: 12px;
  height: 12px;
  left: 3px;
  top: 2px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.icon-phone::after {
  width: 5px;
  height: 2px;
  right: 1px;
  top: 4px;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.icon-whatsapp {
  width: 19px;
  height: 19px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

.icon-whatsapp::before {
  width: 8px;
  height: 4px;
  left: 4px;
  top: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 7px 0;
  transform: rotate(38deg);
}

.icon-whatsapp::after {
  width: 7px;
  height: 7px;
  left: -1px;
  bottom: -2px;
  background: var(--idf-navy);
  border-left: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(-18deg) skew(-8deg);
}

.icon-mail::before {
  inset: 3px 1px;
  border: 1.7px solid currentColor;
}

.icon-mail::after {
  left: 3px;
  right: 3px;
  top: 6px;
  height: 7px;
  border-left: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(-45deg);
}

.top-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.22);
  transform: skewX(-18deg);
}

.nav-shell {
  width: 100%;
  margin: 0 auto;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(28px, 3.8vw, 64px);
  padding: 0 clamp(34px, 4.8vw, 72px);
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
  pointer-events: auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-circle img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 50%;
}

.brand-horizontal img {
  height: 74px;
  width: auto;
  max-width: 290px;
  object-fit: contain;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 118px;
}

.nav-links a,
.dropdown-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-height: 118px;
  padding: 0 clamp(14px, 1.25vw, 22px);
  border-radius: 0;
  color: var(--idf-navy);
  font-size: 0.88rem;
  font-weight: 700;
  font-family: "Barlow", Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
  cursor: pointer;
}

.nav-links > a,
.nav-links > .dropdown {
  position: relative;
}

.nav-links > a::before,
.nav-links > .dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  background: rgba(0, 39, 93, 0.14);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav-links > a:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  background: rgba(0, 39, 93, 0.14);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav-links a:hover,
.dropdown:hover .dropdown-trigger,
.dropdown.open .dropdown-trigger,
.nav-links a.active,
.dropdown.active .dropdown-trigger {
  color: var(--idf-green);
  background: rgba(147, 192, 31, 0.11);
}

.nav-links a.active {
  color: var(--idf-green);
}

.dropdown-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.dropdown {
  position: relative;
}

.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 16px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 330px;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 39, 93, 0.14);
  border-top: 3px solid var(--idf-green);
  border-radius: 3px;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 190ms ease, transform 190ms ease, visibility 190ms ease;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  width: 100%;
  min-height: 58px;
  justify-content: flex-start;
  padding: 0 18px;
  color: var(--idf-navy);
  border-bottom: 1px solid rgba(0, 39, 93, 0.1);
  font-size: 0.86rem;
  letter-spacing: 1.7px;
  line-height: 1.12;
  white-space: normal;
}

.dropdown-menu a:last-child {
  border-bottom: 0;
}

.dropdown-menu a:hover {
  color: var(--idf-navy);
  background: rgba(147, 192, 31, 0.11);
}

.nav-cta {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(0, 39, 93, 0.36);
  border-radius: 0;
  color: var(--idf-navy);
  background: transparent;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-cta:hover {
  color: var(--idf-navy);
  border-color: var(--idf-green);
  background: rgba(147, 192, 31, 0.16);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  align-content: center;
  justify-content: center;
  flex: 0 0 44px;
  border: 0;
  border-radius: 6px;
  color: var(--idf-green);
  background: rgba(147, 192, 31, 0.12);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle {
  grid-template-rows: repeat(3, 2px);
  gap: 5px;
}

body.menu-open .menu-toggle span {
  opacity: 0;
}

body.menu-open .menu-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .menu-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 120px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.92) 0%, rgba(0, 39, 93, 0.72) 48%, rgba(0, 39, 93, 0.26) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.2), rgba(0, 39, 93, 0.2)),
    url("../img/home-hero-future-cone.jpeg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before,
.hero::after,
.dark-section::before,
.page-hero::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  display: none;
  width: 600px;
  height: 600px;
  right: 0;
  top: 90px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 90px rgba(255, 255, 255, 0.015);
}

.hero::after {
  display: none;
  width: 320px;
  height: 320px;
  right: 12%;
  bottom: 8%;
  border: 1px solid rgba(147, 192, 31, 0.34);
}

.particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: end;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--idf-green);
  font-size: 0.76rem;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

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

h1 {
  max-width: 890px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-title span {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  animation: titleRise 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-title span:nth-child(2) {
  animation-delay: 140ms;
}

.hero .eyebrow {
  opacity: 0;
  transform: translateY(12px);
  animation: titleRise 620ms cubic-bezier(0.2, 0.8, 0.2, 1) 80ms forwards;
}

.hero .lead,
.hero .hero-actions {
  opacity: 0;
  transform: translateY(14px);
  animation: titleRise 620ms cubic-bezier(0.2, 0.8, 0.2, 1) 260ms forwards;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.48;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button.primary {
  color: var(--idf-navy);
  background: var(--idf-green);
  font-weight: 700;
}

.button.primary:hover {
  background: #a8d733;
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.1);
}

.button.dark {
  color: #ffffff;
  background: var(--idf-navy);
}

.button.dark:hover {
  background: var(--idf-blue);
}

.dark-section .button.primary,
.light-section .button.primary {
  color: var(--idf-navy);
  background: var(--idf-green);
}

.dark-section .button.primary:hover,
.light-section .button.primary:hover {
  background: #a8d733;
}

.dark-section .button.secondary,
.light-section .button.secondary {
  color: var(--idf-blue);
  border-color: #cdd9e3;
  background: #ffffff;
}

.dark-section .button.secondary:hover,
.light-section .button.secondary:hover {
  color: var(--idf-navy);
  border-color: var(--idf-green);
  background: rgba(147, 192, 31, 0.15);
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--idf-green);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(20px);
}

.hero-panel .kicker {
  color: var(--idf-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin: 14px 0 12px;
  font-size: 2.25rem;
  line-height: 1;
}

.hero-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 1px;
  height: 54px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), transparent);
}

.metrics {
  padding: 46px 0;
  color: var(--idf-navy);
  background: #ffffff;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--idf-light-line);
  border-bottom: 1px solid var(--idf-light-line);
}

.metric {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  border-right: 1px solid var(--idf-light-line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1;
  font-weight: 600;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
}

.metric span {
  margin-top: 10px;
  color: rgba(0, 39, 93, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dark-section {
  color: var(--idf-ink);
  background: #ffffff;
}

.dark-section::before {
  width: 440px;
  height: 440px;
  left: 0;
  top: 80px;
  border: 1px solid rgba(0, 39, 93, 0.08);
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}

.section-header h2,
.page-hero h1 {
  position: relative;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.section-header h2::after,
.content-block h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 22px;
  background: var(--idf-green);
}

.section-header p,
.muted {
  color: rgba(0, 39, 93, 0.72);
}

.program-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(310px, 0.8fr);
  gap: 22px;
}

.formation-home {
  background:
    linear-gradient(90deg, rgba(147, 192, 31, 0.08), transparent 34%),
    #ffffff;
}

.formation-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}

.formation-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) clamp(34px, 6vw, 96px);
}

.formation-panel .eyebrow::after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 1px;
  margin-left: 16px;
  vertical-align: middle;
  background: currentColor;
}

.formation-panel h2 {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--idf-navy);
  font-size: clamp(2.15rem, 3.6vw, 3.55rem);
  line-height: 0.95;
}

.formation-panel p {
  max-width: 780px;
  color: rgba(0, 39, 93, 0.78);
  font-size: 1.08rem;
}

.formation-panel-light {
  background:
    radial-gradient(circle at 10% 78%, rgba(147, 192, 31, 0.12), transparent 28%),
    #f8f7f2;
}

.formation-panel-light::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--idf-green);
}

.formation-panel-dark {
  background:
    linear-gradient(145deg, rgba(0, 39, 93, 0.98), rgba(0, 39, 93, 0.96)),
    var(--idf-navy);
}

.formation-panel-dark h2,
.formation-panel-dark h4 {
  color: #ffffff;
}

.formation-panel-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.formation-panel-dark .eyebrow {
  color: var(--idf-green);
}

.formation-split .home-program-intro {
  margin-bottom: 24px;
}

.home-program-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 28px;
}

.home-program-card {
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 355px;
  padding: 12px 12px 18px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(147, 192, 31, 0.08), transparent 36%),
    #ffffff;
  box-shadow: 0 14px 34px rgba(0, 39, 93, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-program-card:hover,
.home-program-card:focus-visible {
  border-color: rgba(147, 192, 31, 0.66);
  box-shadow: 0 18px 44px rgba(0, 39, 93, 0.12);
  transform: translateY(-2px);
}

.home-program-card img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.95) brightness(0.78);
}

.home-program-card span,
.home-program-card h3,
.home-program-card p {
  grid-column: auto;
}

.home-program-card span,
.home-masterclass-card span,
.course-kicker {
  color: var(--idf-green);
  font-family: "Barlow", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-program-card h3 {
  margin: 0;
  color: var(--idf-navy);
  font-size: clamp(1.3rem, 1.45vw, 1.65rem);
  line-height: 0.98;
}

.home-program-duration {
  display: inline-flex;
  width: fit-content;
  padding: 5px 8px;
  color: var(--idf-navy);
  font-family: "Barlow", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(147, 192, 31, 0.38);
  background: rgba(147, 192, 31, 0.12);
}

.home-program-card p {
  margin: 0;
  color: rgba(0, 39, 93, 0.74);
  font-size: 0.92rem;
  line-height: 1.42;
}

.home-masterclass-block {
  margin: 24px 0 26px;
}

.home-masterclass-block h3,
.home-upcoming-courses h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.5rem, 1.85vw, 2.05rem);
  line-height: 1;
}

.home-masterclass-block > p {
  margin-bottom: 16px;
}

.home-masterclass-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-masterclass-card {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(147, 192, 31, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-masterclass-card:hover,
.home-masterclass-card:focus-visible {
  border-color: rgba(147, 192, 31, 0.72);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.home-masterclass-card strong {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  line-height: 1;
}

.home-masterclass-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.35;
}

.home-upcoming-courses {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home-upcoming-courses .course-kicker {
  margin: 0 0 8px;
}

.home-course-carousel {
  position: relative;
  margin: 16px 0 24px;
}

.home-course-viewport {
  overflow: hidden;
  margin: 0 48px;
}

.home-course-card-track {
  display: flex;
  gap: 12px;
  align-items: stretch;
  transition: transform 360ms ease;
}

.home-upcoming-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  flex: 0 0 calc((100% - 12px) / 2);
  min-height: 132px;
  padding: 15px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(147, 192, 31, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(147, 192, 31, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-upcoming-card:hover,
.home-upcoming-card:focus-visible {
  border-color: rgba(147, 192, 31, 0.78);
  background:
    linear-gradient(135deg, rgba(147, 192, 31, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.home-upcoming-card span {
  color: var(--idf-green);
  font-family: "Barlow", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-upcoming-card strong {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  line-height: 0.98;
}

.home-upcoming-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.home-course-carousel .carousel-arrow {
  top: 38%;
  width: 36px;
  height: 36px;
  color: var(--idf-navy);
  border-color: rgba(255, 255, 255, 0.38);
}

.home-course-carousel .carousel-dots {
  margin-top: 14px;
}

.home-course-carousel .carousel-dots button {
  background: rgba(255, 255, 255, 0.3);
}

.formation-home .container {
  width: min(1360px, calc(100vw - 40px));
}

.formation-landing-page {
  color: var(--idf-ink);
  background: #ffffff;
}

.page-hero.formation-landing-hero {
  min-height: 36vh;
  align-items: center;
  padding: 52px 0 46px;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.68) 0%, rgba(0, 39, 93, 0.46) 54%, rgba(0, 39, 93, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.08), rgba(0, 39, 93, 0.08)),
    url("/assets/img/formation-hero-people.jpeg");
  background-size: cover;
  background-position: center 58%;
}

.page-hero.formation-landing-hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.6vw, 3.2rem);
}

.page-hero.formation-landing-hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.formation-choice-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  min-height: 500px;
}

.formation-choice-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 500px;
  padding: clamp(46px, 5vw, 72px) clamp(34px, 5vw, 86px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.formation-choice-panel:hover {
  z-index: 2;
  box-shadow: 0 28px 80px rgba(0, 39, 93, 0.14);
}

.formation-choice-panel::after {
  content: "";
  position: absolute;
  inset: auto clamp(34px, 5vw, 86px) clamp(26px, 3vw, 42px);
  height: 1px;
  opacity: 0.65;
  background: currentColor;
  transform: scaleX(0.22);
  transform-origin: left center;
  transition: transform 240ms ease, opacity 240ms ease;
}

.formation-choice-panel:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.formation-choice-number {
  position: absolute;
  top: clamp(24px, 4vw, 52px);
  right: clamp(28px, 4vw, 64px);
  z-index: -1;
  color: rgba(147, 192, 31, 0.16);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.8rem, 9vw, 8.6rem);
  font-weight: 700;
  line-height: 0.78;
}

.formation-choice-panel h2 {
  max-width: 690px;
  margin: 0 0 20px;
  font-size: clamp(2.25rem, 3.9vw, 3.75rem);
  line-height: 0.98;
}

.formation-choice-panel p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.6;
}

.formation-choice-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.formation-choice-points li {
  padding: 7px 11px;
  border: 1px solid rgba(147, 192, 31, 0.34);
  color: var(--idf-navy);
  background: rgba(147, 192, 31, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.formation-choice-light {
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 88%, rgba(147, 192, 31, 0.16), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(145deg, rgba(0, 39, 93, 0.86), rgba(0, 39, 93, 0.68)),
    #123f74;
}

.formation-choice-light::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--idf-green);
}

.formation-choice-light p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.formation-choice-dark {
  color: var(--idf-navy);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.34), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(0, 39, 93, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(147, 192, 31, 0.62), rgba(232, 243, 199, 0.78)),
    #f4f8ea;
}

.formation-choice-dark p:not(.eyebrow) {
  color: rgba(0, 39, 93, 0.78);
}

.formation-choice-light .formation-choice-points li {
  color: #ffffff;
  border-color: rgba(147, 192, 31, 0.44);
  background: rgba(147, 192, 31, 0.12);
}

.formation-choice-dark .formation-choice-points li {
  color: var(--idf-navy);
  border-color: rgba(0, 39, 93, 0.22);
  background: rgba(255, 255, 255, 0.26);
}

.formation-choice-dark .eyebrow {
  color: var(--idf-navy);
}

.formation-choice-dark .formation-choice-link {
  border-color: rgba(0, 39, 93, 0.62);
}

.formation-choice-light:hover .formation-choice-link {
  color: var(--idf-navy);
  border-color: var(--idf-green);
  background: var(--idf-green);
}

.formation-choice-dark:hover .formation-choice-link {
  color: #ffffff;
  border-color: var(--idf-navy);
  background: var(--idf-navy);
}

.formation-choice-link {
  width: fit-content;
  padding: 11px 16px;
  border: 1px solid currentColor;
  color: inherit;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.futurist-network-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 20%, rgba(147, 192, 31, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(32, 41, 85, 0.98), rgba(24, 32, 70, 1)),
    #202955;
}

.futurist-network-inner {
  display: grid;
  width: min(1420px, calc(100vw - 56px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.72fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  padding: clamp(62px, 7vw, 104px) 0;
}

.futurist-network-copy h2 {
  max-width: 900px;
  margin: 0 0 30px;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.futurist-network-action {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  margin-bottom: 16px;
}

.futurist-network-arrow {
  position: relative;
  display: block;
  width: clamp(70px, 11vw, 180px);
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
}

.futurist-network-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--idf-green);
  border-right: 2px solid var(--idf-green);
  transform: translateY(-50%) rotate(45deg);
}

.futurist-network-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--idf-navy);
  border: 1px solid var(--idf-green);
  background: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.futurist-network-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  background: #a5d52a;
}

.futurist-network-note {
  max-width: 520px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.futurist-network-members {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 0.95;
}

.futurist-network-visual {
  justify-self: end;
  width: min(380px, 100%);
}

.futurist-network-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.formation-cta-section {
  color: var(--idf-navy);
  background: #ffffff;
  border-top: 1px solid rgba(0, 39, 93, 0.1);
}

.formation-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.formation-cta h2 {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--idf-navy);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
}

.formation-cta p:not(.eyebrow) {
  max-width: 740px;
  margin-bottom: 0;
  color: rgba(0, 39, 93, 0.72);
  font-size: 1.14rem;
}

.formation-cta .button.primary {
  color: #ffffff;
  background: var(--idf-navy);
}

.professional-page {
  color: var(--idf-ink);
  background: #ffffff;
}

.professional-hero {
  min-height: 62vh;
  align-items: center;
  padding: 104px 0 84px;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.88) 0%, rgba(0, 39, 93, 0.7) 50%, rgba(0, 39, 93, 0.28) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.12), rgba(0, 39, 93, 0.12)),
    url("/assets/img/programas-profesionales-hero.jpeg");
  background-position: center;
  background-size: cover;
}

.professional-hero h1 {
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.94;
}

.professional-hero .lead {
  max-width: 830px;
  color: rgba(255, 255, 255, 0.78);
}

.professional-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.professional-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.professional-intro {
  color: var(--idf-navy);
  background: #ffffff;
}

.professional-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.professional-intro h2 {
  margin: 0;
  color: var(--idf-navy);
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  line-height: 0.98;
}

.professional-intro p:not(.eyebrow) {
  color: rgba(0, 39, 93, 0.76);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.professional-programs,
.professional-comparison {
  color: var(--idf-navy);
  background: #f7f9fb;
}

.professional-programs .container {
  width: min(1740px, calc(100vw - clamp(40px, 3.5vw, 72px)));
}

.professional-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(20px, 1.6vw, 30px);
}

.professional-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--idf-light-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 39, 93, 0.08);
}

.professional-card-media {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: end start;
  overflow: hidden;
  padding: 22px;
  color: #ffffff;
  background-color: var(--idf-navy);
  background-position: center;
  background-size: cover;
}

.professional-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 39, 93, 0.18), rgba(0, 39, 93, 0.76)),
    linear-gradient(90deg, rgba(0, 39, 93, 0.55), rgba(0, 39, 93, 0.12));
  pointer-events: none;
}

.professional-card-media span {
  position: relative;
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 0.95;
}

.media-mundo {
  background-image: url("/assets/img/programa-mundo-incierto.jpeg");
}

.media-casting {
  background-image: url("/assets/img/programa-future-casting.jpeg");
}

.media-pensar {
  background-image: url("/assets/img/programa-pensar-futuro.jpeg");
}

.professional-card-body {
  display: flex;
  padding: 26px;
  flex: 1;
  flex-direction: column;
}

.professional-card-topline,
.professional-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.professional-card-topline span {
  padding: 6px 9px;
  color: #4a6400;
  background: rgba(147, 192, 31, 0.14);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.professional-card h3 {
  margin: 18px 0 8px;
  color: var(--idf-navy);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.98;
}

.professional-price {
  margin: 0 0 16px;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.professional-price small {
  display: block;
  margin-top: 3px;
  color: rgba(0, 39, 93, 0.55);
  font-family: "Barlow", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
}

.professional-tagline {
  color: var(--idf-navy);
  font-weight: 700;
}

.professional-card p,
.professional-card li,
.professional-card dd {
  color: rgba(0, 39, 93, 0.74);
}

.professional-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 22px;
  background: var(--idf-light-line);
  border: 1px solid var(--idf-light-line);
}

.professional-facts div {
  padding: 12px;
  background: #ffffff;
}

.professional-facts .professional-fact-wide {
  grid-column: 1 / -1;
}

.professional-facts dt {
  color: rgba(0, 39, 93, 0.54);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.professional-facts dd {
  margin: 3px 0 0;
  font-weight: 600;
}

.professional-card h4 {
  margin: 0 0 10px;
  color: var(--idf-navy);
  font-size: 1.2rem;
}

.professional-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
}

.professional-card details {
  margin: 4px 0 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--idf-green);
  background: #f7f9fb;
}

.professional-card summary {
  cursor: pointer;
  color: var(--idf-navy);
  font-weight: 700;
}

.professional-card details p {
  margin: 12px 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.professional-instructors {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(0, 39, 93, 0.12);
  background: linear-gradient(135deg, rgba(147, 192, 31, 0.1), rgba(255, 255, 255, 0));
}

.professional-instructors h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 6px;
}

.professional-instructors h4::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: var(--idf-green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(147, 192, 31, 0.14);
}

.professional-instructors p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.professional-audience {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--idf-light-line);
  font-size: 0.96rem;
}

.professional-actions {
  margin-top: 18px;
}

.professional-actions .button {
  padding: 11px 14px;
  font-size: 0.9rem;
}

.courses-page {
  color: var(--idf-navy);
  background: #ffffff;
}

.courses-hero {
  min-height: 58vh;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.88) 0%, rgba(0, 39, 93, 0.64) 50%, rgba(0, 39, 93, 0.24) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.1), rgba(0, 39, 93, 0.1)),
    url("/assets/img/cursos-de-prospectiva-hero.jpeg");
  background-position: center;
  background-size: cover;
}

.courses-hero::before {
  display: none;
}

.courses-hero .container {
  position: relative;
  z-index: 1;
}

.courses-hero h1 {
  max-width: 880px;
  color: #ffffff;
}

.courses-hero .lead {
  max-width: 790px;
  color: rgba(255, 255, 255, 0.84);
}

.courses-hero .button.secondary {
  color: var(--idf-navy);
  border-color: rgba(0, 39, 93, 0.45);
  background: transparent;
}

.courses-hero .button.secondary:hover {
  color: #ffffff;
  border-color: var(--idf-navy);
  background: var(--idf-navy);
}

.courses-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 26px;
}

.courses-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(0, 39, 93, 0.45);
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.courses-intro {
  color: var(--idf-navy);
  background: #ffffff;
}

.courses-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.courses-intro p:not(.eyebrow) {
  color: rgba(0, 39, 93, 0.75);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.courses-catalog {
  color: var(--idf-navy);
  background: #f7f9fb;
  padding: clamp(46px, 5vw, 68px) 0;
}

.courses-catalog .container {
  width: min(1640px, calc(100vw - clamp(36px, 3.2vw, 68px)));
}

.courses-catalog .section-header {
  margin-bottom: 26px;
}

.courses-catalog .section-header h2 {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
}

.courses-catalog .section-header h2::after {
  margin-top: 16px;
}

.courses-catalog .section-header p {
  max-width: 560px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
}

.course-carousel {
  position: relative;
  margin-top: 22px;
}

.course-viewport {
  overflow: hidden;
  margin: 0 54px;
}

.course-card-grid {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 1.4vw, 26px);
  transition: transform 360ms ease;
}

.course-card {
  display: flex;
  min-width: 0;
  flex: 0 0 calc((100% - (2 * clamp(18px, 1.4vw, 26px))) / 3);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--idf-light-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 39, 93, 0.08);
}

.course-card:nth-child(4) {
  grid-column: auto;
}

.course-card:nth-child(5) {
  grid-column: auto;
}

.course-visual {
  position: relative;
  display: flex;
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  overflow: hidden;
  background-color: var(--idf-navy);
  background-position: center center;
  background-size: cover;
}

.course-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(147, 192, 31, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(0, 39, 93, 0.18), rgba(0, 39, 93, 0.76));
}

.course-visual span {
  position: relative;
  z-index: 1;
  padding: 6px 9px;
  color: var(--idf-navy);
  background: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-visual-intro {
  background-image: url("/assets/img/curso-introduccion.jpeg");
}

.course-visual-mindset {
  background-image: url("/assets/img/curso-mindset.jpeg");
}

.course-visual-exploracion {
  background-image: url("/assets/img/curso-exploracion.jpeg");
}

.course-visual-prospectiva {
  background-image: url("/assets/img/curso-prospectiva.jpeg");
}

.course-visual-estrategia {
  background-image: url("/assets/img/curso-estrategia.jpeg");
}

.course-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.course-meta {
  margin: 0 0 10px;
  color: #4a6400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-card h3,
.masterclass-card h3 {
  margin: 0 0 10px;
  color: var(--idf-navy);
  font-size: clamp(1.65rem, 2vw, 2.1rem);
  line-height: 0.98;
}

.course-tagline {
  color: var(--idf-navy);
  font-weight: 700;
}

.course-card p:not(.course-meta),
.course-card li {
  color: rgba(0, 39, 93, 0.74);
  font-size: 0.92rem;
  line-height: 1.42;
}

.course-card h4 {
  margin: 12px 0 7px;
  color: var(--idf-navy);
  font-size: 1.08rem;
}

.course-card ul {
  margin: 0;
  padding-left: 18px;
}

.course-card li {
  margin-bottom: 3px;
}

.course-card .button {
  width: fit-content;
  margin-top: auto;
}

.courses-certificate {
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(147, 192, 31, 0.2), transparent 30%),
    var(--idf-navy);
}

.courses-certificate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.courses-certificate h2 {
  max-width: 760px;
  color: #ffffff;
}

.courses-certificate p,
.courses-certificate li,
.courses-certificate small {
  color: rgba(255, 255, 255, 0.78);
}

.courses-certificate ul {
  margin: 24px 0;
  padding-left: 20px;
}

.courses-certificate .button.primary {
  width: fit-content;
}

.courses-certificate small {
  display: block;
  max-width: 760px;
  margin-top: 18px;
  font-size: 0.86rem;
}

.certificate-badge {
  position: relative;
  display: flex;
  width: min(340px, 100%);
  aspect-ratio: 1;
  justify-self: end;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, var(--idf-green) 0 26%, rgba(147, 192, 31, 0.22) 27% 44%, transparent 45%),
    radial-gradient(circle at 60% 20%, rgba(147, 192, 31, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.certificate-badge::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.certificate-badge span {
  position: relative;
  z-index: 1;
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 0.85;
}

.certificate-badge strong {
  position: relative;
  z-index: 1;
  max-width: 230px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.courses-masterclasses {
  color: var(--idf-navy);
  background: #ffffff;
}

.courses-masterclasses .container {
  width: min(1420px, calc(100vw - 56px));
}

.masterclass-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 36px);
}

.masterclass-card {
  padding: 24px;
  border: 1px solid var(--idf-light-line);
  background: #f7f9fb;
  box-shadow: 0 18px 48px rgba(0, 39, 93, 0.06);
}

.masterclass-card p:not(.course-meta) {
  color: rgba(0, 39, 93, 0.7);
}

.masterclass-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  border: 0;
}

@media (max-width: 900px) {
  .courses-masterclasses .container {
    width: calc(100vw - 32px);
  }

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

  .home-program-cards {
    grid-template-columns: 1fr;
  }

  .home-program-card {
    min-height: auto;
  }
}

.courses-notify {
  color: var(--idf-navy);
  background:
    linear-gradient(110deg, rgba(147, 192, 31, 0.26), rgba(255, 255, 255, 0.9)),
    #eef7d1;
}

.courses-notify-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 0.9fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
}

.courses-notify h2 {
  max-width: 780px;
}

.courses-notify p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(0, 39, 93, 0.74);
}

.youtube-channel-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(0, 39, 93, 0.08);
}

.youtube-channel-card img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  border-radius: 50%;
}

.youtube-channel-card h3 {
  margin: 0 0 4px;
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.95;
}

.youtube-channel-card p {
  margin: 0 0 14px;
  color: rgba(0, 39, 93, 0.7);
}

.youtube-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #ff0000;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.youtube-button:hover {
  background: #cc0000;
  transform: translateY(-1px);
}

.comparison-table {
  overflow-x: auto;
  border: 1px solid var(--idf-light-line);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 39, 93, 0.06);
}

.comparison-table table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--idf-light-line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: #ffffff;
  background: var(--idf-blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
}

.comparison-table tbody th {
  color: var(--idf-navy);
  font-weight: 700;
}

.comparison-table td {
  color: rgba(0, 39, 93, 0.76);
}

.professional-why {
  color: var(--idf-navy);
  background: #ffffff;
}

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

.professional-why-grid article {
  padding: 26px;
  border-top: 3px solid var(--idf-green);
  background: #f7f9fb;
}

.professional-why-grid h3 {
  color: var(--idf-navy);
  font-size: 1.6rem;
}

.professional-why-grid p {
  margin-bottom: 0;
  color: rgba(0, 39, 93, 0.74);
}

.professional-final-cta {
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(147, 192, 31, 0.2), transparent 34%),
    var(--idf-blue);
}

.professional-final-cta .container {
  max-width: 900px;
}

.professional-final-cta h2 {
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
}

.professional-final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.professional-final-cta .button-row {
  justify-content: center;
}

.professional-final-cta .button.primary {
  color: var(--idf-navy);
  background: var(--idf-green);
}

.professional-final-cta .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.home-program-split {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 26px;
}

.program-card,
.compact-block,
.method-module,
.contact-card {
  border: 1px solid var(--idf-light-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(10, 24, 38, 0.08);
}

.program-card {
  padding: 30px;
}

.program-card.featured {
  border-left: 3px solid var(--idf-green);
  background:
    linear-gradient(145deg, rgba(0, 39, 93, 0.08), rgba(147, 192, 31, 0.08)),
    #ffffff;
}

.program-professional {
  display: grid;
  align-content: start;
}

.program-visual {
  width: 100%;
  margin: 20px 0 24px;
  border: 1px solid var(--idf-light-line);
  border-radius: 8px;
  background: #f1f2f4;
  box-shadow: 0 18px 50px rgba(0, 39, 93, 0.08);
}

.program-image-slot {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 28px 0 28px;
  border: 1px solid rgba(0, 39, 93, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(147, 192, 31, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(0, 39, 93, 0.08), rgba(0, 39, 93, 0.03)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(0, 39, 93, 0.08);
}

.prospectiva-card {
  color: #ffffff;
  border-color: transparent;
  background:
    linear-gradient(145deg, rgba(0, 39, 93, 0.98), rgba(0, 39, 93, 0.9)),
    var(--idf-navy);
}

.prospectiva-card h3 {
  color: #ffffff;
}

.prospectiva-card .subtitle {
  color: var(--idf-green);
}

.prospectiva-card p {
  color: rgba(255, 255, 255, 0.76);
}

.course-list {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.course-list div {
  padding: 20px;
  border: 1px solid rgba(147, 192, 31, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.course-list span {
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.course-list h4 {
  margin: 8px 0;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.course-list p {
  margin-bottom: 0;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tag,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #cdd9e3;
  border-radius: 999px;
  color: #4a6400;
  background: rgba(147, 192, 31, 0.15);
  font-size: 0.78rem;
  font-weight: 700;
}

.program-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.08;
  font-weight: 600;
  color: var(--idf-navy);
}

.program-card .subtitle {
  margin-bottom: 24px;
  color: var(--idf-green);
  font-weight: 600;
}

.mepe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 28px 0 28px;
}

.mepe-item {
  min-height: 184px;
  padding: 16px;
  border: 1px solid var(--idf-light-line);
  border-radius: 8px;
  background: #f5f5f5;
}

.mepe-item span {
  color: var(--idf-green);
  font-size: 0.78rem;
  font-weight: 700;
}

.mepe-item h4 {
  margin: 10px 0 8px;
  color: var(--idf-navy);
}

.mepe-item p {
  margin-bottom: 0;
  color: rgba(0, 39, 93, 0.72);
  font-size: 0.92rem;
}

.client-strip,
.footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
}

.client-strip {
  border-color: var(--idf-light-line);
  background: var(--idf-light-line);
}

.client-strip span,
.footer-contact div {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-align: center;
}

.client-strip span {
  color: var(--idf-blue);
  background: #f5f5f5;
}

.compact-block {
  margin-top: 24px;
  padding: 24px;
  background: rgba(147, 192, 31, 0.12);
}

.compact-block h3 {
  margin-bottom: 8px;
}

.compact-block p {
  color: rgba(0, 39, 93, 0.72);
}

.light-section {
  color: var(--idf-ink);
  background: var(--idf-paper);
}

.light-section .eyebrow {
  color: var(--idf-green);
}

.light-section .section-header p,
.light-section .muted {
  color: rgba(0, 39, 93, 0.72);
}

.values-section {
  background:
    linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);
}

.values-section .value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.values-section .value-card {
  position: relative;
  min-height: 260px;
  padding: 34px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 238, 0.92));
  box-shadow: 0 22px 54px rgba(0, 39, 93, 0.09);
}

.values-section .value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--idf-green);
}

.values-section .value-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(0, 39, 93, 0.08);
  border-radius: 50%;
  background: rgba(147, 192, 31, 0.08);
}

.values-section .value-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(0, 39, 93, 0.96), rgba(6, 59, 131, 0.9));
}

.values-section .value-card:nth-child(2)::before {
  background: #ffffff;
}

.values-section .value-card:nth-child(2) h3,
.values-section .value-card:nth-child(2) p {
  color: #ffffff;
}

.values-section .value-card:nth-child(2) .value-mark {
  color: rgba(147, 192, 31, 0.9);
}

.value-mark {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.values-section .value-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.values-section .value-card p {
  position: relative;
  z-index: 1;
  color: rgba(0, 39, 93, 0.76);
  font-size: 1.02rem;
  line-height: 1.65;
}

.directory-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 18%, rgba(147, 192, 31, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
}

.directory-heading {
  margin-bottom: 44px;
}

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

.director-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 39, 93, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(0, 39, 93, 0.09);
}

.director-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: var(--idf-green);
}

.director-role {
  margin: 0;
  color: var(--idf-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.director-card h3 {
  margin: 0;
  color: var(--idf-blue);
  font-size: clamp(2.15rem, 3vw, 2.9rem);
  line-height: 0.95;
}

.director-photo {
  width: 100%;
  aspect-ratio: 4 / 4.35;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-radius: 6px;
  object-fit: cover;
  background: #e8eef5;
}

.director-photo-marcie {
  object-position: 50% 35%;
}

.director-photo-sebastian {
  object-position: 50% 28%;
}

.director-photo-raul {
  object-position: 50% 10%;
}

.director-card p:not(.director-role) {
  margin: 0;
  color: rgba(0, 39, 93, 0.74);
  line-height: 1.55;
}

.director-more {
  width: fit-content;
  margin-top: 4px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 2px solid var(--idf-green);
  color: var(--idf-blue);
  background: transparent;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.director-more:hover {
  color: var(--idf-green);
}

.directory-values-section {
  background:
    linear-gradient(135deg, rgba(0, 39, 93, 0.04), rgba(147, 192, 31, 0.1)),
    #ffffff;
}

.directory-values-section .section-heading h2 {
  color: var(--idf-blue);
  text-shadow: none;
}

.directory-values-section .section-heading > p,
.directory-values-section .section-heading div + p {
  color: rgba(0, 39, 93, 0.74);
}

.mission-vision-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(0, 39, 93, 0.04), rgba(147, 192, 31, 0.09)),
    #ffffff;
}

.mission-vision-section::before {
  content: "";
  position: absolute;
  top: 54px;
  right: 7%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(0, 39, 93, 0.08);
  border-radius: 50%;
}

.mission-vision-section::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 18%;
  width: 34vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(147, 192, 31, 0.7), transparent);
  transform: rotate(-18deg);
}

.mission-vision-heading {
  position: relative;
  z-index: 1;
}

.mission-vision-heading h2 {
  color: var(--idf-blue);
}

.mission-vision-heading > p,
.mission-vision-heading div + p {
  color: rgba(0, 39, 93, 0.74);
}

.mission-vision-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mission-vision-card {
  position: relative;
  min-height: 310px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(0, 39, 93, 0.08);
}

.mission-vision-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--idf-green);
}

.mission-vision-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(147, 192, 31, 0.12);
}

.vision-card {
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(0, 39, 93, 0.96), rgba(6, 59, 131, 0.9)),
    var(--idf-blue);
}

.vision-card::after {
  background: rgba(147, 192, 31, 0.16);
}

.mv-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--idf-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mission-vision-card h3,
.mission-vision-card p {
  position: relative;
  z-index: 1;
}

.mission-vision-card h3 {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--idf-blue);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.mission-vision-card p {
  max-width: 620px;
  color: rgba(0, 39, 93, 0.76);
  font-size: 1.08rem;
  line-height: 1.65;
}

.vision-card h3,
.vision-card p {
  color: #ffffff;
}

.vision-card p {
  color: rgba(255, 255, 255, 0.82);
}

.bio-modal {
  width: min(920px, calc(100vw - 36px));
  max-height: min(820px, calc(100vh - 32px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--idf-navy);
  background: transparent;
}

.bio-modal::backdrop {
  background: rgba(0, 20, 48, 0.62);
  backdrop-filter: blur(4px);
}

.bio-modal-panel {
  position: relative;
  max-height: min(820px, calc(100vh - 32px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
  box-shadow: 0 34px 90px rgba(0, 20, 48, 0.32);
}

.bio-modal-close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 14px 14px 0 0;
  border: 1px solid rgba(0, 39, 93, 0.16);
  border-radius: 999px;
  color: var(--idf-blue);
  background: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 39, 93, 0.12);
}

.bio-modal-header {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 38px 44px 26px;
  border-bottom: 1px solid rgba(0, 39, 93, 0.12);
  background:
    radial-gradient(circle at 92% 0%, rgba(147, 192, 31, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(0, 39, 93, 0.07), rgba(255, 255, 255, 0.88));
}

.bio-modal-header img {
  width: 170px;
  height: 190px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(0, 39, 93, 0.12);
}

.bio-modal-header img.director-photo-raul {
  object-position: 50% 10%;
}

.bio-modal-header h2 {
  margin: 8px 0 0;
  color: var(--idf-blue);
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  line-height: 0.92;
}

.bio-modal-content {
  display: grid;
  gap: 16px;
  padding: 34px 44px 42px;
}

.bio-modal-content p {
  margin: 0;
  color: rgba(0, 39, 93, 0.78);
  line-height: 1.65;
}

.bio-formation {
  padding: 18px 20px;
  border-left: 3px solid var(--idf-green);
  background: rgba(147, 192, 31, 0.1);
}

.alliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.alliance-card,
.archive-card,
.team-card,
.value-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(10, 24, 38, 0.08);
}

.alliance-card h3,
.archive-card h3,
.team-card h3,
.value-card h3 {
  margin-bottom: 10px;
  color: var(--idf-navy);
  font-size: 1.28rem;
}

.alliance-card.logo-only {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.alliance-logo {
  width: 100%;
  min-height: 92px;
  display: grid;
  place-items: center;
}

.alliance-logo img {
  max-width: min(230px, 100%);
  max-height: 86px;
  object-fit: contain;
}

.alliance-country {
  margin: 0;
  color: var(--idf-navy);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alliance-detail-grid {
  display: grid;
  gap: 24px;
}

.alliance-detail-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 32px;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(10, 24, 38, 0.08);
}

.alliance-detail-logo {
  min-height: 136px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(0, 39, 93, 0.1);
  background: #f7f9fb;
}

.alliance-detail-logo img {
  max-width: 100%;
  max-height: 108px;
  object-fit: contain;
}

.alliance-detail-card h2 {
  margin-bottom: 8px;
  color: var(--idf-navy);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.alliance-detail-card p:last-child {
  margin-bottom: 0;
}

.location {
  margin-bottom: 18px;
  color: var(--idf-green);
  font-size: 0.85rem;
  font-weight: 700;
}

.light-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.light-tags .tag {
  color: #4a6400;
  border-color: rgba(147, 192, 31, 0.32);
  background: rgba(147, 192, 31, 0.15);
}

.band-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 42px;
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--idf-blue);
}

.band-cta .button.primary {
  color: var(--idf-navy);
  background: var(--idf-green);
}

.band-cta .button.primary:hover {
  background: #a8d733;
}

.band-cta h3 {
  margin-bottom: 6px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.band-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(147, 192, 31, 0.22), transparent 32%),
    var(--idf-dark);
}

.final-cta h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 600;
}

.final-cta .lead,
.final-cta .button-row {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.footer-contact {
  margin-top: 48px;
}

.footer-contact div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact strong {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-contact a:hover {
  color: var(--idf-green);
}

.site-footer {
  padding: 28px 0 20px;
  color: var(--idf-navy);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border-top: 1px solid rgba(0, 39, 93, 0.12);
}

.footer-inner {
  width: min(1440px, calc(100vw - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) minmax(130px, 0.68fr) minmax(170px, 0.78fr) minmax(180px, 0.78fr) minmax(120px, 0.58fr);
  gap: clamp(18px, 2.2vw, 42px);
  align-items: start;
  font-size: 0.9rem;
}

.footer-brand-block img {
  height: 54px;
  width: auto;
  max-width: min(300px, 100%);
  object-fit: contain;
}

.footer-tagline {
  max-width: 330px;
  margin: 14px 0 12px;
  color: var(--idf-navy);
  font-size: 1rem;
  line-height: 1.35;
}

.footer-legal {
  margin: 0;
  color: rgba(0, 39, 93, 0.58);
  font-size: 0.82rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(0, 39, 93, 0.74);
}

.footer-column a,
.footer-column span:not(.footer-heading) {
  width: fit-content;
  color: inherit;
  line-height: 1.3;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--idf-green);
}

.footer-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
  color: rgba(0, 39, 93, 0.62);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-heading::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--idf-green);
}

.footer-bottom {
  width: min(1440px, calc(100vw - 64px));
  margin: 22px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 39, 93, 0.1);
  color: rgba(0, 39, 93, 0.7);
  font-size: 0.86rem;
}

.page-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: end;
  padding: 160px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.96), rgba(0, 39, 93, 0.84)),
    radial-gradient(circle at 78% 18%, rgba(147, 192, 31, 0.24), transparent 26%),
    var(--idf-blue);
}

.page-hero.compact-hero {
  min-height: auto;
  align-items: center;
  padding: clamp(54px, 6vw, 76px) 0 clamp(46px, 5vw, 64px);
  background:
    linear-gradient(112deg, rgba(0, 39, 93, 0.96) 0%, rgba(0, 39, 93, 0.9) 46%, rgba(6, 59, 131, 0.86) 100%),
    radial-gradient(circle at 84% 22%, rgba(147, 192, 31, 0.2), transparent 26%),
    radial-gradient(circle at 12% 100%, rgba(255, 255, 255, 0.08), transparent 34%),
    var(--idf-navy);
}

.page-hero.compact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54.08%, transparent 54.16%),
    linear-gradient(120deg, transparent 0 64%, rgba(147, 192, 31, 0.22) 64.08%, transparent 64.16%),
    repeating-linear-gradient(120deg, transparent 0 42px, rgba(255, 255, 255, 0.045) 43px, transparent 44px 96px);
  opacity: 0.82;
}

.page-hero.compact-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero.compact-hero h1 {
  max-width: 860px;
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 3rem);
  text-shadow: 0 14px 34px rgba(0, 20, 48, 0.22);
}

.page-hero.compact-hero .lead {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.page-hero.compact-hero::before {
  width: 280px;
  height: 280px;
  bottom: -150px;
  right: clamp(18px, 9vw, 160px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 48px rgba(255, 255, 255, 0.025);
}

.history-hero {
  min-height: 68vh;
  padding: 180px 0 88px;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.96) 0%, rgba(0, 39, 93, 0.8) 34%, rgba(0, 39, 93, 0.32) 74%, rgba(0, 39, 93, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.22), rgba(0, 39, 93, 0.22)),
    url("/assets/img/carlos-anderson-hero.jpg"),
    url("/assets/img/carlos-anderson-hero.jpg");
  background-color: var(--idf-blue);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, auto 100%, cover;
  background-position: center, center, right center, center 45%;
}

.history-hero .container {
  max-width: var(--container);
}

.history-hero h1,
.history-hero .lead {
  max-width: 640px;
  text-shadow: 0 2px 18px rgba(0, 39, 93, 0.42);
}

.legacy-hero {
  min-height: 74vh;
  padding-bottom: 110px;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.98) 0%, rgba(0, 39, 93, 0.88) 36%, rgba(0, 39, 93, 0.42) 70%, rgba(0, 39, 93, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.16), rgba(0, 39, 93, 0.16)),
    url("/assets/img/carlos-anderson-hero.jpg");
  background-position: center, center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

.legacy-hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  font-weight: 700;
}

.legacy-hero .lead {
  max-width: 620px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.legacy-intro {
  padding: 86px 0;
  color: var(--idf-navy);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #f3f7ed 100%);
}

.legacy-intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.legacy-quote {
  position: relative;
  padding: 34px;
  border-left: 4px solid var(--idf-green);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.1);
}

.legacy-quote span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.9;
}

.legacy-quote blockquote {
  margin: 0;
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.05rem, 3.7vw, 3.25rem);
  font-weight: 600;
  line-height: 0.98;
}

.legacy-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 32px;
  align-items: center;
}

.legacy-intro-copy h2 {
  margin-bottom: 18px;
  color: var(--idf-navy);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.legacy-intro-copy p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(0, 39, 93, 0.74);
  font-size: 1.15rem;
  line-height: 1.7;
}

.legacy-profile-photo {
  margin: 0;
  overflow: hidden;
  border-top: 4px solid var(--idf-green);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.12);
}

.legacy-profile-photo img {
  width: 100%;
  aspect-ratio: 1.14 / 1;
  display: block;
  object-fit: cover;
  object-position: 64% center;
}

.legacy-story-section {
  padding: 78px 0 108px;
  color: var(--idf-navy);
  background: #f7f9fb;
}

.legacy-timeline-section {
  padding: 54px 0 46px;
  color: var(--idf-navy);
  background: #f7f9fb;
}

.legacy-timeline-container {
  width: min(1480px, calc(100vw - 96px));
  margin: 0 auto;
}

.legacy-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.legacy-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 34px 24px 30px;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-top: 4px solid var(--idf-green);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.08);
}

.legacy-moment {
  position: relative;
  min-height: 132px;
  min-width: 0;
  padding: 36px 14px 0;
  border-top: 1px solid rgba(0, 39, 93, 0.16);
}

.legacy-moment:last-child {
  padding-bottom: 0;
}

.legacy-moment::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--idf-green);
  box-shadow: 0 0 0 5px rgba(147, 192, 31, 0.16);
}

.legacy-year {
  position: absolute;
  left: 0;
  top: -30px;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.legacy-moment strong {
  display: block;
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.05rem, 1.2vw, 1.24rem);
  line-height: 1;
}

.legacy-moment span {
  display: block;
  margin-top: 6px;
  color: rgba(0, 39, 93, 0.68);
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  line-height: 1.35;
}

.legacy-moment .legacy-year {
  position: absolute;
  left: 0;
  top: -30px;
  margin-top: 0;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.legacy-path-section {
  padding: 46px 0 54px;
  color: var(--idf-navy);
  background: #f7f9fb;
}

.legacy-path {
  position: relative;
  width: min(1420px, calc(100vw - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  padding: 36px 28px 34px;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-top: 4px solid var(--idf-green);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.08);
}

.legacy-path::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 72px;
  height: 1px;
  background: rgba(0, 39, 93, 0.16);
}

.legacy-path-item {
  position: relative;
  min-width: 0;
  min-height: 148px;
  padding: 86px 12px 0;
}

.path-year {
  position: absolute;
  left: 12px;
  top: 0;
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.98rem, 1vw, 1.14rem);
  font-weight: 700;
  line-height: 1;
}

.path-dot {
  position: absolute;
  left: 14px;
  top: 31px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--idf-green);
  box-shadow: 0 0 0 5px rgba(147, 192, 31, 0.16);
  transform: none;
}

.legacy-path-item strong {
  display: block;
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.02rem, 1.1vw, 1.2rem);
  line-height: 1;
}

.legacy-path-item > span:last-child {
  display: block;
  margin-top: 8px;
  color: rgba(0, 39, 93, 0.68);
  font-size: clamp(0.76rem, 0.86vw, 0.88rem);
  line-height: 1.35;
}

.legacy-story-content {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.legacy-long-photo {
  position: sticky;
  top: 188px;
  margin: 0;
  overflow: hidden;
  border-top: 4px solid var(--idf-green);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.1);
}

.legacy-long-photo img {
  width: 100%;
  height: min(78vh, 820px);
  display: block;
  object-fit: cover;
  object-position: center top;
}

.legacy-copy {
  max-width: 860px;
  padding: 12px 0 0;
}

.legacy-copy p {
  margin-bottom: 28px;
  color: rgba(0, 39, 93, 0.82);
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  line-height: 1.82;
}

.legacy-copy p:first-child {
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.95rem, 3.1vw, 2.8rem);
  font-weight: 600;
  line-height: 1.06;
}

.legacy-copy p:last-child {
  margin-bottom: 0;
  padding: 28px 30px;
  border-left: 4px solid var(--idf-green);
  color: var(--idf-navy);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 39, 93, 0.08);
}

.legacy-book-section {
  padding: 96px 0;
  color: var(--idf-navy);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #f3f7ed 100%);
}

.legacy-book-grid {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.legacy-book-cover {
  margin: 0;
  padding: 18px;
  border-top: 4px solid var(--idf-green);
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(0, 39, 93, 0.12);
}

.legacy-book-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.legacy-book-copy {
  max-width: 820px;
}

.legacy-book-copy h2 {
  margin: 12px 0 22px;
  color: var(--idf-navy);
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 0.98;
}

.legacy-book-copy p {
  margin-bottom: 20px;
  color: rgba(0, 39, 93, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.legacy-book-copy em {
  color: var(--idf-navy);
  font-style: italic;
}

.legacy-book-authors {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px 18px;
  border-left: 3px solid var(--idf-green);
  color: var(--idf-navy);
  background: rgba(147, 192, 31, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legacy-closing {
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(147, 192, 31, 0.24), transparent 34%),
    var(--idf-blue);
}

.legacy-closing .container {
  max-width: 900px;
}

.legacy-closing h2 {
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
}

.legacy-closing p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.25rem;
}

.page-hero::before {
  width: 410px;
  height: 410px;
  right: 0;
  bottom: -170px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.history-hero::before {
  display: none;
}

.page-hero .lead {
  margin-top: 24px;
}

.page-hero.professional-hero {
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.9) 0%, rgba(0, 39, 93, 0.68) 48%, rgba(0, 39, 93, 0.24) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.12), rgba(0, 39, 93, 0.12)),
    url("/assets/img/programas-profesionales-hero.jpeg");
  background-position: center;
  background-size: cover;
}

.page-hero.courses-hero {
  min-height: 48vh;
  align-items: center;
  padding: clamp(72px, 8vw, 116px) 0 clamp(64px, 7vw, 96px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 39, 93, 0.88) 0%, rgba(0, 39, 93, 0.64) 50%, rgba(0, 39, 93, 0.24) 100%),
    linear-gradient(0deg, rgba(0, 39, 93, 0.1), rgba(0, 39, 93, 0.1)),
    url("/assets/img/cursos-de-prospectiva-hero.jpeg");
  background-position: center;
  background-size: cover;
}

.page-hero.courses-hero::before {
  display: none;
}

.page-hero.courses-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero.courses-hero h1 {
  max-width: 940px;
  color: #ffffff;
  font-size: clamp(2.8rem, 5.6vw, 5rem);
  line-height: 0.98;
}

.page-hero.courses-hero .lead {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.84);
}

.page-hero.courses-hero .courses-tags span {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
}

.page-hero.courses-hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.04);
}

.page-hero.courses-hero .button.secondary:hover {
  color: var(--idf-navy);
  border-color: var(--idf-green);
  background: var(--idf-green);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: 36px;
  align-items: start;
}

.content-block {
  color: var(--idf-navy);
}

.content-block h2 {
  color: var(--idf-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.method-grid,
.archive-grid,
.team-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.method-module {
  padding: 24px;
}

.method-module strong {
  color: var(--idf-green-accent);
}

.method-module ul,
.archive-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.method-module li,
.archive-card li {
  padding: 9px 0;
  border-top: 1px solid #edf0f3;
  color: rgba(0, 39, 93, 0.72);
}

.archive-card li {
  border-top-color: #edf0f3;
  color: rgba(0, 39, 93, 0.72);
}

.archive-card a {
  color: var(--idf-navy);
}

.archive-card a:hover {
  color: var(--idf-green);
}

.events-section {
  color: var(--idf-ink);
  background: #ffffff;
}

.event-card-grid {
  display: flex;
  gap: 22px;
  transition: transform 280ms ease;
  will-change: transform;
}

.event-carousel {
  margin-top: 6px;
}

.event-viewport {
  margin: 0 70px;
}

.event-card {
  display: block;
  flex: 0 0 calc((100% - 44px) / 3);
  overflow: hidden;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 192, 31, 0.64);
  box-shadow: 0 24px 58px rgba(0, 39, 93, 0.13);
}

.event-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef2f5;
}

.event-card-body {
  padding: 24px;
}

.event-card h3 {
  margin-bottom: 12px;
  color: var(--idf-navy);
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  line-height: 1;
}

.event-card p {
  margin-bottom: 0;
  color: rgba(0, 39, 93, 0.68);
  font-size: 0.92rem;
}

.event-card p span {
  color: var(--idf-green);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-detail {
  color: var(--idf-ink);
  background: #ffffff;
  padding: clamp(68px, 8vw, 118px) 0 0;
}

.event-detail-header {
  max-width: 920px;
  margin-bottom: 40px;
}

.event-detail h1 {
  color: var(--idf-navy);
  font-size: clamp(3rem, 6vw, 5rem);
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: rgba(0, 39, 93, 0.66);
  font-size: 0.92rem;
}

.event-meta strong {
  color: var(--idf-green);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.event-copy {
  max-width: 900px;
  margin: 34px auto;
  color: rgba(0, 39, 93, 0.78);
  font-size: 1.08rem;
}

.event-photo {
  margin: 0;
}

.event-photo img {
  width: 100%;
  border-radius: 8px;
  background: #eef2f5;
  box-shadow: 0 18px 50px rgba(0, 39, 93, 0.1);
}

.event-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 40px 0;
}

.event-related {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 54px 0 80px;
  padding: 24px;
  border: 1px solid #dde3e8;
  border-left: 3px solid var(--idf-green);
  border-radius: 8px;
  background: #f8faf7;
}

.event-related img {
  width: 142px;
  height: 180px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 39, 93, 0.14);
}

.event-related .eyebrow {
  margin-bottom: 10px;
}

.event-related h2 {
  margin-bottom: 8px;
  color: var(--idf-navy);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.event-related p {
  margin-bottom: 0;
  color: rgba(0, 39, 93, 0.72);
}

.event-full-bleed {
  width: 100%;
  margin: 0;
  background: #ffffff;
}

.event-full-bleed img {
  width: 100%;
  height: auto;
}

.publications-page {
  color: var(--idf-ink);
  background: #ffffff;
  padding: clamp(68px, 8vw, 118px) 0;
}

.publication-carousel {
  position: relative;
  margin-top: 38px;
}

.publication-viewport {
  overflow: hidden;
  margin: 0 58px;
}

.publication-track {
  display: flex;
  gap: 22px;
  transition: transform 360ms ease;
  will-change: transform;
}

.publication-card {
  flex: 0 0 calc((100% - 44px) / 3);
  overflow: hidden;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 39, 93, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.publication-card:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 192, 31, 0.64);
  box-shadow: 0 24px 58px rgba(0, 39, 93, 0.12);
}

.publication-cover {
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 22px;
  background: #f4f7f8;
  border-bottom: 1px solid #dde3e8;
}

.publication-cover img {
  max-height: 310px;
  width: auto;
  object-fit: contain;
  box-shadow: 0 16px 36px rgba(0, 39, 93, 0.16);
}

.publication-card-body {
  padding: 24px;
}

.publication-year {
  display: block;
  margin-bottom: 10px;
  color: var(--idf-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.publication-card h3 {
  margin-bottom: 12px;
  color: var(--idf-navy);
  font-size: 1.55rem;
  line-height: 1;
}

.publication-card p {
  margin-bottom: 0;
  color: #777f88;
  font-size: 0.84rem;
}

.carousel-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 39, 93, 0.28);
  border-radius: 50%;
  color: var(--idf-navy);
  background: #ffffff;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.carousel-arrow:hover {
  color: var(--idf-navy);
  border-color: var(--idf-green);
  background: rgba(147, 192, 31, 0.15);
}

.carousel-arrow.prev {
  left: 0;
}

.carousel-arrow.next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 39, 93, 0.24);
  cursor: pointer;
}

.carousel-dots button.active {
  background: var(--idf-green);
}

.publication-detail {
  color: var(--idf-ink);
  background: #ffffff;
  padding: clamp(68px, 8vw, 118px) 0;
}

.publication-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.publication-detail h1 {
  color: var(--idf-navy);
  font-size: clamp(3rem, 6vw, 5rem);
}

.publication-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 30px;
  color: rgba(0, 39, 93, 0.68);
  font-size: 0.92rem;
}

.publication-meta strong {
  color: var(--idf-green);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.publication-summary {
  max-width: 850px;
  color: rgba(0, 39, 93, 0.78);
  font-size: 1.08rem;
}

.publication-thumb {
  padding: 18px;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  background: #f8faf7;
}

.publication-thumb img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  box-shadow: 0 14px 34px rgba(0, 39, 93, 0.16);
}

.publication-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 16px;
  color: var(--idf-navy);
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.publication-download:hover {
  transform: translateY(-2px);
  background: #a8d733;
  box-shadow: 0 14px 30px rgba(0, 39, 93, 0.14);
}

.findings-block {
  max-width: 940px;
  margin-top: 58px;
}

.findings-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.findings-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(0, 39, 93, 0.78);
}

.findings-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--idf-green);
}

.methodology-block {
  max-width: 900px;
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px solid #dde3e8;
  color: rgba(0, 39, 93, 0.76);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 38px;
}

.contact-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--idf-light-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(10, 24, 38, 0.08);
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--idf-blue);
  font-size: 0.9rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cdd9e3;
  border-radius: 6px;
  color: var(--idf-navy);
  background: #f8fafc;
  font: inherit;
}

.field select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--idf-blue) 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--idf-blue) 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
    #f8fafc;
  cursor: pointer;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--idf-green);
  color: var(--idf-blue);
  background: rgba(147, 192, 31, 0.1);
}

.form-status.error {
  border-left-color: #b82f2f;
  color: #6d1f1f;
  background: rgba(184, 47, 47, 0.08);
}

.contact-card {
  padding: 26px;
}

.contact-card dl {
  margin: 0;
}

.contact-card dt {
  margin-top: 20px;
  color: var(--idf-green);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card dt:first-child {
  margin-top: 0;
}

.contact-card dd {
  margin: 6px 0 0;
  color: var(--idf-navy);
}

.contact-social-card h2 {
  margin-bottom: 18px;
}

.social-link-list {
  display: grid;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 39, 93, 0.12);
  border-radius: 6px;
  color: var(--idf-navy);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(0, 39, 93, 0.03), rgba(147, 192, 31, 0.08));
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}

.social-link:hover {
  color: var(--idf-blue);
  border-color: rgba(147, 192, 31, 0.58);
  background: rgba(147, 192, 31, 0.12);
  transform: translateY(-1px);
}

.social-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon path,
.social-icon rect,
.social-icon circle {
  vector-effect: non-scaling-stroke;
}

.social-icon path:not(.social-icon-cutout) {
  fill: currentColor;
  stroke: none;
}

.social-icon-cutout {
  fill: #ffffff;
  stroke: none;
}

.placeholder-visual {
  min-height: 320px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 28%, rgba(147, 192, 31, 0.38), transparent 26%),
    linear-gradient(135deg, var(--idf-blue), var(--idf-green));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--idf-shadow);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes titleRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1360px) {
  :root {
    --container: min(100vw - 28px, 920px);
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
    align-self: center;
  }

  .nav-links {
    position: fixed;
    top: 156px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(0, 39, 93, 0.12);
    border-top: 3px solid var(--idf-green);
    border-radius: 3px;
    background: #ffffff;
    box-shadow: var(--idf-shadow);
  }

  body.menu-open .nav-links {
    display: flex;
  }

  .nav-links a,
  .dropdown-trigger {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 39, 93, 0.1);
  }

  .nav-links > a,
  .nav-links > .dropdown,
  .dropdown-trigger {
    border-left: 0;
    border-right: 0;
  }

  .nav-links > a::before,
  .nav-links > .dropdown::before,
  .nav-links > a:last-child::after {
    display: none;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    display: none;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: #f7f9f3;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu,
  .dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    min-height: 50px;
    padding-left: 34px;
    color: var(--idf-navy);
    background: transparent;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid,
  .section-header,
  .program-grid,
  .formation-split,
  .formation-choice-split,
  .formation-cta,
  .professional-intro-grid,
  .director-grid,
  .legacy-intro-grid,
  .legacy-story-grid,
  .publication-detail-grid,
  .two-column,
  .contact-layout,
  .band-cta {
    grid-template-columns: 1fr;
  }

  .legacy-timeline {
    position: relative;
    top: auto;
    order: 2;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
  }

  .legacy-copy {
    order: 1;
  }

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

  .hero-grid {
    gap: 36px;
  }

  .metrics-grid,
  .mepe-grid,
  .alliance-grid,
  .event-photo-grid,
  .method-grid,
  .archive-grid,
  .team-grid,
  .value-grid,
  .director-grid,
  .professional-card-grid,
  .professional-why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

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

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(980px, calc(100vw - 48px));
    row-gap: 26px;
  }

  .footer-bottom {
    width: min(980px, calc(100vw - 48px));
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .legacy-path {
    width: min(1080px, calc(100vw - 72px));
    padding-left: 20px;
    padding-right: 20px;
  }

  .legacy-path::before {
    left: 20px;
    right: 20px;
  }

  .legacy-path-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .path-year {
    left: 8px;
  }

  .path-dot {
    left: 10px;
  }
}

@media (max-width: 980px) {
  .legacy-profile,
  .legacy-story-content,
  .legacy-book-grid,
  .futurist-network-inner {
    grid-template-columns: 1fr;
  }

  .legacy-book-grid {
    gap: 36px;
  }

  .legacy-book-cover {
    width: min(360px, 100%);
    justify-self: center;
  }

  .futurist-network-visual {
    justify-self: center;
    width: min(340px, 100%);
  }

  .legacy-profile-photo img {
    aspect-ratio: 16 / 9;
    object-position: 64% center;
  }

  .legacy-long-photo {
    display: none;
  }

  .legacy-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
    padding: 36px 22px 28px;
    overflow: hidden;
  }

  .legacy-moment {
    min-height: auto;
    padding: 34px 16px 18px;
  }

  .legacy-moment:nth-child(1) {
    order: 1;
  }

  .legacy-moment:nth-child(2) {
    order: 2;
  }

  .legacy-moment:nth-child(3) {
    order: 4;
  }

  .legacy-moment:nth-child(4) {
    order: 3;
  }

  .legacy-moment:nth-child(5) {
    order: 5;
  }

  .legacy-moment:nth-child(6) {
    order: 6;
  }

  .legacy-moment:nth-child(7) {
    order: 8;
  }

  .legacy-moment:nth-child(4n + 3),
  .legacy-moment:nth-child(4n + 4) {
    text-align: right;
  }

  .legacy-moment:nth-child(4n + 3)::before,
  .legacy-moment:nth-child(4n + 4)::before {
    left: auto;
    right: 18px;
  }

  .legacy-moment:nth-child(4n + 3) .legacy-year,
  .legacy-moment:nth-child(4n + 4) .legacy-year {
    left: auto;
    right: 0;
  }

  .legacy-path {
    width: min(720px, calc(100vw - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    padding: 42px 24px 30px;
  }

  .legacy-path::before {
    display: none;
  }

  .legacy-path-item {
    min-height: 132px;
    padding: 54px 12px 14px;
    border-top: 1px solid rgba(0, 39, 93, 0.16);
  }

  .path-year {
    top: 10px;
  }

  .path-dot {
    top: -5px;
  }

  .legacy-path-item:nth-child(1) {
    order: 1;
  }

  .legacy-path-item:nth-child(2) {
    order: 2;
  }

  .legacy-path-item:nth-child(3) {
    order: 4;
    text-align: right;
  }

  .legacy-path-item:nth-child(4) {
    order: 3;
    text-align: right;
  }

  .legacy-path-item:nth-child(5) {
    order: 5;
  }

  .legacy-path-item:nth-child(6) {
    order: 6;
  }

  .legacy-path-item:nth-child(7) {
    order: 8;
    grid-column: 1 / -1;
    max-width: 50%;
    justify-self: center;
    text-align: center;
  }

  .legacy-path-item:nth-child(3) .path-year,
  .legacy-path-item:nth-child(4) .path-year,
  .legacy-path-item:nth-child(3) .path-dot,
  .legacy-path-item:nth-child(4) .path-dot {
    left: auto;
    right: 12px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 0;
  }

  .top-strip-inner {
    width: calc(100vw - 28px);
    min-height: 34px;
    justify-content: center;
    font-size: 0.72rem;
  }

  .top-message,
  .top-divider {
    display: none;
  }

  .top-contact {
    gap: 12px;
  }

  .top-link {
    gap: 6px;
  }

  .site-footer {
    padding: 26px 0 18px;
  }

  .footer-inner,
  .footer-bottom {
    width: calc(100vw - 32px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-brand-block img {
    height: 48px;
  }

  .footer-tagline {
    margin: 12px 0 10px;
    font-size: 0.96rem;
  }

  .footer-column {
    gap: 7px;
  }

  .footer-bottom {
    margin-top: 18px;
  }

  .top-icon {
    width: 15px;
    height: 15px;
  }

  .nav-shell {
    min-height: 104px;
    padding: 0 14px;
    gap: 12px;
  }

  .brand-group {
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-circle img {
    width: 70px;
    height: 70px;
  }

  .brand-horizontal img {
    height: 48px;
    max-width: 170px;
  }

  .nav-links {
    top: 138px;
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding-top: 96px;
  }

  .page-hero.compact-hero {
    padding: 54px 0 46px;
  }

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

  .values-section .value-card {
    min-height: auto;
  }

  .legacy-hero {
    min-height: 68vh;
    padding-bottom: 72px;
    background:
      linear-gradient(90deg, rgba(0, 39, 93, 0.94), rgba(0, 39, 93, 0.66)),
      linear-gradient(0deg, rgba(0, 39, 93, 0.16), rgba(0, 39, 93, 0.16)),
      url("/assets/img/carlos-anderson-hero.jpg");
    background-size: 100% 100%, 100% 100%, cover;
    background-position: center, center, 68% center;
  }

  .section {
    padding: 78px 0;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.9rem);
  }

  .hero-panel {
    padding: 22px;
  }

  .metrics-grid,
  .mepe-grid,
  .alliance-grid,
  .event-photo-grid,
  .method-grid,
  .archive-grid,
  .team-grid,
  .value-grid,
  .client-strip,
  .footer-contact {
    grid-template-columns: 1fr !important;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid var(--idf-light-line);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .program-card,
  .contact-form {
    padding: 22px;
  }

  .director-grid {
    grid-template-columns: 1fr !important;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .mission-vision-section::before,
  .mission-vision-section::after {
    opacity: 0.45;
  }

  .director-card {
    padding: 22px;
  }

  .director-photo {
    aspect-ratio: 16 / 12;
  }

  .bio-modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }

  .bio-modal-panel {
    max-height: calc(100vh - 24px);
  }

  .bio-modal-header {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 22px 22px;
  }

  .bio-modal-header img {
    width: 100%;
    height: auto;
    max-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .bio-modal-content {
    padding: 24px 22px 30px;
  }

  .formation-panel {
    padding: 64px 22px;
  }

  .home-program-cards {
    gap: 14px;
  }

  .home-program-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-program-card img {
    grid-row: auto;
    grid-column: auto;
    height: 140px;
  }

  .home-program-card span,
  .home-program-card h3,
  .home-program-card p {
    grid-column: auto;
  }

  .home-masterclass-grid {
    grid-template-columns: 1fr;
  }

  .home-course-viewport {
    margin: 0 42px;
  }

  .home-upcoming-card {
    flex-basis: 100%;
  }

  .formation-choice-panel {
    min-height: auto;
    padding: 76px 24px;
  }

  .page-hero.formation-landing-hero {
    min-height: auto;
    padding: 48px 0 38px;
  }

  .formation-choice-panel h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .formation-choice-number {
    top: 34px;
    right: 22px;
    font-size: 5.4rem;
  }

  .formation-choice-points {
    gap: 8px;
  }

  .formation-choice-points li {
    font-size: 0.82rem;
  }

  .formation-choice-panel::after {
    inset-inline: 24px;
    bottom: 38px;
  }

  .futurist-network-inner {
    width: calc(100vw - 32px);
    padding: 58px 0 64px;
  }

  .futurist-network-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .futurist-network-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .futurist-network-arrow {
    width: 112px;
  }

  .futurist-network-button {
    min-height: 50px;
  }

  .futurist-network-members {
    font-size: clamp(2.2rem, 12vw, 3rem);
  }

  .formation-cta {
    gap: 28px;
  }

  .formation-cta .button {
    width: fit-content;
  }

  .formation-panel h2 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .professional-hero {
    min-height: auto;
    padding: 76px 0;
  }

  .professional-hero h1 {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .professional-card-grid,
  .professional-why-grid {
    grid-template-columns: 1fr !important;
  }

  .professional-card-media {
    min-height: 180px;
  }

  .professional-card-body,
  .professional-why-grid article {
    padding: 22px;
  }

  .professional-facts {
    grid-template-columns: 1fr;
  }

  .event-related {
    grid-template-columns: 1fr;
  }

  .publication-viewport,
  .event-viewport,
  .course-viewport {
    margin: 0 42px;
  }

  .publication-card,
  .event-card,
  .course-card {
    flex-basis: 100%;
  }

  .course-card-grid {
    gap: 18px;
  }

  .courses-notify-grid,
  .courses-certificate-grid {
    grid-template-columns: 1fr;
  }

  .certificate-badge {
    justify-self: center;
    width: min(300px, 100%);
  }

  .youtube-channel-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .youtube-channel-card img {
    width: 78px;
    height: 78px;
  }

  .publication-cover {
    min-height: 300px;
  }

  .publication-detail-grid {
    gap: 28px;
  }

  .legacy-intro,
  .legacy-timeline-section,
  .legacy-story-section,
  .legacy-book-section {
    padding: 72px 0;
  }

  .legacy-timeline-container {
    width: calc(100vw - 32px);
  }

  .legacy-path {
    width: calc(100vw - 36px);
    gap: 24px 16px;
    padding: 40px 18px 24px;
  }

  .legacy-path-item:nth-child(7) {
    max-width: 58%;
  }

  .legacy-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    padding: 34px 18px 24px;
  }

  .legacy-copy p:first-child {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }

  .legacy-copy p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .legacy-quote,
  .legacy-copy p:last-child {
    padding: 24px;
  }

  .legacy-book-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .legacy-book-copy p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .legacy-book-authors {
    display: block;
    width: 100%;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .alliance-detail-card {
    padding: 22px;
    gap: 22px;
  }

  .alliance-detail-logo {
    min-height: 116px;
  }

  .event-detail {
    padding-top: 64px;
  }

  .event-related img {
    width: 120px;
    height: 154px;
  }
}

.mepe-page {
  color: var(--idf-ink);
  background: #ffffff;
}

.mepe-hero {
  position: relative;
  min-height: calc(100vh - 156px);
  display: grid;
  align-items: center;
  padding: clamp(82px, 9vw, 132px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(147, 192, 31, 0.18), transparent 28%),
    linear-gradient(135deg, var(--idf-navy), #031c42 62%, #001632);
}

.mepe-hero::before,
.mepe-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.mepe-hero::before {
  width: 520px;
  height: 520px;
  right: -120px;
  top: 70px;
}

.mepe-hero::after {
  width: 260px;
  height: 260px;
  right: 16%;
  bottom: -82px;
  border-color: rgba(147, 192, 31, 0.24);
}

.mepe-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.mepe-hero-copy {
  color: #ffffff;
}

.mepe-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.95;
  font-weight: 700;
}

.mepe-hero-copy .lead {
  max-width: 660px;
  margin: 24px 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
}

.mepe-hero-copy p:not(.eyebrow):not(.lead) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.mepe-flow {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.mepe-flow article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 39, 93, 0.62);
}

.mepe-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -18px;
  width: 2px;
  height: 18px;
  background: var(--idf-green);
}

.mepe-flow span,
.mepe-phase-number {
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.mepe-flow span {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.mepe-flow strong {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.mepe-section {
  position: relative;
  padding: clamp(86px, 9vw, 130px) 0;
  overflow: hidden;
}

.mepe-white {
  background: #ffffff;
}

.mepe-gray {
  background: #f8f9fa;
}

.mepe-section-header {
  max-width: 900px;
  margin-bottom: 44px;
}

.mepe-section-header h2 {
  margin: 0;
  color: var(--idf-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.mepe-section-header h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 22px;
  background: var(--idf-green);
}

.mepe-section-header p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(0, 39, 93, 0.72);
  font-size: 1.05rem;
}

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

.mepe-value-card,
.mepe-tool-grid article,
.mepe-profile-grid article,
.mepe-toolkit article {
  background: #ffffff;
  border: 1px solid #dce4ea;
  box-shadow: 0 18px 45px rgba(0, 39, 93, 0.06);
}

.mepe-value-card {
  padding: 28px;
}

.mepe-value-card svg {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  fill: none;
  stroke: var(--idf-green);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mepe-value-card h3,
.mepe-tool-grid h4,
.mepe-profile-grid h3,
.mepe-toolkit span {
  margin: 0;
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}

.mepe-value-card h3 {
  font-size: 1.65rem;
}

.mepe-value-card p,
.mepe-tool-grid p,
.mepe-profile-grid p,
.mepe-toolkit p,
.mepe-application,
.mepe-concept,
.mepe-cone-copy p {
  color: rgba(0, 39, 93, 0.72);
}

.mepe-phase {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  min-height: 72vh;
  margin-top: 24px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid #dce4ea;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 39, 93, 0.07);
}

.mepe-phase:nth-of-type(odd) {
  background: #fbfcfd;
}

.mepe-phase-number {
  font-size: clamp(4.8rem, 10vw, 8rem);
}

.mepe-phase-body {
  max-width: 980px;
}

.mepe-phase-body h3 {
  margin: 0 0 20px;
  color: var(--idf-navy);
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  line-height: 0.98;
}

.mepe-phase-body > p {
  color: rgba(0, 39, 93, 0.76);
  font-size: 1.06rem;
}

.mepe-phase blockquote,
.mepe-concept {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--idf-green);
  background: rgba(147, 192, 31, 0.08);
}

.mepe-phase blockquote {
  color: var(--idf-navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.mepe-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.mepe-tool-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mepe-tool-grid article {
  padding: 20px;
  border-left: 3px solid var(--idf-green);
}

.mepe-tool-grid h4 {
  font-size: 1.35rem;
}

.mepe-tool-grid p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.mepe-application {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #dce4ea;
}

.mepe-cone-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 30px 0;
  padding: 28px;
  color: #ffffff;
  background: var(--idf-navy);
}

.mepe-cone {
  position: relative;
  min-height: 230px;
  overflow: hidden;
}

.mepe-cone::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 86%;
  height: 2px;
  background: rgba(255, 255, 255, 0.36);
  transform: translateY(-50%);
}

.mepe-cone span {
  position: absolute;
  left: 12px;
  top: 50%;
  border: 1px solid rgba(147, 192, 31, 0.75);
  border-left: 0;
  border-radius: 0 50% 50% 0;
  transform: translateY(-50%);
}

.mepe-cone span:nth-child(1) {
  width: 34%;
  height: 54px;
  background: rgba(147, 192, 31, 0.28);
}

.mepe-cone span:nth-child(2) {
  width: 52%;
  height: 108px;
  background: rgba(147, 192, 31, 0.16);
}

.mepe-cone span:nth-child(3) {
  width: 70%;
  height: 166px;
  background: rgba(255, 255, 255, 0.07);
}

.mepe-cone span:nth-child(4) {
  width: 88%;
  height: 218px;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.55);
}

.mepe-cone-copy h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.mepe-cone-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.mepe-cone-copy strong {
  color: var(--idf-green);
}

.mepe-principles {
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 18%, rgba(147, 192, 31, 0.14), transparent 28%),
    var(--idf-navy);
}

.mepe-principles .mepe-section-header h2,
.mepe-principles .eyebrow {
  color: #ffffff;
}

.mepe-principles .mepe-section-header h2::after {
  background: var(--idf-green);
}

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

.mepe-principle-grid li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.mepe-principle-grid span {
  color: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.95;
}

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

.mepe-profile-grid article {
  position: relative;
  min-height: 218px;
  padding: 34px 26px;
  overflow: hidden;
}

.mepe-profile-grid span {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  background: rgba(147, 192, 31, 0.18);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.mepe-profile-grid span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 18px auto;
  background: var(--idf-green);
  border-radius: 50%;
}

.mepe-profile-grid h3 {
  font-size: 1.45rem;
}

.mepe-profile-close {
  max-width: 760px;
  margin: 36px auto 0;
  color: var(--idf-navy);
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.08;
  text-align: center;
}

.mepe-toolkit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mepe-toolkit article {
  padding: 24px;
}

.mepe-toolkit span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  color: #ffffff;
  background: var(--idf-navy);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.mepe-toolkit article:nth-child(2) span {
  background: #315f91;
}

.mepe-toolkit article:nth-child(3) span {
  color: var(--idf-navy);
  background: var(--idf-green);
}

.mepe-toolkit article:nth-child(4) span {
  background: #4d5867;
}

.mepe-toolkit p {
  margin: 0;
}

.mepe-toolkit-download {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid #dce4ea;
  background:
    linear-gradient(135deg, rgba(147, 192, 31, 0.08), rgba(255, 255, 255, 0) 38%),
    #ffffff;
  box-shadow: 0 24px 70px rgba(0, 39, 93, 0.08);
}

.mepe-toolkit-cover {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 39, 93, 0.14);
  box-shadow: 0 22px 52px rgba(0, 39, 93, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mepe-toolkit-cover:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(0, 39, 93, 0.24);
}

.mepe-toolkit-cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.mepe-toolkit-cover span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  color: var(--idf-navy);
  background: var(--idf-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.mepe-toolkit-copy {
  max-width: 640px;
}

.mepe-toolkit-copy h3 {
  margin: 0 0 20px;
  color: var(--idf-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.mepe-toolkit-copy p:not(.eyebrow) {
  color: rgba(0, 39, 93, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.mepe-toolkit-copy .button {
  margin-top: 18px;
}

.mepe-final-cta {
  padding: clamp(72px, 8vw, 110px) 0;
  color: var(--idf-navy);
  background: var(--idf-green);
  text-align: center;
}

.mepe-final-cta h2 {
  max-width: 860px;
  margin: 0 auto 14px;
  color: var(--idf-navy);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
}

.mepe-final-cta p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(0, 39, 93, 0.78);
  font-size: 1.1rem;
}

@media (max-width: 980px) {
  .mepe-hero-grid,
  .mepe-phase,
  .mepe-cone-card {
    grid-template-columns: 1fr;
  }

  .mepe-hero {
    min-height: auto;
  }

  .mepe-flow {
    max-width: 620px;
  }

  .mepe-value-grid,
  .mepe-tool-grid-wide,
  .mepe-profile-grid,
  .mepe-toolkit,
  .mepe-toolkit-download {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mepe-phase {
    min-height: auto;
  }

  .mepe-phase-number {
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .mepe-hero {
    padding: 72px 0;
  }

  .mepe-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .mepe-flow,
  .mepe-phase,
  .mepe-cone-card {
    padding: 22px;
  }

  .mepe-value-grid,
  .mepe-tool-grid,
  .mepe-tool-grid-wide,
  .mepe-principle-grid,
  .mepe-profile-grid,
  .mepe-toolkit,
  .mepe-toolkit-download {
    grid-template-columns: 1fr;
  }

  .mepe-toolkit-download {
    padding: 18px;
  }

  .mepe-toolkit-cover {
    max-width: 420px;
    margin: 0 auto;
  }

  .mepe-principle-grid li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .mepe-cone {
    min-height: 180px;
  }

  .mepe-cone span:nth-child(4) {
    height: 170px;
  }

  .mepe-cone span:nth-child(3) {
    height: 130px;
  }

  .mepe-cone span:nth-child(2) {
    height: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .particle-canvas {
    display: none;
  }
}
