/* =========================================================
   LUUP SAS — Hoja de estilos del sitio
   Paleta y tipografías tomadas del Manual de Marca oficial.
   ========================================================= */

:root {
  --navy: #234465;
  --navy-deep: #16293c;
  --blue: #7493B2;
  --blue-soft: #B7C8D8;
  --orange: #DD7419;
  --orange-light: #F0954A;
  --cream: #E9E2CF;
  --cream-deep: #DCD2B5;
  --paper: #FBFAF6;
  --ink: #1B2430;
  --muted: #5C6773;
  --line: #E4DCC8;
  --line-dark: rgba(233, 226, 207, 0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  color: var(--navy);
}

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

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em;
  font-weight: 700; color: var(--orange);
}
.eyebrow::before {
  content: ''; width: 18px; height: 2px; background: var(--orange); display: inline-block;
}

.section-title {
  font-weight: 700; font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12; letter-spacing: -0.015em; color: var(--navy);
  max-width: 760px; margin: 18px 0 0;
}
.section-title .accent { color: var(--orange); }
.section-intro {
  font-size: 17px; color: var(--muted); max-width: 620px;
  margin-top: 18px; line-height: 1.65;
}

/* ---------- Loop icon (isotipo aproximado) ---------- */
.loop-icon {
  display: inline-block; width: 1em; height: 1em;
  background-color: currentColor;
  -webkit-mask: url('loop-icon.svg') center / contain no-repeat;
  mask: url('loop-icon.svg') center / contain no-repeat;
  flex-shrink: 0;
}

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; font-size: 14px;
  font-weight: 600; text-decoration: none; border: none;
  transition: all 0.2s ease; white-space: nowrap;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--navy); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: var(--cream); border: 1.5px solid rgba(233,226,207,0.4); }
.btn-outline-light:hover { background: rgba(233,226,207,0.1); border-color: var(--cream); }
.btn-outline-dark { background: transparent; color: var(--navy); border: 1.5px solid var(--line); }
.btn-outline-dark:hover { border-color: var(--orange); color: var(--orange); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--navy-deep); color: #fff; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(251, 250, 246, 0.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 0 40px;
}
.site-header .inner {
  max-width: 1220px; margin: 0 auto; height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 24px;
  letter-spacing: -0.01em; color: var(--navy); text-decoration: none;
}
.logo .loop-icon { color: var(--orange); width: 22px; height: 22px; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav ul { display: flex; gap: 30px; }
.main-nav a {
  text-decoration: none; font-size: 14px; font-weight: 600;
  color: var(--ink); position: relative; padding: 6px 0;
}
.main-nav a:hover { color: var(--orange); }
.main-nav a.active { color: var(--navy); }
.main-nav a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--orange); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); background: none; align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 18px; height: 2px; background: var(--navy);
  position: relative; transition: all 0.2s;
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

/* ---------- Hero home ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(175deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--cream); padding: 110px 40px 80px;
}
.hero .arch { position: absolute; bottom: -1px; opacity: 0.55; pointer-events: none; }
.hero .arch.a1 { width: 220px; height: 340px; right: 8%; background: var(--blue); opacity: 0.16; border-radius: 140px 140px 0 0; }
.hero .arch.a2 { width: 140px; height: 240px; right: 20%; background: var(--orange); opacity: 0.14; border-radius: 100px 100px 0 0; }
.hero .glow {
  position: absolute; top: -30%; right: -10%; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(221,116,25,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.hero .inner { position: relative; z-index: 2; max-width: 1220px; margin: 0 auto; }
.hero h1 {
  font-weight: 700; font-size: clamp(38px, 5.6vw, 72px); line-height: 1.05;
  letter-spacing: -0.02em; color: var(--cream); max-width: 900px; margin: 22px 0 26px;
}
.hero h1 .accent { color: var(--orange-light); }
.hero .sub {
  font-size: 18px; line-height: 1.6; color: rgba(233,226,207,0.82);
  max-width: 580px; margin-bottom: 40px; font-weight: 400;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Cred bar ---------- */
.cred-bar {
  background: var(--navy-deep); border-top: 1px solid var(--line-dark);
  padding: 22px 40px; position: relative; z-index: 2;
}
.cred-bar .inner {
  max-width: 1220px; margin: 0 auto; display: flex; flex-wrap: wrap;
  gap: 16px 40px; align-items: center; color: rgba(233,226,207,0.75);
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.03em;
}
.cred-bar .item { display: flex; align-items: center; gap: 9px; }
.cred-bar .loop-icon { color: var(--orange); width: 13px; height: 13px; }

