/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/styles/pages/home/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.home__workflow-card {
  width: 384px;
  min-width: 384px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home__workflow-card-content {
  width: 100%;
  height: 308px;
  padding: 1px;
  background: #171C26;
  border: 1px solid rgba(152, 125, 232, 0.2);
  border-radius: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  gap: 16px;
  transition: border-color 0.3s;
}
.home__workflow-card-content:hover {
  border-color: rgba(152, 125, 232, 0.5);
}

.home__workflow-icon-wrapper {
  width: 80px;
  height: 80px;
  padding: 20px;
  background: rgba(152, 125, 232, 0.2);
  border: 1px solid rgba(152, 125, 232, 0.3);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home__workflow-icon {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}

.home__workflow-number {
  text-align: center;
  color: #987DE8;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.home__workflow-card-title {
  text-align: center;
  color: #F0F0F5;
  font-size: 18.4px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.home__workflow-card-description {
  text-align: center;
  color: #8F8FA3;
  font-size: 14.1px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.home__feature-card {
  width: 384px;
  min-width: 384px;
  flex-shrink: 0;
  min-height: 332px;
  padding: 32px;
  background: #171C26;
  border: 1px solid rgba(41, 48, 61, 0.5);
  border-radius: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.3s;
}
.home__feature-card:hover {
  border-color: rgba(152, 125, 232, 0.5);
}

.home__feature-icon-wrapper {
  width: 56px;
  height: 56px;
  padding: 14px;
  background: rgba(152, 125, 232, 0.1);
  border: 1px solid rgba(152, 125, 232, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home__feature-icon {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain;
}

.home__feature-title {
  color: #F0F0F5;
  font-size: 18.1px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.home__feature-description {
  color: #8F8FA3;
  font-size: 14.1px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  flex: 1 1;
}

.home__feature-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #987DE8;
  font-size: 12.6px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  transition: gap 0.3s;
}
.home__feature-link:hover {
  gap: 12px;
}
.home__feature-link svg {
  width: 16px;
  height: 16px;
}

.home {
  width: calc(100% + 30px);
  font-family: "Montserrat", sans-serif;
  background: #0E121B;
  min-height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1440px) {
  .home {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 1440px) / 2 + 15px));
    margin-right: calc(-1 * ((100vw - 1440px) / 2 + 15px));
  }
}
.home__about-link {
  color: rgba(240, 240, 245, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s;
  margin-right: 24px;
}
.home__about-link:hover {
  color: #987DE8;
}
.home__hero {
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.25);
}
.home__hero-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 32px;
}
.home__hero-container {
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.home__hero-heading {
  position: relative;
  height: 224px;
  width: 100%;
}
.home__hero-title-line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(240, 240, 245, 0.7);
  font-size: 64.5px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
}
.home__hero-title-line2 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #987DE8;
  font-size: 65px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
  text-shadow: 0px 0px 100px rgba(186, 150, 255, 0.3);
}
.home__hero-title-line3 {
  position: absolute;
  top: 152px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #987DE8;
  font-size: 64.8px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
  text-shadow: 0px 0px 100px rgba(186, 150, 255, 0.3);
}
.home__hero-description {
  width: 100%;
  max-width: 768px;
  text-align: center;
  color: rgba(240, 240, 245, 0.8);
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.home__hero-cta {
  padding-top: 8px;
  display: flex;
  justify-content: center;
}
.home__hero-button {
  padding: 24px 32px;
  background: #987DE8;
  box-shadow: 0px 10px 30px -10px rgba(152, 125, 232, 0.4);
  border-radius: 9999px;
  border: none;
  color: #0E121B;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: "Montserrat", sans-serif;
}
.home__hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 15px 40px -10px rgba(152, 125, 232, 0.6);
}
.home__hero-button:active {
  transform: translateY(0);
}
.home__hero-scroll {
  text-align: center;
  color: rgba(240, 240, 245, 0.6);
  font-size: 12.6px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.home__workflow {
  width: 100%;
  padding: 80px 320px;
  background: rgba(23, 28, 38, 0.3);
}
.home__workflow-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.home__section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.home__section-title {
  text-align: center;
  color: #F0F0F5;
  font-size: 32.3px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.home__section-subtitle {
  max-width: 672px;
  text-align: center;
  color: #8F8FA3;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.home__workflow-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  .home__workflow-cards {
    flex-wrap: wrap;
  }
}
.home__features {
  width: 100%;
  padding: 80px 320px;
  background: transparent;
}
.home__features-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.home__features-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  .home__features-cards {
    flex-wrap: wrap;
  }
}
.home__cta {
  width: 100%;
  padding: 80px 32px;
  background: rgba(23, 28, 38, 0.5);
}
.home__cta-container {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.home__cta-title {
  text-align: center;
  color: #F0F0F5;
  font-size: 30.9px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.home__cta-description {
  text-align: center;
  color: #8F8FA3;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 16px 0;
}
.home__cta-button {
  padding: 24px 32px;
  background: #987DE8;
  box-shadow: 0px 10px 30px -10px rgba(152, 125, 232, 0.4);
  border-radius: 9999px;
  border: none;
  color: #0E121B;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: "Montserrat", sans-serif;
}
.home__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 15px 40px -10px rgba(152, 125, 232, 0.6);
}
.home__cta-button:active {
  transform: translateY(0);
}
@media screen and (max-width: 1440px) {
  .home__workflow, .home__features {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .home__workflow, .home__features {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home__hero-title-line1, .home__hero-title-line2, .home__hero-title-line3 {
    font-size: 48px;
    line-height: 56px;
  }
  .home__hero-heading {
    height: 180px;
  }
  .home__hero-title-line2 {
    top: 60px;
  }
  .home__hero-title-line3 {
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .home__workflow, .home__features, .home__cta {
    padding-left: 32px;
    padding-right: 32px;
  }
  .home__workflow-cards, .home__features-cards {
    flex-direction: column;
    align-items: center;
  }
  .home__workflow-card, .home__feature-card {
    width: 100%;
    max-width: 384px;
  }
  .home__workflow-arrow {
    display: none;
  }
  .home__hero-title-line1, .home__hero-title-line2, .home__hero-title-line3 {
    font-size: 36px;
    line-height: 44px;
  }
  .home__hero-heading {
    height: 140px;
  }
  .home__hero-title-line2 {
    top: 48px;
  }
  .home__hero-title-line3 {
    top: 96px;
  }
  .home__hero-description {
    font-size: 18px;
    line-height: 28px;
  }
}
