/* ============================================================
   NorthLab — Workflow Automation Repair & Build
   Premium dark, static, responsive. No external dependencies.
   ============================================================ */

:root {
  --bg: #0b1120;
  --bg-2: #0e1525;
  --surface: #131c32;
  --surface-2: #18223c;
  --border: #25324f;
  --border-soft: #1d2944;
  --text: #eef3fb;
  --text-dim: #a6b6d3;
  --text-mute: #74849f;
  --accent: #4f8cff;
  --accent-2: #6aa1ff;
  --good: #2fbf71;
  --bad: #ff5c5c;
  --warn: #ffb020;
  --build: #b07bff;
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1120px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 6px 20px rgba(0, 0, 0, 0.3);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  background:
    radial-gradient(1100px 520px at 85% -8%, rgba(79, 140, 255, 0.16), transparent 60%),
    radial-gradient(900px 500px at 5% 0%, rgba(176, 123, 255, 0.10), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 800px; }

a { color: inherit; }

/* ---------------- Header / Nav ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 17, 32, 0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; letter-spacing: 0.2px; }
.brand-mark {
  width: 18px; height: 18px; border-radius: 6px;
  background: linear-gradient(135deg, var(--accent), var(--build));
  box-shadow: 0 0 16px rgba(79, 140, 255, 0.6);
  flex: 0 0 auto;
}
.brand-name { font-size: 16px; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  text-decoration: none; color: var(--text-dim); font-size: 14px; font-weight: 600;
  padding: 8px 12px; border-radius: 8px; transition: color .15s, background .15s;
}
.nav a:hover { color: var(--text); background: var(--surface); }
.nav a.active { color: var(--text); }
.nav .nav-cta {
  background: var(--accent); color: #07101f; margin-left: 6px;
}
.nav .nav-cta:hover { background: var(--accent-2); color: #07101f; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  cursor: pointer; padding: 8px; border-radius: 8px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 15px;
  padding: 13px 22px; border-radius: var(--radius-sm); border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, filter .15s ease, background .15s ease;
  text-align: center; line-height: 1.2;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #07101f; box-shadow: 0 8px 24px rgba(79,140,255,.28); }
.btn-primary:hover { background: var(--accent-2); }
.btn-build { background: var(--build); color: #0c0717; box-shadow: 0 8px 24px rgba(176,123,255,.28); }
.btn-build:hover { filter: brightness(1.08); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--accent); background: var(--surface); }
.btn-block { display: block; width: 100%; margin-top: auto; }
.btn-lg { font-size: 16px; padding: 16px 30px; }

/* ---------------- Hero ---------------- */
.hero { padding: 70px 0 60px; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700;
  color: var(--accent-2); margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 52px); line-height: 1.08; letter-spacing: -0.5px;
  font-weight: 800; margin-bottom: 18px;
}
.hero-sub { font-size: 18px; color: var(--text-dim); max-width: 620px; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.hero-secondary { font-size: 15px; color: var(--text-dim); }
.hero-secondary strong { color: var(--text); }
.hero-tools {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px;
}
.hero-tools li {
  font-size: 12.5px; font-weight: 600; color: var(--text-dim);
  background: var(--surface); border: 1px solid var(--border-soft);
  padding: 6px 12px; border-radius: 999px;
}

/* Hero visual card */
.hero-visual { display: flex; justify-content: center; }
.hero-card {
  position: relative;
  width: 100%; max-width: 440px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.10); overflow: hidden;
}
.hero-card-head {
  display: flex; align-items: center; gap: 7px; padding: 12px 16px;
  border-bottom: 1px solid var(--border-soft); background: var(--surface-2);
}
.dot { width: 11px; height: 11px; border-radius: 50%; }
.dot-red { background: #ff5f57; } .dot-amber { background: #febc2e; } .dot-green { background: #28c840; }
.hero-card-title { margin-left: 8px; font-size: 12.5px; color: var(--text-mute); font-family: ui-monospace, Menlo, monospace; }
.hero-log {
  padding: 16px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12.5px; line-height: 1.85; white-space: pre-wrap; word-break: break-word;
}
.l-info { color: #9fc0ff; } .l-ok { color: #7ee2a8; } .l-err { color: #ff9a9a; }
.l-warn { color: #ffd27a; } .l-muted { color: var(--text-mute); }

/* ---------------- Sections ---------------- */
.section { padding: 72px 0; }
.section-alt {
  background: linear-gradient(180deg, rgba(19,28,50,.55), rgba(19,28,50,.18));
  border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft);
}
.section-title { font-size: clamp(26px, 3.5vw, 36px); font-weight: 800; letter-spacing: -0.4px; line-height: 1.15; }
.section-lede { color: var(--text-dim); font-size: 17px; max-width: 720px; margin-top: 12px; }

/* ---------------- Pain ---------------- */
.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px;
}
.pain-card {
  background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: var(--radius); padding: 22px; display: flex; gap: 14px; align-items: flex-start;
  transition: border-color .15s, transform .15s;
}
.pain-card:hover { border-color: var(--border); transform: translateY(-2px); }
.pain-icon {
  line-height: 1; flex: 0 0 auto; width: 38px; height: 38px;
  display: grid; place-items: center; border-radius: 9px;
  background: rgba(255,92,92,.12); color: #ff9a9a; border: 1px solid rgba(255,92,92,.25);
}
.pain-icon svg { width: 20px; height: 20px; display: block; }
.pain-card p { font-size: 15px; color: var(--text-dim); }

/* ---------------- Offers ---------------- */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.offer-card {
  position: relative;
  background: rgba(255, 255, 255, 0.055);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.offer-head { margin-bottom: 16px; }
.offer-tag {
  display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1px; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px;
}
.offer-tag-repair { background: rgba(79,140,255,.16); color: var(--accent-2); border: 1px solid rgba(79,140,255,.35); }
.offer-tag-build { background: rgba(176,123,255,.16); color: #cdb0ff; border: 1px solid rgba(176,123,255,.35); }
.offer-title { font-size: 22px; font-weight: 800; line-height: 1.2; margin-bottom: 10px; }
.offer-desc { color: var(--text-dim); font-size: 15px; }
.offer-list { list-style: none; margin: 4px 0 18px; }
.offer-list li {
  position: relative; padding: 7px 0 7px 26px; font-size: 14.5px; color: var(--text-dim);
  border-bottom: 1px solid var(--border-soft);
}
.offer-list li:last-child { border-bottom: 0; }
.offer-list li::before {
  content: "✓"; position: absolute; left: 0; top: 7px; color: var(--good); font-weight: 800;
}
.offer-scope {
  font-size: 13.5px; color: var(--text-mute); background: var(--surface-2);
  border: 1px solid var(--border-soft); border-radius: var(--radius-sm);
  padding: 12px 14px; margin-bottom: 20px;
}
.offer-examples { margin-bottom: 20px; }
.offer-examples-title {
  font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700;
  color: var(--text-mute); margin-bottom: 8px;
}
.offer-examples ul { list-style: none; }
.offer-examples li {
  font-size: 13.5px; color: var(--text-dim); padding: 5px 0 5px 18px; position: relative;
}
.offer-examples li::before { content: "→"; position: absolute; left: 0; color: var(--build); }

.offer-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.offer-note {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm); padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.offer-note h4 { font-size: 14px; margin-bottom: 8px; color: var(--text); }
.offer-note p { font-size: 13.5px; color: var(--text-dim); }

/* ---------------- Proof ---------------- */
.proof-callouts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px;
}
.proof-callouts p {
  background: var(--surface); border: 1px solid var(--border-soft); border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm); padding: 14px 16px; font-size: 14.5px; color: var(--text-dim);
}
.proof-callouts p:last-child { border-left-color: var(--build); }
.demo-badge {
  display: inline-block; margin-top: 22px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--warn);
  background: rgba(255,176,32,.12); border: 1px solid rgba(255,176,32,.32);
  padding: 6px 14px; border-radius: 999px;
}

