/* ================================================================
   Mirror Finish / Wheel Polishing — WP Template CSS
   Scoped to .mf (mirror finish)
   ================================================================ */

/* ================================================================
   WORDPRESS THEME OVERRIDES
   ================================================================ */
body:has(.mf) {
  overflow-x: hidden !important;
}
/* header bg — unified in style.css via body:has(.twl-service) */

body:has(.mf) .page_title_wrap,
body:has(.mf) .sc_layouts_title,
body:has(.mf) .sc_layouts_title_wrap {
  display: none !important;
}

body:has(.mf) .top_panel,
body:has(.mf) .top_panel_navi {
  margin-bottom: 0 !important;
}

body:has(.mf) .top_panel {
  min-height: 0 !important;
  height: auto !important;
}

body:has(.mf) .page_content_wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.mf {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.mf) .page_wrap,
body:has(.mf) .page_content_wrap,
body:has(.mf) #page,
body:has(.mf) #content,
body:has(.mf) .content_wrap,
body:has(.mf) .content {
  overflow: visible !important;
  transform: none !important;
  will-change: auto !important;
  contain: none !important;
  perspective: none !important;
  filter: none !important;
  background: transparent !important;
}

body:has(.mf) .page_footer_wrap,
body:has(.mf) .footer_wrap,
body:has(.mf) footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Force colors in dark sections */
.mf-hero, .mf-hero *,
.mf-gallery, .mf-gallery * {
  color: var(--mf-text);
}
.mf .mf-btn--primary { color: var(--mf-bg) !important; }
.mf .mf-hero__tag { color: var(--mf-accent) !important; }

