/* [project]/src/components/Header/Header.module.css [app-client] (css) */
.Header-module__ldgnoG__header {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  padding: 24px 4vw;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  transition: padding .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}

.Header-module__ldgnoG__scrolled {
  padding: 12px 4vw;
}

.Header-module__ldgnoG__island {
  pointer-events: auto;
  -webkit-backdrop-filter: blur(24px);
  background: #ffffffd9;
  border: 1px solid #7b4fa61a;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  padding: 12px 12px 12px 24px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  box-shadow: 0 12px 40px #7b4fa61a;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__island {
  background: #ffffffeb;
  gap: 20px;
  max-width: 1000px;
  padding: 8px 8px 8px 20px;
  box-shadow: 0 8px 30px #7b4fa626;
}

.Header-module__ldgnoG__logo {
  align-items: center;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.Header-module__ldgnoG__logoImage {
  width: auto;
  height: 32px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: block;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__logoImage {
  height: 26px;
}

.Header-module__ldgnoG__logo:hover .Header-module__ldgnoG__logoImage {
  transform: scale(1.04);
}

.Header-module__ldgnoG__nav {
  align-items: center;
  gap: 4px;
  display: flex;
}

.Header-module__ldgnoG__navLink {
  color: #1a0a2e;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__navLink {
  padding: 6px 12px;
  font-size: 14px;
}

.Header-module__ldgnoG__navLink:hover {
  color: #7b4fa6;
  background: #7b4fa60f;
}

.Header-module__ldgnoG__cta {
  color: #fff;
  cursor: pointer;
  background: #7b4fa6;
  border: none;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 6px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
  box-shadow: 0 4px 14px #7b4fa64d;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__cta {
  padding: 4px 4px 4px 16px;
  font-size: 13px;
}

.Header-module__ldgnoG__cta:hover {
  background: #ff2d78;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #ff2d784d;
}

.Header-module__ldgnoG__ctaIcon {
  color: #fff;
  background: #fff3;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 600;
  transition: transform .25s;
  display: grid;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__ctaIcon {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.Header-module__ldgnoG__cta:hover .Header-module__ldgnoG__ctaIcon {
  background: #ffffff4d;
  transform: translateX(2px);
}

.Header-module__ldgnoG__menuButton {
  cursor: pointer;
  background: #7b4fa6;
  border: 0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  display: none;
}

.Header-module__ldgnoG__menuButton span {
  background: #fff;
  border-radius: 2px;
  width: 16px;
  height: 2px;
  transition: transform .25s;
  display: block;
}

.Header-module__ldgnoG__mobileMenu {
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  background: #fffffff2;
  border: 1px solid #7b4fa626;
  border-radius: 24px;
  flex-direction: column;
  gap: 8px;
  width: min(320px, 92vw);
  padding: 24px;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: absolute;
  top: 90px;
  right: 4vw;
  transform: translateY(-12px);
  box-shadow: 0 24px 60px #7b4fa633;
}

.Header-module__ldgnoG__mobileMenuOpen {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.Header-module__ldgnoG__mobileMenu a {
  color: #1a0a2e;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s;
}

.Header-module__ldgnoG__mobileMenu a:hover {
  color: #7b4fa6;
  background: #7b4fa60d;
}

.Header-module__ldgnoG__mobileCta {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #7b4fa6;
  border: none;
  border-radius: 12px;
  margin-top: 12px;
  padding: 14px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  transition: background .2s;
}

.Header-module__ldgnoG__mobileCta:hover {
  background: #ff2d78;
}

@media (max-width: 1024px) {
  .Header-module__ldgnoG__nav {
    display: none;
  }

  .Header-module__ldgnoG__menuButton {
    display: flex;
  }

  .Header-module__ldgnoG__cta {
    display: none;
  }

  .Header-module__ldgnoG__island {
    padding: 12px 16px 12px 24px;
  }

  .Header-module__ldgnoG__scrolled .Header-module__ldgnoG__island {
    padding: 10px 14px 10px 20px;
  }
}

/* [project]/src/components/Services/ScheduleDemoModal/ScheduleDemoModal.module.css [app-client] (css) */
.ScheduleDemoModal-module__sr7mbW__overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  animation: .3s ease-out ScheduleDemoModal-module__sr7mbW__fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.ScheduleDemoModal-module__sr7mbW__modal {
  background-color: var(--color-background, #faf7fd);
  border: 1px solid #7b4fa61a;
  border-radius: 1.5rem;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  padding: 2.5rem;
  animation: .3s ease-out ScheduleDemoModal-module__sr7mbW__slideUp;
  overflow-y: auto;
  box-shadow: 0 20px 40px #7b4fa626;
}

.ScheduleDemoModal-module__sr7mbW__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__title {
  color: var(--color-primary, #7b4fa6);
  margin: 0;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.ScheduleDemoModal-module__sr7mbW__closeButton {
  color: var(--color-text-light, #666);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__closeButton:hover {
  color: var(--color-accent, #ff2d78);
  background-color: #ff2d781a;
}

.ScheduleDemoModal-module__sr7mbW__form {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__row {
  gap: 1.5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__formGroup {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__formGroup label {
  color: var(--color-primary, #7b4fa6);
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.ScheduleDemoModal-module__sr7mbW__input, .ScheduleDemoModal-module__sr7mbW__textarea {
  color: #333;
  background-color: #fff;
  border: 1px solid #7b4fa633;
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 1rem;
  transition: all .2s;
}

.ScheduleDemoModal-module__sr7mbW__input:focus, .ScheduleDemoModal-module__sr7mbW__textarea:focus {
  border-color: var(--color-accent, #ff2d78);
  outline: none;
  box-shadow: 0 0 0 3px #ff2d781a;
}

.ScheduleDemoModal-module__sr7mbW__textarea {
  resize: vertical;
  min-height: 100px;
}

.ScheduleDemoModal-module__sr7mbW__statusSuccess, .ScheduleDemoModal-module__sr7mbW__statusError {
  text-align: center;
  border-radius: .5rem;
  padding: 1rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: .95rem;
}

.ScheduleDemoModal-module__sr7mbW__statusSuccess {
  color: #2e7d32;
  background-color: #4caf501a;
  border: 1px solid #4caf5033;
}

.ScheduleDemoModal-module__sr7mbW__statusError {
  color: #d32f2f;
  background-color: #f443361a;
  border: 1px solid #f4433633;
}

.ScheduleDemoModal-module__sr7mbW__footer {
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__cancelButton {
  color: var(--color-primary, #7b4fa6);
  cursor: pointer;
  background: none;
  border: 1px solid #7b4fa633;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
}

.ScheduleDemoModal-module__sr7mbW__cancelButton:hover {
  background-color: #7b4fa60d;
}

.ScheduleDemoModal-module__sr7mbW__submitButton {
  background-color: var(--color-accent, #ff2d78);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ScheduleDemoModal-module__sr7mbW__submitButton:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #ff2d784d;
}

.ScheduleDemoModal-module__sr7mbW__submitButton:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.ScheduleDemoModal-module__sr7mbW__buttonInner {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__buttonIconLeft, .ScheduleDemoModal-module__sr7mbW__buttonIconRight {
  font-size: 1.2rem;
}

.ScheduleDemoModal-module__sr7mbW__buttonIconLeft {
  display: none;
}

@keyframes ScheduleDemoModal-module__sr7mbW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ScheduleDemoModal-module__sr7mbW__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .ScheduleDemoModal-module__sr7mbW__row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .ScheduleDemoModal-module__sr7mbW__modal {
    width: 95%;
    padding: 1.5rem;
  }

  .ScheduleDemoModal-module__sr7mbW__footer {
    flex-direction: column;
  }

  .ScheduleDemoModal-module__sr7mbW__cancelButton, .ScheduleDemoModal-module__sr7mbW__submitButton {
    width: 100%;
  }
}

/* [project]/src/components/Footer/Footer.module.css [app-client] (css) */
.Footer-module__Grjkva__footer {
  color: #faf7fd;
  background: #7b4fa6;
  border-top: 1px solid #ffffff1a;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Footer-module__Grjkva__serviceWrapper {
  scrollbar-width: none;
  box-sizing: border-box;
  gap: 16px;
  width: 100%;
  padding: 40px 4vw 0;
  display: flex;
  overflow-x: auto;
}

.Footer-module__Grjkva__serviceWrapper::-webkit-scrollbar {
  display: none;
}

.Footer-module__Grjkva__serviceCard {
  height: 160px;
  color: inherit;
  box-sizing: border-box;
  background: #7b4fa614;
  border: 1px solid #7b4fa633;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 0 240px;
  justify-content: space-between;
  padding: 22px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.Footer-module__Grjkva__serviceCard:hover {
  background: #ff2d781f;
  border-color: #ff2d78;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px #ff2d7833;
}

.Footer-module__Grjkva__serviceCard.Footer-module__Grjkva__active {
  color: #fff;
  background: linear-gradient(135deg, #7b4fa6, #ff2d78);
  border-color: #0000;
}

.Footer-module__Grjkva__cardHeader {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.Footer-module__Grjkva__cardIcon {
  font-size: 26px;
  line-height: 1;
}

.Footer-module__Grjkva__cardArrow {
  opacity: .6;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s, opacity .2s;
}

.Footer-module__Grjkva__serviceCard:hover .Footer-module__Grjkva__cardArrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.Footer-module__Grjkva__cardTitle {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.Footer-module__Grjkva__content {
  box-sizing: border-box;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: clamp(30px, 4vw, 60px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 4vw 60px;
  display: grid;
}

@media (max-width: 1024px) {
  .Footer-module__Grjkva__content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .Footer-module__Grjkva__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.Footer-module__Grjkva__brandCol {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Footer-module__Grjkva__logo {
  color: #fff;
  letter-spacing: -.02em;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.Footer-module__Grjkva__footerLogoImg {
  width: auto;
  height: 42px;
  display: block;
}

.Footer-module__Grjkva__brandDesc {
  color: #f8f5edbf;
  max-width: 340px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.Footer-module__Grjkva__systemStatus {
  color: #34d399;
  background: #10b9811f;
  border: 1px solid #10b9814d;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.Footer-module__Grjkva__statusDot {
  background: #10b981;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 8px #10b981;
}

.Footer-module__Grjkva__colTitle {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.Footer-module__Grjkva__linkList {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.Footer-module__Grjkva__linkItem {
  color: #faf7fdcc;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.Footer-module__Grjkva__linkItem:hover {
  color: #ff2d78;
  transform: translateX(3px);
}

.Footer-module__Grjkva__contactCol {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Footer-module__Grjkva__contactInfo {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.Footer-module__Grjkva__contactLink {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.Footer-module__Grjkva__contactLink:hover {
  color: #ff2d78;
}

.Footer-module__Grjkva__address {
  color: #faf7fdb3;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.Footer-module__Grjkva__socials {
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  display: flex;
}

.Footer-module__Grjkva__socialBtn {
  color: #fff;
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.Footer-module__Grjkva__socialBtn:hover {
  color: #fff;
  background: #ff2d78;
  border-color: #ff2d78;
  transform: translateY(-3px);
}

.Footer-module__Grjkva__bottomBar {
  box-sizing: border-box;
  color: #f8f5ed99;
  border-top: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 4vw;
  font-size: 13px;
  display: flex;
}

@media (max-width: 768px) {
  .Footer-module__Grjkva__bottomBar {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.Footer-module__Grjkva__legalLinks {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.Footer-module__Grjkva__legalLinks a {
  color: #f8f5ed99;
  text-decoration: none;
  transition: color .2s;
}

.Footer-module__Grjkva__legalLinks a:hover {
  color: #fff;
}

.Footer-module__Grjkva__copyright {
  margin: 0;
}

/* [project]/src/components/Industries/IndustriesPageContent.module.css [app-client] (css) */
.IndustriesPageContent-module__gkCgJG__main {
  background-color: var(--color-background, #faf7fd);
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 120px;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
}

.IndustriesPageContent-module__gkCgJG__container {
  align-items: flex-start;
  gap: 6vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4vw;
  display: flex;
}

.IndustriesPageContent-module__gkCgJG__sidebar {
  flex: 0 0 400px;
  position: sticky;
  top: 150px;
}

.IndustriesPageContent-module__gkCgJG__preTitle {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--color-accent, #ff2d78);
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.IndustriesPageContent-module__gkCgJG__title {
  color: var(--color-primary, #7b4fa6);
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.1;
}

.IndustriesPageContent-module__gkCgJG__description {
  color: #7b4fa6bf;
  max-width: 90%;
  font-size: 18px;
  line-height: 1.6;
}

.IndustriesPageContent-module__gkCgJG__grid {
  flex: 1;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  display: grid;
}

.IndustriesPageContent-module__gkCgJG__card {
  background: #7b4fa60a;
  border: 1px solid #7b4fa61a;
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 30px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.IndustriesPageContent-module__gkCgJG__card:hover {
  border-color: var(--color-accent, #ff2d78);
  background: #ff2d780d;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #ff2d781a;
}

.IndustriesPageContent-module__gkCgJG__cardHeader {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.IndustriesPageContent-module__gkCgJG__cardIcon {
  width: 48px;
  height: 48px;
  color: var(--color-primary, #7b4fa6);
  background: #7b4fa61a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.IndustriesPageContent-module__gkCgJG__card:hover .IndustriesPageContent-module__gkCgJG__cardIcon {
  background: var(--color-accent, #ff2d78);
  color: #fff;
}

.IndustriesPageContent-module__gkCgJG__statBadge {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-accent, #ff2d78);
  background: #ff2d781a;
  border: 1px solid #ff2d7833;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

.IndustriesPageContent-module__gkCgJG__cardTitle {
  color: var(--color-primary, #7b4fa6);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}

.IndustriesPageContent-module__gkCgJG__cardDesc {
  color: #7b4fa6b3;
  margin-top: auto;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .IndustriesPageContent-module__gkCgJG__container {
    flex-direction: column;
  }

  .IndustriesPageContent-module__gkCgJG__sidebar {
    text-align: center;
    flex: none;
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .IndustriesPageContent-module__gkCgJG__description {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .IndustriesPageContent-module__gkCgJG__grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=src_components_1xnmqz7._.css.map*/