.products-hero {
  background: var(--bg);
  padding: 72px 0;
  margin: -40px 0 0 0;
}

.products-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 40px;
  align-items: center;
}

.products-title {
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 0.95;
  font-weight: 900;
  color: #111827;
}

.products-intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-soft);
  max-width: 760px;
}
.product-visual-card-pinturas {
  padding: 25px 0 25px 0;
}
.products-hero-card-inner,
.product-card-large,
.product-visual-card,
.product-visual-card-pinturas,
.service-item,
.gallery-box,
.mechanic-box,
.history-cta {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.products-hero-card-inner,
.product-visual-card,
.gallery-box,
.product-card-large,
.mechanic-box {
  padding: 28px;
}

.products-hero-card-inner h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #111827;
}

.products-hero-card-inner p,
.product-visual-card p,
.product-visual-card-pinturas,
.gallery-box p,
.product-card-large p,
.mechanic-box p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}
.products-hero-card-inner {
  padding-left: 63px;
  
}

.product-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* EL CARD ES EL LINK */
.summary-card {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 24px;
  text-align: center;

  background: var(--bg);
  border: 1px solid #d6e0f5;
  border-radius: var(--radius-md);
  box-shadow: 0 5px 5px 0px rgba(0, 28, 118, 0.08);

  text-decoration: none;
  color: inherit;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* HOVER REAL (SIN ZONAS FANTASMA) */
.summary-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  cursor: pointer;
}

/* TEXTO */
.summary-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #111827;
}

.summary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-section {
  padding: 72px 0;
}

.alt-bg {
  background: var(--bg)
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: start;
}

.product-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  color: #111827;
  font-weight: 900;
}

.product-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.75;
}
.column {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.column a {
  width: 300px;
  height: 70px;
}

.column a:hover {
  transform: translateY(-1px);
}
.brand-tags {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 22px;
}
.brand-tags a img {
  height: 100%;
  width: 100%;
}
.dynacoat,
.axalta,
.sprint {
  max-width: 80px;
  max-height: 50px;
}

.spies {
  height: 50px;
  width: 60px;
}
.iwata {
  height: 50px;
  width: 110px;
}

.brand-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 68, 124, 0.08);
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
}
.brand-tags span:hover {
  transform: translateY(-1px);
}
.product-visual-card h3,
.gallery-box h3,
.product-card-large h3,
.mechanic-box h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}
.product-card-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.de {
  align-self: flex-end;
}
.image-placeholder-grid,
.gallery-grid {
  display: grid;
  gap: 20px;
  margin-top: 18px;
}
.larga {
  width: 536px;
}
.image-placeholder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.image-placeholder-pinturas {
  height: 280px;
  border-radius: 14px;
  margin-top: 40px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-weight: 700;
  box-shadow: 0px 0px 5px 5px oklch(87.2% 0.01 258.338);
}
.image-placeholder-pinturas a.lata img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.column a.lata {
  height: 240px;
  width: 220px;

}
.gallery-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.image-placeholder-grid-pinturas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.image-placeholder-grid-pinturas :hover {
  transform: translateY(-1px);
}
.image-placeholder-grid-pinturas img {
  width: 240px;
  max-height: 150px;
}
.image-placeholder {
  min-height: 180px;
  border-radius: 14px;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-weight: 700;
  max-height: 300px;
  max-width: 400px;
  box-shadow: 0px 0px 5px 5px oklch(87.2% 0.01 258.338);
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.marcas {
  margin-top: 70px;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.marcas a {
  width: 270px;
  height: 70px;
}
.marcas :hover {
  transform: translateY(-1px);
}
.product-block-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.service-decalogue {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.service-item {
  padding: 18px 20px;
  color: var(--text);
  font-weight: 600;
  line-height: 1.6;
}

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

.brand-tagsS {
  gap: 60px;
  display: flex;
}

.brand-tagsS img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0;
  border-radius: 10px;
}

.history-cta {
  padding: 28px;
}
.product-section .section-heading {
  text-align: left;
}

.product-section .section-heading p {
  margin: 0;
  max-width: 100%;
}
/* SOLO SECCION LUBRICANTES */
.lubricants-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.lubricants-grid .lubricant-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: auto;
  padding: 20px 18px 18px;
}

.lubricant-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 12px;
}

.lubricant-card-image .card-large-img {
  width: auto;
  height: 70px;
  max-width: 145px;
  object-fit: contain;
}

.lubricant-card-content {
  flex: 1;
  text-align: center;
}

