@font-face {
  font-family: "Spoof Trial";
  src: url("../assets/customer/fonts/SpoofTrial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spoof Trial";
  src: url("../assets/customer/fonts/SpoofTrial-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spoof Trial";
  src: url("../assets/customer/fonts/SpoofTrial-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spoof Trial";
  src: url("../assets/customer/fonts/SpoofTrial-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spoof Trial";
  src: url("../assets/customer/fonts/SpoofTrial-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spoof Trial";
  src: url("../assets/customer/fonts/SpoofTrial-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/customer/fonts/ppneuemontreal-book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../assets/customer/fonts/ppneuemontreal-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --customer-purple: #7b44f2;
  --customer-purple-dark: #5930ca;
  --customer-lavender: #f4f0ff;
  --customer-lime: #caf272;
  --customer-ink: #30275a;
  --customer-black: #171717;
  --customer-muted: #81799e;
  --customer-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.study-customer {
  margin: 0;
  overflow-x: hidden;
  color: var(--customer-ink);
  background: #ffffff;
  font-family: "PP Neue Montreal", sans-serif;
}

/* liquid preloader styles: remove this block to roll back the entrance loader */
.customer-liquid-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #f4f0ff;
}
.customer-university__flex{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1200px) {
    flex-direction: column;
  }
}

.customer-footer__socials{
  svg{
    cursor: pointer;
    transition: all .3s;
  }
  svg:hover{
    transform: translateY(-5px);
  }
}

@media (max-width: 1200px) {
  .customer-university-card{
    width: 100% !important;
    max-width: none !important;
  }
}

.customer-university-back-stud{
  position: absolute !important;
  top: -68%;
  width: 210% !important;
  left: -16%;
  z-index: 2 !important;
  @media (max-width: 1920px) {
    top: 55% !important;
    width: 210% !important;
    left: 83%;
    z-index: 2 !important;
    transform: translate(-47%, -71%) scale(-1)rotate(180deg)
  }
  @media (max-width: 1200px) {
    top: 55% !important;
    width: 210% !important;
    left: 83%;
    z-index: 2 !important;
    transform: translateY(-95%) scale(2.5);
  }
  @media (max-width: 768px) {
    top: 58% !important;
    left: 50%;
    transform: translateY(-95%) scale(2.5) !important;
  }
}

.customer-university-card--student{
  width: 45%;
  max-width: 475px;
  min-width: 415px;
  background: #CAF272;
  border-radius: 32px;
  @media (max-width: 1440px) {
    max-width: 415px;
  }
  @media (max-width: 768px) {
    min-width: 0;
  }
}

.customer-university-card--student img{
  position: relative;
  z-index: 2;
  @media (max-width: 1200px) {
    position: absolute;
    max-width: 310px !important;
    right: 0;
    top: 10%;
  }
  @media (max-width: 768px) {
    right: 50%;
    top: 100%;
    transform: translateY(-100%)translateX(50%);
  }
}

.study-customer *,
.study-customer *::before,
.study-customer *::after {
  box-sizing: border-box;
}

.study-customer h1,
.study-customer h2,
.study-customer h3,
.study-customer p {
  margin-top: 0;
}

.study-customer h1,
.study-customer h2,
.study-customer h3 {
  font-family: "Spoof Trial", sans-serif;
  font-weight: 700;
}

.study-customer img {
  display: block;
  max-width: 100%;
}

.study-customer a {
  color: inherit;
  text-decoration: none;
}

.customer-container {
  width: min(1420px, calc(100% - 64px));
  margin: 0 auto;
}

.customer-container-isp {
  position: relative;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .customer-container-isp {
    width: min(1280px, calc(100vw - 160px));
  }
}

@media (min-width: 1920px) {
  .customer-container-isp {
    width: clamp(1464px, calc(1074px + 20.3125vw), 1594px);
  }
}

.customer-container--narrow {
  width: min(1080px, calc(100% - 64px));
}

.customer-section {
  width: min(1594px, 100%);
  margin: 0 auto;
  @media (max-width: 1440px) {
    padding: 32px 80px;
  }
  @media (max-width: 768px) {
    padding: 28px 24px;
  }
  @media (max-width: 480px) {
    padding: 24px 16px;
  }
}

.customer-section--white {
  background: #ffffff;
}

.customer-section--lavender {
  background: var(--customer-lavender);
}

.customer-section--dark {
  background: var(--customer-black);
  color: #ffffff;
}

.customer-logo {
  position: relative;
  z-index: 10;
  display: inline-flex;
  width: 116px;
}

.customer-logo img {
  width: 100%;
  height: auto;
}

.customer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 28px;
  border: 0;
  border-radius: 12px;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.customer-button:hover {
  transform: translateY(-2px);
}

.customer-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.customer-button--lime {
  color: #171717 !important;
  background: var(--customer-lime);
  box-shadow: 0 12px 30px rgba(61, 30, 130, 0.18);
}

.customer-button--lime:hover {
  background: #d7fb89;
  box-shadow: 0 16px 34px rgba(61, 30, 130, 0.24);
}

.customer-heading {
  max-width: 1100px;
  margin: 0 auto 46px;
  text-align: center;
}

.customer-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: center;
}

.customer-heading p {
  max-width: 1050px;
  margin: 0 auto;
  color: var(--customer-muted);
  font-size: 19px;
  line-height: 1.45;
}

.customer-heading--light p {
  color: rgba(255, 255, 255, 0.65);
}

.customer-responsive-type {
  --customer-type-size: var(--customer-type-desktop);
  font-size: var(--customer-type-size);
}

.customer-hero {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(202, 242, 114, 0.16), transparent 22%),
    linear-gradient(135deg, #7038e8 0%, #8d52fb 57%, #7b44f2 100%);
  border-radius: 0 0 40px 40px;
  padding: 40px 80px;
  @media (max-width: 1440px) {
    padding: 32px 80px;
  }
  @media (max-width: 768px) {
    padding: 28px 24px;
  }
  @media (max-width: 480px) {
    padding: 24px 16px;
  }
}

.customer-hero .customer-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.customer-hero__content h1 {
  --customer-type-desktop: 64px;
  --customer-type-tablet: 48px;
  --customer-type-mobile: 36px;
  margin-bottom: 22px;
  line-height: 0.98;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.customer-hero__content p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.38;
}

.customer-hero__decorations {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.customer-hero__decoration {
  position: absolute;
  display: block;
  overflow: hidden;
  background-image: url("../assets/customer/hero-decorations.webp");
  background-repeat: no-repeat;
}

.customer-hero__decoration--primary {
  top: 84px;
  left: calc(50% + 120px);
  width: 120px;
  height: 135px;
  background-position: -216px -15px;
  background-size: 887px 729px;
}

.customer-hero__decoration--right {
  top: 310px;
  right: 28px;
  width: 140px;
  height: 156px;
  background-position: -828px -262px;
  background-size: 1121px 921px;
}

.customer-hero__decoration--small {
  right: auto;
  bottom: 110px;
  left: 630px;
  width: 44px;
  height: 48px;
  background-position: -9px -375px;
  background-size: 641px 527px;
}

.customer-hero__decoration--blob {
  right: -145px;
  bottom: -16px;
  width: 280px;
  height: 316px;
  background-position: -567px -378px;
  background-size: 853px 702px;
}

.customer-hero__visual {
  position: absolute;
  z-index: 3;
  right: calc(max(0px, (100% - 1440px) / 2) - 108px);
  bottom: 0;
  width: auto;
  height: 744px;
  max-width: none;
  transform: translate3d(0, var(--customer-hero-parallax-y, 0), 0);
  will-change: transform;
}

.customer-ribbon {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
}

.customer-ribbon--top {
  top: -100px;
  right: calc(max(0px, (100% - 1440px) / 2) - 66px);
  width: 520px;
}

.customer-ribbon--bottom {
  bottom: -74px;
  left: calc(max(0px, (100% - 1440px) / 2) - 66px);
  width: 550px;
}

.customer-ai-wrap {
  padding: 48px 0 56px;
}

.customer-ai-banner {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.16), transparent 25%),
    #0f0f0f;
  border-radius: 28px;
}

.customer-ai-banner::before,
.customer-ai-banner::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  background: var(--customer-lime);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.customer-ai-banner::before {
  display: none;
  top: 26px;
  left: 24px;
  @media (max-width: 700px) {
    display: none;
  }
}

.customer-ai-banner::after {
  right: 28px;
  bottom: 44px;
}

.customer-ai-banner__copy {
  position: relative;
  z-index: 3;
  width: 57%;
  padding: 74px 0 64px 58px;
}

.customer-ai-banner__copy h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 3.4vw, 49px);
  line-height: 1.07;
}

.customer-ai-banner__copy p {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.42;
}

.customer-ai-banner__badge {
  position: absolute;
  z-index: 4;
  top: -26px;
  left: 64%;
  width: 170px;
  transform: rotate(-12deg);
}

.customer-ai-banner__phone {
  position: absolute;
  z-index: 4;
  right: 50%;
  bottom: -300px;
  width: 660px;
}

.customer-steps {
  position: relative;
  padding: 116px 0 128px;
  border-radius: 40px;
  z-index: 6;
}

.customer-steps:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -50px;
  left: 0;
  background: var(--customer-black);
  z-index: 4;
}
.customer-steps:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: var(--customer-lavender);
  border-radius: 0 0 40px 40px;
  z-index: 5;
}

