/*
Theme Name: VictorMedia SpA
Theme URI: https://victormedia.cl/
Author: VictorMedia SpA
Author URI: https://victormedia.cl/
Description: Tema exclusivo a medida para VictorMedia SpA. Montaje electromecánico, mantención técnica y continuidad operacional en Chile desde 1991.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: victormedia
*/

/* ==========================================================================
   VictorMedia SpA — Montaje, Mantención e Ingeniería en Terreno
   Identidad sobria, técnica, cordial y de oficio senior (35 años en Chile)
   ========================================================================== */

:root {
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Barlow', system-ui, sans-serif;

  /* Paleta arquitectónica e industrial: sobria, limpia y cálida */
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-alt: #f1f5f9;
  --surface-hover: #e2e8f0;

  --text: #0f172a;            /* Carbón pizarra profundo */
  --text-muted: #334155;      /* Gris lectura equilibrado */
  --text-light: #64748b;      /* Metadatos y etiquetas secundarias */

  --primary: #0f2e5a;         /* Azul marino industrial profundo */
  --primary-hover: #1e3a8a;
  --primary-light: #eff6ff;
  
  --steel: #3b82f6;           /* Azul técnico para acentos sutiles */

  --amber: #d97706;          /* Ámbar de seguridad industrial y canas */
  --amber-light: #fef3c7;
  --amber-dark: #92400e;

  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --border-dark: #cbd5e1;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 12px 28px -4px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);

  --max-width: 1180px;
}

/* ── Reset y Base ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg);
  color: var(--text);
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* ── Tipografía ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

p {
  color: var(--text-muted);
}

/* ── Botones y Elementos de Acción ── */
.c11 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--primary);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: all 0.2s ease;
}

.c11:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.c10 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--surface);
  color: var(--text) !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-dark);
  cursor: pointer;
  transition: all 0.2s ease;
}

.c10:hover {
  border-color: var(--primary);
  color: var(--primary) !important;
  background: var(--surface-alt);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: var(--radius-sm);
  line-height: 1.2;
  margin-bottom: 10px;
  width: fit-content;
}

.c06 {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}

.c07 {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

/* ── Encabezado y Navegación Principal ── */
#main-header {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.c68 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo img {
  height: 38px;
  width: auto;
}

.c66 {
  display: flex;
  flex-direction: column;
}

.c66 strong {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.c66 span {
  font-size: 0.72rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.c67 ul {
  display: flex;
  list-style: none;
  gap: 6px;
  align-items: center;
}

.c69 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}

.c69:hover {
  color: var(--primary);
  background: var(--surface-alt);
}

.c05,
.c69.c05 {
  color: var(--primary);
  background: var(--surface-alt);
  font-weight: 700;
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
}

.c70 {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 1.1rem;
  color: var(--text);
  cursor: pointer;
}

/* ── HERO DE ALTO IMPACTO VISUAL (Portada) ── */
.c63 {
  background: #081220 url('assets/bg.svg') center/cover no-repeat;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #1e293b;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.c63::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 12% 25%, rgba(14, 116, 144, 0.28) 0%, transparent 55%),
    radial-gradient(circle at 88% 75%, rgba(217, 119, 6, 0.18) 0%, transparent 45%),
    linear-gradient(180deg, rgba(7, 14, 26, 0.4) 0%, rgba(7, 14, 26, 0.8) 100%);
  pointer-events: none;
}

.c58 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 64px 24px 72px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.c58 h1 {
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin-bottom: 20px;
}

.c58 h1 span.c65 {
  color: #f59e0b;
}

.c58 p.lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #cbd5e1;
  margin-bottom: 0;
  max-width: 560px;
}

.c09 {
  background: #f59e0b;
  color: #0f172a !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.c09:hover {
  background: #fbbf24;
  transform: translateY(-1px);
}

.c08 {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.c08:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

/* Tarjeta Visual de Hero con Datos de Terreno */
.c62 {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #0a1120;
}

.c62 img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  display: block;
}



/* ── Barra de Cifras y Confianza (Stats) ── */
.c98 {
  background: #081325;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid #0f2444;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(15, 23, 42, 0.12);
  position: relative;
  z-index: 5;
}

