:root {
  --white: #ffffff;
  --ink: #444444;
  --color-graphite: #444444;
  --color-green: #65b52a;
  --color-orange: #ff7020;
  --color-white: #ffffff;
  --hta-green: #65b52a;
  --hta-graphite: #444444;
  --hta-text: #444444;
  --hta-muted: #666666;
  --hta-white: #ffffff;
  --dark: #6a6a6a;
  --dark-deep: #252524;
  --green: #65b52a;
  --orange: #ff7020;
  --line: #7a7a7a;
  --container: 1240px;
  --header-height: 84px;
  --font: "Roboto Slab", Georgia, serif;
  --sans: "Roboto Slab", Georgia, serif;
  --font-sans: "Roboto Slab", Georgia, serif;
  --type-label-size: 22px;
  --type-label-weight: 900;
  --type-label-line: 1.2;
  --type-section-subtitle-size: 32px;
  --type-heading-size: clamp(34px, 3.4vw, 48px);
  --type-heading-weight: 700;
  --type-heading-line: 1.22;
  --type-body-size: 18px;
  --type-body-weight: 400;
  --type-body-line: 1.45;
  --type-description-size: 17px;
  --type-description-weight: 500;
  --type-description-line: 1.42;
  --radius-card: 24px;
  --radius-pill: 999px;
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.12);
  --transition-base: 0.25s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a,
button {
  font: inherit;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
}

section:has([data-i18n="FINAL_QUOTE_1"]) {
  display: none;
}

.container {
  width: min(calc(100% - 120px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.label,
.section-title-left {
  margin: 0 0 24px;
  color: var(--hta-green);
  font-family: var(--sans);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  line-height: var(--type-label-line);
  text-align: left;
}

.section-lead {
  color: var(--hta-text);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-line);
}

.section-subtitle {
  color: var(--hta-graphite);
  font-size: var(--type-section-subtitle-size);
  font-weight: var(--type-heading-weight);
  line-height: var(--type-heading-line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: var(--white);
  border-top: 0;
  border-bottom: 1px solid #d7d7d7;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--header-height);
  width: calc(100% - 36px);
  max-width: 1600px;
  margin: 0 auto;
  gap: 20px;
  padding: 4px 0;
  min-width: 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  display: block;
  height: 64px;
  width: auto;
  object-fit: contain;
}

.brand span {
  margin-top: 2px;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.site-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 0 0 auto;
  margin-left: auto;
  flex-shrink: 0;
}

.header-social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 0 0 auto;
}

.header-korda-logo {
  display: block;
  height: 58px;
  width: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.header-korda-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.header-social-link {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  background: transparent;
  text-decoration: none;
}

.header-social-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(91%) contrast(86%);
}

.header-social-link--instagram::after { background-image: url("./images/icons/instagram.svg"); }
.header-social-link--facebook::after { background-image: url("./images/icons/facebook.svg"); }
.header-social-link--youtube::after { background-image: url("./images/icons/youtube.svg"); }
.header-social-link--tiktok::after { background-image: url("./images/icons/tiktok.png"); }
.header-social-link--linkedin::after { background-image: url("./images/icons/linkedin.svg"); }

.hook-banner {
  position: relative;
  width: calc(100% - 64px);
  max-width: 1680px;
  height: clamp(220px, 23vw, 340px);
  margin: 24px auto 18px;
  overflow: hidden;
  border-radius: 20px;
  background-image: url("./images/Банер/Хук-фон.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}

.hook-banner__overlay {
  display: none;
}

.hook-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  padding: clamp(28px, 4vw, 64px);
}

.hook-banner__title {
  width: min(100%, 1200px);
  min-width: 0;
  max-width: 1200px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.46);
  white-space: pre-line;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 36px;
  margin-left: auto;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #222222;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header.is-collapsed .site-nav {
  position: absolute;
  top: var(--header-height);
  right: 0;
}

.site-header.is-collapsed .nav-toggle {
  display: block;
}

.site-header.is-collapsed .header-actions {
  display: none;
}

.site-header.is-collapsed .nav-list {
  position: fixed;
  inset: var(--header-height) 0 auto auto;
  display: none;
  width: min(320px, 100%);
  padding: 24px;
  border-bottom-left-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.site-header.is-collapsed .nav-list.is-open {
  display: grid;
  gap: 22px;
}

/* Header desktop compaction stage (without switching to burger) */
@media (max-width: 1400px) and (min-width: 1101px) {
  .header-inner {
    gap: 18px;
  }

  .nav-list {
    gap: 22px;
  }

  .nav-list a {
    font-size: 15px;
    white-space: nowrap;
  }

  .brand img {
    height: 56px;
  }

  .header-korda-logo {
    height: 50px;
  }

  .header-social-links {
    gap: 10px;
  }

  .header-social-link {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    flex: 0 0 24px;
  }
}

/* Header mobile stage */
@media (max-width: 1100px) {
  .site-header {
    min-height: var(--header-height);
  }

  .header-inner {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
  }

  .site-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
  }

  .nav-toggle {
    display: block;
    order: 3;
    margin-left: 0;
  }

  .header-actions {
    display: flex;
    order: 2;
    flex: 0 1 auto;
    align-items: center;
    gap: 0;
    margin-left: auto;
    min-width: 0;
  }

  .site-header.is-collapsed .header-actions {
    display: flex;
  }

  .header-social-links {
    display: none;
  }

  .brand img {
    height: 54px;
    width: auto;
    object-fit: contain;
  }

  .header-korda-logo {
    height: 44px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
  }

  .nav-list {
    position: fixed;
    inset: var(--header-height) 0 auto auto;
    display: none;
    width: min(320px, calc(100vw - 18px));
    max-width: 100%;
    padding: 22px;
    border-bottom-left-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
  }

  .nav-list.is-open {
    display: grid;
    gap: 22px;
  }

}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #000;
}

.hero > .hero-image {
  display: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-slide {
  opacity: 0;
  transition: opacity 900ms ease;
  will-change: opacity;
}

.hero-slide.is-reset {
  transition: none;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slide.is-exiting {
  opacity: 0;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.42) 45%,
    rgba(0, 0, 0, 0.22) 100%
  );
}

section[id] {
  scroll-margin-top: var(--header-height);
}

#hero {
  scroll-margin-top: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 280px));
  padding: 390px 20px 40px max(68px, calc((100vw - var(--container)) / 2));
  color: #ffffff;
}

.hero-copy h1 {
  margin: 0 0 24px;
  max-width: 980px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.22;
}

