/* =========================================================
   Albert Miles Removals — Main Stylesheet
   Brand: Red #E52328 · White · Dark Charcoal #2D2D2D · Light Grey #F5F5F5
   ========================================================= */

:root {
  --red: #E52328;
  --red-dark: #C41E23;
  --red-darker: #A0181D;
  --red-tint: #FDEBEC;
  --charcoal: #2D2D2D;
  --charcoal-800: #222222;
  --charcoal-700: #3A3A3A;
  --grey-light: #F5F5F5;
  --grey-border: #E6E6E6;
  --text: #404040;
  --text-muted: #6B6B6B;
  --white: #FFFFFF;
  --shadow-sm: 0 2px 8px rgba(45, 45, 45, 0.08);
  --shadow-md: 0 8px 24px rgba(45, 45, 45, 0.12);
  --shadow-lg: 0 16px 48px rgba(45, 45, 45, 0.18);
  --radius: 12px;
  --radius-sm: 8px;
  --max: 1200px;
  --font: 'Archivo', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  font-size: 16.5px;
  font-weight: 400;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
ul, ol { padding-left: 1.4rem; }
p + p { margin-top: 1rem; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: var(--charcoal);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
h4 { font-size: 1.1rem; }

.section { padding: 4.5rem 0; }
.section-grey { background: var(--grey-light); }
.section-charcoal { background: var(--charcoal); color: #E9E9E9; }

.section-head { max-width: 720px; margin: 0 auto 2.75rem; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--text-muted); margin-top: 0.75rem; }

.kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.75rem;
}

.section-charcoal h1, .section-charcoal h2, .section-charcoal h3 { color: var(--white); }

.text-center { text-align: center; }
.muted { color: var(--text-muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.3;
}

.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-charcoal { background: var(--charcoal); color: var(--white); }
.btn-charcoal:hover { background: var(--charcoal-800); color: var(--white); transform: translateY(-2px); }

.btn-white { background: var(--white); color: var(--charcoal); }
.btn-white:hover { background: var(--grey-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-outline { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn-outline:hover { background: var(--charcoal); color: var(--white); }

.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: var(--white); color: var(--charcoal); border-color: var(--white); }

.btn-lg { padding: 1.05rem 2.2rem; font-size: 1.1rem; }
.btn-block { display: block; width: 100%; justify-content: center; }

.btn .icon { font-size: 1.15em; line-height: 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--grey-border);
  box-shadow: var(--shadow-sm);
}

.header-top {
  background: var(--charcoal);
  color: #E9E9E9;
  font-size: 0.82rem;
  padding: 0.4rem 0;
}

.header-top .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.header-top a { color: #E9E9E9; }
.header-top a:hover { color: var(--white); }
.header-top .ht-links { display: flex; gap: 1.4rem; align-items: center; }
.header-top .ht-links i, .header-top .ht-links svg { color: var(--red); margin-right: 0.35rem; }
.header-top .ht-social { display: flex; gap: 0.9rem; }

.header-main { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; }

.logo { display: flex; align-items: center; gap: 0.65rem; }
.logo img { width: 52px; height: auto; }
.logo-text { line-height: 1.05; }
.logo-text strong { display: block; font-size: 1.25rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.01em; }
.logo-text strong em { font-style: normal; color: var(--red); }
.site-header .logo img { width: 150px; }
.site-header .logo-text strong { font-size: 1.9rem; }

.main-nav ul { list-style: none; display: flex; align-items: center; gap: 0.35rem; padding: 0; }
.main-nav a { color: var(--charcoal); font-weight: 600; font-size: 0.95rem; padding: 0.55rem 0.85rem; border-radius: var(--radius-sm); display: inline-flex; align-items: center; gap: 0.3rem; }
.main-nav a:hover { color: var(--red); background: var(--red-tint); }

.main-nav .has-children { position: relative; }
.main-nav .has-children > a::after { content: '▾'; font-size: 0.7em; margin-left: 0.2rem; color: var(--text-muted); }
.main-nav .has-children:hover > a::after { color: var(--red); }

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: var(--white);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  padding: 0.5rem;
  z-index: 100;
}
.has-children:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li { display: block; }
.dropdown a { display: block; width: 100%; padding: 0.5rem 0.8rem; font-size: 0.9rem; border-radius: 6px; color: var(--text); }
.dropdown a:hover { color: var(--red); background: var(--grey-light); }

.dropdown-wide { min-width: 380px; display: grid; grid-template-columns: 1fr 1fr; gap: 0.1rem 0.75rem; }
.has-children:hover .dropdown-wide { display: grid; }

.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-phone { text-align: right; line-height: 1.2; }
.header-phone span { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; display: block; }
.header-phone a { font-size: 1.15rem; font-weight: 800; color: var(--charcoal); }
.header-phone a:hover { color: var(--red); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--charcoal); border-radius: 3px; transition: all 0.25s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--charcoal-800);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-bg .hero-fallback { display: none; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20,20,20,0.88) 0%, rgba(20,20,20,0.55) 55%, rgba(20,20,20,0.3) 100%); }
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 680px; padding: 5rem 0; }
.hero-content h1 { color: var(--white); font-size: clamp(2.3rem, 6vw, 4rem); font-weight: 800; }
.hero-content h1 em { font-style: normal; color: var(--red); }
.hero-content p { font-size: 1.2rem; color: #E5E5E5; margin: 1.25rem 0 1.9rem; max-width: 560px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 1.6rem; flex-wrap: wrap; margin-top: 2.4rem; font-size: 0.95rem; color: #E5E5E5; }
.hero-badges strong { display: block; font-size: 1.05rem; color: var(--white); }

.hero-short { min-height: 44vh; }
.hero-short .hero-content { padding: 3.5rem 0; }
.hero-short .hero-content h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.hero-short .hero-content p { font-size: 1.05rem; margin: 0.9rem 0 0; max-width: 640px; }

/* ---------- Trust Bar ---------- */
.trust-bar { background: var(--red); color: var(--white); }
.trust-bar .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; padding: 1.1rem 1.25rem; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; font-weight: 600; font-size: 0.95rem; justify-content: center; }
.trust-item svg, .trust-item .ico { flex: 0 0 auto; }
.trust-item .stars { color: #FFD34D; letter-spacing: 2px; }

/* ---------- Cards ---------- */
.card { background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); transition: all 0.25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #D9D9D9; }

.service-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; gap: 0; }
.service-card .card-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.service-card .card-body { padding: 1.8rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.service-card h3 { font-size: 1.2rem; }
.service-card p { font-size: 0.95rem; color: var(--text-muted); flex: 1; margin: 0; }
.service-card .btn { align-self: flex-start; padding: 0.6rem 1.2rem; font-size: 0.9rem; }

.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.grid-6 { grid-template-columns: repeat(6, 1fr); }

.why-card { display: flex; gap: 1rem; align-items: flex-start; }
.why-card .card-ico {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%;
  background: var(--red); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.15rem;
}
.why-card h3 { font-size: 1.05rem; margin-bottom: 0.25rem; }
.why-card p { font-size: 0.92rem; color: var(--text-muted); margin: 0; }

/* ---------- Steps / Process ---------- */
.steps { counter-reset: step; }
.step { display: flex; gap: 1.2rem; margin-bottom: 1.5rem; }
.step:last-child { margin-bottom: 0; }
.step-num {
  counter-increment: step; flex: 0 0 auto;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--red); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.25rem;
  box-shadow: 0 6px 16px rgba(229,35,40,0.35);
}
.step-num::before { content: counter(step); }
.step h3 { font-size: 1.1rem; }
.step p { font-size: 0.95rem; color: var(--text-muted); }

