:root {
  --it-blue: #3965f2;
  --it-blue-dark: #234fcd;
  --it-ink: #0d1b2e;
  --it-muted: #667892;
  --it-soft: #f3f6fd;
  --it-soft-2: #eef3fb;
  --it-border: rgb(13 27 46 / 10%);
  --it-violet: #8a60f6;
  --it-violet-soft: #f1edff;
  --it-green: #1fbe79;
  --it-green-soft: #dff3e9;
  --it-orange: #ff6d35;
  --it-orange-soft: #f8ece6;
  --it-display: "Unbounded", "Onest", sans-serif;
  --it-radius-xl: 2rem;
}

body { background: #fff; }

.it-shell {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}

.it-page {
  overflow: clip;
  color: var(--it-ink);
  background: #fff;
}

.it-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--it-border);
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(14px);
}

.it-header__inner {
  display: flex;
  min-height: 4.15rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.it-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--it-ink);
  font-family: var(--it-display);
  font-size: clamp(0.7rem, 1.1vw, 0.88rem);
  font-weight: 800;
}

.it-brand b { color: var(--it-blue); }

.it-brand__mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.65rem;
  background: var(--it-blue);
  color: white;
  font-size: 0.62rem;
  font-weight: 900;
}

.it-nav { display: flex; gap: 1.35rem; }
.it-nav a,
.it-header__phone {
  color: var(--it-muted);
  font-size: 0.82rem;
  font-weight: 650;
}
.it-nav a:hover,
.it-header__phone:hover { color: var(--it-ink); }
.it-header__actions { display: flex; align-items: center; gap: 0.75rem; }

.it-button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 0.95rem;
  background: var(--it-blue);
  box-shadow: 0 0.65rem 1.9rem rgb(57 101 242 / 22%);
  color: white;
  font-size: 0.88rem;
  font-weight: 850;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.it-button:hover { background: var(--it-blue-dark); box-shadow: 0 0.8rem 2rem rgb(57 101 242 / 28%); transform: translateY(-1px); }