.hero-copy p {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.cta-button {
  display: inline-flex;
  min-width: 148px;
  height: 42px;
  margin-top: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  background: var(--orange);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
}

.floating-cta {
  position: fixed;
  right: 40px;
  bottom: 32px;
  z-index: 60;
  min-width: 180px;
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.floating-cta:hover {
  transform: translateY(-2px);
}

.hero-benefits {
  position: absolute;
  z-index: 2;
  top: 72px;
  right: max(60px, calc((100vw - var(--container)) / 2));
  display: grid;
  gap: 24px;
}

.hero-benefits article {
  display: grid;
  place-items: center;
  width: 235px;
  min-height: 138px;
  padding: 18px;
  border: 2px solid #4a4a4a;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: break-word;
}

.section-why {
  padding: 52px 0 86px;
}

.section-why .label {
  color: var(--hta-green);
  font-family: var(--sans);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
}

.section-title-right {
  display: block;
  width: 100%;
  text-align: left;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  column-gap: 40px;
  row-gap: 16px;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.why-copy h1,
.why-copy h2 {
  margin: 0 0 22px;
  max-width: 620px;
}

.why-copy p {
  max-width: 690px;
  margin: 0 0 18px;
}

.why-accent {
  color: var(--green);
  font-weight: 800;
}

.why-quote {
  margin: 12px 0 8px 0;
  justify-self: start;
}

.question-box {
  min-height: 320px;
  margin-top: 10px;
  padding: 42px 30px 34px;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(68, 68, 68, 0.12), 0 6px 14px rgba(68, 68, 68, 0.08);
  color: var(--color-graphite);
  text-align: center;
}

.question-box strong {
  display: block;
  margin-bottom: 30px;
  color: var(--green);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
}

.question-box span {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.why-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
  gap: 22px;
  margin-top: 24px;
}

.why-cards article {
  min-height: 404px;
  padding: 30px 30px 28px;
  border-radius: 16px;
  border: 2px solid #5f5f5f;
  background: var(--white);
  color: var(--color-graphite);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 2px 4px rgba(37, 37, 36, 0.08),
    0 10px 18px rgba(37, 37, 36, 0.12),
    0 24px 40px rgba(37, 37, 36, 0.16);
}

.why-cards h3 {
  min-height: 96px;
  margin: 0 0 28px;
  color: var(--green);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.why-cards p {
  margin: 0;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.dark-band {
  border-top: 5px solid var(--green);
  background: var(--dark);
  color: #ffffff;
}

.section-learning {
  padding: 36px 0 66px;
  background: #ffffff;
  color: var(--color-graphite);
  border-top: 0;
}

.learning-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) 420px;
  gap: 80px;
  align-items: center;
  width: min(calc(100% - 168px), 1180px);
}

.section-learning h2 {
  margin: 0 0 42px;
}

.section-learning p:not(.label),
.section-learning h1 {
  max-width: 620px;
  margin: 0;
  color: var(--hta-text);
  font-family: var(--sans);
  font-size: var(--type-body-size);
  font-weight: 700;
  line-height: var(--type-body-line);
}

.section-learning .section-lead {
  max-width: 620px;
}

.section-learning p:not(.label) span {
  color: var(--green);
}

.learning-accent {
  color: var(--green);
  font-weight: 800;
}

.section-learning .video-placeholder {
  width: min(100%, 420px);
  min-height: 236px;
  margin-left: auto;
  border-radius: 18px;
}

.learning-video-preview {
  aspect-ratio: 16 / 9;
  min-height: 0;
  background-color: var(--dark-deep);
  background:
    linear-gradient(180deg, rgba(20, 24, 28, 0.1), rgba(20, 24, 28, 0.18)),
    url("./images/ДНК системы обучения в HTA/Podcast.png") center center / contain no-repeat;
}

.video-placeholder {
  display: grid;
  position: relative;
  width: 100%;
  min-height: 245px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--dark-deep);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.learning-video-preview {
  aspect-ratio: 16 / 10;
  min-height: 0;
  border: 2px solid var(--color-graphite);
  background:
    linear-gradient(180deg, rgba(20, 24, 28, 0.1), rgba(20, 24, 28, 0.18)),
    url("./images/ДНК системы обучения в HTA/Podcast.png") center center / contain no-repeat;
}

.video-placeholder:hover,
.video-placeholder:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.video-placeholder-korda:hover,
.video-placeholder-korda:focus-visible {
  transform: none;
}

.video-trigger:not([data-video-embed]) {
  cursor: default;
}

.video-trigger:not([data-video-embed]):hover,
.video-trigger:not([data-video-embed]):focus-visible {
  transform: none;
  box-shadow: none;
}

.play-button {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #7bc83a;
}

.play-button::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
}

.korda-section {
  padding: 58px 0 28px;
}

.korda-section-grid,
.project-examples-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.korda-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  column-gap: clamp(48px, 7vw, 110px);
  row-gap: 32px;
  align-items: start;
}

.korda-text-column h1,
.korda-text-column h2 {
  margin: 0 0 28px;
  text-align: left;
}

.korda-text-column p:not(.label) {
  max-width: 760px;
  margin: 0 0 22px;
}

.korda-intro-line {
  display: flow-root;
  max-width: 820px;
  margin-bottom: 22px;
}

.korda-intro-line p {
  margin: 0;
}

.korda-inline-logo {
  float: left;
  display: block;
  width: 28px;
  height: auto;
  object-fit: contain;
  margin: -2px 12px 2px 0;
}

.korda-brand {
  color: #ff6848;
  font-weight: 700;
}

.korda-tm {
  color: #ff6848;
  font-size: 0.45em;
  font-weight: 700;
  vertical-align: super;
  position: relative;
  top: -0.2em;
}

.video-placeholder-light {
  min-height: 210px;
}

.korda-video-block {
  width: min(100%, 340px);
  justify-self: center;
}

.video-placeholder-korda {
  justify-self: stretch;
  align-self: start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  aspect-ratio: 9 / 16;
  padding: 12px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(17, 20, 25, 0.12) 0%, rgba(17, 20, 25, 0.52) 100%),
    url("./images/Korda Method School/Дорис.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 38px rgba(35, 48, 64, 0.18);
}

.video-placeholder-korda::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto;
  height: 20px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 10px 10px, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    radial-gradient(circle at 24px 10px, rgba(255, 255, 255, 0.65) 0 3px, transparent 4px),
    radial-gradient(circle at 38px 10px, rgba(255, 255, 255, 0.45) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
}

.video-placeholder-korda::after {
  content: "Видео";
  position: absolute;
  right: 22px;
  bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 18, 22, 0.58);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.video-placeholder-korda .play-button {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  background: rgba(101, 181, 42, 0.95);
  box-shadow: 0 12px 24px rgba(101, 181, 42, 0.28);
}

.video-placeholder-korda .play-button::after {
  top: 19px;
  left: 27px;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 20px;
}

.video-local-frame {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.video-local-player {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
  background: #111111;
  object-fit: cover;
  object-position: 38% center;
}

.korda-video-caption {
  margin-top: 16px;
  padding-left: 14px;
  border-left: 2px solid rgba(101, 181, 42, 0.7);
  color: var(--color-graphite);
  text-align: left;
}

.korda-video-name,
.korda-video-role {
  margin: 0;
}

.korda-video-name {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.korda-video-role {
  margin-top: 6px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.project-examples-section {
  padding-top: 0;
  padding-bottom: 58px;
}

.project-examples-title {
  margin: 0 0 24px;
  color: var(--hta-green);
  font-family: var(--sans);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  line-height: var(--type-label-line);
}

.project-examples-grid,
.korda-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
}

.project-examples-grid article,
.korda-cards article {
  min-height: 0;
  padding: 28px 26px;
  border: 2px solid #5f5f5f;
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 6px 14px rgba(35, 48, 64, 0.08),
    0 16px 34px rgba(35, 48, 64, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.project-examples-grid h3,
.korda-cards h3 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.project-examples-grid p,
.korda-cards p {
  margin: 0;
  color: var(--hta-text);
  font-size: var(--type-description-size);
  font-weight: var(--type-description-weight);
  line-height: var(--type-description-line);
}

.project-task-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 0;
}

.project-task-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 24px 22px;
  border: 1px solid #a8adb3;
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 10px 24px rgba(34, 48, 64, 0.08),
    0 22px 42px rgba(34, 48, 64, 0.1);
}

.project-task-card__label {
  align-self: flex-start;
  margin-bottom: 8px;
  color: var(--green);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.project-task-card h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.project-task-card__description {
  margin: 0;
  color: var(--hta-text);
  font-size: var(--type-description-size);
  font-weight: var(--type-description-weight);
  line-height: var(--type-description-line);
}

.project-task-card__footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(122, 122, 122, 0.28);
}

.project-task-card__partner {
  margin: 0 0 16px;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.project-task-card__partner strong {
  color: var(--color-graphite);
}

.project-task-card__actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.project-task-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.project-task-card__partner-mark {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 40px;
}

.project-task-card__partner-logo {
  display: block;
  max-width: 92px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.project-task-card__partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(101, 181, 42, 0.42);
  border-radius: 999px;
  background: rgba(101, 181, 42, 0.08);
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.project-task-card__button:hover,
.project-task-card__button:focus-visible {
  background: #5aa224;
  box-shadow: 0 10px 18px rgba(101, 181, 42, 0.24);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
  margin-top: 50px;
}

.project-grid article {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  min-height: 135px;
  padding: 10px;
  border: 2px solid var(--green);
  border-radius: 10px;
  background: #ffffff;
  color: var(--color-graphite);
  text-align: center;
}

.project-grid img {
  width: 170px;
  height: 115px;
  object-fit: cover;
  border-radius: 7px;
}

.project-grid p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.2;
}

.project-grid p:last-child {
  margin-bottom: 0;
}

.instagram-line {
  margin: 22px 0 0;
  color: var(--color-graphite);
  font-size: 14px;
  text-align: right;
}

.instagram-line a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

main > .project-grid,
main > .instagram-line {
  display: none;
}

.section-entrepreneur {
  padding: 68px 0 54px;
}

.entrepreneur-grid {
  display: grid;
  grid-template-columns: 620px minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.section-entrepreneur .project-grid,
.section-entrepreneur .instagram-line {
  grid-column: 1 / -1;
}

.section-entrepreneur .project-grid {
  margin-top: 18px;
}

.section-entrepreneur .instagram-line {
  margin-top: 18px;
}

.slider-image {
  position: relative;
  width: min(100%, 640px);
  height: auto;
}

@media (min-width: 769px) {
  .slider-image {
    margin-top: 120px;
  }
}

.slider-track {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 8.1;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 18px 38px rgba(34, 48, 64, 0.16);
  isolation: isolate;
}

.slider-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 780ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.slider-track img.is-active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  pointer-events: none;
}

.slider-dot {
  display: block;
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(68, 68, 68, 0.18);
  pointer-events: none;
  transition: width 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.slider-dot.is-active {
  width: 38px;
  background: var(--green);
}

@media (prefers-reduced-motion: reduce) {
  .slider-track img {
    transition: opacity 180ms ease;
    transform: none;
  }

  .slider-track img.is-active {
    transform: none;
  }
}

.entrepreneur-copy {
  text-align: right;
}

.entrepreneur-copy .label {
  text-align: right;
}

.entrepreneur-copy h1,
.entrepreneur-copy h2 {
  margin: 0 0 26px;
}

.entrepreneur-copy p:not(.label) {
  margin: 0 0 24px;
}

.section-entrepreneur-projects {
  padding: 6px 0 64px;
}

.entrepreneur-projects-grid {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.entrepreneur-project-card {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 188px;
  padding: 12px;
  border: 2px solid var(--green);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(34, 48, 64, 0.06);
}

.entrepreneur-project-card__image {
  width: 100%;
  height: 150px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.entrepreneur-project-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: var(--color-graphite);
  text-align: center;
}

.entrepreneur-project-card__label,
.entrepreneur-project-card__partner {
  margin: 0;
  color: var(--color-graphite);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.entrepreneur-project-card__text {
  margin: 0;
  color: var(--color-graphite);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.24;
}

.entrepreneur-project-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.entrepreneur-project-groups__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(101, 181, 42, 0.6);
  border-radius: 999px;
  background: #ffffff;
  color: var(--green);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(34, 48, 64, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.entrepreneur-project-groups__button:hover,
.entrepreneur-project-groups__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(101, 181, 42, 0.16);
}

.entrepreneur-project-groups__button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
}

.entrepreneur-projects-note {
  margin: 18px 0 0;
  color: #5d6773;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.entrepreneur-projects-note a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.entrepreneur-projects-extra {
  margin-top: 22px;
  padding: 28px 30px 32px;
  border: 1px solid rgba(101, 181, 42, 0.28);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdf8 100%);
  box-shadow: 0 18px 44px rgba(34, 48, 64, 0.08);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.entrepreneur-projects-extra.is-open {
  opacity: 1;
  transform: translateY(0);
}

.entrepreneur-projects-extra__heading {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.entrepreneur-projects-extra__tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}

.entrepreneur-projects-extra__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--color-graphite);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 7px 16px rgba(68, 68, 68, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.entrepreneur-projects-extra__tab:hover,
.entrepreneur-projects-extra__tab:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(68, 68, 68, 0.16);
}

.entrepreneur-projects-extra__tab.is-active {
  border-color: var(--color-graphite);
  background: var(--green);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(68, 68, 68, 0.18);
}

.entrepreneur-projects-extra__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
  gap: 24px;
  align-items: stretch;
}

.entrepreneur-projects-extra__nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.entrepreneur-projects-extra__nav-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 16px;
  border: 1px solid #dce1e5;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-graphite);
  text-align: left;
  box-shadow: 0 8px 22px rgba(34, 48, 64, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.entrepreneur-projects-extra__nav-card:hover,
.entrepreneur-projects-extra__nav-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(101, 181, 42, 0.55);
  box-shadow: 0 12px 24px rgba(34, 48, 64, 0.08);
}

.entrepreneur-projects-extra__nav-card.is-active {
  border-color: var(--green);
  background: #fbfff8;
  box-shadow: inset 4px 0 0 var(--green), 0 14px 28px rgba(101, 181, 42, 0.14);
}

.entrepreneur-projects-extra__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.entrepreneur-projects-extra__logo img {
  display: block;
  max-width: 62px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.entrepreneur-projects-extra__logo--text {
  color: #ffffff;
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.entrepreneur-projects-extra__logo--text.entrepreneur-projects-extra__logo--accent-1 {
  background: var(--green);
  color: #ffffff;
}

.entrepreneur-projects-extra__logo--text.entrepreneur-projects-extra__logo--accent-2 {
  background: #f3c948;
  color: #3f3f3f;
}

.entrepreneur-projects-extra__logo--text.entrepreneur-projects-extra__logo--accent-3 {
  background: #f08a32;
  color: #ffffff;
}

.entrepreneur-projects-extra__nav-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.entrepreneur-projects-extra__nav-title {
  color: var(--green);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.16;
}

.entrepreneur-projects-extra__nav-text {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-graphite);
  font-size: 14px;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.entrepreneur-projects-extra__nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #dce1e5;
  border-radius: 50%;
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}

.entrepreneur-projects-extra__nav-card.is-active .entrepreneur-projects-extra__nav-arrow {
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
}

.entrepreneur-projects-extra__spotlight {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 18px;
  background: #d8dde2;
  box-shadow: 0 18px 36px rgba(34, 48, 64, 0.18);
}

.entrepreneur-projects-extra__empty {
  grid-column: 1 / -1;
  margin: 8px 0 4px;
  color: #7e858d;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.entrepreneur-projects-extra__spotlight-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.entrepreneur-projects-extra__spotlight-info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 16px;
  background: rgba(17, 22, 25, 0.82);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.entrepreneur-projects-extra__spotlight-copy {
  min-width: 0;
}

.entrepreneur-projects-extra__spotlight-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.14;
}

.entrepreneur-projects-extra__spotlight-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.38;
}

.entrepreneur-projects-extra__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
}

.entrepreneur-projects-extra__link {
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.entrepreneur-projects-extra__link::before {
  content: "▷";
  display: inline-block;
  margin-right: 6px;
}

.entrepreneur-projects-extra__link--placeholder {
  opacity: 0.9;
}

.entrepreneur-projects-extra__status {
  color: #7e858d;
  font-size: 14px;
  font-weight: 600;
}

.course-link {
  display: inline-flex;
  min-width: 132px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 18px;
  background: var(--green);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.section-minerva {
  padding: 10px 0 58px;
}

.minerva-panel {
  position: relative;
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: 18px 56px 48px;
  border-radius: 24px;
  border: 2px solid #6a6a6a;
  background: #ffffff;
  color: var(--color-graphite);
  box-shadow: 0 18px 34px rgba(20, 24, 28, 0.08);
}

.minerva-panel .label {
  margin-bottom: 24px;
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  line-height: var(--type-label-line);
}

.minerva-panel h1,
.minerva-panel h2 {
  max-width: 1050px;
  margin: 0;
}

.lime-rule {
  height: 2px;
  margin: 26px 0 42px;
  background: var(--green);
}

.minerva-mark {
  position: absolute;
  top: 42px;
  right: 64px;
}

.minerva-mark img {
  display: block;
  width: 92px;
  height: auto;
  object-fit: contain;
  filter: none;
}

.minerva-grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) 390px;
  gap: 100px;
  align-items: center;
}

.minerva-grid p {
  margin: 0 0 20px;
  font-family: var(--sans);
}

.minerva-video-block {
  width: 100%;
  max-width: 390px;
  justify-self: start;
}

.minerva-grid .video-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 232px;
  border-radius: 12px;
}

.minerva-video-caption {
  margin-top: 16px;
  padding-left: 14px;
  border-left: 2px solid rgba(101, 181, 42, 0.7);
  color: var(--color-graphite);
  text-align: left;
}

.minerva-video-name,
.minerva-video-role {
  margin: 0;
}

.minerva-video-name {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.minerva-video-role {
  margin-top: 6px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.minerva-video-preview {
  background:
    linear-gradient(180deg, rgba(17, 20, 25, 0.14) 0%, rgba(17, 20, 25, 0.38) 100%),
    url("./images/Minerva Baccalaureate/Ben.webp") 54% center / cover no-repeat;
}

.minerva-video-preview .play-button {
  width: 54px;
  height: 54px;
  background: rgba(101, 181, 42, 0.96);
  box-shadow: 0 12px 24px rgba(101, 181, 42, 0.28);
}

.minerva-video-preview .play-button::after {
  top: 15px;
  left: 22px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
}

.minerva-link {
  margin-top: 10px;
}

.minerva-curriculum {
  position: relative;
  margin-top: 52px;
}

.minerva-curriculum__scroller {
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(101, 181, 42, 0.6) rgba(68, 68, 68, 0.12);
}

.minerva-curriculum__scroller::-webkit-scrollbar {
  height: 8px;
}

.minerva-curriculum__scroller::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(68, 68, 68, 0.12);
}

.minerva-curriculum__scroller::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(101, 181, 42, 0.7);
}

.minerva-curriculum__arrow {
  display: none;
}

.minerva-curriculum__card {
  width: min(100%, 1120px);
  min-width: 980px;
  margin: 0 auto;
  padding: 28px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 18px 34px rgba(20, 24, 28, 0.16);
}

.minerva-curriculum__table {
  display: grid;
  grid-template-columns: 126px repeat(5, minmax(150px, 1fr));
  column-gap: 14px;
  row-gap: 14px;
  align-items: stretch;
}

.minerva-curriculum__heading {
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.minerva-curriculum__corner {
  min-height: 1px;
}

.minerva-curriculum__label {
  align-self: center;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

.minerva-curriculum__cell {
  display: flex;
  align-items: stretch;
}

.minerva-curriculum__course {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 26px;
  color: #ffffff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}

.minerva-curriculum__course--science {
  background: #4f8a1f;
}

.minerva-curriculum__course--social {
  background: #68b82e;
}

.minerva-curriculum__course--literary {
  background: #a8cf82;
}

.minerva-curriculum__course--math {
  background: #b9b4af;
}

.minerva-curriculum__course--skills {
  background: #7a7875;
}

.minerva-curriculum__note {
  width: min(100%, 1120px);
  margin: 18px auto 0;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.minerva-curriculum__note strong {
  font-weight: 700;
}

.mbacc-comparison-section {
  padding: 18px 0 72px;
  background: var(--white);
}

.mbacc-comparison-container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  box-sizing: border-box;
}

.mbacc-comparison-title {
  margin: 0;
  color: var(--hta-green);
  font-family: var(--font);
  font-size: clamp(36px, 3.1vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-wrap: balance;
}

.mbacc-comparison-subtitle {
  width: min(100%, 900px);
  margin: 28px auto 56px;
  color: var(--hta-graphite);
  font-family: var(--font);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

.mbacc-comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 24px);
  width: 100%;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.mbacc-comparison-card,
.mbacc-comparison-card * {
  box-sizing: border-box;
}

.mbacc-comparison-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  min-height: 620px;
  padding: clamp(24px, 2vw, 36px) clamp(18px, 1.6vw, 28px);
  border: 3px solid var(--dark);
  border-radius: 30px;
  background: var(--white);
  color: var(--hta-graphite);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-self: stretch;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.mbacc-comparison-card--highlight {
  border-color: var(--hta-green);
}

.mbacc-comparison-status {
  max-width: 100%;
  margin: 0 0 46px;
  color: #cc7c63;
  font-family: var(--font);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}

.mbacc-comparison-card--highlight .mbacc-comparison-status {
  color: var(--hta-green);
}

.mbacc-comparison-program {
  max-width: 100%;
  margin: 0 0 42px;
  color: var(--dark);
  font-family: var(--font);
  font-size: clamp(24px, 1.8vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}

.mbacc-comparison-list {
  max-width: 100%;
  margin: 0;
  padding-left: 1.1em;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  gap: 38px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}

.mbacc-comparison-list li {
  max-width: 100%;
  padding-left: 0.2em;
  color: var(--hta-graphite);
  font-family: var(--font);
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}

.mbacc-comparison-list li::marker {
  color: var(--hta-green);
}

.graduate-linkedin-quote {
  max-width: 1180px;
  margin: 48px auto 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  text-align: left;

  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 28px;
  align-items: start;
}

.graduate-linkedin-quote__mark {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: start;

  color: var(--color-green, #58b52d);
  font-size: clamp(64px, 5.4vw, 96px);
  line-height: 0.8;
  font-weight: 800;
  margin: 6px 0 0;
  transform: none;
}

.graduate-linkedin-quote__text {
  grid-column: 2;
  margin: 0;
  max-width: 1120px;
  color: var(--color-graphite, #3f3f3f);
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 1.18;
  font-weight: 800;
}

.graduate-linkedin-quote__author {
  text-align: left !important;
  justify-self: start !important;
  align-self: start !important;
  margin-left: 0 !important;

  margin-top: 24px !important;
  font-size: clamp(22px, 1.5vw, 28px) !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}

.section-happy {
  position: relative;
  overflow: hidden;
  padding: 52px 0 48px;
  background: url("./images/Счастливое детство/Банер Счастливое детство.jpeg") center/cover no-repeat;
}

.section-happy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.62) 28%,
    rgba(0, 0, 0, 0.3) 52%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.section-happy .container {
  position: relative;
  z-index: 2;
}

.section-happy > .container > .label,
.section-happy .quote-row,
.section-happy .quote-row blockquote,
.section-happy .quote-author {
  color: #ffffff;
  text-shadow: 0 3px 14px rgba(34, 48, 64, 0.34);
}

.section-happy > .container > .label {
  color: var(--green);
}

.quote-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  max-width: 760px;
  margin: 0 0 42px;
  color: var(--color-graphite);
}

.quote-mark {
  color: var(--green);
  font-family: var(--font);
  font-size: 78px;
  font-weight: 800;
  line-height: 0.85;
}

.quote-row blockquote {
  grid-column: 2;
  margin: 8px 0 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.38;
}

.quote-author {
  grid-column: 2;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.35;
}

.section-happy .quote-row {
  margin-bottom: 72px;
}

.section-happy .happy-quote {
  max-width: min(48%, 680px);
  padding: 18px 30px 18px 0;
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.34) 0%,
    rgba(0, 0, 0, 0.26) 72%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-happy .happy-quote blockquote {
  max-width: 100%;
}

.section-happy .happy-quote .quote-author {
  margin-top: 10px;
}

.happy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.happy-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-height: 270px;
  padding: 24px 30px;
  border: 2px solid var(--green);
  border-radius: 16px;
  background: var(--white);
  color: var(--color-graphite);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 4px 10px rgba(37, 37, 36, 0.08),
    0 12px 26px rgba(37, 37, 36, 0.14),
    0 28px 44px rgba(37, 37, 36, 0.18);
  text-align: center;
}

.happy-icon {
  position: absolute;
  top: -38px;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  transform: translateX(-50%);
  border: 3px solid #8f8f8f;
  border-radius: 50%;
  background: #ffffff;
}

.happy-icon::before {
  content: "";
  width: 36px;
  height: 36px;
  border: 3px solid #8f8f8f;
  border-radius: 50%;
}

.happy-icon-shield::before {
  border-radius: 4px 4px 16px 16px;
}

.happy-icon-group::before {
  box-shadow: -18px 10px 0 -11px #8f8f8f, 18px 10px 0 -11px #8f8f8f;
}

.happy-icon-reflect::before {
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}

.happy-grid h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  margin: 0;
  color: var(--green);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.happy-grid p {
  margin: 0;
  text-align: center;
  color: var(--hta-text);
  font-family: var(--sans);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-line);
}

.happy-grid article:first-child h3 {
  font-size: 21px;
}

.section-life {
  padding: 0 0 64px;
}

.section-life .container {
  width: min(calc(100% - 36px), var(--container));
}

.section-life h2 {
  margin: 0 0 32px;
  color: var(--green);
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 900;
}

.life-quote {
  margin: 0 0 34px;
}

.section-happy .quote-author {
  color: #ffffff;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 22, 25, 0.82);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  padding: 28px 32px 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(101, 181, 42, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7f6f2 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.video-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(64, 72, 82, 0.1);
  color: var(--color-graphite);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal__title {
  margin: 0 56px 22px 0;
  color: var(--color-graphite);
  font-size: 20px;
  font-weight: 700;
}

.video-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58)),
    linear-gradient(135deg, rgba(101, 181, 42, 0.08), rgba(255, 112, 32, 0.08));
}

.video-modal__body iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal__body video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  background: #111111;
}

.video-modal.is-portrait .video-modal__dialog {
  width: min(100%, 520px);
  padding: 18px 18px 20px;
}

.video-modal.is-portrait .video-modal__title {
  margin-bottom: 12px;
}

.video-modal.is-portrait .video-modal__body {
  aspect-ratio: 9 / 16;
  width: min(100%, 420px);
  max-height: 80vh;
  margin: 0 auto;
  padding: 0;
  background: #111111;
}

.video-modal.is-portrait .video-modal__body iframe,
.video-modal.is-portrait .video-modal__body video {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(34, 48, 64, 0.18);
}

.life-collage {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-template-rows: repeat(6, 121px);
  gap: 12px;
  grid-auto-flow: dense;
}

.section-life {
  padding-top: 104px;
}

.life-cell {
  position: relative;
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 14px;
  background: var(--dark-deep);
}

.life-cell--wide {
  grid-column: span 4;
}

.life-cell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}

.life-cell img.is-active,
.life-cell img:first-child {
  opacity: 1;
}

.life-cell-1 { grid-column: 1 / 5; grid-row: 1 / 3; }
.life-cell-2 { grid-column: 5 / 7; grid-row: 1 / 3; }
.life-cell-3 { grid-column: 7 / 9; grid-row: 1 / 3; }
.life-cell-4 { grid-column: 9 / 11; grid-row: 1 / 3; }
.life-cell-5 { grid-column: 1 / 3; grid-row: 3 / 5; }
.life-cell-6 { grid-column: 3 / 7; grid-row: 3 / 5; }
.life-cell-7 { grid-column: 7 / 9; grid-row: 3 / 5; }
.life-cell-8 { grid-column: 9 / 11; grid-row: 3 / 5; }
.life-cell-9 { grid-column: 1 / 5; grid-row: 5 / 7; }
.life-cell-10 { grid-column: 5 / 7; grid-row: 5 / 7; }
.life-cell-11 { grid-column: 7 / 11; grid-row: 5 / 7; }

.section-voices {
  padding: 14px 0 70px;
  text-align: left;
}

.section-voices .label {
  margin-bottom: 10px;
}

.voices-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  gap: 44px;
  align-items: center;
}

