@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Roboto:wght@400;500;700&display=swap");

:root {
  --primary: #223160;
  --accent: #46c1ee;
  --ink: #111111;
  --strong-ink: #111111;
  --hero-footer-gradient:
    linear-gradient(125deg, #ee6ea9 0%, #df4aba 34%, #c91ae2 68%, #9800ff 100%);
  --muted: #6a7c92;
  --surface: #f3f7fb;
  --line: rgba(22, 40, 77, 0.14);
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 18px 42px rgba(16, 33, 67, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Roboto", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

.header-shell.is-sticky .nav-link,
.mobile-nav-link,
.home-video-copy h2,
.section-head h2,
.feature-card h3,
.program-card-content h3,
.testimonial-author,
.timeline-item h3,
.benefit-card-content h3,
.alumni-panel h3,
.program-intro-highlight-title,
.program-form legend,
.program-form-back-title,
.highlight-card h3,
.legal-panel h2,
strong,
b {
  color: var(--strong-ink);
}

body[data-current-page="home"] {
  background:
    radial-gradient(110% 120% at 0% 0%, rgba(245, 206, 226, 0.18), rgba(245, 206, 226, 0) 42%),
    radial-gradient(120% 140% at 100% 8%, rgba(226, 205, 255, 0.16), rgba(226, 205, 255, 0) 46%),
    linear-gradient(180deg, #fff 0%, #fff8fc 38%, #fcf9ff 72%, #ffffff 100%);
}

body.home-intro-active {
  overflow: hidden;
}

.home-intro {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(112%);
  transition:
    opacity 0.52s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.52s ease;
}

.home-intro-frost {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(90% 90% at 18% 18%, rgba(255, 215, 231, 0.22), rgba(255, 215, 231, 0) 46%),
    radial-gradient(80% 80% at 82% 18%, rgba(230, 204, 255, 0.2), rgba(230, 204, 255, 0) 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
}

.home-intro.is-leaving {
  opacity: 0;
  transform: scale(1.02);
  visibility: hidden;
}

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

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

.site-shell {
  min-height: 100vh;
}

#raisons-candidater,
#parcours-candidature,
#dates-cles,
#edition-2025 {
  scroll-margin-top: 7rem;
}

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.container-wide {
  width: min(1320px, 96vw);
}

.header-shell {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 120;
  padding-top: 0.42rem;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.header-main {
  --scroll-progress: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.28rem 0.78rem;
  border-radius: 0;
  border: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  position: relative;
  isolation: isolate;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, border-radius 0.25s ease;
}

.header-main::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  padding: 1.4px;
  background: conic-gradient(
    from var(--program-border-angle, 0deg),
    rgba(255, 255, 255, 0) 0deg,
    rgba(255, 255, 255, 0) 300deg,
    rgba(255, 255, 255, 0.2) 320deg,
    rgba(255, 255, 255, 1) 338deg,
    rgba(255, 255, 255, 0.18) 352deg,
    rgba(255, 255, 255, 0) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter:
    blur(1.2px)
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.62));
  opacity: 0;
  animation: rotating-border-angle 10s linear infinite;
  transition: opacity 0.2s ease;
}

.header-main::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3.2px;
  pointer-events: none;
  background:
    conic-gradient(
      from -90deg,
      rgba(236, 109, 178, 0.88) 0turn,
      rgba(182, 92, 255, 0.9) calc(var(--scroll-progress) * 1turn),
      rgba(255, 255, 255, 0) calc(var(--scroll-progress) * 1turn),
      rgba(255, 255, 255, 0) 1turn
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.header-shell.is-sticky .header-main::before,
.header-shell.is-sticky .header-main::after {
  opacity: 1;
}

.header-shell.is-sticky {
  padding-top: 0.28rem;
}

.header-shell.is-sticky .header-main {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(13, 31, 61, 0.12);
  backdrop-filter: blur(16px) saturate(118%);
  border-radius: var(--radius-lg);
}

.brand {
  width: min(248px, 46vw);
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.brand-logo-dark {
  display: none;
}

.brand-sticky-group {
  display: none;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
  min-height: 100%;
}

.header-sticky-center {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}

.brand-logo-sticky {
  display: block;
  height: auto;
  width: auto;
  max-height: 76px;
}

.brand-logo-sticky-dip {
  width: 126px;
  max-width: 126px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
  display: block;
  align-self: center;
  transform: translateY(1px);
}

.brand-logo-sticky-mobility {
  width: 172px;
  max-width: 172px;
  height: 76px;
  object-fit: contain;
  object-position: center;
  display: none;
  align-self: center;
  transform: none;
}

.brand-logo-sticky-center {
  width: 126px;
  max-width: 126px;
  height: 76px;
  object-fit: contain;
  object-position: center;
  display: block;
  align-self: center;
  transform: translateY(1px);
}

.header-shell.is-sticky .brand-logo-light {
  display: none;
}

.header-shell.is-sticky .brand-logo-dark {
  display: none;
}

.header-shell.is-sticky .brand-sticky-group {
  display: inline-flex;
  align-items: center;
  min-height: 100%;
}

.header-shell.is-sticky .header-sticky-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.06rem;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.25s ease;
}

.header-shell.is-sticky .desktop-nav {
  background: rgba(255, 255, 255, 0.05);
}

.nav-link {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-shell.is-sticky .nav-link {
  color: #2a3e63;
}

.header-shell:not(.is-sticky) .nav-link:hover,
.header-shell:not(.is-sticky) .nav-link.active {
  color: #fff;
}

.header-shell.is-sticky .nav-link:hover,
.header-shell.is-sticky .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(45, 108, 201, 0.54), rgba(232, 86, 49, 0.3));
  box-shadow: 0 10px 22px rgba(16, 33, 67, 0.12);
  transform: translateY(-1px);
}

.header-shell.is-sticky .nav-link:hover,
.header-shell.is-sticky .nav-link.active {
  color: #183157;
  background: linear-gradient(135deg, rgba(70, 193, 238, 0.18), rgba(232, 86, 49, 0.12));
  box-shadow: 0 10px 22px rgba(16, 33, 67, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-shell.is-sticky .menu-toggle {
  border-color: rgba(17, 41, 84, 0.2);
  background: rgba(17, 41, 84, 0.08);
}

.header-shell.is-sticky .menu-toggle span {
  background: #1f3660;
}

.mobile-nav {
  position: fixed;
  inset: 88px 0 0 0;
  display: none;
  background: rgba(9, 21, 43, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.mobile-nav-inner {
  width: min(420px, 100%);
  height: 100%;
  margin-left: auto;
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  transform: translateX(12px);
  transition: transform 0.25s ease;
}

.mobile-nav-links {
  display: grid;
  gap: 0.2rem;
}

.mobile-nav-link {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #213660;
  padding: 0.65rem 0.45rem;
  border-radius: 8px;
}

.mobile-nav-link.active,
.mobile-nav-link:hover {
  color: #fff;
  background: var(--primary);
}

.mobile-nav-footer {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.mobile-nav-footer p {
  margin: 0 0 0.35rem;
}

.mobile-nav-footer a {
  color: var(--primary);
}

.header-shell.open .mobile-nav {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.header-shell.open .mobile-nav-inner {
  transform: translateX(0);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 540px;
  padding: clamp(7.4rem, 12vw, 10rem) 0 clamp(3.3rem, 7vw, 4.6rem);
  background:
    radial-gradient(120% 125% at 0% 0%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 40%),
    radial-gradient(95% 120% at 100% 0%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 46%),
    var(--hero-footer-gradient),
    var(--hero-image, none);
  background-size: cover, cover;
  background-position: center, center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(44% 60% at 10% 18%, rgba(255, 255, 255, 0.12), transparent 60%),
    radial-gradient(36% 50% at 88% 18%, rgba(255, 255, 255, 0.1), transparent 58%),
    linear-gradient(132deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 34%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015) 32%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0.18) 96%, rgba(255, 255, 255, 0.42) 100%);
  backdrop-filter: blur(7px) saturate(118%);
  pointer-events: none;
}

.hero-home {
  min-height: 620px;
  background:
    radial-gradient(120% 125% at 0% 0%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 40%),
    radial-gradient(95% 120% at 100% 0%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 46%),
    var(--hero-footer-gradient),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-home-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hero-visual-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.13;
  filter: blur(3.1px) saturate(0.74);
  -webkit-mask-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(110% 110% at 72% 88%, rgba(0, 0, 0, 1) 44%, rgba(0, 0, 0, 0.84) 58%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0) 100%);
  mask-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(110% 110% at 72% 88%, rgba(0, 0, 0, 1) 44%, rgba(0, 0, 0, 0.84) 58%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.hero-home-visual-video {
  overflow: hidden;
}

.hero-home-visual-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  display: block;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: end;
}

.hero-grid.with-side {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: 1.7rem;
}

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

.hero-eyebrow {
  margin: 0 0 0.85rem;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.77rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(255, 255, 255, 0.78);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero-copy p {
  margin: 1rem 0 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
}

.hero-highlight {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.hero-side {
  display: grid;
  gap: 0.75rem;
}

.home-program-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(16px) saturate(120%);
  padding: 1rem;
  color: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 38px rgba(9, 20, 44, 0.18);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-program-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(9, 20, 44, 0.22);
}

.home-program-card img {
  width: min(210px, 88%);
  height: auto;
  margin-bottom: 0.65rem;
}

.home-program-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.home-program-card-tech {
  border-color: rgba(70, 193, 238, 0.28);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(70, 193, 238, 0.14), rgba(70, 193, 238, 0) 48%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
}

.home-program-card-tech:hover {
  border-color: rgba(70, 193, 238, 0.54);
}

.home-program-card-women {
  border-color: rgba(205, 112, 65, 0.22);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(232, 86, 49, 0.12), rgba(232, 86, 49, 0) 48%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
}

.home-program-card-women:hover {
  border-color: rgba(232, 86, 49, 0.44);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(130deg, #2f8fdd, var(--accent));
  box-shadow: 0 10px 24px rgba(70, 193, 238, 0.35);
}

.btn-outline {
  color: var(--primary);
  border-color: rgba(34, 49, 96, 0.3);
  background: rgba(34, 49, 96, 0.03);
}

.btn-outline:hover {
  border-color: var(--primary);
}

.btn-light {
  color: #0f2448;
  background: #fff;
  border-color: #fff;
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: clamp(2.6rem, 5vw, 4.3rem) 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 251, 253, 0.88), rgba(250, 247, 253, 0.94));
}

.section-experience {
  background:
    radial-gradient(95% 120% at 100% 0%, rgba(232, 194, 255, 0.18), rgba(232, 194, 255, 0) 44%),
    radial-gradient(110% 130% at 0% 100%, rgba(255, 213, 228, 0.16), rgba(255, 213, 228, 0) 54%),
    linear-gradient(180deg, rgba(255, 251, 253, 0.9), rgba(249, 246, 252, 0.96));
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(90% 120% at 95% 4%, rgba(70, 193, 238, 0.22), rgba(70, 193, 238, 0) 60%),
    linear-gradient(130deg, #1a2e58, #0c1f40);
}

.section-testimonials {
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(255, 219, 233, 0.1), rgba(255, 219, 233, 0) 44%),
    radial-gradient(90% 120% at 100% 0%, rgba(233, 218, 255, 0.1), rgba(233, 218, 255, 0) 40%),
    rgba(255, 255, 255, 0.82);
}

.section-video {
  background:
    radial-gradient(90% 130% at 0% 0%, rgba(255, 220, 234, 0.14), rgba(255, 220, 234, 0) 48%),
    radial-gradient(100% 130% at 100% 0%, rgba(229, 210, 255, 0.12), rgba(229, 210, 255, 0) 44%),
    rgba(255, 255, 255, 0.86);
}

.home-video-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
}

.home-video-layout-expanded {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.35rem;
}

.home-video-copy h2 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1.2;
  color: #000000;
}

.home-video-copy p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.home-video-card {
  display: grid;
  gap: 0.65rem;
}

.home-video-frame {
  border-radius: var(--radius-lg);
  border: 0;
  overflow: hidden;
  clip-path: inset(0 round var(--radius-lg));
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: var(--shadow-soft);
  background: #0f2346;
  aspect-ratio: 16 / 9;
  position: relative;
}

.home-video-frame::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: calc(var(--radius-lg) - 3px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
  z-index: 1;
}

.home-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  pointer-events: none;
  padding: 5px;
  background: conic-gradient(
    from var(--program-border-angle, 0deg),
    rgba(238, 110, 169, 0.16) 0deg,
    rgba(255, 255, 255, 0.72) 40deg,
    rgba(223, 74, 186, 0.14) 92deg,
    rgba(255, 255, 255, 0.1) 138deg,
    rgba(201, 26, 226, 0.14) 214deg,
    rgba(255, 255, 255, 0.68) 262deg,
    rgba(152, 0, 255, 0.14) 320deg,
    rgba(238, 110, 169, 0.16) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.1));
  animation: rotating-border-angle 10s linear infinite;
}

.home-video-frame iframe,
.home-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.home-carousel-frame {
  background:
    radial-gradient(110% 130% at 100% 0%, rgba(188, 162, 255, 0.12), rgba(188, 162, 255, 0) 46%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 255, 0.96));
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.home-video-caption {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: #111111;
}

.home-carousel-track {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}

.home-carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
  border-radius: inherit;
}

.home-carousel-slide.active {
  opacity: 1;
}

.home-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.home-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  color: #111111;
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  padding: 0;
  text-indent: 0;
}

.home-carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.45);
}

