.school-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;
}

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

.school-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);
}
.school-landing-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  padding: 14px 16px;
}
.school-landing-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.school-landing-header__logo {
  display: block;
  height: 22px;
  width: auto;
}
.school-landing-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease;
}
.school-landing-header__cta:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.school-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;
}

.school-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);
}

.school-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);
}
.school-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}
.school-btn--primary {
  background: #FF7A00;
  color: #fff;
}

.school-hero {
  padding: 7.875rem 0;
}
.school-hero > .container {
  max-width: 1160px;
}
.school-hero__inner {
  padding: 10px 0;
  text-align: center;
}
.school-hero__icons {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.school-hero__icon {
  display: block;
  height: 128px;
  width: 128px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.32));
}
.school-hero__icon--code {
  height: 170px;
  width: 170px;
  transform: rotate(-12deg) translateY(-14px);
}
.school-hero__icon--arrow {
  height: 145px;
  width: 145px;
  transform: rotate(16deg) translateY(16px);
}
.school-hero__title {
  font-family: "DrukWideCyr Bold";
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.school-hero__subtitle {
  font-family: "Inter Regular";
  font-size: 16px;
  line-height: 1.6;
  margin: 18px auto 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
}
.school-hero__cta {
  margin-top: 22px;
  padding: 14px 34px;
  min-width: 240px;
}

.school-fit {
  padding: 7.875rem 0;
}
.school-fit > .container {
  max-width: 1160px;
}
.school-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;
}

.school-fit-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
  padding: 28px 28px 0;
  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);
}
.school-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;
}
.school-fit-card__content {
  display: block;
  max-width: 460px;
  position: relative;
  z-index: 1;
}
.school-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);
}
.school-fit-card__text {
  font-family: "Inter Regular";
  font-size: 13px;
  line-height: 1.55;
  margin: 10px 0 0;
  opacity: 0.88;
}
.school-fit-card__icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: auto;
  position: relative;
  pointer-events: none;
  z-index: 0;
}
.school-fit-card__img {
  display: block;
  width: 190px;
  max-height: 190px;
  max-width: 190px;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.35));
}

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

.school-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);
}
.school-chip--purple {
  background: #8B5CF6;
}
.school-chip--red {
  background: #EF4444;
}
.school-chip--blue {
  background: #2563EB;
}
.school-chip--cyan {
  background: #06B6D4;
}
.school-chip--navy {
  background: #1E40AF;
}
.school-chip--green {
  background: #84CC16;
}

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

.school-benefit-card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}
.school-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%);
}
.school-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;
}
.school-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));
}
.school-benefit-card__body {
  background: rgba(16, 18, 44, 0.62);
  padding: 16px 16px 18px;
  min-height: 124px;
}
.school-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);
}
.school-benefit-card__text {
  font-family: "Inter Regular";
  font-size: 12px;
  line-height: 1.55;
  margin: 10px 0 0;
  opacity: 0.88;
}

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

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

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

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

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

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

.school-steps {
  position: relative;
  padding: 86px 0 64px;
  overflow: hidden;
}
.school-steps > .container {
  position: relative;
  z-index: 1;
  max-width: 1160px;
}
.school-steps__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 42px auto 0;
  max-width: 820px;
  padding: 28px 30px;
  border-radius: 26px;
  background: rgba(10, 14, 52, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.school-steps__list:before {
  content: "";
  position: absolute;
  left: -30%;
  top: -55%;
  width: 160%;
  height: 120%;
  background: radial-gradient(60% 60% at 30% 30%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 62%);
  pointer-events: none;
  transform: rotate(-8deg);
  opacity: 0.85;
}
.school-steps__list:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.school-steps__cta {
  display: block;
  width: fit-content;
  margin: 38px auto 0;
  padding: 16px 44px;
  min-width: 360px;
}

.school-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
}
.school-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #3B82F6 0%, #1D4ED8 100%);
  box-shadow: 0 14px 34px rgba(29, 78, 216, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.school-step__text {
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.96;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

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

.school-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;
}
.school-why-item__icon {
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.25));
}
.school-why-item__text {
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  opacity: 0.92;
  font-family: "Inter Medium";
  max-width: 210px;
}

