/* =========================================================
   MB Equipos Veterinarios — estilos del tema
   Tokens de marca: morado #662F8C · turquesa #03A8AC · Montserrat
   ========================================================= */

:root {
	--p: #662F8C;
	--p-dark: #4B1F6B;
	--p-tint: #F3EEF8;
	--t: #03A8AC;
	--t-dark: #0B7C7F;
	--t-tint: #E4F5F5;
	--ink: #1E1A24;
	--muted: #625C6B;
	--line: #E8E4EE;
	--bg: #FAF9FB;
	--white: #fff;
	--wa: #25D366;
	--wa-dark: #1DA851;
	--r: 16px;
	--r-sm: 10px;
	--shadow: 0 12px 30px rgba(30, 26, 36, .08);
	--shadow-lg: 0 24px 60px rgba(75, 31, 107, .12);
	--wrap: 1200px;
	--font: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 15px; line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--p); text-decoration: none; }
a:hover { color: var(--p-dark); }
h1, h2, h3, h4, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }
.mb-skip { position: absolute; left: -999px; top: 8px; background: var(--p); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.mb-skip:focus { left: 8px; }
.mb-ico { flex: none; }
.mb-flip { transform: scaleX(-1); }
.mb-hide-mobile { }
.mb-accent { color: var(--p); }

/* ---------- tipografía ---------- */
.mb-eyebrow { display: block; color: var(--t); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.mb-eyebrow--light { color: #8FE3E5; }
.mb-h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.mb-h2--sm { font-size: clamp(24px, 2.6vw, 30px); }
.mb-lead { font-size: 17px; line-height: 1.6; color: var(--muted); }
.mb-prose { font-size: 16px; line-height: 1.7; color: #3C3645; }
.mb-prose > * + * { margin-top: 1em; }
.mb-prose h2, .mb-prose h3, .mb-prose h4 { color: var(--ink); line-height: 1.25; margin-top: 1.6em; }
.mb-prose h2 { font-size: 26px; }
.mb-prose h3 { font-size: 20px; }
.mb-prose ul { list-style: disc; padding-left: 1.4em; }
.mb-prose li + li { margin-top: .35em; }
.mb-prose img { border-radius: var(--r-sm); margin-inline: auto; }
.mb-prose table { border-collapse: collapse; width: 100%; font-size: 14px; }
.mb-prose td, .mb-prose th { border: 1px solid var(--line); padding: 8px 10px; }
.mb-prose p:first-child:is(:only-child) { margin: 0; }

/* ---------- botones, tags, chips ---------- */
.mb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 24px; border-radius: var(--r-sm); font-weight: 600; font-size: 15px; white-space: nowrap; transition: background .15s, color .15s, transform .15s, box-shadow .15s; border: 1.5px solid transparent; }
.mb-btn:hover { transform: translateY(-1px); }
.mb-btn--p { background: var(--p); color: #fff; }
.mb-btn--p:hover { background: var(--p-dark); color: #fff; }
.mb-btn--t { background: var(--t); color: #fff; }
.mb-btn--t:hover { background: var(--t-dark); color: #fff; }
.mb-btn--o { background: #fff; color: var(--p); border-color: var(--p); }
.mb-btn--o:hover { background: var(--p-tint); }
.mb-btn--g { background: #fff; color: var(--ink); border-color: var(--line); }
.mb-btn--g:hover { border-color: #C9C2D3; color: var(--ink); }
.mb-btn--wa { background: var(--wa); color: #fff; }
.mb-btn--wa:hover { background: var(--wa-dark); color: #fff; }
.mb-btn--white { background: #fff; color: var(--p); }
.mb-btn--white:hover { background: var(--p-tint); }
.mb-btn--sm { height: 40px; padding: 0 16px; font-size: 14px; border-radius: 8px; }
.mb-btn--lg { height: 54px; padding: 0 28px; font-size: 16px; }
.mb-btn--icon { width: 40px; height: 40px; padding: 0; border-radius: 8px; border-color: var(--line); background: #fff; }
.mb-btn--icon:hover { border-color: #C9C2D3; }

.mb-tag { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 600; background: #fff; color: var(--t); }
.mb-tag--t { background: var(--t-tint); color: var(--t-dark); }
.mb-tag--p { background: var(--p-tint); color: var(--p); }

.mb-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mb-chip { display: inline-flex; align-items: center; height: 36px; padding: 0 16px; border-radius: 999px; font-size: 13px; font-weight: 600; border: 1px solid var(--line); color: var(--muted); background: #fff; }
.mb-chip:hover { color: var(--p); border-color: var(--p); }
.mb-chip.is-active { background: var(--p-tint); color: var(--p); border-color: var(--p-tint); }

.mb-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.mb-checklist { display: flex; flex-direction: column; gap: 10px; }
.mb-checklist li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.mb-checklist .mb-ico { color: var(--t); }

/* ---------- layout ---------- */
.mb-section { padding-top: 96px; }
.mb-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.mb-grid { display: grid; gap: 20px; }
.mb-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mb-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---------- topbar ---------- */
.mb-topbar { background: var(--p-dark); color: #fff; font-size: 13px; }
.mb-topbar__in { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 16px; }
.mb-topbar__group { display: flex; align-items: center; gap: 18px; }
.mb-topbar__group > * { display: inline-flex; align-items: center; gap: 7px; color: #fff; white-space: nowrap; }
.mb-topbar__social { gap: 12px; }
.mb-topbar a { color: #fff; }
.mb-topbar a:hover { color: #C9F1F2; }
.mb-topbar__social a { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255, 255, 255, .12); }
.mb-topbar__social a:hover { background: rgba(255, 255, 255, .24); color: #fff; }

.mb-topbar__lineas { flex-wrap: wrap; }
.mb-topbar__lineas { gap: 5px; }
.mb-topbar__wa { color: #fff; font-weight: 600; font-size: 12px; display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 999px; background: rgba(255, 255, 255, .10); }
.mb-topbar__wa:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.mb-topbar__wa small { font-size: 10px; font-weight: 600; background: rgba(255, 255, 255, .22); border-radius: 999px; padding: 0 6px; line-height: 16px; }
.mb-topbar__dot { color: #B9A6CC; }
.mb-topbar__more { margin-left: 4px; padding: 2px 8px; border-radius: 999px; background: rgba(255, 255, 255, .14); color: #fff; font-size: 12px; font-weight: 600; }
.mb-topbar__more:hover { background: rgba(255, 255, 255, .24); }

/* ---------- selector de WhatsApp ---------- */
.mb-wa-picker[hidden] { display: none; }
.mb-wa-picker { position: fixed; inset: 0; z-index: 60; display: flex; align-items: flex-end; justify-content: center; }
.mb-wa-picker__backdrop { position: absolute; inset: 0; background: rgba(30, 26, 36, .55); }
.mb-wa-picker__panel { position: relative; width: min(480px, 100%); background: #fff; border-radius: 20px 20px 0 0; padding: 24px 24px 20px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 16px; animation: mb-up .2s ease-out; }
@keyframes mb-up { from { transform: translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.mb-wa-picker__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.mb-wa-picker__head h2 { font-size: 20px; font-weight: 800; }
.mb-wa-picker__head p { font-size: 14px; color: var(--muted); }
.mb-wa-picker__list { display: flex; flex-direction: column; gap: 8px; }
.mb-wa-picker__item { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); }
.mb-wa-picker__item:hover { border-color: var(--wa); background: #F0FBF4; color: var(--ink); }
.mb-wa-picker__group { display: flex; flex-direction: column; gap: 6px; padding: 10px; border-radius: 14px; }
.mb-wa-picker__group + .mb-wa-picker__group { margin-top: 4px; }
.mb-wa-picker__group.is-recommended { background: var(--t-tint); }
.mb-wa-picker__area { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding: 0 4px 2px; }
.mb-wa-picker__group.is-recommended .mb-wa-picker__area { color: var(--t-dark); }
.mb-wa-picker__panel { max-height: 86vh; overflow-y: auto; }
.mb-wa-picker__rec { height: 20px; padding: 0 8px; font-size: 11px; margin-left: 6px; font-style: normal; vertical-align: middle; }
.mb-wa-areas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mb-wa-area { display: flex; align-items: center; gap: 14px; padding: 16px 18px; color: var(--ink); transition: box-shadow .15s, transform .15s; }
.mb-wa-area:hover { box-shadow: var(--shadow); transform: translateY(-2px); color: var(--ink); border-color: var(--wa); }
.mb-wa-area__ico { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--t-tint); color: var(--t); display: flex; align-items: center; justify-content: center; }
.mb-wa-area__text { flex: 1; display: flex; flex-direction: column; }
.mb-wa-area__text strong { font-size: 15px; }
.mb-wa-area__text span { font-size: 13px; color: var(--muted); }
.mb-wa-area--group { align-items: flex-start; }
.mb-wa-area--group:hover { transform: none; box-shadow: none; border-color: var(--line); }
.mb-wa-area__nums { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.mb-wa-area__go { width: 36px; height: 36px; border-radius: 10px; background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.mb-wa-picker__ico { width: 42px; height: 42px; border-radius: 10px; background: #E3F8EA; color: var(--wa-dark); display: flex; align-items: center; justify-content: center; flex: none; }
.mb-wa-picker__text { flex: 1; display: flex; flex-direction: column; }
.mb-wa-picker__text strong { font-size: 14px; }
.mb-wa-picker__text span { font-size: 13px; color: var(--muted); }
.mb-wa-picker__item > .mb-ico:last-child { color: var(--muted); }
.mb-wa-picker__foot { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.mb-wa-float { border: 0; cursor: pointer; }
@media (min-width: 901px) {
	.mb-wa-picker { align-items: center; }
	.mb-wa-picker__panel { border-radius: 20px; }
}
.mb-footer__contact small { color: #B9A6CC; }

/* ---------- header ---------- */
.mb-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.mb-header__in { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 20px; }
.mb-logo img, .custom-logo { height: 56px; width: auto; }
.mb-header__actions { display: flex; align-items: center; gap: 10px; }
.mb-burger { display: none; }
.mb-burger__close { display: none; }
.mb-burger[aria-expanded="true"] .mb-burger__open { display: none; }
.mb-burger[aria-expanded="true"] .mb-burger__close { display: block; }

.mb-nav__list { display: flex; align-items: center; gap: 28px; }
.mb-nav__item { position: relative; }
.mb-nav__link { display: flex; align-items: center; gap: 4px; height: 40px; color: var(--ink); font-weight: 600; font-size: 15px; border-bottom: 2px solid transparent; }
.mb-nav__item:hover > .mb-nav__link, .mb-nav__item.is-current > .mb-nav__link { color: var(--p); }
.mb-nav__item.is-current > .mb-nav__link { border-bottom-color: var(--t); }
.mb-nav__toggle { display: none; }
.mb-nav__sub { position: absolute; top: calc(100% + 10px); left: -12px; min-width: 300px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 10px; display: flex; flex-direction: column; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s, transform .15s, visibility .15s; }
.mb-nav__sub::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.mb-nav__item--parent:hover > .mb-nav__sub, .mb-nav__item--parent:focus-within > .mb-nav__sub, .mb-nav__item--parent.is-open > .mb-nav__sub { opacity: 1; visibility: visible; transform: none; }
.mb-nav__sublink { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; color: var(--ink); font-weight: 600; font-size: 14px; }
.mb-nav__sublink:hover { background: var(--p-tint); color: var(--p); }
.mb-nav__ico { width: 38px; height: 38px; border-radius: 10px; background: var(--t-tint); color: var(--t); display: flex; align-items: center; justify-content: center; flex: none; }
.mb-nav__subtext { display: flex; flex-direction: column; }
.mb-nav__desc { font-size: 12px; font-weight: 500; color: var(--muted); }
.mb-nav__mobile-cta { display: none; }

.mb-search { border-top: 1px solid var(--line); background: #fff; }
.mb-search__in { display: flex; align-items: center; gap: 12px; padding: 12px 0; color: var(--muted); }
.mb-search input[type="search"] { flex: 1; height: 44px; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 0 14px; }
.mb-search input:focus { outline: none; border-color: var(--p); }

/* ---------- hero ---------- */
.mb-hero { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); }
.mb-hero__in { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding: 72px 0 80px; }
.mb-hero__copy { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.mb-hero__tag { height: 30px; padding: 0 14px; }
.mb-hero__title { font-size: clamp(34px, 4vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; }
.mb-hero__text { font-size: 19px; max-width: 520px; }
.mb-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.mb-hero__stats { display: flex; gap: 32px; margin-top: 12px; }
.mb-hero__stats div { display: flex; flex-direction: column; }
.mb-hero__stats strong { font-size: 28px; font-weight: 800; color: var(--p); line-height: 1.1; }
.mb-hero__stats span { font-size: 13px; color: var(--muted); }
.mb-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; }
.mb-hero__blob { position: absolute; border-radius: 32px; }
.mb-hero__blob--p { inset: 24px 0 0 40px; background: var(--p-tint); }
.mb-hero__blob--t { right: 0; bottom: 0; width: 220px; height: 220px; background: var(--t-tint); }
.mb-hero__img { position: relative; width: 460px; max-width: 100%; }
.mb-hero__img img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.mb-hero__chip { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 16px; box-shadow: var(--shadow); }
.mb-hero__chip--a { left: 0; bottom: 48px; }
.mb-hero__chip--b { right: 8px; top: 40px; }
.mb-hero__chip strong { display: block; font-size: 13px; }
.mb-hero__chip small { display: block; font-size: 12px; color: var(--muted); }
.mb-hero__chip-ico { width: 36px; height: 36px; border-radius: 10px; background: var(--t-tint); color: var(--t); display: flex; align-items: center; justify-content: center; }

/* ---------- hero de páginas interiores ---------- */
.mb-hero--page .mb-hero__in { padding: 40px 0 72px; }
.mb-hero--page .mb-hero__title { font-size: clamp(30px, 3.4vw, 44px); }
.mb-hero__note { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.mb-hero__note a { font-weight: 700; }
.mb-hero__visual--photo .mb-hero__blob--p { inset: 32px 0 0 48px; }
.mb-hero__visual--photo > img { position: relative; max-width: 440px; }
.mb-hero__visual--photo .mb-hero__chip--a { bottom: 0; }
.mb-hero__photo { width: 420px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow-lg); }
.mb-service-hero { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: 100%; max-width: 520px; }
.mb-service-hero__card { padding: 22px; display: flex; flex-direction: column; gap: 8px; box-shadow: var(--shadow); }
.mb-service-hero__card strong { font-size: 15px; }
.mb-service-hero__card > span:last-child { font-size: 13px; color: var(--muted); }
.mb-service-hero__card--accent { background: var(--p); border-color: var(--p); color: #fff; }
.mb-service-hero__card--accent .mb-linea__ico { background: rgba(255, 255, 255, .15); color: #fff; }
.mb-service-hero__card--accent > span:last-child { color: #D9CBE6; }
.mb-service-hero__card:nth-child(2) { transform: translateY(24px); }
.mb-service-hero__card:nth-child(4) { transform: translateY(24px); }

/* ---------- pasos ---------- */
.mb-steps { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.mb-steps__intro { display: flex; flex-direction: column; gap: 12px; }
.mb-steps__list { display: flex; flex-direction: column; gap: 22px; counter-reset: paso; }
.mb-steps__list li { display: flex; gap: 18px; align-items: flex-start; }
.mb-steps__list li > span { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--p); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.mb-steps__list h3 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.mb-steps__list p { font-size: 14px; color: var(--muted); }

/* ---------- nosotros ---------- */
.mb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mb-mv__card { padding: 40px; display: flex; flex-direction: column; gap: 14px; }
.mb-mv__card h2 { font-size: 24px; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
.mb-mv__card p { font-size: 15px; line-height: 1.7; color: var(--muted); }
.mb-mv__card--dark { background: var(--p-dark); border-color: var(--p-dark); color: #fff; }
.mb-mv__card--dark p { color: #D9CBE6; }
.mb-mv__card--dark .mb-linea__ico { background: rgba(255, 255, 255, .12); color: #fff; }
.mb-evento { overflow: hidden; display: flex; flex-direction: column; }
.mb-evento img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.mb-evento figcaption { display: flex; flex-direction: column; gap: 2px; padding: 16px 20px; border-top: 1px solid var(--line); }
.mb-evento strong { font-size: 15px; }
.mb-evento span { font-size: 13px; color: var(--muted); }
.mb-brands-box { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; padding: 40px; }
.mb-brands-box .mb-lead { font-size: 15px; margin-top: 10px; }
.mb-brands-box__list { display: flex; flex-wrap: wrap; gap: 12px; }
.mb-brands-box__item { display: flex; align-items: center; justify-content: center; height: 64px; padding: 0 20px; border: 1px solid var(--line); border-radius: 12px; font-weight: 800; color: #9B92A6; background: var(--bg); }
.mb-brands-box__item img { height: 26px; width: auto; max-width: 120px; object-fit: contain; }
.mb-brands-box__item img[src$="iray.png"] { height: 44px; }

/* ---------- marcas (marquesina) ---------- */
.mb-brands { border-block: 1px solid var(--line); background: #fff; overflow: hidden; }
.mb-brands__in { display: flex; align-items: center; gap: 32px; min-height: 88px; }
.mb-brands__label { font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; flex: none; }
.mb-marquee { flex: 1; min-width: 0; display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mb-marquee__track { display: flex; align-items: center; gap: 56px; padding-right: 56px; flex: none; animation: mb-marquee 28s linear infinite; }
.mb-marquee:hover .mb-marquee__track, .mb-marquee:focus-within .mb-marquee__track { animation-play-state: paused; }
@keyframes mb-marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.mb-brands__item { display: flex; align-items: center; font-weight: 800; font-size: 22px; letter-spacing: -.01em; color: #9B92A6; white-space: nowrap; transition: color .15s, transform .2s; }
.mb-brands__item:hover { color: var(--p); transform: translateY(-2px); }
.mb-brands__item img { height: 30px; width: auto; max-width: 140px; object-fit: contain; opacity: .8; transition: opacity .15s; }
.mb-brands__item:hover img { opacity: 1; }
.mb-brands__item img[src$="iray.png"] { height: 56px; }

/* ---------- líneas ---------- */
.mb-linea { display: flex; flex-direction: column; gap: 14px; padding: 28px; color: var(--ink); transition: box-shadow .15s, transform .15s; }
.mb-linea:hover { box-shadow: var(--shadow); transform: translateY(-2px); color: var(--ink); }
.mb-linea__ico { width: 48px; height: 48px; border-radius: 12px; background: var(--t-tint); color: var(--t); display: flex; align-items: center; justify-content: center; }
.mb-linea__head h3 { font-size: 19px; font-weight: 700; }
.mb-linea__head span { font-size: 13px; font-weight: 600; color: var(--t); }
.mb-linea p { font-size: 14px; color: var(--muted); }
.mb-linea__more { display: flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; color: var(--p); margin-top: auto; }

/* ---------- tarjeta de producto ---------- */
.mb-product { display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .15s, transform .15s; }
.mb-product:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.mb-product__media { position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 24px; background: #fff; }
.mb-product__media img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; }
.mb-product__badge { position: absolute; top: 14px; left: 14px; }
.mb-product__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 20px; border-top: 1px solid var(--line); flex: 1; }
.mb-product__brand { font-size: 12px; font-weight: 700; color: var(--t); letter-spacing: .08em; text-transform: uppercase; }
.mb-product__title { font-size: 16px; font-weight: 700; line-height: 1.3; }
.mb-product__title a { color: var(--ink); }
.mb-product__title a:hover { color: var(--p); }
.mb-product__summary { font-size: 13px; color: var(--muted); line-height: 1.5; }
.mb-product__actions { display: flex; gap: 8px; margin-top: auto; padding-top: 8px; }
.mb-product__actions .mb-btn { flex: 1; padding: 0; }

/* ---------- por qué MB ---------- */
.mb-why { background: var(--p); color: #fff; margin-top: 96px; }
.mb-why__in { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: center; padding: 88px 0; }
.mb-why__copy { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.mb-why__copy p { font-size: 16px; color: #D9CBE6; }
.mb-why__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 32px; }
.mb-why__item { display: flex; gap: 18px; }
.mb-why__ico { flex: none; width: 52px; height: 52px; border-radius: 14px; background: rgba(255, 255, 255, .12); display: flex; align-items: center; justify-content: center; }
.mb-why__item h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.mb-why__item p { font-size: 14px; color: #D9CBE6; }

/* ---------- cotización ---------- */
.mb-quote { display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden; box-shadow: var(--shadow-lg); }
.mb-quote__aside { background: var(--t-tint); padding: 48px; display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.mb-quote__aside .mb-lead { font-size: 15px; }
.mb-quote__aside .mb-btn--wa { margin-top: auto; }
.mb-quote__form { padding: 48px; }

.mb-form { display: flex; flex-direction: column; gap: 16px; }
.mb-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.mb-form__field { display: flex; flex-direction: column; gap: 6px; }
.mb-form__field--wide { grid-column: 1 / -1; }
.mb-form label { font-size: 13px; font-weight: 600; }
.mb-form label span { color: var(--t); }
.mb-form input, .mb-form textarea { width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; font-size: 14px; background: #fff; color: var(--ink); }
.mb-form input { height: 46px; }
.mb-form input:focus, .mb-form textarea:focus { outline: none; border-color: var(--p); box-shadow: 0 0 0 3px var(--p-tint); }
.mb-form ::placeholder { color: #A39BAE; }
.mb-form__submit { width: 100%; }
.mb-form__legal { font-size: 12px; text-align: center; color: var(--muted); }
.mb-form__hp { position: absolute; left: -9999px; }
.mb-form__ok, .mb-form__error { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: var(--r-sm); font-weight: 600; font-size: 14px; }
.mb-form__ok { background: var(--t-tint); color: var(--t-dark); }
.mb-form__error { background: #FDECEC; color: #A32D2D; }

/* ---------- footer ---------- */
.mb-footer { background: var(--p-dark); color: #fff; margin-top: 96px; }
.mb-footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; padding: 64px 0 48px; }
.mb-footer__brand { display: flex; flex-direction: column; gap: 16px; }
.mb-footer__brand img { height: 52px; width: auto; }
.mb-footer__brand p { font-size: 14px; color: #D9CBE6; }
.mb-footer__social { display: flex; gap: 12px; }
.mb-footer__social a { color: #fff; }
.mb-footer__title { font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.mb-footer__links { display: flex; flex-direction: column; gap: 10px; }
.mb-footer__links a { color: #D9CBE6; font-size: 14px; }
.mb-footer__links a:hover { color: #fff; }
.mb-footer__contact li { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; color: #D9CBE6; }
.mb-footer__contact .mb-ico { color: #fff; margin-top: 3px; }
.mb-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .15); }
.mb-footer__bottom-in { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; font-size: 12px; color: #B9A6CC; }
.mb-footer__bottom a { color: #B9A6CC; }

.mb-wa-float { position: fixed; right: 24px; bottom: 24px; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(37, 211, 102, .4); z-index: 40; }
.mb-wa-float:hover { background: var(--wa-dark); color: #fff; }
.mb-mobile-bar { display: none; }

/* ---------- cabeceras de página / migas ---------- */
.mb-pagehead { background: #fff; border-bottom: 1px solid var(--line); }
.mb-pagehead .wrap { padding: 40px 0 36px; display: flex; flex-direction: column; gap: 14px; }
.mb-pagehead__title { font-size: clamp(30px, 3.5vw, 40px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.mb-pagehead .mb-lead { max-width: 720px; }
.mb-pagehead__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.mb-pagehead__row > div { display: flex; flex-direction: column; gap: 8px; }
.mb-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); }
.mb-crumbs a { color: var(--muted); }
.mb-crumbs a:hover { color: var(--p); }
.mb-crumbs__current { color: var(--ink); font-weight: 600; }
.mb-page { padding-top: 48px; }
.mb-page .mb-prose { max-width: 800px; }
.mb-elementor { padding-top: 0; }
.mb-404 { padding: 96px 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.mb-404 .mb-hero__cta { justify-content: center; }
.mb-results li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.mb-results a { font-weight: 700; font-size: 18px; }
.mb-results p { color: var(--muted); font-size: 14px; }

/* ---------- catálogo ---------- */
.mb-catalogo { display: grid; grid-template-columns: 240px 1fr; gap: 40px; padding-top: 40px; align-items: start; }
.mb-filters__toggle { display: none; width: 100%; }
.mb-filters__body { display: flex; flex-direction: column; gap: 28px; }
.mb-filters__group { display: flex; flex-direction: column; gap: 10px; }
.mb-filters__group h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.mb-filters__opt { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink); }
.mb-filters__opt small { margin-left: auto; color: var(--muted); font-size: 12px; }
.mb-filters__box { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid #C9C2D3; background: #fff; display: flex; align-items: center; justify-content: center; color: #fff; flex: none; }
.mb-filters__opt.is-on .mb-filters__box { background: var(--p); border-color: var(--p); }
.mb-filters__opt:hover { color: var(--p); }
.mb-catalogo__main { display: flex; flex-direction: column; gap: 20px; }
.mb-catalogo__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mb-catalogo__count { font-size: 14px; color: var(--muted); }
.mb-catalogo__count strong { color: var(--ink); }
.mb-catalogo__order label { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.mb-catalogo__order select { height: 36px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 600; color: var(--ink); }
.mb-empty { text-align: center; padding: 64px 0; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.mb-empty h2 { font-size: 22px; }
.mb-empty p { color: var(--muted); }
.mb-pagination { display: flex; justify-content: center; padding-top: 12px; }
.mb-pagination .nav-links { display: flex; gap: 6px; }
.mb-pagination .page-numbers { display: flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-weight: 600; font-size: 14px; color: var(--ink); }
.mb-pagination .page-numbers.current { background: var(--p); border-color: var(--p); color: #fff; }
.mb-pagination h2 { display: none; }
.mb-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 32px 40px; background: var(--p); border-radius: var(--r); color: #fff; }
.mb-band h2 { font-size: 24px; font-weight: 800; }
.mb-band p { font-size: 15px; color: #D9CBE6; margin-top: 6px; }
.mb-band__cta { display: flex; gap: 10px; flex: none; }

/* ---------- ficha de producto ---------- */
.mb-single { padding-top: 28px; }
.mb-single__top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; padding-top: 24px; align-items: start; }
.mb-gallery { display: flex; flex-direction: column; gap: 14px; }
.mb-gallery__main { position: relative; aspect-ratio: 1; display: grid; place-items: center; padding: 48px; overflow: hidden; }
.mb-gallery__slide { grid-area: 1 / 1; display: none; width: 100%; height: 100%; align-items: center; justify-content: center; }
.mb-gallery__slide.is-active { display: flex; }
.mb-gallery__slide img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; }
.mb-gallery__badge { position: absolute; top: 18px; left: 18px; }
.mb-gallery__zoom { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--muted); background: #fff; pointer-events: none; }
.mb-gallery__thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.mb-gallery__thumb { width: 76px; height: 76px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; padding: 8px; display: flex; align-items: center; justify-content: center; }
.mb-gallery__thumb img { max-width: 100%; max-height: 100%; width: auto; object-fit: contain; }
.mb-gallery__thumb.is-active { border-color: var(--p); }
.mb-single__info { display: flex; flex-direction: column; gap: 20px; }
.mb-single__title { font-size: clamp(28px, 3vw, 36px); font-weight: 800; line-height: 1.15; letter-spacing: -.02em; }
.mb-single__info .mb-lead { font-size: 16px; }
.mb-quotebox { padding: 24px; display: flex; flex-direction: column; gap: 12px; background: var(--t-tint); border-color: #C9ECEC; }
.mb-quotebox__head { display: flex; align-items: center; justify-content: space-between; }
.mb-quotebox__row { display: flex; gap: 8px; }
.mb-quotebox__row .mb-btn { flex: 1; padding: 0; }
.mb-quotebox__trust { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; color: var(--muted); padding-top: 4px; }
.mb-quotebox__trust span { display: inline-flex; align-items: center; gap: 6px; }
.mb-quotebox__trust .mb-ico { color: var(--t); }

.mb-tabs { padding-top: 64px; }
.mb-tabs__nav { display: flex; gap: 32px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.mb-tabs__nav button { padding: 14px 4px; font-weight: 700; font-size: 15px; color: var(--muted); border-bottom: 2.5px solid transparent; white-space: nowrap; }
.mb-tabs__nav button.is-active { color: var(--p); border-bottom-color: var(--p); }
.mb-tabs__panel { display: none; padding-top: 32px; }
.mb-tabs__panel.is-active { display: block; }
.mb-tabs .mb-prose { max-width: 860px; }
.mb-downloads { display: flex; flex-direction: column; gap: 10px; }
.mb-downloads a { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; }
.mb-downloads small { color: var(--muted); font-weight: 500; }
.mb-service { padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.mb-service h3 { font-size: 16px; font-weight: 700; }
.mb-service p { font-size: 14px; color: var(--muted); }

/* ---------- contacto ---------- */
.mb-contacto { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; padding-top: 48px; align-items: start; }
.mb-contacto__form { padding: 40px; }
.mb-contacto__aside { display: flex; flex-direction: column; gap: 14px; }
.mb-info { display: flex; gap: 16px; padding: 22px; }
.mb-info__ico { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--t-tint); color: var(--t); display: flex; align-items: center; justify-content: center; }
.mb-info > div { display: flex; flex-direction: column; gap: 4px; }
.mb-info__label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.mb-info__value { font-size: 15px; font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }
.mb-info__sub { font-size: 13px; color: var(--muted); }
.mb-contacto__extra { padding: 24px; }

/* ---------- responsive ---------- */
@media (max-width: 1200px) {
	.mb-topbar__horario { display: none; }
}
@media (max-width: 1100px) {
	.mb-topbar__lineas { display: none; }
	.mb-nav__list { gap: 18px; }
	.mb-hero__in { gap: 32px; }
	.mb-why__in { grid-template-columns: 1fr; gap: 40px; }
	.mb-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.mb-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.mb-topbar { display: none; }
	.mb-header__in { height: 64px; }
	.mb-logo img, .custom-logo { height: 42px; }
	.mb-hide-mobile { display: none !important; }
	.mb-burger { display: inline-flex; }
	.mb-nav { position: fixed; inset: 64px 0 0 0; background: #fff; padding: 16px 20px 24px; overflow-y: auto; display: none; flex-direction: column; gap: 16px; z-index: 49; }
	.mb-nav.is-open { display: flex; }
	.mb-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.mb-nav__item { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
	.mb-nav__link { flex: 1; height: 52px; font-size: 16px; border-bottom: 0; }
	.mb-nav__link .mb-ico { display: none; }
	.mb-nav__toggle { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; color: var(--muted); transition: transform .15s; }
	.mb-nav__item.is-open > .mb-nav__toggle { transform: rotate(180deg); }
	.mb-nav__sub { position: static; width: 100%; min-width: 0; border: 0; box-shadow: none; padding: 0 0 10px; display: none; opacity: 1; visibility: visible; transform: none; }
	.mb-nav__item.is-open > .mb-nav__sub { display: flex; }
	.mb-nav__mobile-cta { display: flex; flex-direction: column; gap: 10px; }
	.mb-nav__mobile-cta .mb-btn { height: 52px; }
	.mb-section { padding-top: 56px; }
	.mb-section__head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
	.mb-hero__in { grid-template-columns: 1fr; padding: 32px 0 40px; }
	.mb-hero__visual { min-height: 0; order: 1; }
	.mb-hero__img { width: 300px; }
	.mb-hero__chip--a { display: none; }
	.mb-hero__stats { gap: 20px; flex-wrap: wrap; }
	.mb-brands__in { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 0; }
	.mb-marquee { width: 100%; }
	.mb-marquee__track { gap: 36px; padding-right: 36px; }
	.mb-brands__item { font-size: 18px; }
	.mb-grid--4, .mb-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.mb-linea { padding: 18px; }
	.mb-product__body { padding: 12px 14px 14px; }
	.mb-product__summary { display: none; }
	.mb-product__actions { flex-direction: column; }
	.mb-product__actions .mb-btn { height: 44px; }
	.mb-hero--page .mb-hero__in { padding: 20px 0 40px; }
	.mb-hero__photo { width: 100%; max-width: 320px; aspect-ratio: 1; }
	.mb-service-hero { max-width: 100%; }
	.mb-service-hero__card:nth-child(2), .mb-service-hero__card:nth-child(4) { transform: none; }
	.mb-steps { grid-template-columns: 1fr; gap: 28px; padding: 24px; }
	.mb-grid--2 { grid-template-columns: 1fr; }
	.mb-mv__card { padding: 24px; }
	.mb-brands-box { grid-template-columns: 1fr; padding: 24px; }
	.mb-why { margin-top: 56px; }
	.mb-why__in { padding: 48px 0; }
	.mb-why__grid { grid-template-columns: 1fr; gap: 24px; }
	.mb-quote { grid-template-columns: 1fr; }
	.mb-quote__aside, .mb-quote__form { padding: 24px; }
	.mb-form__grid { grid-template-columns: 1fr; }
	.mb-footer { margin-top: 56px; padding-bottom: 76px; }
	.mb-footer__grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 32px; }
	.mb-footer__bottom-in { flex-direction: column; }
	.mb-wa-float { display: none; }
	.mb-mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; display: flex; gap: 10px; padding: 12px 16px; background: #fff; border-top: 1px solid var(--line); z-index: 40; }
	.mb-mobile-bar .mb-btn { flex: 1; height: 50px; }
	.mb-pagehead .wrap { padding: 24px 0; }
	.mb-pagehead__row { flex-direction: column; align-items: flex-start; }
	.mb-catalogo { grid-template-columns: 1fr; gap: 16px; padding-top: 20px; }
	.mb-filters__toggle { display: inline-flex; }
	.mb-filters__body { display: none; padding: 16px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; margin-top: 10px; }
	.mb-filters__body.is-open { display: flex; }
	.mb-catalogo__bar { flex-direction: column; align-items: flex-start; }
	.mb-band { flex-direction: column; align-items: flex-start; padding: 24px; }
	.mb-band__cta { flex-wrap: wrap; }
	.mb-single__top { grid-template-columns: 1fr; gap: 24px; }
	.mb-gallery__main { padding: 24px; }
	.mb-tabs { padding-top: 40px; }
	.mb-tabs__nav { gap: 20px; }
	.mb-contacto { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
	.mb-contacto__form { padding: 24px; }
	.mb-wa-areas { grid-template-columns: 1fr; }
	.mb-page { padding-top: 24px; }
}

@media (max-width: 480px) {
	.mb-grid--4, .mb-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mb-hero__cta .mb-btn { width: 100%; }
	.mb-quotebox__row { flex-direction: column; }
}

@media print {
	.mb-topbar, .mb-header__actions, .mb-wa-float, .mb-mobile-bar, .mb-footer, .mb-tabs__nav, .mb-quotebox { display: none !important; }
	.mb-tabs__panel { display: block !important; }
}

/* =========================================================
   Movimiento: apariciones al hacer scroll, hero, cabecera, hovers
   ========================================================= */
.mb-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--mb-delay, 0s); will-change: opacity, transform; }
.mb-reveal.is-in { opacity: 1; transform: none; }
.mb-reveal--left { transform: translateX(-24px); }
.mb-reveal--right { transform: translateX(24px); }
.mb-reveal--scale { transform: scale(.96); }

/* Hero: entrada al cargar */
.js .mb-hero__copy > * { animation: mb-rise .7s cubic-bezier(.2, .7, .2, 1) both; }
.js .mb-hero__copy > :nth-child(1) { animation-delay: .05s; }
.js .mb-hero__copy > :nth-child(2) { animation-delay: .15s; }
.js .mb-hero__copy > :nth-child(3) { animation-delay: .25s; }
.js .mb-hero__copy > :nth-child(4) { animation-delay: .35s; }
.js .mb-hero__copy > :nth-child(5) { animation-delay: .45s; }
.js .mb-hero__copy > :nth-child(6) { animation-delay: .55s; }
.js .mb-hero__visual { animation: mb-rise .9s cubic-bezier(.2, .7, .2, 1) .2s both; }
.js .mb-hero__img img, .js .mb-hero__visual--photo > img { animation: mb-float 7s ease-in-out 1.2s infinite; }
.js .mb-hero__chip { animation: mb-pop .6s cubic-bezier(.2, .9, .3, 1.3) both; }
.js .mb-hero__chip--a { animation-delay: .8s; }
.js .mb-hero__chip--b { animation-delay: 1s; }
.js .mb-hero__blob { animation: mb-blob 14s ease-in-out infinite alternate; }
.js .mb-hero__blob--t { animation-duration: 18s; animation-direction: alternate-reverse; }
@keyframes mb-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes mb-pop { from { opacity: 0; transform: translateY(10px) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes mb-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes mb-blob { from { border-radius: 32px; transform: rotate(0deg) scale(1); } to { border-radius: 48px 28px 44px 30px; transform: rotate(2deg) scale(1.03); } }

/* Cabecera compacta al bajar */
.mb-header { transition: box-shadow .25s; }
.mb-header.is-scrolled { box-shadow: 0 8px 24px rgba(30, 26, 36, .08); }
.mb-header__in { transition: height .25s; }
.mb-header.is-scrolled .mb-header__in { height: 68px; }
.mb-logo img, .custom-logo { transition: height .25s; }
.mb-header.is-scrolled .mb-logo img, .mb-header.is-scrolled .custom-logo { height: 46px; }

/* Hovers con más vida */
.mb-product__media img, .mb-evento img { transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.mb-product:hover .mb-product__media img { transform: scale(1.05); }
.mb-evento:hover img { transform: scale(1.04); }
.mb-linea__ico, .mb-why__ico, .mb-info__ico, .mb-wa-area__ico { transition: transform .3s cubic-bezier(.2, .9, .3, 1.3), background .2s; }
.mb-linea:hover .mb-linea__ico, .mb-why__item:hover .mb-why__ico, .mb-info:hover .mb-info__ico { transform: translateY(-3px) rotate(-4deg); }
.mb-linea__more .mb-ico, .mb-btn .mb-ico:last-child { transition: transform .2s; }
.mb-linea:hover .mb-linea__more .mb-ico, .mb-btn:hover .mb-ico:last-child { transform: translateX(3px); }
.mb-btn--p, .mb-btn--wa, .mb-btn--t { box-shadow: 0 1px 0 rgba(0, 0, 0, .04); }
.mb-btn--p:hover { box-shadow: 0 10px 22px rgba(102, 47, 140, .28); }
.mb-btn--wa:hover { box-shadow: 0 10px 22px rgba(37, 211, 102, .32); }
.mb-btn:active { transform: translateY(0) scale(.98); }
.mb-chip, .mb-filters__opt, .mb-nav__link, .mb-tabs__nav button { transition: color .15s, background .15s, border-color .15s; }
.mb-tabs__panel.is-active { animation: mb-rise .35s ease-out both; }
.mb-gallery__slide.is-active img { animation: mb-fade .35s ease-out both; }
@keyframes mb-fade { from { opacity: 0; } to { opacity: 1; } }

/* Pulso del botón flotante de WhatsApp */
.mb-wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--wa); opacity: 0; animation: mb-pulse 3.2s ease-out 2s infinite; z-index: -1; }
.mb-wa-float { position: fixed; }
@keyframes mb-pulse { 0% { transform: scale(1); opacity: .45; } 70% { transform: scale(1.8); opacity: 0; } 100% { transform: scale(1.8); opacity: 0; } }

/* Contadores */
.mb-hero__stats strong { font-variant-numeric: tabular-nums; }

@media (prefers-reduced-motion: reduce) {
	.mb-reveal { opacity: 1; transform: none; transition: none; }
	.js .mb-hero__copy > *, .js .mb-hero__visual, .js .mb-hero__chip, .js .mb-hero__blob, .js .mb-hero__img img, .js .mb-hero__visual--photo > img, .mb-wa-float::before, .mb-tabs__panel.is-active, .mb-gallery__slide.is-active img { animation: none !important; }
	.mb-marquee__track { animation: none; }
	.mb-marquee { flex-wrap: wrap; mask-image: none; -webkit-mask-image: none; }
	.mb-marquee__track[aria-hidden] { display: none; }
	*, *::before, *::after { transition-duration: .01ms !important; }
}

/* ---------- contacto (v2) ---------- */
.mb-contacto-hero .mb-hero__in { align-items: start; }
.mb-contacto-wa { width: 100%; max-width: 520px; display: flex; flex-direction: column; gap: 16px; }
.mb-contacto-wa__group { padding: 22px; display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-lg); }
.mb-contacto-wa__head { display: flex; align-items: center; gap: 14px; }
.mb-contacto-wa__head .mb-wa-area__ico { background: #E3F8EA; color: var(--wa-dark); }
.mb-contacto-wa__head strong { display: block; font-size: 16px; }
.mb-contacto-wa__head span { font-size: 13px; color: var(--muted); }
.mb-contacto-wa__list { display: flex; flex-direction: column; gap: 6px; }
.mb-contacto-wa__line { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); transition: background .15s, border-color .15s; }
.mb-contacto-wa__line:hover { background: #F0FBF4; border-color: var(--wa); color: var(--ink); }
.mb-contacto-wa__num { font-weight: 700; font-size: 15px; font-variant-numeric: tabular-nums; }
.mb-contacto-wa__who { font-size: 12px; color: var(--muted); }
.mb-contacto-wa__go { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: 8px; background: var(--wa); color: #fff; font-size: 13px; font-weight: 600; }
.mb-contacto-info { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-top: 8px; }
.mb-contacto-info .mb-info { transition: box-shadow .15s, transform .15s; }
.mb-contacto-info a.mb-info:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
@media (max-width: 1100px) { .mb-contacto-info { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) {
	.mb-contacto-wa { max-width: 100%; }
	.mb-contacto-wa__line { grid-template-columns: 1fr auto; }
	.mb-contacto-wa__who { display: none; }
	.mb-contacto-info { grid-template-columns: 1fr; }
}