.c99 {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.c95 {
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.c95:hover {
  background: rgba(255, 255, 255, 0.02);
}

.c95:last-child {
  border-right: none;
}

.c97 {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  color: #f59e0b;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.c96 {
  font-size: 0.85rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/* ── Encabezado de Páginas Interiores (Page Hero) ── */
.c71 {
  background: #081220 url('assets/bg.svg') center/cover no-repeat;
  color: #ffffff;
  padding: 84px 24px 92px;
  min-height: 380px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1e293b;
  position: relative;
  overflow: hidden;
}

.c71::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 85% 25%, rgba(217, 119, 6, 0.18) 0%, transparent 50%),
    radial-gradient(circle at 15% 75%, rgba(14, 116, 144, 0.25) 0%, transparent 55%),
    linear-gradient(180deg, rgba(7, 14, 26, 0.42) 0%, rgba(7, 14, 26, 0.82) 100%);
  pointer-events: none;
}

.c72 {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}

.c71 .c83 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fde68a;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.c71 .c83::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f59e0b;
  box-shadow: 0 0 8px #f59e0b;
}

.c71 h1 {
  font-size: clamp(1.95rem, 3.5vw, 2.7rem);
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 1.22;
}

.c71 p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 780px;
  line-height: 1.75;
}


/* ── Formato de Documentos Legales ── */
.c106 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 48px 44px;
  box-shadow: var(--shadow-sm);
}

.c106 h2 {
  font-size: 1.45rem;
  color: var(--text);
  margin-top: 36px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-light);
}

.c106 h2:first-of-type {
  margin-top: 16px;
}

.c106 h3 {
  font-size: 1.15rem;
  color: var(--text);
  margin-top: 24px;
  margin-bottom: 10px;
}

.c106 p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.c106 ul, .c106 ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

.c106 li {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.c106 hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 32px 0;
}

/* ── Estructura de Secciones Generales ── */
.c81 {
  padding: 72px 24px;
}

.c82 {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.c85 {
  max-width: var(--max-width);
  margin: 0 auto;
}

.c84 {
  max-width: 820px;
  margin-bottom: 40px;
  text-align: left;
}


.c83 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--amber-dark);
  margin-bottom: 8px;
}

.c84 h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  margin-bottom: 12px;
  color: var(--text);
}

.c84 p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── SECCIÓN: RESOLUCIÓN DE FAENAS / OFICIO SENIOR ── */
.c12 {
  background: #ffffff;
  border: 1px solid var(--border-dark);
  border-top: 3px solid var(--primary);
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  margin-bottom: 48px;
  box-shadow: 0 10px 30px -4px rgba(15, 23, 42, 0.07);
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 44px;
  align-items: stretch;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c12:hover {
  box-shadow: 0 16px 40px -4px rgba(15, 23, 42, 0.1);
}

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

.c14 h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: var(--primary);
  font-weight: 700;
  line-height: 1.35;
}

.c14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-muted);
}

.c14 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
  padding: 0;
}

.c14 li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.c14 li:hover {
  background: #ffffff;
  border-color: var(--border-dark);
}

