/* ============================================================
   ZeeroCap · style.css — clean, compact, Google-proportioned
   ============================================================ */

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font: inherit; }
details summary { cursor: pointer; list-style: none; }
details summary::-webkit-details-marker { display: none; }

/* ── Tokens ─────────────────────────────────────────────── */
:root {
  --blue:       #1a73e8;
  --blue-dark:  #1567d3;
  --blue-dim:   #e8f0fd;
  --green:      #34a853;
  --green-dim:  #e6f4ea;
  --red:        #ea4335;
  --red-dim:    #fce8e6;
  --dark:       #0d1117;
  --dark-2:     #161d2a;
  --ink:        #1f2328;
  --ink-2:      #424956;
  --ink-3:      #6e7681;
  --border:     #d0d7de;
  --border-lt:  #eaeef2;
  --surface:    #f6f8fa;
  --white:      #ffffff;
  --ease:       cubic-bezier(0.2, 0, 0, 1);
  --r:          8px;
}

/* ── Scroll progress bar ────────────────────────────────── */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px;
  background: var(--blue); z-index: 9999;
  width: 0%; transition: width .1s linear;
}

/* ── Container ──────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── Scroll reveal ──────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}
.fade-up.in-view { opacity: 1; transform: none; }

/* ── Buttons ────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--blue); color: var(--white);
  padding: 12px 24px; border-radius: 7px;
  font-size: 15px; font-weight: 500;
  transition: background .15s;
  white-space: nowrap;
}
.btn-primary:hover { background: var(--blue-dark); }

.btn-ghost {
  display: inline-flex; align-items: center;
  color: var(--ink-2); padding: 12px 24px; border-radius: 7px;
  font-size: 15px; font-weight: 500;
  border: 1px solid var(--border);
  transition: border-color .15s, color .15s;
}
.btn-ghost:hover { border-color: var(--ink-3); color: var(--ink); }

.btn-white {
  display: inline-flex; align-items: center;
  background: var(--white); color: var(--ink);
  padding: 12px 24px; border-radius: 7px;
  font-size: 15px; font-weight: 500;
  transition: opacity .15s;
}
.btn-white:hover { opacity: .88; }

.btn-outline-white {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.85);
  padding: 12px 24px; border-radius: 7px;
  font-size: 15px; font-weight: 500;
  transition: border-color .15s;
}
.btn-outline-white:hover { border-color: rgba(255,255,255,.55); }

.btn-lg { padding: 13px 28px; font-size: 16px; }

/* ── Section typography ─────────────────────────────────── */
.sec-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 600;
  line-height: 1.22;
  color: var(--ink);
  letter-spacing: -.025em;
}
.sec-title--light { color: var(--white); }
.sec-body {
  font-size: 16px; color: var(--ink-2); line-height: 1.7;
  margin-top: 12px;
}
.sec-body--dim { color: rgba(255,255,255,.5); }

/* ════════════════════════════════════════════════════════
   HEADER
════════════════════════════════════════════════════════ */
.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.hdr.scrolled {
  border-bottom-color: var(--border-lt);
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.hdr__inner {
  display: flex; align-items: center; gap: 32px;
  height: 64px;
}
.hdr__logo {
  display: flex; align-items: center;
  flex-shrink: 0;
}
.hdr__logo-img {
  display: block;
  height: 38px;
  width: auto;
}
.hdr__nav {
  display: flex; align-items: center; gap: 28px;
  margin-left: auto;
}
.hdr__nav a {
  font-size: 15px; color: var(--ink-2);
  transition: color .15s;
}
.hdr__nav a:hover, .hdr__nav a.active { color: var(--ink); }
.hdr__cta {
  display: inline-flex; align-items: center;
  background: var(--blue); color: var(--white);
  padding: 9px 20px; border-radius: 7px;
  font-size: 14.5px; font-weight: 500;
  transition: background .15s; white-space: nowrap;
  margin-left: 8px;
}
.hdr__cta:hover { background: var(--blue-dark); }

/* mobile toggle */
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 4.5px;
  padding: 0; margin-left: auto;
  width: 44px; height: 44px; /* 44px minimum touch target */
  flex-shrink: 0;
}
.nav-toggle span {
  display: block; width: 20px; height: 1.5px;
  background: var(--ink); border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* mobile menu */
.mnav {
  display: none; background: var(--white);
  border-top: 1px solid var(--border-lt);
  padding: 16px 0 20px;
}
.mnav.open { display: block; }
.mnav__nav { display: flex; flex-direction: column; gap: 2px; margin-bottom: 16px; }
.mnav__link {
  display: block; padding: 10px 0;
  font-size: 15px; color: var(--ink);
  border-bottom: 1px solid var(--border-lt);
}
.mnav__email {
  display: block; margin-top: 12px;
  font-size: 12px; color: var(--ink-3);
  text-align: center;
}

/* ════════════════════════════════════════════════════════
   01 · HERO
════════════════════════════════════════════════════════ */
.hero {
  padding: 96px 0 88px;
  text-align: center;
  background: var(--white);
}
.hero__inner { display: flex; flex-direction: column; align-items: center; }

.hero__pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--blue-dim); color: var(--blue);
  padding: 5px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 500;
  margin-bottom: 24px;
}
.hero__pill::before {
  content: ''; display: block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue);
  animation: pulseDot 2s ease-in-out infinite;
}

