:root {

  --blue: oklch(58% 0.22 252);
  --blue-700: oklch(48% 0.22 252);
  --blue-100: oklch(94% 0.04 252);
  --blue-50: oklch(97% 0.02 252);
  --green: oklch(78% 0.22 145);
  --green-600: oklch(68% 0.22 145);
  --green-100: oklch(94% 0.08 145);

  --ink: oklch(18% 0.03 252);
  --ink-2: oklch(35% 0.02 252);
  --ink-3: oklch(55% 0.015 252);
  --line: oklch(91% 0.008 252);
  --line-2: oklch(86% 0.01 252);
  --bg: oklch(99% 0.003 252);
  --bg-2: oklch(97% 0.006 252);
  --white: #ffffff;

  --warn: oklch(70% 0.18 60);
  --danger: oklch(60% 0.22 25);

  --s-1: 6px;
  --s0: 10px;
  --s1: 16px;
  --s2: 26px;
  --s3: 42px;
  --s4: 68px;
  --s5: 110px;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);
  --shadow: 0 8px 24px -10px rgba(20, 30, 70, .15), 0 2px 6px -2px rgba(20, 30, 70, .08);
  --shadow-lg: 0 30px 60px -20px rgba(20, 30, 70, .25), 0 10px 22px -8px rgba(20, 30, 70, .12);
  --shadow-blue: 0 18px 40px -16px oklch(58% 0.22 252 / 0.45);
  --shadow-green: 0 12px 32px -10px oklch(78% 0.22 145 / 0.55);

  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  font-weight: 700;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select { font-family: inherit; }
a { color: inherit; text-decoration: none; }

svg { width: 1em; height: 1em; flex-shrink: 0; display: inline-block; vertical-align: middle; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.btn svg { width: 18px; height: 18px; }
.btn-lg svg { width: 20px; height: 20px; }
.btn-sm svg { width: 16px; height: 16px; }
.btn-green {
  background: var(--green);
  color: oklch(22% 0.08 145);
  box-shadow: var(--shadow-green), inset 0 1px 0 rgba(255,255,255,.6);
}
.btn-green:hover { transform: translateY(-1px); background: oklch(82% 0.22 145); }
.btn-green:active { transform: translateY(0); }

.btn-blue {
  background: var(--ink);
  color: var(--white);
}
.btn-blue:hover { background: oklch(25% 0.04 252); }

.btn-ghost {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--ink);
  padding: 12px 18px;
}
.btn-ghost:hover { border-color: var(--ink); }

.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 18px 28px; font-size: 17px; }

.section {
  padding: var(--s4) 0;
  position: relative;
}
.section-tight { padding: var(--s3) 0; }
.section-alt { background: var(--bg-2); }
.section-dark { background: var(--ink); color: oklch(95% 0.01 252); }

.section-header {
  text-align: center;
  margin-bottom: var(--s3);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  white-space: nowrap;
}
.section h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 14px;
}
.section-lead {
  font-size: clamp(15px, 2vw, 17px);
  color: var(--ink-2);
}
.section-dark .section-lead { color: oklch(75% 0.02 252); }
.section-dark .section-eyebrow { color: var(--green); }

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.step-card {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--r-lg);
  background: var(--white);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.step-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.step-card .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: var(--blue-100);
  letter-spacing: -0.04em;
  position: absolute;
  top: -10px; right: 12px;
  z-index: 0;
  pointer-events: none;
}
.step-card .icon-wrap {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--green);
  display: grid; place-items: center;
  z-index: 1;
  position: relative;
}
.step-card .icon-wrap svg { width: 22px; height: 22px; }
.step-card h3 { font-size: 20px; z-index: 1; position: relative; }
.step-card p { color: var(--ink-2); font-size: 15px; z-index: 1; position: relative; }

.hero-meta-item svg { width: 16px; height: 16px; }
.step-card .icon-wrap svg { width: 22px; height: 22px; }
.bonus-icon svg { width: 18px; height: 18px; }
.upload svg { width: 28px; height: 28px; }
.input-row svg.input-icon { width: 18px; height: 18px; }
.modal-close svg { width: 18px; height: 18px; }
.bf-icon svg { width: 14px; height: 14px; }
.about-feat .ck svg { width: 14px; height: 14px; }
.form-success .check svg { width: 32px; height: 32px; }
.google-badge svg { width: 18px; height: 18px; }
.review-stars svg { width: 14px; height: 14px; }
.btn-back svg { width: 16px; height: 16px; }
.price-main .delta svg { width: 12px; height: 12px; vertical-align: -2px; }
.avg-card svg { width: 14px; height: 14px; vertical-align: -2px; }
.trust-text strong { display: block; font-size: 14px; color: var(--ink); }
.trust-text span { font-size: 13px; color: var(--ink-2); line-height: 1.45; }

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.in { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 960px) {
  .container { padding: 0 32px; }
}

body { overflow: visible !important; }
body.is-scroll-locked { overflow: hidden !important; }
