body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #fff;
  color: #111;
}

:root {
  --container: 960px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-14: 14px;
  --badge-bg: #b71c1c;
  --cta-bg: #e53935;
  --fab-bg: #22c55e;
  --bg: #ffffff;
  --text: #0f172a;
  --muted: rgba(15, 23, 42, .78);
  --muted-2: rgba(15, 23, 42, .60);
  --panel-bg: #ffffff;
  --panel-border: rgba(15, 23, 42, .12);
  --divider: rgba(15, 23, 42, .12);
  --shadow-cta: 0 10px 30px rgba(0, 0, 0, .18);
  --shadow-card: 0 10px 24px rgba(15, 23, 42, .06);
  --shadow-card-soft: 0 10px 24px rgba(15, 23, 42, .04);
  --lock-left: var(--cta-bg);
  --accent-blue-bg: rgba(53, 156, 229, .14);
  --accent-blue-border: rgba(53, 156, 229, .20);
  --lp-red: #e53935;
  --lp-red-dark: #cf2f2c;
  --lp-blue: #071a34;
  --lp-blue-soft: #12366a;
  --lp-text: #07111f;
  --lp-muted: rgba(7, 17, 31, .72);
}

* { box-sizing: border-box; }
a { color: inherit; }
svg { width: 1em; height: 1em; display: block; fill: currentColor; }


.container { width: 1100px; max-width: 90%; margin: auto; }
.narrow { max-width: 820px; }

.cls-5 {
    opacity: 0.8;
    background-color: rgb(41, 41, 41) !important;
    fill: rgb(55, 55, 55) !important;
}


.nav {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 20;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
}

.logo {
  font-size: 24px;
  font-weight: 800;
  text-transform: lowercase;
  color: rgb(30, 74, 143);
  position: relative;
  top: -5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.logo span { color: #e53935; }
.logo-icon { width: 40px; position: relative; top: 0px; }

.nav-cta { display: none !important; }

.nav-status { text-align: right; line-height: 1.15; }
.nav-status-main {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #07111f;
  font-size: 16px;
  font-weight: 900;
}
.nav-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .13);
}
.nav-status-sub {
  margin-top: 5px;
  color: rgba(7, 17, 31, .62);
  font-size: 13px;
  font-weight: 700;
}

