/* RuedaMundo · Catálogo Neumáticos */
.rmcat,
.rmcat * { box-sizing: border-box; }

.rmcat {
  --rmcat-primary: #89c943;
  --rmcat-primary-2: #c6ff65;
  --rmcat-dark: #071313;
  --rmcat-panel: #ffffff;
  --rmcat-muted: rgba(255,255,255,.72);
  --rmcat-ink: #10201d;
  --rmcat-border: rgba(137,201,67,.22);
  background: radial-gradient(circle at 50% 0, rgba(137,201,67,.12), transparent 34%), linear-gradient(180deg, #071313 0%, #0b1918 42%, #06100f 100%);
  color: #fff;
  font-family: var(--estructure-font-sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  overflow: hidden;
}

.rmcat a { color: inherit; text-decoration: none; }
.rmcat-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

.rmcat-hero {
  position: relative;
  min-height: 720px;
  padding: clamp(28px, 4vw, 54px) 0 0;
  isolation: isolate;
  overflow: hidden;
}

.rmcat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(4,12,12,.92) 0%, rgba(4,12,12,.7) 42%, rgba(4,12,12,.3) 74%), var(--rmcat-hero-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  z-index: -3;
}

.rmcat-hero::after {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: 98px;
  height: 110px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(90deg, var(--rmcat-primary), rgba(137,201,67,.12) 26%, rgba(6,16,15,.96) 62%);
  transform: rotate(-3deg);
  transform-origin: left bottom;
  z-index: -1;
  opacity: .98;
}

.rmcat-hero__shade {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(5,14,13,.94));
  z-index: -1;
}

.rmcat-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  position: relative;
}

.rmcat-brand { display: inline-flex; flex-direction: column; gap: 6px; margin-bottom: clamp(22px, 4vw, 42px); }
.rmcat-brand__script {
  font-size: clamp(42px, 6vw, 76px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: -.055em;
  color: #fff;
  font-style: italic;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}
.rmcat-brand__script sup { font-size: .24em; letter-spacing: 0; margin-left: 4px; }
.rmcat-brand__url { color: var(--rmcat-primary); font-weight: 900; font-size: clamp(16px, 1.8vw, 26px); letter-spacing: .01em; }
.rmcat-brand__logo img { max-height: 86px; width: auto; }
.custom-logo-link { display: inline-flex; }

.rmcat-edition {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--rmcat-primary) 72%, transparent);
  color: var(--rmcat-primary-2);
  background: rgba(8,21,18,.7);
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: inset 0 0 20px rgba(137,201,67,.08);
}
.rmcat-edition--mobile { display: none; margin-bottom: 20px; }

