:root {
  --ink: #0b1720;
  --muted: #5b6874;
  --line: rgba(11, 23, 32, 0.12);
  --paper: #f6f8f4;
  --white: #ffffff;
  --amber: #f8c948;
  --orange: #ff4f1f;
  --green: #0f7a59;
  --blue: #1e5eff;
  --shadow: 0 24px 70px rgba(11, 23, 32, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: "FastCondensed";
  src: local("Arial Narrow"), local("Roboto Condensed"), local("HelveticaNeue-CondensedBold");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.is-rtl {
  text-align: right;
}

body.is-rtl .hero-actions,
body.is-rtl .emergency-actions,
body.is-rtl .trust-row,
body.is-rtl .area-tags {
  justify-content: flex-end;
}

body.is-rtl .brand,
body.is-rtl .nav-links,
body.is-rtl .sticky-call,
body.is-rtl .footer-bottom .container {
  direction: rtl;
}

body.is-rtl .phone-number,
body.is-rtl .nav-call,
body.is-rtl .sticky-call a:first-child,
body.is-rtl .search-card a:first-of-type {
  direction: ltr;
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  background: var(--amber);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 6px;
  transition: top 0.2s ease;
}

.skip-link:focus { top: 16px; }

.container {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 96px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(246, 248, 244, 0.92);
  box-shadow: 0 14px 40px rgba(11, 23, 32, 0.08);
  backdrop-filter: blur(18px);
  padding: 8px 0;
}

.nav {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.brand-mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  color: var(--white);
}

.site-header.is-scrolled .brand strong,
.site-header.is-scrolled .brand small {
  color: var(--ink);
}

.brand strong { font-size: 1rem; }
.brand small { font-size: 0.75rem; opacity: 0.78; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 6px;
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-header.is-scrolled .nav-links {
  background: var(--white);
  border-color: var(--line);
}

.site-header.is-scrolled .nav-links a { color: var(--ink); }

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.nav-links .nav-call {
  background: var(--amber);
  color: var(--ink);
}

.site-header.is-scrolled .nav-links .nav-call { background: var(--ink); color: var(--white); }

.language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
}

.language-control select {
  min-height: 34px;
  max-width: 118px;
  border: 0;
  border-radius: 6px;
  padding: 0 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.site-header.is-scrolled .language-control { color: var(--ink); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--amber);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  padding: 0;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media picture,
.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  transform: scale(1.05);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    radial-gradient(circle at 70% 28%, rgba(248, 201, 72, 0.32), transparent 26%),
    linear-gradient(90deg, rgba(6, 11, 17, 0.94), rgba(6, 11, 17, 0.74) 47%, rgba(6, 11, 17, 0.34));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 380px;
  gap: 54px;
  align-items: center;
  padding: 130px 0 164px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow { color: var(--amber); }

h1, h2, h3, p { overflow-wrap: anywhere; }

h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions,
.emergency-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.btn-primary {
  color: var(--ink);
  background: var(--amber);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.btn-dark {
  color: var(--white);
  background: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
}

.rescue-card {
  position: relative;
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.pulse-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #36f08b;
  box-shadow: 0 0 0 0 rgba(54, 240, 139, 0.6);
  animation: pulse 1.7s infinite;
}

.rescue-card p {
  margin: 22px 0 8px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.phone-number {
  display: block;
  font-size: clamp(1.55rem, 6.4vw, 2.15rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  color: var(--amber);
}

.rescue-card ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.rescue-card li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.mini-link {
  display: inline-flex;
  color: var(--ink);
  background: var(--white);
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 900;
}

.hero-bottom {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.metrics div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.metrics div:last-child { border-right: 0; }

.metrics strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-head p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.services-section {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  scroll-margin-top: 96px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(11, 23, 32, 0.06);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 31, 0.32);
  box-shadow: var(--shadow);
}

.service-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 22px;
  background: var(--ink);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(11, 23, 32, 0.78));
}

.service-media span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.service-card:hover .service-media img {
  transform: scale(1.09);
  filter: saturate(1.08) contrast(1.03);
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 14px 0 24px;
}

.service-card .service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--amber);
  font-weight: 950;
  text-align: center;
  box-shadow: 0 10px 24px rgba(248, 201, 72, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.service-card .service-cta:hover {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(255, 79, 31, 0.26);
  transform: translateY(-1px);
}

.emergency-section {
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.emergency-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, black, transparent);
}

.emergency-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 50px;
  align-items: start;
}

.emergency-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
  font-size: 1.06rem;
}

.emergency-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.emergency-list div {
  min-height: 144px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.emergency-list strong,
.emergency-list span {
  display: block;
}

.emergency-list strong {
  color: var(--amber);
  font-size: 1.04rem;
}

.emergency-list span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.scenario-section {
  background: var(--paper);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.scenario-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(11, 23, 32, 0.05);
}

.scenario-card h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.scenario-card p {
  margin: 12px 0 18px;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.94rem;
}

.scenario-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--amber);
  font-size: 0.9rem;
  font-weight: 950;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.scenario-card a:hover {
  color: var(--white);
  background: var(--orange);
  transform: translateY(-1px);
}

.process-section {
  background: var(--white);
}

.process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-step {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-weight: 950;
  margin-bottom: 28px;
}

.process-step p {
  color: var(--muted);
  line-height: 1.65;
}

.coverage-section {
  background: var(--paper);
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 44px;
  align-items: center;
}

.coverage-map {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.coverage-map picture,
.coverage-map img {
  display: block;
  width: 100%;
  height: 550px;
}

.coverage-map img {
  object-fit: cover;
}

.coverage-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 23, 32, 0.12), rgba(11, 23, 32, 0.58));
}

