
/* shared: tokens.css */
/* ============================================================================
   TOKENS DE DISEÑO --lp-* (defaults canónicos del sistema de bloques)
   ----------------------------------------------------------------------------
   Capa 1 (este fichero): defaults neutros en :root, emitidos ANTES del CSS
   global / brand kit. Cualquier redefinición posterior (BFMETA_LANDING_CSS_GLOBAL,
   brand kit, :root del tema del builder o .lp-container) gana SIEMPRE a estos
   defaults: misma o mayor especificidad y aparece después en la cascada.
   Valores = fallback dominante cosechado de los 117 bloques (2026-08-02).
   Los tokens específicos de un bloque (--lp-reviews-*, --lp-team-*, …) NO van
   aquí: los define su propio bloque o el editor vía estilos inline.
   ============================================================================ */

/* Guard de accesibilidad: el atributo hidden SIEMPRE oculta, aunque el CSS del
   bloque defina display (flex/grid). Sin esto, overlays con display propio
   (lightbox de gallery, popups, back-to-top…) quedan visibles al cargar. */
[hidden] {
	display: none !important;
}

:root {
	/* Color de marca */
	--lp-primary: #3b82f6;
	--lp-primary-dark: #2563eb;
	--lp-primary-light: #93c5fd;
	--lp-primary-alpha: rgba(59, 130, 246, 0.1);
	--lp-secondary: #8b5cf6;
	--lp-accent: #ec4899;
	--lp-success: #10b981;
	--lp-error: #ef4444;

	/* Texto */
	--lp-text: #1f2937;
	--lp-text-primary: #1f2937;
	--lp-text-secondary: #6b7280;
	--lp-text-tertiary: #9ca3af;
	--lp-text-muted: #6b7280;
	--lp-text-light: #6b7280;
	--lp-text-dark: #1f2937;
	--lp-link-color: var(--lp-primary);
	--lp-link-hover-color: var(--lp-primary-dark);

	/* Fondos y bordes */
	--lp-bg: #ffffff;
	--lp-bg-primary: #ffffff;
	--lp-bg-secondary: #f9fafb;
	--lp-bg-light: #f9fafb;
	--lp-bg-soft: #f9fafb;
	--lp-bg-tertiary: #f3f4f6;
	--lp-border: #e5e7eb;
	--lp-border-color: #e5e7eb;
	--lp-border-dark: #d1d5db;
	--lp-gray-200: #e5e7eb;

	/* Espaciado */
	--lp-space-xs: 8px;
	--lp-space-sm: 12px;
	--lp-space-md: 16px;
	--lp-space-lg: 24px;
	--lp-space-xl: 40px;
	--lp-space-2xl: 60px;
	--lp-space-3xl: 80px;
	--lp-space-4xl: 120px;

	/* Radios */
	--lp-radius: 8px;
	--lp-radius-md: 8px;
	--lp-radius-lg: 12px;
	--lp-radius-xl: 18px;
	--lp-radius-full: 9999px;

	/* Tipografía */
	--lp-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--lp-font-size-xs: 0.75rem;
	--lp-font-size-sm: 0.95rem;
	--lp-font-size-md: 1.05rem;
	--lp-font-weight-bold: 600;
	--lp-font-weight-black: 950;
	--lp-line-height-tight: 1.12;
	--lp-line-height-relaxed: 1.7;

	/* Layout */
	--lp-container: 1200px;
	--lp-container-max: 1200px;
	--lp-container-width: 1200px;
	--lp-max-width: 1200px;

	/* Efectos */
	--lp-shadow-hover: 0 14px 40px rgba(0, 0, 0, 0.10);
	--lp-hover-lift: -3px;
	--lp-hover-scale: 1.04;
	--lp-transition-duration: 0.2s;
}

/* shared: utilities.css */
/* Utilidades compartidas del sistema de bloques */

/* Texto solo para lectores de pantalla */
.lp-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;
}



