/* ==========================================================================
   METRINDUST — Variables globales (extraídas de la maqueta)
   ========================================================================== */
:root {
  --color-primary: #113373;
  --color-primary-deep: #001a4d;
  --color-accent: #0090ff;
  --color-accent-alt: #2672ff;
  --color-secondary: #1050b2;
  --color-text: #515b6e;
  --color-text-dark: #1a1a2e;
  --color-surface: #ffffff;
  --color-surface-soft: #eef5fb;
  --color-success-bg: #deecc8;
  --color-success-text: #4a7c2e;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-body: "Roboto", sans-serif;
  --container-width: 1200px;
  --border-radius: 8px;
  --border-radius-card: 12px;
  --transition-default: 0.3s ease;
  --header-theme: #113373;
}
/* ===== Estilos de página / layout ===== */
/* --- about.css --- */
/**
 * METRINDUST — Sección Acerca de + Certificaciones ISO
 */

:root {
  --about-bg: #ffffff;
  --about-text: #515b6e;
  --about-stat-border: #0f4fb2;
  --cert-red: #e7224c;
  --about-accent: #2672ff;
}

/* ——— Sección completa ——— */
.about-home {
  position: relative;
  padding: 80px 0 88px;
  background-color: var(--about-bg);
  overflow: hidden;
}

.about-home__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

:is(.page-home--index3-particles, .page-home--bg-v3) .about-home__texture {
  display: none;
}

:is(.page-home--index3-particles, .page-home--bg-v3) .about-home .container {
  z-index: 2;
}

.about-home::before {
  display: none;
}

.about-home .container {
  position: relative;
  z-index: 2;
}

/* ——— Bloque Acerca de ——— */
.about-home__intro {
  margin-bottom: 64px;
}

.about-home__media {
  position: relative;
}

.about-home__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(16, 50, 108, 0.15);
}

.about-home__content {
  padding-top: 0.5rem;
}

.about-home__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.4rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(38, 114, 255, 0.35);
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #113373;
  line-height: 1.2;
}

.about-home__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2672ff;
  flex-shrink: 0;
}

.about-home__title {
  margin: 0 0 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-home__subtitle {
  margin: 0 0 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
  line-height: 1.3;
}

.about-home__text {
  margin: 0 0 2rem;
  max-width: 560px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--about-text);
}

/* Estadísticas */
.about-home__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 540px;
}

.about-home__stat {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid var(--about-stat-border);
  box-shadow:
    inset 0 0 0 5px #ecf6ff,
    inset 0 0 0 7px #2f7dff;
  background: linear-gradient(
    155.28deg,
    #1050b2 11.36%,
    rgba(38, 114, 255, 0.9) 49.81%,
    #07224c 84.38%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem;
}

.about-home__stat-value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 3.25rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.about-home__stat-label {
  margin-top: 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.2vw, 0.9375rem);
  line-height: 1.25;
  color: #ffffff;
}

/* Estadísticas — diseño plano (Home / Nosotros) */
.about-home__stats--plain {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  max-width: none;
  width: 100%;
  margin-top: 0.25rem;
}

.about-home__stats--plain .about-home__stat {
  aspect-ratio: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.about-home__stats--plain .about-home__stat-value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 4.8vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #113373;
  text-transform: none;
}

.about-home__stats--plain .about-home__stat-label {
  margin-top: 0.5rem;
  max-width: 11rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.35vw, 1rem);
  line-height: 1.35;
  color: #113373;
}

/* ——— Certificaciones ISO ——— */
.about-home__certs {
  padding-top: 0.5rem;
}

.about-home__certs-title {
  margin: 0 0 2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  line-height: 1.3;
}

.about-home__certs-grid {
  max-width: 1100px;
  margin: 0 auto;
}

/* Tarjeta certificación */
.cert-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(16, 50, 108, 0.18);
  padding: 1.5rem 1.5rem 1.25rem;
  height: 100%;
  text-align: center;
}

.cert-card__plate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 98px;
  margin-bottom: 0.875rem;
  padding: 0.875rem 1rem;
  background: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 16px;
}

img.cert-card__plate {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0.875rem;
  padding: 0;
  border: 0;
  background: none;
  min-height: 0;
  border-radius: 0;
  object-fit: contain;
}

.cert-card__info {
  text-align: left;
}

.cert-card__legend {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0.15rem;
}

.cert-card__code {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--cert-red);
}

.cert-card__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-card__badge img {
  width: auto;
  max-height: 72px;
  height: auto;
}

.cert-card__caption {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c757d;
}

/* ——— Responsive ——— */

/* --- page-internal.css --- */
/**
 * METRINDUST — Estilos compartidos páginas internas
 */

.page-internal .site-header {
  position: relative;
  z-index: 100;
}

.page-internal .top-bar {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 51, 115, 0.12);
}

.page-internal .top-bar-item {
  color: #113373;
  text-shadow: none;
}

.page-internal .top-bar-item:hover,
.page-internal .top-bar-item:focus-visible {
  color: #2672ff;
  opacity: 1;
}

.page-internal .top-bar-item .bi {
  color: #2672ff;
}

.page-internal .top-bar-contact .top-bar-item + .top-bar-item {
  border-left-color: rgba(17, 51, 115, 0.18);
}

.page-internal .main-nav {
  background: rgba(11, 42, 133, 0.98);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}

.page-internal .main-nav .nav-link {
  text-shadow: none;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(220px, 32vw, 320px);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: #113373 url("../images/hero-bg.png") center / cover no-repeat;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    108.41deg,
    rgba(17, 51, 115, 0.88) 13.22%,
    rgba(26, 80, 178, 0.85) 44.51%,
    rgba(38, 114, 255, 0.82) 77.07%
  );
  pointer-events: none;
}

.page-hero .container,
.page-hero__content {
  position: relative;
  z-index: 1;
}

.page-hero__breadcrumb {
  margin-bottom: 1rem;
}

.page-hero__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-hero__breadcrumb a:hover,
.page-hero__breadcrumb a:focus-visible {
  color: #ffffff;
}

.page-hero__breadcrumb li + li::before {
  content: "/";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
}

.page-hero__breadcrumb [aria-current="page"] {
  color: #ffffff;
  font-weight: 500;
}

.page-hero__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.page-hero__lead {
  margin: 0;
  max-width: 36rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

/* Intro de página */
.page-intro {
  padding: 64px 0 48px;
  background: #ffffff;
}

.page-intro--muted {
  background-color: #f4f7fb;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, transparent 45%),
    url("../images/about-pattern.png");
  background-repeat: no-repeat, repeat;
}

.page-intro__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.page-intro__inner .section-badge {
  margin-bottom: 1.25rem;
}

.page-intro__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.2;
}

.page-intro__text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.page-internal .labs-home {
  padding-top: 48px;
}

/* CTA compartido (antes del footer): fondo claro + tarjeta, sin bloque azul completo */
.page-cta {
  --page-cta-surface: #f5f9fc;
  position: relative;
  padding: clamp(48px, 8vw, 72px) 0;
  background-color: var(--page-cta-surface);
  border-top: 1px solid rgba(16, 80, 178, 0.08);
}

.page-cta__wave {
  display: none;
}

.page-cta__inner,
.page-cta__card {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.35rem, 3.5vw, 2.25rem);
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow:
    0 1px 0 rgba(38, 114, 255, 0.06),
    0 16px 40px rgba(16, 50, 108, 0.08);
  text-align: center;
}

.page-cta__inner::before,
.page-cta__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100px, 36%);
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #1050b2 0%, #2672ff 100%);
}

.page-cta__content {
  max-width: 560px;
  margin: 0 auto;
}

.page-cta__title {
  margin: 0 0 0.65rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  line-height: 1.25;
}

.page-cta__text {
  margin: 0 0 1.35rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.55;
  color: #515b6e;
}

.page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.page-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-cta__btn--primary {
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(38, 114, 255, 0.28);
}

.page-cta__btn--primary:hover,
.page-cta__btn--primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(155deg, #0d4499 0%, #1a5fe0 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(38, 114, 255, 0.35);
}

.page-cta__btn--outline {
  border: 2px solid rgba(16, 80, 178, 0.32);
  color: #1050b2;
  background: transparent;
}

.page-cta__btn--outline:hover,
.page-cta__btn--outline:focus-visible {
  background: rgba(38, 114, 255, 0.08);
  color: #113373;
}

.page-laboratorios .page-cta {
  padding-top: 0;
  padding-bottom: clamp(100px, 10vw, 120px);
  background-color: #ffffff;
  border-top: none;
}

/* Variante: tarjeta ancha en dos columnas (p. ej. Nosotros) */
.page-cta--contrast {
  padding-bottom: clamp(64px, 10vw, 88px);
  background-color: #eef7ff;
  background-image:
    linear-gradient(180deg, #ffffff 0%, #eef7ff 40%, var(--page-cta-surface) 100%),
    url("../images/about-pattern.png");
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.page-cta--contrast .page-cta__wave {
  display: block;
  width: 100%;
  height: 56px;
  margin-bottom: -1px;
  background: #ffffff;
  clip-path: ellipse(78% 100% at 50% 100%);
}

.page-cta--contrast .container {
  position: relative;
  z-index: 1;
}

.page-cta--contrast .page-cta__card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  max-width: 1000px;
  text-align: left;
}

.page-cta--contrast .page-cta__content {
  flex: 1 1 300px;
  max-width: 560px;
  margin: 0;
  text-align: left;
}

.page-cta--contrast .page-cta__text {
  margin-bottom: 0;
}

.page-cta--contrast .page-cta__actions {
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  min-width: min(100%, 240px);
}

.page-cta--contrast .section-badge {
  margin-bottom: 1rem;
}

/* --- certificate.css --- */
/**
 * METRINDUST — Sección Certificado / Acreditación INACAL
 * Franja con degradado horizontal; certificado sobresale del alto de la franja.
 */

:root {
  --cert-gradient: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  --cert-btn-text: #2972ff;
  --cert-page-bg: #ffffff;
  /* Franja azul: 400px en desktop amplio; escala en laptops/tablets horizontales */
  --cert-band-height: clamp(300px, 31.25vw, 400px);
}

.cert-home {
  position: relative;
  background: var(--cert-page-bg);
  overflow: visible;
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.cert-home__layout {
  position: relative;
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
  min-height: calc(var(--cert-band-height) + clamp(100px, 12vw, 160px));
  max-width: 100%;
}

/* Franja azul: no ocupa todo el alto de la sección */
.cert-home__layout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  height: var(--cert-band-height);
  background: var(--cert-gradient);
  pointer-events: none;
}

.cert-home__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: var(--cert-band-height);
  background: transparent;
  padding-block: clamp(2.5rem, 5vw, 3.75rem);
  padding-inline: clamp(1.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
}

.cert-home__content {
  width: 100%;
  max-width: 540px;
  text-align: left;
}

.cert-home__title {
  margin: 0 0 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.cert-home__text {
  margin: 0 0 1.75rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  line-height: 1.55;
  font-weight: 400;
  color: #ffffff;
}

.cert-home__text strong {
  font-weight: 700;
  color: #ffffff;
}

.cert-home__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 0.75rem 1.875rem;
  border-radius: 999px;
  background: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: var(--cert-btn-text);
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cert-home__btn:hover,
.cert-home__btn:focus-visible {
  background: #f0f7ff;
  color: #1050b2;
  transform: translateY(-2px);
}

.cert-home__visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(var(--cert-band-height) + clamp(100px, 12vw, 160px));
  background: transparent;
  padding-block: 0;
  padding-inline: 0 clamp(1.25rem, 4vw, 3rem);
  overflow: visible;
}

.cert-home__figure {
  margin: 0;
  width: min(100%, clamp(360px, 40vw, 660px));
  margin-left: clamp(-72px, -7vw, -28px);
  filter: drop-shadow(0 20px 40px rgba(17, 51, 115, 0.25));
}

.cert-home__figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* ——— Alineación con ancho tipo “container” y altura de franja ——— */






/* ——— Responsive ——— */

/* --- labs.css --- */
/**
 * METRINDUST — Sección Laboratorios (calibración y certificación)
 */

:root {
  --labs-bg: #f4f7fb;
  --labs-text: #515b6e;
  --labs-blue: #1050b2;
  --labs-accent: #2672ff;
  --labs-card-gradient: radial-gradient(
    46.5% 46.5% at 48.82% 50.75%,
    #f5f7f6 36.06%,
    #cacfd3 100%
  );
  --card-body-gradient: linear-gradient(180deg, #ffffff 0%, #e4e8ec 100%);
}

.labs-home {
  position: relative;
  padding: 80px 0 88px;
  background-color: #ffffff;
  overflow: hidden;
}

.labs-home__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.labs-home::before {
  display: none;
}

.labs-home .container {
  position: relative;
  z-index: 2;
}

/* ——— Encabezado ——— */
.labs-home__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.labs-home__header .section-badge {
  margin-bottom: 1.25rem;
}

.labs-home__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.25;
}

.labs-home__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1rem);
  line-height: 1.5;
}

/* ——— Carrusel ——— */
.labs-home__carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 2vw, 20px);
}

.labs-home__slider-wrap {
  min-width: 0;
  width: 100%;
}

.labs-home__slider {
  overflow: hidden;
  padding: 12px 0 8px;
}

.labs-home__slider .swiper-slide {
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.labs-home__slider.is-mobile-carousel {
  padding-left: 12px;
  padding-right: 12px;
}

.labs-home__slider.is-mobile-carousel .labs-home__grid,
.labs-home__slider.is-mobile-carousel .labs-home__grid--single {
  grid-template-columns: 1fr;
  max-width: min(320px, 88vw);
  margin: 0 auto;
  row-gap: 0;
  gap: 0;
}

.labs-home__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.labs-home--static .labs-home__grid {
  width: 100%;
  row-gap: 32px;
}

.labs-home--static .lab-card {
  padding-bottom: 14px;
}

.labs-home--static .labs-home__pagination {
  display: none;
}

/* ——— Tarjeta de laboratorio ——— */
.lab-card {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 14px;
}

.lab-card__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.lab-card__media {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  background: #e8ecf0;
}

.lab-card__media::after {
  display: none;
}

.lab-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: none;
}

.lab-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  padding: clamp(1.25rem, 2.5vw, 1.65rem) clamp(1rem, 2vw, 1.25rem)
    clamp(1.35rem, 2.8vw, 1.85rem);
  background: var(--card-body-gradient);
}

.lab-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #1050b2;
}

.lab-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 0.55rem 1.65rem;
  border-radius: 999px;
  background: var(--labs-accent);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lab-card__btn:hover,
.lab-card__btn:focus-visible {
  background: #1a5fe0;
  color: #ffffff;
}

/* Barra inferior — estado base (acento) y hover (texto descriptivo) */
.lab-card__reveal {
  position: relative;
  z-index: 0;
  width: 82%;
  margin: -3px auto 0;
  min-height: 14px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(
    87.87deg,
    #113373 -14.54%,
    #1050b2 29.11%,
    #2672ff 76.24%
  );
  box-shadow: 0 4px 4px rgba(16, 80, 178, 0.22);
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.35s ease,
    min-height 0.35s ease,
    box-shadow 0.3s ease;
}

.lab-card__reveal-text {
  margin: 0;
  overflow: hidden;
  min-height: 0;
  padding: 0 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 0.28s ease 0.06s,
    transform 0.35s ease 0.06s,
    padding 0.35s ease;
}



/* ——— Paginación ——— */
.labs-home__pagination {
  position: static !important;
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.labs-home__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  background: #c5cdd8;
  transition: background 0.2s ease, transform 0.2s ease;
}

.labs-home__pagination .swiper-pagination-bullet-active {
  background: var(--labs-accent);
  transform: scale(1.15);
}

/* Flechas */
.labs-home__arrow {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: var(--labs-blue);
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.25s ease, opacity 0.25s ease;
}

.labs-home__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.labs-home__arrow:hover,
.labs-home__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
}

.labs-home__arrow:focus-visible {
  outline: 2px solid var(--labs-accent);
  outline-offset: 2px;
}

.labs-home__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* ——— Responsive ——— */

/* --- services.css --- */
/**
 * METRINDUST — Servicios especializados (carrusel centrado)
 */

:root {
  --spec-text: #5a6574;
  --spec-blue: #1050b2;
  --spec-accent: #2672ff;
}

.spec-home {
  position: relative;
  padding: 80px 0 96px;
  background-color: #ffffff;
  overflow: hidden;
}

.spec-home__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.spec-home::before {
  display: none;
}

.spec-home .container {
  position: relative;
  z-index: 2;
}

.spec-home__header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.spec-home__header .section-badge {
  margin-bottom: 1.25rem;
}

.spec-home__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.2;
}

.spec-home__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
}

/* ——— Listado estático (p. ej. servicios.html) ——— */
.spec-home--static .spec-home__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  align-items: stretch;
}

.spec-home--static .spec-home__item {
  min-width: 0;
  height: 100%;
}

.spec-home--static .spec-card {
  opacity: 1;
  transform: none;
  height: 100%;
}

.spec-home--static .spec-card__inner {
  min-height: 420px;
  border: 1.5px solid #1050b2;
}

.spec-home--static .spec-card__body {
  flex: 1 1 auto;
  justify-content: flex-start;
  padding: 1.5rem 2rem 1.5rem;
  gap: 0.875rem;
}

.spec-home--static .spec-card__name {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
}

.spec-home--static .spec-card__excerpt {
  display: block;
}

.spec-home--static .spec-card__cta {
  display: inline-flex;
}





/* ——— Slider ——— */
.spec-home__carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 2vw, 20px);
  padding: 0 0 20px;
}

.spec-home__slider-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
  padding-bottom: 36px;
}

.spec-home__slider {
  overflow: hidden;
  margin-inline: 0;
  padding-top: 0;
  padding-bottom: 15px;
  padding-inline: clamp(0.25rem, 1.5vw, 0.75rem);
  box-sizing: border-box;
}

.spec-home__slider.owl-carousel .owl-nav,
.spec-home__slider.owl-carousel .owl-dots {
  display: none;
}

.spec-home__slider .owl-stage-outer {
  overflow: hidden;
  padding: 40px 0;
}



.spec-home__slider .owl-item {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.spec-home__slider .owl-item.center {
  z-index: 2;
}

.spec-card {
  width: 100%;
  max-width: 100%;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.spec-home__slider .owl-item:not(.center) .spec-card {
  opacity: 0.85;
}

.spec-home__slider .owl-item.center .spec-card {
  opacity: 1;
  transform: scale(1.06);
  transform-origin: center center;
}

.spec-home__slider .owl-item:not(.center) .spec-card {
  transform: scale(0.92);
  transform-origin: center center;
}

.spec-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(16, 80, 178, 0.12);
  background: var(--card-body-gradient);
  box-shadow: none;
  transition:
    border-color 0.4s ease,
    min-height 0.45s ease;
}

.spec-home__slider .owl-item.center .spec-card__inner {
  min-height: 460px;
  border: 1.5px solid #1050b2;
  box-shadow: none;
}

.spec-card__media {
  position: relative;
  min-height: 0;
}

.spec-card__media img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}

.spec-card__body {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.875rem;
  padding: 1.5rem 2rem 1.5rem;
  text-align: center;
  background: transparent;
}

.spec-home__slider .owl-item:not(.center) .spec-card__body {
  flex: 1 1 auto;
  justify-content: center;
  padding: 1rem 0.875rem;
  gap: 0;
}

.spec-card__name {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  color: var(--spec-blue);
}

.spec-home__slider .owl-item:not(.center) .spec-card__name {
  font-weight: 400;
  font-size: 20px;
}

.spec-home__slider .owl-item.center .spec-card__name {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
}

.spec-card__excerpt {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.45;
  color: var(--spec-text);
}