.hero__h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -.035em;
  max-width: 780px;
  margin-bottom: 20px;
}
.hero__h1 em {
  font-style: normal;
  color: var(--blue);
}

.hero__sub {
  font-size: 17px; color: var(--ink-2);
  max-width: 520px; line-height: 1.65;
  margin-bottom: 32px;
}

.hero__ctas {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap; justify-content: center;
  margin-bottom: 28px;
}

.hero__trust {
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap; justify-content: center;
}
.hero__trust li {
  display: flex; align-items: center; gap: 6px;
  font-size: 13.5px; color: var(--ink-3);
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; }
  50%       { opacity: .3; }
}

/* ════════════════════════════════════════════════════════
   02 · MARQUEE
════════════════════════════════════════════════════════ */
.marquee-bar {
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid var(--border-lt);
  background: var(--surface);
  padding: 13px 0;
  display: flex; align-items: center; gap: 20px;
  overflow: hidden;
}
.marquee-bar__label {
  font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: .07em;
  color: var(--ink-3); white-space: nowrap;
  padding-left: 40px; flex-shrink: 0;
}
.marquee { flex: 1; overflow: hidden; min-width: 0; }
.marquee__track {
  display: flex; align-items: center; gap: 0;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee__track:hover { animation-play-state: paused; }
.marquee__track span {
  font-size: 14px; color: var(--ink-2);
  padding: 0 12px; white-space: nowrap;
}
.marquee__track .sep {
  color: var(--border); padding: 0 2px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ════════════════════════════════════════════════════════
   03 · STATS STRIP
════════════════════════════════════════════════════════ */
.stats-strip {
  background: var(--dark);
  padding: 48px 0;
}
.stats-strip__grid {
  display: flex; align-items: center;
  justify-content: center; gap: 0;
}
.stat-item {
  flex: 1; text-align: center; padding: 0 40px;
}
.stat-item__n {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700; color: #60a5fa;
  letter-spacing: -.03em; line-height: 1;
  margin-bottom: 8px;
}
.stat-item__l {
  font-size: 13.5px; color: rgba(255,255,255,.45);
  line-height: 1.5;
}
.stat-item__div {
  width: 1px; height: 48px;
  background: rgba(255,255,255,.08);
  flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════
   04 · COMPARISON
════════════════════════════════════════════════════════ */
.compare {
  padding: 88px 0;
  background: var(--white);
}
.compare__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.compare__left { padding-top: 4px; }
.compare__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cmp-col {
  border-radius: var(--r);
  padding: 20px;
  border: 1px solid transparent;
}
.cmp-col--bad {
  background: var(--red-dim);
  border-color: #fcd5d2;
}
.cmp-col--good {
  background: var(--green-dim);
  border-color: #ceead6;
}
.cmp-col__head {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600;
  margin-bottom: 14px;
}
.cmp-col--bad .cmp-col__head { color: var(--red); }
.cmp-col--good .cmp-col__head { color: var(--green); }
.cmp-col__list {
  display: flex; flex-direction: column; gap: 8px;
}
.cmp-col__list li {
  font-size: 14px; color: var(--ink-2); line-height: 1.5;
}

/* ════════════════════════════════════════════════════════
   05 · PAIN POINTS
════════════════════════════════════════════════════════ */
.pains {
  background: var(--dark);
  padding: 88px 0 72px;
}
.pains__head { margin-bottom: 40px; }
.pains__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.pain-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r);
  padding: 28px;
  transition: border-color .2s;
}
.pain-card:hover { border-color: rgba(255,255,255,.14); }
.pain-card__tag {
  display: inline-block;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em;
  color: rgba(255,255,255,.3);
  margin-bottom: 8px;
}
.pain-card__q {
  font-size: 16px; font-weight: 500;
  color: var(--white); line-height: 1.4;
  margin-bottom: 10px;
}
.pain-card__body {
  font-size: 14px; color: rgba(255,255,255,.45);
  line-height: 1.65; margin-bottom: 16px;
}
.pain-card__fix {
  font-size: 13px; color: #60a5fa;
  font-weight: 500;
}
.pains__cta {
  display: flex; align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r);
  padding: 18px 24px;
}
.pains__cta span {
  font-size: 15px; color: rgba(255,255,255,.6);
}