.it-button--small { min-height: 2.7rem; padding: 0.7rem 1rem; font-size: 0.78rem; border-radius: 0.8rem; }
.it-button--ghost {
  border: 1px solid var(--it-border);
  background: white;
  box-shadow: none;
  color: var(--it-ink);
}
.it-button--ghost:hover { background: #f8faff; box-shadow: none; }
.it-button--light {
  background: white;
  color: var(--it-blue);
  box-shadow: none;
}
.it-button--light:hover { background: #edf3ff; color: var(--it-blue-dark); box-shadow: none; }

.it-menu {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0.7rem;
  border: 0;
  border-radius: 0.8rem;
  background: var(--it-soft);
}
.it-menu span { display: block; height: 2px; margin: 0.24rem 0; border-radius: 2px; background: var(--it-ink); }
.it-mobile-nav { display: none; gap: 0.3rem; padding: 0.75rem 1rem 1rem; border-top: 1px solid var(--it-border); background: white; }
.it-mobile-nav[hidden] { display: none !important; }
.it-mobile-nav a { padding: 0.75rem 0.8rem; border-radius: 0.75rem; color: var(--it-ink); font-size: 0.88rem; font-weight: 700; }
.it-mobile-nav a:hover { background: var(--it-soft); }

.it-kicker {
  margin: 0 0 0.95rem;
  color: var(--it-blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.it-section { padding: clamp(4.4rem, 8vw, 7rem) 0; }
.it-section--soft { background: #f4f7fc; }
.it-section-head { margin-bottom: 2rem; }
.it-section-head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}
.it-section-head h2,
.it-enroll__copy h2,
.it-location__copy h2,
.it-final h2 {
  margin: 0;
  font-family: var(--it-display);
  font-size: clamp(2.2rem, 5vw, 4.45rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.it-section-head p,
.it-enroll__copy > p,
.it-location__note,
.it-faq-lead > p,
.it-final p:not(.it-kicker) {
  color: var(--it-muted);
  line-height: 1.65;
}

.it-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: linear-gradient(160deg, #c8dffb 0%, #d8ebff 36%, #eaf2ff 68%, #f3f7fe 100%);
}
.it-hero__cloud { position: absolute; border-radius: 50%; background: rgb(255 255 255 / 48%); }
.it-hero__cloud--one { width: 36rem; height: 20rem; top: -6rem; right: -4rem; filter: blur(3px); }
.it-hero__cloud--two { width: 26rem; height: 15rem; bottom: -6rem; left: -7rem; filter: blur(3px); }
.it-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(21rem, 0.98fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.it-hero__copy h1 {
  margin: 0;
  font-family: var(--it-display);
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.07em;
}
.it-hero__copy h1 span { color: var(--it-blue); }
.it-hero__lead {
  max-width: 33rem;
  margin: 1.5rem 0 0;
  color: var(--it-muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.66;
}
.it-hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.it-hero__side { display: flex; flex-direction: column; gap: 0.75rem; }

.it-mini-course {
  display: grid;
  grid-template-columns: 5.7rem minmax(0, 1fr) 2.55rem;
  align-items: center;
  gap: 0.9rem;
  padding: 0.65rem;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 1.55rem;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 0.8rem 2.5rem rgb(18 37 80 / 7%);
  backdrop-filter: blur(10px);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.it-mini-course:hover { transform: translateY(-2px); box-shadow: 0 1rem 2.7rem rgb(18 37 80 / 11%); }
.it-mini-course__image { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 1.1rem; }
.it-mini-course__image img { width: 100%; height: 100%; object-fit: cover; }
.it-mini-course__content { min-width: 0; }
.it-mini-course__content b {
  display: block;
  font-family: var(--it-display);
  font-size: 1rem;
  line-height: 1.1;
}
.it-mini-course__content span,
.it-mini-course__content small {
  display: block;
  color: var(--it-muted);
}
.it-mini-course__content span { margin-top: 0.25rem; font-size: 0.84rem; }
.it-mini-course__content small { margin-top: 0.3rem; font-size: 0.72rem; font-weight: 800; }
.it-mini-course i {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--it-blue);
  font-family: var(--it-display);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}
.it-mini-course--violet i { background: var(--it-violet-soft); color: var(--it-violet); }
.it-mini-course--green i { background: #e4f7ef; color: var(--it-green); }
.it-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 74%);
  border-radius: 1.6rem;
  background: rgb(255 255 255 / 72%);
}
.it-hero__stats > div { padding: 1.1rem 0.9rem; text-align: center; }
.it-hero__stats > div + div { border-left: 1px solid var(--it-border); }
.it-hero__stats strong {
  display: block;
  font-family: var(--it-display);
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  font-weight: 900;
}
.it-hero__stats span { display: block; margin-top: 0.25rem; color: var(--it-muted); font-size: 0.72rem; }

.it-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.it-program {
  overflow: hidden;
  border: 1px solid var(--it-border);
  border-radius: var(--it-radius-xl);
  background: white;
  box-shadow: 0 1rem 3rem rgb(19 39 87 / 7%);
}
.it-program__cover {
  position: relative;
  overflow: hidden;
  height: 16.3rem;
  background: #dce7fb;
}
.it-program__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.it-program:hover .it-program__cover img { transform: scale(1.03); }
.it-program__cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(57 101 242 / 85%) 0%, rgb(57 101 242 / 30%) 38%, transparent 72%);
  content: "";
}
.it-program--warm .it-program__cover::after { background: linear-gradient(to top, rgb(255 109 53 / 88%) 0%, rgb(255 109 53 / 32%) 38%, transparent 72%); }
.it-program__cover span {
  position: absolute;
  z-index: 2;
  bottom: 1.35rem;
  left: 1.35rem;
  color: white;
  font-family: var(--it-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1.05;
}
.it-program__body { padding: 1.5rem; }
.it-program__body h3 {
  margin: 0;
  font-family: var(--it-display);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.06;
}
.it-program__subtitle { margin: 0.55rem 0 0; color: var(--it-blue); font-size: 0.84rem; font-weight: 800; }
.it-program--warm .it-program__subtitle { color: var(--it-orange); }
.it-program__description { margin: 0.9rem 0 0; color: var(--it-muted); font-size: 0.92rem; line-height: 1.62; }
.it-program__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--it-border);
}
.it-program__stats > div { text-align: center; }
.it-program__stats strong {
  display: block;
  color: var(--it-ink);
  font-family: var(--it-display);
  font-size: 1.18rem;
  font-weight: 900;
}
.it-program__stats span { color: var(--it-muted); font-size: 0.73rem; }
.it-program__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.45rem;
}
.it-program__bottom strong {
  color: var(--it-ink);
  font-family: var(--it-display);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 900;
}
.it-program__bottom small { color: var(--it-muted); font-size: 0.58em; }
.it-program__buttons { display: flex; flex-wrap: wrap; justify-content: end; gap: 0.7rem; }
.it-program__buttons .it-button { min-height: 2.9rem; padding-inline: 1rem; font-size: 0.8rem; }

.it-path {
  overflow: hidden;
  border: 1px solid var(--it-border);
  border-radius: var(--it-radius-xl);
  background: white;
  box-shadow: 0 1rem 3rem rgb(19 39 87 / 6%);
}
.it-path__tabs {
  display: flex;
  gap: 1.6rem;
  padding: 1.25rem 1.2rem 0;
  border-bottom: 1px solid var(--it-border);
  overflow-x: auto;
}
.it-path__tabs button {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 1rem;
  border: 0;
  background: transparent;
  color: #b4bccb;
  font-size: 0.92rem;
  font-weight: 850;
}
.it-path__tabs button.is-active { color: var(--it-blue); }
.it-path__tabs button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
}
.it-path__panel {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  min-height: 28rem;
}
.it-path__panel[hidden] { display: none; }
.it-path__steps {
  display: grid;
  border-right: 1px solid var(--it-border);
  background: #fbfcff;
}
.it-path__steps button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  gap: 0.3rem 0.75rem;
  padding: 1.2rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--it-border);
  background: transparent;
  color: #c8ced9;
  text-align: left;
}
.it-path__steps button:last-child { border-bottom: 0; }
.it-path__steps button.is-active { background: #e9f7f1; color: var(--it-green); box-shadow: inset 3px 0 0 var(--it-green); }
.it-path__steps b {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--it-display);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.it-path__steps span { color: var(--it-ink); font-size: 0.86rem; font-weight: 850; }
.it-path__steps button.is-active span { color: var(--it-ink); }
.it-path__steps small { color: var(--it-muted); font-size: 0.68rem; font-weight: 700; }
.it-path__stage { display: grid; grid-template-rows: 12.5rem auto; }
.it-path__stage[hidden] { display: none; }
.it-path__stage-media { position: relative; overflow: hidden; }
.it-path__stage-media img { width: 100%; height: 100%; object-fit: cover; }
.it-path__stage-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(31 190 121 / 72%) 0%, rgb(31 190 121 / 15%) 48%, transparent 78%);
  content: "";
}
.it-path__stage-body { padding: 1.5rem; }
.it-path__stage-body > p:first-child {
  margin: 0;
  color: var(--it-muted);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.it-path__stage-body h3 {
  margin: 0.55rem 0 0;
  font-family: var(--it-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}
.it-path__stage-body p + p { margin: 1rem 0 0; color: var(--it-muted); line-height: 1.65; }
.it-path__stage-body strong {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #eaf7ef;
  font-size: 0.96rem;
  font-weight: 900;
}
.it-path__stage-body strong span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--it-green);
  color: white;
  font-family: var(--it-display);
  font-size: 0.72rem;
}

