/* ===== Muler Auto Repair — Yosis Design ===== */
:root {
  --red: #d4202c;
  --red-dark: #a8161f;
  --navy: #0f1b2d;
  --navy-2: #1a2942;
  --slate: #4a5a72;
  --silver: #e6ebf2;
  --bg: #f5f7fa;
  --white: #ffffff;
  --text: #1a2233;
  --muted: #6b7689;
  --gold: #f5b301;
  --green: #1e9e57;
  --shadow-sm: 0 2px 8px rgba(15,27,45,0.06);
  --shadow: 0 8px 24px rgba(15,27,45,0.10);
  --shadow-lg: 0 20px 50px rgba(15,27,45,0.18);
  --radius: 10px;
  --radius-lg: 18px;
  --container: 1240px;
  --header-h: 92px;
  --font-heading: 'Oswald', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--red); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ===== Top Bar ===== */
.topbar {
  background: var(--navy);
  color: #cdd5e0;
  font-size: 13px;
  padding: 8px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-info span { display: inline-flex; align-items: center; gap: 6px; }
.topbar-info svg { width: 14px; height: 14px; fill: var(--red); }
.topbar-social a { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.06); margin-left: 6px; transition: all .2s; }
.topbar-social a:hover { background: var(--red); }
.topbar-social svg { width: 13px; height: 13px; fill: #fff; }

/* ===== Header ===== */
.header {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 62px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong { font-family: var(--font-heading); font-size: 22px; letter-spacing: 1px; color: var(--navy); }
.logo-text small { font-size: 11px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 16px;
  color: var(--navy);
  border-radius: 6px;
  position: relative;
}
.nav a:hover, .nav a.active { color: var(--red); }
.nav a.active::after {
  content: ''; position: absolute; left: 16px; right: 16px; bottom: 2px; height: 2px; background: var(--red);
}

.header-cta {
  background: var(--red);
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 8px;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 14px rgba(212,32,44,0.35);
  transition: all .2s !important;
}
.header-cta:hover { background: var(--red-dark); color: #fff !important; transform: translateY(-1px); }
.header-cta svg { width: 16px; height: 16px; fill: #fff; }

.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: all .3s; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px;
  padding: 14px 28px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(212,32,44,0.35); }
.btn-primary:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(212,32,44,0.45); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); color: #fff; }
.btn-lg { padding: 16px 34px; font-size: 16px; }

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h) - 40px);
  background: linear-gradient(135deg, rgba(15,27,45,0.92) 0%, rgba(15,27,45,0.7) 50%, rgba(168,22,31,0.55) 100%), url('../images/shop-interior.jpg') center/cover no-repeat;
  color: #fff;
  display: flex; align-items: center;
  padding: 80px 0;
  overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; right: -120px; bottom: -120px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(212,32,44,0.35) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(212,32,44,0.15); border: 1px solid rgba(212,32,44,0.4);
  padding: 8px 16px; border-radius: 50px;
  font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: #ffb3b8;
  margin-bottom: 24px;
}
.hero-eyebrow::before { content:'★'; color: var(--gold); }
.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: 1px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.hero h1 .accent { color: var(--red); display: inline-block; position: relative; }
.hero h1 .accent::after { content:''; position:absolute; left:0; right:0; bottom:-6px; height:5px; background: var(--red); border-radius:3px; }
.hero p.lead { font-size: 18px; color: #d6dde9; max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 30px; margin-top: 50px; flex-wrap: wrap; }
.hero-badges .b { display: flex; align-items: center; gap: 12px; }
.hero-badges .b strong { display: block; font-size: 26px; font-family: var(--font-heading); color: #fff; line-height: 1; }
.hero-badges .b small { font-size: 12px; color: #b6c0d3; text-transform: uppercase; letter-spacing: 1px; }
.hero-badges .icon { width:48px; height:48px; border-radius:50%; background: rgba(255,255,255,0.08); display: grid; place-items:center; }
.hero-badges .icon svg { width: 24px; height: 24px; fill: var(--red); }

/* Quick booking card */
.quick-book {
  background: #fff;
  color: var(--text);
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.quick-book::before {
  content:''; position: absolute; top:-12px; left: 32px;
  background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px;
  padding: 6px 14px; border-radius: 4px; text-transform: uppercase;
}
.quick-book h3 { font-family: var(--font-heading); font-size: 26px; margin-bottom: 6px; color: var(--navy); }
.quick-book p { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12px; font-weight: 600; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; font-family: inherit; font-size: 14px;
  border: 1px solid var(--silver); border-radius: 8px; background: #fafbfd; transition: all .2s; color: var(--text);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(212,32,44,0.12);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-book button { width: 100%; margin-top: 8px; }

/* ===== Sections ===== */
section { padding: 90px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.section-eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px; position: relative; padding: 0 32px;
}
.section-eyebrow::before, .section-eyebrow::after {
  content:''; position: absolute; top: 50%; width: 22px; height: 2px; background: var(--red);
}
.section-eyebrow::before { left: 0; }
.section-eyebrow::after { right: 0; }
.section-head h2 {
  font-family: var(--font-heading); font-size: clamp(30px, 4vw, 46px); line-height: 1.15;
  letter-spacing: 0.5px; color: var(--navy); text-transform: uppercase;
}
.section-head p { color: var(--muted); margin-top: 14px; font-size: 17px; }

/* ===== Services grid ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--silver);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .3s;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card .img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}
.service-card .img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.service-card:hover .img-wrap img { transform: scale(1.08); }
.service-card .img-wrap::after {
  content:''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,27,45,0.6) 100%);
}
.service-card .icon-badge {
  position: absolute; top: 18px; left: 18px;
  width: 50px; height: 50px; background: var(--red); border-radius: 12px;
  display: grid; place-items: center;
}
.service-card .icon-badge svg { width: 24px; height: 24px; fill: #fff; }
.service-card .content { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { font-family: var(--font-heading); font-size: 22px; color: var(--navy); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.service-card p { color: var(--muted); font-size: 15px; margin-bottom: 18px; flex: 1; }
.service-card .more {
  color: var(--red); font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
}
.service-card .more svg { width: 14px; height: 14px; fill: var(--red); transition: transform .2s; }
.service-card:hover .more svg { transform: translateX(4px); }

/* ===== Why Choose Us ===== */
.why {
  background: var(--bg);
  background-image: radial-gradient(circle at 10% 90%, rgba(212,32,44,0.06) 0%, transparent 40%);
}
.why-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.why-img { position: relative; }
.why-img img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.why-img .floating {
  position: absolute; bottom: -30px; right: -20px;
  background: var(--red); color: #fff; padding: 24px 28px; border-radius: 14px;
  box-shadow: 0 18px 40px rgba(212,32,44,0.4);
  display: flex; align-items: center; gap: 16px;
}
.why-img .floating strong { font-family: var(--font-heading); font-size: 38px; line-height: 1; display: block; }
.why-img .floating span { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; }
.why-list { display: grid; gap: 20px; margin-top: 30px; }
.why-item { display: flex; gap: 18px; }
.why-item .icon {
  flex: 0 0 56px; height: 56px; border-radius: 12px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  display: grid; place-items: center; box-shadow: 0 6px 16px rgba(212,32,44,0.3);
}
.why-item .icon svg { width: 28px; height: 28px; fill: #fff; }
.why-item h4 { font-family: var(--font-heading); font-size: 20px; color: var(--navy); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.why-item p { color: var(--muted); font-size: 15px; }
.why .section-head { text-align: left; margin: 0 0 12px; }
.why .section-eyebrow::before { display: none; }
.why .section-eyebrow { padding-left: 0; }

/* ===== Stats ===== */
.stats {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  background-image:
    linear-gradient(135deg, rgba(15,27,45,0.96) 0%, rgba(26,41,66,0.96) 100%),
    url('../images/shop-photo.jpeg');
  background-size: cover; background-position: center;
  color: #fff;
  padding: 70px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat strong { font-family: var(--font-heading); font-size: 56px; color: var(--red); line-height: 1; display: block; }
.stat span { display: block; margin-top: 8px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: #b6c0d3; }
.stat .plus { color: var(--red); }

/* ===== Brands ===== */
.brands { background: #fff; padding: 70px 0; border-top: 1px solid var(--silver); border-bottom: 1px solid var(--silver); }
.brands-head { text-align: center; margin-bottom: 36px; }
.brands-head h3 { font-family: var(--font-heading); font-size: 22px; text-transform: uppercase; letter-spacing: 2px; color: var(--navy); }
.brands-head p { color: var(--muted); font-size: 14px; margin-top: 6px; }
.brand-row { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 28px; }
.brand-row img { height: 70px; width: auto; opacity: 0.72; filter: grayscale(40%); transition: all .25s; }
.brand-row img:hover { opacity: 1; filter: none; transform: scale(1.05); }

/* ===== Process ===== */
.process { background: var(--bg); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 20px; position: relative; }
.process-step {
  background: #fff; padding: 32px 24px; border-radius: var(--radius-lg);
  text-align: center; position: relative; box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--red);
}
.process-step .num {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--red); color: #fff; font-family: var(--font-heading); font-size: 20px;
  display: grid; place-items: center; box-shadow: 0 4px 12px rgba(212,32,44,0.4);
}
.process-step .icon { width: 60px; height: 60px; margin: 14px auto 18px; }
.process-step .icon svg { width: 100%; height: 100%; fill: var(--navy); }
.process-step h4 { font-family: var(--font-heading); font-size: 18px; color: var(--navy); margin-bottom: 8px; text-transform: uppercase; }
.process-step p { color: var(--muted); font-size: 14px; }

/* ===== Testimonials ===== */
.testimonials { background: #fff; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--bg); padding: 32px; border-radius: var(--radius-lg);
  border-left: 4px solid var(--red); position: relative;
}
.testi-card .stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-card p { color: var(--text); font-size: 15px; font-style: italic; margin-bottom: 22px; }
.testi-card .who { display: flex; align-items: center; gap: 14px; }
.testi-card .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--font-heading); font-size: 20px; }
.testi-card .who strong { display: block; font-size: 15px; color: var(--navy); }
.testi-card .who span { font-size: 13px; color: var(--muted); }
.testi-card::before {
  content: '“'; position: absolute; top: 10px; right: 24px; font-size: 90px;
  color: var(--red); opacity: 0.15; line-height: 1; font-family: serif;
}

/* ===== CTA Banner ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content:''; position: absolute; right: -100px; top: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.cta-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; }
.cta-banner h2 { font-family: var(--font-heading); font-size: 36px; text-transform: uppercase; letter-spacing: 1px; }
.cta-banner p { opacity: 0.95; margin-top: 6px; font-size: 16px; }
.cta-banner .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--red); }
.btn-white:hover { background: var(--navy); color: #fff; }

/* ===== Page Hero (inner pages) ===== */
.page-hero {
  background: linear-gradient(135deg, rgba(15,27,45,0.92), rgba(15,27,45,0.85)), url('../images/shop-photo.jpeg') center/cover no-repeat;
  color: #fff;
  padding: 100px 0 90px;
  text-align: center;
}
.page-hero h1 { font-family: var(--font-heading); font-size: clamp(38px, 5vw, 58px); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.page-hero .crumbs { color: #b6c0d3; font-size: 14px; }
.page-hero .crumbs a:hover { color: var(--red); }
.page-hero .crumbs span { margin: 0 8px; }

/* ===== About ===== */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-intro img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about-intro h2 { font-family: var(--font-heading); font-size: 38px; color: var(--navy); margin-bottom: 18px; text-transform: uppercase; }
.about-intro p { color: var(--muted); font-size: 16px; margin-bottom: 16px; }
.about-intro .sig { display: flex; align-items: center; gap: 18px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--silver); }
.about-intro .sig strong { font-family: var(--font-heading); color: var(--navy); font-size: 18px; }
.about-intro .sig span { color: var(--muted); font-size: 13px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: #fff; padding: 32px; border-radius: var(--radius-lg); border: 1px solid var(--silver); transition: all .3s; }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.value-card .icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(135deg, var(--red), var(--red-dark)); display: grid; place-items: center; margin-bottom: 18px; }
.value-card .icon svg { width: 30px; height: 30px; fill: #fff; }
.value-card h4 { font-family: var(--font-heading); font-size: 20px; color: var(--navy); margin-bottom: 10px; text-transform: uppercase; }
.value-card p { color: var(--muted); font-size: 15px; }

/* ===== Certifications ===== */
.certs { background: var(--bg); }
.certs-row { display: flex; gap: 50px; justify-content: center; flex-wrap: wrap; align-items: center; }
.certs-row img { height: 180px; width: auto; transition: transform .25s; filter: drop-shadow(0 10px 24px rgba(15,27,45,0.18)); }
.certs-row img:hover { transform: scale(1.06) rotate(-2deg); }

/* ===== Services detail ===== */
.services-detail { background: var(--bg); }
.svc-detail-grid { display: grid; gap: 36px; }
.svc-detail {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1.4fr; box-shadow: var(--shadow-sm);
}
.svc-detail:nth-child(even) { grid-template-columns: 1.4fr 1fr; }
.svc-detail:nth-child(even) .img { order: 2; }
.svc-detail .img { min-height: 320px; background-size: cover; background-position: center; }
.svc-detail .body { padding: 40px; }
.svc-detail h3 { font-family: var(--font-heading); font-size: 28px; color: var(--navy); text-transform: uppercase; margin-bottom: 14px; }
.svc-detail p { color: var(--muted); margin-bottom: 18px; }
.svc-detail ul { list-style: none; display: grid; gap: 8px; margin-bottom: 20px; }
.svc-detail ul li { padding-left: 26px; position: relative; color: var(--text); font-size: 15px; }
.svc-detail ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: var(--red); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; }

/* ===== Brands page ===== */
.brand-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.brand-card {
  background: #fff; padding: 36px 28px; border-radius: var(--radius-lg);
  border: 1px solid var(--silver); text-align: center; transition: all .3s;
}
.brand-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.brand-card img { height: 90px; width: auto; margin: 0 auto 20px; }
.brand-card h3 { font-family: var(--font-heading); font-size: 24px; color: var(--navy); text-transform: uppercase; margin-bottom: 10px; }
.brand-card p { color: var(--muted); font-size: 15px; margin-bottom: 18px; }
.brand-card .tag { display: inline-block; background: var(--bg); color: var(--red); padding: 4px 12px; border-radius: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

/* ===== Contact page ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; }
.contact-info-card { background: var(--navy); color: #fff; padding: 40px; border-radius: var(--radius-lg); }
.contact-info-card h3 { font-family: var(--font-heading); font-size: 24px; margin-bottom: 22px; text-transform: uppercase; letter-spacing: 1px; }
.contact-info-card .row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.contact-info-card .row:last-child { border-bottom: 0; }
.contact-info-card .icon { flex: 0 0 44px; height: 44px; border-radius: 10px; background: var(--red); display: grid; place-items: center; }
.contact-info-card .icon svg { width: 20px; height: 20px; fill: #fff; }
.contact-info-card .row strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #b6c0d3; margin-bottom: 4px; }
.contact-info-card .row p, .contact-info-card .row a { color: #fff; font-size: 15px; }

.contact-form { background: #fff; padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-form h3 { font-family: var(--font-heading); font-size: 26px; color: var(--navy); margin-bottom: 8px; text-transform: uppercase; }
.contact-form p.note { color: var(--muted); margin-bottom: 22px; font-size: 14px; }

.map-wrap { margin-top: 0; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow); }

/* ===== Appointment / Booking specific ===== */
.booking-steps { display: flex; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.booking-steps .step { flex: 1; min-width: 160px; padding: 14px 16px; border-radius: 10px; background: var(--bg); border: 2px solid transparent; font-weight: 600; font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 10px; }
.booking-steps .step.active { background: #fff; border-color: var(--red); color: var(--navy); }
.booking-steps .step .n { width: 26px; height: 26px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; }

/* ===== FAQ ===== */
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--silver); border-radius: 12px; overflow: hidden; transition: all .2s; }
.faq-item:hover { border-color: #d0d8e2; }
.faq-q { padding: 20px 26px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; user-select: none; font-size: 16px; }
.faq-q::after { content: '+'; font-size: 26px; color: var(--red); font-weight: 300; transition: transform .25s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 26px; color: var(--muted); font-size: 15px; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 26px 22px; }

/* ===== Pricing table ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.price-card { background: #fff; border: 1px solid var(--silver); border-radius: var(--radius-lg); padding: 36px 30px; text-align: center; transition: all .3s; position: relative; }
.price-card.featured { border-color: var(--red); transform: scale(1.04); box-shadow: var(--shadow-lg); }
.price-card.featured::before { content: 'Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; padding: 6px 18px; border-radius: 50px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.price-card h4 { font-family: var(--font-heading); font-size: 22px; color: var(--navy); text-transform: uppercase; margin-bottom: 8px; }
.price-card .price { font-family: var(--font-heading); font-size: 48px; color: var(--red); margin: 14px 0; line-height: 1; }
.price-card .price small { font-size: 16px; color: var(--muted); font-family: var(--font-body); }
.price-card ul { list-style: none; text-align: left; margin: 22px 0; display: grid; gap: 10px; }
.price-card ul li { padding-left: 24px; position: relative; color: var(--text); font-size: 14px; }
.price-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.price-card ul li.no::before { content: '✕'; color: #c4ccdb; }
.price-card ul li.no { color: var(--muted); }

/* ===== Warranty/Guarantees ===== */
.guarantees-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.guarantee-card { background: #fff; padding: 36px; border-radius: var(--radius-lg); border: 1px solid var(--silver); display: flex; gap: 22px; }
.guarantee-card .icon { flex: 0 0 70px; height: 70px; border-radius: 14px; background: linear-gradient(135deg, var(--red), var(--red-dark)); display: grid; place-items: center; }
.guarantee-card .icon svg { width: 34px; height: 34px; fill: #fff; }
.guarantee-card h4 { font-family: var(--font-heading); font-size: 22px; color: var(--navy); margin-bottom: 8px; text-transform: uppercase; }
.guarantee-card p { color: var(--muted); font-size: 15px; }

/* ===== Footer ===== */
.footer {
  background: #0a1320;
  color: #b6c0d3;
  padding: 70px 0 0;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer h5 { font-family: var(--font-heading); font-size: 18px; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 22px; position: relative; padding-bottom: 14px; }
.footer h5::after { content:''; position: absolute; bottom: 0; left: 0; width: 36px; height: 2px; background: var(--red); }
.footer .col p { font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
.footer .col ul { list-style: none; display: grid; gap: 10px; }
.footer .col ul a { font-size: 14px; color: #b6c0d3; }
.footer .col ul a:hover { color: var(--red); padding-left: 4px; }
.footer .col ul li { display: flex; align-items: center; gap: 8px; }
.footer .col ul li::before { content: '›'; color: var(--red); font-size: 18px; line-height: 1; }
.footer .hours li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed rgba(255,255,255,0.08); font-size: 14px; }
.footer .hours li::before { display: none; }
.footer .hours li span:last-child { color: #fff; font-weight: 600; }
.footer .contact-row { display: flex; gap: 12px; margin-bottom: 14px; font-size: 14px; }
.footer .contact-row svg { width: 18px; height: 18px; fill: var(--red); flex-shrink: 0; margin-top: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 22px 0; font-size: 13px; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: #fff; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-logo img { height: 56px; filter: brightness(1.1); }
.footer-logo strong { color: #fff; font-family: var(--font-heading); font-size: 20px; letter-spacing: 1px; }

/* ===== Emergency banner ===== */
.emergency {
  background: var(--gold);
  color: var(--navy);
  padding: 14px 0;
  font-weight: 600;
}
.emergency .container { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; font-size: 15px; }
.emergency strong { text-transform: uppercase; }
.emergency a { color: var(--navy); text-decoration: underline; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero-grid, .why-grid, .about-intro, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .services-grid, .brand-cards, .values-grid, .testi-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-detail, .svc-detail:nth-child(even) { grid-template-columns: 1fr; }
  .svc-detail:nth-child(even) .img { order: 0; }
  .guarantees-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  section { padding: 60px 0; }
  .topbar-info { font-size: 12px; gap: 14px; }
  .topbar .container { justify-content: center; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px; box-shadow: var(--shadow); align-items: stretch; gap: 0; }
  .nav.open { display: flex; }
  .nav a { padding: 14px; border-bottom: 1px solid var(--silver); }
  .nav a:last-child { border: 0; }
  .menu-toggle { display: block; }
  .header .container { position: relative; }
  .services-grid, .brand-cards, .values-grid, .testi-grid, .pricing-grid, .process-grid, .stats-grid, .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .cta-banner .container, .footer-bottom .container { flex-direction: column; text-align: center; }
  .why-img .floating { right: 10px; bottom: -20px; padding: 16px 20px; }
  .why-img .floating strong { font-size: 30px; }
  .hero { padding: 50px 0; min-height: auto; }
  .price-card.featured { transform: none; }
}

/* fade-up animation */
.fade-up { opacity: 0; transform: translateY(24px); transition: all .7s ease; }
.fade-up.in { opacity: 1; transform: none; }
