﻿*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fafaf8;
}

body {
  margin: 0;
  background: #fafaf8;
  color: #141415;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "calt" 0, "liga" 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#app {
  position: relative;
  isolation: isolate;
}

.page-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  min-height: 100%;
}

.page-blob {
  position: absolute;
  display: block;
  filter: blur(26px);
  opacity: 0.66;
  will-change: transform, border-radius;
}

.blob-a {
  top: -6vh;
  left: -10vw;
  width: min(34vw, 500px);
  height: min(34vw, 500px);
  background: radial-gradient(circle at 38% 36%, rgba(255, 94, 36, 0.55) 0, rgba(255, 94, 36, 0.26) 32%, rgba(255, 94, 36, 0) 70%);
  border-radius: 62% 38% 55% 45% / 28% 62% 38% 72%;
  animation:
    blobMorphA 7s ease-in-out infinite alternate,
    blobDriftA 14s ease-in-out infinite alternate;
}

.blob-b {
  top: 78vh;
  right: -8vw;
  width: min(32vw, 460px);
  height: min(32vw, 460px);
  background: radial-gradient(circle at 34% 34%, rgba(136, 210, 195, 0.55) 0, rgba(136, 210, 195, 0.26) 34%, rgba(136, 210, 195, 0) 72%);
  border-radius: 36% 64% 42% 58% / 63% 31% 69% 37%;
  animation:
    blobMorphB 8s ease-in-out infinite alternate,
    blobDriftB 16s ease-in-out infinite alternate;
}

.blob-c {
  top: 28vh;
  right: 8vw;
  width: min(26vw, 360px);
  height: min(26vw, 360px);
  background: radial-gradient(circle at 36% 32%, rgba(198, 120, 221, 0.55) 0, rgba(198, 120, 221, 0.26) 34%, rgba(198, 120, 221, 0) 72%);
  border-radius: 71% 29% 58% 42% / 46% 66% 34% 54%;
  animation:
    blobMorphC 6.5s ease-in-out infinite alternate,
    blobDriftC 13s ease-in-out infinite alternate;
}

.blob-d {
  top: 118vh;
  left: 16vw;
  width: min(24vw, 320px);
  height: min(24vw, 320px);
  background: radial-gradient(circle at 34% 34%, rgba(139, 197, 243, 0.55) 0, rgba(139, 197, 243, 0.26) 34%, rgba(139, 197, 243, 0) 72%);
  border-radius: 48% 52% 29% 71% / 68% 36% 64% 32%;
  animation:
    blobMorphD 6s ease-in-out infinite alternate,
    blobDriftD 12s ease-in-out infinite alternate;
}

.blob-e {
  top: 54vh;
  left: -6vw;
  width: min(22vw, 300px);
  height: min(22vw, 300px);
  background: radial-gradient(circle at 34% 34%, rgba(98, 176, 109, 0.55) 0, rgba(98, 176, 109, 0.26) 34%, rgba(98, 176, 109, 0) 72%);
  border-radius: 28% 72% 51% 49% / 57% 34% 66% 43%;
  animation:
    blobMorphE 7.5s ease-in-out infinite alternate,
    blobDriftE 15s ease-in-out infinite alternate;
}

.blob-f {
  top: 10vh;
  left: 42vw;
  width: min(20vw, 260px);
  height: min(20vw, 260px);
  background: radial-gradient(circle at 34% 34%, rgba(255, 202, 181, 0.62) 0, rgba(255, 202, 181, 0.28) 34%, rgba(255, 202, 181, 0) 72%);
  border-radius: 66% 34% 35% 65% / 33% 61% 39% 67%;
  animation:
    blobMorphF 6.8s ease-in-out infinite alternate,
    blobDriftF 13.5s ease-in-out infinite alternate;
}

