@charset "UTF-8";
/**
 * Main SCSS File - Material Design Child Theme
 * Combina Tailwind CSS v4 + SASS personalizado
 */
/* ==========================================
   TAILWIND CSS v3
   ========================================== */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.visible{
  visibility: visible;
}
.sticky{
  position: sticky;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* ==========================================
   VARIABLES SASS
   ========================================== */
/**
 * Variables SASS - Lubriflex E&S
 * Paleta neutral basada en Pencil Design System
 * Los colores de marca (azul y rojo) se usan SOLO para detalles sutiles
 */
/**
 * Theme Variables - Dark/Light Mode
 * CSS Custom Properties que cambian según data-color-scheme
 * Compatible con Material Design Parent Theme
 */
:root {
  /* Override Material Design parent theme max-width */
  --mdc-theme-max-content-width: 1280px !important;

  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f1f2f4;
  --color-bg-tertiary: #fafafa;
  --color-bg-dark: #18181b;
  --color-bg-muted: #f5f5f5;
  --color-text-primary: #131416;
  --color-text-secondary: #6c727a;
  --color-text-muted: #9ca3af;
  --color-text-light: #fafafa;
  --color-brand-blue: #014aad;
  --color-brand-blue-secondary: #001a6a;
  --color-brand-blue-tertiary: #000d39;
  --color-brand-red: #fe3130;
  --color-brand-orange: #262626;
  --color-brand-orange-dark: #1a1a1a;
  --color-accent: #f5f5f5;
  --color-accent-dark: #262626;
  --color-bg-hover: #e8e8e8;
  --color-border-light: #e5e7eb;
  --color-border-medium: #d1d5db;
  --color-border-dark: #374151;
  --color-destructive: #e7000b;
  --color-destructive-light: #fee2e2;
}

body[data-color-scheme=dark] {
  --color-bg-primary: #18181b;
  --color-bg-secondary: #141414;
  --color-bg-tertiary: #1f1f23;
  --color-bg-dark: #09090b;
  --color-bg-muted: #3f3f46;
  --color-text-primary: #fafafa;
  --color-text-secondary: #a1a1aa;
  --color-text-muted: #71717a;
  --color-text-light: #fafafa;
  --color-accent: #3f3f46;
  --color-accent-dark: #e4e4e7;
  --color-bg-hover: #52525b;
  --color-border-light: #3f3f46;
  --color-border-medium: #52525b;
  --color-border-dark: #a1a1aa;
  --color-destructive: #ff4444;
  --color-destructive-light: #4c1d1d;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-color-scheme=light]) {
    --color-bg-primary: #18181b;
    --color-bg-secondary: #141414;
    --color-bg-tertiary: #1f1f23;
    --color-bg-dark: #09090b;
    --color-bg-muted: #3f3f46;
    --color-text-primary: #fafafa;
    --color-text-secondary: #a1a1aa;
    --color-text-muted: #71717a;
    --color-text-light: #fafafa;
    --color-accent: #3f3f46;
    --color-accent-dark: #e4e4e7;
    --color-bg-hover: #52525b;
    --color-border-light: #3f3f46;
    --color-border-medium: #52525b;
    --color-border-dark: #a1a1aa;
    --color-destructive: #ff4444;
    --color-destructive-light: #4c1d1d;
  }
}
/* ==========================================
   PHOSPHOR ICONS
   ========================================== */
/**
 * Phosphor Icons - Icon Font
 * https://phosphoricons.com
 */
/* ==========================================
   FONT FACE
   ========================================== */
@font-face {
  font-family: "Phosphor";
  src: url("../fonts/phosphor/Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Phosphor";
  src: url("../fonts/phosphor/Phosphor-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ==========================================
   BASE CLASS
   ========================================== */
.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}
.ph.ph-bold {
  font-weight: bold;
}

/* ==========================================
   ICON CODES - Códigos correctos de Phosphor
   ========================================== */
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph.ph-list:before {
  content: "\e2f0";
}

.ph.ph-text-outdent:before {
  content: "\ea1c";
}

.ph.ph-x:before {
  content: "\e4f6";
}

.ph.ph-house:before {
  content: "\e26c";
}

.ph.ph-gear:before {
  content: "\e198";
}

.ph.ph-user:before {
  content: "\e462";
}

.ph.ph-envelope:before {
  content: "\e0fc";
}

.ph.ph-phone:before {
  content: "\e362";
}

.ph.ph-map-pin:before {
  content: "\e2c8";
}

.ph.ph-calendar:before {
  content: "\e09e";
}

.ph.ph-clock:before {
  content: "\e0d0";
}

.ph.ph-arrow-right:before {
  content: "\e04e";
}

.ph.ph-arrow-left:before {
  content: "\e04a";
}

.ph.ph-arrow-up:before {
  content: "\e056";
}

.ph.ph-arrow-down:before {
  content: "\e046";
}

.ph.ph-caret-circle-right:before {
  content: "\e122";
}

.ph.ph-trend-up:before {
  content: "\e4ae";
}

.ph.ph-trend-down:before {
  content: "\e4ac";
}

.ph.ph-list-checks:before {
  content: "\eadc";
}

.ph.ph-caret-down:before {
  content: "\e0be";
}

.ph.ph-caret-up:before {
  content: "\e0c6";
}

.ph.ph-caret-right:before {
  content: "\e0c2";
}

.ph.ph-caret-left:before {
  content: "\e0ba";
}

.ph.ph-check:before {
  content: "\e0ca";
}

.ph.ph-info:before {
  content: "\e21a";
}

.ph.ph-warning:before {
  content: "\e49a";
}

.ph.ph-warning-circle:before {
  content: "\e49e";
}

.ph.ph-shopping-cart:before {
  content: "\e3c2";
}

.ph.ph-heart:before {
  content: "\e1fc";
}

.ph.ph-star:before {
  content: "\e3d4";
}

.ph.ph-share:before {
  content: "\e3b0";
}

.ph.ph-download:before {
  content: "\e0e6";
}

.ph.ph-upload:before {
  content: "\e45a";
}

.ph.ph-file:before {
  content: "\e14c";
}

.ph.ph-folder:before {
  content: "\e170";
}

.ph.ph-image:before {
  content: "\e20e";
}

.ph.ph-play:before {
  content: "\e378";
}

.ph.ph-pause:before {
  content: "\e350";
}

.ph.ph-link:before {
  content: "\e290";
}

.ph.ph-linkedin-logo:before {
  content: "\e298";
}

.ph.ph-instagram-logo:before {
  content: "\e21e";
}

.ph.ph-facebook-logo:before {
  content: "\e138";
}

.ph.ph-whatsapp-logo:before {
  content: "\e4a6";
}

.ph.ph-twitter-logo:before {
  content: "\e444";
}

.ph.ph-youtube-logo:before {
  content: "\e4e2";
}

.ph.ph-quote:before {
  content: "\e3aa";
}

.ph.ph-package:before {
  content: "\e390";
}

.ph.ph-wrench:before {
  content: "\e4c0";
}

.ph.ph-lightbulb:before {
  content: "\e286";
}

.ph.ph-trophy:before {
  content: "\e438";
}

.ph.ph-bell:before {
  content: "\e082";
}

.ph.ph-bookmark:before {
  content: "\e092";
}

.ph.ph-fire:before {
  content: "\e14a";
}

.ph.ph-chart-line:before {
  content: "\e0cc";
}

.ph.ph-users:before {
  content: "\e470";
}

.ph.ph-buildings:before {
  content: "\e09c";
}

.ph.ph-factory:before {
  content: "\e132";
}

.ph.ph-handshake:before {
  content: "\e1f4";
}

.ph.ph-moon:before {
  content: "\e330";
}

.ph.ph-sun:before {
  content: "\e472";
}

/*
 * Para agregar más íconos:
 * 1. Busca en https://phosphoricons.com
 * 2. Copia el código desde assets/fonts/phosphor/style.css
 * 3. Agrégalo aquí
 */
/* ==========================================
   BASE STYLES
   ========================================== */
/**
 * Utilities
 */
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pt-0 { padding-top: 0 !important; }

/**
 * Typography - Lubriflex
 */
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #131416;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: var(--color-text-primary);
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

a {
  color: #262626;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: rgb(12.5, 12.5, 12.5);
}

/**
 * Reset / Normalize
 * Sobrescribe estilos del tema padre
 */
* {
  box-sizing: border-box;
}

/* ==========================================
   BODY - Background con tema
   ========================================== */
body {
  background-color: var(--color-bg-secondary) !important;
  transition: background-color 0.3s ease;
}

/* ==========================================
   SITE CONTENT - Sin padding arriba
   ========================================== */
.site-content {
  --admin-bar-offset: 0px;
  padding-top: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================
   ENTRY CONTENT - Padding lateral responsive
   ========================================== */
.entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.entry-content > *,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.lubriflex-front h1,
.lubriflex-front h2,
.lubriflex-front h3,
.lubriflex-front h4,
.lubriflex-front h5,
.lubriflex-front h6,
.nosotros-page h1,
.nosotros-page h2,
.nosotros-page h3,
.nosotros-page h4,
.nosotros-page h5,
.nosotros-page h6 {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .entry-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ==========================================
   MAIN - Sin padding
   ========================================== */
main,
#front-page,
.lubriflex-front {
  padding: 0 !important;
  margin: 0 !important;
}

/* ==========================================
   SECTIONS - Sin padding del tema padre
   ========================================== */
.section,
section {
  padding-top: 0;
}
.lubriflex-front .section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* ==========================================
   CONTAINER OVERRIDES
   ========================================== */
.site {
  margin: 0 !important;
  padding: 0 !important;
}

#page {
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================
   COMPONENTS
   ========================================== */
/**
 * Navbar E&S Lubriflex - Pixel Perfect
 * Implementación exacta del sistema de diseño
 */
/* ==========================================
   NAVBAR BASE
   ========================================== */
.navbar-es {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0.4rem 1rem;
  background: transparent;
  font-family: "Space Grotesk", sans-serif;
}
.navbar-es__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: var(--color-bg-primary);
  border-radius: 40px;
  padding: 8px 12px 8px 8px;
  height: 66px;
  overflow: hidden;
}

/* ==========================================
   LOGO
   ========================================== */
.navbar-es__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.navbar-es__logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
/* Light mode: mostrar logo light, ocultar dark */
.navbar-es__logo-img--light {
  display: block;
}
.navbar-es__logo-img--dark {
  display: none;
}
/* Dark mode: mostrar logo dark, ocultar light */
body[data-color-scheme="dark"] .navbar-es__logo-img--light {
  display: none;
}
body[data-color-scheme="dark"] .navbar-es__logo-img--dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  body:not([data-color-scheme="light"]) .navbar-es__logo-img--light {
    display: none;
  }
  body:not([data-color-scheme="light"]) .navbar-es__logo-img--dark {
    display: block;
  }
}

/* ==========================================
   DESKTOP NAVIGATION
   ========================================== */
.navbar-es__nav {
  display: none;
}
@media (min-width: 768px) {
  .navbar-es__nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
  }
}
.navbar-es__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-es__nav-item {
  margin: 0;
}
.navbar-es__nav-link {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text-secondary);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.navbar-es__nav-link:hover {
  color: var(--color-text-primary);
}
.navbar-es__nav-link:active {
  color: var(--color-text-primary);
}

/* ==========================================
   THEME TOGGLE BUTTON
   ========================================== */
.navbar-es__theme-toggle {
  display: none;
}
@media (min-width: 768px) {
  .navbar-es__theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
  }
  .navbar-es__theme-toggle:hover {
    background: var(--color-accent);
  }
}

