/* =============================================
   BELLA KUAFÖR — KARANLIK TEMA
   ============================================= */

:root {
  /* Zemin tonları: hep koyu */
  --bg-base:      #0C0C0C;   /* en koyu — body / footer */
  --bg-elevated:  #141414;   /* kartlar, inputlar */
  --bg-section:   #111111;   /* koyu bölümler */
  --bg-subtle:    #1A1A1A;   /* hafif yükseltilmiş */
  --bg-muted:     #222222;   /* hover, skeleton */

  /* Sınır */
  --border:       rgba(255,255,255,.09);
  --border-light: rgba(255,255,255,.05);

  /* Metin */
  --text:         #EFEFEF;
  --text-muted:   #888888;
  --text-dim:     #555555;

  /* Vurgu: saf beyaz */
  --white:        #FFFFFF;
  --white-soft:   rgba(255,255,255,.92);

  /* Renk işaretleri */
  --success:      #3DAF5A;
  --error:        #E05252;

  /* Yardımcı */
  --radius:       12px;
  --radius-sm:    8px;
  --shadow:       0 4px 24px rgba(0,0,0,.35);
  --shadow-md:    0 8px 40px rgba(0,0,0,.55);
  --transition:   all .25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg-base);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
textarea { resize: vertical; }

/* ─── CONTAINER ───────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── BUTTONS ─────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 6px;
  font-weight: 500; font-size: .95rem;
  letter-spacing: .03em; transition: var(--transition);
  white-space: nowrap;
}

/* Birincil / CTA — beyaz */
.btn-gold {
  background: var(--white);
  color: var(--bg-base);
}
.btn-gold:hover { background: #E8E8E8; transform: translateY(-1px); }

.btn-primary {
  background: var(--white);
  color: var(--bg-base);
}
.btn-primary:hover { background: #E8E8E8; }

/* Şeffaf kenarlıklı */
.btn-outline {
  border: 1.5px solid var(--border);
  color: var(--text);
  background: transparent;
}
.btn-outline:hover { border-color: rgba(255,255,255,.4); color: var(--white); }

.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,.35);
  color: var(--white);
  background: transparent;
}
.btn-outline-white:hover {
  border-color: var(--white);
  background: rgba(255,255,255,.08);
}

/* ─── NAVBAR ──────────────────────────────────── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; padding: 20px 0;
  transition: var(--transition);
}
.navbar.scrolled {
  background: rgba(12,12,12,.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--border);
  padding: 13px 0;
}

.nav-inner { display: flex; align-items: center; gap: 40px; }
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--white); letter-spacing: .03em;
  transition: var(--transition); flex-shrink: 0;
}

.nav-menu { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.nav-link {
  font-size: .875rem; font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: .02em; transition: var(--transition);
  position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--white);
  transition: width .25s ease;
}
.nav-link:hover { color: var(--white); }
.nav-link:hover::after { width: 100%; }

.nav-cta {
  padding: 9px 20px; font-size: .85rem;
  background: var(--white); color: var(--bg-base) !important;
  border-radius: 6px; font-weight: 600;
}
.nav-cta:hover { background: #E8E8E8; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 24px; margin-left: auto; }
.nav-toggle span { display: block; height: 1.5px; background: var(--white); border-radius: 2px; transition: var(--transition); }

/* ─── HERO ────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background-color: var(--bg-base);
  background-image: url('/images/hero.jpg');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.50) 50%,
    rgba(0,0,0,.82) 100%
  );
}
.hero-content {
  position: relative; z-index: 1;
  text-align: center; max-width: 740px;
  padding: 110px 24px 90px;
}
.hero-label {
  display: inline-block;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 22px; padding: 6px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700; color: var(--white);
  line-height: 1.12; margin-bottom: 20px;
  letter-spacing: -.01em;
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 42px;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.3); font-size: .72rem; letter-spacing: .12em;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent);
  animation: scrollAnim 2s ease-in-out infinite;
}
@keyframes scrollAnim {
  0%,100% { opacity:1; transform:scaleY(1); }
  50%      { opacity:.4; transform:scaleY(.65); }
}

/* ─── SECTIONS ────────────────────────────────── */
.section         { padding: 96px 0; }
.section-light   { background: var(--bg-subtle); }   /* "aydınlık" aslında koyu */
.section-dark    { background: var(--bg-section); }
.section-booking { background: var(--bg-base); }
.section-hours   { background: var(--bg-elevated); }

