/*
Theme Name: MEZA Consulting
Theme URI: https://meza-consulting.local
Author: MEZA Consulting
Author URI: https://meza-consulting.local
Description: Tema personalizado para Meza Mortgage Consulting.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: meza-consulting
*/

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --green:      #5a8555;
  --green-mid:  #4a7045;
  --red:        #b12926;
  --red-hover:  #961f1d;
  --gold:       #bb9e5b;
  --gold-bg:    #bb9e5b10;
  --white:      #ffffff;
  --cream:      #f8f6f2;
  --text:       #1a1a1a;
  --text-mid:   #4a4a4a;
  --text-light: #6b6b6b;
  --border:     #e0ddd8;
  --radius-sm:  6px;
  --radius:     10px;
  --radius-lg:  18px;
  --btn-radius: 5px;
  --container:  min(1200px, 92vw);
  --shadow:     0 4px 24px rgba(0,0,0,.10);
}

/* ─── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  font-size: 1rem;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ─── LAYOUT ──────────────────────────────────────────────── */
.container { width: var(--container); margin: 0 auto; }
.section    { padding: 72px 0; }
.section-sm { padding: 48px 0; }

/* ─── TYPOGRAPHY ──────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', 'Segoe UI', sans-serif;
  line-height: 1.15;
  font-weight: 800;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.lead { font-size: 1.05rem; color: var(--text-mid); max-width: 70ch; }

/* ─── HOME INTRO (nav + hero al cargar) ───────────────────── */
.intro-fade-up {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .75s cubic-bezier(.22,.61,.36,1), transform .75s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--intro-delay, 0ms);
  will-change: opacity, transform;
}
.intro-fade-down {
  opacity: 0;
  transform: translate3d(0, -22px, 0);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--intro-delay, 0ms);
  will-change: opacity, transform;
}
.intro-fade-up.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.intro-fade-down.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ─── ENTRANCE MOTION (fadeInUp) ─────────────────────────── */
.fx-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .55s ease,
    transform .55s ease;
  transition-delay: var(--fx-delay, 0ms);
  will-change: opacity, transform;
}
.fx-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .intro-fade-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .intro-fade-down {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .fx-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Sin cursiva en el sitio (énfasis con color/peso, no italic) */
em,
i,
cite {
  font-style: normal;
}
.accent-green { color: var(--green); font-weight: 800; }
.accent-red   { color: var(--red); font-weight: 800; }

/* ─── Títulos: un solo color por bloque (sin mezcla dentro del mismo texto) ─ */
h1 em, h2 em, h3 em,
h1 .accent-red, h1 .accent-green,
h2 .accent-red, h2 .accent-green,
h3 .accent-red, h3 .accent-green {
  color: inherit;
  font-weight: inherit;
}

.hero:not(.subpage-hero) .hero__content h1,
.hero:not(.subpage-hero) .hero__content h1 em,
.hero:not(.subpage-hero) .hero__content h1 .accent-red,
.hero:not(.subpage-hero) .hero__content h1 .accent-green,
.hero-home__text h1,
.hero-home__text h1 em {
  color: var(--white);
}

.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h1 em,
.bg-green h2 em,
.bg-green h3 em,
.nosotros-equipo-section h2,
.nosotros-cta-section h2,
.nosotros-cta-section h2 em,
.cta-band h2 {
  color: var(--white);
}

.descubre-heading,
.steps-section-h2,
.section-title-white,
.perfiles-section .section-title-white,
.profile-card h3,
.profile-card h3 em,
.empresa-grid__text h2,
.empresa-grid__text h2 em,
.what-section h2,
.when-section h2,
.credits-intro h1,
.credits-intro h2,
.rateapi-heading,
.nosotros-anos h2,
.nosotros-anos h2 em,
.nosotros-casos-h2,
.nosotros-casos-h2 em,
.contact-layout h1,
.calc-hero h1,
.calc-hero h1 span,
.why-intro h2,
.value-item h3,
.value-card-nos h3,
.credit-card h3,
.benefit-card h3,
.news-card__body h3,
.meza-entry-content h2,
.meza-entry-content h3,
.section.partners h2 {
  color: var(--green);
}

.faq-section .faq-header h2,
.faq-section .faq-header h2 span {
  color: var(--white);
}

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: .95rem;
  font-family: 'Raleway', 'Segoe UI', sans-serif;
  letter-spacing: .04em;
  cursor: pointer;
  border: none;
  transition: background .2s, transform .15s;
  text-transform: uppercase;
}
.btn:hover { transform: translateY(-1px); }
.btn-red   { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-hover); }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-mid); }
.btn-gold  { background: var(--gold); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); }
.btn-outline-red { background: transparent; color: var(--red); border: 1.5px solid var(--red); }
.btn-outline-red:hover { background: var(--red); color: var(--white); }

/* ─── HEADER / NAV ────────────────────────────────────────── */
.site-header {
  --header-h: 88px;
  --logo-max-h: 68px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 24px;
}
.site-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
  max-height: var(--logo-max-h);
}
.site-logo img,
.site-logo .custom-logo-link img,
.custom-logo-link img {
  display: block;
  height: var(--logo-max-h);
  width: auto;
  max-height: var(--logo-max-h);
  max-width: min(280px, 44vw);
  object-fit: contain;
  object-position: left center;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-nav a {
  font-size: .9rem;
  font-weight: 600;
  font-family: 'Raleway', 'Segoe UI', sans-serif;
  color: var(--text);
  position: relative;
  padding-bottom: 3px;
  transition: color .25s;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
  transition: width .3s cubic-bezier(.4, 0, .2, 1);
}
.site-nav a:hover { color: var(--green); }
.site-nav a:hover::after,
.site-nav .current-menu-item > a::after { width: 100%; }
.site-nav .current-menu-item > a { color: var(--green); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: .3s;
}

@media (max-width: 900px) {
  .site-header {
    --header-h: 82px;
    --logo-max-h: 58px;
  }
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute;
    top: var(--header-h, 92px);
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    display: none;
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: 12px 24px; }
}

