:root {
  --c-black: #14070f;
  --c-black-95: rgba(20, 7, 15, 0.95);
  --c-black-70: rgba(20, 7, 15, 0.7);
  --c-black-50: rgba(20, 7, 15, 0.5);
  --c-black-10: rgba(20, 7, 15, 0.1);
  --c-black-6: #f1f0f1;
  --c-black-3: #f8f7f8;
  --c-white-90: rgba(255, 255, 255, 0.9);
  --c-white-70: rgba(255, 255, 255, 0.7);
  --r-8: 8px;
  --r-10: 10px;
  --r-12: 12px;
  --r-16: 16px;
  --r-20: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--c-black);
  background: #fff;
}
main {
  overflow: hidden;
}
.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
a {
  color: inherit;
}
ul {
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  html {
    scroll-behavior: auto;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  border-radius: var(--r-10);
  padding: 11px 17px;
  height: 46px;
  width: fit-content;
  min-width: 280px;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.15s ease;
  border: none;
}
.btn:focus-visible {
  outline: 2px solid var(--c-black);
  outline-offset: 3px;
}

.btn--dark {
  background: var(--c-black);
  color: var(--c-white-90);
  transition: color 0.15s ease;
}

@media (hover: hover) {
  .btn--dark:hover {
    color: #ffffff;
  }
}
.btn--sm {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: var(--r-8);
  max-width: fit-content;
}

.bullet-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black-70);
}
.bullet-row__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--c-black-70);
  flex-shrink: 0;
}
.bullet-row__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.hero {
  position: relative;
  background: #fff;
}
.hero__bg {
  position: absolute;
  width: 100%;
  object-fit: none;
  pointer-events: none;
  z-index: 0;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 155px;
}
.hero__card {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: var(--c-white-70);
  border-radius: var(--r-20);
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 656px;
}
.hero__heading {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -1px;
  color: var(--c-black);
}
.hero__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black);
}

.hero__highlight {
  font-weight: 500;
}

.hero__content-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero__cta {
  min-width: 253px;
  max-width: fit-content;
}
.hero__photo-card {
  width: 476px;
  height: 572px;
  flex-shrink: 0;
  border-radius: var(--r-16);
  overflow: hidden;
}
.hero__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.partnership {
  position: relative;
  padding-top: 174px;
}
.partnership__blob {
  position: absolute;
  height: auto;
  pointer-events: none;
}
.partnership__blob--left {
  width: 511px;
  left: 0;
  top: -180px;
}
.partnership__blob--right {
  width: 496px;
  right: 0;
  top: 60px;
}
.partnership__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}

.partnership__inner .btn {
  margin-top: 10px;
}
.partnership__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.partnership__logos {
  display: flex;
  align-items: center;
  gap: 24px;
}
.partnership__logo-fudela {
  height: 35px;
}
.partnership__logo-sep {
  height: 15px;
}
.partnership__logo-nebius {
  height: 34px;
}
.partnership__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: var(--c-black);
  text-align: center;
  max-width: 784px;
}
.partnership__details {
  width: 100%;
  max-width: 726px;
  display: grid;
  grid-template-columns: repeat(2, 301px);
  justify-content: space-between;
  gap: 40px;
}
.partnership__col {
  border-top: 1px solid var(--c-black-10);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partnership__col-hd {
  display: flex;
  align-items: center;
  gap: 10px;
}
.partnership__col-icon {
  height: 24px;
}
.partnership__col-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: var(--c-black-70);
}
.partnership__col-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black-50);
}
.partnership__col-text a {
  text-decoration: underline;
}
.partnership__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black-70);
  text-align: center;
  max-width: 564px;
}

.why {
  padding-top: 127px;
}
.why__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 66px;
}
.why__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 807px;
}
.why__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: var(--c-black);
}
.why__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black-95);
}
.why__cols {
  display: flex;
  gap: 16px;
  width: 100%;
  min-height: 538px;
  align-items: stretch;
}
.why__card {
  flex: 1;
  width: 100%;
  max-width: 487px;
  flex-shrink: 0;
  background: var(--c-black-3);
  border-radius: var(--r-16);
  display: flex;
  flex-direction: column;
  padding: 40px 32px 32px;
}
.why__card__heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.4px;
  color: var(--c-black-95);
  margin-bottom: 40px;
}
.why__card__bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why__card__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: var(--c-black-70);
  margin-top: 24px;
}
.why__card__btn {
  margin-top: 52px;
}
.why__photo {
  flex: 1;
  background: url("../assets/photo-team.webp") center / cover no-repeat;
  border-radius: var(--r-16);
}

