/* ═══════════════════════════════════════════════════════════════
   ELECTRIC CONTROL — PREMIUM PUBLIC LAYER
   Alineado visualmente con Minerva ERP (glass, grid, glow)
   ═══════════════════════════════════════════════════════════════ */

:root {
  --ec-premium-bg: #f8fafc;
  --ec-premium-surface: rgba(255, 255, 255, 0.72);
  --ec-premium-border: rgba(148, 163, 184, 0.22);
  --ec-premium-glow: 0 0 40px rgba(37, 99, 235, 0.12);
  --ec-premium-hero: linear-gradient(145deg, #020617 0%, #0f172a 35%, #1e3a5f 70%, #0f172a 100%);
  --ec-premium-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── SITE SHELL ─────────────────────────────────────────── */
.ec-public-site {
  background: var(--ec-premium-bg);
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.ec-public-site .ec-section-alt {
  background: rgba(241, 245, 249, 0.65);
  backdrop-filter: blur(8px);
}

/* ─── PREMIUM PAGE HERO ──────────────────────────────────── */
.ec-page-hero--premium,
.ec-sector-hero,
.ec-vacante-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--ec-header-h) + var(--ec-space-12)) 0 var(--ec-space-12);
  background-image:
    linear-gradient(135deg, rgba(10, 18, 36, 0.76) 0%, rgba(15, 28, 54, 0.50) 45%, rgba(30, 58, 100, 0.68) 100%),
    var(--ec-hero-bg, url('/assets/public/page-hero.jpg'));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ─── Hero specific background images ───────────────────── */
.ec-hero--nosotros { --ec-hero-bg: url('/assets/public/heroes/hero-nosotros.jpg'); }
.ec-hero--servicios { --ec-hero-bg: url('/assets/public/heroes/hero-servicios.jpg'); }
.ec-hero--proyectos { --ec-hero-bg: url('/assets/public/heroes/hero-proyectos.jpg'); }
.ec-hero--sectores { --ec-hero-bg: url('/assets/public/heroes/hero-sectores.jpg'); }
.ec-hero--tecnologia { --ec-hero-bg: url('/assets/public/heroes/hero-tecnologia.jpg'); }
.ec-hero--contacto { --ec-hero-bg: url('/assets/public/heroes/hero-contacto.jpg'); }
.ec-hero--trabaja { --ec-hero-bg: url('/assets/public/heroes/hero-trabaja.jpg'); }
.ec-hero--cotizacion { --ec-hero-bg: url('/assets/public/heroes/hero-cotizacion.jpg'); }
.ec-hero--partners { --ec-hero-bg: url('/assets/public/heroes/hero-partners.jpg'); }
.ec-hero--noticias { --ec-hero-bg: url('/assets/public/heroes/hero-noticias.jpg'); }
.ec-hero--casos { --ec-hero-bg: url('/assets/public/heroes/hero-casos.jpg'); }
.ec-hero--portales { --ec-hero-bg: url('/assets/public/portales-hero.jpg'); }

/* Dynamic Hero Per Service */
.ec-hero--svc-ingenieria-electrica { --ec-hero-bg: url('/assets/public/services/ingenieria-electrica.jpg'); }
.ec-hero--svc-electricidad-industrial { --ec-hero-bg: url('/assets/public/services/electricidad-industrial.jpg'); }
.ec-hero--svc-instrumentacion { --ec-hero-bg: url('/assets/public/services/instrumentacion.jpg'); }
.ec-hero--svc-automatizacion-control { --ec-hero-bg: url('/assets/public/services/automatizacion-control.jpg'); }
.ec-hero--svc-construccion-montaje { --ec-hero-bg: url('/assets/public/services/construccion-montaje.jpg'); }
.ec-hero--svc-comisionamiento-puesta-marcha { --ec-hero-bg: url('/assets/public/services/comisionamiento-puesta-marcha.jpg'); }
.ec-hero--svc-energia { --ec-hero-bg: url('/assets/public/services/energia.jpg'); }
.ec-hero--svc-software-tecnologia { --ec-hero-bg: url('/assets/public/services/software-tecnologia.jpg'); }
.ec-hero--svc-mantenimiento-industrial { --ec-hero-bg: url('/assets/public/services/mantenimiento-industrial.jpg'); }
.ec-hero--svc-ingenieria-multidisciplinaria { --ec-hero-bg: url('/assets/public/services/ingenieria-multidisciplinaria.jpg'); }
.ec-hero--svc-energia-solar-fotovoltaica { --ec-hero-bg: url('/assets/public/services/energia-solar-fotovoltaica.jpg'); }
.ec-hero--svc-pruebas-electricas-especializadas { --ec-hero-bg: url('/assets/public/services/pruebas-electricas-especializadas.jpg'); }
.ec-hero--svc-telecomunicaciones-it-seguridad { --ec-hero-bg: url('/assets/public/services/telecomunicaciones-it-seguridad.jpg'); }
.ec-hero--svc-proyectos-epc-llave-en-mano { --ec-hero-bg: url('/assets/public/services/proyectos-epc-llave-en-mano.jpg'); }
.ec-hero--svc-consultoria-diseno-licitaciones { --ec-hero-bg: url('/assets/public/services/consultoria-diseno-licitaciones.jpg'); }

/* Dynamic Hero Per Sector */
.ec-hero--sector-oil-gas { --ec-hero-bg: url('/assets/public/sectors/oil-gas.jpg'); }
.ec-hero--sector-energia { --ec-hero-bg: url('/assets/public/sectors/energia.jpg'); }
.ec-hero--sector-mineria { --ec-hero-bg: url('/assets/public/sectors/mineria.jpg'); }
.ec-hero--sector-petroquimica { --ec-hero-bg: url('/assets/public/sectors/petroquimica.jpg'); }
.ec-hero--sector-infraestructura { --ec-hero-bg: url('/assets/public/sectors/infraestructura.jpg'); }
.ec-hero--sector-agroindustria { --ec-hero-bg: url('/assets/public/sectors/agroindustria.jpg'); }

.ec-page-hero--premium::before,
.ec-sector-hero::before,
.ec-vacante-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 85%);
  pointer-events: none;
}