/* ---------- Location chips ---------- */
.loc-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.loc-chips a {
  background: var(--white); border: 1px solid var(--grey-border); color: var(--charcoal);
  font-weight: 600; font-size: 0.9rem; padding: 0.5rem 1rem; border-radius: 999px;
  transition: all 0.2s ease;
}
.loc-chips a:hover { background: var(--red); border-color: var(--red); color: var(--white); }

/* ---------- Testimonials ---------- */
.slider { position: relative; overflow: hidden; }
.slider-track { display: flex; transition: transform 0.45s ease; }
.slide { flex: 0 0 100%; padding: 0.5rem; }
.slide .card { height: 100%; margin: 0; }
.slider-controls { display: flex; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; }
.slider-btn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--grey-border); background: var(--white); color: var(--charcoal);
  font-size: 1.2rem; cursor: pointer; transition: all 0.2s ease; font-weight: 700;
}
.slider-btn:hover { background: var(--red); border-color: var(--red); color: var(--white); }

.testimonial .stars { color: #F5A623; letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 0.8rem; }
.testimonial blockquote { font-size: 1.05rem; color: var(--charcoal); font-weight: 500; line-height: 1.7; }
.testimonial .author { margin-top: 1.1rem; display: flex; align-items: center; gap: 0.75rem; }
.testimonial .author .avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--charcoal); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.testimonial .author strong { display: block; color: var(--charcoal); font-size: 0.95rem; }
.testimonial .author span { font-size: 0.82rem; color: var(--text-muted); }