.customer-steps__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.customer-step-card {
  grid-column: span 2;
  padding: 18px 18px 24px;
  background: #ffffff;
  border: 1px solid rgba(123, 68, 242, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(48, 39, 90, 0.04);
  transition: all .3s;
}

.customer-step-card:hover{
  transform: translateY(-5px) !important;
}

.customer-step-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.customer-step-card--accent {
  background: var(--customer-lime);
}

.customer-step-card__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #f7f3ff;
  border-radius: 17px;
}

.customer-step-card__preview img {
  width: 91%;
  height: 91%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(67, 43, 119, 0.1));
}

.customer-step-card__number {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 13px;
  color: #2d5211;
  background: var(--customer-lime);
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  @media (max-width: 1000px) {
    font-size: 16px;
  }
}

.customer-step-card--accent .customer-step-card__number {
  color: var(--customer-ink);
  background: #ffffff;
}

.customer-step-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.15;
  @media (max-width: 1000px) {
    font-size: 20px;
  }
}

.customer-step-card p {
  margin-bottom: 0;
  color: var(--customer-muted);
  font-size: 20px;
  line-height: 1.38;
  @media (max-width: 1000px) {
    font-size: 16px;
  }
}

.customer-step-card--accent p {
  color: #536236;
}

.customer-choice {
  position: relative;
  padding: 86px 0 90px;
  border-radius: 40px;
  z-index: 5;
}