.spec-card__cta {
  display: none;
  align-self: center;
  justify-content: center;
  min-width: 140px;
  padding: 0.55rem 1.75rem;
  border-radius: 999px;
  background: var(--spec-accent);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(38, 114, 255, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.spec-home__slider .owl-item.center .spec-card__cta {
  display: inline-flex;
}

.spec-card__cta:hover,
.spec-card__cta:focus-visible {
  background: #1a5fe0;
  color: #ffffff;
}

.spec-home__slider .owl-item:not(.center) .spec-card__excerpt {
  display: none;
}

/* Flechas */
.spec-home__arrow {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: var(--spec-blue);
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.spec-home__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.spec-home__arrow:hover,
.spec-home__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
}

.spec-home__arrow:focus-visible {
  outline: 2px solid var(--spec-accent);
  outline-offset: 2px;
}

.spec-home__arrow.disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Paginación Owl */
.spec-home__pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 0;
}

.spec-home__pagination .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(16, 80, 178, 0.18);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.spec-home__pagination .owl-dot span {
  display: none;
}

.spec-home__pagination .owl-dot:hover {
  background: rgba(38, 114, 255, 0.35);
  transform: scale(1.1);
}

.spec-home__pagination .owl-dot:focus-visible {
  outline: 2px solid var(--spec-accent);
  outline-offset: 3px;
}

.spec-home__pagination .owl-dot.active {
  width: 28px;
  background: var(--spec-accent);
  transform: none;
  box-shadow: 0 2px 10px rgba(38, 114, 255, 0.35);
}

.spec-home__pagination .owl-dot.active:hover {
  background: #1a5fe0;
  transform: none;
}





.page-servicios .page-cta {
  display: none;
}

/* --- products.css --- */
/**
 * METRINDUST — Sección Productos (destacados, marcas, categorías)
 */

/* Hero: imagen propia de la página de productos */
.page-productos .page-hero--headline {
  background-image: url("../images/breadcumb/breadcumb4.png");
}

/* ——— Intro asesoría (después del hero) ——— */
.prod-page-intro {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0;
  background-color: #ffffff;
  overflow: hidden;
}

.prod-page-intro__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.prod-page-intro .container {
  position: relative;
  z-index: 1;
}

.prod-page-intro__inner {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.page-productos .prod-page-intro__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 3.2vw, 2rem);
  line-height: 1.25;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 42%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.prod-page-intro__text {
  margin: 0 auto clamp(1.75rem, 3.5vw, 2.25rem);
  max-width: 40rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: #647087;
}

.prod-page-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.prod-page-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.prod-page-intro__btn--primary {
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(38, 114, 255, 0.28);
}

.prod-page-intro__btn--outline {
  border: 2px solid rgba(16, 80, 178, 0.32);
  color: #1050b2;
  background: transparent;
}





/* ——— Banner promocional (Owl Carousel) ——— */
.prod-banner {
  padding: clamp(40px, 6vw, 56px) 0;
  background-color: #ffffff;
}

.prod-banner__carousel {
  position: relative;
}

/* Antes de Owl: visible solo el primer slide (evita apilar todos) */
.prod-banner__slider.owl-carousel:not(.owl-loaded) {
  display: block !important;
  width: 100%;
}

.prod-banner__slider.owl-carousel:not(.owl-loaded) > .prod-banner__slide:not(:first-child) {
  display: none !important;
}

.prod-banner__slider.owl-carousel.owl-loaded {
  display: block !important;
  width: 100%;
}

.prod-banner__slider.owl-carousel .owl-nav,
.prod-banner__slider.owl-carousel .owl-dots {
  display: none;
}

.prod-banner__slider .owl-stage-outer {
  overflow: hidden;
  border-radius: 0;
}

.prod-banner__slide img {
  width: 100%;
  display: block;
}

.prod-banner__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.prod-banner__arrow i {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1;
  font-weight: 400;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}

.prod-banner__arrow--prev {
  left: clamp(0.5rem, 2vw, 1.25rem);
}

.prod-banner__arrow--next {
  right: clamp(0.5rem, 2vw, 1.25rem);
}

.prod-banner__arrow:hover,
.prod-banner__arrow:focus-visible {
  opacity: 0.85;
}

.prod-banner__arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.prod-banner__arrow.disabled {
  opacity: 0.35;
  pointer-events: none;
}

:root {
  --prod-muted: #647087;
  --prod-text: #515b6e;
  --prod-blue: #1050b2;
  --prod-accent: #2672ff;
  --prod-card-gray: radial-gradient(53% 53% at 50% 47%, #f6f8f9 37.5%, #cfd5dc 100%);
  --prod-card-accent: radial-gradient(53% 53% at 50% 47%, #f5f7f6 60%, #def1ff 100%);
  --prod-border-soft: rgba(16, 80, 178, 0.14);
  --prod-border-accent: rgba(38, 114, 255, 0.45);
}

.prod-home {
  position: relative;
  padding: 80px 0 92px;
  background-color: #ffffff;
  overflow: hidden;
}

.prod-home__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.prod-home::before {
  display: none;
}

.prod-home .container {
  position: relative;
  z-index: 2;
}

.prod-home__intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.prod-home__intro .section-badge {
  margin-bottom: 1.25rem;
}

.prod-home__title {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 4vw, 3rem);
  line-height: 1.22;
}

.prod-home__subtitle {
  margin: 0 auto;
  max-width: 840px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
  line-height: 1.45;
}

.prod-home__block-title {
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 2vw, 1.5625rem);
  line-height: 1.2;
  color: var(--prod-muted);
}

.prod-home__block-title--center {
  text-align: center;
}

/* ——— Productos más solicitados ——— */
.prod-featured {
  margin-top: 12px;
}

.prod-featured__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 36px;
}

.prod-featured__card {
  position: relative;
  background: var(--prod-card-gray);
  border-radius: clamp(22px, 3vw, 34px);
  padding: 12px 10px 20px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(17, 51, 115, 0.12);
  border: 1px solid var(--prod-border-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.prod-featured__card:hover,
.prod-featured__card:focus-within {
  transform: translateY(-4px);
}

.prod-featured__thumb {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 0.5px solid #d9d9d9;
  /* background: rgba(255, 255, 255, 0.5); */
  padding-bottom: 8px;
}

.prod-featured__thumb img {
  width: 80%;
  height: auto;
  /* max-height: 120px; */
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.prod-featured__card:hover .prod-featured__thumb img,
.prod-featured__card:focus-within .prod-featured__thumb img {
  transform: scale(1.06);
}

.prod-featured__card--highlight .prod-featured__thumb {
  border-color: rgba(255, 255, 255, 0.35);
}

.prod-featured__card--highlight .prod-featured__thumb img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
}

.prod-featured__name {
  margin: 0 0 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  line-height: 1.2;
  color: var(--prod-blue);
}

.prod-featured__model {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  line-height: 1.35;
  color: var(--prod-blue);
  opacity: 0.95;
}

.prod-featured__btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  text-decoration: none;
  color: var(--prod-blue);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.prod-featured__card:not(.prod-featured__card--highlight):hover .prod-featured__btn,
.prod-featured__card:not(.prod-featured__card--highlight):focus-within .prod-featured__btn {
  opacity: 1;
  visibility: visible;
}

.prod-featured__card:not(.prod-featured__card--highlight):hover,
.prod-featured__card:not(.prod-featured__card--highlight):focus-within {
  background: linear-gradient(
    108.41deg,
    rgba(17, 51, 115, 0.88) 13.22%,
    rgba(26, 80, 178, 0.88) 44.51%,
    rgba(38, 114, 255, 0.88) 77.07%
  );
  border-color: transparent;
}

.prod-featured__card:not(.prod-featured__card--highlight):hover .prod-featured__name,
.prod-featured__card:not(.prod-featured__card--highlight):focus-within .prod-featured__name,
.prod-featured__card:not(.prod-featured__card--highlight):hover .prod-featured__model,
.prod-featured__card:not(.prod-featured__card--highlight):focus-within .prod-featured__model {
  color: #ffffff;
}

/* Tarjeta destacada (primera): siempre estado activo */
.prod-featured__card--highlight {
  background: linear-gradient(
    108.41deg,
    #113373 13.22%,
    #1a50b2 44.51%,
    #2672ff 77.07%
  );
  border: 1px solid rgba(38, 114, 255, 0.6);
  box-shadow: 0 12px 32px rgba(16, 80, 178, 0.28);
}

.prod-featured__card--highlight .prod-featured__name,
.prod-featured__card--highlight .prod-featured__model {
  color: #ffffff;
}

.prod-featured__card--highlight .prod-featured__btn {
  opacity: 1;
  visibility: visible;
  background: #ffffff;
  color: var(--prod-accent);
}

.prod-featured__card--highlight .prod-featured__btn:hover,
.prod-featured__card--highlight .prod-featured__btn:focus-visible {
  background: #f0f7ff;
  color: var(--prod-blue);
}

/* Página Productos — grid destacados según mockup */
.page-productos .prod-home,
.gdl-prod-featured.prod-home {
  padding: clamp(48px, 7vw, 72px) 0 clamp(56px, 8vw, 88px);
}

.page-productos .prod-home__intro,
.gdl-prod-featured .prod-home__intro {
  text-align: left;
  max-width: none;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
}

.page-productos .prod-home__intro .section-badge,
.gdl-prod-featured .prod-home__intro .section-badge {
  margin-bottom: 0;
}

.page-productos .prod-featured,
.gdl-prod-featured .prod-featured {
  margin-top: 0;
}

.page-productos .prod-featured__carousel.is-carousel-active .prod-featured__slider,
.gdl-prod-featured .prod-featured__carousel.is-carousel-active .prod-featured__slider {
  display: block;
  padding-bottom: 0;
}

.page-single-product .single-related .prod-featured__carousel.is-carousel-active .prod-featured__slider {
  display: block;
  padding-bottom: 0;
}

.page-productos .prod-featured__slider.owl-carousel .owl-nav,
.page-productos .prod-featured__slider.owl-carousel .owl-dots,
.gdl-prod-featured .prod-featured__slider.owl-carousel .owl-nav,
.gdl-prod-featured .prod-featured__slider.owl-carousel .owl-dots,
.page-single-product .single-related .prod-featured__slider.owl-carousel .owl-nav,
.page-single-product .single-related .prod-featured__slider.owl-carousel .owl-dots {
  display: none;
}

.page-productos .prod-featured__slider .owl-stage-outer,
.gdl-prod-featured .prod-featured__slider .owl-stage-outer,
.page-single-product .single-related .prod-featured__slider .owl-stage-outer {
  overflow: hidden;
}

.page-productos .prod-featured__slide,
.gdl-prod-featured .prod-featured__slide,
.page-single-product .single-related .prod-featured__slide {
  padding: 0 2px;
}

.page-productos .prod-featured__carousel.is-carousel-active .prod-featured__card,
.gdl-prod-featured .prod-featured__carousel.is-carousel-active .prod-featured__card,
.page-single-product .single-related .prod-featured__carousel.is-carousel-active .prod-featured__card {
  height: 100%;
}

.page-productos .prod-featured__pagination,
.gdl-prod-featured .prod-featured__pagination,
.page-single-product .single-related .prod-featured__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.25rem;
  line-height: 0;
}

.page-productos .prod-featured__pagination .owl-dot,
.gdl-prod-featured .prod-featured__pagination .owl-dot,
.page-single-product .single-related .prod-featured__pagination .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(16, 80, 178, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-productos .prod-featured__pagination .owl-dot span,
.gdl-prod-featured .prod-featured__pagination .owl-dot span,
.page-single-product .single-related .prod-featured__pagination .owl-dot span {
  display: none;
}

.page-productos .prod-featured__pagination .owl-dot.active,
.gdl-prod-featured .prod-featured__pagination .owl-dot.active,
.page-single-product .single-related .prod-featured__pagination .owl-dot.active {
  background: #2672ff;
  transform: scale(1.15);
}

.page-productos .prod-featured__carousel:not(.is-carousel-active) .prod-featured__pagination,
.gdl-prod-featured .prod-featured__carousel:not(.is-carousel-active) .prod-featured__pagination {
  display: none;
}

.page-single-product .single-related .prod-featured__pagination {
  display: flex;
}

.page-single-product .single-related .prod-featured__carousel {
  position: relative;
  padding-inline: 56px;
  overflow: visible;
}

.page-single-product .single-related .prod-featured__carousel .prod-featured__slider,
.page-single-product .single-related .prod-featured__carousel .owl-stage-outer {
  overflow: hidden;
}

.page-single-product .single-related .single-related__arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #1050b2;
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: box-shadow 0.25s ease, opacity 0.25s ease;
}

.page-single-product .single-related .single-related__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.page-single-product .single-related .single-related__arrow:hover,
.page-single-product .single-related .single-related__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
}

.page-single-product .single-related .single-related__arrow:focus-visible {
  outline: 2px solid #2672ff;
  outline-offset: 2px;
}

.page-single-product .single-related .single-related__arrow--prev {
  left: 0;
}

.page-single-product .single-related .single-related__arrow--next {
  right: 0;
}

@media (max-width: 767.98px) {
  .page-single-product .single-related .prod-featured__carousel {
    padding-inline: 44px;
  }

  .page-single-product .single-related .single-related__arrow {
    width: 40px;
    height: 40px;
  }
}

.page-productos .prod-featured__carousel:not(.is-carousel-active) .prod-featured__slider,
.gdl-prod-featured .prod-featured__carousel:not(.is-carousel-active) .prod-featured__slider {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 16px);
  padding-bottom: 0;
}

/* Relacionados del detalle: siempre carrusel (nunca grid de 6 columnas). */
.page-single-product .single-related .prod-featured__carousel .prod-featured__slider,
.page-single-product .single-related .prod-featured__carousel.is-carousel-active .prod-featured__slider.owl-carousel {
  display: block !important;
}

.page-single-product .single-related .prod-featured__carousel:not(.is-carousel-active) .prod-featured__slider {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

.page-single-product .single-related .prod-featured__carousel:not(.is-carousel-active) .prod-featured__slide {
  flex: 0 0 calc(25% - 11px);
  min-width: 180px;
}

.page-productos .prod-featured__carousel.is-carousel-active .prod-featured__slider.owl-carousel,
.gdl-prod-featured .prod-featured__carousel.is-carousel-active .prod-featured__slider.owl-carousel,
.page-single-product .single-related .prod-featured__carousel.is-carousel-active .prod-featured__slider.owl-carousel {
  display: block !important;
}

.page-productos .prod-featured__grid,
.gdl-prod-featured .prod-featured__grid,
.page-single-product .single-related .prod-featured__grid,
.prod-home .prod-featured__grid {
  gap: clamp(12px, 1.5vw, 16px);
  padding-bottom: 0;
  align-items: stretch;
}

.page-productos .prod-featured__btn.btn-arrow::after,
.gdl-prod-featured .prod-featured__btn.btn-arrow::after {
  content: none;
  display: none;
}

/* ——— Marcas ——— */
.prod-brands {
  margin-top: 56px;
}

.prod-brands__pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  padding: 18px 28px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(17, 51, 115, 0.12);
  max-width: 1100px;
  margin: 0 auto;
}

.prod-brands__pill img,
.prod-brands__slide img {
  max-height: 44px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.prod-brands__pill img:hover,
.prod-brands__slide img:hover {
  opacity: 1;
  transform: scale(1.03);
}

/* ——— Categorías (home) ——— */
.prod-cats {
  margin-top: 56px;
}

.prod-cats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.prod-cat {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(108px, 44%);
  gap: 8px;
  align-items: center;
  padding: clamp(16px, 2vw, 22px) clamp(14px, 1.8vw, 20px);
  min-height: clamp(150px, 16vw, 172px);
  border-radius: 18px;
  border: 1px solid var(--prod-cat-border, rgba(16, 80, 178, 0.35));
  background-color: var(--prod-cat-bg, #f5f8fc);
  background-image:
    linear-gradient(155deg, var(--prod-cat-pattern, rgba(38, 114, 255, 0.08)) 0%, transparent 45%),
    linear-gradient(335deg, var(--prod-cat-pattern, rgba(38, 114, 255, 0.06)) 0%, transparent 40%);
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.prod-cat--electric {
  --prod-cat-theme: #2672ff;
  --prod-cat-bg: #f4f8ff;
  --prod-cat-border: rgba(38, 114, 255, 0.55);
  --prod-cat-pattern: rgba(38, 114, 255, 0.1);
}

.prod-cat--ambiente {
  --prod-cat-theme: #22b573;
  --prod-cat-bg: #f2fbf6;
  --prod-cat-border: rgba(34, 181, 115, 0.55);
  --prod-cat-pattern: rgba(34, 181, 115, 0.1);
}

.prod-cat--procesos {
  --prod-cat-theme: #f5a623;
  --prod-cat-bg: #fffbf3;
  --prod-cat-border: rgba(245, 166, 35, 0.65);
  --prod-cat-pattern: rgba(245, 166, 35, 0.12);
}

.prod-cat--laboratorio {
  --prod-cat-theme: #8b5cf6;
  --prod-cat-bg: #f8f5ff;
  --prod-cat-border: rgba(139, 92, 246, 0.55);
  --prod-cat-pattern: rgba(139, 92, 246, 0.1);
}

.prod-cat--ensayos {
  --prod-cat-theme: #14b8c8;
  --prod-cat-bg: #f0fcfe;
  --prod-cat-border: rgba(20, 184, 200, 0.55);
  --prod-cat-pattern: rgba(20, 184, 200, 0.1);
}

.prod-cat--mecanica {
  --prod-cat-theme: #1050b2;
  --prod-cat-bg: #f3f7fc;
  --prod-cat-border: rgba(16, 80, 178, 0.55);
  --prod-cat-pattern: rgba(16, 80, 178, 0.1);
}

.prod-cat:hover,
.prod-cat:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(17, 51, 115, 0.12);
  outline: none;
}

.prod-cat__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  z-index: 1;
}

.prod-cat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--prod-cat-theme, #2672ff);
  flex-shrink: 0;
}

.prod-cat__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.prod-cat__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
}

/* Home FA: icono 1.6rem + círculo proporcional (2×) */
.page-home--fa .prod-cat__icon {
  width: 3.2rem;
  height: 3.2rem;
}

.page-home--fa .prod-cat__icon i {
  font-size: 1.6rem;
}

.prod-cat__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.prod-cat__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.25;
  color: #1050b2;
}

.prod-cat__count {
  margin: 0 0 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  line-height: 1.4;
  color: #647087;
}

.prod-cat__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 7px 16px 7px 18px;
  border-radius: 999px;
  background: var(--prod-cat-theme, #2672ff);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  line-height: 1.25;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin-top: auto;
  box-shadow: none;
  transition: filter 0.2s ease;
}

.prod-cat__btn .bi {
  font-size: 0.85em;
  line-height: 1;
}

.prod-cat:hover .prod-cat__btn,
.prod-cat:focus-visible .prod-cat__btn {
  background: var(--prod-cat-theme, #2672ff);
  color: #ffffff;
  filter: brightness(1.06);
}

.prod-cat__media {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  z-index: 1;
}

.prod-cat__media img {
  width: 100%;
  max-width: 190px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.prod-cat:hover .prod-cat__media img,
.prod-cat:focus-visible .prod-cat__media img {
  transform: scale(1.04);
}

/* ——— Página Productos: catálogo por categoría ——— */
.prod-shop {
  --shop-cat-radius: 12px;
  --shop-cat-shadow: none;
  --shop-spotlight-radius: 20px;
  position: relative;
  padding: clamp(48px, 7vw, 72px) 0 clamp(56px, 8vw, 88px);
  background-color: #ffffff;
  overflow: hidden;
}

.prod-shop__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.prod-shop .container {
  position: relative;
  z-index: 1;
}

.prod-shop__header {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.prod-shop__badge-row {
  margin-bottom: 1.25rem;
  text-align: left;
}

.prod-shop__badge-row .section-badge {
  margin-bottom: 0;
}

.page-productos .prod-shop__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  line-height: 1.2;
  text-align: center;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 42%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.prod-shop__lead {
  margin: 0 auto;
  max-width: 36rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.55;
  text-align: center;
  color: #647087;
}

.prod-shop-cats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 16px);
  padding-bottom: 12px;
}

.prod-shop-cat {
  --shop-cat-theme: #2672ff;
  --shop-cat-border: rgba(38, 114, 255, 0.55);
  --shop-cat-bg: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: clamp(168px, 17vw, 184px);
  padding: 1rem 0.5rem 1.15rem;
  border-radius: var(--shop-cat-radius);
  background: var(--shop-cat-bg);
  border: 1px solid var(--shop-cat-border);
  box-shadow: var(--shop-cat-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, border-width 0.22s ease, background-color 0.22s ease;
}

.prod-shop-cat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 80px;
  height: 12px;
  border-radius: 999px;
  background: var(--shop-cat-theme);
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.prod-shop-cat--active::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.prod-shop-cat--active {
  border-width: 2px;
  border-color: var(--shop-cat-theme);
  background: color-mix(in srgb, var(--shop-cat-theme) 10%, #ffffff);
  box-shadow: 0 4px 14px rgba(17, 51, 115, 0.08);
  outline: none;
}

.prod-shop-cat:hover,
.prod-shop-cat:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(17, 51, 115, 0.08);
  outline: none;
}

.prod-shop-cat--active:hover,
.prod-shop-cat--active:focus-visible {
  transform: none;
}

.prod-shop-cat--electric {
  --shop-cat-theme: #2672ff;
  --shop-cat-border: rgba(38, 114, 255, 0.55);
}

.prod-shop-cat--ambiente {
  --shop-cat-theme: #22b573;
  --shop-cat-border: rgba(34, 181, 115, 0.55);
}

.prod-shop-cat--procesos {
  --shop-cat-theme: #f5a623;
  --shop-cat-border: rgba(245, 166, 35, 0.65);
}

.prod-shop-cat--laboratorio {
  --shop-cat-theme: #8b5cf6;
  --shop-cat-border: rgba(139, 92, 246, 0.55);
}

.prod-shop-cat--ensayos {
  --shop-cat-theme: #14b8c8;
  --shop-cat-border: rgba(20, 184, 200, 0.55);
}

.prod-shop-cat--mecanica {
  --shop-cat-theme: #1050b2;
  --shop-cat-border: rgba(16, 80, 178, 0.55);
}

.prod-shop-cat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--shop-cat-theme);
  flex-shrink: 0;
}

