/* ============================================================
   Menkor — EPR landing (Phase 1 production styles)
   Design tokens ported from the Menkor design system.
   Brand: clean, technical, modern-green B2B.
   ============================================================ */

:root {
  /* Brand */
  --menkor-lime: #8FD928;
  --menkor-lime-600: #7AC11A;
  --menkor-lime-700: #5FA10A;
  --menkor-lime-100: #E9F8CC;
  --menkor-lime-50: #F4FCE3;

  /* Neutrals (ink + paper) */
  --ink-900: #0E1411;
  --ink-800: #1B2420;
  --ink-700: #2D3A33;
  --ink-500: #5E6C64;
  --ink-400: #8A968F;
  --ink-300: #BFC8C2;
  --ink-200: #DFE5E1;
  --ink-100: #EFF2EE;
  --ink-50: #F7F8F6;
  --paper: #FFFFFF;

  /* Dark surface */
  --slate-900: #0F1A14;
  --slate-800: #16241D;
  --slate-700: #1F3328;
  --on-slate-1: #FFFFFF;
  --on-slate-2: #C9D3CD;
  --on-slate-3: #7E8A84;

  /* Semantic */
  --success: #2F9E44;
  --warning: #E8A317;
  --danger: #D14343;
  --info: #2D7DD9;

  /* Type stacks */
  --font-display: "General Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-sans: "General Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  /* Type scale */
  --fs-xs: 12px;
  --fs-sm: 14px;
  --fs-base: 16px;
  --fs-md: 18px;
  --fs-lg: 20px;
  --fs-xl: 24px;
  --fs-2xl: 30px;
  --fs-3xl: 38px;
  --fs-4xl: 48px;
  --fs-5xl: 64px;
  --fs-6xl: 80px;

  --lh-tight: 1.08;
  --lh-snug: 1.22;
  --lh-normal: 1.5;
  --lh-relaxed: 1.65;

  --tracking-tight: -0.02em;
  --tracking-snug: -0.01em;
  --tracking-caps: 0.12em;

  /* Spacing */
  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 20px;
  --sp-6: 24px; --sp-8: 32px; --sp-10: 40px; --sp-12: 48px; --sp-16: 64px;
  --sp-20: 80px; --sp-24: 96px; --sp-32: 128px;

  /* Radii */
  --r-xs: 4px; --r-sm: 6px; --r-md: 10px; --r-lg: 16px; --r-xl: 24px; --r-pill: 999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(14,20,17,.06);
  --shadow-sm: 0 2px 6px rgba(14,20,17,.06), 0 1px 2px rgba(14,20,17,.04);
  --shadow-md: 0 8px 20px rgba(14,20,17,.08), 0 2px 6px rgba(14,20,17,.04);
  --shadow-lg: 0 18px 40px rgba(14,20,17,.10), 0 4px 10px rgba(14,20,17,.05);
  --shadow-lime: 0 10px 28px rgba(143,217,40,.35);

  /* Semantic fg/bg */
  --fg-1: var(--ink-800);
  --fg-2: var(--ink-500);
  --fg-3: var(--ink-400);

  --container: 1240px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
html, body { margin: 0; }
body {
  background: var(--paper);
  color: var(--ink-800);
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--menkor-lime); color: var(--ink-900); }
:focus-visible { outline: 2px solid var(--menkor-lime-700); outline-offset: 2px; border-radius: 2px; }
[id] { scroll-margin-top: 88px; }
fieldset { border: 0; margin: 0; padding: 0; min-inline-size: 0; }
legend { padding: 0; }

/* ---------- Layout ---------- */
.container { max-width: var(--container); margin: 0 auto; padding-inline: var(--sp-6); }
.section { padding-block: clamp(56px, 9vw, 96px); }
.section--paper { background: var(--paper); }
.section--wash { background: var(--ink-50); }
.section--dark { background: var(--slate-900); color: var(--on-slate-1); position: relative; overflow: hidden; }
.dark-glow { position: absolute; inset: 0; opacity: .07; pointer-events: none;
  background-image: radial-gradient(circle at 78% 30%, var(--menkor-lime) 0%, transparent 52%); }

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: var(--fs-xs); line-height: 1;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--menkor-lime-700);
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; display: inline-block; }
.eyebrow--light { color: var(--menkor-lime); }