.customer-choice__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.customer-choice-card {
  position: relative;
  display: flex;
  min-height: 164px;
  gap: 100px;
  padding: 32px;
  background: #353535;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
}

.customer-choice-card:nth-child(2) {
  width: 90%;
  margin-left: auto;
}

.customer-choice-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.customer-choice-card p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.42;
}

.customer-choice-card img {
  position: relative;
  height: auto;
  width: 140px;
  transform: scale(2)translateX(-20px);
  flex-shrink: 1;
  @media (max-width: 720px) {
    transform: scale(2)translateX(-20px);
  }
}

.customer-choice-card:nth-child(2) img {
  position: relative;
  height: auto;
  width: 140px;
  transform: scale(2)translateX(-20px)rotate(6deg);
  flex-shrink: 1;
}

.customer-university {
  padding: 110px 0 128px;
}

.customer-university__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.2fr 0.92fr;
  gap: 18px;
}

.customer-university-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  @media (max-width: 1200px) {
    flex-direction: row;
  }
}

.customer-university-card--student{
  .customer-university-text{
    @media (max-width: 1200px) {
      margin-bottom: 0;
      max-width: 400px;
      padding: 56px 0 56px 24px;
    }
    @media (max-width: 768px) {
      margin-bottom: 300px;
      max-width: none;
      padding: 24px 16px;
    }
    p{
      @media (max-width: 1200px) {
        max-width: none !important;
      }
    }
  }
}