/* ─── HERO ────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--white);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20,48,30,.38);
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 80px 0;
}
.hero__content h1 { color: var(--white); margin-bottom: 20px; }
.hero__content .eyebrow { color: var(--gold); }
.hero__content p { margin-bottom: 32px; font-size: 1.1rem; opacity: .9; }

/* ─── SECTION VARIANTS ────────────────────────────────────── */
.bg-green { background: var(--green); color: var(--white); }
.bg-green h2, .bg-green h3 { color: var(--white); }
.bg-green .lead { color: rgba(255,255,255,.8); }

.bg-cream { background: var(--cream); }
.bg-gold  { background: var(--gold); color: var(--white); }
.bg-gold h2, .bg-gold h3 { color: var(--white); }

/* ─── HOME – PROFILE SECTION (dark green) ────────────────── */
.profile-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.profile-intro__text h2 { color: var(--white); margin-bottom: 16px; }
.profile-intro__text p  { color: rgba(255,255,255,.82); margin-bottom: 28px; }

.profile-card .btn { font-size: .8rem; padding: 10px 20px; }

/* ─── HOME – WHY SECTION ──────────────────────────────────── */
.why-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-intro img { border-radius: var(--radius-lg); }
.why-intro h2 { color: var(--green); margin-bottom: 16px; }
.why-intro p  { color: var(--text-mid); margin-bottom: 20px; }

/* ─── HOME – STEPS (¿CÓMO TE GUIAMOS?) ───────────────────── */
.steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.steps-list { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step__num {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem;
}
.step h3 { margin-bottom: 4px; font-size: 1rem; }
.step p  { font-size: .9rem; color: var(--text-mid); }
.steps-img img { border-radius: var(--radius-lg); width: 100%; height: 480px; object-fit: cover; }
.steps-grid--full { grid-template-columns: 1fr; }
.steps-grid__text--full { max-width: 100%; min-width: 0; }

.steps-section-h2 {
  color: var(--green);
  text-align: center;
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.3;
  max-width: 920px;
  margin: 0 auto 12px;
}

.steps-section-intro {
  text-align: center;
  color: var(--green);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 20px;
}

/* Ruta visual del proceso (roadmap) */
.route-map-shell {
  margin-top: 26px;
  border: none;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 14px 0 8px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.route-map-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0 12px 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) #f1ece6;
  -webkit-overflow-scrolling: touch;
}
.route-map-scroll::-webkit-scrollbar {
  height: 10px;
}
.route-map-scroll::-webkit-scrollbar-track {
  background: #f1ece6;
  border-radius: 999px;
}
.route-map-scroll::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 999px;
}
.route-map-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--red-hover);
}
.route-map {
  position: relative;
  gap: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(170px, 1fr));
  width: max-content;
  min-width: 100%;
  padding: 12px 6px 18px;
  align-items: start;
}
.route-map::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 31px;
  height: 2px;
  background: rgba(123, 26, 26, 0.35);
}
.route-map .step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 170px;
  padding: 0 10px;
  align-items: center;
}
.route-map .step > div:last-child {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
.route-map .step__num {
  background: var(--red);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px rgba(123, 26, 26, 0.2);
  margin: 0 auto;
}
.route-map .step h3 {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .88rem;
  text-align: center;
  min-height: 2.2em;
}
.route-map .step p {
  font-size: .82rem;
  line-height: 1.45;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

/* ─── HOME – PARTNERS (carrusel + hover) ─────────────────── */
.partners { text-align: center; }
.partners h2 { margin-bottom: 28px; }

.partners-slider {
  --partners-marquee-duration: 40s;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 0 20px;
}

.partners-slider__viewport {
  overflow: hidden;
  padding: 12px 0 8px;
  margin: 0 -12px;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 40px,
    #000 calc(100% - 40px),
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 40px,
    #000 calc(100% - 40px),
    transparent 100%
  );
}

.partners-slider__viewport:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 8px;
}

.partners-slider__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: partners-marquee var(--partners-marquee-duration, 40s) linear infinite;
  will-change: transform;
}

.partners-slider:hover .partners-slider__track,
.partners-slider:focus-within .partners-slider__track {
  animation-play-state: paused;
}

.partners-slider__cell {
  flex-shrink: 0;
}

@keyframes partners-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .partners-slider__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
    scrollbar-width: thin;
  }
  .partners-slider__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    row-gap: 20px;
  }
  .partners-slider__cell--clone {
    display: none;
  }
}

.partner-circle {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(28, 58, 39, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1),
    box-shadow 0.28s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.partner-circle:hover {
  transform: translateY(-5px) scale(1.07);
  box-shadow: 0 14px 32px rgba(123, 26, 26, 0.16);
  border-color: rgba(123, 26, 26, 0.28);
  background: #fffefc;
}

.partner-circle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.partner-circle img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-circle:hover img {
  transform: scale(1.05);
}

/* ─── HOME – HERO (video de fondo) ───────────────────────── */
.hero-home--video {
  position: relative;
  min-height: min(88vh, 720px);
  padding: 88px 0 72px;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}
.hero-home--video::before { display: none; }
.hero-home__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-home__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  background: var(--green-mid);
}
.hero-home__video.is-playing {
  background: transparent;
}
.hero-home__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(20, 48, 30, 0.88) 0%,
    rgba(20, 48, 30, 0.62) 48%,
    rgba(20, 48, 30, 0.45) 100%
  );
}
.hero-home__container {
  position: relative;
  z-index: 1;
}
.hero-home__inner {
  display: block;
  max-width: 640px;
}
.hero-home__text h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.hero-home__text h1 em {
  font-weight: 900;
}
.hero-home__text p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 48ch;
  text-align: left;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}