.h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 6.2vw, 68px);
  line-height: 1.02; letter-spacing: var(--tracking-tight); color: var(--ink-900); margin: 0; text-wrap: balance; }
.h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4.4vw, 44px);
  line-height: var(--lh-tight); letter-spacing: -0.025em; color: var(--ink-900); margin: 0; text-wrap: balance; }
.h3 { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-xl); line-height: var(--lh-snug);
  letter-spacing: var(--tracking-snug); color: var(--ink-900); margin: 0; }
.h4 { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-md); line-height: var(--lh-snug);
  color: var(--ink-900); margin: 0; }
.lead { font-size: var(--fs-md); line-height: var(--lh-relaxed); color: var(--fg-2); margin: 0; }
.muted { color: var(--fg-2); }
.on-dark .h2, .on-dark .h3, .on-dark .h4 { color: #fff; }
.on-dark .lead { color: var(--on-slate-2); }

.section-head { max-width: 720px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head .lead { margin-top: 16px; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--menkor-lime); --btn-fg: var(--ink-900); --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-sans); font-weight: 600; line-height: 1; white-space: nowrap;
  border: 1.5px solid var(--btn-bd); border-radius: var(--r-md); cursor: pointer;
  background: var(--btn-bg); color: var(--btn-fg);
  padding: 14px 22px; font-size: 15px;
  transition: background .18s, border-color .18s, box-shadow .18s, transform .08s, color .18s;
}
.btn:hover { background: var(--menkor-lime-600); box-shadow: var(--shadow-lime); }
.btn:active { transform: translateY(1px); }
.btn .icon { width: 16px; height: 16px; }
.btn--sm { padding: 10px 14px; font-size: 13px; }
.btn--lg { padding: 18px 28px; font-size: 16px; }
.btn--xl { padding: 20px 32px; font-size: 17px; }
.btn--full { width: 100%; }

.btn--secondary { --btn-bg: var(--paper); --btn-fg: var(--ink-800); --btn-bd: var(--ink-300); }
.btn--secondary:hover { background: var(--ink-50); border-color: var(--ink-700); box-shadow: none; }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink-800); }
.btn--ghost:hover { background: var(--ink-100); box-shadow: none; }
.btn--dark { --btn-bg: var(--ink-900); --btn-fg: #fff; }
.btn--dark:hover { background: var(--slate-800); box-shadow: none; }
.btn--on-dark { --btn-bg: var(--menkor-lime); --btn-fg: var(--ink-900); }
.btn--outline-dark { --btn-bg: transparent; --btn-fg: #fff; --btn-bd: rgba(255,255,255,.3); }
.btn--outline-dark:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); box-shadow: none; }

/* ---------- Icons ---------- */
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75;
  stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon--bold { stroke-width: 2.5; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: var(--paper);
  border-bottom: 1px solid transparent; transition: background .2s, border-color .2s, backdrop-filter .2s;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--ink-200);
}
.site-header__inner { display: flex; align-items: center; gap: 32px; height: 72px; }
.site-header__logo img { height: 28px; }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav__link { font-weight: 500; font-size: 14.5px; color: var(--ink-700); padding: 8px 2px;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav__link:hover { color: var(--ink-900); }
.nav__phone { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px;
  color: var(--ink-800); padding-left: 12px; border-left: 1px solid var(--ink-200); }
.nav__phone .icon { color: var(--menkor-lime-700); width: 14px; height: 14px; }
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink-900); }
.nav-toggle .icon { width: 26px; height: 26px; }

/* ---------- Mobile drawer (top-level element → always anchored to viewport) ---------- */
.drawer-backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(14,20,17,.45);
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 70;
  width: min(340px, 88vw); background: var(--paper); box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; padding: 80px 24px 28px;
  transform: translateX(100%); visibility: hidden;
  transition: transform .32s cubic-bezier(.2,.7,.2,1), visibility .32s linear;
  overflow-y: auto; -webkit-overflow-scrolling: touch; }
.drawer.is-open { transform: none; visibility: visible; }
.drawer__close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center; background: var(--ink-50);
  border: 1px solid var(--ink-200); border-radius: var(--r-md); color: var(--ink-900); cursor: pointer; }