.customer-university-card-secondary{
  position: relative;
  flex: 1 1 auto;
  .customer-university-text{
    margin-bottom: 305px;
    @media (max-width: 1200px) {
      margin-bottom: 0;
      padding: 56px 0 56px 24px;
    }
    @media (max-width: 768px) {
      margin-bottom: 250px;
      max-width: none;
      padding: 24px 16px;
    }
    p{
      @media (max-width: 1200px) {
        max-width: none !important;
      }
    }
  }
}

@media (max-width: 1200px) {
  .customer-university-card-secondary:first-child{
    img{
      z-index: 3;
      width: 250px;
      max-width: none;
      pointer-events: none;
      bottom: -44%;
      left: 70%;
       @media (max-width: 768px) {
         width: 100%;
         bottom: -85%;
         left: 50%;
         min-width: 500px;
         max-width: 550px;
         transform: translateX(-40%);
       }
      @media (max-width: 468px) {
        bottom: -70%;
      }
    }
  }
}

.customer-university-card-secondary:last-child{
  h3{
    color: #FFFFFF !important;
  }
  p{
    color: #F2F2F2 !important;
  }
}

.customer-university-card-secondary img{
  position: absolute;
  bottom: -55%;
  left: 15%;

  @media (max-width: 2300px) {
    bottom: -40%;
    left: 15%;
  }

  @media (max-width: 1300px) {
    bottom: -25%;
    left: 15%;
  }
}

.customer-university-card-secondary{
  .customer-university-secondary-img{
    position: absolute;
    bottom: -19%;
    left: 0;
    @media (max-width: 1200px) {
      position: absolute;
      bottom: -12%;
      left: 77%;
      max-width: 225px;
    }
    @media (max-width: 768px) {
      bottom: 0;
      left: 50%;
      max-width: 300px;
      transform: translateX(-50%);
    }
  }
  .customer-university-dirt-img{
    position: absolute;
    bottom: -20%;
    left: 25%;
    transform: scale(1.4);
    @media (max-width: 1200px) {
      bottom: -130%;
      left: 40%;
      transform: scale(0.4);
    }
    @media (max-width: 768px) {
      bottom: 0;
      left: 50%;
      transform: translateX(-20%)scale(1.4);
    }
  }
}

.customer-university-text{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 24px 0;
  @media (max-width: 1200px) {
    margin-bottom: 0;
    max-width: 600px;
    padding: 56px 0 56px 24px;
  }
}

.customer-university-card h3 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 1.06;
}

.customer-university-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #404040;
  font-size: 17px;
  line-height: 1.34;
}

@media (min-width: 1440px) {
  .customer-university-card-secondary {
    flex: 1 1 0;
    min-width: 0;
    height: 450px;
  }

  .customer-university-card--student .customer-university-text {
    position: relative;
    z-index: 4;
  }
}

@media (min-width: 1200px) {
  .customer-university__flex > .customer-university-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

@media (min-width: 1920px) {
  .customer-university-card-secondary {
    height: clamp(450px, calc(264px + 9.6875vw), 512px);
  }

  .customer-university-card--student {
    height: clamp(578px, calc(440px + 7.1875vw), 624px);
  }
}

.customer-university-card--library {
  background: #f1ecff;
}

.customer-university-card--library img {
  position: absolute;
  right: -30px;
  bottom: -70px;
  width: 380px;
}

.customer-university-card--students {
  background: var(--customer-lime);
}

.customer-university-card--students p {
  max-width: 340px;
  color: #58653d;
}

.customer-university-card--students > img {
  position: absolute;
  right: -28px;
  bottom: -54px;
  width: 470px;
}

.customer-avatar {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  background: #f17b78;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-family: "Spoof Trial", sans-serif;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(48, 39, 90, 0.14);
}

.customer-avatar--one {
  right: 38px;
  bottom: 160px;
}

.customer-avatar--two {
  right: 245px;
  bottom: 210px;
  background: #8f5cf6;
}

.customer-university-card--chat {
  color: #ffffff;
  background: linear-gradient(145deg, #8c50fb, #6d36e3);
}

.customer-university-card--chat p {
  color: rgba(255, 255, 255, 0.78);
}

.customer-university-card--chat img {
  position: absolute;
  right: -65px;
  bottom: -85px;
  width: 390px;
  transform: rotate(-8deg);
}

.customer-constructor {
  padding: 104px 0 118px;
  border-radius: 40px;
}

.customer-constructor__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  grid-template-rows: repeat(2, minmax(245px, auto));
  gap: 18px;
}

.constructor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border-radius: 24px;
}