/* ==========================================
   LANGUAGE SELECTOR
   ========================================== */
.navbar-es__lang {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .navbar-es__lang {
    display: flex;
  }
}
.navbar-es__lang--mobile {
  display: flex;
}
@media (min-width: 768px) {
  .navbar-es__lang--mobile {
    display: none;
  }
}
.navbar-es__lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-secondary);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 50px;
  transition: all 0.15s ease;
}
.navbar-es__lang-toggle:hover {
  background: var(--color-accent);
}
.navbar-es__lang-toggle i {
  font-size: 18px;
}
.navbar-es__lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 4px;
  min-width: 140px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.2s ease;
  z-index: 100;
}
.navbar-es__lang.is-open .navbar-es__lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar-es__lang-option {
  display: block;
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  color: var(--color-text-secondary);
  text-align: left;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.navbar-es__lang-option:hover {
  background: var(--color-accent);
  color: var(--color-text-primary);
}
.navbar-es__lang-option.is-active {
  color: var(--color-brand-blue);
  font-weight: 600;
}

.navbar-es__theme-icon {
  font-size: 20px;
  color: var(--color-text-secondary);
  transition: all 0.15s ease;
  position: absolute;
}
.navbar-es__theme-icon--dark {
  opacity: 1;
}
.navbar-es__theme-icon--light {
  opacity: 0;
}
body[data-color-scheme=dark] .navbar-es__theme-icon--dark {
  opacity: 0;
}
body[data-color-scheme=dark] .navbar-es__theme-icon--light {
  opacity: 1;
}

/* ==========================================
   DESKTOP SEARCH BOX (clickeable button)
   ========================================== */
.navbar-es__search-box {
  display: none;
}
@media (min-width: 768px) {
  .navbar-es__search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--color-bg-primary);
    border: none;
    border-radius: 24px;
    padding: 8px 16px;
    min-width: 240px;
    max-width: 280px;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .navbar-es__search-box:hover {
    background: var(--color-bg-secondary);
  }
}

.navbar-es__search-button {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-secondary);
  flex-shrink: 0;
  transition: color 0.15s ease;
}
.navbar-es__search-box:hover .navbar-es__search-button {
  color: var(--color-text-primary);
}

.navbar-es__search-placeholder {
  flex: 1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: var(--color-text-secondary);
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ==========================================
   MOBILE ACTIONS (Icons)
   ========================================== */
.navbar-es__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .navbar-es__mobile-actions {
    display: none;
  }
}

.navbar-es__icon-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-bg-primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  transition: all 0.15s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .navbar-es__icon-button {
    width: 48px;
    height: 48px;
  }
}
.navbar-es__icon-button:hover {
  background: var(--color-bg-secondary);
  transform: scale(1.05);
}
.navbar-es__icon-button:active {
  transform: scale(0.95);
}
.navbar-es__icon-button i {
  font-size: 20px;
  font-weight: 600;
}
.navbar-es__icon-button--theme {
  position: relative;
}
.navbar-es__icon-button--theme .navbar-es__theme-icon {
  position: absolute;
  font-size: 20px;
}
.navbar-es__icon-button--menu i {
  font-size: 24px;
  font-weight: 600;
}

/* ==========================================
   MOBILE SEARCH OVERLAY
   ========================================== */
.mobile-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.mobile-search-overlay[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.mobile-search-overlay__content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
}
.mobile-search-overlay__header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-bg-primary);
  border-radius: 40px;
  padding: 12px 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.mobile-search-overlay__input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: var(--color-text-primary);
  outline: none;
}
.mobile-search-overlay__input::-moz-placeholder {
  color: var(--color-text-secondary);
}
.mobile-search-overlay__input::placeholder {
  color: var(--color-text-secondary);
}
.mobile-search-overlay__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.mobile-search-overlay__close:hover {
  background: var(--color-bg-hover);
}
.mobile-search-overlay__close i {
  font-size: 20px;
}

/* ==========================================
   MOBILE MENU DRAWER
   ========================================== */
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  pointer-events: none;
}
.mobile-menu-drawer[aria-hidden=false] {
  pointer-events: all;
}
.mobile-menu-drawer[aria-hidden=false] .mobile-menu-drawer__overlay {
  opacity: 1;
}
.mobile-menu-drawer[aria-hidden=false] .mobile-menu-drawer__content {
  transform: translateX(0);
}
.mobile-menu-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.mobile-menu-drawer__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  background: var(--color-bg-primary);
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-menu-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-border-light);
}
.mobile-menu-drawer__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.mobile-menu-drawer__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-bg-secondary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  transition: all 0.15s ease;
}
.mobile-menu-drawer__close:hover {
  background: var(--color-bg-secondary);
  opacity: 0.8;
}
.mobile-menu-drawer__close i {
  font-size: 20px;
}
.mobile-menu-drawer__nav {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 16px 0;
}
.mobile-menu-drawer__nav li {
  margin: 0;
}
.mobile-menu-drawer__link {
  display: block;
  padding: 14px 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--color-text-primary);
  text-decoration: none;
  border-radius: 12px;
  margin: 0 8px;
  transition: background 0.15s ease, color 0.15s ease;
}
.mobile-menu-drawer__link:hover {
  background: var(--color-bg-secondary);
  color: var(--color-brand-blue);
}
.mobile-menu-drawer__link:active {
  opacity: 0.7;
}
.mobile-menu-drawer__cta {
  padding: 24px;
  border-top: 1px solid var(--color-border-light);
}
.mobile-menu-drawer__cta-button {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: #131416;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  transition: background 0.15s ease, color 0.15s ease;
}
.mobile-menu-drawer__cta-button:hover {
  background: var(--color-brand-blue);
}
.mobile-menu-drawer__cta-button:active {
  opacity: 0.85;
}

