/* ============================================================
   SERENORIX — Complete Platform Styles
   ============================================================ */

:root {
  --teal: #2A9CA0;
  --td: #1F7F82;
  --tl: #E1F5F5;
  --gold: #C9A24D;
  --gl: #FBF6EC;
  --ink: #1A2630;
  --mu: #5F7080;
  --br: #E2ECEF;
  --bg: #F7F9FA;
  --wh: #FFFFFF;
  --red: #C0392B;
  --redl: #FDF0EE;
  --green: #27ae60;
  --greenl: #EAF8F0;
  --orange: #E67E22;
  --r: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --container: 1100px;
}

/* ── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--wh);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
}

/* ── Navigation ──────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.nav.scrolled {
  border-bottom-color: var(--br);
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 600;
  color: var(--td);
}
.nav-links {
  display: flex; align-items: center; gap: 20px;
}
.nav-link {
  font-size: 13px; color: var(--mu);
  transition: color .15s;
}
.nav-link:hover { color: var(--teal); }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; border-radius: 99px;
  font-size: 14px; font-weight: 500;
  cursor: pointer; border: none;
  transition: all .15s ease;
  font-family: inherit;
  text-decoration: none;
}
.btn-lg { padding: 14px 32px; font-size: 15px; }
.btn-primary {
  background: var(--td); color: #fff;
}
.btn-primary:hover {
  background: var(--teal); transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(31,127,130,.3);
}
.btn-outline {
  background: none; border: 1.5px solid var(--gold); color: var(--gold);
}
.btn-outline:hover { background: var(--gold); color: #fff; }
.nav-cta { padding: 9px 20px; font-size: 13px; }

/* ── Hero ────────────────────────────────────────────────── */
.hero {
  padding: 80px 18px 60px;
  background: linear-gradient(160deg, #EAF5F5 0%, #F7F9FA 50%, #FBF6EC 100%);
  text-align: center;
}
.hero-inner { max-width: 720px; margin: 0 auto; }
.hero-kicker {
  display: inline-block;
  font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: var(--td); background: var(--tl);
  padding: 5px 16px; border-radius: 99px; margin-bottom: 22px;
}
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 300; line-height: 1.08;
  color: var(--ink); margin-bottom: 18px;
}
.hero-h1 em { color: var(--td); font-style: italic; }
.hero-sub {
  font-size: 17px; color: var(--mu);
  max-width: 560px; margin: 0 auto 36px; line-height: 1.7;
}
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Trust bar ───────────────────────────────────────────── */
.trust-bar {
  background: var(--bg); border-top: 1px solid var(--br); border-bottom: 1px solid var(--br);
  padding: 28px 18px;
  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.trust-item { text-align: center; }
.trust-icon { font-size: 22px; margin-bottom: 6px; }
.trust-label-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-weight: 600; color: var(--td); margin-bottom: 2px;
}
.trust-label-sub { font-size: 11px; color: var(--mu); }

/* ── Sections ────────────────────────────────────────────── */
.section { padding: 72px 0; }
.section-alt { background: var(--bg); border-top: 1px solid var(--br); border-bottom: 1px solid var(--br); }
.section-kicker {
  font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px; text-align: center;
}
.section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 300; color: var(--ink);
  text-align: center; margin-bottom: 12px;
}
.section-sub {
  font-size: 14px; color: var(--mu); text-align: center;
  max-width: 560px; margin: 0 auto 40px; line-height: 1.7;
}