.constructor-card::after {
  position: absolute;
  z-index: 0;
  right: -60px;
  bottom: -85px;
  width: 300px;
  height: 300px;
  content: "";
  border: 44px solid currentColor;
  border-radius: 50%;
  opacity: 0.12;
}

.constructor-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.05;
}

.constructor-card--dark {
  grid-row: 1 / span 2;
  color: #ffffff;
  background: #171717;
}

.constructor-card--dark strong {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 18px 28px;
  color: #171717;
  background: var(--customer-lime);
  font-size: 16px;
  font-weight: 500;
}

.constructor-card--dark h3 {
  margin-bottom: 60px;
}

.constructor-card--purple {
  color: #ffffff;
  background: linear-gradient(135deg, #8e53ff, #6d35dd);
}

.constructor-card--light {
  color: #171717;
  background: #ffffff;
}

.constructor-tags {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  left: 24px;
}

.constructor-tags span {
  position: absolute;
  display: inline-flex;
  padding: 8px 14px;
  color: #171717;
  background: var(--customer-lime);
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
  transform: rotate(-7deg);
}

.constructor-tags span:nth-child(1) {
  top: 0;
  right: 2%;
}

.constructor-tags span:nth-child(2) {
  top: 48px;
  right: 22%;
  color: #ffffff;
  background: var(--customer-purple);
  transform: rotate(4deg);
}

.constructor-tags span:nth-child(3) {
  top: 86px;
  right: 6%;
  background: #ffffff;
  transform: rotate(-2deg);
}

.constructor-card--purple .constructor-tags span:nth-child(2),
.constructor-card--light .constructor-tags span:nth-child(2) {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.constructor-card--light .constructor-tags span:nth-child(2) {
  color: #ffffff;
  background: var(--customer-purple);
}

.customer-cta-wrap {
  padding: 54px 0;
}

.customer-cta {
  position: relative;
  min-height: 470px;
  padding: 98px 48% 80px 64px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 50%, rgba(202, 242, 114, 0.18), transparent 24%),
    linear-gradient(132deg, #8f54ff, #6f39e4);
  border-radius: 28px;
}

.customer-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 58%;
  width: clamp(360px, 44vw, 680px);
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.06) 38%,
    rgba(255, 255, 255, 0) 72%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.customer-cta__copy {
  position: relative;
  z-index: 3;
}

.customer-cta h2 {
  margin-bottom: 14px;
  font-size: clamp(39px, 3.5vw, 50px);
  line-height: 1.07;
}

.customer-cta p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  line-height: 1.42;
  @media (max-width: 1200px) {
    font-size: 24px;
  }
  @media (max-width: 768px) {
    font-size: 18px;
  }
}

.customer-cta__logo {
  position: absolute;
  z-index: 3;
  right: 90px;
  bottom: 30px;
  width: 440px;
  transform: rotate(9deg);
  filter: drop-shadow(0 26px 35px rgba(37, 13, 83, 0.35));
  @media (max-width: 1100px) {
    right: 10%;
    bottom: 50%;
    width: 240px;
    transform: translateY(50%)rotate(9deg);
  }
}

.customer-cta__spark {
  position: absolute;
  z-index: 2;
  top: 54px;
  right: 385px;
  width: 70px;
  transform: rotate(-12deg);
  opacity: 0;
}

.customer-cta__stars {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(2%, -15%) scale(1.1);
  @media (max-width: 1900px) {
    transform: translate(10%, -15%) scale(1.1);
  }
}

.customer-cta__stars--compact {
  display: none !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(2%, -30%) scale(1.1);
}