/* ==========================================
   RESPONSIVE ADJUSTMENTS
   ========================================== */
@media (min-width: 1024px) {
  .navbar-es__container {
    padding: 8px 16px 8px 8px;
  }
  .navbar-es__nav-list {
    gap: 40px;
  }
  .navbar-es__search-box {
    min-width: 280px;
    max-width: 320px;
  }
}
@media (min-width: 1440px) {
  .navbar-es {
    padding: 16px 24px;
  }
  .navbar-es__nav-list {
    gap: 48px;
  }
}
/* ==========================================
   UTILITY: Prevent body scroll when drawer open
   ========================================== */
body.mobile-menu-open,
body.mobile-search-open {
  overflow: hidden;
}

/**
 * Hero Carousel - Lubriflex
 */
.swiper-pagination {
  position: relative !important;
  top: 0.5rem !important;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: visible;
}
.hero-carousel__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-carousel__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-carousel__slide.swiper-slide-active {
  pointer-events: auto;
}
.hero-carousel__slide .swiper-material-wrapper,
.hero-carousel__slide .swiper-material-content {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.hero-carousel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-carousel__bg--es {
  background: linear-gradient(to right, var(--color-brand-blue), var(--color-brand-red));
}
.hero-carousel__logo {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 16px;
}
.hero-carousel__slide--es .hero-carousel__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-carousel__slide--es .hero-carousel__text {
  max-width: 700px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-carousel__slide--es .hero-carousel__cta {
  align-self: center;
}
.hero-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
}
.hero-carousel__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  color: var(--color-text-light);
  z-index: 2;
}
.hero-carousel__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-light);
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .hero-carousel__title {
    font-size: 36px;
  }
}
.hero-carousel__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-light);
  margin: 0 0 24px 0;
  max-width: 600px;
}
.hero-carousel__cta {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  padding: 12px 24px;
  background: #fff !important;
  color: #0a0a0a !important;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 24px;
  transition: background 0.15s ease, color 0.15s ease;
}
.hero-carousel__cta:hover {
  background: #0a0a0a !important;
  color: #fff !important;
}
.hero-carousel__indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hero-carousel__indicator {
  width: 20px;
  height: 4px;
  background: var(--color-border-dark);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0;
  opacity: 0.5;
}
.hero-carousel__indicator:hover {
  opacity: 0.8;
}
.hero-carousel__indicator.is-active, .hero-carousel__indicator.swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 4px;
  background: var(--color-brand-red);
  opacity: 1;
}
.hero-carousel__control {
  display: none;
}
.hero-carousel.swiper-material {
  height: 500px;
  --swiper-material-slide-border-radius: 40px;
}
.hero-carousel .swiper-button-prev::after,
.hero-carousel .swiper-button-next::after {
  display: none;
}
.hero-carousel .swiper-material .swiper-slide {
  pointer-events: none;
}
.hero-carousel .swiper-material .swiper-slide-active {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .hero-carousel__content {
    padding: 48px;
  }
}
/* E&S active: slides adyacentes con gradient azul/rojo desde los costados */
.hero-carousel .hero-carousel__overlay {
  transition: background 0.6s ease, opacity 0.6s ease;
}
.hero-carousel--es-active .swiper-slide-prev .hero-carousel__overlay,
.hero-carousel--es-active .swiper-slide-next .hero-carousel__overlay {
  opacity: 1;
}
.hero-carousel--es-active .swiper-slide-prev .hero-carousel__overlay {
  background: linear-gradient(to right, var(--color-brand-blue), transparent);
}
.hero-carousel--es-active .swiper-slide-next .hero-carousel__overlay {
  background: linear-gradient(to left, var(--color-brand-red), transparent);
}

/**
 * Sections - Lubriflex Frontpage
 * Estilos para las 11 secciones + componentes de cards
 */
/* ==========================================
   SECTION BASE STYLES
   ========================================== */
.section {
  width: 100%;
  padding: 0 0 2rem 0;
}
.section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.section__title {
  font-size: 24px;
  font-weight: 700;
  color: #131416;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .section__title {
    font-size: 48px;
  }
}
.section__subtitle {
  font-size: 16px;
  color: #6c727a;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section__intro {
  font-size: 16px;
  line-height: 1.6;
  color: #6c727a;
  margin-bottom: 2rem;
}

/* ==========================================
   SECTION: ALIANZAS ESTRATÉGICAS
   ========================================== */
.section--alianzas {
  background: #f1f2f4;
}
.section--alianzas .alianzas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .section--alianzas .alianzas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .section--alianzas .alianzas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* ==========================================
   SECTION: PRODUCTOS
   ========================================== */
.section--productos {
  background: none;
}

/* Scroll reveal - Productos */
.section--productos .productos-header,
.section--productos .productos-badge,
.section--productos .productos-grid {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.section--productos .productos-badge {
  transition-delay: 0.2s;
}
.section--productos .productos-grid {
  transition-delay: 0.4s;
}
.section--productos.is-visible .productos-header,
.section--productos.is-visible .productos-badge,
.section--productos.is-visible .productos-grid {
  opacity: 1;
  transform: translateY(0);
}
.productos-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem !important;
  margin-bottom: 40px;
  text-align: center;
}
.productos-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin: 0;
}
@media (min-width: 768px) {
  .productos-title {
    font-size: 36px;
  }
}
.productos-intro {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  max-width: 780px;
  margin: 0;
}
.productos-badge {
  margin-bottom: 1rem;
}
.productos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .productos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .productos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================
   SECTION: OFERTAS ESPECIALES
   ========================================== */
.section--ofertas {
  background: #f1f2f4;
  padding: 0 16px 2rem 16px;
}
.section--ofertas .ofertas-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.section--ofertas .ofertas-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.section--ofertas .ofertas-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 1.5rem;
}
.section--ofertas .ofertas-controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.15s ease;
}
.section--ofertas .ofertas-controls button:hover {
  background: #262626;
  border-color: #262626;
  color: #fafafa;
  transform: scale(1.05);
}
.section--ofertas .ofertas-controls button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.section--ofertas .ofertas-controls button:disabled:hover {
  transform: scale(1);
}

/* ==========================================
   SECTION: SERVICIOS ESPECIALIZADOS
   ========================================== */
.section--servicios {
  background: none;
}

/* Scroll reveal - Servicios */
.section--servicios .productos-header,
.section--servicios .productos-badge,
.section--servicios .productos-grid {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.section--servicios .productos-badge {
  transition-delay: 0.2s;
}
.section--servicios .productos-grid {
  transition-delay: 0.4s;
}
.section--servicios.is-visible .productos-header,
.section--servicios.is-visible .productos-badge,
.section--servicios.is-visible .productos-grid {
  opacity: 1;
  transform: translateY(0);
}
.section--servicios .servicios-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .section--servicios .servicios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .section--servicios .servicios-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

/* ==========================================
   SECTION: DISTRIBUIDORES SKF
   Layout 2 columnas: contenido izq + visual der
   ========================================== */
.section--skf {
  padding: 6rem 0 2rem 0;
}

/* Scroll reveal animation */
.section--skf .skf-content,
.section--skf .skf-visual {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.section--skf .skf-visual {
  transition-delay: 0.15s;
}

.section--skf.is-visible .skf-content,
.section--skf.is-visible .skf-visual {
  opacity: 1;
  transform: translateY(0);
}

/* Grid principal 2 columnas */
.section--skf .skf-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .section--skf .skf-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 3rem;
    row-gap: 1rem;
    align-items: stretch;
  }
}

/* Columna izquierda: contenido */
.section--skf .skf-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Header: badge + logo + título */
.section--skf .skf-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 2rem !important;
}

.skf-badge {
  display: inline-flex;
  align-self: flex-start;
  background: var(--color-text-primary);
  color: var(--color-bg-primary);
  padding: 6px 12px;
  border-radius: 9999px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: opacity 0.15s ease;
}
.skf-badge:hover {
  opacity: 0.8;
}