.programs {
  padding-top: 157px;
}
.programs__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: var(--c-black);
  text-align: center;
  margin-bottom: 50px;
}
.programs__tablist {
  display: flex;
  gap: 12px;
}
.programs__tab {
  flex: 1;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-12);
  background: var(--c-black-3);
  color: var(--c-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: background 0.18s ease;
  padding: 0 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.programs__tab:focus-visible {
  outline: 2px solid var(--c-black);
  outline-offset: 2px;
}
.programs__tab[aria-selected="true"] {
  background: var(--c-black-6);
}
@keyframes programs-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.programs__panel--entering {
  animation: programs-panel-in 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.programs__panels {
  background: var(--c-black-3);
  border-radius: var(--r-20);
  margin-top: 18px;
}
.programs__panel {
  display: none;
  min-height: 805px;
  padding: 48px 60px;
}
.programs__panel[aria-hidden="false"] {
  display: flex;
  flex-direction: column;
}
.programs__panel-body {
  flex: 1;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
}
.programs__col-left {
  max-width: 485px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.programs__col-left__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 48px;
}
.programs__meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.programs__tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.programs__tag-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.programs__hours {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black-50);
}
.programs__sep {
  font-size: 16px;
  line-height: 24px;
  color: var(--c-black-50);
  margin: 0 4px;
}
.programs__level {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black-50);
}
.programs__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.4px;
  color: var(--c-black);
}
.programs__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black);
}
.programs__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.programs__section-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--c-black);
}
.programs__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.programs__col-right {
  flex: 1;
  min-width: 0;
  max-width: 514px;
  border-radius: var(--r-16);
  object-fit: cover;
  object-position: top center;
  align-self: stretch;
}

.impulse {
  padding-top: 169px;
}
.impulse__card {
  background-image: url(../assets/photo-impulse.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 538px;
  border-radius: var(--r-16);
  position: relative;
  padding: 48px 60px;
  min-height: 538px;
}
.impulse__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #f8f8f8 29.5%,
    rgba(255, 241, 218, 0) 67%
  );
  pointer-events: none;
}
.impulse__content {
  position: relative;
  z-index: 1;
  width: 651px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.impulse__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #2c2027;
}
.impulse__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
}
.impulse__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #2c2027;
  max-width: 558px;
}
.impulse__text p + p {
  margin-top: 0;
}
.impulse__bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 487px;
}

.cta-form {
  background: #ffffff url("../assets/cta-bg.webp") center bottom / 1902px auto
    no-repeat;
  position: relative;
  border-radius: 16px;
  min-height: 712px;
  overflow: hidden;
  margin-top: 130px;
}
.cta-form__inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-form__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 700px;
  text-align: center;
}
.cta-form__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #2c2027;
}
.cta-form__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: var(--c-black-50);
  max-width: 565px;
}
.cta-form__cta {
  min-width: auto;
  width: fit-content;
  margin-top: 16px;
}

.footer {
  background: #fff;
  padding: 40px 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__copy {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: var(--c-black-50);
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: var(--c-black-50);
  text-decoration: none;
  transition: color 0.15s ease;
}

@media (hover: hover) {
  .footer__link:hover {
    color: var(--c-black);
  }
}

.footer__dot {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--c-black-50);
}

.footer__legal {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: var(--c-black-30, rgba(0, 0, 0, 0.3));
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 86px);
  max-width: 1267px;
  z-index: 100;
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--r-8);
}
.site-header__logo-block {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.site-header__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-header__logo-fudela {
  height: 27px;
  width: auto;
}
.site-header__logo-sep {
  height: 11px;
  width: auto;
  opacity: 0.5;
}
.site-header__logo-nebius {
  height: 13px;
  width: auto;
}
.site-header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--c-black);
  text-decoration: none;
  transition: opacity 0.15s ease;
}
@media (hover: hover) {
  .site-header__nav-link:hover {
    opacity: 0.7;
  }
}
.site-header__cta {
  flex-shrink: 0;
  min-width: auto;
}
.site-header__burger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 24px;
}
.site-header__burger-icon,
.site-header__burger-icon::before,
.site-header__burger-icon::after {
  display: block;
  height: 2px;
  background: var(--c-black);
  border-radius: 1px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    width 0.25s ease;
}
.site-header__burger-icon {
  position: relative;
  width: 18px;
}
.site-header__burger-icon::before,
.site-header__burger-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.site-header__burger-icon::before {
  top: -5px;
  width: 18px;
}
.site-header__burger-icon::after {
  top: 5px;
  width: 13px;
}