/* ── Services grid ───────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.svc-card {
  background: var(--wh); border: 1px solid var(--br); border-radius: 18px;
  padding: 28px 20px; text-align: center;
  transition: box-shadow .2s, transform .2s;
  display: flex; flex-direction: column;
}
.svc-card:hover {
  box-shadow: 0 12px 32px rgba(42,156,160,.12);
  transform: translateY(-3px);
}
.svc-card.svc-coming-soon { opacity: .65; pointer-events: none; }
.svc-icon { font-size: 34px; margin-bottom: 14px; }
.svc-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 400; color: var(--ink); margin-bottom: 8px;
}
.svc-desc { font-size: 13px; color: var(--mu); line-height: 1.65; flex: 1; }
.svc-meta { margin-top: 16px; }
.svc-price {
  display: block; font-size: 12px; color: var(--td); font-weight: 500;
  background: var(--tl); padding: 4px 10px; border-radius: 99px;
  margin-bottom: 4px;
}
.svc-lic { display: block; font-size: 10px; color: var(--mu); margin-top: 4px; }
.svc-note { display: block; font-size: 10px; color: var(--mu); margin-top: 4px; }
.svc-badge-soon {
  display: inline-block; font-size: 11px;
  background: var(--gl); color: #7A5E1C;
  padding: 4px 12px; border-radius: 99px; font-weight: 500;
}

/* ── Steps ───────────────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.step { padding: 28px 20px; border-left: 3px solid var(--tl); }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 300; color: var(--br); line-height: 1; margin-bottom: 12px;
}
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--ink); margin-bottom: 8px; }
.step-text { font-size: 13px; color: var(--mu); line-height: 1.7; }

/* ── Pro spotlight ───────────────────────────────────────── */
.pro-spotlight {
  display: flex; align-items: center; gap: 28px;
  background: var(--wh); border: 1px solid var(--br); border-radius: 20px;
  padding: 32px; max-width: 600px; margin: 0 auto;
  box-shadow: var(--shadow);
}
.pro-spotlight-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--tl), #c8f0ee);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--td);
  flex-shrink: 0;
}
.pro-spotlight-name {
  font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--ink); margin-bottom: 4px;
}
.pro-spotlight-lic {
  font-size: 11px; color: var(--td); font-family: monospace; font-weight: 500; margin-bottom: 6px;
}
.lic-num { background: var(--tl); padding: 2px 6px; border-radius: 4px; }
.pro-spotlight-spec { font-size: 13px; color: var(--mu); margin-bottom: 4px; }
.pro-spotlight-area { font-size: 12px; color: var(--mu); margin-bottom: 4px; }
.pro-spotlight-status { font-size: 12px; color: var(--green); font-weight: 500; }

/* ── Legal notice bar ────────────────────────────────────── */
.legal-notice-bar {
  background: var(--gl); border-top: 1px solid rgba(201,162,77,.2); border-bottom: 1px solid rgba(201,162,77,.2);
  padding: 18px 18px;
}
.legal-notice-bar p {
  font-size: 11px; color: var(--mu); line-height: 1.75; max-width: var(--container); margin: 0 auto;
}
.legal-notice-bar strong { color: var(--ink); }

/* ── Footer ──────────────────────────────────────────────── */
.footer { background: var(--ink); padding: 48px 18px; }
.footer-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.footer-brand {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; margin-bottom: 12px;
}
.footer-desc { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 20px; }
.footer-links {
  display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px;
}
.footer-links a { font-size: 13px; color: rgba(255,255,255,.45); transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-legal { font-size: 11px; color: rgba(255,255,255,.25); line-height: 1.75; }

/* ── Booking page ────────────────────────────────────────── */
.booking-wrap { max-width: 680px; margin: 0 auto; padding: 40px 18px; }
.booking-steps { display: flex; gap: 0; margin-bottom: 32px; }
.bstep {
  flex: 1; text-align: center; font-size: 11px; font-weight: 500;
  color: var(--mu); padding-bottom: 8px;
  border-bottom: 2px solid var(--br); transition: color .2s, border-color .2s;
}
.bstep.active { color: var(--td); border-bottom-color: var(--td); }
.bstep.done { color: var(--teal); border-bottom-color: var(--teal); }
.bpanel { display: none; }
.bpanel.active { display: block; }
.b-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--ink); margin-bottom: 6px; }
.b-sub { font-size: 14px; color: var(--mu); margin-bottom: 26px; line-height: 1.65; }

