:root {
  color-scheme: light;
  --ink: #202528;
  --muted: #5e6968;
  --line: #d9e0dc;
  --paper: #fbfcf8;
  --soft: #eef4f2;
  --green: #0f766e;
  --green-dark: #094d48;
  --red: #c8553d;
  --amber: #e9b44c;
  --blue: #2d5f8b;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(22, 31, 34, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16px;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
p { margin: 0 0 1rem; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 6.7rem); max-width: 10ch; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.15rem; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
  z-index: 20;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 252, 248, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 900;
  text-decoration: none;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  box-shadow: inset -8px -8px 0 rgba(0, 0, 0, .12);
}
.brand-mark svg { width: 25px; height: 25px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 750;
  padding: .55rem .75rem;
  border-radius: 8px;
}
.site-nav a:hover, .site-nav a:focus { color: var(--ink); background: var(--soft); }

.hero, .city-hero {
  position: relative;
  overflow: clip;
  min-height: min(780px, calc(100svh - 72px));
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #121a1b;
  color: #fff;
}
.hero::after, .city-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,26,27,.90) 0%, rgba(18,26,27,.76) 42%, rgba(18,26,27,.18) 100%),
    linear-gradient(0deg, rgba(18,26,27,.52), rgba(18,26,27,.04) 42%);
  pointer-events: none;
}
.hero::before, .city-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(0deg, rgba(18,26,27,.76), rgba(18,26,27,0));
  z-index: 1;
  pointer-events: none;
}
.hero__visual, .city-hero__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content, .city-hero__content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}
.city-hero__content h1 { max-width: 14ch; }
.hero__copy { max-width: 760px; }
.hero__proof {
  display: grid;
  gap: .85rem;
  align-self: end;
}
  .proof-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
    padding: 0.85rem 1.15rem;
    transition: transform 0.2s, background 0.2s;
  }
  .proof-item:hover { transform: translateY(-2px); background: rgba(255,255,255,0.12); }
  .proof-item .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .proof-item .icon svg { width: 24px; height: 24px; }
  .proof-item div { display: flex; flex-direction: column; line-height: 1.2; }
  .proof-item strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    color: #fff;
  }
  .proof-item span { font-size: 0.78rem; color: rgba(255,255,255,.7); }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--amber);
  font-weight: 850;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}
.band .kicker, .side-panel .kicker { color: var(--green-dark); }
.lead {
  max-width: 660px;
  font-size: clamp(1.1rem, 2vw, 1.38rem);
  color: rgba(255,255,255,.84);
  margin-top: 1.25rem;
}
.hero-actions, .inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 46px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  padding: .75rem 1rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(15, 118, 110, .20);
}
.button svg { width: 18px; height: 18px; }
.button.secondary {
  background: rgba(255,255,255,.78);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.band {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  border-bottom: 1px solid var(--line);
}
.band.soft { background: var(--soft); }
.band.dark { background: #202528; color: #fff; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2rem;
}
.section-head p { color: var(--muted); font-size: 1.08rem; }
.dark .section-head p, .dark .muted { color: rgba(255,255,255,.72); }

.stats-grid, .feature-grid, .steps, .city-grid, .faq-grid {
  display: grid;
  gap: 1rem;
}
.stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps { grid-template-columns: repeat(4, minmax(0, 1fr)); counter-reset: step; }
.city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.stat, .feature, .step, .city-link, .faq-item, .contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 1.15rem;
  box-shadow: 0 10px 28px rgba(22, 31, 34, .06);
}
.dark .stat, .dark .feature {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}
.stat strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}
.stat span, .feature p, .step p, .city-link span, .faq-item p { color: var(--muted); }
.dark .stat span, .dark .feature p { color: rgba(255,255,255,.72); }
.feature h3, .step h3, .faq-item h3 { margin-bottom: .5rem; }
.step { position: relative; padding-top: 3.2rem; }
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--amber);
  color: #202528;
  font-weight: 900;
}

.city-link {
  display: grid;
  gap: .45rem;
  text-decoration: none;
}
.city-link strong { font-size: 1.07rem; }
.city-link:hover, .city-link:focus {
  transform: translateY(-2px);
  border-color: rgba(15,118,110,.48);
  box-shadow: var(--shadow);
}
.city-filter {
  width: 100%;
  max-width: 520px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .8rem 1rem;
  font: inherit;
  background: #fff;
}

