/* ==========================================================================
   L&G Cleaning Services — styles.css
   Brand: Blue #0973C0 (primary) · Gold #FFB237 (CTA accent) · cool neutrals
   Fonts: Sora (display) · Manrope (body)
   ========================================================================== */

:root {
  /* Brand */
  --blue: #0973C0;
  --blue-dark: #075C9A;
  --blue-deeper: #064875;
  --gold: #FFB237;
  --gold-dark: #F09E14;

  /* Cool neutrals */
  --ink: #10263C;
  --slate: #4F6579;
  --slate-light: #7C90A3;
  --mist: #F2F7FB;
  --mist-2: #E7F0F8;
  --line: #D9E5EF;
  --white: #ffffff;
  --green: #1B9E5A;

  /* Gradients */
  --grad-hero: linear-gradient(140deg, #064875 0%, #0973C0 55%, #0E8FE3 100%);
  --grad-blue: linear-gradient(135deg, #0973C0 0%, #0E8FE3 100%);
  --grad-gold: linear-gradient(135deg, #FFB237 0%, #F09E14 100%);
  --grad-soft: linear-gradient(180deg, #FFFFFF 0%, #F2F7FB 100%);
  --grad-card: linear-gradient(160deg, #EAF4FC 0%, #F7FBFE 100%);

  /* Type */
  --font-display: 'Sora', 'Segoe UI', sans-serif;
  --font-body: 'Manrope', 'Segoe UI', sans-serif;

  /* Shape & shadow */
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(6, 72, 117, 0.08);
  --shadow-md: 0 10px 30px rgba(6, 72, 117, 0.12);
  --shadow-lg: 0 24px 60px rgba(6, 72, 117, 0.18);

  --wrap: 1180px;
}

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

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

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.18; color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: var(--blue); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

section { padding: 88px 0; }
section.tight { padding: 56px 0; }
.bg-mist { background: var(--mist); }
.bg-grad-soft { background: var(--grad-soft); }

/* Section headers */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue);
  background: var(--mist-2); border-radius: 999px; padding: 7px 16px;
  margin-bottom: 18px;
}
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 14px; }
.section-head p { color: var(--slate); font-size: 17px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  padding: 15px 30px; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-gold { background: var(--grad-gold); color: #3A2A05; box-shadow: 0 8px 24px rgba(240, 158, 20, 0.35); }
.btn-gold:hover { box-shadow: 0 12px 30px rgba(240, 158, 20, 0.45); }
.btn-blue { background: var(--grad-blue); color: var(--white); box-shadow: 0 8px 24px rgba(9, 115, 192, 0.30); }
.btn-blue:hover { box-shadow: 0 12px 30px rgba(9, 115, 192, 0.40); }
.btn-ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.55); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-outline { background: var(--white); color: var(--blue); border: 2px solid var(--blue); }
.btn-outline:hover { background: var(--mist); }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ==========================================================================
   Top bar + Nav
   ========================================================================== */
.topbar {
  background: var(--blue-deeper); color: #CFE6F7; font-size: 13.5px;
  padding: 8px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--gold); font-weight: 700; text-decoration: none; }
.topbar .tb-right { display: flex; gap: 22px; }

header.site-nav {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
header.site-nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 52px; width: auto; }
.brand-text { line-height: 1.1; }
.brand-text .bn { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--ink); display: block; }
.brand-text .bs { font-size: 12px; color: var(--blue); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px;
  position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2.5px; width: 0;
  background: var(--gold); border-radius: 2px; transition: width .22s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-family: var(--font-display); font-weight: 700; color: var(--blue); text-decoration: none; font-size: 15px; white-space: nowrap; }
.nav-burger {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-burger span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s; }

@media (max-width: 940px) {
  .nav-links {
    display: none; position: absolute; top: 78px; left: 0; right: 0;
    background: var(--white); flex-direction: column; align-items: flex-start;
    padding: 18px 24px 24px; gap: 16px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .nav-burger { display: block; }
  .nav-cta .btn { display: none; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  background: var(--grad-hero); color: var(--white); position: relative;
  overflow: hidden; padding: 84px 0 96px;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.hero::before { width: 560px; height: 560px; background: rgba(255,255,255,0.06); top: -220px; right: -140px; }
.hero::after { width: 380px; height: 380px; background: rgba(255,178,55,0.12); bottom: -180px; left: -120px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25); border-radius: 999px; padding: 8px 18px;
  font-size: 13.5px; font-weight: 700; margin-bottom: 22px;
}
.hero h1 { color: var(--white); font-size: clamp(34px, 5vw, 56px); font-weight: 800; margin-bottom: 18px; letter-spacing: -0.5px; }
.hero h1 .hl { color: var(--gold); }
.hero .lede { font-size: 18px; color: #D9ECFA; max-width: 520px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-display); font-size: 26px; display: block; color: var(--gold); }
.hero-stats .stat span { font-size: 13.5px; color: #BBDCF3; }

.hero-visual { position: relative; }
.hero-photo {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3; position: relative;
}
.float-badge {
  position: absolute; background: var(--white); color: var(--ink);
  border-radius: 14px; box-shadow: var(--shadow-md); padding: 12px 18px;
  display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700;
  animation: floaty 5s ease-in-out infinite;
}
.float-badge .fb-ico { font-size: 20px; }
.float-badge small { display: block; font-weight: 600; color: var(--slate); font-size: 12px; }
.fb-1 { top: -18px; left: -22px; }
.fb-2 { bottom: 34px; right: -18px; animation-delay: 1.4s; }
.fb-3 { bottom: -20px; left: 28px; animation-delay: 2.6s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .fb-1 { left: 0; } .fb-2 { right: 0; }
}

/* Real photos in slots */
.hero-photo img, .g-tile img, .about-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Image slots (placeholders until real photos are provided) */
.img-slot {
  width: 100%; height: 100%; min-height: 240px;
  background: var(--grad-card);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; color: var(--slate); text-align: center; padding: 20px;
  border: 2px dashed rgba(9,115,192,0.35);
}
.img-slot .is-ico { font-size: 40px; opacity: .8; }
.img-slot b { font-family: var(--font-display); color: var(--blue-dark); font-size: 14px; }
.img-slot span { font-size: 12.5px; max-width: 260px; }
.hero-photo .img-slot { border: 0; min-height: 100%; }

/* ==========================================================================
   Trust strip
   ========================================================================== */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); padding: 26px 0; }
.trust-strip .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 14.5px; }
.trust-item .ti-ico {
  width: 42px; height: 42px; border-radius: 12px; background: var(--mist-2);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}

/* ==========================================================================
   Services
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; position: relative; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.svc-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: var(--grad-blue); transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-ico {
  width: 58px; height: 58px; border-radius: 16px; background: var(--grad-card);
  display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px;
}
.svc-card h3 { font-size: 20px; margin-bottom: 10px; }
.svc-card p { color: var(--slate); font-size: 15px; margin-bottom: 16px; }
.svc-price {
  display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--blue-dark); background: var(--mist-2); border-radius: 999px; padding: 6px 14px;
  margin-bottom: 14px;
}
.svc-link { font-weight: 800; font-size: 14.5px; text-decoration: none; color: var(--blue); }
.svc-link:hover { text-decoration: underline; }
@media (max-width: 940px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   How it works
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step {
  background: var(--white); border-radius: var(--radius); padding: 30px 24px;
  border: 1px solid var(--line); position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.step .num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--grad-gold);
  color: #3A2A05; font-family: var(--font-display); font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.step h3 { font-size: 17px; margin-bottom: 8px; }
.step p { color: var(--slate); font-size: 14.5px; }
@media (max-width: 940px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ==========================================================================
   Quote estimator
   ========================================================================== */
.estimator {
  background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  border: 1px solid var(--line); overflow: hidden;
  display: grid; grid-template-columns: 1.15fr 0.85fr;
}
.est-form { padding: 40px; }
.est-q { margin-bottom: 26px; }
.est-q label.q { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; margin-bottom: 12px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  border: 1.5px solid var(--line); background: var(--white); border-radius: 999px;
  padding: 10px 18px; font-family: var(--font-body); font-weight: 700; font-size: 14px;
  color: var(--slate); cursor: pointer; transition: all .16s ease;
}
.chip:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }
.chip.active { background: var(--blue); border-color: var(--blue); color: var(--white); box-shadow: 0 6px 16px rgba(9,115,192,.3); }
.est-result {
  background: var(--grad-hero); color: var(--white); padding: 40px;
  display: flex; flex-direction: column; justify-content: center; gap: 6px; position: relative; overflow: hidden;
}
.est-result::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.07); top: -120px; right: -100px; }
.est-result .er-label { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: #BBDCF3; }
.est-result .er-price {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 4vw, 46px);
  color: var(--gold); min-height: 60px;
}
.est-result .er-price .cursor { display: inline-block; width: 3px; height: 0.9em; background: var(--gold); margin-left: 3px; vertical-align: -2px; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
.est-result .er-note { font-size: 13.5px; color: #D9ECFA; margin-bottom: 18px; }
.est-result .er-freq { color: var(--gold); font-weight: 700; font-size: 14px; min-height: 22px; margin-bottom: 4px; }
@media (max-width: 880px) { .estimator { grid-template-columns: 1fr; } .est-form, .est-result { padding: 30px 24px; } }

/* ==========================================================================
   Pricing (free-estimate model)
   ========================================================================== */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px 30px; text-align: center; display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card.featured { border: 2px solid var(--gold); position: relative; box-shadow: var(--shadow-md); }
.price-card.featured .pc-flag {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  background: var(--grad-gold); color: #3A2A05; font-family: var(--font-display);
  font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 999px; white-space: nowrap;
}
.price-card .pc-ico { font-size: 40px; margin-bottom: 14px; }
.price-card h3 { font-size: 21px; margin-bottom: 6px; }
.price-card .pc-tag { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--blue); margin-bottom: 14px; }
.price-card p { color: var(--slate); font-size: 15px; margin-bottom: 22px; flex: 1; }
@media (max-width: 880px) { .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* ==========================================================================
   About Luis
   ========================================================================== */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.about-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/5; max-width: 420px; }
.about-copy h2 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 16px; }
.about-copy p { color: var(--slate); margin-bottom: 16px; font-size: 16.5px; }
.about-points { list-style: none; margin: 22px 0 30px; display: grid; gap: 12px; }
.about-points li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; font-size: 15.5px; }
.about-points .pt { color: var(--green); font-weight: 800; }
@media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; } .about-photo { max-width: 100%; aspect-ratio: 4/3; } }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g-tile {
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
}
.g-tile:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow-md); }
@media (max-width: 880px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.testi:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.testi .stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.testi p { color: var(--slate); font-size: 15px; flex: 1; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--grad-blue); color: var(--white);
  font-family: var(--font-display); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.testi .who b { font-family: var(--font-display); font-size: 14.5px; display: block; }
.testi .who span { font-size: 12.5px; color: var(--slate-light); }
.review-cta { margin-top: 40px; text-align: center; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 880px) { .testi-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

/* ==========================================================================
   Booking wizard
   ========================================================================== */
.booking-shell {
  display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 28px; align-items: start;
}
.bk-form {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 36px;
}
.bk-progress { display: flex; gap: 8px; margin-bottom: 30px; }
.bk-progress .seg { flex: 1; height: 6px; border-radius: 3px; background: var(--mist-2); overflow: hidden; position: relative; }
.bk-progress .seg::after {
  content: ""; position: absolute; inset: 0; background: var(--grad-blue);
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.bk-progress .seg.done::after { transform: scaleX(1); }
.bk-steps-label { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 700; color: var(--slate-light); margin-bottom: 26px; font-family: var(--font-display); }
.bk-steps-label .on { color: var(--blue); }
.bk-step { display: none; }
.bk-step.active { display: block; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.bk-step h3 { font-size: 21px; margin-bottom: 20px; }
.bk-field { margin-bottom: 22px; }
.bk-field > label { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; margin-bottom: 10px; }
.opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.opt-card {
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px;
  cursor: pointer; display: flex; gap: 12px; align-items: center; background: var(--white);
  transition: all .16s ease; font-weight: 700; font-size: 14.5px; text-align: left; width: 100%;
  font-family: var(--font-body); color: var(--ink);
}
.opt-card:hover { border-color: var(--blue); transform: translateY(-1px); }
.opt-card.active { border-color: var(--blue); background: var(--mist-2); box-shadow: 0 0 0 1px var(--blue); }
.opt-card .oc-ico { font-size: 22px; }
.opt-card small { display: block; font-weight: 600; color: var(--slate); font-size: 12px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select, textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 16px; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  background: var(--white); transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,115,192,0.14); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bk-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }
.addon-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label.addon {
  display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); padding: 13px 15px; cursor: pointer; font-weight: 700; font-size: 14px;
  transition: all .16s ease;
}
label.addon:hover { border-color: var(--blue); }
label.addon.checked { border-color: var(--blue); background: var(--mist-2); }
label.addon input { accent-color: var(--blue); width: 17px; height: 17px; }
.time-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* Summary sidebar */
.bk-summary {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); overflow: hidden; position: sticky; top: 100px;
}
.bk-summary .bs-head { background: var(--grad-blue); color: var(--white); padding: 20px 24px; }
.bk-summary .bs-head h4 { color: var(--white); font-size: 17px; }
.bk-summary .bs-body { padding: 22px 24px; }
.bs-line { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.bs-line .k { color: var(--slate); font-weight: 600; }
.bs-line .v { font-weight: 800; text-align: right; }
.bs-line.discount .v, .bs-line.discount .k { color: var(--green); }
.bs-total { padding: 18px 0 6px; }
.bs-total .tl { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--slate-light); }
.bs-total .amount { font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--blue); transition: transform .15s ease; }
.bs-total .amount.bump { animation: bump .3s ease; }
@keyframes bump { 40% { transform: scale(1.06); } }
.bs-total small { color: var(--slate); font-size: 12.5px; display: block; margin-top: 4px; }
.bs-guarantee {
  margin-top: 16px; background: var(--mist); border-radius: var(--radius-sm);
  padding: 12px 14px; font-size: 12.5px; color: var(--slate); display: flex; gap: 10px; align-items: flex-start;
}
@media (max-width: 940px) {
  .booking-shell { grid-template-columns: 1fr; }
  .bk-summary { position: static; order: 2; }
  .bk-form { padding: 26px 20px; }
  .opt-grid, .addon-row, .two-col { grid-template-columns: 1fr; }
}

