:root {
  color-scheme: light;
  --ink: #102b27;
  --ink-2: #1a3c36;
  --muted: #667570;
  --paper: #f5f3ed;
  --surface: #fffefa;
  --line: rgba(16, 43, 39, .13);
  --gold: #c39a57;
  --gold-light: #e0c58e;
  --green: #1d6859;
  --online: #36bd82;
  --shadow: 0 20px 60px rgba(16, 43, 39, .09);
  --radius: 22px;
  --shell: 1200px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body, button, input, textarea { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(195, 154, 87, .75);
  outline-offset: 3px;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 23px;
  height: 1px;
  background: currentColor;
  content: "";
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: rgba(11, 28, 25, .96);
  color: #fff;
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; }
.brand-mark img { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: .95rem; letter-spacing: .04em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.64); font-size: .69rem; letter-spacing: .04em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.desktop-nav a {
  color: rgba(255,255,255,.79);
  font-size: .83rem;
  text-decoration: none;
  transition: color .2s ease;
}
.desktop-nav a:hover { color: var(--gold-light); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .83rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { background: var(--gold); color: #17221e; }
.button-primary:hover { background: #d7b675; }
.button-outline { border-color: rgba(255,255,255,.32); color: #fff; }
.button-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button-light { background: var(--surface); color: var(--ink); }

.hub-hero {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  padding: clamp(70px, 9vw, 118px) 0 76px;
  background:
    radial-gradient(ellipse at 80% 14%, rgba(195,154,87,.19), transparent 33%),
    radial-gradient(ellipse at 73% 83%, rgba(43,111,94,.35), transparent 39%),
    linear-gradient(115deg, #0b1c19 8%, #12312b 65%, #183b32);
  color: #fff;
}
.hub-hero::before, .hub-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.hub-hero::before {
  top: -200px;
  right: -105px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(224,197,142,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(224,197,142,.035), 0 0 0 104px rgba(224,197,142,.025);
}
.hub-hero::after {
  right: 13%;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(224,197,142,.13);
  border-radius: 50%;
}
.hub-hero-inner { position: relative; z-index: 1; max-width: 790px; }
.hub-hero h1, .region-hero h1, .city-hero h1 {
  max-width: 800px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .99;
}
.hub-hero h1 em, .region-hero h1 em, .city-hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.77);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 31px; }
.online-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: rgba(255,255,255,.83);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
}
.online-link svg { width: 20px; height: 20px; fill: currentColor; color: #49d99b; }
.online-link strong { color: #49d99b; }

.global-search-wrap { position: relative; z-index: 5; margin-top: -32px; }
.global-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  align-items: center;
  gap: 16px;
  padding: 12px 17px 12px 23px;
  border: 1px solid rgba(16,43,39,.08);
  border-radius: 17px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.global-search > svg { width: 23px; height: 23px; fill: none; stroke: var(--green); stroke-width: 1.7; }
.global-search input {
  width: 100%;
  min-height: 46px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: .96rem;
  outline: 0;
}
.global-search input::placeholder { color: #818c87; }
.search-submit {
  min-height: 46px;
  padding: 0 19px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: .79rem;
  font-weight: 750;
}
.global-search-results {
  position: absolute;
  z-index: 20;
  top: calc(100% + 9px);
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.global-search-results.is-open { display: block; }
.search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.search-result:last-child { border-bottom: 0; }
.search-result:hover { background: #f4f1e9; }
.search-result span { display: grid; }
.search-result strong { font-size: .91rem; }
.search-result small { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.search-empty { margin: 0; padding: 18px 20px; color: var(--muted); font-size: .88rem; }

.trust-strip { padding: 24px 0 9px; }
.trust-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px; }
.trust-items span { color: var(--muted); font-size: .78rem; }
.trust-items span::before { margin-right: 9px; color: var(--gold); content: "◆"; font-size: .56rem; }
.section { padding: clamp(56px, 8vw, 94px) 0; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 29px;
}
.section-heading h2 {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.section-heading p { max-width: 405px; margin: 0; color: var(--muted); font-size: .91rem; }
.section-eyebrow { margin: 0 0 10px; color: var(--green); font-size: .71rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.region-groups { display: grid; gap: 34px; }
.region-group {
  padding: clamp(19px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,254,250,.73);
}
.region-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.region-group-head h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.region-group-head p { margin: 0; color: var(--muted); font-size: .78rem; }
.region-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.region-card {
  position: relative;
  display: grid;
  min-height: 280px;
  overflow: hidden;
  align-content: end;
  border-radius: 16px;
  background: #24473e;
  color: #fff;
  isolation: isolate;
  text-decoration: none;
}
.region-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,24,21,.02) 2%, rgba(8,24,21,.28) 39%, rgba(8,24,21,.9) 100%);
  content: "";
}
.region-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.region-card:hover img { transform: scale(1.055); }
.region-card-copy { padding: 21px; }
.region-card small { color: rgba(255,255,255,.76); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.region-card h4 { margin: 7px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem,2.3vw,1.8rem); font-weight: 400; line-height: 1.06; }
.region-card p { max-width: 340px; margin: 0; color: rgba(255,255,255,.8); font-size: .78rem; line-height: 1.45; }
.region-card-arrow {
  position: absolute;
  top: 17px;
  right: 17px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.47);
  border-radius: 50%;
  background: rgba(12,34,29,.27);
  transition: background .2s ease, color .2s ease;
}
.region-card:hover .region-card-arrow { background: var(--gold); color: var(--ink); }
.region-card-arrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.future-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 23px;
  padding: 22px 25px;
  border: 1px solid rgba(195,154,87,.43);
  border-radius: 17px;
  background: linear-gradient(105deg, #f1e9d8, #fbf8f0);
}
.future-note strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.future-note p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }
.future-note .button { min-width: max-content; }

.editorial-band {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 62px);
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 90% 20%, rgba(195,154,87,.2), transparent 35%),
    linear-gradient(118deg, #102b27, #1c4940);
  color: #fff;
}
.editorial-band h2 { max-width: 730px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.editorial-band h2 em { color: var(--gold-light); font-weight: 400; }
.editorial-band p { max-width: 670px; margin: 16px 0 24px; color: rgba(255,255,255,.76); font-size: .91rem; }

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 23px 0 0; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { color: var(--green); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.region-hero, .city-hero {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  margin-top: 18px;
  padding: clamp(38px, 7vw, 76px);
  border-radius: 24px;
  background: linear-gradient(100deg, rgba(9,29,26,.94) 0%, rgba(9,29,26,.76) 56%, rgba(9,29,26,.3) 100%), #153a32;
  color: #fff;
  isolation: isolate;
}
.region-hero::before, .city-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: var(--cover-image);
  background-position: center;
  background-size: cover;
  content: "";
  opacity: .65;
}
.region-hero::after, .city-hero::after {
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: -245px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(224,197,142,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(224,197,142,.04), 0 0 0 90px rgba(224,197,142,.025);
  content: "";
}
.region-hero h1, .city-hero h1 { max-width: 770px; font-size: clamp(2.5rem,5vw,4.7rem); }
.region-hero .hero-lead, .city-hero .hero-lead { max-width: 675px; font-size: .98rem; }
.region-hero .online-link { margin-top: 20px; }
.region-kicker { margin: 0 0 12px; color: var(--gold-light); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.region-tools { display: grid; gap: 17px; margin: 28px 0 24px; }
.region-search {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 13px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 8px 25px rgba(16,43,39,.045);
}
.region-search svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.region-search input { width: 100%; min-height: 48px; border: 0; background: transparent; color: var(--ink); outline: 0; }
.filter-label { margin: 0 0 8px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-2);
  font-size: .76rem;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.launch-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.launch-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 9px 28px rgba(16,43,39,.045);
  transition: transform .25s ease, box-shadow .25s ease;
}
.launch-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(16,43,39,.1); }
.launch-card[hidden] { display: none; }
.launch-card-media { position: relative; overflow: hidden; aspect-ratio: 1.45; background: #d9ddd6; }
.launch-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.launch-card:hover .launch-card-media img { transform: scale(1.035); }
.launch-card-place {
  position: absolute;
  right: 13px;
  bottom: 13px;
  max-width: calc(100% - 26px);
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(13,34,30,.78);
  color: #fff;
  font-size: .68rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}
.launch-card-body { padding: 19px 20px 20px; }
.launch-card-meta { margin: 0 0 7px; color: var(--green); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.launch-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 400; letter-spacing: -.025em; line-height: 1.15; }
.launch-card h2 a { text-decoration: none; }
.launch-card h2 a:hover { color: var(--green); }
.launch-card-headline { margin: 9px 0 0; color: #394c46; font-size: .85rem; font-weight: 700; line-height: 1.35; }
.launch-card-description { margin: 9px 0 16px; color: var(--muted); font-size: .79rem; line-height: 1.55; }
.launch-card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .79rem; font-weight: 850; text-decoration: none; }
.launch-card-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.launch-card-link:hover svg { transform: translateX(3px); }
.empty-state { display: none; margin-top: 20px; padding: 28px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; }
.empty-state.is-visible { display: block; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 30px 0 0; }
.pagination a, .pagination span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}
.pagination .is-current { border-color: var(--ink); background: var(--ink); color: #fff; }
.pagination .pagination-text { min-width: auto; }
.area-directory { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.area-directory .region-card { min-height: 235px; }
.back-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .81rem; font-weight: 800; text-decoration: none; }
.back-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.back-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.site-footer { padding: 50px 0 25px; background: #0b1c19; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.footer-intro > p { max-width: 390px; margin: 16px 0 0; color: rgba(255,255,255,.61); font-size: .8rem; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 9px; }
.footer-links > strong, .footer-contact > strong { margin-bottom: 5px; color: var(--gold-light); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.75); font-size: .79rem; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 38px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.48); font-size: .68rem; }

.whatsapp-float, .assistant-trigger {
  position: fixed;
  z-index: 70;
  right: max(18px, env(safe-area-inset-right));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
  text-decoration: none;
}
.whatsapp-float {
  bottom: calc(max(20px, env(safe-area-inset-bottom)) + 76px);
  min-height: 52px;
  padding: 0 17px;
  border-radius: 999px;
  background: #1dbd70;
  color: #fff;
  font-size: .79rem;
  font-weight: 850;
}
.whatsapp-float svg { width: 23px; height: 23px; fill: currentColor; }
.assistant-trigger {
  bottom: max(17px, env(safe-area-inset-bottom));
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}
.assistant-trigger-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(224,197,142,.65);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 1rem;
}
.assistant-trigger-copy { display: grid; text-align: left; line-height: 1.2; }
.assistant-trigger-copy strong { font-size: .76rem; }
.assistant-trigger-copy small { margin-top: 3px; color: rgba(255,255,255,.63); font-size: .62rem; }
.assistant-trigger-badge { color: #65e4ac; font-size: .55rem; font-weight: 850; letter-spacing: .08em; }
.assistant-panel {
  position: fixed;
  z-index: 80;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(max(18px, env(safe-area-inset-bottom)) + 83px);
  display: none;
  width: min(385px, calc(100vw - 28px));
  max-height: min(680px, calc(100dvh - 130px));
  overflow: auto;
  border: 1px solid rgba(16,43,39,.15);
  border-radius: 19px;
  background: var(--surface);
  box-shadow: 0 26px 70px rgba(0,0,0,.26);
  color: var(--ink);
}
.assistant-panel[aria-hidden="false"], .assistant-panel.is-open { display: block; }
.assistant-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 18px 19px; background: var(--ink); color: #fff; }
.assistant-head > div { display: grid; gap: 4px; }
.assistant-head span { color: var(--gold-light); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.assistant-head strong { font-size: .9rem; }
.assistant-close { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; font-size: 1.2rem; }
.assistant-messages { display: grid; gap: 10px; padding: 16px 18px 9px; }
.assistant-bubble { max-width: 93%; margin: 0; padding: 12px 14px; border-radius: 13px; font-size: .79rem; }
.assistant-bubble-bot { background: #eef1eb; color: var(--ink); }
.assistant-choices { display: flex; flex-wrap: wrap; gap: 7px; padding: 4px 18px 12px; }
.assistant-choices button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: .67rem; }
.assistant-form { padding: 0 18px 12px; }
.assistant-form textarea { width: 100%; min-height: 66px; resize: vertical; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-size: .79rem; }
.assistant-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.assistant-submit { min-height: 39px; padding: 0 15px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 800; }
.assistant-lead-link { color: var(--green); font-size: .74rem; font-weight: 750; }
.assistant-status { min-height: 1.2em; margin: 7px 0 0; color: var(--muted); font-size: .72rem; }
.assistant-privacy { margin: 7px 0 0; color: #75817b; font-size: .64rem; line-height: 1.45; }
.assistant-cta { display: flex; justify-content: center; gap: 7px; margin: 0 18px 17px; padding: 10px; border-radius: 10px; background: #e8f5ed; color: #176c48; font-size: .76rem; font-weight: 800; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 900px) {
  .region-grid, .launch-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .region-card { min-height: 250px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading p { max-width: 650px; }
}
@media (max-width: 640px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand-mark, .brand-mark img { width: 35px; height: 35px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy small { font-size: .6rem; }
  .desktop-nav { display: none; }
  .header-inner > .button { min-height: 40px; padding: 0 12px; font-size: .68rem; }
  .hub-hero { min-height: 500px; padding: 77px 0 60px; }
  .hub-hero::before { top: -230px; right: -265px; }
  .hub-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-lead { max-width: 510px; margin-top: 20px; font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 320px; }
  .hero-actions .button { width: 100%; }
  .global-search-wrap { margin-top: -25px; }
  .global-search { grid-template-columns: auto minmax(0,1fr); gap: 9px; padding: 10px 13px; }
  .global-search input { min-width: 0; font-size: .8rem; }
  .search-submit { grid-column: 1 / -1; min-height: 40px; }
  .section { padding: 53px 0; }
  .section-heading h2 { font-size: 2.3rem; }
  .region-group { padding: 17px; border-radius: 18px; }
  .region-group-head { align-items: start; flex-direction: column; gap: 4px; }
  .region-grid, .launch-grid, .area-directory { grid-template-columns: 1fr; }
  .region-card { min-height: 235px; }
  .region-card h4 { font-size: 1.7rem; }
  .future-note { align-items: start; flex-direction: column; padding: 19px; }
  .editorial-band { padding: 29px 22px; border-radius: 20px; }
  .region-hero, .city-hero { min-height: 330px; margin-top: 13px; padding: 32px 24px; border-radius: 19px; }
  .region-hero h1, .city-hero h1 { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .region-hero .hero-lead, .city-hero .hero-lead { font-size: .87rem; }
  .launch-card-media { aspect-ratio: 1.5; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 16px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .assistant-panel { right: 12px; bottom: 80px; width: calc(100vw - 24px); max-height: calc(100dvh - 105px); }
  .whatsapp-float { right: 13px; bottom: 82px; min-height: 47px; padding: 0 14px; }
  .assistant-trigger { right: 13px; bottom: 16px; min-height: 49px; padding: 0 13px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