/* ════════════════════════════════════════════════════════
   06 · SERVICES
════════════════════════════════════════════════════════ */
.services {
  padding: 88px 0;
  background: var(--surface);
}
.services__head { margin-bottom: 36px; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-card {
  background: var(--white);
  border: 1px solid var(--border-lt);
  border-radius: var(--r);
  padding: 24px;
  transition: box-shadow .2s, border-color .2s;
}
.svc-card:hover {
  border-color: var(--border);
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.svc-card__icon {
  width: 40px; height: 40px;
  background: var(--blue-dim);
  color: var(--blue);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.svc-card__title {
  font-size: 15px; font-weight: 600;
  color: var(--ink); margin-bottom: 8px;
  line-height: 1.3;
}
.svc-card__body {
  font-size: 14px; color: var(--ink-2);
  line-height: 1.65; margin-bottom: 12px;
}
.svc-card__outcome {
  font-size: 13px; color: var(--green);
  font-weight: 500;
}

/* ════════════════════════════════════════════════════════
   07 · WHY US
════════════════════════════════════════════════════════ */
.why { padding: 88px 0; background: var(--white); }
.why__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}
.why__left { padding-top: 4px; }
.why__right { display: flex; flex-direction: column; }
.why-item {
  display: flex; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-lt);
  align-items: flex-start;
}
.why-item:last-child { border-bottom: none; }
.why-item__n {
  font-size: 12px; font-weight: 600;
  color: var(--blue); flex-shrink: 0;
  margin-top: 2px; width: 22px;
}
.why-item__title {
  font-size: 15px; font-weight: 600;
  color: var(--ink); margin-bottom: 4px;
}
.why-item__body {
  font-size: 14px; color: var(--ink-2);
  line-height: 1.6;
}

/* ════════════════════════════════════════════════════════
   08 · PROCESS
════════════════════════════════════════════════════════ */
.process {
  padding: 88px 0;
  background: var(--surface);
}
.process__head { margin-bottom: 48px; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.steps__line {
  position: absolute;
  top: 16px;
  left: calc(12.5% + 16px);
  right: calc(12.5% + 16px);
  height: 1px;
  background: var(--border-lt);
  z-index: 0;
}
.step {
  position: relative; z-index: 1;
  text-align: center;
}
.step__dot {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--blue); color: var(--white);
  font-size: 13px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.step__title {
  font-size: 15px; font-weight: 600;
  color: var(--ink); margin-bottom: 8px;
}
.step__body {
  font-size: 14px; color: var(--ink-2);
  line-height: 1.65; margin-bottom: 10px;
}
.step__time {
  font-size: 12.5px; color: var(--ink-3);
  font-weight: 500;
}

/* ════════════════════════════════════════════════════════
   09 · TESTIMONIALS
════════════════════════════════════════════════════════ */
.reviews { padding: 88px 0; background: var(--white); }
.reviews__head { margin-bottom: 36px; }
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: var(--surface);
  border: 1px solid var(--border-lt);
  border-radius: var(--r);
  padding: 28px;
}
.review-card__result {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700; color: var(--blue);
  letter-spacing: -.03em; line-height: 1;
  margin-bottom: 4px;
}
.review-card__metric {
  font-size: 12px; color: var(--ink-3);
  font-weight: 500; text-transform: uppercase; letter-spacing: .06em;
  padding-bottom: 14px; margin-bottom: 14px;
  border-bottom: 1px solid var(--border-lt);
}
.review-card__quote {
  font-size: 14px; color: var(--ink-2);
  line-height: 1.7; margin-bottom: 20px;
  font-style: italic;
}
.review-card__author {
  display: flex; align-items: center; gap: 12px;
}
.review-card__avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--blue-dim); color: var(--blue);
  font-size: 13px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.review-card__name {
  font-size: 14px; font-weight: 600; color: var(--ink);
}
.review-card__role {
  font-size: 12.5px; color: var(--ink-3);
}

