/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(marketing)/home.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Shared inner container ─────────────────────────────── */
.home_sectionInner__F2Rtk {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Hero ───────────────────────────────────────────────── */
.home_hero__sBBDF {
  background: var(--dark);
  padding: clamp(88px, 13vw, 148px) 0 clamp(80px, 11vw, 128px);
}

.home_heroInner__7cBmV {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px);
}

@keyframes home_slideUp__ofzJ8 {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .home_heroPill___M9qP,
  .home_heroHeading__PSKOk,
  .home_heroSub__sQ1vo,
  .home_heroActions__y99zt {
    animation: none !important;
    transform: none !important;
  }
}

.home_heroPill___M9qP {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--accent-dark);
  background: rgba(56, 189, 248, 0.10);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
  animation: home_slideUp__ofzJ8 0.5s ease-out both;
  animation-delay: 0.05s;
}

.home_heroHeading__PSKOk {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--ink);
  text-wrap: balance;
  margin-bottom: 24px;
  animation: home_slideUp__ofzJ8 0.6s ease-out both;
  animation-delay: 0.10s;
}

.home_heroAccent___8w_i {
  color: var(--accent-dark);
}

.home_heroSub__sQ1vo {
  font-size: clamp(1rem, 2.2vw, 1.1875rem);
  color: var(--ink-muted);
  line-height: 1.65;
  max-width: 52ch;
  margin-bottom: 40px;
  text-wrap: pretty;
  animation: home_slideUp__ofzJ8 0.6s ease-out both;
  animation-delay: 0.18s;
}

.home_heroActions__y99zt {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  animation: home_slideUp__ofzJ8 0.6s ease-out both;
  animation-delay: 0.26s;
}

/* ── CTA buttons — on dark ──────────────────────────────── */
.home_ctaPrimary__95n1J {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.12s ease;
}

.home_ctaPrimary__95n1J:hover {
  background: var(--accent-hover);
  color: #fff;
  transform: translateY(-1px);
}

.home_ctaGhost__wwJdF {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 450;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--ink-muted);
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.home_ctaGhost__wwJdF:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--ink);
}