.blob-g {
  top: 148vh;
  right: 18vw;
  width: min(23vw, 310px);
  height: min(23vw, 310px);
  background: radial-gradient(circle at 34% 34%, rgba(22, 84, 36, 0.5) 0, rgba(22, 84, 36, 0.24) 34%, rgba(22, 84, 36, 0) 72%);
  border-radius: 54% 46% 73% 27% / 49% 29% 71% 51%;
  animation:
    blobMorphG 7.2s ease-in-out infinite alternate,
    blobDriftG 14.5s ease-in-out infinite alternate;
}

.blob-h {
  top: 34vh;
  left: 24vw;
  width: min(18vw, 240px);
  height: min(18vw, 240px);
  background: radial-gradient(circle at 36% 34%, rgba(255, 94, 36, 0.58) 0, rgba(255, 94, 36, 0.28) 34%, rgba(255, 94, 36, 0) 72%);
  border-radius: 63% 37% 49% 51% / 35% 64% 36% 65%;
  animation:
    blobMorphH 6.4s ease-in-out infinite alternate,
    blobDriftH 12.5s ease-in-out infinite alternate;
}

.blob-i {
  top: 96vh;
  right: 26vw;
  width: min(21vw, 290px);
  height: min(21vw, 290px);
  background: radial-gradient(circle at 34% 36%, rgba(243, 91, 34, 0.56) 0, rgba(243, 91, 34, 0.27) 34%, rgba(243, 91, 34, 0) 72%);
  border-radius: 41% 59% 68% 32% / 58% 33% 67% 42%;
  animation:
    blobMorphI 7.1s ease-in-out infinite alternate,
    blobDriftI 13.8s ease-in-out infinite alternate;
}

.blob-j {
  top: 172vh;
  left: -4vw;
  width: min(20vw, 270px);
  height: min(20vw, 270px);
  background: radial-gradient(circle at 38% 32%, rgba(255, 110, 48, 0.54) 0, rgba(255, 110, 48, 0.25) 34%, rgba(255, 110, 48, 0) 72%);
  border-radius: 57% 43% 34% 66% / 62% 41% 59% 38%;
  animation:
    blobMorphJ 6.7s ease-in-out infinite alternate,
    blobDriftJ 12.9s ease-in-out infinite alternate;
}

:root {
  --color-cream-paper: #fafaf8;
  --color-card-white: #fff;
  --color-pebble-gray: #f0f0ef;
  --color-linen-border: #e4e5e1;
  --color-ash: #d9d9d9;
  --color-ink: #141415;
  --color-graphite: #2e2e2c;
  --color-carbon: #454542;
  --color-slate: #6e6f6c;
  --color-stone: #8c8c89;
  --color-fog: #b7b7b4;
  --color-signal-orange: #f35b22;
  --color-ember: #ff5e24;
  --color-peach-blush: #ffcab5;
  --color-teal-token: #88d2c3;
  --color-sky-token: #8bc5f3;
  --color-orchid-token: #c678dd;
  --color-forest: #165424;
  --color-success-green: #62b06d;
}

a {
  color: inherit;
}

:root {
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 260ms;
  --motion-med: 620ms;
  --motion-slow: 980ms;
  --motion-soft: 420ms;
}

.mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e4e5e1;
  box-shadow: rgba(24, 25, 22, 0.02) 0 2px 1px, rgba(24, 25, 22, 0.1) 0 -1px 0 inset;
}

.nav {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.links {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 500;
}

.links a {
  color: #454542;
  text-decoration: none;
}

.links a:hover {
  color: #f35b22;
}

.actions,
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: transparent;
  color: #141415;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.btn.primary {
  background: #f35b22;
  border-color: #f35b22;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(24, 25, 22, 0.06) 0 1px 2px, rgba(24, 25, 22, 0.1) 0 -1px 0 inset;
}

.btn.primary:hover {
  background: #ff5e24;
  transform: translateY(-2px);
}

.btn:focus-visible,
.links a:focus-visible,
.footer a:focus-visible,
.sticky-cta:focus-visible,
.mobile-jump a:focus-visible,
.faq summary:focus-visible {
  outline: 2px solid #f35b22;
  outline-offset: 3px;
}

.hero {
  padding: 92px 0 72px;
  position: relative;
  overflow: hidden;
  background: transparent;
}

