﻿:root {
  --black: #050505;
  --ink: #151515;
  --muted: #5f6368;
  --line: #e9e4d5;
  --yellow: #ffd21f;
  --yellow-2: #f4b400;
  --white: #ffffff;
  --paper: #f8f7f2;
  --soft: #f1efe7;
  --radius: 8px;
  --max: 1180px;
  --shadow: 0 22px 70px rgba(0,0,0,.14);
}
* { 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(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--yellow); color: #000; padding: 10px 14px; z-index: 30; }
.skip-link:focus { top: 12px; }
.section-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5,5,5,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header__inner {
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; color: var(--white); }
.brand--footer { color: var(--black); }
.main-nav { display: flex; gap: 18px; justify-content: center; align-items: center; font-size: 14px; color: rgba(255,255,255,.78); }
.main-nav a:hover { color: var(--yellow); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.icon-link { color: var(--white); font-weight: 750; font-size: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.button--small { min-height: 38px; background: var(--yellow); color: #000; }
.button--primary { background: var(--yellow); color: #000; box-shadow: 0 12px 28px rgba(255,210,31,.25); }
.button--dark { background: #000; color: #fff; }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.04); }
.button--ghost-dark { color: #000; border-color: rgba(0,0,0,.18); background: rgba(0,0,0,.02); }
.text-link { color: #000; font-weight: 850; border-bottom: 2px solid var(--yellow); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 8px; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; }
.hero { position: relative; min-height: 82vh; display: grid; align-items: center; overflow: hidden; background: #050505; }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.68) 38%, rgba(0,0,0,.2)); }
.hero__content { position: relative; z-index: 2; padding: 90px 0 66px; color: #fff; }
.eyebrow { margin: 0 0 14px; color: var(--yellow); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: 0; }
h1 { font-size: clamp(42px, 7vw, 86px); max-width: 980px; }
h2 { font-size: clamp(30px, 4vw, 52px); }
h3 { font-size: 22px; }
.hero__text { max-width: 680px; color: rgba(255,255,255,.78); font-size: 20px; }
.hero__actions, .cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-proof { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; margin: 32px 0 0; list-style: none; }
.hero-proof li { border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); padding: 9px 12px; border-radius: 8px; background: rgba(255,255,255,.05); }
.stats-strip { background: var(--yellow); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { padding: 24px 20px; border-right: 1px solid rgba(0,0,0,.14); }
.stats-grid strong { display: block; font-size: 34px; line-height: 1; }
.stats-grid span { font-weight: 750; }
.section { padding: 92px 0; }
.section--dark { background: var(--black); color: #fff; }
.section--dark p, .section--dark li { color: rgba(255,255,255,.72); }
.section--cream { background: var(--paper); }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.section-heading--left { text-align: left; margin: 0; }
.service-grid, .testimonial-grid, .cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .testimonial-card, .case-card, .contact-card, .page-hero__panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  min-width: 0;
}
.service-card span, .case-card span, .testimonial-card span { color: var(--yellow-2); font-weight: 900; font-size: 12px; text-transform: uppercase; }
.service-card p, .case-card p { min-height: 74px; }
.service-card a { font-weight: 900; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: 52px; align-items: start; }
.proof-list, .link-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.proof-list span, .link-cloud a { padding: 10px 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,.18); color: inherit; }
.link-cloud a { border-color: var(--line); background: #fff; font-weight: 800; }
.dashboard-card { background: #101010; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 22px; box-shadow: var(--shadow); }
.dashboard-card__top { display: flex; justify-content: space-between; color: #fff; }
.dashboard-card__top strong { color: var(--yellow); font-size: 32px; }
.bar-chart { height: 170px; display: flex; align-items: end; gap: 14px; padding: 22px 0; }
.bar-chart i { flex: 1; background: var(--yellow); border-radius: 6px 6px 0 0; }
.map-mock { height: 150px; border-radius: 8px; background: #181818; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.map-mock::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 34px 34px; }
.map-mock span { position: absolute; width: 12px; height: 12px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,210,31,.18); }
.map-mock span:nth-child(1) { left: 18%; top: 45%; }
.map-mock span:nth-child(2) { left: 42%; top: 28%; }
.map-mock span:nth-child(3) { left: 68%; top: 54%; }
.map-mock span:nth-child(4) { left: 80%; top: 22%; }
.map-mock span:nth-child(5) { left: 30%; top: 76%; }
.dashboard-card ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0; list-style: none; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.timeline article { border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 20px; background: rgba(255,255,255,.04); }
.section:not(.section--dark) .timeline article { border-color: var(--line); background: #fff; }
.timeline span { color: var(--yellow-2); font-weight: 900; }
.comparison { display: grid; gap: 14px; }
.comparison div { border-radius: 8px; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.cta-band { background: var(--yellow); color: #000; padding: 42px 0; }
.cta-band p, .cta-band .eyebrow { color: rgba(0,0,0,.68); }
.cta-band__inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.filters { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.filters button, .slot-picker button { border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 10px 14px; font-weight: 800; cursor: pointer; }
.filters .is-active, .slot-picker .is-active { background: #000; color: #fff; border-color: #000; }
.testimonial-card small { display: block; color: var(--muted); margin-top: 8px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; color: #000; }
.faq-item summary { cursor: pointer; font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr); gap: 40px; align-items: start; }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.lead-form label { display: grid; gap: 7px; font-weight: 850; }
.lead-form input, .lead-form select, .lead-form textarea, .search-panel input {
  width: 100%;
  border: 1px solid #d8d2bf;
  border-radius: 8px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
}
.lead-form__wide { grid-column: 1 / -1; }
.form-note { font-size: 13px; margin: 0; }
.slot-picker, .audit-box { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.audit-box span { border: 1px solid var(--line); border-radius: 8px; padding: 12px; font-weight: 800; background: #fff; }
.page-hero { padding: 82px 0 70px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .48fr); gap: 48px; align-items: center; }
.page-hero h1 { color: #000; font-size: clamp(38px, 5vw, 72px); }
.page-hero p { font-size: 18px; max-width: 760px; }
.city-hero { background: #fff; }
.check-list, .feature-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 12px; }
.check-list li, .feature-list li { position: relative; padding-left: 24px; color: inherit; }
.check-list li::before, .feature-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; background: var(--yellow); border-radius: 2px; }
.local-links { display: grid; grid-template-columns: .6fr 1fr; gap: 26px; align-items: center; }
.article-list { display: grid; gap: 14px; }
.article-row { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.article-row a { font-weight: 900; font-size: 20px; }
.article-page .page-hero { margin-bottom: 0; }
.article-content { max-width: 820px; padding: 70px 0; }
.article-content h2 { margin-top: 34px; font-size: 30px; }
.search-panel { max-width: 840px; }
.search-results { display: grid; gap: 12px; margin-top: 20px; }
.search-result { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.site-footer { background: #080808; color: #fff; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-grid a { display: block; color: rgba(255,255,255,.76); margin: 8px 0; }
.footer-grid p { color: rgba(255,255,255,.68); }
.footer-grid h2 { font-size: 15px; text-transform: uppercase; color: var(--yellow); }
.footer-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 38px; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.6); }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 20; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #18b957; color: #fff; font-weight: 900; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
@media (max-width: 1040px) {
  .site-header__inner { grid-template-columns: auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav, .header-actions { display: none; }
  .main-nav.is-open { display: grid; grid-column: 1 / -1; justify-content: stretch; padding: 10px 0 18px; }
  .header-actions.is-open { display: flex; grid-column: 1 / -1; padding-bottom: 16px; }
  .service-grid, .testimonial-grid, .cases-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid, .page-hero__inner, .local-links { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .section-inner { width: min(100% - 24px, var(--max)); }
  .hero { min-height: 78vh; }
  .hero__shade { background: rgba(0,0,0,.74); }
  .hero__content { padding: 58px 0 44px; }
  h1 { font-size: 40px; }
  .hero__text { font-size: 17px; }
  .service-grid, .testimonial-grid, .cases-grid, .stats-grid, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.12); }
  .lead-form { grid-template-columns: 1fr; }
  .cta-band__inner, .footer-bottom { display: grid; }
  .section { padding: 66px 0; }
  .page-hero { padding: 58px 0; }
}

/* Premium visual refresh */
:root {
  --black: #030303;
  --ink: #111111;
  --muted: #62625e;
  --line: #e6dfc9;
  --paper: #fbfaf5;
  --soft: #f4f1e6;
  --yellow: #ffd84d;
  --yellow-2: #d8a900;
  --shadow: 0 24px 80px rgba(0,0,0,.16);
}
body {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 42%, #ffffff 100%);
  font-feature-settings: "kern" 1, "liga" 1;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 0;
  background-image:
    linear-gradient(90deg, #000 1px, transparent 1px),
    linear-gradient(#000 1px, transparent 1px);
  background-size: 52px 52px;
}
.site-header {
  background: rgba(3,3,3,.84);
  box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 20px 60px rgba(0,0,0,.24);
}
.site-header__inner { min-height: 76px; }
.main-nav {
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}
.main-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  transition: background .22s ease, color .22s ease;
}
.main-nav a:hover {
  color: #000;
  background: var(--yellow);
}
.button {
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
}
.button--primary {
  background: linear-gradient(135deg, #ffdf61, #f0bf1e);
  border-color: rgba(0,0,0,.12);
}
.hero {
  min-height: 88vh;
  border-bottom: 1px solid #191919;
}
.hero__media img {
  filter: saturate(.95) contrast(1.08);
  transform: scale(1.015);
}
.hero__shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.78) 42%, rgba(0,0,0,.26)),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.86));
}
.hero__content {
  padding: 110px 0 78px;
}
.hero h1 {
  max-width: 1080px;
  font-size: clamp(44px, 6.8vw, 94px);
  letter-spacing: 0;
}
.hero__text {
  max-width: 760px;
  font-size: clamp(18px, 2vw, 23px);
}
.hero-proof li {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(14px);
}
.hero-command {
  width: min(820px, 100%);
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hero-command article {
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  backdrop-filter: blur(16px);
}
.hero-command span,
.pagination-preview span,
.city-list-card span {
  display: inline-flex;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.hero-command strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 24px;
}
.hero-command small {
  display: block;
  color: rgba(255,255,255,.62);
  margin-top: 4px;
}
.stats-strip {
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.stats-grid div {
  border-color: rgba(255,255,255,.1);
}
.stats-grid strong { color: var(--yellow); }
.stats-grid span { color: rgba(255,255,255,.72); }
.section { position: relative; z-index: 1; }
.section-heading {
  max-width: 900px;
}
.section-heading h2,
.split h2,
.page-hero h1 {
  text-wrap: balance;
}
.section--cream {
  background:
    linear-gradient(180deg, #fbfaf5, #f3efdf);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-card,
.testimonial-card,
.case-card,
.contact-card,
.page-hero__panel,
.article-row,
.search-result,
.faq-item,
.city-list-card,
.pagination-preview {
  border: 1px solid rgba(17,17,17,.1);
  background: rgba(255,255,255,.82);
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 18px 50px rgba(20,20,20,.07);
}
.service-card,
.case-card,
.testimonial-card,
.article-row,
.city-list-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover,
.case-card:hover,
.testimonial-card:hover,
.article-row:hover,
.city-list-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216,169,0,.42);
  box-shadow: 0 28px 70px rgba(0,0,0,.12);
}
.service-card h3,
.case-card h3,
.city-list-card h3 {
  margin-top: 14px;
}
.service-card a,
.city-list-card a,
.article-row a {
  display: inline-flex;
  margin-top: 12px;
  border-bottom: 2px solid var(--yellow);
}
.section--dark {
  background:
    linear-gradient(180deg, #030303 0%, #10100d 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dashboard-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  backdrop-filter: blur(16px);
}
.page-hero {
  background:
    linear-gradient(135deg, #fbfaf5 0%, #ffffff 48%, #f4f1e6 100%);
}
.page-hero__panel {
  position: relative;
  overflow: hidden;
}
.page-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), transparent);
}
.local-pages-preview {
  background: #fff;
}
.pagination-preview {
  padding: 28px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.pagination-preview span {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: #000;
  background: var(--yellow);
  border-radius: 8px;
}
.pagination-preview strong,
.pagination-preview p {
  grid-column: 1 / -1;
}
.pagination-preview strong {
  font-size: 32px;
  line-height: 1;
}
.city-index-toolbar {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}
.city-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.city-list-card {
  border-radius: 8px;
  padding: 20px;
}
.city-list-card h3 {
  font-size: 22px;
}
.pagination {
  margin-top: 34px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.pagination__numbers {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.pagination__numbers::-webkit-scrollbar {
  display: none;
}
.pagination a,
.pagination span {
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
  scroll-snap-align: center;
}
.pagination a:hover,
.pagination a.is-active {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
.pagination__arrow {
  min-width: 112px !important;
}
.pagination .is-disabled {
  opacity: .42;
}
.lead-form {
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.search-panel input:focus {
  outline: 3px solid rgba(255,216,77,.34);
  border-color: var(--yellow-2);
}
.site-footer {
  background:
    linear-gradient(180deg, #070707, #000000);
}
.floating-whatsapp {
  border-radius: 8px;
  width: 58px;
  height: 58px;
}
.service-card--visual {
  padding: 0;
  overflow: hidden;
}
.service-card--visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,210,31,.18), transparent 32%),
    linear-gradient(135deg, #fffdf3, #f3f1e8);
  border-bottom: 1px solid var(--line);
}
.service-card--visual span,
.service-card--visual h3,
.service-card--visual p,
.service-card--visual a {
  margin-left: 22px;
  margin-right: 22px;
}
.service-card--visual span {
  margin-top: 20px;
}
.service-card--visual a {
  margin-bottom: 22px;
}
.visual-system {
  background: #050505;
  color: #fff;
}
.visual-system p {
  color: rgba(255,255,255,.68);
}
.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.visual-grid figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.visual-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,210,31,.22), transparent 34%),
    linear-gradient(135deg, #141414, #f8f7f2);
}
.visual-grid figcaption {
  padding: 16px 18px;
  color: rgba(255,255,255,.82);
  font-weight: 850;
}
.service-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: 34px;
  align-items: center;
}
.service-visual picture {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.12);
  background:
    radial-gradient(circle at 16% 16%, rgba(255,210,31,.22), transparent 34%),
    linear-gradient(135deg, #fffdf4, #f0eee5);
}
.service-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}
.city-controls {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 48px rgba(0,0,0,.07);
}
.city-controls label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}
.city-controls input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d2bf;
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
}
.city-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.city-filter-bar button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 850;
  cursor: pointer;
}
.city-filter-bar button.is-active,
.city-filter-bar button:hover {
  background: #050505;
  color: #fff;
  border-color: #050505;
}
.city-result-note {
  margin: 0;
  font-size: 14px;
}
.city-dynamic-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}
@media (max-width: 1160px) {
  .main-nav { border-radius: 8px; }
  .main-nav a { border-radius: 8px; }
}
@media (max-width: 760px) {
  .hero-command,
  .city-list-grid,
  .city-index-toolbar,
  .pagination-preview,
  .visual-grid,
  .service-visual,
  .city-dynamic-results {
    grid-template-columns: 1fr;
  }
  .pagination {
    grid-template-columns: 1fr;
  }
  .pagination__numbers {
    justify-content: flex-start;
  }
}

/* Executive premium refinement */
:root {
  --black: #070706;
  --ink: #11100d;
  --muted: #66645d;
  --line: #ded6bd;
  --paper: #f7f5ef;
  --soft: #ece7d7;
  --yellow: #d7b15b;
  --yellow-2: #a87b21;
  --champagne: #f4dfaa;
  --platinum: #eef0ed;
  --shadow: 0 30px 90px rgba(8, 7, 4, .14);
}
body {
  color: var(--ink);
  background:
    linear-gradient(180deg, #f6f3eb 0%, #ffffff 18%, #f4f0e5 100%);
}
body::before {
  opacity: .025;
  background-size: 64px 64px;
}
.section-inner {
  width: min(1210px, calc(100% - 44px));
}
.site-header {
  background: rgba(7,7,6,.88);
  border-bottom: 1px solid rgba(244,223,170,.16);
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}
.brand {
  gap: 12px;
  letter-spacing: .02em;
}
.main-nav {
  gap: 4px;
  border-radius: 8px;
  border-color: rgba(244,223,170,.14);
  background: rgba(255,255,255,.04);
}
.main-nav a {
  border-radius: 6px;
  color: rgba(255,255,255,.76);
}
.main-nav a:hover {
  background: rgba(244,223,170,.13);
  color: #fff3c7;
}
.icon-link {
  color: rgba(255,255,255,.82);
}
.button {
  border-radius: 6px;
  min-height: 46px;
  padding: 0 20px;
  font-weight: 850;
}
.button--primary,
.button--small {
  background: linear-gradient(135deg, #fff0ba 0%, #d7ad53 52%, #a87b21 100%);
  color: #090806;
  border-color: rgba(82,57,12,.22);
  box-shadow: 0 18px 42px rgba(168,123,33,.24);
}
.button--dark {
  background: linear-gradient(135deg, #11100d, #000);
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.button--ghost {
  color: #f8edcc;
  border-color: rgba(244,223,170,.34);
  background: rgba(244,223,170,.06);
}
.button--ghost-dark {
  color: #15120a;
  border-color: rgba(168,123,33,.3);
  background: rgba(255,255,255,.48);
}
.text-link {
  color: #100f0b;
  border-bottom-color: var(--champagne);
}
.hero {
  min-height: 90vh;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #050504 0%, #13110d 52%, #050504 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.62));
  pointer-events: none;
}
.hero__media {
  opacity: .74;
}
.hero__media img {
  transform: none;
  filter: saturate(.92) contrast(1.04);
}
.hero__shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.82) 43%, rgba(0,0,0,.42) 72%, rgba(0,0,0,.74)),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.9));
}
.hero__content {
  padding: 124px 0 86px;
}
.eyebrow {
  color: var(--champagne);
  letter-spacing: .14em;
  font-size: 11px;
}
h1,
h2,
h3 {
  font-weight: 820;
}
.hero h1 {
  max-width: 1040px;
  font-size: clamp(46px, 6.5vw, 92px);
  text-shadow: 0 22px 70px rgba(0,0,0,.46);
}
.hero__text {
  max-width: 740px;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 1.9vw, 22px);
}
.hero-proof li {
  border-color: rgba(244,223,170,.2);
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.055);
}
.hero-command article {
  border-color: rgba(244,223,170,.2);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.hero-command span,
.pagination-preview span,
.city-list-card span {
  color: var(--champagne);
}
.stats-strip {
  background:
    linear-gradient(90deg, #060605 0%, #18130a 48%, #060605 100%);
}
.stats-grid div {
  padding: 30px 24px;
  border-color: rgba(244,223,170,.14);
}
.stats-grid strong {
  color: var(--champagne);
  font-size: 38px;
}
.stats-grid span {
  color: rgba(255,255,255,.68);
}
.section {
  padding: 106px 0;
}
.section-heading {
  max-width: 940px;
  margin-bottom: 50px;
}
.section-heading h2,
.split h2,
.page-hero h1 {
  letter-spacing: 0;
}
.section--cream {
  background:
    linear-gradient(180deg, #f7f5ef, #ece6d4);
}
.service-grid,
.testimonial-grid,
.cases-grid {
  gap: 22px;
}
.service-card,
.testimonial-card,
.case-card,
.contact-card,
.page-hero__panel,
.article-row,
.search-result,
.faq-item,
.city-list-card,
.pagination-preview {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border-color: rgba(92,72,30,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.76));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 22px 70px rgba(22,18,10,.08);
}
.service-card::before,
.case-card::before,
.testimonial-card::before,
.city-list-card::before,
.page-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--champagne), rgba(168,123,33,.16), transparent);
}
.service-card:hover,
.case-card:hover,
.testimonial-card:hover,
.article-row:hover,
.city-list-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168,123,33,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 34px 95px rgba(16,13,7,.14);
}
.service-card span,
.case-card span,
.testimonial-card span {
  color: var(--yellow-2);
  letter-spacing: .1em;
}
.service-card a,
.city-list-card a,
.article-row a {
  border-bottom-color: var(--champagne);
}
.section--dark,
.visual-system {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, #060605 0%, #15120b 100%);
  border-top: 1px solid rgba(244,223,170,.14);
  border-bottom: 1px solid rgba(244,223,170,.12);
}
.dashboard-card {
  border-color: rgba(244,223,170,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
}
.bar-chart i,
.map-mock span,
.check-list li::before,
.feature-list li::before {
  background: var(--champagne);
}
.page-hero {
  color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.032) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #060605 0%, #17130b 68%, #060605 100%);
  border-bottom: 1px solid rgba(244,223,170,.18);
}
.page-hero h1 {
  color: #fff;
}
.page-hero p {
  color: rgba(255,255,255,.72);
}
.page-hero__panel {
  color: var(--ink);
}
.city-hero {
  background:
    linear-gradient(135deg, #080807 0%, #19140c 100%);
}
.cta-band {
  color: #fff;
  background:
    linear-gradient(135deg, #080807 0%, #1b160c 54%, #b48a34 100%);
  border-top: 1px solid rgba(244,223,170,.24);
  border-bottom: 1px solid rgba(244,223,170,.22);
}
.cta-band p,
.cta-band .eyebrow {
  color: rgba(255,255,255,.72);
}
.cta-band .button--dark {
  background: #fff;
  color: #080806;
}
.lead-form,
.city-controls {
  border-color: rgba(92,72,30,.16);
  background: rgba(255,255,255,.88);
  box-shadow: 0 28px 85px rgba(22,18,10,.11);
}
.lead-form input,
.lead-form select,
.lead-form textarea,
.search-panel input,
.city-controls input {
  border-color: rgba(92,72,30,.22);
  background: rgba(255,255,255,.96);
}
.filters button,
.slot-picker button,
.city-filter-bar button,
.pagination a,
.pagination span {
  border-radius: 6px;
  border-color: rgba(92,72,30,.18);
}
.filters .is-active,
.slot-picker .is-active,
.city-filter-bar button.is-active,
.city-filter-bar button:hover,
.pagination a:hover,
.pagination a.is-active {
  background: linear-gradient(135deg, #12100b, #000);
  color: #fff;
  border-color: rgba(244,223,170,.34);
}
.service-card--visual img,
.visual-grid img,
.service-visual picture {
  background:
    linear-gradient(135deg, #fbf8ee 0%, #e8dfc7 50%, #f7f5ef 100%);
}
.service-card--visual img,
.visual-grid img {
  padding: 12px;
}
.visual-grid figure {
  border-color: rgba(244,223,170,.18);
  background: rgba(255,255,255,.055);
  box-shadow: 0 34px 95px rgba(0,0,0,.34);
}
.visual-grid figcaption {
  color: rgba(255,255,255,.86);
  border-top: 1px solid rgba(244,223,170,.12);
}
.service-visual {
  gap: 44px;
}
.service-visual picture {
  padding: 12px;
  border-color: rgba(92,72,30,.18);
}
.service-visual img {
  border-radius: 6px;
}
.pagination-preview span {
  color: #0c0a06;
  background: linear-gradient(135deg, #fff0ba, #c99a3f);
}
.site-footer {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, #070706, #000);
  border-top: 1px solid rgba(244,223,170,.14);
}
.footer-grid h2 {
  color: var(--champagne);
}
.floating-whatsapp {
  background: linear-gradient(135deg, #24d366, #128c45);
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
}
@media (max-width: 760px) {
  .section-inner {
    width: min(100% - 26px, var(--max));
  }
  .site-header__inner {
    min-height: 70px;
  }
  .hero {
    min-height: auto;
  }
  .hero__media {
    opacity: .45;
  }
  .hero__content {
    padding: 72px 0 54px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .section {
    padding: 72px 0;
  }
  .stats-grid div {
    padding: 24px 18px;
  }
}

/* Seamless visual integration */
.service-card--visual {
  padding: 24px;
  overflow: visible;
}
.service-card--visual img {
  margin: -4px 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 24px 42px rgba(22,18,10,.16));
  mix-blend-mode: multiply;
}
.service-card--visual span,
.service-card--visual h3,
.service-card--visual p,
.service-card--visual a {
  margin-left: 0;
  margin-right: 0;
}
.service-card--visual span {
  margin-top: 0;
}
.service-card--visual a {
  margin-bottom: 0;
}
.visual-system {
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(244,223,170,.38), transparent 30%),
    linear-gradient(180deg, #f4f0e5 0%, #fffdf8 52%, #eee7d4 100%);
}
.visual-system .eyebrow {
  color: var(--yellow-2);
}
.visual-system p {
  color: var(--muted);
}
.visual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}
.visual-grid figure {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.visual-grid img {
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 28px 48px rgba(20,16,8,.18));
  mix-blend-mode: multiply;
}
.visual-grid figcaption {
  padding: 12px 2px 0;
  border: 0;
  color: rgba(17,16,13,.72);
}
.service-visual-section {
  background:
    radial-gradient(circle at 76% 20%, rgba(244,223,170,.28), transparent 34%),
    linear-gradient(180deg, #fffdf8, #f6f1e5);
}
.service-visual picture {
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.service-visual img {
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 32px 54px rgba(22,18,10,.18));
  mix-blend-mode: multiply;
}
.hero__media img {
  background: transparent;
}

/* Integrated premium visuals and hero benefit panel */
.page-hero__panel {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 18px;
  color: #fff;
  border: 1px solid rgba(244,223,170,.24);
  border-radius: 18px 18px 42px 18px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.045)),
    radial-gradient(circle at 12% 10%, rgba(244,223,170,.22), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 28px 80px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
}
.page-hero__panel::before {
  height: 1px;
  background: linear-gradient(90deg, rgba(244,223,170,.95), rgba(244,223,170,.18), transparent);
}
.page-hero__panel::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -24px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,223,170,.22), transparent 68%);
  pointer-events: none;
}
.page-hero__panel h2 {
  max-width: 9ch;
  font-size: clamp(24px, 2.35vw, 36px);
  line-height: 1;
  color: #fff;
}
.page-hero__panel .check-list {
  gap: 14px;
}
.page-hero__panel .check-list li {
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.35vw, 19px);
  padding-left: 30px;
}
.page-hero__panel .check-list li::before {
  top: .62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--champagne);
  box-shadow: 0 0 0 6px rgba(244,223,170,.12);
}
.service-card--visual,
.visual-grid figure,
.service-visual picture {
  position: relative;
  isolation: isolate;
}
.service-card--visual::after,
.visual-grid figure::before,
.service-visual picture::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.78), transparent 30%),
    linear-gradient(135deg, rgba(244,223,170,.42), rgba(255,255,255,.08));
  filter: blur(.2px);
}
.service-card--visual::after {
  left: 10px;
  right: 22px;
  top: 20px;
  height: clamp(110px, 14vw, 180px);
  border-radius: 38% 62% 52% 48% / 48% 36% 64% 52%;
  opacity: .7;
}
.visual-grid figure::before {
  inset: 7% -2% auto 4%;
  height: 70%;
  border-radius: 45% 55% 38% 62% / 42% 34% 66% 58%;
  opacity: .72;
}
.service-visual picture::before {
  inset: 5% -4% 2% 3%;
  border-radius: 42% 58% 45% 55% / 36% 44% 56% 64%;
  opacity: .8;
}
.service-card--visual img,
.visual-grid img,
.service-visual img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 28px 28px 54px 28px;
  -webkit-mask-image:
    radial-gradient(ellipse at center, #000 0 76%, rgba(0,0,0,.9) 86%, transparent 100%);
  mask-image:
    radial-gradient(ellipse at center, #000 0 76%, rgba(0,0,0,.9) 86%, transparent 100%);
}
.service-card--visual img {
  aspect-ratio: 16 / 10;
  transform: translateY(-6px);
}
.visual-grid img {
  aspect-ratio: 16 / 10;
  transform: translateY(-4px);
}
.service-visual img {
  aspect-ratio: 16 / 9;
  transform: translateY(-2px);
}
.visual-grid figcaption {
  display: inline-flex;
  margin-top: 10px;
  padding: 8px 0 0;
  border-top: 1px solid rgba(168,123,33,.2);
}
.service-visual {
  position: relative;
}
.service-visual::before {
  content: "";
  position: absolute;
  inset: -28px -24px -28px 42%;
  z-index: -1;
  border-radius: 42px 12px 42px 12px;
  background:
    linear-gradient(135deg, rgba(244,223,170,.18), rgba(255,255,255,.36));
  transform: skewX(-5deg);
}

/* Professional visual system v2 */
.service-card--visual,
.visual-grid figure,
.service-visual picture {
  --visual-cut: polygon(5% 0, 100% 0, 95% 88%, 8% 100%, 0 14%);
  --visual-cut-soft: polygon(7% 2%, 98% 0, 100% 84%, 88% 100%, 0 94%, 0 12%);
}
.service-card--visual::after,
.visual-grid figure::before,
.service-visual picture::before {
  background:
    linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.12)),
    linear-gradient(140deg, rgba(244,223,170,.72), rgba(168,123,33,.12) 58%, rgba(255,255,255,.3));
  clip-path: var(--visual-cut-soft);
  border: 1px solid rgba(168,123,33,.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 24px 70px rgba(22,18,10,.14);
}
.service-card--visual img,
.visual-grid img,
.service-visual img {
  clip-path: var(--visual-cut);
  -webkit-mask-image: none;
  mask-image: none;
  padding: clamp(8px, 1.25vw, 16px);
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.82), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.66), rgba(244,223,170,.18));
  border: 1px solid rgba(168,123,33,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 28px 68px rgba(22,18,10,.16);
  filter: saturate(1.02) contrast(1.035) drop-shadow(0 22px 30px rgba(22,18,10,.11));
  mix-blend-mode: normal;
}
.service-card--visual img {
  margin-top: -14px;
  margin-bottom: 20px;
}
.visual-grid figure {
  padding: 8px 8px 0;
}
.visual-grid figure::before {
  inset: 10% 0 auto 0;
  height: 74%;
}
.visual-grid img {
  min-height: clamp(190px, 20vw, 280px);
}
.visual-grid figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: rgba(17,16,13,.78);
  font-size: 15px;
}
.visual-grid figcaption::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--yellow-2), transparent);
  flex: 0 0 auto;
}
.service-visual {
  isolation: isolate;
}
.service-visual::before {
  inset: -34px -18px -34px 36%;
  border-radius: 0;
  clip-path: polygon(10% 0, 100% 0, 92% 100%, 0 88%);
  background:
    linear-gradient(135deg, rgba(244,223,170,.28), rgba(255,255,255,.5));
  border: 1px solid rgba(168,123,33,.1);
}
.service-visual picture::before {
  inset: 8% -2% 3% 4%;
}
.service-visual picture {
  transform: rotate(-1.2deg);
}
.service-visual img {
  transform: rotate(1.2deg);
}
.hero__media::before {
  content: "";
  position: absolute;
  inset: 10% 4% 8% 46%;
  border: 1px solid rgba(244,223,170,.16);
  clip-path: polygon(10% 0, 100% 6%, 90% 100%, 0 86%);
  background: linear-gradient(135deg, rgba(244,223,170,.12), rgba(255,255,255,.04));
  pointer-events: none;
}
.dashboard-card,
.map-mock {
  clip-path: polygon(0 0, 100% 0, 96% 92%, 7% 100%, 0 12%);
}
@media (max-width: 760px) {
  .service-card--visual {
    padding: 20px;
  }
  .visual-grid {
    gap: 34px;
  }
  .page-hero__panel {
    border-radius: 16px 16px 30px 16px;
  }
  .page-hero__panel h2 {
    max-width: 100%;
  }
  .service-visual::before {
    inset: 18% -10px -18px -10px;
    transform: none;
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  }
  .service-visual picture,
  .service-visual img {
    transform: none;
  }
  .visual-grid img {
    min-height: 190px;
  }
}

/* Final production identity */
.brand {
  min-width: 0;
}
.brand__logo {
  width: clamp(142px, 13vw, 184px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.28));
}
.brand--footer .brand__logo {
  width: 190px;
  margin-bottom: 18px;
}
.site-header__inner {
  grid-template-columns: minmax(142px, auto) minmax(0, 1fr) auto;
}
@media (max-width: 1040px) {
  .brand__logo {
    width: 148px;
  }
  .site-header__inner {
    grid-template-columns: minmax(130px, auto) auto;
  }
}