.map-pin {
  position: absolute;
  z-index: 1;
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  animation: floatPin 3.2s ease-in-out infinite;
}

.pin-one { left: 18%; top: 28%; }
.pin-two { left: 45%; top: 48%; animation-delay: 0.4s; }
.pin-three { left: 26%; bottom: 18%; animation-delay: 0.8s; }
.pin-four { right: 12%; top: 22%; animation-delay: 1.1s; }
.pin-five { right: 18%; bottom: 16%; animation-delay: 1.4s; }

.coverage-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}

.coverage-copy .coverage-note {
  margin-top: 12px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.area-tags span {
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 850;
  color: var(--ink);
}

.pincode-tags {
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.pincode-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pincode-tags strong {
  padding: 5px 7px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1;
}

.local-seo-section {
  background: var(--white);
}

.local-seo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.local-seo-card {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 20px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(11, 23, 32, 0.05);
}

.local-seo-card h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.local-seo-card p {
  margin: 12px 0 18px;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.94rem;
}

.local-seo-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--amber);
  font-size: 0.9rem;
  font-weight: 950;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.local-seo-card a:hover {
  color: var(--white);
  background: var(--orange);
  transform: translateY(-1px);
}

.seo-section {
  background: var(--paper);
}

.seo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7dc, #ffffff 45%, #e8f6ef);
  border: 1px solid var(--line);
}

.seo-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
}

.search-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.search-card strong {
  font-size: 1.4rem;
}

.search-card span {
  color: rgba(255, 255, 255, 0.72);
}

.search-card a {
  display: inline-flex;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--amber);
  font-weight: 950;
}

.search-card a + a {
  background: var(--white);
}

.location-section {
  background: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.location-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}

.location-details {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.location-details div {
  padding: 16px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.location-details strong,
.location-details span {
  display: block;
}

.location-details strong {
  margin-bottom: 6px;
}

.location-details span {
  color: var(--muted);
  line-height: 1.55;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.map-frame {
  min-height: 460px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--paper);
}

.map-frame iframe {
  width: 100%;
  height: 460px;
  border: 0;
}

.faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

summary::-webkit-details-marker { display: none; }

details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  background: #071018;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding: 54px 0;
}

.footer-brand strong,
.footer-brand small {
  color: var(--white);
}

.site-footer p,
.site-footer span {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
}

.site-footer h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--amber);
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  margin: 9px 0;
}

.site-footer a:hover { color: var(--amber); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}

.sticky-call {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: 8px;
  display: none;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 28px));
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.75fr);
  gap: 5px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(11, 23, 32, 0.9);
  backdrop-filter: blur(18px);
}

.sticky-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 6px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 950;
  padding: 0 5px;
  font-family: "FastCondensed", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(0.98rem, 4.25vw, 1.18rem);
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.sticky-call a + a {
  background: var(--white);
}

.sticky-call .whatsapp-chat {
  grid-column: 1 / -1;
  gap: 8px;
  color: var(--white);
  background: #18b95b;
  box-shadow: 0 10px 24px rgba(24, 185, 91, 0.28);
}

.sticky-call .whatsapp-chat svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--orange);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.silo-page {
  background: var(--paper);
}

.silo-page .site-header {
  position: sticky;
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(11, 23, 32, 0.14);
  padding: 10px 0;
}

.silo-page .site-header .brand strong,
.silo-page .site-header .brand small,
.silo-page .site-header .nav-links a {
  color: var(--white);
}

.silo-page .site-header .nav-links .nav-call {
  color: var(--ink);
}

.silo-hero {
  overflow: hidden;
  padding: 70px 0 76px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 16, 24, 0.96), rgba(7, 16, 24, 0.84) 48%, rgba(255, 79, 31, 0.34)),
    url("assets/fast-mechanic-silo-hero-1280.jpg") center / cover;
}