.c14 li i {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.c14 li strong {
  display: block;
  font-size: 0.92rem;
  color: var(--text);
  margin-bottom: 2px;
}

.c14 li span {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Columna Derecha de Autoridad / Sello Ejecutivo */
.c13 {
  background: linear-gradient(150deg, #0f2e5a 0%, #091a32 100%);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: var(--radius-md);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  box-shadow: 0 12px 28px rgba(15, 46, 90, 0.2);
  color: #ffffff;
}

.c13 strong {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.c13 strong span {
  color: var(--amber);
  display: inline;
}

.c13 > span {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.c13 p {
  font-size: 0.875rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0 0 18px 0;
}

.c13 ul {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c13 li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.825rem;
  color: #e2e8f0;
  font-weight: 500;
}

.c13 li i {
  color: #10b981;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* ── Grilla de Especialidades / Servicios ── */
.c94 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 24px;
}

.c90 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
  height: 100%;
}

.c90:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: 0 14px 30px -4px rgba(15, 46, 90, 0.12);
}

.c93 {
  width: 100%;
  aspect-ratio: 16 / 11;
  background: #0f1d33;
  overflow: hidden;
  position: relative;
}

.c93 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.c90:hover .c93 img {
  transform: scale(1.04);
}

.c91 {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c91 h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.3;
}

.c91 p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
  min-height: 44px;
}

.c92 {
  margin-top: auto;
  padding: 11px 16px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.825rem;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.c90:hover .c92,
.c92:hover {
  background: var(--primary);
  color: #ffffff;
}

.c92 i {
  transition: transform 0.2s ease;
}

.c90:hover .c92 i,
.c92:hover i {
  transform: translateX(4px);
  color: #f59e0b;
}

/* ── Grilla de Obras y Proyectos Reales ── */
.c80 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.c74 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.c74:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.c76 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0f1d33;
  overflow: hidden;
}

.c76 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.c74:hover .c76 img {
  transform: scale(1.03);
}

.c73 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0a1322;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.c75 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.c75 h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.c75 p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
  flex: 1;
}

.c79 {
  list-style: none;
  font-size: 0.8125rem;
  color: var(--text-light);
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.c79 li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

/* ── Quiénes Somos / Oficio Senior ── */
.c03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.c04 h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  margin-bottom: 18px;
}

.c04 p {
  margin-bottom: 16px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.c01 {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-dark);
  background: var(--surface);
}

.c01 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.c02 {
  padding: 20px;
  background: var(--surface);
  font-size: 0.875rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
}

.c118 {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  margin-top: 16px;
  box-shadow: var(--shadow-sm);
}

.c118 h3 {
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c118 h3 i {
  color: var(--amber);
}

.c118 p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.c108 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.c107 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
}

.c107 i {
  font-size: 1.6rem;
  color: var(--amber);
  margin-bottom: 14px;
  display: inline-block;
}

.c107 h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.c107 p {
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ── Sectores Atendidos y Clientes ── */
.c89 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.c86 {
  background: #ffffff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-top-color 0.25s ease;
}

.c86:hover {
  border-top-color: #f59e0b;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.c88 {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(15, 43, 72, 0.06);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 12px;
  border: 1px solid rgba(15, 43, 72, 0.1);
  transition: all 0.2s ease;
}

.c86:hover .c88 {
  background: var(--primary);
  color: #ffffff;
}

.c86 h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: var(--primary);
}

.c86 p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.c86 .c87 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border-light);
  padding-top: 14px;
  margin-top: auto;
}

.c86 .c87 li {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: all 0.2s ease;
}

.c86 .c87 li::before {
  display: none !important;
}

.c86:hover .c87 li {
  background: #ffffff;
  border-color: #cbd5e1;
}

.c86 .c87 li strong {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.c86 .c87 li small {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.c87 {
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border-light);
  padding: 14px 0 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.c87 li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
  margin: 0;
}

.c87 li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary);
  margin-top: 7px;
  flex-shrink: 0;
}

/* ── Proceso de Trabajo (Transparente y Cordial) ── */
.c102 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.c100 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px 20px;
  position: relative;
}

.c101 {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  background: var(--surface-alt);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-bottom: 14px;
  border: 1px solid var(--border-dark);
}

.c100 h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.c100 p {
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ── Bloque de Llamado a la Acción (CTA) ── */
.c43 {
  background: linear-gradient(135deg, #091a32 0%, #0f2e5a 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.c43 h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 2.7vw, 2.2rem);
  margin-bottom: 12px;
}

.c43 p {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.7;
}

.c44 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.c45 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f59e0b;
  color: #0f172a !important;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.c45:hover {
  background: #fbbf24;
  transform: translateY(-2px);
}

/* ── Página de Contacto ── */
.c42 {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.c36 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.c36 h2 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.c36 p {
  margin-bottom: 24px;
  line-height: 1.65;
}

.c40 {
  list-style: none;
  margin-bottom: 32px;
}

.c39 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
}

.c39:last-child {
  border-bottom: none;
}

.c38 {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

.c41 strong {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-light);
  margin-bottom: 2px;
}

.c41 span,
.c41 a {
  font-size: 1rem;
  color: var(--text);
  font-weight: 600;
}

.c37 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.c37 h2 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.c37 > p {
  margin-bottom: 24px;
  font-size: 0.9375rem;
}

.c53 {
  margin-bottom: 18px;
}

.c53 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.c53 input,
.c53 select,
.c53 textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text);
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c53 input:focus,
.c53 select:focus,
.c53 textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 46, 90, 0.15);
}

.c53 textarea {
  min-height: 120px;
  resize: vertical;
}

.c46 {
  border: 2px dashed var(--border-dark);
  border-radius: var(--radius-sm);
  padding: 16px;
  background: var(--surface-alt);
  text-align: center;
  cursor: pointer;
}