.section-header { text-align: center; margin-bottom: 56px; }

.section-label {
  display: inline-block;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px; padding: 5px 14px;
  border: 1px solid var(--border); border-radius: 20px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; color: var(--white);
  letter-spacing: -.01em; line-height: 1.2;
}
.section-title.light { color: var(--white); } /* artık her bölüm koyu */

.section-desc { font-size: 1rem; color: var(--text-muted); margin-top: 12px; }
.section-desc.light { color: var(--text-muted); }

/* ─── KATEGORİ SEKMELERİ ─────────────────────── */
.category-tabs {
  display: flex; gap: 8px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 36px;
}
.cat-tab {
  padding: 8px 22px; border-radius: 40px;
  font-size: .875rem; font-weight: 500;
  border: 1.5px solid var(--border);
  color: var(--text-muted); background: transparent;
  transition: var(--transition); cursor: pointer;
}
.cat-tab:hover { border-color: rgba(255,255,255,.35); color: var(--white); }
.cat-tab.active { background: var(--white); color: var(--bg-base); border-color: var(--white); }

/* Booking içi tablar */
.booking-cat-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.booking-cat-tab {
  padding: 6px 16px; border-radius: 40px; font-size: .82rem; font-weight: 500;
  border: 1.5px solid var(--border); color: var(--text-muted);
  background: transparent; transition: var(--transition); cursor: pointer;
}
.booking-cat-tab:hover { border-color: rgba(255,255,255,.3); color: var(--white); }
.booking-cat-tab.active { background: var(--white); color: var(--bg-base); border-color: var(--white); }

/* ─── HİZMETLER ───────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.service-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius); padding: 26px 22px;
  transition: var(--transition); cursor: default;
}
.service-card:hover {
  border-color: rgba(255,255,255,.25);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.service-cat-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .7rem; font-weight: 600; letter-spacing: .07em;
  text-transform: uppercase; color: var(--text-dim);
  margin-bottom: 10px; padding: 3px 8px;
  border-radius: 4px; background: var(--bg-subtle);
}
.service-duration {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .78rem; color: var(--text-muted); margin-bottom: 10px;
}
.service-duration svg { width: 13px; height: 13px; }
.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; font-weight: 600;
  margin-bottom: 8px; color: var(--white);
}
.service-desc {
  font-size: .875rem; color: var(--text-muted);
  margin-bottom: 16px; line-height: 1.55;
}
.service-price { font-size: 1.25rem; font-weight: 700; color: var(--white); }
.service-price span { font-size: .82rem; font-weight: 400; color: var(--text-muted); }

.service-skeleton {
  height: 185px;
  background: linear-gradient(90deg, var(--bg-subtle) 25%, var(--bg-muted) 50%, var(--bg-subtle) 75%);
  background-size: 200% 100%; border-radius: var(--radius);
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* ─── HAKKIMIZDA ──────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.about-image { position: relative; }
.about-img-wrap { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; background: var(--bg-subtle); }
.about-img-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: rgba(255,255,255,.12); }
.about-img-placeholder svg { width: 64px; height: 64px; }
.about-img-placeholder span { font-family: 'Playfair Display', serif; font-size: 1.2rem; }
.about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--white); border-radius: var(--radius);
  padding: 20px 24px; text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.about-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--bg-base); line-height: 1; }
.about-badge span { font-size: .78rem; color: #555; font-weight: 500; }

.about-content .section-label { margin-bottom: 8px; }
.about-content .section-title { margin-bottom: 20px; }
.about-text { color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
.about-stats { display: flex; gap: 40px; margin-bottom: 36px; }
.stat { text-align: center; }
.stat strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--white); }
.stat span { font-size: .8rem; color: var(--text-dim); }

/* ─── NEDEN BİZ ───────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.feature-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px 26px;
  transition: var(--transition);
}
.feature-card:hover { border-color: rgba(255,255,255,.2); box-shadow: var(--shadow); }
.feature-icon {
  width: 48px; height: 48px;
  background: var(--bg-subtle); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; color: var(--white);
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; margin-bottom: 10px; color: var(--white); }
.feature-card p { font-size: .875rem; color: var(--text-muted); line-height: 1.6; }

/* ─── RANDEVU ──────────────────────────────────── */
.booking-wrapper {
  max-width: 820px; margin: 0 auto;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 20px; overflow: hidden;
}
.booking-steps {
  display: flex; align-items: center;
  padding: 24px 40px;
  background: var(--bg-subtle);
  border-bottom: 1px solid var(--border);
}
.step { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.step span {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--bg-muted); color: var(--text-dim);
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; font-weight: 600;
  transition: var(--transition); border: 1.5px solid transparent;
}
.step p { font-size: .7rem; color: var(--text-dim); white-space: nowrap; }
.step.active span { background: var(--white); color: var(--bg-base); border-color: var(--white); }
.step.active p   { color: var(--text); }
.step.done span  { background: transparent; color: var(--text-muted); border-color: var(--border); }
.step.done p     { color: var(--text-dim); }
.step-line { flex: 1; height: 1px; background: var(--border); margin: 0 8px; margin-bottom: 22px; }

