.landing-page {
  min-height: 100svh;
  background: url(/assets/features/landing/school/backgrounds/page-bg-0a41838da3aec3d0f8e70947a8e70f7f4e559e890093d61dfd931472ee718d5c.webp) top center/100% auto repeat-y;
  color: #fff;
  font-family: "Inter Regular";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.landing {
  padding-bottom: 72px;
  color: #fff;
  font-family: "Inter Regular";
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 14, 52, 0.35);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.landing-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  padding: 14px 16px;
}
.landing-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.landing-header__logo {
  display: block;
  height: 22px;
  width: auto;
}
.landing-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: linear-gradient(180deg, #25A3FF 0%, #0B63E5 100%);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(11, 99, 229, 0.35);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.landing-header__cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.landing-section-title {
  font-family: "DrukWideCyr Bold";
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  color: #fff;
}

.landing-section-subtitle {
  font-family: "Inter Regular";
  font-size: 15px;
  line-height: 1.5;
  margin: 14px 0 0;
  opacity: 0.85;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  cursor: pointer;
  font-family: "Inter Bold";
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
  user-select: none;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  text-decoration: none;
}
.landing-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}
.landing-btn--primary {
  background: #FF7A00;
  color: #fff;
}

.landing-hero {
  position: relative;
  padding: 88px 0 72px;
  overflow: hidden;
  background: radial-gradient(900px 520px at 20% 20%, rgba(50, 90, 255, 0.45) 0%, rgba(50, 90, 255, 0) 60%), linear-gradient(90deg, rgba(22, 28, 94, 0.85) 0%, rgba(14, 16, 62, 0.75) 55%, rgba(10, 12, 48, 0.65) 100%);
}
.landing-hero > .container {
  max-width: 1160px;
}
.landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
  gap: 2rem;
  align-items: center;
}
.landing-hero__content {
  max-width: 100%;
}
.landing-hero__title {
  font-family: "DrukWideCyr Bold";
  font-size: 66px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0;
  text-align: left;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.landing-hero__subtitle {
  font-family: "Inter Regular";
  font-size: 16px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 540px;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}
.landing-hero__cta {
  margin-top: 28px;
  padding: 16px 44px;
  min-width: 280px;
}
.landing-hero__media {
  display: flex;
  justify-content: flex-end;
}
.landing-hero__photo-wrap {
  width: min(600px, 100%);
  overflow: hidden;
  transform: translateX(72px);
}
.landing-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .landing-hero {
    padding: 62px 0 56px;
  }
  .landing-hero__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .landing-hero__content {
    max-width: 100%;
  }
  .landing-hero__title, .landing-hero__subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-hero__media {
    justify-content: center;
  }
  .landing-hero__photo-wrap {
    transform: none;
    width: min(520px, 100%);
  }
}
.landing-pain {
  position: relative;
  padding: 78px 0 70px;
  overflow: hidden;
  background: radial-gradient(820px 520px at 85% 15%, rgba(60, 90, 255, 0.35) 0%, rgba(60, 90, 255, 0) 60%), linear-gradient(180deg, rgba(10, 12, 48, 0.55) 0%, rgba(10, 12, 48, 0.3) 100%);
}
.landing-pain > .container {
  max-width: 1160px;
}
.landing-pain__title {
  margin-bottom: 40px;
}
.landing-pain__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
  justify-items: center;
  max-width: 1160px;
  margin: 0 auto;
}

.landing-pain-item {
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.landing-pain-item__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 108px;
  margin-bottom: 18px;
  padding-top: 2px;
}
.landing-pain-item__img {
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.3));
}
.landing-pain-item__text {
  margin: 0;
  font-family: "Inter Medium";
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.92;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.landing-fit {
  padding: 7.875rem 0;
}
.landing-fit > .container {
  max-width: 1160px;
}
.landing-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.landing-fit-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 34px 34px;
  height: 310px;
  background: linear-gradient(180deg, rgba(44, 48, 89, 0.92) 0%, rgba(29, 32, 68, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}
.landing-fit-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.landing-fit-card__content {
  display: block;
  max-width: 520px;
  position: relative;
  z-index: 1;
}
.landing-fit-card__title {
  font-family: "Inter Bold";
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
}
.landing-fit-card__text {
  font-family: "Inter Regular";
  font-size: 13px;
  line-height: 1.55;
  margin: 10px 0 0;
  opacity: 0.88;
}
.landing-fit-card__icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: auto;
  height: 60%;
  aspect-ratio: 1;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  bottom: -2rem;
  z-index: 0;
}
.landing-fit-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.35));
}

.landing-fit-card:nth-child(1) .landing-fit-card__icon,
.landing-fit-card:nth-child(3) .landing-fit-card__icon {
  right: 86px;
}