.drawer__close .icon { width: 20px; height: 20px; }
.drawer__nav { display: flex; flex-direction: column; gap: 2px; }
.drawer__link { font-size: 16px; font-weight: 500; color: var(--ink-800); padding: 14px 4px;
  border-bottom: 1px solid var(--ink-100); }
.drawer__link:hover { color: var(--ink-900); }
.drawer__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px;
  color: var(--ink-800); padding: 16px 4px; }
.drawer__phone .icon { width: 16px; height: 16px; color: var(--menkor-lime-700); }
.drawer .btn { margin-top: 16px; }
@media (min-width: 881px) { .drawer, .drawer-backdrop { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .drawer { transition: visibility .2s linear; }
  .drawer-backdrop { transition: opacity .15s ease, visibility .15s ease; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--paper) 0%, var(--ink-50) 100%);
  border-bottom: 1px solid var(--ink-200); }
.hero__grid-bg { position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: radial-gradient(var(--ink-200) 1px, transparent 1px); background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse at top, #000 35%, transparent 75%);
  mask-image: radial-gradient(ellipse at top, #000 35%, transparent 75%); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  align-items: start; padding-block: clamp(48px, 7vw, 64px) clamp(64px, 9vw, 80px); }
.hero__title { margin-top: 18px; }
.mark { position: relative; display: inline-block; }
.mark > span { position: relative; z-index: 1; }
.mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 14px;
  background: var(--menkor-lime); z-index: 0; transform: skewX(-6deg); }
.hero__sub { margin-top: 22px; max-width: 520px; font-size: var(--fs-lg); line-height: 1.55; color: var(--fg-2); }
.hero__stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 36px; padding-top: 28px;
  border-top: 1px solid var(--ink-200); }
.stat { min-width: 110px; }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--ink-900);
  letter-spacing: var(--tracking-snug); line-height: 1; }
.stat__label { font-size: 13px; color: var(--fg-2); margin-top: 6px; }

/* ---------- Lead form ---------- */
.lead-form { position: relative; background: var(--paper); border: 1px solid var(--ink-200);
  border-top: 3px solid var(--menkor-lime); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-lg); }
.lead-form__badge { position: absolute; top: -14px; right: 24px; background: var(--ink-900); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 7px 12px;
  border-radius: var(--r-pill); display: inline-flex; align-items: center; gap: 6px; }
.lead-form__badge .icon { width: 12px; height: 12px; color: var(--menkor-lime); }
.lead-form__title { margin: 0; }
.lead-form__intro { font-size: 13.5px; color: var(--fg-2); margin: 6px 0 0; }
.form-grid { display: grid; gap: 14px; }
.form-row { display: grid; gap: 10px; }
.form-row--2 { grid-template-columns: 1fr 1fr; }
.form-row--2-1 { grid-template-columns: 1.4fr 1fr; }
.field label, .field > .field-label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-700);
  margin-bottom: 6px; letter-spacing: .02em; }
.field .req { color: var(--menkor-lime-700); }
.input { width: 100%; font-family: var(--font-sans); font-size: 15px; padding: 13px 14px;
  border: 1px solid var(--ink-200); border-radius: var(--r-md); background: var(--paper); color: var(--ink-800);
  outline: none; transition: border-color .15s, box-shadow .15s; }
.input:focus { border-color: var(--menkor-lime-700); box-shadow: 0 0 0 3px var(--menkor-lime-50); }
.input::placeholder { color: var(--ink-400); }

/* segmented radio (category count) */
.segmented { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label { display: flex; align-items: center; justify-content: center; text-align: center;
  font-size: 13px; font-weight: 600; padding: 11px 6px; border: 1px solid var(--ink-200); background: var(--paper);
  color: var(--ink-700); border-radius: var(--r-md); cursor: pointer; transition: all .15s; margin: 0; }
.segmented label:hover { border-color: var(--ink-300); }
.segmented input:checked + label { border: 1.5px solid var(--menkor-lime-700); background: var(--menkor-lime-50);
  color: var(--menkor-lime-700); }
.segmented input:focus-visible + label { outline: 2px solid var(--menkor-lime-700); outline-offset: 2px; }

.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--fg-2); line-height: 1.5; margin-top: 2px; }
.consent input { accent-color: var(--menkor-lime-700); margin-top: 3px; }
.consent a { color: var(--ink-800); text-decoration: underline; text-decoration-color: var(--ink-300); }