.hero-home__btns { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.hero-home__btns-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-home--video .btn-outline-gold {
  border-color: var(--gold);
  color: var(--gold);
}
.hero-home--video .btn-outline-gold:hover {
  background: rgba(201, 162, 39, 0.15);
  color: var(--white);
}

@media (prefers-reduced-motion: reduce) {
  .hero-home__video {
    display: none;
  }
  .hero-home__overlay {
    background: rgba(20, 48, 30, 0.92);
  }
}

/* Casa + bullets flotantes (legacy; ya no en home) */
/* ── Floating keyframes ──────────────────────────────────── */
@keyframes floatHouse {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}
@keyframes floatBulletA {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}
@keyframes floatBulletB {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-5px); }
}

.hero-house {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding: 48px 0 64px;
}
.hero-house__img {
  width: 100%;
  object-fit: contain;
  display: block;
  animation: floatHouse 5s ease-in-out infinite;
  will-change: transform;
}

/* Bullet top: desfase de -1s para que no suba al mismo tiempo que la casa */
.hero-bullet--top {
  animation: floatBulletA 5s ease-in-out infinite;
  animation-delay: -1s;
  will-change: transform;
}

/* Bullets inferiores: desfases distintos entre sí */
.hero-bullet-group .hero-bullet--bottom:nth-child(1) {
  animation: floatBulletB 5s ease-in-out infinite;
  animation-delay: -2.5s;
  will-change: transform;
}
.hero-bullet-group .hero-bullet--bottom:nth-child(2) {
  animation: floatBulletB 5s ease-in-out infinite;
  animation-delay: -3.8s;
  will-change: transform;
}

/* Sin animación para quienes prefieren movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  .hero-house__img,
  .hero-bullet--top,
  .hero-bullet-group .hero-bullet--bottom { animation: none; }
}

/* Bullet base */
.hero-bullet {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.35;
  box-shadow: 0 4px 16px rgba(0,0,0,.10);
  white-space: normal;
  position: absolute;
  max-width: min(280px, calc(100% - 8px));
  hyphens: auto;
  -webkit-hyphens: auto;
}
.hero-bullet svg {
  flex-shrink: 0;
  margin-top: 2px;
  width: 14px;
  height: 14px;
}

/* Posición top-right */
.hero-bullet--top {
  top: 6px;
  right: -8px;
  text-align: left;
}

/* Grupo bottom-left */
.hero-bullet-group {
  position: absolute;
  bottom: 4px;
  left: -8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: min(300px, calc(100% - 4px));
  align-items: flex-start;
}
.hero-bullet--bottom {
  position: static;
  max-width: 100%;
}
.btn-outline-gold {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
  padding: 12px 28px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  transition: background .2s, color .2s;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--white); }

/* ─── TEXTURA DE FONDO (textura-03.png — solo .meza-texture-bg) ─ */
.meza-texture-bg {
  position: relative;
}

.meza-texture-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: var(--meza-texture-opacity, 0.2);
  background-image: var(--meza-texture);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.meza-texture-bg > .container {
  position: relative;
  z-index: 1;
}

/* ─── HOME – DESCUBRE TU PAGO ─────────────────────────────── */
.descubre-section { background: #f0efed; }
.descubre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.descubre-grid__text { text-align: left; }
.descubre-heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--green);
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.descubre-grid__text p { color: var(--text-mid); font-size: 1rem; text-align: left; }
.descubre-grid__right { display: flex; flex-direction: column; gap: 0; }
.descubre-grid__calc {
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.calc-preview { min-height: 260px; display: flex; flex-direction: column; justify-content: center; }
.descubre-grid__btns { display: flex; gap: 0; }

/* Botones cuadrados */
.btn-square {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 24px;
  font-family: inherit;
  font-size: .88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: none;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: opacity .2s;
  line-height: 1.3;
}
.btn-square:hover { opacity: .88; }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold strong { font-weight: 900; margin-right: 4px; }
.btn-red-sq { background: var(--red); color: var(--white); }

/* ─── HOME – PERFILES SECTION ─────────────────────────────── */
.perfiles-section {
  background: var(--white);
  padding-top: 64px;
  padding-bottom: 72px;
}
.section-title-white {
  color: var(--green);
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
  max-width: 680px;
  margin: 0 auto 48px;
}
.perfiles-section .section-title-white {
  margin-bottom: 16px;
}
.perfiles-intro {
  text-align: center;
  color: var(--green);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 48px;
}

/* 5 tarjetas */
/* ── PROFILE SLIDER ───────────────────────────────────────── */
.profile-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile-slider__arrow {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--green);
  background: var(--white);
  color: var(--green);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.profile-slider__arrow:hover { background: var(--green); color: var(--white); }
.profile-slider__arrow:disabled { opacity: .25; cursor: default; }

.profile-cards {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  flex: 1;
  min-width: 0;
  padding-bottom: 4px;
}
.profile-cards::-webkit-scrollbar { display: none; }
.profile-cards.is-dragging { cursor: grabbing; scroll-behavior: auto; user-select: none; }

.profile-card {
  flex: 0 0 calc(25% - 12px);
  scroll-snap-align: start;
  background: var(--white);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.profile-card h3 {
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--green);
}
.profile-card h3 strong { font-weight: 800; }
.profile-card h3 em     { font-weight: 800; font-style: normal; }
.profile-card__desc  { font-size: .8rem; color: var(--text-mid); line-height: 1.5; flex: 1; }
.profile-card__label { font-size: .78rem; color: var(--text-light); margin-top: auto; }
.profile-card__type  { font-size: .82rem; font-weight: 700; color: var(--red); }

/* CTA debajo de tarjetas */
.profile-cta {
  text-align: center;
  margin-top: 52px;
}
.profile-cta p {
  color: var(--green);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.profile-cta__sub {
  font-size: clamp(1.3rem, 2.5vw, 1.9rem) !important;
  text-transform: none !important;
  color: var(--text-mid) !important;
  font-weight: 400 !important;
  margin-bottom: 28px;
}
.profile-cta__btn {
  display: inline-flex;
  padding: 16px 40px;
  font-size: .9rem;
}
.profile-cta__btn strong { font-weight: 900; margin-left: 4px; }

/* ─── HOME – EMPRESA ──────────────────────────────────────── */
.empresa-content {
  max-width: 780px;
  margin: 0 auto;
}

.empresa-content__heading {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
}

.empresa-content__icon {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

.empresa-content__heading h2 { color: var(--green); font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; margin: 6px 0 0; }
.empresa-content__heading h2 em { font-weight: 800; }
.empresa-content > p  { color: var(--text-mid); line-height: 1.7; }

/* ─── HOME – FAQ ──────────────────────────────────────────── */
.faq-section .faq-header {
  background: var(--gold);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 8px;
}
.faq-section .faq-header h2 { color: var(--white); font-size: 1.25rem; font-weight: 800; margin-bottom: 4px; }
.faq-section .faq-header h2 span { font-weight: 800; }
.faq-section .faq-header p  { color: rgba(255,255,255,.88); font-size: .95rem; }

/* ─── BUTTONS EXTRA ───────────────────────────────────────── */
.btn-outline-green {
  border: 2px solid var(--green);
  color: var(--green);
  background: transparent;
  padding: 12px 28px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  transition: background .2s, color .2s;
  display: inline-block;
}
.btn-outline-green:hover { background: var(--green); color: var(--white); }
.btn-outline-dark {
  border: 2px solid var(--text);
  color: var(--text);
  background: transparent;
  padding: 12px 28px;
  border-radius: var(--btn-radius);
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  transition: background .2s, color .2s;
  display: inline-block;
}
.btn-outline-dark:hover { background: var(--text); color: var(--white); }

/* ─── CALCULATOR PAGE ─────────────────────────────────────── */
.calc-hero { background: var(--cream); padding: 64px 0; }
.calc-hero h1 span { font-weight: 800; }
.calc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 48px; }
.calc-info h3 { color: var(--green); margin-bottom: 12px; }
.calc-info p  { color: var(--text-mid); margin-bottom: 24px; }
.calc-disclaimer { font-size: .8rem; color: var(--text-light); margin-top: 16px; }

.accordion-item {
  border-bottom: 1px solid var(--border);
}
.accordion-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text);
}
.accordion-btn[aria-expanded="true"] { color: var(--green); }
.accordion-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid var(--red);
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform .2s;
}
.accordion-btn[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); }
.accordion-panel {
  display: none;
  padding-bottom: 16px;
}
.accordion-panel.open { display: block; }
.accordion-panel input,
.accordion-panel select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: .95rem;
}