.section--skf .skf-logo {
  width: 149px;
  height: auto;
}

.section--skf .skf-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text-primary);
  margin: 0;
  max-width: 283px;
}
@media (min-width: 768px) {
  .section--skf .skf-title {
    font-size: 32px;
  }
}

/* Accordion */
.section--skf .skf-description p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0;
}

.section--skf .skf-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-primary);
  text-align: left;
}

.section--skf .skf-accordion__icon {
  flex-shrink: 0;
  color: var(--color-text-primary);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.section--skf .skf-accordion__trigger[aria-expanded="false"] .skf-accordion__icon {
  transform: rotate(180deg);
}

/* Smooth accordion animation using grid */
.section--skf .skf-accordion__panel {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.section--skf .skf-accordion__panel.is-collapsed {
  grid-template-rows: 0fr;
}

.section--skf .skf-accordion__content {
  overflow: hidden;
}

.section--skf .skf-accordion__inner {
  padding-bottom: 16px;
}

.section--skf .skf-accordion__inner p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--color-text-secondary);
  margin: 0 0 12px 0;
  max-width: 238px;
}

.section--skf .skf-accordion__inner p:last-child {
  margin-bottom: 0;
}

/* Subtítulo */
.skf-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-primary);
  margin: 0;
  max-width: none;
}

/* Columna derecha: visual (imagen + cards) */
.section--skf .skf-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Imagen */
.section--skf .skf-image {
  border-radius: 25px;
  overflow: hidden;
}

.section--skf .skf-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .section--skf .skf-image {
    max-height: 400px;
  }
  .section--skf .skf-image img {
    height: 100%;
  }
}

/* Grid de beneficios - full width row */
.section--skf .skf-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.section--skf .skf-benefit-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--color-bg-primary);
  border-radius: 24px;
  box-shadow: 0 1px 1.75px rgba(0, 0, 0, 0.05);
}

.section--skf .skf-benefit-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.section--skf .skf-benefit-card__icon i {
  font-size: 20px;
  color: var(--color-brand-blue);
}

.section--skf .skf-benefit-card__text {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-text-primary);
}

/* Responsive: stack cards en móvil pequeño */
@media (min-width: 1024px) {
  .section--skf .skf-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column: 1 / -1;
  }
}

/* ==========================================
   SECTION: NOVEDADES
   ========================================== */
.section--novedades {
  background: transparent;
  padding-left: 1rem;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section--novedades {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.novedades__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .novedades__head {
    padding: 1rem 0;
  }
}
.novedades__badge {
  display: inline-flex;
  align-self: flex-start;
  background: var(--color-text-primary);
  color: var(--color-bg-primary);
  padding: 6px 12px;
  border-radius: 9999px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.novedades__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.entry-content .novedades__title,
.novedades__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-primary);
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) {
  .novedades__title {
    font-size: 36px;
  }
}
.novedades__arrows {
  display: flex;
  gap: 8px;
}
.novedades__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.15s ease;
}
.novedades__arrow:hover {
  background: var(--color-accent);
}
.novedades__arrow--next {
  background: var(--color-text-primary);
  color: var(--color-bg-primary);
  border-color: var(--color-text-primary);
}
.novedades__arrow--next:hover {
  opacity: 0.85;
}
.novedades__carousel.swiper {
  overflow: visible;
  width: 100%;
}
@media (min-width: 768px) {
  .novedades__carousel.swiper {
    overflow: hidden;
  }
}
.novedades__carousel .swiper-wrapper {
  display: flex;
}
.novedades__card.swiper-slide {
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
}
.novedades__card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.novedades__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.novedades__card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
}
.entry-content .novedades__card-body h3,
.entry-content .novedades__card-body p {
  margin: 0;
}
.novedades__card-date {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--color-text-secondary);
}
.novedades__card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text-primary);
}
.novedades__card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-secondary);
}
.novedades__card-link {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-primary);
  text-decoration: none;
  transition: opacity 0.15s ease;
  margin-top: 8px;
}
.novedades__card-link:hover {
  opacity: 0.7;
}
.novedades__card-link i {
  display: none;
}

/* ==========================================
   SECTION: SOBRE NOSOTROS
   ========================================== */
.section--quienes-somos {
  background: transparent;
  padding: 0;
}

/* Grid principal */
.nosotros-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 32px;
  padding: 48px 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .nosotros-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 1.5rem;
    align-items: center;
    padding: 80px;
  }
}

/* Imagen de fondo + gradient */
.nosotros-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.nosotros-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #014aad 0%, #fe3130 100%);
  opacity: 0.85;
}

/* Columna izquierda */
.nosotros-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  align-self: center;
  height: fit-content;
}

.nosotros-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nosotros-header .skf-badge {
  background: #fff !important;
  color: #0a0a0a !important;
}

.nosotros-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .nosotros-title {
    font-size: 36px;
  }
}

.nosotros-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nosotros-description p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.nosotros-cta {
  display: inline-block;
  align-self: flex-start;
  flex: 0 0 auto;
  width: fit-content;
  height: auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  background: #fff;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.nosotros-cta:hover {
  background: #0a0a0a;
  color: #fff;
}

/* Columna derecha: métricas 2x2 */
.nosotros-metrics-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 1024px) {
  .nosotros-metrics-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

a.nosotros-cta {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  width: fit-content !important;
  height: auto !important;
  min-height: unset !important;
  padding: 12px 24px !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 1024px) {
  a.nosotros-cta {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }
}

/* Metric cards */
.nosotros-metric-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
.nosotros-metric-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nosotros-metric-card__icon i {
  font-size: 20px;
  color: #fff;
}
.nosotros-metric-card__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.nosotros-metric-card__number {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.nosotros-metric-card__text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

/* ==========================================
   SECTION: CONTACTO
   ========================================== */
.section--contacto {
  background: transparent;
}
.contacto {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 64px 0;
}
@media (min-width: 1024px) {
  .contacto {
    flex-direction: row;
  }
}
.contacto__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.contacto__label {
  display: inline-flex;
  align-self: flex-start;
  background: var(--color-text-primary);
  color: var(--color-bg-primary);
  padding: 6px 12px;
  border-radius: 9999px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.entry-content .contacto__title,
.contacto__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .contacto__title {
    font-size: 36px;
  }
}
.contacto__desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0;
}
.contacto__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacto__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contacto__item-icon {
  color: var(--color-brand-blue);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.contacto__item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contacto__item-text strong {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.contacto__item-text span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--color-text-secondary);
}
.contacto__form {
  background: var(--color-bg-primary);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .contacto__form {
    flex: 1.2;
  }
  .contacto__left {
    flex: 0.8;
  }
}
.entry-content .contacto__form-title,
.contacto__form-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
  text-align: left;
}
.contacto__form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.contacto__form-row .contacto__field {
  flex: 1;
  min-width: 200px;
}
.contacto__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contacto__field label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.contacto__field input,
.contacto__field textarea {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--color-text-primary);
  background: var(--color-accent);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 0 12px;
  height: 40px;
  outline: none;
  transition: border-color 0.15s ease;
}
.contacto__field input:focus,
.contacto__field textarea:focus {
  border-color: var(--color-brand-blue);
}
.contacto__field textarea {
  height: auto;
  padding: 12px;
  resize: vertical;
}
.contacto__field input::placeholder,
.contacto__field textarea::placeholder {
  color: var(--color-text-secondary);
}
.contacto__submit {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #131416;
  border: none;
  border-radius: 24px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  width: fit-content;
}
.contacto__submit:hover {
  background: #fff;
  color: #131416;
  outline: 2px solid #131416;
}

/* ==========================================
   SECTION: CARRUSEL CLIENTES (3 Filas Marquee)
   ========================================== */
.section--clientes {
  background: none;
  padding: 0 0 2rem 0;
  overflow: hidden;
}

/* Header */
.clientes-header {
  text-align: left;
  margin-bottom: 40px;
  padding: 0 16px;
  width: 100%;
}
.section--clientes .entry-content {
  width: 100%;
}

.clientes-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-primary, #0A0A0A);
  margin: 0;
}

@media (min-width: 768px) {
  .clientes-title {
    font-size: 32px;
  }
}