.prod-shop-cat__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.prod-shop-cat__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 1;
  color: #fff;
}

.page-productos--fa .prod-shop-cat__icon i {
  font-size: 2rem;
}

.prod-shop-cat__name {
  margin: 0;
  padding: 0 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: var(--shop-cat-theme);
}

.prod-shop-cat--active .prod-shop-cat__name {
  font-weight: 700;
}

/* ——— Panel destacado de categoría ——— */
.prod-shop-spotlight {
  --shop-spotlight-theme: #2672ff;
  --shop-spotlight-border: rgba(38, 114, 255, 0.28);
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 28%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
  min-height: clamp(118px, 11vw, 132px);
  margin-top: 2.75rem;
  padding: 0.625rem clamp(1.75rem, 3vw, 2.25rem) 0.5rem 0;
  border-radius: var(--shop-spotlight-radius);
  background: color-mix(in srgb, var(--shop-spotlight-theme) 20%, #ffffff);
  border: 1px solid var(--shop-spotlight-border);
  box-shadow: 0 2px 14px rgba(38, 114, 255, 0.06);
  overflow: visible;
}

.prod-shop-spotlight--electric {
  --shop-spotlight-theme: #2672ff;
  --shop-spotlight-border: rgba(38, 114, 255, 0.28);
}

.prod-shop-spotlight--ambiente {
  --shop-spotlight-theme: #22b573;
  --shop-spotlight-border: rgba(34, 181, 115, 0.28);
}

.prod-shop-spotlight--procesos {
  --shop-spotlight-theme: #f5a623;
  --shop-spotlight-border: rgba(245, 166, 35, 0.32);
}

.prod-shop-spotlight--laboratorio {
  --shop-spotlight-theme: #8b5cf6;
  --shop-spotlight-border: rgba(139, 92, 246, 0.28);
}

.prod-shop-spotlight--ensayos {
  --shop-spotlight-theme: #14b8c8;
  --shop-spotlight-border: rgba(20, 184, 200, 0.28);
}

.prod-shop-spotlight--mecanica {
  --shop-spotlight-theme: #1050b2;
  --shop-spotlight-border: rgba(16, 80, 178, 0.28);
}

.prod-shop-spotlight__products {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  align-self: stretch;
  justify-content: center;
  margin: 0;
  padding: 0 0 0 clamp(0.75rem, 1.6vw, 1.125rem);
}

.prod-shop-spotlight__product-img {
  width: 100%;
  max-width: min(150px, 100%);
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  margin-top: clamp(-2.5rem, -4.2vw, -1.75rem);
  margin-bottom: 0;
  filter: drop-shadow(2px 5px 8px rgba(17, 51, 115, 0.14));
}

/* Elementor: .elementor img { max-width:100% } anula la maqueta (0,1,1 > 0,1,0) */
.elementor .prod-shop-spotlight__product-img,
.elementor-widget-gdl-productos .prod-shop-spotlight__product-img,
.gdl-productos--shop .prod-shop-spotlight__product-img {
  width: 100%;
  max-width: min(150px, 100%);
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  margin-top: clamp(-2.5rem, -4.2vw, -1.75rem);
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(2px 5px 8px rgba(17, 51, 115, 0.14));
}

.prod-shop-spotlight__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding-right: clamp(5rem, 13vw, 9rem);
}

.prod-shop-spotlight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--shop-spotlight-theme);
  flex-shrink: 0;
}

.prod-shop-spotlight__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.prod-shop-spotlight__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 1;
  color: #fff;
}

.page-productos--fa .prod-shop-spotlight__icon i {
  font-size: 2rem;
}

.prod-shop-spotlight__copy {
  min-width: 0;
  max-width: 34rem;
}

.prod-shop-spotlight__title {
  margin: 0 0 0.4375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.1875rem, 2.1vw, 1.375rem);
  line-height: 1.28;
  color: #1050b2;
}

.page-productos .prod-shop-spotlight__text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.3vw, 0.9375rem);
  line-height: 1.52;
  color: #647087;
}

.prod-shop-spotlight__decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(46%, 340px);
  border-radius: 0 var(--shop-spotlight-radius) var(--shop-spotlight-radius) 0;
  background-image: url("../icons/icons-7.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 90%;
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.75) 58%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.75) 58%, #000 100%);
}

.prod-shop-catalog {
  display: grid;
  grid-template-columns: minmax(260px, 325px) minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

.prod-shop-catalog--no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

/* Versión estática anterior — quitar `hidden` en HTML para restaurarla */
.prod-shop-catalog--legacy[hidden] {
  display: none !important;
}

.prod-shop-catalog--dynamic.is-updating {
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.prod-shop-sidebar {
  align-self: start;
  width: 100%;
  max-width: 325px;
  padding: 2.25rem 1.75rem 2rem;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(180, 190, 204, 0.55);
  box-shadow: none;
}

.prod-shop-sidebar__title {
  margin: 0 0 1.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.25;
  color: #1050b2;
}

.prod-shop-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.prod-shop-sidebar__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6875rem 1.125rem;
  border-radius: 999px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.prod-shop-sidebar__list a::after {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1;
  color: #b4bec4;
  flex-shrink: 0;
}

.prod-shop-sidebar__list a:hover,
.prod-shop-sidebar__list a:focus-visible {
  color: #1050b2;
  outline: none;
}

.prod-shop-sidebar__list a[aria-current="page"] {
  background: #2672ff;
  color: #ffffff;
  font-weight: 500;
}

.prod-shop-sidebar__list a[aria-current="page"]::after {
  color: #ffffff;
}

.prod-shop-search {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1rem);
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.5rem);
}

.prod-shop-search__field {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 52px;
  padding: 0 1.25rem;
  border: 1px solid rgba(180, 190, 204, 0.65);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(17, 51, 115, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prod-shop-search__field:focus-within {
  border-color: rgba(38, 114, 255, 0.45);
  box-shadow: 0 2px 14px rgba(17, 51, 115, 0.08), 0 0 0 3px rgba(38, 114, 255, 0.1);
}

.prod-shop-search__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #1c2433;
}

.prod-shop-search__field input::placeholder {
  color: #9aa4b5;
}

.prod-shop-search__field input:focus {
  outline: none;
}

.prod-shop-search__field .bi {
  flex-shrink: 0;
  font-size: 1.0625rem;
  color: #b4bec4;
}

.prod-shop-search__sort {
  position: relative;
  flex: 0 0 clamp(140px, 22%, 200px);
  min-width: 140px;
}

.prod-shop-search__sort-select {
  appearance: none;
  width: 100%;
  min-height: 52px;
  padding: 0 2.25rem 0 1.25rem;
  border: 1px solid rgba(180, 190, 204, 0.65);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(17, 51, 115, 0.06);
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #647087;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prod-shop-search__sort-select:focus {
  outline: none;
  border-color: rgba(38, 114, 255, 0.45);
  box-shadow: 0 2px 14px rgba(17, 51, 115, 0.08), 0 0 0 3px rgba(38, 114, 255, 0.1);
}

.prod-shop-search__sort .bi {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: #b4bec4;
  pointer-events: none;
}

.page-productos .prod-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 16px);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

.page-productos .prod-shop-grid .prod-featured__card,
.page-productos .prod-featured__grid .prod-featured__card,
.page-single-product .single-related .prod-featured__grid .prod-featured__card,
.prod-home .prod-featured__grid .prod-featured__card {
  background: #ffffff;
  border: 1px solid rgba(180, 190, 204, 0.55);
  border-radius: 22px;
  padding: 1rem 1rem 1.125rem;
  box-shadow: 0 2px 12px rgba(17, 51, 115, 0.06);
  transform: none;
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-productos .prod-shop-grid .prod-featured__card:hover,
.page-productos .prod-shop-grid .prod-featured__card:focus-within,
.page-productos .prod-featured__grid .prod-featured__card:hover,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover,
.page-productos .prod-featured__grid .prod-featured__card:focus-within,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within,
.prod-home .prod-featured__grid .prod-featured__card:hover,
.prod-home .prod-featured__grid .prod-featured__card:focus-within {
  transform: translateY(-4px);
  background: linear-gradient(180deg, #2672ff 0%, #1a50b2 52%, #113373 100%);
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(16, 80, 178, 0.28);
}

.page-productos .prod-shop-grid .prod-featured__thumb,
.page-productos .prod-featured__grid .prod-featured__thumb,
.page-single-product .single-related .prod-featured__grid .prod-featured__thumb,
.prod-home .prod-featured__grid .prod-featured__thumb {
  width: 100%;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(180, 190, 204, 0.45);
}

.page-productos .prod-shop-grid .prod-featured__thumb img,
.page-productos .prod-featured__grid .prod-featured__thumb img,
.page-single-product .single-related .prod-featured__grid .prod-featured__thumb img,
.prod-home .prod-featured__grid .prod-featured__thumb img {
  width: 72%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__thumb img,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__thumb img,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__thumb img,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__thumb img,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__thumb img,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__thumb img,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__thumb img,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__thumb img {
  transform: scale(1.06);
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__thumb,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__thumb,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__thumb,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__thumb,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__thumb,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__thumb,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__thumb,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__thumb {
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.page-productos .prod-shop-grid .prod-featured__name {
  margin: 0 0 0.5rem;
  padding: 0 0.5rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #1050b2;
  transition: color 0.25s ease;
}

.page-productos .prod-featured__grid .prod-featured__name,
.page-single-product .single-related .prod-featured__grid .prod-featured__name,
.prod-home .prod-featured__grid .prod-featured__name {
  margin: 0 0 0.5rem;
  padding: 0 0.5rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #1050b2;
  transition: color 0.25s ease;
  width: 100%;
  min-height: calc(14px * 1.3 * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-productos .prod-featured__grid .prod-featured__card,
.page-single-product .single-related .prod-featured__grid .prod-featured__card,
.prod-home .prod-featured__grid .prod-featured__card {
  height: 100%;
  align-items: stretch;
  align-self: stretch;
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__name,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__name,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__name,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__name,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__name,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__name,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__name,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__name {
  color: rgba(255, 255, 255, 0.92);
}

.page-productos .prod-shop-grid .prod-featured__model,
.page-productos .prod-featured__grid .prod-featured__model,
.page-single-product .single-related .prod-featured__grid .prod-featured__model,
.prod-home .prod-featured__grid .prod-featured__model {
  margin: 0 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #757575;
  opacity: 1;
  transition: color 0.25s ease;
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__model,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__model,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__model,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__model,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__model,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__model,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__model,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__model {
  color: rgba(255, 255, 255, 0.92);
}

.page-productos .prod-shop-grid .prod-featured__status,
.page-productos .prod-featured__grid .prod-featured__status,
.page-single-product .single-related .prod-featured__grid .prod-featured__status,
.prod-home .prod-featured__grid .prod-featured__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.875rem;
  padding: 0.3125rem 0.875rem;
  border-radius: 999px;
  background: color-mix(in srgb, #22b573 12%, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #22b573;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__status,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__status,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__status,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__status,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__status,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__status,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__status,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__status {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.page-productos .prod-shop-grid .prod-featured__btn,
.page-productos .prod-featured__grid .prod-featured__btn,
.page-single-product .single-related .prod-featured__grid .prod-featured__btn,
.prod-home .prod-featured__grid .prod-featured__btn {
  position: static;
  transform: none;
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 40px;
  margin-top: 0;
  padding: 0.625rem 1rem;
  opacity: 1;
  visibility: visible;
  max-height: none;
  overflow: visible;
  border-radius: 999px;
  background: #2672ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.2s ease;
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__btn,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__btn,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__btn,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__btn,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__btn,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__btn,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__btn,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__btn {
  background: #ffffff;
  color: var(--prod-blue);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.page-productos .prod-shop-grid .prod-featured__btn:hover,
.page-productos .prod-shop-grid .prod-featured__btn:focus-visible,
.page-productos .prod-featured__grid .prod-featured__btn:hover,
.page-single-product .single-related .prod-featured__grid .prod-featured__btn:hover,
.page-productos .prod-featured__grid .prod-featured__btn:focus-visible,
.page-single-product .single-related .prod-featured__grid .prod-featured__btn:focus-visible,
.prod-home .prod-featured__grid .prod-featured__btn:hover,
.prod-home .prod-featured__grid .prod-featured__btn:focus-visible {
  filter: brightness(1.06);
}

.page-productos .prod-shop-grid .prod-featured__card:hover .prod-featured__btn:hover,
.page-productos .prod-shop-grid .prod-featured__card:focus-within .prod-featured__btn:focus-visible,
.page-productos .prod-featured__grid .prod-featured__card:hover .prod-featured__btn:hover,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:hover .prod-featured__btn:hover,
.page-productos .prod-featured__grid .prod-featured__card:focus-within .prod-featured__btn:focus-visible,
.page-single-product .single-related .prod-featured__grid .prod-featured__card:focus-within .prod-featured__btn:focus-visible,
.prod-home .prod-featured__grid .prod-featured__card:hover .prod-featured__btn:hover,
.prod-home .prod-featured__grid .prod-featured__card:focus-within .prod-featured__btn:focus-visible {
  background: #f0f7ff;
  color: var(--prod-blue);
  filter: none;
}

.page-productos .prod-featured__grid .prod-featured__btn,
.page-single-product .single-related .prod-featured__grid .prod-featured__btn,
.prod-home .prod-featured__grid .prod-featured__btn {
  margin-top: auto;
}

.prod-shop-more {
  text-align: center;
}

.prod-shop-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 2rem;
  border-radius: 16px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  box-shadow: 0 10px 26px rgba(16, 50, 108, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}



/* ——— Página Productos: marcas + CTA final ——— */
.prod-page-outro {
  position: relative;
  padding: clamp(48px, 7vw, 72px) 0 clamp(56px, 8vw, 88px);
  background-color: #ffffff;
  overflow: hidden;
}

.prod-page-outro__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.prod-page-outro .container {
  position: relative;
  z-index: 1;
}

.prod-page-brands {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.prod-home .prod-page-brands {
  margin-top: 56px;
  margin-bottom: 0;
}

.prod-page-brands__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.5rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 2vw, 1.5625rem);
  line-height: 1.2;
  text-align: center;
  color: #647087;
}

.prod-page-brands__logos {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 22px) clamp(12px, 3vw, 24px) clamp(12px, 2.5vw, 16px);
  border-radius: clamp(20px, 2.5vw, 24px);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(17, 51, 115, 0.12);
  overflow: hidden;
}

.prod-page-brands__slider.owl-carousel:not(.owl-loaded) {
  display: block !important;
  width: 100%;
}

.prod-page-brands__slider.owl-carousel.owl-loaded {
  display: block !important;
  width: 100%;
}

.prod-page-brands__slider.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.prod-page-brands__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.prod-page-brands__slide img {
  width: auto;
  max-width: 120px;
  max-height: 44px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}



.prod-page-brands__slider.owl-carousel .owl-dots {
  display: none;
}

.prod-page-cta {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: clamp(220px, 28vw, 280px);
  border-radius: clamp(20px, 2.5vw, 24px);
  background-color: #eef1f5;
  background-image: url("../images/products/cta-cotiza.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 28px rgba(17, 51, 115, 0.08);
}

.prod-page-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  width: min(100%, 34rem);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
}

.prod-page-cta__title {
  margin: 0;
  max-width: 22rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.22;
  color: #113373;
}

.prod-page-cta__accent {
  color: #2672ff;
}

.gdl-service-quote-cta .prod-page-cta__content {
  width: 100%;
  max-width: 100%;
}

.gdl-service-quote-cta .prod-page-cta__title {
  max-width: 100%;
  width: 100%;
}

.gdl-service-quote-cta .prod-page-cta__text {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #1050b2;
}

.prod-page-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.75rem;
  border-radius: 16px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  box-shadow: 0 8px 22px rgba(38, 114, 255, 0.28);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}



/* ——— Responsive ——— */

/* --- clients.css --- */
/**
 * METRINDUST — Sección Clientes (homologaciones + empresas)
 */

:root {
  --clients-text: #515b6e;
  --clients-blue: #1050b2;
  --clients-note-icon: #1553ba;
  --clients-note-border: rgba(187, 197, 215, 0.55);
  --clients-note-title: #1050b2;
  --clients-note-body: #2672ff;
}

.clients-home {
  position: relative;
  padding: 80px 0 96px;
  background-color: #ffffff;
  overflow: hidden;
}

.clients-home__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.clients-home::before {
  display: none;
}

.clients-home .container {
  position: relative;
  z-index: 2;
}

.clients-home__intro {
  text-align: center;
  margin: 0 0 36px;
}

.clients-home__intro .section-badge {
  margin-bottom: 1.25rem;
}

.clients-home__title {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.2;
}

.clients-home__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.5;
}

/* Logos homologación */
.clients-homo-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  margin-top: 8px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.clients-homo-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 12px;
}

.clients-homo-logos__item img {
  max-width: 100%;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Cinta informativa */
.clients-homo-note {
  margin-top: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid var(--clients-note-border);
  border-radius: 32px;
  box-shadow:
    0 4px 14px rgba(17, 51, 115, 0.08),
    0 10px 28px rgba(17, 51, 115, 0.1);
  padding: clamp(18px, 2.5vw, 22px) clamp(24px, 3.5vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 20px);
  flex-wrap: nowrap;
}

.clients-homo-note__icon {
  width: clamp(48px, 5vw, 58px);
  height: clamp(48px, 5vw, 58px);
  border-radius: 50%;
  background: var(--clients-note-icon);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  line-height: 1;
}

.clients-homo-note__icon .bi {
  font-weight: 700;
}

.clients-homo-note__text {
  margin: 0;
  flex: 0 1 auto;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.3;
  color: var(--clients-note-body);
}

.clients-homo-note__text strong {
  display: inline-block;
  margin-bottom: 0.1em;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.3;
  color: var(--clients-note-title);
}

/* Segunda parte: empresas */
.clients-partners {
  margin-top: 72px;
  text-align: center;
}

.clients-partners__title {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.2;
}

.clients-partners__lead {
  margin: 0 auto 36px;
  max-width: 900px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.5;
}

.clients-logos-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 28px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(17, 51, 115, 0.08);
  border-radius: 20px;
  box-shadow:
    0 4px 14px rgba(17, 51, 115, 0.06),
    0 10px 28px rgba(17, 51, 115, 0.08);
  padding: clamp(28px, 3.5vw, 40px) clamp(24px, 4vw, 48px);
}

/* Slider Elementor (Owl): anula el grid estático */
.clients-logos-grid.owl-carousel {
  display: block;
  width: 100%;
  grid-template-columns: none;
  gap: 0;
}

.clients-logos-grid.owl-carousel:not(.owl-loaded) {
  display: block !important;
}

.clients-logos-grid.owl-carousel.owl-loaded {
  display: block !important;
}

.clients-logos-grid.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.clients-logos-grid.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.clients-logos-grid__cell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}

.clients-logos-grid__cell img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ——— Responsive ——— */

/* --- contacto.css --- */
/**
 * METRINDUST — Página Contacto
 */

/* Hero: imagen propia de la página de contacto */
.page-contacto .page-hero--headline {
  background-image: url("../images/breadcumb/breadcumb2.png");
}

/* Títulos de sección — degradado diamante (no aplica al hero) */
.page-contacto .contact-intro__title,
.page-contacto .quote-card__title,
.page-contacto .locations-section__title,
.gdl-contact-intro .contact-intro__title,
.gdl-contact-quote .quote-card__title,
.gdl-contact-locations .locations-section__title {
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 42%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.page-contacto .page-hero__headline {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  color: inherit;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.page-contacto .page-hero__headline-text {
  color: #ffffff;
}

.page-contacto .page-hero__headline-accent {
  color: #00aeef;
}

.page-contacto .contact-intro__title-accent,
.page-contacto .quote-card__title-accent,
.page-contacto .locations-section__title-accent,
.gdl-contact-intro .contact-intro__title-accent,
.gdl-contact-quote .quote-card__title-accent,
.gdl-contact-locations .locations-section__title-accent {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  color: inherit;
}

/* ——— Comunícate con Metrindust: canales de contacto ——— */
.contact-intro {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0;
  background-color: #fff;
  overflow: hidden;
}

.contact-intro__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.contact-intro .container {
  position: relative;
  z-index: 1;
}

.contact-intro__header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.contact-intro__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  line-height: 1.2;
}

.contact-intro__subtitle {
  margin: 0 0 0.85rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  color: #3c4659;
}

.contact-intro__text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
  line-height: 1.6;
  color: #6a7383;
}

.contact-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
  max-width: 100%;
}

.contact-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 1.5rem clamp(1.75rem, 3vw, 2.25rem);
  border-radius: 16px;
  border: 1px solid rgba(16, 80, 178, 0.12);
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(16, 50, 108, 0.06);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-channel:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(16, 50, 108, 0.12);
}

.contact-channel__icon {
  margin-bottom: 1.5rem;
  font-size: clamp(2.75rem, 5vw, 3.5rem);
  line-height: 1;
  color: #14406b;
}

.contact-channel__value {
  margin: 0 0 0.35rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #1c2433;
}

.contact-channel__caption {
  margin: 0 0 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #6a7383;
}

.contact-channel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  min-height: 44px;
  margin-top: auto;
  padding: 0.6rem 1.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d2d77 0%, #2672ff 100%);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #ffffff;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.contact-channel__btn:hover,
.contact-channel__btn:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-1px);
  color: #ffffff;
}





/* ——— Solicita una cotización personalizada ——— */
.quote-section {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0;
  overflow: hidden;
}

.quote-section__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-card {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 560px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(16, 50, 108, 0.1);
  overflow: hidden;
}

/* Columna izquierda: la foto ocupa ~46% y enmarca a la asesora */
.quote-card__media {
  flex: 0 0 46%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.quote-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  /* La persona está al centro del PNG: centramos el recorte en ella */
  object-position: 52% 8%;
}

/* Panel blanco superpuesto sobre el borde derecho de la foto */
.quote-card__form-col {
  position: relative;
  z-index: 1;
  flex: 1 1 54%;
  align-self: stretch;
  margin-left: -5rem;
  background: #ffffff;
  border-radius: 40px 12px 12px 40px;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
}

.quote-card__header {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}

.quote-card__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.25;
}

.quote-card__subtitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.5;
  color: #647087;
}