/* ---------- FAQ Accordion ---------- */
.faq-item { border: 1px solid var(--grey-border); border-radius: var(--radius-sm); background: var(--white); margin-bottom: 0.75rem; overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.3rem;
  font-weight: 700; color: var(--charcoal); font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.5rem; color: var(--red); font-weight: 700; transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { background: var(--grey-light); }
.faq-item .faq-body { padding: 0 1.3rem 1.2rem; color: var(--text-muted); font-size: 0.97rem; }
.faq-item .faq-body p { margin: 0 0 0.6rem; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--red); color: var(--white); position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -40%; right: -10%; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,0.08); }
.cta-band::after { content: ''; position: absolute; bottom: -60%; left: 20%; width: 300px; height: 300px; border-radius: 50%; background: rgba(0,0,0,0.08); }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 3.5rem 0; }
.cta-inner h2 { color: var(--white); font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.cta-inner p { color: #FDEBEC; margin-top: 0.6rem; max-width: 560px; font-size: 1.05rem; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal-800); color: #BFBFBF; font-size: 0.93rem; }
.footer-top { padding: 4rem 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 2.5rem; }
.footer-grid h4 { color: var(--white); font-size: 1.02rem; margin-bottom: 1.1rem; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid li { margin-bottom: 0.55rem; }
.footer-grid a { color: #BFBFBF; }
.footer-grid a:hover { color: var(--red); }
.footer-brand .logo { margin-bottom: 1rem; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 0.8rem; }
.footer-contact .ico { color: var(--red); flex: 0 0 auto; margin-top: 0.2rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.4rem 0; font-size: 0.85rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom a { color: #BFBFBF; }
.footer-bottom a:hover { color: var(--red); }
.footer-map { margin-top: 2.5rem; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow-md); }
.footer-map iframe { width: 100%; height: 300px; border: 0; display: block; filter: saturate(0.8); transition: filter 0.3s ease; }
.footer-map:hover iframe { filter: none; }
.social-links { display: flex; gap: 0.6rem; }
.social-links a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-size: 1.05rem;
  transition: all 0.2s ease;
}
.social-links a:hover { background: var(--red); transform: translateY(-2px); }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { background: var(--grey-light); border-bottom: 1px solid var(--grey-border); font-size: 0.85rem; padding: 0.7rem 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem; padding: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 0.35rem; color: var(--text-muted); }
.breadcrumbs li + li::before { content: '/'; color: #B8B8B8; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs [aria-current="page"] { color: var(--charcoal); font-weight: 600; }

/* ---------- Interior page hero (small) ---------- */
.page-hero {
  position: relative;
  background: var(--charcoal-800);
  color: var(--white);
  padding: 4rem 0;
  overflow: hidden;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,20,20,0.92), rgba(20,20,20,0.6)); z-index: 1; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); font-size: clamp(2rem, 4.5vw, 3rem); }
.page-hero p { color: #E5E5E5; font-size: 1.1rem; max-width: 680px; margin-top: 0.9rem; }
.page-hero .breadcrumbs { background: transparent; border: none; margin-top: 1.2rem; color: #CFCFCF; padding: 0; }
.page-hero .breadcrumbs a { color: #CFCFCF; }
.page-hero .breadcrumbs [aria-current="page"] { color: var(--white); }

/* ---------- Content prose ---------- */
.prose { font-size: 1rem; color: var(--text); }
.prose h2 { margin: 2.4rem 0 1.1rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 1.8rem 0 0.8rem; }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin-bottom: 1.2rem; }
.prose li { margin-bottom: 0.45rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: 0.95rem; }
.prose th { background: var(--charcoal); color: var(--white); text-align: left; padding: 0.8rem 1rem; font-weight: 700; }
.prose td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--grey-border); }
.prose tr:nth-child(even) td { background: var(--grey-light); }
.prose img { border-radius: var(--radius); margin: 1.4rem 0; }
.prose blockquote { border-left: 4px solid var(--red); background: var(--grey-light); padding: 1.2rem 1.4rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 1.4rem 0; }
.prose .note { background: var(--red-tint); border-left: 4px solid var(--red); padding: 1rem 1.2rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 1.4rem 0; font-size: 0.95rem; }

/* ---------- Callout info box ---------- */
.info-box { background: var(--grey-light); border: 1px solid var(--grey-border); border-radius: var(--radius); padding: 1.5rem; margin: 1.4rem 0; }
.info-box h3 { margin-bottom: 0.5rem; }
.info-box ul { margin: 0; }

.checklist { list-style: none; padding: 0; }
.checklist li { position: relative; padding-left: 1.9rem; margin-bottom: 0.6rem; }
.checklist li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 800; }

/* ---------- Quote form ---------- */
.quote-form { background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 2rem; }
.quote-form h2 { margin-bottom: 0.4rem; }
.quote-form .sub { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-weight: 600; font-size: 0.9rem; color: var(--charcoal); }
.form-group .form-label { font-weight: 600; font-size: 0.9rem; color: var(--charcoal); }
.form-group label .req { color: var(--red); }
.form-group input, .form-group select, .form-group textarea {
  font-family: var(--font); font-size: 0.98rem;
  padding: 0.8rem 1rem; border: 1.5px solid var(--grey-border); border-radius: var(--radius-sm);
  background: var(--white); color: var(--charcoal); transition: border 0.2s ease;
  width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,35,40,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group .form-hint { font-size: 0.8rem; color: var(--text-muted); }
.form-note { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.8rem; text-align: center; }

.quote-fieldset {
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-sm);
  padding: 1.15rem 1.2rem 1.4rem;
  margin-bottom: 1.4rem;
  background: var(--white);
}
.quote-fieldset legend {
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0 0.5rem;
}
.quote-fieldset .form-grid { margin-top: 0.5rem; }
.quote-fieldset:last-child { margin-bottom: 0; }

.quote-stepper {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.5rem; margin-bottom: 1.6rem; padding: 0 0.25rem;
}
.quote-stepper .step-pill {
  flex: 1; text-align: center; position: relative;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--text-muted);
}
.quote-stepper .step-pill::before {
  content: attr(data-num);
  display: flex; align-items: center; justify-content: center;
  width: 1.9rem; height: 1.9rem; margin: 0 auto 0.4rem;
  border-radius: 50%; background: var(--grey-light);
  border: 2px solid var(--grey-border); color: var(--text-muted);
  font-weight: 800; font-size: 0.8rem; transition: all 0.25s ease;
}
.quote-stepper .step-pill::after {
  content: ''; position: absolute; top: 0.95rem; left: 50%;
  width: 100%; height: 2px; background: var(--grey-border);
  z-index: 0; transition: background 0.25s ease;
}
.quote-stepper .step-pill:first-child::after { display: none; }
.quote-stepper .step-pill .pill-label { position: relative; z-index: 1; }
.quote-stepper .step-pill.is-active { color: var(--red); }
.quote-stepper .step-pill.is-active::before {
  background: var(--red); border-color: var(--red); color: var(--white);
}
.quote-stepper .step-pill.is-done { color: var(--red-darker); }
.quote-stepper .step-pill.is-done::before {
  background: var(--red-tint); border-color: var(--red); color: var(--red);
}
.quote-stepper .step-pill.is-done::after { background: var(--red); }
.quote-stepper .step-pill.is-active::after { background: var(--red); }

