:root {
  --nsk-green: #92d63b;
  --nsk-green-dark: #5aa51f;
  --black: #030403;
  --ink: #f7f8f4;
  --muted: #bfc7b8;
  --line: rgba(255, 255, 255, 0.16);
  --panel: #10150c;
  --soft-panel: #161b12;
  --white-band: #fffffe;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 4, 3, 0.96);
  border-bottom: 1px solid rgba(146, 214, 59, 0.18);
}

.top-strip {
  padding: 6px 0;
  background: #314d17;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.95rem;
}


.top-strip-inner,
.top-strip-left,
.top-strip-right {
  display: flex;
  align-items: center;
}

.top-strip-inner {
  justify-content: space-between;
  gap: 28px;
}

.top-strip-left {
  gap: 48px;
}

.top-strip-right {
  gap: 42px;
}

.top-strip-right {
  margin-left: auto;
}
.top-strip a:hover,
.nav-link:hover {
  color: var(--nsk-green);
}

.language-pill {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}

.main-nav {
  min-height: 90px;
  background: rgba(10, 12, 9, 0.98);
}

.navbar-brand img {
  width: 250px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.38));
}

.navbar-toggler {
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 6px;
  font-size: 1.6rem;
}

.nav-link {
  color: var(--ink);
  font-weight: 700;
}

.hero-section {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #030403;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    url("../img/NSK Latam_Banner-Inicio.jpg") center right / cover no-repeat;
  opacity: 0.9;
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 42px;
  padding-top: 56px;
  padding-bottom: 52px;
}

.headline-box {
  width: min(520px, 100%);
  padding: 0;
  background: transparent;
}

.headline-box h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.82rem, 3.2vw, 2.72rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.headline-box h1 span,
.headline-box h1 strong {
  display: block;
}

.headline-box h1 strong {
  color: var(--nsk-green);
}

.hero-copy > p,
.expansion-grid p,
.section-statement {
  max-width: 560px;
  margin: 26px 0 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.btn {
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-primary-nsk {
  background: var(--nsk-green);
  border: 1px solid var(--nsk-green);
  color: #050605;
}

.btn-primary-nsk:hover {
  background: #b0ef58;
  border-color: #b0ef58;
  color: #050605;
}

.btn-outline-nsk {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-nsk:hover {
  border-color: var(--nsk-green);
  color: var(--nsk-green);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 34px;
}

.hero-badges span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.2;
}

.hero-badges i,
.benefit-row i,
.distribution-band i,
.value-grid i {
  color: var(--nsk-green);
  font-size: 1.65rem;
}

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

.hero-product img {
  width: min(520px, 100%);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}

.section {
  padding: 78px 0;
}

.benefits-strip {
  padding: 34px 0 62px;
  background: #030403;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(20, 29, 12, 0.74);
}

.benefit-row article {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.benefit-row article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.benefit-row h2 {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-statement {
  margin: 58px auto 0;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--nsk-green);
  font-weight: 900;
  text-transform: uppercase;
}

.section h2,
.inner-hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.14;
}

.section-title.centered {
  text-align: center;
  margin-bottom: 26px;
}

.section-grid,
.about-grid,
.expansion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.checked-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.22rem;
  line-height: 1.4;
}

.checked-list li {
  position: relative;
  padding-left: 34px;
}

.checked-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--nsk-green);
}

.technical-card {
  min-height: 310px;
  border: 1px solid #000;
  background: url("../img/NSK Latam_Gel-Tech.jpg") center / cover no-repeat;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.technical-card img,
.about-grid img {
  border-radius: 8px;
}

.technical-card > div {
  display: none;
}

.technical-card h3,
.product-card h3,
.catalog-card h3,
.review-card h3,
.catalog-product h2,
.value-grid h2,
.footer-grid h2 {
  margin: 0;
  font-weight: 900;
}

.technical-card p,
.product-card p,
.review-card p,
.catalog-product p,
.value-grid p,
.site-footer p {
  color: var(--muted);
  line-height: 1.5;
}

.product-section,
.reviews-section,
.b2b-section {
  background: #040604;
}

.reviews-section h2,
.b2b-section h2 {
  color: var(--nsk-green);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
}

.product-slider {
  padding: 4px 4px 44px;
}

.product-card,
.catalog-card,
.review-card,
.catalog-product,
.value-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18, 27, 12, 0.94), rgba(6, 8, 5, 0.94));
  box-shadow: inset 0 0 28px rgba(146, 214, 59, 0.06);
}