/* ---------- Interior hero ---------- */
.interior-hero {
  position: relative; overflow: hidden;
  background: var(--cream); padding: 90px 40px 70px; border-bottom: 1px solid var(--line);
}
.interior-hero .arch {
  position: absolute; top: -10%; right: 4%; width: 300px; height: 300px;
  border-radius: 999px; background: var(--blue); opacity: 0.18;
}
.interior-hero .arch.small {
  width: 140px; height: 140px; top: 40%; right: 22%; background: var(--orange); opacity: 0.16;
}
.interior-hero .inner { position: relative; z-index: 2; max-width: 1220px; margin: 0 auto; }
.interior-hero h1 {
  font-weight: 700; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.08;
  letter-spacing: -0.015em; margin: 18px 0 22px; max-width: 800px;
}
.interior-hero h1 .accent { color: var(--orange); }
.interior-hero .sub { font-size: 17px; color: var(--muted); max-width: 600px; line-height: 1.6; }

/* ---------- Secciones generales ---------- */
.block { padding: 96px 40px; }
.block.tight { padding: 70px 40px; }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy); color: var(--cream); }
.bg-paper { background: var(--paper); }

/* ---------- Logros / cards de prueba ---------- */
.logros-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.logro-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 34px 30px; transition: all 0.25s ease;
}
.logro-card:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 18px 40px rgba(35,68,101,0.08); }
.logro-card .badge {
  display: inline-block; background: var(--navy); color: var(--cream);
  font-size: 10.5px; padding: 6px 12px; border-radius: 999px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px;
}
.logro-card h3 { font-size: 21px; font-weight: 700; line-height: 1.25; margin-bottom: 12px; }
.logro-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ---------- Propuesta de valor / pilares ---------- */
.propuesta-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
.propuesta-grid .left h2 { font-size: clamp(32px, 3.6vw, 46px); line-height: 1.15; }
.propuesta-grid .right p { font-size: 16.5px; color: var(--ink); line-height: 1.7; margin-bottom: 20px; }
.pilares { margin-top: 32px; display: grid; gap: 26px; }
.pilar { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.pilar:last-child { border: none; padding-bottom: 0; }
.pilar-icon {
  width: 48px; height: 48px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center;
}
.pilar-icon .loop-icon { color: var(--orange-light); width: 20px; height: 20px; }
.pilar h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.pilar p { font-size: 14px; color: var(--muted); }

/* ---------- Plataforma / trazabilidad en tiempo real ---------- */
.platform-section { background: var(--navy); color: var(--cream); position: relative; overflow: hidden; }
.platform-section .arch { position: absolute; width: 260px; height: 420px; border-radius: 140px 140px 0 0; background: var(--blue); opacity: 0.12; bottom: -1px; left: -4%; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.platform-grid .copy h2 { color: var(--cream); font-size: clamp(30px, 3.6vw, 44px); line-height: 1.15; }
.platform-grid .copy p { font-size: 16.5px; color: rgba(233,226,207,0.82); margin-top: 18px; line-height: 1.7; max-width: 480px; }
.platform-features { margin-top: 30px; display: grid; gap: 16px; }
.platform-features li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: rgba(233,226,207,0.9); }
.platform-features .loop-icon { color: var(--orange-light); width: 16px; height: 16px; margin-top: 4px; }

.dash {
  background: var(--navy-deep); border: 1px solid rgba(233,226,207,0.12);
  border-radius: 16px; padding: 22px; box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dash-top .dot-row { display: flex; gap: 6px; }
.dash-top .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(233,226,207,0.25); }
.dash-live { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--orange-light); text-transform: uppercase; }
.dash-live .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); position: relative; }
.dash-live .pulse::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--orange);
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(0.6); opacity: 0.9; } 100% { transform: scale(1.8); opacity: 0; } }

.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.dash-stat { background: rgba(233,226,207,0.05); border-radius: 10px; padding: 14px 12px; }
.dash-stat .num { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: var(--cream); }
.dash-stat .lbl { font-size: 10.5px; color: rgba(233,226,207,0.55); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }

.dash-bars { display: grid; gap: 12px; }
.dash-bar-row { display: grid; grid-template-columns: 90px 1fr 40px; align-items: center; gap: 12px; }
.dash-bar-row .name { font-size: 12px; color: rgba(233,226,207,0.7); }
.dash-bar-track { height: 8px; border-radius: 999px; background: rgba(233,226,207,0.08); overflow: hidden; }
.dash-bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--orange), var(--orange-light)); }
.dash-bar-row .pct { font-size: 12px; color: rgba(233,226,207,0.7); text-align: right; }