.landing-fit-card:nth-child(2) .landing-fit-card__icon,
.landing-fit-card:nth-child(4) .landing-fit-card__icon {
  right: 24px;
}

.landing-courses {
  position: relative;
  padding: 7.875rem 0;
}
.landing-courses > .container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
}
.landing-courses__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 22px auto 0;
  max-width: 860px;
}

.landing-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 7px 14px;
  font-family: "Inter Medium";
  font-size: 12px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.landing-chip--purple {
  background: #8B5CF6;
}
.landing-chip--red {
  background: #EF4444;
}
.landing-chip--blue {
  background: #2563EB;
}
.landing-chip--cyan {
  background: #06B6D4;
}
.landing-chip--navy {
  background: #1E40AF;
}
.landing-chip--green {
  background: #84CC16;
}

.landing-benefits {
  position: relative;
  padding: 7.875rem 0;
}
.landing-benefits > .container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
}
.landing-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.landing-benefit-card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}
.landing-benefit-card__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 188px;
  padding: 22px 18px 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.92) 0%, rgba(29, 78, 216, 0.92) 100%);
}
.landing-benefit-card__top:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 15% 10%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}
.landing-benefit-card__top img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 210px;
  max-width: 100%;
  object-fit: contain;
  transform: translateY(30px);
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.22));
}
.landing-benefit-card__body {
  background: rgba(16, 18, 44, 0.62);
  padding: 16px 16px 18px;
  height: 100%;
}
.landing-benefit-card__title {
  font-family: "Inter Bold";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
}
.landing-benefit-card__text {
  font-family: "Inter Regular";
  font-size: 12px;
  line-height: 1.55;
  margin: 10px 0 0;
  opacity: 0.88;
}

.landing-benefit-card:nth-child(1) .landing-benefit-card__top img {
  transform: translateY(34px) rotate(-12deg);
}

.landing-benefit-card:nth-child(2) .landing-benefit-card__top img {
  transform: translateY(34px) scale(1.02);
}

.landing-benefit-card:nth-child(3) .landing-benefit-card__top img {
  transform: translateY(34px) scale(1.04);
}

.landing-benefit-card:nth-child(4) .landing-benefit-card__top img {
  transform: translateY(34px) scale(1.03);
}

.landing-benefit-card:nth-child(5) .landing-benefit-card__top img {
  transform: translateY(34px) scale(1);
}

.landing-benefit-card:nth-child(6) .landing-benefit-card__top img {
  transform: translateY(38px) rotate(-6deg);
}

.landing-steps {
  position: relative;
  padding: 84px 0 78px;
  overflow: hidden;
  background: radial-gradient(880px 520px at 15% 25%, rgba(70, 115, 255, 0.45) 0%, rgba(70, 115, 255, 0) 58%), linear-gradient(90deg, rgba(25, 35, 120, 0.7) 0%, rgba(30, 42, 150, 0.55) 52%, rgba(151, 92, 190, 0.45) 100%);
}
.landing-steps > .container {
  max-width: 1160px;
}
.landing-steps__grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  margin-top: 46px;
}
.landing-steps__media {
  display: flex;
  justify-content: flex-start;
}
.landing-steps__photo-wrap {
  width: min(560px, 100%);
  overflow: hidden;
  transform: translateX(-72px);
}
.landing-steps__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 560px;
}
.landing-steps__cta {
  display: block;
  width: fit-content;
  margin: 46px auto 0;
  padding: 16px 54px;
  min-width: 380px;
}