.clientes-subtitle {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  color: var(--color-text-secondary, #737373);
  margin: 8px 0 0 0;
}

@media (min-width: 768px) {
  .clientes-subtitle {
    font-size: 16px;
  }
}

/* Carousel Container */
.clientes-carousel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Cada fila Swiper */
.clientes-row {
  overflow: visible;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.clientes-row .swiper-wrapper {
  transition-timing-function: linear !important;
}

.clientes-row .swiper-slide {
  width: auto;
}

/* Card de cliente */
.cliente-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  padding: 10px 20px;
  border-radius: 10px;
  white-space: nowrap;
}

/* Logo del cliente */
.cliente-card__logo {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
  flex-shrink: 0;
}

/* Logo con iniciales (sin imagen) */
.cliente-card__logo--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}

/* Nombre del cliente */
.cliente-card__name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-primary);
}

/* Dark mode support via CSS variables */
[data-theme="dark"] .section--clientes,
.dark .section--clientes {
  --color-bg-primary: #0A0A0A;
  --color-bg-secondary: #141414;
  --color-bg-tertiary: #262626;
  --color-text-primary: #FAFAFA;
  --color-text-secondary: #A3A3A3;
}


/* ==========================================
   CARD: ALIANZA
   ========================================== */
.card-alianza {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.15s ease;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.card-alianza:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.card-alianza__logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.card-alianza__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-alianza__nombre {
  font-size: 18px;
  font-weight: 700;
  color: #131416;
  margin-bottom: 8px;
}
.card-alianza__descripcion {
  font-size: 14px;
  line-height: 1.6;
  color: #6c727a;
  flex: 1;
}
.card-alianza__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease;
}
.card-alianza__link:hover {
  color: rgb(12.5, 12.5, 12.5);
}
.card-alianza__link::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.15s ease;
}
.card-alianza__link:hover::after {
  transform: translateX(4px);
}

/* ==========================================
   CARD: PRODUCTO (Pencil design)
   ========================================== */
.card-producto {
  display: flex;
  flex-direction: column;
  background: var(--color-bg-primary);
  border-radius: 32px;
  border: 1px solid var(--color-border-light);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.card-producto:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card-producto__imagen {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.card-producto__imagen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-producto__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.card-producto__titulo {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin: 0;
}
.card-producto__descripcion {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-secondary);
  margin: 0;
}
.card-producto__link {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-primary);
  text-decoration: none;
  transition: opacity 0.15s ease;
  margin-top: 8px;
}
.card-producto__link:hover {
  opacity: 0.7;
}

/* ==========================================
   CARD: OFERTA
   ========================================== */
.card-oferta {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  position: relative;
}
.card-oferta__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #131416;
  color: #fafafa;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.card-oferta__imagen {
  width: 100%;
  height: 250px;
  background: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.card-oferta__imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-oferta__imagen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
.card-oferta__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-oferta__titulo {
  font-size: 22px;
  font-weight: 700;
  color: #131416;
  margin-bottom: 12px;
}
.card-oferta__descripcion {
  font-size: 14px;
  line-height: 1.6;
  color: #6c727a;
  margin-bottom: 16px;
}
.card-oferta__beneficios {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  background: rgba(230, 126, 34, 0.05);
  padding: 16px;
  border-radius: 12px;
}
.card-oferta__beneficios li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #131416;
  margin-bottom: 8px;
}
.card-oferta__beneficios li:last-child {
  margin-bottom: 0;
}
.card-oferta__beneficios li::before {
  content: "✓";
  color: #262626;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.card-oferta__precio {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 20px 0;
}
.card-oferta__precio .precio-antes {
  font-size: 18px;
  color: #6c727a;
  text-decoration: line-through;
}
.card-oferta__precio .precio-ahora {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
}
.card-oferta__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #262626;
  color: #fafafa;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.card-oferta__cta:hover {
  background: rgb(12.5, 12.5, 12.5);
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.card-oferta__vigencia {
  text-align: center;
  font-size: 12px;
  color: #6c727a;
  margin-top: 12px;
  font-style: italic;
}

/* ==========================================
   CARD: SERVICIO
   ========================================== */