/* ════════════════════════════════════════════════════════
   10 · FAQ
════════════════════════════════════════════════════════ */
.faq {
  padding: 88px 0;
  background: var(--surface);
}
.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
  align-items: start;
}
.faq__left { padding-top: 4px; }
.faq__left a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq__right { display: flex; flex-direction: column; gap: 4px; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--border-lt);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .15s;
}
.faq__item[open] { border-color: var(--border); }
.faq__q {
  padding: 15px 20px;
  font-size: 15px; font-weight: 500;
  color: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  transition: background .15s;
}
.faq__q:hover { background: var(--surface); }
.faq__q::after {
  content: '+';
  font-size: 16px; font-weight: 300;
  color: var(--ink-3); flex-shrink: 0;
  transition: transform .2s;
}
details[open] .faq__q::after { content: '−'; }
.faq__a {
  padding: 14px 20px 18px;
  font-size: 14.5px; color: var(--ink-2);
  line-height: 1.7;
  border-top: 1px solid var(--border-lt);
}

/* ════════════════════════════════════════════════════════
   11 · CTA BANNER
════════════════════════════════════════════════════════ */
.cta-banner {
  background: var(--dark);
  padding: 96px 0;
}
.cta-banner__inner { text-align: center; }
.cta-banner__eyebrow {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgba(255,255,255,.3);
  margin-bottom: 14px;
}
.cta-banner__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700; color: var(--white);
  letter-spacing: -.03em; line-height: 1.2;
  margin-bottom: 12px;
}
.cta-banner__sub {
  font-size: 16px; color: rgba(255,255,255,.45);
  line-height: 1.7; margin-bottom: 36px;
}
.cta-banner__btns {
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap; justify-content: center;
}

/* ════════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════════ */
.footer {
  background: #0a0f1a;
  padding: 72px 0 0;
  position: relative;
}
.footer__top-accent {
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(26,115,232,.5) 30%, rgba(124,58,237,.5) 60%, transparent 100%);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.5fr;
  gap: 52px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

/* Brand column */
.footer__brand-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; margin-bottom: 16px;
}
.footer__brand-img {
  width: 38px; height: 38px;
  border-radius: 10px; flex-shrink: 0;
  display: block;
  background: #fff;
}
.footer__brand-name {
  font-size: 15px; font-weight: 700;
  color: rgba(255,255,255,.9); letter-spacing: -.02em;
}
.footer__tagline {
  font-size: 13px; color: rgba(255,255,255,.35);
  line-height: 1.65; max-width: 230px; margin-bottom: 24px;
}
.footer__socials {
  display: flex; gap: 8px;
}
.footer__social {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5);
  transition: background .15s, border-color .15s, color .15s;
}
.footer__social:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  color: #fff;
}
.footer__social svg { width: 16px; height: 16px; }

