﻿@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Roboto+Condensed:wght@400;500;600;700;800;900&display=swap');

/* Shared brand tokens and component styles. */

:root {
  --orange: #ff7b1a;
  --orange-dark: #d95f08;
  --ink: #111416;
  --ink-2: #171b1e;
  --ink-3: #22272a;
  --muted: #62696e;
  --muted-light: #aeb4b8;
  --line: #e3e6e8;
  --surface: #ffffff;
  --surface-soft: #f6f7f7;
  --whatsapp: #087d46;
  --star: #ffad0a;
  --container: 78.125rem;
  --radius: 0.5625rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 20rem;
  background: #fff;
  color: var(--ink);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-top: 0;
}

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 0;
}

h3 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

ul {
  margin-top: 0;
  padding: 0;
}

ol {
  margin-top: 0;
  padding: 0;
}

blockquote {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.ui-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
  font-size: 1em;
  font-style: normal;
  line-height: 1;
}

.ui-icon::before {
  display: block;
  line-height: 1;
}

.reference-clock24 {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: currentColor;
}

.reference-clock24 .bi {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 4.25rem;
  line-height: 1;
}

.reference-clock24 strong {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.visually-hidden {
  position: absolute !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  padding: 0 !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin: 0 0 0.6875rem;
  color: #5d6266;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-eyebrow::before {
  content: "";
  width: 1.125rem;
  height: 0.125rem;
  flex: 0 0 1.125rem;
  border-radius: 6.1875rem;
  background: var(--orange);
}

.section-heading__title {
  margin: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.08;
  font-size: 3.875rem;
}

.about-section__title {
  margin: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: .98;
  max-width: 38.75rem;
  color: #fff;
  font-size: 2.875rem;
}

.service-areas-section__title {
  margin: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: .98;
  max-width: none;
  font-size: 2.8125rem;
}

.emergency-cta-section__title {
  margin: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: .98;
  font-size: 4rem;
  color: #fff;
}

.section-heading__description {
  margin: 0.5625rem 0 0;
  color: var(--muted);
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0.4375rem;
  font-family: Arial, sans-serif;
}

.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 3.125rem;
  padding: 0 1.375rem;
  border-radius: 0.4375rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.action-link:hover {
  transform: translateY(-0.0625rem);
}

.action-link--primary {
  background: var(--orange);
  color: #fff;
}

.action-link--whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 4.8125rem;
  background: #0b1013;
  color: #fff;
  border-bottom: 0.0625rem solid rgba(255,255,255,.025);
}

.site-header__inner {
  position: relative;
  width: min(var(--container), calc(100% - 3.5rem));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  color: #fff;
  text-decoration: none;
}

.site-brand__logo {
  width: 3.875rem;
  height: 3.875rem;
  flex: 0 0 3.875rem;
  display: block;
  object-fit: contain;
}

.site-brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.site-brand__text {
  color: var(--orange);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.0625rem;
  font-weight: 900;
  letter-spacing: -.018em;
  text-transform: uppercase;
}

.site-brand__tagline {
  margin-top: 0.125rem;
  color: #f0f1f2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.84375rem;
  font-weight: 600;
  letter-spacing: 0;
}

.main-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-navigation__list {
  display: flex;
  align-items: center;
  gap: 2.125rem;
  margin: 0;
  list-style: none;
}

.main-navigation__item a {
  color: #d7dadc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .15s ease;
  white-space: nowrap;
}

.main-navigation__item a:hover {
  color: var(--orange);
}

.site-header__phone {
  width: 14.25rem;
  height: 3.125rem;
  margin-left: auto;
  padding: 0 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
  border-radius: 0.5rem;
  background: var(--orange);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.1875rem 0.5rem rgba(0,0,0,.24);
}

.site-header__phone .ui-icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.hero-section {
  position: relative;
  min-height: 39.25rem;
  overflow: hidden;
  background: #1d2326;
  color: #fff;
}

.hero-section__background-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,8,10,.98) 0%, rgba(5,8,10,.92) 27%, rgba(5,8,10,.68) 44%, rgba(5,8,10,.34) 61%, rgba(5,8,10,.18) 100%),
    linear-gradient(180deg, #252c30 0%, #31383c 58%, #23292c 100%);
}

.hero-section__background-placeholder::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  right: 5%;
  width: 48%;
  height: 61%;
  border: 0.0625rem solid rgba(255,255,255,.035);
  background: linear-gradient(180deg, rgba(246,120,30,.23) 0 17%, rgba(210,215,217,.10) 17% 21%, transparent 21%),
    linear-gradient(90deg, rgba(0,0,0,.18), rgba(255,255,255,.015));
  opacity: .48;
}

.hero-section__background-placeholder::after {
  content: none;
}

.hero-section__content {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100% - 3.5rem));
  margin: 0 auto;
  padding-top: 8.25rem;
}

.hero-section__content > * {
  max-width: 47.5rem;
}

.hero-section__eyebrow {
  margin-bottom: 1.125rem;
  color: #f0f1f1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: .015em;
  gap: 1.125rem;
}

.hero-section__title {
  width: 49.375rem;
  margin: 0;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.015em;
}

.hero-section__title span {
  display: block;
  margin-top: 0;
  color: var(--orange);
}

.hero-section__description {
  width: 38.75rem;
  margin: 0.625rem 0 1.5rem;
  color: #f0f1f2;
  font-family: Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 1.3125rem;
  margin-bottom: 1.5625rem;
}

.hero-section__actions {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-bottom: 1.625rem;
}