/* Booking confirmation */
.bk-confirm { text-align: center; padding: 30px 10px; }
.bk-confirm .big { font-size: 56px; margin-bottom: 10px; }
.bk-confirm h3 { margin-bottom: 12px; }
.bk-confirm p { color: var(--slate); max-width: 460px; margin: 0 auto 20px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
  padding: 20px 24px; font-family: var(--font-display); font-weight: 700; font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .fx { color: var(--blue); font-size: 20px; transition: transform .25s ease; flex-shrink: 0; }
.faq-item[open] summary .fx { transform: rotate(45deg); }
.faq-item .fa { padding: 0 24px 22px; color: var(--slate); font-size: 15px; }

/* ==========================================================================
   Areas we serve
   ========================================================================== */
.areas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.area-card {
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 16px; text-align: center; text-decoration: none; color: var(--ink);
  font-family: var(--font-display); font-weight: 700; font-size: 14.5px;
  transition: all .18s ease;
}
.area-card small { display: block; font-family: var(--font-body); font-weight: 600; color: var(--slate-light); font-size: 12px; margin-top: 3px; }
.area-card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-sm); color: var(--blue); }
.area-card.current { background: var(--grad-blue); color: var(--white); border-color: var(--blue); }
.area-card.current small { color: #CFE6F7; }
@media (max-width: 940px) { .areas-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .areas-grid { grid-template-columns: 1fr 1fr; } }

/* ==========================================================================
   City page extras
   ========================================================================== */
.city-hero .lede { max-width: 560px; }
.nb-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 30px; }
.nb-chip {
  background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.3);
  color: var(--white); border-radius: 999px; padding: 7px 16px; font-size: 13.5px; font-weight: 700;
}
.local-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ls-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; text-align: center;
}
.ls-card b { font-family: var(--font-display); font-size: 30px; color: var(--blue); display: block; margin-bottom: 4px; }
.ls-card span { color: var(--slate); font-size: 14px; font-weight: 600; }
@media (max-width: 880px) { .local-stats { grid-template-columns: 1fr 1fr; } }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { background: var(--grad-hero); color: var(--white); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(255,178,55,0.12); top: -200px; right: -120px; }
.cta-band .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.cta-band h2 { color: var(--white); font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }
.cta-band p { color: #D9ECFA; margin-bottom: 26px; font-size: 17px; }
.contact-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-lg); }
.contact-card h3 { margin-bottom: 18px; font-size: 19px; }
.contact-card .bk-field { margin-bottom: 14px; }
@media (max-width: 880px) { .cta-band .wrap { grid-template-columns: 1fr; } }

