/* MencionMarketing — tema público fiel a MaxReach (kit oscuro + azul) */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
  --theme-color: #0B6EFF;
  --theme-color-2: #5CC8FF;
  --mr-bg: #0A0118;
  --mr-surface: #181320;
  --mr-card: #212023;
  --mr-card-2: #2B2338;
  --mr-text: #9B96B0;
  --mr-white: #ffffff;
  --mr-accent: #0B6EFF;
  --mr-sky: #5CC8FF;
  --header: #0A0118;
  --black: #0A0118;
  --white: #fff;
  --bg: #181320;
  --bg-2: rgba(11, 110, 255, 0.12);
  --text: #9B96B0;
  --border: rgba(255, 255, 255, 0.08);
  --button-radius: 40px;
  --card-radius: 18px;
}

/* ── Base ── */
body.public-theme {
  font-family: Inter, system-ui, sans-serif;
  background: var(--mr-bg) !important;
  color: var(--mr-text);
  letter-spacing: -0.01em;
}

body.public-theme h1,
body.public-theme h2,
body.public-theme h3,
body.public-theme h4,
body.public-theme h5,
body.public-theme .section-title h2,
body.public-theme .char-animation {
  font-family: Outfit, system-ui, sans-serif;
  color: var(--mr-white) !important;
  letter-spacing: -0.03em;
  font-weight: 700;
}

body.public-theme p,
body.public-theme li {
  color: var(--mr-text);
}

/* Texto legible sobre el gradiente azul del bloque “plan a medida” */
body.public-theme .precio-custom__box span,
body.public-theme .precio-custom__box h2,
body.public-theme .precio-custom__box p {
  color: #fff !important;
}
body.public-theme .precio-custom__box p {
  opacity: 0.95;
}

body.public-theme main,
body.public-theme .section-bg,
body.public-theme .section-bg-2 {
  background: var(--mr-bg) !important;
}

body.public-theme .section-bg {
  background: var(--mr-surface) !important;
}

/* ── Neutralizar botones del tema viejo ── */
body.public-theme .theme-btn,
body.public-theme .theme-btn.style-2,
body.public-theme a.theme-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, #0B6EFF 0%, #5CC8FF 100%) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: var(--button-radius) !important;
  padding: 14px 28px !important;
  font-family: Outfit, system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  box-shadow: 0 10px 30px rgba(11, 110, 255, 0.28);
  overflow: visible !important;
  position: relative;
  z-index: 1;
}
body.public-theme .theme-btn::before,
body.public-theme .theme-btn::after {
  display: none !important;
  content: none !important;
}
body.public-theme .theme-btn i,
body.public-theme .pricing-box-items .theme-btn i,
body.public-theme .pricing-box-items.active .theme-btn i {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}
body.public-theme .theme-btn:hover {
  filter: brightness(1.08);
  color: #fff !important;
  transform: translateY(-2px);
}
body.public-theme .theme-btn.style-2,
body.public-theme .theme-btn--ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: none !important;
  color: #fff !important;
}
body.public-theme .theme-btn.style-2:hover,
body.public-theme .theme-btn--ghost:hover {
  border-color: var(--mr-accent) !important;
  background: rgba(11, 110, 255, 0.12) !important;
}
body.public-theme .theme-btn--accent {
  background: linear-gradient(180deg, #0B6EFF 0%, #5CC8FF 100%) !important;
}

/* Header CTA — un solo botón */
body.public-theme .header-1 .header-right .theme-btn--header-cta {
  display: inline-flex !important;
  background: linear-gradient(180deg, #0B6EFF 0%, #5CC8FF 100%) !important;
  border: 0 !important;
  color: #fff !important;
  padding: 10px 18px !important;
  font-size: 12px !important;
  white-space: nowrap;
}
body.public-theme .header-1 .header-right .theme-btn--header-cta i {
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  margin-left: 6px !important;
  background: transparent !important;
  color: #fff !important;
}
/* Ocultar variantes antiguas por si quedan cacheadas */
body.public-theme .header-1 .header-right > .theme-btn--header-desktop,
body.public-theme .header-1 .header-right > .theme-btn--header-mobile {
  display: none !important;
}

body.public-theme .theme-btn__label-short { display: none; }

@media (max-width: 575px) {
  body.public-theme .header-1 .header-right .theme-btn--header-cta {
    padding: 8px 12px !important;
    font-size: 11px !important;
  }
  body.public-theme .theme-btn__label-full { display: none; }
  body.public-theme .theme-btn__label-short { display: inline; }
}

/* ── Header ── */
body.public-theme .header-section,
body.public-theme .header-section-2,
body.public-theme .header-1,
body.public-theme #header-sticky {
  background: transparent !important;
}
body.public-theme .header-section-2 .header-1 .mega-menu-wrapper,
body.public-theme .mega-menu-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Páginas interiores: apilar top-bar + menú (sin solaparse) */
body.public-theme .header-section--inner.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
body.public-theme .header-section--inner .header-1,
body.public-theme .header-section--inner #header-sticky.header-1 {
  position: static !important;
  top: auto !important;
  width: 100%;
}
/* El menú NO debe seguir al hacer scroll */
body.public-theme #header-sticky.sticky,
body.public-theme .header-section--inner #header-sticky.sticky,
body.public-theme .sticky.header-1 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  animation: none !important;
  box-shadow: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
}
body.public-theme #header-sticky {
  background: transparent !important;
}
body.public-theme .header-top-section {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.public-theme .header-section--inner .header-top-wrapper {
  padding: 10px 0;
}
body.public-theme .header-section--inner .mega-menu-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.public-theme .header-top-section,
body.public-theme .header-top-section a,
body.public-theme .header-top-section li {
  color: rgba(255, 255, 255, 0.65) !important;
}
body.public-theme .main-menu ul li a,
body.public-theme .header-main .main-menu ul li a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
body.public-theme .main-menu ul li.active > a,
body.public-theme .main-menu ul li a:hover,
body.public-theme .header-main .main-menu ul li.active > a,
body.public-theme .header-main .main-menu ul li a:hover {
  color: var(--mr-accent) !important;
}
body.public-theme .header__hamburger,
body.public-theme .sidebar__toggle {
  color: #fff !important;
}
body.public-theme .site-logo--header {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
body.public-theme .site-logo--header img {
  height: 88px;
}

/* ── Eyebrows / titles ── */
body.public-theme .section-title > span,
body.public-theme .about-content > span,
body.public-theme .mr-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mr-accent) !important;
  margin-bottom: 14px;
  background: none !important;
}
body.public-theme .section-title h1,
body.public-theme .section-title h2 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.12;
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}
body.public-theme .section-title.text-start h1,
body.public-theme .section-title.text-start h2 { margin-left: 0; }
body.public-theme .section-title p {
  color: var(--mr-text) !important;
}

