/* [project]/components/landing/Navbar/Navbar.module.css [app-client] (css) */
.Navbar-module__atfZbq__navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 50;
  background-color: #fffffff2;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.Navbar-module__atfZbq__container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
}

.Navbar-module__atfZbq__logo {
  gap: .5rem;
  font-family: Cairo, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  display: flex;
}

.Navbar-module__atfZbq__logoOrange {
  color: #f97316;
}

.Navbar-module__atfZbq__logoBlue {
  color: #38bdf8;
}

.Navbar-module__atfZbq__logoImg {
  width: auto;
  height: 70px;
  display: block;
}

.Navbar-module__atfZbq__links {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.Navbar-module__atfZbq__link {
  color: #475569;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.Navbar-module__atfZbq__link:hover {
  color: #f97316;
}

.Navbar-module__atfZbq__actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Navbar-module__atfZbq__downloadBtn {
  color: #1e293b;
  cursor: pointer;
  background-color: #fcd34d;
  border: none;
  border-radius: 9999px;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: inline-flex;
  box-shadow: 0 4px 14px #fcd34d63;
}

.Navbar-module__atfZbq__downloadBtn:hover {
  background-color: #fbbf24;
  transform: translateY(-2px);
}

.Navbar-module__atfZbq__mobileMenuBtn {
  color: #1e293b;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
}

@media (max-width: 768px) {
  .Navbar-module__atfZbq__links {
    background-color: #fff;
    flex-direction: column;
    padding: 1.5rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 10px 15px -3px #0000001a;
  }

  .Navbar-module__atfZbq__links.Navbar-module__atfZbq__open {
    display: flex;
  }

  .Navbar-module__atfZbq__mobileMenuBtn {
    display: block;
  }

  .Navbar-module__atfZbq__downloadBtn {
    display: none;
  }
}

/* [project]/components/landing/Hero/Hero.module.css [app-client] (css) */
.Hero-module__Qezgra__hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

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

.Hero-module__Qezgra__content {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.Hero-module__Qezgra__title {
  color: #1e293b;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.Hero-module__Qezgra__highlight {
  color: #f97316;
  display: inline-block;
  position: relative;
}

.Hero-module__Qezgra__highlight:after {
  content: "";
  z-index: -1;
  opacity: .5;
  background-color: #fcd34d;
  border-radius: 4px;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Hero-module__Qezgra__description {
  color: #64748b;
  max-width: 500px;
  font-size: 1.125rem;
  line-height: 1.6;
}

.Hero-module__Qezgra__buttons {
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.Hero-module__Qezgra__primaryBtn {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f97316;
  border: none;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s, background-color .2s;
  display: flex;
  box-shadow: 0 10px 15px -3px #f973164d;
}

.Hero-module__Qezgra__primaryBtn:hover {
  background-color: #ea580c;
  transform: translateY(-2px);
}

.Hero-module__Qezgra__secondaryBtn {
  color: #1e293b;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s, border-color .2s;
  display: flex;
}

.Hero-module__Qezgra__secondaryBtn:hover {
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

.Hero-module__Qezgra__icon {
  width: 20px;
  height: 20px;
}

.Hero-module__Qezgra__storeIconImg {
  object-fit: contain;
  width: 22px;
  height: 22px;
}

.Hero-module__Qezgra__soonBadge {
  color: #fff;
  background-color: #1e293b;
  border-radius: 9999px;
  margin-inline-start: .4rem;
  padding: .12rem .45rem;
  font-size: .65rem;
  line-height: 1;
  animation: 1.8s ease-in-out infinite Hero-module__Qezgra__floatY;
}

@keyframes Hero-module__Qezgra__floatY {
  0% {
    opacity: .9;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }

  100% {
    opacity: .9;
    transform: translateY(0);
  }
}

.Hero-module__Qezgra__stats {
  border-top: 1px solid #e2e8f0;
  gap: 3rem;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.Hero-module__Qezgra__statItem {
  flex-direction: column;
  display: flex;
}

.Hero-module__Qezgra__statValue {
  color: #38bdf8;
  font-size: 1.5rem;
  font-weight: 800;
}

.Hero-module__Qezgra__statLabel {
  color: #64748b;
  font-size: .875rem;
  font-weight: 600;
}

.Hero-module__Qezgra__imageContainer {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.Hero-module__Qezgra__blob {
  z-index: 0;
  opacity: .2;
  background: linear-gradient(135deg, #fcd34d 0%, #f97316 100%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60%;
  width: 500px;
  height: 500px;
  animation: 8s ease-in-out infinite Hero-module__Qezgra__morph;
  position: absolute;
}

@keyframes Hero-module__Qezgra__morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60%;
  }

  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}

.Hero-module__Qezgra__heroImage {
  z-index: 1;
  border-radius: 2rem;
  width: 100%;
  max-width: 450px;
  transition: transform .3s;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.Hero-module__Qezgra__heroImage:hover {
  transform: rotate(0)scale(1.02);
}

.Hero-module__Qezgra__floatingCard {
  z-index: 2;
  background-color: #fff;
  border-radius: 1rem;
  width: 250px;
  padding: 1.5rem;
  position: absolute;
  bottom: -20px;
  right: -20px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.Hero-module__Qezgra__cardHeader {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.Hero-module__Qezgra__avatar {
  background-color: #e0f2fe;
  background-image: url("https://i.pravatar.cc/150?img=11");
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.Hero-module__Qezgra__cardTitle {
  color: #1e293b;
  font-size: .875rem;
  font-weight: 700;
}

.Hero-module__Qezgra__cardSubtitle {
  color: #64748b;
  font-size: .75rem;
}

.Hero-module__Qezgra__cardPrice {
  color: #64748b;
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  font-size: .875rem;
  display: flex;
}

.Hero-module__Qezgra__priceValue {
  color: #10b981;
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .Hero-module__Qezgra__title {
    font-size: 2.5rem;
  }

  .Hero-module__Qezgra__container {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .Hero-module__Qezgra__hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .Hero-module__Qezgra__container {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .Hero-module__Qezgra__description {
    text-align: center;
  }

  .Hero-module__Qezgra__buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

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

  .Hero-module__Qezgra__floatingCard {
    bottom: -40px;
    right: 50%;
    transform: translateX(50%) !important;
  }
}

/* [project]/components/landing/Features/Features.module.css [app-client] (css) */
.Features-module__YZhjuW__features {
  background-color: #fff;
  padding: 100px 0;
}

.Features-module__YZhjuW__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.Features-module__YZhjuW__header {
  text-align: center;
  margin-bottom: 4rem;
}

.Features-module__YZhjuW__title {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.Features-module__YZhjuW__highlight {
  color: #f97316;
}

.Features-module__YZhjuW__subtitle {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.125rem;
}

.Features-module__YZhjuW__grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  display: grid;
}

.Features-module__YZhjuW__card {
  text-align: center;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform .3s, box-shadow .3s;
}

.Features-module__YZhjuW__card:hover {
  border-color: #fcd34d;
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.Features-module__YZhjuW__iconContainer {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000001a;
}

.Features-module__YZhjuW__iconYellow {
  color: #fcd34d;
}

.Features-module__YZhjuW__iconBlue {
  color: #38bdf8;
}

.Features-module__YZhjuW__iconOrange {
  color: #f97316;
}

.Features-module__YZhjuW__iconDark {
  color: #1e293b;
}

.Features-module__YZhjuW__cardTitle {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.Features-module__YZhjuW__cardDescription {
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .Features-module__YZhjuW__title {
    font-size: 2rem;
  }
}

/* [project]/components/landing/Vehicles/Vehicles.module.css [app-client] (css) */
.Vehicles-module__jagb4W__vehicles {
  background-color: #f8fafc;
  padding: 100px 0;
}

.Vehicles-module__jagb4W__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.Vehicles-module__jagb4W__header {
  text-align: center;
  margin-bottom: 4rem;
}

.Vehicles-module__jagb4W__title {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.Vehicles-module__jagb4W__highlight {
  color: #38bdf8;
}

.Vehicles-module__jagb4W__subtitle {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.125rem;
}

.Vehicles-module__jagb4W__grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  display: grid;
}

.Vehicles-module__jagb4W__card {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.Vehicles-module__jagb4W__card:before {
  content: "";
  background-color: var(--hover-color);
  transform-origin: 100%;
  width: 100%;
  height: 4px;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

.Vehicles-module__jagb4W__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.Vehicles-module__jagb4W__card:hover:before {
  transform: scaleX(1);
}

.Vehicles-module__jagb4W__iconWrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  transition: transform .3s;
  display: flex;
}

.Vehicles-module__jagb4W__card:hover .Vehicles-module__jagb4W__iconWrapper {
  transform: scale(1.1);
}

.Vehicles-module__jagb4W__icon {
  stroke-width: 1.5px;
}

.Vehicles-module__jagb4W__cardTitle {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.Vehicles-module__jagb4W__cardDescription {
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .Vehicles-module__jagb4W__title {
    font-size: 2rem;
  }
}

/* [project]/components/landing/HowItWorks/HowItWorks.module.css [app-client] (css) */
.HowItWorks-module__5rCmeG__howItWorks {
  background-color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

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

.HowItWorks-module__5rCmeG__content {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.HowItWorks-module__5rCmeG__title {
  color: #1e293b;
  font-size: 2.5rem;
  font-weight: 800;
}

.HowItWorks-module__5rCmeG__highlight {
  color: #fcd34d;
  display: inline-block;
  position: relative;
}

.HowItWorks-module__5rCmeG__highlight:after {
  content: "";
  z-index: -1;
  opacity: .2;
  background-color: #f97316;
  border-radius: 4px;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.HowItWorks-module__5rCmeG__subtitle {
  color: #64748b;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.HowItWorks-module__5rCmeG__steps {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.HowItWorks-module__5rCmeG__step {
  align-items: flex-start;
  gap: 1.5rem;
  display: flex;
  position: relative;
}

.HowItWorks-module__5rCmeG__step:not(:last-child):before {
  content: "";
  z-index: 0;
  background-color: #e2e8f0;
  width: 2px;
  height: calc(100% - 1rem);
  position: absolute;
  top: 3rem;
  right: 1.5rem;
}

.HowItWorks-module__5rCmeG__stepNumber {
  color: #fff;
  z-index: 1;
  background-color: #f97316;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  box-shadow: 0 4px 6px -1px #f973164d;
}

.HowItWorks-module__5rCmeG__stepContent {
  padding-top: .5rem;
}

.HowItWorks-module__5rCmeG__stepTitle {
  color: #1e293b;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.HowItWorks-module__5rCmeG__stepDescription {
  color: #64748b;
  line-height: 1.6;
}

.HowItWorks-module__5rCmeG__imageContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.HowItWorks-module__5rCmeG__imageContainer:before {
  content: "";
  z-index: 0;
  background-color: #fef3c7;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HowItWorks-module__5rCmeG__phoneMockup {
  z-index: 1;
  background-color: #1e293b;
  border-radius: 2.5rem;
  width: 300px;
  height: 600px;
  padding: .5rem;
  position: relative;
  box-shadow: 0 25px 50px -12px #00000040;
}

.HowItWorks-module__5rCmeG__screen {
  background-color: #f8fafc;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.HowItWorks-module__5rCmeG__screenScroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
}

.HowItWorks-module__5rCmeG__screenScroll::-webkit-scrollbar {
  display: none;
}

.HowItWorks-module__5rCmeG__screenImage {
  width: 100%;
  height: auto;
  display: block;
}

.HowItWorks-module__5rCmeG__scrollHint {
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  background-color: #00000080;
  border-radius: 9999px;
  margin-top: .75rem;
  padding: .35rem .6rem;
  font-size: .75rem;
  position: static;
}

.HowItWorks-module__5rCmeG__mapBg {
  opacity: .5;
  background-image: radial-gradient(#cbd5e1 1px, #0000 1px);
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HowItWorks-module__5rCmeG__route {
  border-bottom: 4px dashed #38bdf8;
  border-left: 4px dashed #38bdf8;
  border-bottom-left-radius: 20px;
  width: 60%;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 20%;
}

.HowItWorks-module__5rCmeG__carIcon {
  font-size: 2rem;
  position: absolute;
  top: 25%;
  left: 15%;
  transform: rotate(90deg);
}

.HowItWorks-module__5rCmeG__pinIcon {
  font-size: 2rem;
  position: absolute;
  top: 65%;
  left: 75%;
}

.HowItWorks-module__5rCmeG__uiOverlay {
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 -10px 15px -3px #0000001a;
}

.HowItWorks-module__5rCmeG__searchBar {
  color: #64748b;
  background-color: #f1f5f9;
  border-radius: .75rem;
  padding: 1rem;
  font-size: .875rem;
}

.HowItWorks-module__5rCmeG__priceOffer {
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.HowItWorks-module__5rCmeG__priceText {
  color: #10b981;
  font-size: 1.25rem;
  font-weight: 800;
}

.HowItWorks-module__5rCmeG__requestBtn {
  color: #fff;
  cursor: pointer;
  background-color: #f97316;
  border: none;
  border-radius: .75rem;
  width: 100%;
  padding: 1rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .HowItWorks-module__5rCmeG__title {
    font-size: 2rem;
  }

  .HowItWorks-module__5rCmeG__container {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .HowItWorks-module__5rCmeG__howItWorks {
    padding: 80px 0;
  }

  .HowItWorks-module__5rCmeG__container {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .HowItWorks-module__5rCmeG__subtitle {
    text-align: center;
  }

  .HowItWorks-module__5rCmeG__step {
    text-align: right;
  }

  .HowItWorks-module__5rCmeG__step:not(:last-child):before {
    right: 1.5rem;
  }

  .HowItWorks-module__5rCmeG__imageContainer {
    margin-top: 2rem;
  }
}

/* [project]/components/landing/Footer/Footer.module.css [app-client] (css) */
.Footer-module__1hmjCG__footer {
  color: #fff;
  background-color: #1e293b;
  padding: 20px;
}

.Footer-module__1hmjCG__container {
  max-width: 1200px;
  margin: 0 auto;
}

.Footer-module__1hmjCG__grid {
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.Footer-module__1hmjCG__brand {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.Footer-module__1hmjCG__logo {
  gap: .5rem;
  font-family: Cairo, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  display: flex;
}

.Footer-module__1hmjCG__logoOrange {
  color: #f97316;
}

.Footer-module__1hmjCG__logoBlue {
  color: #38bdf8;
}

.Footer-module__1hmjCG__description {
  color: #94a3b8;
  max-width: 300px;
  line-height: 1.6;
}

.Footer-module__1hmjCG__socials {
  gap: 1rem;
  display: flex;
}

.Footer-module__1hmjCG__socialLink {
  color: #94a3b8;
  transition: color .3s;
}

.Footer-module__1hmjCG__socialLink:hover {
  color: #fcd34d;
}

.Footer-module__1hmjCG__linksColumn {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.Footer-module__1hmjCG__columnTitle {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.Footer-module__1hmjCG__link {
  color: #94a3b8;
  text-decoration: none;
  transition: color .3s;
}

.Footer-module__1hmjCG__link:hover {
  color: #f97316;
}

.Footer-module__1hmjCG__downloadButtons {
  flex-flow: row;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.Footer-module__1hmjCG__bottomActions .Footer-module__1hmjCG__downloadButtons {
  margin-top: .5rem;
}

.Footer-module__1hmjCG__storeBtn {
  color: #fff;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: .6rem;
  flex: none;
  align-items: center;
  gap: .5rem;
  padding: .5rem .9rem;
  transition: background-color .3s;
  display: flex;
}

.Footer-module__1hmjCG__storeBtn:hover {
  background-color: #fff3;
}

.Footer-module__1hmjCG__storeIcon {
  font-size: 1.5rem;
}

.Footer-module__1hmjCG__storeIconImg {
  object-fit: contain;
  width: 22px;
  height: 22px;
}

.Footer-module__1hmjCG__storeText {
  flex-direction: column;
  display: flex;
}

.Footer-module__1hmjCG__storeText span {
  color: #94a3b8;
  font-size: .7rem;
}

.Footer-module__1hmjCG__storeText strong {
  font-size: .9rem;
  font-weight: 700;
}

.Footer-module__1hmjCG__bottom {
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2.25rem;
  display: grid;
}

.Footer-module__1hmjCG__footerSideLogo {
  justify-content: flex-start;
  display: flex;
}

.Footer-module__1hmjCG__footerLogo {
  object-fit: contain;
  width: 140px;
  height: auto;
}

.Footer-module__1hmjCG__bottomCenter {
  text-align: center;
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.Footer-module__1hmjCG__bottomCenter .Footer-module__1hmjCG__socials {
  justify-content: center;
  margin-top: .25rem;
}

.Footer-module__1hmjCG__centerLinks {
  justify-content: center;
  align-items: center;
  gap: .75rem;
  display: inline-flex;
}

.Footer-module__1hmjCG__divider {
  color: #94a3b8;
  opacity: .8;
}

.Footer-module__1hmjCG__bottomActions {
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.Footer-module__1hmjCG__bottomActions .Footer-module__1hmjCG__socials {
  justify-content: center;
  align-self: center;
  margin-top: .25rem;
}

.Footer-module__1hmjCG__soonBadge {
  color: #fff;
  background-color: #f97316;
  border-radius: 9999px;
  padding: .15rem .5rem;
  font-size: .7rem;
  line-height: 1;
  animation: 1.8s ease-in-out infinite Footer-module__1hmjCG__floatY;
}

@keyframes Footer-module__1hmjCG__floatY {
  0% {
    opacity: .85;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }

  100% {
    opacity: .85;
    transform: translateY(0);
  }
}

.Footer-module__1hmjCG__copyright {
  color: #94a3b8;
  font-size: .875rem;
}

.Footer-module__1hmjCG__legalLinks {
  gap: 1.5rem;
  display: flex;
}

.Footer-module__1hmjCG__legalLink {
  color: #94a3b8;
  font-size: .875rem;
  text-decoration: none;
  transition: color .3s;
}

.Footer-module__1hmjCG__legalLink:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .Footer-module__1hmjCG__bottom {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

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

  .Footer-module__1hmjCG__bottomActions .Footer-module__1hmjCG__downloadButtons {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .Footer-module__1hmjCG__bottom {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .Footer-module__1hmjCG__bottomActions .Footer-module__1hmjCG__downloadButtons {
    margin-top: 0;
  }
}

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