.form-step { display: none; }
.form-step.is-active { display: block; }

.form-nav {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; margin-top: 1.4rem; padding-top: 1.2rem;
  border-top: 1px solid var(--grey-border);
}
.form-nav .btn { min-width: 170px; }
.form-nav .btn[hidden] { display: none; }

@media (max-width: 620px) {
  .quote-stepper { gap: 0.25rem; }
  .quote-stepper .step-pill { font-size: 0.62rem; }
  .quote-stepper .step-pill::before { width: 1.6rem; height: 1.6rem; font-size: 0.7rem; }
  .form-nav { flex-direction: column-reverse; }
  .form-nav .btn { width: 100%; min-width: 0; }
}

.radio-group { display: flex; flex-wrap: wrap; gap: 0.4rem 1.7rem; padding-top: 0.35rem; }
.radio-option {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 500; font-size: 0.95rem; color: var(--text);
  cursor: pointer; user-select: none;
}
.radio-option input[type="radio"] {
  width: 1.05rem; height: 1.05rem; margin: 0;
  accent-color: var(--red); cursor: pointer;
}

.checkbox-grid { display: flex; flex-wrap: wrap; gap: 0.4rem 1.7rem; padding-top: 0.35rem; }
.checkbox-option {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 500; font-size: 0.95rem; color: var(--text);
  cursor: pointer; user-select: none;
}
.checkbox-option input[type="checkbox"] {
  width: 1.05rem; height: 1.05rem; margin: 0;
  accent-color: var(--red); cursor: pointer;
}