/* ── Hero estilo MaxReach (centrado) ── */
.mr-hero {
  position: relative;
  padding: 160px 0 100px;
  background: var(--mr-bg);
  overflow: hidden;
}
.mr-hero__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(11, 110, 255, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(92, 200, 255, 0.1) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800' viewBox='0 0 1200 800' fill='none'%3E%3Cpath d='M-50 120 C150 80 250 200 450 160 C650 120 750 40 950 90 C1100 125 1200 80 1300 100' stroke='%230B6EFF' stroke-opacity='0.18' stroke-width='1.2' fill='none'/%3E%3Cpath d='M-50 220 C180 180 280 300 480 250 C680 200 780 140 980 190 C1130 225 1220 170 1320 200' stroke='%230B6EFF' stroke-opacity='0.12' stroke-width='1.2' fill='none'/%3E%3Cpath d='M-50 340 C200 300 320 420 520 370 C720 320 820 260 1020 310 C1160 345 1240 290 1340 320' stroke='%239B96B0' stroke-opacity='0.16' stroke-width='1.1' fill='none'/%3E%3Cpath d='M-50 480 C220 440 340 560 540 510 C740 460 860 390 1060 450 C1200 485 1260 430 1360 460' stroke='%239B96B0' stroke-opacity='0.12' stroke-width='1.1' fill='none'/%3E%3Cpath d='M-40 620 C240 580 360 700 560 650 C760 600 900 520 1100 590 C1240 630 1300 560 1400 600' stroke='%235CC8FF' stroke-opacity='0.1' stroke-width='1.1' fill='none'/%3E%3Cpath d='M100 -20 C140 120 80 240 160 380 C220 500 120 620 180 760' stroke='%230B6EFF' stroke-opacity='0.08' stroke-width='1' fill='none'/%3E%3Cpath d='M400 -30 C460 140 380 280 470 420 C540 540 430 660 500 820' stroke='%239B96B0' stroke-opacity='0.1' stroke-width='1' fill='none'/%3E%3Cpath d='M780 -40 C840 130 760 270 850 430 C920 560 810 680 880 840' stroke='%230B6EFF' stroke-opacity='0.1' stroke-width='1' fill='none'/%3E%3Cpath d='M1080 -20 C1140 150 1060 290 1150 450 C1220 580 1110 700 1180 860' stroke='%239B96B0' stroke-opacity='0.08' stroke-width='1' fill='none'/%3E%3C/svg%3E") center / cover no-repeat;
}
.mr-hero--center .mr-hero__center {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.mr-hero__badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.03);
}
.mr-hero--center h1 {
  font-size: clamp(2.6rem, 6.2vw, 4.6rem) !important;
  line-height: 1.05 !important;
  margin: 0 auto 24px;
  color: #fff !important;
  max-width: none;
  font-weight: 700;
}
.mr-hero__line {
  display: block;
  color: #fff;
}
.mr-hero--center .mr-rotate--hero {
  display: block;
  margin-top: 0.08em;
}
.mr-hero--center .mr-rotate--hero span {
  grid-area: 1 / 1;
  display: block;
  animation: mrWordFade 9s infinite;
  opacity: 0;
  white-space: nowrap;
  background: linear-gradient(90deg, #0B6EFF, #5CC8FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  justify-self: center;
}
.mr-hero--center .mr-rotate--hero {
  display: grid;
  justify-items: center;
}
.mr-hero--center .mr-rotate--hero span:nth-child(1) { animation-delay: 0s; }
.mr-hero--center .mr-rotate--hero span:nth-child(2) { animation-delay: 3s; }
.mr-hero--center .mr-rotate--hero span:nth-child(3) { animation-delay: 6s; }

.mr-hero--center .mr-hero__text {
  margin: 0 auto 36px;
  max-width: 58ch;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}
.mr-hero--center .mr-hero__actions {
  justify-content: center;
}

/* Logos strip MaxReach */
.mr-logos {
  padding: 28px 0 56px;
  background: var(--mr-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mr-logos__intro {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin-bottom: 22px;
}
.mr-logos__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.mr-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.mr-logos__item:hover {
  border-color: rgba(11, 110, 255, 0.45);
  color: #fff;
}

@media (max-width: 991px) {
  .mr-logos__row { grid-template-columns: repeat(3, 1fr); }
  .mr-hero { padding: 130px 0 70px; }
}
@media (max-width: 575px) {
  .mr-logos__row { grid-template-columns: repeat(2, 1fr); }
  .mr-hero--center h1 { font-size: 2.35rem !important; }
  .mr-hero--center .mr-rotate--hero span { white-space: normal; }
  .mr-hero--center .mr-hero__actions { flex-direction: column; align-items: stretch; }
  .mr-hero--center .mr-hero__actions .theme-btn { width: 100%; }
}

/* Legacy grid hero kept unused */
.mr-hero__grid { display: none; }

@keyframes mrWordFade {
  0%, 4% { opacity: 0; transform: translateY(14px); }
  10%, 28% { opacity: 1; transform: translateY(0); }
  34%, 100% { opacity: 0; transform: translateY(-12px); }
}

.mr-hero__text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--mr-text);
  max-width: 44ch;
  margin-bottom: 34px;
}
.mr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.mr-hero__visual {
  position: relative;
  text-align: center;
}
.mr-hero__visual-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, #2B2338, #181320);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 80px -20px rgba(11, 110, 255, 0.25);
}
.mr-hero__visual img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  mix-blend-mode: lighten;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.4));
}
.mr-hero__badge {
  position: absolute;
  left: -6px;
  bottom: 14%;
  background: var(--mr-card-2);
  color: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  text-align: left;
  border: 1px solid rgba(11, 110, 255, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  animation: mrFloat 4s ease-in-out infinite;
  z-index: 2;
}
.mr-hero__badge strong {
  display: block;
  font-size: 1.7rem;
  background: linear-gradient(90deg, #0B6EFF, #5CC8FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  font-family: Outfit, sans-serif;
}
.mr-hero__badge span {
  font-size: 12px;
  opacity: 0.75;
}
@keyframes mrFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ── Marquee ── */
.mr-marquee {
  padding: 26px 0;
  background: #12081f;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mr-marquee__track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: mrMarquee 34s linear infinite;
  align-items: center;
}
.mr-marquee__item {
  color: rgba(255, 255, 255, 0.45);
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mr-marquee__item::before {
  content: '✦';
  color: var(--mr-accent);
  margin-right: 56px;
  font-size: 11px;
}
@keyframes mrMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Principles ── */
.mr-split {
  padding: 100px 0;
  background: var(--mr-bg);
}
.mr-split__dark {
  background: linear-gradient(160deg, #2B2338 0%, #181320 100%);
  color: #fff;
  border-radius: 28px;
  padding: 48px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 110, 255, 0.2);
}
.mr-split__dark::after {
  content: '';
  position: absolute;
  inset: auto -20% -40% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(11, 110, 255, 0.28), transparent 70%);
  pointer-events: none;
}
.mr-split__dark h2 {
  color: #fff !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 16px;
}
.mr-split__dark p {
  color: var(--mr-text);
  margin-bottom: 28px;
}
.mr-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mr-stat-row strong {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 2.5rem;
  font-family: Outfit, sans-serif;
  color: #0B6EFF;
  line-height: 1;
  font-weight: 800;
  background: none;
  -webkit-text-fill-color: #0B6EFF;
}
.mr-stat-row .odometer,
.mr-stat-row .odometer-formatting-mark,
.mr-stat-row .odometer-digit,
.mr-stat-row .odometer-value,
.mr-stat-row .odometer-inside {
  display: inline-block !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline;
  color: #0B6EFF !important;
  -webkit-text-fill-color: #0B6EFF !important;
  background: none !important;
}
.mr-stat-row > div > span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 6px;
  display: block;
}
.mr-principle {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mr-principle:last-child { border-bottom: 0; }
.mr-principle h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #fff !important;
}
.mr-principle p {
  margin: 0;
  color: var(--mr-text);
  line-height: 1.65;
}

/* ── Why us ── */
.mr-why {
  padding: 100px 0;
  background: var(--mr-surface);
}
.mr-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.mr-feature {
  display: flex;
  gap: 16px;
  padding: 18px 0;
}
.mr-feature__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11,110,255,.25), rgba(92,200,255,.2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  border: 1px solid rgba(11, 110, 255, 0.3);
}
.mr-feature h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: #fff !important;
}
.mr-feature p {
  margin: 0;
  color: var(--mr-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ── Band ── */
.mr-band {
  padding: 80px 0;
  background:
    radial-gradient(ellipse 55% 70% at 85% 15%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(135deg, #0747A8 0%, #0B6EFF 40%, #5CC8FF 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
body.public-theme .mr-band h2 {
  color: #fff !important;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  max-width: 18ch;
  margin-bottom: 16px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}
body.public-theme .mr-band p {
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 48ch;
  margin-bottom: 28px;
  font-size: 1.05rem;
  line-height: 1.7;
}
body.public-theme .mr-band .mr-eyebrow {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 16px;
}
body.public-theme .mr-band .mr-band__btn {
  background: #fff !important;
  color: #0A0118 !important;
  box-shadow: 0 10px 28px rgba(10, 1, 24, 0.28) !important;
}
body.public-theme .mr-band .mr-band__btn:hover {
  color: #0A0118 !important;
  transform: translateY(-2px);
}
body.public-theme .mr-band .mr-band__btn i {
  background: transparent !important;
  color: #0A0118 !important;
}
.mr-band__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
body.public-theme .mr-band__stats strong {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  font-family: Outfit, sans-serif;
  color: #fff !important;
  line-height: 1;
}
body.public-theme .mr-band__stats .odometer,
body.public-theme .mr-band__stats .odometer-formatting-mark,
body.public-theme .mr-band__stats .odometer-digit,
body.public-theme .mr-band__stats .odometer-value {
  display: inline-block !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  color: #fff !important;
  vertical-align: baseline;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}
body.public-theme .mr-band__stats > div > span {
  font-size: 13px;
  margin-top: 6px;
  display: block;
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
}

/* ── Offers ── */
.mr-offers {
  padding: 100px 0;
  background: var(--mr-bg);
}
.mr-offer-card {
  height: 100%;
  padding: 32px 28px;
  border-radius: var(--card-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--mr-card);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.mr-offer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 110, 255, 0.45);
  box-shadow: 0 24px 50px -20px rgba(11, 110, 255, 0.35);
}
.mr-offer-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11,110,255,.3), rgba(92,200,255,.2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.mr-offer-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff !important;
}
.mr-offer-card p {
  color: var(--mr-text);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 18px;
}
.mr-offer-card a {
  color: var(--mr-sky);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.mr-offer-card a:hover { color: var(--mr-accent); }

body.public-theme .service-box-items,
body.public-theme .service-icon-box-items-2 {
  background: var(--mr-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--card-radius);
  color: var(--mr-text);
}
body.public-theme .service-box-items h3,
body.public-theme .service-icon-box-items-2 h3 {
  color: #fff !important;
}
body.public-theme .service-icon-box-items-2 .icon i {
  color: var(--mr-accent);
}

/* Servicios unificados (sin arcoíris) */
body.public-theme .mr-services {
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(11, 110, 255, 0.16), transparent 60%),
    var(--mr-bg) !important;
}
body.public-theme .mr-service-card {
  height: 100%;
  padding: 28px 22px 26px;
  border-radius: 22px;
  background: linear-gradient(180deg, #2B2338 0%, #1a1424 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
body.public-theme .mr-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 110, 255, 0.45);
  box-shadow: 0 24px 48px -28px rgba(11, 110, 255, 0.45);
}
body.public-theme .mr-service-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(11, 110, 255, 0.28), rgba(92, 200, 255, 0.22));
  border: 1px solid rgba(11, 110, 255, 0.35);
  color: #fff;
  font-size: 22px;
}
body.public-theme .mr-service-card h3 {
  color: #fff !important;
  font-size: 1.15rem;
  margin: 0 0 10px;
  line-height: 1.3;
}
body.public-theme .mr-service-card p {
  margin: 0;
  color: #d2cde0 !important;
  font-size: 14px;
  line-height: 1.65;
}
body.public-theme .mr-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #5CC8FF !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
}
body.public-theme .mr-service-card__link:hover {
  color: #fff !important;
}