.quote-card__subtitle strong {
  font-weight: 700;
  color: #113373;
}

.quote-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
}

.quote-form__field {
  margin-bottom: 1rem;
}

.quote-form__field label {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #647087;
}

.quote-form__field input,
.quote-form__field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 0.9rem;
  border: 1px solid #d6deeb;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #1c2433;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-form__field textarea {
  min-height: 112px;
  resize: vertical;
}

.quote-form__field input::placeholder,
.quote-form__field textarea::placeholder {
  color: #9aa4b5;
}

.quote-form__field input:focus,
.quote-form__field textarea:focus {
  outline: none;
  border-color: #2672ff;
  box-shadow: 0 0 0 3px rgba(38, 114, 255, 0.12);
}

.quote-form__terms {
  margin: 0.25rem 0 1.25rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #647087;
}

.quote-form__terms a {
  font-weight: 700;
  color: #1050b2;
  text-decoration: none;
}

.quote-form__terms a:hover,
.quote-form__terms a:focus-visible {
  color: #2672ff;
  text-decoration: underline;
}

.quote-form__submit {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-form__submit:hover,
.quote-form__submit:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(16, 80, 178, 0.28);
}

/* Contact Form 7 + .quote-form (maqueta contacto) */
.quote-form .wpcf7-form,
.quote-form form.wpcf7-form {
  margin: 0;
}

/* CF7 autop a veces deja <br>/<p>; no deben alterar el layout */
.quote-form br,
.quote-form p:empty {
  display: none;
}

.quote-form .quote-form__field > p {
  margin: 0;
  display: contents;
}

.quote-form .wpcf7-form-control-wrap {
  display: block;
}

.quote-form .quote-form__field .wpcf7-form-control,
.quote-form .quote-form__field input[type="text"],
.quote-form .quote-form__field input[type="tel"],
.quote-form .quote-form__field input[type="email"],
.quote-form .quote-form__field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.quote-form input.wpcf7-submit,
.quote-form .wpcf7-submit,
.quote-form button.quote-form__submit {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-form input.wpcf7-submit:hover,
.quote-form .wpcf7-submit:hover,
.quote-form button.quote-form__submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(16, 80, 178, 0.28);
}

.quote-form .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: #d63638;
}

.quote-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}





/* ——— ¿Dónde ubicarnos? — mapas de sedes ——— */
.locations-section {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0 clamp(64px, 9vw, 96px);
  overflow: hidden;
}

.locations-section__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.85;
}

.locations-section .container {
  position: relative;
  z-index: 1;
}

.locations-section__header {
  max-width: 40rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.locations-section__title {
  margin: 0 0 0.65rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  line-height: 1.2;
}

.locations-section__subtitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  color: #6a7383;
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}

.location-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(16, 50, 108, 0.1);
}

.location-card__title {
  margin: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  line-height: 1.25;
  color: #113373;
}

.location-card__address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #647087;
}

.location-card__address .bi {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #2672ff;
  font-size: 1.1rem;
}

.location-card__map {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  overflow: hidden;
  background: #e8edf5;
}

.location-card__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-card__waze {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  display: block;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.location-card__waze img {
  display: block;
  width: 44px;
  height: 44px;
}

.location-card__waze:hover,
.location-card__waze:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.location-card__hours {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.location-card__hours li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #647087;
}

.location-card__hours .bi {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #1050b2;
}

.location-card__hours strong {
  font-weight: 600;
  color: #113373;
}

.location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.location-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.location-card__btn--primary {
  background: #2672ff;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(38, 114, 255, 0.28);
}

.location-card__btn--primary:hover,
.location-card__btn--primary:focus-visible {
  background: #1a5fe0;
  color: #ffffff;
  transform: translateY(-1px);
}

.location-card__btn--outline {
  background: #ffffff;
  color: #1050b2;
  border: 1.5px solid rgba(16, 80, 178, 0.35);
}

.location-card__btn--outline:hover,
.location-card__btn--outline:focus-visible {
  background: rgba(38, 114, 255, 0.08);
  color: #113373;
}





.contact-page {
  padding: 64px 0 88px;
  background: #f5f9fc;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.contact-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 8px 22px rgba(16, 50, 108, 0.08);
  text-align: center;
}

.contact-card__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.contact-card__title {
  margin: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #113373;
}

.contact-card__text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #515b6e;
}

.contact-card__text a {
  color: #1050b2;
  text-decoration: none;
}

.contact-card__text a:hover,
.contact-card__text a:focus-visible {
  color: #2672ff;
  text-decoration: underline;
}

.contact-card__map-link {
  display: inline-block;
  margin-top: 0.65rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #2672ff;
  text-decoration: none;
}

.contact-card__map-link:hover,
.contact-card__map-link:focus-visible {
  color: #1050b2;
  text-decoration: underline;
}

/* ——— Mapa + formulario ——— */
.contact-page__body {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

#ubicacion {
  scroll-margin-top: 6.5rem;
}

.contact-map {
  height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.1);
}

.contact-map__title {
  margin: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #113373;
}

.contact-map__address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #515b6e;
}

.contact-map__address .bi {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #2672ff;
  font-size: 1.1rem;
}

.contact-map__frame {
  position: relative;
  margin-top: 1.25rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(16, 80, 178, 0.14);
  background: #e8eef5;
  aspect-ratio: 4 / 3;
  min-height: 240px;
}

.contact-map__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-map__meta {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.contact-map__meta li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #515b6e;
}

.contact-map__meta .bi {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #1050b2;
}

.contact-map__meta strong {
  font-weight: 600;
  color: #113373;
}

.contact-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.contact-map__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-map__btn--primary {
  background: #2672ff;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(38, 114, 255, 0.28);
}

.contact-map__btn--primary:hover,
.contact-map__btn--primary:focus-visible {
  background: #1a5fe0;
  color: #ffffff;
  transform: translateY(-1px);
}

.contact-map__btn--outline {
  background: transparent;
  color: #1050b2;
  border: 1.5px solid rgba(16, 80, 178, 0.35);
}

.contact-map__btn--outline:hover,
.contact-map__btn--outline:focus-visible {
  background: rgba(38, 114, 255, 0.08);
  color: #113373;
}

.contact-form-wrap {
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 2rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.1);
}

.contact-form-wrap__title {
  margin: 0 0 0.5rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #113373;
}

.contact-form-wrap__lead {
  margin: 0 0 1.5rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  color: #515b6e;
}

.contact-form .form-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #113373;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 12px;
  border-color: rgba(16, 80, 178, 0.2);
  font-family: "Roboto", sans-serif;
  min-height: 48px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #2672ff;
  box-shadow: 0 0 0 0.2rem rgba(38, 114, 255, 0.2);
}

.contact-form__choice {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.contact-form__choice .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  color: #515b6e;
}

.contact-form .form-label .text-danger {
  font-weight: 700;
}

.contact-company {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}

.contact-company[hidden] {
  display: none !important;
}

.contact-company__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #113373;
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 200px;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: #2672ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  background: #1a5fe0;
  transform: translateY(-2px);
}

/* --- reclamaciones.css --- */
/**
 * METRINDUST — Libro de Reclamaciones (virtual)
 */

.claims-page {
  padding: 64px 0 88px;
  background: #f5f9fc;
}

.claims-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 2rem 2.5rem;
  align-items: start;
}

.claims-info {
  padding: 1.75rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.1);
}

.claims-info__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(38, 114, 255, 0.1);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #1050b2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.claims-info__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #113373;
}

.claims-info__logo {
  display: block;
  width: 140px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}

.claims-info__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.claims-info__list li {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #515b6e;
}

.claims-info__list strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #113373;
}

.claims-info__list a {
  color: #1050b2;
  text-decoration: none;
}

.claims-info__list a:hover,
.claims-info__list a:focus-visible {
  color: #2672ff;
  text-decoration: underline;
}

.claims-info__note {
  margin: 0;
  padding: 1rem;
  border-radius: 14px;
  background: #f0f6ff;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #515b6e;
}

.claims-info__note strong {
  color: #113373;
}

.claims-form-wrap {
  padding: 2rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.1);
}

.claims-form-wrap__title {
  margin: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #113373;
}

.claims-form-wrap__lead {
  margin: 0 0 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #515b6e;
}

.claims-form__section {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(16, 80, 178, 0.1);
}

.claims-form__section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.claims-form__section-title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #1050b2;
}

.claims-form .form-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #113373;
}

.claims-form .form-label .text-danger {
  font-weight: 700;
}

.claims-form .form-control,
.claims-form .form-select {
  border-radius: 12px;
  border-color: rgba(16, 80, 178, 0.2);
  font-family: "Roboto", sans-serif;
  min-height: 48px;
}

.claims-form .form-control:focus,
.claims-form .form-select:focus {
  border-color: #2672ff;
  box-shadow: 0 0 0 0.2rem rgba(38, 114, 255, 0.2);
}

.claims-form__type {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.claims-form__type .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  color: #515b6e;
}

.claims-guardian {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}

.claims-guardian[hidden] {
  display: none !important;
}

.claims-guardian__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #113373;
}

.claims-form__hint {
  margin: 0.35rem 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7585;
}

.claims-form__legal {
  margin: 0 0 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7585;
}

.claims-form__legal a {
  color: #1050b2;
}

.claims-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 220px;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  background: #2672ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.claims-form__submit:hover,
.claims-form__submit:focus-visible {
  background: #1a5fe0;
  transform: translateY(-2px);
}

.claims-form__submit:disabled,
.claims-form__submit.is-loading {
  opacity: 0.7;
  pointer-events: none;
  transform: none;
}

.claims-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.claims-form__alert {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.claims-form__alert--success {
  background: #e4f7ea;
  color: #146c2e;
}

.claims-form__alert--error {
  background: #fde8e8;
  color: #9b1c1c;
}

.claims-form__alert p {
  margin: 0.35rem 0 0;
}

/* --- nosotros.css --- */
/**
 * METRINDUST — Página Nosotros (contenido específico)
 */

/* Hero internas — cabecera con titular (.page-hero--headline) */
.page-hero--headline {
  max-height: 400px;
  min-height: clamp(280px, 40vw, 400px);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background-color: #0b2a85;
  background-image: url("../images/breadcumb/breadcumb1.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero--headline::before {
  background: linear-gradient(
    90deg,
    rgba(11, 42, 133, 0.94) 0%,
    rgba(17, 51, 115, 0.82) 28%,
    rgba(26, 80, 178, 0.45) 52%,
    rgba(38, 114, 255, 0.12) 72%,
    transparent 100%
  );
}

.page-hero--headline .page-hero__headline {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}







.page-hero__headline-line {
  display: block;
}

.page-hero__headline-text {
  color: #ffffff;
}

.page-hero__headline-accent {
  color: #00aeef;
}



/* Intro — diseño centrado (mockup Nosotros); fondo igual que #about-home en index */
.about-page__intro {
  padding: clamp(56px, 8vw, 88px) 0 clamp(64px, 9vw, 96px);
  background-color: var(--about-bg);
}

.about-page__intro .about-home__intro {
  margin-bottom: 0;
}

.about-page__intro-header {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

.about-page__intro-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  line-height: 1.2;
}

.about-page__intro-video {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.about-page__video-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(16, 50, 108, 0.18);
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-page__video-poster {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-page__video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 51, 115, 0.12);
  transition: background 0.25s ease;
}

.about-page__video-play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(64px, 10vw, 88px);
  height: clamp(64px, 10vw, 88px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  font-size: clamp(2rem, 5vw, 2.75rem);
  color: #2672ff;
  padding-left: 0.12em;
}



.about-page__intro-certs {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.about-page__intro-certs-title {
  margin: 0 0 2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  line-height: 1.3;
}

.about-page__intro-certs-carousel {
  max-width: 1100px;
  margin: 0 auto;
}

.about-page__intro-certs-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

/* Owl carga después de main.css y oculta .owl-carousel hasta .owl-loaded */
.about-page__intro-certs-carousel:not(.is-carousel-active) .about-page__intro-certs-slider.owl-carousel {
  display: grid !important;
  width: 100%;
}



.about-page__intro-certs-slide {
  min-width: 0;
}

.about-page__intro-certs-slider.owl-carousel .owl-nav,
.about-page__intro-certs-slider.owl-carousel .owl-dots {
  display: none;
}

.about-page__intro-certs-carousel.is-carousel-active .about-page__intro-certs-slider.owl-carousel {
  display: block !important;
}

.about-page__intro-certs-carousel.is-carousel-active .about-page__intro-certs-slider .owl-stage-outer {
  overflow: visible;
}

.about-page__intro-certs-carousel.is-carousel-active .about-page__intro-certs-slide {
  padding: 0 4px;
}

.about-page__intro-certs-pagination {
  display: none;
  margin-top: 1.25rem;
  text-align: center;
  line-height: 0;
}

.about-page__intro-certs-carousel.is-carousel-active .about-page__intro-certs-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.about-page__intro-certs-pagination .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(16, 80, 178, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-page__intro-certs-pagination .owl-dot span {
  display: none;
}

.about-page__intro-certs-pagination .owl-dot.active {
  background: #2672ff;
  transform: scale(1.15);
}

.about-page__intro-certs-carousel.is-carousel-active .cert-card {
  height: 100%;
}

.about-page__intro-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 100%;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(0.75rem, 2.5vw, 2rem);
  border-radius: 20px;
  background: linear-gradient(90deg, #0b2a85 0%, #1050b2 42%, #2672ff 100%);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.22);
}

.about-page__intro-stats .about-home__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  text-align: center;
  aspect-ratio: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.about-page__intro-stats .about-home__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 0;
  width: 1px;
  height: 72%;
  background: rgba(255, 255, 255, 0.35);
}

.about-page__intro-stats .about-home__stat-value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: none;
}

.about-page__intro-stats .about-home__stat-label {
  margin-top: 0.5rem;
  max-width: 12rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}





/* Misión, visión, valores */
.about-pillars {
  position: relative;
  padding: 72px 0 80px;
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, transparent 22%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.97) 0%, transparent 22%),
    url("../images/about-pattern.png");
  background-repeat: no-repeat, no-repeat, repeat;
  overflow: hidden;
}

.about-pillars::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(250, 251, 252, 0.9) 100%);
  pointer-events: none;
}

.about-pillars .container {
  position: relative;
  z-index: 1;
}

.about-pillars__header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.about-pillars__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.2;
}

.about-pillars__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.about-pillar-card {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 8px 24px rgba(16, 50, 108, 0.08);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease;
}

.about-pillar-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.about-pillar-card__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1050b2;
}

.about-pillar-card__text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--about-text);
}



/* Por qué elegirnos */
.about-why {
  position: relative;
  padding: 72px 0 88px;
  background-color: var(--about-bg);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, transparent 45%),
    url("../images/about-pattern.png");
  background-repeat: no-repeat, repeat;
  overflow: hidden;
}

.about-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(238, 247, 255, 0.6) 0%, var(--about-bg) 100%);
  pointer-events: none;
}

.about-why .container {
  position: relative;
  z-index: 1;
}

.about-why__header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.about-why__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.2;
}

.about-why__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.about-why__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100%;
  padding: 1.25rem 1.125rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(38, 114, 255, 0.15);
}

.about-why__num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2672ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-why__item-title {
  margin: 0 0 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  color: #113373;
}

.about-why__item-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--about-text);
}

/* ——— Responsive ——— */




/* ——— Encabezados compartidos (historia, galería, testimonios) ——— */
.about-history__header,
.about-gallery__header,
.about-testimonials__header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.about-history__title,
.about-gallery__title,
.about-testimonials__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.2;
}

.about-history__lead,
.about-gallery__lead,
.about-testimonials__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* ——— Historia (carrusel timeline) ——— */
.about-history {
  position: relative;
  padding: 72px 0 88px;
  background-color: var(--about-bg);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, transparent 45%),
    url("../images/about-pattern.png");
  background-repeat: no-repeat, repeat;
  overflow: hidden;
}

.about-history::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(238, 247, 255, 0.65) 0%, var(--about-bg) 100%);
  pointer-events: none;
}

.about-history .container {
  position: relative;
  z-index: 1;
}

.about-history__carousel {
  position: relative;
  padding: 0 52px 56px;
  overflow: hidden;
}

.about-history__slider {
  overflow: hidden;
  border-radius: 4px;
}

.about-history__slider .swiper-wrapper {
  align-items: stretch;
}

.about-history__slider .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.about-history__slider .swiper-slide .history-slide {
  width: 100%;
}

.history-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 320px;
  padding: 1.5rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(38, 114, 255, 0.14);
  box-shadow: 0 12px 36px rgba(16, 50, 108, 0.1);
}

.history-slide__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.history-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.history-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 51, 115, 0.25) 100%);
  pointer-events: none;
}

.history-slide__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.history-slide__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  line-height: 1.25;
  color: #113373;
}

.history-slide__text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--about-text);
}

.about-history__arrow,
.about-testimonials__arrow {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 5;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #1050b2;
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: box-shadow 0.25s ease;
}

.about-history__arrow i,
.about-testimonials__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.about-history__arrow:hover,
.about-history__arrow:focus-visible,
.about-testimonials__arrow:hover,
.about-testimonials__arrow:focus-visible {
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
  outline: 2px solid #2672ff;
  outline-offset: 2px;
}

.about-history__arrow--prev,
.about-testimonials__arrow--prev {
  left: 0;
}

.about-history__arrow--next,
.about-testimonials__arrow--next {
  right: 0;
}

.about-history__arrow.swiper-button-disabled,
.about-testimonials__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.about-history__pagination,
.about-testimonials__pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.about-history__pagination .swiper-pagination-bullet,
.about-testimonials__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  background: #b8c8dc;
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-history__pagination .swiper-pagination-bullet-active,
.about-testimonials__pagination .swiper-pagination-bullet-active {
  background: #2672ff;
  transform: scale(1.15);
}

/* ——— Galería (grid bento + lightbox) ——— */
.about-gallery {
  position: relative;
  padding: 72px 0 80px;
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, transparent 22%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.97) 0%, transparent 22%),
    url("../images/about-pattern.png");
  background-repeat: no-repeat, no-repeat, repeat;
  overflow: hidden;
}

.about-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(250, 251, 252, 0.92) 100%);
  pointer-events: none;
}

.about-gallery .container {
  position: relative;
  z-index: 1;
}

.about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 1rem;
}

.about-gallery__item {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #eef4fb;
  box-shadow: 0 6px 20px rgba(16, 50, 108, 0.08);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease;
}

.about-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-gallery__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 51, 115, 0.45);
  color: #ffffff;
  font-size: 1.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-gallery__item--wide {
  grid-column: span 2;
}

.about-gallery__item--tall {
  grid-row: span 2;
}



.about-gallery__lightbox {
  width: min(92vw, 1100px);
  max-height: 90vh;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 20px;
  background: transparent;
  overflow: visible;
}

.about-gallery__lightbox::backdrop {
  background: rgba(17, 51, 115, 0.88);
  backdrop-filter: blur(6px);
}

.about-gallery__lightbox-figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.about-gallery__lightbox-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  background: #0a1f4d;
}