.home-carousel-arrow-prev {
  left: 0.85rem;
}

.home-carousel-arrow-next {
  right: 0.85rem;
}

.home-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  z-index: 2;
}

.home-carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(31, 53, 96, 0.08);
  cursor: pointer;
}

.home-carousel-dot.active {
  background: linear-gradient(90deg, #ec6db2 0%, #cf4dd8 52%, #9a5cff 100%);
}

.section-head {
  margin: 0 0 1.35rem;
  max-width: 860px;
}

.section-head h2 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1.18;
  color: #000000;
}

.section-head p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head.compact h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
}

.section-head.light h2,
.section-head.light p {
  color: #fff;
}

.section-divider {
  display: block;
  width: 78px;
  height: 3px;
  margin-top: 0.8rem;
  border-radius: 99px;
  background: linear-gradient(125deg, rgba(232, 112, 163, 0.92) 0%, rgba(215, 74, 197, 0.9) 52%, rgba(158, 77, 255, 0.94) 100%);
}

.section-head.centered .section-divider {
  margin-inline: auto;
}

.section-head.light .section-divider {
  background: rgba(255, 255, 255, 0.7);
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
  border-radius: var(--radius-lg);
  border: 0;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(4px);
  padding: 1.2rem 1rem;
  min-height: 420px;
  box-shadow:
    0 12px 28px rgba(16, 33, 67, 0.05),
    0 0 0 1px rgba(234, 191, 224, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  pointer-events: none;
  padding: 1.8px;
  background: conic-gradient(
    from var(--program-border-angle, 0deg),
    rgba(238, 110, 169, 0.2) 0deg,
    rgba(255, 255, 255, 0.82) 40deg,
    rgba(223, 74, 186, 0.16) 92deg,
    rgba(255, 255, 255, 0.14) 138deg,
    rgba(201, 26, 226, 0.16) 214deg,
    rgba(255, 255, 255, 0.78) 262deg,
    rgba(152, 0, 255, 0.16) 320deg,
    rgba(238, 110, 169, 0.2) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.12));
  animation: rotating-border-angle 10s linear infinite;
}