/* Zadarma call tracking classes. Keep cta zphone on call links only. */
a.cta.zphone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}
a.cta.zphone::before { content: "Call Now: "; font-weight: 700; }
a.cta.zphone::after { content: attr(data-sub); display: block; }
.footer-phone.cta.zphone { display: inline-flex; font-size: 15px; color: #555; font-weight: 700; }

.hero {
  padding: 80px 0 !important;
  background-image: url("../../assets/back3.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: fit-content;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.89); }
.hero > * { position: relative; z-index: 1; }

.hero-emergency { padding: 68px 0 58px !important; text-align: center; overflow: hidden; }
.hero-emergency::before {
  background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.97) 23%, rgba(255,255,255,.97) 77%, rgba(255,255,255,.84) 100%);
}
.hero-container { max-width: 930px; margin-left: auto; margin-right: auto; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 22px;
  padding: 10px 18px;
  border: 1px solid rgba(229, 57, 53, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .80);
  color: #e53935;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}
.hero-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e53935;
  font-size: 22px;
  line-height: 1;
}

.hero h1 { font-size: 48px; margin: 0 0 12px; }
.hero-emergency h1 {
  max-width: 830px;
  margin: 0 auto 18px;
  color: #07111f;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 900;
}
.lead { color: #555; font-size: 18px; max-width: 760px; margin: 0 auto; }
.hero-emergency .lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(7, 17, 31, .82);
  font-size: 22px;
  line-height: 1.48;
  font-weight: 500;
}

.hero-actions { margin: 20px 0; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-emergency .hero-actions {
  margin: 28px auto 20px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr);
  gap: 14px;
  max-width: 760px;
}
.btn-primary {
  background: #e53935;
  color: #fff;
  padding: 14px 22px;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  display: inline-block;
}
.hero-emergency .btn-primary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 14px;
  background: #e53935;
  color: #fff;
  box-shadow: 0 14px 28px rgba(229, 57, 53, .24);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.hero-emergency .btn-primary:hover { filter: brightness(.98); }
.btn-outline { border: 1px solid #ccc; padding: 14px 22px; background: #fff; border-radius: 10px; }
.book-btn:hover { cursor: pointer; }
.hero-emergency .btn-outline,
.hero-emergency .book-btn {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .18);
  background: rgba(255, 255, 255, .93);
  color: #172033;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .05);
  font-size: 22px;
  font-weight: 800;
}
.hero-emergency .book-btn:hover { background: #fff; border-color: rgba(15, 23, 42, .28); }
.book-icon { color: #07111f; font-size: 25px; line-height: 1; }
.price-note { color: #5e5e5e; font-size: 14px; }

.hero-points {
  max-width: 820px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  color: rgba(7, 17, 31, .76);
  font-size: 16px;
  font-weight: 700;
}
.hero-points > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 18px;
  border-right: 1px solid rgba(15, 23, 42, .14);
  text-align: left;
}
.hero-points > div:last-child { border-right: 0; }
.hero-point-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  border: 1px solid rgba(229, 57, 53, .28);
  color: #e53935;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.trust-logos--hero { margin-top: 40px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.trust-logos--hero .trust-logo { display: flex; align-items: center; justify-content: center; }
.trust-logos--hero .trust-logo img { width: 38px; height: 38px; object-fit: contain; display: block; }
.trust-logos--hero .trust-logo span { display: none; }
.trust-logos--clear {
  max-width: 880px;
  margin: 34px auto 0;
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, .09);
}
.trust-logos--clear .trust-logo {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  text-align: left;
  padding: 0 22px;
  border-right: 1px solid rgba(15, 23, 42, .12);
}
.trust-logos--clear .trust-logo:first-child { padding-left: 0; }
.trust-logos--clear .trust-logo:last-child { border-right: 0; }
.trust-logos--clear .trust-logo picture,
.trust-logos--clear .trust-logo img { grid-row: span 2; }
.trust-logos--clear .trust-logo img { width: 48px; height: 48px; object-fit: contain; display: block; }
.trust-logos--clear .trust-logo strong { display: block; color: #07111f; font-size: 16px; line-height: 1.2; font-weight: 900; }
.trust-logos--clear .trust-logo span { display: block; color: rgba(7, 17, 31, .58); font-size: 14px; line-height: 1.35; font-weight: 500; }

.availability { background: #111; color: #fff; text-align: center; padding: 14px; }
.availability-emergency { background: #07111f; color: #fff; padding: 18px 14px; font-weight: 800; font-size: 18px; line-height: 1.45; }
.availability-inner { max-width: 900px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.availability-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  font-size: 20px;
}

.steps { background: #f9f9f9; padding: 40px 0; }
.steps-inline { background: #f9f9f9; padding: 34px 0; }
.steps-line { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: stretch; }
.steps-line .step-box {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}
.step-top { position: relative; width: 56px; height: 56px; flex: 0 0 56px; }
.step-badge,
.steps-line .step-badge {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 26px;
  height: 26px;
  margin: 0;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(229, 57, 53, .08);
  border: 1px solid rgba(229, 57, 53, .16);
  color: #e53935;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.steps-line .step-box strong { display: block; color: #07111f; font-size: 18px; line-height: 1.2; margin: 0 0 5px; }
.steps-line .step-box p { margin: 0; color: rgba(7, 17, 31, .62); font-size: 14px; line-height: 1.45; }
.step-arrow { width: 30px; display: flex; align-items: center; justify-content: center; color: rgba(7, 17, 31, .32); font-size: 26px; }

.section-kicker { display: inline-flex; margin-bottom: 10px; color: #e53935; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.services { padding: 60px 0; }
.services h2,
.content-block h2,
.coverage h2,
.reviews h2,
.faq h2,
.final h2 { text-align: center; margin: 0 0 20px; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.services-list > div { background: #fafafa; border: 1px solid #eee; padding: 20px; border-radius: 14px; }
.services-list--icons .service-top { display: flex; align-items: center; gap: 12px; }
.service-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #e53935;
  border-radius: 12px;
  font-size: 22px;
  flex: 0 0 42px;
}
.services-list p { margin: 8px 0 0; color: #666; line-height: 1.55; }
.services-note { margin-top: 18px; background: #fff7f7; border: 1px solid #f1d3d3; padding: 16px 18px; border-radius: 14px; color: #555; line-height: 1.6; }

.content-block { padding: 30px 0; }
.content-block p { color: #555; font-size: 17px; line-height: 1.7; }
.light-block { background: #fafafa; }

.coverage { background: #f9f9f9; padding: 50px 0; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.coverage-copy { text-align: left; }
.coverage-copy h2 { text-align: left; }
.coverage p { max-width: 820px; margin: 0 0 18px; color: #555; line-height: 1.65; }
.coverage-tags span { margin: 5px; display: inline-block; border: 1px solid #ddd; padding: 8px 12px; border-radius: 999px; background: #fff; font-weight: 700; font-size: 14px; }
.map-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}
.map-card img { display: none; }
.map-animation-box {
  width: 100%;
  height: 360px;
  background: radial-gradient(circle at 50% 45%, rgba(229, 57, 53, .08), transparent 48%), #f8fafc;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-animation-box svg,
#svg2 { width: 100%; height: 100%; display: block; }
.cls-5 { fill: #d8dee8; stroke: #ffffff; stroke-width: 1.4; opacity: 1; transition: fill .2s ease; }
.map-card:hover .cls-5 { fill: #cfd7e4; }

.trust { background: #fff; padding: 50px 0; }
.trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; }
.engineer-image-card img { width: 100%; height: 420px; object-fit: cover; object-position: top; border-radius: 14px; border: 1px solid #eee; background: #f0f0f0; }
.trust-grid { display: flex; flex-direction: column; gap: 20px; }
.trust-grid > div { background: #fafafa; border: 1px solid #eee; padding: 24px; border-radius: 14px; }
.trust-card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 57, 53, .08);
  border: 1px solid rgba(229, 57, 53, .16);
  color: #e53935;
  border-radius: 999px;
  font-size: 23px;
  margin-bottom: 12px;
}
.trust-grid strong { display: block; font-size: 20px; color: #07111f; }
.trust-grid p { margin: 8px 0 0; color: #666; line-height: 1.55; }

.stats { background: #111; color: #fff; padding: 40px 0; text-align: center; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.stats-grid strong { display: block; font-size: 28px; }
.stats-grid span { display: block; color: #cfcfcf; margin-top: 6px; }

.jobs-carousel-section { padding: 60px 0; background: #fff; }
.jobs-carousel-section h2 { text-align: center; margin: 0 0 20px; }
.jobs-carousel { display: grid; grid-template-columns: 52px 1fr 52px; gap: 16px; align-items: center; }
.carousel-btn { height: 52px; border-radius: 50%; border: 1px solid #ddd; background: #fff; font-size: 28px; cursor: pointer; }
.jobs-track { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.job-item { background: #fafafa; border: 1px solid #eee; border-radius: 14px; overflow: hidden; }
.job-item img { width: 100%; height: 220px; object-fit: cover; background: #f0f0f0; }
.job-copy { padding: 18px; }
.job-copy p { margin: 8px 0 0; color: #666; }

.reviews { padding: 60px 0; background: #fcfcfc; }
.reviews-trustpilot { padding: 64px 0; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); }
.reviews-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; }
.reviews-header h2 { text-align: left; margin: 0; }
.trustpilot-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  min-width: 230px;
}
.trustpilot-summary img { width: 52px; height: 52px; object-fit: contain; display: block; }
.trustpilot-summary strong { display: block; color: #07111f; font-size: 18px; line-height: 1.1; }
.trustpilot-stars { color: #00b67a; letter-spacing: 1px; font-size: 18px; font-weight: 900; white-space: nowrap; }
.review-list,
.review-list--trustpilot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card,
.review-list > div { background: #fff; border: 1px solid rgba(15, 23, 42, .10); border-radius: 16px; padding: 22px; box-shadow: 0 14px 30px rgba(15, 23, 42, .055); color: #444; }
.review-card-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-source { color: rgba(7, 17, 31, .48); font-size: 12px; font-weight: 700; }
.review-card strong { display: block; color: #07111f; font-size: 18px; line-height: 1.3; margin-bottom: 10px; }
.review-card p { margin: 0; color: rgba(7, 17, 31, .68); font-size: 15px; line-height: 1.6; }
.review-author { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(15, 23, 42, .08); color: rgba(7, 17, 31, .55); font-size: 13px; font-weight: 800; }

.faq { background: #f9f9f9; padding: 50px 0; }
.faq details { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 16px 18px; margin-bottom: 12px; }
.faq summary { font-weight: 600; cursor: pointer; }
.faq p { color: #666; }

.final { background: #111; color: #fff; text-align: center; padding: 60px 0; }
.final p { color: #d9d9d9; }
.final .btn-primary { margin-top: 10px; }

.footer { text-align: center; padding: 20px; color: #777; }
.footer-center { display: flex; justify-content: center; flex-direction: column; padding: 30px; gap: 5px; }
.footer a { text-decoration: none; }

.lp-fab-wrap { position: fixed; right: 10px; bottom: 20px; }
.lp-fab-ico { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.lp-fab-link { position: absolute; inset: 0; display: block; font-size: 0; text-decoration: none; }
.fab-call {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e53935;
  z-index: 1000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .20);
  border: 1px solid var(--panel-border);
}
.fab-call svg { width: 26px; height: 26px; fill: #fff; }
.fab-call-label {
  position: fixed;
  right: 86px;
  bottom: 22px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  color: var(--text);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}
.fab-call-label.cta.zphone { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }

.booking-hp-wrap { display: none !important; }
.modal { position: fixed; inset: 0; z-index: 9999; display: none; }
.modal.is-open { display: block; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); }
.modal__panel {
  position: relative;
  z-index: 2;
  width: min(92vw, 560px);
  max-height: 90vh;
  overflow-y: auto;
  margin: 5vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}
.modal__close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f3f3f3; color: #111; font-size: 24px; line-height: 1; cursor: pointer; }
.modal__title { margin: 0 0 8px; font-size: 28px; line-height: 1.1; }
.modal__subtitle { margin: 0 0 20px; color: #666; font-size: 15px; line-height: 1.5; }
.booking-form { display: grid; gap: 14px; }
.booking-form input,
.booking-form select,
.booking-form textarea { width: calc(100% - 36px); border: 1px solid #dcdcdc; border-radius: 12px; padding: 14px 15px; font: inherit; background: #fff; color: #111; }
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { outline: none; border-color: #e53935; box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12); }
.booking-form textarea { resize: vertical; min-height: 110px; }
.submit-cta { width: 100%; border: 0; border-radius: 12px; padding: 15px 18px; background: #e53935; color: #fff; font-weight: 700; font-size: 16px; cursor: pointer; }
.submit-cta:disabled { opacity: 0.7; cursor: not-allowed; }
.booking-note { font-size: 14px; color: #666; line-height: 1.5; text-align: center; }
.zcwPopup-bg { filter: contrast(10) !important; }

@media (max-width: 768px) {
  .container { width: 100%; max-width: 100%; padding-left: 16px; padding-right: 16px; }
  .nav { position: static; }
  .nav-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 10px; }
  .logo { font-size: 28px; line-height: 1.1; }
  .nav-status { text-align: right; }
  .nav-status-main { font-size: 18px; }
  .nav-status-sub { font-size: 15px; }

  .hero-emergency { padding: 38px 0 38px !important; text-align: left; }
  .hero-emergency::before { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.92) 58%, rgba(255,255,255,.74) 100%); }
  .hero-badge { margin: 0 0 20px; padding: 8px 14px; font-size: 15px; }
  .hero-badge-icon { width: 24px; height: 24px; font-size: 18px; }
  .hero-emergency h1 { font-size: 42px; line-height: 1.08; letter-spacing: -0.045em; margin: 0 0 18px; }
  .hero-emergency .lead { font-size: 20px; line-height: 1.52; margin: 0; }
  .hero-emergency .hero-actions { margin-top: 26px; gap: 12px; }
  .hero-emergency .btn-primary { min-height: 64px; border-radius: 13px; font-size: 24px; padding: 14px 18px; text-align: center; }
  .hero-emergency .btn-outline,
  .hero-emergency .book-btn { min-height: 60px; border-radius: 13px; font-size: 21px; }
  .hero-points { margin-top: 24px; grid-template-columns: 1fr; gap: 12px; font-size: 16px; }
  .hero-points > div { border-right: 0; padding: 0; justify-content: flex-start; }
  .trust-logos--clear { margin-top: 30px; padding-top: 22px; grid-template-columns: 1fr 1fr 1fr; }
  .trust-logos--clear .trust-logo { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 0 8px; row-gap: 7px; }
  .trust-logos--clear .trust-logo img { width: 45px; height: 45px; }
  .trust-logos--clear .trust-logo strong { font-size: 14px; }
  .trust-logos--clear .trust-logo span { font-size: 13px; }

  .availability-emergency { font-size: 17px; padding: 20px 14px; }
  .availability-inner { text-align: center; }

  .steps-inline { padding: 28px 0; }
  .steps-line { grid-template-columns: 1fr; gap: 12px; }
  .step-arrow { display: none; }
  .steps-line .step-box { grid-template-columns: auto 1fr; padding: 18px; }

  .steps-grid,
  .trust-grid,
  .review-list,
  .stats-grid,
  .services-list,
  .coverage-grid,
  .trust-layout,
  .jobs-track,
  .review-list--trustpilot { grid-template-columns: 1fr; }
  .jobs-carousel { grid-template-columns: 1fr; }
  .carousel-btn { display: none; }
  .coverage-copy h2 { text-align: left; }
  .map-animation-box { height: 280px; }
  .engineer-image-card img,
  .map-card img { height: 260px; }
  .services h2,
  .content-block h2,
  .coverage h2,
  .reviews h2,
  .faq h2,
  .final h2 { font-size: 24px; }
  .step-box,
  .services-list > div,
  .trust-grid > div,
  .review-list > div { padding: 15px; }

  .reviews-header { align-items: flex-start; flex-direction: column; }
  .trustpilot-summary { width: 100%; }
  .review-card { padding: 18px; }
  .review-card-top { align-items: flex-start; flex-direction: column; gap: 6px; }

  .faq { padding: 36px 0; }
  .faq details { padding: 14px 16px; border-radius: 12px; }
  .final { padding: 42px 0; text-align: center; }
  .footer { padding: 18px 16px 90px; font-size: 14px; line-height: 1.5; }

  .fab-call { display: none !important; }
  .fab-call-label {
    position: fixed;
    right: 4px;
    bottom: 2px;
    padding: 20px 0;
    background: #e53935;
    color: white;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    width: calc(100% - 10px);
    z-index: 1000;
    border-radius: 10px;
    box-shadow: none !important;
  }
  .fab-call-label.cta.zphone { display: inline-flex; }

  .modal__panel { width: calc(100vw - 20px); margin: 16px auto; max-height: calc(100vh - 32px); padding: 22px 10px 18px; border-radius: 16px; z-index: 9999999999 !important; }
  .modal__title { font-size: 24px; }
  .modal__subtitle { font-size: 14px; }
  .booking-form { gap: 12px; }
  .booking-form input,
  .booking-form select,
  .booking-form textarea { width: 100%; padding: 13px 14px; font-size: 16px; }
  .submit-cta { padding: 15px 16px; font-size: 16px; }

  .z-widget-simple-btn { width: 64px !important; height: 64px !important; bottom: 100px !important; z-index: 999 !important; }
  .z-widget-simple-btn:before { background: rgba(80, 138, 18, 0.15) !important; }
  
  .z-modal-window.z-m { max-width: 100vw !important; padding: 30px 20px 20px !important; }
  .z-modal-window.z-m-w { max-width: 75% !important; }
}

.z-widget-simple-btn svg {
  width: auto; height: auto; display: block; fill: currentColor; 
}

@media (max-width: 480px) {
  .hero-emergency h1 { font-size: 38px; }
  .hero-emergency .lead { font-size: 18px; }
  .hero-emergency .btn-primary { font-size: 22px; }
  .hero-emergency .btn-outline,
  .hero-emergency .book-btn { font-size: 19px; }
  .trust-logos--clear .trust-logo strong { font-size: 13px; }
  .trust-logos--clear .trust-logo span { font-size: 12px; }
  .fab-call-label { font-size: 22px; }
  .nav-status-main { font-size: 13px; }
  .nav-status-sub { font-size: 11px; }
  .map-animation-box { height: 250px; }
}