.about-gallery__lightbox-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.about-gallery__lightbox-close:hover,
.about-gallery__lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* ——— Testimonios (carrusel) ——— */
.about-testimonials {
  position: relative;
  padding: 72px 0 88px;
  background: linear-gradient(165deg, #0f3d8c 0%, #113373 42%, #1a5fb2 100%);
  overflow: hidden;
}

.about-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(38, 114, 255, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.about-testimonials .container {
  position: relative;
  z-index: 1;
}

.about-testimonials__carousel {
  position: relative;
  padding: 0 52px 56px;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}

.about-testimonials__slider {
  overflow: hidden;
  border-radius: 4px;
}

.about-testimonials__slider .swiper-wrapper {
  align-items: stretch;
}

.about-testimonials__slider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.about-testimonials__slider .swiper-slide .testimonial-card {
  width: 100%;
  max-width: 100%;
}

.testimonial-card {
  margin: 0;
  padding: 2rem 2rem 1.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.testimonial-card__stars {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 1.25rem;
  color: #f5a623;
  font-size: 1rem;
}

.testimonial-card__quote {
  margin: 0 0 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-style: italic;
  line-height: 1.65;
  color: var(--about-text);
}

.testimonial-card__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-card__name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  color: #113373;
}

.testimonial-card__role {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  color: #6b7a8f;
}

.about-testimonials__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
}

.about-testimonials__pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.about-testimonials__arrow {
  background: rgba(255, 255, 255, 0.95);
  color: #113373;
}

/* ——— Responsive: nuevas secciones ——— */




/* Nuestra cultura — fondo igual que .labs-home en index */
.about-culture {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 0 clamp(72px, 9vw, 104px);
  background-color: #ffffff;
  overflow: visible;
}

.about-culture__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.about-culture .container {
  position: relative;
  z-index: 2;
}

.about-culture__header {
  margin-bottom: clamp(3rem, 7vw, 10rem);
  text-align: center;
}

.about-culture__title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  line-height: 1.2;
}

.about-culture__card {
  position: relative;
  margin: 0;
  padding: 0 clamp(2rem, 4.5vw, 3rem) clamp(2.25rem, 4vw, 3rem);
  border-radius: 24px;
  border: 1px solid rgba(38, 114, 255, 0.16);
  background: linear-gradient(180deg, #e3f2fb 0%, #f0f8ff 52%, #e8f4fc 100%);
  box-shadow: 0 4px 24px rgba(16, 50, 108, 0.05);
  overflow: visible;
}

/* Misión | equipo | Visión — columnas fijas 265px + imagen flexible */
.about-culture__mv-row {
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr) 265px;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  margin-top: -10%;
}

.about-culture__mv-block {
  width: 265px;
  max-width: 100%;
  align-self: end;
  padding-bottom: 30px;
}

.about-culture__mv-block--mission {
  text-align: left;
  justify-self: start;
}

.about-culture__mv-block--vision {
  text-align: right;
  justify-self: end;
}

.about-culture__team {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 450px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.about-culture__team img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.about-culture__card .about-culture__mv-title {
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1.2;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #1050b2;
  color: #1050b2;
}

.about-culture__mv-text {
  margin: 0;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 1.45vw, 1rem);
  line-height: 1.6;
  color: #515b6e;
}

.about-culture__mv-block--vision .about-culture__mv-text {
  margin-left: auto;
}

.about-culture__divider {
  margin: clamp(0.5rem, 1.5vw, 1rem) 0 clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: 0;
  border: 0;
  height: 2px;
  background: rgba(38, 114, 255, 1);
}

.about-culture__values {
  padding-top: 0;
}

.about-culture__values-title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  line-height: 1.2;
}

.about-culture__values-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.about-culture__value {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-align: center;
}

/* Arco suave: laterales arriba, centro abajo (como referencia) */
.about-culture__value:nth-child(1),
.about-culture__value:nth-child(6) {
  margin-top: 0;
}

.about-culture__value:nth-child(2),
.about-culture__value:nth-child(5) {
  margin-top: clamp(1.75rem, 3.5vw, 5rem);
}

.about-culture__value:nth-child(3),
.about-culture__value:nth-child(4) {
  margin-top: clamp(3rem, 6vw, 9rem);
}

.about-culture__value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.about-culture__value-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.about-culture__value-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #515b6e;
  white-space: nowrap;
}

.about-culture__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  max-width: 100%;
  margin: clamp(2rem, 4vw, 5rem) auto 0;
  padding: clamp(1.35rem, 3vw, 1.75rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.18);
}

.about-culture__cta-content {
  flex: 1 1 280px;
}

.about-culture__cta-title {
  margin: 0 0 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1.3;
  color: #ffffff;
}

.about-culture__cta-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.about-culture__cta-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.75rem;
  border-radius: 16px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #2972ff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}











/* Política del sistema integrado de gestión — fondo igual que .about-page__intro */
.about-policy {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 0;
  background-color: var(--about-bg);
  overflow: hidden;
}

.about-policy .container {
  position: relative;
  z-index: 2;
}

.about-policy__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.about-policy__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1.25;
}

.about-policy__media {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.1);
}

.about-policy__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.about-policy__content {
  max-width: 34rem;
}

.about-policy__lead {
  margin: 0 0 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.55;
  color: #515b6e;
}

.about-policy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-policy__list li {
  position: relative;
  padding-left: 1.35rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.55;
  color: #515b6e;
}

.about-policy__list li + li {
  margin-top: 0.65rem;
}

.about-policy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  transform: translateY(-50%);
}





/* CTA Nosotros: usa estilos globales .page-cta--contrast en page-internal.css */

/* --- blog.css --- */
/**
 * METRINDUST — Página Blog
 */

/* Hero: imagen propia de la página de blog */
.page-blog .page-hero--headline {
  background-image: url("../images/breadcumb/breadcumb3.png");
}

/* Títulos de sección — degradado diamante */
.page-blog .blog-intro__title,
.page-blog .blog-webinars__title,
.gdl-blog-intro .blog-intro__title,
.gdl-blog-webinars .blog-webinars__title {
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 42%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ——— Intro + buscador ——— */
.blog-intro {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0 clamp(32px, 5vw, 48px);
  background-color: #ffffff;
  overflow: hidden;
}

.blog-intro__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.blog-intro .container {
  position: relative;
  z-index: 1;
}

.blog-intro__header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.blog-intro__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  line-height: 1.2;
}

.blog-intro__text {
  margin: 0 auto;
  max-width: 52rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #6a7383;
}

.blog-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  width: 100%;
}

.blog-search__label {
  margin: 0;
  flex: 0 1 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.2vw, 1.25rem);
  line-height: 1.3;
  color: #00aeef;
}

.blog-search__form {
  flex: 1 1 auto;
  width: 100%;
  max-width: 650px;
  min-width: min(100%, 220px);
  margin: 0;
}

.blog-search__field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0 1.15rem;
  border: 1px solid #d6deeb;
  border-radius: 999px;
  background: #f4f7fb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-search__field:focus-within {
  border-color: #2672ff;
  box-shadow: 0 0 0 3px rgba(38, 114, 255, 0.12);
  background: #ffffff;
}

.blog-search__field .bi {
  flex-shrink: 0;
  font-size: 1rem;
  color: #9aa4b5;
}

.blog-search__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  color: #1c2433;
}

.blog-search__field input::placeholder {
  color: #9aa4b5;
}

.blog-search__field input:focus {
  outline: none;
}



/* ——— Webinars destacados ——— */
.blog-webinars {
  position: relative;
  padding: 0 0 clamp(56px, 8vw, 88px);
  background-color: #ffffff;
  overflow: hidden;
}

.blog-webinars__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.blog-webinars .container {
  position: relative;
  z-index: 1;
}

.blog-webinars__header {
  max-width: 52rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.blog-webinars__title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  line-height: 1.2;
}

.blog-webinars__lead {
  margin: 0 auto;
  max-width: 42rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.65;
  color: #6a7383;
}

.blog-webinars__recent {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
}

.blog-webinars__recent-label,
.blog-page__section-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5625rem);
  line-height: 1.25;
  color: #00aeef;
}

.blog-webinars__recent-line,
.blog-page__section-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.75rem;
  background: rgba(0, 174, 239, 0.35);
}

.blog-webinars__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.blog-webinar-card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(16, 50, 108, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-webinar-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #113373;
}

.blog-webinar-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-webinar-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.45) 38%,
    rgba(0, 0, 0, 0) 68%
  );
  pointer-events: none;
}

.blog-webinar-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.blog-webinar-card__title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5625rem);
  line-height: 1.35;
  color: #ffffff;
}

.blog-webinar-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.95);
}

.blog-webinar-card__meta time {
  flex: 1 1 auto;
  min-width: 0;
}

.blog-webinar-card__duration {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: clamp(0.875rem, 2vw, 1rem);
  white-space: nowrap;
}

.blog-webinar-card__duration .bi {
  font-size: 0.95em;
}

.blog-webinars__footer {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.blog-webinars__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  box-shadow: 0 10px 26px rgba(16, 50, 108, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}





.blog-page {
  position: relative;
  padding: clamp(48px, 7vw, 72px) 0 clamp(56px, 8vw, 88px);
  background-color: #ffffff;
  overflow: hidden;
}

.blog-page__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.blog-page .container {
  position: relative;
  z-index: 1;
}

.blog-page__heading {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 1.875rem);
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(187, 197, 215, 0.55);
  box-shadow: 0 6px 20px rgba(16, 50, 108, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card__media {
  overflow: hidden;
  background: #eef4fb;
}

.blog-card__media img {
  width: 100%;
}

.blog-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: clamp(1.25rem, 2.5vw, 1.5rem);
}

.blog-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.2vw, 1.25rem);
  line-height: 1.35;
  color: #113373;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.3;
}

.blog-card__meta time {
  color: #1050b2;
}

.blog-card__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #1050b2;
  white-space: nowrap;
}

.blog-card__reading .bi {
  font-size: 0.95em;
  color: #2672ff;
}

.blog-card__excerpt {
  margin: 0;
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.55;
  color: #647087;
}

.blog-page__footer {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.blog-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  box-shadow: 0 10px 26px rgba(16, 50, 108, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

/* --- single-layout.css --- */
/**
 * METRINDUST — Layout tipo WordPress (contenido + sidebar)
 */

.single-page {
  padding: 48px 0 72px;
  background: #fafbfc;
}

.single-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2.5rem;
  align-items: start;
}

.single-page__main {
  min-width: 0;
}

/* ——— Sidebar (widgets WP) ——— */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-widget {
  padding: 1.35rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 8px 22px rgba(16, 50, 108, 0.06);
}

.sidebar-widget__title {
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(38, 114, 255, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #113373;
}

.sidebar-widget__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget__list li + li {
  margin-top: 0.5rem;
}

.sidebar-widget__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #515b6e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sidebar-widget__list a:hover,
.sidebar-widget__list a:focus-visible {
  color: #2672ff;
}

.sidebar-widget__count {
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #647087;
}

.sidebar-widget__search {
  display: flex;
  gap: 0.5rem;
}

.sidebar-widget__search input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(16, 80, 178, 0.2);
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.sidebar-widget__search input:focus {
  border-color: #2672ff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(38, 114, 255, 0.2);
}

.sidebar-widget__search button {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  background: #2672ff;
  color: #ffffff;
  font-size: 1rem;
}

.sidebar-widget__cta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sidebar-widget__cta p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #515b6e;
}

.sidebar-widget__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #2672ff;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.sidebar-widget__btn:hover,
.sidebar-widget__btn:focus-visible {
  background: #1a5fe0;
}

.sidebar-post {
  display: block;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(16, 80, 178, 0.1);
  text-decoration: none;
  color: inherit;
}

.sidebar-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-post__date {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #647087;
}

.sidebar-post__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #113373;
}

.sidebar-post:hover .sidebar-post__title,
.sidebar-post:focus-visible .sidebar-post__title {
  color: #2672ff;
}

/* ——— Sección relacionados (full width bajo layout) ——— */
.single-related {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(16, 80, 178, 0.12);
}

.single-related__title {
  margin: 0 0 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: #113373;
}

/* --- single-product.css --- */
/**
 * METRINDUST — Detalle de producto (estructura tipo WooCommerce / single-product)
 */

.page-single-product .page-hero--headline {
  background-image: url("../images/breadcumb/breadcumb4.png");
}

/* ——— Banner distribuidor (detalle producto) ——— */
.page-single-product .prod-banner--flush {
  padding: 0;
  background-color: #001a4d;
}

.page-single-product .prod-banner--flush .prod-banner__carousel {
  max-width: none;
}

.page-single-product .prod-banner--flush .prod-banner__slider .owl-stage-outer {
  border-radius: 0;
}

.page-single-product .prod-banner--flush .prod-banner__slide img {
  width: 100%;
  height: auto;
  min-height: clamp(220px, 32vw, 360px);
  object-fit: cover;
  object-position: center;
}

.page-single-product .prod-banner--flush .prod-banner__arrow {
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
}

.page-single-product .prod-banner--flush .prod-banner__arrow--prev {
  left: clamp(0.75rem, 2.5vw, 2rem);
}

.page-single-product .prod-banner--flush .prod-banner__arrow--next {
  right: clamp(0.75rem, 2.5vw, 2rem);
}

.page-single-product .prod-banner__rule {
  height: 3px;
  background-color: #0090ff;
}

/* ——— Breadcrumb (debajo del banner) ——— */
.product-detail__breadcrumb-wrap {
  padding: clamp(1.25rem, 2.5vw, 1.75rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  background-color: #ffffff;
}

.product-detail__breadcrumb-wrap .product-detail__breadcrumb {
  margin-bottom: 0;
}

/* ——— Detalle de producto (nuevo diseño) ——— */
.product-detail {
  position: relative;
  padding: 0 0 clamp(3rem, 6vw, 4.5rem);
  background-color: #ffffff;
  overflow: hidden;
}

.product-detail__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
}

.product-detail .container {
  position: relative;
  z-index: 1;
}

.product-detail__breadcrumb {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.product-detail__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.product-detail__breadcrumb a {
  color: #647087;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-detail__breadcrumb a:hover,
.product-detail__breadcrumb a:focus-visible {
  color: #0090ff;
}

.product-detail__breadcrumb li + li::before {
  content: ">";
  margin-right: 0.65rem;
  color: #647087;
  font-weight: 400;
}

.product-detail__breadcrumb [aria-current="page"] {
  color: #0090ff;
  font-weight: 700;
}

.product-detail__breadcrumb .bi {
  font-size: 1rem;
  color: #647087;
}

.product-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.page-single-product .product-detail .product-gallery__main {
  position: relative;
  aspect-ratio: 1 / 1;
  max-height: none;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: none;
  overflow: hidden;
}

.page-single-product .product-detail .product-gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.product-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 44px);
  height: clamp(36px, 5vw, 44px);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1050b2;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-gallery__nav .bi {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
}

.product-gallery__nav--prev {
  left: clamp(0.65rem, 1.5vw, 0.85rem);
}

.product-gallery__nav--next {
  right: clamp(0.65rem, 1.5vw, 0.85rem);
}

.product-gallery__nav:hover,
.product-gallery__nav:focus-visible {
  background: #0090ff;
  outline: none;
}

.page-single-product .product-detail .product-gallery__thumbs {
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
  margin-top: clamp(0.85rem, 2vw, 1rem);
}

.page-single-product .product-detail .product-gallery__thumbs li {
  flex: 1 1 0;
  min-width: 0;
}

.page-single-product .product-detail .product-gallery__thumb {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: clamp(72px, 10vw, 96px);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}

.page-single-product .product-detail .product-gallery__thumb.is-active {
  background: #ffffff;
  border-color: #1050b2;
  box-shadow: 0 0 0 1px rgba(16, 80, 178, 0.15);
}

.page-single-product .product-detail .product-gallery__thumb:hover,
.page-single-product .product-detail .product-gallery__thumb:focus-visible {
  border-color: #1050b2;
  box-shadow: 0 0 0 1px rgba(16, 80, 178, 0.15);
}

.page-single-product .product-detail .product-gallery__thumb img {
  padding: 0.5rem;
}

.product-info__header {
  padding-bottom: clamp(0.85rem, 2vw, 1rem);
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
  border-bottom: 1px solid rgba(0, 144, 255, 0.35);
}

.product-info__title {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1050b2;
}

.product-info__sku {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.4;
  color: #647087;
}

.product-info__model {
  margin: 0 0 0.85rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
}

.product-info__features {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 1.4vw, 0.9375rem);
  line-height: 1.6;
  color: #515b6e;
  list-style-type: disc;
}

.product-info__features li::marker {
  color: #9aa3b5;
}

.product-info__features li + li {
  margin-top: 0.35rem;
}

.product-info__text {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 1.4vw, 0.9375rem);
  line-height: 1.6;
  color: #515b6e;
}

.product-info__text strong {
  color: #000000;
  font-weight: 700;
}

.product-info__datasheets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.product-info__datasheet {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #0090ff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.product-info__datasheet span {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.product-info__datasheet .bi {
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.product-info__datasheet::after {
  content: "\2192";
  margin-left: 0.15rem;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.product-info__datasheet:hover,
.product-info__datasheet:focus-visible {
  color: #0090ff;
  outline: none;
  opacity: 0.85;
}

.product-info__datasheet:hover span,
.product-info__datasheet:focus-visible span {
  text-decoration: underline;
}

.product-info__datasheet:hover::after,
.product-info__datasheet:focus-visible::after {
  transform: translateX(3px);
}

/* ——— Opciones de compra ——— */
.product-options {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.product-options__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1rem);
  padding: clamp(1.25rem, 2.5vw, 1.5rem);
  border-radius: 16px;
  background: #eef5fb;
}

.product-options__title {
  grid-column: 1 / -1;
  margin: 0 0 clamp(0.25rem, 0.5vw, 0.5rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.3;
  color: #000000;
}

.product-option {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0.65rem 0.75rem;
  min-height: 100%;
  padding: clamp(0.85rem, 1.5vw, 1rem);
  border: 1.5px solid #d6deeb;
  border-radius: 12px;
  background: #eef5fb;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-option.is-selected {
  border-color: #1050b2;
  box-shadow: 0 0 0 1px rgba(16, 80, 178, 0.12);
}

.product-option__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 0px 10px 0px 15px;
  background: #deecc8;
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a7c2e;
  text-transform: capitalize;
}

.product-option__radio {
  grid-row: 1 / span 2;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  border: 2px solid #c5ced9;
  border-radius: 50%;
  background: #ffffff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.product-option.is-selected .product-option__radio {
  border-color: #1050b2;
  background: radial-gradient(circle at center, #1050b2 0 5px, #ffffff 5px 100%);
}

.product-option__icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0.45rem;
  border-radius: 5px;
  background: rgba(38, 114, 255, 0.35);
  line-height: 1;
}

.product-option__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.product-option__content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.product-option__name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(0.8125rem, 1.3vw, 0.875rem);
  line-height: 1.3;
  color: #000000;
}

.product-option__desc {
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.6875rem, 1.1vw, 0.75rem);
  line-height: 1.45;
  color: #647087;
}

.product-option__price {
  margin-top: auto;
  padding-top: 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1;
  color: #000000;
}

.product-options__stock {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: clamp(1rem, 2vw, 1.25rem) 0 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #deecc8;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.8125rem, 1.3vw, 0.875rem);
  font-weight: 500;
  line-height: 1.3;
  color: #4a7c2e;
}

.product-options__stock .bi {
  flex-shrink: 0;
  font-size: 1rem;
  color: #699343;
}

.product-options__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: clamp(1rem, 2vw, 1.25rem);
}

.product-qty {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 120px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 4px;
  border-radius: 10px;
  background: #eef1f5;
  flex-shrink: 0;
}

.product-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #515b6e;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.product-qty__btn:hover,
.product-qty__btn:focus-visible {
  color: #1050b2;
  background: rgba(0, 144, 255, 0.08);
  outline: none;
}

.product-qty__value {
  flex: 1 1 0;
  min-width: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.product-info__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: min(100%, 200px);
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  background: #1050b2;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}



.product-info__footer {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.5rem);
  border-top: 1px solid rgba(0, 144, 255, 0.35);
}

.product-info__sheet {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  width: auto;
  max-width: 100%;
  min-height: 56px;
  padding: 0.65rem 1.5rem;
  border: 1px solid #0090ff;
  border-radius: 20px;
  background: #ffffff;
  color: #0090ff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-info__sheet-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.15;
}

.product-info__sheet .bi {
  flex-shrink: 0;
  font-size: 1.625rem;
  line-height: 1;
}



.single-page--related {
  padding-top: 0;
}







.single-product,
.single-service,
.single-lab {
  padding: 1.75rem;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  box-shadow: 0 12px 32px rgba(16, 50, 108, 0.08);
}

.single-product__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(16, 80, 178, 0.1);
}

/* ——— Galería ——— */
.product-gallery__main {
  position: relative;
  aspect-ratio: 1 / 1;
  max-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background: radial-gradient(53% 53% at 50% 47%, #f6f8f9 37.5%, #cfd5dc 100%);
  border: 1px solid rgba(16, 80, 178, 0.12);
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 1.5rem;
}

.product-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
  list-style: none;
  padding: 0;
}

.product-gallery__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f4f8;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-gallery__thumb.is-active,
.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible {
  border-color: #2672ff;
  box-shadow: 0 0 0 2px rgba(38, 114, 255, 0.25);
  outline: none;
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
}

/* ——— Resumen (summary) ——— */
.product-summary__category {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(38, 114, 255, 0.12);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #1050b2;
  text-decoration: none;
}

.product-summary__category:hover,
.product-summary__category:focus-visible {
  background: rgba(38, 114, 255, 0.2);
  color: #113373;
}