/* ── Replaces strip ─────────────────────────────────────── */
.home_replacesStrip__6H7rf {
  background: var(--dark-2, #18181b);
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home_replacesInner__PVaBI {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.home_replacesLabel__57iqd {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
  opacity: 0.6;
}

.home_replacesTags__0_F6X {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.home_replacesTag__9VXwX {
  font-size: 0.8125rem;
  color: var(--ink-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 4px 12px;
  opacity: 0.7;
}

/* ── Features section ───────────────────────────────────── */
.home_featuresSection__bfUYS {
  background: var(--light-alt);
  padding: clamp(72px, 10vw, 112px) 0;
}

.home_sectionHeading__qsecZ {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ink-light);
  text-wrap: balance;
  margin-bottom: 48px;
}

.home_featureGrid__B5iw8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.home_featureItem__huLSK {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.home_featureItem__huLSK:nth-child(odd) {
  padding-right: 52px;
}

.home_featureItem__huLSK:nth-child(even) {
  padding-left: 52px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

/* Last row — no bottom border */
.home_featureItem__huLSK:nth-last-child(-n+2) {
  border-bottom: none;
}

.home_featureIcon__PLnYy {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.home_featureTitle__aNFuc {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-light);
  line-height: 1.3;
  margin-bottom: 8px;
}

.home_featureDesc__Iwz4M {
  font-size: 0.9375rem;
  color: var(--ink-light-muted);
  line-height: 1.7;
  text-wrap: pretty;
}

/* ── How it works ───────────────────────────────────────── */
.home_howSection__K46KU {
  background: var(--light);
  padding: clamp(72px, 10vw, 112px) 0;
}

.home_howHeading__xD8CI {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ink-light);
  text-wrap: balance;
  margin-bottom: 12px;
}

.home_howSub__ypVtA {
  font-size: 1.0625rem;
  color: var(--ink-light-muted);
  line-height: 1.6;
  max-width: 52ch;
  margin-bottom: 52px;
  text-wrap: pretty;
}

.home_stepList__mx1wX {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
  gap: 48px;
}

.home_step__RoP8z {
  display: flex;
  flex-direction: column;
}

.home_stepBadge__B8niZ {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.home_stepContent__FPAli {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home_stepTitle__yRmsw {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink-light);
}

.home_stepDesc__1YpSz {
  font-size: 0.9375rem;
  color: var(--ink-light-muted);
  line-height: 1.65;
  max-width: 32ch;
  text-wrap: pretty;
}

/* ── Live stats ─────────────────────────────────────────── */
.home_liveStatsStrip__0zVqd {
  background: var(--dark-2, #18181b);
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home_liveStatsHeading__blIh_ {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-muted);
  text-align: center;
  margin-bottom: 24px;
}

.home_liveStatsInner__SNLMX {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 64px);
  flex-wrap: wrap;
  text-align: center;
}

.home_liveStatItem__ahLfH {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home_liveStatValue__TQCSk {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home_liveStatLabel__7BQ4u {
  font-size: 0.8125rem;
  color: var(--ink-muted);
}

.home_liveStatDivider__7TdiA {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 480px) {
  .home_liveStatDivider__7TdiA { display: none; }
}

/* ── Testimonials ───────────────────────────────────────── */
.home_testimonialsSection__Xm3Jy {
  background: var(--light-alt);
  padding: clamp(72px, 10vw, 112px) 0;
}

.home_testimonialsHeading__h7_Hm {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ink-light);
  text-wrap: balance;
  margin-bottom: 40px;
}

.home_testimonialsGrid__Z2Kfn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.home_testimonialCard___YYfl {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  background: var(--light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--r-lg);
}

.home_testimonialStars__B8FQq {
  display: flex;
  gap: 2px;
  color: #f59e0b;
}

.home_testimonialQuote__UjgHW {
  font-size: 0.9375rem;
  color: var(--ink-light-mid);
  line-height: 1.65;
  text-wrap: pretty;
  flex: 1 1;
}

.home_testimonialAuthor__tOiVy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.home_testimonialName__yqM8X {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-light);
}

.home_testimonialMeta__OHSGb {
  font-size: 0.8125rem;
  color: var(--ink-light-muted);
}

/* ── Final CTA section ──────────────────────────────────── */
.home_ctaSection__Qy_Md {
  background: var(--dark);
  padding: clamp(72px, 10vw, 112px) 0;
}

.home_ctaHeading__f1BEd {
  font-size: clamp(1.875rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ink);
  text-wrap: balance;
  margin-bottom: 14px;
}

.home_ctaSub__l9I6_ {
  font-size: 1.0625rem;
  color: var(--ink-muted);
  line-height: 1.6;
  margin-bottom: 36px;
}

.home_ctaActions__sBP0t {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home_ctaPrimaryDark__SKvaM {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  color: var(--dark);
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.12s ease;
}

.home_ctaPrimaryDark__SKvaM:hover {
  opacity: 0.92;
  color: var(--dark);
  transform: translateY(-1px);
}

.home_ctaGhostDark__ekXC4 {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 450;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink-muted);
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.home_ctaGhostDark__ekXC4:hover {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--ink);
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 860px) {
  .home_featureGrid__B5iw8 {
    grid-template-columns: 1fr;
  }

  .home_featureItem__huLSK,
  .home_featureItem__huLSK:nth-child(odd),
  .home_featureItem__huLSK:nth-child(even) {
    padding: 28px 0;
    border-left: none;
  }

  /* On single column, only the last item has no bottom border */
  .home_featureItem__huLSK:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .home_featureItem__huLSK:last-child {
    border-bottom: none;
  }

  .home_stepList__mx1wX {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home_stepDesc__1YpSz {
    max-width: 52ch;
  }
}

@media (max-width: 640px) {
  .home_heroInner__7cBmV {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home_ctaActions__sBP0t {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_ctaPrimaryDark__SKvaM,
  .home_ctaGhostDark__ekXC4 {
    width: 100%;
    justify-content: center;
  }
}