.feature-card h3 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.07rem;
  color: #000000;
}

.feature-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.feature-card-centered {
  grid-column: 1 / span 2;
  width: 100%;
  max-width: calc((100% - 1rem) / 2);
  justify-self: center;
}

.program-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-grid-home {
  display: grid;
  gap: 1.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.program-grid-home-single {
  grid-template-columns: minmax(0, 1fr);
  width: min(728px, 100%);
  max-width: 728px;
  margin: 0 auto;
}

.section > .container > .section-head.centered + .program-grid-home-single {
  margin-top: 0.85rem;
}

.program-grid-home-folder {
  transition: grid-template-columns 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.program-stack {
  display: grid;
  gap: 1.1rem;
  align-content: start;
}

.program-stack-combined {
  gap: 0.95rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #fff, #f7fbff);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.program-stack-combined:hover {
  transform: translateY(-2px);
}

.program-stack-combined-tech {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  gap: 0;
}

.program-stack-combined-tech:hover {
  box-shadow: none;
}

.program-grid-home-single .program-stack-combined-tech {
  border: 0;
  border-radius: 20px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(188, 162, 255, 0.12), rgba(188, 162, 255, 0) 46%),
    radial-gradient(110% 120% at 0% 100%, rgba(255, 220, 237, 0.1), rgba(255, 220, 237, 0) 52%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(251, 247, 255, 0.9));
  backdrop-filter: blur(10px) saturate(112%);
  box-shadow: 0 18px 34px rgba(176, 83, 173, 0.05);
  padding: 1.55rem 1.6rem 1.7rem;
  gap: 0.2rem;
  position: relative;
  overflow: hidden;
}

.program-grid-home-single .program-stack-combined-tech::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: calc(20px - 4px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.program-grid-home-single .program-stack-combined-tech::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  padding: 3.9px;
  background: conic-gradient(
    from var(--program-border-angle, 0deg),
    rgba(238, 110, 169, 0.26) 0deg,
    rgba(255, 255, 255, 0.92) 40deg,
    rgba(223, 74, 186, 0.24) 92deg,
    rgba(255, 255, 255, 0.18) 138deg,
    rgba(201, 26, 226, 0.24) 214deg,
    rgba(255, 255, 255, 0.86) 262deg,
    rgba(152, 0, 255, 0.24) 320deg,
    rgba(238, 110, 169, 0.26) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18));
  animation: rotating-border-angle 10s linear infinite;
}

@property --program-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes rotating-border-angle {
  from {
    --program-border-angle: 0deg;
  }
  to {
    --program-border-angle: 360deg;
  }
}

.program-stack-combined-women {
  border: 1.35px solid rgba(149, 157, 255, 0.56);
  background:
    radial-gradient(95% 120% at 100% 0%, rgba(188, 162, 255, 0.16), rgba(188, 162, 255, 0) 48%),
    radial-gradient(120% 140% at 0% 100%, rgba(163, 151, 255, 0.11), rgba(163, 151, 255, 0) 54%),
    linear-gradient(160deg, #ffffff 0%, #fbfaff 100%);
  box-shadow:
    0 16px 34px rgba(16, 33, 67, 0.07),
    0 0 0 1px rgba(149, 157, 255, 0.08);
}

.program-stack-combined-women:hover {
  border-color: rgba(149, 157, 255, 0.75);
  box-shadow:
    0 22px 42px rgba(16, 33, 67, 0.1),
    0 0 0 1px rgba(149, 157, 255, 0.15);
}

.program-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: grid;
}

.program-card-tech-home {
  border-radius: 20px;
  border: 1.3px solid #dddce6;
  background:
    radial-gradient(110% 140% at 100% 0%, rgba(245, 164, 215, 0.16), rgba(245, 164, 215, 0) 52%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 253, 0.98));
  box-shadow: 0 18px 34px rgba(176, 83, 173, 0.08);
  overflow: hidden;
  position: relative;
  height: 400px;
  align-content: start;
}

.program-grid-home-preview .program-card-tech-home {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  height: 500px;
}

.program-grid-home-single .program-card-tech-home {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  height: auto;
}