.ec-page-hero--premium::after,
.ec-sector-hero::after,
.ec-vacante-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

.ec-page-hero--premium .ec-container,
.ec-sector-hero .ec-container,
.ec-vacante-hero .ec-container {
  position: relative;
  z-index: 1;
}

.ec-page-hero--premium .ec-heading-xl,
.ec-sector-hero .ec-heading-xl,
.ec-vacante-hero .ec-heading-xl {
  color: #fff;
  max-width: 820px;
}

.ec-page-hero--premium .ec-subtitle,
.ec-sector-hero .ec-subtitle,
.ec-vacante-hero .ec-subtitle {
  color: rgba(255, 255, 255, 0.72);
  max-width: 640px;
}

.ec-page-hero--premium .ec-breadcrumb a,
.ec-sector-hero .ec-breadcrumb a,
.ec-vacante-hero .ec-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
}

.ec-page-hero--premium .ec-breadcrumb a:hover,
.ec-sector-hero .ec-breadcrumb a:hover,
.ec-vacante-hero .ec-breadcrumb a:hover {
  color: #fff;
}

.ec-page-hero--premium .ec-breadcrumb span,
.ec-sector-hero .ec-breadcrumb span,
.ec-vacante-hero .ec-breadcrumb span {
  color: rgba(255, 255, 255, 0.35);
}

.ec-page-hero--premium .ec-breadcrumb span:last-child,
.ec-sector-hero .ec-breadcrumb span:last-child,
.ec-vacante-hero .ec-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.88);
}

.ec-highlight {
  background: linear-gradient(135deg, #60a5fa 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ─── GLASS COMPONENTS ───────────────────────────────────── */
.ec-glass-card {
  background: var(--ec-premium-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--ec-premium-border);
  border-radius: var(--ec-radius-xl);
  box-shadow: var(--ec-shadow-md), var(--ec-premium-glow);
}

.ec-form-card.ec-glass-card,
.ec-form-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 24px;
  padding: var(--ec-space-8);
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.15), var(--ec-premium-glow);
}

.ec-input,
.ec-textarea,
select.ec-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--ec-gray-200);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ec-text);
  transition: border-color var(--ec-duration) var(--ec-ease),
              box-shadow var(--ec-duration) var(--ec-ease);
}

.ec-input:focus,
.ec-textarea:focus,
select.ec-input:focus {
  outline: none;
  border-color: rgba(37, 99, 235, 0.5);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.ec-form-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ec-gray-500);
}

/* ─── ALERTS ─────────────────────────────────────────────── */
.ec-alert {
  padding: var(--ec-space-4) var(--ec-space-5);
  border-radius: var(--ec-radius);
  margin-top: var(--ec-space-4);
  font-size: 0.9375rem;
  line-height: 1.5;
  border: 1px solid transparent;
}

.ec-alert--error {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
}

.ec-alert--info {
  background: #f0f9ff;
  color: #0369a1;
  border-color: #bae6fd;
}

.ec-alert--success {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}

.ec-alert--warning {
  background: #fffbeb;
  color: #b45309;
  border-color: #fde68a;
}

/* ─── FEATURE / ICON CARDS ───────────────────────────────── */
.ec-feature-card {
  padding: var(--ec-space-8);
  text-align: center;
  border-radius: var(--ec-radius-xl);
  border: 1px solid var(--ec-border-light);
  background: rgba(255, 255, 255, 0.85);
  transition: transform var(--ec-duration-slow) var(--ec-premium-ease),
              box-shadow var(--ec-duration-slow) var(--ec-premium-ease);
}

.ec-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ec-shadow-lg);
}

.ec-feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--ec-space-4);
  background: var(--ec-blue-50);
  color: var(--ec-blue);
}

.ec-feature-card__icon--green {
  background: #ecfdf5;
  color: var(--ec-green);
}

.ec-feature-card h3 {
  font-weight: 700;
  color: var(--ec-text);
  margin-bottom: var(--ec-space-2);
}

.ec-feature-card p {
  color: var(--ec-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* ─── SERVICE / PROJECT CARDS ────────────────────────────── */
.ec-premium-card {
  cursor: pointer;
  border-radius: var(--ec-radius-xl);
  border: 1px solid var(--ec-border-light);
  background: #fff;
  overflow: hidden;
  transition: transform var(--ec-duration-slow) var(--ec-premium-ease),
              box-shadow var(--ec-duration-slow) var(--ec-premium-ease),
              border-color var(--ec-duration) var(--ec-ease);
}

.ec-premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -20px rgba(15, 23, 42, 0.2);
  border-color: rgba(37, 99, 235, 0.2);
}

.ec-premium-card__visual {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ec-premium-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.04) 100%);
}

.ec-premium-card__icon {
  width: 64px;
  height: 64px;
  border-radius: var(--ec-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ec-premium-card__body {
  padding: var(--ec-space-6) var(--ec-space-6) var(--ec-space-8);
}

.ec-premium-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--ec-space-3);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ec-blue);
}

/* ─── TECH SHOWCASE ──────────────────────────────────────── */
.ec-tech-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ec-space-12);
  align-items: center;
}