.form-assure { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--fg-3); }
.form-assure span { display: inline-flex; align-items: center; gap: 5px; }
.form-assure .icon { width: 12px; height: 12px; }

/* honeypot — visually hidden but present in DOM for bots */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px;
  overflow: hidden; opacity: 0; }

.form-error { display: none; font-size: 13px; color: var(--danger); background: #fdeaea;
  border: 1px solid #f3c9c9; border-radius: var(--r-sm); padding: 10px 12px; }
.form-error.is-visible { display: block; }

.form-success { text-align: center; padding: 24px 8px; }
.form-success__check { width: 64px; height: 64px; border-radius: 50%; background: var(--menkor-lime-100);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.form-success__check .icon { width: 32px; height: 32px; color: var(--menkor-lime-700); }
.is-loading { opacity: .7; pointer-events: none; }
.btn .spinner { width: 16px; height: 16px; border: 2px solid rgba(14,20,17,.25); border-top-color: var(--ink-900);
  border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Pain ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--paper); border: 1px solid var(--ink-200); border-radius: var(--r-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.card__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--ink-50); border: 1px solid var(--ink-200);
  display: flex; align-items: center; justify-content: center; }
.card__icon .icon { width: 22px; height: 22px; color: var(--ink-800); }
.stat-big { font-family: var(--font-display); font-weight: 700; font-size: 32px; color: var(--ink-900);
  letter-spacing: -0.02em; line-height: 1; }
.stat-big small { font-size: 13px; color: var(--fg-2); margin-left: 6px; font-weight: 500; }
.pain-head { margin-bottom: 56px; }
/* danger emphasis — "this has a real price" */
.card--danger { border-color: #F3C9C9; border-top: 3px solid var(--danger); background: #FFFBFB; }
.card--danger .card__icon { background: #FCEBEB; border-color: #F3C9C9; }
.card--danger .card__icon .icon { color: var(--danger); }
.card--danger .stat-big { color: var(--danger); }

/* ---------- Why us (dark cards) ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.why-card__icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(143,217,40,.15);
  display: flex; align-items: center; justify-content: center; }
.why-card__icon .icon { width: 22px; height: 22px; color: var(--menkor-lime); }
.why-card p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--on-slate-2); }
.why-head { margin-bottom: 56px; }

/* ---------- Services ---------- */
.services-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.services-head__cta { display: flex; justify-content: flex-end; }
.service-card { background: var(--paper); border: 1px solid var(--ink-200); border-radius: var(--r-lg);
  padding: 26px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-sm);
  transition: transform .22s, box-shadow .22s; }
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.service-card__icon { width: 44px; height: 44px; border-radius: 10px; background: var(--menkor-lime-100);
  display: flex; align-items: center; justify-content: center; }
.service-card__icon .icon { width: 22px; height: 22px; color: var(--menkor-lime-700); }
.service-card p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--fg-2); flex: 1; }

/* ---------- Process timeline (scroll-driven, point-to-point) ---------- */
.process__layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.process__intro { position: sticky; top: 96px; }
.process__steps { position: relative; display: grid; gap: clamp(36px, 4.5vw, 52px); padding-left: 4px; }
.process__track { position: absolute; left: 33px; top: 30px; bottom: 30px; width: 2px; background: var(--ink-200); border-radius: 2px; overflow: visible; }
.process__track-fill { position: absolute; left: -1px; top: 0; width: 4px; height: 100%; border-radius: 4px;
  background: linear-gradient(var(--menkor-lime-600), var(--menkor-lime));
  box-shadow: 0 0 16px rgba(143,217,40,.55);
  transform: scaleY(0); transform-origin: top center; transition: transform .25s linear; }
.step { position: relative; display: grid; grid-template-columns: 60px 1fr; gap: 24px; align-items: start;
  opacity: .38; transform: translateY(30px);
  transition: opacity .5s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.step.is-visible { transform: none; }
.step.is-done, .step.is-current { opacity: 1; }
.step__num { position: relative; z-index: 1; width: 60px; height: 60px; border-radius: var(--r-pill);
  background: var(--paper); border: 1.5px solid var(--ink-200); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 600; font-size: 15px; color: var(--ink-400);
  transition: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.2,.7,.2,1); }