/* Link columns */
.footer__col-label {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.25);
  margin-bottom: 16px;
}
.footer__links {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.footer__links li { display: block; }
.footer__links a {
  font-size: 13.5px; color: rgba(255,255,255,.5);
  transition: color .15s;
}
.footer__links a:hover { color: rgba(255,255,255,.9); }
.footer__audit-link {
  color: var(--blue) !important;
  font-weight: 500;
}
.footer__audit-link:hover { color: #5094f5 !important; }

/* Contact column */
.footer__contact {
  display: flex; flex-direction: column; gap: 14px;
}
.footer__contact-item {
  display: flex; align-items: flex-start; gap: 10px;
}
.footer__contact-item svg {
  width: 14px; height: 14px; flex-shrink: 0;
  color: rgba(255,255,255,.3); margin-top: 2px;
}
.footer__contact-item a,
.footer__contact-item span {
  font-size: 13px; color: rgba(255,255,255,.55);
  line-height: 1.55; transition: color .15s;
}
.footer__contact-item a:hover { color: rgba(255,255,255,.9); }

/* Bottom bar */
.footer__bar {
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.footer__copy {
  font-size: 12px; color: rgba(255,255,255,.2);
}
.footer__bar-links {
  display: flex; gap: 20px;
}
.footer__bar-links a {
  font-size: 12px; color: rgba(255,255,255,.2);
  transition: color .15s;
}
.footer__bar-links a:hover { color: rgba(255,255,255,.5); }

/* Footer responsive */
@media (max-width: 880px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 600px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════ */

/* Tablet — 880px */
@media (max-width: 880px) {
  .compare__grid  { grid-template-columns: 1fr; gap: 28px; }
  .why__grid      { grid-template-columns: 1fr; gap: 28px; }
  .faq__grid      { grid-template-columns: 1fr; gap: 24px; }
  .svc-grid       { grid-template-columns: 1fr 1fr; }
  .steps          { grid-template-columns: 1fr 1fr; gap: 20px; }
  .steps__line    { display: none; }
  .reviews__grid  { grid-template-columns: 1fr 1fr; gap: 10px; }
  .reviews__grid .review-card:last-child { grid-column: span 2; }
}

/* Mobile — 600px */
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .hdr__inner { gap: 0; }
  .hdr__nav, .hdr__cta { display: none; }
  .nav-toggle { display: flex; }

  .hero { padding: 56px 0 52px; }
  .hero__h1 { font-size: 2rem; }
  .hero__sub { font-size: 15px; }
  .hero__trust { gap: 14px; }

  .marquee-bar { flex-direction: column; align-items: flex-start; gap: 6px; padding: 10px 0; }
  .marquee-bar__label { padding-left: 20px; }

  .stats-strip__grid { flex-direction: column; gap: 28px; }
  .stat-item__div { display: none; }
  .stat-item { padding: 0; }

  .compare__right { grid-template-columns: 1fr; }
  .pains__grid    { grid-template-columns: 1fr; }
  .svc-grid       { grid-template-columns: 1fr; }
  .steps          { grid-template-columns: 1fr; }
  .reviews__grid  { grid-template-columns: 1fr; }
  .reviews__grid .review-card:last-child { grid-column: auto; }

  .pains__cta { flex-direction: column; gap: 14px; text-align: center; }

  .cta-banner { padding: 56px 0; }
  .compare, .pains, .services, .why, .process, .reviews, .faq { padding: 56px 0; }
}

/* ============================================================
   BLOG — listing + post pages
   ============================================================ */

/* ── Active nav link ──────────────────────────────────────── */
.hdr__nav a.active { color: var(--blue); }

/* ── Blog hero ────────────────────────────────────────────── */
.blog-hero {
  padding: 80px 0 48px;
  border-bottom: 1px solid var(--border-lt);
}
.blog-hero__label {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-dim);
  padding: 4px 12px; border-radius: 100px;
  margin-bottom: 20px;
}
.blog-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.15;
  color: var(--ink); margin-bottom: 16px;
}
.blog-hero__sub {
  font-size: 17px; color: var(--ink-2); max-width: 560px; line-height: 1.65;
}

/* ── Filter tabs ──────────────────────────────────────────── */
.blog-filter { padding: 24px 0; border-bottom: 1px solid var(--border-lt); }
.blog-filter__tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.blog-filter__tab {
  padding: 7px 16px; border-radius: 100px;
  font-size: 14px; font-weight: 500;
  color: var(--ink-2);
  border: 1px solid var(--border);
  background: var(--white);
  transition: all .15s;
}
.blog-filter__tab:hover { border-color: var(--blue); color: var(--blue); }
.blog-filter__tab.active {
  background: var(--blue); color: #fff; border-color: var(--blue);
}

/* ── Blog grid ────────────────────────────────────────────── */
.blog-grid-section { padding: 56px 0; min-height: 400px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-grid--related { grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ── Blog card ────────────────────────────────────────────── */
.blog-card {
  display: flex; flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-lt);
  background: var(--white);
  transition: box-shadow .2s, transform .2s;
}
.blog-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.blog-card__img-wrap { display: block; overflow: hidden; aspect-ratio: 16/9; }
.blog-card__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s;
}
.blog-card:hover .blog-card__img { transform: scale(1.03); }
.blog-card__img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--surface) 0%, var(--border-lt) 100%);
}
.blog-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.blog-card__cat {
  font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--blue);
}
.blog-card__title {
  font-size: 17px; font-weight: 700; letter-spacing: -.02em; line-height: 1.35;
  color: var(--ink); flex: 1;
}
.blog-card__title a:hover { color: var(--blue); }
.blog-card__excerpt {
  font-size: 14px; color: var(--ink-3); line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-card__meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--ink-3); margin-top: auto; padding-top: 8px;
}
.blog-card__dot { opacity: .4; }