/* ---------- Servicios grid (home) ---------- */
.servicios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-top: 46px; }
.servicio-card { background: var(--paper); padding: 34px 28px; transition: all 0.25s ease; }
.servicio-card:hover { background: var(--navy); }
.servicio-card:hover h4, .servicio-card:hover p { color: var(--cream); }
.servicio-card .loop-icon { color: var(--orange); width: 22px; height: 22px; margin-bottom: 18px; }
.servicio-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.servicio-card p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ---------- Lista completa de servicios (página servicios) ---------- */
.servicios-list { margin-top: 30px; }
.servicio-row {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 32px; align-items: center;
  padding: 32px 0; border-bottom: 1px solid var(--line); transition: all 0.2s ease;
}
.servicio-row:first-child { border-top: 1px solid var(--line); }
.servicio-row:hover { padding-left: 14px; background: rgba(221,116,25,0.03); }
.servicio-row .number { font-family: 'Poppins', sans-serif; font-size: 34px; font-weight: 700; color: var(--orange); line-height: 1; }
.servicio-row .info h4 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.servicio-row .info p { font-size: 14.5px; color: var(--muted); line-height: 1.6; max-width: 700px; }
.servicio-row .arrow {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 17px;
  transition: all 0.25s ease;
}
.servicio-row:hover .arrow { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ---------- CTA banner ---------- */
.cta-banner { background: var(--orange); padding: 80px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 40%, rgba(35,68,101,0.16) 0%, transparent 42%),
              radial-gradient(circle at 88% 60%, rgba(233,226,207,0.22) 0%, transparent 42%);
}
.cta-banner .inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.cta-banner h2 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.15; color: #fff; margin-bottom: 16px; }
.cta-banner p { font-size: 16px; color: rgba(255,255,255,0.92); margin-bottom: 32px; }

/* ---------- Aliados ---------- */
.aliados-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 40px; }
.aliado {
  aspect-ratio: 5/2; background: #fff; border: 1px solid var(--line); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif;
  font-weight: 700; font-size: 16px; color: var(--navy); transition: all 0.25s ease;
}
.aliado:hover { background: var(--navy); color: var(--cream); border-color: var(--navy); }

/* ---------- Valores de marca ---------- */
.valores-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 46px; }
.valor-card { background: var(--navy); color: var(--cream); border-radius: 16px; padding: 32px 28px; }
.valor-card .loop-icon { color: var(--orange-light); width: 24px; height: 24px; margin-bottom: 20px; }
.valor-card h4 { color: var(--cream); font-size: 19px; font-weight: 700; margin-bottom: 12px; }
.valor-card p { font-size: 14px; color: rgba(233,226,207,0.78); line-height: 1.65; }

/* ---------- Two columns (nosotros) ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.two-col h3 { font-size: 30px; font-weight: 700; line-height: 1.2; margin-bottom: 4px; }
.two-col p { font-size: 16.5px; color: var(--ink); line-height: 1.75; margin-bottom: 16px; }

/* ---------- Cuatro puntos diferenciales ---------- */
.four-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-top: 46px; }
.point { background: #fff; padding: 36px 32px; }
.point .marker { font-family: 'Poppins', sans-serif; font-size: 13px; color: var(--orange); font-weight: 700; margin-bottom: 16px; }
.point h4 { font-size: 21px; font-weight: 700; margin-bottom: 10px; }
.point p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ---------- Cultura de equipo (sin nombres inventados) ---------- */
.cultura-box {
  background: var(--cream); border-radius: 16px; padding: 44px; margin-top: 46px;
  display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center;
}
.cultura-box .icon-wrap {
  width: 64px; height: 64px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cultura-box .icon-wrap .loop-icon { color: var(--orange-light); width: 28px; height: 28px; }
.cultura-box p { font-size: 16px; color: var(--ink); line-height: 1.7; }
.cultura-box p strong { color: var(--navy); }

/* ---------- Casos de éxito ---------- */
.caso { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 76px 0; border-bottom: 1px solid var(--line); }
.caso:first-child { padding-top: 0; }
.caso:last-child { border-bottom: none; padding-bottom: 0; }
.caso.reverse { direction: rtl; }
.caso.reverse > * { direction: ltr; }
.caso .visual {
  aspect-ratio: 4/3; background: var(--navy); border-radius: 16px;
  display: flex; align-items: center; justify-content: center; color: var(--cream);
  position: relative; overflow: hidden; padding: 30px;
}
.caso .visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 25%, rgba(221,116,25,0.28) 0%, transparent 60%); }
.caso .visual .stamp { position: relative; z-index: 2; text-align: center; }
.caso .visual .seal {
  width: 116px; height: 116px; border: 2px solid var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 22px;
  color: var(--orange-light); font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 13px; line-height: 1.25; text-align: center; padding: 14px;
}
.caso .visual .name { font-family: 'Poppins', sans-serif; font-size: 30px; color: var(--cream); font-weight: 700; }
.caso .visual .place { font-size: 12px; color: rgba(233,226,207,0.6); margin-top: 4px; letter-spacing: 0.1em; text-transform: uppercase; }
.caso h3 { font-size: 32px; font-weight: 700; margin: 14px 0 18px; line-height: 1.15; }
.caso h3 .accent { color: var(--orange); }
.caso p { font-size: 15.5px; color: var(--ink); line-height: 1.7; margin-bottom: 14px; }
.caso .resultado { background: var(--cream); border-left: 3px solid var(--orange); padding: 16px 20px; margin-top: 20px; border-radius: 0 8px 8px 0; }
.caso .resultado .label { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange); font-weight: 700; margin-bottom: 6px; }
.caso .resultado .text { font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--navy); font-weight: 700; line-height: 1.35; }

