/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./src/app/components/header.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header-nav {
  width: 100%;
  height: 72px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.header-nav.is-sticky {
  box-shadow: 0 12px 30px rgba(27, 26, 26, 0.08);
  background: rgba(248, 248, 248, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.header-container {
  width: 100%;
  max-width: 1480px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 0;
}

.logo-text {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 29px;
  line-height: 133.193%;
  letter-spacing: -0.287px;
  color: #1B1A1A;
}
.logo-text .logo-bold {
  font-weight: 500;
}
.logo-text .logo-light {
  font-weight: 300;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-item {
  margin: 0;
}

.nav-link {
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.nav-link:hover {
  opacity: 0.7;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-waitlist {
  display: flex;
  padding: 12px 19px 13px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #1975F9;
  color: #FFF;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-waitlist:hover {
  background: #0d5fdb;
}

.btn-demo {
  display: flex;
  padding: 12px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1B1A1A;
  background: transparent;
  color: #1B1A1A;
  text-align: center;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-demo:hover {
  background: #1B1A1A;
  color: #FFF;
}

@media (max-width: 991px) {
  .header-nav-list {
    display: none;
  }
  .header-container {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .header-actions {
    gap: 8px;
  }
  .btn-waitlist,
  .btn-demo {
    font-size: 14px;
    padding: 10px 16px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[2]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[13].use[3]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[5].oneOf[13].use[4]!./node_modules/.pnpm/next@13.4.19_react-dom@18.2.0_react@18.2.0_sass@1.93.3/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[5].oneOf[13].use[5]!./src/app/components/footer.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer-section {
  width: 100%;
  padding: 0 180px 116px 180px;
  background: #FBFCFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container {
  width: 100%;
  max-width: 1152px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-top: 0;
}

.footer-brand {
  flex: 1 1;
  max-width: 482px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 23px;
}

.footer-logo {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 133.193%;
  letter-spacing: -0.287px;
  color: #1B1A1A;
}
.footer-logo .logo-bold {
  font-weight: 500;
}
.footer-logo .logo-light {
  font-weight: 300;
}

.footer-description {
  color: #3D3A3A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 17px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-heading {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.footer-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  padding: 3px 0 0 0;
  margin: 0;
}
.footer-list li {
  display: flex;
  align-items: center;
}
.footer-list a {
  color: #3D3A3A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-list a:hover {
  color: #1975F9;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #1B1A1A;
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-link:hover {
  color: #1975F9;
  transform: translateY(-2px);
}
.social-link svg {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  padding-top: 0;
}

.footer-copyright {
  color: #1B1A1A;
  font-family: "Geist", "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  margin: 0;
}

@media (max-width: 1400px) {
  .footer-section {
    padding: 0 80px 80px 80px;
  }
}
@media (max-width: 1200px) {
  .footer-section {
    padding: 0 60px 60px 60px;
  }
  .footer-links {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-section {
    padding: 0 40px 60px 40px;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer-brand {
    max-width: 100%;
  }
  .footer-links {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-section {
    padding: 0 32px 48px 32px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer-column {
    min-width: 120px;
  }
}
@media (max-width: 576px) {
  .footer-section {
    padding: 0 16px 40px 16px;
  }
  .footer-content {
    gap: 32px;
  }
  .footer-brand {
    gap: 16px;
  }
  .footer-logo {
    font-size: 24px;
  }
  .footer-description {
    font-size: 13px;
    line-height: 140%;
  }
  .footer-links {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .footer-column {
    width: 100%;
  }
  .footer-list {
    gap: 8px;
  }
  .footer-copyright {
    font-size: 13px;
  }
}
