html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0 !important;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.text__heading-3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 48px;
  height: 48px;
}
.button--regular {
  color: #3a3432;
  background-color: #f7f7f7;
  border: 1px solid #ebe6e6;
}
.button--danger {
  color: #fff;
  background-color: #c11134;
}
.button:hover {
  text-decoration: none;
  opacity: 0.8;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px;
  background-color: #0b0121;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 24px 0;
}
.header__link {
  color: #f7f7f7;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.header__link:hover {
  text-decoration: underline;
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer {
  display: flex;
  align-items: flex-start;
  padding: 88px 144px;
  background-color: #0b0121;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 72px;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ececec;
}
.footer__copyright {
  margin-top: 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #939393;
}
.footer__copyright--mobile {
  display: none;
  margin-top: 8px;
}

.landing {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 128px;
  height: 893px;
  background-image: url('../images/landing-bg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.landing__title {
  margin-top: 170px;
  text-align: center;
  font-size: 72px;
  line-height: 86px;
  font-weight: 700;
  background: linear-gradient(
    145.55deg,
    #ececec 20.35%,
    rgba(236, 236, 236, 0) 128.73%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing__description {
  margin: 24px 0;
  text-align: center;
  color: rgba(236, 236, 236, 0.6509803922);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.landing__chat {
  width: 982px;
  height: 463px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.landing__image-mobile {
  display: none;
  width: 327px;
  height: 371px;
  position: absolute;
  bottom: -162px;
  left: 50%;
  transform: translateX(-50%);
}

.intro {
  display: flex;
  gap: 64px;
  padding: 118px 128px 64px 128px;
  background-color: #fff;
}
.intro__content {
  flex: 1;
}
.intro__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #1e2a72;
  margin-bottom: 12px;
  z-index: 0;
}
.intro__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3a3432;
  margin-bottom: 48px;
}
.intro__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.intro__text {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3a3432;
}
.intro__image {
  width: 390px;
  height: 390px;
}

.dot {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 0;
  left: -8px;
  background-color: #c11134;
  z-index: -1;
}

.advertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 74px 128px;
  background-color: #f5f9ff;
}
.advertise__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #1e2a72;
  margin-bottom: 12px;
  z-index: 0;
}
.advertise__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3a3432;
  margin-bottom: 48px;
}
.advertise__items {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}
.advertise__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 32px;
  padding: 60px 32px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5019607843) inset,
    0px -2px 40px 0px rgba(187, 155, 255, 0.1490196078),
    0px -2px 10px 0px rgba(233, 223, 255, 0.3019607843);
}
.advertise__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 12px;
  background-color: #c11134;
  margin-bottom: 16px;
}
.advertise__header {
  font-weight: 500;
  color: black;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
.advertise__list {
  margin: 0;
  padding-inline-start: 23px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #3a3432;
}

.distribution {
  display: flex;
  gap: 48px;
  padding: 64px 128px;
  background-color: #4658a8;
}
.distribution__content {
  display: flex;
  gap: 48px;
}
.distribution__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #fff;
  z-index: 0;
}
.distribution__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #f7f7f7;
}
.distribution__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.distribution__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.distribution__list {
  margin: 0;
  padding-inline-start: 23px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #cbc6c6;
}
.distribution__image {
  margin-top: auto;
  width: 100%;
  height: 164px;
  object-fit: cover;
  border-radius: 16px;
}

.solution {
  display: flex;
  gap: 48px;
  padding: 64px 128px;
  background-color: #f5f9ff;
}
.solution__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #1e2a72;
  z-index: 0;
}
.solution__column {
  display: flex;
  flex-direction: column;
}
.solution__divider {
  width: 100%;
  border: 1px dashed #746f6f;
  border-image: repeating-linear-gradient(
      90deg,
      #746f6f 0 10px,
      transparent 10px 18px
    )
    1;
  margin: 12px 0;
}
.solution__content {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
  border-radius: 20px;
  box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5019607843) inset,
    0px -2px 40px 0px rgba(187, 155, 255, 0.1490196078),
    0px -2px 10px 0px rgba(233, 223, 255, 0.3019607843);
  cursor: pointer;
}
.solution__content:hover {
  text-decoration: none;
}
.solution__text {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}
.solution__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #746f6f;
  border-radius: 50%;
  padding: 16px;
  margin-left: auto;
}