/* ---- Fonts ---- */
@font-face {
  font-family: 'Conthrax';
  src: url('../../css/fonts/conthrax_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Conthrax';
  src: url('../../css/fonts/conthraxsemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Conthrax';
  src: url('../../css/fonts/conthraxsemibold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---- Variables ---- */
.mf {
  --mf-bg: #0a0a0a;
  --mf-bg-alt: #111;
  --mf-accent: #FF6B00;
  --mf-accent-rgb: 255, 107, 0;
  --mf-text: #ffffff;
  --mf-text-light: #e0e0e0;
  --mf-text-muted: rgba(255,255,255,0.6);
  --mf-text-dark: #1a1a1a;
  --mf-text-muted-dark: #666;
  --mf-text-secondary: #444;
  --mf-border: rgba(255,255,255,0.08);
  --mf-font-display: 'Conthrax', 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --mf-font-body: 'Inter', sans-serif;
  --mf-font-mono: 'JetBrains Mono', monospace;
  --mf-container-max: 1240px;
  --mf-section-pad: clamp(60px, 10vh, 140px);
}

/* ---- Scoped Base ---- */
.mf {
  font-family: var(--mf-font-body);
  font-weight: 400;
  color: var(--mf-text-light);
  background: var(--mf-bg);
  overflow: visible !important;
  line-height: 1.6;
}

.mf *, .mf *::before, .mf *::after { box-sizing: border-box; }
.mf img, .mf svg { display: block; max-width: 100%; }
.mf a { color: inherit; text-decoration: none; }

/* ---- Utilities ---- */
.mf-container {
  width: 100%;
  max-width: var(--mf-container-max);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.mf-mono {
  font-family: var(--mf-font-mono);
  font-size: clamp(0.65rem, 1vw, 0.75rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mf-section {
  position: relative;
  padding: var(--mf-section-pad) 0;
}

.mf-section-title {
  font-family: var(--mf-font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: var(--mf-text-light);
  line-height: 1.2;
  margin-bottom: 30px;
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 2;
}

.mf-section-title--dark {
  color: var(--mf-text-dark);
}

/* Process header */
.mf-process-header {
  text-align: center;
  margin-bottom: 60px;
}

.mf-process-subtitle {
  font-size: 14px;
  color: var(--mf-accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mf-process-subtitle::before,
.mf-process-subtitle::after {
  content: '\2014';
  color: var(--mf-accent);
  font-size: 16px;
}

/* Green-box */
.mf-section-title .first-letter-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.mf-section-title .green-box {
  position: absolute;
  inset: -7px 2px -6px -8px;
  background: #FF6B00;
  transform: skewX(-15deg);
  border-radius: 2px;
  z-index: -1;
  overflow: hidden;
  width: 40px;
  height: 60px;
  top: -47px;
  left: 1px;
}

.mf-section-title .green-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 60%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-25deg);
  animation: mfShineBox 4s ease-in-out infinite;
  filter: blur(3px);
  pointer-events: none;
}

@keyframes mfShineBox {
  0%, 100% { left: -100%; opacity: 0; }
  50% { left: 150%; opacity: 1; }
}

span.test {
  z-index: 10000;
  display: inline;
  position: relative;
  font-weight: bold;
}

/* ---- Scroll Progress ---- */
.mf-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 9999;
  background: rgba(255,255,255,0.05);
}

.mf-progress__bar {
  width: 100%;
  height: 100%;
  background: var(--mf-accent);
  transform-origin: left;
  transform: scaleX(0);
}

/* ================================================================
   1. HERO
   ================================================================ */
.mf-hero-wrapper {
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100dvh;
  clip-path: inset(0);
}

.mf-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mf-bg);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.mf-section:not(.mf-hero) {
  position: relative;
  z-index: 5;
}

.mf-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mf-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.mf-hero__overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 2;
}

.mf-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1310px;
}

.mf-hero__tag {
  color: var(--mf-accent);
  margin-bottom: 1.5rem;
  opacity: 0.7;
}

.mf-hero__title {
  font-family: var(--mf-font-display);
  font-weight: 700;
  font-size: clamp(3rem, 10vw, 9rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 1.5rem;
  opacity: 0;
  perspective: 600px;
  text-transform: uppercase;
}

.mf-hero__measure-line {
  display: block;
  width: 0;
  height: 1px;
  background: var(--mf-accent);
  margin: 0 auto 1.5rem;
}

.mf-hero__sub {
  font-weight: 300;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: var(--mf-text-light);
  max-width: 800px;
  margin: 0 auto 2rem;
}

.mf-hero__ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  font-family: var(--mf-font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  will-change: transform;
}

.mf-btn--primary {
  background: var(--mf-accent);
  color: var(--mf-bg);
  padding: 0.9rem 2.4rem;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
}

.mf-btn--primary:hover {
  background: #e09a5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,107,0,0.4);
}

.mf-btn--ghost {
  background: transparent;
  color: var(--mf-text-light);
  border: 1px solid rgba(255,255,255,0.2);
}

.mf-btn--ghost:hover {
  border-color: var(--mf-accent);
  color: var(--mf-accent);
}

/* Scroll hint */
.mf-hero__scroll-hint {
  position: absolute;
  bottom: clamp(1rem, 3vh, 2rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--mf-text-muted);
}

.mf-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: var(--mf-accent);
  animation: mfScrollPulse 2s ease-in-out infinite;
  transform-origin: top;
}

@keyframes mfScrollPulse {
  0%, 100% { scaleY: 0.3; opacity: 0.3; }
  50% { scaleY: 1; opacity: 1; }
}

/* ================================================================
   2. STATEMENT — Wheel showcase (light)
   ================================================================ */
.mf-statement {
  overflow: hidden;
  z-index: 5;
}

.mf-statement span.test { color: var(--mf-text-dark); }

.mf-statement__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.mf-statement__text {
  position: relative;
  z-index: 2;
}

.mf-statement__text .mf-process-subtitle {
  justify-content: flex-start;
}

.mf-statement__desc {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  color: var(--mf-text-muted-dark) !important;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.mf-statement__desc strong {
  color: var(--mf-accent) !important;
  font-weight: 600;
}

.mf-statement__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.mf-statement__tag {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  background: rgba(255,107,0,0.08);
  border: 1px solid rgba(255,107,0,0.15);
  border-radius: 4px;
  color: var(--mf-accent) !important;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

/* Wheel visual */
.mf-statement__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-statement__wheel-wrap {
  position: relative;
  width: clamp(300px, 38vw, 550px);
  height: clamp(300px, 38vw, 550px);
}

.mf-statement__glow {
  position: absolute;
  inset: -15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,0.1) 0%, rgba(255,107,0,0.03) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.mf-statement__wheel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 25px 50px rgba(0,0,0,0.4));
  animation: mfFloat 3.5s ease-in-out infinite;
  will-change: transform, filter;
}

@keyframes mfFloat {
  0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 25px 50px rgba(0,0,0,0.4)); }
  50% { transform: translateY(-28px) scale(1.04); filter: drop-shadow(0 50px 80px rgba(0,0,0,0.15)); }
}

@media (max-width: 768px) {
  .mf-statement__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mf-statement__text .mf-process-subtitle {
    justify-content: center;
  }

  .mf-statement__tags {
    justify-content: center;
  }

  .mf-statement__visual {
    order: -1;
  }

  .mf-statement__wheel-wrap {
    width: clamp(220px, 60vw, 320px);
    height: clamp(220px, 60vw, 320px);
  }
}

/* ================================================================
   3. WHAT MAKES IT DIFFERENT (light section)
   ================================================================ */
.mf-section--alt {
  background: #f2f1ed;
  color: var(--mf-text-dark);
  position: relative;
  z-index: 5;
}

.mf-section--alt::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/fondo.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.mf-section--alt > * {
  position: relative;
  z-index: 1;
}

.mf-diff {
  background: var(--mf-bg);
  position: relative;
}

.mf-diff::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.mf-diff .mf-process-subtitle,
.mf-diff .mf-section-title,
.mf-diff span.test { color: #fff; }
.mf-faq span.test { color: var(--mf-text-dark); }
.mf-proof span.test { color: var(--mf-text-dark); }

.mf-diff__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.mf-diff__card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.mf-diff__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.12);
}

.mf-diff__card-icon {
  width: 48px;
  height: 48px;
  color: var(--mf-accent);
  margin-bottom: 1.25rem;
}

.mf-diff__card-icon svg {
  width: 100%;
  height: 100%;
}

.mf-diff__card-title {
  font-family: var(--mf-font-display);
  font-weight: 600;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: #fff;
  margin-bottom: 0.5rem;
}

.mf-diff__card-desc {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.mf-diff__card-tag {
  color: var(--mf-accent) !important;
  font-size: 0.65rem;
}

/* ================================================================
   4. PROCESO — Timeline luminoso
   ================================================================ */
.mf-proceso {
  z-index: 5;
  overflow: visible;
  position: relative;
}

.mf-proceso::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.mf-proceso span.test { color: var(--mf-text-dark); }

.mf-proceso__timeline {
  position: relative;
  padding: 2rem 0;
}

/* Central line */
.mf-proceso__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0,0,0,0.08);
  transform: translateX(-50%);
  z-index: 1;
}