.hero-section .action-link {
  height: 3.75rem;
  border-radius: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.hero-section .action-link--primary {
  min-width: 13.8125rem;
}

.hero-section .action-link--secondary {
  min-width: 22.5rem;
  border: 0.125rem solid rgba(255,255,255,.84);
  background: rgba(8,11,13,.50);
  color: #fff;
}

.action-link__icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.action-link__icon--whatsapp {
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1.375rem;
}

.hero-section__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f5f5f5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.hero-section__stars {
  color: var(--star);
  letter-spacing: 0.0625rem;
  font-size: 1.75rem;
}

.rating-summary__stars {
  color: var(--orange);
  letter-spacing: 0.0625rem;
  font-size: 2.125rem;
  line-height: 1;
}

.testimonial-card__stars {
  color: var(--orange);
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
}

.hero-section__rating-note {
  margin: 0;
  color: #aeb2b5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
}

.trust-strip {
  background: #101518;
  color: #fff;
}

.trust-strip__grid {
  width: min(var(--container), 92%);
  min-height: 7.5625rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 1.07fr 1fr 1fr;
  align-items: center;
}

.trust-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 1.875rem;
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item + .trust-item {
  border-left: 0.0625rem solid #30363a;
}

.trust-item__icon-placeholder {
  width: 4.125rem;
  height: 4.125rem;
  flex: 0 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--orange);
  font-size: 0.8125rem;
  font-weight: 900;
  flex-basis: 4.125rem;
}

.trust-item__icon-placeholder .ui-icon {
  width: 100%;
  height: 100%;
  font-size: 4.125rem;
}

.trust-item:nth-child(2) .trust-item__icon-placeholder .ui-icon {
  width: 3.875rem;
  height: 3.875rem;
  font-size: 3.875rem;
}

.trust-item:nth-child(3) .trust-item__icon-placeholder .ui-icon {
  width: 3.875rem;
  height: 3.875rem;
  font-size: 3.875rem;
}

.trust-item:nth-child(4) .trust-item__icon-placeholder .ui-icon {
  width: 3.5rem;
  height: 3.875rem;
  font-size: 3.625rem;
}

.trust-item__title {
  margin: 0 0 0.1875rem;
  font-size: 1.4375rem;
  font-weight: 700;
}

.trust-item__text {
  margin: 0;
  color: #aeb3b6;
  font-size: 1rem;
  line-height: 1.4;
  white-space: nowrap;
}

.services-section {
  padding: 3.125rem 0 2.25rem;
  background: #fff;
}