.product-summary__title {
  margin: 0 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  color: #113373;
}

.product-summary__sku {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #647087;
}

.product-summary__sku strong {
  color: #113373;
  font-weight: 600;
}

.product-summary__excerpt {
  margin: 0 0 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #515b6e;
}

.product-summary__meta {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.product-summary__meta li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #515b6e;
}

.product-summary__meta .bi {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #2672ff;
}

.product-summary__meta strong {
  color: #113373;
  font-weight: 600;
}

.product-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product-summary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-summary__btn--primary {
  background: #2672ff;
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 18px rgba(38, 114, 255, 0.35);
}

.product-summary__btn--primary:hover,
.product-summary__btn--primary:focus-visible {
  background: #1a5fe0;
  color: #ffffff;
  transform: translateY(-2px);
}

.product-summary__btn--outline {
  background: transparent;
  color: #1050b2;
  border: 1.5px solid rgba(16, 80, 178, 0.35);
}

.product-summary__btn--outline:hover,
.product-summary__btn--outline:focus-visible {
  background: rgba(38, 114, 255, 0.08);
  color: #113373;
}

/* ——— Pestañas (tabs WP) ——— */
.product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid rgba(16, 80, 178, 0.1);
}

.product-tabs__tab {
  margin: 0;
}

.product-tabs__btn {
  display: block;
  margin-bottom: -2px;
  padding: 0.75rem 1.15rem;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #647087;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-tabs__btn:hover,
.product-tabs__btn:focus-visible {
  color: #2672ff;
  outline: none;
}

.product-tabs__btn[aria-selected="true"] {
  color: #113373;
  border-bottom-color: #2672ff;
}

.product-tabs__panel {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #515b6e;
}

.product-tabs__panel.is-active {
  display: block;
}

.product-tabs__panel h3 {
  margin: 1.25rem 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #113373;
}

.product-tabs__panel h3:first-child {
  margin-top: 0;
}

.product-tabs__panel ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.product-tabs__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.product-tabs__table th,
.product-tabs__table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid rgba(16, 80, 178, 0.12);
}

.product-tabs__table th {
  width: 38%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #113373;
  background: rgba(38, 114, 255, 0.06);
}

.single-page--related {
  padding-top: 0;
}

/* ——— Relacionados (página producto) ——— */
.page-single-product .prod-page-outro--single {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.page-single-product .prod-page-outro--single .single-related {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.page-single-product .single-related__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.5625rem);
  line-height: 1.2;
  text-align: left;
  color: #1050b2;
}

.page-single-product .single-related__featured {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  overflow: visible;
}

.page-single-product .single-related__featured .prod-featured {
  margin-top: 0;
  overflow: visible;
}

/* ——— Relacionados (legacy) ——— */
.single-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.single-related__card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-related__card img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}

.single-related__card h3 {
  margin: 0 0 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #113373;
}

.single-related__card span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #647087;
}

/* --- single-lab.css --- */
/**
 * METRINDUST — Detalle de laboratorio (estructura tipo single / custom post)
 */



.page-single-lab .page-hero--headline {
  background-image: url("../images/breadcumb/breadcumb5.png");
}

/* ——— Intro del laboratorio (después del hero) ——— */
.lab-intro {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0 clamp(64px, 9vw, 96px);
  background-color: #ffffff;
  overflow: hidden;
}

.lab-intro__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.lab-intro .container {
  position: relative;
  z-index: 1;
}

.lab-intro__header {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.lab-intro .section-badge {
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
  background: #ffffff;
}

.lab-intro__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: #647087;
}

.lab-intro__lead strong {
  color: #515b6e;
  font-weight: 700;
}

.lab-intro__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  padding: 0;
  list-style: none;
}

.lab-intro__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 clamp(0.75rem, 2vw, 1.5rem);
}

.lab-intro__feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: clamp(72px, 11vw, 96px);
  background: rgba(200, 208, 220, 0.9);
}

.lab-intro__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.lab-intro__icon img {
  display: block;
  width: auto;
  height: 6rem;
  max-width: 100%;
  object-fit: contain;
}

.lab-intro__feature-text {
  margin: 0;
  max-width: 11rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #647087;
}

.lab-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.lab-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.75rem;
  border-radius: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lab-intro__btn--primary {
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(38, 114, 255, 0.28);
}

.lab-intro__btn--outline {
  border: 2px solid rgba(16, 80, 178, 0.32);
  color: #1050b2;
  background: transparent;
}

/* ——— Lab intro diseño 2: contenido + imagen ——— */
.lab-intro--design-2 .lab-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.lab-intro--design-2 .lab-intro__header {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.lab-intro--design-2 .lab-intro__lead {
  max-width: 36rem;
}

.lab-intro--design-2 .lab-intro__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.25rem);
}

.lab-intro--design-2 .lab-intro__feature {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 0.85rem;
  padding: 0;
}

.lab-intro--design-2 .lab-intro__feature:not(:last-child)::after {
  display: none;
}

.lab-intro--design-2 .lab-intro__icon {
  margin-bottom: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.lab-intro--design-2 .lab-intro__icon img {
  height: 2.5rem;
}

.lab-intro--design-2 .lab-intro__feature-text {
  max-width: none;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.lab-intro--design-2 .lab-intro__actions {
  justify-content: flex-start;
}

.lab-intro--design-2 .lab-intro__media {
  margin: 0;
}

.lab-intro--design-2 .lab-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}

/* ——— Lab servicios (intro + tipos / válvulas) ——— */
.lab-services {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0;
  background-color: #ffffff;
  overflow: hidden;
}

.lab-services__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}

.lab-services .container {
  position: relative;
  z-index: 1;
}

.lab-services__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.lab-services__title {
  margin: 0 0 clamp(0.85rem, 1.8vw, 1.15rem);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 39.1px;
  line-height: 130%;
  text-align: left;
  background: radial-gradient(83.33% 83.33% at 17.06% 76.92%, #113373 0%, #114293 47.01%, #2672ff 91.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lab-services__lead {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  max-width: 36rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #647087;
}

.lab-services__lead strong {
  color: #113373;
  font-weight: 700;
}

.lab-services__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}

.lab-services__feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.lab-services__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #0090ff;
  font-size: 1.75rem;
  line-height: 1;
}

.lab-services__icon img {
  display: block;
  width: auto;
  height: 2.5rem;
  object-fit: contain;
}

.lab-services__feature-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #647087;
}

.lab-services__media {
  margin: 0;
}

.lab-services__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.lab-services__types {
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.lab-services__types-title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 31.3px;
  line-height: 130%;
  text-align: center;
  background: radial-gradient(83.33% 83.33% at 17.06% 76.92%, #113373 0%, #114293 47.01%, #2672ff 91.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lab-services__carousel {
  position: relative;
  padding-inline: 56px;
  overflow: visible;
}

.lab-services__slider {
  overflow: hidden;
}

.lab-services__card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.lab-services__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(160px, 22vw, 200px);
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f3f5f8 0%, #e8ecf2 100%);
  border: 1px solid rgba(180, 190, 204, 0.45);
  overflow: hidden;
}

.lab-services__card-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.lab-services__card-label {
  margin: 0.85rem 0 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
  line-height: 1.35;
  text-align: center;
  color: #647087;
}

.lab-services__arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #1050b2;
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: box-shadow 0.25s ease, opacity 0.25s ease;
}

.lab-services__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.lab-services__arrow:hover,
.lab-services__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
}

.lab-services__arrow:focus-visible {
  outline: 2px solid #2672ff;
  outline-offset: 2px;
}

.lab-services__arrow--prev {
  left: 0;
}

.lab-services__arrow--next {
  right: 0;
}

.lab-services__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* ——— Lab complementarios ——— */
.lab-complementary {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0;
  background-color: #ffffff;
  overflow: hidden;
}

.lab-complementary__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}

.lab-complementary .container {
  position: relative;
  z-index: 1;
}

.lab-complementary__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.lab-complementary__header {
  max-width: 100%;
}

.lab-complementary__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.lab-complementary__title {
  margin: 0 0 clamp(0.85rem, 1.8vw, 1.15rem);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 39.1px;
  line-height: 130%;
  text-align: left;
  background: radial-gradient(83.33% 83.33% at 17.06% 76.92%, #113373 0%, #114293 47.01%, #2672ff 91.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
}

.lab-complementary__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: left;
  color: #647087;
}

.lab-complementary__lead strong {
  color: #113373;
  font-weight: 700;
}

.lab-complementary__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 1.6vw, 1rem);
}

.lab-complementary__feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.lab-complementary__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #2672ff;
  font-size: 0.875rem;
  line-height: 1;
}

.lab-complementary__icon img {
  display: block;
  width: auto;
  height: 1.25rem;
  object-fit: contain;
}

.lab-complementary__feature-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: left;
  color: #647087;
}

.lab-complementary__media {
  margin: 0;
}

.lab-complementary__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

/* ——— Lab equipamiento especializado ——— */
.lab-specialized {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0;
  background-color: #113373;
  overflow: hidden;
}

.lab-specialized__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.25;
}

.lab-specialized .container {
  position: relative;
  z-index: 1;
}

.lab-specialized__header {
  max-width: 52rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.lab-specialized__title {
  margin: 0 0 clamp(0.75rem, 1.6vw, 1rem);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 39.1px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.lab-specialized__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
}

.lab-specialized__carousel {
  position: relative;
  padding-inline: 56px;
  overflow: visible;
}

.lab-specialized__slider {
  --lab-specialized-gap: 20px;
  overflow: hidden;
}

.lab-specialized__slider .swiper-wrapper {
  align-items: stretch;
}

.lab-specialized__slider .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.lab-specialized__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.lab-specialized__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(120px, 16vw, 160px);
  padding: 8px 8px 16px;
  overflow: hidden;
}

.lab-specialized__card-media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 140px;
  height: auto;
  object-fit: contain;
}

.lab-specialized__card-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 clamp(0.85rem, 1.8vw, 1.1rem);
  background-color: #c5d4f0;
}

.lab-specialized__card-title {
  margin: 0 0 0.5rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #1050B2;
}

.lab-specialized__card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #647087;
}

.lab-specialized__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #647087;
  box-shadow: 0 4px 16px rgba(17, 51, 115, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lab-specialized__arrow i {
  font-size: 1rem;
  line-height: 1;
}

.lab-specialized__arrow:hover,
.lab-specialized__arrow:focus-visible {
  background: #ffffff;
  color: #113373;
}

.lab-specialized__arrow:focus-visible {
  outline: 2px solid #2672ff;
  outline-offset: 2px;
}

.lab-specialized__arrow--prev {
  left: 0;
}

.lab-specialized__arrow--next {
  right: 0;
}

.lab-specialized__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}


.single-lab .product-gallery__main {
  aspect-ratio: 4 / 3;
  max-height: 400px;
}

.single-lab .product-gallery__main img {
  object-fit: cover;
  padding: 0;
}

.single-lab .product-summary__category {
  background: rgba(17, 51, 115, 0.1);
  color: #113373;
}



/* ——— Equipos que calibramos ——— */
.lab-equipment {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  overflow: hidden;
}

.lab-equipment__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.55;
}

.lab-equipment .container {
  position: relative;
  z-index: 1;
}

.lab-equipment__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.lab-equipment__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: var(--section-text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lab-equipment__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.lab-equipment__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.lab-equipment__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(
    46.5% 46.5% at 48.82% 50.75%,
    #f5f7f6 36.06%,
    #cacfd3 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.lab-equipment__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ——— Servicio actividades (clone lab-equipment + nota) ——— */
.service-activities {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  overflow: hidden;
  background-color: #ffffff;
}

.service-activities__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.55;
}

.service-activities .container {
  position: relative;
  z-index: 1;
}

.service-activities__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.service-activities__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: var(--section-text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-activities__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.service-activities__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.service-activities__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(
    46.5% 46.5% at 48.82% 50.75%,
    #f5f7f6 36.06%,
    #cacfd3 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-activities__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.service-activities__note {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(17, 51, 115, 0.04);
}

.service-activities__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e11d48;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
}

.service-activities__note-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #0090ff;
}

.service-activities__note-label {
  font-weight: 700;
  color: inherit;
  margin-right: 0.35rem;
}

.service-activities__note-value {
  font-weight: 400;
  color: inherit;
  white-space: normal;
}

.lab-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-inner-border-radius: 16px;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.lab-accordion .accordion-item:first-of-type,
.lab-accordion .accordion-item:last-of-type {
  border-radius: 0;
}

.lab-accordion .accordion-item:first-of-type > .accordion-header .accordion-button,
.lab-accordion .accordion-item:last-of-type > .accordion-header .accordion-button,
.lab-accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
.lab-accordion .accordion-item:last-of-type > .accordion-collapse {
  border-radius: 16px;
}

.lab-accordion__item {
  margin-bottom: 0.85rem;
  border: 0;
  background: transparent;
}

.lab-accordion__item:last-child {
  margin-bottom: 0;
}

.lab-accordion__header {
  margin: 0;
}

.lab-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 56px;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(200, 208, 220, 0.65);
  border-radius: 16px;
  background: #e9e9e9;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #647087;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lab-accordion__btn::after {
  display: none;
}

.lab-accordion__btn:not(.collapsed) {
  border-color: transparent;
  background: #2672ff;
  color: #ffffff;
}

.lab-accordion__btn.collapsed:hover,
.lab-accordion__btn.collapsed:focus-visible {
  background: #e4e8ee;
  color: #647087;
}

.lab-accordion__label {
  flex: 1;
  text-align: left;
}

.lab-accordion__chevron {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
  color: #647087;
  transition: color 0.2s ease;
}

.lab-accordion__btn:not(.collapsed) .lab-accordion__chevron {
  color: #ffffff;
}

.lab-accordion__body {
  padding: 1rem 0.35rem 0.35rem 1.35rem;
}

.lab-accordion__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.lab-accordion__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #647087;
}

.lab-accordion__list .bi {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #1050b2;
}





/* ——— Cómo funciona nuestro servicio ——— */
.lab-process {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.lab-process__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.lab-process .container {
  position: relative;
  z-index: 1;
}

.lab-process__header {
  margin: 0 auto clamp(2.75rem, 5vw, 3.5rem);
  text-align: center;
}

.lab-process__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lab-process__steps {
  --lab-process-icon-size: 100px;
  --lab-process-line-gap: 16px;
  --lab-process-blue: #2672ff;
  --lab-process-line-offset: calc(var(--lab-process-icon-size) / 2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lab-process__step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.lab-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: var(--lab-process-line-offset);
  left: calc(50% + var(--lab-process-line-offset) + var(--lab-process-line-gap));
  width: calc(100% - var(--lab-process-icon-size) - (2 * var(--lab-process-line-gap)));
  height: 2px;
  background: var(--lab-process-blue);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.lab-process__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.35rem;
}

.lab-process__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--lab-process-icon-size);
  height: var(--lab-process-icon-size);
  border: 1.5px solid #0090ff;
  border-radius: 50%;
  background: #eef7ff;
}

.lab-process__num {
  position: absolute;
  top: calc(50% - 0.5 * var(--lab-process-line-offset));
  left: calc(50% - 0.866 * var(--lab-process-line-offset));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--lab-process-icon-size) * 0.32);
  height: calc(var(--lab-process-icon-size) * 0.32);
  border-radius: 50%;
  background: #0090ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: calc(var(--lab-process-icon-size) * 0.145);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.lab-process__icon-svg,
.lab-process__icon-img {
  display: block;
  width: 44%;
  height: 44%;
  object-fit: contain;
}

.lab-process__icon-svg {
  color: var(--lab-process-blue);
}

.lab-process__step-title {
  margin: 0 0 0.65rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35;
  color: #647087;
}

.lab-process__step-text {
  margin: 0 auto;
  max-width: 15rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #647087;
}





/* ——— CTA cotización ——— */
.lab-cta {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
}



.lab-cta__banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(220px, 26vw, 280px);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.lab-cta__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: auto;
  max-width: min(62%, 36rem);
  padding: clamp(2rem, 5vw, 3rem) clamp(1.75rem, 5vw, 3.5rem);
}

.lab-cta__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  line-height: 1.25;
  color: #ffffff;
}

.lab-cta__text {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: #ffffff;
}

.lab-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 2.25rem;
  border-radius: 999px;
  background: #ffffff;
  color: #0056b3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}



.lab-cta__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(22%, 520px);
  pointer-events: none;
  z-index: 1;
}

.lab-cta__media img {
  position: absolute;
  right: clamp(-2rem, -4vw, -1rem);
  bottom: clamp(-2.5rem, -5vw, -1.25rem);
  width: min(115%, 480px);
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: rotate(-12deg);
}

/* ——— Lab CTA diseño 2: full-bleed + imagen de fondo (como service-cta) ——— */
.lab-cta--design-2 {
  position: relative;
  padding: 0;
  min-height: clamp(240px, 26vw, 320px);
  overflow: hidden;
  background: linear-gradient(90deg, #0f2f6e 0%, #1050b2 48%, #1a6dff 100%);
}

.lab-cta--design-2 .lab-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.lab-cta--design-2 > .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.lab-cta--design-2 .lab-cta__banner {
  display: flex;
  align-items: center;
  min-height: clamp(240px, 26vw, 320px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lab-cta--design-2 .lab-cta__content {
  width: auto;
  max-width: min(58%, 38rem);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
  align-self: auto;
}

.lab-cta--design-2 .lab-cta__text {
  color: rgba(255, 255, 255, 0.92);
}

.lab-cta--design-2 .lab-cta__media {
  display: none;
}


/* ——— Confianza / industrias ——— */
.lab-industries {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.lab-industries__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.lab-industries .container {
  position: relative;
  z-index: 1;
}

.lab-industries__header {
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.lab-industries__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lab-industries__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.lab-industries__panel {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lab-industries__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.lab-industries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

.lab-industries__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}

.lab-industries__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lab-industries__label {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #647087;
}





/* ——— Otros laboratorios (carrusel) ——— */
.lab-related {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.lab-related__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.lab-related .container {
  position: relative;
  z-index: 1;
}

.lab-related__header {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.lab-related__title {
  margin: 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.25;
  color: #1050b2;
}

.lab-related__lead {
  margin: 0.75rem 0 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #647087;
}

.lab-related__carousel {
  position: relative;
  padding: 0 clamp(2.5rem, 4vw, 3.25rem) 0 0;
}

.lab-related__slider {
  overflow: hidden;
  padding: 8px 4px 12px;
  margin-inline: clamp(-4px, -0.5vw, 0px);
}

.lab-related__slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.lab-related .lab-card {
  height: 100%;
}

.lab-related__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #1050b2;
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: box-shadow 0.25s ease, opacity 0.25s ease;
}

.lab-related__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.lab-related__arrow:hover,
.lab-related__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
}

.lab-related__arrow:focus-visible {
  outline: 2px solid #2672ff;
  outline-offset: 2px;
}

.lab-related__arrow--prev {
  left: clamp(-8px, -0.5vw, 0px);
}

.lab-related__arrow--next {
  right: clamp(-4px, 0.5vw, 8px);
}

.lab-related__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.lab-related__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.lab-related__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.85rem;
  border-radius: 999px;
  border: 1.5px solid #1050b2;
  background: transparent;
  color: #1050b2;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lab-related__cta:hover,
.lab-related__cta:focus-visible {
  background: rgba(38, 114, 255, 0.08);
  color: #113373;
  border-color: #113373;
  transform: translateY(-1px);
}

/* ——— Beneficios de calibración ——— */
.lab-benefits {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.lab-benefits__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.lab-benefits .container {
  position: relative;
  z-index: 1;
}

.lab-benefits__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.lab-benefits__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lab-benefits__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.375rem);
  line-height: 1.5;
  color: #647087;
}

.lab-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lab-benefits__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(1rem, 2.5vw, 1.75rem);
  text-align: center;
}

.lab-benefits__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  width: 1px;
  height: 76%;
  background: rgba(38, 114, 255, 0.22);
  pointer-events: none;
}

.lab-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}

.lab-benefits__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lab-benefits__item-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.35;
  color: #515b6e;
}

.lab-benefits__text {
  margin: 0;
  max-width: 16rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.5;
  color: #647087;
}

/* --- single-service.css --- */
/**
 * METRINDUST — Detalle de servicio (estructura tipo single / custom post)
 */



.page-single-service .page-hero--headline {
  background-image: url("../images/breadcumb/breadcumb6.png");
}

/* ——— Intro del servicio (después del hero) ——— */
.service-intro {
  position: relative;
  padding: clamp(56px, 8vw, 88px) 0 clamp(64px, 9vw, 96px);
  background-color: #ffffff;
  overflow: hidden;
}

.service-intro__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
}

.service-intro .container {
  position: relative;
  z-index: 1;
}

.service-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.service-intro__content {
  max-width: 34rem;
}

.service-intro .section-badge {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  background: #ffffff;
}

.service-intro__text {
  margin: 0 0 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: #647087;
}

.service-intro__text:last-child {
  margin-bottom: 0;
}

.service-intro__media {
  margin: 0;
}

.service-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}