.school-trust {
  padding: 64px 0 12px;
}
.school-trust > .container {
  max-width: 1160px;
}
.school-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;
}
.school-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;
}
.school-trust__logos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 14px;
  align-items: center;
}
.school-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) {
  .school-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);
  }
}
.school-trust__logo {
  display: block;
  height: 52px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
}
.school-trust__logo-text {
  font-family: "Inter Medium";
  font-size: 12px;
  opacity: 0.9;
  text-align: center;
  padding: 0 6px;
}

.school-contact {
  padding: 72px 0 18px;
}
.school-contact > .container {
  max-width: 1160px;
}
.school-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;
}
.school-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;
}
.school-contact__form {
  display: block;
}
.school-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);
}
.school-contact__form .school-contact-form {
  position: relative;
}
.school-contact__form .school-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.school-contact__form .school-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.school-contact__form .school-contact-form__field--required .school-contact-form__label {
  color: var(--form-error-color);
}
.school-contact__form .school-contact-form__field--required input {
  border-color: var(--form-error-color);
  box-shadow: var(--form-error-shadow);
}
.school-contact__form .school-contact-form__bottom {
  margin-top: 14px;
}
.school-contact__form .school-contact-form__bottom .user-request__politics {
  margin: 0;
}
.school-contact__form .school-contact-form__bottom .user-request__politics .text-small {
  opacity: 0.8;
}
.school-contact__form .school-contact-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.school-contact__form .school-contact-form__submit {
  min-width: 240px;
  border-radius: 999px;
  padding: 16px 34px;
  font-size: 20px;
}
.school-contact__links {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  opacity: 0.88;
}
.school-contact__sep {
  opacity: 0.65;
  margin: 0 8px;
}
.school-contact__link {
  color: #fff;
  text-decoration: none;
}
.school-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) {
  .school-hero,
  .school-fit,
  .school-courses,
  .school-benefits {
    padding: 6rem 0;
  }
  .school-section-title {
    font-size: 38px;
  }
  .school-hero__title {
    font-size: 46px;
  }
  .school-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .school-why {
    padding: 64px 0 14px;
  }
  .school-why__grid {
    gap: 30px 56px;
    max-width: 760px;
  }
  .school-why-item {
    width: 210px;
  }
  .school-why-item__icon {
    height: 54px;
    width: 54px;
  }
}
@media (max-width: 767px) {
  .school-landing-header__container {
    padding: 12px;
  }
  .school-landing-header__cta {
    padding: 8px 12px;
  }
  .school-section-title {
    font-size: 28px;
  }
  .school-hero {
    padding: 4.5rem 0;
  }
  .school-hero__title {
    font-size: 38px;
  }
  .school-hero__icon {
    height: 96px;
    width: 96px;
  }
  .school-hero__icon--code {
    height: 118px;
    width: 118px;
  }
  .school-hero__icon--arrow {
    height: 108px;
    width: 108px;
  }
  .school-fit__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .school-benefits__grid {
    grid-template-columns: 1fr;
  }
  .school-courses__tags {
    gap: 8px;
    margin-top: 18px;
  }
  .school-chip {
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 9px;
  }
  .school-benefit-card__top {
    height: 170px;
    padding: 18px 16px 0;
  }
  .school-benefit-card__top img {
    height: 200px;
    transform: translateY(28px);
  }
  .school-contact__form .school-contact-form__grid {
    grid-template-columns: 1fr;
  }
  .school-trust__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .school-steps {
    padding: 62px 0 46px;
  }
  .school-steps__list {
    gap: 14px;
    margin-top: 28px;
    max-width: 560px;
    padding: 20px 18px;
    border-radius: 22px;
  }
  .school-steps__cta {
    margin-top: 30px;
    padding: 14px 26px;
    min-width: 280px;
  }
  .school-step {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .school-step__num {
    height: 36px;
    width: 36px;
    font-size: 13px;
  }
  .school-step__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .school-why {
    padding: 52px 0 10px;
  }
  .school-why__grid {
    margin-top: 30px;
    gap: 22px 34px;
    max-width: 560px;
  }
  .school-why-item {
    width: 190px;
  }
  .school-why-item__icon {
    height: 76px;
    width: 76px;
    margin-bottom: 12px;
  }
  .school-why-item__text {
    font-size: 12px;
    line-height: 1.35;
  }
}
