*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --negro: #0d0d0d;
  --rojo: #C8102E;
  --blanco: #ffffff;
  --gris-f: #f3f3ef;
  --gris-e: #e8e8e5;
  --gris-texto: #4f4f4f;
  --gris-suave: #6d6d6d;
  --serif: 'Libre Baskerville', serif;
  --sans: 'DM Sans', sans-serif;
  --mono: 'DM Mono', monospace;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--blanco); color: var(--negro); overflow-x: hidden; font-size: 17px; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--blanco); border-bottom: 1px solid var(--gris-e);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 4vw; height: 84px;
}
.nav-logo { display: flex; align-items: center; gap: 0.5rem; color: var(--negro); }
.nav-logo img { height: 58px; width: auto; object-fit: contain; }
.nav-links { display: flex; gap: 2.4rem; list-style: none; }
.nav-links a { font-size: 0.92rem; font-weight: 500; letter-spacing: 0.01em; color: #3f3f3f; transition: color 0.2s; }
.nav-links a:hover { color: var(--negro); }
.nav-cta { font-size: 0.88rem; font-weight: 500; letter-spacing: 0.03em; color: var(--blanco); background: var(--negro); padding: 0.95rem 1.8rem; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--rojo); color: var(--blanco); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { width: 22px; height: 2px; background: var(--negro); display: block; transition: all 0.3s; }

/* Mobile menu */
.mobile-menu {
  position: fixed; top: 84px; left: 0; right: 0; bottom: 0;
  background: var(--negro); z-index: 999;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 2.5rem; transform: translateX(100%); transition: transform 0.35s ease;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; color: rgba(255,255,255,0.7); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--blanco); }
.mobile-menu .mob-cta { font-family: var(--sans); font-size: 0.85rem; font-weight: 500; color: var(--blanco); background: var(--rojo); padding: 0.9rem 2.5rem; margin-top: 1rem; }

