@media (min-width: 922px) {
  body.page-template-template-home-2026 .site-content .ast-container {
    display: block !important;
  }
}

body.page-template-template-home-2026 .site-content .ast-container,
body.page-template-template-home-2026 #primary,
body.page-template-template-home-2026 #main,
body.page-template-template-home-2026 .site-main,
body.page-template-template-home-2026 .entry-content {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ommvi-home-2026 {
  background: #f8fafc;
}

.ommvi-hero {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #0f172a;
}

.ommvi-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.05);
  transition:
    opacity 0.8s linear,
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.8s;
  will-change: transform, opacity;
}

.ommvi-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}

/* Estado de Salida (Efecto mode="wait" de React) */
.ommvi-hero__slide.is-leaving {
  opacity: 0;
  transform: scale(0.96);
  z-index: 1;
  visibility: visible;
  transition: 
    opacity 0.4s linear,
    transform 0.4s ease-in;
}

.ommvi-hero__picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ommvi-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.ommvi-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ommvi-hero__content {
  position: absolute;
  z-index: 3;
  max-width: 760px;
  padding: 0 24px;
  color: #fff;
}

/* Animaciones escalonadas (estilo React) */
.ommvi-hero__content h1,
.ommvi-hero__content h2,
.ommvi-hero__content p,
.ommvi-hero__cta {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.ommvi-hero__slide.is-active .ommvi-hero__content h1,
.ommvi-hero__slide.is-active .ommvi-hero__content h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.ommvi-hero__slide.is-active .ommvi-hero__content p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.ommvi-hero__slide.is-active .ommvi-hero__cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.ommvi-hero__content h1,
.ommvi-hero__content h2 {
  color: #fff;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 16px;
  text-shadow: 0 8px 28px rgba(0,0,0,.35);
}

.ommvi-hero__content p {
  color: #fff;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  margin: 0 0 32px;
  text-shadow: 0 5px 18px rgba(0,0,0,.3);
}

.ommvi-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d3163a;
  color: #fff;
  padding: 20px 40px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 25px 50px -12px rgba(211, 22, 58, .25);
  transition: transform .25s ease, background .25s ease;
}

.ommvi-hero__cta:hover {
  background: #b91132;
  color: #fff;
  transform: scale(1.02);
  text-decoration: none;
}

/* Posiciones */
.ommvi-hero__content--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 18px));
  text-align: center;
}

.ommvi-hero__slide.is-active .ommvi-hero__content--center {
  transform: translate(-50%, -50%);
}

.ommvi-hero__content--left-bottom {
  left: 6%;
  bottom: 14%;
  text-align: left;
}

.ommvi-hero__content--right-center {
  right: 6%;
  top: 50%;
  transform: translateY(calc(-50% + 18px));
  text-align: right;
}

.ommvi-hero__slide.is-active .ommvi-hero__content--right-center {
  transform: translateY(-50%);
}

/* Flechas */
.ommvi-hero__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.28);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ommvi-hero__arrow--prev {
  left: 24px;
}

.ommvi-hero__arrow--next {
  right: 24px;
}

.ommvi-hero__arrow:hover {
  background: rgba(255,255,255,.92);
  color: #111827;
}

/* Dots */
.ommvi-hero__dots {
  position: absolute;
  z-index: 5;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
}

.ommvi-hero__dot {
  width: 48px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  padding: 0;
  cursor: pointer;
}

.ommvi-hero__dot.is-active {
  background: #d3163a;
}

@media (max-width: 767px) {
  .ommvi-hero {
    height: 560px;
  }

  .ommvi-hero__content,
  .ommvi-hero__content--center,
  .ommvi-hero__content--left-bottom,
  .ommvi-hero__content--right-center {
    left: 24px;
    right: 24px;
    bottom: 64px;
    top: auto;
    max-width: none;
    text-align: center;
    transform: translateY(18px);
  }

  .ommvi-hero__slide.is-active .ommvi-hero__content,
  .ommvi-hero__slide.is-active .ommvi-hero__content--center,
  .ommvi-hero__slide.is-active .ommvi-hero__content--right-center {
    transform: translateY(0);
  }

  .ommvi-hero__content h1,
  .ommvi-hero__content h2 {
    font-size: 34px;
  }

  .ommvi-hero__content p {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .ommvi-hero__cta {
    padding: 18px 34px;
  }

  .ommvi-hero__arrow {
    display: none;
  }
}

/* ======================================================
   TRUST BAR HOME 2026 - MARQUEE
====================================================== */

.ommvi-trustbar {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.ommvi-trustbar__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.ommvi-trustbar__track {
  display: flex;
  width: max-content;
  animation: ommviTrustbarMarquee 60s linear infinite;
}

.ommvi-trustbar__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  flex-shrink: 0;
  padding: 24px 48px;
}

.ommvi-trustbar__separator {
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 50%;
  background: rgba(196, 30, 58, 0.2);
}

.ommvi-trustbar__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #c41e3a;
}