.c46:hover {
  border-color: var(--primary);
}

/* ── Pie de Página (Footer) ── */
#main-footer {
  background: #091a32;
  color: #94a3b8;
  padding: 64px 24px 28px;
  border-top: 1px solid #1e293b;
}

.c50 {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.c105 {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
}

.c105 img {
  height: 48px;
  width: auto;
  border-radius: 6px;
  background: #ffffff;
  padding: 4px 8px;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.c48 p {
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.7;
}

.c52 h4 {
  color: #f8fafc;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.c52 ul {
  list-style: none;
}

.c52 li {
  margin-bottom: 10px;
}

.c52 a {
  color: #94a3b8;
  font-size: 0.875rem;
}

.c52 a:hover {
  color: #ffffff;
  padding-left: 2px;
}

.c49 li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 12px;
  line-height: 1.5;
}

.c49 i {
  color: #f59e0b;
  margin-top: 3px;
  flex-shrink: 0;
}

.c47 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.8125rem;
  color: #64748b;
}

.c47 a {
  color: #64748b;
  margin-left: 14px;
}

.c47 a:hover {
  color: #94a3b8;
}

.c104 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.88;
  transition: opacity 0.2s ease;
}

.c104:hover {
  opacity: 1;
}

.c104 span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.72;
  color: #cbd5e1;
  white-space: nowrap;
}

.c104 img {
  width: 116px;
  height: auto;
  display: block;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

/* ── Utilidades Responsivas ── */
/* ── Utilidades Responsivas Pulidas ── */

/* ── Tarjeta de Video Interactivo (Elimina Error 153 en file://) ── */
.c114 {
  position: relative;
  background: #091a32;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-dark);
  margin-top: 28px;
}

.c113 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020617;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c113 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.9);
}

.c114:hover .c113 img {
  transform: scale(1.02);
  filter: brightness(0.95);
}

.c112 {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ef4444;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 26px rgba(239, 68, 68, 0.55);
  transition: all 0.25s ease;
  z-index: 3;
  text-decoration: none;
  padding-left: 4px; /* Centrado óptico del icono play */
}

.c112:hover {
  transform: scale(1.15);
  background: #dc2626;
  box-shadow: 0 12px 32px rgba(220, 38, 38, 0.75);
  color: #ffffff;
}