.ec-tech-showcase--reverse {
  direction: rtl;
}

.ec-tech-showcase--reverse > * {
  direction: ltr;
}

.ec-tech-showcase__panel {
  border-radius: 24px;
  min-height: 320px;
  padding: var(--ec-space-8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px -24px rgba(15, 23, 42, 0.5);
}

.ec-tech-showcase__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
}

.ec-tech-showcase__panel::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -40px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.25) 0%, transparent 70%);
}

.ec-tech-showcase__logo {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  margin-bottom: var(--ec-space-6);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
  position: relative;
  z-index: 1;
}

.ec-tech-showcase__badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: var(--ec-space-4);
  position: relative;
  z-index: 1;
}

.ec-tech-showcase__name {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: var(--ec-space-2);
  position: relative;
  z-index: 1;
}

.ec-tech-showcase__tag {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}

/* ─── NEWS & CASES ───────────────────────────────────────── */
.ec-news-card,
.ec-case-card {
  cursor: pointer;
  border-radius: var(--ec-radius-xl);
  border: 1px solid var(--ec-border-light);
  background: #fff;
  overflow: hidden;
  transition: transform var(--ec-duration-slow) var(--ec-premium-ease),
              box-shadow var(--ec-duration-slow) var(--ec-premium-ease);
}

.ec-news-card:hover,
.ec-case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ec-shadow-lg);
}

.ec-news-card__cover,
.ec-case-card__cover {
  height: 160px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.55) 0%, rgba(30, 58, 95, 0.45) 100%), url('/assets/public/news-cover.jpg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.ec-news-card__cover::before,
.ec-case-card__cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
}

.ec-case-card__cover {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.55) 0%, rgba(8, 145, 178, 0.45) 100%), url('/assets/public/case-cover.jpg') center/cover no-repeat;
}

.ec-news-card__body,
.ec-case-card__body {
  padding: var(--ec-space-6);
}

.ec-news-card__date,
.ec-case-card__client {
  font-size: 0.8125rem;
  color: var(--ec-gray-400);
  margin-top: var(--ec-space-4);
}

.ec-case-card__metric {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--ec-space-4);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: #ecfdf5;
  color: #047857;
}

.ec-article-body {
  color: var(--ec-gray-600);
  line-height: 1.85;
  font-size: 1.0625rem;
}

.ec-article-body p {
  margin-bottom: var(--ec-space-5);
}

.ec-caso-grid {
  display: grid;
  gap: var(--ec-space-10);
}

.ec-caso-block {
  padding: var(--ec-space-8);
  border-radius: var(--ec-radius-xl);
  border: 1px solid var(--ec-border-light);
  background: rgba(255, 255, 255, 0.9);
}

.ec-caso-block h2 {
  display: flex;
  align-items: center;
  gap: var(--ec-space-3);
  margin-bottom: var(--ec-space-4);
}

.ec-caso-block__num {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  background: var(--ec-blue-50);
  color: var(--ec-blue);
}

/* ─── STAT CARDS ─────────────────────────────────────────── */
.ec-stat-card {
  padding: var(--ec-space-6);
  text-align: center;
  border-radius: var(--ec-radius-xl);
  border: 1px solid var(--ec-border-light);
  background: rgba(255, 255, 255, 0.9);
}

.ec-stat-card__value {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--ec-blue);
  margin-bottom: var(--ec-space-2);
  letter-spacing: -0.03em;
}

.ec-stat-card__label {
  font-size: 0.9375rem;
  color: var(--ec-text-secondary);
}

/* ─── CTA BANNER ─────────────────────────────────────────── */
.ec-page-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 40%, #ecfeff 100%) !important;
}

.ec-page-cta::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.ec-cta-banner {
  padding: var(--ec-space-8);
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--ec-blue) 0%, #1d4ed8 100%);
  box-shadow: 0 20px 50px -16px rgba(37, 99, 235, 0.45);
}

.ec-cta-banner h3 {
  color: #fff;
  margin-bottom: var(--ec-space-4);
}

.ec-cta-banner p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: var(--ec-space-6);
}

/* ─── PORTAL DROPDOWN MENU ───────────────────────────────── */
.ec-portal-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background var(--ec-duration) var(--ec-ease);
}

.ec-portal-menu-item:hover {
  background: var(--ec-gray-50);
}