.card-servicio {
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.card-servicio:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.card-servicio__imagen {
  width: 100%;
  height: 180px;
  background: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-servicio__imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.card-servicio:hover .card-servicio__imagen img {
  transform: scale(1.05);
}
.card-servicio__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-servicio__titulo {
  font-size: 20px;
  font-weight: 700;
  color: #131416;
  margin-bottom: 12px;
  line-height: 1.3;
}
.card-servicio__texto {
  font-size: 14px;
  line-height: 1.7;
  color: #6c727a;
}
.card-servicio__texto p {
  margin-bottom: 12px;
}
.card-servicio__texto p:last-child {
  margin-bottom: 0;
}

/* ==========================================
   CARD: NOVEDAD
   ========================================== */
.card-novedad {
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.card-novedad:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.card-novedad__imagen {
  width: 100%;
  height: 240px;
  background: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.card-novedad__imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.card-novedad:hover .card-novedad__imagen img {
  transform: scale(1.05);
}
.card-novedad__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-novedad__titulo {
  font-size: 20px;
  font-weight: 700;
  color: #131416;
  margin-bottom: 12px;
  line-height: 1.3;
}
.card-novedad__texto {
  font-size: 14px;
  line-height: 1.7;
  color: #6c727a;
  flex: 1;
}
.card-novedad--featured .card-novedad__imagen {
  height: 400px;
}
@media (min-width: 768px) {
  .card-novedad--featured .card-novedad__imagen {
    height: 500px;
  }
}
.card-novedad--featured .card-novedad__titulo {
  font-size: 24px;
}
@media (min-width: 768px) {
  .card-novedad--featured .card-novedad__titulo {
    font-size: 28px;
  }
}
.card-novedad--featured .card-novedad__texto {
  font-size: 16px;
}

/* ==========================================
   UTILITIES
   ========================================== */
.text-center {
  text-align: center;
}

.text-orange {
  color: #262626;
}

.bg-gradient-orange {
  background: linear-gradient(135deg, rgba(230, 126, 34, 0.1) 0%, rgba(245, 73, 39, 0.05) 100%);
}

.badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 600;
}
.badge--orange {
  background: #262626;
  color: #fafafa;
}
.badge--outline {
  background: transparent;
  border: 1px solid #262626;
  color: #262626;
}

/**
 * Buttons, Chips & CTAs - Lubriflex E&S
 * Sistema de botones reutilizables con paleta neutral
 * Los colores de marca (azul/rojo) se usan SOLO para detalles sutiles
 */
/* ==========================================
   BOTÓN BASE
   ========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.btn:hover svg {
  transform: scale(1.1);
}

/* ==========================================
   VARIANTES DE ESTILO (predomina neutral)
   ========================================== */
.btn--outline {
  background: transparent;
  color: var(--color-text-primary);
  border: 1px solid var(--color-border-light);
}
.btn--outline:hover {
  background: var(--color-bg-secondary);
  border-color: var(--color-text-primary);
  transform: translateY(-1px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.btn--outline:active {
  transform: translateY(0);
}

.btn--ghost {
  background: transparent;
  color: #131416;
  border: none;
}
.btn--ghost:hover {
  background: #f5f5f5;
}
.btn--ghost:active {
  background: rgb(237.35, 237.35, 237.35);
}

.btn--link {
  background: transparent;
  color: #131416;
  border: none;
  padding: 0;
  text-decoration: none;
}
.btn--link:hover {
  text-decoration: underline;
  color: #014aad;
}

.btn--primary {
  background: #014aad;
  color: #fafafa;
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.btn--primary:hover {
  background: #001a6a;
  transform: translateY(-2px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.btn--primary:active {
  transform: translateY(0);
}

.btn--destructive {
  background: transparent;
  color: #e7000b;
  border: 1px solid #e7000b;
}
.btn--destructive:hover {
  background: #e7000b;
  color: #fafafa;
  transform: translateY(-1px);
}
.btn--destructive:active {
  transform: translateY(0);
}

.btn--dark {
  background: #262626;
  color: #fafafa;
  border: none;
}
.btn--dark:hover {
  background: rgb(50.75, 50.75, 50.75);
}

.btn--light {
  background: #ffffff;
  color: #131416;
  border: 1px solid #e5e7eb;
}
.btn--light:hover {
  background: #f1f2f4;
}

/* ==========================================
   TAMAÑOS
   ========================================== */
.btn--sm {
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  border-radius: 12px;
}
.btn--sm svg {
  width: 16px;
  height: 16px;
}

.btn--lg {
  padding: 1.5rem 2.5rem;
  font-size: 18px;
  border-radius: 32px;
}
.btn--lg svg {
  width: 24px;
  height: 24px;
}

.btn--icon {
  padding: 1rem;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.btn--icon.btn--sm {
  width: 36px;
  height: 36px;
  padding: 0.5rem;
}
.btn--icon.btn--lg {
  width: 56px;
  height: 56px;
  padding: 1.5rem;
}

.btn--full {
  width: 100%;
}

/* ==========================================
   FILTER CHIPS / PILLS
   ========================================== */
.filter-chip, .chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #131416;
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-chip svg, .chip svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.filter-chip:hover, .chip:hover {
  border-color: #374151;
  background: #f5f5f5;
}
.filter-chip--active {
  background: #262626;
  color: #fafafa;
  border-color: #262626;
}
.filter-chip--active:hover {
  background: rgb(50.75, 50.75, 50.75);
}
.filter-chip--primary.filter-chip--active {
  background: #014aad;
  border-color: #014aad;
}
.filter-chip--primary.filter-chip--active:hover {
  background: #001a6a;
}

/* ==========================================
   BUTTON GROUPS
   ========================================== */
.btn-group {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.btn-group--vertical {
  flex-direction: column;
  align-items: stretch;
}
.btn-group--attached {
  gap: 0;
}
.btn-group--attached .btn {
  border-radius: 0;
}
.btn-group--attached .btn:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.btn-group--attached .btn:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.btn-group--attached .btn:not(:last-child) {
  border-right: none;
}

/* ==========================================
   BADGES
   ========================================== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 16px;
  white-space: nowrap;
}
.badge--neutral {
  background: #f5f5f5;
  color: #131416;
}
.badge--primary {
  background: rgba(1, 74, 173, 0.1);
  color: #014aad;
}
.badge--dark {
  background: #262626;
  color: #fafafa;
}
.badge--success {
  background: #e8f5e9;
  color: #2e7d32;
}
.badge--warning {
  background: #fff3e0;
  color: #e65100;
}
.badge--error {
  background: #fee2e2;
  color: #e7000b;
}
.badge svg {
  width: 14px;
  height: 14px;
}

/* ==========================================
   CTA LINKS CON FLECHA
   ========================================== */
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #131416;
  text-decoration: none;
  transition: all 0.15s ease;
}
.cta-link svg {
  width: 20px;
  height: 20px;
  transition: transform 0.15s ease;
}
.cta-link:hover {
  color: #014aad;
}
.cta-link:hover svg {
  transform: translateX(4px);
}
.cta-link--sm {
  font-size: 14px;
}
.cta-link--sm svg {
  width: 16px;
  height: 16px;
}
.cta-link--lg {
  font-size: 18px;
}
.cta-link--lg svg {
  width: 24px;
  height: 24px;
}
.cta-link--light {
  color: #fafafa;
}
.cta-link--light:hover {
  color: rgba(250, 250, 250, 0.8);
}

/* ==========================================
   ESTADOS LOADING
   ========================================== */
.btn--loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.btn--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 640px) {
  .btn {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
  }
  .btn--lg {
    padding: 1rem 2rem;
    font-size: 16px;
  }
  .btn--mobile-full {
    width: 100%;
  }
}
/**
 * Cards - Lubriflex E&S
 * Sistema de cards reutilizables con estructura homogénea y paleta neutral
 * Los overlays oscuros se usan sobre imágenes para mantener legibilidad
 */
/* ==========================================
   CARD BASE (estructura común)
   ========================================== */
.card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}
.card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.card__image--square {
  aspect-ratio: 1/1;
}
.card__image--video {
  aspect-ratio: 16/9;
}
.card__image--card {
  aspect-ratio: 4/3;
}
.card__image--portrait {
  aspect-ratio: 3/4;
}
.card__image--landscape {
  aspect-ratio: 3/2;
}
.card:hover .card__image img {
  transform: scale(1.05);
}
.card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 27, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background 0.2s ease;
}
.card__overlay--darker {
  background: rgba(24, 24, 27, 0.85);
}
.card__overlay--gradient {
  background: linear-gradient(to top, rgba(24, 24, 27, 0.9) 0%, rgba(24, 24, 27, 0.4) 60%, transparent 100%);
}
.card:hover .card__overlay {
  background: rgba(24, 24, 27, 0.85);
}
.card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  background: #f5f5f5;
  color: #6c727a;
  border-radius: 16px;
  align-self: flex-start;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}
.card__badge--primary {
  background: rgba(1, 74, 173, 0.1);
  color: #014aad;
}
.card__badge--dark {
  background: #262626;
  color: #fafafa;
}
.card__badge--light {
  background: rgba(255, 255, 255, 0.2);
  color: #fafafa;
  backdrop-filter: blur(8px);
}
.card__title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #131416;
  line-height: 1.2;
  margin: 0;
}
.card__title--light {
  color: #fafafa;
}
.card__title--clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__title--clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #6c727a;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.card__description--light {
  color: rgba(250, 250, 250, 0.9);
}
.card__description--clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__description--clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__meta {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}
.card__meta--light {
  color: rgba(250, 250, 250, 0.7);
}
.card__footer {
  padding: 1rem 24px;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  text-decoration: none;
  transition: all 0.15s ease;
}
.card__cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.15s ease;
}
.card__cta:hover {
  color: var(--color-brand-blue);
}
.card__cta:hover svg {
  transform: translateX(4px);
}
.card__cta--light {
  color: #fafafa;
}
.card__cta--light:hover {
  color: rgba(250, 250, 250, 0.8);
}
.card__action {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border: none;
  border-radius: 50%;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.15s ease;
  z-index: 10;
}
.card__action:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}
.card__action svg {
  width: 20px;
  height: 20px;
}

/* ==========================================
   VARIANTES ESPECÍFICAS - LUBRIFLEX
   ========================================== */
.card--alianza .card__content {
  text-align: center;
  align-items: center;
  gap: 1rem;
}
.card--alianza .card__logo {
  width: 100%;
  max-width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.card--alianza .card__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(30%);
  opacity: 0.9;
  transition: all 0.2s ease;
}
.card--alianza:hover .card__logo img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.card--producto .card__image {
  background: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.card--producto .card__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card--producto .card__content {
  gap: 1rem;
}
.card--producto .card__benefits {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card--producto .card__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 14px;
  color: #6c727a;
}
.card--producto .card__benefits li::before {
  content: "✓";
  color: #014aad;
  font-weight: 700;
  flex-shrink: 0;
}

.card--servicio .card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 16px;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.card--servicio .card__icon svg,
.card--servicio .card__icon img {
  width: 32px;
  height: 32px;
  color: #131416;
}
.card--servicio .card__content {
  gap: 1rem;
}

.card--novedad {
  min-height: 240px;
}
.card--novedad .card__image {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
}
.card--novedad .card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 27, 0.7);
}
.card--novedad .card__content {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-top: auto;
  color: #fafafa;
}
.card--novedad.card--featured {
  min-height: 400px;
}
.card--novedad.card--featured .card__content {
  padding: 32px;
}
.card--novedad.card--featured .card__title {
  font-size: 24px;
}

.card--oferta .card__discount-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  background: #fe3130;
  color: #fafafa;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 16px;
  z-index: 10;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.card--oferta .card__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1rem;
}
.card--oferta .card__price-before {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
}
.card--oferta .card__price-now {
  font-size: 20px;
  font-weight: 700;
  color: #014aad;
}

.card--skf {
  border: 2px solid #d1d5db;
  background: #fafafa;
}
.card--skf .card__header {
  padding: 24px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
.card--skf .card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card--skf .card__list li {
  padding: 1rem 24px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  color: #131416;
}
.card--skf .card__list li:last-child {
  border-bottom: none;
}
.card--skf .card__list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(1, 74, 173, 0.1);
  color: #014aad;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

/* ==========================================
   GRID DE CARDS
   ========================================== */
.cards-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .cards-grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .cards-grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards-grid--cols-1 {
  grid-template-columns: 1fr;
}

/* ==========================================
   CAROUSEL DE CARDS
   ========================================== */
.cards-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0 1.5rem;
}
.cards-carousel::-webkit-scrollbar {
  display: none;
}
.cards-carousel {
  scrollbar-width: none;
}
.cards-carousel .card {
  flex: 0 0 auto;
  width: 280px;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .cards-carousel .card {
    width: 320px;
  }
}

/* ==========================================
   UTILIDADES
   ========================================== */