.lubricant-card-content p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
}

.lubricant-links {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
}

.lubricant-links .button-secondary {
  max-width: none;
  padding: 9px 16px;
  font-size: 11px;
}
/* MECANICA GENERAL */
.mechanic-layout {
  margin-bottom: 32px;
}

.mechanic-brand-tags {
  margin-top: 22px;
}

.mechanic-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.mechanic-gallery-box {
  padding: 28px;
}

.mechanic-logo-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.mechanic-logo-item {
  min-height: 110px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.mechanic-logo-item img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0;
}
.mechanic-logo-item img:hover {
  transform: translateY(-1px);
}
.product-section.alt-bg:first-of-type {
  padding-top: 90px;
}

.mechanic-layout .product-copy h2 {
  position: relative;
}
.mechanic-logo-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  align-items: center;
}

.mechanic-logo-inline img {
  height: 38px;
  object-fit: contain;
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mechanic-logo-inline img:hover {
  transform: translateY(-2px);
  opacity: 1;
}
/* ===================== */
/* CARROCERÍA */
/* ===================== */

.carroceria-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

/* Galería izquierda */
.carroceria-gallery-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.carroceria-gallery-main .image-placeholder,
.carroceria-gallery-secondary .image-placeholder {
  max-width: none;
  min-height: 220px;
}

.carroceria-gallery-main .image-placeholder img,
.carroceria-gallery-secondary .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Caja derecha */
.carroceria-info-box {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 28px;
  height: 100%;
  max-height: 500px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
}

/* Logos superiores */
.img_carrocerias {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 20px;
}

.img_carrocerias img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}
.img_carrocerias img.logo-van-wezel {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}
.blue {
  background-color: #001c76;
}

/* Textos */
.carroceria-info-box h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
}

.carroceria-info-box p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.75;
}

/* Footer: botón + logo */
.carroceria-footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: auto 220px;
  align-items: end;
  gap: 24px;
  padding-top: 12px;
}

.carroceria-footer .button-secondary {
  justify-self: start;
  align-self: end;
}

/* Contenedor del logo */
.van-wezel-box {
  width: 220px;
  height: 105px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  justify-self: end;
}

/* Logo Van Wezel */
.logo-van-wezel {
  width: 120px;
  max-width: 205px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Galería secundaria */
.carroceria-gallery-secondary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.carroceria-gallery-secondary .image-placeholder {
  min-height: 200px;
}

/* Puntos informativos */
.carroceria-points {
  display: grid;
  gap: 12px;
}

.carroceria-point {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  font-weight: 600;
  line-height: 1.5;
  max-height: 80px;
}
/* ===================== */
/* KPI HERO PRODUCTOS */
/* ===================== */

.products-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  max-width: 720px;
}

.products-kpi-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 18px 16px;
  text-align: center;
}