#app > header,
#app > main,
#app > footer {
  position: relative;
  z-index: 1;
}

.hero > .wrap,
.hero > .mobile-jump {
  position: relative;
  z-index: 1;
}

.hero .btn,
.card,
.faq details,
.section,
.footer a,
.footer-grid > div,
.stat-item {
  transition:
    transform var(--motion-soft) var(--motion-ease),
    opacity var(--motion-soft) var(--motion-ease),
    box-shadow var(--motion-soft) var(--motion-ease),
    border-color var(--motion-soft) var(--motion-ease),
    background-color var(--motion-soft) var(--motion-ease),
    color var(--motion-soft) var(--motion-ease);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 56px;
  align-items: center;
}

.hero-stack-title {
  display: grid;
  gap: 34px;
}

.hero-title-panel {
  width: 100%;
  max-width: 1000px;
  color: #141415;
  font-size: 190px;
  line-height: 0.95;
  letter-spacing: -3px;
  font-weight: 760;
  white-space: nowrap;
}

.hero-stack-title .hero-copy {
  max-width: 860px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 18px;
  color: #f35b22;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.h1 {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.8px;
  font-weight: 680;
}

.accent,
.price,
.stat {
  color: #f35b22;
}

.lead {
  max-width: 680px;
  margin: 0 0 26px;
  color: #454542;
  font-size: 17px;
  line-height: 1.65;
}

.hero-lead-main {
  max-width: 860px;
  color: #141415;
  font-size: 22px;
  line-height: 1.48;
  letter-spacing: 0;
  font-weight: 400;
}

.mobile-jump {
  display: none;
}

.section {
  padding: 64px 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.section.pebble {
  background: transparent;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.section > .wrap,
.footer > .wrap {
  position: relative;
  z-index: 1;
}

.section-blobs,
.footer-blobs {
  display: none;
}

.section h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.72px;
}

.section-note {
  max-width: 520px;
  margin: 0;
  color: #6e6f6c;
  line-height: 1.6;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.card {
  background: #fff;
  border: 1px solid #e4e5e1;
  border-radius: 12px;
  padding: 22px;
  box-shadow: rgba(228, 229, 225, 0.3) 0 1px 0 inset, rgba(110, 111, 109, 0.1) 0 -1px 0 inset;
  transition:
    transform var(--motion-soft) var(--motion-ease),
    border-color var(--motion-soft) var(--motion-ease),
    box-shadow var(--motion-soft) var(--motion-ease),
    background-color var(--motion-soft) var(--motion-ease);
}

.card:hover {
  border-color: #ffcab5;
  background: #fffdfa;
  transform: translateY(-2px);
  box-shadow: rgba(228, 229, 225, 0.18) 0 1px 0 inset, rgba(110, 111, 109, 0.12) 0 14px 28px;
}

.card:hover h3 {
  transform: translateX(1px);
}

.card h3,
.card p,
.card li {
  transition:
    color var(--motion-soft) var(--motion-ease),
    transform var(--motion-soft) var(--motion-ease);
}

.icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid #ffcab5;
  border-radius: 8px;
  color: #f35b22;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
}

.icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.card h3 {
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.35;
}

.card p,
.card li {
  color: #6e6f6c;
  font-size: 14px;
  line-height: 1.58;
}

.card p {
  margin: 0;
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid #e4e5e1;
  border-radius: 4px;
  padding: 4px 8px;
  color: #6e6f6c;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f35b22;
  font-weight: 700;
}

.price {
  margin: 8px 0 12px;
  font-size: 30px;
  font-weight: 750;
  letter-spacing: -0.6px;
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 58px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 22px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #f35b22;
  color: #fff;
  font-weight: 750;
}

.faq details {
  background: #fff;
  border: 1px solid #e4e5e1;
  border-radius: 6px;
  padding: 17px 20px;
  transition:
    transform var(--motion-soft) var(--motion-ease),
    border-color var(--motion-soft) var(--motion-ease),
    background-color var(--motion-soft) var(--motion-ease),
    box-shadow var(--motion-soft) var(--motion-ease);
}

.faq details[open] {
  border-color: #ffcab5;
  background: #fffdfa;
  box-shadow: rgba(228, 229, 225, 0.18) 0 1px 0 inset, rgba(110, 111, 109, 0.08) 0 10px 20px;
}

.faq details:hover {
  transform: translateY(-1px);
  background: #fffdfa;
}

.faq details + details {
  margin-top: 8px;
}

.faq summary {
  cursor: pointer;
  font-weight: 680;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #8c8c89;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  transition:
    transform var(--motion-soft) var(--motion-ease),
    color var(--motion-soft) var(--motion-ease);
}

.faq details[open] summary::after {
  content: "−";
  color: #f35b22;
}

.faq p {
  color: #454542;
  line-height: 1.6;
  transition: color var(--motion-soft) var(--motion-ease);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  align-items: start;
}

.stat {
  font-size: 38px;
  font-weight: 740;
  letter-spacing: -0.7px;
}

.stat-item {
  min-width: 0;
}

.stat-item p {
  max-width: 220px;
  margin: 10px 0 0;
  color: #6e6f6c;
  font-size: 14px;
  line-height: 1.5;
}

.footer {
  background: #141415;
  color: #fafaf8;
  padding: 46px 0;
  position: relative;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr 0.9fr;
  gap: 28px;
}

.footer p,
.footer a {
  color: #b7b7b4;
  font-size: 14px;
  line-height: 1.7;
}

.footer a {
  display: block;
  text-decoration: none;
}

.footer span {
  display: block;
  color: #8c8c89;
  font-size: 14px;
  line-height: 1.7;
}

.footer a:hover {
  color: #fff;
  transform: translateX(1px);
}

.motion-hero .hero-title-panel,
.motion-hero .hero-copy,
.motion-hero .mobile-jump,
.motion-reveal,
.motion-pop,
.motion-seq,
.motion-item {
  opacity: 0;
  transform: translateY(22px);
}

.motion-pop {
  transform: translateY(10px) scale(0.98);
}

.motion-seq.is-visible,
.motion-item.is-visible,
.motion-reveal.is-visible,
.motion-pop.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: var(--motion-med);
  transition-timing-function: var(--motion-ease);
}

