/* [next]/internal/font/google/poppins_17e032a0.module.css [app-client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.1110aazvokzp..woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.p.12skym0rqknxy.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/798ea22d9983e047-s.106do9xzbuago.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_17e032a0-module__E3gk2W__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

/* [project]/.claude/worktrees/infallible-mendeleev-758f07/components/how-it-works/how-it-works.css [app-client] (css) */
.cta-primary {
  color: #0b0d12;
  letter-spacing: -.005em;
  background: #f8fafc;
  border: 1px solid #0b0d1214;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: .65rem;
  padding: 14px 28px;
  font-family: Poppins, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .26s cubic-bezier(.22, 1, .36, 1), box-shadow .26s, background .26s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 1px 2px #0000000f, 0 8px 24px #00000014;
}

.cta-primary:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px #00000014, 0 18px 40px #00000024;
}

@keyframes hiw-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

.animate-fade-up {
  animation: .7s cubic-bezier(.16, 1, .3, 1) both hiw-fade-up;
}

@keyframes hiw-neon-pulse {
  0%, 100% {
    box-shadow: 0 0 16px #22d3ee26, 0 0 48px #22d3ee0d;
  }

  50% {
    box-shadow: 0 0 24px #22d3ee40, 0 0 64px #22d3ee1a;
  }
}

.animate-neon-glow {
  animation: 3s ease-in-out infinite hiw-neon-pulse;
}

@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

.trust-track {
  will-change: transform;
  align-items: center;
  gap: 0;
  animation: 42s linear infinite trust-marquee;
  display: flex;
}

.trust-track:hover {
  animation-play-state: paused;
}

@keyframes hiw-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  animation: 25s linear infinite hiw-marquee;
}

@keyframes tc-ping {
  0% {
    opacity: .65;
    transform: scale(1);
  }

  75%, 100% {
    opacity: 0;
    transform: scale(2.4);
  }
}

@keyframes mk-drop {
  0% {
    opacity: 0;
    transform: translateY(-12px)scale(.85);
  }

  12% {
    opacity: 1;
  }

  82% {
    opacity: .85;
  }

  100% {
    opacity: 0;
    transform: translateY(148px)scale(.75);
  }
}

@keyframes life-sun-pulse {
  0%, 100% {
    opacity: .25;
    transform: scale(1);
  }

  50% {
    opacity: .4;
    transform: scale(1.12);
  }
}

@keyframes life-sway-a {
  0%, 100% {
    transform: rotate(-.6deg)translateY(0);
  }

  50% {
    transform: rotate(.4deg)translateY(-1px);
  }
}

@keyframes life-sway-b {
  0%, 100% {
    transform: rotate(.5deg)translateY(0);
  }

  50% {
    transform: rotate(-.5deg)translateY(-1px);
  }
}

@keyframes life-steam {
  0% {
    opacity: 0;
    transform: translateY(0)scale(1);
  }

  20% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: translateY(-16px)scale(1.3);
  }
}

@keyframes life-lightleak {
  0%, 100% {
    opacity: .8;
    transform: translate(0);
  }

  50% {
    opacity: 1;
    transform: translate(6px, -4px);
  }
}

@keyframes life-birds {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }

  10% {
    opacity: .9;
  }

  90% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    transform: translateX(40%);
  }
}

@keyframes life-kenburns {
  0% {
    transform: scale(1.04)translate(0);
  }

  100% {
    transform: scale(1.12)translate(-1.5%, -1%);
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 80px 24px 100px !important;
  }

  .hero-visual {
    height: 380px !important;
  }

  .step-grid {
    direction: ltr !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .life-grid {
    grid-template-columns: 1fr !important;
  }

  .trust-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .step-rail {
    display: none !important;
  }

  .mosaic-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 200px !important;
  }

  .mosaic-tile {
    grid-area: auto !important;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__03c-u1t._.css.map*/