/* ─── CREDITS PAGE ────────────────────────────────────────── */
.credits-intro { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.credits-intro h1 { color: var(--green); }
.credits-intro h2 { font-size: clamp(1.1rem, 2vw, 1.5rem); margin-bottom: 20px; }
.credits-intro p  { color: var(--text-mid); }

.credit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.credit-cards--duo {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 801px) {
  .credit-cards--duo { grid-template-columns: repeat(2, 1fr); }
}
.credit-card {
  background: transparent;
  color: var(--dark);
  border: 1.5px solid var(--red);
  border-radius: var(--radius);
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: transform .28s ease, background .28s ease, box-shadow .28s ease, color .28s ease;
}
.credit-card:hover {
  background: var(--red);
  color: var(--white);
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(123,26,26,.28);
}
.credit-card h3 {
  font-size: .95rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--dark);
  transition: color .28s ease;
}
.credit-card:hover h3 { color: var(--white); }
.credit-card .credit-type { font-size: .8rem; color: var(--text-mid); margin-bottom: 8px; transition: color .28s ease; }
.credit-card:hover .credit-type { color: rgba(255,255,255,.8); }
.credit-card .credit-type span { display: block; font-size: .78rem; color: var(--red); font-weight: 600; transition: color .28s ease; }
.credit-card:hover .credit-type span { color: rgba(255,255,255,.9); }
.credit-card .btn { margin-top: auto; font-size: .78rem; padding: 10px 16px; align-self: flex-start; transition: background .28s ease, color .28s ease, border-color .28s ease; }
.credit-card:hover .btn { background: var(--white); color: var(--red); border-color: var(--white); }
.credit-breadcrumb {
  font-size: .88rem;
  color: var(--text-mid);
}
.credit-breadcrumb a {
  color: var(--green);
  font-weight: 600;
}
.credit-breadcrumb a:hover { color: var(--red); }
.credits-cta { text-align: center; }

/* ─── HERO PÁGINAS INTERNAS (imagen propia + B/N + opacidad) ── */
.hero.subpage-hero {
  min-height: 400px;
  background-color: var(--cream);
  background-image: none;
  color: var(--text);
  background-attachment: scroll;
}

.hero.subpage-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--subpage-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.42;
  filter: grayscale(100%);
}

.hero.subpage-hero::before {
  background: rgba(255, 255, 255, 0.58);
  z-index: 1;
}

.hero.subpage-hero .hero__content,
.hero.subpage-hero .nosotros-hero__inner {
  position: relative;
  z-index: 2;
}

.hero.subpage-hero .hero__content h1,
.hero.subpage-hero .hero__content h1 em,
.hero.subpage-hero .hero__content h1 .accent-red,
.hero.subpage-hero .hero__content h1 .accent-green,
.hero.subpage-hero .nosotros-hero__inner h1,
.hero.subpage-hero .single-post-title {
  color: var(--green);
  text-shadow: none;
}

.hero.subpage-hero .hero__content .eyebrow,
.hero.subpage-hero .nosotros-hero__inner .eyebrow {
  color: var(--gold);
}

.hero.subpage-hero .hero__content p,
.hero.subpage-hero .nosotros-hero__inner p {
  color: var(--text-mid);
  opacity: 1;
}

.hero.subpage-hero .btn-outline-white {
  color: var(--green);
  border-color: var(--green);
}