@media (max-width: 1000px) {
  .customer-cta__stars--desktop {
    display: none !important;
  }

  .customer-cta__stars--compact {
    display: block !important;
  }
}

.customer-footer {
  padding: 80px 0 56px;
  margin: 0 auto;
  color: #ffffff;
  background: var(--customer-black);
  border-radius: 40px 40px 0 0;
}

.customer-footer__grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 58px;
}

.customer-logo--footer {
  width: 126px;
}

.customer-footer p,
.customer-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.4;
}

.customer-footer__company p {
  margin: 24px 0 0;
}

.customer-footer h2 {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 20px;
}

.customer-footer__links > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}

.customer-footer__links a:hover,
.customer-footer__contacts > a:hover {
  color: var(--customer-lime);
}

.customer-footer__contacts > a {
  color: #ffffff;
  font-family: "Spoof Trial", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.customer-footer__contacts p {
  margin: 8px 0 18px;
}

.customer-footer__socials {
  display: flex;
  gap: 10px;
}

.customer-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #171717;
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  transition: transform 180ms ease-out;
}

.customer-footer__socials a:hover,
.customer-footer__socials a:focus-visible {
  transform: translateY(-3px);
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .customer-responsive-type {
    --customer-type-size: var(--customer-type-tablet);
  }

  .customer-hero__content {
    width: 60vw;
    padding-top: 270px;
    margin-left: 26px;
  }

  .customer-hero__decoration--primary {
    top: 82px;
    left: 240px;
    width: 100px;
    height: 112px;
    background-position: -180px -13px;
    background-size: 740px 608px;
  }

  .customer-hero__decoration--right {
    top: 310px;
    right: -11px;
    width: 94px;
    height: 105px;
    background-position: -557px -177px;
    background-size: 755px 620px;
  }

  .customer-hero__decoration--small {
    right: auto;
    bottom: 330px;
    left: 135px;
    width: 42px;
    height: 46px;
    background-position: -9px -358px;
    background-size: 611px 502px;
  }

  .customer-hero__decoration--blob {
    right: -172px;
    bottom: -6px;
    width: 240px;
    height: 270px;
    background-position: -487px -325px;
    background-size: 733px 602px;
  }

  .customer-hero__visual {
    right: -190px;
    width: auto;
    height: 620px;
  }

  .customer-ribbon--top {
    top: -100px;
    right: -66px;
    width: 520px;
  }

  .customer-ribbon--bottom {
    bottom: -52px;
    left: -24px;
    width: 550px;
  }

  .customer-ai-banner__copy {
    width: 64%;
  }

  .customer-ai-banner__badge {
    left: 69%;
  }

  .customer-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-step-card,
  .customer-step-card:nth-child(4) {
    grid-column: auto;
  }

  .customer-step-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin: 0 auto;
  }

  .customer-university__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-university-card--students {
    grid-row: span 2;
  }

  .customer-footer__grid {
    grid-template-columns: 0.8fr 1.5fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 760px) {
  .customer-responsive-type {
    --customer-type-size: var(--customer-type-mobile);
  }
  .customer-container,
  .customer-container--narrow {
    width: min(100% - 32px, 100%);
  }

  .customer-button {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
  }

  .customer-heading {
    margin-bottom: 60px;
    text-align: left;
  }

  .customer-heading h2 {
    font-size: 34px;
  }

  .customer-heading p {
    font-size: 16px;
  }

  .customer-hero {
    border-radius: 0 0 28px 28px;
  }

  .customer-hero__content {
    width: auto;
    padding: 140px 20px 0;
    margin: 0;
  }

  .customer-hero__content h1 {
    margin-bottom: 34px;
    white-space: normal;
  }

  .customer-hero__content p {
    max-width: 460px;
    margin-bottom: 22px;
    font-size: 16px;
  }

  .customer-hero__content p br {
    display: none;
  }

  .customer-hero__visual {
    right: -67px;
    bottom: 0;
    width: auto;
    height: 300px;
  }

  .customer-hero__decoration--primary {
    top: 72px;
    left: 220px;
    width: 50px;
    height: 56px;
    background-position: -90px -6px;
    background-size: 370px 304px;
  }

  .customer-hero__decoration--right {
    top: 400px;
    right: -10px;
    width: 54px;
    height: 60px;
    background-position: -319px -101px;
    background-size: 432px 355px;
  }

  .customer-hero__decoration--small {
    bottom: 94px;
    left: 70px;
    width: 36px;
    height: 39px;
    background-position: -7px -307px;
    background-size: 523px 430px;
  }

  .customer-hero__decoration--blob {
    right: -155px;
    bottom: 82px;
    width: 180px;
    height: 203px;
    background-position: -365px -244px;
    background-size: 549px 452px;
  }

  .customer-ribbon--bottom {
    bottom: -100px;
    left: -300px;
    width: 550px;
  }

  .customer-ai-wrap {
    padding: 28px 0 36px;
  }

  .customer-ai-banner {
    min-height: 520px;
    border-radius: 22px;
  }

  .customer-ai-banner__copy {
    width: 100%;
    padding: 38px 24px 260px;
  }

  .customer-ai-banner__copy h2 {
    font-size: 32px;
  }

  .customer-ai-banner__copy p {
    font-size: 15px;
  }

  .customer-ai-banner__badge {
    top: auto;
    bottom: 155px;
    left: 28px;
    width: 100px;
  }

  .customer-ai-banner__phone {
    right: calc(50% - 260px);
    bottom: -238px;
    width: 520px;
  }

  .customer-steps,
  .customer-university,
  .customer-constructor {
    padding: 70px 16px;
    border-radius: 28px;
  }

  .customer-steps__grid {
    grid-template-columns: 1fr;
  }

  .customer-step-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .customer-step-card__preview {
    height: 245px;
  }

  .customer-choice {
    padding: 64px 0;
    border-radius: 28px;
  }

  .customer-choice-card h3 {
    font-size: 25px;
  }

  .customer-university__grid {
    grid-template-columns: 1fr;
  }

  .customer-university-card,
  .customer-university-card--students {
    grid-row: auto;
  }

  .customer-university-card--students > img {
    width: 390px;
  }

  .customer-constructor .customer-heading h2 br {
    display: none;
  }

  .customer-constructor__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .constructor-card,
  .constructor-card--dark {
    grid-row: auto;
    min-height: 300px;
  }

  .constructor-card h3 {
    font-size: 30px;
  }

  .customer-cta-wrap {
    padding: 32px 0;
  }

  .customer-cta {
    min-height: 620px;
    padding: 48px 24px 340px;
    border-radius: 24px;
  }

  .customer-cta p br {
    display: none;
  }

  .customer-cta__logo {
    right: 50%;
    bottom: 5%;
    width: 280px;
    transform: translateX(50%) rotate(15deg);
  }

  .customer-cta__spark {
    top: auto;
    left: 50%;
    bottom: -24%;
    transform: translateX(-23%);
    width: 100%;
    opacity: 1;
    z-index: 2;
  }

  .customer-footer {
    padding: 56px 0 40px;
    border-radius: 28px 28px 0 0;
  }

  .customer-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .customer-footer__links > div {
    grid-template-columns: 1fr;
  }

  .customer-footer__contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    align-items: start;
  }

  .customer-footer__contacts h2 {
    grid-column: 1 / -1;
  }

  .customer-footer__contacts > a {
    grid-column: 1;
    grid-row: 2;
  }

  .customer-footer__contacts p {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
  }

  .customer-footer__socials {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: center;
  }
}