.product-card,
.catalog-card {
  min-height: 314px;
  padding: 22px;
}

.product-card img {
  height: 128px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
  background: #fff;
  border-radius: 6px;
}

.product-card h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--nsk-green);
  font-weight: 800;
}

.catalog-card {
  display: grid;
  place-items: center;
  text-align: center;
}

.catalog-card > i {
  color: var(--nsk-green);
  font-size: 3rem;
}

.round-link {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--nsk-green);
  color: #050605;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.45;
}

.swiper-pagination-bullet-active {
  background: var(--nsk-green);
  opacity: 1;
}

.brands-section {
  padding: 36px 0;
  border-top: 1px solid rgba(146, 214, 59, 0.18);
  border-bottom: 1px solid rgba(146, 214, 59, 0.18);
}

.brand-logo {
  height: 90px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.brand-logo img {
  max-height: 48px;
  filter: grayscale(1) brightness(1.7);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.review-card {
  position: relative;
  min-height: 210px;
  padding: 26px;
}

.stars {
  color: #ffd500;
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.review-card span {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.quote-mark {
  position: absolute;
  right: 20px;
  bottom: 14px;
  color: var(--nsk-green);
  font-size: 3rem;
}

.distribution-section h2 {
  max-width: 680px;
  margin: 0 auto 42px;
  color: var(--nsk-green);
  text-align: center;
  font-style: italic;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.distribution-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  padding: 34px 220px 34px 34px;
  background:
    url("../img/distribuidores.jpg") right center / auto 100% no-repeat,
    var(--white-band);
  color: #20251d;
}

.distribution-band article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: start;
}

.distribution-band i {
  grid-row: span 2;
}

.distribution-band h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}

.distribution-band p {
  margin: 0;
  color: #4b5345;
}

.expansion-section {
  position: relative;
  padding: 58px 0 36px;
  background: #0c1307 url("../img/NSK Latam_Buscamos-distribuidores.jpg") center / cover no-repeat;
}

.expansion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  pointer-events: none;
}

.expansion-section > .page-shell {
  position: relative;
  z-index: 1;
}

.expansion-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  align-items: start;
}

.expansion-grid .eyebrow {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.15;
}

.expansion-grid h2 {
  max-width: 430px;
  color: #fff;
  font-size: clamp(1.55rem, 2.45vw, 2.12rem);
  font-weight: 800;
  line-height: 1.12;
}

.expansion-grid p {
  max-width: 440px;
  margin-top: 24px;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.25;
}

.expansion-cta {
  grid-column: 1 / -1;
  justify-self: center;
  width: 216px;
  margin-top: -30px;
  text-align: center;
}

.map-panel {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
  padding: 42px 4px 34px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    radial-gradient(circle at 31% 34%, rgba(146, 214, 59, 0.72) 0 1.2px, transparent 1.4px),
    radial-gradient(circle at 50% 40%, rgba(146, 214, 59, 0.7) 0 1.2px, transparent 1.4px),
    radial-gradient(circle at 69% 35%, rgba(146, 214, 59, 0.68) 0 1.2px, transparent 1.4px);
  background-size: 8px 8px, 9px 9px, 8px 8px;
  clip-path: polygon(
    4% 31%, 20% 21%, 35% 26%, 41% 38%, 33% 48%, 23% 42%, 19% 61%, 30% 77%, 43% 62%, 49% 42%,
    58% 25%, 72% 21%, 83% 31%, 96% 26%, 92% 46%, 78% 45%, 71% 59%, 62% 52%, 55% 65%, 43% 80%,
    35% 72%, 22% 82%, 7% 64%, 12% 48%
  );
}