.program-card-women-home {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.program-intro-card-home-embedded {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.program-stack-combined-women .program-intro-card-home-embedded {
  border-radius: 20px;
  border: 1.3px solid rgba(149, 157, 255, 0.32);
  background:
    radial-gradient(95% 120% at 100% 0%, rgba(188, 162, 255, 0.12), rgba(188, 162, 255, 0) 50%),
    radial-gradient(120% 140% at 0% 100%, rgba(163, 151, 255, 0.08), rgba(163, 151, 255, 0) 56%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 255, 0.98));
  padding: 0.65rem;
}

.program-stack-combined-tech .program-intro-card-home-embedded {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.program-stack-combined-tech .program-card-content h3,
.program-stack-combined-tech .program-intro-text,
.program-stack-combined-tech .program-intro-list {
  text-align: center;
}

.program-grid-home-preview .program-card-content h3,
.program-grid-home-preview .program-card-content p,
.program-grid-home-preview .program-card-content .btn {
  text-align: left;
  justify-content: flex-start;
}

.program-grid-home-preview .program-card-content h3 {
  margin: 0.25rem 0 1.1rem;
}

.program-grid-home-preview .program-card-content p {
  margin: 0 0 1.55rem;
}

.program-grid-home-preview .program-card-tech-aside {
  margin-top: 2rem;
}

.program-stack-combined-tech .program-intro-list li {
  width: 100%;
  max-width: min(100%, 42rem);
  margin: 0 auto;
  text-align: center;
}

.program-stack-combined-tech .program-intro-list li::before {
  display: none;
}

.program-stack-combined-tech .program-intro-list-copy {
  display: block;
}

.program-stack-combined-tech .program-intro-list-title-row {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.program-stack-combined-tech .program-intro-list-bullet {
  width: 1.05rem;
  height: 1.05rem;
  position: absolute;
  left: -1.35rem;
  top: 0.08rem;
  background-image: url("/assets/media/pages/pain-point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.program-stack-combined-tech .program-intro-list-title {
  display: block;
  text-align: center;
}

.program-stack-combined-tech .program-intro-list-detail {
  display: block;
  margin-top: 0.15rem;
  text-align: center;
}

.program-stack-combined-tech .program-intro-list .gradient-inline-emphasis {
  display: inline-block;
  margin-bottom: 0;
}

.program-flip-card {
  width: 100%;
}

.program-flip-back {
  display: none;
}

.btn-sm {
  padding: 0.46rem 0.85rem;
  font-size: 0.84rem;
}

@media (min-width: 941px) {
  .program-grid-home-folder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-grid-home-folder.active-tech {
    grid-template-columns: minmax(0, 1.78fr) minmax(0, 0.52fr);
  }

  .program-grid-home-folder.active-women {
    grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.78fr);
  }

  .program-grid-home-folder .program-stack-combined {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    align-self: start;
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.32s ease;
  }

  .program-grid-home-folder .program-stack-combined.is-flipped {
    overflow: visible;
  }

  .program-grid-home-folder:not(.active-tech):not(.active-women) .program-stack-combined:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 42px rgba(16, 33, 67, 0.12);
  }

  .program-grid-home-folder .program-stack-combined:focus-visible {
    outline: 2px solid rgba(70, 193, 238, 0.52);
    outline-offset: 4px;
  }

  .program-grid-home-folder .program-intro-card-home-embedded {
    transition:
      opacity 0.28s ease,
      max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    max-height: 2200px;
  }

  .program-grid-home-folder:not(.active-tech):not(.active-women) .program-intro-card-home-embedded {
    opacity: 1;
    max-height: 2200px;
    pointer-events: auto;
    transform: none;
  }

  .program-grid-home-folder.active-tech .program-stack-combined-tech {
    z-index: 2;
    transform: translateY(-6px);
  }

  .program-grid-home-folder.active-tech .program-stack-combined-women {
    z-index: 1;
    align-self: center;
    transform: translateX(-18px) translateY(0);
  }

  .program-grid-home-folder.active-tech .program-stack-combined-women .program-intro-card-home-embedded {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateX(18px);
  }

  .program-grid-home-folder.active-women .program-stack-combined-women {
    z-index: 2;
    transform: translateY(-6px);
  }

  .program-grid-home-folder.active-women .program-stack-combined-tech {
    z-index: 1;
    align-self: center;
    transform: translateX(18px) translateY(0);
  }

  .program-grid-home-folder.active-women .program-stack-combined-tech .program-intro-card-home-embedded {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateX(-18px);
  }

  .program-flip-card {
    perspective: 1800px;
  }

  .program-flip-card-inner {
    display: grid;
    width: 100%;
  }

  .program-flip-card.is-switching {
    animation: program-card-switch 0.3s ease;
    transform-origin: center;
  }

  .program-flip-face {
    grid-area: 1 / 1;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition:
      opacity 0.42s ease,
      transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.42s ease;
  }

  .program-flip-front {
    display: grid;
    align-content: start;
    gap: 0.95rem;
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: rotateY(0deg);
  }

  .program-flip-back {
    display: none;
    position: relative;
    transform: rotateY(-180deg);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }

  .program-flip-card.is-flipped .program-flip-front {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    transform: rotateY(180deg);
  }

  .program-flip-card.is-flipped .program-flip-back {
    display: block;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes program-card-switch {
  0% {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotateY(10deg) scale(0.992);
    opacity: 0.72;
  }
  100% {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}

.program-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.program-card-tech-home .program-card-media {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  padding: 1.15rem 0 0.15rem;
  display: block;
  transform: scale(1.59);
  transform-origin: center;
}

.program-grid-home-preview .program-card-tech-home .program-card-media {
  background: transparent;
}

.program-grid-home-preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 1.2rem;
}

.program-card-tech-aside {
  border-radius: 20px;
  background:
    radial-gradient(110% 140% at 100% 0%, rgba(245, 164, 215, 0.16), rgba(245, 164, 215, 0) 52%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 253, 0.98));
  box-shadow: none;
  overflow: hidden;
  height: 500px;
  position: relative;
  border: 0;
}

.program-card-media-aside-standalone {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.program-card-tech-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 250, 253, 0.95) 0%, rgba(255, 250, 253, 0.54) 22%, rgba(255, 250, 253, 0.08) 38%, rgba(255, 250, 253, 0.08) 62%, rgba(255, 250, 253, 0.54) 78%, rgba(255, 250, 253, 0.95) 100%),
    linear-gradient(180deg, rgba(255, 250, 253, 0.95) 0%, rgba(255, 250, 253, 0.5) 22%, rgba(255, 250, 253, 0.08) 38%, rgba(255, 250, 253, 0.08) 62%, rgba(255, 250, 253, 0.5) 78%, rgba(255, 250, 253, 0.95) 100%);
}

.program-card-women-home .program-card-media {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  padding: 0.15rem 0;
  display: block;
}

.program-card-content {
  padding: 1rem;
}

@media (max-width: 760px) {
  .program-grid-home-preview {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .program-grid-home-preview .program-card-tech-home {
    height: auto;
  }

  .program-card-tech-aside {
    min-height: 0;
    height: 320px;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }

  .program-card-media-aside-standalone {
    object-position: center center;
    transform: scale(1.08);
    transform-origin: center;
  }

  .program-card-tech-aside::after {
    background:
      linear-gradient(90deg, rgba(255, 250, 253, 0.93) 0%, rgba(255, 250, 253, 0.52) 18%, rgba(255, 250, 253, 0.06) 36%, rgba(255, 250, 253, 0.06) 64%, rgba(255, 250, 253, 0.52) 82%, rgba(255, 250, 253, 0.93) 100%),
      linear-gradient(180deg, rgba(255, 250, 253, 0.93) 0%, rgba(255, 250, 253, 0.5) 18%, rgba(255, 250, 253, 0.06) 36%, rgba(255, 250, 253, 0.06) 64%, rgba(255, 250, 253, 0.5) 82%, rgba(255, 250, 253, 0.93) 100%);
  }
}

.program-card-content h3 {
  margin: -0.35rem 0 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  font-size: 1.13rem;
}

.program-card-content p {
  margin: 0.6rem 0 0.85rem;
  color: var(--muted);
}

.gradient-inline-emphasis {
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, #ec6db2 0%, #cf4dd8 52%, #9a5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.program-stack-combined-tech .program-card-content .btn-outline {
  border-color: rgba(219, 102, 194, 0.44);
  background:
    linear-gradient(135deg, rgba(239, 116, 174, 0.1), rgba(182, 61, 255, 0.12));
  color: #000000;
  box-shadow: 0 8px 18px rgba(201, 72, 148, 0.08);
}

.program-stack-combined-tech .program-card-content .btn-outline:hover {
  border-color: rgba(219, 102, 194, 0.72);
  background:
    linear-gradient(135deg, rgba(239, 116, 174, 0.14), rgba(182, 61, 255, 0.18));
  box-shadow: 0 12px 22px rgba(201, 72, 148, 0.12);
}

.program-stack-combined-women .program-card-content .btn-outline {
  border-color: rgba(149, 157, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(163, 151, 255, 0.08), rgba(188, 162, 255, 0.12));
  color: #000000;
  box-shadow: 0 8px 18px rgba(149, 157, 255, 0.08);
}

.program-stack-combined-women .program-card-content .btn-outline:hover {
  border-color: rgba(149, 157, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(163, 151, 255, 0.12), rgba(188, 162, 255, 0.18));
  box-shadow: 0 12px 22px rgba(149, 157, 255, 0.12);
}

.testimonial-slider {
  position: relative;
  padding: 0 3.6rem 2.6rem;
}

.testimonial-track {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.testimonial-slide {
  position: absolute;
  top: 0;
  width: 36%;
  opacity: 0;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  pointer-events: none;
}

.testimonial-slide.active {
  left: 50%;
  width: 64%;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  z-index: 3;
  pointer-events: auto;
}

.testimonial-slide.is-prev {
  left: 0;
  opacity: 0.72;
  transform: translateX(0) scale(0.9);
  z-index: 2;
}

.testimonial-slide.is-next {
  right: 0;
  opacity: 0.72;
  transform: translateX(0) scale(0.9);
  z-index: 2;
}

.testimonial-slide.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.testimonial-video-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #0f2346;
  aspect-ratio: 16 / 9;
  position: relative;
}

.testimonial-video-frame::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: calc(var(--radius-lg) - 3px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
  z-index: 1;
}

.testimonial-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  pointer-events: none;
  padding: 5px;
  background: conic-gradient(
    from var(--program-border-angle, 0deg),
    rgba(238, 110, 169, 0.16) 0deg,
    rgba(255, 255, 255, 0.72) 40deg,
    rgba(223, 74, 186, 0.14) 92deg,
    rgba(255, 255, 255, 0.1) 138deg,
    rgba(201, 26, 226, 0.14) 214deg,
    rgba(255, 255, 255, 0.68) 262deg,
    rgba(152, 0, 255, 0.14) 320deg,
    rgba(238, 110, 169, 0.16) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.12));
  animation: rotating-border-angle 10s linear infinite;
}

