/* Mas Ventós — capa premium: rendimiento, accesibilidad, UX 2026 */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ——— Tipografía y jerarquía (anti-canibalización visual) ——— */
.logo-w3ls h1 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.04em;
}

.about-w3l h2,
.contact-w3layouts > .container > h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.25;
}

.service-w3l h3,
.portfolio-agileinfo h3,
.team-agileinfo h3,
.blog-w3layouts h3,
.mv-faq h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

/* ——— Bloque local SEO + enlaces internos ——— */
.mv-local-bar {
  background: linear-gradient(135deg, #1a3a2f 0%, #2d5a47 100%);
  color: #e8efe9;
  padding: 2.5rem 1rem;
}

.mv-local-bar .container {
  max-width: 1100px;
  margin: 0 auto;
}

.mv-local-bar h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

.mv-local-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.75rem;
  font-size: 15px;
  line-height: 1.65;
  color: #c8d9cc;
}

.mv-local-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.mv-local-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 1.25rem;
}

.mv-local-card h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.65rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

.mv-local-card p,
.mv-local-card ul {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #d4e4d8;
}

.mv-local-card ul {
  list-style: none;
  padding: 0;
}

.mv-local-card li {
  margin-bottom: 0.4rem;
}

.mv-local-card a {
  color: #f5c89a !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-local-card a:hover {
  color: #fff !important;
}

.mv-nap strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 0.35rem;
}

/* ——— FAQ (AI SEO + usuarios) ——— */
.mv-faq {
  background: #f7f5f0;
  padding: 3rem 1rem;
}

.mv-faq .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
  align-items: start;
}

.mv-faq-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mv-faq-col details {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mv-faq-grid {
    grid-template-columns: 1fr;
  }
}

.mv-faq h2 {
  text-align: center;
  color: #2d4a3e;
  margin-bottom: 1.5rem;
}

.mv-faq details {
  background: #fff;
  border: 1px solid #e4ddd2;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  padding: 0;
  overflow: hidden;
}

.mv-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: #2d4a3e;
  padding: 1rem 1.15rem;
  list-style: none;
}

.mv-faq summary::-webkit-details-marker {
  display: none;
}

.mv-faq details[open] summary {
  border-bottom: 1px solid #eee8df;
}

.mv-faq details p {
  margin: 0;
  padding: 0 1.15rem 1rem;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

/* ——— Contacto premium ——— */
.contact-w3ls a {
  word-break: break-word;
}

.contact-w3ls .mv-tel-link {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mv-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.mv-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.1rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}

.mv-cta-btn--phone {
  background: #2d5a47;
  color: #fff !important;
}

.mv-cta-btn--wa {
  background: #25d366;
  color: #fff !important;
}

/* ——— WhatsApp flotante ——— */
.mv-whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 18px;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  min-height: 54px;
  padding: 12px 20px 12px 14px;
  background: #25d366;
  color: #fff !important;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mv-whatsapp-float:hover,
.mv-whatsapp-float:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}

.mv-whatsapp-float svg {
  width: 26px !important;
  height: 26px !important;
  flex-shrink: 0;
  fill: #fff;
}

/* ——— Imágenes: CLS + lazy ——— */
img[loading="lazy"] {
  background: #ece8e2;
}

/* ——— Footer enlaces internos ——— */
.mv-footer-nav {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mv-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mv-footer-nav a {
  font-size: 13px;
  color: #ddd !important;
}

/* ——— Contacto premium ——— */
section.contact-w3layouts.mv-contact {
  padding: 4rem 1rem 4.5rem !important;
  background: #f4f1eb !important;
  background-image: none !important;
  position: relative;
}

section.contact-w3layouts.mv-contact .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-contact-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mv-contact-header h2.text-center {
  color: #2d4a3e !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 700 !important;
  padding-bottom: 0 !important;
  margin: 0 0 0.65rem;
  font-family: "Poiret One", Georgia, serif;
}

.mv-contact-lead {
  max-width: 560px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6e64;
}

.mv-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 1.75rem;
  align-items: start;
}

.mv-contact-info,
.mv-contact-form-wrap {
  background: #fff;
  border: 1px solid #e4ddd2;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 32px rgba(45, 74, 62, 0.07);
}

.mv-contact-info h3 {
  color: #2d4a3e !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  margin: 0 0 0.75rem;
  text-transform: none;
  font-family: Raleway, Arial, sans-serif;
}