.ec-portal-menu-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ec-portal-menu-item__icon--empleados { background: linear-gradient(135deg, #0e7490, #06b6d4); }
.ec-portal-menu-item__icon--clientes { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.ec-portal-menu-item__icon--proveedores { background: linear-gradient(135deg, #0f766e, #14b8a6); }

.ec-portal-menu-item__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ec-portal-menu-item__text strong {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ec-text);
  line-height: 1.2;
}

.ec-portal-menu-item__text small {
  font-size: 0.75rem;
  color: var(--ec-text-secondary);
  line-height: 1.2;
}

.ec-portal-menu-divider {
  height: 1px;
  background: var(--ec-gray-200);
  margin: 6px 12px;
}

.ec-portal-menu-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 0.8125rem;
  color: var(--ec-blue);
  font-weight: 600;
  text-decoration: none;
}

/* ─── HOME HERO ENHANCEMENTS ─────────────────────────────── */
.ec-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.ec-hero-slide::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  top: 10%;
  right: -10%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

/* ─── CONTACT INFO PREMIUM ───────────────────────────────── */
.ec-contact-info-item {
  padding: var(--ec-space-5);
  border-radius: var(--ec-radius-lg);
  border: 1px solid var(--ec-border-light);
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--ec-space-4);
  transition: border-color var(--ec-duration) var(--ec-ease),
              box-shadow var(--ec-duration) var(--ec-ease);
}

.ec-contact-info-item:hover {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: var(--ec-shadow-sm);
}

.ec-contact-info-item-icon {
  background: linear-gradient(135deg, var(--ec-blue-50), #ecfeff) !important;
}

/* ─── LEGAL PAGES ────────────────────────────────────────── */
.ec-legal-shell .ec-page-content {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--ec-border-light);
  border-radius: var(--ec-radius-xl);
  box-shadow: var(--ec-shadow-sm);
  margin-top: calc(var(--ec-header-h) + var(--ec-space-8));
  margin-bottom: var(--ec-space-16);
}

/* ─── EMPTY STATES ───────────────────────────────────────── */
.ec-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: var(--ec-space-16) var(--ec-space-6);
  color: var(--ec-text-secondary);
}

.ec-container-narrow {
  max-width: var(--ec-container-narrow);
  margin-left: auto;
  margin-right: auto;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .ec-tech-showcase {
    grid-template-columns: 1fr;
    gap: var(--ec-space-8);
  }

  .ec-tech-showcase--reverse {
    direction: ltr;
  }

  .ec-page-hero--premium,
  .ec-sector-hero,
  .ec-vacante-hero {
    min-height: 44vh;
  }
}

@media (max-width: 640px) {
  .ec-form-card {
    padding: var(--ec-space-6);
  }
}

/* ─── HEADER TOOLBAR (nav links + action buttons) ─────────── */

/* Nav links — ghost pills, unified across links / Servicios / Más */
.ec-header-nav .ec-header-nav-link,
.ec-header-nav a.ec-header-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 0 var(--ec-space-4);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  border: none;
  border-radius: var(--ec-radius-sm);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--ec-duration) var(--ec-ease), background var(--ec-duration) var(--ec-ease);
}

.ec-header-nav .ec-header-nav-link:hover,
.ec-header-nav .ec-header-nav-link:focus-visible,
.ec-header-nav a.ec-header-nav-link:hover,
.ec-header-nav a.ec-header-nav-link:focus-visible {
  color: var(--ec-white);
  background: rgba(255, 255, 255, 0.1);
}

.ec-header-nav .ec-header-nav-link:focus-visible,
.ec-header-nav a.ec-header-nav-link:focus-visible {
  outline: 2px solid var(--ec-blue);
  outline-offset: 2px;
}

.ec-header.scrolled .ec-header-nav .ec-header-nav-link,
.ec-header.scrolled .ec-header-nav a.ec-header-nav-link {
  color: var(--ec-text-secondary);
}

.ec-header.scrolled .ec-header-nav .ec-header-nav-link:hover,
.ec-header.scrolled .ec-header-nav .ec-header-nav-link:focus-visible,
.ec-header.scrolled .ec-header-nav a.ec-header-nav-link:hover,
.ec-header.scrolled .ec-header-nav a.ec-header-nav-link:focus-visible {
  color: var(--ec-text);
  background: var(--ec-gray-100);
}

.ec-header-nav .ec-header-nav-link svg,
.ec-header-nav a.ec-header-nav-link svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transition: transform var(--ec-duration) var(--ec-ease);
}

.ec-megamenu-trigger.ec-header-nav-link svg {
  width: 14px;
  height: 14px;
}

/* Action buttons — Minerva, Portales, CTA */
.ec-header-actions .ec-header-btn,
.ec-header-actions button.ec-header-btn,
.ec-header-actions a.ec-header-btn,
.ec-header-mobile-actions .ec-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 0 16px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: var(--ec-radius);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--ec-duration) var(--ec-ease), background var(--ec-duration) var(--ec-ease),
    border-color var(--ec-duration) var(--ec-ease), box-shadow var(--ec-duration) var(--ec-ease),
    transform var(--ec-duration) var(--ec-ease);
}

.ec-header-actions .ec-header-btn--ghost,
.ec-header-mobile-actions .ec-header-btn--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.ec-header-actions .ec-header-btn--ghost:hover,
.ec-header-mobile-actions .ec-header-btn--ghost:hover {
  color: var(--ec-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.ec-header.scrolled .ec-header-actions .ec-header-btn--ghost {
  color: var(--ec-text-secondary);
  background: var(--ec-gray-50);
  border-color: var(--ec-gray-200);
}

.ec-header.scrolled .ec-header-actions .ec-header-btn--ghost:hover {
  color: var(--ec-gray-900);
  background: var(--ec-white);
  border-color: var(--ec-gray-300);
}

.ec-header-actions .ec-header-btn--primary,
.ec-header-mobile-actions .ec-header-btn--primary {
  color: var(--ec-white);
  background: var(--ec-blue);
  border-color: var(--ec-blue);
  box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
}

.ec-header-actions .ec-header-btn--primary:hover,
.ec-header-mobile-actions .ec-header-btn--primary:hover {
  background: var(--ec-blue-dark);
  border-color: var(--ec-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.ec-header-btn.ec-nav-dropdown-trigger {
  font-weight: 600;
}

.ec-header-btn__chevron {
  margin-left: 2px;
}

.ec-megamenu-trigger.ec-header-nav-link {
  font-family: inherit;
}

/* Legacy class aliases (pages not yet migrated to ec-header-btn) */
a.ec-header-minerva:not(.ec-header-btn) {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--ec-radius);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

a.ec-header-cta:not(.ec-header-btn) {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--ec-radius);
  color: var(--ec-white);
  background: var(--ec-blue);
}

/* Dropdown panels — class-based open state */
.ec-header,
.ec-header-inner,
.ec-header-nav,
.ec-header-actions {
  overflow: visible;
}

.ec-nav-dropdown,
.ec-nav-megamenu {
  position: relative;
}

/* Invisible bridge so hover survives the gap between trigger and panel */
@media (min-width: 1025px) {
  .ec-nav-dropdown::after,
  .ec-nav-megamenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
  }
}

.ec-nav-dropdown .ec-nav-dropdown-menu,
.ec-megamenu-panel {
  z-index: calc(var(--ec-z-sticky) + 10);
  pointer-events: auto;
}

.ec-nav-dropdown .ec-nav-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--ec-duration) var(--ec-ease), visibility var(--ec-duration) var(--ec-ease),
    transform var(--ec-duration) var(--ec-ease), max-height var(--ec-duration-slow) var(--ec-ease);
}