/* ── Pricing ── */
body.public-theme .pricing-section {
  background: var(--mr-surface) !important;
}
body.public-theme .pricing-box-items {
  position: relative;
  background: var(--mr-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 24px !important;
  padding: 36px 28px !important;
  box-shadow: none !important;
  color: var(--mr-text);
}
body.public-theme .pricing-box-items:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px -28px rgba(11, 110, 255, 0.35) !important;
}
body.public-theme .pricing-box-items.active {
  background: linear-gradient(180deg, #2B2338 0%, #181320 100%) !important;
  border-color: rgba(11, 110, 255, 0.55) !important;
}
body.public-theme .pricing-box-items h3,
body.public-theme .pricing-header h2,
body.public-theme .pricing-box-items.active h2,
body.public-theme .pricing-box-items.active h3 {
  color: #fff !important;
}
body.public-theme .pricing-header h2 {
  font-size: 2.6rem;
  font-family: Outfit, sans-serif;
}
body.public-theme .pricing-header h2 span {
  font-size: 1rem;
  color: var(--mr-text) !important;
  font-weight: 500;
}
body.public-theme .pricing-vat-note,
body.public-theme .precio-plan-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
body.public-theme .pricing-box-items {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.public-theme .pricing-box-items .theme-btn {
  margin-top: auto;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  font-size: 13px;
  padding: 14px 16px;
  min-height: 56px;
}
body.public-theme .pricing-list li {
  color: var(--mr-text) !important;
}
body.public-theme .pricing-list li i {
  color: var(--mr-accent) !important;
}
body.public-theme .pricing-list li.is-excluded {
  color: rgba(255, 255, 255, 0.38) !important;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
body.public-theme .pricing-list li.is-excluded i,
body.public-theme .pricing-box-items.active .pricing-list li.is-excluded i,
body.public-theme .pricing-box-items .pricing-list li.is-excluded:nth-last-of-type(1) i,
body.public-theme .pricing-box-items .pricing-list li.is-excluded:nth-last-of-type(2) i {
  color: rgba(255, 255, 255, 0.32) !important;
}
body.public-theme .pricing-box-items .tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0 !important;
  background: linear-gradient(90deg, #0B6EFF, #5CC8FF) !important;
  color: #fff !important;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(11, 110, 255, 0.35);
}

/* ── Steps ── */
.mr-steps {
  padding: 100px 0;
  background: var(--mr-bg);
}
.mr-step {
  height: 100%;
  padding: 32px 24px;
  border-radius: var(--card-radius);
  background: var(--mr-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease;
}
.mr-step:hover {
  border-color: rgba(11, 110, 255, 0.45);
}
.mr-step__num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0B6EFF, #5CC8FF);
  color: #fff;
  font-weight: 700;
  font-family: Outfit, sans-serif;
  margin-bottom: 18px;
}
.mr-step h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #fff !important;
}
.mr-step p {
  color: var(--mr-text);
  margin-bottom: 18px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ── Rating strip ── */
.mr-rating-strip {
  background: var(--mr-card-2);
  color: #fff;
  border-radius: 28px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(11, 110, 255, 0.25);
}
.mr-rating-strip__score {
  font-size: 4rem;
  font-weight: 800;
  font-family: Outfit, sans-serif;
  background: linear-gradient(90deg, #0B6EFF, #5CC8FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.mr-rating-strip h3 {
  color: #fff !important;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.mr-rating-strip p {
  margin: 0;
  color: var(--mr-text);
  font-size: 0.95rem;
}

/* ── Reviews ── */
body.public-theme .google-reviews-section {
  background: var(--mr-surface) !important;
}
body.public-theme .google-reviews-badge {
  background: var(--mr-card) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
body.public-theme .google-reviews-score {
  color: #fff !important;
}
body.public-theme .google-reviews-count {
  color: var(--mr-text) !important;
}
body.public-theme .google-review-card {
  background: var(--mr-card) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  box-shadow: none !important;
}
body.public-theme .google-review-meta strong,
body.public-theme .google-review-text {
  color: #fff !important;
}
body.public-theme .google-review-meta span,
body.public-theme .google-review-footer {
  color: var(--mr-text) !important;
}
body.public-theme .google-review-footer {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

/* ── FAQ ── */
body.public-theme .faq-section,
body.public-theme .accordion {
  background: transparent;
}
body.public-theme .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--mr-card) !important;
}
body.public-theme .accordion-button {
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 600;
  color: #fff !important;
  box-shadow: none !important;
  background: var(--mr-card) !important;
}
body.public-theme .accordion-button:not(.collapsed) {
  color: var(--mr-sky) !important;
  background: #2B2338 !important;
}
body.public-theme .accordion-button::after {
  filter: invert(1);
}
body.public-theme .accordion-body {
  color: var(--mr-text) !important;
  background: var(--mr-card);
  line-height: 1.65;
}

/* ── Listen CTA ── */
.mr-listen {
  padding: 100px 0;
  background: var(--mr-surface);
}
.mr-listen__box {
  background:
    radial-gradient(ellipse 50% 80% at 90% 20%, rgba(11, 110, 255, 0.25), transparent 55%),
    var(--mr-card-2);
  border-radius: 28px;
  padding: 56px 48px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(11, 110, 255, 0.25);
}
.mr-listen__eyebrow {
  color: var(--mr-sky);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.mr-listen h2 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0;
  max-width: 16ch;
}
.mr-listen h2 .mr-rotate {
  display: inline-grid;
  vertical-align: bottom;
}
.mr-listen h2 .mr-rotate span {
  grid-area: 1 / 1;
  opacity: 0;
  animation: mrWordFade 9s infinite;
  white-space: nowrap;
  background: linear-gradient(90deg, #0B6EFF, #5CC8FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mr-listen h2 .mr-rotate span:nth-child(1) { animation-delay: 0s; }
.mr-listen h2 .mr-rotate span:nth-child(2) { animation-delay: 3s; }
.mr-listen h2 .mr-rotate span:nth-child(3) { animation-delay: 6s; }

body.public-theme .cta-support-wrapper {
  background: var(--mr-card-2) !important;
  border-radius: 28px !important;
  overflow: hidden;
  border: 1px solid rgba(11, 110, 255, 0.2);
}
body.public-theme .cta-support-content .section-title span {
  color: var(--mr-sky) !important;
}

/* ── Locations ── */
body.public-theme .location-chip {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--mr-card);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body.public-theme .location-chip:hover {
  background: linear-gradient(90deg, #0B6EFF, #5CC8FF);
  border-color: transparent;
  color: #fff;
}

/* Espacio bajo header absoluto (sin breadcrumb ni título de página) */
body.public-theme .page-header-spacer {
  height: calc(88px + var(--promo-free-web-h, 0px));
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.public-theme .page-header-spacer {
    height: calc(76px + var(--promo-free-web-h, 0px));
  }
}

/* ── Contact / about ── */
body.public-theme .contact-section {
  background: var(--mr-bg);
}
body.public-theme .contact-info-box {
  background: var(--mr-card-2) !important;
  border: 1px solid rgba(11, 110, 255, 0.2);
  border-radius: 20px;
  color: #fff;
  padding: 36px 28px !important;
  height: 100%;
}
body.public-theme .contact-info-box h1,
body.public-theme .contact-info-box h3,
body.public-theme .contact-info-box h4 {
  color: #fff !important;
}
body.public-theme .contact-info-box span {
  display: inline-block;
  color: var(--mr-accent) !important;
  font-weight: 600;
  margin-bottom: 8px;
}
body.public-theme .contact-info-box p,
body.public-theme .contact-list li,
body.public-theme .contact-list li a {
  color: var(--mr-text) !important;
}
body.public-theme .contact-list li i {
  color: var(--mr-accent) !important;
}
body.public-theme .contact-form-box {
  background: var(--mr-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  padding: 36px 28px !important;
}
body.public-theme .contact-form-box h3 {
  color: #fff !important;
  margin-bottom: 8px;
}
body.public-theme .contact-form-box .form-label,
body.public-theme .contact-form-box p {
  color: var(--mr-text) !important;
}
body.public-theme .contact-form-box .form-control,
body.public-theme .contact-form-box .form-select,
body.public-theme .contact-form-box .form-select option,
body.public-theme .contact-form-box .input-group-text {
  background: #15101f !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.public-theme .contact-form-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}
body.public-theme .contact-form-box .form-control:focus,
body.public-theme .contact-form-box .form-select:focus {
  border-color: rgba(11, 110, 255, 0.55) !important;
  box-shadow: 0 0 0 0.2rem rgba(11, 110, 255, 0.15) !important;
  background: #1a1428 !important;
  color: #fff !important;
}
body.public-theme .contact-form-box .input-group-text {
  font-size: 14px;
  white-space: normal;
}
body.public-theme .contact-form-box .form-control:-webkit-autofill,
body.public-theme .contact-form-box .form-control:-webkit-autofill:hover,
body.public-theme .contact-form-box .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
  box-shadow: 0 0 0 1000px #15101f inset;
}
body.public-theme .contact-form-box .alert-success {
  background: rgba(23, 165, 122, 0.15);
  border-color: rgba(23, 165, 122, 0.35);
  color: #9dffd0;
}
body.public-theme .contact-form-box .alert-danger {
  background: rgba(11, 110, 255, 0.12);
  border-color: rgba(11, 110, 255, 0.3);
  color: #ffb3e6;
}
body.public-theme .contact-form-legal {
  color: var(--mr-text) !important;
}
body.public-theme .contact-form-legal a {
  color: #0B6EFF !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.public-theme .contact-form-legal a:hover {
  color: #5CC8FF !important;
}
body.public-theme .contact-form-box .theme-btn {
  background: linear-gradient(180deg, #0B6EFF 0%, #5CC8FF 100%) !important;
  box-shadow: 0 10px 30px rgba(11, 110, 255, 0.28) !important;
}
body.public-theme .footer-section,
body.public-theme .footer-bg {
  background: #07010f !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
body.public-theme .footer-content p,
body.public-theme .list-area li a,
body.public-theme .footer-contect p,
body.public-theme .footer-contect a,
body.public-theme .footer-bottom p,
body.public-theme .footer-location-link,
body.public-theme .footer-contect h5 {
  color: rgba(255, 255, 255, 0.65) !important;
}
body.public-theme .list-area li a:hover,
body.public-theme .footer-location-link:hover {
  color: var(--mr-sky) !important;
}
body.public-theme .single-footer-widget .widget-head h3 {
  color: #fff !important;
}
body.public-theme .footer-location-link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  text-decoration: none;
}
body.public-theme .site-logo--footer {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 12px;
}
body.public-theme .site-logo--footer img {
  height: 120px;
  max-width: 320px;
}
body.public-theme .footer-contect .icon {
  color: var(--mr-accent);
}

/* ── About / counters / cases ── */
body.public-theme .about-icon-box {
  background: var(--mr-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
}
body.public-theme .about-icon-box i {
  color: var(--mr-accent);
}
body.public-theme .counter-box h2 {
  color: var(--mr-accent);
}
body.public-theme .counter-box p {
  color: var(--mr-text);
}
body.public-theme .case-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--mr-card);
}
body.public-theme .case-card__body h3 {
  color: #fff !important;
}
body.public-theme .case-card__body p,
body.public-theme .case-card__place {
  color: var(--mr-text) !important;
}
body.public-theme .case-card--landscape .case-card__media {
  aspect-ratio: 16 / 10;
}
body.public-theme .case-card--landscape .case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.public-theme .about-content p,
body.public-theme .about-list li {
  color: var(--mr-text) !important;
}
body.public-theme .about-list li i {
  color: var(--mr-accent) !important;
}

/* Offcanvas */
body.public-theme .offcanvas__info,
body.public-theme .offcanvas__wrapper {
  background: var(--mr-bg) !important;
  color: #fff;
}
body.public-theme .offcanvas-title,
body.public-theme .offcanvas__contact h3 {
  color: #fff !important;
}
body.public-theme .offcanvas__content > p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 0;
}
body.public-theme .offcanvas__contact .contact-list li,
body.public-theme .offcanvas__contact .contact-list li span {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.public-theme .offcanvas__contact .contact-list li a {
  color: #5CC8FF !important;
}
/* Enlaces del menú móvil: no usar --header (mismo color que el fondo) */
body.public-theme .mean-container .mean-nav ul li a {
  color: #fff !important;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
  font-size: 15px !important;
  font-weight: 600;
  padding: 11px 0 !important;
  width: 100% !important;
  float: none !important;
}
body.public-theme .mean-container .mean-nav ul li a:hover,
body.public-theme .mean-container .mean-nav ul li.active > a {
  color: #5CC8FF !important;
}
body.public-theme .offcanvas__top {
  margin-bottom: 1rem !important;
}
body.public-theme .offcanvas__content .mobile-menu {
  margin-top: 0.75rem !important;
}
body.public-theme .offcanvas__contact {
  margin-top: 1rem !important;
}
body.public-theme .site-logo--offcanvas img {
  height: 56px;
  max-width: 180px;
}

@media (max-width: 767px) {
  body.public-theme .offcanvas__content {
    padding: 18px 16px 24px !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  body.public-theme .offcanvas-title {
    font-size: 1.25rem !important;
    margin-bottom: 6px !important;
  }
  body.public-theme .offcanvas__content > p {
    display: none; /* menos altura vertical en móvil */
  }
  body.public-theme .mean-container .mean-nav ul li a {
    padding: 9px 0 !important;
    font-size: 14px !important;
  }
  body.public-theme .offcanvas__content .theme-btn {
    margin-top: auto !important;
  }
  body.public-theme .site-logo--offcanvas img {
    height: 48px;
  }
}

/* Back to top / preloader */
body.public-theme .back-to-top {
  background: linear-gradient(180deg, #0B6EFF, #5CC8FF) !important;
  border-radius: 50%;
}
body.public-theme .preloader {
  background: var(--mr-bg) !important;
}
body.public-theme .preloader .loader .loader-section .bg {
  background-color: var(--mr-bg) !important;
  background-image:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(11, 110, 255, 0.22), transparent 65%) !important;
}
body.public-theme .preloader .animation-preloader .spinner {
  border-color: rgba(92, 200, 255, 0.2) !important;
  border-top-color: #0B6EFF !important;
}
body.public-theme .preloader p {
  color: #5CC8FF !important;
  letter-spacing: 0.35em;
}
body.public-theme .site-logo--preloader {
  filter: drop-shadow(0 12px 32px rgba(11, 110, 255, 0.35));
}

/* WhatsApp stays green */
body.public-theme .whatsapp-float,
body.public-theme .whatsapp-btn {
  /* keep brand green from brand.css */
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .mr-hero { padding: 120px 0 56px; }
  .mr-hero__grid,
  .mr-why__grid,
  .mr-listen__box,
  .mr-rating-strip {
    grid-template-columns: 1fr;
  }
  .mr-band__stats { grid-template-columns: 1fr 1fr; }
  .mr-hero__badge { left: 8px; }
  .mr-listen__box { padding: 40px 28px; }
}

@media (max-width: 767px) {
  .mr-hero h1 { max-width: none; font-size: 2.15rem !important; }
  .mr-hero--center .mr-hero__text { font-size: 15px; line-height: 1.65; }
  .mr-hero__actions { flex-direction: column; align-items: stretch; }
  .mr-hero__actions .theme-btn { width: 100%; }
  .mr-band__stats { grid-template-columns: 1fr 1fr; }
  .mr-split, .mr-why, .mr-offers, .mr-steps, .mr-listen { padding: 48px 0; }
  .mr-split__dark { padding: 28px 20px; border-radius: 20px; }
  .mr-stat-row strong { font-size: 2rem; }
  .mr-principle { padding: 20px 0; }
  .mr-principle h3 { font-size: 1.1rem; }
  .mr-logos { padding: 28px 0; }
  .mr-logos__item { font-size: 12px; padding: 10px 8px; }
  .mr-hero__badge { display: none; }
  body.public-theme .site-logo--header img { height: 36px; }
}

/* ── Promo web gratis (sticky encima del header) ── */
.promo-free-web {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(92, 200, 255, 0.35), transparent 55%),
    linear-gradient(90deg, #0B6EFF 0%, #0856C9 55%, #5CC8FF 130%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(11, 110, 255, 0.35);
}
.promo-free-web[hidden] { display: none !important; }
.promo-free-web__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  position: relative;
}
.promo-free-web__copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}
.promo-free-web__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #0A0118;
  color: #E3FFCC;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(227, 255, 204, 0.25);
}
.promo-free-web__copy p {
  margin: 0;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}
.promo-free-web__lead {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(10, 1, 24, 0.25);
  white-space: nowrap;
}
.promo-free-web__extra {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(10, 1, 24, 0.2);
  white-space: nowrap;
}
.promo-free-web__extra::before {
  content: "·";
  margin-right: 10px;
  opacity: 0.85;
  font-weight: 800;
}
.promo-free-web__highlight {
  font-weight: 800;
  color: #fff;
}
.promo-free-web__free {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 4px 10px;
  border-radius: 6px;
  background: #0A0118;
  color: #E3FFCC !important;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.promo-free-web__urgency {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.promo-free-web__urgency-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
  white-space: nowrap;
}
.promo-free-web__timer {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  background: rgba(10, 1, 24, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 6px 10px;
  min-width: 96px;
  justify-content: center;
}
.promo-free-web__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  color: #0A0118 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 4px 14px rgba(10, 1, 24, 0.18);
}
.promo-free-web__cta-short { display: none; }
.promo-free-web__cta:hover {
  transform: translateY(-1px);
  color: #0A0118 !important;
}

/* Empujar header y contenido cuando la promo está visible */
body.has-promo-free-web .header-section,
body.has-promo-free-web .header-section-2,
body.has-promo-free-web .header-1,
body.has-promo-free-web #header-sticky:not(.sticky) {
  top: var(--promo-free-web-h, 0px) !important;
}
body.has-promo-free-web #header-sticky.sticky {
  top: var(--promo-free-web-h, 0px) !important;
}
body.has-promo-free-web .precio-hero-banner {
  padding-top: calc(160px + var(--promo-free-web-h, 0px));
}

@media (max-width: 991px) {
  .promo-free-web__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 0;
  }
  .promo-free-web__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .promo-free-web__copy p {
    white-space: normal;
  }
  .promo-free-web__lead,
  .promo-free-web__extra {
    white-space: normal;
  }
  .promo-free-web__urgency {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .promo-free-web__urgency-label {
    display: none;
  }
  .promo-free-web__cta {
    flex: 1;
    min-width: 10rem;
  }
  body.has-promo-free-web .precio-hero-banner {
    padding-top: calc(120px + var(--promo-free-web-h, 0px));
  }
}

@media (max-width: 575px) {
  .promo-free-web__copy p { font-size: 13px; gap: 6px; }
  .promo-free-web__lead,
  .promo-free-web__extra {
    font-size: 12px;
    white-space: normal;
  }
  .promo-free-web__timer { font-size: 1rem; }
}

/* ── CTA fijo: solo “Contactar ahora” (sin cerrar) ── */
.sticky-contact-cta {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 22px 10px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0B6EFF 0%, #5CC8FF 100%);
  color: #fff !important;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  box-shadow: 0 12px 32px rgba(11, 110, 255, 0.4);
  white-space: nowrap;
  pointer-events: auto;
  max-width: calc(100vw - 32px);
}
.sticky-contact-cta__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0A0118;
  color: #E3FFCC;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.sticky-contact-cta__text {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 600;
}
.sticky-contact-cta__text strong {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.sticky-contact-cta i {
  font-size: 14px;
  flex-shrink: 0;
}
.sticky-contact-cta:hover {
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateX(-50%) translateY(-2px);
}

/* Separar del WhatsApp (derecha) y del botón subir */
body.public-theme .whatsapp-float {
  bottom: 96px;
}
body.public-theme .back-to-top {
  bottom: 96px;
}

@media (max-width: 575px) {
  .sticky-contact-cta {
    left: 12px;
    right: 78px; /* hueco para WhatsApp flotante */
    bottom: 16px;
    width: auto;
    transform: none;
    max-width: none;
    padding: 10px 12px 10px 8px;
    gap: 8px;
    white-space: normal;
    text-align: left;
  }
  .sticky-contact-cta__text {
    font-size: 12px;
    line-height: 1.25;
  }
  .sticky-contact-cta__tag {
    font-size: 10px;
    padding: 7px 9px;
  }
  .sticky-contact-cta:hover {
    transform: translateY(-2px);
  }
  body.public-theme .whatsapp-float {
    bottom: 86px;
  }
}


/* ══════════════════════════════════════════
   Mejoras móviles globales (public theme)
   ══════════════════════════════════════════ */

@media (max-width: 991px) {
  body.public-theme .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.public-theme .section-title h1,
  body.public-theme .section-title h2,
  body.public-theme .char-animation {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: clamp(1.65rem, 6vw, 2.2rem) !important;
    line-height: 1.2 !important;
  }
  body.public-theme .section-title.text-center h1,
  body.public-theme .section-title.text-center h2,
  body.public-theme .section-title.text-center .char-animation {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.public-theme .theme-btn,
  body.public-theme a.theme-btn {
    min-height: 48px;
    padding: 12px 18px !important;
    font-size: 12px !important;
  }

  body.public-theme .pricing-box-items .theme-btn,
  body.public-theme .hero-btn .theme-btn,
  body.public-theme .precio-hero-banner .theme-btn,
  body.public-theme .cta-support-box .theme-btn,
  body.public-theme .contact-form-box .theme-btn {
    width: 100%;
  }

  body.public-theme .hero-btn,
  body.public-theme .precio-hero-banner .hero-btn,
  body.public-theme .mr-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: 10px;
    width: 100%;
  }

  body.public-theme .pricing-box-items {
    padding: 26px 18px !important;
  }
  body.public-theme .pricing-header h2 {
    font-size: 2.2rem !important;
  }

  body.public-theme .mr-service-card,
  body.public-theme .precio-method-card,
  body.public-theme .google-review-card {
    padding: 22px 18px;
  }

  body.public-theme .mr-band__stats {
    gap: 16px;
  }
  body.public-theme .mr-band__stats strong {
    font-size: 1.7rem !important;
  }

  body.public-theme .page-heading {
    padding: calc(120px + var(--promo-free-web-h, 0px)) 0 40px !important;
  }

  body.public-theme .footer-locations .d-flex {
    gap: 8px !important;
  }
  body.public-theme .footer-location-link,
  body.public-theme .location-chip {
    font-size: 12px;
    padding: 7px 12px;
  }
}

@media (max-width: 767px) {
  body.public-theme {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body.has-promo-free-web .mr-hero,
  body.has-promo-free-web .hero-1 {
    padding-top: calc(110px + var(--promo-free-web-h, 56px)) !important;
  }

  body.public-theme img,
  body.public-theme video,
  body.public-theme iframe,
  body.public-theme table {
    max-width: 100%;
  }

  body.public-theme .table-responsive {
    margin-bottom: 0;
  }

  body.public-theme .header-1 .header-main {
    padding: 8px 0;
    gap: 8px;
  }
  body.public-theme .site-logo--header {
    padding: 4px 8px;
    border-radius: 10px;
  }
  body.public-theme .site-logo--header img {
    height: 64px !important;
  }
  body.public-theme .header-1 .header-right .theme-btn--header-cta {
    padding: 8px 12px !important;
    font-size: 11px !important;
    min-height: 40px;
  }
  body.public-theme .sidebar__toggle {
    font-size: 22px !important;
    padding: 6px !important;
  }

  .promo-free-web__inner {
    padding: 8px 0 !important;
    gap: 8px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .promo-free-web .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .promo-free-web__urgency-label { display: none; }
  .promo-free-web__copy {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    gap: 6px 8px !important;
    width: 100%;
  }
  .promo-free-web__badge {
    font-size: 9px;
    padding: 3px 8px;
  }
  .promo-free-web__copy p {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center;
    gap: 4px 6px !important;
    font-size: 12px !important;
    text-align: center;
    width: auto;
    max-width: 100%;
  }
  .promo-free-web__lead {
    display: none !important;
  }
  .promo-free-web__extra {
    display: none !important;
  }
  .promo-free-web__free {
    font-size: 10px;
    padding: 3px 8px;
  }
  .promo-free-web__urgency {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .promo-free-web__timer {
    width: auto !important;
    align-self: stretch;
    min-width: 0;
    font-size: 0.95rem !important;
    padding: 8px 10px;
  }
  .promo-free-web__cta {
    width: 100% !important;
    text-align: center;
    padding: 10px 12px !important;
    font-size: 11px !important;
    letter-spacing: 0.02em;
  }
  .promo-free-web__cta-long { display: none; }
  .promo-free-web__cta-short { display: inline; }
  /* Evita duplicar la promo: el sticky inferior ya no hace falta */
  body.has-promo-free-web .sticky-contact-cta {
    display: none !important;
  }
  body.has-promo-free-web .whatsapp-float {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body.has-promo-free-web .back-to-top {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body.has-promo-free-web main {
    padding-bottom: 72px !important;
  }

  body.public-theme .precio-hero-banner {
    padding: calc(118px + var(--promo-free-web-h, 0px)) 0 48px !important;
    text-align: left;
  }
  body.public-theme .precio-hero-banner__content h1 {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }
  body.public-theme .precio-hero-banner__content p {
    font-size: 14px !important;
  }
  body.public-theme .precio-hero__highlights {
    margin-top: 8px;
  }
  body.public-theme .precio-hero__card {
    padding: 14px;
  }

  body.public-theme .precio-transform__box {
    padding: 32px 18px !important;
    border-radius: 20px;
  }
  body.public-theme .precio-transform__box h2 {
    font-size: 1.7rem !important;
  }
  body.public-theme .precio-custom__box {
    padding: 24px 18px !important;
    border-radius: 18px;
  }

  body.public-theme .google-reviews-section .row {
    --bs-gutter-y: 1rem;
  }

  body.public-theme .accordion-button {
    font-size: 15px;
    padding: 14px 16px;
  }
  body.public-theme .accordion-body {
    font-size: 14px;
    line-height: 1.65;
  }

  body.public-theme .contact-info-box,
  body.public-theme .contact-form-box {
    padding: 22px 16px;
  }

  body.public-theme .cta-support-wrapper {
    padding: 24px 16px 0 !important;
  }
  body.public-theme .cta-support-box {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  body.public-theme main {
    padding-bottom: 88px;
  }

  body.public-theme .offcanvas__info {
    width: min(100vw, 360px) !important;
  }

  body.public-theme .sticky-contact-cta {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
  body.public-theme .whatsapp-float {
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }
  body.public-theme .back-to-top {
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    right: 16px;
  }
}

@media (max-width: 575px) {
  body.public-theme .mr-band__stats {
    grid-template-columns: 1fr 1fr !important;
  }
  body.public-theme .pricing-header h2 {
    font-size: 2rem !important;
  }
  body.public-theme .section-padding {
    padding: 40px 0 !important;
  }
  body.public-theme .mr-band {
    padding: 48px 0 !important;
  }
  body.public-theme .promo-free-web__badge {
    font-size: 10px;
    padding: 4px 8px;
  }
}

/* ── Página legal ── */
body.public-theme .legal-page__box {
  max-width: 860px;
  margin: 0 auto;
  background: var(--mr-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 36px;
}
body.public-theme .legal-page__box h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 8px;
}
body.public-theme .legal-page__lead {
  color: var(--mr-accent) !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 4px;
}
body.public-theme .legal-page__domain {
  color: rgba(255, 255, 255, 0.55) !important;
  margin-bottom: 28px;
}
body.public-theme .legal-page__box h2 {
  font-size: 1.25rem !important;
  margin: 32px 0 12px;
}
body.public-theme .legal-page__box h3 {
  font-size: 1.05rem !important;
  margin: 22px 0 10px;
  color: #fff !important;
}
body.public-theme .legal-page__box p,
body.public-theme .legal-page__box li {
  color: var(--mr-text) !important;
  line-height: 1.75;
  font-size: 15px;
}
body.public-theme .legal-page__box ul {
  padding-left: 1.2rem;
  margin: 12px 0 16px;
}
body.public-theme .legal-page__box a {
  color: var(--mr-accent) !important;
}
body.public-theme .legal-page__sign {
  margin-top: 36px;
  color: #fff !important;
  font-weight: 700;
}
body.public-theme .legal-page__meta {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 13px !important;
}
@media (max-width: 767px) {
  body.public-theme .legal-page__box {
    padding: 28px 18px;
    border-radius: 18px;
  }
}