.motion-hero .hero-title-panel.is-visible {
  animation: heroTitleIn 1200ms var(--motion-ease) both;
}

.motion-hero .hero-copy.is-visible {
  animation: heroCopyIn 900ms 160ms var(--motion-ease) both;
}

.motion-hero .mobile-jump.is-visible {
  animation: heroCopyIn 760ms 260ms var(--motion-ease) both;
}

.motion-delay-1.is-visible {
  transition-delay: 120ms;
}

.motion-delay-2.is-visible {
  transition-delay: 220ms;
}

.motion-delay-3.is-visible {
  transition-delay: 320ms;
}

.motion-delay-4.is-visible {
  transition-delay: 420ms;
}

.motion-seq-1.is-visible {
  transition-delay: 120ms;
}

.motion-seq-2.is-visible {
  transition-delay: 300ms;
}

.motion-seq-3.is-visible {
  transition-delay: 480ms;
}

.motion-seq-4.is-visible {
  transition-delay: 660ms;
}

.motion-seq-5.is-visible {
  transition-delay: 840ms;
}

.motion-seq-6.is-visible {
  transition-delay: 1020ms;
}

.motion-seq-7.is-visible {
  transition-delay: 1200ms;
}

.motion-seq-8.is-visible {
  transition-delay: 1380ms;
}

.motion-seq-9.is-visible {
  transition-delay: 1560ms;
}

.motion-item.is-visible {
  transition-delay: 90ms;
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    filter: blur(10px);
  }

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

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes blobMorphA {
  from {
    border-radius: 62% 38% 55% 45% / 28% 62% 38% 72%;
  }

  to {
    border-radius: 34% 66% 41% 59% / 61% 27% 73% 39%;
  }
}