.site-header__burger[aria-expanded="true"] .site-header__burger-icon {
  background: transparent;
}
.site-header__burger[aria-expanded="true"] .site-header__burger-icon::before {
  width: 18px;
  transform: translateY(5px) rotate(45deg);
}
.site-header__burger[aria-expanded="true"] .site-header__burger-icon::after {
  width: 18px;
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  height: 100dvh;
  inset: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 90px 45px 24px;
  transform: translateY(-120%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.mobile-menu[aria-hidden="false"] {
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mobile-menu__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(20, 7, 15, 0.9);
  text-decoration: none;
  padding: 12px 0;
}
.mobile-menu__cta {
  width: 100%;
  border-radius: var(--r-12);
  height: 40px;
  font-size: 14px;
  min-width: 0;
}

@media (max-width: 1279px) {
  .pc {
    display: none;
  }
  .container {
    padding: 0 50px;
  }

  .site-header {
    width: calc(100% - 48px);
  }
  .site-header__nav {
    display: none;
  }
  .site-header__cta {
    display: none;
  }
  .site-header__burger {
    display: flex;
  }
  .site-header__logo-nebius {
    height: 25px;
    width: auto;
  }
  .btn--sm {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
  }
  .btn {
    min-width: none;
    max-width: fit-content;
  }

  .hero__card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #ffffff;
  }
  .hero__inner {
    padding-top: 112px;
  }
  .hero__card {
    flex-direction: column;
    padding: 24px 32px;
    gap: 24px;
    border-radius: var(--r-12);
  }
  .hero__content {
    text-align: center;
    max-width: 100%;
    gap: 20px;
    align-items: center;
  }
  .hero__content-top {
    gap: 20px;
  }
  .hero__heading {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
  .hero__body {
    width: 101%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero__cta {
    min-width: auto;
    width: fit-content;
  }
  .hero__photo-card {
    width: 100%;
    height: 353px;
    border-radius: var(--r-16);
  }

  .partnership {
    padding-top: 83px;
  }
  .partnership__header {
    gap: 24px;
  }
  .partnership__inner {
    gap: 40px;
  }
  .partnership__logo-fudela {
    height: 30px;
  }
  .partnership__logo-sep {
    height: 12.5px;
  }
  .partnership__logo-nebius {
    height: 33px;
  }

  .partnership__details {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 40px;
  }

  .partnership__col {
    border-top: 1px solid var(--c-black-10);
    padding-top: 40px;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .partnership__col-icon {
    height: 20px;
  }

  .partnership__col:first-child {
    border-top: 0px solid transparent;
    padding-top: 0;
  }

  .partnership__col-title {
    font-size: 16px;
    line-height: 24px;
  }

  .partnership__col-text {
    font-size: 14px;
    line-height: 20px;
  }

  .partnership__note {
    font-size: 14px;
    line-height: 20px;
    max-width: 400px;
  }
  .partnership__inner .btn {
    margin-top: 0;
  }

  .partnership__blob--left {
    width: 251px;
    top: -20px;
  }
  .partnership__blob--right {
    width: 274px;
    top: 500px;
  }

  .why {
    padding-top: 109px;
  }
  .why__header {
    gap: 56px;
  }
  .why__title {
    max-width: 436px;
  }
  .why__inner {
    gap: 56px;
  }
  .why__cols {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .why__photo {
    flex: none;
    width: 100%;
    background: url("../assets/photo-team-mobile.webp") center / cover no-repeat;
    height: 560px;
  }
  .why__card {
    max-width: 100%;
    padding: 32px 24px;
  }
  .why__card__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
  }
  .why__card__btn {
    margin-top: 24px;
  }

  .programs {
    padding-top: 110px;
  }
  .programs__title {
    margin-bottom: 56px;
  }
  .programs__tablist {
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
  }
  .programs__tablist::-webkit-scrollbar {
    display: none;
  }
  .programs__tablist::after {
    content: "";
    flex-shrink: 0;
    width: 50px;
  }

  .programs__tab {
    height: 72px;
    font-size: 20px;
    line-height: 28px;
    padding: 0 16px;
  }
  .programs__panel {
    margin-top: 24px;
    min-height: 0;
    padding: 40px;
  }
  .programs__panel-body {
    flex-direction: column;
    gap: 64px;
  }
  .programs__col-left {
    max-width: 100%;
    width: 100%;
    gap: 64px;
  }
  .programs__col-left__content {
    flex: none;
    gap: 48px;
  }
  .programs__name {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.4px;
  }
  .programs__col-right {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    align-self: auto;
  }

  .impulse {
    padding-top: 80px;
  }
  .impulse__content {
    width: 100%;
    gap: 48px;
  }
  .impulse__fade {
    display: none;
  }
  .impulse__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    gap: 24px;
  }

  .impulse__card {
    background: url(../assets/photo-impulse-mobile.webp), #f7f7f7;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 420px;
    padding: 40px 40px 428px 40px;
    min-height: auto;
  }

  .cta-form {
    background: #ffffff url("../assets/cta-bg-tab.webp") center bottom / cover
      no-repeat;
    border-radius: 18px;
    min-height: 652px;
    margin-top: 83px;
  }

  .cta-form__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta-form__description {
    max-width: 673px;
    gap: 32px;
  }
  .cta-form__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
  .cta-form__subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 475px;
  }

  .cta-form__cta {
    margin-top: 0;
  }

  .footer {
    padding: 0;
  }

  .footer__inner {
    padding: 24px 48px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .footer__nav {
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 12px;
  }

  .site-header {
    width: calc(100% - 32px);
  }

  .btn {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 10px 12px;
    max-width: fit-content;
    min-width: auto;
  }

  .mobile-menu {
    padding: 90px 36px 24px;
  }

  .mobile-menu__cta {
    width: 100%;
    max-width: 100%;
  }

  .hero__inner {
    padding-top: 102px;
  }

  .hero__content {
    gap: 24px;
  }

  .hero__content-top {
    gap: 24px;
  }

  .hero__card {
    padding: 24px 16px;
  }

  .hero__heading {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.8px;
  }

  .hero__body {
    width: 101%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    gap: 12px;
  }

  .hero__body p {
    display: inline;
  }

  .hero__photo-card {
    height: 190px;
  }

  .hero__photo-img {
    object-position: center top;
  }

  .hero__bg {
    width: 100%;
    top: 0;
  }

  .partnership {
    padding-top: 76px;
  }

  .partnership__logo-fudela {
    height: 23px;
  }

  .partnership__logo-sep {
    height: 10px;
  }

  .partnership__logo-nebius {
    height: 25px;
  }

  .partnership__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.4px;
    max-width: 264px;
  }

  .partnership__details {
    max-width: 270px;
  }

  .partnership__note {
    max-width: 270px;
  }

  .partnership__blob--left {
    width: 205px;
    top: -90px;
  }
  .partnership__blob--right {
    width: 211px;
    top: auto;
    bottom: -280px;
  }

  .why {
    padding-top: 100px;
  }

  .why__title {
    max-width: 436px;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.4px;
  }

  .why__header {
    gap: 40px;
  }

  .why__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .why__inner {
    gap: 40px;
  }

  .why__photo {
    background: url(../assets/photo-team-mobile.webp) center / cover no-repeat;
    height: 224px;
  }

  .why__cols {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .why__card__heading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
  }

  .why__card {
    max-width: 100%;
    padding: 24px 16px;
  }

  .bullet-row__dot {
    width: 7px;
    height: 7px;
  }

  .bullet-row {
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .programs {
    padding-top: 80px;
  }

  .programs__title {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.4px;
  }

  .programs__tablist {
    gap: 8px;
    margin-left: -12.5px;
    margin-right: -12.5px;
    padding-left: 12.5px;
  }
  .programs__tablist::after {
    width: 4.5px;
  }

  .programs__tab {
    flex: 1;
    flex-shrink: 0;
    white-space: nowrap;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    padding: 16px 17px;
  }
  .programs__panel {
    margin-top: 36px;
    min-height: 0;
    padding: 24px 16px;
  }

  .programs__hours {
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .programs__level {
    font-size: 14px;
    line-height: 20px;
  }

  .programs__tag-icon {
    width: 16px;
    height: 16px;
  }

  .programs__name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
  }

  .programs__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .programs__col-left__content {
    gap: 40px;
  }

  .programs__list {
    gap: 20px;
  }

  .programs__col-left {
    gap: 40px;
  }

  .programs .btn {
    max-width: 100%;
  }

  .impulse {
    padding-top: 112px;
  }

  .impulse__card {
    background: url(../assets/photo-impulse-mobile.webp), #f7f7f7;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 294px;
    padding: 24px 16px 314px 16px;
    min-height: auto;
  }

  .impulse__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
  .impulse__header {
    gap: 24px;
  }

  .impulse__text {
    font-size: 14px;
    line-height: 20px;
  }

  .impulse__content {
    gap: 32px;
  }

  .bullet-row__dot {
    width: 6px;
    height: 6px;
  }

  .cta-form__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-form__description {
    max-width: 267px;
    gap: 12px;
  }

  .cta-form__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

  .cta-form__subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    max-width: 100%;
  }

  .cta-form {
    background: #ffffff url("../assets/cta-bg-mob.webp") center bottom / cover
      no-repeat;
    border-radius: 12px;
    min-height: 517px;
    margin-top: 80px;
  }

  .footer {
    padding: 0;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    padding: 20px;
  }

  .footer__nav {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    order: -1;
  }

  .footer__nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