.hero.subpage-hero .btn-outline-white:hover {
  background: var(--green);
  color: var(--white);
}

.subpage-hero { min-height: 400px; }

/* Hero interno con icono (calculadora, créditos, etc.) */
.subpage-hero.hero-split .hero-split__inner {
  display: grid;
  grid-template-columns: 1fr min(300px, 38%);
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 72px 0;
}

.subpage-hero.hero-split .hero-split__text {
  max-width: none;
  padding: 0;
}

.hero-split__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-split__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(340px, 52vh);
  object-fit: contain;
  object-position: center;
}

@media (max-width: 800px) {
  .subpage-hero.hero-split .hero-split__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 56px 0;
  }

  .hero-split__icon {
    order: -1;
  }

  .subpage-hero.hero-split .hero-split__text {
    order: 0;
    text-align: left;
  }

  .hero-split__icon img {
    max-height: 220px;
    margin: 0 auto;
  }
}

.hero-icon-layout {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.hero-icon-layout__img {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.hero-icon-layout__text {
  max-width: none !important;
  padding: 0 !important;
}

@media (max-width: 640px) {
  .hero-icon-layout { flex-direction: column; align-items: flex-start; gap: 16px; padding: 40px 0; }
  .hero-icon-layout__img { width: 110px; height: 110px; }
}

.what-section { padding: 64px 0; }
.what-section h2 { color: var(--green); margin-bottom: 20px; }
.what-section p  { color: var(--text-mid); }

.when-section { padding: 48px 0; background: var(--cream); }
.when-section h2 { color: var(--green); margin-bottom: 24px; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.benefit-card {
  background: var(--green);
  color: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
}
.benefit-card h3 { margin-bottom: 12px; font-size: 1.05rem; }
.benefit-card p  { font-size: .9rem; opacity: .85; }

.steps-numbered { counter-reset: steps; }
.step-item {
  display: flex; gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.step-item:last-child { border-bottom: none; }
.step-num {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
}

.comparison-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.comparison-table th,
.comparison-table td { padding: 14px 16px; border: 1px solid var(--border); text-align: left; font-size: .9rem; }
.comparison-table th { background: var(--green); color: var(--white); font-weight: 700; }
.comparison-table tr:nth-child(even) td { background: var(--cream); }

/* ─── NEWS PAGE ───────────────────────────────────────────── */
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 36px; }
.news-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.news-card__img { height: 200px; background: var(--green-mid); }
.news-card__media {
  display: block;
  height: 200px;
  background: var(--green-mid);
  overflow: hidden;
}
.news-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card__meta {
  font-size: .75rem;
  color: var(--text-mid);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.news-card__body { padding: 20px; }
.news-card__body h3 { margin-bottom: 10px; font-size: 1rem; }
.news-card__body h3 a { color: inherit; text-decoration: none; }
.news-card__body h3 a:hover { color: var(--green); text-decoration: underline; }
.news-card__body p  { font-size: .88rem; color: var(--text-mid); }
.news-card__more {
  display: inline-block;
  margin-top: 12px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--red);
  text-decoration: none;
}
.news-card__more:hover { text-decoration: underline; }
.news-empty { margin-top: 24px; color: var(--text-mid); max-width: 520px; }
.news-pagination { margin-top: 40px; }
.news-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.news-pagination a,
.news-pagination span {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: .9rem;
  text-decoration: none;
  color: var(--text);
}
.news-pagination a:hover { border-color: var(--green); color: var(--green); }
.news-pagination span.current {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
  font-weight: 700;
}

/* ─── SINGLE POST (Entradas) ─────────────────────────────── */
.single-post-hero .single-post-title { font-size: clamp(1.5rem, 4vw, 2.25rem); }
.single-post-hero__inner { max-width: 800px; }
.single-post-back-wrap { margin-top: 16px; }
.single-post-article { padding-top: 48px; padding-bottom: 72px; }
.container--narrow { max-width: 760px; margin-left: auto; margin-right: auto; }
.meza-entry-content {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
}
.meza-entry-content > *:first-child { margin-top: 0; }
.meza-entry-content h2,
.meza-entry-content h3 { margin-top: 1.6em; margin-bottom: 0.5em; color: var(--green); }
.meza-entry-content p { margin: 0 0 1em; }
.meza-entry-content ul,
.meza-entry-content ol { margin: 0 0 1em 1.25em; }
.meza-entry-content a { color: var(--red); }
.meza-entry-content img { max-width: 100%; height: auto; border-radius: var(--radius); }
.single-post-footer { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--border); }

/* ─── ABOUT PAGE ──────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  margin-top: 48px;
}
.value-item { padding: 28px 20px; }
.value-item h3 { margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.value-item p  { font-size: .9rem; opacity: .85; }

.team-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.team-member { text-align: center; }
.team-member__photo {
  width: 180px; height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  background: var(--green-mid);
}
.team-member__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-member h3 { font-size: 1.1rem; margin-bottom: 4px; }
.team-member p  { font-size: .88rem; color: var(--text-mid); }

.testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.testimonial-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.testimonial-card p  { font-size: .92rem; color: var(--text-mid); margin-bottom: 20px; }
.testimonial-card strong { font-size: .88rem; color: var(--text); }

.home-reviews-section .faq-header h2 {
  color: var(--green-mid);
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.home-reviews-section .faq-header p {
  color: var(--gold);
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 6px;
}
.home-reviews-section .faq-header { text-align: center; margin-bottom: 8px; }

.reviews-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.reviews-slider__arrow {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--green);
  background: var(--white);
  color: var(--green);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.reviews-slider__arrow:hover { background: var(--green); color: var(--white); }
.reviews-slider__arrow:disabled { opacity: .25; cursor: default; }

.reviews-cards {
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  flex: 1;
  min-width: 0;
  padding-bottom: 4px;
}
.reviews-cards::-webkit-scrollbar { display: none; }
.reviews-cards.is-dragging { cursor: grabbing; scroll-behavior: auto; user-select: none; }

.reviews-card {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: start;
}
@media (max-width: 860px) {
  .reviews-card { flex: 0 0 calc(85% - 12px); }
}

/* ─── NOSOTROS REDESIGN ───────────────────────────────────── */
.nosotros-hero { min-height: 560px; }
.nosotros-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 0;
}
.nosotros-hero__inner h1 {
  opacity: 1;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.nosotros-hero__inner p  { font-size: 1.05rem; line-height: 1.7; }

.nosotros-anos h2 { text-transform: uppercase; font-size: clamp(1.5rem,3vw,2.2rem); margin-bottom: 24px; }
.nosotros-anos h2 em { font-style: normal; font-weight: 900; }
.nosotros-anos p  { color: var(--text-mid); }

/* Cifras destacadas (clientes / ventas) */
.meza-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 24px;
  max-width: 520px;
  margin: 36px auto 0;
  text-align: center;
}

.empresa-content .meza-stats {
  margin: 28px 0 0;
  max-width: 100%;
  text-align: left;
}

.meza-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
}