.booking-body { padding: 38px; }
.booking-step { display: none; }
.booking-step.active { display: block; }
.booking-step h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--white); margin-bottom: 22px; }

.booking-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); gap: 10px;
}
.b-service-card {
  background: var(--bg-subtle); border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); padding: 15px; cursor: pointer; transition: var(--transition);
}
.b-service-card:hover, .b-service-card.selected {
  background: var(--white); border-color: var(--white);
}
.b-service-card:hover .b-svc-name,
.b-service-card.selected .b-svc-name  { color: var(--bg-base); }
.b-service-card:hover .b-svc-dur,
.b-service-card.selected .b-svc-dur   { color: #666; }
.b-service-card:hover .b-svc-price,
.b-service-card.selected .b-svc-price { color: var(--bg-base); }

.b-svc-name  { font-weight: 600; color: var(--white); font-size: .9rem; margin-bottom: 4px; }
.b-svc-dur   { font-size: .74rem; color: var(--text-dim); margin-bottom: 8px; }
.b-svc-price { font-size: 1rem; font-weight: 700; color: var(--text-muted); }

label {
  display: block; font-size: .75rem; font-weight: 600;
  color: var(--text-muted); letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 9px;
}
.date-time-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 28px; }
.form-input {
  width: 100%; padding: 11px 14px;
  background: var(--bg-subtle); border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); color: var(--text);
  font-size: .9rem; font-family: inherit; outline: none; transition: var(--transition);
}
.form-input:focus { border-color: rgba(255,255,255,.35); background: var(--bg-muted); }
.form-input::placeholder { color: var(--text-dim); }
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(.5); }

.time-slots { display: flex; flex-wrap: wrap; gap: 7px; max-height: 220px; overflow-y: auto; padding-right: 4px; }
.time-slots::-webkit-scrollbar { width: 3px; }
.time-slots::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }
.slot-btn {
  padding: 7px 13px; border-radius: 6px; font-size: .82rem; font-weight: 500;
  background: var(--bg-subtle); border: 1.5px solid var(--border);
  color: var(--text-muted); cursor: pointer; transition: var(--transition);
}
.slot-btn:hover:not(:disabled), .slot-btn.selected {
  background: var(--white); border-color: var(--white); color: var(--bg-base);
}
.slot-btn:disabled { opacity: .2; cursor: not-allowed; text-decoration: line-through; }
.slots-hint, .slots-loading { color: var(--text-dim); font-size: .875rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group.full { grid-column: 1/-1; }
.required { color: var(--text-dim); }
.optional  { color: var(--text-dim); font-size: .75rem; font-weight: 400; }

.booking-summary-card {
  background: var(--bg-subtle); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px; margin: 16px 0;
}
.summary-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--border-light); font-size: .88rem; }
.summary-row:last-child { border-bottom: none; }
.summary-row span:first-child { color: var(--text-muted); }
.summary-row span:last-child  { color: var(--white); font-weight: 500; }
.summary-price span { font-size: 1.05rem !important; font-weight: 700 !important; }
.confirm-note { font-size: .82rem; color: var(--text-dim); margin-bottom: 20px; }

.booking-nav { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); }