/* ---------- Stats counter ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 46px; }
.stat-card { text-align: center; padding: 34px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.stat-card .num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(28px, 3vw, 38px); color: var(--orange); }
.stat-card .lbl { font-size: 12.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 8px; font-weight: 600; }

/* ---------- Contacto ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 44px 40px; }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); margin-bottom: 8px; font-weight: 700; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); background: var(--paper);
  font-family: 'Montserrat', sans-serif; font-size: 14px; color: var(--ink); border-radius: 8px; outline: none; transition: all 0.2s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--orange); background: #fff; }
.form-row textarea { min-height: 110px; resize: vertical; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center; }
.form-success { display: none; text-align: center; padding: 50px 20px; }
.form-success.show { display: block; }
.form-success .loop-icon { color: var(--orange); width: 40px; height: 40px; margin: 0 auto 18px; }
.form-success h4 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.form-success p { color: var(--muted); font-size: 14.5px; }

.info-block h3 { font-size: 28px; font-weight: 700; margin-bottom: 22px; }
.info-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-item:last-child { border-bottom: none; }
.info-item .lbl { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange); font-weight: 700; margin-bottom: 6px; }
.info-item .val { font-family: 'Poppins', sans-serif; font-size: 18px; color: var(--navy); font-weight: 700; }
.info-item .val a { text-decoration: none; }
.info-item .val a:hover { color: var(--orange); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(233,226,207,0.7); padding: 76px 40px 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 54px; max-width: 1220px; margin: 0 auto 56px; }
.footer-grid h5 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--orange-light); margin-bottom: 18px; font-weight: 700; }
.footer-brand .logo { color: var(--cream); margin-bottom: 12px; }
.footer-brand .logo .loop-icon { color: var(--orange); }
.footer-brand .tag { font-style: italic; color: var(--orange-light); margin-bottom: 14px; font-weight: 600; }
.footer-brand p { font-size: 14px; line-height: 1.65; max-width: 320px; }
.footer-grid ul { display: grid; gap: 11px; }
.footer-grid ul a { text-decoration: none; font-size: 14px; color: rgba(233,226,207,0.65); }
.footer-grid ul a:hover { color: var(--orange-light); }
.footer-bottom {
  border-top: 1px solid var(--line-dark); padding-top: 24px; max-width: 1220px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12px; color: rgba(233,226,207,0.42);
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .container, .block, .hero, .interior-hero, .cta-banner, .site-header, .site-footer { padding-left: 24px; padding-right: 24px; }
  .main-nav ul { display: none; }
  .nav-toggle { display: flex; }
  .logros-grid, .servicios-grid, .valores-grid, .four-points, .aliados-grid, .stats-grid { grid-template-columns: 1fr; }
  .propuesta-grid, .two-col, .caso, .contact-grid, .footer-grid, .platform-grid, .cultura-box { grid-template-columns: 1fr; gap: 36px; }
  .caso.reverse { direction: ltr; }
  .servicio-row { grid-template-columns: 44px 1fr; gap: 18px; }
  .servicio-row .arrow { display: none; }
  .cultura-box { text-align: left; }
  .hero { padding-top: 70px; }
  .interior-hero { padding-top: 60px; }
  .dash-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .logros-grid, .servicios-grid, .valores-grid, .four-points, .aliados-grid, .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Menú móvil ---------- */
.mobile-nav {
  position: fixed; inset: 0; background: var(--navy-deep); z-index: 300;
  display: none; flex-direction: column; padding: 100px 40px 40px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { color: var(--cream); font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.mobile-nav a.active { color: var(--orange-light); }
.mobile-nav .close-btn {
  position: absolute; top: 26px; right: 30px; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(233,226,207,0.3); background: none; color: var(--cream); font-size: 20px;
}