.quote {
  display: flex;
  text-align: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-color: #0b0121;
  padding: 64px 128px 128px;
  background-image: url('../images/quote-background.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.quote__content {
  background: transparent;
  border-radius: 20px;
  padding: 60px 208px;
  box-shadow: 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5019607843) inset,
    0px -2px 40px 0px rgba(187, 155, 255, 0.1490196078),
    0px -2px 10px 0px rgba(233, 223, 255, 0.3019607843);
}
.quote__text {
  display: block;
  width: 768px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #ececec;
  margin-bottom: 24px;
}
.quote__author {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ececec;
}

.getting-started {
  display: flex;
  gap: 48px;
  padding: 64px 128px 128px;
  background-image: url('../images/getting-started-bg.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.getting-started__content {
  display: flex;
  gap: 48px;
}
.getting-started__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #fff;
  z-index: 0;
}
.getting-started__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.getting-started__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.getting-started__list {
  margin: 0;
  padding-inline-start: 23px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ebe6e6;
}
.getting-started__header {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 30px;
}
.getting-started__icon {
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #c11134;
}
.getting-started__divider {
  width: 100%;
  border: 1px dashed #cbc6c6;
  border-image: repeating-linear-gradient(
      90deg,
      #cbc6c6 0 10px,
      transparent 10px 18px
    )
    1;
}
.getting-started__divider--vertical {
  width: 1px;
  height: 100%;
  border-width: 0 1px;
  border-style: dashed;
  border-image: repeating-linear-gradient(
      180deg,
      #cbc6c6 0 10px,
      transparent 10px 17px
    )
    1;
}
.getting-started__row {
  display: flex;
  gap: 10px;
  flex: 1;
}
.getting-started__header-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact {
  display: flex;
  gap: 128px;
  padding: 64px 128px;
  background: #e1e5ff;
}
.contact__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact__column {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contact__image {
  width: 40%;
  object-fit: contain;
}
.contact__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0b0121;
  z-index: 0;
  margin-bottom: 12px;
}
.contact__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3a3432;
}
.contact__list {
  margin: 0;
  padding-inline-start: 23px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3a3432;
  margin-bottom: 32px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.contact__form-error {
  color: #c11134;
}
.contact__form-error--hidden {
  display: none;
}
.contact__form-success {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.contact__form-success--hidden {
  display: none;
}
.contact__form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  margin-bottom: 20px;
}
.contact__form-input {
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px;
  background: transparent;
  border: 1px solid #746f6f;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #3a3432;
  width: 100%;
}
.contact__form-input:focus {
  outline: none;
}
.contact__form-input::placeholder {
  color: #3a3432;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.contact__form-submit {
  display: flex;
  align-items: center;
  height: 48px;
  width: fit-content;
  padding: 12px 16px;
  background: rgba(18, 60, 246, 0.9019607843);
  border-radius: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin-bottom: 16px;
  border: none;
}
.contact__form-submit--secondary {
  color: #123cf6e6;
  background-color: #fff2ea;
}
.contact__form-submit:hover {
  opacity: 0.8;
}

.menu-button {
  align-items: center;
  background: #c11134;
  border: none;
  display: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
}
.menu-button:hover {
  opacity: 0.8;
}
.menu-button__image {
  color: #ebe6e6;
  width: 16px;
  height: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: #0b0121;
  display: none;
  z-index: 999;
}
.overlay__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #746f6f;
  padding: 12px 24px;
}

.menu-mobile {
  margin: 0;
  height: fit-content;
  padding: 0 24px;
  background-color: #0b0121;
  list-style-type: none;
  border-bottom: 1px solid #746f6f;
  box-shadow: 8px 8px 20px rgba(106, 106, 106, 0.1215686275);
}
.menu-mobile__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #746f6f;
}
.menu-mobile__item:last-child {
  border-bottom: none;
}
.menu-mobile__icon {
  width: 16px;
  height: 16px;
  rotate: 180deg;
}
.menu-mobile__item-link {
  cursor: pointer;
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
}
.menu-mobile__item-link:hover {
  text-decoration: underline;
}