.booking-success { text-align: center; padding: 20px 0; }
.success-icon {
  width: 68px; height: 68px;
  background: rgba(61,175,90,.1); border: 1.5px solid rgba(61,175,90,.3);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; color: var(--success);
}
.success-icon svg { width: 32px; height: 32px; }
.booking-success h3 { font-family: 'Playfair Display', serif; font-size: 1.55rem; color: var(--white); margin-bottom: 8px; }
.booking-success p { color: var(--text-muted); }
.appt-number-box {
  background: #0d1a1a; border: 1px solid rgba(61,175,90,.3); border-radius: 12px;
  padding: 18px 24px; margin: 16px auto 8px; max-width: 340px; text-align: center;
}
.appt-number-label { display: block; color: var(--text-muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; }
.appt-number-code { display: block; font-size: 1.6rem; font-weight: 700; color: #3daf5a; letter-spacing: .15em; font-family: 'Courier New', monospace; margin-bottom: 8px; }
.appt-number-hint { display: block; color: var(--text-muted); font-size: 0.78rem; line-height: 1.5; }

/* ─── ÇALIŞMA SAATLERİ ────────────────────────── */
.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px; max-width: 900px; margin: 0 auto;
}
.hour-card {
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px 14px; text-align: center;
  transition: var(--transition);
}
.hour-card.today { border-color: rgba(255,255,255,.35); border-width: 1.5px; }
.hour-day { font-size: .75rem; font-weight: 600; letter-spacing: .07em; color: var(--text-dim); text-transform: uppercase; margin-bottom: 8px; }
.hour-card.today .hour-day { color: var(--white); }
.hour-time   { font-size: .92rem; font-weight: 600; color: var(--text); }
.hour-closed { font-size: .85rem; color: var(--error); font-weight: 500; }

/* ─── İLETİŞİM ────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info  { display: flex; flex-direction: column; gap: 26px; }
.contact-item  { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon  {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--bg-subtle); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--text-muted);
}
.contact-icon svg { width: 18px; height: 18px; }
.contact-item strong { display: block; font-size: .72rem; letter-spacing: .08em; color: var(--text-dim); text-transform: uppercase; margin-bottom: 4px; }
.contact-item p, .contact-item a { font-size: .9rem; color: var(--text-muted); transition: var(--transition); }
.contact-item a:hover { color: var(--white); }

.social-links { display: flex; gap: 10px; padding-top: 6px; }
.social-link {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--bg-subtle); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); transition: var(--transition);
}
.social-link:hover { background: var(--white); color: var(--bg-base); border-color: var(--white); }
.social-link svg { width: 17px; height: 17px; }

.contact-map { border-radius: var(--radius); overflow: hidden; height: 320px; background: var(--bg-subtle); }
.contact-map iframe { width: 100%; height: 100%; border: none; }
.map-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: var(--text-dim); text-align: center;
}
.map-placeholder svg { width: 44px; height: 44px; }
.map-placeholder p { font-size: .82rem; line-height: 1.6; }

/* ─── FOOTER ──────────────────────────────────── */
.footer {
  background: #070707; padding: 40px 0;
  border-top: 1px solid var(--border);
}
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--white); margin-bottom: 4px; }
.footer-brand p { font-size: .8rem; color: var(--text-dim); }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { font-size: .82rem; color: var(--text-dim); transition: var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-copy p { font-size: .78rem; color: var(--text-dim); }

/* ─── TOAST ───────────────────────────────────── */
.toast {
  position: fixed; bottom: 28px; right: 28px; z-index: 9999;
  padding: 12px 18px; border-radius: var(--radius-sm);
  font-size: .875rem; font-weight: 500; color: var(--white);
  transform: translateY(16px); opacity: 0; transition: all .28s ease;
  pointer-events: none; max-width: 360px; box-shadow: var(--shadow-md);
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { background: #1A3D1A; border: 1px solid rgba(61,175,90,.35); }
.toast.error   { background: #3D1A1A; border: 1px solid rgba(224,82,82,.35); }
.toast.info    { background: var(--bg-subtle); border: 1px solid var(--border); }

/* ─── RESPONSIVE ──────────────────────────────── */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-image { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .date-time-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { background-attachment: scroll; }
  .nav-menu {
    position: fixed; top: 0; right: -100%; width: 72vw; height: 100vh;
    background: #0A0A0A; flex-direction: column; justify-content: center; gap: 28px;
    transition: right .3s ease; padding: 80px 36px;
    box-shadow: -8px 0 40px rgba(0,0,0,.6);
    border-left: 1px solid var(--border);
  }
  .nav-menu.open { right: 0; }
  .nav-link { font-size: 1.1rem; color: rgba(255,255,255,.7) !important; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .section { padding: 60px 0; }
  .booking-steps { padding: 18px; overflow-x: auto; }
  .booking-body  { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-services { grid-template-columns: 1fr 1fr; }
  .hours-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}
@media (max-width: 480px) {
  .hours-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-services { grid-template-columns: 1fr; }
  .about-stats { gap: 20px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .step-line { display: none; }
}
