/* ==========================================================================
   espanol.legal — hoja de estilo principal
   Sin dependencias externas: sin webfonts, sin CDN, sin frameworks.
   ========================================================================== */

:root {
  color-scheme: light;

  --ink:          #14262b;
  --ink-2:        #33474c;
  --muted:        #5f6f72;
  --brand:        #0d5c63;
  --brand-dark:   #07393f;
  --brand-light:  #e3f0f0;
  --accent:       #bd5f37;
  --accent-dark:  #9c4c2a;
  --accent-soft:  #fbeade;
  --sand:         #faf8f4;
  --card:         #ffffff;
  --line:         #e6e0d6;
  --line-strong:  #d2c9ba;
  --ok:           #1f6b46;
  --ok-soft:      #e4f2ea;
  --warn:         #8a5a10;
  --warn-soft:    #fdf1da;

  --shadow-sm: 0 1px 2px rgba(20, 38, 43, .06), 0 1px 3px rgba(20, 38, 43, .05);
  --shadow-md: 0 2px 4px rgba(20, 38, 43, .05), 0 8px 20px -6px rgba(20, 38, 43, .12);
  --shadow-lg: 0 4px 8px rgba(20, 38, 43, .05), 0 20px 40px -12px rgba(20, 38, 43, .18);

  --serif: ui-serif, Georgia, "Iowan Old Style", "Times New Roman", serif;
  --sans:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --wrap: 1140px;
  --radius: 10px;
  --radius-lg: 16px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --ink:         #e9eef0;
    --ink-2:       #c2ced1;
    --muted:       #97a6a9;
    --brand:       #4fb3ba;
    --brand-dark:  #7fd0d6;
    --brand-light: #10373b;
    --accent:      #e08a5f;
    --accent-dark: #f0a37c;
    --accent-soft: #3a2318;
    --sand:        #10191c;
    --card:        #172428;
    --line:        #2a3a3f;
    --line-strong: #3d5157;
    --ok:          #6fd3a0;
    --ok-soft:     #123123;
    --warn:        #e6bd72;
    --warn-soft:   #33280f;
    --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
    --shadow-md: 0 8px 20px -6px rgba(0,0,0,.55);
    --shadow-lg: 0 20px 40px -12px rgba(0,0,0,.65);
  }
}

/* --------------------------------------------------------------- base --- */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem); }
h3 { font-size: 1.22rem; }
h4 { font-size: 1.03rem; font-family: var(--sans); font-weight: 700; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--brand); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}

img, svg { max-width: 100%; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, 760px); margin-inline: auto; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--brand-dark); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------------------------------------------------------- topbar/nav --- */

.topbar {
  background: var(--brand-dark);
  color: #dbeced;
  font-size: .82rem;
  letter-spacing: .01em;
}
.topbar .wrap {
  display: flex; flex-wrap: wrap; gap: .35rem 1.5rem;
  align-items: center; justify-content: space-between;
  padding: .5rem 0;
}
.topbar a { color: #fff; }
.topbar strong { color: #fff; }

.masthead {
  background: var(--card);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.masthead .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: .85rem 0;
}

.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand__mark {
  width: 38px; height: 38px; flex: none;
  border-radius: 9px;
  background: linear-gradient(150deg, var(--brand) 0%, var(--brand-dark) 100%);
  display: grid; place-items: center;
  color: #fff; font-family: var(--serif); font-size: 1.22rem; font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  color: var(--ink); letter-spacing: -0.015em;
}
.brand__tld { color: var(--accent); }
.brand__tag { font-size: .72rem; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: .35rem; }
.nav a {
  padding: .5rem .7rem; border-radius: 7px;
  color: var(--ink-2); text-decoration: none; font-size: .93rem; font-weight: 500;
}
.nav a:hover { background: var(--brand-light); color: var(--brand-dark); }
.nav a[aria-current="page"] { color: var(--brand-dark); background: var(--brand-light); font-weight: 600; }

.nav__toggle {
  display: none; background: none; border: 1px solid var(--line-strong);
  border-radius: 8px; padding: .5rem .7rem; cursor: pointer; color: var(--ink);
  font-size: .9rem; font-family: inherit; align-items: center; gap: .45rem;
}

@media (max-width: 900px) {
  .nav__toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--card); border-bottom: 1px solid var(--line);
    padding: .5rem; box-shadow: var(--shadow-md);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: .8rem .9rem; border-radius: 8px; }
  .masthead .wrap { position: relative; }
}