.empresa-content .meza-stats__item {
  align-items: flex-start;
}

.meza-stats__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(26, 53, 32, 0.08);
  color: var(--green);
}

.meza-stats__value {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--green);
  margin: 0;
}

.meza-stats__label {
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin: 0;
}

@media (max-width: 520px) {
  .meza-stats {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .empresa-content .meza-stats {
    text-align: center;
  }

  .empresa-content .meza-stats__item {
    align-items: center;
  }
}

.values-grid-nos {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 56px;
}
.value-card-nos {
  background: transparent;
  color: var(--green);
  border: 1px solid var(--green);
  padding: 36px 28px;
  border-radius: var(--radius);
  transition: transform .25s ease, box-shadow .25s ease;
}
@media (hover: hover) {
  .value-card-nos:hover {
    transform: scaleY(1.06);
    box-shadow: 0 12px 32px rgba(0,0,0,.12);
  }
}
.value-card-nos h3 { font-size: .95rem; text-transform: uppercase; font-weight: 800; margin-bottom: 16px; color: var(--green); }
.value-card-nos p  { font-size: .88rem; line-height: 1.6; font-style: italic; color: var(--green); }

.nosotros-equipo-section {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.nosotros-equipo-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20,48,30,.38);
}
.nosotros-equipo-section > * { position: relative; z-index: 1; }
.nosotros-equipo-section h2 { color: var(--white); text-transform: uppercase; margin-bottom: 56px; }

.nosotros-team-intro {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.team-grid-nos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
  max-width: 960px;
  margin: 0 auto;
  align-items: start;
}

.team-member-nos {
  text-align: center;
}

.team-member-nos__photo {
  width: min(200px, 100%);
  height: min(200px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 3px solid rgba(201, 162, 39, 0.45);
}

.team-member-nos__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-member-nos__name {
  color: var(--white);
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 6px;
  text-transform: none;
}

.team-member-nos__role {
  color: var(--gold);
  font-weight: 600;
  font-size: .88rem;
  margin: 0;
  letter-spacing: 0.02em;
}

.team-member-nos--clickable {
  cursor: pointer;
  border-radius: 16px;
  padding: 14px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.team-member-nos--clickable:hover,
.team-member-nos--clickable:focus-visible {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.team-member-nos--clickable:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.team-member-nos--clickable:hover .team-member-nos__photo,
.team-member-nos--clickable:focus-visible .team-member-nos__photo {
  border-color: var(--gold);
}

.team-member-nos__cta {
  display: inline-block;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(187, 158, 91, 0.55);
  padding-bottom: 2px;
}

/* ===== Team Bio Modal ===== */
.team-bio-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.team-bio-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.team-bio-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 20, 0.62);
  backdrop-filter: blur(2px);
}

.team-bio-modal__panel {
  position: relative;
  background: var(--white);
  border-radius: 18px;
  max-width: 640px;
  width: 100%;
  max-height: 86vh;
  overflow-y: auto;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(24px) scale(.98);
  transition: transform .25s ease;
}

.team-bio-modal.is-open .team-bio-modal__panel {
  transform: translateY(0) scale(1);
}

.team-bio-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(74, 112, 69, 0.1);
  color: var(--green-mid);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}

.team-bio-modal__close:hover,
.team-bio-modal__close:focus-visible {
  background: var(--green-mid);
  color: var(--white);
  outline: none;
}

.team-bio-modal__header {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
  padding-right: 36px;
}

.team-bio-modal__photo {
  flex: 0 0 auto;
  width: 96px;
  height: 122px;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid rgba(187, 158, 91, 0.45);
}

.team-bio-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-bio-modal__name {
  margin: 0 0 4px;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--green-mid);
}

.team-bio-modal__role {
  margin: 0;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--gold);
  text-transform: uppercase;
}

.team-bio-modal__body p {
  color: var(--text-mid);
  line-height: 1.85;
  margin: 0 0 16px;
}

.team-bio-modal__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .team-bio-modal {
    padding: 14px;
  }
  .team-bio-modal__panel {
    padding: 26px 22px;
    max-height: 90vh;
  }
  .team-bio-modal__header {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }
  .team-bio-modal__photo {
    width: 110px;
    height: 140px;
  }
}

.nosotros-casos-h2 { text-transform: uppercase; font-size: clamp(1.4rem,2.5vw,2rem); margin-bottom: 12px; }
.nosotros-casos-h2 em { font-weight: 900; }

.nosotros-cta-section {
  position: relative;
  padding: 100px 24px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.nosotros-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20,48,30,.38);
}
.nosotros-cta-section > * { position: relative; z-index: 1; }
.nosotros-cta-section h2 { color: var(--white); text-transform: uppercase; font-size: clamp(1.5rem,3vw,2.4rem); margin-bottom: 36px; max-width: 700px; margin-left: auto; margin-right: auto; }
.nosotros-cta-section h2 em { font-weight: 900; }
.nosotros-cta-section p  { color: var(--white); margin-top: 24px; opacity: .85; }

