/* ============ FNF Auto Spa — Design System v2 ============ */
:root {
  --blue: #1479d4;
  --blue-bright: #3ba7f5;
  --blue-deep: #0b5cb8;
  --ink: #060e18;
  --navy: #0a1624;
  --navy-2: #0f2135;
  --steel: #8fa6bd;
  --mist: #f4f7fa;
  --line: #e4ebf2;
  --text: #22303f;
  --text-soft: #5c6f84;
  --white: #fff;
  --r-lg: 22px;
  --r-md: 14px;
  --shadow: 0 12px 40px rgba(6, 14, 24, .10);
  --shadow-lg: 0 30px 80px rgba(6, 14, 24, .22);
  --grad: linear-gradient(120deg, #3ba7f5, #0b5cb8);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Sora', sans-serif; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em; }
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

.icon-svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all .18s ease;
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 26px rgba(20, 121, 212, .38);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(20, 121, 212, .5); filter: brightness(1.05); }
.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
}
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-outline {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-lg { font-size: 17px; padding: 18px 40px; }
.btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }

/* ---------- Header (dark, logo-forward) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(6, 14, 24, .88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 108px;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 4px; }
.brand img {
  height: 148px;
  width: auto;
  margin: -20px 0;
  filter: drop-shadow(0 4px 14px rgba(59,167,245,.45));
}
.nav { display: flex; align-items: center; gap: 34px; }
.nav a:not(.btn) { color: #c9d7e5; font-weight: 500; font-size: 15.5px; transition: color .15s ease; }
.nav a:not(.btn):hover { color: #fff; }
.nav .btn { padding: 13px 26px; font-size: 15px; }
.nav-phone { font-weight: 700; color: #fff !important; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #fff;
}
.nav-toggle svg { width: 30px; height: 30px; }

/* ---------- Hero (split, image fully visible) ---------- */
.hero {
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(20,121,212,.25), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--navy) 100%);
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
  padding: 96px 0 104px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 22px;
}
.hero-kicker::before { content: ''; width: 34px; height: 2px; background: var(--blue-bright); border-radius: 2px; }
.hero h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800;
  margin-bottom: 24px;
}
.hero h1 .grad { background: linear-gradient(92deg, #7cc4ff, #3ba7f5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { font-size: 19px; color: #a7bacd; max-width: 500px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-points { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-point { display: flex; align-items: center; gap: 12px; color: #c9d7e5; font-size: 15px; font-weight: 500; }
.hero-point .icon-svg { color: var(--blue-bright); width: 21px; height: 21px; }

.hero-media { position: relative; }
.hero-media .frame {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.12);
  transform: rotate(1.2deg);
}
.hero-media .frame img { width: 100%; height: 520px; object-fit: cover; }
.hero-media .chip {
  position: absolute;
  left: -18px;
  bottom: 34px;
  background: rgba(10, 22, 36, .85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.4);
}
.hero-media .chip .icon-svg { color: var(--blue-bright); width: 30px; height: 30px; }
.hero-media .chip b { display: block; font-family: 'Sora', sans-serif; font-size: 15.5px; color: #fff; }
.hero-media .chip span { font-size: 13px; color: var(--steel); }

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section-tight { padding: 90px 0; }
.section-mist { background: var(--mist); }
.section-head { max-width: 620px; margin-bottom: 64px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; margin-bottom: 16px; }
.section-head p { color: var(--text-soft); font-size: 18px; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: all .22s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad);
  opacity: 0;
  transition: opacity .22s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { opacity: 1; }
.service-card .glyph {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf4fd, #d7eafb);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.service-card .glyph .icon-svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 21px; margin-bottom: 10px; }
.service-card p { color: var(--text-soft); font-size: 15.5px; flex: 1; margin-bottom: 26px; }
.service-card .card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--blue);
}
.service-card .card-cta .icon-svg { width: 18px; height: 18px; transition: transform .18s ease; }
.service-card:hover .card-cta .icon-svg { transform: translateX(5px); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 34px;
  position: relative;
}
.step .num {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  background: #eaf4fd;
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.step h3 { font-size: 19px; margin-bottom: 10px; }
.step p { color: var(--text-soft); font-size: 15.5px; }

/* ---------- Content pages (locations, blog) ---------- */
.breadcrumb-nav { font-size: 14px; color: #a7bacd; margin-bottom: 10px; }
.breadcrumb-nav a { color: #cfe0f0; }
.breadcrumb-nav span { margin: 0 6px; }

.prose { max-width: 780px; margin: 0 auto; font-size: 17px; color: var(--text); }
.prose h2 { font-size: 26px; margin: 44px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 20px; margin: 30px 0 12px; }
.prose p { margin-bottom: 18px; color: var(--text-soft); }
.prose ul { margin: 0 0 18px 22px; color: var(--text-soft); }
.prose li { margin-bottom: 8px; }
.prose a { font-weight: 600; }

.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 32px 0 40px; }
.highlight-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 26px 22px;
  text-align: center;
}
.highlight-card .icon-svg { color: var(--blue); margin: 0 auto 14px; }
.highlight-card h3 { font-size: 17px; margin-bottom: 8px; }
.highlight-card p { color: var(--text-soft); font-size: 14.5px; margin: 0; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.blog-card img { width: 100%; height: 190px; object-fit: cover; }
.blog-card .bc-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card .bc-kicker { font-size: 12.5px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.blog-card h3 { font-size: 19px; margin-bottom: 10px; }
.blog-card p { color: var(--text-soft); font-size: 15px; flex: 1; margin-bottom: 16px; }
.blog-card .bc-link { font-weight: 600; font-size: 14.5px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 20px 24px;
}
.faq-item summary {
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16.5px;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
  flex: none;
  transition: transform .18s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--text-soft); margin-top: 14px; font-size: 15.5px; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-item {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: 400px; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item .tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(6, 14, 24, .78);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
}

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(59,167,245,.28), transparent 60%),
    linear-gradient(120deg, var(--ink), var(--navy-2));
  border-radius: 28px;
  padding: 76px 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; margin-bottom: 12px; }
.cta-band p { color: #a7bacd; font-size: 18px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; }
.contact-info h2 { font-size: clamp(28px, 3vw, 38px); font-weight: 800; margin-bottom: 16px; }
.contact-info > p { color: var(--text-soft); font-size: 17.5px; margin-bottom: 36px; }
.contact-line {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--ink);
  font-size: 16.5px;
}
.contact-line:last-of-type { border-bottom: none; }
.contact-line .glyph {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: #eaf4fd;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex: none;
}
.contact-line a { color: var(--ink); }
.contact-line a:hover { color: var(--blue); }

.card-form {
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  padding: 44px;
}
.card-form h3 { font-size: 22px; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 16px;
  padding: 15px 17px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: var(--mist);
  transition: all .15s ease;
  color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(20, 121, 212, .12);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 13.5px; color: var(--text-soft); margin-top: 16px; text-align: center; }

.alert { padding: 16px 20px; border-radius: var(--r-md); font-weight: 600; font-size: 15px; margin-bottom: 20px; }
.alert-ok { background: #e9f9f0; color: #157347; border: 1px solid #bfe9d2; }
.alert-err { background: #fdecec; color: #b3261e; border: 1px solid #f6c9c7; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--steel); padding: 72px 0 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 56px;
  align-items: center;
}
.site-footer .f-logo img { height: 110px; }
.f-about b { color: #fff; font-family: 'Sora', sans-serif; font-size: 18px; display: block; margin-bottom: 8px; }
.f-about { font-size: 15px; }
.f-cta { text-align: right; }
.f-cta a.phone {
  display: block;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 48px;
  padding-top: 28px;
  font-size: 13.5px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom a { color: var(--steel); }
.footer-bottom a:hover { color: #fff; }
.footer-credit { text-align: center; font-size: 12.5px; color: #5c6f84; margin-top: 14px; }
.footer-credit a { color: #8fa6bd; }
.footer-credit a:hover { color: #fff; }

/* ============ Booking page ============ */
.page-dark-top {
  background: linear-gradient(180deg, var(--ink), var(--navy));
  padding: 34px 0 108px;
  color: #fff;
  text-align: center;
}
.page-dark-top h1 { color: #fff; font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; margin-bottom: 6px; }
.page-dark-top p { color: #a7bacd; font-size: 16px; }

.booking-shell { max-width: 920px; margin: -78px auto 110px; padding: 0 24px; position: relative; z-index: 5; }

.booking-progress {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 20px 28px;
  gap: 8px;
}
.bp-step { display: flex; align-items: center; gap: 11px; }
.bp-step .dot {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 15px;
  background: var(--mist);
  color: var(--text-soft);
  border: 1.5px solid var(--line);
  transition: all .2s ease;
}
.bp-step.active .dot { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 8px 20px rgba(20,121,212,.4); }
.bp-step.done .dot { background: #157347; border-color: transparent; color: #fff; }
.bp-step > span { font-weight: 600; font-size: 14.5px; color: var(--text-soft); }
.bp-step.active > span { color: var(--ink); }
.bp-line { flex: 1; max-width: 64px; height: 2px; background: var(--line); align-self: center; margin: 0 10px; }

.booking-card {
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  padding: 36px 40px;
}
.booking-step { display: none; }
.booking-step.visible { display: block; animation: fadeUp .32s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.booking-card h2 { font-size: 25px; margin-bottom: 8px; }
.booking-sub { color: var(--text-soft); margin-bottom: 32px; font-size: 16px; }

.service-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pick-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
  cursor: pointer;
  transition: all .15s ease;
  background: #fff;
  text-align: left;
  font: inherit;
  width: 100%;
}
.pick-option:hover { border-color: var(--blue-bright); box-shadow: var(--shadow); }
.pick-option.selected {
  border-color: var(--blue);
  background: linear-gradient(0deg, rgba(20,121,212,.05), rgba(20,121,212,.05)), #fff;
  box-shadow: 0 0 0 4px rgba(20,121,212,.12);
}
.pick-option .p-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink); }
.pick-option .p-desc { color: var(--text-soft); font-size: 13.5px; margin-top: 3px; line-height: 1.5; }
.pick-option .p-check {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid var(--line);
  flex: none;
  display: grid;
  place-items: center;
  color: transparent;
  transition: all .15s ease;
}
.pick-option.selected .p-check { background: var(--blue); border-color: var(--blue); color: #fff; }
.pick-option .p-check .icon-svg { width: 15px; height: 15px; stroke-width: 3; }

/* Calendar */
.cal-wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; }
.calendar { user-select: none; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.cal-head h3 { font-size: 19px; }
.cal-navs { display: flex; gap: 8px; }
.cal-nav {
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: #fff;
  cursor: pointer;
  color: var(--ink);
  display: grid;
  place-items: center;
  transition: all .15s ease;
}
.cal-nav:hover:not(:disabled) { border-color: var(--blue); color: var(--blue); }
.cal-nav:disabled { opacity: .3; cursor: not-allowed; }
.cal-nav .icon-svg { width: 18px; height: 18px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.cal-dow { text-align: center; font-size: 12px; font-weight: 700; color: var(--text-soft); padding: 10px 0; text-transform: uppercase; letter-spacing: .06em; }
.cal-day {
  aspect-ratio: 1;
  border: none;
  background: transparent;
  border-radius: 12px;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  transition: all .12s ease;
}
.cal-day:hover:not(:disabled):not(.selected) { background: var(--mist); }
.cal-day:disabled { color: #c6d2de; cursor: not-allowed; font-weight: 400; }
.cal-day.today { box-shadow: inset 0 0 0 1.5px var(--blue-bright); }
.cal-day.selected { background: var(--grad); color: #fff; box-shadow: 0 8px 20px rgba(20,121,212,.4); }

/* Time slots */
.slots-panel { border-left: 1px solid var(--line); padding-left: 44px; }
.slots-panel h3 { font-size: 16.5px; margin-bottom: 6px; }
.slots-panel .slots-date { color: var(--text-soft); font-size: 14.5px; margin-bottom: 18px; }
.slots-scroll {
  max-height: 340px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-right: 8px;
  align-content: start;
}
.slot-btn {
  padding: 14px 8px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  transition: all .12s ease;
}
.slot-btn:hover { border-color: var(--blue-bright); }
.slot-btn.selected { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(20,121,212,.35); }
.slots-empty { color: var(--text-soft); font-size: 15px; padding: 24px 0; grid-column: 1/-1; }
.slots-loading { color: var(--text-soft); font-size: 15px; padding: 24px 0; grid-column: 1/-1; }

/* Summary */
.summary-box {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 30px;
  margin-bottom: 30px;
  display: grid;
  gap: 12px;
}
.summary-box .row { display: flex; justify-content: space-between; gap: 20px; font-size: 15.5px; }
.summary-box .row span { color: var(--text-soft); }
.summary-box .row b { color: var(--ink); text-align: right; }

.booking-nav { display: flex; justify-content: space-between; margin-top: 36px; gap: 14px; }

.confirm-panel { text-align: center; padding: 34px 10px; }
.confirm-panel .big-check {
  width: 88px; height: 88px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #e9f9f0;
  color: #157347;
  display: grid;
  place-items: center;
}
.confirm-panel .big-check .icon-svg { width: 42px; height: 42px; stroke-width: 2.4; }
.confirm-panel h2 { margin-bottom: 12px; font-size: 28px; }
.confirm-panel p { color: var(--text-soft); font-size: 16.5px; max-width: 460px; margin: 0 auto 32px; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 64px 0 80px; }
  .hero-media .frame { transform: none; }
  .hero-media .frame img { height: 400px; }
  .services-grid, .steps { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .highlight-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .f-cta { text-align: center; }
  .site-footer .f-logo { margin: 0 auto; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .section-tight { padding: 60px 0; }
  .section-head { margin-bottom: 40px; }

  .site-header .container { height: 92px; }
  .brand img { height: 118px; margin: -14px 0; }
  .nav {
    position: fixed;
    top: 92px;
    left: 0; right: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: none;
  }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: 16px 4px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav .btn { margin-top: 16px; width: 100%; }
  .nav-toggle { display: block; }

  .hero h1 { font-size: 34px; }
  .hero p { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-media .frame img { height: 300px; }
  .hero-media .chip { left: 12px; bottom: 16px; padding: 12px 16px; }
  .hero-points { gap: 16px; flex-direction: column; }

  .services-grid, .steps, .gallery-grid, .highlight-grid, .blog-grid { grid-template-columns: 1fr; }
  .gallery-item img { height: 300px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .card-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .cta-band { padding: 44px 28px; text-align: center; justify-content: center; }

  .booking-shell { margin-top: -88px; padding: 0 14px; }
  .booking-card { padding: 24px 18px; }
  .service-pick { grid-template-columns: 1fr; }
  .booking-progress { padding: 16px 18px; }
  .bp-step > span { display: none; }
  .bp-line { max-width: 34px; }
  .cal-wrap { grid-template-columns: 1fr; gap: 30px; }
  .slots-panel { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 26px; }
  .slots-scroll { grid-template-columns: repeat(3, 1fr); max-height: none; }
  .booking-nav { flex-direction: column-reverse; }
  .booking-nav .btn { width: 100%; }
  .page-dark-top { padding: 40px 0 130px; }
}