.it-formats {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.it-format {
  display: flex;
  flex-direction: column;
  padding: 1.55rem;
  border: 1px solid var(--it-border);
  border-radius: 1.6rem;
  background: white;
}
.it-format--featured {
  grid-row: span 2;
  border-color: transparent;
  background: var(--it-blue);
  color: white;
}
.it-format__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: rgb(255 255 255 / 52%);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.it-format__top b {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 14%);
  color: white;
  font-size: 0.58rem;
}
.it-format > span {
  color: var(--it-muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.it-format h3 {
  margin: 0.65rem 0 0;
  font-family: var(--it-display);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.15;
}
.it-format strong {
  display: block;
  margin-top: 0.65rem;
  color: var(--it-blue);
  font-family: var(--it-display);
  font-size: 1.55rem;
  font-weight: 900;
}
.it-format p { margin: 0.95rem 0 0; color: var(--it-muted); line-height: 1.65; }
.it-format ul { display: grid; gap: 0.45rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.it-format li { position: relative; padding-left: 1rem; color: var(--it-muted); font-size: 0.84rem; }
.it-format li::before { position: absolute; top: 0.52rem; left: 0; width: 0.34rem; height: 0.34rem; border-radius: 999px; background: rgb(57 101 242 / 42%); content: ""; }
.it-format--featured strong,
.it-format--featured p,
.it-format--featured li { color: white; }
.it-format--featured li::before { background: rgb(255 255 255 / 38%); }
.it-format--featured .it-button { margin-top: auto; }

.it-media-switch {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid #d8e0ed;
  border-radius: 999px;
  background: #f4f7fc;
}
.it-media-switch button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--it-muted);
  font-size: 0.84rem;
  font-weight: 850;
}
.it-media-switch button span {
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border-radius: 999px;
  background: #e3e9f3;
  font-size: 0.66rem;
}
.it-media-switch button.is-active { background: var(--it-blue); color: white; }
.it-media-switch button.is-active span { background: rgb(255 255 255 / 18%); }

.it-gallery__main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 1.9rem;
  background: #d9e3f3;
}
.it-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.it-gallery__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 62%) 0%, transparent 50%); }
.it-gallery__main strong {
  position: absolute;
  left: 1.4rem;
  bottom: 1.2rem;
  color: white;
  font-family: var(--it-display);
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  font-weight: 900;
}
.it-gallery__play {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 18%);
  color: white;
  font-size: 0.74rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.it-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.85rem;
}
.it-gallery__thumbs button {
  position: relative;
  aspect-ratio: 1.65;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  background: #d9e3f3;
  opacity: 0.78;
  outline: 2px solid transparent;
  transition: opacity 160ms ease, outline-color 160ms ease;
}
.it-gallery__thumbs button::before {
  position: absolute;
  inset: 0;
  background-image: var(--thumb-image);
  background-position: center;
  background-size: cover;
  content: "";
}
.it-gallery__thumbs button.is-active { opacity: 1; outline-color: var(--it-blue); }
.it-gallery__thumbs button[hidden] { display: none; }