@media (max-width: 420px) {
  .customer-hero__visual {
    right: -67px;
  }

  .customer-step-card {
    padding: 14px 14px 22px;
  }

  .customer-step-card__preview {
    height: 210px;
  }

  .customer-university-card h3 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal,
  .js .reveal.is-visible,
  .customer-button,
  .customer-hero__visual {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .customer-liquid-loader {
    display: none !important;
  }
}

.customer-choice > .customer-container-isp,
.customer-university > .customer-container-isp,
.customer-constructor > .customer-container-isp,
.customer-cta-wrap > .customer-container-isp,
.customer-footer > .customer-container-isp {
  max-width: none;
}

.customer-choice > .customer-container--narrow {
  width: calc(100vw - 32px);
  max-width: none;
}

.customer-choice__list {
  gap: 16px;
  align-items: stretch;
}

.customer-choice-card,
.customer-choice-card:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 180px 16px 24px;
  background: #404040;
  border: 0;
  border-radius: 20px;
}

.customer-choice-card > div {
  position: relative;
  z-index: 1;
  width: 100%;
}

.customer-choice-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.customer-choice-card p {
  max-width: none;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .customer-choice > .customer-container--narrow {
    width: calc(100vw - 48px);
  }

  .customer-choice__list {
    --choice-card-width: clamp(628px, calc(254.286px + 48.660714vw), 955px);
    --choice-card-inset: clamp(92px, calc(73.714px + 2.380952vw), 108px);
    gap: 20px;
  }

  .customer-choice-card,
  .customer-choice-card:nth-child(2) {
    flex-direction: row;
    justify-content: flex-start;
    width: var(--choice-card-width);
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
  }

  .customer-choice-card:nth-child(odd) {
    margin-left: var(--choice-card-inset);
  }

  .customer-choice-card:nth-child(even) {
    margin-right: var(--choice-card-inset);
    margin-left: auto;
  }

  .customer-choice-card h3 {
    font-size: clamp(24px, calc(19.429px + 0.595238vw), 28px);
  }

  .customer-choice-card p {
    font-size: clamp(18px, calc(15.714px + 0.297619vw), 20px);
  }
}