.landing-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
}
.landing-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: linear-gradient(180deg, #25A3FF 0%, #0B63E5 100%);
  box-shadow: 0 14px 34px rgba(11, 99, 229, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.landing-step__text {
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 992px) {
  .landing-steps {
    padding: 62px 0 60px;
  }
  .landing-steps__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .landing-steps__media {
    justify-content: center;
  }
  .landing-steps__photo-wrap {
    transform: none;
    width: min(520px, 100%);
  }
  .landing-steps__list {
    margin-left: auto;
    margin-right: auto;
  }
  .landing-steps__cta {
    min-width: 0;
    width: 100%;
    max-width: 420px;
  }
  .landing-step {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }
  .landing-step__num {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  .landing-step__text {
    font-size: 16px;
    line-height: 1.55;
  }
}
.landing-candidate {
  position: relative;
  padding: 86px 0 78px;
  overflow: hidden;
  background: radial-gradient(880px 520px at 20% 20%, rgba(70, 115, 255, 0.38) 0%, rgba(70, 115, 255, 0) 55%), linear-gradient(90deg, rgba(25, 35, 120, 0.62) 0%, rgba(55, 85, 200, 0.52) 45%, rgba(190, 125, 205, 0.45) 100%);
}
.landing-candidate > .container {
  max-width: 1160px;
}
.landing-candidate__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 42px auto 0;
  max-width: 980px;
}
.landing-candidate__cta {
  display: block;
  width: fit-content;
  margin: 46px auto 0;
  padding: 18px 72px;
  min-width: 640px;
  max-width: 760px;
}

.landing-pill {
  display: inline-flex;
  flex: 0 1 calc(50% - 1rem);
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  background: rgba(18, 20, 52, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  font-family: "Inter Bold";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  white-space: normal;
  box-sizing: border-box;
}
.landing-pill--wide {
  flex: 0 0 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.landing-reviews {
  position: relative;
  padding: 86px 0 78px;
  overflow: hidden;
  background: radial-gradient(900px 520px at 75% 15%, rgba(160, 100, 200, 0.3) 0%, rgba(160, 100, 200, 0) 60%), linear-gradient(180deg, rgba(10, 12, 48, 0.55) 0%, rgba(10, 12, 48, 0.28) 100%);
}
.landing-reviews > .container {
  max-width: 1160px;
}
.landing-reviews__wrap {
  position: relative;
  max-width: 1160px;
  margin: 46px auto 0;
  box-sizing: border-box;
  padding: 0 22px;
}
.landing-reviews__slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 2px 0 14px;
  box-sizing: border-box;
}
.landing-reviews__slider .swiper-wrapper {
  align-items: stretch;
  height: fit-content;
  justify-content: flex-start;
}
.landing-reviews__slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  cursor: grab;
}
.landing-reviews__slider .swiper-slide:active {
  cursor: grabbing;
}
.landing-reviews__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 56px;
  width: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(10, 12, 48, 0.95);
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.landing-reviews__nav:after {
  content: "";
  display: none;
}
.landing-reviews__nav--prev {
  left: -28px;
}
.landing-reviews__nav--next {
  right: -28px;
}
.landing-reviews__cta {
  display: block;
  width: fit-content;
  margin: 42px auto 0;
  padding: 16px 56px;
  min-width: 340px;
}

.landing-review-card {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(18, 20, 52, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}
.landing-review-card__photo {
  height: 260px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.16);
}
.landing-review-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-review-card__body {
  padding: 16px 16px 18px;
  flex: 1 1 auto;
}
.landing-review-card__name {
  font-family: "Inter Bold";
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
}
.landing-review-card__course {
  font-family: "Inter Medium";
  font-size: 12px;
  margin-top: 6px;
  opacity: 0.9;
}
.landing-review-card__quote {
  font-family: "Inter Regular";
  font-size: 13px;
  line-height: 1.55;
  margin-top: 14px;
  opacity: 0.9;
}

.landing-why {
  padding: 72px 0 18px;
}
.landing-why > .container {
  max-width: 1160px;
}
.landing-why__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 72px;
  margin: 46px auto 0;
  max-width: 860px;
}

.landing-why-item {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
}
.landing-why-item__icon {
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.25));
}
.landing-why-item__text {
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  opacity: 0.92;
  font-family: "Inter Medium";
  max-width: 210px;
}

.landing-trust {
  padding: 64px 0 12px;
}
.landing-trust > .container {
  max-width: 1160px;
}
.landing-trust__panel {
  position: relative;
  margin-top: 22px;
  padding: 22px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.landing-trust__panel:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.16));
  opacity: 0.55;
  pointer-events: none;
}
.landing-trust__logos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 14px;
  align-items: center;
}
.landing-trust__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
@media (hover: hover) and (pointer: fine) {
  .landing-trust__logo-wrap:hover {
    transform: translateY(-2px) scale(1.02);
    background: rgba(0, 0, 0, 0.22);
    border-color: rgba(255, 255, 255, 0.16);
  }
}
.landing-trust__logo {
  display: block;
  height: 52px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
}
.landing-trust__logo-text {
  font-family: "Inter Medium";
  font-size: 12px;
  opacity: 0.9;
  text-align: center;
  padding: 0 6px;
}