/* ── HERO ── */
.hero { min-height: 100vh; padding-top: 84px; display: grid; grid-template-columns: 1fr 1fr; }
.hero-izq {
  background: var(--negro); padding: 5.2rem 5vw 4.5rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.hero-linea-roja { position: absolute; top: 4rem; left: 5vw; width: 32px; height: 2px; background: var(--rojo); }
.hero-eyebrow { font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.1em; color: #b3b3b3; margin-bottom: 2rem; text-transform: uppercase; }
.hero-title { font-family: var(--serif); font-size: clamp(3.4rem, 5.5vw, 6.2rem); font-weight: 400; line-height: 0.96; color: var(--blanco); margin-bottom: 0.03em; }
.hero-title em { font-style: italic; color: rgba(255,255,255,0.42); }
.hero-subtitle { font-family: var(--serif); font-size: clamp(3.4rem, 5.5vw, 6.2rem); font-weight: 700; line-height: 0.96; color: var(--blanco); margin-bottom: 2.4rem; }
.hero-bajada { font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.68); max-width: 480px; margin-bottom: 2.8rem; }
.hero-btns { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2rem; }
.btn-rojo { font-size: 0.9rem; font-weight: 500; letter-spacing: 0.03em; color: var(--blanco); background: var(--rojo); padding: 1rem 2.2rem; transition: opacity 0.2s; display: inline-block; }
.btn-rojo:hover { opacity: 0.85; color: var(--blanco); }
.btn-link { font-size: 0.9rem; font-weight: 400; letter-spacing: 0.02em; color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
.btn-link:hover { color: rgba(255,255,255,0.85); }
.hero-sedes { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.hero-sede { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); text-transform: uppercase; }
.hero-sede-sep { color: var(--rojo); font-size: 0.6rem; }

/* Stats */
.hero-der { background: #f3f3ef; padding: 3.5rem 4vw; display: flex; flex-direction: column; justify-content: center; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--gris-e); }
.stat { padding: 2.5rem 2.2rem; border-right: 1px solid var(--gris-e); border-bottom: 1px solid var(--gris-e); }
.stat:nth-child(2) { border-right: none; }
.stat:nth-child(3) { border-bottom: none; }
.stat:nth-child(4) { border-right: none; border-bottom: none; }
.stat-n { font-family: var(--serif); font-size: 3.8rem; font-weight: 400; color: var(--negro); line-height: 1; margin-bottom: 0.5rem; }
.stat-n sup { font-size: 1.2rem; vertical-align: super; }
.stat-l { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: #595959; }
.hero-jurisdiccion { border: 1px solid var(--gris-e); border-top: none; padding: 2rem 2.2rem; }
.jurisdiccion-label { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rojo); margin-bottom: 1.1rem; }
.jurisdiccion-item { display: flex; align-items: center; gap: 0.7rem; font-size: 0.92rem; font-weight: 300; color: #1a1a1a; margin-bottom: 0.6rem; }
.jurisdiccion-item::before { content: ''; width: 14px; height: 1px; background: var(--rojo); flex-shrink: 0; }

/* ── TICKER ── */
.ticker { background: var(--negro); padding: 1rem 0; overflow: hidden; border-top: 2px solid var(--rojo); }
.ticker-inner { display: flex; gap: 4rem; width: max-content; animation: ticker 28s linear infinite; }
.ticker-inner:hover { animation-play-state: paused; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.3); white-space: nowrap; }
.ticker-sep { color: var(--rojo); }

/* ── SECCIÓN BASE ── */
.s-tag { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rojo); margin-bottom: 1.4rem; display: block; }
.s-titulo { font-family: var(--serif); font-size: clamp(2.4rem, 3.2vw, 3.6rem); font-weight: 400; line-height: 1.1; color: var(--negro); margin-bottom: 2rem; }
.s-titulo em { font-style: italic; color: var(--gris-suave); }
.s-texto { font-size: 1rem; font-weight: 300; line-height: 1.9; color: var(--gris-texto); margin-bottom: 1.3rem; }
.btn-outline { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.07em; color: var(--negro); border: 1px solid var(--negro); padding: 0.85rem 1.8rem; display: inline-block; transition: all 0.2s; margin-top: 1rem; }
.btn-outline:hover { background: var(--negro); color: var(--blanco); }

/* ── ENFOQUE ── */
.s-enfoque { display: grid; grid-template-columns: 1fr 1.2fr; min-height: 60vh; border-bottom: 1px solid var(--gris-e); }
.enfoque-izq { padding: 7rem 5vw; border-right: 1px solid var(--gris-e); display: flex; flex-direction: column; justify-content: center; }
.enfoque-der { padding: 7rem 5vw; display: flex; flex-direction: column; justify-content: center; gap: 2.5rem; }
.enfoque-item { display: flex; flex-direction: column; gap: 0.5rem; }
.enfoque-item-num { font-family: var(--serif); font-size: 2rem; font-weight: 400; color: #ddd; line-height: 1; }
.enfoque-item-titulo { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; color: var(--negro); margin-top: 0.3rem; }
.enfoque-item-texto { font-size: 0.92rem; font-weight: 300; line-height: 1.8; color: #666; }
.enfoque-divider { width: 100%; height: 1px; background: var(--gris-e); }

/* ── ÁREAS ── */
.s-areas { background: #f5f5f2; padding: 4rem 5vw; }
.areas-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #ddddd9; }
.areas-top .s-tag { color: var(--rojo); margin-bottom: 0.6rem; }
.areas-top .s-titulo { color: #111; margin-bottom: 0; }
.areas-top .s-titulo em { color: #999; }
.ver-todas { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: #111; padding-bottom: 2px; border-bottom: 1px solid #bbb; transition: all 0.2s; white-space: nowrap; }
.ver-todas:hover { color: var(--rojo); border-color: var(--rojo); }
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.area-card { background: #fff; padding: 2rem 1.8rem; border-top: 3px solid transparent; cursor: default; transition: border-color 0.2s; }
.area-card:hover { border-top-color: var(--rojo); }
.area-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.6rem; }
.area-num { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.15em; color: var(--rojo); font-weight: 500; }
.area-flecha { display: none; }
.area-titulo { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; color: #111; line-height: 1.25; margin-bottom: 0.8rem; }
.area-texto { font-size: 0.85rem; font-weight: 300; line-height: 1.75; color: #555 !important; margin-bottom: 1.2rem; }
.area-servicios { display: flex; flex-direction: column; gap: 0.35rem; border-top: 1px solid #e8e8e4; padding-top: 1rem; }
.area-servicio { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.04em; color: #444 !important; padding-left: 0.9rem; position: relative; line-height: 1.5; border-left: none; }
.area-servicio::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 5px; height: 1px; background: var(--rojo); }

/* ── EQUIPO ── */
.s-equipo { padding: 6rem 5vw; border-bottom: 1px solid var(--gris-e); }
.equipo-header { margin-bottom: 4rem; }
.equipo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.abogado { background: var(--gris-f); overflow: hidden; transition: background 0.25s; }
.abogado:hover { background: #161616; }
.abogado-foto { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; filter: grayscale(15%); transition: filter 0.3s; }
.abogado:hover .abogado-foto { filter: grayscale(60%) brightness(0.7); }
.abogado-info { padding: 2rem 2rem 2.5rem; }
.abogado-tag { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rojo); margin-bottom: 0.6rem; }
.abogado-nombre { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--negro); margin-bottom: 0.2rem; line-height: 1.2; transition: color 0.25s; }
.abogado:hover .abogado-nombre { color: var(--blanco); }
.abogado-cargo { font-size: 0.88rem; font-weight: 300; color: #737373; margin-bottom: 1.2rem; transition: color 0.25s; }
.abogado:hover .abogado-cargo { color: rgba(255,255,255,0.45); }
.abogado-divider { width: 100%; height: 1px; background: var(--gris-e); margin-bottom: 1.2rem; transition: background 0.25s; }
.abogado:hover .abogado-divider { background: rgba(255,255,255,0.1); }
.abogado-perfil { font-size: 0.88rem; font-weight: 300; line-height: 1.8; color: #555; margin-bottom: 1.2rem; transition: color 0.25s; }
.abogado:hover .abogado-perfil { color: rgba(255,255,255,0.55); }
.abogado-areas { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 1.2rem; }
.abogado-area { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; color: var(--gris-suave); display: flex; align-items: center; gap: 0.5rem; transition: color 0.25s; }
.abogado:hover .abogado-area { color: rgba(255,255,255,0.3); }
.abogado-area::before { content: '—'; color: var(--rojo); }
.abogado-contacto { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 1rem; border-top: 1px solid var(--gris-e); padding-top: 1rem; transition: border-color 0.25s; }
.abogado:hover .abogado-contacto { border-color: rgba(255,255,255,0.08); }
.abogado-email { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.03em; color: #777; transition: color 0.25s; display: block; }
.abogado:hover .abogado-email { color: rgba(255,255,255,0.4); }
.abogado-telefono { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.03em; color: #777; transition: color 0.25s; display: block; }
.abogado:hover .abogado-telefono { color: rgba(255,255,255,0.4); }
.abogado-linkedin-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #ddd; margin-top: 0.4rem; transition: all 0.25s; }
.abogado-linkedin-icon svg { width: 13px; height: 13px; fill: #888; transition: fill 0.25s; }
.abogado-linkedin-icon:hover { border-color: #555; }
.abogado-linkedin-icon:hover svg { fill: #333; }
.abogado:hover .abogado-linkedin-icon { border-color: rgba(255,255,255,0.2); }
.abogado:hover .abogado-linkedin-icon svg { fill: rgba(255,255,255,0.4); }

/* ── OPERACIONES ── */
.operaciones { background: var(--negro); padding: 5rem 5vw; border-top: 2px solid var(--rojo); }
.op-header { margin-bottom: 3rem; }
.op-header .s-tag { color: var(--rojo); }
.op-header .s-titulo { color: var(--blanco); }
.op-header .s-titulo em { color: rgba(255,255,255,0.3); }
.op-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.06); }
.op-card { background: var(--negro); padding: 2.5rem 2.4rem; transition: background 0.2s; }
.op-card:hover { background: #111; }
.op-entidad { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rojo); margin-bottom: 1rem; }
.op-titulo { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; color: var(--blanco); line-height: 1.4; }
.op-link { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.25); display: inline-block; margin-top: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 2px; transition: all 0.2s; }
.op-link:hover { color: var(--rojo); border-color: var(--rojo); }

/* ── DIFERENCIAL ── */
.s-diferencial { padding: 6rem 5vw; background: var(--gris-f); }
.dif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 4rem; }
.dif-card { background: var(--blanco); padding: 3.5rem 3rem; transition: background 0.25s; }
.dif-card:hover { background: var(--negro); }
.dif-n { font-family: var(--serif); font-size: 2.8rem; font-weight: 400; color: var(--gris-e); line-height: 1; margin-bottom: 1.5rem; transition: color 0.25s; }
.dif-card:hover .dif-n { color: rgba(255,255,255,0.1); }
.dif-titulo { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--negro); margin-bottom: 1rem; transition: color 0.25s; }
.dif-card:hover .dif-titulo { color: var(--blanco); }
.dif-texto { font-size: 0.93rem; font-weight: 300; line-height: 1.85; color: #555; transition: color 0.25s; }
.dif-card:hover .dif-texto { color: rgba(255,255,255,0.55); }

/* ── NOVEDADES ── */
.s-novedades { padding: 6rem 5vw; border-bottom: 1px solid var(--gris-e); }
.novedades-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3.5rem; }
.novedades-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.novedad { background: var(--gris-f); overflow: hidden; cursor: pointer; transition: background 0.25s; }
.novedad:hover { background: #161616; }
.novedad-img-wrap { width: 100%; height: 180px; overflow: hidden; }
.novedad-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(30%); transition: filter 0.3s; }
.novedad-img-placeholder { width: 100%; height: 180px; background: var(--negro); display: flex; align-items: center; justify-content: center; }
.novedad-img-placeholder span { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.2); text-transform: uppercase; }
.novedad:hover .novedad-img-wrap img { filter: grayscale(70%) brightness(0.6); }
.novedad-body { padding: 2.2rem 2.2rem 2.8rem; }
.novedad-cat { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rojo); margin-bottom: 0.8rem; }
.novedad-titulo { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; color: var(--negro); line-height: 1.3; margin-bottom: 1rem; transition: color 0.25s; }
.novedad:hover .novedad-titulo { color: var(--blanco); }
.novedad-extracto { font-size: 0.9rem; font-weight: 300; line-height: 1.8; color: #5b5b5b; margin-bottom: 1.5rem; transition: color 0.25s; }
.novedad:hover .novedad-extracto { color: rgba(255,255,255,0.5); }
.novedad-fecha { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; color: var(--gris-suave); transition: color 0.25s; }
.novedad:hover .novedad-fecha { color: rgba(255,255,255,0.3); }
.novedad-leer { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rojo); margin-top: 0.5rem; }

/* ── CONTACTO ── */
.s-contacto { display: grid; grid-template-columns: 1fr 1fr; }
.contacto-izq { background: var(--negro); padding: 6rem 5vw; display: flex; flex-direction: column; justify-content: center; gap: 0; }
.contacto-izq .s-tag { color: var(--rojo); }
.contacto-titulo { font-family: var(--serif); font-size: clamp(2rem, 2.8vw, 3rem); font-weight: 400; line-height: 1.15; color: var(--blanco); margin-bottom: 1.4rem; }
.contacto-titulo em { font-style: italic; color: rgba(255,255,255,0.4); }
.contacto-bajada { font-size: 0.95rem; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.62); margin-bottom: 2.5rem; max-width: 400px; }
.contacto-datos { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.dato { display: flex; align-items: flex-start; gap: 1rem; }
.dato-label { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rojo); width: 72px; flex-shrink: 0; padding-top: 2px; }
.dato-valor { font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.68); line-height: 1.5; }
.contacto-redes { display: flex; gap: 0.7rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ct-red { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s; text-decoration: none; }
.ct-red:hover { border-color: rgba(255,255,255,0.45); }
.ct-red svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.45); transition: fill 0.2s; }
.ct-red:hover svg { fill: rgba(255,255,255,0.85); }
.contacto-ubicaciones { }
.ubic-label { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 0.7rem; }
.ubic-items { display: flex; flex-wrap: wrap; gap: 0.3rem 1.2rem; }
.ubic-item { font-size: 0.85rem; font-weight: 300; color: rgba(255,255,255,0.45); display: flex; align-items: center; gap: 0.35rem; }
.ubic-item::before { content: '·'; color: var(--rojo); }
.contacto-der { background: var(--gris-f); padding: 6rem 5vw; display: flex; flex-direction: column; justify-content: center; }
.contacto-form-titulo { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: #111; margin-bottom: 2rem; }
.form-row { margin-bottom: 1.3rem; }
.form-lbl { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: #999; margin-bottom: 0.4rem; }
.form-inp, .form-txt { width: 100%; background: var(--blanco); border: 1px solid #e0e0db; border-radius: 0; padding: 0.8rem 1rem; font-family: var(--sans); font-size: 0.95rem; font-weight: 300; color: var(--negro); outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.form-inp:focus, .form-txt:focus { border-color: var(--negro); }
.form-txt { height: 100px; resize: none; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.btn-enviar { font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; color: var(--blanco); background: var(--negro); border: none; padding: 1rem 2.5rem; cursor: pointer; transition: background 0.2s; width: 100%; margin-top: 0.4rem; font-family: var(--sans); }
.btn-enviar:hover { background: var(--rojo); }
.form-nota { font-size: 0.75rem; color: #aaa; margin-top: 0.8rem; font-weight: 300; line-height: 1.6; }
.form-msg { font-size: 0.8rem; margin-top: 0.8rem; padding: 0.7rem 1rem; display: none; }
.form-msg.ok { display: block; background: #f0faf0; color: #2a6a2a; border-left: 3px solid #2a6a2a; }
.form-msg.err { display: block; background: #fdf0f0; color: var(--rojo); border-left: 3px solid var(--rojo); }

/* ── FOOTER ── */
.site-footer { background: #080808; border-top: 1px solid rgba(255,255,255,0.05); padding: 2rem 5vw; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: var(--sans); font-size: 0.95rem; font-weight: 500; color: rgba(255,255,255,0.45); letter-spacing: 0.04em; }
.footer-logo span { color: var(--rojo); }
.footer-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
.footer-links a { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.22); transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.6); }
.footer-copy { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.18); }

/* ── ANIMACIONES ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.anim { opacity: 0; }
.anim.visible { animation: fadeUp 0.6s ease forwards; }

/* ── TABLET (breakpoint intermedio para menú) ── */
@media (max-width: 1024px) {
  .nav-links { gap: 1.6rem; }
  .nav-links a { font-size: 0.82rem; }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .site-nav { height: 72px; padding: 0 1.2rem; }
  .nav-logo img { height: 36px; }
  .mobile-menu { top: 72px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 72px; }
  .hero-izq { padding: 2.8rem 1.25rem 2.5rem; min-height: auto; justify-content: center; }
  .hero-title, .hero-subtitle { font-size: 2.6rem; }
  .hero-bajada { font-size: 0.95rem; }
  .hero-sedes { margin-top: 0.5rem; }
  .hero-der { padding: 0; }
  .stat { padding: 1.3rem 1rem; }
  .stat-n { font-size: 2.4rem; }
  .stat-l { font-size: 0.6rem; }
  .hero-jurisdiccion { padding: 1.3rem 1rem; }
  .jurisdiccion-item { font-size: 0.85rem; }
  .s-enfoque { grid-template-columns: 1fr; }
  .enfoque-izq { padding: 3rem 1.25rem; border-right: none; border-bottom: 1px solid var(--gris-e); }
  .enfoque-der { padding: 3rem 1.25rem; }
  .s-areas { padding: 3rem 1.25rem; }
  .areas-top { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .areas-grid { grid-template-columns: 1fr; }
  .area-card { padding: 2rem 1.25rem; border-right: none; border-bottom: 1px solid #e8e8e4; }
  .s-equipo { padding: 3rem 1.25rem; }
  .equipo-grid { grid-template-columns: 1fr; gap: 2px; }
  .operaciones { padding: 3rem 1.25rem; }
  .op-grid { grid-template-columns: 1fr; }
  .s-diferencial { padding: 3rem 1.25rem; }
  .dif-grid { grid-template-columns: 1fr; }
  .dif-card { padding: 2.5rem 2rem; }
  .s-novedades { padding: 3rem 1.25rem; }
  .novedades-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .novedades-grid { grid-template-columns: 1fr; }
  .s-contacto { grid-template-columns: 1fr; }
  .contacto-izq { padding: 3rem 1.25rem; }
  .contacto-der { padding: 2.5rem 1.25rem 3rem; }
  .form-row-2 { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.25rem; gap: 1.2rem; }
  .ticker { display: none; }
}
@media (max-width: 480px) {
  .hero-title, .hero-subtitle { font-size: 2.2rem; }
}
/* ── BOTONES REDES CONTACTO ── */
.red-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s; text-decoration: none; }
.red-btn:hover { border-color: rgba(255,255,255,0.45); }
.red-btn svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.45); transition: fill 0.2s; }
.red-btn:hover svg { fill: rgba(255,255,255,0.85); }

/* ── LINKEDIN EQUIPO ── */
.abogado-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #ddd; margin-top: 0.4rem; transition: all 0.25s; }
.abogado-linkedin svg { width: 13px; height: 13px; fill: #888; transition: fill 0.25s; }
.abogado-linkedin:hover { border-color: #555; }
.abogado-linkedin:hover svg { fill: #333; }
.abogado:hover .abogado-linkedin { border-color: rgba(255,255,255,0.2); }
.abogado:hover .abogado-linkedin svg { fill: rgba(255,255,255,0.4); }
.abogado-tel { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.03em; color: #777; transition: color 0.25s; display: block; }
.abogado:hover .abogado-tel { color: rgba(255,255,255,0.4); }
/* ── ICONOS EQUIPO ── */
.abogado-email-txt { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.03em; color: #777; display: block; margin-bottom: 0.6rem; transition: color 0.25s; }
.abogado:hover .abogado-email-txt { color: rgba(255,255,255,0.4); }
.abogado-iconos { display: flex; gap: 0.5rem; }
.abogado-icono-btn { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #ddd; transition: all 0.25s; text-decoration: none; }
.abogado-icono-btn svg { width: 14px; height: 14px; fill: #888; transition: fill 0.25s; }
.abogado-icono-btn:hover { border-color: #555; }
.abogado-icono-btn:hover svg { fill: #333; }
.abogado:hover .abogado-icono-btn { border-color: rgba(255,255,255,0.2); }
.abogado:hover .abogado-icono-btn svg { fill: rgba(255,255,255,0.45); }
.abogado-icono-btn svg { width: 14px !important; height: 14px !important; fill: #888; transition: fill 0.25s; }