.mv-contact-info .contact-p1 {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin-bottom: 1.25rem;
}

.mv-contact-info .contact-w3ls {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.mv-contact-info .contact-w3ls li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
}

.mv-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #eef5f0;
  color: #2d5a47;
  font-size: 16px;
}

.mv-contact-info .contact-w3ls li p {
  color: #444 !important;
  font-size: 14px !important;
  margin: 0;
  line-height: 1.5;
  display: block;
}

.mv-contact-info .contact-w3ls a {
  color: #2d5a47 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mv-form-row {
  display: grid;
  gap: 1rem;
}

.mv-form-row--2 {
  grid-template-columns: 1fr 1fr;
}

.mv-form-field label {
  display: block;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2d4a3e !important;
  margin-bottom: 0.4rem;
  padding: 0 !important;
}

.mv-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.95rem;
  font-family: Raleway, Arial, sans-serif;
  font-size: 15px;
  color: #333 !important;
  background: #faf9f7 !important;
  border: 1.5px solid #ddd5c8 !important;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.mv-form-input::placeholder {
  color: #aaa;
}

.mv-form-input:focus {
  outline: none;
  border-color: #2d5a47 !important;
  box-shadow: 0 0 0 3px rgba(45, 90, 71, 0.15);
  background: #fff !important;
}

.mv-form-input--date {
  min-height: 48px;
  color-scheme: light;
}

.mv-form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.55;
}

.mv-form-hint {
  margin: 0.35rem 0 0;
  font-size: 12px;
  color: #888;
}

.mv-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.mv-form-feedback {
  min-height: 0;
}

.mv-form-feedback .mv-alert {
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.mv-form-feedback .mv-alert--error {
  background: #fdecea;
  border: 1px solid #f5c6c2;
  color: #8b2e2a;
}

.mv-form-feedback .mv-alert--success {
  background: #e8f5ec;
  border: 1px solid #b8dcc4;
  color: #1f4d32;
}

.mv-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9rem 1.5rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d5a47, #1a3a2f);
  color: #fff !important;
  font-family: Raleway, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(26, 58, 47, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.mv-form-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(26, 58, 47, 0.32);
}

.mv-form-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .mv-contact-grid {
    grid-template-columns: 1fr;
  }

  .mv-form-row--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mv-whatsapp-float {
    bottom: 88px;
    min-width: 58px;
    min-height: 58px;
    padding: 16px;
    border-radius: 50%;
    gap: 0;
  }

  .mv-whatsapp-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .mv-whatsapp-float {
    transition: none;
  }
}

/* ——— Páginas satélite (landing premium) ——— */
body.mv-landing {
  background: #faf8f5;
  color: #333;
  font-family: Raleway, Arial, sans-serif;
}

/* ——— Cabecera premium (todas las páginas) ——— */
.mv-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(45, 90, 71, 0.12);
  box-shadow: 0 4px 24px rgba(26, 58, 47, 0.08);
}

.mv-site-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mv-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none !important;
  line-height: 1.15;
  flex-shrink: 0;
}

.mv-site-brand-logo {
  height: 42px;
  width: auto;
  flex-shrink: 0;
}

.mv-site-brand-text {
  display: flex;
  flex-direction: column;
}

.mv-site-brand-name {
  font-family: "Poiret One", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  font-weight: 700;
  color: #1a3a2f;
  letter-spacing: 0.08em;
}

.mv-site-brand-tag {
  font-family: Raleway, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a9488;
  margin-top: 2px;
}

.mv-site-nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mv-site-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-site-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3d5248 !important;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mv-site-link i {
  font-size: 12px;
  color: #5a7a6a;
  transition: color 0.2s ease;
}

.mv-site-link:hover,
.mv-site-link:focus-visible {
  background: #eef5f0;
  border-color: rgba(45, 90, 71, 0.15);
  color: #1a3a2f !important;
}

.mv-site-link:hover i,
.mv-site-link:focus-visible i {
  color: #2d5a47;
}