.card--elevated {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.card--elevated:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.card--borderless {
  border: none;
}

.card--dark {
  background: #18181b;
  border-color: #374151;
  color: #fafafa;
}
.card--dark .card__title {
  color: #fafafa;
}
.card--dark .card__description {
  color: rgba(250, 250, 250, 0.8);
}

.card--static:hover {
  transform: none;
  box-shadow: none;
}

/**
 * Search Modal - Lubriflex E&S
 * Modal de búsqueda fullscreen con backdrop blur y paleta neutral
 * Inspirado en TicketApp con enfoque minimalista
 */
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
}
.search-modal[aria-hidden=false] {
  pointer-events: auto;
}
.search-modal[aria-hidden=false] .search-modal__overlay {
  opacity: 1;
}
.search-modal[aria-hidden=false] .search-modal__container {
  opacity: 1;
  transform: translateY(0);
}
.search-modal {
  /* ==========================================
     OVERLAY CON BACKDROP BLUR
     ========================================== */
}
.search-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.search-modal {
  /* ==========================================
     CONTAINER PRINCIPAL
     ========================================== */
}
.search-modal__container {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding-top: 80px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .search-modal__container {
    padding: 1rem;
    padding-top: 60px;
  }
}
.search-modal {
  /* ==========================================
     HEADER CON INPUT DE BÚSQUEDA
     ========================================== */
}
.search-modal__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border-radius: 32px;
  padding: 0.5rem;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.search-modal__form {
  flex: 1;
}
.search-modal__search-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
}
.search-modal__search-icon {
  flex-shrink: 0;
  color: #9ca3af;
  width: 24px;
  height: 24px;
}
.search-modal__input {
  flex: 1;
  padding: 1rem 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #131416;
  background: transparent;
  border: none;
  outline: none;
}
.search-modal__input::-moz-placeholder {
  color: #9ca3af;
}
.search-modal__input::placeholder {
  color: #9ca3af;
}
.search-modal__input::-webkit-search-cancel-button, .search-modal__input::-webkit-search-decoration {
  display: none;
}
.search-modal__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #6c727a;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.search-modal__clear:hover {
  background: rgb(232.25, 232.25, 232.25);
  color: #131416;
}
.search-modal__clear svg {
  width: 20px;
  height: 20px;
}
.search-modal__close {
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #131416;
  background: transparent;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.search-modal__close svg {
  width: 24px;
  height: 24px;
}
.search-modal__close:hover {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .search-modal__close svg {
    display: block;
  }
}
.search-modal {
  /* ==========================================
     CONTENT (Quick Links, Resultados)
     ========================================== */
}
.search-modal__content {
  background: #ffffff;
  border-radius: 32px;
  padding: 2rem 1.5rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  overflow-x: hidden;
}
.search-modal__content::-webkit-scrollbar {
  width: 8px;
}
.search-modal__content::-webkit-scrollbar-track {
  background: transparent;
}
.search-modal__content::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 4px;
}
.search-modal__content::-webkit-scrollbar-thumb:hover {
  background: #d1d5db;
}
@media (max-width: 768px) {
  .search-modal__content {
    padding: 1.5rem 1rem;
    max-height: calc(100vh - 180px);
  }
}
.search-modal {
  /* ==========================================
     ESTADO INICIAL (Quick Links, Popular)
     ========================================== */
}
.search-modal__section {
  margin-bottom: 2.5rem;
}
.search-modal__section:last-child {
  margin-bottom: 0;
}
.search-modal__section-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
}
.search-modal__quick-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem;
}
@media (max-width: 640px) {
  .search-modal__quick-links {
    grid-template-columns: 1fr;
  }
}
.search-modal__quick-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #131416;
  background: #f1f2f4;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.search-modal__quick-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #6c727a;
  transition: color 0.15s ease;
}
.search-modal__quick-link span {
  flex: 1;
}
.search-modal__quick-link:hover {
  background: #ffffff;
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.search-modal__quick-link:hover svg {
  color: #014aad;
}
.search-modal__popular-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-modal__search-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #131416;
  background: #f1f2f4;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.search-modal__search-chip:hover {
  background: #ffffff;
  border-color: #014aad;
  color: #014aad;
  transform: translateY(-1px);
}
.search-modal__search-chip:active {
  transform: translateY(0);
}
.search-modal {
  /* ==========================================
     ESTADO DE RESULTADOS
     ========================================== */
}
.search-modal__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  gap: 1.5rem;
}
.search-modal__loading p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #6c727a;
  margin: 0;
}
.search-modal__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #014aad;
  border-radius: 50%;
  animation: search-modal-spin 0.8s linear infinite;
}
@keyframes search-modal-spin {
  to {
    transform: rotate(360deg);
  }
}
.search-modal__results-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search-modal__no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  gap: 1.5rem;
  text-align: center;
}
.search-modal__no-results svg {
  width: 64px;
  height: 64px;
  color: #9ca3af;
  opacity: 0.5;
}
.search-modal__no-results h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #131416;
  margin: 0;
}
.search-modal__no-results p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #6c727a;
  margin: 0;
  max-width: 320px;
}
.search-modal {
  /* ==========================================
     FOOTER CON KEYBOARD SHORTCUTS
     ========================================== */
}
.search-modal__footer {
  padding: 1.5rem 0 0;
  margin-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.search-modal__keyboard-shortcuts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .search-modal__keyboard-shortcuts {
    gap: 1.5rem;
    font-size: 12px;
  }
}
.search-modal__shortcut {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #6c727a;
}
.search-modal__shortcut kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #131416;
  background: #f1f2f4;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.search-modal__shortcut span {
  white-space: nowrap;
}
.search-modal {
  /* ==========================================
     RESPONSIVE
     ========================================== */
}
@media (max-width: 640px) {
  .search-modal__header {
    border-radius: 24px;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
  }
  .search-modal__content {
    border-radius: 24px;
  }
  .search-modal__search-box {
    padding: 0 0.5rem;
  }
  .search-modal__input {
    font-size: 16px;
  }
  .search-modal__close {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
}
.search-modal {
  /* ==========================================
     UTILITIES
     ========================================== */
}
.search-modal[aria-hidden=false] ~ body, .search-modal[aria-hidden=false] ~ * body {
  overflow: hidden;
}

body.search-modal-open {
  overflow: hidden;
}

/* ==========================================
   LAYOUTS
   ========================================== */
/**
 * Footer Lubriflex - 4 columnas + bottom bar
 */
.footer-lubriflex {
  background: var(--color-bg-footer, #111113);
  color: #fafafa;
  border-radius: 32px 32px 0 0;
  margin-top: 64px;
}
.footer-lubriflex__content {
  padding: 64px 24px 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-lubriflex__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-lubriflex__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-lubriflex__column--brand {
  gap: 16px;
}
.footer-lubriflex__logo-link {
  display: inline-block;
}
.footer-lubriflex__logo {
  height: 72px;
  width: auto;
}
.footer-lubriflex__description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  max-width: 300px;
}
.footer-lubriflex__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fafafa;
  margin: 0 0 4px 0;
}
.footer-lubriflex__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-lubriflex__list li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.footer-lubriflex__list a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer-lubriflex__list a:hover {
  color: #fafafa;
}
.footer-lubriflex__list--contact {
  gap: 10px;
}
.footer-lubriflex__list--contact li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.6;
}
.footer-lubriflex__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-lubriflex__copyright {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-lubriflex__content {
    padding: 64px 40px 32px;
  }
  .footer-lubriflex__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}
@media (min-width: 1024px) {
  .footer-lubriflex__content {
    padding: 72px 48px 36px;
  }
  .footer-lubriflex__grid {
    grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
    gap: 48px;
  }
}

/* ==========================================
   UTILITIES
   ========================================== */

/* ==========================================
   PRODUCTO SINGLE PAGE
   ========================================== */