/* ─── CONTACT PAGE ────────────────────────────────────────── */
.contact-page-appointment--first .meza-appointment__title,
.contact-page-appointment--first .meza-appointment__title .accent-red {
  color: var(--green);
}
.contact-page-appointment--first .meza-appointment__title .accent-red {
  color: var(--red);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 80px 0;
}
.contact-layout h1 { margin-bottom: 16px; }
.contact-layout .lead { margin-bottom: 32px; }

.contact-info {
  margin-bottom: 28px;
  padding: 20px 22px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.contact-info__label {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--green);
  margin-bottom: 10px;
}
.contact-info__address {
  font-style: normal;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 14px;
}
.contact-info__phone,
.contact-info__email {
  margin-bottom: 8px;
  font-size: .95rem;
}
.contact-info__phone a,
.contact-info__email a,
.contact-info__maps-link {
  color: var(--green);
  font-weight: 600;
}
.contact-info__maps-link {
  font-size: .9rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-info__maps-link:hover {
  color: var(--red);
}

.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: .95rem;
  color: var(--text);
  background: var(--white);
  transition: border-color .2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green);
}
.contact-form textarea { resize: vertical; min-height: 120px; }

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  background: var(--cream);
}
.contact-map img { width: 100%; height: 100%; object-fit: cover; }

/* ─── FOOTER ──────────────────────────────────────────────── */
.site-gov-disclaimer {
  background: var(--red);
  padding: 18px 0;
}
.site-gov-disclaimer .container p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: .8rem;
  line-height: 1.7;
  text-align: center;
}

.site-footer {
  background: var(--green);
  color: rgba(255,255,255,.85);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-brand .footer-logo img { height: 70px; margin-bottom: 20px; }
.footer-brand p { font-size: .88rem; opacity: .8; line-height: 1.7; max-width: 32ch; }
.footer-col h4 { color: var(--white); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: .88rem; opacity: .8; transition: opacity .2s; }
.footer-col a:hover { opacity: 1; }

.footer-contact p { font-size: .88rem; opacity: .8; margin-bottom: 8px; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem;
  transition: border-color .2s, background .2s;
}
.footer-social a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

.footer-bottom {
  padding: 18px 0;
  font-size: .8rem;
  text-align: center;
  opacity: .6;
}

/* ─── RATEAPI (referencia de tasas) ───────────────────────── */
.rateapi-section {
  background: var(--cream);
}
.rateapi-heading {
  color: var(--green);
  text-align: center;
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rateapi-intro {
  text-align: center;
  color: var(--text-mid);
  max-width: 72ch;
  margin: 0 auto 36px;
  font-size: 0.95rem;
  line-height: 1.65;
}
.rateapi-intro a { color: var(--green); font-weight: 700; text-decoration: underline; }
.rateapi-panel {
  max-width: 920px;
  margin: 0 auto;
}
.rateapi-notice {
  padding: 20px 22px;
  border: 1px solid var(--border);
  background: var(--white);
  font-size: 0.9rem;
  line-height: 1.55;
  border-radius: var(--radius);
}
.rateapi-notice code { font-size: 0.82rem; word-break: break-all; }
.rateapi-notice--warn { border-color: var(--gold); background: #fdf9ee; }
.rateapi-notice a { color: var(--green); font-weight: 700; }

.rateapi-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  align-items: end;
  background: var(--white);
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.rateapi-form__row { display: flex; flex-direction: column; gap: 6px; }
.rateapi-form__row--submit {
  grid-column: 1 / -1;
  align-items: flex-start;
  margin-top: 4px;
}
.rateapi-label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-mid); }
.rateapi-input {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--btn-radius);
  background: var(--white);
  color: var(--text);
}
.rateapi-input:focus {
  outline: none;
  border-color: var(--green);
}
.rateapi-status { margin-top: 16px; font-size: 0.9rem; color: var(--green); font-weight: 600; }

.rateapi-results { margin-top: 28px; }
.rateapi-summary {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  margin-bottom: 20px;
  font-size: 0.92rem;
}
.rateapi-summary p { margin: 0 0 8px; }
.rateapi-summary p:last-child { margin-bottom: 0; }
.rateapi-meta { color: var(--text-mid); font-size: 0.85rem; }
.rateapi-savings { color: var(--green); font-weight: 700; }
.rateapi-why {
  margin: 0 0 20px;
  padding-left: 1.2rem;
  color: var(--text-mid);
  font-size: 0.9rem;
  line-height: 1.55;
}
.rateapi-why li { margin-bottom: 6px; }

.rateapi-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}
.rateapi-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.rateapi-table th,
.rateapi-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.rateapi-table th {
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
}
.rateapi-table tbody tr:last-child td { border-bottom: none; }
.rateapi-table tbody tr:nth-child(even) { background: var(--cream); }