.mv-site-link--active,
.mv-site-link[aria-current="page"] {
  background: linear-gradient(135deg, #2d5a47, #1a3a2f);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(26, 58, 47, 0.25);
}

.mv-site-link--active i,
.mv-site-link[aria-current="page"] i {
  color: #d4e8dc;
}

.mv-site-nav-cta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.mv-site-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mv-site-btn:hover,
.mv-site-btn:focus-visible {
  transform: translateY(-1px);
}

.mv-site-btn--phone {
  background: #fff;
  color: #2d5a47 !important;
  border: 1.5px solid #c5d8cc;
}

.mv-site-btn--phone:hover {
  border-color: #2d5a47;
  box-shadow: 0 4px 12px rgba(45, 90, 71, 0.12);
}

.mv-site-btn--primary {
  background: linear-gradient(135deg, #c9a962 0%, #b8924f 100%);
  color: #1f3329 !important;
  box-shadow: 0 4px 14px rgba(201, 169, 98, 0.35);
}

.mv-site-btn--primary:hover {
  box-shadow: 0 6px 18px rgba(201, 169, 98, 0.45);
}

.mv-site-btn--wa {
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.mv-site-btn--wa:hover {
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

.mv-site-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1.5px solid #d4e0d8;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.mv-site-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #2d5a47;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mv-site-header.is-open .mv-site-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mv-site-header.is-open .mv-site-toggle-bar:nth-child(2) {
  opacity: 0;
}

.mv-site-header.is-open .mv-site-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Píldoras de enlace (barra local + footer) */
.mv-site-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

.mv-site-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mv-site-pill i:first-child {
  color: #c9e0d0;
  font-size: 14px;
}

.mv-site-pill-arrow {
  margin-left: auto;
  opacity: 0.6;
  font-size: 16px !important;
}

.mv-site-pill:hover,
.mv-site-pill:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #fff !important;
}

.mv-site-pill--cta {
  background: linear-gradient(135deg, #c9a962, #b8924f);
  border-color: transparent;
  color: #1f3329 !important;
}

.mv-site-pill--cta i:first-child {
  color: #1f3329;
}

.mv-site-pills--footer {
  margin-bottom: 0;
}

.mv-site-pills--footer .mv-site-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  padding: 0.55rem 0.95rem;
}

.mv-site-pills--footer .mv-site-pill:hover {
  background: rgba(255, 255, 255, 0.14);
}

.mv-site-pills--light {
  margin: 0 0 1.75rem;
}

.mv-site-pills--light .mv-site-pill {
  background: #fff;
  border: 1px solid #e0e8e3;
  color: #2d4a3e !important;
  box-shadow: 0 2px 10px rgba(45, 74, 62, 0.06);
  min-width: min(100%, 220px);
}

.mv-site-pills--light .mv-site-pill i:first-child {
  color: #2d5a47;
}

.mv-site-pills--light .mv-site-pill:hover {
  background: #f4faf6;
  border-color: #b8d4c4;
  color: #1a3a2f !important;
  box-shadow: 0 6px 20px rgba(45, 74, 62, 0.1);
}

.mv-site-pills--light .mv-site-pill--cta {
  background: linear-gradient(135deg, #2d5a47, #1a3a2f);
  border-color: transparent;
  color: #fff !important;
}

.mv-site-pills--light .mv-site-pill--cta i:first-child {
  color: #d4e8dc;
}

body.mv-site-nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(15, 30, 24, 0.45);
  z-index: 999;
  pointer-events: none;
}

.mv-local-links a {
  display: inline-block;
  padding: 0.2rem 0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Index: ocultar nav legacy del hero */
.mv-legacy-nav-hidden {
  display: none !important;
}

/* Overlay menú index — aspecto premium */
.overlay {
  background: linear-gradient(160deg, rgba(26, 58, 47, 0.96), rgba(45, 90, 71, 0.94)) !important;
}

.overlay ul li a {
  font-size: clamp(1.4rem, 4vw, 2rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  border: 1px solid transparent !important;
  border-radius: 8px;
  margin: 0 1rem;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  border-color: rgba(201, 169, 98, 0.6) !important;
  color: #f5e6c8 !important;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1024px) {
  .mv-site-toggle {
    display: flex;
  }

  .mv-site-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 5.5rem 1.25rem 2rem;
    background: #fff;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .mv-site-header.is-open .mv-site-nav-wrap {
    transform: translateX(0);
  }

  .mv-site-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
  }

  .mv-site-link {
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    font-size: 14px;
  }

  .mv-site-nav-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .mv-site-btn {
    justify-content: center;
    padding: 0.75rem 1rem;
    font-size: 13px;
  }

  .mv-site-btn--phone {
    display: none;
  }
}

@media (max-width: 600px) {
  .mv-site-pills {
    flex-direction: column;
  }

  .mv-site-pill {
    width: 100%;
  }
}

.mv-landing-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}

.mv-landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 40, 32, 0.82) 0%, rgba(20, 40, 32, 0.25) 55%, transparent 100%);
}