.steps-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.steps-3 .step { flex-direction: column; gap: 0.8rem; margin-bottom: 0; }
.steps-3 .step-num { align-self: flex-start; }

.quote-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.quote-cta-row .sidebar-card { margin-bottom: 0; }

.sidebar-card { background: var(--grey-light); border: 1px solid var(--grey-border); border-radius: var(--radius); padding: 1.6rem; margin-bottom: 1.5rem; }
.sidebar-card h3 { margin-bottom: 0.8rem; }
.sidebar-card .contact-line { display: flex; gap: 0.7rem; align-items: flex-start; margin-bottom: 0.8rem; }
.sidebar-card .contact-line .ico { color: var(--red); margin-top: 0.2rem; }
.sidebar-card p { font-size: 0.93rem; color: var(--text-muted); margin: 0; }
.sidebar-card a.tel { font-size: 1.3rem; font-weight: 800; color: var(--charcoal); }
.sidebar-card a.tel:hover { color: var(--red); }

/* ---------- Review badges / sources ---------- */
.review-badges { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.review-badge { display: flex; align-items: center; gap: 0.8rem; background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius); padding: 0.9rem 1.4rem; box-shadow: var(--shadow-sm); }
.review-badge .badge-score { text-align: center; }
.review-badge .badge-score strong { display: block; font-size: 1.5rem; color: var(--charcoal); line-height: 1; }
.review-badge .badge-score span { font-size: 0.8rem; color: var(--text-muted); }
.review-badge .badge-logo { font-weight: 800; font-size: 1rem; color: var(--charcoal); }
.review-badge .stars { color: #F5A623; font-size: 0.9rem; letter-spacing: 1px; }

/* ---------- Map ---------- */
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-border); box-shadow: var(--shadow-sm); line-height: 0; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 340px; border: 0; }