.services-section__heading {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.services-grid {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 1rem;
}

.services-section__heading .section-heading__description {
  max-width: none;
}

.service-card {
  position: relative;
  overflow: hidden;
  border: 0.0625rem solid #e3e5e6;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 0.4375rem 1.5rem rgba(20,24,27,.05);
}

.service-card__image-placeholder {
  position: relative;
  height: 10.125rem;
  background: linear-gradient(145deg, rgba(246,120,30,.13), transparent 45%),
    linear-gradient(135deg, #3a4145, #687075 48%, #2c3235 49%);
}

.service-card__image-placeholder::after {
  content: "";
  position: absolute;
  inset: auto 1.125rem 1.125rem auto;
  width: 4.625rem;
  height: 4.625rem;
  border: 0.75rem solid rgba(17,20,22,.35);
  border-radius: 50%;
}

.service-card__content {
  position: relative;
  min-height: 6.375rem;
  padding: 0.75rem 3.75rem 1rem 1rem;
}

.service-card__title {
  margin: 0 0 0.1875rem;
  font-size: 1.4375rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
}

.service-card__description {
  margin: 0;
  color: var(--muted);
  font-size: 1.1875rem;
  line-height: 1.2;
}

.service-card__link {
  position: absolute;
  right: 1.125rem;
  bottom: 2.125rem;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
}

.service-card__link::after {
  content: none;
}

.service-card__link .ui-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 1.5625rem;
}

.service-card--featured {
  min-height: 34.75rem;
  border: 0;
  background: #333a3e;
  color: #fff;
}

.service-card--featured .service-card__image-placeholder {
  position: absolute;
  inset: 0;
  height: auto;
  background: linear-gradient(0deg, rgba(10,13,15,.86) 0, rgba(10,13,15,.12) 58%),
    linear-gradient(135deg, #6a757c 0 34%, #adb3b5 34% 54%, #465056 54% 72%, #22292c 72%);
}

.service-card--featured .service-card__image-placeholder::before {
  content: "";
  position: absolute;
  left: 11%;
  bottom: 21%;
  width: 66%;
  height: 32%;
  border-radius: 0.5rem 1.125rem 0.5rem 0.5rem;
  background: rgba(236,239,240,.55);
  box-shadow: 4.375rem -2.1875rem 0 -1.5625rem rgba(246,120,30,.55);
}

.service-card--featured .service-card__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 5.625rem 1.5rem 1.375rem;
}

.service-card--featured .service-card__title {
  max-width: 22.5rem;
  margin-bottom: 0.4375rem;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}

.service-card--featured .service-card__description {
  color: #eceeef;
  font-size: 1.25rem;
  max-width: 20rem;
}

.service-card--featured .service-card__link {
  right: 2.125rem;
  bottom: 1.5rem;
  width: 3.25rem;
  height: 3.25rem;
}

.services-grid__secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.how-it-works-section {
  padding: 1.625rem 0 1.875rem;
  border-top: 0.0625rem solid #f1f2f2;
  background: #fff;
}

.how-it-works-section__heading {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem;
}

.process-steps {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 24.375rem 26.875rem 1fr;
  margin-bottom: 0;
  list-style: none;
}

.process-step {
  min-height: 6.875rem;
  display: grid;
  grid-template-columns: 3rem 3.125rem 1fr;
  align-items: center;
  gap: 1.25rem;
  padding: 0 1.875rem;
}

.process-step:first-child {
  padding-left: 0;
}

.process-step + .process-step {
  border-left: 0.0625rem solid var(--line);
}

.process-step__number {
  color: var(--orange);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 5.25rem;
  line-height: 1;
  font-weight: 800;
}

.process-step__icon-placeholder {
  width: 3.375rem;
  height: 3.375rem;
  display: grid;
  place-items: center;
  color: #111416;
  font-size: 0;
}

.process-step__icon-placeholder::after {
  content: none;
}

.process-step__icon-placeholder .ui-icon {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 3.125rem;
}

.process-step:nth-child(2) .process-step__icon-placeholder .ui-icon {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 3.5rem;
}

.process-step:nth-child(3) .process-step__icon-placeholder .ui-icon {
  width: 3.625rem;
  height: 3.625rem;
  font-size: 3.625rem;
}

.process-step__title {
  margin: 0 0 0.1875rem;
  font-size: 1.4375rem;
}

.process-step__link {
  margin: 0;
  color: #282c2f;
  font-size: 1.4375rem;
  line-height: 1.25;
  text-decoration: none;
  font-weight: 800;
}

.process-step__description {
  margin: 0;
  color: #666c70;
  font-size: 1.1875rem;
  line-height: 1.25;
  text-decoration: none;
}

.testimonials-section {
  padding: 2.25rem 0 2.25rem;
  background: #f7f7f7;
}

.testimonials-section__header {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.875rem;
  margin-bottom: 1.625rem;
}

.testimonials-grid {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.testimonials-section__header .section-heading {
  max-width: 62.5rem;
}

.rating-summary {
  min-width: 13.625rem;
  padding-bottom: 0.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rating-summary__score {
  margin-top: 0;
  font-size: 1.5rem;
}

.rating-summary__count {
  color: #242729;
  font-size: 1.4375rem;
  font-weight: 500;
}

.testimonial-card {
  min-height: 16.25rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 0.0625rem solid #e7e9ea;
  border-radius: 0.5625rem;
  background: #fff;
  box-shadow: 0 0.3125rem 1rem rgba(17,20,22,.025);
  border-color: #f0f0f0;
}

.testimonial-card__quote {
  margin: 0;
}

.testimonial-card__quote p {
  margin: 0;
  color: #3f4447;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.25;
}

.testimonial-card__author {
  margin-top: auto;
  padding-top: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.testimonial-card__avatar-placeholder {
  width: 2.875rem;
  height: 2.875rem;
  flex: 0 0 2.125rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #30363a;
  color: #fff;
  font-size: 1.4375rem;
  flex-basis: 2.875rem;
}

.testimonial-card__author > div {
  display: flex;
  flex-direction: column;
}

.testimonial-card__name {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 500;
}

.testimonial-card__source {
  color: #62696e;
  font-size: 1.0625rem;
}

.about-section {
  min-height: 24.125rem;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  background: #0e1316;
  color: #fff;
}

.about-section__image-placeholder {
  min-height: 24.125rem;
  background: linear-gradient(90deg, transparent 70%, rgba(14,19,22,.24)),
    linear-gradient(145deg, #23292c 0 18%, #686f72 18% 46%, #383f43 46% 73%, #171c1f 73%);
}

.about-section__content {
  align-self: center;
  max-width: none;
  padding: 2.25rem 2.375rem;
}

.about-section .section-eyebrow {
  color: #b9bec1;
}

.about-section__description {
  max-width: none;
  margin: 1rem 0 2rem;
  color: #c8ccce;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.about-features {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  margin: 0;
  list-style: none;
}

.about-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #e2e4e5;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.about-feature__icon-placeholder {
  width: 2.6875rem;
  height: 2.6875rem;
  flex: 0 0 1.75rem;
  display: grid;
  place-items: center;
  border: 0.125rem solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 0;
  flex-basis: 2.6875rem;
}

.about-feature__icon-placeholder::after {
  content: none;
}

.about-feature__icon-placeholder .ui-icon {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 1.625rem;
}

.service-areas-section {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  background: #f5f6f6;
}

.service-areas-section__map-placeholder {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  background: url("assets/images/service-areas.png") center center / cover no-repeat;
}

.service-areas-section__pin {
  position: absolute;
  z-index: 3;
  left: 83%;
  top: 57%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: max-content;
  transform: translate(-1.375rem, -1.6875rem);
  color: var(--orange);
}

.service-areas-section__pin::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.75rem -1rem;
  background: radial-gradient(ellipse at 62% 50%, rgba(255,255,255,.9) 15%, rgba(255,255,255,.72) 40%, rgba(255,255,255,.3) 60%, transparent 76%);
  pointer-events: none;
}

.service-areas-section__pin .ui-icon {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 3.375rem;
  font-size: 3.375rem;
  filter: drop-shadow(0 0 0.125rem rgba(255,255,255,.8));
}

.service-areas-section__pin-label {
  padding: 0.42rem 0.58rem;
  color: #15191b;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.01em;
  white-space: nowrap;
  text-shadow: 0 0 0.25rem rgba(255,255,255,.9);
}

.service-areas-section::after {
  content: "";
  position: absolute;
  inset: 0 38% 0 0;
  background: linear-gradient(90deg, #f5f6f6 0%, #f5f6f6 62%, rgba(245,246,246,.92) 78%, transparent 100%);
}

.service-areas-section__content {
  position: relative;
  z-index: 2;
  width: min(var(--container), 92%);
  margin: 0 auto;
  padding: 2.875rem 0 2.625rem;
}

.service-areas-section__description {
  max-width: none;
  margin: 0.875rem 0 1.875rem;
  color: var(--muted);
  font-size: 1.125rem;
  font-family: Arial, sans-serif;
}

.service-areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  list-style: none;
}

.service-areas-list__item {
  padding: 0.3125rem 1.375rem;
  border: 0.0625rem solid #d6dade;
  border-radius: 6.1875rem;
  background: rgba(255,255,255,.74);
  color: #555b5f;
  font-size: 1.125rem;
  font-weight: 400;
}

.faq-section {
  padding: 2.375rem 0 1.875rem;
  background: #fff;
}

.faq-section__header {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.875rem;
  margin-bottom: 1.25rem;
}

.faq-grid {
  width: min(var(--container), 92%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem 1.75rem;
}

.faq-section__helper {
  margin: 0 0 0.25rem;
  color: #62696e;
  font-size: 1.0625rem;
}

.faq-item {
  overflow: hidden;
  border: 0.0625rem solid #e0e3e5;
  border-radius: 0.4375rem;
  background: #fff;
}

.faq-item__question {
  min-height: 3.875rem;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  color: #373c3f;
  font-size: 1.1875rem;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__question::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  margin-left: auto;
  color: #22272a;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 0.1875rem no-repeat,
    linear-gradient(currentColor, currentColor) center / 0.1875rem 100% no-repeat;
}

.faq-item[open] .faq-item__question::after {
  background:
    linear-gradient(currentColor, currentColor) center / 100% 0.1875rem no-repeat;
}

.faq-item__answer {
  padding: 0 1.125rem 1rem;
  color: #747a7e;
  font-size: 1.125rem;
}

.faq-item__answer p {
  margin: 0;
}

.emergency-cta-section {
  position: relative;
  min-height: 28.25rem;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #111619;
  color: #fff;
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}

.emergency-cta-section__background-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,11,13,.62), rgba(8,11,13,.72)),
    radial-gradient(circle at 12% 53%, #40474b 0 15%, #171c1f 15.5% 20%, transparent 20.5%),
    radial-gradient(circle at 84% 63%, rgba(246,120,30,.28), transparent 17%),
    linear-gradient(125deg, #22292d, #384045 48%, #171d20 49% 100%);
}

.emergency-cta-section__content {
  position: relative;
  z-index: 2;
  width: min(42.5rem, calc(100% - 2.5rem));
  padding: 2.375rem 0 0;
  text-align: center;
  min-width: 0;
  justify-self: center;
}

.emergency-cta-section__subtitle {
  margin: 0.625rem 0 1.25rem;
  color: #e3e5e6;
  font-size: 1.5625rem;
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.emergency-cta-section__phone {
  width: 25.25rem;
  height: 3.875rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4375rem;
  background: var(--orange);
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  text-decoration: none;
  gap: 0.5rem;
}

.emergency-cta-section__phone::before {
  content: none;
}

.emergency-cta-section__phone .ui-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.875rem;
  font-size: 2.25rem;
}

.emergency-cta-section__actions {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
}

.emergency-cta-section__actions .action-link {
  height: 3.625rem;
  font-size: 1.1875rem;
}

.emergency-cta-section__actions .ui-icon {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 1.625rem;
}

.emergency-cta-section__actions .action-link--whatsapp .ui-icon {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.875rem;
}

.emergency-cta-section__trust-list {
  display: flex;
  justify-content: center;
  gap: 2.625rem;
  margin: 2rem 0 0;
  list-style: none;
}

.emergency-cta-section__trust-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #d5d8d9;
  font-size: 1.0625rem;
  font-weight: 500;
}

.emergency-cta-section__trust-list li > span:first-child {
  width: 1.875rem;
  height: 1.875rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0.125rem solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
}

.emergency-cta-section__trust-list li > span:first-child::after {
  content: none;
}

.emergency-cta-section__trust-list li > span:first-child .ui-icon {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
}

.site-footer {
  padding: 0;
  background: #0d1215;
  color: #d7dadc;
}

.site-footer__top {
  width: min(var(--container), 92%);
  margin: 0 auto;
  min-height: 8.125rem;
  display: grid;
  grid-template-columns: 17.5rem 1fr 24.75rem;
  align-items: center;
  gap: 1.875rem;
}

.site-footer__bottom {
  width: min(var(--container), 92%);
  margin: 0 auto;
  min-height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.0625rem solid #272d31;
  color: #747b80;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--orange);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer__brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.site-footer__brand-copy strong {
  font: inherit;
}

.site-footer__brand-copy small {
  margin-top: 0.1875rem;
  color: #eef0f1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer__logo {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  display: block;
  object-fit: contain;
}

.footer-navigation__list {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin: 0;
  list-style: none;
}

.footer-navigation a {
  color: #c8ccce;
  font-size: 1rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1.25rem;
  color: #aeb3b6;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.45;
  border-left: 0.0625rem solid #272d31;
  padding-left: 2.625rem;
}

.site-footer__contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #f1f2f2;
  font-size: 1.0625rem;
  font-weight: 800;
  text-decoration: none;
}

.site-footer__contact span:nth-of-type(1) {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #e2e4e5;
  font-weight: 700;
}

.site-footer__contact a .ui-icon {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  color: var(--orange);
}

.site-footer__contact span:nth-of-type(1) .ui-icon {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  color: var(--orange);
}

.site-footer__contact span:nth-of-type(2) {
  grid-column: 1 / -1;
}

.site-footer__bottom small {
  font-size: 0.8125rem;
}

.trust-item:last-child {
  padding-right: 0;
}

.testimonials-section .section-heading__title {
  font-size: 3.5rem;
  white-space: nowrap;
}

.testimonial-card:first-child {
  min-height: 17.875rem;
}

.testimonial-card:first-child .testimonial-card__quote p {
  font-family: Arial, sans-serif;
  font-size: 1.4375rem;
}

.faq-section .section-heading__title {
  font-size: 3.125rem;
}

.emergency-cta-section__actions .action-link--primary {
  width: 12.625rem;
}

.emergency-cta-section__actions .action-link--whatsapp {
  width: 21.5rem;
}

a:focus-visible {
  outline: 0.1875rem solid var(--orange);
  outline-offset: 0.25rem;
}

summary:focus-visible {
  outline: 0.1875rem solid var(--orange);
  outline-offset: 0.25rem;
}

.action-link:active {
  transform: translateY(0.0625rem);
}

/* Keep body copy readable; adapt columns instead of shrinking the entire page. */
html { font-size: clamp(16px, 1.17216117vw, 18px); }
@media (max-width: 1023px) {
  html { font-size: 16px; }
  .site-header { height: 64px; }
  .site-header__inner, .hero-section__content, .trust-strip__grid,
  .services-section__heading, .services-grid, .how-it-works-section__heading,
  .process-steps, .testimonials-section__header, .testimonials-grid,
  .service-areas-section__content, .faq-section__header, .faq-grid,
  .site-footer__top, .site-footer__bottom { width: calc(100% - 32px); }
  .site-brand { gap: 7px; min-width: 0; }
  .site-brand__logo { width: 46px; height: 46px; flex: 0 0 46px; object-fit: contain; }
  .site-brand__text { font-size: 25px; }
  .site-brand__tagline { font-size: 10px; }
  .main-navigation { display: none; }
  .site-header__phone {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    border-radius: 50%;
    gap: 0;
    font-size: 0;
    box-shadow: none;
  }
  .site-header__phone .ui-icon { width: 18px; height: 18px; font-size: 18px; }
  .hero-section { min-height: 530px; }
  .hero-section__content { padding: 76px 0 40px; }
  .hero-section__eyebrow { font-size: 11px; }
  .hero-section__title { width: auto; font-size: clamp(40px, 7.6vw, 53px); }
  .hero-section__description { width: auto; font-size: 16px; }
  .hero-section__description br { display: none; }
  .hero-section__actions { flex-wrap: wrap; gap: 12px; }
  .hero-section .action-link { height: 48px; min-width: 0; font-size: 15px; padding: 0 16px; }
  .hero-section__rating { flex-wrap: wrap; font-size: 16px; }
  .hero-section__stars { font-size: 22px; }
  .hero-section__rating-note { font-size: 14px; }
  .trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding: 8px 0;
    align-items: stretch;
    position: relative;
  }
  .trust-item,
  .trust-item:first-child {
    min-height: 76px;
    padding: 12px 10px;
    gap: 9px;
    border: 0 !important;
  }
  .trust-strip__grid::before,
  .trust-strip__grid::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background: #30363a;
  }
  .trust-strip__grid::before {
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 1px;
  }
  .trust-strip__grid::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
  }
  .trust-item { position: relative; z-index: 1; }
  .trust-item__content { min-width: 0; }
  .trust-item__icon-placeholder {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .trust-item__icon-placeholder .ui-icon,
  .trust-item:nth-child(2) .trust-item__icon-placeholder .ui-icon,
  .trust-item:nth-child(3) .trust-item__icon-placeholder .ui-icon,
  .trust-item:nth-child(4) .trust-item__icon-placeholder .ui-icon {
    width: 32px;
    height: 32px;
    font-size: 30px;
  }
  .reference-clock24 .bi { font-size: 33px; }
  .reference-clock24 strong { margin-top: 2px; font-size: 11px; }
  .trust-item__title { margin-bottom: 2px; font-size: 14px; line-height: 1.15; }
  .trust-item__text { font-size: 11px; line-height: 1.3; white-space: normal; }
  .section-heading__title { font-size: 34px; }
  .section-heading__description { font-size: 15px; }
  .section-eyebrow { font-size: 11px; }
  .services-section, .how-it-works-section, .testimonials-section, .faq-section { padding: 32px 0; }
  .services-section__heading { margin-bottom: 22px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card--featured { min-height: 350px; }
  .service-card--featured .service-card__title { font-size: 36px; }
  .service-card--featured .service-card__description { font-size: 16px; }
  .service-card__image-placeholder { height: 135px; }
  .service-card__content { padding: 12px 12px 54px; }
  .service-card__title { font-size: 20px; }
  .service-card__description { font-size: 15px; }
  .service-card__link { bottom: 10px; right: 12px; width: 36px; height: 36px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step { padding: 18px 0; min-height: 106px; grid-template-columns: 40px 44px 1fr; gap: 14px; }
  .process-step + .process-step { border-left: 0; border-top: 1px solid var(--line); }
  .process-step__number { font-size: 62px; }
  .process-step__icon-placeholder { width: 42px; height: 42px; }
  .process-step__icon-placeholder .ui-icon { max-width: 42px; max-height: 42px; }
  .process-step__title, .process-step__link { font-size: 20px; }
  .process-step__description { font-size: 16px; }
  .testimonials-section__header, .faq-section__header { flex-direction: column; align-items: flex-start; gap: 18px; }
  .testimonials-section .section-heading__title { font-size: 34px; white-space: normal; }
  .rating-summary__stars { font-size: 28px; }
  .rating-summary__score, .rating-summary__count { font-size: 18px; }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  .testimonial-card, .testimonial-card:first-child { min-height: 230px; padding: 16px; }
  .testimonial-card__quote p, .testimonial-card:first-child .testimonial-card__quote p { font-size: 16px; }
  .testimonial-card__name { font-size: 16px; }
  .testimonial-card__source { font-size: 13px; }
  .testimonial-card__avatar-placeholder { width: 34px; height: 34px; flex-basis: 34px; font-size: 18px; }
  .about-section { grid-template-columns: 1fr; }
  .about-section__image-placeholder { min-height: 260px; }
  .about-section__content { padding: 32px 16px; }
  .about-section__title { font-size: 34px; }
  .about-section__description { font-size: 15px; }
  .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .about-feature { font-size: 14px; gap: 8px; }
  .about-feature__icon-placeholder { width: 34px; height: 34px; flex-basis: 34px; }
  .service-areas-section__content { padding: 32px 0; }
  .service-areas-section__title { font-size: 32px; }
  .service-areas-section__description { font-size: 15px; }
  .service-areas-list { gap: 8px; }
  .service-areas-list__item { font-size: 14px; padding: 6px 14px; }
  .service-areas-section__pin { display: none; }
  .faq-section .section-heading__title { font-size: 34px; }
  .faq-section__helper { font-size: 14px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item__question { min-height: 56px; font-size: 16px; padding: 8px 14px; gap: 10px; }
  .faq-item__answer { font-size: 15px; }
  .emergency-cta-section { min-height: 370px; }
  .emergency-cta-section__content { width: calc(100% - 32px); padding: 34px 0; }
  .emergency-cta-section__title { font-size: 40px; }
  .emergency-cta-section__subtitle { font-size: 18px; }
  .emergency-cta-section__phone { max-width: 100%; font-size: 28px; height: 56px; }
  .emergency-cta-section__actions { flex-wrap: wrap; gap: 10px; }
  .emergency-cta-section__actions .action-link { max-width: 100%; font-size: 15px; height: 48px; width: auto; padding: 0 16px; }
  .emergency-cta-section__trust-list { flex-wrap: wrap; gap: 16px; margin-top: 24px; }
  .emergency-cta-section__trust-list li { font-size: 13px; gap: 6px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 24px; padding: 28px 0; }
  .site-footer__brand { font-size: 28px; }
  .footer-navigation__list { justify-content: flex-start; flex-wrap: wrap; gap: 20px; }
  .site-footer__contact { padding: 0; border: 0; font-size: 14px; grid-template-columns: auto 1fr; }
  .site-footer__bottom { padding: 16px 0; flex-wrap: wrap; gap: 6px; }
}
@media (max-width: 399px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-section__actions .action-link { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .action-link, .main-navigation__item a { transition: none; }
}

/* Production imagery */
.hero-section__background-placeholder {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,8,10,.72) 0%, rgba(5,8,10,.54) 30%, rgba(5,8,10,.22) 52%, rgba(5,8,10,.05) 72%, transparent 100%),
    url("assets/images/hero.png") center center / cover no-repeat;
}

.hero-section__background-placeholder::before,
.hero-section__background-placeholder::after {
  content: none;
}

.service-card__image-placeholder {
  background-color: #333a3e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card__image-placeholder::after {
  content: none;
}

.service-card__image--roadside {
  background-image: url("assets/images/mobile-roadside.png");
}

.service-card__image--repair {
  background-image: url("assets/images/tire-repair.png");
}

.service-card__image--change {
  background-image: url("assets/images/tire-change.png");
}

.service-card__image--balance {
  background-image: url("assets/images/wheel-balance.png");
}

.service-card__image--stock {
  background-image: url("assets/images/tire-stock.png");
}

.service-card--featured .service-card__image-placeholder {
  background-image:
    linear-gradient(0deg, rgba(10,13,15,.88) 0%, rgba(10,13,15,.48) 24%, rgba(10,13,15,.08) 58%),
    url("assets/images/mobile-roadside.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card--featured .service-card__image-placeholder::before,
.service-card--featured .service-card__image-placeholder::after {
  content: none;
}

.about-section__image-placeholder {
  background:
    linear-gradient(90deg, transparent 68%, rgba(14,19,22,.78) 100%),
    url("assets/images/about-roadside.png") center center / cover no-repeat;
}

.emergency-cta-section__background-placeholder {
  background:
    linear-gradient(90deg, rgba(8,11,13,.42), rgba(8,11,13,.52)),
    url("assets/images/emergency-cta.png") center center / cover no-repeat;
}


/* Responsive layout and interaction polish. */
:root { --gutter: clamp(1rem, 4vw, 3rem); }
body { min-width: 0; }
section[id] { scroll-margin-top: 1.5rem; }
.section-heading__title, .about-section__title,
.service-areas-section__title { text-wrap: balance; line-height: 1.1; }
.section-heading__description { max-width: 65ch; line-height: 1.55; }
.site-header__inner, .hero-section__content, .trust-strip__grid,
.services-section__heading, .services-grid, .how-it-works-section__heading,
.process-steps, .testimonials-section__header, .testimonials-grid,
.service-areas-section__content, .faq-section__header, .faq-grid,
.site-footer__top, .site-footer__bottom {
  width: min(var(--container), calc(100% - 2 * var(--gutter)));
}
.site-header__inner { gap: 1.25rem; justify-content: space-between; }
.main-navigation { position: static; transform: none; }
.main-navigation__list { gap: clamp(1rem, 2vw, 2.125rem); }
.site-header__phone { margin-left: 0; flex-shrink: 0; width: auto; }
.main-navigation__item a, .footer-navigation a { display: inline-flex; align-items: center; min-height: 44px; }
.hero-section__title { max-width: 100%; }
.hero-section__description { max-width: 100%; }
.action-link { height: auto; min-height: 3.125rem; padding-block: .75rem; text-align: center; }
.action-link--primary, .site-header__phone, .service-card__link,
.emergency-cta-section__phone { color: #15191b; }
.action-link:hover, .site-header__phone:hover, .service-card__link:hover { filter: brightness(.92); }
.service-card { display: flex; flex-direction: column; min-width: 0; }
.service-card__content { flex: 1; padding: 1rem 1rem 4.25rem; }
.service-card__link { bottom: 1rem; right: 1rem; width: 44px; height: 44px; }
.service-card__description { line-height: 1.45; }
.service-card--featured { display: grid; align-items: end; }
.service-card--featured .service-card__content { position: relative; }
.process-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-step { grid-template-columns: 2.5rem 2.75rem minmax(0, 1fr); gap: 1rem; padding-inline: 1.25rem; }
.process-step__description { line-height: 1.45; }
.testimonials-section__header .section-heading { min-width: 0; }
.testimonials-section .section-heading__title { white-space: normal; font-size: clamp(2.125rem, 3.5vw, 3.5rem); }
.testimonials-grid { align-items: stretch; }
.testimonial-card__quote p { line-height: 1.5; }
.about-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-feature { white-space: normal; min-width: 0; }
.about-section__content { max-width: 46rem; padding: clamp(2rem, 4vw, 4rem); }
.service-areas-section__title, .service-areas-section__description,
.service-areas-list { max-width: 56%; }
.service-areas-section::after { inset: 0 35% 0 0; background: linear-gradient(90deg, #f5f6f6 80%, transparent); }
.faq-grid { align-items: start; }
.faq-item__question { padding-block: 1rem; gap: 1rem; }
.faq-item__question:focus-visible { outline-offset: -4px; }
.site-footer__top { grid-template-columns: auto 1fr; padding-block: 2rem; }
.site-footer__contact { grid-column: 1 / -1; border: 0; padding: 1.25rem 0 0; border-top: 1px solid #272d31; grid-template-columns: auto auto 1fr; }
.site-footer__contact span:nth-of-type(2) { grid-column: auto; }
.footer-navigation__list { flex-wrap: wrap; justify-content: flex-end; gap: .5rem 1.5rem; }
.site-footer__bottom { color: #aeb4b8; }
.skip-link { position: absolute; top: .5rem; left: 1rem; z-index: 30; padding: .75rem 1rem; background: #fff; color: #111416; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.mobile-menu { display: none; }

@media (min-width: 1024px) and (max-width: 1199px) {
  .site-brand__text { font-size: 1.75rem; }
  .site-brand__logo { width: 3rem; height: 3rem; flex-basis: 3rem; }
  .site-header__inner { gap: 1rem; }
  .site-header__phone { font-size: 1rem; padding-inline: .75rem; }
  .trust-item { padding-inline: 1rem; gap: .75rem; }
  .trust-item__text { white-space: normal; }
  .process-step { grid-template-columns: 2rem minmax(0, 1fr); }
  .process-step__icon-placeholder { display: none; }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
  .site-header__inner { gap: .75rem; }
  .site-brand { margin-right: auto; }
  .site-header__phone { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; gap: .5rem; min-height: 44px; padding: .5rem; cursor: pointer; list-style: none; font-size: .875rem; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu__lines { width: 18px; height: 12px; border-block: 2px solid currentColor; position: relative; }
  .mobile-menu__lines::after { content: ''; position: absolute; top: 3px; width: 100%; border-top: 2px solid currentColor; }
  .mobile-menu nav { position: absolute; top: calc(100% + 1px); left: calc(-1 * var(--gutter)); right: calc(-1 * var(--gutter)); display: grid; padding: .75rem var(--gutter) 1rem; background: #11191e; box-shadow: 0 12px 20px #0b101333; }
  .mobile-menu nav a { padding: .875rem; text-decoration: none; border-bottom: 1px solid #30363a; }
  .mobile-menu nav a:hover { color: var(--orange); background: #22272a; }
  .mobile-menu nav .mobile-menu__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    min-height: 48px;
    margin-top: 1rem;
    border: 0;
    border-radius: .5rem;
    background: var(--orange);
    color: #15191b;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .mobile-menu nav .mobile-menu__phone:hover { background: var(--orange); color: #15191b; filter: brightness(.92); }
  .hero-section__content { padding-top: 64px; }
  .hero-section__background-placeholder { background-image: linear-gradient(90deg, rgba(5,8,10,.88), rgba(5,8,10,.65)), url('assets/images/hero.png'); background-position: 60% center; }
  .hero-section__actions { align-items: stretch; }
  .hero-section .action-link { height: auto; min-height: 48px; }
  .trust-item__title { font-size: 16px; }
  .trust-item__text { font-size: 13px; }
  .services-section, .how-it-works-section, .testimonials-section, .faq-section { padding: 44px 0; }
  .section-eyebrow { font-size: 12px; }
  .service-card__content { padding: 16px 16px 68px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 40px 44px minmax(0, 1fr); padding: 20px 0; }
  .testimonial-card, .testimonial-card:first-child { min-height: 0; padding: 24px; }
  .rating-summary { min-width: 0; }
  .about-section__content { max-width: none; padding: 36px var(--gutter); }
  .service-areas-section__map-placeholder { position: relative; width: 100%; height: 220px; }
  .service-areas-section::after { content: none; }
  .service-areas-section__title, .service-areas-section__description, .service-areas-list { max-width: 100%; }
  .service-areas-section { display: flex; flex-direction: column; }
  .service-areas-section__content { order: -1; padding-block: 40px 28px; }
  .emergency-cta-section__actions .action-link { height: auto; min-height: 48px; }
  .emergency-cta-section__background-placeholder { background-image: linear-gradient(#080b0db3, #080b0db3), url('assets/images/emergency-cta.png'); }
  .site-footer__top { grid-template-columns: 1fr; }
  .footer-navigation__list { justify-content: flex-start; gap: .25rem 1.25rem; }
  .site-footer__contact { grid-template-columns: auto 1fr; }
  .site-footer__contact span:nth-of-type(2) { grid-column: 1 / -1; }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .hero-section__title { font-size: clamp(3rem, 7vw, 4.5rem); max-width: 48rem; }
  .hero-section__description { font-size: 1.125rem; }
  .services-grid__secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card__image-placeholder { height: 200px; }
  .about-section__image-placeholder { min-height: 380px; }
  .about-features { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 599px) {
  .hero-section__actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .hero-section { min-height: 0; }
  .hero-section__content { padding-block: 56px 40px; }
  .hero-section__title { font-size: clamp(2.5rem, 9vw, 3.25rem); }
  .trust-item, .trust-item:first-child { padding: 14px 8px; gap: 8px; }
  .trust-item__icon-placeholder { flex-basis: 28px; }
  .services-grid__secondary, .testimonials-grid { grid-template-columns: 1fr; }
  .service-card__image-placeholder { height: auto; aspect-ratio: 16 / 9; }
  .service-card--featured .service-card__image-placeholder { aspect-ratio: auto; }
  .service-card__content { padding: 20px 76px 24px 20px; }
  .service-card__title { font-size: 24px; }
  .service-card__link { right: 16px; bottom: 20px; }
  .service-card--featured .service-card__content { padding: 24px 84px 24px 20px; }
  .service-card--featured .service-card__link { right: 16px; }
  .testimonial-card__quote p, .testimonial-card:first-child .testimonial-card__quote p { font-size: 17px; }
  .emergency-cta-section__actions { display: grid; }
  .emergency-cta-section__actions .action-link { width: 100%; }
}

/* Allow enlarged text and short landscape viewports to reflow. */
.site-header { height: auto; min-height: 4.8125rem; }
.site-header__inner { min-height: inherit; flex-wrap: wrap; }
.main-navigation { min-width: 0; }
.main-navigation__list { flex-wrap: wrap; }
.trust-item__content { min-width: 0; }
.trust-item__text { white-space: normal; }
.trust-item__title { overflow-wrap: anywhere; }
@media (max-width: 1023px) {
  .site-header { min-height: 64px; }
  .site-header__inner { flex-wrap: nowrap; }
  .mobile-menu nav { max-height: calc(100dvh - 64px); overflow-y: auto; overscroll-behavior: contain; }
}

@media (max-width: 359px) {
  .site-brand__logo { width: 38px; height: 38px; flex-basis: 38px; }
  .site-brand__text { font-size: 22px; white-space: nowrap; }
  .site-brand__tagline { font-size: 9px; white-space: nowrap; }
  .mobile-menu summary { width: 44px; justify-content: center; }
  .mobile-menu summary > span:last-child { display: none; }
}

.mobile-contact-bar { display: none; }

@media (max-width: 1023px) {
  :root { --mobile-contact-height: 3.75rem; }
  html { scroll-padding-bottom: calc(var(--mobile-contact-height) + env(safe-area-inset-bottom, 0px) + 1rem); }
  body { padding-bottom: calc(var(--mobile-contact-height) + env(safe-area-inset-bottom, 0px)); }
  .mobile-contact-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #11191e;
    box-shadow: 0 -4px 20px #0b101326;
  }
  .mobile-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    min-height: calc(var(--mobile-contact-height) + env(safe-area-inset-bottom, 0px));
    padding: .75rem;
    padding-bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-contact-bar .mobile-contact-bar__call { background: var(--orange); color: #15191b; padding-left: max(.75rem, env(safe-area-inset-left, 0px)); }
  .mobile-contact-bar .mobile-contact-bar__whatsapp { color: #fff; border-top: 1px solid #30383d; padding-right: max(.75rem, env(safe-area-inset-right, 0px)); }
  .mobile-contact-bar .ui-icon { font-size: 1.25rem; }
  .mobile-contact-bar a:hover { filter: brightness(.92); }
  .mobile-contact-bar a:active { filter: brightness(.82); }
  .mobile-contact-bar a:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
  .mobile-menu nav { max-height: calc(100dvh - 64px - var(--mobile-contact-height) - env(safe-area-inset-bottom, 0px)); }
}

/* Restore the original desktop scale and content width. */
@media (min-width: 1024px) {
  .trust-strip__grid, .services-section__heading, .services-grid,
  .how-it-works-section__heading, .process-steps, .testimonials-section__header,
  .testimonials-grid, .service-areas-section__content, .faq-section__header,
  .faq-grid, .site-footer__top, .site-footer__bottom {
    width: min(var(--container), 92%);
  }
  .site-header__inner, .hero-section__content { width: min(var(--container), calc(100% - 3.5rem)); }
  .testimonials-section .section-heading__title { font-size: 3.5rem; }
}