.ommvi-trustbar__icon svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ommvi-trustbar__content h4 {
  margin: 0 0 4px;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.ommvi-trustbar__content p {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}

.ommvi-trustbar__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.ommvi-trustbar__fade--left {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255,255,255,0));
}

.ommvi-trustbar__fade--right {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255,255,255,0));
}

@keyframes ommviTrustbarMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.3333%);
  }
}

.ommvi-trustbar:hover .ommvi-trustbar__track {
  animation-play-state: paused;
}

@media (max-width: 767px) {
  .ommvi-trustbar__inner {
    max-width: none;
  }

  .ommvi-trustbar__item {
    min-width: 240px;
    padding: 20px 36px;
  }

  .ommvi-trustbar__fade {
    width: 48px;
  }
}

/* ======================================================
   CATEGORÍAS HOME 2026
====================================================== */

.ommvi-categories {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 24px;
  background: #f8fafc;
}

.ommvi-categories__header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.ommvi-categories__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #d3163a;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.ommvi-categories__header h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 900;
}

.ommvi-categories__header p {
  margin: 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.55;
}

.ommvi-categories__line {
  width: 48px;
  height: 4px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: rgba(211, 22, 58, .2);
}

.ommvi-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ommvi-category-card {
  position: relative;
  display: block;
  min-height: 210px;
  padding: 32px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .09);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
  text-decoration: none;
  transform: translateY(0);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.ommvi-category-card:hover {
  transform: translateY(-8px);
  border-color: rgba(211, 22, 58, .24);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .14);
  text-decoration: none;
}

.ommvi-category-card__glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  border-bottom-left-radius: 999px;
  background: #f8fafc;
  opacity: .85;
  transition: transform .5s ease;
}

.ommvi-category-card:hover .ommvi-category-card__glow {
  transform: scale(1.5);
}

.ommvi-category-card__image {
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 2;
  width: 138px;
  height: 138px;
  transform: translateY(-50%);
}

.ommvi-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .3s ease;
}

.ommvi-category-card:hover .ommvi-category-card__image img {
  transform: scale(1.08) rotate(3deg);
}

.ommvi-category-card__content {
  position: relative;
  z-index: 3;
  max-width: 58%;
}

.ommvi-category-card__content h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.ommvi-category-card__content p {
  margin: 0 0 28px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.5;
}

.ommvi-category-card__content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d3163a;
  font-weight: 800;
  transition: gap .25s ease;
}

.ommvi-category-card:hover .ommvi-category-card__content span {
  gap: 14px;
}

@media (max-width: 991px) {
  .ommvi-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ommvi-categories {
    padding: 56px 18px;
  }

  .ommvi-categories__header {
    margin-bottom: 36px;
  }

  .ommvi-categories__header p {
    font-size: 15px;
  }

  .ommvi-categories__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ommvi-category-card {
    min-height: 160px;
    padding: 24px 20px 16px;
    border-radius: 16px;
  }

  .ommvi-category-card__image {
    right: 18px;
    width: 112px;
    height: 90px;
  }

  .ommvi-category-card__content {
    max-width: 62%;
  }

  .ommvi-category-card__content h3 {
    font-size: 21px;
  }

  .ommvi-category-card__content p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

/* ======================================================
   PROMO BANNER HOME 2026
====================================================== */

.ommvi-promo {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.ommvi-promo__card {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #111827;
  background-size: cover;
  background-repeat: no-repeat;
}

.ommvi-promo__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 48px 56px;
}

.ommvi-promo__content span {
  display: block;
  margin-bottom: 12px;
  color: #f43f5e;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.ommvi-promo__content h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 900;
}

.ommvi-promo__content p {
  margin: 0 0 32px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.ommvi-promo__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 12px;
  background: #d3163a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}

.ommvi-promo__content a:hover {
  background: #b91132;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 767px) {
  .ommvi-promo {
    padding: 0 18px 56px;
  }

  .ommvi-promo__card {
    min-height: 420px;
    align-items: flex-end;
    background-position: center;
  }

  .ommvi-promo__content {
    padding: 32px 24px;
  }

  .ommvi-promo__content h2 {
    font-size: 32px;
  }

  .ommvi-promo__content p {
    font-size: 16px;
  }
}

/* ======================================================
   OFERTAS FLASH HOME 2026
====================================================== */

.ommvi-flash {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: #030712;
  color: #ffffff;
}

.ommvi-flash__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.ommvi-flash__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 64px;
}

.ommvi-flash__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #d3163a;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.ommvi-flash__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #d3163a;
  color: #ffffff;
}