.video-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-border); box-shadow: var(--shadow-lg); line-height: 0; position: relative; aspect-ratio: 16 / 9; background: var(--charcoal-800); }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Blog ---------- */
.post-card { display: flex; flex-direction: column; gap: 0.9rem; }
.post-card .post-thumb { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; background: var(--grey-light); }
.post-card .post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.post-card:hover .post-thumb img { transform: scale(1.04); }
.post-meta { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.post-card h3 { font-size: 1.15rem; }
.post-card h3 a { color: var(--charcoal); }
.post-card h3 a:hover { color: var(--red); }
.post-card p { font-size: 0.93rem; color: var(--text-muted); flex: 1; margin: 0; }
.post-card .read-more { font-weight: 700; font-size: 0.9rem; }

/* ---------- Two column layouts ---------- */
.split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: start; }
.split-flip { grid-template-columns: 0.85fr 1.15fr; }
.split-center { align-items: center; }
.split img, .split .split-img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; }
.split-img { position: relative; }
.split-img .img-badge {
  position: absolute; bottom: 1.2rem; left: 1.2rem;
  background: var(--red); color: var(--white); font-weight: 700; font-size: 0.85rem;
  padding: 0.5rem 1rem; border-radius: 999px; box-shadow: var(--shadow-md);
}

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat .num { font-size: 2.4rem; font-weight: 800; color: var(--red); line-height: 1; }
.stat .lbl { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.4rem; font-weight: 600; }
.section-charcoal .stat .lbl { color: #BFBFBF; }
.section-charcoal .stat .num { color: var(--white); }
.section-charcoal .section-head p { color: #BFBFBF; }

/* ---------- About page blog card ---------- */
.blog-card { display: block; max-width: 640px; margin: 0 auto; padding: 0; overflow: hidden; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #D9D9D9; }
.blog-card img { width: 100%; height: 260px; object-fit: cover; display: block; }
.blog-card h3 { padding: 1.4rem 1.6rem 0.3rem; font-size: 1.15rem; }
.blog-card p { padding: 0 1.6rem; color: var(--text-muted); font-size: 0.95rem; }
.blog-card .btn { margin: 1rem 1.6rem 1.6rem; }

/* ---------- Page nav (related links) ---------- */
.related-nav { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.75rem; }
.related-nav a {
  background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius-sm);
  padding: 0.85rem 1rem; font-weight: 600; color: var(--charcoal); font-size: 0.93rem;
  display: flex; justify-content: space-between; align-items: center; transition: all 0.2s ease;
}
.related-nav a::after { content: '→'; color: var(--red); }
.related-nav a:hover { border-color: var(--red); background: var(--red-tint); color: var(--red); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .site-header .logo img { width: 120px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5, .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 860px) {
  .header-top .ht-links > span { display: none; }
  .main-nav {
    position: fixed; inset: 0 0 0 auto; width: min(340px, 88vw);
    background: var(--white); z-index: 1100;
    transform: translateX(100%); transition: transform 0.3s ease;
    box-shadow: var(--shadow-lg); padding: 6rem 1.5rem 2rem; overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0.1rem; }
  .main-nav a { padding: 0.85rem 0.75rem; font-size: 1.05rem; width: 100%; justify-content: space-between; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(20,20,20,0.5); z-index: 1050; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
  .nav-backdrop.show { opacity: 1; visibility: visible; }
  .nav-toggle { display: flex; }
  .dropdown, .has-children:hover .dropdown, .dropdown-wide, .has-children:hover .dropdown-wide {
    position: static; opacity: 1; visibility: visible; transform: none;
    min-width: 0; display: none; box-shadow: none; border: none; padding: 0 0 0 1rem;
  }
  .has-children.open .dropdown, .has-children.open .dropdown-wide { display: grid; grid-template-columns: 1fr; }
  .header-phone { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-3 { grid-template-columns: 1fr; gap: 1.5rem; }
  .quote-cta-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg video { display: none; }
  .hero-bg .hero-fallback { display: block; }
}

@media (max-width: 620px) {
  .section { padding: 3.25rem 0; }
  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; }
  .hero-bg video { display: none; }
  .hero-bg .hero-fallback { display: block; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-inner { text-align: center; justify-content: center; }
  .cta-actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom .container { flex-direction: column; text-align: center; align-items: center; }
  .hero-badges { gap: 1rem 1.4rem; }
  .prose table { font-size: 0.82rem; }
}

/* ---------- Location long-form pages ---------- */
.loc-hero-rating { margin-top: 1.1rem; }
.loc-hero-rating .stars { color: #FFD34D; font-size: 1.7rem; letter-spacing: 4px; }
.loc-hero-actions { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.loc-hero-actions .btn { min-width: 190px; justify-content: center; }

.loc-section-head { margin-bottom: 1.6rem; }
.loc-section-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 0.6rem; }

.loc-services .grid { margin-top: 1.5rem; }
.loc-services .card h3 { margin-bottom: 0.5rem; }
.loc-services .card p { color: var(--text-muted); font-size: 0.95rem; }

.loc-check { max-width: 780px; margin: 0 auto; list-style: none; padding: 0; }
.loc-check li { display: flex; gap: 0.8rem; align-items: flex-start; background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius-sm); padding: 0.95rem 1.1rem; margin-bottom: 0.7rem; font-size: 0.95rem; color: var(--text-muted); }
.loc-check li::before { content: '✓'; color: var(--red); font-weight: 800; flex: 0 0 auto; }
.loc-check li strong { color: var(--charcoal); }

.cta-strip { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-strip .btn { min-width: 210px; justify-content: center; }

.loc-areas .loc-chips { justify-content: center; }
.loc-areas .loc-chips a { background: var(--white); }

.loc-cta-card { background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 2.5rem 2rem; max-width: 780px; margin: 0 auto; text-align: center; }
.loc-cta-card h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 0.5rem; }
.loc-cta-card .sub { color: var(--text-muted); margin-bottom: 1.4rem; }
.loc-cta-card .loc-contact { display: flex; justify-content: center; gap: 1.6rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.loc-cta-card .loc-contact a { font-weight: 800; color: var(--charcoal); font-size: 1.15rem; }
.loc-cta-card .loc-contact a:hover { color: var(--red); }
.loc-cta-card .response-note { font-size: 0.88rem; color: var(--text-muted); margin-top: 1.1rem; }

.share-row { display: flex; align-items: center; justify-content: center; gap: 0.8rem; flex-wrap: wrap; color: var(--text-muted); font-size: 0.92rem; }
.share-row .share-links { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.share-row .share-links a { background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius-sm); padding: 0.45rem 0.9rem; font-weight: 600; font-size: 0.88rem; color: var(--charcoal); transition: all 0.2s ease; }
.share-row .share-links a:hover { background: var(--red); border-color: var(--red); color: var(--white); }

/* Footer widgets on location pages */
.loc-widgets { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; align-items: start; }
.loc-widget { background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 1.6rem; }
.loc-widget h3 { font-size: 1.05rem; margin-bottom: 0.9rem; }
.loc-widget ul { list-style: none; padding: 0; margin: 0; }
.loc-widget ul li { margin-bottom: 0.45rem; font-size: 0.92rem; }
.loc-widget ul a { color: var(--text-muted); }
.loc-widget ul a:hover { color: var(--red); }
.loc-widget .loc-widget-cta { margin-top: 1rem; }
.loc-widget .loc-widget-cta .btn { width: 100%; justify-content: center; }
.loc-widget .form-grid { grid-template-columns: 1fr; }
.loc-widget .form-group input, .loc-widget .form-group select, .loc-widget .form-group textarea { padding: 0.6rem 0.8rem; font-size: 0.9rem; }
.loc-widget .btn { width: 100%; justify-content: center; }
.loc-widget .why-list li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--text-muted); line-height: 1.5; }
.loc-widget .why-list li::before { content: '✓'; color: var(--red); font-weight: 800; flex: 0 0 auto; }
.loc-widget .loc-list { columns: 2; column-gap: 1rem; }

/* Trustindex-style review widget */
.ti-widget { background: var(--white); border: 1px solid var(--grey-border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 1.6rem; }
.ti-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.ti-header .ti-badge { font-weight: 800; font-size: 1.15rem; color: var(--charcoal); text-transform: uppercase; letter-spacing: 0.5px; }
.ti-header .ti-source { font-size: 0.88rem; color: var(--text-muted); }
.ti-header .stars { color: #F5A623; font-size: 1.15rem; letter-spacing: 2px; }
.ti-review { border-top: 1px solid var(--grey-border); padding: 0.9rem 0; font-size: 0.92rem; color: var(--text-muted); }
.ti-review:first-of-type { border-top: none; }
.ti-review .ti-who { font-weight: 700; color: var(--charcoal); font-size: 0.9rem; margin-bottom: 0.3rem; }
.ti-review .ti-who .ti-time { font-weight: 400; color: var(--text-muted); font-size: 0.8rem; }
.ti-review .stars { color: #F5A623; font-size: 0.85rem; letter-spacing: 1px; margin-bottom: 0.35rem; display: block; }
.ti-verified { display: flex; align-items: center; gap: 0.4rem; margin-top: 1rem; font-size: 0.8rem; color: var(--text-muted); }
.ti-verified .ti-logo { font-weight: 800; color: #4285F4; }

/* WhatsApp floating call button */
.whatsapp-fab {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1200;
  width: 66px; height: 66px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(37,211,102,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: waPulse 2.2s ease-in-out infinite;
}
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 10px 26px rgba(37,211,102,0.55); animation-play-state: paused; }
.whatsapp-fab svg { width: 36px; height: 36px; }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 6px 22px rgba(37,211,102,0.75); }
}

/* Quote / call popup */
.popup-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(29,29,29,0.62);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  opacity: 0; transition: opacity 0.3s ease;
}
.popup-overlay[hidden] { display: none; }
.popup-overlay.open { opacity: 1; }
.popup-modal {
  background: var(--white); border-radius: var(--radius);
  max-width: 780px; width: 100%;
  display: grid; grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden; position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  transform: translateY(24px); transition: transform 0.3s ease;
}
.popup-overlay.open .popup-modal { transform: translateY(0); }
.popup-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.popup-body { padding: 2.2rem 2.2rem 2.4rem; display: flex; flex-direction: column; justify-content: center; gap: 0.9rem; }
.popup-badge { align-self: flex-start; background: var(--red-tint); color: var(--red); font-weight: 800; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: 999px; }
.popup-body h2 { color: var(--charcoal); font-size: 1.6rem; font-weight: 800; margin: 0; letter-spacing: -0.01em; }
.popup-body p { color: var(--charcoal-700); margin: 0; font-size: 0.98rem; line-height: 1.6; }
.popup-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.3rem; }
.popup-actions .btn { flex: 1 1 auto; text-align: center; padding: 0.9rem 1.2rem; font-size: 1rem; }
.popup-note { font-size: 0.82rem; color: var(--charcoal-700); opacity: 0.75; }
.popup-close {
  position: absolute; top: 0.7rem; right: 0.7rem; z-index: 5;
  width: 34px; height: 34px; border-radius: 50%;
  border: none; background: rgba(45,45,45,0.75); color: var(--white);
  font-size: 1.3rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.popup-close:hover { background: var(--red); transform: scale(1.08); }
@media (max-width: 640px) {
  .popup-modal { grid-template-columns: 1fr; }
  .popup-img { max-height: 200px; }
  .popup-body { padding: 1.6rem; }
}

@media (max-width: 620px) {
  .loc-hero-actions .btn, .cta-strip .btn { width: 100%; }
  .loc-cta-card { padding: 1.8rem 1.2rem; }
  .loc-widget .loc-list { columns: 1; }
}

/* ---------- Utilities ---------- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; } .mb-3 { margin-bottom: 3rem; }
.no-list { list-style: none; padding: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