/* ------------------------------------------------------------------ btn --- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .78rem 1.35rem; border-radius: 9px;
  font: 600 .96rem/1.2 var(--sans);
  text-decoration: none; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--accent-dark); color: #fff; box-shadow: var(--shadow-md); }
.btn--brand { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn--brand:hover { background: var(--brand-dark); color: #fff; }
.btn--ghost { border-color: var(--line-strong); color: var(--ink); background: var(--card); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-dark); background: var(--brand-light); }
.btn--light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.45); }
.btn--light:hover { background: rgba(255,255,255,.24); color: #fff; }
.btn--sm { padding: .5rem .85rem; font-size: .86rem; }
.btn--block { width: 100%; }

/* ----------------------------------------------------------------- hero --- */

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 78% -10%, rgba(189,95,55,.30), transparent 60%),
    linear-gradient(155deg, #0b4a50 0%, #07393f 55%, #062f34 100%);
  color: #eef6f6;
  padding: clamp(3rem, 2rem + 6vw, 5.5rem) 0 clamp(2.5rem, 2rem + 4vw, 4rem);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(700px 420px at 22% 40%, #000, transparent 75%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { color: #fff; max-width: 17ch; margin-bottom: .45em; }
.hero__lede { font-size: clamp(1.05rem, 1rem + .45vw, 1.28rem); color: #cfe4e5; max-width: 56ch; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  color: #9fd4d6; margin-bottom: 1.1rem;
}
.hero__eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }

.hero__stats {
  display: flex; flex-wrap: wrap; gap: 2.4rem;
  margin-top: 2.8rem; padding-top: 1.8rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero__stat b {
  display: block; font-family: var(--serif); font-size: 1.75rem; font-weight: 600; color: #fff; line-height: 1.1;
}
.hero__stat span { font-size: .84rem; color: #a8c9cb; }

/* ------------------------------------------------------------- sections --- */

.section { padding: clamp(2.75rem, 2rem + 3.5vw, 4.75rem) 0; }
.section--tint { background: var(--card); border-block: 1px solid var(--line); }
.section--brand {
  background: linear-gradient(150deg, var(--brand-dark), #062f34);
  color: #e6f2f2;
}
.section--brand h2 { color: #fff; }
.section--brand p { color: #c3dcdd; }

.section__head { max-width: 68ch; margin-bottom: 2.2rem; }
.section__head p { color: var(--muted); font-size: 1.04rem; }
.section--brand .section__head p { color: #bcd6d7; }

.eyebrow {
  display: block; font-size: .76rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: .55rem;
}

/* ----------------------------------------------------------- area cards --- */

.grid { display: grid; gap: 1.15rem; }
.grid--areas   { grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); }
.grid--cities  { grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); }
.grid--3       { grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); }
.grid--2       { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.acard {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--brand);
  border-radius: var(--radius); padding: 1.5rem 1.4rem;
  text-decoration: none; color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.acard:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-md);
  border-left-color: var(--accent); color: inherit;
}
.acard__icon {
  width: 42px; height: 42px; border-radius: 10px; margin-bottom: 1rem;
  background: var(--brand-light); color: var(--brand-dark);
  display: grid; place-items: center;
}
.acard:hover .acard__icon { background: var(--accent-soft); color: var(--accent-dark); }
.acard__icon svg { width: 22px; height: 22px; }
.acard h3 { margin-bottom: .4rem; font-size: 1.16rem; }
.acard p { color: var(--muted); font-size: .93rem; margin: 0; flex: 1; }
.acard__more {
  margin-top: 1.1rem; font-size: .87rem; font-weight: 600; color: var(--brand);
  display: inline-flex; align-items: center; gap: .4rem;
}
.acard:hover .acard__more { color: var(--accent-dark); }
.acard:hover .acard__more span { transform: translateX(3px); }
.acard__more span { transition: transform .15s ease; }

/* ---------------------------------------------------------- city cards --- */

.ccard {
  display: block; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.15rem 1.2rem;
  text-decoration: none; color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ccard:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); transform: translateY(-2px); color: inherit; }
.ccard b { display: block; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; }
.ccard span { display: block; font-size: .82rem; color: var(--muted); margin-top: .12rem; }
.ccard em {
  display: inline-block; font-style: normal; font-size: .74rem; font-weight: 600;
  color: var(--brand-dark); background: var(--brand-light);
  padding: .12rem .45rem; border-radius: 20px; margin-top: .6rem;
}

.region-block { margin-bottom: 2.4rem; }
.region-block:last-child { margin-bottom: 0; }
.region-block > h3 {
  font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted); font-family: var(--sans);
  padding-bottom: .6rem; margin-bottom: 1.1rem; border-bottom: 1px solid var(--line);
}

/* ------------------------------------------------------- listing cards --- */

.filters {
  display: flex; flex-wrap: wrap; gap: .5rem; align-items: center;
  margin-bottom: 1.6rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line);
}
.filters__label { font-size: .84rem; font-weight: 600; color: var(--muted); margin-right: .3rem; }
.chip {
  border: 1px solid var(--line-strong); background: var(--card); color: var(--ink-2);
  padding: .42rem .85rem; border-radius: 20px; cursor: pointer;
  font: 500 .87rem/1 var(--sans); transition: all .13s ease;
}
.chip:hover { border-color: var(--brand); color: var(--brand-dark); }
.chip[aria-pressed="true"] { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }

.listing {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem; margin-bottom: 1rem;
  display: grid; grid-template-columns: 1fr auto; gap: 1.4rem;
}
.listing--featured { border-color: var(--accent); box-shadow: var(--shadow-sm); }
.listing--featured::before {
  content: "Destacado"; grid-column: 1 / -1;
  justify-self: start; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: #fff; background: var(--accent); padding: .2rem .6rem; border-radius: 4px; margin-bottom: -.5rem;
}
.listing__name { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; margin: 0 0 .15rem; }
.listing__firm { color: var(--muted); font-size: .93rem; margin: 0 0 .8rem; }
.listing__meta { display: flex; flex-wrap: wrap; gap: .35rem .5rem; margin: .8rem 0; }
.tag {
  font-size: .76rem; font-weight: 600; padding: .22rem .6rem; border-radius: 20px;
  background: var(--brand-light); color: var(--brand-dark);
}
.tag--lang { background: var(--ok-soft); color: var(--ok); }
.listing__details { font-size: .9rem; color: var(--muted); display: grid; gap: .3rem; }
.listing__details div { display: flex; gap: .5rem; align-items: flex-start; }
.listing__details svg { width: 15px; height: 15px; flex: none; margin-top: .28rem; color: var(--brand); }
.listing__actions { display: flex; flex-direction: column; gap: .55rem; align-content: start; min-width: 175px; }

@media (max-width: 700px) {
  .listing { grid-template-columns: 1fr; }
  .listing__actions { min-width: 0; }
}

/* Casilla vacante: muestra el formato exacto de una ficha real y vende el espacio. */
.listing--vacant {
  border: 1.5px dashed var(--line-strong); background: transparent;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; flex-wrap: wrap;
}
.listing--vacant .listing__name { color: var(--muted); font-size: 1.1rem; }
.listing--vacant p { color: var(--muted); font-size: .88rem; margin: .2rem 0 0; max-width: 52ch; }

.demo-badge {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--warn); background: var(--warn-soft);
  border: 1px solid rgba(138,90,16,.28);
  padding: .16rem .5rem; border-radius: 4px; margin-bottom: .6rem;
}