/* ── Skeleton loaders ─────────────────────────────────────── */
.blog-loading {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 32px;
  grid-column: 1/-1;
}
.blog-skeleton {
  border-radius: 12px; height: 320px;
  background: linear-gradient(90deg, var(--surface) 25%, var(--border-lt) 50%, var(--surface) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer { to { background-position: -200% 0; } }

/* ── Empty state ──────────────────────────────────────────── */
.blog-empty {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 80px 0; gap: 12px; grid-column: 1/-1;
}
.blog-empty__icon { font-size: 2.5rem; }
.blog-empty h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); }
.blog-empty p { font-size: 15px; color: var(--ink-3); }

/* ── Load more ────────────────────────────────────────────── */
.blog-load-more { display: flex; justify-content: center; padding: 32px 0 0; }

/* ── Blog CTA ─────────────────────────────────────────────── */
.blog-cta { padding: 80px 0; background: var(--surface); }
.blog-cta__inner {
  max-width: 560px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.blog-cta__title { font-size: 1.75rem; font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.blog-cta__sub { font-size: 16px; color: var(--ink-2); line-height: 1.6; }

/* ============================================================
   BLOG POST PAGE
   ============================================================ */

/* ── Loading skeleton ─────────────────────────────────────── */
.post-loading { padding: 80px 0; }
.post-skeleton {
  border-radius: 8px; margin-bottom: 16px;
  background: linear-gradient(90deg, var(--surface) 25%, var(--border-lt) 50%, var(--surface) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.post-skeleton--title { height: 48px; width: 70%; }
.post-skeleton--meta  { height: 20px; width: 40%; }
.post-skeleton--cover { height: 400px; margin: 32px 0; }
.post-skeleton--body  { height: 18px; }
.post-skeleton--body.short { width: 80%; }

/* ── Breadcrumb ───────────────────────────────────────────── */
.post-breadcrumb {
  padding: 20px 0;
  font-size: 14px; color: var(--ink-3);
  border-bottom: 1px solid var(--border-lt);
}
.post-breadcrumb a { color: var(--blue); }
.post-breadcrumb a:hover { text-decoration: underline; }

/* ── Post hero ────────────────────────────────────────────── */
.post-hero { padding: 48px 0 32px; }
.post-hero__inner { max-width: 780px; }
.post-cat-badge {
  display: inline-block;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue); background: var(--blue-dim);
  padding: 4px 12px; border-radius: 100px; margin-bottom: 16px;
}
.post-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.2;
  color: var(--ink); margin-bottom: 20px;
}
.post-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-3);
}
.post-meta__author { display: flex; align-items: center; gap: 8px; }
.post-meta__author-img {
  width: 28px; height: 28px; border-radius: 50%; object-fit: cover;
}
.post-meta__dot { opacity: .35; }