.it-gallery__thumbs button[data-src*="1516321318423"] { --thumb-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=500&h=300&fit=crop&auto=format&q=80"); }
.it-gallery__thumbs button[data-src*="1516321497487"] { --thumb-image: url("https://images.unsplash.com/photo-1516321497487-e288fb19713f?w=500&h=300&fit=crop&auto=format&q=80"); }
.it-gallery__thumbs button[data-src*="1542751110"] { --thumb-image: url("https://images.unsplash.com/photo-1542751110-97427bbecf20?w=500&h=300&fit=crop&auto=format&q=80"); }
.it-gallery__thumbs button[data-src*="1497366754035"] { --thumb-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=500&h=300&fit=crop&auto=format&q=80"); }
.it-gallery__thumbs button[data-src*="1504384308090"] { --thumb-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=500&h=300&fit=crop&auto=format&q=80"); }
.it-gallery__thumbs button[data-src*="1498050108023"] { --thumb-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=500&h=300&fit=crop&auto=format&q=80"); }

.it-stats-band { margin-top: 4rem; background: var(--it-blue); }
.it-stats-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}
.it-stats-band__grid > div { padding: 2rem 1rem; text-align: center; }
.it-stats-band__grid > div + div { border-left: 1px solid rgb(255 255 255 / 11%); }
.it-stats-band strong {
  display: block;
  color: white;
  font-family: var(--it-display);
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  font-weight: 900;
}
.it-stats-band span { display: block; margin-top: 0.3rem; color: rgb(255 255 255 / 58%); font-size: 0.78rem; }

.it-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.it-why-card {
  padding: 1.5rem;
  border-radius: 1.65rem;
  background: #eef3fb;
}
.it-why-card--wide {
  display: flex;
  align-items: center;
  gap: 2rem;
  grid-column: 1 / -1;
}
.it-why-card--green { background: var(--it-green-soft); }
.it-why-card--warm { background: var(--it-orange-soft); }
.it-why-card--violet { background: var(--it-violet-soft); }
.it-why-card__metric {
  color: var(--it-blue);
  font-family: var(--it-display);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: lowercase;
}
.it-why-card--green .it-why-card__metric { color: var(--it-green); }
.it-why-card__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.45rem;
  flex: 1;
}
.it-why-card__copy span,
.it-why-card__head span { color: rgb(13 27 46 / 28%); font-size: 0.82rem; font-weight: 900; }
.it-why-card__copy h3,
.it-why-card h3 { margin: 0; font-family: var(--it-display); font-size: 1.1rem; font-weight: 900; }
.it-why-card__copy p,
.it-why-card p { margin: 0.45rem 0 0; color: var(--it-muted); line-height: 1.6; }
.it-why-card__head { display: flex; align-items: start; justify-content: space-between; gap: 0.7rem; margin-bottom: 0.85rem; }
.it-why-card__head strong {
  color: var(--it-blue);
  font-family: var(--it-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 0.92;
}
.it-why-card--warm .it-why-card__head strong { color: var(--it-orange); }
.it-why-card--violet .it-why-card__head strong { color: var(--it-violet); }
.it-why-cta { margin-top: 2rem; text-align: center; }

.it-enroll {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(21rem, 0.68fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.it-enroll__list { display: grid; gap: 0.6rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.it-enroll__list li { position: relative; padding-left: 1rem; color: var(--it-muted); }
.it-enroll__list li::before { position: absolute; top: 0.55rem; left: 0; width: 0.36rem; height: 0.36rem; border-radius: 999px; background: rgb(57 101 242 / 36%); content: ""; }
.it-enroll__form .lead-card {
  border: 1px solid var(--it-border);
  box-shadow: 0 1.2rem 3rem rgb(19 39 87 / 8%);
}
.it-enroll__form .lead-card::before { background: var(--it-blue); }
.it-enroll__form .button { background: var(--it-blue); box-shadow: 0 0.65rem 1.8rem rgb(57 101 242 / 22%); }
.it-enroll__form .button:hover { background: var(--it-blue-dark); box-shadow: 0 0.8rem 2rem rgb(57 101 242 / 28%); }
.it-enroll__form input:focus,
.it-enroll__form textarea:focus { border-color: var(--it-blue); box-shadow: 0 0 0 3px rgb(57 101 242 / 12%); }

.it-location {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 1fr);
  gap: 2rem;
  align-items: start;
}
.it-location__details { display: grid; gap: 0.8rem; margin-top: 1.3rem; }
.it-location__details div {
  padding: 1rem 1.1rem;
  border: 1px solid var(--it-border);
  border-radius: 1rem;
  background: #fbfcff;
}
.it-location__details span { display: block; margin-bottom: 0.35rem; color: var(--it-muted); font-size: 0.74rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.it-location__details a,
.it-location__details b { color: var(--it-ink); font-size: 0.94rem; }
.it-location__note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: var(--it-soft);
}
.it-location__map {
  min-height: 24rem;
  overflow: hidden;
  border-radius: 1.6rem;
  background: var(--it-soft);
}
.it-location__map iframe,
.it-location__map > div { width: 100%; height: 100%; min-height: 24rem; border: 0; }
.it-location__map > div { display: grid; place-items: center; }

.it-faq-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.it-faq-lead > p { margin: 1rem 0 0; }
.it-faq-card {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: var(--it-blue);
  color: white;
}
.it-faq-card span { color: rgb(255 255 255 / 72%); font-size: 0.8rem; }
.it-faq-card a { color: white; font-weight: 700; }
.it-faq-card .it-button { background: white; color: var(--it-blue); box-shadow: none; }
.it-faq { display: grid; gap: 0.7rem; }
.it-faq details { border: 1px solid var(--it-border); border-radius: 1.2rem; background: white; }
.it-faq summary {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
  color: var(--it-ink);
  font-size: 0.9rem;
  font-weight: 850;
}
.it-faq summary::-webkit-details-marker { display: none; }
.it-faq summary span {
  display: inline-grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border-radius: 0.7rem;
  background: #edf3ff;
  color: var(--it-blue);
  font-family: var(--it-display);
  font-size: 0.66rem;
  font-weight: 900;
}
.it-faq details p { margin: 0; padding: 0 1.1rem 1rem 3.85rem; color: var(--it-muted); line-height: 1.62; }

.it-final {
  padding: clamp(4.5rem, 7vw, 6rem) 0;
  background:
    radial-gradient(circle at 95% -10%, rgb(255 255 255 / 15%) 0%, transparent 22%),
    var(--it-blue);
  text-align: center;
}
.it-final .it-kicker { color: rgb(255 255 255 / 64%); }
.it-final h2,
.it-final p { color: white; }
.it-final p:not(.it-kicker) { max-width: 38rem; margin: 1rem auto 0; color: rgb(255 255 255 / 72%); }
.it-final .it-button { margin-top: 1.7rem; }

.it-footer {
  padding: 1.4rem 0 1.8rem;
  border-top: 1px solid var(--it-border);
  background: white;
}
.it-footer__top,
.it-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.it-footer__top { padding-bottom: 1rem; }
.it-footer__top > div,
.it-footer__bottom { color: var(--it-muted); font-size: 0.84rem; }
.it-footer__top > div { display: flex; flex-wrap: wrap; gap: 1rem; }
.it-footer__bottom { padding-top: 1rem; border-top: 1px solid var(--it-border); }
.it-footer__bottom a { color: var(--it-muted); }

@media (max-width: 72rem) {
  .it-nav { gap: 1rem; }
  .it-program__bottom { flex-direction: column; align-items: start; }
  .it-program__buttons { justify-content: start; }
  .it-formats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .it-format--featured { grid-row: auto; grid-column: 1 / -1; }
  .it-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .it-why-card--wide { grid-column: 1 / -1; }
}

@media (max-width: 58rem) {
  .it-nav,
  .it-header__phone,
  .it-header__actions .it-button--small { display: none; }
  .it-menu { display: block; }
  .it-mobile-nav:not([hidden]) { display: grid; }
  .it-hero__grid,
  .it-enroll,
  .it-location,
  .it-faq-layout { grid-template-columns: 1fr; }
  .it-program-grid,
  .it-formats,
  .it-why-grid { grid-template-columns: 1fr; }
  .it-path__panel { grid-template-columns: 1fr; }
  .it-path__steps { border-right: 0; border-bottom: 1px solid var(--it-border); }
  .it-path__stage { grid-template-rows: 11rem auto; }
  .it-gallery__thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .it-stats-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .it-hero__side { order: -1; }
}

@media (max-width: 42rem) {
  .it-shell { width: min(100% - 1rem, 80rem); }
  .it-section { padding: 3.8rem 0; }
  .it-hero { padding: 3.5rem 0; }
  .it-hero__actions,
  .it-program__buttons,
  .it-section-head--row { align-items: stretch; flex-direction: column; }
  .it-mini-course { grid-template-columns: 4.7rem minmax(0, 1fr) 2.15rem; }
  .it-mini-course__content b { font-size: 0.9rem; }
  .it-program__cover { height: 13rem; }
  .it-path__steps button { padding: 1rem 0.8rem; }
  .it-path__steps b { font-size: 1.75rem; }
  .it-gallery__main { border-radius: 1.35rem; }
  .it-gallery__thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .it-stats-band__grid { grid-template-columns: 1fr; }
  .it-stats-band__grid > div + div { border-left: 0; border-top: 1px solid rgb(255 255 255 / 11%); }
  .it-why-card--wide { flex-direction: column; align-items: start; }
  .it-footer__top,
  .it-footer__bottom { align-items: start; flex-direction: column; }
}