/* Featured live-console call-to-action */
.proof-live {
  display: flex; align-items: center; gap: 18px; margin-top: 26px;
  padding: 18px 20px; border-radius: var(--radius); text-decoration: none;
  background:
    radial-gradient(420px 120px at 0% 0%, rgba(47,191,113,.10), transparent 70%),
    rgba(255,255,255,.04);
  border: 1px solid rgba(79,140,255,.32);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.08);
  transition: border-color .15s, transform .12s, background .15s;
}
.proof-live:hover { border-color: var(--accent); transform: translateY(-2px); }
.proof-live-badge {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--good); background: rgba(47,191,113,.12); border: 1px solid rgba(47,191,113,.4);
  padding: 7px 13px; border-radius: 999px;
}
.proof-live-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--good);
  box-shadow: 0 0 0 0 rgba(47,191,113,.5); animation: proofLivePulse 1.8s ease-out infinite;
}
@keyframes proofLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(47,191,113,.5); }
  70% { box-shadow: 0 0 0 7px rgba(47,191,113,0); }
  100% { box-shadow: 0 0 0 0 rgba(47,191,113,0); }
}
.proof-live-text { font-size: 14.5px; color: var(--text-dim); }
.proof-live-text strong { display: block; color: var(--text); font-size: 16px; margin-bottom: 3px; }
@media (max-width: 560px) { .proof-live { flex-direction: column; align-items: flex-start; gap: 12px; } }
@media (prefers-reduced-motion: reduce) { .proof-live-dot { animation: none; } }

