/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.107.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@7.0.2_postcss@8.5.15_webpack@5.107.2/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/less-loader@11.1.0_less@4.6.4_webpack@5.107.2/node_modules/less-loader/dist/cjs.js!./app/views/next/home/css/main.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  overflow: hidden;
}
#app {
  height: 100%;
}
.next-app {
  position: relative;
  width: 100%;
  height: 100%;
  user-select: none;
}
.next-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 210px;
  pointer-events: none;
}
.header-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px;
  pointer-events: auto;
}
.logo-area {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  object-fit: cover;
}
.logo-text {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 32px;
  letter-spacing: 0.07px;
}
.header-app-wrap {
  position: relative;
}
.header-app-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.31px;
  cursor: pointer;
  transition: background 0.2s;
}
.header-app-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.download-icon {
  width: 16px;
  height: 16px;
}
.qr-popup {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 8px;
  z-index: 110;
}
.qr-fade-enter-active,
.qr-fade-leave-active {
  transition: opacity 0.25s, transform 0.25s;
}
.qr-fade-enter,
.qr-fade-leave-to {
  opacity: 0;
  transform: translateY(-8px);
}
.qr-popup-inner {
  width: 360px;
  height: 400px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qr-title {
  margin-top: 38px;
  font-size: 20px;
  font-weight: 500;
  color: #4a5565;
  line-height: 20px;
  letter-spacing: -0.31px;
  text-align: center;
}
.qr-img {
  width: 300px;
  height: 300px;
  margin-top: 12px;
  object-fit: contain;
}
.bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bg-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.bg-item.active {
  opacity: 1;
}
.bg-gradient {
  width: 100%;
  height: 100%;
}
.bg-slide-1 {
  background: radial-gradient(circle at 18% 22%, rgba(176, 0, 240, 0.45) 0%, rgba(176, 0, 240, 0) 42%), radial-gradient(circle at 82% 78%, rgba(145, 1, 192, 0.35) 0%, rgba(145, 1, 192, 0) 38%), linear-gradient(135deg, #160025 0%, #600080 48%, #100020 100%);
}
.bg-slide-2 {
  background: radial-gradient(circle at 72% 18%, rgba(176, 0, 224, 0.5) 0%, rgba(176, 0, 224, 0) 40%), radial-gradient(circle at 24% 82%, rgba(112, 0, 144, 0.35) 0%, rgba(112, 0, 144, 0) 36%), linear-gradient(160deg, #9101c0 0%, #160025 42%, #100020 100%);
}
.bg-slide-3 {
  background: radial-gradient(circle at 50% 36%, rgba(176, 0, 240, 0.38) 0%, rgba(176, 0, 240, 0) 46%), radial-gradient(circle at 88% 62%, rgba(96, 0, 128, 0.42) 0%, rgba(96, 0, 128, 0) 34%), linear-gradient(200deg, #100020 0%, #700090 38%, #160025 72%, #100020 100%);
}
.bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.wave-layer {
  position: absolute;
  bottom: 60px;
  left: -5%;
  width: 110%;
  z-index: 1;
  pointer-events: none;
}
.wave-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.wave-decor.active {
  opacity: 0.85;
}
.main-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 90px;
  height: 100%;
}
.text-col {
  flex: 0 0 43.5%;
  max-width: 43.5%;
  position: relative;
  min-height: 400px;
}
.text-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.text-block.active {
  opacity: 1;
  pointer-events: auto;
}
.text-block.active .slide-title {
  animation: fadeIn 0.5s ease forwards;
}
.text-block.active .slide-subtitle {
  animation: fadeIn 0.5s 0.1s ease forwards;
}
.text-block.active .dl-buttons {
  animation: fadeIn 0.5s 0.2s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slide-title {
  font-size: 120px;
  font-weight: 700;
  color: white;
  line-height: 120px;
  letter-spacing: 0.26px;
  white-space: pre-line;
  margin-bottom: 24px;
  opacity: 0;
}
.slide-subtitle {
  font-size: 32px;
  font-weight: 500;
  color: white;
  line-height: 32px;
  letter-spacing: -0.45px;
  margin-bottom: 32px;
  opacity: 0;
}
.dl-buttons {
  display: flex;
  gap: 16px;
  opacity: 0;
}
.dl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 200px;
  height: 90px;
  padding: 0 24px;
  background: #000;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.dl-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.15), 0 6px 8px rgba(0, 0, 0, 0.1);
}
.dl-btn-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}
.dl-btn-text {
  display: flex;
  flex-direction: column;
}
.dl-btn-text small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.dl-btn-text strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}
.phone-col {
  flex: 0 0 42.5%;
  max-width: 42.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  perspective: 1200px;
}
.phone-flipper {
  position: relative;
  width: 90%;
  max-width: 560px;
  aspect-ratio: 707 / 1144;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.phone-flipper-clickable {
  cursor: pointer;
}
.phone-card {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}
.phone-front {
  z-index: 2;
}
.phone-back {
  transform: rotateY(180deg);
}
.phone-composite {
  position: relative;
  width: 100%;
  height: 100%;
}
.composite-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.composite-phone {
  position: absolute;
  top: 14.16%;
  left: 23.48%;
  width: 53.04%;
  height: 70.98%;
  border-style: solid;
  border-width: 6px;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 4px 160px rgba(0, 0, 0, 0.6);
}
.composite-phone.border-white {
  border-color: white;
}
.composite-phone.border-gray {
  border-color: #ddd;
}
.phone-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination {
  position: fixed;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  gap: 8px;
  align-items: center;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active {
  width: 28px;
  background: white;
}
.next-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: white;
  border-top: 1px solid #e5e7eb;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 33px 40px;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-links a {
  font-size: 14px;
  font-weight: 400;
  color: #4a5565;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: -0.15px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #111;
}
.footer-links .divider {
  color: #d1d5dc;
  font-size: 14px;
  user-select: none;
}
.policies-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.policies-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.policies-dropdown {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  transform: translateX(-50%);
  min-width: 328px;
  padding: 20px 24px;
  border: 1px solid #d1d5dc;
  border-radius: 12px;
  background: white;
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.12);
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 120;
  white-space: nowrap;
}
.policies-dropdown a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111827;
  text-decoration: none;
}
.policies-menu.open .policies-chevron {
  transform: rotate(180deg);
}
.policies-chevron {
  width: 12px;
  height: 12px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.social-links {
  display: flex;
  gap: 16px;
}
.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #f3f4f6;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.social-btn:hover {
  background: #e5e7eb;
}
.social-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .content-inner {
    max-width: 1600px;
  }
  .text-col {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .phone-col {
    flex: 0 0 40%;
    max-width: 700px;
  }
  .slide-title {
    font-size: 90px;
    line-height: 90px;
  }
  .slide-subtitle {
    font-size: 26px;
    line-height: 26px;
  }
  .dl-btn {
    width: 170px;
    height: 76px;
    padding: 0 20px;
  }
  .dl-buttons {
    gap: 14px;
  }
  .dl-btn-text small {
    font-size: 10px;
    line-height: 14px;
  }
  .dl-btn-text strong {
    font-size: 16px;
    line-height: 24px;
  }
  .dl-btn-icon {
    width: 24px;
    height: 28px;
  }
}
@media (max-width: 1400px) {
  .slide-title {
    font-size: 72px;
    line-height: 72px;
  }
  .slide-subtitle {
    font-size: 22px;
    line-height: 22px;
  }
  .composite-phone {
    border-radius: 36px;
    border-width: 4px;
  }
  .dl-btn {
    width: 150px;
    height: 64px;
    padding: 0 16px;
    gap: 10px;
  }
  .dl-buttons {
    gap: 12px;
  }
  .dl-btn-text small {
    font-size: 9px;
    line-height: 12px;
  }
  .dl-btn-text strong {
    font-size: 14px;
    line-height: 20px;
  }
  .dl-btn-icon {
    width: 22px;
    height: 24px;
  }
}
@media (max-width: 900px) {
  .text-col {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .phone-col {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .composite-phone {
    border-radius: 24px;
    border-width: 3px;
  }
  .slide-title {
    font-size: 52px;
    line-height: 52px;
  }
  .slide-subtitle {
    font-size: 18px;
    line-height: 18px;
  }
  .dl-buttons {
    gap: 10px;
  }
  .dl-btn {
    width: 130px;
    height: 52px;
    padding: 0 12px;
    gap: 8px;
  }
  .dl-btn-text small {
    font-size: 8px;
    line-height: 10px;
  }
  .dl-btn-text strong {
    font-size: 12px;
    line-height: 16px;
  }
  .dl-btn-icon {
    width: 20px;
    height: 22px;
  }
}
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=home-090db006.css.map*/