@keyframes blobMorphB {
  from {
    border-radius: 36% 64% 42% 58% / 63% 31% 69% 37%;
  }

  to {
    border-radius: 68% 32% 57% 43% / 39% 67% 33% 61%;
  }
}

@keyframes blobMorphC {
  from {
    border-radius: 71% 29% 58% 42% / 46% 66% 34% 54%;
  }

  to {
    border-radius: 39% 61% 74% 26% / 63% 37% 52% 48%;
  }
}

@keyframes blobMorphD {
  from {
    border-radius: 48% 52% 29% 71% / 68% 36% 64% 32%;
  }

  to {
    border-radius: 26% 74% 57% 43% / 44% 69% 31% 56%;
  }
}

@keyframes blobMorphE {
  from {
    border-radius: 28% 72% 51% 49% / 57% 34% 66% 43%;
  }

  to {
    border-radius: 63% 37% 33% 67% / 29% 59% 41% 71%;
  }
}

@keyframes blobMorphF {
  from {
    border-radius: 66% 34% 35% 65% / 33% 61% 39% 67%;
  }

  to {
    border-radius: 31% 69% 62% 38% / 64% 28% 72% 36%;
  }
}

@keyframes blobMorphG {
  from {
    border-radius: 54% 46% 73% 27% / 49% 29% 71% 51%;
  }

  to {
    border-radius: 24% 76% 44% 56% / 62% 42% 58% 38%;
  }
}

@keyframes blobMorphH {
  from {
    border-radius: 63% 37% 49% 51% / 35% 64% 36% 65%;
  }

  to {
    border-radius: 34% 66% 58% 42% / 61% 32% 68% 39%;
  }
}

@keyframes blobMorphI {
  from {
    border-radius: 41% 59% 68% 32% / 58% 33% 67% 42%;
  }

  to {
    border-radius: 69% 31% 43% 57% / 37% 63% 35% 65%;
  }
}

@keyframes blobMorphJ {
  from {
    border-radius: 57% 43% 34% 66% / 62% 41% 59% 38%;
  }

  to {
    border-radius: 29% 71% 61% 39% / 33% 67% 35% 65%;
  }
}

@keyframes blobDriftA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  20% {
    transform: translate3d(160px, 120px, 0) scale(1.1);
  }

  45% {
    transform: translate3d(40px, 280px, 0) scale(0.92);
  }

  70% {
    transform: translate3d(260px, 420px, 0) scale(1.06);
  }

  100% {
    transform: translate3d(80px, 520px, 0) scale(0.98);
  }
}

@keyframes blobDriftB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  22% {
    transform: translate3d(-180px, -140px, 0) scale(1.08);
  }

  52% {
    transform: translate3d(-280px, 140px, 0) scale(1.12);
  }

  78% {
    transform: translate3d(-120px, 360px, 0) scale(0.95);
  }

  100% {
    transform: translate3d(-320px, 520px, 0) scale(1.04);
  }
}

@keyframes blobDriftC {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  18% {
    transform: translate3d(140px, -140px, 0) scale(1.1);
  }

  46% {
    transform: translate3d(-120px, 120px, 0) scale(0.9);
  }

  72% {
    transform: translate3d(220px, 260px, 0) scale(1.08);
  }

  100% {
    transform: translate3d(-40px, 460px, 0) scale(0.98);
  }
}

@keyframes blobDriftD {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  24% {
    transform: translate3d(-180px, -120px, 0) scale(1.1);
  }

  50% {
    transform: translate3d(140px, -260px, 0) scale(0.92);
  }

  76% {
    transform: translate3d(-220px, 60px, 0) scale(1.06);
  }

  100% {
    transform: translate3d(80px, 320px, 0) scale(0.98);
  }
}

@keyframes blobDriftE {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  25% {
    transform: translate3d(140px, -80px, 0) scale(1.08);
  }

  55% {
    transform: translate3d(220px, 120px, 0) scale(0.94);
  }

  100% {
    transform: translate3d(60px, 300px, 0) scale(1.02);
  }
}