.mf-proceso__line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, var(--mf-accent), rgba(255,107,0,0.3));
  transition: height 0.1s linear;
}

/* Step row */
.mf-proceso__step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  z-index: 2;
}

/* Flip layout for step 2 (text left, video right) */
.mf-proceso__step--flip .mf-proceso__card--left { order: 1; }
.mf-proceso__step--flip .mf-proceso__card--right { order: 2; }

/* Dot on timeline */
.mf-proceso__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--mf-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 4px 20px rgba(255,107,0,0.15), 0 0 0 6px rgba(255,107,0,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mf-proceso__dot span {
  font-family: var(--mf-font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--mf-accent);
  letter-spacing: 0.05em;
}

.mf-proceso__step.is-visible .mf-proceso__dot {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 4px 24px rgba(255,107,0,0.3), 0 0 0 8px rgba(255,107,0,0.1);
}

/* Cards */
.mf-proceso__card {
  position: relative;
}

.mf-proceso__card-media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  max-height: 525px;
  background: #e8e7e3;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.mf-proceso__card-media:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 60px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);
}

.mf-proceso__card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-proceso__card-body {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mf-proceso__card-body:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.mf-proceso__tag {
  display: inline-block;
  color: var(--mf-accent) !important;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.6rem;
  background: rgba(255,107,0,0.08);
  border-radius: 4px;
}

.mf-proceso__title {
  font-family: var(--mf-font-display);
  font-weight: 600;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  color: var(--mf-text-dark) !important;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.mf-proceso__desc {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: var(--mf-text-muted-dark) !important;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* Metrics row */
.mf-proceso__metrics {
  display: flex;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.mf-proceso__metric {
  display: flex;
  flex-direction: column;
}

.mf-proceso__metric-val {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: var(--mf-accent) !important;
  line-height: 1;
}

.mf-proceso__metric-label {
  font-size: 0.7rem;
  color: var(--mf-text-muted-dark) !important;
  margin-top: 0.25rem;
  letter-spacing: 0.02em;
}

/* ---- Proceso responsive ---- */
@media (max-width: 900px) {
  .mf-proceso__step {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-left: 3rem;
  }

  .mf-proceso__line {
    left: 1rem;
  }

  .mf-proceso__dot {
    left: 1rem;
    top: 1.5rem;
    transform: translate(-50%, 0);
    width: 36px;
    height: 36px;
  }

  .mf-proceso__step.is-visible .mf-proceso__dot {
    transform: translate(-50%, 0) scale(1.1);
  }

  .mf-proceso__step--flip .mf-proceso__card--left { order: 2; }
  .mf-proceso__step--flip .mf-proceso__card--right { order: 1; }
}

/* ================================================================
   5. GALLERY
   ================================================================ */
.mf-gallery {
  background: var(--mf-bg);
  position: relative;
  z-index: 5;
}

.mf-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.mf-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.mf-gallery__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.mf-gallery__item--wide {
  grid-column: span 2;
  aspect-ratio: 21/9;
}

.mf-gallery__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.mf-gallery__item:hover .mf-gallery__media {
  transform: scale(1.05);
}

.mf-gallery__caption {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  color: var(--mf-text-muted) !important;
  font-size: 0.65rem;
  background: rgba(0,0,0,0.5);
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}

/* ================================================================
   6. PROOF COUNTERS (light section)
   ================================================================ */
.mf-proof {
  z-index: 5;
}

.mf-proof *,
.mf-faq,
.mf-faq * {
  color: var(--mf-text-dark);
}

.mf-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.mf-proof__item {
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: clamp(1.5rem, 3vw, 2.5rem) 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mf-proof__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.mf-proof__value {
  display: block;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 600;
  color: var(--mf-accent) !important;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.mf-proof__unit {
  display: block;
  font-family: var(--mf-font-display);
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  font-weight: 600;
  color: var(--mf-text-dark) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.mf-proof__label {
  display: block;
  font-size: clamp(0.75rem, 1vw, 0.85rem);
  color: var(--mf-text-muted-dark) !important;
}

/* ================================================================
   7. FAQ (light section)
   ================================================================ */
.mf-faq {
  background: #f2f1ed !important;
  position: relative;
  z-index: 5;
}

.mf-faq::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/fondo.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.mf-faq > * {
  position: relative;
  z-index: 1;
}

.mf-faq__list {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2.5rem;
}

.mf-faq__item {
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

button.mf-faq__header,
.mf-faq__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1.25rem 0 !important;
  width: 100% !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer !important;
  font-family: var(--mf-font-body) !important;
  font-size: clamp(0.9rem, 1.3vw, 1rem) !important;
  font-weight: 500 !important;
  text-align: left !important;
  color: var(--mf-text-dark) !important;
  transition: color 0.3s !important;
  outline: none !important;
  box-shadow: none !important;
}

button.mf-faq__header:hover,
button.mf-faq__header:focus {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.mf-faq__num {
  font-family: var(--mf-font-mono) !important;
  font-size: 0.65rem !important;
  color: var(--mf-text-muted-dark) !important;
  margin-right: 1rem;
  flex-shrink: 0;
}

.mf-faq__q {
  flex: 1;
  color: var(--mf-text-dark) !important;
}

.mf-faq__toggle {
  font-family: var(--mf-font-mono) !important;
  font-size: 1.2rem !important;
  color: var(--mf-accent) !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.mf-faq__item.is-open .mf-faq__toggle {
  transform: rotate(45deg);
}

.mf-faq__body {
  height: 0;
  overflow: hidden;
  background: none !important;
}

.mf-faq__body p {
  padding: 0 0 1.25rem !important;
  font-family: var(--mf-font-body) !important;
  font-weight: 300 !important;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem) !important;
  color: var(--mf-text-secondary) !important;
  line-height: 1.7 !important;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .mf-diff__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mf-proof__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mf-hero-wrapper {
    height: 85vh;
  }

  .mf-hero__title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .mf-statement__inner {
    flex-direction: column;
  }

  .mf-statement__line {
    width: 60px;
    height: 3px;
  }

  .mf-statement__line--left,
  .mf-statement__line--right {
    background: linear-gradient(90deg, transparent, var(--mf-accent), transparent);
  }

  .mf-diff__grid {
    grid-template-columns: 1fr;
  }

  .mf-gallery__grid {
    grid-template-columns: 1fr;
  }

  .mf-gallery__item--wide {
    grid-column: span 1;
    aspect-ratio: 16/9;
  }

  .mf-proof__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .mf-faq__body p {
    padding-left: 0 !important;
  }
}

@media (min-width: 769px) {
  .mf-faq__body p {
    padding-left: 3.5rem;
  }
}

@media (max-width: 480px) {
  .mf-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .mf-hero__ctas {
    flex-direction: column;
    align-items: center;
  }
}

/* ================================================================
   GREEN-BOX RESPONSIVE
   ================================================================ */
@media (max-width: 767px) {
  .mf-section-title .green-box {
    width: 28px !important;
    height: 42px !important;
    inset: -6px -0.35em -30px -10px !important;
    top: unset !important;
    left: unset !important;
  }
}

/* ================================================================
   REDUCED MOTION
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  .mf-hero__scroll-line,
  .mf-section-title .green-box::before {
    animation: none;
  }

  .mf-hero__title {
    opacity: 1;
  }

  .mf-gallery__media {
    transition: none;
  }
}

/* ================================================================
   Dark overrides for .twl-related
   ================================================================ */
.mf .twl-related{background:#0a0a0a;color:#fff}
.mf .twl-related::before{background-image:radial-gradient(circle,rgba(255,255,255,0.03) 1px,transparent 1px);background-size:24px 24px;opacity:1}
.mf .twl-related__title{color:#fff}
.mf .twl-related__card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:16px}
.mf .twl-related__card::before{height:3px;background:linear-gradient(90deg,var(--mf-accent),rgba(255,107,0,0.3))}
.mf .twl-related__card:hover{border-color:rgba(255,107,0,0.3);box-shadow:0 16px 48px rgba(0,0,0,0.3),0 4px 12px rgba(255,107,0,0.08)}
.mf .twl-related__card-icon-wrap{background:rgba(255,107,0,0.08);border-color:rgba(255,107,0,0.15)}
.mf .twl-related__card:hover .twl-related__card-icon-wrap{background:rgba(255,107,0,0.15)}
.mf .twl-related__card-title{color:#fff}
.mf .twl-related__card-desc{color:rgba(255,255,255,0.6)}

/* ── Mobile GSAP reveal fallback ── */
@media (max-width: 768px) {
  .mf .reveal { opacity: 1; transform: none; }
  .mf-hero__title { opacity: 1; }
  .mf-hero__sub, .mf-hero__tag, .mf-hero__ctas, .mf-hero__scroll-hint { opacity: 1; transform: none; }
}