.testimonial-video-frame iframe,
.testimonial-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.testimonial-video-title {
  margin: 0.8rem 0 0;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 1.05rem;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(31, 53, 96, 0.16);
  background: #fff;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.slider-btn.prev {
  left: 0.8rem;
}

.slider-btn.next {
  right: 0.8rem;
}

.testimonial-dots {
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
}

.testimonial-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(17, 17, 17, 0.16);
  cursor: pointer;
}

.testimonial-dot.active {
  background: linear-gradient(90deg, #ec6db2 0%, #cf4dd8 52%, #9a5cff 100%);
}

.testimonial-coming {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #fff, #f7fbff);
  box-shadow: var(--shadow-soft);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.split-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.split-layout-single {
  grid-template-columns: 1fr;
}

.section-tech-intro {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.program-intro-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.program-intro-card {
  border-radius: var(--radius-lg);
  border: 2px solid rgba(70, 193, 238, 0.55);
  background:
    radial-gradient(110% 120% at 100% 0%, rgba(70, 193, 238, 0.14), rgba(70, 193, 238, 0) 45%),
    #fff;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.program-intro-logo-card {
  width: 406px;
  max-width: 100%;
  margin: 0 auto 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(70, 193, 238, 0.3);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(70, 193, 238, 0.1), rgba(70, 193, 238, 0) 48%),
    #fff;
  padding: 0.25rem 1.1rem;
  height: 151px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-intro-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  transform: scale(1.02);
}

.program-intro-logo-tech {
  width: 347px;
  max-width: 100%;
}

.program-intro-logo-women {
  width: 400px;
  max-width: 100%;
  height: auto;
}

.program-intro-text {
  margin: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}

.program-intro-list {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.program-intro-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #526887;
  line-height: 1.6;
  text-align: left;
}

.program-intro-list-copy {
  display: block;
}

.program-intro-list-title {
  display: block;
}

.program-intro-list-detail {
  display: block;
}

.program-intro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 1.05rem;
  height: 1.05rem;
  background-image: url("/assets/media/pages/pain-point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.program-intro-points {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.program-intro-points li {
  position: relative;
  padding-left: 2.35rem;
  color: var(--muted);
  line-height: 1.65;
}

.program-intro-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("/assets/media/pages/degree.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.program-intro-highlight {
  margin-top: 1.2rem;
  padding-top: 1rem;
  padding-inline: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  border-radius: 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.program-intro-highlight-title {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  font-size: 1.02rem;
  font-weight: 700;
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-left: 0;
  line-height: 1.2;
  text-align: center;
}

.program-intro-title-icon {
  position: absolute;
  left: -1.35rem;
  top: 0.02rem;
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  transform-origin: center;
}

.program-intro-highlight:hover .program-intro-title-icon-flash {
  animation: intro-icon-pulse 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.program-intro-highlight:hover .program-intro-title-icon-wrench {
  animation: intro-icon-wrench 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.program-intro-highlight:hover .program-intro-title-icon-check {
  animation: intro-icon-check-reveal 1.04s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes intro-icon-pulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes intro-icon-wrench {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-40deg);
  }
  68% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes intro-icon-check-reveal {
  0% {
    opacity: 0.18;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-0.22rem);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

.program-intro-highlight-text {
  margin: 0.55rem 0 0;
  color: var(--muted);
  text-align: center;
}

.program-intro-highlight .program-intro-points {
  margin-top: 0.9rem;
}

.program-intro-highlight .program-intro-points li {
  text-align: left;
}

.program-intro-highlight-profile {
  background: rgba(255, 224, 235, 0.48);
}

.program-intro-highlight-eligibility {
  background: rgba(242, 231, 255, 0.52);
}

.program-intro-highlight-evaluation {
  background: rgba(233, 224, 255, 0.5);
}

.program-intro-highlight-application {
  background: rgba(166, 140, 255, 0.09);
}

.program-intro-highlight:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 14px 28px rgba(16, 33, 67, 0.08);
}

.program-intro-actions {
  margin-top: 1.45rem;
  margin-bottom: 0.55rem;
  display: flex;
  justify-content: center;
}

.program-intro-card-form-back {
  border-radius: 20px;
  border: 1.3px solid rgba(70, 193, 238, 0.34);
  background:
    radial-gradient(95% 120% at 100% 0%, rgba(70, 193, 238, 0.14), rgba(70, 193, 238, 0) 54%),
    radial-gradient(120% 140% at 0% 100%, rgba(33, 88, 170, 0.08), rgba(33, 88, 170, 0) 58%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 255, 0.98));
  padding: 0.9rem;
}

.program-grid-home-folder .program-intro-card-form-back {
  max-height: none;
  overflow: visible;
}

.program-form-back-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.program-form-back-kicker {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f78a4;
}

.program-form-back-title {
  margin: 0.55rem 0 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.35rem;
  color: #000000;
}

.program-form-back-text {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.program-form-back-body {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}

.program-intro-card-form-back .program-form {
  gap: 0.88rem;
}

.program-intro-card-form-back .program-form fieldset {
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(6px);
}

.program-intro-card-form-back .help {
  display: none;
}

.program-intro-application-grid {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.program-intro-application-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  color: #607697;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  padding: 0.2rem 0 0.2rem 1.25rem;
}

.program-intro-application-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #8f7dff 0%, #46c1ee 100%);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(143, 125, 255, 0.08);
}

.content-block,
.highlight-card,
.alumni-panel,
.application-panel,
.legal-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.content-block {
  padding: 1.2rem 1rem;
}

.highlight-card {
  overflow: hidden;
}

.highlight-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.highlight-card h3 {
  margin: 0.9rem 1rem 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  font-size: 1.12rem;
}

.highlight-card p {
  margin: 0.55rem 1rem 1rem;
  color: var(--muted);
}

.tag-list {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag-pill {
  border-radius: 999px;
  border: 1px solid rgba(34, 49, 96, 0.2);
  color: #24406f;
  background: rgba(34, 49, 96, 0.05);
  font-size: 0.82rem;
  padding: 0.34rem 0.72rem;
}

.timeline {
  border-left: 2px solid rgba(34, 49, 96, 0.18);
  padding-left: 1rem;
  display: grid;
  gap: 0.85rem;
}

.timeline-item {
  position: relative;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: 0.88rem 0.95rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -1.44rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(70, 193, 238, 0.22);
}

.timeline-date {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #111111;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.timeline-item h3 {
  margin: 0.35rem 0 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #111111;
  font-size: 1.03rem;
}

.timeline-item p {
  margin: 0.52rem 0 0;
  color: var(--muted);
}

.timeline-horizontal {
  position: relative;
  border-left: 0;
  padding-left: 0;
  padding-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1440px;
  justify-content: center;
  gap: 1.9rem;
}

.timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 18%;
  right: 18%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(238, 110, 169, 0.72) 0%, rgba(223, 74, 186, 0.82) 34%, rgba(201, 26, 226, 0.88) 68%, rgba(152, 0, 255, 0.8) 100%);
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 1;
  box-shadow: none;
  animation: timeline-line-load 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.timeline-item-tech {
  min-height: 100%;
  min-width: 0;
  padding: 1.55rem 1.55rem 1.45rem;
  position: relative;
  overflow: hidden;
  border: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.timeline-item-tech::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  pointer-events: none;
  padding: 5px;
  background: conic-gradient(
    from var(--program-border-angle, 0deg),
    rgba(238, 110, 169, 0.16) 0deg,
    rgba(255, 255, 255, 0.72) 40deg,
    rgba(223, 74, 186, 0.14) 92deg,
    rgba(255, 255, 255, 0.1) 138deg,
    rgba(201, 26, 226, 0.14) 214deg,
    rgba(255, 255, 255, 0.68) 262deg,
    rgba(152, 0, 255, 0.14) 320deg,
    rgba(238, 110, 169, 0.16) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.1));
  animation: rotating-border-angle 10s linear infinite;
}

.timeline-item-tech > * {
  position: relative;
  z-index: 1;
}

.timeline-item-tech::before {
  top: -0.95rem;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
}

.timeline-item-regional::before {
  background: #46c1ee;
  box-shadow: 0 0 0 6px rgba(70, 193, 238, 0.18);
}

.timeline-item-final::before {
  background: #8f7dff;
  box-shadow: 0 0 0 6px rgba(143, 125, 255, 0.16);
}

@keyframes timeline-line-load {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  10% {
    transform: scaleX(0.04);
    opacity: 1;
  }
  82% {
    transform: scaleX(1);
    opacity: 1;
  }
  92% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}

@keyframes timeline-line-load-vertical {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  10% {
    transform: scaleY(0.04);
    opacity: 1;
  }
  82% {
    transform: scaleY(1);
    opacity: 1;
  }
  92% {
    transform: scaleY(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}

.timeline-item-tech .timeline-date {
  font-size: 0.92rem;
  letter-spacing: 0.09em;
  color: #111111;
}

.timeline-item-tech h3 {
  margin-top: 0.5rem;
  font-size: 1.52rem;
  line-height: 1.25;
  min-height: 3.8rem;
  word-spacing: 0.12em;
}

.timeline-item-regional h3,
.timeline-item-final h3 {
  color: #111111;
}

.timeline-item-tech p {
  margin-top: 0.68rem;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 500;
}

.timeline-card-image {
  display: block;
  width: 100%;
  margin-top: 0.55rem;
  padding-top: 0;
  border-radius: 14px;
  object-fit: cover;
  height: 260px;
  max-height: none;
  overflow: hidden;
}

.field-hint {
  display: block;
  margin-top: 0.38rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
}

.checkbox-group {
  display: grid;
  gap: 0.5rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(24, 52, 104, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.96rem;
  color: #111111;
  cursor: pointer;
  justify-content: flex-start;
  text-align: left;
}

.checkbox-option input[type="checkbox"] {
  margin: 0;
  accent-color: #cf4dd8;
}

.field-tech-stack,
.field-source {
  align-self: start;
}

.field-tech-stack .checkbox-group {
  max-height: 148px;
  overflow: auto;
  align-content: start;
  justify-items: start;
  padding: 0.55rem 0.6rem;
}

.field-tech-stack .checkbox-option {
  width: 100%;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  column-gap: 0.35rem;
  row-gap: 0;
  justify-content: start;
  justify-items: start;
  line-height: 1.3;
}

.field-source select {
  min-height: 48px;
  height: 48px;
  align-self: start;
}

.field-tech-stack .checkbox-option span {
  display: block;
  text-align: left;
}

.field-tech-stack .checkbox-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  align-self: start;
}

@media (min-width: 941px) {
  .timeline-item-tech p {
    min-height: 8.25rem;
  }
}

.timeline-card-image-placeholder {
  height: 260px;
  min-height: 260px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.44), rgba(250, 244, 255, 0.66)),
    radial-gradient(120% 120% at 100% 0%, rgba(232, 112, 163, 0.1), rgba(232, 112, 163, 0) 52%),
    radial-gradient(100% 120% at 0% 100%, rgba(158, 77, 255, 0.08), rgba(158, 77, 255, 0) 56%);
  border: 1px dashed rgba(188, 170, 221, 0.45);
}

.benefit-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-card {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.benefit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-card-content {
  padding: 1rem;
}

.benefit-card-content h3 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  font-size: 1.02rem;
}

.benefit-card-content p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.alumni-panel {
  padding: 1.35rem 1.2rem;
  background:
    radial-gradient(110% 95% at 100% 0%, rgba(70, 193, 238, 0.14), rgba(70, 193, 238, 0) 45%),
    #fff;
}

.alumni-panel h3 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
}

.alumni-panel p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.check-list li {
  position: relative;
  padding-left: 1.9rem;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10.5' fill='%23f3fbff' stroke='%23d8ecfb'/%3E%3Cpath d='M8.1 12.4 10.5 14.8 16.1 9.2' stroke='%232f8fdd' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.scope-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scope-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.9rem;
}

.scope-card h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
}

.application-panel {
  padding: 1.2rem 1rem;
}

.program-form {
  display: grid;
  gap: 1rem;
}

.program-form.is-submitting {
  opacity: 0.72;
  pointer-events: none;
}

.program-form fieldset {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(34, 49, 96, 0.16);
  border-radius: var(--radius-md);
}

.program-form legend {
  padding: 0 0.45rem;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #000000;
}

.form-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.3rem;
}

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

