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

:root {
  --navy-900: #0A2540;
  --navy-800: #0C2E50;
  --navy-700: #103A63;
  --blue-700: #0F4C9C;
  --blue-600: #1565C0;
  --blue-500: #1E78D6;
  --blue-400: #3D93E0;
  --sky-300:  #7FBFEA;
  --sky-200:  #BFE0F5;
  --sky-100:  #DCEEFB;
  --sky-50:   #F0F7FD;
  --foam:     #E8F4FB;
  --sand:     #F4C95D;
  --sand-dk:  #E0A93B;
  --white:    #FFFFFF;
  --ink:      #0F2438;
  --slate-700:#36495C;
  --slate-600:#4A5E72;
  --slate-500:#64788C;
  --slate-400:#8499AB;
  --line:     #DBE6F0;
  --line-2:   #ECF2F8;
  --bg:       #F6FAFD;
  --success:  #15976F;
  --success-bg:#E7F6F0;
  --danger:   #D6453E;
  --danger-bg:#FCEEED;
  --shadow-xs: 0 1px 2px rgba(10,37,64,.06);
  --shadow-sm: 0 2px 8px rgba(10,37,64,.07), 0 1px 2px rgba(10,37,64,.05);
  --shadow-md: 0 8px 24px rgba(10,37,64,.10), 0 2px 6px rgba(10,37,64,.06);
  --shadow-lg: 0 18px 48px rgba(10,37,64,.16), 0 6px 14px rgba(10,37,64,.08);
  --r-sm: 10px;
  --r:    14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --maxw: 1080px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4, .logo-text { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; letter-spacing: -.02em; }
a { color: inherit; }
img { max-width: 100%; display: block; }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  height: 64px; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { display: flex; }
.logo-text { font-size: 1.12rem; font-weight: 800; color: var(--navy-900); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  text-decoration: none; color: var(--slate-600);
  font-weight: 600; font-size: .9rem;
  padding: 8px 12px; border-radius: var(--r-sm);
  transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--navy-900); background: var(--sky-50); }
.nav-admin { color: var(--blue-600) !important; }

/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: var(--r);
  border: 1px solid transparent; cursor: pointer;
  text-decoration: none; transition: transform .12s, box-shadow .18s, background .18s, border-color .18s;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(180deg, var(--blue-500), var(--blue-600));
  color: #fff; box-shadow: 0 6px 16px rgba(21,101,192,.32);
}
.btn-primary:hover { box-shadow: 0 10px 24px rgba(21,101,192,.40); }
.btn-primary:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }
.btn-ghost {
  background: #fff; color: var(--navy-800); border-color: var(--line);
  box-shadow: var(--shadow-xs);
}
.btn-ghost:hover { border-color: var(--sky-300); background: var(--sky-50); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 30px; font-size: 1.06rem; }
.btn-sm { padding: 8px 14px; font-size: .85rem; border-radius: var(--r-sm); }
.btn-danger { background: var(--danger-bg); color: var(--danger); }
.btn-danger:hover { background: #f8e0de; }

/* ── LAYOUT HELPERS ──────────────────────────────── */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 680px; margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--blue-600); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 18px; height: 2px; background: var(--blue-400); border-radius: 2px; }

/* ── HERO ────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(168deg, var(--navy-900) 0%, var(--navy-700) 48%, var(--blue-700) 100%);
  color: #fff; padding: 76px 20px 130px; text-align: center;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% -10%, rgba(127,191,234,.28), transparent 60%),
              radial-gradient(ellipse 50% 40% at 8% 8%, rgba(244,201,93,.14), transparent 60%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 720px; margin: 0 auto; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #EAF4FF; font-size: .8rem; font-weight: 600;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 24px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 4px rgba(244,201,93,.25); }
.hero h1 { font-size: clamp(2.3rem, 6.6vw, 3.7rem); font-weight: 800; line-height: 1.06; margin-bottom: 18px; }
.hero h1 .accent { color: var(--sand); }
.hero p.lead { font-size: clamp(1.05rem, 2.4vw, 1.22rem); color: #CFE2F2; max-width: 560px; margin: 0 auto 30px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-cta .btn-ghost { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.28); box-shadow: none; }
.hero-cta .btn-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.45); }
.hero-trust { margin-top: 30px; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; color: #B6CFE6; font-size: .88rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { flex-shrink: 0; }
.wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; z-index: 1; display: block; }

/* Pali Strong badge */
.pali-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 26px;
  background: rgba(244,201,93,.14); border: 1px solid rgba(244,201,93,.45);
  color: #FBE6B5; font-weight: 700; font-size: .86rem; letter-spacing: .01em;
  padding: 9px 18px; border-radius: 999px; text-decoration: none; transition: .18s;
}
.pali-badge:hover { background: rgba(244,201,93,.22); border-color: rgba(244,201,93,.7); }
.pali-heart { display: inline-flex; color: var(--sand); }
.pali-heart svg { width: 15px; height: 15px; }