.voices-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 100%;
  max-width: 360px;
  padding: 12px 0 12px 36px;
}

.voices-stat {
  color: var(--green);
  font-size: 112px;
  font-weight: 400;
  line-height: 1;
}

.section-voices h2 {
  margin: 0;
  color: var(--hta-graphite);
  font-size: 30px;
  font-weight: var(--type-heading-weight);
  line-height: var(--type-heading-line);
}

.voices-note {
  margin: 0;
  color: var(--hta-text);
  font-size: var(--type-description-size);
  line-height: var(--type-description-line);
}

.voices-note::after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(100, 188, 34, 0.5);
}

.voices-carousel-col {
  min-width: 0;
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: 18px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.testimonial-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  color: #8d9298;
  font-family: var(--font);
  font-size: 46px;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(34, 48, 64, 0.12);
  transition: transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  color: var(--green);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(34, 48, 64, 0.16);
}

.testimonial-viewport {
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 32px;
  box-shadow: 0 20px 42px rgba(68, 68, 68, 0.12), 0 8px 20px rgba(68, 68, 68, 0.08);
  max-height: 560px;
}

.testimonial-track {
  position: relative;
  display: grid;
  width: 100%;
}

.testimonial-slide {
  grid-area: 1 / 1;
  position: relative;
  display: flex;
  min-height: 0;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
}