.landing-contact {
  padding: 72px 0 18px;
}
.landing-contact > .container {
  max-width: 1160px;
}
.landing-contact__card {
  position: relative;
  margin: 26px auto 0;
  max-width: 860px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 22px 22px 26px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.landing-contact__card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(140% 120% at 10% 0%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}
.landing-contact__form {
  display: block;
}
.landing-contact__form .user-request {
  padding: 0;
  --form-control-min-height: 44px;
  --form-control-padding-y: 0px;
  --form-control-padding-x: 16px;
  --form-control-radius: 14px;
  --form-control-font-size: 18px;
  --form-label-font-family: "Inter Medium";
  --form-label-font-size: 12px;
  --form-label-font-weight: 500;
  --form-label-line-height: 1.2;
  --form-label-opacity: .88;
  --form-label-letter-spacing: .01em;
  --form-field-bg: rgba(0, 0, 0, .20);
  --form-field-bg-hover: rgba(0, 0, 0, .26);
  --form-focus-border: rgba(255, 255, 255, .22);
  --form-focus-shadow: 0 0 0 3px rgba(255, 255, 255, .14);
}
.landing-contact__form .landing-contact-form {
  position: relative;
}
.landing-contact__form .landing-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.landing-contact__form .landing-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.landing-contact__form .landing-contact-form__field--required {
  color: var(--form-error-color);
}
.landing-contact__form .landing-contact-form__field--required input {
  border-color: var(--form-error-color);
  box-shadow: var(--form-error-shadow);
}
.landing-contact__form .landing-contact-form__bottom {
  margin-top: 14px;
}
.landing-contact__form .landing-contact-form__bottom .user-request__politics {
  margin: 0;
}
.landing-contact__form .landing-contact-form__bottom .user-request__politics .text-small {
  opacity: 0.8;
}
.landing-contact__form .landing-contact-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.landing-contact__form .landing-contact-form__submit {
  min-width: 240px;
  border-radius: 999px;
  padding: 16px 34px;
  font-size: 20px;
}
.landing-contact__links {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  opacity: 0.88;
}
.landing-contact__sep {
  opacity: 0.65;
  margin: 0 8px;
}
.landing-contact__link {
  color: #fff;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.landing-contact__link:hover {
  text-decoration: underline;
}

[data-controller~=reveal] [data-reveal-target=item] {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  filter: blur(10px);
  will-change: transform, opacity, filter;
}
[data-controller~=reveal] .reveal-in {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

@media (max-width: 991px) {
  .landing-fit,
  .landing-courses,
  .landing-benefits {
    padding: 6rem 0;
  }
  .landing-section-title {
    font-size: 38px;
  }
  .landing-hero__title {
    font-size: 46px;
  }
  .landing-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .landing-why {
    padding: 64px 0 14px;
  }
  .landing-why__grid {
    gap: 30px 56px;
    max-width: 760px;
  }
  .landing-why-item {
    width: 210px;
  }
  .landing-why-item__icon {
    height: 54px;
    width: 54px;
  }
  .landing-pain__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 760px;
  }
  .landing-candidate__cta {
    min-width: 0;
    width: 100%;
    max-width: 420px;
  }
  .landing-reviews__nav--prev {
    left: -16px;
  }
  .landing-reviews__nav--next {
    right: -16px;
  }
}
@media (max-width: 767px) {
  .landing-header__container {
    padding: 12px;
  }
  .landing-header__cta {
    padding: 8px 12px;
  }
  .landing-section-title {
    font-size: 28px;
  }
  .landing-hero__title {
    font-size: 38px;
  }
  .landing-fit__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .landing-fit-card {
    height: 290px;
    padding: 30px 26px;
  }
  .landing-fit-card__icon {
    width: 210px;
    height: 210px;
    right: 8px;
    bottom: -22px;
  }
  .landing-fit-card__img {
    width: 210px;
    height: 210px;
  }
  .landing-fit-card:nth-child(1) .landing-fit-card__icon,
  .landing-fit-card:nth-child(2) .landing-fit-card__icon,
  .landing-fit-card:nth-child(3) .landing-fit-card__icon,
  .landing-fit-card:nth-child(4) .landing-fit-card__icon {
    right: 8px;
  }
  .landing-benefits__grid {
    grid-template-columns: 1fr;
  }
  .landing-courses__tags {
    gap: 8px;
    margin-top: 18px;
  }
  .landing-chip {
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 9px;
  }
  .landing-benefit-card__top {
    height: 170px;
    padding: 18px 16px 0;
  }
  .landing-benefit-card__top img {
    height: 200px;
    transform: translateY(28px);
  }
  .landing-contact__form {
    grid-template-columns: 1fr;
  }
  .landing-trust__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .landing-why {
    padding: 52px 0 10px;
  }
  .landing-why__grid {
    margin-top: 30px;
    gap: 22px 34px;
    max-width: 560px;
  }
  .landing-why-item {
    width: 190px;
  }
  .landing-why-item__icon {
    height: 76px;
    width: 76px;
    margin-bottom: 12px;
  }
  .landing-why-item__text {
    font-size: 12px;
    line-height: 1.35;
  }
  .landing-pain {
    padding: 58px 0 54px;
  }
  .landing-pain__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .landing-pill {
    flex: 0 0 100%;
    max-width: 520px;
    min-height: 46px;
    font-size: 14px;
    padding: 10px 14px;
  }
  .landing-pill--wide {
    max-width: 100%;
  }
  .landing-reviews__wrap {
    padding: 0;
  }
  .landing-reviews__nav {
    display: none;
  }
  .landing-reviews__slider {
    padding-left: 6px;
    padding-right: 6px;
  }
  .landing-reviews__cta {
    min-width: 0;
    width: 100%;
    max-width: 420px;
  }
}
