:root {
  --zeyra-gradient: linear-gradient(to bottom, #FFFFFF, #B39FEB);
  --button-gradient: linear-gradient(to right, #455EB5, #5643CC, #673FD7);
  --fs-h1: 40px;
  --fs-h1-md: 56px;
  --fs-h2: 24px;
  --fs-h2-md: 48px;
  --fs-h5: 18px;
  --fs-h5-md: 24px;
  --fs-s1: 16px;
  --fs-s1-md: 18px;
  --fs-s2: 14px;
  --fs-s2-md: 16px;
  --np: 16px;
  --np-md: 80px;
  --section-margin: 80px;
  --section-margin-md: 128px;
  --sp-gap: 40px;
  --sp-gap-md: 100px;
  --hero-pt: 40px;
  --hero-pt-md: 56px;
  --hero-pb: 48px;
  --hero-pb-md: 128px;
}
@media (min-width: 768px) {
  :root {
    --fs-h1: var(--fs-h1-md);
    --fs-h2: var(--fs-h2-md);
    --fs-h5: var(--fs-h5-md);
    --fs-s1: var(--fs-s1-md);
    --fs-s2: var(--fs-s2-md);
    --np: var(--np-md);
    --section-margin: var(--section-margin-md);
    --sp-gap: var(--sp-gap-md);
    --hero-pt: var(--hero-pt-md);
    --hero-pb: var(--hero-pb-md);
  }
}

/* MARK: - Layout */

.gap8 {
  gap: 8px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.gap32 {
  gap: 32px;
}

.gap48 {
  gap: 48px;
}

.gap100 {
  gap: var(--sp-gap);
}

.gap128 {
  gap: 128px;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/* MARK: - Overrides */

body {
  margin: 0;
}

html, body { overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit;
}

.nav-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  height: 80px;
  margin: 16px var(--np);
  padding: 0 40px;
  border: 1px solid #E4E3F7;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 #4958BA29;
  display: flex;
  align-items: center;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--section-margin);
}

.mb {
  margin-bottom: var(--section-margin);
}

h1 {
  font-family: "Inter";
  font-weight: 600;
  font-style: "Semi Bold";
  font-size: var(--fs-h1);
  line-height: 104%;
  letter-spacing: -2%;
  text-align: center;
}

h1 span {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-style: italic;
  font-size: var(--fs-h1);
  line-height: 104%;
  letter-spacing: -2%;
  background: var(--button-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-family: "Inter";
  font-weight: 600;
  font-style: "Semi Bold";
  font-size: var(--fs-h2);
  line-height: 110%;
  letter-spacing: -2%;
  text-align: center;
}

h2 span {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-style: italic;
  font-size: var(--fs-h2);
  line-height: 110%;
  letter-spacing: -2%;
  text-align: center;
}

h5 {
  font-family: "Inter";
  font-weight: 600;
  font-style: "Semi Bold";
  font-size: var(--fs-h5);
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
}

footer {
  background: #FDFCFF;
  width: 100%;
}

footer p {
  color: #525461;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 34px;
  margin: 0;
}

footer div {
  display: block;
  height: 1px;
  background-color: #E5E5F5;
  margin: 0;
}

img {
  max-width: 100%;
}


/* MARK: - Custom styles */

.chat-img {
  width: 313px;
}

.nav-link {
  color: #5A5D71;
  font-family: "Inter";
  font-style: medium;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: none;
  outline: none;
  color: #FFF;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  background: var(--button-gradient);
  height: 48px;
  padding: 0 32px;
  border-radius: 24px;
  box-shadow: 0 2px 2px 0 #FFFFFF66;
  box-shadow: 0 -1px 1px 0 #FFFFFF40;
  box-shadow: 0 4px 16px 0 #5349C71F;
}

.hero-bg {
  background: var(--zeyra-gradient);
  padding-top: var(--hero-pt);
  padding-bottom: var(--hero-pb);
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bottom-form-bg {
  background: var(--zeyra-gradient);
  border-radius: 32px;
  box-shadow: 0 4px 16px 0 #4958BA29;
}

.logo-title {
  flex: 1;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 34px;
  background: var(--button-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h21 {
  font-family: "Inter";
  font-weight: 600;
  font-style: "Semi Bold";
  font-size: var(--fs-h2);
  line-height: 110%;
  letter-spacing: -2%;
  text-align: left;
}

.h21 span {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-style: italic;
  font-size: var(--fs-h2);
  line-height: 110%;
  letter-spacing: -2%;
  text-align: left;
}

.h51 {
  font-family: "Inter";
  font-weight: 600;
  font-style: "Semi Bold";
  font-size: var(--fs-h5);
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
}

.s1 {
  font-family: "Inter";
  font-weight: 400;
  font-style: "Regular";
  font-size: var(--fs-s1);
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #525461;
}

.s2 {
  font-family: "Inter";
  font-weight: 400;
  font-style: "Regular";
  font-size: var(--fs-s2);
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  color: #525461;
}

.s21 {
  font-family: "Inter";
  font-weight: 400;
  font-style: "Regular";
  font-size: var(--fs-s2);
  line-height: 140%;
  letter-spacing: -2%;
  text-align: left;
  color: #525461;
}

.step {
  display: grid;
  gap: 26px;
  max-width: 400px;
}

.step img {
  width: 100%;
  height: auto;
  display: block;
}

.step div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step div p,
.step div h5 {
  width: 100%;
  word-break: break-word;
  margin: 0;
  padding: 0;
}

.chat {
  display: grid;
  gap: 26px;
  max-width: 313px;
}

.chat img {
  width: 100%;
  height: auto;
  display: block;
}

.chat div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chat div p,
.chat div h5 {
  width: 100%;
  word-break: break-word;
  margin: 0;
  padding: 0;
}

.selling-point {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--sp-gap);
}

.no-margins {
  margin: 0;
}

.mt32 {
  margin-top: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb128 {
  margin-bottom: 128px;
}
.p128 {
  padding: 128px;
}

.form {
  background: #FFFFFF33;
  border: 1px solid #FFFFFF33;
  box-shadow: 0 8px 24px 0 #4A56BC1F;
  padding: 8px;
  border-radius: 24px;
}

.form div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  gap: 8px;
}

.form div h5,
.form div p {
  margin: 0;
  padding: 0;
}

.text-input {
  width: 300px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #E5E5F5;
  color: #000000;
  text-align: left;
  padding: 0 16px;
}

.text-input::placeholder {
  color: #AAACBA;
}

.text-input:focus {
  outline: none;
  border-color: #673FD7;
  box-shadow: 0 0 0 3px rgba(103, 63, 215, 0.1);
}

.align-start {
  align-items: flex-start;
}

.desktop {
  display: none;
}

@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.desktop-carousel {
  display: none;
}

@media (min-width: 768px) {
  .desktop {
    display: inline;
  }
}

.contact-link {
  background: var(--button-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