.map-panel::after {
  content: "";
  position: absolute;
  inset: 20px 0 0;
  background:
    radial-gradient(circle at 19% 36%, rgba(146, 214, 59, 0.35) 0 1px, transparent 1.4px),
    radial-gradient(circle at 77% 43%, rgba(146, 214, 59, 0.32) 0 1px, transparent 1.4px);
  background-size: 7px 7px;
  opacity: 0.35;
  clip-path: polygon(10% 20%, 34% 12%, 52% 29%, 69% 11%, 98% 25%, 85% 62%, 66% 55%, 52% 79%, 37% 61%, 16% 72%);
}

.map-panel::before,
.map-panel::after {
  display: none;
}

.map-panel span {
  position: relative;
  z-index: 1;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 14px;
  border-left: 2px solid var(--nsk-green);
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.12;
  font-weight: 900;
  text-align: center;
}

.contact-box,
.cta-panel {
  border: 1px solid rgba(146, 214, 59, 0.64);
  border-radius: 8px;
  background: rgba(8, 11, 7, 0.96);
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  padding: clamp(28px, 5vw, 56px);
}

.lead-form .form-control {
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: #11150f;
  color: #fff;
}

.lead-form .form-control::placeholder {
  color: #aab3a3;
}

.inner-hero {
  padding: 106px 0 86px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.55)),
    url("../img/banners/banner-scooter.jpg") center / cover no-repeat;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.52)),
    url("../img/nosotros/quienes-somos.jpg") center / cover no-repeat;
}

.inner-hero p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 18px;
  font-size: 1.25rem;
  color: var(--muted);
}

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

.catalog-product {
  overflow: hidden;
}

.catalog-product img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.catalog-product-body {
  padding: 24px;
}

.catalog-product-body > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--nsk-green);
  font-weight: 900;
}

.catalog-product dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
}