@media (min-width: 1025px) {
  .ec-nav-dropdown.is-open .ec-nav-dropdown-menu,
  .ec-nav-dropdown:hover .ec-nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ec-nav-megamenu:hover .ec-megamenu-panel,
  .ec-nav-megamenu:focus-within .ec-megamenu-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .ec-nav-dropdown--inline .ec-nav-dropdown-menu {
    left: 0;
    right: auto;
  }

  .ec-nav-dropdown--action .ec-nav-dropdown-menu {
    right: 0;
    left: auto;
  }

  .ec-nav-dropdown.is-open .ec-header-btn__chevron,
  .ec-nav-dropdown:hover .ec-header-btn__chevron,
  .ec-nav-dropdown.is-open .ec-header-nav-link--dropdown svg,
  .ec-nav-dropdown:hover .ec-header-nav-link--dropdown svg,
  .ec-nav-dropdown.is-open .ec-nav-dropdown-trigger svg:last-child,
  .ec-nav-dropdown:hover .ec-nav-dropdown-trigger svg:last-child {
    transform: rotate(180deg);
  }
}

.ec-nav-dropdown-menu--inline {
  min-width: 220px;
}

.ec-nav-dropdown-menu--inline a {
  display: block;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ec-text);
  text-decoration: none;
}

.ec-nav-dropdown-menu--inline a:hover {
  background: var(--ec-gray-50);
  color: var(--ec-blue);
}

.ec-nav-dropdown-menu__cta {
  margin-top: 4px;
  padding-top: 12px !important;
  border-top: 1px solid var(--ec-border-light);
  color: var(--ec-blue) !important;
  font-weight: 600 !important;
}

/* Mobile nav actions + dropdown accordion */
.ec-header-mobile-actions {
  display: none;
}

@media (max-width: 1024px) {
  .ec-header-actions > .ec-header-btn,
  .ec-header-actions > a.ec-header-minerva,
  .ec-header-actions > a.ec-header-cta,
  .ec-header-actions > .ec-nav-dropdown--action {
    display: none;
  }

  .ec-header-mobile-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--ec-space-3);
    width: 100%;
    margin-top: var(--ec-space-6);
    padding: var(--ec-space-6) var(--ec-space-4) var(--ec-space-6);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ec-header-mobile-actions .ec-header-btn {
    width: 100%;
    justify-content: center;
    height: 48px;
    font-size: 1rem;
    font-weight: 600;
  }

  .ec-header-mobile-actions .ec-header-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }
  .ec-header-mobile-actions .ec-header-btn--ghost:hover,
  .ec-header-mobile-actions .ec-header-btn--ghost:active {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
  }

  .ec-header-nav .ec-header-nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    height: auto;
    padding: 12px var(--ec-space-4);
    color: #f1f5f9;
    width: 100%;
    justify-content: flex-start;
    border-radius: var(--ec-radius);
    text-decoration: none;
    transition: all var(--ec-duration) var(--ec-ease);
  }

  .ec-header-nav .ec-header-nav-link:hover,
  .ec-header-nav .ec-header-nav-link:active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

  .ec-header-nav .ec-nav-dropdown {
    width: 100%;
  }

  .ec-header-nav .ec-header-nav-link--dropdown {
    justify-content: space-between;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    border-radius: var(--ec-radius);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .ec-header-nav .ec-nav-dropdown.is-open .ec-header-nav-link--dropdown,
  .ec-header-nav .ec-nav-dropdown.open .ec-header-nav-link--dropdown {
    background: rgba(37, 99, 235, 0.2);
    border-color: rgba(37, 99, 235, 0.4);
    color: #ffffff;
  }

  .ec-header-nav .ec-nav-dropdown-menu--inline {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(2, 6, 23, 0.6);
    border-radius: var(--ec-radius-lg);
    padding: 0;
    margin-top: var(--ec-space-2);
    transition: opacity var(--ec-duration) var(--ec-ease), max-height var(--ec-duration-slow) var(--ec-ease), padding var(--ec-duration) var(--ec-ease);
  }

  .ec-header-nav .ec-nav-dropdown.is-open .ec-nav-dropdown-menu--inline,
  .ec-header-nav .ec-nav-dropdown.open .ec-nav-dropdown-menu--inline {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding: var(--ec-space-3);
  }

  .ec-header-nav .ec-nav-dropdown.is-open .ec-header-nav-link--dropdown svg,
  .ec-header-nav .ec-nav-dropdown.open .ec-header-nav-link--dropdown svg {
    transform: rotate(180deg);
  }

  .ec-header-nav .ec-nav-dropdown-menu--inline a {
    color: #f1f5f9;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 10px var(--ec-space-3);
    border-radius: var(--ec-radius-sm);
  }

  .ec-header-nav .ec-nav-dropdown-menu--inline a:hover,
  .ec-header-nav .ec-nav-dropdown-menu--inline a:active {
    color: #ffffff;
    background: rgba(37, 99, 235, 0.25);
    padding-left: var(--ec-space-4);
  }

  .ec-header-nav .ec-nav-dropdown-menu__cta {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #93c5fd !important;
    font-weight: 600;
    margin-top: var(--ec-space-2);
    padding-top: var(--ec-space-3);
  }
}

