:root {
  --green: #0b4f2d;
  --green-2: #25d366;
  --blue: #06384c;
  --blue-2: #0b7290;
  --orange: #f6a21a;
  --paper: #f6faf8;
  --ink: #102422;
  --muted: #5c6d68;
  --line: #d8e6e1;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(8, 32, 28, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.12; color: var(--ink); letter-spacing: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.8rem); max-width: 820px; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.12rem; }
ul { padding-left: 1.1rem; color: var(--muted); }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background: var(--blue);
  color: #e9fff6;
  font-size: .92rem;
}
.topbar .wrap, .site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar .wrap { min-height: 42px; flex-wrap: wrap; }
.topbar a { font-weight: 800; color: #fff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.site-header .wrap { min-height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 205px; }
.brand img { width: 190px; }
.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: .86rem;
  font-weight: 800;
}
.nav > a, .drop > button {
  border: 0;
  background: transparent;
  padding: 13px 7px;
  border-radius: 7px;
  color: #193b36;
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.nav > a:hover, .drop:hover > button { background: #eef7f2; }
.drop { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 100%;
  width: min(820px, 88vw);
  max-height: min(620px, calc(100vh - 150px));
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 16px;
  border-radius: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.mega-services {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(900px, calc(100vw - 32px));
}
.mega-about { left: 0; right: auto; width: 260px; grid-template-columns: 1fr; }
.mega-cities {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(980px, calc(100vw - 32px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.drop:hover .mega, .drop:focus-within .mega { display: grid; }
.drop .mega[hidden] { display: none !important; }
.mega a {
  padding: 11px;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 700;
}
.mega a:hover { background: #eef7f2; color: var(--green); }
.chevron {
  display: inline-block;
  font-size: .78em;
  margin-left: 4px;
  color: var(--blue-2);
}
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 7px; padding: 10px; }
.hero {
  position: relative;
  min-height: 520px;
  color: #fff;
  overflow: hidden;
  background: var(--blue);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 41, 50, .95) 0%, rgba(4, 41, 50, .78) 43%, rgba(4, 41, 50, .12) 78%),
    var(--hero-image) center right / cover no-repeat;
}
.hero .wrap {
  position: relative;
  z-index: 1;
  padding: 86px 0 42px;
}
.hero h1, .hero p { color: #fff; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-2);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .08em;
  margin-bottom: 18px;
}
.hero .eyebrow,
.band .eyebrow,
.authority-section .eyebrow,
.page-hero .eyebrow {
  color: #e5ffb8;
}
.hero-sub { max-width: 720px; font-size: 1.16rem; margin: 20px 0 28px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 7px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}
.whats-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.phone-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.whatsapp-btn .whats-icon,
.floating-whatsapp .whats-icon {
  fill: rgba(255,255,255,.12);
}
.whatsapp-btn {
  color: #fff !important;
}
.btn.primary { background: var(--green-2); color: #06140b; }
.btn.primary.whatsapp-btn { color: #fff; }
.btn.primary:hover { filter: brightness(.96); }
.btn.dark { background: var(--blue); color: #fff; }
.btn.light { background: #fff; color: var(--green); }
.btn.outline { border-color: rgba(255,255,255,.6); color: #fff; }
.btn.orange { background: var(--orange); color: #211400; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 940px;
}
.promise-strip {
  margin-top: -34px;
  position: relative;
  z-index: 3;
  padding-bottom: 34px;
}
.promise-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 14px;
}
.promise-card {
  min-height: 130px;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(6,56,76,.22), rgba(37,211,102,.55), rgba(246,162,26,.35)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(6, 56, 76, .14);
}
.promise-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.28rem;
  line-height: 1.15;
  margin-bottom: 8px;
}
.promise-card span {
  display: block;
  color: var(--muted);
}
.promise-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  font-weight: 1000;
}
.promise-card.urgent {
  background:
    linear-gradient(135deg, rgba(6,56,76,.98), rgba(11,79,45,.95)) padding-box,
    linear-gradient(135deg, rgba(37,211,102,.8), rgba(246,162,26,.75)) border-box;
}
.promise-card.urgent strong,
.promise-card.urgent span { color: #fff; }
.trust-grid span, .seal {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  padding: 12px;
  color: #fff;
  font-weight: 800;
}
.section { padding: 76px 0; }
.section.alt { background: #fff; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 28px;
}
.section-head p { max-width: 660px; }
.grid { display: grid; gap: 18px; }
.grid.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 8px 30px rgba(6, 56, 76, .05);
}
.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(11, 114, 144, .13), rgba(105, 184, 31, .2));
  color: var(--blue-2);
  font-weight: 1000;
  margin-bottom: 14px;
  box-shadow: inset 0 0 0 1px rgba(11, 114, 144, .12);
}
.icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: auto -36px -54px auto;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.18), rgba(11,114,144,0));
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(105,184,31,.45);
  box-shadow: 0 18px 42px rgba(6, 56, 76, .12);
}
.card .actions { margin-bottom: 0; }
.blog-card {
  padding: 0 0 22px;
  overflow: hidden;
}
.blog-card h3,
.blog-card p,
.blog-card .btn,
.blog-category {
  margin-left: 22px;
  margin-right: 22px;
}
.blog-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe9e6;
  border-bottom: 1px solid var(--line);
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-category {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(105, 184, 31, .14);
  color: #0b4a30;
  font-size: .78rem;
  font-weight: 900;
}
.city-cloud, .link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.city-cloud a, .link-cloud a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 11px 13px;
  font-weight: 800;
  color: var(--green);
}
.city-cloud a {
  background: rgba(255,255,255,.96);
  color: #0a3925;
  box-shadow: 0 8px 22px rgba(2, 18, 13, .12);
}
.city-cloud svg,
.link-cloud svg {
  width: 17px;
  height: 17px;
  min-width: 17px;
  max-width: 17px;
  min-height: 17px;
  max-height: 17px;
  flex: 0 0 auto;
  fill: var(--orange);
  stroke: #7a4a00;
  stroke-width: .7;
}
.city-cloud span {
  line-height: 1.15;
}
.city-cloud a:hover {
  transform: translateY(-2px);
  border-color: rgba(246,162,26,.7);
}
.band {
  background: var(--green);
  color: #fff;
  padding: 58px 0;
}
.band h2, .band p { color: #fff; }
.steps { counter-reset: step; }
.step {
  position: relative;
  padding-left: 58px;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #1f1504;
  border-radius: 50%;
  font-weight: 1000;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
}
.faq details + details { margin-top: 10px; }
.faq summary { cursor: pointer; font-weight: 900; color: var(--blue); }
.page-hero {
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
  padding: 74px 0 60px;
}
.page-hero h1, .page-hero p { color: #fff; }
.breadcrumbs {
  color: #cfeee5;
  margin-bottom: 14px;
  font-size: .92rem;
}
.content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.prose {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
}
.prose h2 { font-size: 1.8rem; margin: 28px 0 12px; }
.prose h3 { margin: 22px 0 8px; }
.service-modern {
  background:
    linear-gradient(180deg, #f6faf8 0%, #ffffff 42%, #f6faf8 100%);
}
.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 28px;
  align-items: start;
}
.service-main {
  display: grid;
  gap: 22px;
}
.service-command,
.service-panel,
.tech-cta,
.service-side-card {
  border-radius: 8px;
  border: 1px solid transparent;
  box-shadow: 0 20px 54px rgba(6, 56, 76, .11);
}
.service-command {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(6,56,76,.98), rgba(11,79,45,.92)) padding-box,
    linear-gradient(135deg, rgba(37,211,102,.72), rgba(246,162,26,.48)) border-box;
}
.service-command::after {
  content: "";
  position: absolute;
  inset: auto -80px -110px auto;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,211,102,.28), rgba(11,114,144,.14), transparent 68%);
}
.service-command h2,
.service-command p { color: #fff; }
.service-command .eyebrow { color: #e5ffb8; }
.service-command-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #e5ffb8;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.service-command-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.service-metrics div,
.symptom-card,
.service-timeline article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 56, 76, .08);
}
.service-metrics div {
  padding: 18px;
}
.service-metrics strong {
  display: block;
  color: var(--blue);
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 6px;
}
.service-metrics span {
  color: var(--muted);
  font-weight: 800;
  font-size: .9rem;
}
.service-panel {
  padding: 28px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.2), rgba(37,211,102,.28), rgba(246,162,26,.18)) border-box;
}
.section-head.compact {
  margin-bottom: 18px;
}
.section-head.compact h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}
.symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.symptom-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.symptom-card::after {
  content: "";
  position: absolute;
  inset: auto -38px -48px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(37,211,102,.1);
}
.symptom-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37,211,102,.55);
  box-shadow: 0 18px 42px rgba(6, 56, 76, .12);
}
.symptom-card > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 12px;
  color: var(--blue-2);
  background: linear-gradient(135deg, rgba(11,114,144,.12), rgba(37,211,102,.16));
}
.symptom-card svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.symptom-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  margin-bottom: 6px;
}
.symptom-card p { margin: 0; font-size: .94rem; }
.tech-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(6,56,76,.98), rgba(11,114,144,.85)),
    #06384c;
}
.tech-cta h2,
.tech-cta p { color: #fff; }
.tech-cta .eyebrow { color: #e5ffb8; }
.service-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.service-timeline article {
  position: relative;
  padding: 18px;
}
.service-timeline article span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #1f1504;
  font-weight: 1000;
  margin-bottom: 12px;
}
.service-timeline h3 {
  margin: 0 0 8px;
}
.service-timeline p {
  font-size: .93rem;
  margin: 0;
}
.equipment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, #fafdff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(6,56,76,.24), rgba(37,211,102,.36), rgba(246,162,26,.28)) border-box;
}
.equipment-orbit {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
}
.equipment-orbit > span {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 18px 40px rgba(6, 56, 76, .2);
}
.equipment-orbit svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.equipment-orbit i {
  position: absolute;
  border: 1px solid rgba(11,114,144,.2);
  border-radius: 50%;
  animation: orbitPulse 3s ease-in-out infinite;
}
.equipment-orbit i:nth-child(2) { width: 130px; height: 130px; }
.equipment-orbit i:nth-child(3) { width: 164px; height: 164px; animation-delay: .45s; }
.equipment-orbit i:nth-child(4) { width: 194px; height: 194px; animation-delay: .9s; }
@keyframes orbitPulse {
  0%, 100% { transform: scale(.96); opacity: .55; }
  50% { transform: scale(1.03); opacity: 1; }
}
.split-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.split-info > div {
  padding: 20px;
  border-radius: 8px;
  background: #f7fbf9;
  border: 1px solid var(--line);
}
.split-info h2 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}
.service-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}
.service-side-card {
  padding: 22px;
  background: #fff;
  border-color: var(--line);
}
.service-side-card h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.service-side-card .btn {
  width: 100%;
}
.lead {
  font-size: 1.12rem;
  color: #173f4f;
}
.article-hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(6, 56, 76, .12);
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.article-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef8f3;
  color: var(--green);
  font-size: .82rem;
  font-weight: 900;
}
.article-summary,
.article-cta {
  margin: 24px 0;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.28), rgba(105,184,31,.36), rgba(246,162,26,.24)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 34px rgba(6, 56, 76, .09);
}
.article-summary h2 {
  margin-top: 0;
}
.article-summary ul {
  margin-bottom: 0;
}
.article-cta {
  background: #f5fbf8;
}
.article-cta strong {
  display: block;
  color: var(--blue);
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.article-cta p {
  margin: 0;
}
.related-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 28px;
}
.related-article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.2), rgba(37,211,102,.24), rgba(246,162,26,.18)) border-box;
  box-shadow: 0 14px 34px rgba(6, 56, 76, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.related-article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(6, 56, 76, .12);
  border-color: rgba(37,211,102,.35);
}
.related-article span {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(37,211,102,.12);
  color: var(--green);
  font-size: .75rem;
  font-weight: 1000;
}
.related-article strong {
  color: var(--blue);
  line-height: 1.2;
}
.related-article small {
  color: var(--muted);
  line-height: 1.45;
}
.table-wrap {
  overflow-x: auto;
  margin: 18px 0 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(6, 56, 76, .08);
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: #fff;
}
.table-wrap th,
.table-wrap td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.table-wrap th {
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
  font-weight: 900;
}
.table-wrap tr:last-child td {
  border-bottom: 0;
}
.service-city-media {
  margin: 0 0 26px;
}
.service-city-media.inline-media {
  margin: 24px 0 30px;
}
.service-city-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(11, 79, 45, .18);
  box-shadow: 0 20px 46px rgba(6, 56, 76, .16);
  background: var(--blue);
}
.service-city-media.inline-media img {
  box-shadow: 0 14px 32px rgba(6, 56, 76, .12);
}
.service-city-media figcaption {
  margin-top: 10px;
  font-size: .88rem;
  color: var(--muted);
  font-weight: 700;
}
.city-pillar .service-city-media {
  margin-bottom: 30px;
}
.city-service-grid {
  margin: 20px 0 12px;
}
.city-service-card {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.city-service-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -56px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.16), rgba(11,114,144,.04), transparent 68%);
  pointer-events: none;
}
.city-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 114, 144, .3);
  box-shadow: 0 18px 42px rgba(6, 56, 76, .12);
}
.local-case {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.22), rgba(105,184,31,.28), rgba(246,162,26,.2)) border-box;
  border: 1px solid transparent;
}
.link-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 8px;
}
.link-panel a {
  display: grid;
  gap: 5px;
  padding: 15px;
  border-radius: 8px;
  background: #f5fbf8;
  border: 1px solid rgba(11, 79, 45, .12);
  color: var(--green);
  box-shadow: 0 10px 24px rgba(6, 56, 76, .06);
}
.link-panel a:hover {
  transform: translateY(-2px);
  border-color: rgba(105,184,31,.45);
  background: #fff;
}
.link-panel span {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}
.neighborhood-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  padding: 0;
  margin: 18px 0 8px;
  list-style: none;
}
.neighborhood-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  border-radius: 7px;
  background: #f7fbfa;
  border: 1px solid var(--line);
  font-weight: 800;
}
.neighborhood-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(246,162,26,.12);
}
.city-map {
  overflow: hidden;
  margin: 24px 0 32px;
  border-radius: 8px;
  border: 1px solid rgba(11, 114, 144, .18);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.38), rgba(105,184,31,.45), rgba(246,162,26,.3)) border-box;
  box-shadow: 0 18px 46px rgba(6, 56, 76, .12);
}
.city-map-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  background: #f5fbf8;
  border-bottom: 1px solid var(--line);
}
.city-map-head span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-2), var(--green-2));
}
.city-map-head svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.city-map-head h3 {
  margin: 0 0 5px;
  color: var(--blue);
}
.city-map-head p {
  margin: 0;
  color: var(--muted);
}
.city-map iframe {
  display: block;
  width: 100%;
  min-height: 340px;
  background: #dfe9e6;
}
.contact-hero-panel {
  position: relative;
  padding: 44px 0 28px;
  background:
    linear-gradient(180deg, rgba(6,56,76,.08), transparent),
    #f6faf8;
  overflow: hidden;
}
.contact-hero-panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.2), rgba(11,114,144,.08), transparent 68%);
  pointer-events: none;
}
.contact-hero-panel .wrap,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: stretch;
}
.contact-highlight,
.contact-status,
.contact-note {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(11,114,144,.16);
  background: #fff;
  box-shadow: 0 20px 52px rgba(6,56,76,.12);
}
.contact-highlight {
  padding: 34px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.46), rgba(105,184,31,.5), rgba(246,162,26,.34)) border-box;
  border: 1px solid transparent;
}
.contact-highlight::after,
.contact-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -66px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.18), rgba(11,114,144,.06), transparent 70%);
  pointer-events: none;
}
.contact-status {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.contact-status span,
.contact-icon,
.contact-note span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-2), var(--green-2));
  color: #fff;
  box-shadow: 0 14px 28px rgba(6,56,76,.18);
}
.contact-status span {
  background: rgba(255,255,255,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
}
.contact-status svg,
.contact-icon svg,
.contact-note svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-icon .whats-icon {
  fill: rgba(255,255,255,.12);
}
.contact-status strong {
  color: #fff;
  font-size: 1.45rem;
  margin-top: 14px;
}
.contact-status p {
  color: #d9f4ec;
  margin: 8px 0 0;
}
.contact-card {
  display: grid;
  gap: 9px;
  min-height: 250px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(105,184,31,.48);
  box-shadow: 0 24px 56px rgba(6,56,76,.15);
}
.contact-card strong {
  font-size: 1.2rem;
  color: var(--blue);
}
.contact-card em {
  font-style: normal;
  color: var(--green);
  font-weight: 1000;
}
.contact-card.primary .contact-icon {
  background: var(--green-2);
}
.contact-card.dark .contact-icon {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
}
.contact-card.light .contact-icon {
  background: linear-gradient(135deg, var(--orange), var(--green-2));
}
.section-head.compact {
  margin-bottom: 18px;
}
.contact-steps {
  display: grid;
  gap: 12px;
}
.contact-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(6,56,76,.06);
  transition: transform .2s ease, border-color .2s ease;
}
.contact-step:hover {
  transform: translateX(4px);
  border-color: rgba(11,114,144,.28);
}
.contact-step span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #1f1504;
  font-weight: 1000;
}
.contact-step h3 {
  margin-bottom: 4px;
}
.contact-step p {
  margin: 0;
}
.contact-note {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
  padding: 18px;
}
.contact-note strong {
  color: var(--blue);
}
.contact-note p {
  margin: 4px 0 0;
}
.contact-band .city-cloud {
  margin-top: 20px;
}
.listing-form {
  width: min(520px, 100%);
  margin: 34px auto 0;
}
.sidebar { position: sticky; top: 96px; }
.quick-form label {
  display: block;
  font-size: .85rem;
  font-weight: 900;
  margin: 10px 0 5px;
}
.quick-form {
  overflow: hidden;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.45), rgba(105,184,31,.6), rgba(246,162,26,.45)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 22px 58px rgba(6,56,76,.13);
}
.quick-form::before {
  content: "";
  position: absolute;
  inset: -70px -80px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.22), rgba(11,114,144,.08), transparent 68%);
  pointer-events: none;
}
.quick-form h3 {
  font-size: 1.45rem;
  margin-top: 8px;
}
.form-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eaf8f2;
  color: var(--green);
  font-size: .82rem;
  font-weight: 1000;
}
.form-badge .whats-icon {
  width: 17px;
  height: 17px;
  fill: rgba(105,184,31,.16);
}
.quick-form input, .quick-form select, .quick-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  font: inherit;
  background: #fbfefd;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.quick-form input:focus,