/* Service pick */
.svc-pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.svc-pick {
  border: 2px solid var(--br); border-radius: var(--r);
  padding: 18px 14px; text-align: center;
  cursor: pointer; transition: all .15s; background: var(--wh);
}
.svc-pick:hover { border-color: var(--teal); }
.svc-pick.selected { border-color: var(--td); background: var(--tl); }
.sp-icon { font-size: 28px; margin-bottom: 6px; }
.sp-name { font-size: 15px; font-weight: 500; color: var(--ink); }
.sp-from { font-size: 12px; color: var(--td); margin-top: 4px; }

/* Duration options */
.dur-opts { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.dur-btn {
  border: 2px solid var(--br); border-radius: 99px;
  padding: 9px 18px; font-size: 13px;
  background: var(--wh); color: var(--mu);
  cursor: pointer; transition: all .15s; font-family: inherit;
}
.dur-btn:hover { border-color: var(--teal); color: var(--teal); }
.dur-btn.selected { border-color: var(--td); background: var(--td); color: #fff; }

/* Chair calculator */
.chair-calc { background: var(--bg); border: 1px solid var(--br); border-radius: var(--r); padding: 20px; margin-bottom: 20px; }
.chair-selects { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.chair-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.chair-kpi { background: var(--wh); border: 1px solid var(--br); border-radius: var(--r); padding: 16px; text-align: center; }
.chair-kpi-label { font-size: 11px; font-weight: 500; letter-spacing: .08em; color: var(--mu); text-transform: uppercase; }
.chair-kpi-val { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 500; color: var(--td); margin: 4px 0; }
.chair-kpi-sub { font-size: 11px; color: var(--mu); }

/* Providers */
.prov-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.prov-card {
  border: 2px solid var(--br); border-radius: var(--r);
  padding: 16px 18px; display: flex; align-items: center; gap: 14px;
  cursor: pointer; transition: all .15s; background: var(--wh);
}
.prov-card:hover { border-color: var(--teal); }
.prov-card.selected { border-color: var(--td); background: var(--tl); }
.prov-av {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--tl), #c8f0ee);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--td); flex-shrink: 0;
}
.prov-name { font-size: 15px; font-weight: 500; color: var(--ink); }
.prov-lic { font-size: 11px; color: var(--td); font-family: monospace; margin-top: 2px; }
.prov-meta { font-size: 12px; color: var(--mu); margin-top: 2px; }
.prov-badge {
  margin-left: auto; font-size: 10px; font-weight: 500;
  background: var(--tl); color: var(--td);
  padding: 3px 8px; border-radius: 99px;
}

/* Date/time/address */
.dt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.fld-label { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--mu); margin-bottom: 6px; display: block; }
.fld-inp {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--br); border-radius: 10px;
  font-size: 14px; font-family: inherit; color: var(--ink);
  background: var(--wh); outline: none; transition: border-color .15s;
}
.fld-inp:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(42,156,160,.1); }
.fld-sel { width: 100%; padding: 11px 14px; border: 1.5px solid var(--br); border-radius: 10px; font-size: 14px; font-family: inherit; color: var(--ink); background: var(--wh); outline: none; }
.fld-sel:focus { border-color: var(--teal); }
.addr-grid { display: grid; gap: 12px; margin-bottom: 20px; }
.addr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.time-slots { display: flex; gap: 7px; flex-wrap: wrap; }
.tslot {
  border: 1.5px solid var(--br); border-radius: 8px;
  padding: 8px 13px; font-size: 13px;
  cursor: pointer; background: var(--wh); color: var(--ink); transition: all .15s;
}
.tslot:hover { border-color: var(--teal); }
.tslot.selected { border-color: var(--td); background: var(--td); color: #fff; }

/* Order / payment */
.order-box { background: var(--bg); border: 1px solid var(--br); border-radius: var(--r); padding: 18px; margin-bottom: 20px; }
.order-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--mu); padding: 6px 0; }
.order-section-label { font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--mu); padding: 8px 0 4px; border-top: 1px solid var(--br); margin-top: 4px; }
.order-row.total { border-top: 1px solid var(--br); margin-top: 6px; padding-top: 12px; font-size: 16px; font-weight: 500; color: var(--ink); }
.hold-notice {
  background: #FFF8E7; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0;
  padding: 12px 14px; font-size: 12px; color: var(--mu); margin-bottom: 16px; line-height: 1.65;
}
.hold-notice strong { color: var(--ink); }
.stripe-box { border: 1.5px solid var(--br); border-radius: var(--r); padding: 18px; margin-bottom: 18px; background: var(--wh); }
.stripe-hdr { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 12px; color: var(--mu); }
.stripe-logo { background: #635BFF; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.card-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; }
.stripe-note { font-size: 11px; color: var(--mu); line-height: 1.7; margin-top: 12px; }

/* Nav buttons booking */
.btn-next {
  width: 100%; background: var(--td); color: #fff; border: none;
  padding: 14px; border-radius: 99px; font-size: 15px; font-weight: 500;
  cursor: pointer; transition: background .15s; margin-top: 4px; font-family: inherit;
}
.btn-next:hover { background: var(--teal); }
.btn-next:disabled { background: #ccc; cursor: not-allowed; }
.btn-back-sm {
  background: none; border: 1px solid var(--br); color: var(--mu);
  padding: 9px 20px; border-radius: 99px; font-size: 13px;
  cursor: pointer; transition: all .15s; font-family: inherit;
}
.btn-back-sm:hover { border-color: var(--mu); color: var(--ink); }
.btn-row { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.btn-row .btn-next { flex: 1; margin-top: 0; }

/* Confirm */
.confirm-box { text-align: center; padding: 48px 24px; }
.confirm-icon { width: 68px; height: 68px; background: var(--tl); border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.confirm-h { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--ink); margin-bottom: 10px; }
.confirm-sub { font-size: 15px; color: var(--mu); line-height: 1.65; max-width: 420px; margin: 0 auto 28px; }
.confirm-details { background: var(--bg); border-radius: var(--r); padding: 18px; text-align: left; margin-bottom: 18px; }
.conf-row { display: flex; justify-content: space-between; font-size: 13px; padding: 6px 0; border-bottom: 1px solid var(--br); }
.conf-row:last-child { border: none; }
.conf-key { color: var(--mu); }
.conf-val { color: var(--ink); font-weight: 500; }

/* Voice notice */
.voice-notice {
  background: var(--gl); border: 1px solid rgba(201,162,77,.3); border-radius: var(--r);
  padding: 14px 16px; font-size: 12px; color: var(--mu); line-height: 1.75; margin-bottom: 16px;
}
.voice-notice strong { color: var(--ink); }

/* ── Pro onboarding page ─────────────────────────────────── */
.pro-hero {
  background: linear-gradient(160deg, var(--tl), var(--bg));
  border-radius: 18px; padding: 40px 32px; text-align: center; margin-bottom: 32px;
}
.pro-hero h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--ink); margin-bottom: 8px; }
.pro-hero p { font-size: 15px; color: var(--mu); line-height: 1.65; max-width: 440px; margin: 0 auto; }
.ic-badge {
  display: inline-block; background: var(--gl); color: #7A5E1C;
  font-size: 11px; font-weight: 500; padding: 5px 14px; border-radius: 99px; margin-bottom: 14px;
}
.pro-form { display: flex; flex-direction: column; gap: 20px; }
.pro-sec { background: var(--wh); border: 1px solid var(--br); border-radius: var(--r); padding: 22px; }
.pro-sec h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--ink); margin-bottom: 4px; }
.sec-sub { font-size: 12px; color: var(--mu); margin-bottom: 16px; line-height: 1.6; }
.upload-zone {
  border: 2px dashed var(--br); border-radius: var(--r);
  padding: 26px 16px; text-align: center; cursor: pointer;
  transition: all .2s; background: var(--bg); position: relative;
}
.upload-zone:hover { border-color: var(--teal); background: var(--tl); }
.upload-zone.has-file { border-color: var(--td); background: var(--tl); border-style: solid; }
.upload-zone input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.uz-icon { font-size: 24px; margin-bottom: 6px; }
.uz-text { font-size: 13px; color: var(--mu); }
.uz-text strong { color: var(--td); }
.uz-sub { font-size: 11px; color: var(--mu); margin-top: 3px; }
.file-done { color: var(--td); font-size: 13px; font-weight: 500; margin-top: 8px; }
.ic-box { background: var(--gl); border: 1px solid rgba(201,162,77,.3); border-radius: var(--r); padding: 16px 18px; font-size: 12px; color: var(--mu); line-height: 1.85; }
.ic-box strong { color: var(--ink); }
.ic-box p { margin-bottom: 8px; }
.ic-box p:last-child { margin-bottom: 0; }
.ack-row { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; background: var(--wh); border: 1.5px solid var(--br); border-radius: 10px; transition: all .2s; margin-bottom: 8px; }
.ack-row.checked { border-color: var(--green); background: var(--greenl); }
.ack-row input[type=checkbox] { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--td); flex-shrink: 0; }
.ack-label { font-size: 13px; color: var(--mu); line-height: 1.6; cursor: pointer; }
.ack-label strong { color: var(--ink); }
.sig-area { border-bottom: 2px solid var(--ink); padding: 8px 4px; font-size: 16px; min-height: 44px; font-family: 'Cormorant Garamond', serif; font-style: italic; outline: none; color: var(--ink); }
.submit-pro { width: 100%; background: var(--td); color: #fff; border: none; padding: 15px; border-radius: 99px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background .15s; font-family: inherit; }
.submit-pro:hover { background: var(--teal); }
.submit-pro:disabled { background: #ccc; cursor: not-allowed; }

/* ── Privacy / Terms pages ───────────────────────────────── */
.legal-page { max-width: 900px; margin: 0 auto; padding: 48px 18px; }
.legal-page h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--td); margin-bottom: 6px; }
.legal-page h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--ink); margin: 24px 0 8px; }
.legal-page p { font-size: 13px; color: var(--mu); line-height: 1.85; margin-bottom: 12px; }
.legal-page ul { padding-left: 18px; margin-bottom: 12px; }
.legal-page li { font-size: 13px; color: var(--mu); line-height: 1.85; margin-bottom: 6px; }
.legal-page strong { color: var(--ink); }
.legal-page em { color: var(--red); font-style: normal; font-weight: 500; }
.micro { font-size: 12px; color: var(--mu); margin-top: 10px; }