/* ─── HOME INSIGHTS ──────────────────────────────────────── */
.ec-home-insights-desc {
  max-width: 560px;
  color: var(--ec-text-secondary);
  margin-bottom: var(--ec-space-10);
}

.ec-home-insights-actions {
  display: flex;
  gap: var(--ec-space-4);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--ec-space-10);
}

.ec-insight-card {
  cursor: pointer;
  border-radius: var(--ec-radius-xl);
  border: 1px solid var(--ec-border-light);
  background: #fff;
  overflow: hidden;
  transition: transform var(--ec-duration-slow) var(--ec-premium-ease),
              box-shadow var(--ec-duration-slow) var(--ec-premium-ease);
}

.ec-insight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ec-shadow-lg);
}

.ec-insight-card__cover {
  height: 140px;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
}

.ec-insight-card__cover--caso {
  background: linear-gradient(135deg, #0f766e, #0891b2);
}

.ec-insight-card__body {
  padding: var(--ec-space-6);
}

.ec-insight-card__meta {
  font-size: 0.8125rem;
  color: var(--ec-gray-400);
  margin-top: var(--ec-space-4);
}

/* ─── VISUAL PANEL (Nosotros) ────────────────────────────── */
.ec-visual-panel {
  min-height: 360px;
  border-radius: var(--ec-radius-xl);
  background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 50%, #2563eb 100%);
  position: relative;
  overflow: hidden;
}

.ec-visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
}

.ec-visual-panel::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -40px;
  right: -20px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.35) 0%, transparent 70%);
}

/* ─── INTRO STATS GLASS ──────────────────────────────────── */
.ec-intro-stats .ec-stat {
  padding: var(--ec-space-4) var(--ec-space-5);
  border-radius: var(--ec-radius-lg);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--ec-border-light);
  backdrop-filter: blur(8px);
}

/* ─── CTA HOME PREMIUM ───────────────────────────────────── */
.ec-cta .ec-cta-inner {
  background: linear-gradient(145deg, #020617 0%, #0f172a 40%, #1e3a5f 100%);
  border-radius: var(--ec-radius-xl);
  margin: 0 var(--ec-space-6);
  position: relative;
  overflow: hidden;
}

.ec-cta .ec-cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.ec-cta .ec-cta-content h2,
.ec-cta .ec-cta-content h3 {
  color: #fff;
}

.ec-cta .ec-cta-content p {
  color: rgba(255, 255, 255, 0.72);
}

.ec-cta .ec-btn-primary-white {
  background: #fff;
  color: #1d4ed8;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ec-cta .ec-btn-primary-white:hover {
  background: #f8fafc;
  color: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.ec-cta .ec-btn-ghost-white {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.ec-cta .ec-btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

/* Chat header logo (SVG inline) */
.ec-chat-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
}

.ec-chat-header-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .ec-chat-fab-pulse {
    animation: none;
  }
}

.ec-scroll-top {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35) !important;
}

/* ═══════════════════════════════════════════════════════════════
   HIGH-TECH ENGINEERING OF DETAIL DESIGN SYSTEM
   Fichas técnicas, HUDs, Blueprints, Chips y Especificaciones
   ═══════════════════════════════════════════════════════════════ */

.ec-blueprint-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #38bdf8;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ec-blueprint-badge--gold {
  background: rgba(30, 27, 75, 0.85);
  border-color: rgba(245, 158, 11, 0.4);
  color: #fbbf24;
}

.ec-blueprint-badge--emerald {
  background: rgba(6, 78, 59, 0.85);
  border-color: rgba(52, 211, 153, 0.4);
  color: #6ee7b7;
}

/* Engineering HUD Specification Matrix (Ficha Técnica Ejecutiva) */
.ec-engineering-hud {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: -32px auto 40px;
  position: relative;
  z-index: 10;
  max-width: 1140px;
  padding: 0 16px;
}

.ec-hud-tile {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 58, 95, 0.88) 100%);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 14px;
  padding: 20px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px -12px rgba(15, 23, 42, 0.35), 0 0 20px rgba(37, 99, 235, 0.15);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ec-hud-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #38bdf8, #2563eb);
}

.ec-hud-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.45), 0 0 28px rgba(56, 189, 248, 0.25);
}

.ec-hud-tile__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ec-hud-tile__value {
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
  margin: 0;
}

.ec-hud-tile__sub {
  font-size: 0.78rem;
  color: #38bdf8;
  margin-top: 4px;
  font-weight: 600;
}

/* Technical Detail Cards & Panels */
.ec-tech-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.ec-tech-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 20px 40px -12px rgba(37, 99, 235, 0.12);
}

.ec-tech-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(241, 245, 249, 1);
}

.ec-tech-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  font-size: 1.35rem;
}

.ec-tech-card__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.ec-tech-card__body {
  color: #475569;
  font-size: 0.975rem;
  line-height: 1.8;
}

/* Technical Equipment & Technology Chips */
.ec-hardware-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.ec-hardware-chip:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1d4ed8;
  transform: translateY(-2px);
}

.ec-hardware-chip__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 6px rgba(37, 99, 235, 0.6);
}

/* Filter Bar for Portfolio and Cases */
.ec-filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
}

.ec-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.ec-filter-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  flex-shrink: 0;
}

.ec-filter-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
}

.ec-filter-btn.active {
  background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}