.products-kpi-card strong {
  display: block;
  color: #001c76;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}
.products-kpi-card strong.counter {
  min-width: 90px;
  display: block;
  font-variant-numeric: tabular-nums;
}
.products-kpi-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

/* ===================== */
/* RESPONSIVE DEPARTAMENTOS */
/* ===================== */

@media (max-width: 1100px) {
  .products-hero-grid,
  .product-layout,
  .product-summary-grid,
  .product-block-grid,
  .mechanic-highlight,
  .carroceria-layout,
  .service-decalogue,
  .gallery-grid-3,
  .image-placeholder-grid,
  .mechanic-feature-grid {
    grid-template-columns: 1fr;
  }

  .products-hero-grid,
  .product-layout,
  .carroceria-layout {
    gap: 28px;
  }

  .mechanic-logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .carroceria-gallery-main,
  .carroceria-gallery-secondary {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .image-placeholder:empty,
  .image-placeholder-pinturas:empty,
  .image-placeholder-grid:empty,
  .image-placeholder-grid-pinturas:empty,
  .gallery-grid:empty,
  .gallery-grid-3:empty,
  .image-placeholder:not(:has(img)),
  .image-placeholder-pinturas:not(:has(img)),
  .image-placeholder-grid-pinturas:not(:has(img)),
  .gallery-grid:not(:has(img)),
  .gallery-grid-3:not(:has(img)) {
    display: none !important;
  }
    /* QUITAR CAJAS/MARCOS VACÍOS AL OCULTAR IMÁGENES */
  .product-visual-card:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .product-card-large:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .gallery-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .mechanic-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .mechanic-gallery-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .product-visual-card-pinturas:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)) {
    display: none !important;
  }
  /* QUITAR CAJAS VACÍAS SIN ROMPER LA IMAGEN DEL PRINCIPIO */
  .product-visual-card:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)):not(:has(img)),
  .product-card-large:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)):not(:has(img)),
  .gallery-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)):not(:has(img)),
  .mechanic-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)):not(:has(img)),
  .mechanic-gallery-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)):not(:has(img)),
  .product-visual-card-pinturas:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)):not(:has(img)) {
    display: none !important;
  }

  /* HERO */
  .products-hero {
    padding: 32px 0 40px;
    margin-top: 0;
  }

  .products-hero .container,
  .product-section .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .products-hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .products-title {
    font-size: 30px;
    line-height: 1.08;
    text-align: center;
    margin-bottom: 14px;
  }

  .products-intro {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    max-width: 100%;
  }

  .products-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 20px auto 0;
    max-width: 420px;
  }

  .products-kpi-card {
    padding: 12px 8px;
    border-radius: 12px;
  }

  .products-kpi-card strong {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .products-kpi-card span {
    font-size: 10px;
    line-height: 1.25;
  }

  /* CAJAS */
  .products-hero-card-inner,
  .product-card-large,
  .product-visual-card,
  .product-visual-card-pinturas,
  .gallery-box,
  .mechanic-box,
  .history-cta,
  .carroceria-info-box,
  .mechanic-gallery-box {
    padding: 18px;
    border-radius: 14px;
  }

  .products-hero-card-inner {
    padding-left: 18px;
  }

  .products-hero-card-inner h2,
  .product-copy h2,
  .product-visual-card h3,
  .gallery-box h3,
  .product-card-large h3,
  .mechanic-box h3 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }

  .products-hero-card-inner p,
  .product-copy p,
  .product-visual-card p,
  .gallery-box p,
  .product-card-large p,
  .mechanic-box p,
  .product-visual-card-pinturas {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .product-section {
    padding: 42px 0;
  }

  .product-section .section-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .product-section .section-heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* RESUMEN / CARDS */
  .product-summary-grid,
  .product-block-grid,
  .mechanic-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .summary-card {
    padding: 18px;
  }

  .summary-card h3 {
    font-size: 17px;
  }

  .summary-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  /* LAYOUTS */
  .product-layout,
  .mechanic-layout,
  .carroceria-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  /* BOTONES / LINKS */
  .product-links,
  .lubricant-links,
  .brand-tags,
  .brand-tagsS,
  .mechanic-logo-inline {
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .column {
    margin-left: 0;
    align-items: center;
  }

  .column a {
    width: 220px;
    height: auto;
  }

  /* OCULTAR IMÁGENES GRANDES EN MÓVIL */
  .product-visual-card .image-placeholder,
  .product-card-large .image-placeholder,
  .gallery-box .image-placeholder,
  .image-placeholder-pinturas,
  .image-placeholder-grid,
  .image-placeholder-grid-pinturas,
  .gallery-grid,
  .gallery-grid-3 {
    display: none;
  }

  /* MARCAS */
  .marcas {
    margin: 22px 0 0;
  }

  .marcas a {
    width: 200px;
    height: auto;
  }

  .brand-tags {
    margin-top: 18px;
  }

  .brand-tags a {
    width: auto;
    height: 34px;
  }

  .brand-tags a img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }

  .dynacoat,
  .axalta,
  .sprint,
  .spies,
  .iwata {
    max-width: 90px;
    max-height: 40px;
    height: auto;
  }

  .brand-tagsS img {
    max-height: 38px;
  }

  /* SERVICIOS */
  .service-decalogue {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-item {
    padding: 14px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  /* MECÁNICA */
  .mechanic-highlight {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mechanic-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .mechanic-logo-item {
    min-height: 78px;
    padding: 10px;
  }

  .mechanic-logo-item img {
    max-height: 34px;
  }

  .mechanic-logo-inline img {
    height: 28px;
  }

  /* LUBRICANTES */
  .lubricants-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lubricants-grid .lubricant-card {
    padding: 18px;
  }

  .lubricant-card-image {
    min-height: 60px;
  }

  .lubricant-card-image .card-large-img {
    height: 54px;
    max-width: 120px;
  }

  .lubricant-card-content p {
    font-size: 13px;
  }

  /* CARROCERÍA */
  .carroceria-gallery-main,
  .carroceria-gallery-secondary {
    display: none;
  }

  .carroceria-info-box {
    max-height: none;
  }

  .img_carrocerias {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .img_carrocerias img {
    height: 42px;
  }

  .img_carrocerias img.logo-van-wezel {
    height: 54px;
  }

  .carroceria-info-box h3 {
    font-size: 19px;
    text-align: center;
  }

  .carroceria-info-box p {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .carroceria-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    padding-top: 8px;
  }

  .carroceria-footer .button-secondary {
    justify-self: center;
  }

  .van-wezel-box {
    width: auto;
    height: auto;
    justify-content: center;
    justify-self: center;
  }

  .logo-van-wezel {
    width: 90px;
    max-width: 90px;
  }

  .carroceria-point {
    padding: 12px;
    font-size: 13px;
    max-height: none;
    text-align: center;
  }
}

@media (max-width: 480px) {

  .products-hero .container,
  .product-section .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .products-title {
    font-size: 25px;
  }

  .products-intro {
    font-size: 12px;
    line-height: 1.55;
  }

  .products-kpi-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 320px;
  }

  .products-kpi-card {
    padding: 10px 7px;
  }

  .products-kpi-card strong {
    font-size: 16px;
  }

  .products-kpi-card span {
    font-size: 9.5px;
  }

  .products-hero-card-inner h2,
  .product-copy h2,
  .product-visual-card h3,
  .gallery-box h3,
  .product-card-large h3,
  .mechanic-box h3 {
    font-size: 18px;
  }

  .products-hero-card-inner p,
  .product-copy p,
  .product-visual-card p,
  .gallery-box p,
  .product-card-large p,
  .mechanic-box p {
    font-size: 12px;
  }

  .summary-card h3 {
    font-size: 15px;
  }

  .summary-card p,
  .service-item,
  .carroceria-point {
    font-size: 12px;
  }

  .mechanic-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mechanic-logo-item {
    min-height: 70px;
  }

  .mechanic-logo-item img {
    max-height: 30px;
  }

  .brand-tags a {
    height: 30px;
  }

  .img_carrocerias img {
    height: 36px;
  }

  .img_carrocerias img.logo-van-wezel {
    height: 48px;
  }

  .logo-van-wezel {
    width: 80px;
    max-width: 80px;
  }
  .product-visual-card:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .product-card-large:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .gallery-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .mechanic-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .mechanic-gallery-box:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)),
  .product-visual-card-pinturas:not(:has(h3)):not(:has(p)):not(:has(.button-secondary)):not(:has(.product-links)) {
    display: none !important;
  }
}
/* ===================== */
/* ISOTECH */
/* ===================== */

.isotech-section {
  padding: 52px 0;
  margin: -36px 0 -10px 0;
}

.isotech-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;

  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);

  padding: 30px;
  overflow: hidden;
}