/* --------------------------------------------------------------- lists --- */

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; font-size: .96rem; }
.checklist li::before {
  content: ""; flex: none; width: 19px; height: 19px; margin-top: .22rem; border-radius: 50%;
  background: var(--brand-light) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d5c63' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}
.doclist { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.doclist li { display: flex; gap: .7rem; align-items: flex-start; font-size: .96rem; }
.doclist li::before {
  content: ""; flex: none; width: 19px; height: 19px; margin-top: .22rem; border-radius: 4px;
  background: var(--accent-soft) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd5f37' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E") center/12px no-repeat;
}

.steps { list-style: none; counter-reset: s; padding: 0; margin: 0; display: grid; gap: 1.6rem; }
.steps li { counter-increment: s; display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; }
.steps li::before {
  content: counter(s); grid-row: span 2;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--card); border: 1.5px solid var(--brand); color: var(--brand-dark);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.22rem; font-weight: 600;
}
.section--brand .steps li::before { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); color: #fff; }
.steps h3 { margin-bottom: .25rem; font-size: 1.1rem; }
.steps p { margin: 0; font-size: .95rem; color: var(--muted); }
.section--brand .steps h3 { color: #fff; }
.section--brand .steps p { color: #bcd6d7; }

/* --------------------------------------------------------------- notes --- */

.note {
  border-radius: var(--radius); padding: 1.25rem 1.4rem;
  border: 1px solid var(--line); border-left: 4px solid var(--brand);
  background: var(--card); font-size: .95rem;
}
.note h4 { margin: 0 0 .45rem; color: var(--brand-dark); }
.note p:last-child { margin-bottom: 0; }
.note--warn { border-left-color: var(--warn); background: var(--warn-soft); }
.note--warn h4 { color: var(--warn); }
.note--accent { border-left-color: var(--accent); background: var(--accent-soft); }
.note--accent h4 { color: var(--accent-dark); }

.disclaimer {
  background: var(--warn-soft); border-top: 1px solid rgba(138,90,16,.25);
  border-bottom: 1px solid rgba(138,90,16,.25);
  padding: 1.1rem 0; font-size: .87rem; color: var(--warn);
}
.disclaimer strong { color: var(--warn); }
.disclaimer .wrap { display: flex; gap: .9rem; align-items: flex-start; }
.disclaimer svg { width: 20px; height: 20px; flex: none; margin-top: .15rem; }

/* ----------------------------------------------------------------- faq --- */

.faq { display: grid; gap: .7rem; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden;
}
.faq details[open] { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.05rem 1.3rem;
  font-weight: 600; font-size: 1rem; display: flex; gap: 1rem;
  align-items: center; justify-content: space-between;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 11px; height: 11px;
  border-right: 2.2px solid var(--brand); border-bottom: 2.2px solid var(--brand);
  transform: rotate(45deg) translateY(-3px); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg) translateY(-3px); }
.faq .faq__body { padding: 0 1.3rem 1.25rem; color: var(--ink-2); font-size: .96rem; }

/* --------------------------------------------------------- breadcrumbs --- */

.crumbs { font-size: .84rem; color: var(--muted); padding: 1rem 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li::after { content: "/"; margin-left: .4rem; color: var(--line-strong); }
.crumbs li:last-child::after { content: ""; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

.page-head { padding: 2.2rem 0 0; }
.page-head h1 { margin-bottom: .35rem; }
.page-head__lede { font-size: 1.1rem; color: var(--muted); max-width: 62ch; }

/* ------------------------------------------------------------ cta band --- */

.cta {
  border-radius: var(--radius-lg); padding: clamp(2rem, 1.5rem + 2.5vw, 3.2rem);
  background: linear-gradient(150deg, var(--brand-dark), #062f34);
  color: #e6f2f2; text-align: center;
}
.cta h2 { color: #fff; }
.cta p { color: #bcd6d7; max-width: 56ch; margin-inline: auto; }
.cta__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.7rem; }

/* -------------------------------------------------------------- prose --- */

.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .45rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .93rem; }
.prose th, .prose td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--line); }
.prose th { background: var(--brand-light); color: var(--brand-dark); font-weight: 600; }

/* -------------------------------------------------------------- forms --- */

.field { display: grid; gap: .35rem; margin-bottom: 1.1rem; }
.field label { font-size: .89rem; font-weight: 600; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .96rem; padding: .7rem .85rem;
  border: 1px solid var(--line-strong); border-radius: 8px;
  background: var(--card); color: var(--ink); width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field small { color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 0 1.1rem; }

.searchbar {
  display: flex; gap: .6rem; flex-wrap: wrap;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
  padding: .6rem; border-radius: 12px; max-width: 620px; margin-top: 1.9rem;
  backdrop-filter: blur(4px);
}
.searchbar select, .searchbar input {
  flex: 1 1 190px; font: inherit; font-size: .95rem;
  padding: .72rem .85rem; border-radius: 8px; border: 0;
  background: #fff; color: var(--ink);
}
.searchbar .btn { flex: 0 0 auto; }

/* ------------------------------------------------------------- footer --- */

.footer {
  background: var(--brand-dark); color: #a8c9cb;
  padding: 3.2rem 0 1.8rem; font-size: .91rem; margin-top: 0;
}
.footer a { color: #d6e9ea; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid {
  display: grid; grid-template-columns: 1.4fr repeat(auto-fit, minmax(150px, 1fr));
  gap: 2.2rem; padding-bottom: 2.2rem; border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer h4 {
  color: #fff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: .9rem; font-family: var(--sans);
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { font-size: .89rem; max-width: 34ch; margin-top: .9rem; }
.footer__bottom {
  padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .7rem 1.6rem;
  justify-content: space-between; font-size: .83rem; color: #86aab0;
}
.footer__legal { max-width: 78ch; font-size: .8rem; line-height: 1.6; color: #86aab0; margin-top: 1.2rem; }

/* ------------------------------------------------------------ utility --- */

.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-2 { margin-bottom: 2rem; }
.text-center { text-align: center; }
.stack > * + * { margin-top: 1.2rem; }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.6rem; align-items: start; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 2rem; } }

.badge-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }

@media print {
  .masthead, .topbar, .footer, .nav__toggle, .cta, .filters { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}

/* ------------------------------------------- fichas: notas y verificación --- */

.edit-badge {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ok); background: var(--ok-soft);
  border: 1px solid rgba(31,107,70,.25);
  padding: .16rem .5rem; border-radius: 4px; margin-bottom: .6rem;
}
.listing__note {
  font-size: .92rem; color: var(--ink-2); margin: .3rem 0 .9rem; max-width: 62ch;
}
.listing__verified {
  font-size: .78rem; color: var(--muted); margin: .9rem 0 0;
  padding-top: .7rem; border-top: 1px dashed var(--line);
}
