/* [project]/src/app/page.module.css [app-client] (css) */
html, body {
  background: #111;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@keyframes page-module___8aEwW__fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

@keyframes page-module___8aEwW__pop {
  0% {
    opacity: 0;
    transform: scale(.5)rotate(-6deg);
  }

  70% {
    opacity: 1;
    transform: scale(1.06)rotate(1deg);
  }

  100% {
    opacity: 1;
    transform: scale(1)rotate(0);
  }
}

@keyframes page-module___8aEwW__cardFloat {
  0%, 100% {
    transform: translateY(0px) rotate(var(--r));
  }

  50% {
    transform: translateY(-6px) rotate(var(--r));
  }
}

.page-module___8aEwW__reveal {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(32px);
}

.page-module___8aEwW__reveal.page-module___8aEwW__visible {
  opacity: 1;
  transform: translateY(0);
}

.page-module___8aEwW__page {
  color: #fff;
  background: #111;
  width: 100%;
  font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
}

.page-module___8aEwW__navbar {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #111111d9;
  border-bottom: 1px solid #ffffff0f;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.page-module___8aEwW__navLogo {
  letter-spacing: -.5px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.page-module___8aEwW__navLogo span {
  background: linear-gradient(135deg, #14008c, #2600ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.page-module___8aEwW__navLinks {
  align-items: center;
  gap: 8px;
  display: flex;
}

.page-module___8aEwW__navLink {
  color: #8e8e93;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.page-module___8aEwW__navLink:hover {
  color: #fff;
}

.page-module___8aEwW__navCta {
  color: #fff;
  background: linear-gradient(135deg, #14008c, #2600ff);
  border-radius: 14px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s, transform .15s;
  box-shadow: 0 4px 16px #14008c59;
}

.page-module___8aEwW__navCta:hover {
  opacity: .9;
  transform: scale(1.03);
}

.page-module___8aEwW__section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-module___8aEwW__hero {
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - 65px);
  padding: 60px 24px 80px;
  display: flex;
}

.page-module___8aEwW__heroInner {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.page-module___8aEwW__heroText {
  animation: .7s both page-module___8aEwW__fadeUp;
}

.page-module___8aEwW__badge {
  color: #a78bff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: #2600ff1f;
  border: 1px solid #2600ff4d;
  border-radius: 50px;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.page-module___8aEwW__heroH1 {
  letter-spacing: -2px;
  color: #fff;
  margin: 0 0 24px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.page-module___8aEwW__heroH1 .page-module___8aEwW__accent {
  background: linear-gradient(135deg, #14008c 0%, #2600ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.page-module___8aEwW__heroSub {
  color: #8e8e93;
  max-width: 440px;
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.65;
}

.page-module___8aEwW__heroCtas {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.page-module___8aEwW__btnPrimary {
  color: #fff;
  background: linear-gradient(135deg, #14008c, #2600ff);
  border-radius: 16px;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 8px 28px #14008c66;
}

.page-module___8aEwW__btnPrimary:hover {
  opacity: .92;
  transform: translateY(-2px)scale(1.02);
  box-shadow: 0 12px 36px #14008c80;
}

.page-module___8aEwW__btnPrimary:active {
  transform: scale(.97);
}

.page-module___8aEwW__btnSecondary {
  color: #8e8e93;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  align-items: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: inline-flex;
}

.page-module___8aEwW__btnSecondary:hover {
  color: #fff;
  border-color: #ffffff4d;
}

.page-module___8aEwW__heroVisual {
  justify-content: center;
  align-items: center;
  animation: .7s .15s both page-module___8aEwW__fadeUp;
  display: flex;
}

.page-module___8aEwW__cardStack {
  width: 300px;
  height: 380px;
  position: relative;
}

.page-module___8aEwW__mockCard {
  transform-origin: bottom;
  background: #fff;
  border-radius: 24px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000073;
}

.page-module___8aEwW__mockCard:first-child {
  --r: -8deg;
  opacity: .5;
  background: #1c1c1e;
  border: 1px solid #3a3a3c;
  width: 88%;
  height: 340px;
  animation: 4s ease-in-out .4s infinite page-module___8aEwW__cardFloat;
  top: 28px;
  left: -22px;
}

.page-module___8aEwW__mockCard:nth-child(2) {
  --r: 5deg;
  opacity: .75;
  background: #fff;
  width: 92%;
  height: 355px;
  animation: 4s ease-in-out .2s infinite page-module___8aEwW__cardFloat;
  top: 14px;
  right: -16px;
}

.page-module___8aEwW__mockCard:nth-child(3) {
  --r: -2deg;
  z-index: 3;
  animation: .55s .3s both page-module___8aEwW__pop, 5s ease-in-out 1s infinite page-module___8aEwW__cardFloat;
  top: 0;
}

.page-module___8aEwW__mockCardHeader {
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  gap: 12px;
  padding: 20px 20px 14px;
  display: flex;
}

.page-module___8aEwW__mockLogo {
  color: #fff;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.page-module___8aEwW__mockTitle {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.page-module___8aEwW__mockCompany {
  color: #8e8e93;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
}

.page-module___8aEwW__mockMatchBadge {
  color: #16a34a;
  white-space: nowrap;
  background: #dcfce7;
  border-radius: 50px;
  margin-left: auto;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}

.page-module___8aEwW__mockCardBody {
  padding: 14px 20px 18px;
}

.page-module___8aEwW__mockTags {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  display: flex;
}

.page-module___8aEwW__mockTag {
  color: #555;
  background: #f3f4f6;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
}

.page-module___8aEwW__mockTagAccent {
  color: #14008c;
  background: #f0f0ff;
}

.page-module___8aEwW__mockDesc {
  color: #6b6b6b;
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.6;
}

.page-module___8aEwW__mockActions {
  border-top: 1px solid #f5f5f5;
  justify-content: space-around;
  padding: 12px 20px 0;
  display: flex;
}

.page-module___8aEwW__mockActionBtn {
  background: #fff;
  border: 2px solid;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: flex;
}

.page-module___8aEwW__mockActionNope {
  border-color: #ef44444d;
}

.page-module___8aEwW__mockActionLike {
  border-color: #22c55e4d;
}

.page-module___8aEwW__mockActionStar {
  border-color: #6366f14d;
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.page-module___8aEwW__likeLabel {
  color: #22c55e;
  letter-spacing: 2px;
  opacity: .9;
  z-index: 5;
  border: 3px solid #22c55e;
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  top: 22px;
  left: 20px;
  transform: rotate(-12deg);
}

.page-module___8aEwW__how {
  background: #0d0d0d;
  padding: 100px 24px;
}

.page-module___8aEwW__sectionLabel {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a78bff;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.page-module___8aEwW__sectionTitle {
  letter-spacing: -1.5px;
  color: #fff;
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.1;
}

.page-module___8aEwW__sectionSub {
  color: #8e8e93;
  max-width: 480px;
  margin: 0 0 64px;
  font-size: 16px;
}

.page-module___8aEwW__steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
  position: relative;
}

.page-module___8aEwW__steps:before {
  content: "";
  opacity: .3;
  background: linear-gradient(90deg, #14008c, #2600ff);
  height: 1px;
  position: absolute;
  top: 52px;
  left: calc(16.66% + 12px);
  right: calc(16.66% + 12px);
}

.page-module___8aEwW__step {
  text-align: center;
  background: #1c1c1e;
  border: 1px solid #2c2c2e;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 36px;
  transition: border-color .25s, transform .25s;
  display: flex;
}

.page-module___8aEwW__step:hover {
  border-color: #14008c40;
  transform: translateY(-4px);
}

.page-module___8aEwW__stepNum {
  letter-spacing: 1px;
  color: #a78bff;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
}

.page-module___8aEwW__stepIcon {
  background: linear-gradient(135deg, #2600ff1f, #a78bff26);
  border: 1px solid #2600ff33;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  font-size: 28px;
  display: flex;
}

.page-module___8aEwW__stepTitle {
  color: #fff;
  letter-spacing: -.3px;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
}

.page-module___8aEwW__stepDesc {
  color: #8e8e93;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.page-module___8aEwW__matchSection {
  background: #111;
  padding: 100px 24px;
}

.page-module___8aEwW__matchInner {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.page-module___8aEwW__matchVisual {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-module___8aEwW__matchCard {
  background: linear-gradient(135deg, #1d2671, #c33764);
  border-radius: 24px;
  flex-shrink: 0;
  width: 280px;
  height: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 64px #14008c59;
}

.page-module___8aEwW__matchOverlay {
  background: #0000008c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
  position: absolute;
  inset: 0;
}

.page-module___8aEwW__matchTitle {
  color: #fff;
  letter-spacing: -.5px;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.page-module___8aEwW__matchSubtitle {
  color: #ffffffa6;
  text-align: center;
  font-size: 13px;
}

.page-module___8aEwW__matchHearts {
  gap: -10px;
  display: flex;
}

.page-module___8aEwW__matchHeart {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff1a;
  border: 3px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 22px;
  display: flex;
}

.page-module___8aEwW__matchHeart:nth-child(2) {
  margin-left: -12px;
}

.page-module___8aEwW__matchContent .page-module___8aEwW__sectionTitle {
  margin-bottom: 20px;
}

.page-module___8aEwW__matchContent p {
  color: #8e8e93;
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 1.7;
}

.page-module___8aEwW__trust {
  text-align: center;
  background: #0d0d0d;
  padding: 100px 24px;
}

.page-module___8aEwW__trustBrand {
  background: #1c1c1e;
  border: 1px solid #2c2c2e;
  border-radius: 16px;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
  padding: 10px 22px;
  display: inline-flex;
}

.page-module___8aEwW__trustBrandName {
  color: #fff;
  letter-spacing: -.3px;
  font-size: 18px;
  font-weight: 800;
}

.page-module___8aEwW__trustBrandName span {
  color: #a78bff;
}

.page-module___8aEwW__trustBrandTag {
  color: #8e8e93;
  background: #2c2c2e;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
}

.page-module___8aEwW__trustStats {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  display: flex;
}

.page-module___8aEwW__trustStat {
  text-align: center;
  border-right: 1px solid #1c1c1e;
  padding: 32px 48px;
}

.page-module___8aEwW__trustStat:last-child {
  border-right: none;
}

.page-module___8aEwW__trustStatNum {
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 6px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.page-module___8aEwW__trustStatNum span {
  background: linear-gradient(135deg, #14008c, #2600ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.page-module___8aEwW__trustStatLabel {
  color: #8e8e93;
  font-size: 14px;
  font-weight: 500;
}

.page-module___8aEwW__trustNote {
  color: #8e8e93;
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
}

.page-module___8aEwW__trustNote strong {
  color: #fff;
}

.page-module___8aEwW__ctaBanner {
  text-align: center;
  background: #111;
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.page-module___8aEwW__ctaBanner:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #14008c1f 0%, #0000 70%);
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-module___8aEwW__ctaH2 {
  letter-spacing: -2px;
  color: #fff;
  margin: 0 0 16px;
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.05;
}

.page-module___8aEwW__ctaSub {
  color: #8e8e93;
  margin: 0 0 48px;
  font-size: 17px;
}

.page-module___8aEwW__footer {
  text-align: center;
  color: #3a3a3c;
  border-top: 1px solid #1c1c1e;
  padding: 28px 24px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .page-module___8aEwW__heroInner {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .page-module___8aEwW__heroSub {
    max-width: 100%;
  }

  .page-module___8aEwW__heroCtas {
    justify-content: center;
  }

  .page-module___8aEwW__heroVisual {
    order: -1;
  }

  .page-module___8aEwW__cardStack {
    width: 260px;
    height: 330px;
  }

  .page-module___8aEwW__steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-module___8aEwW__steps:before {
    display: none;
  }

  .page-module___8aEwW__matchInner {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .page-module___8aEwW__matchVisual {
    justify-content: center;
  }

  .page-module___8aEwW__trustStats {
    flex-direction: column;
    align-items: center;
  }

  .page-module___8aEwW__trustStat {
    border-bottom: 1px solid #1c1c1e;
    border-right: none;
    width: 100%;
    padding: 24px 32px;
  }

  .page-module___8aEwW__trustStat:last-child {
    border-bottom: none;
  }

  .page-module___8aEwW__navLinks {
    display: none;
  }
}

/*# sourceMappingURL=src_app_page_module_07d24h7.css.map*/