.mv-landing-hero .mv-wrap {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem 2.5rem;
  width: 100%;
}

.mv-landing-hero h1 {
  color: #fff;
  font-family: "Poiret One", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 0.75rem;
  line-height: 1.15;
  text-transform: none;
}

.mv-landing-hero .mv-lead {
  color: #e8efe9;
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 640px;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.mv-landing-hero .mv-hero-cta {
  display: inline-flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.mv-landing-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}

.mv-landing-main p {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 1rem;
}

.mv-landing-main a {
  color: #2d5a47;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-landing-main a:hover {
  color: #1a3a2f;
}

.mv-landing-main h2 {
  color: #2d4a3e;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: 2rem 0 1rem;
  text-transform: none;
}

.mv-landing-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0;
}

.mv-landing-split img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.mv-landing-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}

.mv-landing-feature {
  background: #fff;
  border: 1px solid #ebe5dc;
  border-radius: 8px;
  padding: 1.25rem;
}

.mv-landing-feature h3 {
  font-size: 1rem;
  color: #2d5a47;
  margin: 0 0 0.5rem;
  text-transform: none;
}

.mv-landing-feature p {
  font-size: 14px;
  margin: 0;
}

.mv-landing-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  margin: 2rem 0;
}

.mv-landing-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.mv-landing-cta {
  background: linear-gradient(135deg, #2d5a47, #1a3a2f);
  color: #fff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  margin: 2.5rem 0 0;
}

.mv-landing-cta h2 {
  color: #fff;
  margin-top: 0;
}

.mv-landing-cta p {
  color: #d4e4d8;
  max-width: 560px;
  margin: 0 auto 1.25rem;
}

.mv-landing-footer {
  background: #1f3329;
  color: #b8c8bc;
  padding: 2rem 1rem;
  font-size: 13px;
}

.mv-landing-footer .mv-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.mv-landing-footer a {
  color: #f5c89a !important;
}

.mv-breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 1rem;
}

.mv-breadcrumb a {
  color: #2d5a47 !important;
}

@media (max-width: 768px) {
  .mv-landing-split {
    grid-template-columns: 1fr;
  }

  .mv-landing-gallery img {
    height: 160px;
  }
}

/* ——— Servicios clásicos (ch-grid + fondo masía) ——— */
section.service-w3l {
  background-attachment: scroll;
}