@media (min-width: 1200px) {
  .customer-choice > .customer-container--narrow {
    width: min(1280px, calc(100vw - 160px));
  }
}

@media (min-width: 1441px) {
  .customer-choice > .customer-container--narrow {
    width: clamp(1280px, calc(728px + 38.3333vw), 1464px);
  }

  .customer-choice__list {
    --choice-card-width: clamp(955px, calc(766px + 13.125vw), 1018px);
    --choice-card-inset: clamp(108px, calc(-15px + 8.541667vw), 149px);
  }

  .customer-choice-card h3 {
    font-size: clamp(28px, calc(16px + 0.833333vw), 32px);
  }

  .customer-choice-card p {
    font-size: clamp(20px, calc(8px + 0.833333vw), 24px);
  }
}

@media (min-width: 1921px) {
  .customer-choice > .customer-container--narrow {
    width: clamp(1464px, calc(1074px + 20.3125vw), 1594px);
  }

  .customer-choice__list {
    --choice-card-width: clamp(1018px, calc(-104px + 58.4375vw), 1392px);
    --choice-card-inset: clamp(0px, calc(596px - 23.28125vw), 149px);
  }

  .customer-choice-card h3 {
    font-size: clamp(32px, calc(20px + 0.625vw), 36px);
  }

  .customer-choice-card p {
    font-size: clamp(24px, calc(12px + 0.625vw), 28px);
  }
}
@media (max-width: 760px) {
  .customer-choice {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 16px 56px;
    border-radius: 0 0 24px 24px;
  }

  .customer-choice > .customer-container--narrow {
    width: 100%;
  }

  .customer-choice .customer-heading {
    margin-bottom: 40px;
  }

  .customer-choice .customer-heading h2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .customer-choice .customer-heading p {
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.3;
  }

  .customer-choice__list {
    gap: 16px;
    align-items: center;
    width: 100%;
  }

  .customer-choice-card,
  .customer-choice-card:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: min(100%, 560px);
    min-height: 0;
    margin: 0 auto;
    padding: 180px 16px 24px;
    overflow: visible;
    background: #404040;
    border: 0;
    border-radius: 20px;
  }

  .customer-choice-card > div {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .customer-choice-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "Spoof Trial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .customer-choice-card p {
    max-width: none;
    margin: 0;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 1.3;
  }

  .customer-choice-card img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 240px;
    max-width: none;
    height: auto;
    transform: translate(-50%, -20%);
    pointer-events: none;
  }

  .customer-choice-card:nth-child(2) > .customer-choice-card__image--request {
    position: absolute;
    top: -60px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 270px;
    margin: 0;
    transform: translateX(-50%) rotate(4deg);
  }
}