.proof-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 22px; }
.proof-item {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
}
.proof-shot {
  display: block; width: 100%; position: relative; line-height: 0;
  background: #0e1525; cursor: pointer; text-decoration: none;
  border-bottom: 1px solid var(--border-soft);
  max-height: 260px; overflow: hidden;
}
.proof-shot:hover { box-shadow: inset 0 0 0 1px var(--theme, var(--border-soft)); }
.proof-shot:hover .proof-expand-hint { background: var(--accent, #4f7cff); color: #0b1020; border-color: transparent; }
.proof-item img { width: 100%; height: auto; display: block; }
.proof-expand-hint {
  position: absolute; right: 10px; bottom: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: .3px; line-height: 1;
  padding: 5px 11px; border-radius: 999px; color: var(--text);
  background: rgba(10,14,25,.8); border: 1px solid var(--border-soft);
  backdrop-filter: blur(4px); pointer-events: none;
}
.proof-item figcaption {
  padding: 14px 16px; font-size: 14px; color: var(--text-dim); display: flex; align-items: center; gap: 10px;
}
.tag {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
  padding: 3px 9px; border-radius: 999px; flex: 0 0 auto;
}
.tag-before { background: rgba(255,92,92,.15); color: #ff9a9a; border: 1px solid rgba(255,92,92,.35); }
.tag-after { background: rgba(47,191,113,.15); color: #7ee2a8; border: 1px solid rgba(47,191,113,.35); }
.tag-build { background: rgba(176,123,255,.15); color: #cdb0ff; border: 1px solid rgba(176,123,255,.35); }

.proof-subtitle { margin-top: 40px; font-size: 18px; font-weight: 700; color: var(--text); }
.proof-gallery-mobile { margin-top: 18px; }
.proof-item-mobile .proof-shot { max-height: 300px; }

.proof-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-link {
  text-decoration: none; font-size: 14px; font-weight: 600; color: var(--text);
  background: var(--surface); border: 1px solid var(--border);
  padding: 11px 18px; border-radius: var(--radius-sm); transition: border-color .15s, background .15s;
}
.proof-link:hover { border-color: var(--accent); background: var(--surface-2); }
.proof-link::before { content: "↗ "; color: var(--accent-2); }

/* ---------------- Process ---------------- */
.process-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.process-col {
  background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: var(--radius); padding: 26px;
}
.process-heading { font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.process-heading .offer-tag { margin-bottom: 0; }
.process-steps { margin-top: 14px; }
.process-steps .process-step { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--border-soft); }
.process-steps .process-step:last-child { border-bottom: 0; }
.step-num {
  flex: 0 0 auto; width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
  font-weight: 800; font-size: 15px; color: #07101f;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}
.process-steps p { font-size: 15px; color: var(--text-dim); padding-top: 4px; }

/* ---------------- Fit ---------------- */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-card { border-radius: var(--radius); padding: 28px; border: 1px solid var(--border-soft); background: var(--surface); }
.fit-title { font-size: 22px; font-weight: 800; margin-bottom: 18px; }
.fit-card ul { list-style: none; }
.fit-card li { position: relative; padding: 9px 0 9px 30px; font-size: 15px; color: var(--text-dim); border-bottom: 1px solid var(--border-soft); }
.fit-card li:last-child { border-bottom: 0; }
.fit-yes { border-top: 3px solid var(--good); }
.fit-no { border-top: 3px solid var(--bad); }
.fit-yes li::before { content: "✓"; position: absolute; left: 0; top: 9px; color: var(--good); font-weight: 800; }
.fit-no li::before { content: "✕"; position: absolute; left: 0; top: 9px; color: var(--bad); font-weight: 800; }

/* ---------------- FAQ ---------------- */
.faq-list { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 18px 20px; font-size: 16px; font-weight: 600; color: var(--text);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-q:hover { color: var(--accent-2); }
.faq-chevron { flex: 0 0 auto; width: 11px; height: 11px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .25s; margin-top: -4px; }
.faq-item.open .faq-chevron { transform: rotate(-135deg); margin-top: 2px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 20px 18px; font-size: 15px; color: var(--text-dim); }

/* ---------------- Contact ---------------- */
.contact { text-align: center; }
.contact-inner { display: flex; flex-direction: column; align-items: center; }
.contact .section-lede { margin: 12px auto 30px; }
.contact-email { margin-top: 22px; font-size: 15px; color: var(--text-dim); }
.contact-email a { color: var(--accent-2); font-weight: 600; text-decoration: none; }
.contact-email a:hover { text-decoration: underline; }

/* ---------------- Footer ---------------- */
.site-footer { border-top: 1px solid var(--border-soft); background: var(--bg-2); padding: 40px 0; }
.footer-inner { display: flex; flex-direction: column; gap: 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.footer-note { font-size: 14px; color: var(--text-dim); max-width: 700px; }
.footer-disclaimer { font-size: 13px; color: var(--text-mute); max-width: 760px; }
.footer-disclaimer a, .footer-note a { color: var(--accent-2); text-decoration: none; }
.footer-disclaimer a:hover { text-decoration: underline; }

/* ============================================================
   Liquid glass edge + ambient background depth
   ============================================================ */
/* Gradient hairline border — brighter at the top edge (light-from-above). */
.offer-card::before, .offer-note::before, .hero-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.06) 38%,
    rgba(255, 255, 255, 0.02));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none; z-index: 2;
}

/* Soft static glow blobs sitting behind the glass so it has something to refract. */
.bg-fx { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.glow-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; }
.glow-1 {
  width: 620px; height: 620px; top: -140px; left: -120px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.22), transparent 70%);
}
.glow-2 {
  width: 560px; height: 560px; top: 38%; right: -160px;
  background: radial-gradient(circle, rgba(176, 123, 255, 0.18), transparent 70%);
}
.glow-3 {
  width: 540px; height: 540px; bottom: -180px; left: 28%;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.14), transparent 72%);
}

/* Ambient cursor-follow glow (position driven by JS; behind all content). */
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 460px; height: 460px;
  margin: -230px 0 0 -230px; border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 161, 255, 0.10), transparent 60%);
  opacity: 0; transition: opacity 0.5s ease; will-change: transform;
}
@media (hover: none), (pointer: coarse) { .cursor-glow { display: none; } }
@media (prefers-reduced-motion: reduce) { .cursor-glow { display: none; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: 2; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-notes { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--bg-2); border-bottom: 1px solid var(--border);
    padding: 12px 18px 20px; gap: 4px; transform: translateY(-130%); transition: transform .28s ease;
    box-shadow: var(--shadow); max-height: calc(100vh - 64px); overflow-y: auto;
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 13px 12px; font-size: 16px; }
  .nav .nav-cta { margin: 8px 0 0; text-align: center; }
  .nav-toggle { display: flex; }

  .hero { padding: 48px 0 44px; }
  .section { padding: 56px 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .proof-callouts { grid-template-columns: 1fr; }
  .proof-gallery { grid-template-columns: 1fr; }
  .process-cols { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }

  /* Lighter blur on mobile to keep glass cheap to composite. */
  .offer-card, .offer-note, .hero-card {
    -webkit-backdrop-filter: blur(7px) saturate(160%);
    backdrop-filter: blur(7px) saturate(160%);
  }
  .glow-blob { filter: blur(60px); }
}

@media (max-width: 480px) {
  .pain-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; }
  .hero h1 { font-size: 30px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