@keyframes blobDriftF {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  24% {
    transform: translate3d(-120px, 70px, 0) scale(1.06);
  }

  60% {
    transform: translate3d(90px, 220px, 0) scale(0.93);
  }

  100% {
    transform: translate3d(-180px, 360px, 0) scale(1.04);
  }
}

@keyframes blobDriftG {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  26% {
    transform: translate3d(-100px, -120px, 0) scale(1.08);
  }

  58% {
    transform: translate3d(120px, -20px, 0) scale(0.95);
  }

  100% {
    transform: translate3d(-140px, 260px, 0) scale(1.03);
  }
}

@keyframes blobDriftH {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  24% {
    transform: translate3d(130px, -60px, 0) scale(1.08);
  }

  58% {
    transform: translate3d(-40px, 160px, 0) scale(0.94);
  }

  100% {
    transform: translate3d(180px, 300px, 0) scale(1.03);
  }
}

@keyframes blobDriftI {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  26% {
    transform: translate3d(-110px, -90px, 0) scale(1.06);
  }

  62% {
    transform: translate3d(70px, 140px, 0) scale(0.95);
  }

  100% {
    transform: translate3d(-180px, 260px, 0) scale(1.04);
  }
}

@keyframes blobDriftJ {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  22% {
    transform: translate3d(140px, -120px, 0) scale(1.07);
  }

  56% {
    transform: translate3d(220px, 60px, 0) scale(0.93);
  }

  100% {
    transform: translate3d(80px, 280px, 0) scale(1.05);
  }
}


.reduced-motion *,
.reduced-motion *::before,
.reduced-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}

.footer-title {
  margin-top: 0;
  color: #8c8c89 !important;
  font-size: 11px !important;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.sticky-cta {
  display: none;
}

@media (max-width: 960px) {
  .wrap {
    padding: 0 18px;
  }

  .links {
    display: none;
  }

  .nav {
    height: 60px;
  }

  .actions .quiet {
    display: none;
  }

  .hero {
    padding: 52px 0 38px;
  }

  .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-title-panel {
    width: 100%;
    max-width: 100%;
    font-size: 42px;
    line-height: 0.96;
    letter-spacing: -1px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .h1 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.8px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-lead-main {
    max-width: none;
    font-size: 18px;
    line-height: 1.52;
  }

  .section {
    padding: 44px 0;
  }

  .section-head {
    display: block;
  }

  .section h2 {
    font-size: 28px;
  }

  .section-note {
    max-width: none;
    margin-top: 10px;
  }

  .grid.cols-4,
  .grid.cols-3,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .mobile-jump {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-top: 22px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .mobile-jump::-webkit-scrollbar {
    display: none;
  }

  .mobile-jump a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid #e4e5e1;
    border-radius: 4px;
    background: #fff;
    color: #454542;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .actions,
  .hero-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .widget-stats {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 18px;
  }

  .step {
    padding-left: 50px;
  }

  .step::before {
    left: 16px;
    top: 18px;
  }

  .stat {
    font-size: 30px;
  }

  .sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 30;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f35b22;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: rgba(24, 25, 22, 0.18) 0 10px 30px;
  }

  body {
    padding-bottom: 72px;
  }

  .page-blob {
    filter: blur(22px);
    opacity: 0.56;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding: 0 14px;
  }

  .nav {
    gap: 12px;
  }

  .brand,
  .footer-brand {
    font-size: 15px;
  }

  .hero {
    padding: 42px 0 30px;
  }

  .hero-stack-title {
    gap: 22px;
  }

  .hero-title-panel {
    font-size: 34px;
    line-height: 0.94;
    letter-spacing: -0.03em;
  }

  .h1 {
    font-size: 28px;
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  .lead,
  .hero-lead-main {
    font-size: 15px;
    line-height: 1.58;
  }

  .section {
    padding: 34px 0;
  }

  .section h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .card {
    padding: 16px;
    border-radius: 10px;
  }

  .faq details {
    padding: 15px 16px;
  }

  .stat {
    font-size: 28px;
  }

  .sticky-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}