.ec-filter-btn.active svg {
  stroke: #38bdf8;
}

/* Modern RFQ / Quote Configurator Tiles */
.ec-quote-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.ec-quote-tile {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ec-quote-tile:hover {
  border-color: #93c5fd;
  background: #f8fafc;
  transform: translateY(-2px);
}

.ec-quote-tile.selected {
  border-color: #2563eb;
  background: rgba(37, 99, 235, 0.05);
  box-shadow: 0 0 0 1px #2563eb;
}

.ec-quote-tile__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.ec-quote-tile__icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.ec-quote-tile.selected .ec-quote-tile__icon {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.ec-quote-tile.selected .ec-quote-tile__icon svg {
  stroke: #ffffff;
}

.ec-quote-tile__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
}

/* Executive HUD SVG Labels */
.ec-hud-tile__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ec-hud-tile__label svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  flex-shrink: 0;
}

/* Tech Card Icon Enhancements */
.ec-tech-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ec-tech-card__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* ─── EXECUTIVE INTERACTIVE LIGHTBOX & GALLERY ────────── */
.ec-engineering-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.ec-gallery-hero {
  position: relative;
  width: 100%;
  height: 400px;
  max-height: 52vh;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.25);
  cursor: pointer;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.12), 0 8px 10px -6px rgba(15, 23, 42, 0.08);
}

.ec-gallery-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ec-gallery-hero:hover img {
  transform: scale(1.03);
}

.ec-gallery-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.72) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 18px 22px;
  opacity: 0.95;
  transition: opacity 0.25s ease;
}

.ec-gallery-hero:hover .ec-gallery-hero__overlay {
  opacity: 1;
}

.ec-gallery-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ec-gallery-hero__zoom-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2563eb;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.45);
  transition: background 0.2s, transform 0.2s;
}

.ec-gallery-hero:hover .ec-gallery-hero__zoom-btn {
  transform: translateY(-2px);
  background: #1d4ed8;
}

/* ══════════════════════════════════════════════════════════════════
   EXECUTIVE 3D COVERFLOW GALLERY & VISUAL DIARY (WIDESCREEN EXPANSIVE)
   ══════════════════════════════════════════════════════════════════ */
.ec-coverflow-section {
  grid-column: 1 / -1;
  background: radial-gradient(circle at 50% 0%, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.35) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 56px 32px 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.45);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

[data-theme="light"] .ec-coverflow-section {
  background: radial-gradient(circle at 50% 0%, #ffffff 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.08);
}

.ec-coverflow-header {
  max-width: 780px;
  margin: 0 auto 28px;
}

.ec-coverflow-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f97316;
  margin-bottom: 10px;
  background: rgba(249, 115, 22, 0.12);
  padding: 5px 16px;
  border-radius: 24px;
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.ec-coverflow-title {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f8fafc;
  margin: 0 0 12px;
  line-height: 1.2;
}

[data-theme="light"] .ec-coverflow-title {
  color: #0f172a;
}

.ec-coverflow-subtitle {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

[data-theme="light"] .ec-coverflow-subtitle {
  color: #64748b;
}

/* Category Filter Pills */
.ec-coverflow-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.ec-coverflow-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #cbd5e1;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

[data-theme="light"] .ec-coverflow-pill {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #475569;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.ec-coverflow-pill:hover,
.ec-coverflow-pill.active {
  background: #f97316;
  color: #ffffff;
  border-color: #f97316;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

[data-theme="light"] .ec-coverflow-pill.active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.28);
}

/* 3D Coverflow Stage (Widescreen Spread) */
.ec-coverflow-stage {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
  margin-bottom: 28px;
  overflow: hidden;
  user-select: none;
}

.ec-coverflow-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.ec-coverflow-card {
  position: absolute;
  width: 440px;
  height: 480px;
  border-radius: 28px;
  overflow: hidden;
  background: #0b1120;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.55s ease, box-shadow 0.55s ease, filter 0.55s ease;
  will-change: transform, opacity;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ec-coverflow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ec-coverflow-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ec-coverflow-card.is-center .ec-coverflow-card__overlay {
  opacity: 1;
}

.ec-coverflow-card__badge {
  align-self: flex-start;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(10px);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ec-coverflow-card__action-btn {
  align-self: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ec-coverflow-card.is-center:hover .ec-coverflow-card__action-btn {
  transform: scale(1.15);
  background: #f97316;
  color: #ffffff;
}

.ec-coverflow-card__footer {
  text-align: left;
}

.ec-coverflow-card__tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #38bdf8;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.ec-coverflow-card__caption {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

/* 3D Depth Transforms across Widescreen */
.ec-coverflow-card.is-center {
  z-index: 10;
  transform: translateX(0) translateZ(100px) scale(1.15);
  opacity: 1;
  box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.7), 0 0 0 2px rgba(249, 115, 22, 0.7);
  cursor: pointer;
  filter: blur(0px);
}

.ec-coverflow-card.is-left-1 {
  z-index: 8;
  transform: translateX(-340px) translateZ(-40px) scale(0.86) rotateY(12deg);
  opacity: 0.88;
  filter: brightness(0.82);
}

.ec-coverflow-card.is-right-1 {
  z-index: 8;
  transform: translateX(340px) translateZ(-40px) scale(0.86) rotateY(-12deg);
  opacity: 0.88;
  filter: brightness(0.82);
}

.ec-coverflow-card.is-left-2 {
  z-index: 6;
  transform: translateX(-620px) translateZ(-110px) scale(0.72) rotateY(20deg);
  opacity: 0.55;
  filter: brightness(0.55);
}

.ec-coverflow-card.is-right-2 {
  z-index: 6;
  transform: translateX(620px) translateZ(-110px) scale(0.72) rotateY(-20deg);
  opacity: 0.55;
  filter: brightness(0.55);
}

.ec-coverflow-card.is-hidden {
  z-index: 1;
  transform: translateX(0) translateZ(-300px) scale(0.4);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .ec-coverflow-stage {
    height: 460px;
  }
  .ec-coverflow-card {
    width: 360px;
    height: 410px;
  }
  .ec-coverflow-card.is-left-1 {
    transform: translateX(-260px) translateZ(-40px) scale(0.86) rotateY(10deg);
  }
  .ec-coverflow-card.is-right-1 {
    transform: translateX(260px) translateZ(-40px) scale(0.86) rotateY(-10deg);
  }
  .ec-coverflow-card.is-left-2 {
    transform: translateX(-480px) translateZ(-100px) scale(0.7) rotateY(18deg);
  }
  .ec-coverflow-card.is-right-2 {
    transform: translateX(480px) translateZ(-100px) scale(0.7) rotateY(-18deg);
  }
}

@media (max-width: 768px) {
  .ec-coverflow-stage {
    height: 360px;
  }
  .ec-coverflow-card {
    width: 270px;
    height: 320px;
    border-radius: 20px;
  }
  .ec-coverflow-card.is-left-1 {
    transform: translateX(-140px) translateZ(-40px) scale(0.82) rotateY(8deg);
  }
  .ec-coverflow-card.is-right-1 {
    transform: translateX(140px) translateZ(-40px) scale(0.82) rotateY(-8deg);
  }
  .ec-coverflow-card.is-left-2 {
    transform: translateX(-240px) translateZ(-100px) scale(0.65) rotateY(15deg);
    opacity: 0.3;
  }
  .ec-coverflow-card.is-right-2 {
    transform: translateX(240px) translateZ(-100px) scale(0.65) rotateY(-15deg);
    opacity: 0.3;
  }
}

/* Bottom Controls */
.ec-coverflow-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 12px;
}

.ec-coverflow-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] .ec-coverflow-btn {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.ec-coverflow-btn:hover {
  background: #f97316;
  border-color: #f97316;
  color: #ffffff;
  transform: scale(1.12);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.45);
}

.ec-coverflow-counter {
  font-size: 0.95rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.08em;
  padding: 0 12px;
}

/* Active Detailed Caption Box */
.ec-coverflow-details {
  margin-top: 24px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 18px 26px;
  transition: all 0.3s ease;
}

[data-theme="light"] .ec-coverflow-details {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.ec-coverflow-details__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 6px;
}

[data-theme="light"] .ec-coverflow-details__title {
  color: #0f172a;
}

.ec-coverflow-details__desc {
  font-size: 0.92rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

[data-theme="light"] .ec-coverflow-details__desc {
  color: #64748b;
}

/* Lightbox Modal */
.ec-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ecFadeIn 0.2s ease-out forwards;
}

@keyframes ecFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.ec-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.94);
  backdrop-filter: blur(14px);
}

