/* [project]/front-end/app/styles/landing-page/landing.module.css [app-client] (css) */
.landing-module__LStIdq__landingPage {
  color: #e5e5e5;
  background: #050510;
  min-height: 100vh;
  font-family: Poppins, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  position: relative;
  overflow-x: hidden;
}

.landing-module__LStIdq__hero {
  z-index: 1;
  background: none;
  align-items: center;
  min-height: 100vh;
  padding: 8rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-module__LStIdq__hero:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  opacity: .5;
  background-image: linear-gradient(#ffffff05 1px, #0000 1px), linear-gradient(90deg, #ffffff05 1px, #0000 1px);
  background-size: 50px 50px;
  position: absolute;
  inset: 0;
}

.landing-module__LStIdq__hero:after {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(80% 50% at 50% 0, #00ffd01f 0%, #0000 50%), radial-gradient(60% 40% at 70% 10%, #00ffd014 0%, #0000 40%), radial-gradient(50% 30% at 30% 5%, #00ffd00f 0%, #0000 35%);
  position: absolute;
  inset: 0;
}

.landing-module__LStIdq__snowContainer {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.landing-module__LStIdq__snowflake {
  background: #fffc;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  animation: linear infinite landing-module__LStIdq__snowfall;
  position: absolute;
  top: -10px;
  box-shadow: 0 0 6px #ffffff80;
}

.landing-module__LStIdq__snowflake:nth-child(odd) {
  width: 3px;
  height: 3px;
}

.landing-module__LStIdq__snowflake:nth-child(4n) {
  width: 5px;
  height: 5px;
}

.landing-module__LStIdq__snowflake:first-child {
  animation-duration: 15s;
  animation-delay: 0s;
  left: 5%;
}

.landing-module__LStIdq__snowflake:nth-child(2) {
  animation-duration: 18s;
  animation-delay: 1s;
  left: 10%;
}

.landing-module__LStIdq__snowflake:nth-child(3) {
  animation-duration: 12s;
  animation-delay: 2s;
  left: 15%;
}

.landing-module__LStIdq__snowflake:nth-child(4) {
  animation-duration: 20s;
  animation-delay: .5s;
  left: 20%;
}

.landing-module__LStIdq__snowflake:nth-child(5) {
  animation-duration: 16s;
  animation-delay: 1.5s;
  left: 25%;
}

.landing-module__LStIdq__snowflake:nth-child(6) {
  animation-duration: 14s;
  animation-delay: .8s;
  left: 30%;
}

.landing-module__LStIdq__snowflake:nth-child(7) {
  animation-duration: 19s;
  animation-delay: 2.2s;
  left: 35%;
}

.landing-module__LStIdq__snowflake:nth-child(8) {
  animation-duration: 13s;
  animation-delay: 1.2s;
  left: 40%;
}

.landing-module__LStIdq__snowflake:nth-child(9) {
  animation-duration: 17s;
  animation-delay: .3s;
  left: 45%;
}

.landing-module__LStIdq__snowflake:nth-child(10) {
  animation-duration: 15s;
  animation-delay: 1.8s;
  left: 50%;
}

.landing-module__LStIdq__snowflake:nth-child(11) {
  animation-duration: 21s;
  animation-delay: .6s;
  left: 55%;
}

.landing-module__LStIdq__snowflake:nth-child(12) {
  animation-duration: 16s;
  animation-delay: 2.5s;
  left: 60%;
}

.landing-module__LStIdq__snowflake:nth-child(13) {
  animation-duration: 14s;
  animation-delay: 1.1s;
  left: 65%;
}

.landing-module__LStIdq__snowflake:nth-child(14) {
  animation-duration: 18s;
  animation-delay: .4s;
  left: 70%;
}

.landing-module__LStIdq__snowflake:nth-child(15) {
  animation-duration: 12s;
  animation-delay: 1.9s;
  left: 75%;
}

.landing-module__LStIdq__snowflake:nth-child(16) {
  animation-duration: 19s;
  animation-delay: .7s;
  left: 80%;
}

.landing-module__LStIdq__snowflake:nth-child(17) {
  animation-duration: 15s;
  animation-delay: 2.3s;
  left: 85%;
}

.landing-module__LStIdq__snowflake:nth-child(18) {
  animation-duration: 17s;
  animation-delay: 1.4s;
  left: 90%;
}

.landing-module__LStIdq__snowflake:nth-child(19) {
  animation-duration: 13s;
  animation-delay: .9s;
  left: 95%;
}

.landing-module__LStIdq__snowflake:nth-child(20) {
  animation-duration: 20s;
  animation-delay: 2.1s;
  left: 2%;
}

.landing-module__LStIdq__snowflake:nth-child(21) {
  animation-duration: 14s;
  animation-delay: .2s;
  left: 7%;
}

.landing-module__LStIdq__snowflake:nth-child(22) {
  animation-duration: 18s;
  animation-delay: 1.6s;
  left: 12%;
}

.landing-module__LStIdq__snowflake:nth-child(23) {
  animation-duration: 16s;
  animation-delay: .5s;
  left: 17%;
}

.landing-module__LStIdq__snowflake:nth-child(24) {
  animation-duration: 12s;
  animation-delay: 2.4s;
  left: 22%;
}

.landing-module__LStIdq__snowflake:nth-child(25) {
  animation-duration: 19s;
  animation-delay: 1.3s;
  left: 27%;
}

.landing-module__LStIdq__snowflake:nth-child(26) {
  animation-duration: 15s;
  animation-delay: .8s;
  left: 32%;
}

.landing-module__LStIdq__snowflake:nth-child(27) {
  animation-duration: 17s;
  animation-delay: 2s;
  left: 37%;
}

.landing-module__LStIdq__snowflake:nth-child(28) {
  animation-duration: 13s;
  animation-delay: 1s;
  left: 42%;
}

.landing-module__LStIdq__snowflake:nth-child(29) {
  animation-duration: 21s;
  animation-delay: .3s;
  left: 47%;
}

.landing-module__LStIdq__snowflake:nth-child(30) {
  animation-duration: 14s;
  animation-delay: 1.7s;
  left: 52%;
}

.landing-module__LStIdq__snowflake:nth-child(31) {
  animation-duration: 18s;
  animation-delay: .6s;
  left: 57%;
}

.landing-module__LStIdq__snowflake:nth-child(32) {
  animation-duration: 16s;
  animation-delay: 2.2s;
  left: 62%;
}

.landing-module__LStIdq__snowflake:nth-child(33) {
  animation-duration: 12s;
  animation-delay: 1.1s;
  left: 67%;
}

.landing-module__LStIdq__snowflake:nth-child(34) {
  animation-duration: 20s;
  animation-delay: .4s;
  left: 72%;
}

.landing-module__LStIdq__snowflake:nth-child(35) {
  animation-duration: 15s;
  animation-delay: 1.8s;
  left: 77%;
}

.landing-module__LStIdq__snowflake:nth-child(36) {
  animation-duration: 17s;
  animation-delay: .7s;
  left: 82%;
}

.landing-module__LStIdq__snowflake:nth-child(37) {
  animation-duration: 13s;
  animation-delay: 2.3s;
  left: 87%;
}

.landing-module__LStIdq__snowflake:nth-child(38) {
  animation-duration: 19s;
  animation-delay: 1.2s;
  left: 92%;
}

.landing-module__LStIdq__snowflake:nth-child(39) {
  animation-duration: 14s;
  animation-delay: .9s;
  left: 97%;
}

.landing-module__LStIdq__snowflake:nth-child(40) {
  animation-duration: 18s;
  animation-delay: 2.1s;
  left: 3%;
}

.landing-module__LStIdq__snowflake:nth-child(41) {
  animation-duration: 16s;
  animation-delay: .2s;
  left: 8%;
}

.landing-module__LStIdq__snowflake:nth-child(42) {
  animation-duration: 12s;
  animation-delay: 1.5s;
  left: 13%;
}

.landing-module__LStIdq__snowflake:nth-child(43) {
  animation-duration: 20s;
  animation-delay: .5s;
  left: 18%;
}

.landing-module__LStIdq__snowflake:nth-child(44) {
  animation-duration: 15s;
  animation-delay: 2s;
  left: 23%;
}

.landing-module__LStIdq__snowflake:nth-child(45) {
  animation-duration: 17s;
  animation-delay: 1s;
  left: 28%;
}

.landing-module__LStIdq__snowflake:nth-child(46) {
  animation-duration: 13s;
  animation-delay: .8s;
  left: 33%;
}

.landing-module__LStIdq__snowflake:nth-child(47) {
  animation-duration: 19s;
  animation-delay: 1.6s;
  left: 38%;
}

.landing-module__LStIdq__snowflake:nth-child(48) {
  animation-duration: 14s;
  animation-delay: .3s;
  left: 43%;
}

.landing-module__LStIdq__snowflake:nth-child(49) {
  animation-duration: 21s;
  animation-delay: 2.4s;
  left: 48%;
}

.landing-module__LStIdq__snowflake:nth-child(50) {
  animation-duration: 16s;
  animation-delay: 1.3s;
  left: 53%;
}

@keyframes landing-module__LStIdq__snowfall {
  0% {
    opacity: 1;
    transform: translateY(0)translateX(0)rotate(0);
  }

  50% {
    opacity: .8;
    transform: translateX(50px)rotate(180deg);
  }

  100% {
    opacity: 0;
    transform: translateY(100vh)translateX(100px)rotate(360deg);
  }
}

.landing-module__LStIdq__heroContainer {
  z-index: 3;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.landing-module__LStIdq__heroContent {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.landing-module__LStIdq__headline {
  color: #fff;
  z-index: 1;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  font-size: 5.32rem;
  font-weight: 800;
  line-height: 1.1;
  position: relative;
}

.landing-module__LStIdq__subheadline {
  color: #ffffffb3;
  z-index: 1;
  letter-spacing: -.01em;
  max-width: 800px;
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

.landing-module__LStIdq__heroButtons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: .5rem;
  display: flex;
}

.landing-module__LStIdq__primaryButton {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff3;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.landing-module__LStIdq__primaryButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px #fff3;
}

.landing-module__LStIdq__buttonIcon {
  font-size: 1rem;
}

.landing-module__LStIdq__trustText {
  color: #a3a3a3;
  z-index: 1;
  margin: .5rem 0 0;
  font-size: .9375rem;
  position: relative;
}

@media (max-width: 768px) {
  .landing-module__LStIdq__hero {
    min-height: auto;
    padding: 6rem 1.5rem 4rem;
  }

  .landing-module__LStIdq__heroContent {
    gap: 2rem;
  }

  .landing-module__LStIdq__headline {
    letter-spacing: -.5px;
    font-size: 2.5rem;
  }

  .landing-module__LStIdq__subheadline {
    max-width: 100%;
    font-size: 1rem;
  }

  .landing-module__LStIdq__heroButtons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .landing-module__LStIdq__primaryButton {
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
  }

  .landing-module__LStIdq__trustText {
    font-size: .8125rem;
  }
}

@media (max-width: 480px) {
  .landing-module__LStIdq__hero {
    padding: 5rem 1rem 3rem;
  }

  .landing-module__LStIdq__headline {
    font-size: 2rem;
  }

  .landing-module__LStIdq__subheadline {
    font-size: .9375rem;
  }
}

.landing-module__LStIdq__demoShowcase {
  z-index: 1;
  background: none;
  margin-top: -4rem;
  padding: 0 2rem 6rem;
  position: relative;
}

.landing-module__LStIdq__demoContainer {
  max-width: 1000px;
  margin: 0 auto;
}

.landing-module__LStIdq__demoImageWrapper {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000080, 0 0 0 1px #ffffff1a;
}

.landing-module__LStIdq__demoImage {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .landing-module__LStIdq__demoShowcase {
    margin-top: -2rem;
    padding: 0 1rem 4rem;
  }

  .landing-module__LStIdq__demoImageWrapper {
    border-radius: 12px;
  }
}

.landing-module__LStIdq__videoDemo {
  z-index: 1;
  background: none;
  padding: 6rem 0;
  position: relative;
}

.landing-module__LStIdq__videoWrapper {
  aspect-ratio: 16 / 9;
  border: 2px solid #00ffd04d;
  border-radius: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #00ffd04d, 0 0 40px #00ffd026, 0 25px 50px -12px #00000080;
}

.landing-module__LStIdq__videoWrapper:hover {
  border-color: #00ffd099;
  box-shadow: 0 0 30px #00ffd080, 0 0 60px #00ffd040, 0 10px 30px #0000004d;
}

.landing-module__LStIdq__videoFrame {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .landing-module__LStIdq__videoDemo {
    padding: 4rem 0;
  }

  .landing-module__LStIdq__videoWrapper {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .landing-module__LStIdq__videoDemo {
    padding: 3rem 0;
  }

  .landing-module__LStIdq__videoWrapper {
    border-radius: 8px;
  }
}

.landing-module__LStIdq__sectionContainer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.landing-module__LStIdq__sectionTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.landing-module__LStIdq__howItWorks {
  z-index: 1;
  background: none;
  padding: 6rem 0;
  position: relative;
}

.landing-module__LStIdq__stepsGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  display: grid;
}

.landing-module__LStIdq__stepCard {
  text-align: center;
  background: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  padding: 2rem;
  transition: all .3s;
  position: relative;
}

.landing-module__LStIdq__stepCard:hover {
  background: #ffffff0a;
  border-color: #ffffff1a;
}

.landing-module__LStIdq__stepNumber {
  color: #00ffd0;
  background: #00ffd01a;
  border: 1px solid #00ffd04d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.landing-module__LStIdq__stepIcon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  display: flex;
}

.landing-module__LStIdq__stepTitle {
  color: #fff;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.landing-module__LStIdq__stepDescription {
  color: #a3a3a3;
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.landing-module__LStIdq__features {
  z-index: 1;
  background: none;
  padding: 6rem 0;
  position: relative;
}

.landing-module__LStIdq__featuresGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  display: grid;
}

.landing-module__LStIdq__featureCard {
  background: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  padding: 1.75rem;
  transition: all .3s;
}

.landing-module__LStIdq__featureCard:hover {
  background: #ffffff0a;
  border-color: #ffffff1a;
}

.landing-module__LStIdq__featureIcon {
  color: #00ffd0;
  background: #00ffd014;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  display: flex;
}

.landing-module__LStIdq__featureTitle {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.landing-module__LStIdq__featureDescription {
  color: #a3a3a3;
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.landing-module__LStIdq__pricing {
  z-index: 1;
  background: none;
  padding: 6rem 0;
  position: relative;
}

.landing-module__LStIdq__pricingSubtitle {
  text-align: center;
  color: #a3a3a3;
  margin-top: -2rem;
  margin-bottom: 3rem;
  font-size: 1rem;
}

.landing-module__LStIdq__pricingGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

.landing-module__LStIdq__pricingCard {
  background: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  padding: 2rem;
  transition: all .3s;
  position: relative;
}

.landing-module__LStIdq__pricingCard:hover {
  border-color: #ffffff1f;
}

.landing-module__LStIdq__popularCard {
  background: #00ffd005;
  border-color: #00ffd04d;
}

.landing-module__LStIdq__popularCard:hover {
  border-color: #00ffd080;
}

.landing-module__LStIdq__popularBadge {
  color: #000;
  background: #00ffd0;
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.landing-module__LStIdq__planName {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.landing-module__LStIdq__planPrice {
  align-items: baseline;
  gap: .25rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.landing-module__LStIdq__currency {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.landing-module__LStIdq__amount {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.landing-module__LStIdq__period {
  color: #a3a3a3;
  font-size: .875rem;
}

.landing-module__LStIdq__planFeatures {
  flex-direction: column;
  gap: .75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.landing-module__LStIdq__planFeatures li {
  color: #e5e5e5;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.landing-module__LStIdq__planFeatures li svg {
  color: #00ffd0;
  flex-shrink: 0;
}

.landing-module__LStIdq__planButton {
  color: #fff;
  text-align: center;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  width: 100%;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.landing-module__LStIdq__planButton:hover {
  background: #ffffff1a;
}

.landing-module__LStIdq__popularButton {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.landing-module__LStIdq__popularButton:hover {
  background: #e5e5e5;
}

@media (max-width: 768px) {
  .landing-module__LStIdq__sectionTitle {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .landing-module__LStIdq__stepsGrid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .landing-module__LStIdq__stepCard {
    padding: 1.5rem;
  }

  .landing-module__LStIdq__featuresGrid, .landing-module__LStIdq__pricingGrid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .landing-module__LStIdq__popularCard {
    order: -1;
  }

  .landing-module__LStIdq__pricingSubtitle {
    margin-top: -1.5rem;
  }
}

@media (max-width: 480px) {
  .landing-module__LStIdq__sectionContainer {
    padding: 0 1rem;
  }

  .landing-module__LStIdq__howItWorks, .landing-module__LStIdq__features, .landing-module__LStIdq__pricing {
    padding: 4rem 0;
  }

  .landing-module__LStIdq__sectionTitle {
    font-size: 1.75rem;
  }
}

.landing-module__LStIdq__examples {
  z-index: 1;
  background: none;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.landing-module__LStIdq__examplesTitle {
  text-align: center;
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: .875rem;
}

.landing-module__LStIdq__examplesWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 5% 95%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 5% 95%, #0000);
}

.landing-module__LStIdq__examplesTrack {
  gap: 1.5rem;
  width: max-content;
  animation: 40s linear infinite landing-module__LStIdq__examplesScroll;
  display: flex;
}

.landing-module__LStIdq__exampleItem {
  opacity: .75;
  background: #ffffff05;
  border: 2px solid #00ffd04d;
  border-radius: 12px;
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #00ffd04d, 0 0 40px #00ffd026;
}

.landing-module__LStIdq__exampleItem:hover {
  opacity: 1;
  border-color: #00ffd099;
  box-shadow: 0 0 30px #00ffd080, 0 0 60px #00ffd040, 0 10px 30px #0000004d;
}

.landing-module__LStIdq__exampleItem img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes landing-module__LStIdq__examplesScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .landing-module__LStIdq__exampleItem {
    width: 280px;
    height: 280px;
  }

  .landing-module__LStIdq__examplesTrack {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .landing-module__LStIdq__exampleItem {
    width: 240px;
    height: 240px;
  }

  .landing-module__LStIdq__examples {
    padding: 3rem 0;
  }
}

.landing-module__LStIdq__marqueeSection {
  background: none;
  padding: 4rem 0;
  overflow: hidden;
}

.landing-module__LStIdq__marqueeTitle {
  text-align: center;
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: .875rem;
}

.landing-module__LStIdq__marqueeWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.landing-module__LStIdq__marqueeTrack {
  gap: 3rem;
  width: max-content;
  animation: 30s linear infinite landing-module__LStIdq__marqueeScroll;
  display: flex;
}

.landing-module__LStIdq__marqueeItem {
  color: #fff6;
  white-space: nowrap;
  align-items: center;
  gap: .75rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.landing-module__LStIdq__marqueeItem svg {
  font-size: 1.5rem;
}

.landing-module__LStIdq__marqueeItem:hover {
  color: #fffc;
}

@keyframes landing-module__LStIdq__marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .landing-module__LStIdq__marqueeSection {
    padding: 3rem 0;
  }

  .landing-module__LStIdq__marqueeItem {
    font-size: 1rem;
  }

  .landing-module__LStIdq__marqueeItem svg {
    font-size: 1.25rem;
  }

  .landing-module__LStIdq__marqueeTrack {
    gap: 2rem;
  }
}

.landing-module__LStIdq__faq {
  z-index: 1;
  background: none;
  padding: 6rem 0;
  position: relative;
}

.landing-module__LStIdq__faqList {
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.landing-module__LStIdq__faqItem {
  background: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  transition: all .3s;
  overflow: hidden;
}

.landing-module__LStIdq__faqItem:hover {
  border-color: #ffffff1a;
}

.landing-module__LStIdq__faqItemOpen {
  background: #00ffd005;
  border-color: #00ffd033;
}

.landing-module__LStIdq__faqQuestion {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.landing-module__LStIdq__faqQuestion:hover {
  color: #00ffd0;
}

.landing-module__LStIdq__faqQuestion svg {
  color: #00ffd0;
  flex-shrink: 0;
  font-size: 1.25rem;
  transition: transform .3s;
}

.landing-module__LStIdq__faqAnswer {
  max-height: 0;
  transition: max-height .3s, padding .3s;
  overflow: hidden;
}

.landing-module__LStIdq__faqItemOpen .landing-module__LStIdq__faqAnswer {
  max-height: 300px;
}

.landing-module__LStIdq__faqAnswer p {
  color: #a3a3a3;
  margin: 0;
  padding: 0 1.5rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .landing-module__LStIdq__faq {
    padding: 4rem 0;
  }

  .landing-module__LStIdq__faqQuestion {
    padding: 1rem 1.25rem;
    font-size: .9375rem;
  }

  .landing-module__LStIdq__faqAnswer p {
    padding: 0 1.25rem 1rem;
    font-size: .875rem;
  }
}

/* [project]/front-end/app/styles/components/header.module.css [app-client] (css) */
.header-module__jsgeSG__navbar {
  z-index: 1000;
  background: none;
  padding: 1.05rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-module__jsgeSG__navContainer {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
}

.header-module__jsgeSG__logo {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.header-module__jsgeSG__logoText {
  letter-spacing: .5px;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  display: flex;
}

.header-module__jsgeSG__logoText span {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #eeeeeef3;
  font-family: cursive, sans-serif;
  font-size: 1.325rem;
  font-weight: 600;
}

.header-module__jsgeSG__navLinks {
  justify-content: center;
  gap: 1.25rem;
  display: flex;
}

.header-module__jsgeSG__navLinks a {
  color: #ffffffd9;
  letter-spacing: .3px;
  font-size: .8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.header-module__jsgeSG__navLinks a:hover {
  color: #00ffd0;
}

.header-module__jsgeSG__navActions {
  justify-content: flex-end;
  align-items: center;
  gap: .875rem;
  display: flex;
}

.header-module__jsgeSG__loginLink {
  color: #ffffffd9;
  letter-spacing: .3px;
  font-size: .8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.header-module__jsgeSG__loginLink:hover {
  color: #00ffd0;
}

.header-module__jsgeSG__signUpButton {
  color: #000;
  cursor: pointer;
  letter-spacing: .3px;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: .4375rem 1rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  transition: all .3s;
}

.header-module__jsgeSG__signUpButton:hover {
  background: #ffffffe6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #fff3;
}

.header-module__jsgeSG__userAvatar {
  width: 32px;
  height: 32px;
}

.header-module__jsgeSG__userMenu {
  background: #0a0a0af2;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
}

.header-module__jsgeSG__mobileMenuToggle, .header-module__jsgeSG__mobileOverlay {
  display: none;
}

.header-module__jsgeSG__navContent {
  display: contents;
}

@media (max-width: 768px) {
  .header-module__jsgeSG__navbar {
    position: sticky;
    top: 0;
  }

  .header-module__jsgeSG__navContainer {
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    display: flex;
  }

  .header-module__jsgeSG__mobileMenuToggle {
    color: #00ffd0;
    cursor: pointer;
    z-index: 1002;
    background: #00ffd014;
    border: 1px solid #00ffd033;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    transition: all .2s;
    display: flex;
    box-shadow: 0 0 10px #00ffd01a;
  }

  .header-module__jsgeSG__mobileMenuToggle:hover, .header-module__jsgeSG__mobileMenuToggle:active {
    background: #00ffd026;
    border-color: #00ffd066;
    box-shadow: 0 0 20px #00ffd04d;
  }

  .header-module__jsgeSG__mobileOverlay {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 999;
    background: #050510cc;
    display: block;
    position: fixed;
    inset: 0;
  }

  .header-module__jsgeSG__navContent {
    z-index: 1001;
    background: linear-gradient(135deg, #050510fa 0%, #0a0a14fa 100%);
    border-bottom: 2px solid #00ffd033;
    flex-direction: column;
    gap: 2rem;
    max-height: 100vh;
    padding: 80px 1.5rem 2rem;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    transform: translateY(-100%);
    box-shadow: 0 8px 32px #00000080, 0 4px 16px #0006, 0 0 40px #00ffd01a;
  }

  .header-module__jsgeSG__navContent.header-module__jsgeSG__navContentOpen {
    transform: translateY(0);
  }

  .header-module__jsgeSG__navLinks {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .header-module__jsgeSG__navLinks a {
    text-align: center;
    color: #ffffffd9;
    border-bottom: 1px solid #ffffff14;
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    transition: all .3s;
    display: block;
  }

  .header-module__jsgeSG__navLinks a:hover {
    color: #00ffd0;
    background: #00ffd00d;
    border-bottom-color: #00ffd033;
  }

  .header-module__jsgeSG__navLinks a:last-child {
    border-bottom: none;
  }

  .header-module__jsgeSG__navActions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
  }

  .header-module__jsgeSG__loginLink {
    font-size: 1rem;
  }

  .header-module__jsgeSG__signUpButton {
    width: 100%;
    max-width: 280px;
    padding: .875rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .header-module__jsgeSG__navContainer {
    padding: 0 .75rem;
  }

  .header-module__jsgeSG__mobileMenuToggle {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }

  .header-module__jsgeSG__navContent {
    padding: 70px 1rem 1.5rem;
  }

  .header-module__jsgeSG__navLinks a {
    padding: .875rem;
    font-size: 1rem;
  }

  .header-module__jsgeSG__signUpButton {
    max-width: 100%;
  }
}

/* [project]/front-end/app/styles/components/footer.module.css [app-client] (css) */
.footer-module__Ylqf3a__footer {
  background: none;
  padding: 2rem;
}

.footer-module__Ylqf3a__footerContent {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.footer-module__Ylqf3a__footerNav {
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.footer-module__Ylqf3a__footerBrand {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.footer-module__Ylqf3a__copyright {
  color: #ffffff80;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: .8125rem;
}

.footer-module__Ylqf3a__footerLinks {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.footer-module__Ylqf3a__footerLink {
  color: #ffffff80;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: .8125rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-module__Ylqf3a__footerLink:hover {
  color: #fffc;
}

.footer-module__Ylqf3a__footerLinks {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer-module__Ylqf3a__footerContent {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-module__Ylqf3a__footerNav, .footer-module__Ylqf3a__footerLinks {
    justify-content: center;
  }
}

/*# sourceMappingURL=front-end_app_styles_0p5lmfe._.css.map*/