.ommvi-flash h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4vw, 64px);
  line-height: .92;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.ommvi-flash h2 span {
  color: rgba(255,255,255,.42);
}

.ommvi-flash__timer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}

.ommvi-flash__clock {
  color: #d3163a;
  font-size: 22px;
}

.ommvi-flash__time {
  display: flex;
  gap: 14px;
  text-align: center;
  align-items: center;
}

.ommvi-flash__time strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.ommvi-flash__time small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.38);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.ommvi-flash__time > span {
  color: rgba(255,255,255,.18);
  font-size: 26px;
  font-weight: 900;
}

.ommvi-flash__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ommvi-flash-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}

.ommvi-flash-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,.10);
  border-color: rgba(211,22,58,.35);
}

.ommvi-flash-card__media {
  position: relative;
  margin-bottom: 24px;
}

.ommvi-flash-card__discount {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 3;
  padding: 6px 16px;
  border-radius: 10px;
  background: #d3163a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  transform: rotate(-12deg);
  box-shadow: 0 12px 28px rgba(211,22,58,.22);
}

.ommvi-flash-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
}

.ommvi-flash-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.ommvi-flash-card:hover .ommvi-flash-card__image img {
  transform: scale(1.1);
}

.ommvi-flash-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ommvi-flash-card h4 {
  margin: 0 0 12px;
  color: #ff3b3b;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.ommvi-flash-card:hover h4 {
  color: #ffffff;
}

.ommvi-flash-card__prices {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.ommvi-flash-card__sale {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.ommvi-flash-card__old {
  color: rgba(255,255,255,.35);
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
}

.ommvi-flash-card p {
  margin: 0 0 32px;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.55;
}

.ommvi-flash-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 16px;
  border-radius: 14px;
  background: #d3163a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(211,22,58,.25);
  transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.ommvi-flash-card__cta:hover {
  background: #a50f2d;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(211,22,58,.35);
}

.ommvi-flash__footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.ommvi-flash__main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}

.ommvi-flash__main-cta:hover {
  background: #ffffff;
  color: #111827;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ommvi-flash__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ommvi-flash__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .ommvi-flash {
    padding: 56px 0;
  }

  .ommvi-flash__inner {
    padding: 0 18px;
  }

  .ommvi-flash__header {
    margin-bottom: 40px;
  }

  .ommvi-flash__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ommvi-flash-card {
    padding: 10px;
    border-radius: 16px;
  }

  .ommvi-flash-card__media {
    margin-bottom: 14px;
  }

  .ommvi-flash-card__image {
    border-radius: 14px;
  }

  .ommvi-flash-card h4 {
    font-size: 14px;
    line-height: 1.2;
  }

  .ommvi-flash-card p {
    display: none;
  }

  .ommvi-flash-card__sale {
    font-size: 21px;
  }

  .ommvi-flash-card__old {
    font-size: 12px;
  }

  .ommvi-flash-card__cta {
    padding: 10px 8px;
    font-size: 10px;
    line-height: 1.1;
  }

  .ommvi-flash__timer {
    width: 100%;
    justify-content: center;
  }
}

/* ======================================================
   MARCAS HOME 2026
====================================================== */

.ommvi-brands {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 24px;
}

.ommvi-brands__header {
  margin: 0 auto 56px;
  text-align: center;
}

.ommvi-brands__header span {
  display: block;
  margin-bottom: 12px;
  color: #d3163a;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.ommvi-brands__header h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 900;
}

.ommvi-brands__line {
  width: 56px;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: rgba(211, 22, 58, .2);
}

.ommvi-brands__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.ommvi-brand-card {
  position: relative;
  min-height: 170px;
  padding: 28px;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 2px solid #f1f1f1;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.ommvi-brand-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(220, 38, 38, .25);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  text-decoration: none;
}

.ommvi-brand-card__glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(211,22,58,.05), transparent, rgba(241,245,249,.4));
  opacity: 0;
  transition: opacity .5s ease;
}

