/* CJTA Lubricantes — Contenedor, grid de secciones y numeración de fondo */

.container{
  max-width:1320px;
  margin:0 auto;
  padding:0 40px;
}

/* ========== SECTIONS BASE ========== */
.section{
  position:relative;
  padding:140px 0;
  overflow:hidden;
}

/* ========== SECTION NUMBER OVERLAY ========== */
.section-num-bg{
  position:absolute;
  top:48px;right:-20px;
  font-family:var(--ff-display);
  font-weight:700;
  font-size:clamp(140px, 22vw, 320px);
  line-height:1;
  letter-spacing:-.04em;
  color:transparent;
  -webkit-text-stroke:1px rgba(201,160,71,.12);
  text-stroke:1px rgba(201,160,71,.12);
  pointer-events:none;
  z-index:0;
  user-select:none;
}
.section .container{position:relative;z-index:1}