.testimonial-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 1;
}

.testimonial-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 560px;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(68, 68, 68, 0.18);
  object-fit: contain;
  object-position: center;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.34);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.testimonial-dot.is-active {
  background: var(--green);
  transform: scale(1.2);
}

.voices-disclaimer {
  max-width: 620px;
  width: 100%;
  margin: 18px auto 0;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.section-experts {
  padding: 28px 0 0;
}

.experts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 88px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.experts-grid .quote-row {
  align-self: stretch;
  min-height: 100%;
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 48px minmax(0, 1fr);
  row-gap: 10px;
}

.experts-grid .quote-mark {
  font-size: 64px;
}

.experts-grid blockquote {
  margin: 10px 0 0;
  color: var(--hta-text);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.experts-grid .quote-author {
  grid-column: 2;
  align-self: start;
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

@media (min-width: 1680px) {
  .hero {
    min-height: 820px;
  }

  .hero-copy {
    width: min(1100px, calc(100% - 340px));
    padding-top: 430px;
    padding-bottom: 64px;
  }
}

.section-choice {
  padding: 28px 0 104px;
  text-align: center;
}

.section-choice > .container > h2:not(.section-title-left) {
  margin: 0 0 28px;
}

.section-choice > .container > h2:not(.section-title-left),
.community-message h2 {
  color: var(--green);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.community-message {
  margin-top: 42px;
}

.community-message h2 {
  margin: 0;
}

.community-message__link {
  display: inline-block;
  margin-top: 88px;
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  transition: opacity 0.2s ease;
}

.community-message__link:hover,
.community-message__link:focus-visible {
  opacity: 0.8;
}

.community-slider {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.community-slider__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.community-slider__viewport {
  width: min(100%, 1120px);
  padding: 22px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(34, 48, 64, 0.14);
}

.community-slider__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 16px;
  opacity: 1;
  transition: opacity 260ms ease;
}

.community-slider__image.is-fading {
  opacity: 0.24;
}

.community-slider__arrow {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68, 68, 68, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-graphite);
  box-shadow: 0 10px 24px rgba(34, 48, 64, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.community-slider__arrow:hover,
.community-slider__arrow:focus-visible {
  color: var(--green);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(34, 48, 64, 0.16);
}

.community-slider__arrow span {
  font-size: 38px;
  line-height: 1;
  transform: translateY(-2px);
}

/* Unified carousel dots across all site sliders */
.slider-dots,
.testimonial-dots,
.community-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.slider-dot,
.testimonial-dot,
.community-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d2d2d2;
  opacity: 1;
  cursor: pointer;
  transition:
    width 0.28s ease,
    background-color 0.28s ease,
    transform 0.28s ease,
    opacity 0.28s ease;
}

.slider-dot.is-active,
.slider-dot.active,
.slider-dot[aria-current="true"],
.slider-dot[aria-selected="true"],
.testimonial-dot.is-active,
.testimonial-dot.active,
.testimonial-dot[aria-current="true"],
.community-slider__dot.is-active,
.community-slider__dot.active,
.community-slider__dot[aria-current="true"] {
  width: 28px;
  height: 8px;
  background: var(--green);
  transform: none;
}

.community-slider__dot:hover,
.community-slider__dot:focus-visible,
.testimonial-dot:hover,
.testimonial-dot:focus-visible {
  transform: none;
}

.graduate-link {
  color: var(--color-graphite);
  font-size: 18px;
  font-weight: 600;
}

.section-choice p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--color-graphite);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .community-slider__card {
    gap: 12px;
  }

  .community-slider__viewport {
    padding: 16px;
    border-radius: 22px;
  }

  .community-slider__arrow {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .community-slider__arrow span {
    font-size: 32px;
  }
}

@media (max-width: 680px) {
  .community-slider__card {
    gap: 0;
  }

  .community-slider__viewport {
    padding: 12px;
    border-radius: 18px;
  }

  .community-slider__arrow {
    display: none;
  }

}

.b24-floating-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: calc(100vw - 24px);
}

.b24-floating-container > * {
  max-width: 100%;
}

.b24-floating-container button,
.b24-floating-container a,
.b24-floating-container [role="button"] {
  min-width: 190px !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.site-footer {
  padding: 40px 0 0;
  background: #211d1f;
  color: #ffffff;
  font-family: var(--font-sans);
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 0.8fr auto;
  gap: 40px;
  align-items: start;
}

.footer-logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-decoration: none;
  color: #ffffff;
}

.footer-logo-link img {
  width: 208px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-logo-img,
.site-footer .footer-logo-img {
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.footer-logo-link span {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.footer-tagline {
  margin: 14px 0 0;
  width: 208px;
  text-align: center;
  color: #aaa7a8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.footer-nav {
  display: grid;
  gap: 10px;
}

.footer-nav a {
  color: #f0eeee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--lime);
}

.footer-contacts {
  display: grid;
  gap: 8px;
}

.footer-contacts a {
  color: var(--orange);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-social-link {
  position: relative;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.footer-social-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}

.footer-social-link--instagram::after { background-image: url("./images/icons/instagram.svg"); }
.footer-social-link--facebook::after { background-image: url("./images/icons/facebook.svg"); }
.footer-social-link--youtube::after { background-image: url("./images/icons/youtube.svg"); }
.footer-social-link--tiktok::after { background-image: url("./images/icons/tiktok.png"); }
.footer-social-link--linkedin::after { background-image: url("./images/icons/linkedin.svg"); }

.footer-social-link:hover,
.footer-social-link:focus-visible {
  opacity: 1;
}

.footer-bottom {
  margin-top: 32px;
  padding: 16px 0;
  border-top: 1px solid #393536;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-bottom-inner p {
  margin: 0;
  color: #969394;
  font-size: 13px;
  font-weight: 600;
}

.hero-language-switcher {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

.hero-language-switcher button {
  min-width: 34px;
  height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-graphite);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.mobile-language-switcher button {
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-graphite);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.hero-language-switcher button:hover,
.mobile-language-switcher button:hover {
  color: var(--color-green);
}

.hero-language-switcher button.is-active,
.mobile-language-switcher button.is-active {
  background: var(--color-green);
  color: #ffffff;
}

.hero-language-switcher button.is-active:hover,
.mobile-language-switcher button.is-active:hover {
  color: #ffffff;
}

.hero-language-switcher button:active,
.mobile-language-switcher button:active {
  transform: scale(0.96);
}

.mobile-language-switcher {
  display: none;
}

@media (max-width: 1400px) and (min-width: 1101px) {
  .hero-language-switcher {
    top: 20px;
    right: 22px;
  }
}

@media (max-width: 1100px) {
  .hook-banner {
    width: calc(100% - 40px);
    height: clamp(190px, 34vw, 280px);
    margin-top: 18px;
    border-radius: 18px;
    background-position: center;
  }

  .hook-banner__content {
    padding: 32px;
  }

  .hook-banner__title {
    max-width: 860px;
    font-size: clamp(34px, 5vw, 52px);
  }

  .hero-language-switcher {
    display: none;
  }

  .mobile-language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 4px;
  }

  .mobile-language-switcher button {
    min-width: 46px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(63, 63, 63, 0.18);
    background: #ffffff;
  }

  .mobile-language-switcher button.is-active {
    border-color: var(--color-green);
  }
}

@media (max-width: 1280px) {
  .mbacc-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mbacc-comparison-card {
    min-height: auto;
  }
}

.i18n-preline {
  white-space: pre-line;
}

@media (max-width: 640px) {
  .hook-banner {
    width: calc(100% - 28px);
    height: 210px;
    margin: 14px auto;
    border-radius: 16px;
    background-position: 58% center;
  }

  .hook-banner__content {
    align-items: center;
    padding: 18px;
  }

  .hook-banner__title {
    width: 100%;
    max-width: 330px;
    font-size: clamp(22px, 5.6vw, 38px);
    line-height: 1.12;
    white-space: pre-line;
    word-break: normal;
  }
}

@media (max-width: 980px) {
  .container,
  .header-inner {
    width: calc(100% - 48px);
  }

  .minerva-panel {
    width: calc(100% - 48px);
    padding: 42px 38px 52px;
  }

  .header-inner {
    gap: 24px;
  }

  .nav-list {
    gap: 14px;
  }

  .nav-list a {
    font-size: 14px;
  }

  .header-social-links {
    gap: 8px;
  }

  .header-actions {
    gap: 32px;
  }

  .header-social-link {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .hero-copy {
    width: calc(100% - 320px);
    padding-top: 390px;
    padding-left: 36px;
    padding-right: 20px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-copy p {
    font-size: 19px;
  }

  .hero-benefits {
    right: 36px;
  }

  .why-grid,
  .learning-grid,
  .korda-section-grid,
  .entrepreneur-grid,
  .minerva-grid {
    grid-template-columns: 1fr;
  }

  .question-box {
    margin-top: 0;
  }

  .project-grid,
  .happy-grid,
  .project-examples-grid,
  .entrepreneur-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .entrepreneur-projects-extra__grid {
    grid-template-columns: minmax(250px, 0.38fr) minmax(0, 0.62fr);
  }

  .entrepreneur-project-groups {
    justify-content: center;
  }

  .project-task-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entrepreneur-grid {
    justify-items: center;
  }

  .entrepreneur-copy .label {
    text-align: center;
  }

  .minerva-grid {
    gap: 28px;
  }

  .minerva-curriculum__card {
    width: 100%;
  }

  .mbacc-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mbacc-comparison-card {
    min-height: auto;
  }

  .mbacc-comparison-container {
    width: calc(100% - 48px);
  }

  .life-collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 90px;
  }

  .life-cell {
    grid-column: span 2;
    grid-row: span 2;
  }

  .life-cell--wide {
    grid-column: span 4;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-shell {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 14px;
    width: 100%;
  }

  .voices-layout {
    grid-template-columns: minmax(240px, 0.37fr) minmax(0, 0.63fr);
    gap: 28px;
  }

  .voices-copy {
    max-width: 320px;
    gap: 16px;
    padding-left: 20px;
  }

  .voices-stat {
    font-size: 92px;
  }

  .section-voices h2 {
    font-size: 26px;
  }

  .voices-note {
    font-size: 15px;
  }

  .testimonial-slide img {
    max-height: 520px;
    object-fit: contain;
  }

  .floating-cta {
    right: 20px;
    bottom: 20px;
  }

  .video-modal__dialog {
    width: min(100%, 920px);
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 76px;
  }

  .graduate-linkedin-quote {
    width: calc(100% - 32px);
    margin: 36px auto 0;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 16px;
  }

  .graduate-linkedin-quote__mark {
    font-size: 54px;
    transform: translateY(-2px);
  }

  .graduate-linkedin-quote__text {
    font-size: 25px;
    line-height: 1.22;
  }

  .graduate-linkedin-quote__author {
    margin-top: 14px;
    font-size: 17px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .header-inner,
  .korda-section-grid,
  .project-examples-section,
  .minerva-panel {
    max-width: 100%;
    box-sizing: border-box;
  }

  .container,
  .header-inner {
    width: calc(100% - 36px);
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .label,
  .section-title-left {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .section-subtitle {
    font-size: clamp(28px, 7.6vw, 36px);
    line-height: 1.18;
  }

  .section-lead {
    font-size: 17px;
    line-height: 1.45;
  }

  .site-header {
    min-height: var(--header-height);
  }

  .header-inner {
    height: var(--header-height);
    gap: 12px;
    padding: 8px 0;
  }

  .brand {
    order: 1;
  }

  .brand img {
    height: 48px;
    width: auto;
  }

  .nav-list a {
    font-size: 16px;
    line-height: 1.35;
  }

  .site-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
  }

  .nav-toggle {
    display: block;
    order: 3;
    margin-left: 0;
  }

  .header-actions {
    display: flex;
    order: 2;
    flex: 0 1 auto;
    align-items: center;
    gap: 0;
    margin-left: auto;
    min-width: 0;
  }

  .site-header.is-collapsed .header-actions {
    display: flex;
  }

  .header-social-links {
    display: none;
  }

  .header-korda-logo {
    display: block;
    height: 36px;
    width: auto;
    max-width: min(36vw, 132px);
    object-fit: contain;
  }

  .nav-list {
    position: fixed;
    inset: var(--header-height) 0 auto auto;
    display: none;
    width: min(320px, calc(100vw - 18px));
    max-width: 100%;
    padding: 22px;
    border-bottom-left-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
  }

  .nav-list.is-open {
    display: grid;
    gap: 22px;
  }

  .hero {
    max-width: 1050px;
    min-height: 0;
    padding-bottom: 28px;
  }

  .hero-slide:nth-child(1) {
    object-position: 72% 72%;
    transform: scale(1.06);
    transform-origin: 72% 120%;
  }

  .hero-slide:nth-child(2) {
    object-position: 32% 28%;
  }

  .hero-slide:nth-child(3) {
    object-position: 32% 28%;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding: clamp(230px, 58vw, 310px) 18px 24px;
  }

  .hero-copy h1 {
    margin-bottom: 14px;
    max-width: 100%;
    font-size: clamp(22px, 5.8vw, 32px);
    line-height: 1.12;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero-copy p {
    max-width: 90%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.32;
  }

  .hero-benefits {
    position: relative;
    inset: auto;
    width: calc(100% - 36px);
    height: 112px;
    margin: 0 auto;
    display: block;
  }

  .hero-benefits article {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 112px;
    min-height: 112px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 520ms ease, transform 520ms ease;
  }

  .hero-benefits:not(.is-mobile-carousel) article:first-child,
  .hero-benefits article.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-benefits article.is-active {
    pointer-events: auto;
  }

  .hero-benefits article {
    width: auto;
  }

  .cta-button {
    margin-top: 18px;
  }

  .why-cards,
  .project-grid,
  .happy-grid,
  .entrepreneur-projects-grid {
    grid-template-columns: 1fr;
  }

  .section-why {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .why-grid {
    row-gap: 24px;
  }

  .why-copy,
  .korda-text-column,
  .entrepreneur-copy,
  .minerva-grid > div {
    min-width: 0;
  }

  .why-copy h1,
  .why-copy h2 {
    margin-bottom: 18px;
  }

  .why-copy p {
    max-width: 100%;
  }

  .why-quote {
    margin-top: 28px;
  }

  .question-box {
    min-height: 0;
    padding: 30px 22px 28px;
  }

  .question-box strong {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .why-cards {
    gap: 18px;
    margin-top: 8px;
  }

  .why-cards article {
    min-height: 0;
    padding: 26px 22px;
  }

  .why-cards h3 {
    min-height: 0;
    margin-bottom: 18px;
  }

  .section-learning {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .learning-grid {
    gap: 28px;
  }

  .section-learning h2 {
    margin-bottom: 20px;
  }

  .section-learning .video-placeholder {
    width: 100%;
    margin-left: 0;
  }

  .entrepreneur-projects-extra {
    padding: 20px 16px 18px;
  }

  .entrepreneur-project-groups {
    flex-direction: column;
    align-items: stretch;
  }

  .entrepreneur-project-groups__button {
    width: 100%;
  }

  .entrepreneur-projects-extra__grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .entrepreneur-projects-extra__nav {
    order: 2;
    flex-direction: row;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .entrepreneur-projects-extra__nav-card {
    flex: 0 0 min(82vw, 290px);
    min-height: 112px;
    grid-template-columns: 60px minmax(0, 1fr) 32px;
    gap: 12px;
    padding: 14px;
    scroll-snap-align: start;
  }

  .entrepreneur-projects-extra__logo {
    width: 60px;
    height: 60px;
  }

  .entrepreneur-projects-extra__logo--text {
    font-size: 24px;
  }

  .entrepreneur-projects-extra__logo img {
    max-width: 50px;
    max-height: 46px;
  }

  .entrepreneur-projects-extra__spotlight {
    order: 1;
    display: grid;
    gap: 12px;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .entrepreneur-projects-extra__spotlight-image {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: clamp(220px, 58vw, 300px);
    object-fit: cover;
    object-position: center center;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(34, 48, 64, 0.16);
  }

  .entrepreneur-projects-extra__spotlight-info {
    position: static;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(17, 22, 25, 0.94);
    box-shadow: 0 14px 28px rgba(17, 22, 25, 0.18);
    backdrop-filter: none;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__logo {
    width: 52px;
    height: 52px;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__logo--text {
    font-size: 21px;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__logo img {
    max-width: 44px;
    max-height: 42px;
  }

  .entrepreneur-projects-extra__spotlight-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .entrepreneur-projects-extra__spotlight-title {
    margin-bottom: 0;
    font-size: clamp(18px, 4.8vw, 21px);
    line-height: 1.12;
  }

  .entrepreneur-projects-extra__spotlight-text {
    font-size: 13px;
    line-height: 1.3;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__links {
    gap: 6px 12px;
    margin-top: 4px;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__link {
    font-size: 13px;
  }

  .entrepreneur-project-card {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
  }

  .entrepreneur-project-card__image {
    height: 132px;
  }

  .entrepreneur-projects-note {
    text-align: center;
  }

  .project-task-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-task-card {
    padding: 24px 22px 22px;
    min-height: 0;
  }

  .project-examples-title {
    font-size: 22px;
  }

  .project-task-card h3 {
    min-height: 0;
    font-size: 26px;
  }

  .project-task-card__description {
    min-height: 0;
  }

  .project-task-card__actions {
    align-items: center;
  }

  .korda-inline-logo {
    width: 26px;
  }

  .project-grid article {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .project-grid img {
    width: 120px;
    height: 90px;
  }

  .slider-image {
    width: 100%;
    max-width: 100%;
  }

  .korda-section {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .korda-section-grid {
    width: calc(100% - 36px);
    gap: 30px;
  }

  .korda-text-column h1,
  .korda-text-column h2 {
    margin-bottom: 20px;
  }

  .korda-text-column p:not(.label) {
    max-width: 100%;
  }

  .korda-video-block {
    width: min(100%, 340px);
    margin: 0 auto;
  }

  .korda-video-caption,
  .minerva-video-caption {
    margin-top: 14px;
  }

  .project-examples-section {
    width: calc(100% - 36px);
    padding-bottom: 56px;
  }

  .project-examples-title {
    margin-bottom: 20px;
  }

  .section-entrepreneur {
    padding-top: 56px;
    padding-bottom: 32px;
  }

  .entrepreneur-grid {
    gap: 28px;
    justify-items: stretch;
  }

  .entrepreneur-copy {
    order: 1;
    text-align: left;
  }

  .entrepreneur-copy .label {
    text-align: left;
  }

  .entrepreneur-copy h1,
  .entrepreneur-copy h2 {
    margin-bottom: 18px;
  }

  .entrepreneur-copy p:not(.label) {
    margin-bottom: 18px;
  }

  .slider-image {
    order: 2;
  }

  .slider-track {
    border-radius: 20px;
  }

  .section-entrepreneur-projects {
    padding-top: 18px;
    padding-bottom: 56px;
  }

  .section-minerva {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .minerva-panel {
    width: calc(100% - 36px);
    padding: 28px 22px;
    border-radius: 24px;
  }

  .minerva-panel h1,
  .minerva-panel h2 {
    max-width: 100%;
  }

  .minerva-mark {
    position: static;
    margin-bottom: 20px;
  }

  .minerva-curriculum {
    margin-top: 40px;
  }

  .minerva-curriculum::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 58px;
    width: 44px;
    pointer-events: none;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 82%);
  }

  .minerva-curriculum__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border: 1px solid rgba(101, 181, 42, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--green);
    font-family: var(--font);
    font-size: 36px;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(34, 48, 64, 0.14);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .minerva-curriculum__arrow--left {
    left: -6px;
  }

  .minerva-curriculum__arrow--right {
    right: -6px;
  }

  .minerva-curriculum__arrow.is-muted {
    opacity: 0.32;
  }

  .minerva-video-block {
    width: 100%;
    max-width: 100%;
  }

  .minerva-grid .video-placeholder {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .minerva-video-preview .play-button {
    width: 48px;
    height: 48px;
  }

  .minerva-video-preview .play-button::after {
    top: 13px;
    left: 20px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 15px;
  }

  .minerva-curriculum__card {
    min-width: 900px;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .minerva-curriculum__table {
    grid-template-columns: 110px repeat(5, minmax(138px, 1fr));
    column-gap: 12px;
  }

  .minerva-curriculum__course {
    min-height: 70px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .mbacc-comparison-section {
    padding: 8px 0 56px;
  }

  .mbacc-comparison-container {
    width: calc(100% - 36px);
  }

  .mbacc-comparison-title {
    font-size: 30px;
    line-height: 1.15;
  }

  .mbacc-comparison-subtitle {
    margin: 18px auto 34px;
    font-size: 20px;
    line-height: 1.3;
  }

  .mbacc-comparison-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    grid-auto-rows: auto;
  }

  .mbacc-comparison-card {
    padding: 28px 22px;
    border-width: 3px;
    border-radius: 22px;
  }

  .mbacc-comparison-status {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .mbacc-comparison-program {
    margin-bottom: 34px;
    font-size: 30px;
  }

  .mbacc-comparison-list {
    gap: 28px;
    padding-left: 22px;
  }

  .mbacc-comparison-list li {
    font-size: 19px;
    line-height: 1.18;
  }

  .life-collage {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 210px;
  }

  .life-cell {
    grid-column: auto;
    grid-row: auto;
  }

  .life-cell--wide {
    grid-column: auto;
  }

  .section-happy {
    padding-top: 44px;
    padding-bottom: 52px;
    background-position: center;
  }

  .section-happy::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.58) 48%,
      rgba(0, 0, 0, 0.36) 100%
    );
  }

  .section-happy .happy-quote {
    max-width: 100%;
    margin-bottom: 36px;
    padding: 14px 16px 14px 0;
  }

  .happy-grid {
    gap: 18px;
  }

  .happy-grid article {
    min-height: 0;
    gap: 18px;
    padding: 26px 20px;
  }

  .happy-grid h3 {
    min-height: 0;
  }

  .section-life {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-life .container {
    width: calc(100% - 36px);
  }

  .life-quote {
    margin-bottom: 26px;
  }

  .life-collage {
    gap: 14px;
  }

  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .testimonial-arrow {
    width: 48px;
    height: 48px;
    font-size: 40px;
  }

  .testimonial-shell {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 10px;
  }

  .voices-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .voices-copy {
    padding: 0;
    text-align: center;
    max-width: none;
    gap: 14px;
  }

  .section-voices h2,
  .voices-note {
    text-align: center;
  }

  .voices-stat {
    font-size: 82px;
  }

  .section-voices h2 {
    font-size: 24px;
  }

  .voices-note {
    font-size: 15px;
  }

  .voices-note::after {
    margin: 16px auto 0;
  }

  .testimonial-slide {
    min-height: 400px;
  }

  .testimonial-slide img {
    max-height: 420px;
    border-radius: 22px;
  }

  .testimonial-dots {
    margin-top: 18px;
  }

  .voices-disclaimer {
    max-width: none;
    text-align: center;
  }

  .section-voices {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-experts {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .experts-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-experts .quote-row {
    margin-bottom: 0;
    row-gap: 6px;
  }

  .section-experts blockquote {
    margin-top: 4px;
  }

  .section-experts .quote-author {
    margin-top: 0;
    line-height: 1.3;
  }

  .floating-cta {
    right: 16px;
    bottom: 16px;
    min-width: 150px;
    height: 44px;
    font-size: 15px;
  }

  .b24-floating-container {
    right: 14px;
    bottom: 14px;
  }

  .b24-floating-container button,
  .b24-floating-container a,
  .b24-floating-container [role="button"] {
    min-width: 170px !important;
    min-height: 52px !important;
    padding: 0 24px !important;
    font-size: 16px !important;
  }

  .video-modal {
    padding: 16px;
  }

  .video-modal__dialog {
    width: min(100%, 680px);
    padding: 20px 20px 16px;
    border-radius: 16px;
  }

  .project-examples-grid,
  .korda-cards {
    grid-template-columns: 1fr;
  }

  .video-modal.is-portrait .video-modal__dialog {
    width: min(100%, 420px);
    padding: 16px 16px 18px;
  }

  .video-modal.is-portrait .video-modal__body {
    width: 100%;
    max-height: 74vh;
  }

  .video-modal.is-portrait .video-modal__body iframe,
  .video-modal.is-portrait .video-modal__body video {
    max-height: 74vh;
  }

  .section-experts + .section-choice {
    padding-top: 44px;
  }

  .section-choice {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section-choice > .container > h2:not(.section-title-left),
  .community-message h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.15;
  }

  .community-message {
    margin-top: 32px;
  }

  .community-message__link {
    margin-top: 52px;
    font-size: 20px;
  }

  .site-footer {
    padding-top: 40px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-logo-link img {
    width: min(180px, 100%);
  }

  .footer-tagline {
    width: min(180px, 100%);
    font-size: 15px;
    line-height: 1.4;
  }

  .footer-nav {
    gap: 12px;
    padding-left: 24px;
    box-sizing: border-box;
  }

  .footer-nav a {
    font-size: 16px;
    line-height: 1.35;
  }

  .footer-contacts {
    gap: 10px;
  }

  .footer-contacts a {
    font-size: 17px;
    line-height: 1.4;
  }

  .footer-social-icons {
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer-bottom {
    margin-top: 28px;
  }

}

@media (max-width: 380px) {
  .mbacc-comparison-title {
    font-size: 28px;
  }
}

@media (max-width: 540px) {
  .container,
  .header-inner {
    width: calc(100% - 28px);
  }

  .brand img {
    height: 42px;
    width: auto;
  }

  .header-korda-logo {
    height: 30px;
    max-width: 116px;
  }

  .brand span {
    font-size: 11px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-copy h1 {
    font-size: 22px;
    line-height: 1.07;
  }

  .hero-copy p {
    font-size: 14px;
    line-height: 1.3;
  }

  .section-subtitle {
    font-size: 28px;
  }

  .korda-intro-line {
    gap: 8px;
  }

  .korda-inline-logo {
    width: 24px;
  }

  .why-copy h2,
  .korda-text-column h2 {
    font-size: 26px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .project-grid article {
    grid-template-columns: 1fr;
  }

  .project-grid img {
    width: 100%;
    height: 160px;
  }

  .entrepreneur-projects-extra {
    border-radius: 20px;
  }

  .entrepreneur-projects-extra__heading {
    font-size: 28px;
  }

  .entrepreneur-projects-extra__tabs {
    gap: 10px;
  }

  .entrepreneur-projects-extra__tab {
    min-width: 0;
    flex: 1 1 0;
    padding: 0 14px;
  }

  .entrepreneur-projects-extra__nav-card {
    grid-template-columns: 54px minmax(0, 1fr) 30px;
  }

  .entrepreneur-projects-extra__logo {
    width: 54px;
    height: 54px;
  }

  .entrepreneur-projects-extra__nav-title {
    font-size: 16px;
  }

  .entrepreneur-projects-extra__nav-text {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .entrepreneur-projects-extra__spotlight-image {
    height: clamp(200px, 56vw, 250px);
  }

  .entrepreneur-projects-extra__spotlight-info {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__logo {
    display: inline-flex;
    width: 48px;
    height: 48px;
  }

  .entrepreneur-projects-extra__spotlight-info .entrepreneur-projects-extra__logo img {
    max-width: 40px;
    max-height: 38px;
  }

  .quote-row {
    margin-left: 0;
  }

  .quote-author {
    margin-left: 0;
    font-size: 16px;
  }

  .why-quote blockquote,
  .life-quote blockquote {
    font-size: 24px;
  }

  .life-collage {
    grid-template-columns: 1fr;
    grid-auto-rows: 168px;
  }

  .video-modal__title {
    font-size: 16px;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
    min-width: 140px;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

  .b24-floating-container {
    right: 12px;
    bottom: 12px;
  }

  .b24-floating-container button,
  .b24-floating-container a,
  .b24-floating-container [role="button"] {
    min-width: 158px !important;
    min-height: 50px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .project-task-card__actions {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .testimonial-shell {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .testimonial-arrow {
    width: 42px;
    height: 42px;
    font-size: 36px;
  }

  .footer-logo-link img {
    width: min(156px, 100%);
  }

  .footer-tagline {
    width: min(156px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .life-cell img:first-child {
    opacity: 1;
  }
}