section.service-w3l .ch-info-front {
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

section.service-w3l p.text-center a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

section.service-w3l p.text-center a:hover {
  color: #f5e6c8;
}

/* Legacy mv-services (no usar en index) */
section.service-w3l.mv-services {
  position: relative;
  padding: 4rem 1rem;
  background: #f4f1eb !important;
  background-image: none !important;
}

section.service-w3l.mv-services .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-services-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mv-services-header h3.text-center {
  color: #2d4a3e !important;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem) !important;
  font-weight: 700 !important;
  padding-bottom: 0 !important;
  margin: 0 0 0.75rem;
  font-family: "Poiret One", Georgia, serif;
}

.mv-services-header h3.text-center::before,
.mv-services-header h3.text-center::after {
  display: none !important;
}

.mv-services-lead {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
}

.mv-services-lead a {
  color: #2d5a47;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-services-lead a:hover {
  color: #1a3a2f;
}

.mv-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .mv-services-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .mv-service-card {
    grid-column: span 2;
  }

  .mv-service-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .mv-service-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.mv-service-card {
  background: #fff;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  padding: 1.5rem 1.35rem 1.35rem;
  text-align: center;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mv-service-card:hover {
  box-shadow: 0 8px 28px rgba(45, 74, 62, 0.1);
  transform: translateY(-2px);
}

.mv-service-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e8efe9;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.mv-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-service-card h4 {
  color: #2d4a3e !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 0 0.65rem;
  text-transform: none !important;
  font-family: Raleway, Arial, sans-serif !important;
  letter-spacing: 0.02em;
}

.mv-service-card p {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  margin: 0;
  text-align: left;
}

.mv-service-card p a {
  color: #2d5a47;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-service-card p a:hover {
  color: #1a3a2f;
}

@media (max-width: 991px) {
  .mv-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  section.service-w3l.mv-services {
    padding: 3rem 1rem;
  }

  .mv-services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mv-service-img {
    width: 120px;
    height: 120px;
  }
}

/* ——— Belleza y Elegancia (team) ——— */
section.team-agileinfo.mv-elegance {
  padding: 4rem 1rem !important;
  background: #fff !important;
  background-image: none !important;
  position: relative;
}

section.team-agileinfo.mv-elegance .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-elegance-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mv-elegance-header h3.text-center {
  color: #2d4a3e !important;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem) !important;
  font-weight: 700 !important;
  padding-bottom: 0 !important;
  margin: 0 0 0.75rem;
  font-family: "Poiret One", Georgia, serif;
}

.mv-elegance-header h3.text-center::before,
.mv-elegance-header h3.text-center::after {
  display: none !important;
}

.mv-elegance-lead {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
}

.mv-elegance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.mv-elegance-card {
  background: #faf8f5;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mv-elegance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(45, 74, 62, 0.12);
}

.mv-elegance-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.mv-elegance-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.mv-elegance-card:hover .mv-elegance-img img {
  transform: scale(1.05);
}

.mv-elegance-card h4 {
  color: #2d4a3e !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin: 1rem 1rem 0.4rem;
  padding: 0 !important;
  background: none !important;
  text-transform: none !important;
  font-family: Raleway, Arial, sans-serif !important;
  position: static !important;
}

.mv-elegance-card p {
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 1rem 1.15rem;
  text-align: center;
}

@media (max-width: 991px) {
  .mv-elegance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  section.team-agileinfo.mv-elegance {
    padding: 3rem 1rem !important;
  }

  .mv-elegance-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ——— Selector de idioma ——— */
.mv-lang-switcher {
  display: inline-flex;
  gap: 0.2rem;
  padding: 0.2rem;
  background: #f0f4f1;
  border-radius: 999px;
  border: 1px solid #d8e4dc;
  flex-shrink: 0;
}

.mv-lang-btn {
  border: none;
  background: transparent;
  color: #5a6e64;
  font-family: Raleway, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.mv-lang-btn:hover,
.mv-lang-btn.is-active {
  background: #2d5a47;
  color: #fff;
}

@media (max-width: 1024px) {
  .mv-site-header-inner {
    flex-wrap: wrap;
  }

  .mv-lang-switcher {
    order: 3;
    margin-left: auto;
  }
}

/* ——— Opiniones + galería bodas ——— */
section.mv-reviews {
  padding: 4rem 1rem;
  background: #f7f5f0;
}

section.mv-reviews .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-reviews-header {
  text-align: center;
  margin-bottom: 2rem;
}

.mv-reviews-header h2 {
  color: #2d4a3e;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  margin: 0 0 0.65rem;
  font-family: "Poiret One", Georgia, serif;
}

.mv-reviews-lead {
  max-width: 680px;
  margin: 0 auto 1.25rem;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.mv-reviews-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  padding: 0.65rem 1rem;
  background: #fff;
  border: 1px solid #e4ddd2;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(45, 74, 62, 0.06);
}

.mv-reviews-stars {
  color: #e8b923;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.mv-reviews-score {
  font-weight: 800;
  color: #2d4a3e;
  font-size: 1.1rem;
}

.mv-reviews-count {
  font-size: 13px;
  color: #666;
}

.mv-reviews-google {
  font-size: 13px;
  font-weight: 700;
  color: #2d5a47 !important;
  text-decoration: underline !important;
}

.mv-reviews-marquee {
  overflow: hidden;
  margin: 0 -1rem 2.5rem;
  padding: 0.5rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.mv-reviews-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.mv-reviews-track.is-animated {
  animation: mv-reviews-scroll 55s linear infinite;
}

.mv-reviews-marquee:hover .mv-reviews-track.is-animated {
  animation-play-state: paused;
}

.mv-reviews-track-group {
  display: flex;
  gap: 1rem;
  padding: 0 0.5rem;
}

.mv-review-card {
  flex: 0 0 min(320px, 82vw);
  width: min(320px, 82vw);
  background: #fff;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(45, 74, 62, 0.05);
}

@keyframes mv-reviews-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-reviews-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  .mv-reviews-track {
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    justify-content: center;
  }

  .mv-reviews-track.is-animated {
    animation: none;
  }

  .mv-reviews-track-group[aria-hidden="true"] {
    display: none;
  }

  .mv-review-card {
    flex: 1 1 280px;
    width: auto;
    max-width: 360px;
  }
}

.mv-review-stars {
  color: #e8b923;
  font-size: 13px;
  margin-bottom: 0.5rem;
}

.mv-review-text {
  color: #444;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 0.85rem;
}

.mv-review-meta {
  font-size: 12px;
  color: #777;
}

.mv-gallery-title {
  text-align: center;
  color: #2d4a3e;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  font-family: Raleway, Arial, sans-serif;
}

.mv-wedding-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}

.mv-wedding-gallery a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mv-wedding-gallery a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.mv-wedding-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-anchor-alias {
  display: block;
  height: 0;
  overflow: hidden;
}

/* ——— Redes sociales footer ——— */
.mv-social-block h3 {
  color: #fff !important;
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.mv-social-block .footer-p1 {
  color: #c8d9cc !important;
  font-size: 14px;
  margin-bottom: 1rem;
}

.mv-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.mv-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mv-social-link:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(3px);
  color: #fff !important;
}

.mv-social-link--phone i {
  color: #7dd3a8;
}

.mv-social-link--wa i {
  color: #25d366;
}

.mv-tel-sep {
  opacity: 0.55;
}

@media (max-width: 991px) {
  .mv-wedding-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mv-wedding-gallery {
    grid-template-columns: 1fr;
  }
}

/* ——— Barra de confianza ——— */
.mv-trust-bar {
  background: #1a3a2f;
  color: #e8efe9;
  padding: 1.35rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mv-trust-bar .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-trust-list li {
  text-align: center;
  min-width: 88px;
}

.mv-trust-list strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mv-trust-list span {
  display: block;
  font-size: 12px;
  color: #b8cfc0;
  margin-top: 0.15rem;
}

.mv-trust-award {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.mv-trust-award img {
  border-radius: 8px;
  object-fit: cover;
}

/* ——— Cita destacada ——— */
.mv-quote {
  margin: 0;
  padding: 2.5rem 1rem;
  background: linear-gradient(135deg, #f7f5f0 0%, #ebe6dc 100%);
  border: none;
  border-left: 4px solid #2d5a47;
}

.mv-quote .container {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.mv-quote p {
  margin: 0 0 0.75rem;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.55;
  color: #2d4a3e;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
}

.mv-quote cite {
  font-size: 14px;
  color: #5a6b62;
  font-style: normal;
  font-weight: 600;
}

/* ——— Espacios de la finca ——— */
.mv-spaces {
  padding: 4rem 1rem;
  background: #fff;
}

.mv-spaces .container {
  max-width: 1140px;
  margin: 0 auto;
}

.mv-spaces-header {
  text-align: center;
  margin-bottom: 2.25rem;
}

.mv-spaces-header h2 {
  color: #2d4a3e;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  margin: 0 0 0.65rem;
}

.mv-spaces-lead {
  max-width: 720px;
  margin: 0 auto;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.mv-spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.mv-space-card {
  border-radius: 12px;
  overflow: hidden;
  background: #faf8f5;
  border: 1px solid #e6dfd4;
  box-shadow: 0 4px 18px rgba(45, 74, 62, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mv-space-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(45, 74, 62, 0.12);
}

.mv-space-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.mv-space-body {
  padding: 1rem 1.1rem 1.15rem;
}

.mv-space-body h3 {
  color: #2d4a3e;
  font-size: 1.05rem;
  margin: 0 0 0.45rem;
  font-weight: 700;
}

.mv-space-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

/* ——— Galería expandible ——— */
.mv-gallery-lead {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 1.25rem;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.mv-gallery-hidden {
  display: none !important;
}

.mv-gallery-actions {
  text-align: center;
  margin-top: 1.25rem;
}

.mv-gallery-more {
  appearance: none;
  border: 2px solid #2d5a47;
  background: #fff;
  color: #2d5a47;
  font-weight: 700;
  font-size: 14px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.mv-gallery-more:hover {
  background: #2d5a47;
  color: #fff;
}

@media (max-width: 991px) {
  .mv-spaces-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mv-trust-list {
    gap: 1rem;
  }

  .mv-spaces-grid {
    grid-template-columns: 1fr;
  }

  .mv-site-brand-logo {
    height: 34px;
  }
}

/* Hero noche: masía con fuente y escalera iluminada */
.pogoSlider-slide.mv-hero-noche {
  background-position: center 42%;
  background-size: cover;
}

@media (max-width: 991px) {
  .pogoSlider-slide.mv-hero-noche {
    background-position: center center;
  }
}