.rmcat-hero__title { margin: 0; text-transform: uppercase; max-width: 670px; }
.rmcat-hero__title span,
.rmcat-hero__title strong {
  display: block;
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.035em;
  text-shadow: 0 12px 28px rgba(0,0,0,.42);
}
.rmcat-hero__title span { color: #fff; font-size: clamp(46px, 7vw, 78px); }
.rmcat-hero__title strong { color: var(--rmcat-primary); font-size: clamp(58px, 8.4vw, 100px); }
.rmcat-hero__subtitle {
  margin: 20px 0 0;
  max-width: 480px;
  color: rgba(255,255,255,.9);
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.25;
}

.rmcat-hero__visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.rmcat-hero__visual > .rmcat-edition { position: absolute; right: 0; top: 0; z-index: 4; }
.rmcat-tech-rings {
  position: absolute;
  width: min(560px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 16deg, rgba(137,201,67,.28) 0 2deg, transparent 2deg 14deg),
    radial-gradient(circle, transparent 44%, rgba(137,201,67,.18) 45% 45.5%, transparent 46%),
    radial-gradient(circle, transparent 58%, rgba(137,201,67,.28) 59% 59.6%, transparent 60%);
  filter: drop-shadow(0 0 22px rgba(137,201,67,.22));
  opacity: .72;
  transform: translate(4%, -4%);
}
.rmcat-tire-stage {
  position: relative;
  z-index: 2;
  width: min(520px, 90%);
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rmcat-tire-stage::before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 4%;
  right: 4%;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(198,255,101,.5), rgba(137,201,67,.13) 34%, rgba(0,0,0,.55) 72%);
  filter: blur(2px);
}
.rmcat-tire-stage::after {
  content: "";
  position: absolute;
  bottom: 18px;
  width: 92%;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(180deg, #232927, #0d1110);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 0 0 5px rgba(137,201,67,.18), 0 30px 55px rgba(0,0,0,.55), inset 0 0 28px rgba(255,255,255,.08);
}
.rmcat-tire-stage img {
  position: relative;
  z-index: 3;
  max-width: min(430px, 82%);
  max-height: 430px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 35px 45px rgba(0,0,0,.58));
  transform: translateY(-24px);
}
.rmcat-tire-stage > span {
  position: absolute;
  bottom: 47px;
  z-index: 4;
  color: var(--rmcat-primary);
  font-weight: 950;
  font-style: italic;
  letter-spacing: -.04em;
  opacity: .86;
}
.rmcat-tire-placeholder {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: min(390px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 58px solid #111;
  box-shadow: inset 0 0 0 18px #353535, 0 35px 45px rgba(0,0,0,.58);
  color: var(--rmcat-primary);
  font-weight: 900;
}

.rmcat-feature-strip {
  position: relative;
  z-index: 5;
  margin-top: -32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 18px 0 34px;
}
.rmcat-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.rmcat-feature__icon,
.rmcat-footer-feature span {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(137,201,67,.08);
  border: 2px solid var(--rmcat-primary);
  color: #fff;
  box-shadow: 0 0 28px rgba(137,201,67,.16), inset 0 0 0 6px rgba(255,255,255,.04);
}
.rmcat svg { width: 1em; height: 1em; fill: currentColor; }
.rmcat-feature__icon svg,
.rmcat-footer-feature span svg { width: 31px; height: 31px; color: #fff; }
.rmcat-feature__text { display: flex; flex-direction: column; gap: 2px; }
.rmcat-feature__text strong { font-size: 20px; line-height: 1; text-transform: uppercase; font-weight: 950; }
.rmcat-feature__text small { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.2; max-width: 210px; }

.rmcat-catalog { padding: 34px 0 48px; }
.rmcat-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; }
.rmcat-kicker { margin: 0 0 5px; color: var(--rmcat-primary); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.rmcat-toolbar h2 { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1; letter-spacing: -.04em; }
.rmcat-toolbar__reset {
  display: inline-flex;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.05);
  white-space: nowrap;
}

.rmcat-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(130px, .8fr)) auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  margin-bottom: 20px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.rmcat-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.rmcat-field span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.rmcat-field input,
.rmcat-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(0,0,0,.24);
  color: #fff;
  padding: 0 14px;
  outline: 0;
  font-weight: 750;
}
.rmcat-field input:focus,
.rmcat-field select:focus { border-color: var(--rmcat-primary); box-shadow: 0 0 0 4px rgba(137,201,67,.14); }
.rmcat-field select option { color: #111; }
.rmcat-filter-submit {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  font-weight: 950;
  color: #071313;
  background: linear-gradient(135deg, var(--rmcat-primary-2), var(--rmcat-primary));
  box-shadow: 0 14px 28px rgba(137,201,67,.24);
  cursor: pointer;
}

.rmcat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.rmcat-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 42%) 1fr;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  color: var(--rmcat-ink);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,248,246,.95)),
    var(--rmcat-panel);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 16px 42px rgba(0,0,0,.22), inset 0 0 0 1px rgba(10,35,31,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rmcat-card:hover { transform: translateY(-4px); box-shadow: 0 26px 58px rgba(0,0,0,.3); border-color: rgba(137,201,67,.55); }
.rmcat-card.is-hidden { display: none; }
.rmcat-card__tag {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 138px;
  height: 34px;
  padding: 0 14px 0 16px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #4d9f2f, var(--rmcat-primary));
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(42,119,32,.24);
}
.rmcat-card__tag svg { width: 20px; height: 20px; }
.rmcat-card__image {
  display: grid;
  place-items: end center;
  min-height: 100%;
  padding: 62px 16px 18px;
  background: radial-gradient(ellipse at 50% 70%, rgba(0,0,0,.12), transparent 58%);
}
.rmcat-card__image img {
  width: min(240px, 100%);
  height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(0,0,0,.28));
  transition: transform .24s ease;
}
.rmcat-card:hover .rmcat-card__image img { transform: scale(1.04) rotate(-1deg); }
.rmcat-card__placeholder {
  display: grid;
  place-items: center;
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 32px solid #151515;
  color: var(--rmcat-primary);
  font-size: 13px;
  font-weight: 900;
}
.rmcat-card__body { padding: 54px 18px 18px 4px; display: flex; flex-direction: column; min-width: 0; }
.rmcat-card h3 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: .98; text-transform: uppercase; letter-spacing: -.045em; font-weight: 950; font-style: italic; color: #14211f; }
.rmcat-card h3 a:hover { color: #50932e; }
.rmcat-card__measure { margin: 8px 0 15px; color: #5ba636; font-size: 21px; line-height: 1; font-weight: 950; letter-spacing: .015em; }
.rmcat-card__benefits { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.rmcat-card__benefits li { display: grid; grid-template-columns: 24px 1fr; gap: 8px; align-items: start; font-size: 14px; line-height: 1.25; color: #26312f; }
.rmcat-card__benefits span {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(20,33,31,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #26312f;
}
.rmcat-card__benefits svg { width: 15px; height: 15px; }
.rmcat-card__bottom {
  margin-top: auto;
  display: inline-flex;
  align-items: end;
  gap: 10px;
  align-self: start;
  padding: 10px 20px 9px;
  min-width: 150px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #5aa73b, var(--rmcat-primary));
  transform: skewX(-8deg);
  box-shadow: 0 10px 24px rgba(80,147,46,.2);
}
.rmcat-card__bottom span,
.rmcat-card__bottom strong { transform: skewX(8deg); }
.rmcat-card__bottom span { font-size: 11px; text-transform: uppercase; opacity: .86; padding-bottom: 4px; }
.rmcat-card__bottom strong { font-size: 31px; line-height: .9; font-weight: 950; letter-spacing: -.04em; }

.rmcat-pagination { margin-top: 28px; display: flex; justify-content: center; }
.rmcat-pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.rmcat-pagination a,
.rmcat-pagination span {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 900;
}
.rmcat-pagination .current { background: var(--rmcat-primary); color: #071313; }

.rmcat-empty {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 38px;
  background: rgba(255,255,255,.06);
  text-align: center;
}
.rmcat-empty h2 { margin: 0 0 8px; }
.rmcat-empty p { color: rgba(255,255,255,.72); }
.rmcat-empty a { display: inline-flex; margin-top: 8px; padding: 12px 18px; background: var(--rmcat-primary); color: #071313; border-radius: 999px; font-weight: 900; }

.rmcat-footer-cta {
  border-top: 1px solid rgba(137,201,67,.25);
  background: linear-gradient(90deg, rgba(137,201,67,.16), rgba(5,14,13,.95) 38%, rgba(137,201,67,.09));
  padding: 30px 0;
}
.rmcat-footer-cta__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, 1.1fr);
  gap: 24px;
  align-items: center;
}
.rmcat-footer-feature { display: grid; grid-template-columns: 62px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; }
.rmcat-footer-feature span { grid-row: 1 / span 2; }
.rmcat-footer-feature strong { text-transform: uppercase; font-size: 18px; line-height: 1.08; font-weight: 950; }
.rmcat-footer-feature small { color: rgba(255,255,255,.72); line-height: 1.2; }
.rmcat-final-cta { border-left: 1px solid rgba(255,255,255,.22); padding-left: 26px; }
.rmcat-final-cta span { display: block; max-width: 320px; margin-bottom: 10px; text-transform: uppercase; font-weight: 950; line-height: 1.15; }
.rmcat-final-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  border-radius: 999px;
  color: #071313;
  background: linear-gradient(135deg, var(--rmcat-primary-2), var(--rmcat-primary));
  font-size: 23px;
  font-weight: 950;
  box-shadow: 0 15px 30px rgba(137,201,67,.2);
}
.rmcat-final-cta b { font-size: 32px; line-height: .7; }

@media (max-width: 1080px) {
  .rmcat-hero__grid { grid-template-columns: 1fr; }
  .rmcat-hero__visual > .rmcat-edition { display: none; }
  .rmcat-edition--mobile { display: inline-flex; }
  .rmcat-hero__visual { min-height: 420px; margin-top: -24px; }
  .rmcat-tire-stage { min-height: 430px; }
  .rmcat-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rmcat-field--search { grid-column: 1 / -1; }
  .rmcat-filter-submit { grid-column: 1 / -1; }
  .rmcat-footer-cta__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rmcat-final-cta { border-left: 0; padding-left: 0; grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .rmcat-hero { min-height: auto; }
  .rmcat-feature-strip { grid-template-columns: 1fr; margin-top: 0; padding-top: 10px; }
  .rmcat-grid { grid-template-columns: 1fr; }
  .rmcat-toolbar { align-items: start; flex-direction: column; }
}

@media (max-width: 620px) {
  .rmcat-container { width: min(100% - 22px, 1180px); }
  .rmcat-hero { padding-top: 24px; }
  .rmcat-brand__script { font-size: 46px; }
  .rmcat-hero__title span { font-size: 42px; }
  .rmcat-hero__title strong { font-size: 54px; }
  .rmcat-hero__subtitle { font-size: 19px; }
  .rmcat-hero__visual { min-height: 330px; }
  .rmcat-tire-stage { min-height: 320px; }
  .rmcat-tire-stage img { max-height: 280px; }
  .rmcat-tire-stage::after { height: 58px; }
  .rmcat-tire-stage > span { bottom: 37px; }
  .rmcat-filters { grid-template-columns: 1fr; border-radius: 20px; }
  .rmcat-card { grid-template-columns: 1fr; min-height: auto; }
  .rmcat-card__image { min-height: 235px; padding: 58px 14px 8px; }
  .rmcat-card__image img { height: 190px; }
  .rmcat-card__body { padding: 10px 18px 18px; }
  .rmcat-card h3 { font-size: 31px; }
  .rmcat-card__bottom { width: 100%; justify-content: center; }
  .rmcat-footer-cta__grid { grid-template-columns: 1fr; }
}
