/**
 * Auto-split from main.css — do not edit section order blindly.
 * Source: assets/css/main.css (kept as reference/aggregate).
 */

:root {
	/* Bridge to design-system tokens (wireframe v2) */
	--brand: var(--hm-brand, #200c80);
	--brand-dark: var(--hm-brand-dark, #16085c);
	--brand-deep: var(--hm-brand-deep, #0a0428);
	--ink: var(--hm-ink, #14141c);
	--muted: var(--hm-muted, #4a4a55);
	--line: var(--hm-line, rgba(32, 12, 128, 0.12));
	--paper: var(--hm-paper, #f3f3f5);
	--white: var(--hm-white, #ffffff);
	--wa: var(--hm-wa, #128c7e);
	--max: var(--hm-max, 1360px);
	--header-h: var(--hm-header-h, 76px);
	--radius: var(--hm-radius, 0);
	--font-display: var(--hm-font-display, "Montserrat", "Segoe UI", sans-serif);
	--font-body: var(--hm-font-body, "Montserrat", "Segoe UI", sans-serif);
	--shadow: var(--hm-shadow, 0 14px 36px rgba(20, 20, 28, 0.1));
}

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

/* Vértices 90° — reset scoped al theme body (gana conflictos de otros CSS) */
body.hm-site,
body.hm-site * {
	border-radius: 0 !important;
}

/* Vértices 90° — sin excepciones (WA incluido) */
body.hm-site .hm-btn--whatsapp,
body.hm-site .hm-btn--wa,
body.hm-site .hm-float-wa,
body.hm-site .wf-btn--wa,
body.hm-site .wf-float-wa {
	border-radius: 0;
}

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font-body);
	font-weight: 400;
	line-height: 1.55;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}
html {
	overflow-x: clip;
	max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--brand); }
button, input, textarea, select { font: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0);
	white-space: nowrap; border: 0;
}

.hm-skip-link {
	position: absolute;
	left: 12px; top: -48px;
	z-index: 10000;
	background: var(--brand);
	color: #fff;
	padding: 10px 14px;
	border-radius: 0;
}
.hm-skip-link:focus { top: 12px; }

.hm-container {
	width: min(calc(100% - (var(--hm-gutter, 1.5rem) * 2)), var(--max));
	margin-inline: auto;
}

.hm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 1.35rem;
	border-radius: 0;
	border: 1.5px solid transparent;
	font-weight: 500;
	font-size: 0.94rem;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hm-btn:hover { transform: translateY(-1px); }
.hm-btn--lg { min-height: 52px; padding: 0 22px; font-size: 1.02rem; }
.hm-btn--primary { background: var(--brand); color: #fff !important; }
.hm-btn--primary:hover { background: var(--brand-dark); color: #fff !important; }
.hm-btn--secondary {
	background: transparent;
	color: var(--brand) !important;
	border-color: var(--brand);
}
.hm-btn--secondary:hover { background: rgba(32, 12, 128, 0.06); }
.hm-btn--ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,0.65); }
.hm-btn--ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; border-color: #fff; }
/* WhatsApp CTAs — verde oficial sólido (#25D366), texto/ícono blancos */
body.hm-site .hm-btn--whatsapp,
body.hm-site .hm-btn--wa,
.hm-btn--whatsapp,
.hm-btn--wa {
	position: relative;
	border-radius: 0;
	background: var(--wa, #25d366);
	color: #fff !important;
	border-color: var(--wa, #25d366);
	border-width: 1.5px;
	font-weight: 400;
	letter-spacing: 0.01em;
	box-shadow: none;
	padding-inline: 1.45rem;
}
.hm-btn--whatsapp:hover,
.hm-btn--wa:hover {
	background: var(--hm-wa-dark, #1ebe57);
	color: #fff !important;
	border-color: var(--hm-wa-dark, #1ebe57);
	box-shadow: none;
}
.hm-btn--whatsapp .hm-wa-mark,
.hm-btn--wa .hm-wa-mark {
	color: #fff;
	flex-shrink: 0;
}
/* Fondos navy: verde WhatsApp + borde blanco fino (sigue leyéndose como WA) */
body.hm-site .hm-cta-band .hm-btn--whatsapp,
body.hm-site .hm-cta-band .hm-btn--wa,
body.hm-site .hm-help-cta .hm-btn--whatsapp,
body.hm-site .hm-help-cta .hm-btn--wa,
.hm-cta-band .hm-btn--whatsapp,
.hm-cta-band .hm-btn--wa,
.hm-help-cta .hm-btn--whatsapp,
.hm-help-cta .hm-btn--wa {
	background: var(--wa, #25d366);
	border-color: rgba(255, 255, 255, 0.95);
	color: #fff !important;
	box-shadow: none;
}
.hm-cta-band .hm-btn--whatsapp:hover,
.hm-cta-band .hm-btn--wa:hover,
.hm-help-cta .hm-btn--whatsapp:hover,
.hm-help-cta .hm-btn--wa:hover {
	background: var(--hm-wa-dark, #1ebe57);
	border-color: #fff;
	color: #fff !important;
	box-shadow: none;
}
/* Hero (fondo oscuro): mismo verde + borde blanco fino */
body.hm-site .hm-hero .hm-btn--whatsapp,
.hm-hero .hm-btn--whatsapp {
	border-color: rgba(255, 255, 255, 0.95);
}
.hm-hero .hm-btn--whatsapp:hover {
	border-color: #fff;
}

/* Top bar */
.hm-topbar {
	background: var(--brand-deep);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
}
.hm-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 40px;
	padding-block: 0.35rem;
	flex-wrap: wrap;
}
.hm-topbar__left,
.hm-topbar__right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.85rem 1.25rem;
}
.hm-topbar__item {
	color: inherit;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}
.hm-topbar__item .hm-icon { color: rgba(255,255,255,0.7); }
.hm-topbar__item:hover { color: #fff; }
.hm-topbar__label {
	opacity: 0.92;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.68rem;
}
.hm-topbar__social { display: flex; gap: 0.55rem; }
.hm-topbar__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 28px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 0;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none !important;
	font-size: 0.68rem;
	font-weight: 600;
	transition: background var(--hm-ease, 200ms ease), border-color var(--hm-ease, 200ms ease), color var(--hm-ease, 200ms ease);
}
.hm-topbar__social a:hover {
	background: rgba(255,255,255,0.08);
	color: #fff;
	border-color: rgba(255,255,255,0.45);
}
.hm-topbar__social a .hm-icon {
	color: inherit;
}

/* Header — sticky above heroes/banners; overflow visible so .hm-ac can paint.
   Blur lives on ::before so it does NOT create a containing block for
   position:fixed descendants (mobile drawer). backdrop-filter/filter on the
   header itself collapses fixed inset panels to ~0 height. */
.hm-header {
	position: sticky;
	top: 0;
	z-index: 1100;
	background: rgba(255,255,255,0.96);
	border-bottom: 1px solid var(--line);
	overflow: visible;
}
.hm-header::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.96);
}
.hm-header.is-scrolled { box-shadow: 0 8px 24px rgba(10,4,40,0.08); }
.hm-header__bar,
.hm-header__inner,
.hm-nav {
	overflow: visible;
}
.hm-header__inner {
	min-height: var(--header-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.hm-logo img { width: auto; height: 42px; }
.hm-nav {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	justify-content: flex-end;
	min-width: 0;
}
/* Desktop: menú en una sola fila (logo + nav) */
.hm-nav__panel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	flex: 1;
	min-width: 0;
	overflow: visible;
}
.hm-nav__toggle {
	display: none;
	position: relative;
	z-index: 1201;
	width: 44px; height: 44px;
	border: 1px solid var(--line);
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	flex-shrink: 0;
}
.hm-nav.is-open .hm-nav__toggle-box { background: transparent; }
.hm-nav.is-open .hm-nav__toggle-box::before { transform: rotate(45deg); }
.hm-nav.is-open .hm-nav__toggle-box::after { transform: rotate(-45deg); }
.hm-nav__toggle-box,
.hm-nav__toggle-box::before,
.hm-nav__toggle-box::after {
	display: block;
	width: 18px; height: 2px;
	margin: 0 auto;
	background: var(--brand);
	content: "";
}
.hm-nav__toggle-box::before { transform: translateY(-6px); }
.hm-nav__toggle-box::after { transform: translateY(4px); }

.hm-nav__list {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 1 1 auto;
	min-width: 0;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.hm-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 44px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-weight: 500;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 0;
	white-space: nowrap;
}
.hm-nav__link:hover,
.hm-nav__link[aria-expanded="true"] { background: rgba(32,12,128,0.06); color: var(--brand); }

.hm-nav__cta {
	background: #200C80 !important;
	color: #fff !important;
	padding: 0 16px;
	border-radius: 0;
	margin-left: 6px;
}
.hm-nav__cta:hover,
.hm-nav__cta:focus-visible,
.hm-nav__cta.is-active {
	background: var(--brand-dark, #16085c) !important;
	color: #fff !important;
}
.hm-nav__cta.is-active::after,
.hm-nav__item--cta.is-active > .hm-nav__cta::after {
	display: none !important;
}

.hm-header__cta { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.hm-search--header {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 0 1 200px;
	min-width: 148px;
	max-width: 240px;
	z-index: 2;
}
.hm-search--header input {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--line);
	border-radius: 0;
	padding: 10px 14px;
	background: #fff;
}
.hm-search--header button {
	border: 0;
	background: var(--brand);
	color: #fff;
	border-radius: 0;
	min-height: 40px;
	padding: 0 14px;
	font-weight: 600;
	cursor: pointer;
	flex-shrink: 0;
}

.hm-mega {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	z-index: 40;
	width: min(560px, calc(100vw - 1.5rem));
	max-height: min(65vh, 480px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border: 1px solid var(--line);
	border-top: 2px solid var(--brand);
	box-shadow: 0 10px 28px rgba(20, 20, 28, 0.1);
	padding: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	border-radius: 0;
	transition:
		opacity 160ms ease,
		visibility 0s linear 160ms;
}
.hm-mega.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition:
		opacity 160ms ease,
		visibility 0s linear 0s;
}
.hm-mega__shell {
	padding: 10px 12px 12px;
	background: #fff;
}
.hm-mega__inner {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.hm-nav__item--mega { position: relative; }
.hm-nav__chevron {
	flex-shrink: 0;
	opacity: 0.55;
	transition: transform 160ms ease;
}
.hm-nav__mega-btn[aria-expanded="true"] .hm-nav__chevron {
	transform: rotate(180deg);
	opacity: 1;
}
.hm-mega__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px 8px;
}
.hm-mega__col {
	opacity: 1;
	transform: none;
	min-width: 0;
}
.hm-mega__parent {
	display: flex;
	gap: 8px;
	align-items: center;
	text-decoration: none !important;
	color: inherit;
	padding: 6px 8px;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 0;
	min-height: 0;
	transition:
		border-color 140ms ease,
		background 140ms ease;
}
.hm-mega__parent:hover,
.hm-mega__parent:focus-visible {
	border-color: var(--line);
	background: var(--paper);
	outline: none;
}
.hm-mega__parent:focus-visible {
	border-color: var(--brand);
}
.hm-mega__icon {
	flex-shrink: 0;
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 0;
	color: var(--brand);
	transition: border-color 140ms ease;
}
.hm-mega__parent:hover .hm-mega__icon,
.hm-mega__parent:focus-visible .hm-mega__icon {
	border-color: var(--brand);
}
.hm-mega__icon .hm-term-icon,
.hm-mega__icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	border-radius: 0;
}
.hm-mega__icon .hm-icon {
	width: 16px;
	height: 16px;
}
.hm-mega__parent strong {
	display: block;
	font-family: var(--font-display);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.25;
	text-transform: none;
}
.hm-mega__parent:hover strong {
	color: var(--brand);
}
.hm-mega__parent em {
	display: none;
}
.hm-mega__subs-wrap {
	display: grid;
	grid-template-rows: 1fr;
}
.hm-mega__subs-wrap > .hm-mega__subs {
	overflow: hidden;
	min-height: 0;
}
.hm-mega__subs { margin-top: 0; padding: 0 8px 4px 36px; }
.hm-mega__subs a {
	display: block;
	padding: 2px 0;
	color: var(--muted);
	text-decoration: none !important;
	font-size: 0.74rem;
	line-height: 1.35;
	transition: color 140ms ease;
}
.hm-mega__subs a:hover,
.hm-mega__subs a:focus-visible {
	color: var(--brand);
	outline: none;
}
.hm-mega__all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--line);
	font-weight: 500;
	font-size: 0.72rem;
	color: var(--brand);
	text-decoration: none !important;
}
.hm-mega__empty {
	color: var(--muted);
	font-size: 0.8rem;
	padding: 8px;
}

/* Catalog layout / shared internal page hero */
.hm-page-hero {
	position: relative;
	z-index: 0;
	isolation: isolate;
	padding: clamp(1.65rem, 3.2vw, 2.35rem) 0;
	background-color: #200c80;
	background-image: none;
	border-bottom: 0;
	overflow: hidden;
	color: #fff;
}
.hm-page-hero--image {
	color: #fff;
	background-color: #200c80;
	background-image: var(--hm-page-hero-image, var(--hm-cat-image));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hm-page-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.55);
}
.hm-page-hero__inner {
	position: relative;
	z-index: 1;
}
.hm-page-hero h1 {
	margin: 0 0 0.5rem;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	letter-spacing: -0.02em;
	text-transform: none;
	line-height: 1.2;
	color: #fff;
}
.hm-page-hero--image h1,
.hm-page-hero--image p { color: #fff; }
.hm-page-hero p,
.hm-page-hero__lead {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	max-width: 52ch;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.55;
}

.hm-breadcrumbs { margin-bottom: 8px; }
.hm-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.88rem;
	color: var(--muted);
}
.hm-breadcrumbs li {
	list-style: none;
}
.hm-breadcrumbs a { text-decoration: none !important; }
.hm-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 10px; opacity: 0.5; }
.hm-page-hero .hm-breadcrumbs,
.hm-page-hero .hm-breadcrumbs a { color: rgba(255,255,255,0.85); }

.hm-catalog-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 28px;
	padding: 36px 0 64px;
}
.hm-sidebar__nav a {
	display: block;
	padding: 8px 0;
	text-decoration: none !important;
	color: var(--ink);
	font-weight: 600;
}
.hm-sidebar__nav a.is-current { color: var(--brand); }
.hm-sidebar__nav ul ul { padding-left: 14px; }
.hm-sidebar__nav ul ul a { font-weight: 400; color: var(--muted); }
.hm-sidebar__mobile > summary {
	cursor: pointer;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	text-transform: none;
	color: var(--brand);
	margin-bottom: 10px;
}
.hm-subcats { margin-bottom: 28px; }
.hm-subcats h2 {
	font-family: var(--font-display);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.03em;
	color: var(--brand);
}
.hm-inline-cta { margin-top: 28px; }

.hm-product { padding-bottom: 64px; }
.hm-product__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	padding: 24px 0 36px;
}
.hm-product__figure {
	position: relative;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: #ececf2;
	aspect-ratio: 4/3;
}
.hm-product__figure img { width: 100%; height: 100%; object-fit: cover; }
.hm-product__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.hm-product__thumbs img {
	width: 72px; height: 72px;
	object-fit: cover;
	border-radius: 0;
	border: 1px solid var(--line);
}
.hm-product__summary h1 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: 0.03em;
	text-transform: none;
	line-height: 0.95;
	color: var(--brand);
}
.hm-product__short { color: var(--muted); margin: 0 0 20px; max-width: 42ch; }
.hm-product__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hm-product__content { padding-bottom: 24px; }
.hm-product__benefits,
.hm-product__docs,
.hm-product__video { margin-top: 36px; }
.hm-product__docs li { margin-bottom: 8px; }
.hm-product__docs a { color: var(--brand); font-weight: 600; }