.ec-lightbox__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  box-sizing: border-box;
}

.ec-lightbox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ec-lightbox__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-lightbox__badge {
  background: rgba(37, 99, 235, 0.3);
  border: 1px solid #3b82f6;
  color: #93c5fd;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ec-lightbox__counter {
  font-size: 0.88rem;
  font-weight: 600;
  color: #cbd5e1;
}

.ec-lightbox__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ec-lightbox__btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f1f5f9;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.ec-lightbox__btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.ec-lightbox__btn--close {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  padding: 6px 12px;
}

.ec-lightbox__btn--close:hover {
  background: #ef4444;
  color: #fff;
}

.ec-lightbox__body {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  min-height: 0;
}

.ec-lightbox__stage {
  max-width: 90%;
  max-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-lightbox__stage img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  user-select: none;
}

.ec-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  user-select: none;
}

.ec-lightbox__nav:hover {
  background: #2563eb;
  border-color: #3b82f6;
  transform: translateY(-50%) scale(1.1);
}

.ec-lightbox__nav--prev { left: 8px; }
.ec-lightbox__nav--next { right: 8px; }

.ec-lightbox__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
  overflow-x: auto;
  max-width: 100%;
}

.ec-lightbox__thumb-item {
  width: 64px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.5;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.ec-lightbox__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ec-lightbox__thumb-item.active {
  border-color: #3b82f6;
  opacity: 1;
  transform: scale(1.08);
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.6);
}

.ec-lightbox__thumb-item:hover {
  opacity: 0.9;
}

/* ═══════════════════════════════════════════════════════════════
   PREMIUM MICRO-INTERACTIONS & AMBIENT DEPTH (BLUR & GLOW)
   ═══════════════════════════════════════════════════════════════ */

/* Tarjetas con elevación suave y sutil brillo de borde en hover */
.ec-bento-item,
.ec-card,
.ec-feature-card,
.ec-stat-card,
.ec-vacante-card,
.ec-portal-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ec-bento-item:hover,
.ec-card:hover,
.ec-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(37, 99, 235, 0.14);
}

/* Transición suave para la flecha indicadora */
.ec-bento-arrow svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ec-bento-item:hover .ec-bento-arrow svg {
  transform: translateX(4px) translateY(-4px) scale(1.05);
}

/* Header glassmorphism dinámico con backdrop-blur */
.ec-header {
  transition: background-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              backdrop-filter 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              -webkit-backdrop-filter 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ec-header.scrolled {
  background-color: rgba(255, 255, 255, 0.84) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 4px 24px -6px rgba(15, 23, 42, 0.06);
}