.quick-form select:focus,
.quick-form textarea:focus {
  outline: none;
  border-color: var(--green-2);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(105,184,31,.16);
}
.quick-form textarea { min-height: 92px; resize: vertical; }
.quick-form button {
  width: 100%;
  margin-top: 14px;
  box-shadow: 0 14px 26px rgba(105,184,31,.24);
}
.site-footer {
  background: linear-gradient(135deg, #071d29, #0b3a2a);
  color: #d9ebe6;
  padding: 58px 0 92px;
}
.site-footer h3, .site-footer p { color: #fff; }
.site-footer a { display: block; color: #d9ebe6; margin: 8px 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 16px;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}
.footer-logo { width: 190px; }
.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none;
  grid-template-columns: 1fr 1fr;
}
.mobile-cta a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 1000;
  color: #fff;
  white-space: nowrap;
}
.mobile-cta a:first-child { background: var(--green-2); color: #fff; }
.mobile-cta a:last-child { background: var(--blue); }
.mobile-cta .whats-icon,
.mobile-cta .phone-icon {
  width: 20px;
  height: 20px;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background: var(--green-2);
  color: #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
  font-weight: 1000;
  animation: whatsappPulse 1.8s ease-out infinite;
}
.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 2px solid rgba(105,184,31,.42);
  animation: whatsappRing 1.8s ease-out infinite;
}
.floating-whatsapp .whats-icon {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
  color: #fff;
  stroke: #fff;
  fill: rgba(255,255,255,.14);
}
@keyframes whatsappPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes whatsappRing {
  0% { transform: scale(.75); opacity: .72; }
  100% { transform: scale(1.35); opacity: 0; }
}
.media-strip {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.photo-card {
  min-height: 260px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(6,56,76,.12), rgba(105,184,31,.18));
  border: 1px solid var(--line);
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.professional-card {
  min-height: 680px;
  align-self: stretch;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.professional-card img {
  object-position: center top;
}
.region-card {
  overflow: hidden;
  min-height: 260px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.55), rgba(105,184,31,.55), rgba(246,162,26,.48)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 45px rgba(6,56,76,.11);
  transition: transform .22s ease, box-shadow .22s ease;
}
.region-card::before {
  content: "";
  position: absolute;
  inset: -60px -70px auto auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.24), rgba(11,114,144,.08), transparent 66%);
}
.region-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(6,56,76,.18);
}
.region-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-2), var(--green-2));
}
.region-mark svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.special-intro {
  padding: 56px 0 28px;
  background:
    radial-gradient(circle at 14% 18%, rgba(105,184,31,.18), transparent 34%),
    linear-gradient(180deg, #f4fbf8, #fff);
}
.special-intro .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: stretch;
}
.special-panel,
.special-jump,
.special-city {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(11,114,144,.14);
  background: #fff;
  box-shadow: 0 18px 48px rgba(6,56,76,.1);
}
.special-panel {
  padding: 34px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11,114,144,.5), rgba(105,184,31,.55), rgba(246,162,26,.45)) border-box;
  border: 1px solid transparent;
}
.special-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,184,31,.2), rgba(11,114,144,.06), transparent 68%);
}
.special-panel h2 { max-width: 780px; }
.special-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.special-stats strong {
  display: grid;
  gap: 2px;
  padding: 16px;
  border-radius: 8px;
  background: #eef8f3;
  color: var(--green);
  font-size: 1.8rem;
}
.special-stats span {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.special-jump {
  padding: 22px;
}
.special-jump h3 { margin-top: 0; }
.special-jump div {
  display: grid;
  gap: 8px;
}
.special-jump a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 7px;
  background: #f4fbf8;
  color: var(--green);
  font-weight: 900;
}
.special-jump svg {
  width: 16px;
  height: 16px;
  fill: var(--orange);
}
.special-directory {
  background: #fff;
}
.special-directory .wrap {
  display: grid;
  gap: 24px;
}
.special-city {
  padding: 26px;
  scroll-margin-top: 120px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,251,248,.96)),
    radial-gradient(circle at 100% 0%, rgba(246,162,26,.15), transparent 35%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.special-city:hover {
  transform: translateY(-3px);
  border-color: rgba(105,184,31,.42);
  box-shadow: 0 26px 60px rgba(6,56,76,.14);
}
.special-city-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}
.special-city-head span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(246,162,26,.13);
  color: #815000;
  font-size: .76rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.special-city-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}