.hm-prose {
	max-width: 72ch;
	padding: 12px 0 48px;
	line-height: 1.65;
	color: var(--ink, #1a1a1a);
}
.hm-prose > *:first-child {
	margin-top: 0;
}
.hm-prose p {
	margin: 0 0 1em;
}
.hm-prose h2, .hm-prose h3 {
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: none;
	color: var(--brand);
	margin: 1.6em 0 0.55em;
	line-height: 1.25;
}
.hm-prose ul,
.hm-prose ol {
	margin: 0 0 1.15em;
	padding-left: 1.5em;
	list-style-position: outside;
}
.hm-prose ul {
	list-style-type: disc;
}
.hm-prose ol {
	list-style-type: decimal;
}
.hm-prose li {
	margin-bottom: 0.45em;
	line-height: 1.55;
}
.hm-prose a {
	color: var(--brand);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.hm-prose em {
	color: var(--muted, #5c5c5c);
}
.hm-featured-media { margin: 0 0 24px; border-radius: 0; overflow: hidden; }

.hm-contact {
	display: grid;
	grid-template-columns: 0.95fr 1.15fr;
	gap: 28px;
	padding: 36px 0 64px;
}
.hm-form {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0;
	padding: 22px;
	box-shadow: var(--shadow);
}
.hm-form label { display: block; font-weight: 600; margin-bottom: 6px; }
.hm-form input,
.hm-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 0;
	padding: 12px 14px;
	background: #fbfbfa;
}
.hm-form input:focus,
.hm-form textarea:focus {
	outline: 2px solid rgba(32,12,128,0.25);
	border-color: var(--brand);
}
.hm-form__consents {
	display: grid;
	gap: 0.45rem;
	margin: 0.15rem 0 0.85rem;
}
.hm-form__consent {
	margin: 0;
}
.hm-form label.hm-form__check {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	font-weight: 400;
	font-size: 0.88rem;
	line-height: 1.4;
	letter-spacing: 0;
	cursor: pointer;
	color: var(--ink);
}
.hm-form__check-text {
	min-width: 0;
}
.hm-form__consent input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	min-height: 1.125rem;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	border: 2px solid #9a9aa8;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}
.hm-form__consent input[type="checkbox"]:checked {
	background-color: #200c80;
	border-color: #200c80;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2L6.4 11.2L12.5 4.5' stroke='%23fff' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
	background-size: 0.75rem 0.75rem;
	background-position: center;
	background-repeat: no-repeat;
}
.hm-form__consent input[type="checkbox"]:focus {
	outline: none;
}
.hm-form__consent input[type="checkbox"]:focus-visible {
	outline: 2px solid rgba(32, 12, 128, 0.45);
	outline-offset: 2px;
	border-color: #200c80;
}
.hm-form__consent input[type="checkbox"][aria-invalid="true"] {
	border-color: #b42318;
}
.hm-form__note { color: var(--muted); font-size: 0.9rem; }
.hm-form__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.hm-form__error {
	display: block;
	margin-top: 6px;
	color: #b42318;
	font-size: 0.85rem;
}
.hm-form__status {
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 0;
	font-size: 0.95rem;
	line-height: 1.4;
}
.hm-form__status.is-sending {
	background: rgba(32, 12, 128, 0.08);
	color: var(--brand-dark, #100068);
}
.hm-form__status.is-success {
	background: #e7f5ea;
	color: #1f6b36;
}
.hm-form__status.is-error {
	background: #fceaea;
	color: #8a1f1b;
}
.hm-form.is-sending .hm-btn[data-hm-submit] {
	opacity: 0.75;
}
.hm-form input[aria-invalid="true"],
.hm-form textarea[aria-invalid="true"] {
	border-color: #b42318;
}

.hm-footer {
	background: var(--hm-footer, #0c0a18);
	color: rgba(255,255,255,0.86);
	padding-top: 48px;
}
.hm-footer a { color: #fff; text-decoration: none !important; }
.hm-footer a:hover { color: #d7d4f0; }
.hm-footer__grid {
	display: grid;
	grid-template-columns: 1.1fr 1.85fr 0.85fr 1.05fr;
	gap: 24px;
	padding-bottom: 36px;
}
.hm-footer__cats {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hm-footer__stack {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.hm-footer__stack-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 1100px) {
	.hm-footer__cats {
		column-count: 3;
		column-gap: 1.15rem;
	}
	.hm-footer__cats li {
		break-inside: avoid;
	}
}
@media (min-width: 981px) and (max-width: 1099px) {
	.hm-footer__grid {
		grid-template-columns: 1fr 1.4fr 1fr;
	}
	.hm-footer__contacto {
		grid-column: 1 / -1;
	}
	.hm-footer__cats {
		column-count: 2;
		column-gap: 1.25rem;
	}
	.hm-footer__cats li {
		break-inside: avoid;
	}
}
.hm-footer h2 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	text-transform: none;
	color: #fff;
}
.hm-footer li { margin-bottom: 8px; }
.hm-footer__brand p { color: rgba(255,255,255,0.7); max-width: 32ch; }
.hm-footer__brand img {
	margin-bottom: 14px;
	filter: brightness(0) invert(1);
}
.hm-footer__base {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 16px 0;
	font-size: 0.9rem;
	/* Keep legal / copyright clear of fixed WA (and optional cookie bar). */
	--hm-footer-float-clear-x: clamp(9rem, 22vw, 11.5rem);
	--hm-footer-float-clear-y: 0px;
	padding-bottom: calc(16px + var(--hm-footer-float-clear-y));
}
.hm-footer__base .hm-container {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	padding-inline-end: var(--hm-footer-float-clear-x);
}
.hm-footer__legal,
.hm-footer__copy {
	margin: 0;
	position: relative;
	z-index: 1;
}
.hm-footer__legal {
	max-width: 100%;
}

/* Floating WhatsApp — verde oficial sólido, ícono/texto blancos, 90° */
.hm-float-wa {
	--hm-float-wa-size: 48px;
	--hm-float-wa-gap: 18px;
	--hm-float-cookie-offset: 0px; /* raise if a cookie bar docks at bottom */
	--hm-wa-pulse: #128c7e;
	position: fixed;
	right: max(14px, env(safe-area-inset-right, 0px));
	bottom: max(
		var(--hm-float-wa-gap),
		calc(var(--hm-float-wa-gap) + env(safe-area-inset-bottom, 0px) + var(--hm-float-cookie-offset))
	);
	z-index: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: var(--hm-float-wa-size);
	padding: 0 1.25rem 0 1.05rem;
	border-radius: 0;
	border: 1.5px solid var(--wa, #25d366);
	background: var(--wa, #25d366);
	color: #fff !important;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 0.9rem;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	box-shadow: none;
	overflow: visible;
	transition:
		transform var(--hm-ease, 200ms cubic-bezier(0.22, 1, 0.36, 1)),
		background var(--hm-ease, 200ms cubic-bezier(0.22, 1, 0.36, 1)),
		border-color var(--hm-ease, 200ms cubic-bezier(0.22, 1, 0.36, 1));
}
/* Soft expanding ring — rectangular to match radius 0 */
.hm-float-wa::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid var(--hm-wa-pulse, #25d366);
	border-radius: 0;
	background: transparent;
	pointer-events: none;
	z-index: 0;
	animation: hm-wa-ring 3.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.hm-float-wa:hover {
	transform: translateY(-2px);
	background: var(--hm-wa-dark, #1ebe57);
	border-color: var(--hm-wa-dark, #1ebe57);
	box-shadow: none;
	color: #fff !important;
}
.hm-float-wa:hover::after,
.hm-float-wa:focus-visible::after {
	animation-play-state: paused;
	opacity: 0;
}
.hm-float-wa:focus-visible {
	outline: 3px solid var(--brand);
	outline-offset: 3px;
}
.hm-float-wa__icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
	animation: hm-wa-icon-bounce 3.6s ease-in-out infinite;
}
.hm-float-wa:hover .hm-float-wa__icon,
.hm-float-wa:focus-visible .hm-float-wa__icon {
	animation-play-state: paused;
	transform: scale(1.06);
}
.hm-float-wa__icon .hm-wa-mark {
	display: block;
	color: #fff;
}
.hm-float-wa__label {
	position: relative;
	z-index: 1;
	white-space: nowrap;
	font-weight: 400;
}
@keyframes hm-wa-ring {
	0% {
		transform: scale(1);
		opacity: 0.55;
	}
	55% {
		transform: scale(1.42);
		opacity: 0;
	}
	56%,
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes hm-wa-icon-bounce {
	0%,
	68%,
	100% {
		transform: translateY(0);
	}
	74% {
		transform: translateY(-3px);
	}
	80% {
		transform: translateY(0);
	}
	86% {
		transform: translateY(-1.5px);
	}
	92% {
		transform: translateY(0);
	}
}
@media (max-width: 700px) {
	.hm-footer__base {
		/* ~80–100px clear zone under legal links for the icon float */
		--hm-footer-float-clear-x: 4.75rem;
		--hm-footer-float-clear-y: max(5.5rem, calc(4.75rem + env(safe-area-inset-bottom, 0px)));
		padding-top: 16px;
		padding-bottom: calc(14px + var(--hm-footer-float-clear-y));
	}
	.hm-float-wa {
		--hm-float-wa-size: 52px;
		--hm-float-wa-gap: 18px;
		width: var(--hm-float-wa-size);
		height: var(--hm-float-wa-size);
		min-height: var(--hm-float-wa-size);
		padding: 0;
		border-radius: 0;
	}
	.hm-float-wa__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	.hm-float-wa::after,
	.hm-float-wa__icon {
		animation: none !important;
	}
	.hm-float-wa:hover,
	.hm-float-wa:hover .hm-float-wa__icon {
		transform: none;
	}
}

/* WA CTAs — bounce sutil del ícono (sin ring, menos intrusivo) */
.hm-btn--whatsapp .hm-wa-mark,
.hm-btn--wa .hm-wa-mark {
	animation: hm-wa-icon-bounce 4s ease-in-out infinite;
}
.hm-btn--whatsapp:hover .hm-wa-mark,
.hm-btn--wa:hover .hm-wa-mark,
.hm-btn--whatsapp:focus-visible .hm-wa-mark,
.hm-btn--wa:focus-visible .hm-wa-mark {
	animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
	.hm-btn--whatsapp .hm-wa-mark,
	.hm-btn--wa .hm-wa-mark {
		animation: none !important;
	}
}

/* 404 styles → assets/css/error.css (enqueued solo en is_404) */

.pagination,
.nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 28px;
}
.page-numbers {
	display: inline-flex;
	min-width: 40px; min-height: 40px;
	align-items: center; justify-content: center;
	border-radius: 0;
	border: 1px solid var(--line);
	background: #fff;
	text-decoration: none !important;
	padding: 0 10px;
}
.page-numbers.current { background: var(--brand); color: #fff; border-color: var(--brand); }

@media (max-width: 980px) {
	.hm-catalog-layout,
	.hm-product__grid,
	.hm-contact,
	.hm-footer__grid,
	.hm-about__grid,
	.hm-split { grid-template-columns: 1fr; }
	.hm-about__media { order: -1; max-width: 640px; }
	.hm-sectors__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hm-cat-grid--photo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hm-topbar { display: none; }
	.hm-nav__toggle { display: inline-grid; place-items: center; }
	/* Fixed drawer: absolute+translateX expands document scrollWidth (~2× viewport) on mobile. */
	.hm-nav__panel {
		position: fixed;
		top: var(--header-h, 72px);
		left: auto;
		right: 0;
		bottom: 0;
		z-index: 1200;
		width: min(100vw, 22rem);
		max-width: 100%;
		height: calc(100vh - var(--header-h, 72px));
		height: calc(100dvh - var(--header-h, 72px));
		background: #fff;
		padding: 18px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
		pointer-events: none;
		transition: transform 0.25s ease, visibility 0.25s;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 16px;
	}
	/* Closed: collapse footprint so Chromium won't grow scrollWidth past the viewport. */
	.hm-nav:not(.is-open) .hm-nav__panel {
		width: 0;
		min-width: 0;
		max-width: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		transform: none;
	}
	.hm-nav.is-open .hm-nav__panel {
		width: min(100vw, 22rem);
		max-width: 100%;
		padding: 18px;
		transform: translate3d(0, 0, 0);
		visibility: visible;
		pointer-events: auto;
	}
	.hm-nav__list {
		flex-direction: column;
		align-items: stretch;
		flex: 0 0 auto;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.hm-nav__link { justify-content: space-between; width: 100%; }
	.hm-mega {
		position: static;
		z-index: auto;
		width: auto;
		max-height: none;
		overflow: visible;
		box-shadow: none;
		border: 0;
		border-top: 0;
		padding: 0;
		margin-top: 0;
		/* Mobile accordion: height via grid rows */
		display: grid;
		grid-template-rows: 0fr;
		opacity: 1;
		visibility: visible;
		pointer-events: none;
		transition: grid-template-rows 180ms ease;
	}
	.hm-mega.is-open {
		grid-template-rows: 1fr;
		pointer-events: auto;
	}
	.hm-mega__shell {
		overflow: hidden;
		min-height: 0;
		padding: 0;
		border: 1px solid var(--line);
		border-top: 0;
		background: #fff;
	}
	.hm-mega.is-open .hm-mega__shell {
		padding: 8px;
		border-top: 1px solid var(--line);
		max-height: min(50vh, 360px);
		overflow-y: auto;
	}
	.hm-mega__inner {
		padding: 0;
	}
	.hm-mega__grid {
		grid-template-columns: 1fr;
		gap: 2px;
	}
	.hm-mega__parent {
		padding: 8px;
		background: #fff;
		border-color: var(--line);
	}
	.hm-mega__subs {
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 0;
	}
	.hm-mega__subs-wrap {
		grid-template-rows: 0fr;
	}
	.hm-mega.is-open .hm-mega__subs-wrap {
		grid-template-rows: 1fr;
	}
	.hm-mega__all {
		margin-top: 8px;
		width: 100%;
		justify-content: center;
		min-height: 40px;
		border: 1px solid var(--brand);
		background: #fff;
		padding: 0 12px;
	}
	.hm-header__cta { flex-direction: column; align-items: stretch; }
	.hm-search--header {
		display: flex;
		gap: 8px;
		flex: 0 0 auto;
		min-width: 0;
		max-width: none;
		width: 100%;
		z-index: auto;
	}
	.hm-search--header input {
		flex: 1;
		border: 1px solid var(--line);
		border-radius: 0;
		padding: 10px 14px;
	}
	.hm-search--float { flex-direction: column; }
	.hm-hero__content { padding-top: 96px; }
}

/* Tablet: WA still shows label pill — keep wide horizontal clear (don't override ≤700 icon clear). */
@media (min-width: 701px) and (max-width: 980px) {
	.hm-footer__base {
		--hm-footer-float-clear-x: clamp(10rem, 28vw, 12rem);
	}
}

.hm-search--ac { position: relative; }
.hm-ac {
	position: absolute;
	left: 0; right: 0;
	top: calc(100% + 8px);
	z-index: 1200;
	background: #fff;
	color: var(--ink);
	border: 1px solid var(--line);
	border-radius: 0;
	box-shadow: var(--shadow);
	max-height: min(70vh, 440px);
	overflow: auto;
	padding: 10px;
	text-align: left;
}
/* Header autocomplete: open under the field, above sticky bar content / banners */
.hm-search--header.hm-search--ac .hm-ac {
	left: auto;
	right: 0;
	width: min(320px, calc(100vw - 2rem));
	min-width: 100%;
	z-index: 1300;
}
.hm-search--float.hm-search--ac .hm-ac,
.hm-search-block .hm-ac {
	z-index: 5;
}
.hm-search--hero .hm-ac { left: 8px; right: 8px; }
.hm-ac__heading {
	margin: 6px 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}
.hm-ac ul { margin: 0 0 8px; padding: 0; list-style: none; }
.hm-ac [role="option"] a {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 8px;
	border-radius: 0;
	text-decoration: none !important;
	color: inherit;
}
.hm-ac [role="option"].is-active a,
.hm-ac [role="option"] a:hover {
	background: rgba(32,12,128,0.08);
}
.hm-ac img,
.hm-ac__placeholder {
	width: 40px; height: 40px;
	border-radius: 0;
	object-fit: cover;
	background: #ececf2;
	flex: 0 0 auto;
}
.hm-ac__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hm-ac__text strong {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: -0.015em;
	text-transform: none;
	line-height: 1.05;
}
.hm-ac__text em {
	font-style: normal;
	color: var(--muted);
	font-size: 0.82rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hm-ac__empty,
.hm-ac__loading {
	margin: 8px;
	color: var(--muted);
	font-size: 0.92rem;
}

@media (max-width: 980px) {
	.hm-search--header.hm-search--ac .hm-ac { position: static; margin-top: 8px; max-height: 50vh; }
}

/* —— Footer pagos + social icons —— */
.hm-social--icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}
.hm-social--icons a {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255,255,255,0.22);
	color: rgba(255, 255, 255, 0.9);
	transition: background var(--hm-ease, 200ms ease), border-color var(--hm-ease, 200ms ease), color var(--hm-ease, 200ms ease);
}
.hm-social--icons a:hover {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.45);
	color: #fff;
}
.hm-social--icons a .hm-icon {
	color: inherit;
}
.hm-footer__pay {
	padding: 1.25rem 0 1.35rem;
	background: #fff;
	border-top: 0;
}
.hm-footer__pay-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contacto-pago .hm-footer__pay-img,
.hm-footer__pay-img {
	display: block;
	width: auto;
	max-width: 60%;
	height: auto;
	margin-inline: auto;
	background: #fff;
	border-radius: 0;
	object-fit: contain;
}
@media (max-width: 700px) {
	#contacto-pago .hm-footer__pay-img,
	.hm-footer__pay-img {
		max-width: 92%;
	}
}

/* Float WA: verde WhatsApp sólido (no navy institucional) */
body.hm-site .hm-float-wa {
	border-radius: 0;
	background: var(--wa, #25d366);
	border-color: var(--wa, #25d366);
	color: #fff !important;
	box-shadow: none;
}
body.hm-site .hm-float-wa:hover {
	background: var(--hm-wa-dark, #1ebe57);
	border-color: var(--hm-wa-dark, #1ebe57);
	color: #fff !important;
}

/* === HM RADIUS/SOLID LOCK (final) === */
body.hm-site,
body.hm-site *,
body.hm-site *::before,
body.hm-site *::after {
	border-radius: 0 !important;
}

/* ==========================================================================
   VISUAL ELEVATION v5 — mockup parity (home · listado · ficha · interiores)
   ========================================================================== */

body.hm-site {
	background: var(--hm-white, #fff);
	color: var(--hm-ink, #12121a);
}

/* —— Topbar: brand pleno (mockup) —— */
body.hm-site .hm-topbar {
	background: var(--brand);
	font-weight: 300;
	letter-spacing: 0.02em;
}
body.hm-site .hm-topbar__social a {
	color: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0.28);
	transition: background var(--hm-ease), border-color var(--hm-ease), color var(--hm-ease), transform var(--hm-ease);
}
body.hm-site .hm-topbar__social a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.55);
	transform: translateY(-1px);
}

/* —— Header: hover quieto (color + underline 2px) · mega fade —— */
body.hm-site .hm-header {
	background: #fff;
	backdrop-filter: none;
	border-bottom: 1px solid var(--line);
}
body.hm-site .hm-header.is-scrolled {
	box-shadow: none;
}
body.hm-site.hm-mega-open .hm-header {
	box-shadow: none;
}
body.hm-site .hm-logo img {
	height: 44px;
}
body.hm-site .hm-nav__link {
	position: relative;
	font-weight: 500;
	font-size: 0.84rem;
	letter-spacing: 0.01em;
	color: var(--ink);
	padding: 0 0.65rem;
	background: transparent !important;
	transition: color 160ms ease;
}
body.hm-site .hm-nav__link:not(.hm-nav__cta)::after {
	content: none;
	display: none;
}
body.hm-site .hm-nav__link:not(.hm-nav__cta):hover,
body.hm-site .hm-nav__link:not(.hm-nav__cta):focus-visible,
body.hm-site .hm-nav__link[aria-expanded="true"],
body.hm-site .hm-nav__link.is-active {
	color: var(--brand);
}
body.hm-site .hm-nav__item.is-active > .hm-nav__link:not(.hm-nav__cta),
body.hm-site .hm-nav__link.is-active:not(.hm-nav__cta),
body.hm-site .hm-nav__mega-btn.is-active,
body.hm-site .hm-nav__mega-btn[aria-expanded="true"] {
	box-shadow: inset 0 -2px 0 var(--brand);
}
body.hm-site .hm-nav__link:not(.hm-nav__cta):hover {
	box-shadow: inset 0 -2px 0 var(--brand);
}
body.hm-site .hm-nav__cta {
	background: #200C80 !important;
	color: #fff !important;
	padding: 0 16px;
	transition: background 160ms ease, color 160ms ease;
	box-shadow: none !important;
}
body.hm-site .hm-nav__cta:hover,
body.hm-site .hm-nav__cta:focus-visible,
body.hm-site .hm-nav__cta.is-active {
	background: var(--brand-dark, #16085c) !important;
	color: #fff !important;
	box-shadow: none !important;
}
body.hm-site .hm-nav__cta.is-active::after,
body.hm-site .hm-nav__item--cta.is-active > .hm-nav__cta::after {
	display: none !important;
}
body.hm-site .hm-mega {
	border-top: 1px solid var(--line);
}
body.hm-site .hm-mega__parent strong {
	color: var(--ink);
}
body.hm-site .hm-mega__parent:hover strong {
	color: var(--brand);
}

/* —— Mobile drawer: panel limpio —— */
@media (max-width: 980px) {
	body.hm-site .hm-nav__panel {
		background: #fff;
		padding: 1.25rem 1.35rem 2rem;
		box-shadow: -8px 0 24px rgba(10, 4, 40, 0.08);
		border-left: 1px solid var(--line);
	}
	body.hm-site .hm-nav__link {
		min-height: 52px;
		padding: 0.85rem 0;
		font-size: 1.02rem;
		font-weight: 500;
		border-bottom: 1px solid var(--line);
		box-shadow: none !important;
	}
	body.hm-site .hm-nav__link.is-active,
	body.hm-site .hm-nav__mega-btn[aria-expanded="true"] {
		color: var(--brand);
		box-shadow: inset 3px 0 0 var(--brand) !important;
		padding-left: 0.75rem;
	}
	body.hm-site .hm-nav__cta {
		justify-content: center;
		margin: 12px 0 0;
		padding: 0 16px;
		border-bottom: 0;
		min-height: 48px;
		box-shadow: none !important;
	}
	body.hm-site .hm-nav__cta.is-active {
		padding-left: 16px;
		color: #fff !important;
	}
	body.hm-site .hm-nav__toggle {
		border-color: var(--line);
	}
	body.hm-site .hm-nav.is-open .hm-nav__toggle {
		background: var(--hm-brand-soft);
		border-color: var(--brand);
	}
	body.hm-site .hm-mega {
		margin: 0;
	}
	body.hm-site .hm-nav__item--mega {
		border-bottom: 1px solid var(--line);
	}
	body.hm-site .hm-nav__item--mega > .hm-nav__mega-btn {
		border-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hm-site .hm-mega,
	body.hm-site .hm-mega__parent,
	body.hm-site .hm-nav__chevron,
	body.hm-site .hm-nav__link {
		transition: none !important;
		animation: none !important;
	}
	body.hm-site .hm-mega {
		opacity: 1;
	}
	body.hm-site .hm-mega:not(.is-open) {
		opacity: 0;
	}
}

/* —— Footer light (collage interiores) —— */
body.hm-site .hm-footer {
	background: var(--hm-footer, #f4f4f7);
	color: var(--hm-footer-ink, #12121a);
	padding-top: clamp(3rem, 5vw, 4rem);
	border-top: 1px solid var(--line);
}
body.hm-site .hm-footer a {
	color: var(--hm-footer-ink, #12121a);
}
body.hm-site .hm-footer a:hover {
	color: var(--brand);
}
body.hm-site .hm-footer h2 {
	color: var(--brand);
	font-weight: 500;
	font-size: 0.68rem;
	letter-spacing: 0.04em;
	text-transform: none;
	margin-bottom: 0.7rem;
	line-height: 1.35;
}
body.hm-site .hm-footer__brand p {
	color: var(--muted);
	font-weight: 300;
	font-size: 0.78rem;
	line-height: 1.55;
}
body.hm-site .hm-footer__brand img {
	filter: none;
	margin-bottom: 1rem;
}
body.hm-site .hm-footer li,
body.hm-site .hm-footer a {
	font-size: 0.78rem;
}
body.hm-site .hm-footer li {
	margin-bottom: 0.4rem;
	font-weight: 400;
}
body.hm-site .hm-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	color: var(--muted);
	font-weight: 300;
}
body.hm-site .hm-footer__contact .hm-icon {
	margin-top: 0.15rem;
	color: var(--brand);
}
body.hm-site .hm-social--icons a {
	border-color: var(--line);
	color: var(--brand);
	width: 40px;
	height: 40px;
	transition: background var(--hm-ease), border-color var(--hm-ease), color var(--hm-ease), transform var(--hm-ease);
}
body.hm-site .hm-social--icons a:hover {
	background: var(--hm-brand-soft);
	border-color: var(--brand);
	color: var(--brand);
	transform: translateY(-2px);
}
body.hm-site .hm-social--icons a .hm-icon {
	color: inherit;
}
body.hm-site .hm-footer__pay {
	border-top: 1px solid var(--line);
	padding: 1.75rem 0;
}
body.hm-site .hm-footer__pay-title {
	color: var(--muted);
	text-align: left;
}
body.hm-site .hm-footer__pay-chip {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
	min-height: 44px;
	font-weight: 500;
}
body.hm-site .hm-footer__base {
	background: var(--hm-footer-bar, var(--brand));
	border-top: 0;
	color: rgba(255, 255, 255, 0.88);
	padding-top: 1rem;
	padding-bottom: calc(1rem + var(--hm-footer-float-clear-y, 0px));
}
body.hm-site .hm-footer__base a {
	color: #fff;
}
body.hm-site .hm-footer__base a:hover {
	color: rgba(255, 255, 255, 0.75);
}
body.hm-site .hm-footer__base p,
body.hm-site .hm-footer__legal,
body.hm-site .hm-footer__copy,
body.hm-site .hm-footer__base a {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 300;
	line-height: 1.45;
}
@media (max-width: 700px) {
	body.hm-site .hm-footer__base {
		padding-bottom: calc(0.85rem + var(--hm-footer-float-clear-y, 0px));
	}
}

/* —— Float WA: rectángulo 90°, verde oficial, sin glow —— */
body.hm-site .hm-float-wa {
	background: var(--wa, #25d366);
	border: 1.5px solid var(--wa, #25d366);
	color: #fff !important;
	box-shadow: none;
	font-weight: 400;
	letter-spacing: 0.02em;
}
body.hm-site .hm-float-wa:hover {
	background: var(--hm-wa-dark, #1ebe57);
	border-color: var(--hm-wa-dark, #1ebe57);
	color: #fff !important;
	box-shadow: none;
	transform: translateY(-2px);
}

/* —— Page heroes (navy full-bleed: white type; height/trama in contemporaneo.css) —— */
body.hm-site .hm-page-hero {
	color: #fff;
}
body.hm-site .hm-page-hero h1 {
	font-weight: 600;
	font-size: clamp(2rem, 4vw, 2.85rem);
	letter-spacing: -0.025em;
	color: #fff;
}
body.hm-site .hm-page-hero p,
body.hm-site .hm-page-hero__lead {
	font-weight: 300;
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.96);
}
body.hm-site .hm-page-hero .hm-breadcrumbs,
body.hm-site .hm-page-hero .hm-breadcrumbs ol,
body.hm-site .hm-page-hero .hm-breadcrumbs a {
	color: rgba(255, 255, 255, 0.92);
}
body.hm-site .hm-page-hero .hm-breadcrumbs a:hover {
	color: #fff;
}