/* ——— Beneficios / highlights del servicio ——— */
.service-highlights {
  position: relative;
  padding: clamp(48px, 7vw, 72px) 0 clamp(64px, 9vw, 96px);
  background-color: #ffffff;
  overflow: hidden;
}

.service-highlights__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.service-highlights .container {
  position: relative;
  z-index: 1;
}

.service-highlights__lead {
  max-width: 100%;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: #647087;
}

.service-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 clamp(2.5rem, 5vw, 3.25rem);
  padding: 0;
  list-style: none;
}

.service-highlights__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 clamp(0.75rem, 2vw, 1.5rem);
}

.service-highlights__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: clamp(72px, 11vw, 96px);
  background: rgba(200, 208, 220, 0.9);
}

.service-highlights__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.service-highlights__icon img {
  display: block;
  width: auto;
  height: 6rem;
  max-width: 100%;
  object-fit: contain;
}

.service-highlights__label {
  margin: 0;
  max-width: 11rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #647087;
}

.service-highlights__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.service-highlights__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.75rem;
  border-radius: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.service-highlights__btn--primary {
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(38, 114, 255, 0.28);
}

.service-highlights__btn--outline {
  border: 2px solid rgba(16, 80, 178, 0.32);
  color: #1050b2;
  background: transparent;
}







/* ——— Tipos de tanques (carrusel) ——— */
.service-tanks {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.service-tanks__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.service-tanks .container {
  position: relative;
  z-index: 1;
}

.service-tanks__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.service-tanks__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-tanks__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.service-tanks__carousel {
  position: relative;
  padding: 0 clamp(2.75rem, 5vw, 3.5rem);
}

.service-tanks__slider {
  overflow: hidden;
  padding: 8px 4px 12px;
}

.service-tanks__slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.service-tanks__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.service-tanks__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(160px, 18vw, 200px);
  margin-bottom: 1rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border-radius: 20px;
  overflow: hidden;
  background: radial-gradient(
    46.5% 46.5% at 48.82% 50.75%,
    #f5f7f6 60%,
    #cacfd3 100%
  );
}

.service-tanks__card-media img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.service-tanks__card-label {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.4;
  color: #647087;
}

.service-tanks__arrow {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #1050b2;
  box-shadow: 0 6px 20px rgba(16, 80, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: box-shadow 0.25s ease, opacity 0.25s ease;
}

.service-tanks__arrow i {
  font-size: 1.15rem;
  line-height: 1;
}

.service-tanks__arrow:hover,
.service-tanks__arrow:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(16, 80, 178, 0.32);
}

.service-tanks__arrow:focus-visible {
  outline: 2px solid #2672ff;
  outline-offset: 2px;
}

.service-tanks__arrow--prev {
  left: 0;
}

.service-tanks__arrow--next {
  right: 0;
}

.service-tanks__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}



/* ——— Procedimientos y metodologías ——— */
.service-methods {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  overflow: hidden;
}

.service-methods__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.service-methods .container {
  position: relative;
  z-index: 1;
}

.service-methods__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.service-methods__title,
.service-methods__steps-title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-methods__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.service-methods__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.service-methods__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

.service-methods__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.service-methods__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.2rem;
  background: none;
  color: #2672ff;
  font-size: 0.85rem;
  line-height: 1;
}

.service-methods__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.service-methods__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-methods__note {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 clamp(2.75rem, 5.5vw, 4rem);
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(17, 51, 115, 0.04);
}

.service-methods__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e11d48;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
}

.service-methods__note-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #0090ff;
}

.service-methods__note-label {
  font-weight: 700;
  color: inherit;
  margin-right: 0.35rem;
}

.service-methods__note-value {
  font-weight: 400;
  color: inherit;
  white-space: normal;
}

.service-methods__steps-header {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
}

.service-methods__steps-header .service-methods__steps-title {
  margin: 0;
}

.service-methods__steps {
  --service-methods-icon-size: 100px;
  --service-methods-line-gap: 16px;
  --service-methods-blue: #2672ff;
  --service-methods-line-offset: calc(var(--service-methods-icon-size) / 2);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-methods__steps--simple {
  gap: clamp(1.5rem, 5vw, 4rem);
}

.service-methods__steps--simple .service-methods__step {
  max-width: 16.5rem;
}

.service-methods__steps--simple .service-methods__step:not(:last-child)::after {
  display: none;
}

.service-methods__steps--simple .service-methods__num {
  display: none;
}

.service-methods__step {
  position: relative;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.service-methods__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: var(--service-methods-line-offset);
  left: calc(50% + var(--service-methods-line-offset) + var(--service-methods-line-gap));
  width: calc(100% - var(--service-methods-icon-size) - (2 * var(--service-methods-line-gap)));
  height: 2px;
  background: var(--service-methods-blue);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.service-methods__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.service-methods__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--service-methods-icon-size) !important;
  height: var(--service-methods-icon-size) !important;
  border: 1.5px solid #0090ff;
  border-radius: 50%;
  background: #eef7ff;
  color: #515b6e;
}

.service-methods__icon-wrap i,
.service-methods__icon-wrap svg,
.service-methods__icon-fa {
  font-size: 2.25rem;
  line-height: 1;
  width: 2.25rem;
  height: 2.25rem;
  color: inherit;
  fill: currentColor;
}

.service-methods__num {
  position: absolute;
  top: calc(50% - 0.5 * var(--service-methods-line-offset));
  left: calc(50% - 0.866 * var(--service-methods-line-offset));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--service-methods-icon-size) * 0.32);
  height: calc(var(--service-methods-icon-size) * 0.32);
  border-radius: 50%;
  background: #0090ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: calc(var(--service-methods-icon-size) * 0.145);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.service-methods__icon-img {
  display: block;
  width: 44%;
  height: 44%;
  object-fit: contain;
}

.service-methods__step-title {
  margin: 0 0 0.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.3;
  color: #113373;
}

.service-methods__step-text {
  margin: 0 auto;
  max-width: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.4;
  color: #113373;
}

/* ——— Pasos / Ejecución (General) ——— */
.gdl-steps {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  overflow: hidden;
  background-color: #ffffff;
}

.gdl-steps__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.gdl-steps .container {
  position: relative;
  z-index: 1;
}

.gdl-steps__header {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
}

.gdl-steps__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.gdl-steps__list {
  --gdl-steps-icon-size: 100px;
  --gdl-steps-line-gap: 16px;
  --gdl-steps-blue: #2672ff;
  --gdl-steps-line-offset: calc(var(--gdl-steps-icon-size) / 2);
  --gdl-steps-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--gdl-steps-cols), minmax(0, 1fr));
  justify-items: center;
  gap: 0;
  row-gap: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.gdl-steps__list--cols-1 {
  --gdl-steps-cols: 1;
}

.gdl-steps__list--cols-2 {
  --gdl-steps-cols: 2;
}

.gdl-steps__list--cols-3 {
  --gdl-steps-cols: 3;
}

.gdl-steps__list--cols-4 {
  --gdl-steps-cols: 4;
  --gdl-steps-icon-size: 88px;
  --gdl-steps-line-gap: 10px;
}

.gdl-steps__list--simple {
  gap: clamp(1.5rem, 5vw, 4rem);
}

.gdl-steps__list--simple .gdl-steps__item {
  max-width: 16.5rem;
}

.gdl-steps__list--simple .gdl-steps__item:not(:last-child)::after {
  display: none;
}

.gdl-steps__list--simple .gdl-steps__num {
  display: none;
}

.gdl-steps__item {
  position: relative;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.gdl-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: var(--gdl-steps-line-offset);
  left: calc(50% + var(--gdl-steps-line-offset) + var(--gdl-steps-line-gap));
  width: calc(100% - var(--gdl-steps-icon-size) - (2 * var(--gdl-steps-line-gap)));
  height: 2px;
  background: var(--gdl-steps-blue);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

/* No dibujar línea al final de cada fila */
.gdl-steps__list--cols-1 .gdl-steps__item::after,
.gdl-steps__list--cols-2 .gdl-steps__item:nth-child(2n)::after,
.gdl-steps__list--cols-3 .gdl-steps__item:nth-child(3n)::after,
.gdl-steps__list--cols-4 .gdl-steps__item:nth-child(4n)::after {
  display: none;
}

.gdl-steps__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.gdl-steps__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--gdl-steps-icon-size) !important;
  height: var(--gdl-steps-icon-size) !important;
  border: 1.5px solid #0090ff;
  border-radius: 50%;
  background: #eef7ff;
  color: #515b6e;
}

.gdl-steps__icon-wrap i,
.gdl-steps__icon-wrap svg,
.gdl-steps__icon-fa {
  font-size: 2.25rem;
  line-height: 1;
  width: 2.25rem;
  height: 2.25rem;
  color: inherit;
  fill: currentColor;
}

.gdl-steps__num {
  position: absolute;
  top: calc(50% - 0.5 * var(--gdl-steps-line-offset));
  left: calc(50% - 0.866 * var(--gdl-steps-line-offset));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--gdl-steps-icon-size) * 0.32);
  height: calc(var(--gdl-steps-icon-size) * 0.32);
  border-radius: 50%;
  background: #0090ff;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: calc(var(--gdl-steps-icon-size) * 0.145);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.gdl-steps__item-title {
  margin: 0 0 0.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #647087;
}

.gdl-steps__item-text {
  margin: 0 auto;
  max-width: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.4;
  text-align: center;
  color: #647087;
}

/* --- Etapas de calificacion (IQ / OQ / PQ) --- */
.service-stages {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.service-stages__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}

.service-stages .container {
  position: relative;
  z-index: 1;
}

.service-stages__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  max-width: 46rem;
  text-align: center;
}

.service-stages__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-stages__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.service-stages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.5vw, 1.75rem);
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.service-stages__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  padding: 3rem;
  border: 1px solid #d7e0ec;
  border-radius: 24px;
  background: #f7f9fc;
}

.service-stages__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0090ff;
  font-size: 2.5rem;
  line-height: 1;
}

.service-stages__card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  text-align: left;
}

.service-stages__card-code {
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1;
  color: #0090ff;
}

.service-stages__card-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.25;
  color: #0090ff;
}

.service-stages__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
  width: 100%;
}

.service-stages__point {
  position: relative;
  padding-left: 1.1rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.45;
  color: #515b6e;
}

.service-stages__point::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #515b6e;
}

.service-stages__point-label {
  font-weight: 700;
  color: #515b6e;
  margin-right: 0.25rem;
}

.service-stages__point-text {
  font-weight: 400;
  color: #647087;
}

.service-stages__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0;
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid #d7e0ec;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(17, 51, 115, 0.04);
}

.service-stages__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e11d48;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
}

.service-stages__note-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
  line-height: 1.35;
  color: #0090ff;
}

.service-stages__note-label {
  font-weight: 700;
  color: inherit;
  margin-right: 0.35rem;
}

.service-stages__note-value {
  font-weight: 400;
  color: inherit;
}


/* ——— Servicios incluidos ——— */
.service-included {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.service-included__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.service-included .container {
  position: relative;
  z-index: 1;
}

.service-included__header {
  margin: 0 auto clamp(2.25rem, 4.5vw, 3.25rem);
  max-width: 40rem;
  text-align: center;
}

.service-included__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 39.1px;
  line-height: 1.2;
  text-align: center;
  background: radial-gradient(
    83.33% 83.33% at 17.06% 76.92%,
    #113373 0%,
    #114293 47.01%,
    #2672ff 91.28%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-included__lead {
  margin: 0.75rem 0 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #647087;
}

.service-included__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 2.5vw, 1.75rem);
  margin: 0;
  padding: 0.75rem 0.5rem 0;
  list-style: none;
}

.service-included__item {
  min-width: 0;
}

.service-included__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e4e9f2;
  border-radius: 1.15rem;
  background: #ffffff;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

a.service-included__card:hover,
a.service-included__card:focus-visible {
  border-color: rgba(16, 80, 178, 0.35);
  box-shadow: 0 12px 28px rgba(16, 80, 178, 0.12);
  transform: translateY(-3px);
}

.service-included__icon {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0090ff;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 144, 255, 0.28);
}

.service-included__icon i {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: inherit;
}

.service-included__icon svg {
  display: block;
  width: 30px;
  height: 30px;
  color: inherit;
  fill: currentColor;
}

.service-included__media {
  position: relative;
  overflow: hidden;
  border-radius: 1.15rem 1.15rem 0 0;
  background: #eef2f7;
}

.service-included__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-included__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 1.25rem 1.35rem;
}

.service-included__card-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.3;
  color: #1050b2;
}

.service-included__card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.975rem;
  line-height: 1.45;
  color: #647087;
}

/* ——— Beneficios de la cubicación ——— */
.service-gains {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  background-color: #ffffff;
  overflow: hidden;
}

.service-gains__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.service-gains .container {
  position: relative;
  z-index: 1;
}

.service-gains__header {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.service-gains__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-gains__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-gains__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(1rem, 2.5vw, 1.75rem);
  text-align: center;
}

.service-gains__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  width: 1px;
  height: 76%;
  background: rgba(38, 114, 255, 0.22);
  pointer-events: none;
}

.service-gains__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}

.service-gains__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-gains__item-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.35;
  color: #515b6e;
}

.service-gains__text {
  margin: 0;
  max-width: 16rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.5;
  color: #647087;
}





/* ——— CTA cubicación ——— */
.service-cta {
  padding-top: 0;
  padding-bottom: 0;
  min-height: clamp(300px, 28vw, 380px);
  background: linear-gradient(90deg, #113373 0%, #1050b2 42%, #2972ff 100%);
}

.service-cta .container {
  height: 100%;
}

.service-cta__banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(300px, 28vw, 380px);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.service-cta__content {
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  width: 85%;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.75rem, 5vw, 3.5rem);
}

.service-cta__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  line-height: 1.25;
  color: #ffffff;
}

.service-cta__text {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.55;
  color: #ffffff;
}

.service-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 2.25rem;
  border-radius: 999px;
  background: #ffffff;
  color: #0056b3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}



.service-cta__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(22%, 420px);
  pointer-events: none;
  z-index: 1;
}

.service-cta__media img {
  position: absolute;
  right: clamp(-1rem, -2vw, 0px);
  bottom: 0;
  width: min(110%, 400px);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
}

/* ——— Service CTA diseño 2: full-bleed + imagen de fondo ——— */
.service-cta--design-2 {
  position: relative;
  padding: 0;
  min-height: clamp(240px, 26vw, 320px);
  overflow: hidden;
  background: linear-gradient(90deg, #0f2f6e 0%, #1050b2 48%, #1a6dff 100%);
}

.service-cta--design-2 .service-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.service-cta--design-2 > .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.service-cta--design-2 .service-cta__banner {
  display: flex;
  align-items: center;
  min-height: clamp(240px, 26vw, 320px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-cta--design-2 .service-cta__content {
  width: auto;
  max-width: min(58%, 38rem);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
  align-self: auto;
}

.service-cta--design-2 .service-cta__text {
  color: rgba(255, 255, 255, 0.92);
}

.service-cta--design-2 .service-cta__media {
  display: none;
}


/* ——— Entregables del servicio ——— */
.service-deliverables {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 0;
  background-color: #ffffff;
  overflow: hidden;
}

.service-deliverables__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}

.service-deliverables .container {
  position: relative;
  z-index: 1;
}

.service-deliverables__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
}

.service-deliverables__content {
  max-width: 52rem;
}

.service-deliverables__title {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-deliverables__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-deliverables__item {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  box-sizing: border-box;
  /* Ancho uniforme: la cascada se lee limpia aunque el texto varíe. */
  width: min(100%, 35rem);
  max-width: 100%;
  padding: 1rem clamp(1.35rem, 2.8vw, 1.85rem);
  border: 1px solid rgba(200, 208, 220, 0.85);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.4;
  color: #647087;
}

/* Cascada progresiva hasta 8 ítems. */
.service-deliverables__item:nth-child(1) {
  margin-left: 0;
}

.service-deliverables__item:nth-child(2) {
  margin-left: clamp(1.25rem, 2.8vw, 2rem);
}

.service-deliverables__item:nth-child(3) {
  margin-left: clamp(2.5rem, 5.5vw, 4rem);
}

.service-deliverables__item:nth-child(4) {
  margin-left: clamp(3.75rem, 8vw, 6rem);
}

.service-deliverables__item:nth-child(5) {
  margin-left: clamp(5rem, 10.5vw, 8rem);
}

.service-deliverables__item:nth-child(6) {
  margin-left: clamp(6.25rem, 13vw, 10rem);
}

.service-deliverables__item:nth-child(7) {
  margin-left: clamp(7.5rem, 15.5vw, 12rem);
}

.service-deliverables__item:nth-child(8) {
  margin-left: clamp(8.75rem, 18vw, 14rem);
}

.service-deliverables__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2672ff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.service-deliverables__media {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: stretch;
  min-height: clamp(300px, 34vw, 460px);
}

.service-deliverables__media img {
  display: block;
  width: min(108%, 520px);
  max-height: clamp(340px, 40vw, 500px);
  height: auto;
  object-fit: contain;
  object-position: bottom right;
}







/* ——— Confianza / industrias ——— */
.service-industries {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(72px, 10vw, 104px);
  overflow: hidden;
}

.service-industries__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg/bg01.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.95;
}

.service-industries .container {
  position: relative;
  z-index: 1;
}

.service-industries__header {
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.service-industries__title {
  margin: 0 0 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  background: radial-gradient(
    83.33% 412.7% at 17.06% 76.92%,
    #113373 0%,
    #114292 47%,
    #2672ff 91%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.service-industries__lead {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
  color: #647087;
}

.service-industries__panel {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(200, 208, 220, 0.65);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.service-industries__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-industries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

.service-industries__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}

.service-industries__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-industries__label {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #647087;
}

/* --- single-post.css --- */
/**
 * METRINDUST — Detalle de noticia (estructura tipo single-post WordPress)
 */

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  height: 3px;
  background: rgba(16, 80, 178, 0.08);
  pointer-events: none;
}

.reading-progress__bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1050b2 0%, #2672ff 100%);
  transition: width 0.08s linear;
}

.page-single-post .page-hero--article {
  min-height: clamp(140px, 18vw, 180px);
}

.single-page--post {
  background:
    radial-gradient(ellipse 70% 40% at 10% 0%, rgba(38, 114, 255, 0.06), transparent 55%),
    linear-gradient(180deg, #f4f7fb 0%, #fafbfc 40%, #ffffff 100%);
}

/* WP también pone .single-post en <body>; limitar al article de la maqueta */
article.single-post {
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.1);
  box-shadow: 0 16px 40px rgba(16, 50, 108, 0.08);
}

.entry-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-bottom: 1.15rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.entry-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1050b2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, gap 0.2s ease;
}

.entry-breadcrumb__link:hover,
.entry-breadcrumb__link:focus-visible {
  color: #2672ff;
  gap: 0.55rem;
}

.entry-breadcrumb__sep {
  color: rgba(100, 112, 135, 0.55);
}

.entry-breadcrumb__current {
  color: #647087;
  text-decoration: none;
}

.entry-breadcrumb__current:hover,
.entry-breadcrumb__current:focus-visible {
  color: #1050b2;
}

/* ——— entry-header ——— */
.entry-header {
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.35rem, 3vw, 2.5rem) 0;
}

.entry-header__meta-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin-bottom: 0.95rem;
}

.entry-header__category {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(38, 114, 255, 0.12);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #1050b2;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.entry-header__category:hover,
.entry-header__category:focus-visible {
  background: rgba(38, 114, 255, 0.22);
  transform: translateY(-1px);
}

.entry-header__date,
.entry-header__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  color: #647087;
}

.entry-header__date::before,
.entry-header__reading::before {
  content: none;
  margin: 0;
}

.entry-header__date .bi,
.entry-header__reading .bi {
  font-size: 0.85em;
  color: #2672ff;
}

.entry-header__title {
  margin: 0 0 0.85rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #113373;
}

.entry-header__lead {
  margin: 0 0 1.35rem;
  max-width: 42rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
  color: #515b6e;
}

.entry-header__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 0 1.35rem;
  border-bottom: 1px solid rgba(16, 80, 178, 0.1);
}

.entry-header__avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(38, 114, 255, 0.28);
}

.entry-header__author-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #515b6e;
}

.entry-header__author-text strong {
  display: block;
  margin-bottom: 0.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #113373;
}

/* ——— post-thumbnail ——— */
.post-thumbnail {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

article.single-post:hover .post-thumbnail img {
  transform: scale(1.02);
}

.post-thumbnail__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.65rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(17, 51, 115, 0.72));
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}

/* ——— entry-content ——— */
.page-single-post .entry-content,
article.single-post .entry-content {
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.35rem, 3vw, 2.75rem);
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
  line-height: 1.8;
  color: #3f4860;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.page-single-post .entry-content h2,
article.single-post .entry-content h2 {
  margin: 2.35rem 0 0.9rem;
  padding-left: 0.85rem;
  border-left: 3px solid #2672ff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.3;
  color: #113373;
}

.page-single-post .entry-content h3,
article.single-post .entry-content h3 {
  margin: 1.75rem 0 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #113373;
}