label {
  font-size: 0.86rem;
  color: #415d88;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(34, 49, 96, 0.24);
  border-radius: 9px;
  background: #fff;
  color: #23344f;
  font: inherit;
  padding: 0.58rem 0.68rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

select[multiple] {
  min-height: 108px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(70, 193, 238, 0.33);
  border-color: #2a84d0;
}

.inline-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.inline-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.submit-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.help {
  margin: 0;
  color: #60728c;
  font-size: 0.84rem;
}

.form-feedback {
  margin: 0;
  min-height: 1.2rem;
  color: #000000;
  font-size: 0.86rem;
  transition: 180ms ease;
}

.form-feedback.error {
  color: #b82846;
}

.form-feedback.success {
  min-height: auto;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(36, 152, 98, 0.28);
  background: linear-gradient(180deg, rgba(231, 252, 241, 0.96), rgba(214, 246, 228, 0.96));
  color: #146a44;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 12px 28px rgba(20, 106, 68, 0.08);
}

.legal-panel {
  padding: 1.3rem 1.1rem;
}

.legal-panel p {
  margin: 0.8rem 0 0;
  color: #425f87;
}

.site-footer {
  position: relative;
  margin-top: 2.2rem;
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(120% 125% at 0% 0%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 40%),
    radial-gradient(95% 120% at 100% 0%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 46%),
    var(--hero-footer-gradient),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    var(--footer-texture, none);
  background-size: cover;
  overflow: hidden;
}

.footer-video-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.13;
  filter: blur(3.1px) saturate(0.74);
  -webkit-mask-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(110% 110% at 72% 88%, rgba(0, 0, 0, 1) 44%, rgba(0, 0, 0, 0.84) 58%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0) 100%);
  mask-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(110% 110% at 72% 88%, rgba(0, 0, 0, 1) 44%, rgba(0, 0, 0, 0.84) 58%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.footer-video-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  display: block;
}