:root{--lp-primary:#3b82f6;--lp-primary-dark:#2563eb;--lp-primary-light:#60a5fa;--lp-secondary:#8b5cf6;--lp-secondary-dark:#7c3aed;--lp-secondary-light:#a78bfa;--lp-success:#10b981;--lp-warning:#f59e0b;--lp-danger:#ef4444;--lp-info:#06b6d4;--lp-white:#ffffff;--lp-gray-50:#f9fafb;--lp-gray-100:#f3f4f6;--lp-gray-200:#e5e7eb;--lp-gray-300:#d1d5db;--lp-gray-400:#9ca3af;--lp-gray-500:#6b7280;--lp-gray-600:#4b5563;--lp-gray-700:#374151;--lp-gray-800:#1f2937;--lp-gray-900:#111827;--lp-black:#000000;--lp-font-sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--lp-font-serif:Georgia,Cambria,'Times New Roman',Times,serif;--lp-font-mono:'Courier New',Courier,monospace;--lp-text-xs:0.75rem;--lp-text-sm:0.875rem;--lp-text-base:1rem;--lp-text-lg:1.125rem;--lp-text-xl:1.25rem;--lp-text-2xl:1.5rem;--lp-text-3xl:1.875rem;--lp-text-4xl:2.25rem;--lp-text-5xl:3rem;--lp-space-1:0.25rem;--lp-space-2:0.5rem;--lp-space-3:0.75rem;--lp-space-4:1rem;--lp-space-5:1.25rem;--lp-space-6:1.5rem;--lp-space-8:2rem;--lp-space-10:2.5rem;--lp-space-12:3rem;--lp-space-16:4rem;--lp-radius-sm:0.25rem;--lp-radius:0.5rem;--lp-radius-lg:1rem;--lp-radius-full:9999px;--lp-shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--lp-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);--lp-shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--lp-shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--lp-shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--lp-transition:all 0.3s ease;--lp-transition-fast:all 0.15s ease;}.lp-container *{box-sizing:border-box;margin:0;padding:0;}.lp-container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--lp-space-4);font-family:var(--lp-font-sans);font-size:var(--lp-text-base);line-height:1.6;color:var(--lp-gray-900);}.lp-container--narrow{max-width:800px;}.lp-container--wide{max-width:1400px;}.lp-container--full{max-width:100%;}.lp-section{padding:var(--lp-space-16) 0;}.lp-section--sm{padding:var(--lp-space-8) 0;}.lp-section--lg{padding:var(--lp-space-20,5rem) 0;}.lp-section-title{font-size:var(--lp-text-4xl);font-weight:700;line-height:1.2;margin-bottom:var(--lp-space-6);color:var(--lp-gray-900);text-align:center;}.lp-section-subtitle{font-size:var(--lp-text-xl);line-height:1.5;margin-bottom:var(--lp-space-8);color:var(--lp-gray-600);text-align:center;}.lp-h1{font-size:var(--lp-text-5xl);font-weight:800;line-height:1.1;margin-bottom:var(--lp-space-6);color:var(--lp-gray-900);}.lp-h2{font-size:var(--lp-text-4xl);font-weight:700;line-height:1.2;margin-bottom:var(--lp-space-5);color:var(--lp-gray-900);}.lp-h3{font-size:var(--lp-text-3xl);font-weight:600;line-height:1.3;margin-bottom:var(--lp-space-4);color:var(--lp-gray-900);}.lp-text-lead{font-size:var(--lp-text-xl);line-height:1.6;color:var(--lp-gray-700);}.lp-text-muted{color:var(--lp-gray-600);}.lp-text-small{font-size:var(--lp-text-sm);}.lp-btn{display:inline-block;padding:var(--lp-space-3) var(--lp-space-6);font-size:var(--lp-text-base);font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:var(--lp-radius);cursor:pointer;transition:var(--lp-transition);line-height:1.5;}.lp-btn--primary{background-color:var(--lp-primary);color:var(--lp-white);}.lp-btn--primary:hover{background-color:var(--lp-primary-dark);transform:translateY(-2px);box-shadow:var(--lp-shadow-md);}.lp-btn--secondary{background-color:var(--lp-secondary);color:var(--lp-white);}.lp-btn--secondary:hover{background-color:var(--lp-secondary-dark);transform:translateY(-2px);box-shadow:var(--lp-shadow-md);}.lp-btn--outline{background-color:transparent;border:2px solid var(--lp-primary);color:var(--lp-primary);}.lp-btn--outline:hover{background-color:var(--lp-primary);color:var(--lp-white);}.lp-btn--ghost{background-color:transparent;color:var(--lp-primary);}.lp-btn--ghost:hover{background-color:var(--lp-gray-100);}.lp-btn--sm{padding:var(--lp-space-2) var(--lp-space-4);font-size:var(--lp-text-sm);}.lp-btn--lg{padding:var(--lp-space-4) var(--lp-space-8);font-size:var(--lp-text-lg);}.lp-btn--full{width:100%;}.lp-card{background-color:var(--lp-white);border-radius:var(--lp-radius-lg);box-shadow:var(--lp-shadow);padding:var(--lp-space-6);transition:var(--lp-transition);}.lp-card:hover{box-shadow:var(--lp-shadow-lg);transform:translateY(-4px);}.lp-card-title{font-size:var(--lp-text-xl);font-weight:600;margin-bottom:var(--lp-space-3);color:var(--lp-gray-900);}.lp-card-content{color:var(--lp-gray-700);}.lp-grid{display:grid;gap:var(--lp-space-6);}.lp-grid--2{grid-template-columns:repeat(2,1fr);}.lp-grid--3{grid-template-columns:repeat(3,1fr);}.lp-grid--4{grid-template-columns:repeat(4,1fr);}@media (max-width:1024px){.lp-grid--3,.lp-grid--4{grid-template-columns:repeat(2,1fr);}}@media (max-width:640px){.lp-grid--2,.lp-grid--3,.lp-grid--4{grid-template-columns:1fr;}}.lp-text-center{text-align:center;}.lp-text-left{text-align:left;}.lp-text-right{text-align:right;}.lp-mt-4{margin-top:var(--lp-space-4);}.lp-mb-4{margin-bottom:var(--lp-space-4);}.lp-my-4{margin-top:var(--lp-space-4);margin-bottom:var(--lp-space-4);}.lp-mt-8{margin-top:var(--lp-space-8);}.lp-mb-8{margin-bottom:var(--lp-space-8);}.lp-my-8{margin-top:var(--lp-space-8);margin-bottom:var(--lp-space-8);}@media (max-width:640px){:root{--lp-text-5xl:2.25rem;--lp-text-4xl:1.875rem;--lp-text-3xl:1.5rem;}.lp-section{padding:var(--lp-space-8) 0;}}

:root {
	--lp-primary: #c60202;
	--lp-primary-dark: #b20000;
	--lp-primary-light: #ee2a2a;
	--lp-secondary: #8a1515;
	--lp-secondary-dark: #760101;
	--lp-accent: #c9a45c;
	--lp-neutral-dark: #2c241d;
	--lp-neutral-light: #f8f4ee;
	--lp-surface: #f6f2ec;
	--lp-border: #776f68;
	--lp-muted: #5e564f;
	--lp-success: #16A34A;
	--lp-warning: #F59E0B;
	--lp-danger: #DC2626;
	--lp-info: #2563EB;
	--lp-text: #2c241d;
	--lp-text-light: #4a423b;
	--lp-bg: #fbf7f1;
	--lp-font: Inter;
	--lp-font-sans: Inter;
	--lp-font-heading: Playfair Display;
	--lp-font-body: Inter;
	--lp-font-script: 'Merienda', cursive;
	--lp-radius: 8px;
	--lp-section-space: clamp(3rem, 5vw, 4.5rem);
}
body {
	font-family: var(--lp-font-body);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--lp-font-heading);
}
button, .lp-btn, input, select, textarea {
	border-radius: var(--lp-radius);
}
@media (max-width: 768px) {
	.lp-hide-mobile {
		display: none !important;
	}
	.lp-hide-desktop {
		display: inherit;
	}
}
@media (min-width: 769px) {
	.lp-hide-mobile {
		display: inherit;
	}
	.lp-hide-desktop {
		display: none !important;
	}
}