.step.is-done .step__num,
.step.is-current .step__num { background: var(--menkor-lime); border-color: var(--menkor-lime); color: var(--ink-900); }
.step.is-current .step__num { transform: scale(1.16); box-shadow: 0 0 0 6px rgba(143,217,40,.18), var(--shadow-lime); }
.step__body { padding-top: 9px; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.step.is-current .step__body { transform: translateX(6px); }
.step__body h3 { transition: color .3s ease; }
.step__body p { margin: 6px 0 0; font-size: 15px; line-height: 1.6; color: var(--fg-2); }

/* ---------- Packages ---------- */
.packages-head { margin-bottom: 56px; }
.package { background: var(--paper); color: var(--ink-800); border: 1px solid var(--ink-200);
  border-radius: var(--r-lg); padding: 32px; display: flex; flex-direction: column; gap: 16px;
  position: relative; box-shadow: var(--shadow-sm); }
.package--featured { background: var(--ink-900); color: #fff; border-color: var(--ink-900);
  box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.package__badge { position: absolute; top: -14px; left: 24px; background: var(--menkor-lime); color: var(--ink-900);
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 7px 12px; border-radius: var(--r-pill); }
.package__target { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--menkor-lime-700); }
.package--featured .package__target { color: var(--menkor-lime); }
.package__name { font-family: var(--font-display); font-weight: 700; font-size: 28px; margin-top: 4px; color: var(--ink-900); }
.package--featured .package__name { color: #fff; }
.package__price { font-family: var(--font-display); font-weight: 700; font-size: 42px; letter-spacing: -0.02em; color: var(--ink-900); line-height: 1; }
.package--featured .package__price { color: #fff; }
.package__price small { font-family: var(--font-sans); font-size: 14px; font-weight: 500; margin-left: 8px; color: var(--fg-2); letter-spacing: 0; }
.package--featured .package__price small { color: var(--on-slate-2); }
.package__addon { font-size: 14px; color: var(--menkor-lime-700); font-weight: 600; margin-top: 8px; }
.package--featured .package__addon { color: var(--menkor-lime); }
.package__rule { height: 1px; background: var(--ink-200); }
.package--featured .package__rule { background: var(--slate-700); }
.package__features { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; flex: 1; }
.package__features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--ink-700); }
.package--featured .package__features li { color: var(--on-slate-2); }
.package__features .icon { width: 14px; height: 14px; margin-top: 3px; color: var(--menkor-lime-700); }
.package--featured .package__features .icon { color: var(--menkor-lime); }
.packages__note { text-align: center; margin-top: 28px; font-size: 13px; color: var(--fg-2); max-width: 720px; margin-inline: auto; }
.packages__foot { text-align: center; margin-top: 8px; font-size: 12.5px; color: var(--fg-3); }

/* ---------- Testimonial ---------- */
.testimonial { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: center; padding: 48px;
  background: var(--ink-50); border: 1px solid var(--ink-200); border-radius: var(--r-lg); }
.testimonial__mark { width: 56px; height: 56px; border-radius: var(--r-pill); background: var(--menkor-lime-100);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.testimonial__mark .icon { width: 26px; height: 26px; color: var(--menkor-lime-700); }
.testimonial__stars { display: flex; gap: 2px; }
.testimonial__stars .icon { width: 16px; height: 16px; color: var(--menkor-lime-700); }
.testimonial blockquote { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: 24px;
  line-height: 1.35; color: var(--ink-900); letter-spacing: -0.01em; text-wrap: balance; }
.testimonial__by { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--ink-200); }
.testimonial__avatar { width: 44px; height: 44px; border-radius: var(--r-pill); background: var(--ink-200);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: var(--ink-700); }

/* ---------- FAQ ---------- */
.faq { max-width: 920px; margin-inline: auto; }
.faq__list { display: grid; gap: 12px; margin-top: 48px; }
.faq__item { background: var(--paper); border: 1px solid var(--ink-200); border-radius: var(--r-md); overflow: hidden; }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%;
  padding: 20px 24px; background: transparent; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink-800); }