.footer-partners-wrap {
  padding: 2rem 0 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-partners-head {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-partners-title {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.96);
}

.footer-partner-featured {
  display: flex;
  justify-content: center;
}

.footer-partner-featured .partner-logo {
  padding-inline: 0.9rem;
}

.footer-partner-featured .partner-logo img {
  max-height: 58px;
}

.footer-partners {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem 1.15rem;
}

.footer-partners-extra {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}

.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.partner-logo img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
}

.partner-logo-maddyness {
  padding-inline: 0.95rem;
}

.partner-logo-maddyness img {
  max-height: 44px;
}

.partner-chip {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.34rem 0.7rem;
  font-size: 0.84rem;
}

.footer-grid {
  padding: 1.5rem 0 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-column h4 {
  margin: 0 0 0.6rem;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.footer-column li a {
  color: rgba(255, 255, 255, 0.86);
}

.footer-column li a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(70, 193, 238, 0.72);
  text-underline-offset: 3px;
}

.footer-socials {
  display: grid;
  gap: 0.5rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.social-link span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
}

.footer-bottom {
  padding: 0.95rem 0 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.footer-partners-wrap,
.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition-delay: var(--delay, 0ms);
}

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

@media (max-width: 1120px) {
  .hero-grid.with-side {
    grid-template-columns: 1fr;
  }

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

  .hero-home-visual {
    width: min(64.8vw, 774px);
    height: min(96%, 432px);
    right: clamp(-0.8rem, -0.4vw, 0.2rem);
  }

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

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

body :where(.section-head h2, .feature-card h3, .program-card-content h3, .testimonial-author, .timeline-item h3, .benefit-card-content h3, .alumni-panel h3, .program-intro-highlight-title, .program-form legend, .program-form-back-title, .highlight-card h3, .legal-panel h2) {
  color: var(--strong-ink);
}

body :where(
  .header-shell.is-sticky .nav-link,
  .mobile-nav-link,
  .mobile-nav-footer a,
  .btn-outline,
  .btn-light,
  .home-video-copy h2,
  .section-head h2,
  .feature-card h3,
  .program-card-content h3,
  .program-intro-text,
  .program-intro-highlight-title,
  .program-form-back-kicker,
  .program-form-back-title,
  .program-intro-application-item,
  .testimonial-slide blockquote,
  .testimonial-author,
  .highlight-card h3,
  .tag-pill,
  .timeline-date,
  .timeline-item h3,
  .timeline-item-regional h3,
  .timeline-item-final h3,
  .benefit-card-content h3,
  .alumni-panel h3,
  .program-form legend,
  label,
  .form-feedback,
  .legal-panel p
) {
  color: #111111;
}

@media (max-width: 940px) {
  .hero-home-visual {
    display: block;
    inset: auto 0 0 0;
    width: 100%;
    height: 52%;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.56;
    filter: blur(1px) saturate(0.96);
  }

  .hero-home-visual-video video {
    object-position: center bottom;
  }

  .header-shell {
    padding-top: 0.42rem;
  }

  .header-shell.is-sticky {
    padding-top: 0.14rem;
  }

  .header-main {
    min-height: 58px;
    gap: 0;
    padding: 0.34rem 0.7rem;
    justify-content: flex-start;
  }

  .brand {
    width: min(176px, 41.6vw);
    min-width: 0;
    margin: 0;
  }

  .brand-logo-light {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .brand-logo-dark {
    display: none;
  }

  .brand-sticky-group {
    display: none;
    gap: 0.34rem;
    align-items: center;
    justify-content: center;
  }

  .header-sticky-center {
    display: none;
  }

  .brand-logo-sticky {
    max-height: 54px;
  }

  .brand-logo-sticky-dip {
    width: 92px;
    max-width: 92px;
    height: 44px;
    object-fit: contain;
    object-position: left center;
    transform: translateY(1px);
  }

  .brand-logo-sticky-mobility {
    width: 154px;
    max-width: 154px;
    height: 44px;
    object-fit: cover;
    object-position: center 66%;
    transform: translateY(1px);
  }

  .program-flip-card {
    position: relative;
  }

  .program-flip-card-inner {
    display: grid;
    width: 100%;
  }

  .program-flip-face {
    grid-area: 1 / 1;
    width: 100%;
    transition:
      opacity 0.28s ease,
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.28s ease;
  }

  .program-flip-front {
    display: grid;
    align-content: start;
    gap: 0.95rem;
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: translateY(0) scale(1);
  }

  .program-flip-back {
    display: block;
    position: absolute;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  .program-flip-card.is-switching {
    animation: none;
  }

  .program-flip-card.is-flipped .program-flip-front {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    transform: translateY(-12px) scale(0.985);
  }

  .program-flip-card.is-flipped .program-flip-back {
    position: relative;
    inset: auto;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

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

  .menu-toggle,
  .mobile-nav {
    display: none !important;
  }

  .header-shell.is-sticky .header-main {
    min-height: 44px;
    padding: 0.2rem 0.58rem;
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 26px rgba(13, 31, 61, 0.08);
    backdrop-filter: blur(16px) saturate(118%);
  }

  .header-shell.is-sticky .brand {
    width: auto;
    margin: 0;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .header-shell.is-sticky .brand-logo-light,
  .header-shell.is-sticky .brand-logo-dark {
    display: none;
  }

  .header-shell.is-sticky .brand-sticky-group {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
  }

  .header-shell.is-sticky .header-sticky-center {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .header-shell.is-sticky .brand-logo-sticky {
    max-height: 44px;
  }

  .header-shell.is-sticky .brand-logo-sticky-dip {
    width: 92px;
    max-width: 92px;
    height: 44px;
    object-fit: contain;
    object-position: left center;
    transform: translateY(1px);
  }

  .header-shell.is-sticky .brand-logo-sticky-center {
    width: 92px;
    max-width: 92px;
    height: 44px;
    object-fit: contain;
    object-position: center;
    transform: translateY(1px);
  }

  .split-layout,
  .footer-grid,
  .program-grid,
  .program-grid-home,
  .benefit-grid,
  .home-video-layout {
    grid-template-columns: 1fr;
  }

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

  .benefit-card img {
    max-height: 210px;
  }
}

@media (max-width: 760px) {
  .section-video.hide-on-mobile {
    display: none;
  }
}

@media (max-width: 680px) {
  .header-main {
    min-height: 58px;
    padding: 0.34rem 0.7rem;
    border-radius: var(--radius-lg);
  }

  .mobile-nav {
    inset: 78px 0 0 0;
  }

  .hero {
    min-height: 500px;
    padding-top: 6.6rem;
  }

  .hero-home {
    min-height: 560px;
    background-size: cover, auto 150%;
    background-position: center, center top;
  }

  .hero-home-visual {
    height: 50%;
    background-position: center bottom;
  }

  .hero-side {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .home-video-layout,
  .home-video-layout-expanded {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
  }

  .home-video-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .home-carousel-frame {
    min-height: 240px;
  }

  .testimonial-slider {
    padding: 0 0 2.6rem;
  }

  .testimonial-track {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .testimonial-slide,
  .testimonial-slide.active,
  .testimonial-slide.is-prev,
  .testimonial-slide.is-next,
  .testimonial-slide.is-hidden {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    width: 100%;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .testimonial-slide:not(.active) {
    display: none;
  }

  .testimonial-video-frame {
    aspect-ratio: 16 / 10;
  }

  .slider-btn.prev {
    left: 0.35rem;
  }

  .slider-btn.next {
    right: 0.35rem;
  }

  .form-grid,
  .scope-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    gap: 0.85rem;
  }

  .feature-card {
    padding: 1rem 0.95rem 1.05rem;
    min-height: auto;
    text-align: left;
  }

  .feature-card::before {
    inset: 3px;
    border-radius: calc(var(--radius-lg) - 3px);
  }

  .feature-card h3 {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }

  .feature-card p {
    margin-top: 0.5rem;
    font-size: 0.92rem;
    line-height: 1.58;
    max-width: none;
  }

  .program-grid-home-single .program-intro-logo {
    transform: scale(0.64);
    transform-origin: center top;
  }

  .program-card-tech-home .program-card-media {
    transform: scale(0.85);
    transform-origin: center top;
  }

  .feature-card-centered {
    grid-column: auto;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

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

  .timeline-horizontal {
    border-left: 0;
    padding-left: 0;
    padding-top: 0;
    grid-template-columns: 1fr;
  }

  .timeline-item-tech {
    min-height: auto;
  }

  .timeline-horizontal::before {
    display: none;
  }

  .timeline-horizontal::after {
    display: none;
  }

  .timeline-item-tech::before {
    display: none;
  }

  .program-intro-application-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    padding: 1rem 2.7rem;
  }

  .slider-btn {
    width: 32px;
    height: 32px;
  }

  .footer-partners {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-logo img {
    max-height: 38px;
  }
}

.not-found-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background:
    radial-gradient(circle at top left, rgba(70, 193, 238, 0.18), transparent 30%),
    linear-gradient(135deg, #0b2d4f, #223160 50%, #55698f);
}

.not-found-card {
  width: min(720px, 100%);
  padding: 48px;
  border-radius: 32px;
  background: rgba(10, 26, 52, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 60px rgba(7, 15, 33, 0.32);
  color: #fff;
}

.not-found-card img {
  width: 240px;
  max-width: 100%;
  display: block;
  margin-bottom: 28px;
}

.not-found-card h1 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.not-found-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.not-found-note {
  margin-top: 24px;
  font-size: 0.95rem;
}

@media (max-width: 760px) {
  .not-found-card {
    padding: 32px 24px;
    border-radius: 24px;
  }
}

body :where(
  .section-head h2,
  .feature-card h3,
  .program-card-content h3,
  .program-card-content .btn-outline,
  .program-card-content .btn-light,
  .home-video-copy h2,
  .testimonial-slide blockquote,
  .testimonial-author,
  .timeline-date,
  .timeline-item h3,
  .benefit-card-content h3,
  .alumni-panel h3,
  .program-intro-highlight-title,
  .program-form legend,
  .program-form-back-kicker,
  .program-form-back-title,
  .highlight-card h3,
  .legal-panel h2,
  .program-intro-text strong,
  .program-intro-text b,
  .program-intro-title,
  .program-intro-list strong,
  .program-intro-list b,
  label,
  strong,
  b
) :not(.gradient-inline-emphasis) {
  color: #000000 !important;
}

.gradient-inline-emphasis {
  color: transparent !important;
}

body :where(.section-head h2, .home-video-copy h2) {
  color: #000000 !important;
}