.silo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.silo-hero h1 {
  max-width: 900px;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 850;
}

.breadcrumb a {
  color: var(--amber);
}

.breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.42);
}

.silo-contact-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.silo-contact-card strong,
.silo-contact-card span {
  display: block;
}

.silo-contact-card span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.silo-contact-card .phone-number {
  font-size: clamp(1.45rem, 4vw, 1.9rem);
}

.silo-contact-card .btn {
  min-height: 46px;
}

.silo-section {
  padding: 72px 0;
}

.silo-section.alt {
  background: var(--white);
}

.silo-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.silo-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.03rem;
}

.silo-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.silo-copy li {
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 750;
}

.silo-section.alt .silo-copy li {
  background: var(--paper);
}

.silo-card-grid,
.area-directory,
.service-directory,
.faq-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.silo-card,
.area-directory a,
.service-directory a,
.faq-mini-card {
  display: flex;
  flex-direction: column;
  min-height: 158px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(11, 23, 32, 0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.silo-section.alt .silo-card,
.silo-section.alt .area-directory a,
.silo-section.alt .service-directory a,
.silo-section.alt .faq-mini-card {
  background: var(--paper);
}

.silo-card:hover,
.area-directory a:hover,
.service-directory a:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 79, 31, 0.28);
  box-shadow: 0 18px 42px rgba(11, 23, 32, 0.1);
}

.silo-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 18px;
}

.silo-card h2,
.silo-card h3,
.area-directory strong,
.service-directory strong,
.faq-mini-card h3 {
  font-size: 1.03rem;
  line-height: 1.25;
}

.silo-card p,
.area-directory span,
.service-directory span,
.faq-mini-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.94rem;
}

.silo-card .service-cta {
  margin-top: auto;
}

.area-directory,
.service-directory {
  margin-top: 28px;
}

.area-directory a,
.service-directory a {
  min-height: 126px;
}

.area-directory em,
.service-directory em {
  margin-top: auto;
  color: var(--orange);
  font-style: normal;
  font-weight: 950;
}

.silo-map-frame {
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
}

.silo-map-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

.silo-cta-band {
  padding: 34px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 23, 32, 0.96), rgba(11, 23, 32, 0.86)),
    url("assets/fast-mechanic-silo-cta-900.jpg") center / cover;
}

.silo-cta-band h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.silo-cta-band p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

@keyframes slowZoom {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, 1%, 0); }
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 18px rgba(54, 240, 139, 0); }
  100% { box-shadow: 0 0 0 0 rgba(54, 240, 139, 0); }
}

@keyframes floatPin {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }

  .nav-links {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border-color: var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open { display: flex; }

  .nav-links a,
  .site-header .nav-links a {
    color: var(--ink);
  }

  .silo-page .site-header .nav-links a {
    color: var(--ink);
  }

  .language-control {
    justify-content: space-between;
    color: var(--ink);
  }

  .language-control select {
    max-width: none;
    width: 150px;
    border: 1px solid var(--line);
  }

  .hero-grid,
  .emergency-grid,
  .coverage-grid,
  .seo-panel,
  .location-grid,
  .faq-grid,
  .silo-hero-grid,
  .silo-intro-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 120px;
    padding-bottom: 250px;
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid,
  .scenario-grid,
  .local-seo-grid,
  .process,
  .footer-grid,
  .silo-card-grid,
  .area-directory,
  .service-directory,
  .faq-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container,
  .nav {
    width: min(100% - 28px, 1160px);
  }

  .section {
    padding: 70px 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 980px;
  }

  .hero-grid {
    gap: 26px;
    padding-bottom: 300px;
  }

  .hero-actions,
  .emergency-actions {
    display: grid;
  }

  .metrics,
  .service-grid,
  .scenario-grid,
  .local-seo-grid,
  .emergency-list,
  .process,
  .footer-grid,
  .silo-card-grid,
  .area-directory,
  .service-directory,
  .faq-mini-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    padding-bottom: 120px;
  }

  .metrics div {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .rescue-card,
  .seo-panel {
    padding: 22px;
  }

  .coverage-map,
  .coverage-map img {
    min-height: 390px;
    height: 390px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 360px;
    height: 360px;
  }

  .map-pin {
    font-size: 0.74rem;
  }

  .footer-bottom .container {
    display: grid;
  }

  .sticky-call {
    display: grid;
  }

  .silo-hero {
    padding: 42px 0 54px;
  }

  .silo-section {
    padding: 58px 0;
  }

  .silo-contact-card,
  .silo-cta-band {
    padding: 22px;
  }

  .site-footer {
    padding-bottom: 106px;
  }
}