.special-city-head p {
  max-width: 850px;
  margin: 0;
}
.special-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.special-service-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.special-service-link:hover {
  transform: translateY(-2px);
  border-color: rgba(11,114,144,.42);
  background: #f7fcfa;
}
.special-service-link strong {
  font-size: .96rem;
  line-height: 1.25;
}
.special-service-link small {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.35;
}
.mini-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue-2);
  background: linear-gradient(135deg, rgba(11,114,144,.12), rgba(105,184,31,.17));
}
.mini-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.authority-section {
  background:
    linear-gradient(135deg, rgba(6,56,76,.96), rgba(11,79,45,.92)),
    #06384c;
  color: #fff;
  overflow: hidden;
}
.authority-section h2,
.authority-section p { color: #fff; }
.authority {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.authority .seal {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 18px 34px rgba(0,0,0,.16);
}
.authority-card::before {
  content: "";
  position: absolute;
  inset: -2px auto -2px -70%;
  width: 52%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-18deg);
  animation: shine 4.8s ease-in-out infinite;
}
.authority-card:nth-child(2)::before { animation-delay: .6s; }
.authority-card:nth-child(3)::before { animation-delay: 1.2s; }
.authority-card:nth-child(4)::before { animation-delay: 1.8s; }
@keyframes shine {
  0%, 42% { left: -70%; }
  62%, 100% { left: 122%; }
}
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; }
@media (max-width: 980px) {
  .topbar { display: none; }
  .menu-toggle { display: inline-grid; }
  .nav {
    display: none;
    position: absolute;
    inset: 76px 16px auto 16px;
    max-height: calc(100vh - 98px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 8px;
    padding: 12px;
    align-items: stretch;
  }
  .nav.open { display: grid; }
  .drop > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .drop .mega {
    position: static;
    display: none;
    width: 100%;
    max-height: 46vh;
    overflow: auto;
    box-shadow: none;
    grid-template-columns: 1fr;
    margin-top: 4px;
    transform: none;
  }
  .drop:hover .mega,
  .drop:focus-within .mega {
    display: none;
  }
  .drop.open .mega { display: grid; }
  .drop.open:hover .mega,
  .drop.open:focus-within .mega {
    display: grid;
  }
  .drop.open .chevron { transform: rotate(180deg); }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(4,41,50,.95), rgba(4,41,50,.7)), var(--hero-image) center / cover no-repeat; }
  .trust-grid, .grid.cards, .grid.four, .content, .footer-grid, .media-strip, .promise-grid, .special-intro .wrap, .special-service-grid, .contact-hero-panel .wrap, .contact-layout, .service-layout, .service-command, .tech-cta, .equipment-panel, .split-info, .related-articles { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .service-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .equipment-orbit { min-height: 160px; }
  .grid.two { grid-template-columns: 1fr; }
  .link-panel, .neighborhood-list { grid-template-columns: 1fr; }
  .special-city-head { display: grid; }
  .section-head { display: block; }
  .sidebar { position: static; }
  .floating-whatsapp { display: none; }
  .mobile-cta { display: grid; }
  .step { padding-left: 64px; }
  .step::before {
    left: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .hero .wrap { padding: 68px 0 44px; }
  .actions .btn { width: 100%; }
  .card, .prose { padding: 18px; }
  .service-command,
  .service-panel,
  .tech-cta {
    padding: 20px;
  }
  .service-command-icon {
    width: 72px;
    height: 72px;
  }
  .service-metrics,
  .symptom-grid,
  .service-timeline {
    grid-template-columns: 1fr;
  }
  .tech-cta .btn { width: 100%; }
  .equipment-orbit {
    min-height: 138px;
  }
  .equipment-orbit i:nth-child(2) { width: 112px; height: 112px; }
  .equipment-orbit i:nth-child(3) { width: 138px; height: 138px; }
  .equipment-orbit i:nth-child(4) { width: 160px; height: 160px; }
  .step {
    padding-left: 58px;
    padding-right: 16px;
  }
  .step::before {
    left: 14px;
    top: 20px;
    width: 32px;
    height: 32px;
  }
  .special-panel, .special-city { padding: 18px; }
  .special-stats { grid-template-columns: 1fr; }
  .authority { grid-template-columns: 1fr 1fr; }
}