/* ── ABOUT ───────────────────────────────────────── */
.hero--sub { padding: 56px 20px 104px; }
.about-intro { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; }
.about-photo {
  width: 280px; height: 360px; border-radius: 26px;
  position: relative; overflow: hidden; flex-shrink: 0;
  background: linear-gradient(165deg, var(--sky-100), var(--sky-300));
  box-shadow: var(--shadow-lg); border: 4px solid #fff;
}
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.about-photo-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--blue-700); z-index: 1; }
.about-lead { max-width: 720px; margin: 0 auto; text-align: center; }
.about-lead h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--navy-900); margin-bottom: 14px; }
.about-lead p { color: var(--slate-600); font-size: 1.07rem; margin-bottom: 14px; }
.about-lead p:last-child { margin-bottom: 0; }
.about-founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 540px; margin: 40px auto 0; }
.founder-card { text-align: center; }
.founder-photo { position: relative; aspect-ratio: 1 / 1; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(165deg, var(--sky-100), var(--sky-300)); display: grid; place-items: center; box-shadow: var(--shadow-md); border: 4px solid #fff; }
.founder-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.founder-fallback { color: var(--blue-700); opacity: .55; z-index: 1; }
.founder-fallback svg { width: 64px; height: 64px; }
.founder-card figcaption { margin-top: 13px; font-family: 'Plus Jakarta Sans'; font-weight: 800; color: var(--navy-900); font-size: 1.1rem; }
.about-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-tile { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(165deg, var(--sky-100), var(--sky-300)); display: grid; place-items: center; box-shadow: var(--shadow-sm); border: 4px solid #fff; }
.about-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.about-tile-fallback { color: var(--blue-700); opacity: .55; z-index: 1; }
.about-intro h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--navy-900); margin-bottom: 14px; }
.about-intro p { color: var(--slate-600); font-size: 1.07rem; margin-bottom: 14px; }
.about-intro p:last-child { margin-bottom: 0; }
.why-card {
  max-width: 760px; margin: 0 auto; text-align: center;
  background: linear-gradient(165deg, var(--navy-800), var(--blue-700));
  color: #fff; border-radius: var(--r-xl); padding: 46px 40px; box-shadow: var(--shadow-lg);
}
.why-card .eyebrow { color: var(--sky-300); justify-content: center; }
.why-card .eyebrow::before { background: var(--sand); }
.why-card h2 { font-size: clamp(1.5rem, 3.6vw, 2rem); margin-bottom: 16px; }
.why-card p { color: #CFE2F2; font-size: 1.08rem; line-height: 1.7; }
.why-chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.why-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #fff; font-weight: 600; font-size: .9rem; padding: 9px 16px; border-radius: 999px;
}
.why-chip svg { color: var(--sand); }
.about-cta { text-align: center; max-width: 620px; margin: 0 auto; }
.about-cta h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--navy-900); margin-bottom: 12px; }
.about-cta p { color: var(--slate-600); font-size: 1.08rem; margin-bottom: 26px; }

/* ── SERVICE CARDS ───────────────────────────────── */
.services-head { text-align: center; max-width: 560px; margin: 0 auto 38px; }
.services-head h2 { font-size: clamp(1.7rem, 4vw, 2.3rem); font-weight: 800; color: var(--navy-900); margin-bottom: 10px; }
.services-head p { color: var(--slate-600); font-size: 1.05rem; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.svc-card {
  position: relative; text-align: left; cursor: pointer;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 24px 24px; box-shadow: var(--shadow-sm);
  transition: transform .16s, box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--sky-300); }
.svc-card:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 2px; }
.svc-icon {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  margin-bottom: 18px; background: var(--sky-100); color: var(--blue-600);
}
.svc-card h3 { font-size: 1.22rem; font-weight: 800; color: var(--navy-900); margin-bottom: 8px; }
.svc-card p { color: var(--slate-600); font-size: .94rem; flex-grow: 1; }
.svc-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.svc-price { font-family: 'Plus Jakarta Sans'; font-weight: 800; color: var(--navy-900); font-size: 1.3rem; }
.svc-price small { font-weight: 600; color: var(--slate-500); font-size: .8rem; }
.svc-go { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-600); font-weight: 700; font-size: .9rem; }
.svc-card:hover .svc-go { gap: 9px; }