.rateapi-msg { margin: 0; padding: 16px; background: var(--cream); border-radius: var(--radius); font-size: 0.9rem; }
.rateapi-msg--error { background: #f8ecec; color: var(--red); border: 1px solid rgba(123, 26, 26, 0.25); }

.rateapi-footnote {
  margin-top: 28px;
  font-size: 0.78rem;
  color: var(--text-light);
  text-align: center;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .rateapi-form { grid-template-columns: 1fr; padding: 20px; }
}

/* ─── CTA BAND ────────────────────────────────────────────── */
.cta-band {
  background: var(--gold);
  padding: 64px 0;
  text-align: center;
  border-radius: 72px 72px 0 0;
  margin-top: -2px;
}
.cta-band h2 { color: var(--white); margin-bottom: 12px; }
.cta-band p  { color: rgba(255,255,255,.88); margin-bottom: 28px; }

/* ─── SECTION CURVES ─────────────────────────────────────── */

/* Descubre (beige) sube sobre el hero (blanco) con arco en la parte superior */
.descubre-section {
  border-radius: 64px 64px 0 0;
  margin-top: -64px;
  position: relative;
  z-index: 1;
  padding-top: calc(72px + 48px);
}

/* Perfiles (blanco) se curva por debajo para separarse de la sección de pasos */
.perfiles-section {
  border-radius: 0 0 64px 64px;
  position: relative;
  z-index: 1;
}

/* Empresa (crema) flota como tarjeta redondeada entre secciones blancas */
.section.bg-cream {
  border-radius: 64px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 48px;
  padding-right: 48px;
}

/* FAQ: arco superior que la separa visualmente de empresa */
.faq-section {
  border-radius: 64px 64px 0 0;
  margin-top: -64px;
  position: relative;
  z-index: 2;
  padding-top: calc(72px + 48px);
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
  .values-grid     { grid-template-columns: repeat(2,1fr); }
  .values-grid-nos { grid-template-columns: repeat(2,1fr); }
  .footer-grid     { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .profile-intro, .why-intro, .steps-grid,
  .calc-layout, .credits-intro, .contact-layout,
  .hero-home__inner, .descubre-grid { grid-template-columns: 1fr; }
  .credit-cards    { grid-template-columns: 1fr; }
  .benefits-grid, .testimonials, .news-grid { grid-template-columns: 1fr; }
  .profile-card    { flex: 0 0 calc(50% - 8px); }
  .footer-grid     { grid-template-columns: 1fr; }
  .values-grid     { grid-template-columns: 1fr; }
  .values-grid-nos { grid-template-columns: 1fr 1fr; }
  .team-grid-nos   { gap: 24px; }
  .team-grid-nos {
    grid-template-columns: 1fr;
    max-width: 280px;
    gap: 32px;
  }
  .hero-home--video {
    display: block;
    min-height: auto;
    padding: 0 0 56px;
    overflow: visible;
    background: var(--white);
    color: var(--green);
  }
  .hero-home__text h1 {
    color: var(--green);
    text-shadow: none;
  }
  .hero-home__text p {
    color: var(--text-mid);
    text-shadow: none;
  }
  .hero-home--video .btn-outline-gold {
    border-color: var(--green);
    color: var(--green);
  }
  .hero-home--video .btn-outline-gold:hover {
    background: rgba(90, 133, 85, 0.12);
    color: var(--green);
  }
  /* Evita que la sección siguiente (que se curva hacia arriba) tape el último botón del hero */
  .hero-home--video + .section.descubre-section,
  .hero-home--video ~ .descubre-section {
    margin-top: 0;
    border-radius: 0;
    padding-top: 48px;
  }
  .hero-home__media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    z-index: 0;
  }
  .hero-home__video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero-home__overlay {
    display: none;
  }
  .hero-home__container {
    position: relative;
    z-index: 1;
    padding-top: 28px;
  }
  .hero-home__inner {
    max-width: 100%;
  }
  .route-map {
    grid-template-columns: repeat(7, minmax(155px, 1fr));
    width: max-content;
    min-width: 100%;
  }
}
@media (max-width: 520px) {
  .profile-card  { flex: 0 0 100%; }
  .profile-slider__arrow { width: 36px; height: 36px; font-size: 1.3rem; }
  .hero-home__btns, .descubre-grid__btns { flex-direction: column; }
  /* Sección empresa: quitar márgenes laterales grandes en mobile */
  .section.bg-cream {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
  }
}

/* ── Descubre — tarjeta calculadora ejemplo ───────────────── */
.descubre-calc-card {
  background: var(--green, #1a3520);
  color: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 32px rgba(26,53,32,.25);
}
.dcc-label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .75;
  margin: 0 0 .3rem;
}
.dcc-amount {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
  line-height: 1.1;
}
.dcc-amount small {
  font-size: .95rem;
  font-weight: 400;
  opacity: .7;
}
.dcc-breakdown {
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: .85rem;
}
.dcc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .38rem 0;
  font-size: .87rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.dcc-row:last-child { border-bottom: none; }
.dcc-row span { opacity: .82; }
.dcc-row strong { font-weight: 700; }
.dcc-row--total {
  margin-top: .4rem;
  padding-top: .6rem;
  border-top: 1px solid rgba(255,255,255,.28);
  font-size: .92rem;
}
.dcc-note {
  margin: 1rem 0 0;
  font-size: .7rem;
  opacity: .5;
  text-align: center;
}

/* ─── HERO FLYER (imagen a color, overlay oscuro, texto blanco) ── */
.hero.flyer-hero::after {
  opacity: 0.82;
  filter: none;
}
.hero.flyer-hero::before {
  background: rgba(10, 30, 20, 0.55);
}
.hero.flyer-hero .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero.flyer-hero h1,
.hero.flyer-hero .container h1 {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.hero.flyer-hero p {
  color: rgba(255,255,255,.88);
  opacity: 1;
}
.hero.flyer-hero .eyebrow {
  color: var(--gold) !important;
}

/* ─── DROPDOWN SUBMENÚ (Eventos → Flyers) ─── */
.site-nav li { position: relative; }

.site-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 14px 0 6px;
  z-index: 9999;
  list-style: none;
  margin: 0;
}

/* Puente invisible entre el link y el submenú */
.site-nav li:hover > .sub-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 14px;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu { display: block; }

.site-nav .sub-menu li { width: 100%; }

.site-nav .sub-menu a {
  display: block;
  padding: 9px 18px;
  font-size: .88rem;
  color: var(--text);
  white-space: nowrap;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.site-nav .sub-menu a::after { display: none; }
.site-nav .sub-menu a:hover { background: var(--cream); color: var(--green); }

/* Flechita indicadora en el item padre */
.site-nav .menu-eventos > a::before {
  content: '';
  display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform .2s;
}
.site-nav .menu-eventos:hover > a::before { transform: rotate(180deg); }