.page-single-post .entry-content p,
article.single-post .entry-content p {
  margin: 0 0 1.25rem;
}

.page-single-post .entry-content ul,
.page-single-post .entry-content ol,
article.single-post .entry-content ul,
article.single-post .entry-content ol {
  margin: 0 0 1.35rem;
  padding-left: 1.25rem;
}

.page-single-post .entry-content ul,
article.single-post .entry-content ul {
  list-style: none;
  padding-left: 0;
}

.page-single-post .entry-content ul li,
article.single-post .entry-content ul li {
  position: relative;
  padding-left: 1.45rem;
}

.page-single-post .entry-content ul li::before,
article.single-post .entry-content ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.15rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #2672ff;
}

.page-single-post .entry-content li + li,
article.single-post .entry-content li + li {
  margin-top: 0.5rem;
}

.page-single-post .entry-content a,
article.single-post .entry-content a {
  color: #1050b2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.page-single-post .entry-content a:hover,
.page-single-post .entry-content a:focus-visible,
article.single-post .entry-content a:hover,
article.single-post .entry-content a:focus-visible {
  color: #2672ff;
}

.page-single-post .entry-content blockquote,
article.single-post .entry-content blockquote {
  margin: 1.75rem 0;
  padding: 1.15rem 1.35rem;
  border-left: 4px solid #2672ff;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(38, 114, 255, 0.1), rgba(38, 114, 255, 0.03));
  font-style: italic;
  color: #113373;
}

.page-single-post .entry-content img,
article.single-post .entry-content img {
  border-radius: 14px;
}

.page-single-post .entry-content figure,
article.single-post .entry-content figure {
  margin: 1.75rem 0;
}

.page-single-post .entry-content figcaption,
article.single-post .entry-content figcaption {
  margin-top: 0.55rem;
  font-size: 0.875rem;
  color: #647087;
  text-align: center;
}

.page-single-post .entry-content table,
article.single-post .entry-content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.page-single-post .entry-content th,
.page-single-post .entry-content td,
article.single-post .entry-content th,
article.single-post .entry-content td {
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(16, 80, 178, 0.14);
  text-align: left;
}

.page-single-post .entry-content th,
article.single-post .entry-content th {
  background: rgba(38, 114, 255, 0.08);
  color: #113373;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* ——— entry-footer ——— */
.entry-footer {
  padding: 0 clamp(1.35rem, 3vw, 2.75rem) clamp(1.5rem, 3vw, 2rem);
}

.entry-footer__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.entry-footer__tags-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #113373;
}

.entry-footer__tag {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #f0f4f8;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  color: #515b6e;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.entry-footer__tag:hover,
.entry-footer__tag:focus-visible {
  background: rgba(38, 114, 255, 0.15);
  color: #1050b2;
  transform: translateY(-1px);
}

.entry-footer__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  background: #f5f9fc;
  border: 1px solid rgba(16, 80, 178, 0.1);
}

.entry-footer__share-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #113373;
}

.entry-footer__share a,
.entry-footer__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.14);
  color: #1050b2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.entry-footer__share a:hover,
.entry-footer__share a:focus-visible,
.entry-footer__copy:hover,
.entry-footer__copy:focus-visible {
  background: #2672ff;
  border-color: #2672ff;
  color: #ffffff;
  transform: translateY(-1px);
}

.entry-footer__copy {
  gap: 0.4rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
}

.entry-footer__copy.is-copied {
  background: #1050b2;
  border-color: #1050b2;
  color: #ffffff;
}

.entry-footer__copy-label {
  line-height: 1;
}

/* ——— Navegación entre posts ——— */
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 clamp(1.35rem, 3vw, 2.25rem) clamp(1.35rem, 3vw, 2.25rem);
}

.post-navigation__placeholder {
  display: block;
}

.post-navigation__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7faff 0%, #f0f5fb 100%);
  border: 1px solid rgba(16, 80, 178, 0.12);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.post-navigation__link:hover,
.post-navigation__link:focus-visible {
  border-color: rgba(38, 114, 255, 0.4);
  box-shadow: 0 10px 24px rgba(16, 50, 108, 0.1);
  transform: translateY(-2px);
}

.post-navigation__link--next {
  text-align: right;
  align-items: flex-end;
}

.post-navigation__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #647087;
}

.post-navigation__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #113373;
}

/* ——— Sidebar post UX ——— */
.page-single-post .sidebar--post .sidebar__sticky {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 6.5rem;
}

.sidebar-widget--cta {
  background: linear-gradient(155deg, #113373 0%, #1050b2 48%, #2672ff 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(16, 50, 108, 0.22);
}

.sidebar-widget--cta .sidebar-widget__title,
.sidebar-widget--cta .sidebar-widget__eyebrow,
.sidebar-widget--cta p {
  color: #ffffff;
}

.sidebar-widget--cta .sidebar-widget__title {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.sidebar-widget__eyebrow {
  margin: 0 0 0.45rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

.sidebar-widget--cta .sidebar-widget__btn {
  gap: 0.45rem;
  background: #ffffff;
  color: #1050b2 !important;
}

.sidebar-widget--cta .sidebar-widget__btn:hover,
.sidebar-widget--cta .sidebar-widget__btn:focus-visible {
  background: #f5f9ff;
  color: #113373 !important;
}

.sidebar-widget__list a .sidebar-widget__count {
  min-width: 1.6rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: rgba(38, 114, 255, 0.1);
  text-align: center;
  font-weight: 600;
}

.sidebar-post--media {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0;
}

.sidebar-post__thumb {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(155deg, #1050b2 0%, #2672ff 100%);
}

.sidebar-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sidebar-post__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

/* ——— Relacionados blog ——— */
.single-related__header {
  margin-bottom: 1.35rem;
}

.single-related__eyebrow {
  margin: 0 0 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2672ff;
}

.single-related__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.single-related__posts .blog-card__media {
  aspect-ratio: 16 / 10;
}

.single-related__posts .blog-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.single-related__posts .blog-card:hover .blog-card__media img,
.single-related__posts .blog-card:focus-visible .blog-card__media img {
  transform: scale(1.04);
}

.single-related__posts .blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #2672ff;
  transition: gap 0.2s ease;
}

.single-related__posts .blog-card:hover .blog-card__link,
.single-related__posts .blog-card:focus-visible .blog-card__link {
  gap: 0.6rem;
}

/* --- product-category.css --- */
/**
 * METRINDUST — Archivo de categoría de productos (taxonomy-product_cat)
 */

.product-archive {
  padding: 48px 0 72px;
  background: #fafbfc;
}

.page-product-category .page-hero--category {
  background-color: #113373;
  background-image: var(--page-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-archive__count {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.95);
}

.product-archive__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(16, 80, 178, 0.12);
}

.product-archive__results {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #647087;
}

.product-archive__sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-archive__sort label {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #113373;
}

.product-archive__sort select {
  min-height: 40px;
  padding: 0.35rem 2rem 0.35rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(16, 80, 178, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #515b6e;
  background-color: #fff;
}

.product-archive__main {
  min-width: 0;
}

.product-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 16px);
  align-items: stretch;
}

.product-archive__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  height: 100%;
  padding: 1rem 1rem 1.125rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(180, 190, 204, 0.55);
  box-shadow: 0 2px 12px rgba(17, 51, 115, 0.06);
  text-align: center;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-archive__thumb {
  width: 100%;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(180, 190, 204, 0.45);
}

.product-archive__thumb img {
  width: 72%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-archive__name {
  margin: 0 0 0.5rem;
  padding: 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #1050b2;
  width: 100%;
  min-height: calc(0.9375rem * 1.3 * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: color 0.25s ease;
}

.product-archive__model {
  margin: 0 0 0.625rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35;
  color: #757575;
  transition: color 0.25s ease;
}

.product-archive__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 0 0.875rem;
  padding: 0.3125rem 0.875rem;
  border-radius: 999px;
  background: color-mix(in srgb, #22b573 12%, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #22b573;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.product-archive__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: #2672ff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #ffffff;
  opacity: 1;
  box-shadow: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.2s ease;
}



.product-archive__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 2rem;
}

.product-archive__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(16, 80, 178, 0.15);
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #1050b2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-archive__page:hover,
.product-archive__page:focus-visible {
  border-color: #2672ff;
  color: #2672ff;
}

.product-archive__page.is-current {
  background: #2672ff;
  border-color: #2672ff;
  color: #ffffff;
  pointer-events: none;
}

.product-archive__page--dots {
  border: none;
  background: transparent;
  pointer-events: none;
  color: #647087;
}

.product-archive .sidebar .prod-shop-sidebar {
  max-width: none;
  width: 100%;
}

/* --- animations.css --- */
/**
 * METRINDUST — Animaciones UX (scroll reveal, hero, micro-interacciones)
 */

:root {
  --ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --reveal-distance: 24px;
  --reveal-duration: 0.55s;
}

/* ——— Scroll reveal ——— */
.reveal {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition:
    opacity var(--reveal-duration) var(--ease-out),
    transform var(--reveal-duration) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal--left {
  transform: translateX(calc(var(--reveal-distance) * -1));
}

.reveal--right {
  transform: translateX(var(--reveal-distance));
}

.reveal--scale {
  transform: scale(0.98);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero interno: siempre visible (no scroll-reveal) */
.page-hero__content > .page-hero__headline,
.page-hero__content > .page-hero__title,
.page-hero__content > .page-hero__lead {
  opacity: 1;
  transform: none;
}

/* Badge: pulse al entrar */
.section-badge.is-visible::before {
  animation: badgePulse 0.6s var(--ease-out) 0.15s both;
}

@keyframes badgePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(38, 114, 255, 0.45);
  }
  50% {
    transform: scale(1.35);
    box-shadow: 0 0 0 6px rgba(38, 114, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(38, 114, 255, 0);
  }
}

/* ——— Hero ——— */
/* Ken Burns solo en escritorio (ahorro de batería en móvil) */


@keyframes heroKenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}

.hero-content > .hero-title,
.hero-content > .hero-sub,
.hero-content > .btn-quote {
  opacity: 0;
  transform: translateY(20px);
  animation: heroEnter 0.65s var(--ease-out) forwards;
}

.hero-content > .hero-title {
  animation-delay: 0.1s;
}

.hero-content > .hero-sub {
  animation-delay: 0.28s;
}

.hero-content > .btn-quote {
  animation-delay: 0.46s;
}

.hero-badge {
  opacity: 0;
  transform: translateY(16px);
  animation: heroEnter 0.65s var(--ease-out) 0.62s forwards;
}

@keyframes heroEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-quote {
  gap: 0.4rem;
}

.btn-quote::after {
  content: "\2192";
  display: inline-block;
  transition: transform 0.2s var(--ease-out);
}

.btn-quote:hover::after,
.btn-quote:focus-visible::after {
  transform: translateX(4px);
}

/* ——— Nav ——— */
.main-nav {
  transition:
    background 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out),
    backdrop-filter 0.35s var(--ease-out);
}

.main-nav.main-nav--fixed {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}



.main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.15rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s var(--ease-out);
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link:focus-visible::after {
  transform: scaleX(1);
}

.main-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* ——— Botones con flecha ——— */
.btn-arrow::after {
  content: "\2192";
  margin-left: 0.35em;
  display: inline-block;
  transition: transform 0.2s var(--ease-out);
}

.btn-arrow:hover::after,
.btn-arrow:focus-visible::after {
  transform: translateX(3px);
}

/* ——— Contadores ——— */
.about-home__stat {
  transition: transform 0.45s var(--ease-out);
}

.about-home__stat.is-visible {
  animation: statPop 0.5s var(--ease-out) both;
}

@keyframes statPop {
  0% {
    transform: scale(0.88);
  }
  70% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

/* ——— Certificado INACAL ——— */
.cert-home__figure {
  transition:
    transform var(--reveal-duration) var(--ease-out),
    filter var(--reveal-duration) var(--ease-out);
}

.cert-home__figure.is-visible {
  filter: drop-shadow(0 24px 48px rgba(17, 51, 115, 0.32));
}

/* ——— Tarjetas ISO ——— */
.cert-card {
  transition:
    transform 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out);
}

.cert-card:hover,
.cert-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(16, 50, 108, 0.2);
}

/* ——— Clientes: logos (hover solo con puntero fino) ——— */


/* ——— Footer enlaces ——— */
.metrindust-footer-links a {
  position: relative;
}

.metrindust-footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s var(--ease-out);
}

.metrindust-footer-links a:hover::after,
.metrindust-footer-links a:focus-visible::after {
  transform: scaleX(1);
}

/* ——— FAB scroll-top ——— */
.fab-scroll-top:hover .bi,
.fab-scroll-top:focus-visible .bi {
  transform: translateY(-2px);
}

.fab-scroll-top .bi {
  transition: transform 0.2s var(--ease-out);
}

/* ——— Móvil y tablet: animaciones más ligeras ——— */




/* Touch: hovers decorativos desactivados (focus-within sigue en cada componente) */


/* ——— prefers-reduced-motion ——— */

/* --- home-section-backgrounds.css --- */
/**
 * METRINDUST — Fondos de sección (index3 — sistema dual)
 */

:root {
  --home-pattern-grid: url("../images/patterns/pattern-grid.svg");
  --home-pattern-grain: url("../images/patterns/pattern-grain.svg");
  --home-pattern-waves: url("../images/patterns/pattern-waves.svg");
  --home-pattern-hex: url("../images/patterns/pattern-hex.svg");
  --home-accent-radial: radial-gradient(
    ellipse 75% 55% at 12% 8%,
    rgba(38, 114, 255, 0.07) 0%,
    transparent 58%
  );
  --home-accent-radial-tr: radial-gradient(
    ellipse 65% 50% at 92% 12%,
    rgba(16, 80, 178, 0.06) 0%,
    transparent 52%
  );
  --home-pattern-opacity: 0.065;
  --home-pattern-fade: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.2) 55%,
    transparent 100%
  );
}

.page-home--bg-v3 .labs-home__texture,
.page-home--bg-v3 .spec-home__texture,
.page-home--bg-v3 .prod-home__texture,
.page-home--bg-v3 .clients-home__texture,
.page-home--bg-v3 .about-home__texture {
  display: none;
}

/* Capas: partículas (0) → tramas ::after (1) → contenido .container (2) */
.page-home--bg-v3 .about-home,
.page-home--bg-v3 .labs-home,
.page-home--bg-v3 .spec-home,
.page-home--bg-v3 .prod-home,
.page-home--bg-v3 .clients-home {
  isolation: isolate;
}

.page-home--bg-v3 .about-home > .container,
.page-home--bg-v3 .labs-home > .container,
.page-home--bg-v3 .spec-home > .container,
.page-home--bg-v3 .prod-home > .container,
.page-home--bg-v3 .clients-home > .container {
  position: relative;
  z-index: 2;
}

.page-home--bg-v3 .about-home__particles,
.page-home--bg-v3 .labs-home__particles,
.page-home--bg-v3 .spec-home__particles,
.page-home--bg-v3 .prod-home__particles,
.page-home--bg-v3 .clients-home__particles {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  opacity: 0.35;
  pointer-events: none;
  overflow: hidden;
}

/* Mitad izquierda: Nosotros, Servicios, Clientes */
.page-home--bg-v3 .about-home__particles,
.page-home--bg-v3 .spec-home__particles,
.page-home--bg-v3 .clients-home__particles {
  left: 0;
  right: auto;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
}

/* Mitad derecha: Laboratorios, Productos */
.page-home--bg-v3 .labs-home__particles,
.page-home--bg-v3 .prod-home__particles {
  right: 0;
  left: auto;
  -webkit-mask-image: linear-gradient(270deg, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0%, #000 78%, transparent 100%);
}

.page-home--bg-v3 .about-home__particles .particles-js-canvas-el,
.page-home--bg-v3 .labs-home__particles .particles-js-canvas-el,
.page-home--bg-v3 .spec-home__particles .particles-js-canvas-el,
.page-home--bg-v3 .prod-home__particles .particles-js-canvas-el,
.page-home--bg-v3 .clients-home__particles .particles-js-canvas-el {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-home--bg-v3 .about-home {
  background-color: #fafbfc;
  background-image: var(--home-accent-radial), linear-gradient(180deg, #fafbfc 0%, #ffffff 45%, #f5f9fc 100%);
}

.page-home--bg-v3 .labs-home {
  background-color: #f4f7fb;
  background-image: var(--home-accent-radial-tr), linear-gradient(180deg, #f4f7fb 0%, #eef3fa 100%);
}

.page-home--bg-v3 .labs-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--home-pattern-grid);
  background-size: 48px 48px;
  opacity: var(--home-pattern-opacity);
  pointer-events: none;
  -webkit-mask-image: var(--home-pattern-fade);
  mask-image: var(--home-pattern-fade);
}

.page-home--bg-v3 .cert-home__layout::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  height: var(--cert-band-height);
  background-image: var(--home-pattern-grain);
  background-size: 180px 180px;
  opacity: 0.14;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.page-home--bg-v3 .spec-home {
  background-color: #ffffff;
  background-image: var(--home-accent-radial), linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #eef4fb 100%);
}

.page-home--bg-v3 .spec-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--home-pattern-grid);
  background-size: 48px 48px;
  opacity: 0.045;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 25%, black 75%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 25%, black 75%, transparent 100%);
}

.page-home--bg-v3 .prod-home {
  background-color: #fafbfc;
  background-image: var(--home-accent-radial-tr), linear-gradient(180deg, #fafbfc 0%, #ffffff 50%, #f5f9fc 100%);
}

.page-home--bg-v3 .prod-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--home-pattern-hex), var(--home-pattern-waves);
  background-size: 56px 64px, 160px 80px;
  background-position: 0 0, 0 0;
  opacity: 0.055;
  pointer-events: none;
}

.page-home--bg-v3 .clients-home {
  background-color: #f5f9fc;
  background-image: var(--home-accent-radial), linear-gradient(180deg, #f5f9fc 0%, #eef4fb 100%);
}

.page-home--bg-v3 .clients-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--home-pattern-waves), var(--home-pattern-grain);
  background-size: 160px 80px, 180px 180px;
  opacity: 0.06;
  pointer-events: none;
  -webkit-mask-image: var(--home-pattern-fade);
  mask-image: var(--home-pattern-fade);
}

/* --- bg-waves.css --- */
/**
 * METRINDUST — Ondas animadas al pie de la sección
 * Basado en "Simple CSS Waves" (codepen.io/goodkatz/pen/LYPGxQz),
 * adaptado a azules sutiles de la marca.
 * Componente independiente: no modifica los estilos existentes.
 * Uso: dentro de una sección con position: relative, colocar el bloque
 * <div class="bg-waves" aria-hidden="true"> con el <svg> de ondas
 * (ver index.html, sección about-home). El contenido debe tener z-index >= 2.
 */

.bg-waves {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  pointer-events: none;
  opacity: 0.55;
}

/* Si la sección usa ondas, se oculta la textura anterior (solo en esa sección) */
.about-home:has(> .bg-waves) .about-home__texture {
  display: none;
}

.labs-home:has(> .bg-waves) .labs-home__texture {
  display: none;
}

.bg-waves__svg {
  position: relative;
  display: block;
  width: 100%;
  height: 18vh;
  min-height: 110px;
  max-height: 180px;
}

/* Parallax: cada onda se mueve a distinta velocidad */
.bg-waves__parallax > use {
  animation: bg-waves-move 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.bg-waves__parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.bg-waves__parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.bg-waves__parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.bg-waves__parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes bg-waves-move {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* Accesibilidad: sin movimiento si el usuario lo prefiere */


/* Móvil: ondas más bajas, como en la referencia */


/* ============================================================
   Modelo 2 — "ribbons": cintas entrecruzadas con líneas finas
   Uso: <div class="bg-waves bg-waves--ribbons"> con los dos
   <svg class="bg-waves__ribbons ..."> inline (ver labs-home).
   ============================================================ */

.bg-waves--ribbons {
  top: 0;
  bottom: 0;
  transform: none;
  opacity: 0.5;
}

.bg-waves__ribbons {
  position: absolute;
  left: -4%;
  width: 108%;
  height: 70%;
  top: 50%;
  translate: 0 -50%;
  display: block;
  will-change: transform;
}

/* Capa principal */
.bg-waves__ribbons--1 {
  animation: bg-waves-ribbons-drift 24s ease-in-out infinite alternate;
}

/* Capa secundaria: espejada, más tenue, distinta velocidad (parallax) */
.bg-waves__ribbons--2 {
  opacity: 0.55;
  scale: -1 1;
  animation: bg-waves-ribbons-drift-rev 32s ease-in-out infinite alternate;
}

@keyframes bg-waves-ribbons-drift {
  0% {
    transform: translate3d(-2%, 0, 0);
  }
  100% {
    transform: translate3d(2%, 1.2%, 0);
  }
}

@keyframes bg-waves-ribbons-drift-rev {
  0% {
    transform: translate3d(2%, 0.8%, 0);
  }
  100% {
    transform: translate3d(-2%, 0, 0);
  }
}