.landing-bottom {
  background-color: white;
  height: 100px;
}

@media (max-width: 1280px) {
  .contact__column {
    width: 100%;
  }
  .quote__text {
    width: 600px;
  }
}

@media (max-width: 1024px) {
  .menu-button {
    display: flex;
    padding: 16px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 32px;
  }
  .header__nav {
    display: none;
  }
  .landing {
    height: 942px;
  }
  .landing__chat {
    width: 760px;
  }
  .contact {
    flex-direction: column;
    gap: 48px;
  }
  .contact__image {
    width: auto;
  }
  .quote__text {
    width: 600px;
  }
  .quote__content {
    padding: 60px;
  }
  .overlay__container {
    padding: 32px;
  }
  .getting-started {
    flex-direction: column;
  }
  .getting-started__content {
    gap: 28px;
  }
  .solution__image {
    width: 300px;
  }
  .distribution {
    flex-direction: column;
  }
  .intro {
    flex-direction: column;
  }
  .intro__image {
    width: auto;
    height: auto;
  }
}

@media (max-width: 768px) {
  .overlay__container {
    padding: 12px 24px;
  }
  .menu-button {
    display: flex;
    padding: 8px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 12px 24px;
  }
  .header__nav {
    display: none;
  }
  main {
    padding-top: 56px;
  }
  .landing {
    height: 662px;
    padding: 0 24px;
  }
  .landing__title {
    margin-top: 80px;
    text-align: center;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    background: linear-gradient(
      145.55deg,
      #ececec 20.35%,
      rgba(236, 236, 236, 0) 128.73%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .landing__chat {
    display: none;
  }
  .landing__image-mobile {
    display: block;
  }
  .landing-bottom {
    height: 162px;
  }
  .intro {
    flex-direction: column;
    padding: 48px 24px;
    gap: 24px;
  }
  .intro__image {
    width: 100%;
    height: auto;
  }
  .intro__title {
    font-size: 28px;
    line-height: 36px;
  }
  .advertise {
    padding: 48px 24px;
  }
  .advertise__title {
    font-size: 28px;
    line-height: 36px;
  }
  .advertise__items {
    flex-direction: column;
  }
  .solution {
    padding: 48px 24px;
    flex-direction: column;
  }
  .solution__title {
    font-size: 28px;
    line-height: 36px;
  }
  .solution__text {
    font-size: 20px;
    line-height: 24px;
  }
  .solution__button {
    padding: 8px;
  }
  .solution__button img {
    width: 16px;
    height: 16px;
  }
  .solution__image {
    width: auto;
  }
  .distribution {
    padding: 48px 24px;
    flex-direction: column;
  }
  .distribution__content {
    flex-direction: column;
  }
  .distribution__title {
    font-size: 28px;
    line-height: 36px;
  }
  .distribution__label {
    font-size: 20px;
    line-height: 24px;
  }
  .distribution__image {
    margin-top: 4px;
  }
  .quote {
    padding: 48px 24px 128px;
  }
  .quote__content {
    padding: 32px 32px 80px;
  }
  .quote__text {
    font-size: 28px;
    line-height: 36px;
    width: auto;
  }
  .getting-started {
    padding: 48px 24px;
    flex-direction: column;
    gap: 0;
  }
  .getting-started__content {
    flex-direction: column;
    gap: 0;
  }
  .getting-started__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 36px;
  }
  .getting-started__header {
    display: none;
  }
  .getting-started__row {
    margin-top: 12px;
  }
  .getting-started__header-mobile {
    display: flex;
  }
  .contact {
    gap: 48px;
    padding: 48px 24px;
    flex-direction: column;
  }
  .contact__title {
    font-size: 28px;
    line-height: 36px;
  }
  .footer {
    flex-direction: column;
    gap: 24px;
    padding: 48px 24px;
  }
  .footer__grid {
    display: flex;
    flex-wrap: wrap;
  }
  .text__heading-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__text {
    font-size: 12px;
    line-height: 18px;
  }
  .footer__copyright {
    display: none;
  }
  .footer__copyright--mobile {
    display: block;
  }
}