.catalog-product dt {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.catalog-product dd {
  margin: 2px 0 0;
  font-weight: 900;
}

.cta-panel {
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-panel p {
  margin: 8px 0 0;
  color: var(--muted);
}

.about-grid p {
  color: var(--muted);
  line-height: 1.65;
}

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

.value-grid article {
  padding: 28px;
}

.site-footer {
  padding: 54px 0 24px;
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr;
  gap: 46px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 20px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.footer-grid a:hover {
  color: var(--nsk-green);
}

.footer-grid h2 {
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8e9787;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .top-strip {
    display: none;
  }

  .main-nav {
    min-height: 78px;
  }

  .navbar-brand img {
    width: 190px;
  }

  .navbar-collapse {
    padding: 18px 0;
  }

  .hero-content,
  .section-grid,
  .about-grid,
  .expansion-grid,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .hero-content {
    min-height: auto;
  }

  .hero-product {
    justify-content: flex-start;
  }

  .hero-badges,
  .benefit-row,
  .distribution-band,
  .review-grid,
  .catalog-grid,
  .value-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-row article + article {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section,
  .hero-content {
    min-height: auto;
  }

  .hero-bg {
    background:
      url("../img/NSK Latam_Banner-Inicio.jpg") center / cover no-repeat;
  }

  .hero-content {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .headline-box {
    padding: 0;
  }

  .headline-box h1 {
    font-size: clamp(1.68rem, 8vw, 2.28rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-badges,
  .benefit-row,
  .distribution-band,
  .review-grid,
  .catalog-grid,
  .value-grid,
  .footer-grid,
  .technical-card,
  .catalog-product dl {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 0;
  }

  .checked-list {
    font-size: 1.1rem;
  }

  .distribution-band,
  .contact-box,
  .cta-panel {
    padding: 24px;
  }

  .map-panel,
  .cta-panel,
  .footer-bottom {
    display: block;
  }

  .map-panel::before,
.map-panel::after {
  display: none;
}

.map-panel span {
    display: block;
    margin-bottom: 18px;
  }

  .catalog-product img {
    height: 190px;
  }
}

.whatsapp-link,
.footer-whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 15px;
  border: 1px solid rgba(37, 211, 102, 0.62);
  border-radius: 7px;
  background: linear-gradient(135deg, #25d366, #92d63b);
  color: #041006 !important;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.24);
  transform: translateX(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.whatsapp-link i,
.footer-whatsapp i {
  font-size: 1.05rem;
}

.whatsapp-link:hover,
.footer-whatsapp:hover {
  color: #041006 !important;
  transform: translate(-50%, -1px);
  filter: brightness(1.08);
  box-shadow: 0 0 24px rgba(37, 211, 102, 0.38);
}

.footer-whatsapp {
  width: fit-content;
  margin-top: 14px !important;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 48px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #041006;
  line-height: 1;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.38));
}

.floating-whatsapp:hover {
  color: #041006;
}

.floating-advisor .advisor-message {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 13px 16px;
  border: 1px solid rgba(146, 214, 59, 0.48);
  border-radius: 14px;
  background: #ffffff;
  color: #101510;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  transform-origin: right center;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.floating-advisor .advisor-message::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-right: 1px solid rgba(146, 214, 59, 0.48);
  border-bottom: 1px solid rgba(146, 214, 59, 0.48);
  transform: translateY(-50%) rotate(-45deg);
}

.floating-advisor .advisor-message strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.floating-advisor .advisor-message small {
  color: #374133;
  font-size: 0.86rem;
  font-weight: 700;
}

.floating-advisor .advisor-avatar {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 3px solid #25d366;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.14), 0 10px 24px rgba(37, 211, 102, 0.24);
  overflow: visible;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-advisor .advisor-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
}

.floating-advisor .advisor-avatar i {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #25d366;
  color: #041006;
  font-size: 0.95rem;
}

.floating-advisor:hover .advisor-avatar,
.floating-advisor:focus-visible .advisor-avatar {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 0 9px rgba(37, 211, 102, 0.16), 0 14px 30px rgba(37, 211, 102, 0.32);
}

@media (max-width: 640px) {
  .floating-whatsapp {
    right: 16px;
    bottom: 30px;
  }

  .floating-advisor .advisor-message {
    position: absolute;
    right: 76px;
    bottom: 8px;
    min-width: 205px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px) scale(0.96);
  }

  .floating-advisor:hover .advisor-message,
  .floating-advisor:focus-visible .advisor-message {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  .floating-advisor .advisor-avatar {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }
}
.catalog-light-page .catalog-light-section {
  background: #e9ecef;
  color: #101510;
}

.catalog-light-panel {
  max-width: 1190px;
  margin: 0 auto;
  padding: clamp(28px, 3.2vw, 34px);
  border: 1px solid #d9ded6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

.catalog-light-toolbar {
  position: relative;
  margin-bottom: 34px;
}

.catalog-light-toolbar.is-hidden {
  display: none;
}

.catalog-search-input {
  width: 100%;
  min-height: 58px;
  padding: 0 62px 0 18px;
  border: 1px solid #cbd2c8;
  border-radius: 18px;
  background: #fff;
  color: #101510;
  font-size: 1rem;
  outline: none;
}

.catalog-search-input:focus {
  border-color: var(--nsk-green);
  box-shadow: 0 0 0 4px rgba(146, 214, 59, 0.16);
}

.catalog-light-toolbar i {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #050605;
  font-size: 1.6rem;
  transform: translateY(-50%);
}

.catalog-light-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.catalog-light-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 210px 1fr;
  overflow: hidden;
  min-height: 455px;
  border: 1px solid #dce2d8;
  border-radius: 14px;
  background: #f7f8f6;
  color: #101510;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}

.catalog-light-code {
  padding: 16px 14px 10px;
  color: #0f160d;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.catalog-light-image {
  display: grid;
  place-items: end center;
  padding: 18px 20px 0;
  background: #fff;
}

.catalog-light-card .catalog-light-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.catalog-light-body {
  display: grid;
  align-content: start;
  padding: 16px 18px 82px;
  border-top: 1px solid #d6dcd2;
  text-align: left;
}

.catalog-light-body h2 {
  color: #101510;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.catalog-light-body p {
  margin: 8px 0 18px;
  color: #293128;
  font-size: 0.88rem;
  line-height: 1.22;
}

.catalog-light-body dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  text-align: left;
}

.catalog-light-body dt {
  color: #52614d;
  font-size: 0.64rem;
  font-weight: 900;
}

.catalog-light-body dd {
  margin-top: 4px;
  color: #050605;
  font-size: 0.92rem;
  font-weight: 900;
}

.catalog-consult-btn {
  position: absolute;
  left: 50%;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid rgba(6, 16, 5, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, #8fe132, #52df55);
  color: #061005;
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(82, 223, 85, 0.24);
  transform: translateX(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.catalog-consult-btn i {
  color: #061005;
  font-size: 1rem;
  line-height: 1;
}

.catalog-consult-btn:hover {
  color: #061005;
  filter: brightness(1.03);
  box-shadow: 0 12px 24px rgba(82, 223, 85, 0.34);
  transform: translate(-50%, -1px);
}

@media (max-width: 1199px) {
  .catalog-light-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .catalog-light-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .catalog-light-panel {
    padding: 14px;
    border-radius: 14px;
  }

  .catalog-light-grid {
    grid-template-columns: 1fr;
  }
}
.catalog-light-page .catalog-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0)), url("../img/NSK Latam_Banner-producto.jpg") center / cover no-repeat;
}
@media (max-width: 991px) {
  .distribution-band {
    padding-right: 34px;
    background: var(--white-band);
  }
}
.catalog-product-gallery {
  position: relative;
  overflow: hidden;
}

.catalog-product-gallery .swiper-wrapper,
.catalog-product-gallery .swiper-slide {
  height: 100%;
}

.catalog-product-gallery .swiper-slide {
  display: grid;
  place-items: center;
}

.catalog-gallery-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(95, 95, 95, 0.78);
  font-size: 0.78rem;
  line-height: 1;
  padding: 0;
  transform: translateY(-50%);
  transition: color 0.18s ease, opacity 0.18s ease;
}

.catalog-gallery-prev {
  left: 8px;
}

.catalog-gallery-next {
  right: 8px;
}

.catalog-gallery-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px !important;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.catalog-gallery-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background: #050605;
  opacity: 0.28;
}

.catalog-gallery-pagination .swiper-pagination-bullet-active {
  background: var(--nsk-green);
  opacity: 1;
}
.catalog-light-image.catalog-product-gallery {
  display: block;
  height: 210px;
  padding: 18px 20px 0;
  background: #fff;
}

.catalog-product-gallery .swiper-wrapper {
  align-items: center;
}

.catalog-product-gallery .swiper-slide img,
.catalog-light-card .catalog-product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 0;
  background: transparent;
}
.catalog-product-gallery .catalog-gallery-main,
.catalog-light-card .catalog-product-gallery .catalog-gallery-main {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.catalog-gallery-count {
  position: absolute;
  left: 50%;
  bottom: 9px;
  z-index: 2;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(95, 95, 95, 0.9);
  font-size: 0.66rem;
  font-weight: 700;
  transform: translateX(-50%);
}
.catalog-gallery-btn:hover {
  color: rgba(40, 40, 40, 0.9);
}
.catalog-gallery-btn i {
  display: block;
  line-height: 1;
}
.catalog-hero-copy h1 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(1.9rem, 3.55vw, 2.9rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.catalog-warranty {
  margin: 20px 0 0;
  color: var(--nsk-green) !important;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem) !important;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.catalog-note {
  margin-top: 26px !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 700;
}