/* ==========================================================================
   Footer
   ========================================================================== */
footer.site-footer { background: #0A2238; color: #A9C6DC; padding: 64px 0 0; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; }
.foot-grid h4 { color: var(--white); font-size: 15px; margin-bottom: 16px; }
.foot-grid ul { list-style: none; display: grid; gap: 10px; }
.foot-grid a { color: #A9C6DC; text-decoration: none; }
.foot-grid a:hover { color: var(--gold); }
.foot-brand img { height: 54px; margin-bottom: 14px; background: var(--white); border-radius: 10px; padding: 6px; }
.foot-brand p { max-width: 280px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; }
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Chat widget
   ========================================================================== */
.chat-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 950;
  width: 62px; height: 62px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--grad-blue); color: var(--white); font-size: 26px;
  box-shadow: 0 12px 30px rgba(9,115,192,0.4);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease;
}
.chat-fab:hover { transform: scale(1.07); }
.chat-fab .cf-dot {
  position: absolute; top: 4px; right: 4px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); border: 2.5px solid var(--white);
}
.chat-panel {
  position: fixed; right: 22px; bottom: 96px; z-index: 950;
  width: min(370px, calc(100vw - 32px)); height: 480px; max-height: calc(100vh - 130px);
  background: var(--white); border-radius: 20px; box-shadow: var(--shadow-lg);
  display: none; flex-direction: column; overflow: hidden; border: 1px solid var(--line);
}
.chat-panel.open { display: flex; animation: fadeUp .28s ease; }
.chat-head { background: var(--grad-blue); color: var(--white); padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.chat-head .ch-ava { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-size: 19px; }
.chat-head b { font-family: var(--font-display); font-size: 15px; display: block; }
.chat-head small { font-size: 12px; color: #CFE6F7; }
.chat-body { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 10px; background: var(--mist); }
.msg { max-width: 82%; padding: 11px 15px; border-radius: 16px; font-size: 14px; line-height: 1.5; }
.msg.bot { background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 6px; align-self: flex-start; }
.msg.user { background: var(--blue); color: var(--white); border-bottom-right-radius: 6px; align-self: flex-end; }
.msg.typing span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--slate-light); margin: 0 2px; animation: tdots 1.1s infinite; }
.msg.typing span:nth-child(2) { animation-delay: .18s; } .msg.typing span:nth-child(3) { animation-delay: .36s; }
@keyframes tdots { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-5px); } }
.chat-chips { padding: 10px 14px; display: flex; flex-wrap: wrap; gap: 8px; background: var(--white); border-top: 1px solid var(--line); }
.chat-chips button {
  border: 1.5px solid var(--line); background: var(--white); color: var(--blue);
  font-weight: 700; font-size: 12.5px; border-radius: 999px; padding: 7px 13px; cursor: pointer;
  font-family: var(--font-body); transition: all .15s ease;
}
.chat-chips button:hover { background: var(--mist-2); border-color: var(--blue); }

/* ==========================================================================
   Reveal-on-scroll
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .float-badge { animation: none; }
}