/* ── SPECIAL DEAL ────────────────────────────────── */
.deals { padding-top: 0; }
.deal-card {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--blue-700) 100%);
  color: #fff; border-radius: var(--r-xl); padding: 42px;
  display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: center;
  box-shadow: var(--shadow-lg);
}
.deal-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 60% at 85% -10%, rgba(244,201,93,.22), transparent 60%),
              radial-gradient(ellipse 40% 50% at 0% 110%, rgba(127,191,234,.20), transparent 60%);
}
.deal-main { position: relative; z-index: 2; }
.deal-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--sand); color: var(--navy-900);
  font-weight: 800; font-size: .78rem; letter-spacing: .03em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 16px;
}
.deal-main h2 { font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 10px; }
.deal-main > p { color: #CFE2F2; font-size: 1.04rem; margin-bottom: 20px; max-width: 460px; }
.deal-list { display: grid; gap: 10px; }
.deal-list li { list-style: none; display: flex; align-items: center; gap: 11px; color: #EAF4FF; font-weight: 500; }
.dl-ic { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.15); color: var(--sand); display: grid; place-items: center; }
.deal-buy { position: relative; z-index: 2; background: #fff; border-radius: var(--r-lg); padding: 28px 24px; text-align: center; box-shadow: var(--shadow-md); }
.deal-compare { color: var(--slate-400); text-decoration: line-through; font-weight: 600; font-size: 1.15rem; }
.deal-price { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 3rem; color: var(--navy-900); line-height: 1; margin: 2px 0 8px; }
.deal-save { display: inline-block; background: var(--success-bg); color: var(--success); font-weight: 700; font-size: .85rem; padding: 5px 13px; border-radius: 999px; margin-bottom: 20px; }

/* savings pill on bundle service page */
.pc-was { color: var(--slate-400); margin-right: 4px; }
.pc-save { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; background: var(--success-bg); color: var(--success); font-weight: 700; font-size: .88rem; padding: 7px 13px; border-radius: 999px; }

/* ── REVIEWS ─────────────────────────────────────── */
.stars { position: relative; display: inline-block; font-size: 1.05rem; line-height: 1; letter-spacing: 2px; font-family: Arial, Helvetica, sans-serif; }
.stars-base { color: #D9E2EC; }
.stars-fill { color: var(--sand); position: absolute; top: 0; left: 0; overflow: hidden; white-space: nowrap; }
.reviews-avg { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.ra-num { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 2rem; color: var(--navy-900); }
.reviews-avg .stars { font-size: 1.3rem; }
.ra-count { color: var(--slate-500); font-size: .9rem; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 34px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 26px; }
.review-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.review-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--sky-100); color: var(--blue-700); display: grid; place-items: center; font-weight: 800; font-family: 'Plus Jakarta Sans'; font-size: .95rem; flex-shrink: 0; }
.review-id { margin-right: auto; }
.review-name { font-weight: 700; color: var(--navy-900); }
.review-loc { color: var(--slate-500); font-size: .84rem; }
.review-text { color: var(--slate-700); font-size: .98rem; line-height: 1.62; }
.review-date { margin-top: 14px; color: var(--slate-400); font-size: .8rem; font-weight: 600; }
.review-form { max-width: 700px; margin: 38px auto 0; background: var(--sky-50); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; }
.review-form h3 { color: var(--navy-900); font-size: 1.2rem; }
.rf-sub { color: var(--slate-600); font-size: .92rem; margin-bottom: 20px; }
.star-input { display: flex; gap: 4px; padding-top: 2px; }
.star-btn { font-size: 1.8rem; line-height: 1; color: #D9E2EC; background: none; border: none; cursor: pointer; padding: 0 2px; transition: color .12s, transform .12s; }
.star-btn:hover { transform: scale(1.12); }
.star-btn.on { color: var(--sand); }

/* ── HERO RATING BADGE ───────────────────────────── */
.hero-rating { display: inline-flex; align-items: center; gap: 9px; margin: -8px 0 26px; color: #EAF4FF; font-size: .95rem; font-weight: 600; text-decoration: none; }
.hero-rating .stars { font-size: 1.15rem; }
.hero-rating .stars-base { color: rgba(255,255,255,.35); }
.hero-rating strong { color: #fff; }
.hero-rating:hover { text-decoration: underline; }

/* ── BEFORE / AFTER GALLERY ──────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.ba-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 14px; }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ba-shot { position: relative; aspect-ratio: 3 / 4; border-radius: var(--r-sm); overflow: hidden; background: linear-gradient(165deg, var(--sky-100), var(--sky-300)); display: grid; place-items: center; }
.ba-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.ba-fallback { color: var(--blue-700); opacity: .6; z-index: 1; }
.ba-fallback svg { width: 40px; height: 40px; }
.ba-tag { position: absolute; top: 8px; left: 8px; z-index: 3; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; padding: 4px 9px; border-radius: 999px; }
.ba-tag.is-before { background: rgba(15,37,64,.8); color: #fff; }
.ba-tag.is-after { background: var(--success); color: #fff; }
.ba-label { text-align: center; font-weight: 700; color: var(--navy-900); margin-top: 12px; font-size: .96rem; }

/* ── GUARANTEE BAND ──────────────────────────────── */
.guarantee-wrap { padding-top: 0; }
.guarantee { display: flex; align-items: center; gap: 20px; background: linear-gradient(180deg, #FFF6E2, #FDEFCB); border: 1px solid var(--sand-dk); border-radius: var(--r-lg); padding: 26px 30px; }
.guarantee-ic { flex-shrink: 0; width: 56px; height: 56px; border-radius: 16px; background: #fff; color: var(--sand-dk); display: grid; place-items: center; box-shadow: var(--shadow-xs); }
.guarantee h3 { color: var(--navy-900); font-size: 1.2rem; margin-bottom: 4px; }
.guarantee p { color: #6b4e12; font-size: .96rem; }

/* ── REFERRAL BANNER ─────────────────────────────── */
.referral-wrap { padding-top: 0; }
.referral { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; background: linear-gradient(150deg, var(--blue-700), var(--blue-500)); color: #fff; border-radius: var(--r-xl); padding: 36px 40px; box-shadow: var(--shadow-md); }
.referral-main { max-width: 580px; }
.referral-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); color: #fff; font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .03em; padding: 6px 13px; border-radius: 999px; margin-bottom: 14px; }
.referral h2 { font-size: clamp(1.5rem, 3.6vw, 2rem); margin-bottom: 10px; }
.referral p { color: #E4F0FB; font-size: 1.02rem; }
.referral .btn-primary { background: #fff; color: var(--blue-700); box-shadow: none; flex-shrink: 0; }
.referral .btn-primary:hover { background: #EAF4FF; }

/* ── FAQ ─────────────────────────────────────────── */
.narrow-faq { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.faq-list { display: grid; gap: 12px; margin-top: 30px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-xs); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--navy-900); font-size: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev { color: var(--blue-500); transition: transform .2s; flex-shrink: 0; }
.faq-item[open] .faq-chev { transform: rotate(90deg); }
.faq-a { padding: 0 22px 20px; color: var(--slate-600); font-size: .96rem; line-height: 1.6; }

/* ── HOW IT WORKS ────────────────────────────────── */
.how { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.step { text-align: center; }
.step-num {
  width: 46px; height: 46px; border-radius: 50%; margin: 0 auto 14px;
  display: grid; place-items: center; font-family: 'Plus Jakarta Sans'; font-weight: 800;
  background: var(--navy-900); color: #fff; font-size: 1.1rem;
  box-shadow: 0 6px 14px rgba(10,37,64,.22);
}
.step h4 { color: var(--navy-900); font-size: 1.04rem; margin-bottom: 6px; }
.step p { color: var(--slate-600); font-size: .9rem; }

/* ── TRUST STRIP ─────────────────────────────────── */
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 8px; }
.trust-item { background: var(--sky-50); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: flex; gap: 14px; }
.trust-item .ti-ic { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--blue-600); box-shadow: var(--shadow-xs); }
.trust-item h4 { color: var(--navy-900); font-size: 1rem; margin-bottom: 3px; }
.trust-item p { color: var(--slate-600); font-size: .88rem; }

/* ── GENERIC PAGE / BOOKING SHELL ────────────────── */
.page { padding: 38px 0 70px; min-height: 60vh; }
.page-head { margin-bottom: 24px; }
.back-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--slate-600); font-weight: 600; font-size: .9rem; text-decoration: none;
  margin-bottom: 18px;
}
.back-link:hover { color: var(--blue-600); }

/* progress indicator */
.progress { display: flex; align-items: center; margin: 0 auto 30px; max-width: 620px; }
.progress-step { display: flex; flex-direction: column; align-items: center; gap: 7px; flex: 0 0 auto; }
.progress-dot {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 700; font-size: .9rem; background: #fff; color: var(--slate-400);
  border: 2px solid var(--line); transition: .2s;
}
.progress-label { font-size: .76rem; font-weight: 600; color: var(--slate-400); white-space: nowrap; }
.progress-line { flex: 1 1 auto; height: 2px; background: var(--line); margin: 0 4px 22px; border-radius: 2px; transition: .25s; }
.progress-step.done .progress-dot { background: var(--success); border-color: var(--success); color: #fff; }
.progress-step.active .progress-dot { background: var(--blue-600); border-color: var(--blue-600); color: #fff; box-shadow: 0 0 0 5px rgba(21,101,192,.16); }
.progress-step.active .progress-label, .progress-step.done .progress-label { color: var(--navy-800); }
.progress-line.filled { background: var(--success); }

/* booking layout: form + summary */
.book-grid { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.panel h2 { font-size: 1.4rem; color: var(--navy-900); margin-bottom: 6px; }
.panel .sub { color: var(--slate-600); margin-bottom: 22px; font-size: .96rem; }

/* summary card */
.summary { position: sticky; top: 84px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.summary-head { background: var(--navy-900); color: #fff; padding: 18px 22px; display: flex; align-items: center; gap: 13px; }
.summary-head .sh-ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.14); display: grid; place-items: center; flex-shrink: 0; }
.summary-head h3 { font-size: 1.05rem; }
.summary-head p { font-size: .8rem; color: #Bcd4ea; color: #BFD6EC; }
.summary-body { padding: 20px 22px; }
.sum-row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; font-size: .92rem; border-bottom: 1px dashed var(--line-2); }
.sum-row:last-of-type { border-bottom: none; }
.sum-row .k { color: var(--slate-500); flex-shrink: 0; }
.sum-row .v { color: var(--navy-800); font-weight: 600; text-align: right; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 14px; padding-top: 16px; border-top: 2px solid var(--line); }
.sum-total .k { font-weight: 700; color: var(--navy-900); }
.sum-total .v { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.5rem; color: var(--navy-900); }
.qty-pill { display:inline-flex; align-items:center; gap:2px; }

/* ── FORMS ───────────────────────────────────────── */
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: var(--navy-800); margin-bottom: 7px; }
.field .hint { font-weight: 400; color: var(--slate-400); font-size: .82rem; }
.input, textarea.input, select.input {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.input::placeholder { color: var(--slate-400); }
.input:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(30,120,214,.14); }
.input.err { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(214,69,62,.12); }
.field-err { color: var(--danger); font-size: .82rem; margin-top: 6px; display: none; }
.field.show-err .field-err { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.row-city { display: grid; grid-template-columns: 1fr 110px; gap: 14px; }

/* quantity stepper */
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.stepper button { width: 44px; height: 46px; border: none; background: #fff; font-size: 1.4rem; color: var(--blue-600); cursor: pointer; font-weight: 600; }
.stepper button:hover { background: var(--sky-50); }
.stepper button:disabled { color: var(--slate-400); cursor: not-allowed; }
.stepper .q-val { width: 54px; text-align: center; font-weight: 700; font-size: 1.1rem; color: var(--navy-900); }

/* ── SERVICE DETAIL ──────────────────────────────── */
.svc-hero { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; }
.svc-detail-ic { width: 64px; height: 64px; border-radius: 18px; background: var(--sky-100); color: var(--blue-600); display: grid; place-items: center; margin-bottom: 18px; }
.svc-detail h1 { font-size: clamp(1.9rem, 4.5vw, 2.6rem); color: var(--navy-900); margin-bottom: 12px; }
.svc-detail .desc { color: var(--slate-600); font-size: 1.08rem; margin-bottom: 24px; }
.feature-list { display: grid; gap: 12px; margin-bottom: 8px; }
.feature-list li { list-style: none; display: flex; gap: 11px; align-items: flex-start; color: var(--slate-700); font-size: .98rem; }
.feature-list .fl-ic { flex-shrink: 0; margin-top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--success-bg); color: var(--success); display: grid; place-items: center; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); padding: 26px; position: sticky; top: 84px; }
.price-card .pc-label { color: var(--slate-500); font-size: .85rem; font-weight: 600; }
.price-card .pc-amt { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 2.6rem; color: var(--navy-900); line-height: 1; margin: 4px 0 2px; }
.price-card .pc-unit { color: var(--slate-500); font-size: .9rem; margin-bottom: 18px; }
.pc-meta { display: grid; gap: 10px; margin: 18px 0; padding: 16px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.pc-meta-row { display: flex; align-items: center; gap: 10px; color: var(--slate-600); font-size: .9rem; }
.pc-meta-row svg { color: var(--blue-500); flex-shrink: 0; }

/* ── CALENDAR ────────────────────────────────────── */
.cal-card { }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cal-head h3 { font-size: 1.15rem; color: var(--navy-900); }
.cal-nav { display: flex; gap: 8px; }
.cal-nav button { width: 40px; height: 40px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; color: var(--navy-800); display: grid; place-items: center; transition: .15s; }
.cal-nav button:hover:not(:disabled) { border-color: var(--blue-400); background: var(--sky-50); }
.cal-nav button:disabled { opacity: .4; cursor: not-allowed; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow { text-align: center; font-size: .74rem; font-weight: 700; color: var(--slate-400); text-transform: uppercase; padding-bottom: 6px; }
.cal-day {
  aspect-ratio: 1 / 1; border: 1.5px solid transparent; border-radius: 11px;
  background: var(--sky-50); color: var(--navy-800); font-weight: 600; font-size: .96rem;
  cursor: pointer; display: grid; place-items: center; position: relative; transition: .14s;
}
.cal-day:hover:not(.disabled):not(.selected) { background: var(--sky-100); border-color: var(--sky-300); }
.cal-day.muted { background: transparent; cursor: default; }
.cal-day.disabled { color: var(--slate-400); background: transparent; cursor: not-allowed; text-decoration: line-through; opacity: .55; }
.cal-day.today { border-color: var(--sand); }
.cal-day.selected { background: var(--blue-600); color: #fff; border-color: var(--blue-600); box-shadow: 0 5px 12px rgba(21,101,192,.35); }
.cal-day.has { }
.cal-legend { display: flex; gap: 16px; margin-top: 16px; font-size: .8rem; color: var(--slate-500); flex-wrap: wrap; }
.cal-legend span { display: inline-flex; align-items: center; gap: 6px; }
.lg-dot { width: 12px; height: 12px; border-radius: 4px; display: inline-block; }

/* time slots */
.slots-wrap { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line-2); }
.slots-wrap h3 { font-size: 1.05rem; color: var(--navy-900); margin-bottom: 4px; }
.slots-date { color: var(--blue-600); font-weight: 600; font-size: .9rem; margin-bottom: 16px; }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; }
.slot {
  padding: 12px 8px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; color: var(--navy-800); font-weight: 600; font-size: .92rem; cursor: pointer;
  text-align: center; transition: .14s;
}
.slot:hover:not(.taken):not(.selected) { border-color: var(--blue-400); background: var(--sky-50); }
.slot.taken { color: var(--slate-400); background: var(--bg); cursor: not-allowed; text-decoration: line-through; border-style: dashed; }
.slot.selected { background: var(--blue-600); color: #fff; border-color: var(--blue-600); box-shadow: 0 5px 12px rgba(21,101,192,.32); }
.slots-empty { color: var(--slate-500); font-size: .95rem; padding: 18px; text-align: center; background: var(--sky-50); border-radius: var(--r-sm); }

/* ── PAYMENT ─────────────────────────────────────── */
.pay-note { display: flex; gap: 11px; background: var(--sand); background: linear-gradient(180deg,#FFF6E2,#FDEFCB); border: 1px solid var(--sand-dk); border-radius: var(--r-sm); padding: 13px 15px; margin-bottom: 22px; font-size: .88rem; color: #6b4e12; }
.pay-note svg { flex-shrink: 0; color: var(--sand-dk); margin-top: 1px; }
.card-input-wrap { position: relative; }
.card-brand { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--slate-400); font-weight: 700; font-size: .8rem; letter-spacing: .05em; }
.secure-row { display: flex; align-items: center; gap: 8px; justify-content: center; color: var(--slate-500); font-size: .82rem; margin-top: 16px; }

/* PayPal checkout */
.pay-wrap { max-width: 560px; margin: 0 auto; }
.pay-title { font-size: 1.5rem; color: var(--navy-900); margin-bottom: 4px; }
.pay-sub { color: var(--slate-600); margin-bottom: 22px; font-size: .96rem; }
.pay-wrap .summary { position: static; top: auto; margin-bottom: 20px; }
.paypal-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 24px; }
.pp-total { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); }
.pp-total span { color: var(--slate-600); font-weight: 600; }
.pp-total strong { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.6rem; color: var(--navy-900); }
.btn-paypal { gap: 10px; }
.btn-paypal svg { flex-shrink: 0; }
.btn-venmo { gap: 10px; margin-top: 10px; background: #008CFF; color: #fff; box-shadow: 0 6px 16px rgba(0,140,255,.28); }
.btn-venmo:hover { box-shadow: 0 10px 24px rgba(0,140,255,.4); }
.btn-venmo svg { flex-shrink: 0; }
.btn-cash { gap: 10px; margin-top: 10px; background: #fff; color: var(--navy-800); border-color: var(--line); box-shadow: var(--shadow-xs); }
.btn-cash:hover { border-color: var(--sky-300); background: var(--sky-50); }
.btn-cash svg { flex-shrink: 0; }
.btn.is-chosen { outline: 3px solid var(--sand); outline-offset: 2px; }
.tip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.tip-chip { flex: 1 1 0; min-width: 60px; padding: 11px 8px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; color: var(--navy-800); font-weight: 700; font-size: .92rem; cursor: pointer; transition: border-color .14s, background .14s, color .14s; }
.tip-chip:hover { border-color: var(--blue-400); background: var(--sky-50); }
.tip-chip.on { background: var(--blue-600); color: #fff; border-color: var(--blue-600); }
.cash-note { display: flex; gap: 8px; align-items: center; justify-content: center; color: var(--slate-600); font-size: .9rem; margin: 14px 0 0; }
.cash-note svg { color: var(--blue-500); flex-shrink: 0; }
.pp-step { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy-900); font-size: .95rem; margin: 0 0 12px; }
.pp-step-num { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--navy-900); color: #fff; display: grid; place-items: center; font-size: .8rem; font-weight: 800; }
.pp-divider { height: 1px; background: var(--line); margin: 22px 0; }
.btn-success { background: linear-gradient(180deg, #1AA179, var(--success)); color: #fff; box-shadow: 0 6px 16px rgba(21,151,111,.30); }
.btn-success:hover { box-shadow: 0 10px 24px rgba(21,151,111,.42); }
.btn-success:disabled { opacity: .6; box-shadow: none; cursor: not-allowed; }
.confirm-hint { color: var(--slate-500); font-size: .84rem; margin-top: 12px; text-align: center; line-height: 1.5; }

/* spinner */
.spinner { width: 18px; height: 18px; border: 2.5px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── CONFIRMATION ────────────────────────────────── */
.confirm { text-align: center; max-width: 600px; margin: 0 auto; }
.confirm-check { width: 86px; height: 86px; border-radius: 50%; background: var(--success-bg); color: var(--success); display: grid; place-items: center; margin: 0 auto 22px; animation: pop .4s cubic-bezier(.2,1.4,.5,1); }
@keyframes pop { 0% { transform: scale(.4); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.confirm h1 { font-size: clamp(1.9rem, 5vw, 2.5rem); color: var(--navy-900); margin-bottom: 10px; }
.confirm .c-sub { color: var(--slate-600); font-size: 1.06rem; margin-bottom: 6px; }
.confirm .c-id { display: inline-block; font-family: 'Plus Jakarta Sans'; font-weight: 700; color: var(--blue-700); background: var(--sky-100); padding: 6px 14px; border-radius: 999px; margin: 14px 0 28px; letter-spacing: .03em; }
.receipt { text-align: left; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; margin-bottom: 26px; }
.receipt-head { background: var(--sky-50); padding: 18px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 13px; }
.receipt-head .rh-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-600); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.receipt-head h3 { color: var(--navy-900); font-size: 1.1rem; }
.receipt-head p { color: var(--slate-500); font-size: .85rem; }
.receipt-body { padding: 8px 24px 18px; }
.rcp-row { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line-2); font-size: .95rem; }
.rcp-row:last-child { border-bottom: none; }
.rcp-row .k { color: var(--slate-500); }
.rcp-row .v { color: var(--navy-800); font-weight: 600; text-align: right; }
.rcp-row.total .v { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.2rem; color: var(--success); }
.confirm-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.confirm-note { color: var(--slate-500); font-size: .88rem; margin-top: 22px; }

/* ── ADMIN ───────────────────────────────────────── */
.admin-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.admin-head h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); color: var(--navy-900); }
.admin-head p { color: var(--slate-600); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 28px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; box-shadow: var(--shadow-xs); }
.stat .s-label { color: var(--slate-500); font-size: .82rem; font-weight: 600; }
.stat .s-val { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.9rem; color: var(--navy-900); margin-top: 4px; }
.stat .s-val.green { color: var(--success); }
.admin-toolbar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.seg { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.seg button { border: none; background: none; padding: 7px 16px; border-radius: 999px; font-weight: 600; font-size: .86rem; color: var(--slate-500); cursor: pointer; }
.seg button.on { background: var(--navy-900); color: #fff; }

.booking-list { display: grid; gap: 14px; }
.bk {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-xs);
  padding: 18px 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center;
}
.bk-when { text-align: center; flex-shrink: 0; min-width: 64px; background: var(--sky-50); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px 8px; }
.bk-when .m { font-size: .72rem; font-weight: 700; color: var(--blue-600); text-transform: uppercase; }
.bk-when .d { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.5rem; color: var(--navy-900); line-height: 1; }
.bk-when .t { font-size: .74rem; color: var(--slate-500); margin-top: 3px; }
.bk-main h4 { color: var(--navy-900); font-size: 1.05rem; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.bk-main .bk-meta { color: var(--slate-600); font-size: .88rem; margin-top: 4px; display: flex; flex-wrap: wrap; gap: 4px 14px; }
.bk-main .bk-meta span { display: inline-flex; align-items: center; gap: 5px; }
.bk-main .bk-meta a { color: var(--blue-600); font-weight: 600; text-decoration: none; }
.bk-main .bk-meta a:hover { text-decoration: underline; }
.bk-side { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.bk-amt { font-family: 'Plus Jakarta Sans'; font-weight: 800; color: var(--navy-900); font-size: 1.15rem; }
.bk-actions { display: flex; gap: 6px; }
.badge { font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: .03em; }
.badge.upcoming { background: var(--sky-100); color: var(--blue-700); }
.badge.done { background: var(--success-bg); color: var(--success); }
.badge.cancelled { background: var(--danger-bg); color: var(--danger); }
.badge.recurring { background: #EAF1FB; color: var(--blue-700); }
.bk.is-cancelled { opacity: .6; }
.bk.is-cancelled .bk-main h4 { text-decoration: line-through; }

.empty-state { text-align: center; padding: 60px 20px; background: #fff; border: 1px dashed var(--line); border-radius: var(--r-lg); }
.empty-state .es-ic { width: 64px; height: 64px; border-radius: 18px; background: var(--sky-100); color: var(--blue-500); display: grid; place-items: center; margin: 0 auto 16px; }
.empty-state h3 { color: var(--navy-900); margin-bottom: 6px; }
.empty-state p { color: var(--slate-500); }

/* admin gate */
.gate { max-width: 420px; margin: 40px auto; text-align: center; }
.gate .panel { padding: 34px 30px; }
.gate .g-ic { width: 60px; height: 60px; border-radius: 16px; background: var(--navy-900); color: #fff; display: grid; place-items: center; margin: 0 auto 18px; }
.gate h2 { color: var(--navy-900); margin-bottom: 6px; }
.gate p { color: var(--slate-600); font-size: .92rem; margin-bottom: 20px; }

/* ── FOOTER ──────────────────────────────────────── */
.footer { background: var(--navy-900); color: #C7DAEC; margin-top: 40px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 52px 20px 30px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand .logo--footer .logo-text { color: #fff; }
.footer-tag { margin-top: 14px; font-size: .9rem; color: #9FB8D0; max-width: 320px; line-height: 1.65; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; font-family: 'Plus Jakarta Sans'; }
.footer-col a, .footer-col p { display: block; color: #B6CCE0; text-decoration: none; font-size: .9rem; margin-bottom: 9px; }
.footer-col a:hover { color: var(--sand); }
.footer-hours { color: #7E9AB6 !important; font-size: .84rem !important; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.10); padding: 18px 20px; max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .82rem; color: #7E9AB6; }
.footer-demo { color: #6E8AA6; }

/* ── TOAST ───────────────────────────────────────── */
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 24px);
  background: var(--navy-900); color: #fff; padding: 13px 22px; border-radius: 999px;
  font-weight: 600; font-size: .92rem; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: .28s; z-index: 200; max-width: 90vw;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.success { background: var(--success); }
.toast.error { background: var(--danger); }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .book-grid { grid-template-columns: 1fr; }
  .summary { position: static; order: -1; }
  .svc-hero { grid-template-columns: 1fr; }
  .price-card { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .about-intro { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 26px; }
  .about-intro .eyebrow { justify-content: center; }
  .about-photo { width: 240px; height: 310px; }
}
@media (max-width: 760px) {
  .card-grid { grid-template-columns: 1fr; }
  .deal-card { grid-template-columns: 1fr; padding: 28px; gap: 26px; }
  .review-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .about-strip { grid-template-columns: 1fr 1fr; }
  .guarantee { flex-direction: column; text-align: center; }
  .referral { padding: 28px; }
  .referral .btn { width: 100%; }
  .steps { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .trust-strip { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .nav-links a.nav-hide-sm { display: none; }
  .progress-label { display: none; }
  .bk { grid-template-columns: auto 1fr; }
  .bk-side { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-2); padding-top: 12px; }
}
@media (max-width: 480px) {
  .section { padding: 48px 0; }
  .panel { padding: 22px 18px; }
  .row-2 { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero { padding: 56px 20px 110px; }
}