.visual-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.image-feature {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(22, 31, 34, .06);
}
.image-feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--soft);
}
.image-feature__body { padding: 1rem; }
.image-feature__body p { color: var(--muted); margin-top: .45rem; }

.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.city-visual {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.city-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.city-visual figcaption {
  padding: .75rem 1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: .92rem;
}
.media-copy p { color: var(--muted); }
.mini-list {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
}
.mini-list span {
  display: block;
  border-left: 4px solid var(--green);
  padding: .45rem .75rem;
  background: #fff;
  border-radius: 0 8px 8px 0;
  font-weight: 750;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}
.prose {
  font-size: 1.05rem;
}
.prose > * + * { margin-top: 1.4rem; }
.prose h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.prose ul {
  padding-left: 1.2rem;
  margin: .7rem 0 0;
}
.prose li + li { margin-top: .4rem; }
.side-panel {
  position: sticky;
  top: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 1.15rem;
  box-shadow: 0 10px 28px rgba(22, 31, 34, .06);
}
.side-panel a { color: var(--green-dark); font-weight: 800; }
.source-note {
  font-size: .92rem;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .93rem;
  margin-bottom: 1.25rem;
}
.breadcrumb a { color: var(--green-dark); }

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}
.contact-form {
  display: grid;
  gap: .85rem;
}
.contact-form label {
  display: grid;
  gap: .35rem;
  font-weight: 750;
}
.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 46px;
  padding: .75rem;
  font: inherit;
  background: #fff;
}
.contact-form textarea { min-height: 140px; resize: vertical; }

.site-footer {
  background: #202528;
  color: #fff;
  padding: 4rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(180px, 1fr));
  gap: 3rem;
  padding-bottom: 4rem;
}
.footer-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: var(--amber);
}
.footer-title__icon {
  width: 20px;
  height: 20px;
  opacity: 0.9;
}
.footer-list { display: grid; gap: 0.8rem; }
.footer-list a { 
  color: rgba(255,255,255,0.7); 
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
}
.footer-list a:hover { 
  color: #fff; 
  transform: translateX(4px);
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-icon {
  width: 18px;
  height: 18px;
  color: var(--amber);
}
.opening-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,0.7);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 0;
  text-align: center;
  background: rgba(0,0,0,0.2);
}
.footer-bottom p { margin: 0; opacity: 0.5; }

.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.cta-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s, background 0.3s;
}
.cta-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.08);
}
.cta-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1.25rem;
  color: var(--amber);
}
.cta-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; }
.cta-card p { opacity: 0.7; font-size: 0.95rem; margin: 0; }


.floating-contact {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  pointer-events: none;
}
.floating-contact.active {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fc-btn {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  position: relative;
}
.fc-btn::before {
  content: attr(aria-label);
  position: absolute;
  right: 100%;
  margin-right: 15px;
  background: var(--ink);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.fc-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.fc-btn svg {
  width: 26px;
  height: 26px;
  transition: transform 0.3s;
}
.fc-btn:hover svg { transform: scale(1.1); }
.fc-phone { background: linear-gradient(135deg, #0f766e, #134e4a); }
.fc-whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); }
.fc-form { background: linear-gradient(135deg, #2d5f8b, #1e3a5f); }
.fc-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .floating-contact {
    right: 12px;
    gap: 8px;
  }
  .fc-btn {
    width: 48px;
    height: 48px;
  }
}


@media (max-width: 900px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding: .75rem 0; }
  .site-nav { justify-content: flex-start; }
  .hero, .city-hero { min-height: auto; }
  .hero::after, .city-hero::after {
    background: linear-gradient(180deg, rgba(18,26,27,.92) 0%, rgba(18,26,27,.82) 58%, rgba(18,26,27,.55) 100%);
  }
  .hero__content, .city-hero__content { padding: 4rem 0 3.5rem; grid-template-columns: 1fr; }
  .section-head, .content-layout, .media-layout, .contact-strip, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid, .feature-grid, .steps, .city-grid, .faq-grid, .visual-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side-panel { position: static; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .site-nav a { padding: .45rem .5rem; }
  .stats-grid, .feature-grid, .steps, .city-grid, .faq-grid, .visual-feature-grid { grid-template-columns: 1fr; }
  .hero-actions, .inline-actions { flex-direction: column; align-items: stretch; }
  .button { justify-content: center; }
  h1 { font-size: clamp(2.35rem, 14vw, 4.4rem); }
}