.isotech-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.isotech-content h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.1;
}

.isotech-content p {
  margin: 0 0 18px;
  max-width: 780px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

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

.isotech-points article {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 15px;
}

.isotech-points span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #001c76;
  font-size: 14px;
  font-weight: 900;
}

.isotech-points p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.isotech-actions {
  display: flex;
  margin-top: 20px;
}

.isotech-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 260px;
  padding: 24px;

  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}

.isotech-visual::before {
  content: "";
  position: absolute;
  right: -65px;
  top: -65px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(0, 28, 118, 0.08);
}

.isotech-visual::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 78px;
  height: 5px;
  background: #ef233c;
  border-radius: 0 0 999px 999px;
}

.isotech-card-main {
  position: relative;
  z-index: 2;

  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
  margin-bottom: 14px;
  gap: 5px;
}

.isotech-card-main strong {
  display: block;
  margin-bottom: 8px;
  color: #001c76;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.isotech-card-main span {
  display: block;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.isotech-mini-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.isotech-mini-grid div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;

  padding: 12px 10px;

  color: #111827;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .isotech-box {
    grid-template-columns: 1fr;
  }

  .isotech-content,
  .isotech-actions {
    align-items: center;
    text-align: center;
  }

  .isotech-points {
    grid-template-columns: 1fr;
  }

  .isotech-visual {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .isotech-section {
    padding: 38px 0;
  }

  .isotech-box {
    padding: 20px;
    border-radius: 14px;
  }

  .isotech-content h2 {
    font-size: 24px;
  }

  .isotech-content p {
    font-size: 14px;
  }

  .isotech-mini-grid {
    grid-template-columns: 1fr;
  }

  .isotech-card-main strong {
    font-size: 24px;
  }
}