.producto-single {
  background: var(--color-bg-primary, #ffffff);
}

/* Hero */
.producto-single__hero {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.producto-single__hero-image {
  flex-shrink: 0;
  width: 460px;
  height: 380px;
  background: var(--color-bg-secondary, #f1f2f4);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.producto-single__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.producto-single__hero-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

/* Breadcrumb */
.producto-single__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.producto-single__breadcrumb a {
  color: var(--color-text-secondary, #6c727a);
  text-decoration: none;
}

.producto-single__breadcrumb a:hover {
  color: var(--color-text-primary, #131416);
}

.producto-single__breadcrumb span {
  color: var(--color-text-secondary, #6c727a);
}

.producto-single__breadcrumb .current {
  color: var(--color-text-primary, #131416);
  font-weight: 600;
}

/* Badge */
.producto-single__badge {
  display: inline-block;
  width: fit-content;
  background: var(--color-brand-blue);
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 4px 16px;
  border-radius: 16px;
}

/* Title */
.producto-single__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text-primary, #131416);
  margin: 0;
}

/* Subtitle */
.producto-single__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-secondary, #6c727a);
  margin: 0;
}

/* Buttons row */
.producto-single__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* WhatsApp button */
.btn--whatsapp {
  background: #25D366;
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn--whatsapp:hover {
  background: #1da851;
}

.btn--whatsapp svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Content sections */
.producto-single .entry-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.producto-single__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.producto-single__section-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-primary, #131416);
  margin: 0;
}

.producto-single__section-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary, #6c727a);
  margin: 0;
}

.producto-single__divider {
  border: none;
  height: 1px;
  background: var(--color-border, #e5e7eb);
  margin: 0;
}

/* Features grid */
.producto-single__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.producto-single__feature-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: var(--color-bg-secondary);
  border: none;
  border-radius: 16px;
}

.producto-single__feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.producto-single__feature-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary, #131416);
  margin: 0;
}

.producto-single__feature-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-secondary, #6c727a);
  margin: 0;
}

/* Applications */
.producto-single__apps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.producto-single__app-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: var(--color-bg-primary, #ffffff);
  border: 1px solid var(--color-border, #e5e7eb);
  border-radius: 12px;
}

.producto-single__app-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  flex-shrink: 0;
}

.producto-single__app-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary, #131416);
  white-space: nowrap;
}

.producto-single__app-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--color-text-secondary, #6c727a);
}

/* CTA Banner */
.producto-single__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 48px 40px;
  background: var(--color-brand-blue-tertiary, #000d39);
  border-radius: 20px;
  text-align: center;
}

.producto-single__cta-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.producto-single__cta-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #cccccc;
  margin: 0;
}

.producto-single__cta-btns {
  display: flex;
  gap: 12px;
}

/* CTA outline button on dark bg */
.btn--outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn--outline-light:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* ==========================================
   PRODUCTO SINGLE - RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {
  .producto-single__hero {
    padding: 32px 40px;
    gap: 32px;
  }

  .producto-single__hero-image {
    width: 360px;
    height: 300px;
  }

  .producto-single__title {
    font-size: 32px;
  }

  .producto-single .entry-content {
    padding: 32px 40px;
  }

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

@media (max-width: 768px) {
  .producto-single__hero {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }

  .producto-single__hero-image {
    width: 100%;
    height: 280px;
  }

  .producto-single__title {
    font-size: 28px;
  }

  .producto-single .entry-content {
    padding: 24px 20px;
    gap: 32px;
  }

  .producto-single__features {
    grid-template-columns: 1fr;
  }

  .producto-single__app-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .producto-single__app-title {
    white-space: normal;
  }

  .producto-single__cta {
    padding: 32px 20px;
  }

  .producto-single__cta-title {
    font-size: 22px;
  }

  .producto-single__cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .producto-single__cta-btns .btn {
    width: 100%;
    justify-content: center;
  }

  .producto-single__btns {
    flex-direction: column;
  }
}

/* ==========================================
   SOBRE NOSOTROS PAGE
   ========================================== */

/* Hero */
.nosotros-hero {
  position: relative;
  height: 560px;
  background-color: var(--color-brand-blue-tertiary);
  overflow: hidden;
}

.nosotros-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.nosotros-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #014aad 0%, #fe3130 100%);
  opacity: 0.85;
}

.nosotros-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  height: 100%;
  padding: 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.nosotros-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 16px;
  border-radius: 16px;
  background-color: var(--color-brand-blue);
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}

.nosotros-hero__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  max-width: 700px;
  margin: 0 !important;
}

.nosotros-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

/* Stats Bar */
.nosotros-stats {
  display: flex;
  justify-content: space-around;
  padding: 40px 80px;
  background-color: var(--color-brand-blue);
}

.nosotros-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.nosotros-stats__number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
}

.nosotros-stats__label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

/* Nuestra Historia */
.nosotros-historia {
  display: flex;
  gap: 64px;
  padding: 80px 0;
}

.nosotros-historia__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.nosotros-historia__label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: var(--color-brand-blue);
}

.nosotros-historia__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 !important;
  color: var(--color-text-primary);
}

.nosotros-historia__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.nosotros-historia__divider {
  width: 60px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-brand-red);
}

.nosotros-historia__image {
  width: 500px;
  min-width: 500px;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
}

.nosotros-historia__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Galería */
.nosotros-galeria {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 0 80px;
}

.nosotros-galeria__label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: var(--color-brand-blue);
}

.nosotros-galeria__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-primary);
  text-align: center;
}

.nosotros-galeria__grid {
  display: flex;
  gap: 16px;
  width: 100%;
  height: 500px;
  margin-top: 32px;
}

.nosotros-galeria__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  height: 100%;
}

.nosotros-galeria__img {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
}

.nosotros-galeria__img--tall {
  flex: 1;
}

.nosotros-galeria__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nosotros-galeria__caption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.nosotros-galeria__caption svg {
  color: var(--color-brand-blue);
  flex-shrink: 0;
}

.nosotros-galeria__caption span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary);
}

/* Valores */
.nosotros-valores {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 80px;
  background-color: var(--color-brand-blue-tertiary);
}
.nosotros-valores__label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.6);
}

.nosotros-valores__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 40px 0 !important;
}

.nosotros-valores__grid {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  padding-top: 1rem;
}

.nosotros-valores__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 32px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nosotros-valores__card svg {
  color: #ffffff;
}

.nosotros-valores__card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.nosotros-valores__card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #cccccc;
}

/* CTA */
.nosotros-page-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 80px 0;
}

.nosotros-page-cta__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-primary);
  text-align: center;
}

.nosotros-page-cta__desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-secondary);
  text-align: center;
  max-width: 600px;
}

.nosotros-page-cta__buttons {
  display: flex;
  gap: 16px;
}

/* Responsive - Nosotros */
@media (max-width: 1024px) {
  .nosotros-hero__content {
    padding: 60px 40px;
  }

  .nosotros-hero__title {
    font-size: 40px;
  }

  .nosotros-stats {
    padding: 32px 40px;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }

  .nosotros-historia {
    flex-direction: column;
    padding: 60px 0;
  }

  .nosotros-historia__image {
    width: 100%;
    min-width: unset;
    height: 360px;
  }

  .nosotros-valores {
    padding: 60px 40px;
  }

  .nosotros-valores__grid {
    flex-wrap: wrap;
  }

  .nosotros-valores__card {
    flex: 1 1 calc(50% - 12px);
    min-width: 260px;
  }

  .nosotros-galeria__grid {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .nosotros-hero {
    height: 460px;
  }

  .nosotros-hero__content {
    padding: 40px 20px;
  }

  .nosotros-hero__title {
    font-size: 32px;
  }

  .nosotros-hero__desc {
    font-size: 16px;
  }

  .nosotros-hero__desc br {
    display: none;
  }

  .nosotros-stats {
    padding: 24px 20px;
    gap: 24px;
  }

  .nosotros-stats__number {
    font-size: 28px;
  }

  .nosotros-stats__label {
    font-size: 12px;
    text-align: center;
  }

  .nosotros-historia {
    padding: 40px 0;
    gap: 32px;
  }

  .nosotros-historia__title {
    font-size: 28px;
  }

  .nosotros-historia__image {
    height: 280px;
  }

  .nosotros-galeria {
    gap: 32px;
    padding-bottom: 40px;
  }

  .nosotros-galeria__title {
    font-size: 28px;
  }

  .nosotros-galeria__grid {
    flex-direction: column;
    height: auto;
  }

  .nosotros-galeria__img {
    height: 200px;
    flex: none;
  }

  .nosotros-galeria__img--tall {
    height: 260px;
    flex: none;
  }

  .nosotros-valores {
    padding: 40px 20px;
    gap: 32px;
  }

  .nosotros-valores__title {
    font-size: 28px;
  }

  .nosotros-valores__grid {
    flex-direction: column;
  }

  .nosotros-valores__card {
    flex: 1 1 100%;
  }

  .nosotros-page-cta {
    padding: 40px 0;
  }

  .nosotros-page-cta__title {
    font-size: 28px;
  }

  .nosotros-page-cta__buttons {
    flex-direction: column;
    width: 100%;
  }

  .nosotros-page-cta__buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=main.css.map */