/* ── Safety / Zero tolerance notices ────────────────────── */
.zt-banner {
  background: var(--red); color: #fff; border-radius: var(--r);
  padding: 16px 20px; margin-bottom: 16px;
}
.zt-banner h4 { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #fff; margin-bottom: 4px; }
.zt-banner p { font-size: 12px; color: rgba(255,255,255,.85); line-height: 1.65; }
.safety-box { background: var(--tl); border-left: 3px solid var(--td); border-radius: 0 10px 10px 0; padding: 14px 16px; font-size: 12px; color: var(--mu); line-height: 1.75; margin-bottom: 12px; }
.safety-box strong { color: var(--td); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .chair-selects { grid-template-columns: 1fr; }
  .trust-bar { gap: 24px; }
  .pro-spotlight { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .svc-pick-grid { grid-template-columns: 1fr 1fr; }
  .dt-grid, .addr2, .card-row { grid-template-columns: 1fr; }
  .nav-links .nav-link { display: none; }
  .hero { padding: 60px 18px 40px; }
  .chair-kpis { grid-template-columns: 1fr; }
}

/* ── Massage chair illustration ──────────────────────────── */
.chair-illustration {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  display: block;
}

/* ── Service card hover glow by type ─────────────────────── */
.svc-card:nth-child(1):hover { box-shadow: 0 12px 32px rgba(42,156,160,.15); }
.svc-card:nth-child(2):hover { box-shadow: 0 12px 32px rgba(201,162,77,.15); }
.svc-card:nth-child(4):hover { box-shadow: 0 12px 32px rgba(107,191,138,.15); }