.faq__icon { width: 28px; height: 28px; border-radius: var(--r-pill); background: var(--ink-100); display: flex;
  align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s; }
.faq__icon .icon { width: 14px; height: 14px; color: var(--ink-900); }
.faq__icon .icon-minus { display: none; }
.faq__item.is-open .faq__icon { background: var(--menkor-lime); }
.faq__item.is-open .faq__icon .icon-plus { display: none; }
.faq__item.is-open .faq__icon .icon-minus { display: block; }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .28s ease; }
.faq__a-inner { padding: 0 24px 22px; font-size: 15px; line-height: 1.6; color: var(--fg-2); }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; max-width: 980px; margin-inline: auto; position: relative; }
.final-cta .h2 { color: #fff; font-size: clamp(34px, 5vw, 56px); margin-top: 18px; }
.final-cta__lime { color: var(--menkor-lime); }
.final-cta__sub { font-size: var(--fs-md); line-height: 1.55; color: var(--on-slate-2); margin: 20px auto 0; max-width: 620px; }
.final-cta__btns { display: flex; gap: 12px; margin-top: 36px; justify-content: center; flex-wrap: wrap; }
.final-cta__assure { display: flex; gap: 28px; margin-top: 36px; justify-content: center; flex-wrap: wrap;
  color: var(--on-slate-2); font-size: 13.5px; }
.final-cta__assure span { display: inline-flex; align-items: center; gap: 8px; }
.final-cta__assure .icon { width: 15px; height: 15px; color: var(--menkor-lime); }

/* ---------- Mobile sticky bar ---------- */
.mobile-cta { display: none; position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 60;
  box-sizing: border-box; background: var(--ink-900); color: #fff; border-radius: var(--r-md);
  padding: 12px 16px; box-shadow: var(--shadow-lg); align-items: center; justify-content: space-between; gap: 12px;
  transform: translateY(180%); opacity: 0; visibility: hidden;
  transition: transform .42s cubic-bezier(.2,.7,.2,1), opacity .3s ease, visibility .42s linear; }
.mobile-cta.is-visible { transform: none; opacity: 1; visibility: visible; }
.mobile-cta__text { min-width: 0; }
.mobile-cta__t { font-size: 13px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-cta__s { font-size: 11px; color: var(--on-slate-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-cta .btn { flex-shrink: 0; }
/* hide the sticky bar while the mobile menu is open */
body.drawer-open .mobile-cta { opacity: 0; visibility: hidden; transform: translateY(180%); }
@media (prefers-reduced-motion: reduce) {
  .mobile-cta { transition: opacity .2s ease, visibility .2s linear; transform: none; }
}

/* ---------- Footer ---------- */
.footer { background: var(--slate-900); color: var(--on-slate-2); padding: var(--sp-16) 0 var(--sp-8); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--slate-700); }
.footer__brand img { height: 30px; margin-bottom: 16px; }
.footer__brand p { font-size: 14px; line-height: 1.6; color: var(--on-slate-2); margin: 0; max-width: 320px; }
.footer__contact { display: flex; flex-direction: column; gap: 8px; margin-top: 22px; }
.footer__contact a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; }
.footer__contact .icon { width: 14px; height: 14px; color: var(--menkor-lime); }
.footer__col h4 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin: 0 0 16px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer__col a { color: var(--on-slate-2); font-size: 14px; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px;
  font-size: 12px; color: var(--on-slate-3); letter-spacing: .02em; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease-out, transform .6s ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .step { opacity: 1 !important; transform: none !important; transition: none !important; }
  .step__num, .step__body { transition: none !important; }
  .step.is-current .step__num { transform: none !important; }
  .process__track-fill { transition: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .services-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .services-head__cta { justify-content: flex-start; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process__layout { grid-template-columns: 1fr; gap: 32px; }
  .process__intro { position: static; }
  .testimonial { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  body.drawer-open { overflow: hidden; }
  .mobile-cta { display: flex; }
}

@media (max-width: 720px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr !important; }
  .package--featured { transform: none; }
  .form-row--2, .form-row--2-1 { grid-template-columns: 1fr; }
  .segmented { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr; }
  .hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .hero__stats .stat { min-width: 0; }
  .hero__stats .stat__num { font-size: 26px; }
  .hero__stats .stat__label { font-size: 12px; }
}

.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