/* ── Cover image ──────────────────────────────────────────── */
.post-cover { padding: 0 0 40px; }
.post-cover__img {
  width: 100%; max-height: 480px; object-fit: cover;
  border-radius: 12px;
}

/* ── Post body layout ─────────────────────────────────────── */
.post-body { padding: 0 0 64px; }
.post-body__inner { max-width: 780px; }

/* ── Prose styles ─────────────────────────────────────────── */
.prose { font-size: 17px; line-height: 1.8; color: var(--ink); }
.prose p  { margin-bottom: 1.4em; }
.prose h2 { font-size: 1.5rem; font-weight: 700; letter-spacing: -.02em; margin: 2em 0 .75em; color: var(--ink); }
.prose h3 { font-size: 1.2rem; font-weight: 700; margin: 1.75em 0 .6em; color: var(--ink); }
.prose h4 { font-size: 1rem; font-weight: 600; margin: 1.5em 0 .5em; color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 1.4em 1.5em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: .5em; }
.prose blockquote {
  border-left: 3px solid var(--blue);
  margin: 1.75em 0; padding: .75em 1.25em;
  background: var(--blue-dim); border-radius: 0 8px 8px 0;
  font-style: italic; color: var(--ink-2);
}
.prose code {
  font-family: 'Menlo', 'Monaco', monospace;
  font-size: .9em; background: var(--surface);
  padding: 2px 6px; border-radius: 4px; color: var(--ink);
}
.prose figure { margin: 2em 0; }
.prose figure img { border-radius: 8px; width: 100%; }
.prose figure figcaption { font-size: 13px; color: var(--ink-3); text-align: center; margin-top: 8px; }
.prose strong { font-weight: 600; color: var(--ink); }
.prose a { color: var(--blue); text-decoration: underline; }

/* ── Post footer: tags + share ───────────────────────────── */
.post-footer {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
  padding-top: 32px; margin-top: 40px;
  border-top: 1px solid var(--border-lt);
}
.post-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.post-tag {
  font-size: 12px; font-weight: 500; color: var(--ink-2);
  padding: 4px 12px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--border-lt);
}
.post-share { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); }
.post-share__btn {
  font-size: 13px; font-weight: 500; color: var(--blue);
  padding: 5px 12px; border-radius: 6px;
  border: 1px solid var(--blue-dim);
  transition: background .15s;
}
.post-share__btn:hover { background: var(--blue-dim); }

/* ── Related posts ────────────────────────────────────────── */
.post-related { padding: 64px 0; background: var(--surface); }
.post-related__title {
  font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em;
  margin-bottom: 28px; color: var(--ink);
}

/* ── 404 state ────────────────────────────────────────────── */
.post-not-found {
  min-height: 50vh; display: flex; align-items: center;
  padding: 80px 0; text-align: center;
}
.post-not-found h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 12px; }
.post-not-found p  { color: var(--ink-3); margin-bottom: 28px; }

/* ── Blog responsive ──────────────────────────────────────── */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .blog-loading { grid-template-columns: repeat(2,1fr); }
  .blog-grid--related { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .blog-hero { padding: 56px 0 36px; }
  .blog-hero__title { font-size: 1.75rem; }
  .blog-hero__sub { font-size: 15px; }
  .blog-filter__tabs { gap: 6px; }
  .blog-filter__tab { padding: 6px 13px; font-size: 13px; }
  .blog-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-loading { grid-template-columns: 1fr; }
  .blog-grid--related { grid-template-columns: 1fr; }
  .blog-cta { padding: 56px 0; }
  .blog-cta__title { font-size: 1.5rem; }
  .post-meta { flex-wrap: wrap; gap: 6px; }
  .post-meta__dot { display: none; }
  .post-footer { flex-direction: column; align-items: flex-start; }
  .post-share { flex-wrap: wrap; }
  .post-title { font-size: 1.6rem; }
  .post-hero { padding: 32px 0 20px; }
  .post-body { padding: 0 0 40px; }
  .prose { font-size: 15px; }
}