.ommvi-brand-card:hover .ommvi-brand-card__glow {
  opacity: 1;
}

.ommvi-brand-card__logo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 112px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}

.ommvi-brand-card:hover .ommvi-brand-card__logo {
  transform: rotate(-2deg);
}

.ommvi-brand-card__logo img {
  display: block;
  max-width: 180px;
  max-height: 96px;
  object-fit: contain;
  opacity: .85;
  filter: grayscale(10%);
  transition:
    opacity .35s ease,
    filter .35s ease,
    transform .35s ease;
}

.ommvi-brand-card:hover .ommvi-brand-card__logo img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.08);
}

.ommvi-brand-card span {
  position: relative;
  z-index: 2;
  color: #dc2626;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  opacity: .8;
  transition: opacity .3s ease;
}

.ommvi-brand-card:hover span {
  opacity: 1;
}

@media (max-width: 991px) {
  .ommvi-brands__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ommvi-brands {
    padding: 56px 18px;
  }

  .ommvi-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ommvi-brand-card:nth-child(n+7) {
    display: none;
  }

  .ommvi-brand-card {
    min-height: 170px;
    padding: 16px 12px 14px;
    border-radius: 16px;
  }

  .ommvi-brand-card__logo {
    height: 76px;
    margin-bottom: 10px;
  }

  .ommvi-brand-card__logo img {
    max-width: 120px;
    max-height: 80px;
  }

  .ommvi-brand-card span {
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: .12em;
  }
}

/* ======================================================
   GUÍAS HOME 2026
====================================================== */

.ommvi-guides {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.ommvi-guides__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.ommvi-guides__header h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.ommvi-guides__title-icon {
  width: 34px;
  height: 34px;
  color: #d3163a;
}

.ommvi-guides__title-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ommvi-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.ommvi-guide-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
  transition: box-shadow .35s ease, transform .35s ease;
}

.ommvi-guide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.ommvi-guide-card__media {
  position: relative;
  height: 206px;
  overflow: hidden;
}

.ommvi-guide-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.ommvi-guide-card:hover .ommvi-guide-card__media img {
  transform: scale(1.1);
}

.ommvi-guide-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
}

.ommvi-guide-card__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ommvi-guide-card__icon {
  width: 20px;
  height: 20px;
}

.ommvi-guide-card__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ommvi-guide-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px;
}

.ommvi-guide-card h4 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  transition: color .25s ease;
}

.ommvi-guide-card:hover h4 {
  color: #d3163a;
}

.ommvi-guide-card p {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ommvi-guide-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding: 0 8px;
  border-radius: 8px;
  color: #d3163a;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s ease, color .25s ease, gap .25s ease;
}

.ommvi-guide-card__cta:hover {
  color: #a50f2d;
  gap: 14px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ommvi-guides__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .ommvi-guides {
    padding: 56px 18px 64px;
  }

  .ommvi-guides__header h2 {
    font-size: 22px;
  }

  .ommvi-guide-card__body {
    padding: 26px;
  }

  .ommvi-guide-card h4 {
    font-size: 17px;
  }

  .ommvi-guide-card p {
    font-size: 13px;
  }
}

/* ======================================================
   TARJETAS SEO HOME 2026
====================================================== */

.ommvi-home-seo-cards {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 88px;
}

.ommvi-home-seo-cards__header {
  max-width: 760px;
  margin: 0 0 28px;
}

.ommvi-home-seo-cards__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0875dc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ommvi-home-seo-cards h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 900;
}

.ommvi-home-seo-cards__header p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.ommvi-home-seo-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ommvi-home-seo-card {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(203, 213, 225, .86);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.ommvi-home-seo-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.ommvi-home-seo-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 900;
}

.ommvi-home-seo-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.62;
}

.ommvi-home-seo-card a {
  color: #0875dc;
  font-weight: 800;
  text-decoration: none;
}

.ommvi-home-seo-card a:hover {
  color: #005fbe;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .ommvi-home-seo-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ommvi-home-seo-cards {
    padding: 8px 0 64px;
  }

  .ommvi-home-seo-cards__header {
    margin: 0;
    padding: 0 18px 20px;
  }

  .ommvi-home-seo-cards h2 {
    font-size: 24px;
  }

  .ommvi-home-seo-cards__header p {
    font-size: 15px;
  }

  .ommvi-home-seo-cards__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 18px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ommvi-home-seo-card {
    flex: 0 0 min(82vw, 320px);
    min-height: 310px;
    padding: 24px;
    scroll-snap-align: start;
  }
}