/* ============================================================
   FOOTER v2 — completo (CTA strip, grid, acordeón, top-progress)
   ============================================================ */
.lp-footer {
  position: relative;
  --lp-footer-bg: var(--lp-text, #1f2937);
  --lp-footer-ink: var(--lp-bg-secondary, #f9fafb);
}
.lp-footer--light {
  --lp-footer-bg: var(--lp-bg-secondary, #f9fafb);
  --lp-footer-ink: var(--lp-text, #1f2937);
}
.lp-footer--brand {
  --lp-footer-bg: var(--lp-primary, #3b82f6);
  --lp-footer-ink: #ffffff;
}

/* ---------- Tira CTA ---------- */
.lp-footer__cta-strip {
  background: linear-gradient(120deg, var(--lp-primary, #3b82f6), var(--lp-secondary, #8b5cf6));
  color: #fff;
}
.lp-footer__cta-inner {
  max-width: var(--lp-max-width, 1200px);
  margin: 0 auto;
  padding: 30px var(--lp-space-lg, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lp-footer__cta-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  font-weight: 850;
  letter-spacing: -0.01em;
}
.lp-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border-radius: var(--lp-radius-full, 9999px);
  background: #fff;
  color: var(--lp-text, #1f2937);
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lp-footer__cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25); }

/* ---------- Borde superior degradado animado ---------- */
.lp-footer__edge {
  height: 3px;
  background: linear-gradient(90deg, var(--lp-primary, #3b82f6), var(--lp-accent, #ec4899), var(--lp-secondary, #8b5cf6), var(--lp-primary, #3b82f6));
  background-size: 300% 100%;
  animation: lpFooterEdge 14s linear infinite;
}

/* ---------- Franja de contacto superior (iconos grandes + fuente script) ---------- */
.lp-footer__strip {
  background: var(--lp-footer-bg);
  color: var(--lp-footer-ink);
  border-bottom: 1px solid color-mix(in srgb, var(--lp-footer-ink) 16%, transparent);
}
.lp-footer__strip-inner {
  max-width: var(--lp-max-width, 1200px);
  margin: 0 auto;
  padding: 34px var(--lp-space-lg, 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.lp-footer__strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: left;
}
.lp-footer__strip-icon {
  font-size: 2.4rem;
  line-height: 1;
  flex: 0 0 auto;
  opacity: 0.95;
}
.lp-footer__strip-txt { display: grid; gap: 3px; }
.lp-footer__strip-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  opacity: 0.75;
}
.lp-footer__strip-value {
  font-family: var(--lp-font-script, cursive);
  font-size: 1.45rem;
  line-height: 1.25;
}
.lp-footer__strip-value a { color: inherit; text-decoration: none; }
.lp-footer__strip-value a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .lp-footer__strip-inner { grid-template-columns: 1fr; gap: 18px; }
  .lp-footer__strip-item { justify-content: flex-start; }
}
@keyframes lpFooterEdge { to { background-position: 300% 0; } }

/* ---------- Cuerpo ---------- */
.lp-footer__main {
  background: var(--lp-footer-bg);
  color: var(--lp-footer-ink);
  padding: var(--lp-space-2xl, 60px) var(--lp-space-lg, 24px) var(--lp-space-lg, 24px);
}
.lp-footer__grid {
  max-width: var(--lp-max-width, 1200px);
  margin: 0 auto;
  /* FLEX, no grid: `1.4fr repeat(auto-fit,...)` era CSS INVÁLIDO (auto-fit no
     admite tracks fr al lado) → el navegador lo ignoraba y TODO se apilaba en
     una columna. Flex además respeta `order` (modo wordmark). */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(28px, 4vw, 56px);
}
.lp-footer__col { flex: 1 1 180px; min-width: 160px; }
.lp-footer__brand-col { flex: 1.4 1 220px; min-width: 200px; }
.lp-footer--wordmark .lp-footer__brand-col { flex: 0 0 auto; min-width: 0; }
.lp-footer__logo { height: 52px; width: auto; margin-bottom: 14px; }
.lp-footer__brand-name { margin: 0 0 8px 0; font-weight: 850; font-size: 1.15rem; }
.lp-footer__tagline { margin: 0 0 18px 0; font-size: 0.92rem; line-height: 1.65; opacity: 0.82; max-width: 30rem; }
.lp-footer__social { list-style: none; display: flex; gap: 10px; margin: 0; padding: 0; }
.lp-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--lp-primary, #3b82f6);
  color: #fff;
  font-size: 1.1rem;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.lp-footer__social-link:hover { transform: translateY(-3px); filter: brightness(1.15); }

.lp-footer__col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0 0 16px 0;
  font: inherit;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.92;
  cursor: default;
}
.lp-footer__col-chevron { display: none; font-size: 0.7rem; transition: transform 0.25s ease; }
.lp-footer__links, .lp-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.lp-footer__link {
  color: inherit;
  text-decoration: none;
  font-size: 0.93rem;
  opacity: 0.8;
  transition: opacity 0.15s ease, transform 0.15s ease;
  display: inline-block;
}
.lp-footer__link:hover { opacity: 1; transform: translateX(4px); }
.lp-footer__contact-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
  opacity: 0.86;
  line-height: 1.5;
}
.lp-footer__contact-item:hover { opacity: 1; }
.lp-footer__contact-item i { color: var(--lp-primary, #3b82f6); filter: brightness(1.3); margin-top: 3px; }

/* ---------- Newsletter ---------- */
.lp-footer__newsletter {
  max-width: var(--lp-max-width, 1200px);
  margin: var(--lp-space-xl, 40px) auto 0;
  padding-top: var(--lp-space-lg, 24px);
  border-top: 1px solid color-mix(in srgb, var(--lp-footer-ink) 15%, transparent);
}
.lp-footer__newsletter-title { margin: 0 0 12px 0; font-weight: 800; }
.lp-footer__newsletter-form { display: flex; gap: 10px; max-width: 430px; }
.lp-footer__newsletter-input {
  flex: 1;
  padding: 13px 18px;
  border-radius: var(--lp-radius-full, 9999px);
  border: 1px solid color-mix(in srgb, var(--lp-footer-ink) 25%, transparent);
  background: color-mix(in srgb, var(--lp-footer-ink) 8%, transparent);
  color: inherit;
  font: inherit;
  font-size: 0.92rem;
}
.lp-footer__newsletter-input::placeholder { color: inherit; opacity: 0.55; }
.lp-footer__newsletter-btn {
  padding: 13px 24px;
  border: none;
  border-radius: var(--lp-radius-full, 9999px);
  background: var(--lp-primary, #3b82f6);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.lp-footer__newsletter-btn:hover { transform: translateY(-1px); }
.lp-footer__newsletter-msg { margin: 10px 0 0 0; font-size: 0.85rem; color: var(--lp-success, #10b981); font-weight: 700; }

/* ---------- Barra inferior ---------- */
.lp-footer__bottom {
  max-width: var(--lp-max-width, 1200px);
  margin: var(--lp-space-xl, 40px) auto 0;
  padding-top: var(--lp-space-lg, 24px);
  border-top: 1px solid color-mix(in srgb, var(--lp-footer-ink) 15%, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  opacity: 0.8;
}
.lp-footer__copyright { margin: 0; }
.lp-footer__legal { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; flex-wrap: wrap; }

/* ---------- Volver arriba con anillo de progreso ---------- */
.lp-footer__top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: var(--lp-text, #1f2937);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.lp-footer__top:hover { transform: translateY(-3px); }
.lp-footer__top-ring { position: absolute; inset: 0; transform: rotate(-90deg); }
.lp-footer__top-track, .lp-footer__top-progress {
  fill: none;
  stroke-width: 3;
}
.lp-footer__top-track { stroke: rgba(255, 255, 255, 0.18); }
.lp-footer__top-progress {
  stroke: var(--lp-primary, #3b82f6);
  stroke-linecap: round;
  stroke-dasharray: 119.4;
  stroke-dashoffset: 119.4;
}

/* ---------- Responsive: acordeón móvil ---------- */
@media (max-width: 760px) {
  .lp-footer__grid { flex-direction: column; gap: 8px; }
  .lp-footer__col, .lp-footer__brand-col { flex: 1 1 auto; width: 100%; }
  .lp-footer__brand-col { margin-bottom: 18px; }
  .lp-footer__col-title { cursor: pointer; padding: 12px 0; margin: 0; border-bottom: 1px solid color-mix(in srgb, var(--lp-footer-ink) 15%, transparent); }
  .lp-footer__col-chevron { display: inline-block; }
  .lp-footer__col-title[aria-expanded="false"] + [data-footer-col-body] { display: none; }
  .lp-footer__col-title[aria-expanded="true"] .lp-footer__col-chevron { transform: rotate(180deg); }
  .lp-footer__links, .lp-footer__contact { padding: 12px 0; }
  .lp-footer__bottom { flex-direction: column; text-align: center; }
  .lp-footer__cta-inner { flex-direction: column; text-align: center; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .lp-footer__edge { animation: none; }
  .lp-footer__social-link, .lp-footer__link, .lp-footer__top { transition: none; }
}

/* Badge institucional (Kit Digital, certificaciones) */
.lp-footer__badges { max-width: var(--lp-max-width, 1200px); margin: var(--lp-space-lg, 24px) auto 0; padding-top: var(--lp-space-lg, 24px); border-top: 1px solid color-mix(in srgb, var(--lp-footer-ink) 15%, transparent); text-align: center; }
.lp-footer__badge-img { max-height: 64px; width: auto; max-width: 100%; background: #fff; padding: 8px 14px; border-radius: var(--lp-radius, 10px); }

p.lp-footer__social-title { cursor: default; margin: 0 0 10px; }

/* Item de columna SIN url = línea de texto plano (horarios, datos) */
.lp-footer__link--text { cursor: default; }
.lp-footer__link--text:hover { color: inherit; }

/* Wordmark GIGANTE a lo ancho (estilo La Malontina): el nombre del negocio en
   enorme sobre la línea de copyright. Con wordmark, la columna de marca/social
   pasa al FINAL del grid (el orden visual del original: columnas de info
   primero, social a la derecha). */
.lp-footer__wordmark {
  margin: clamp(28px, 6vw, 64px) 0 6px;
  font-family: var(--lp-font-heading, inherit);
  font-weight: 600;
  font-size: clamp(2.4rem, 11vw, 11.5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.lp-footer__wordmark-img {
  display: block; width: 100%; height: auto;
  margin: clamp(28px, 6vw, 64px) 0 10px;
}
.lp-footer--wordmark .lp-footer__brand-col { order: 99; }
.lp-footer--wordmark .lp-footer__bottom { border-top: 0; padding-top: 0; }



/* ============================================================
   COOKIE_CONSENT v2 — tarjeta flotante con blur y dos acciones
   ============================================================ */
.lp-cookies {
  position: fixed; z-index: 1300;
  bottom: 20px; left: 20px;
  max-width: 400px;
  animation: lpCookiesIn 0.5s 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.lp-cookies--bottom-center { left: 50%; transform: translateX(-50%); width: calc(100% - 40px); }
@keyframes lpCookiesIn { from { opacity: 0; transform: translateY(24px); } }
.lp-cookies--bottom-center { animation-name: lpCookiesInCenter; }
@keyframes lpCookiesInCenter { from { opacity: 0; transform: translate(-50%, 24px); } to { transform: translateX(-50%); } }

.lp-cookies__card {
  padding: 22px 24px;
  border-radius: var(--lp-radius-lg, 16px);
  background: color-mix(in srgb, var(--lp-bg, #ffffff) 88%, transparent);
  backdrop-filter: blur(12px);
  border: 1px solid color-mix(in srgb, var(--lp-text, #1f2937) 10%, transparent);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  color: var(--lp-text, #1f2937);
}
.lp-cookies__title { margin: 0 0 8px; font-weight: 850; font-size: 1.02rem; }
.lp-cookies__text { margin: 0 0 16px; font-size: 0.88rem; line-height: 1.55; opacity: 0.82; }
.lp-cookies__link { color: var(--lp-primary, #3b82f6); font-weight: 700; }
.lp-cookies__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.lp-cookies__btn {
  flex: 1 1 auto;
  padding: 11px 18px;
  border-radius: var(--lp-radius-full, 9999px);
  font: inherit; font-weight: 800; font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.lp-cookies__btn:hover { transform: translateY(-1px); }
.lp-cookies__btn--accept {
  border: none;
  background: var(--lp-primary, #3b82f6); color: #fff;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--lp-primary, #3b82f6) 38%, transparent);
}
.lp-cookies__btn--reject {
  border: 2px solid color-mix(in srgb, currentColor 22%, transparent);
  background: none; color: inherit;
}
.lp-cookies__btn--reject:hover { border-color: currentColor; }

@media (max-width: 480px) { .lp-cookies { left: 12px; right: 12px; bottom: 12px; max-width: none; } }
@media (prefers-reduced-motion: reduce) { .lp-cookies { animation: none; } }