.c109 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.c110 {
  padding: 16px 22px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.c111 {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.c111:hover {
  color: var(--primary-light);
  text-decoration: underline;
}

/* ── Grilla 3x2 Simétrica para Hitos Históricos ── */
.c103 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── Categorías de Obras y Proyectos ── */
.c78 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 400px 1fr;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c78:hover {
  border-color: var(--border-dark);
  box-shadow: var(--shadow-md);
}

.c21 {
  position: relative;
  background: #0f1d33;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.c20 {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.c78:hover .c20 {
  transform: scale(1.03);
}

.c15 {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #0a1322;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  z-index: 2;
}

.c16 {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c19 h3 {
  font-size: 1.4rem;
  color: var(--text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c19 h3 i {
  color: var(--amber);
  font-size: 1.2rem;
}

.c17 {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.c24 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c23 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c22 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  background: transparent;
  padding: 8px 0 8px 14px;
  border-radius: 0;
  border: none;
  border-left: 2px solid var(--border-dark);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.c22:hover {
  border-left-color: var(--primary);
  background: rgba(241, 245, 249, 0.45);
}

.c22 i {
  color: var(--primary);
  margin-top: 3px;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.c22 .c117 {
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.c22 .c116 {
  color: var(--text-light);
  font-size: 0.8125rem;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.c18 {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── Cartera de Clientes por Área (Estructura Limpia y Sin Redundancia Geográfica) ── */
.c32 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.c26 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.c26:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-dark);
}


.c29 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.c31 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.c30 {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: #f8fafc;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: 1px solid var(--border);
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.c26:hover .c30 {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.c31 h3 {
  font-size: 1.22rem;
  margin-bottom: 2px;
  color: var(--text);
}

.c27 {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.c35 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c34 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.c33 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 11px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border-light);
  line-height: 1.45;
}

.c33:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.c33 i {
  color: var(--primary);
  font-size: 1.05rem;
  margin-top: 3px;
  flex-shrink: 0;
  opacity: 0.9;
}

.c33 strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}

.c33 small {
  display: block;
  font-size: 0.825rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.c28 {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--text-light);
}

/* ── Clases Estructurales y Contenedores Específicos ── */
.c51 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.c56 {
  display: flex;
  flex-direction: column;
}

.c61 {
  display: flex;
  flex-direction: column;
}

.c77 {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* ── BOTÓN FLOTANTE WHATSAPP (Conversión Inmediata B2B) ── */
.c115 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: #25d366;
  color: #ffffff !important;
  border-radius: 9999px;
  padding: 12px 20px 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.c115:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
  color: #ffffff !important;
}

.c115 i {
  font-size: 1.4rem;
}

/* ── MODALIDADES DE CONTRATACIÓN (Montaje vs Mantención) ── */
.c120 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}

.c121 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.c121:nth-child(2) {
  border-top-color: var(--amber);
}

.c121:hover {
  transform: translateY(-4px);
  border-color: var(--border-dark);
  box-shadow: 0 12px 32px -4px rgba(15, 46, 90, 0.12);
}

.c121 .c10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  background: var(--primary);
  color: #ffffff;
  border: 1px solid var(--primary);
}

.c121 .c10:hover {
  background: var(--primary-hover);
  box-shadow: 0 4px 14px rgba(15, 46, 90, 0.25);
  transform: translateY(-2px);
  color: #ffffff;
}

.c121:nth-child(2) .c10 {
  background: #d97706;
  border-color: #d97706;
}

.c121:nth-child(2) .c10:hover {
  background: #b45309;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.3);
  color: #ffffff;
}

.c121 h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: var(--text);
  font-weight: 700;
}

.c121 p {
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.c121 ul {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 0;
}

.c121 li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text);
  line-height: 1.45;
}

.c121 li i {
  color: #10b981;
  margin-top: 3px;
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* ── PROCESO COMERCIAL EN 3 PASOS (Ruta de Compra Ágil) ── */
.c122 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.c122:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.c123 {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--surface-alt);
  padding-bottom: 12px;
}

.c123 i {
  font-size: 1.25rem;
  color: var(--amber);
  background: var(--amber-light);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.c122 h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: var(--text);
}

.c122 strong {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}

.c122 p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}



/* ── CONTENEDOR 3 PASOS (Proceso Comercial Ágil) ── */
.c125 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── FILA DOBLE RESPONSIVA DE FORMULARIO ── */
.c126 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ==========================================================================
   CONSISTENCIA RESPONSIVA Y CONSULTAS DE MEDIOS (MOBILE & TABLET FIRST-CLASS)
   Garantiza orden de cascada absoluto: sobreescribe estilos base en móviles
   ========================================================================== */

/* ── TABLETS PORTRAIT Y LANDSCAPE (max-width: 960px) ── */
@media (max-width: 960px) {
  /* Navegación Móvil y Botón Hamburguesa */
  .c70 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }

  .c67 {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 2px solid var(--primary);
    box-shadow: var(--shadow-lg);
    padding: 16px 20px 24px;
    z-index: 999;
  }

  .c67.open {
    display: block;
  }

  .c67 ul {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .c69 {
    display: block;
    padding: 12px 16px;
    font-size: 1rem;
    border-radius: var(--radius-sm);
  }

  .c68 {
    position: relative;
  }

  /* Hero */
  .c58 {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 20px 48px;
  }

  /* Barra de Cifras: cuadrante 2x2 */
  .c99 {
    grid-template-columns: repeat(2, 1fr);
  }

  .c95:nth-child(2) {
    border-right: none;
  }

  .c95:nth-child(1),
  .c95:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* MODALIDADES DE SERVICIO: 1 COLUMNA EN TABLET Y MÓVIL */
  .c120 {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  /* Criterio en Terreno */
  .c12 {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px;
  }

  .c13 {
    padding: 28px 20px;
  }

  /* 8 Especialidades: 2 columnas limpias */
  .c94 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* Obras y Proyectos: 2 columnas limpias */
  .c80 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* Fichas de Proyectos */
  .c78 {
    grid-template-columns: 1fr;
  }

  .c20 {
    height: 240px;
    min-height: auto;
  }

  .c16 {
    padding: 24px 20px;
  }

  /* Sectores que Confían: 2 columnas */
  .c89 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* Proceso Comercial en 3 Pasos: 1 columna vertical cronológica */
  .c125 {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  /* Cotizador y Contacto: 1 columna apilada */
  .c42 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Pie de Página: 2 columnas */
  .c50 {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  /* Quiénes somos y bloques generales */
  .c03 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .c43 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .c32 {
    grid-template-columns: 1fr;
  }

  /* Botón Flotante WhatsApp: Modo Circular FAB */
  .c115 span {
    display: none !important;
  }

  .c115 {
    padding: 14px !important;
    bottom: 20px !important;
    right: 20px !important;
    border-radius: 50% !important;
    width: 52px !important;
    height: 52px !important;
    justify-content: center !important;
  }

  .c115 i {
    font-size: 1.5rem !important;
  }
}

/* ── SMARTPHONES Y TELÉFONOS MÓVILES (max-width: 640px) ── */
@media (max-width: 640px) {
  /* Respiro de Secciones */
  .c81 {
    padding: 40px 16px;
  }

  /* Hero Móvil */
  .c58 h1 {
    font-size: clamp(1.65rem, 6vw, 2.25rem);
    word-break: break-word;
  }

  /* Barra de Cifras: 1 columna vertical */
  .c99 {
    grid-template-columns: 1fr;
  }

  .c95 {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 14px;
  }

  .c95:last-child {
    border-bottom: none;
  }

  .c97 {
    font-size: 2.1rem;
  }

  /* MODALIDADES EN MÓVIL: 100% ANCHO CON PADDING ERGONÓMICO */
  .c120 {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .c121 {
    padding: 26px 18px;
  }

  .c121 h3 {
    font-size: 1.25rem;
  }

  /* Especialidades y Obras: 1 columna fluida */
  .c94 {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .c80 {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .c75 {
    padding: 20px 16px;
  }

  /* Sectores: 1 columna fluida */
  .c89 {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .c86 {
    padding: 22px 18px;
  }

  /* Proceso Comercial y Cotizador */
  .c122 {
    padding: 24px 18px;
  }

  .c126 {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .c37 {
    padding: 24px 16px;
  }

  .c53 input,
  .c53 select,
  .c53 textarea {
    font-size: 16px !important; /* Previene auto-zoom forzado en iOS Safari */
  }

  /* Pie de Página: 1 columna */
  .c50 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .c47 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .c47 div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .c47 a {
    margin-left: 0;
  }

  /* Encabezados de Páginas Interiores */
  .c71 {
    padding: 56px 20px 60px;
    min-height: 280px;
  }

  .c72 h1 {
    font-size: 1.85rem;
  }

  .c106 {
    padding: 28px 20px;
  }

  .c103 {
    grid-template-columns: 1fr;
  }
}

/* ── PANTALLAS COMPACTAS Y TELÉFONOS ESTRECHOS (max-width: 480px) ── */
@media (max-width: 480px) {
  .c81 {
    padding: 32px 14px;
  }

  /* Criterio en Terreno */
  .c12 {
    padding: 22px 14px;
  }

  .c14 h3 {
    font-size: 1.25rem;
  }

  .c14 li {
    padding: 10px 12px;
    gap: 10px;
  }

  .c13 {
    padding: 22px 16px;
  }

  .c13 strong {
    font-size: 3rem;
  }

  .c86 {
    padding: 20px 16px;
  }

  .c95 {
    padding: 16px 12px;
  }

  .c97 {
    font-size: 1.95rem;
  }

  .c16 {
    padding: 18px 14px !important;
  }

  .c26 {
    padding: 20px 14px !important;
  }

  .c18 {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .c18 .c11 {
    width: 100%;
    justify-content: center;
  }
}

/* ── ESTILOS NATIVOS PARA CONTACT FORM 7 Y CLOUDFLARE TURNSTILE ── */
.wpcf7 {
  width: 100%;
}

.wpcf7 form .c53 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--surface);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 43, 72, 0.1);
}

.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f59e0b;
  color: #0f172a !important;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  transition: all 0.2s ease;
  margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover {
  background: #fbbf24;
  transform: translateY(-1px);
}

.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: var(--radius-sm) !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ecfdf5 !important;
  border: 1px solid #a7f3d0 !important;
  color: #065f46 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  color: #991b1b !important;
}

.wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.wpcf7-spinner {
  margin: 8px auto 0;
  display: block;
}

/* Cloudflare Turnstile en CF7 */
.cf-turnstile,
.turnstile-wrap,
.wpcf7-turnstile {
  margin: 14px 0 !important;
  display: flex;
  justify-content: flex-start;
}
