/* ═══════════════════════════════════════════════════════════
   T&T Solutions — Consultoría Económica y Financiera
   styles.css
   
   Índice:
   01. Reset & Base
   02. Variables
   03. Utilidades (reveal, container)
   04. Navbar
   05. Mobile Drawer
   06. Hero
   07. Stats Card
   08. Body / Background
   09. Layout Principal
   10. Servicios
   11. Enfoque + Casos de Éxito
   12. Testimonios
   13. Categorías
   14. FAQ
   15. Sidebar
   16. CTA Band
   17. Footer
   18. Responsive
═══════════════════════════════════════════════════════════ */

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Raleway',system-ui,sans-serif;color:#1a2e4a;background:#fff;overflow-x:hidden;}
a{text-decoration:none;color:inherit;}

:root{
  --navy:#1a2e4a;
  --navy2:#243f63;
  --silver:#e8ecf2;
  --bg:#edf0f5;
  --white:#fff;
  --mid:#4a5e72;
  --light:#7a8fa6;
  --border:#d4dae3;
  --green:#86BC25;
}

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

/* REVEAL */
.rv{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease;}
.rv.on{opacity:1;transform:none;}
.d1{transition-delay:.1s;}.d2{transition-delay:.2s;}.d3{transition-delay:.3s;}.d4{transition-delay:.4s;}

/* ═══════════════════════════
   NAVBAR
═══════════════════════════ */
.nav{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 0 #dde2ea,0 2px 12px rgba(26,46,74,.07);}
.nav-in{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:70px;}

/* Logo */
.logo{display:flex;align-items:center;}
.logo-text{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.4rem;font-weight:700;color:var(--navy);letter-spacing:.08em;}
.logo-text span{font-weight:400;letter-spacing:.12em;}

/* Links */
.nav-links{display:flex;list-style:none;}
.nav-links a{display:block;padding:0 1.05rem;font-size:.875rem;font-weight:600;color:var(--navy);height:70px;line-height:70px;letter-spacing:.01em;border-bottom:3px solid transparent;transition:border-color .2s;}
.nav-links a:hover,.nav-links a.act{border-bottom-color:var(--navy);}

/* CTA */
.nav-cta{padding:.68rem 1.6rem;background:var(--navy);color:#fff;font-size:.875rem;font-weight:700;border-radius:4px;letter-spacing:.02em;transition:background .2s,transform .2s;}
.nav-cta:hover{background:var(--navy2);transform:translateY(-1px);}

/* Hamburger */
.hbg{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:7px;}
.hbg span{display:block;width:23px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s;}
.hbg.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.hbg.open span:nth-child(2){opacity:0;}
.hbg.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}

/* Drawer */
.drawer{position:fixed;inset:0;background:#fff;z-index:2000;transform:translateX(100%);transition:transform .35s ease;overflow-y:auto;}
.drawer.open{transform:none;}
.dr-head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);}
.dr-close{cursor:pointer;font-size:1.4rem;color:var(--navy);width:34px;height:34px;display:flex;align-items:center;justify-content:center;}
.dr-links a{display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--navy);border-bottom:1px solid #f0f2f5;}
.dr-links a::after{content:"→";color:var(--navy);opacity:.4;}
.dr-links a:hover{background:#f7f9fc;}
.dr-cta{margin:1.4rem;display:block;text-align:center;padding:1rem;background:var(--navy);color:#fff;font-weight:700;border-radius:4px;}

/* ═══════════════════════════
   HERO
═══════════════════════════ */
.hero{
  position:relative;
  overflow:hidden;
  min-height:520px;
  display:flex;
  flex-direction:column;
  background:#f4f5f8;
}
.hero-body{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  min-height:460px;
}

/* Foto hero — img tag inside .hero-photo */
.hero-photo{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  width:100%;
  height:100%;
  overflow:hidden;
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/*
  Degradado izquierda → derecha — full width
  Lado izq: sólido plateado (fondo hero) → transparent hacia la derecha
  Sin ningún borde ni corte
*/
.hero-photo::after{
  content:'';
  position:absolute;
  inset:0;
  /* Foto contenida: blanco frío → transparente */
  background: linear-gradient(
    to right,
    #f4f5f8 0%,
    #f4f5f8 40%,
    rgba(244,245,248,0.95) 46%,
    rgba(244,245,248,0.80) 52%,
    rgba(244,245,248,0.55) 58%,
    rgba(244,245,248,0.28) 65%,
    rgba(244,245,248,0.08) 72%,
    transparent 80%
  );
}

/* Capa SVG — ondas blancas con glow, líneas exactas de la imagen */
.hero-waves{
  position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;
}

/* Contenido texto */
.hero-content{
  position:relative;
  z-index:3;
  max-width:1280px;
  margin:0 auto;
  padding:65px 40px 75px;
  width:100%;
}
.hero-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(2.8rem,5.5vw,4.2rem);
  font-weight:500;
  color:var(--navy);
  line-height:1.08;
  letter-spacing:-.01em;
  margin-bottom:1.5rem;
  max-width:620px;
}
.hero-bold{
  font-family:'Raleway',system-ui,sans-serif;
  font-size:1rem;
  font-weight:700;
  letter-spacing:.01em;
  color:var(--navy);
  margin-bottom:.45rem;
}
.hero-sub{
  font-family:'Raleway',system-ui,sans-serif;
  font-size:.97rem;
  font-weight:400;
  color:var(--mid);
  line-height:1.72;
  max-width:560px;
  margin-bottom:2.4rem;
}
.hero-btns{display:flex;gap:.9rem;flex-wrap:wrap;}
.hbtn-p{
  padding:.85rem 2rem;
  background:var(--navy);
  color:#fff;
  font-size:.9rem;
  font-weight:700;
  border-radius:4px;
  letter-spacing:.025em;
  transition:background .22s,transform .2s;
}
.hbtn-p:hover{background:var(--navy2);transform:translateY(-2px);}
.hbtn-s{
  padding:.85rem 2rem;
  background:var(--navy);
  color:#fff;
  font-size:.9rem;
  font-weight:700;
  border-radius:4px;
  letter-spacing:.025em;
  transition:all .22s;
}
.hbtn-s:hover{background:var(--navy2);}

/* ═══════════════════════════════════════════
   STATS CARD — flotante, mitad hero / mitad sección
═══════════════════════════════════════════ */
.stats-wrap{
  position:relative;
  z-index:20;
  max-width:1000px;
  margin:-44px auto 0;
  padding:0 40px;
}
.stats-bar{
  /* Card navy futurista — colores exactos de la referencia */
  background:
    linear-gradient(135deg,
      #1a2035 0%,
      #1e2640 25%,
      #222b47 50%,
      #1e2640 75%,
      #1a2035 100%
    );
  border-radius:10px;
  position:relative;
  overflow:hidden;
  /* Sombra futurista plateada */
  box-shadow:
    0 8px 32px rgba(10,15,30,0.55),
    0 2px 0px rgba(255,255,255,0.06) inset,
    0 -1px 0px rgba(0,0,0,0.4) inset;
  /* Borde sutil plateado */
  border:1px solid rgba(180,190,215,0.18);
}

/* Brillo superior — el reflejo plateado que se ve en la ref */
.stats-bar::before{
  content:'';
  position:absolute;
  top:0;left:10%;right:10%;
  height:1px;
  background:linear-gradient(90deg,
    transparent 0%,
    rgba(200,210,235,0.35) 30%,
    rgba(220,228,245,0.55) 50%,
    rgba(200,210,235,0.35) 70%,
    transparent 100%
  );
}

/* Puntos circulares de fondo — mismo estilo que código referencia */
.stats-bar::after{
  content:'';
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle, rgba(180,200,240,0.22) 1.5px, transparent 1.5px);
  background-size:28px 28px;
  pointer-events:none;
  opacity:.7;
}
/* Stats grid — ahora 4 columnas */
.stats-bar-in{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items:center;
}

/* Separadores verticales — línea fina plateada */
.stat-sep{
  width:1px;
  align-self:stretch;
  margin:14px 0;
  background:linear-gradient(180deg,
    transparent 0%,
    rgba(160,175,210,0.25) 20%,
    rgba(160,175,210,0.40) 50%,
    rgba(160,175,210,0.25) 80%,
    transparent 100%
  );
}

.stat-item{
  display:flex;
  align-items:center;
  gap:1.1rem;
  padding:1.5rem 1.5rem;
}

/* Icono — mismo estilo */
.stat-ico{
  flex-shrink:0;
  width:52px;height:52px;
  display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle,rgba(150,170,210,0.12) 0%,transparent 70%);
  border-radius:50%;
}
.stat-ico svg{
  width:42px;height:42px;
  stroke:url(#iconGrad);
  fill:none;
  stroke-width:1.3;
  filter:drop-shadow(0 0 4px rgba(180,200,240,0.4));
}

/* Texto — nueva estructura */
.stat-txt{
  display:flex;
  flex-direction:column;
  gap:.4rem;
}

/* Título (antes era el número) */
.stat-title{
  font-size:1.1rem;
  font-weight:800;
  background:linear-gradient(180deg,#dce3f0 0%,#b8c4da 60%,#a0afc8 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  line-height:1.1;
  letter-spacing:-.01em;
  filter:drop-shadow(0 1px 3px rgba(100,130,200,0.3));
}

/* Descripción (antes era el label) */
.stat-desc{
  font-size:.75rem;
  font-weight:500;
  color:rgba(190,200,220,0.75);
  line-height:1.4;
  letter-spacing:.01em;
}

/* ═══════════════════════════════════
   VARIABLES PALETA PLATEADA
═══════════════════════════════════ */
:root{
  --navy:#1a2e4a;
  --navy2:#152338;
  --silver-1:#f8f9fb;   /* más claro */
  --silver-2:#f0f2f5;   /* medio */
  --silver-3:#e5e8ee;   /* más oscuro */
  --silver-text:#3d4558;
  --border-silver:rgba(160,170,190,0.28);
  --card-bg:rgba(255,255,255,0.82);
}

/* ═══════════════════════════
   BREADCRUMB
═══════════════════════════ */
/* breadcrumb removed */

/* ═══════════════════════════════════════════
   BODY WRAPPER — fondo plateado continuo
   con líneas SVG de fondo en cada sección
═══════════════════════════════════════════ */
body{background:#f0f1f5;}

/* Mixin de líneas SVG reutilizable via clase */
.has-lines{
  position:relative;
  overflow:hidden;
}
/* Mismo estilo de líneas que el CTA band — arcos desde izquierda, uno arriba uno abajo */
.has-lines::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C14,50 41,10 66,9 C81,8 91,14 100,20' fill='none' stroke='%234a6890' stroke-width='0.4' opacity='0.18' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M0,50 C14,50 41,90 66,91 C81,92 91,86 100,80' fill='none' stroke='%234a6890' stroke-width='0.4' opacity='0.14' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  background-size:100% 200px;
  background-repeat:repeat-y;
}
.has-lines::after{content:none;}

/* ═══════════════════════════
   MAIN LAYOUT 2 cols
═══════════════════════════ */
.main{
  max-width:1280px;margin:0 auto;
  padding:3.5rem 40px 5rem;
  display:grid;
  grid-template-columns:1fr 300px;
  gap:5rem;
  position:relative;z-index:1;
}

/* ═══════════════════════════
   SECCIONES DEL CUERPO
═══════════════════════════ */

/* INTRO */
.intro{
  padding-bottom:2.8rem;
  margin-bottom:2.8rem;
  border-bottom:1px solid rgba(255,255,255,0.55);
}
.intro h2{font-size:1.85rem;font-weight:800;color:var(--navy);margin-bottom:1.2rem;letter-spacing:-.02em;line-height:1.2;}
.intro p{font-size:.95rem;color:var(--silver-text);line-height:1.8;margin-bottom:.9rem;}
.intro-list{list-style:none;margin:.8rem 0;}
.intro-list li{
  display:flex;align-items:flex-start;gap:.7rem;
  padding:.5rem 0;font-size:.93rem;color:var(--navy);
  border-top:1px solid rgba(255,255,255,0.55);
}
.intro-list li:last-child{border-bottom:1px solid var(--border-silver);}
.intro-list li::before{content:'';flex-shrink:0;width:5px;height:5px;background:var(--navy);border-radius:50%;margin-top:.55em;}

/* SEC TITLE — línea plateada estilo referencia */
.sec-title{
  font-size:1.45rem;font-weight:800;color:var(--navy);
  padding-bottom:.75rem;
  border-bottom:2px solid var(--navy);
  margin-bottom:1.8rem;letter-spacing:-.01em;
}

/* ═══════════════════════════
   STATS GRID interno
═══════════════════════════ */
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:3.2rem;}
.sg-box{
  padding:1.8rem 1.4rem;
  background:var(--card-bg);
  border:1px solid var(--border-silver);
  margin-right:-1px;margin-bottom:-1px;
  backdrop-filter:blur(4px);
}
.sg-num{font-size:2.6rem;font-weight:800;color:var(--navy);line-height:1;letter-spacing:-.03em;}
.sg-lbl{font-size:.8rem;color:var(--silver-text);margin-top:.35rem;line-height:1.4;}

/* ═══════════════════════════════════════════
   SERVICIOS — cards estilo imagen referencia
   Foto arriba, navy label+icono, bullets abajo
═══════════════════════════════════════════ */
.svc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.2rem;
  margin-bottom:3.2rem;
}
.svc-card{
  background:var(--card-bg);
  border:1px solid var(--border-silver);
  border-radius:6px;
  overflow:hidden;
  transition:transform .22s, box-shadow .22s;
  backdrop-filter:blur(4px);
}
.svc-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 28px rgba(30,40,70,0.12);
}
/* Cabecera navy oscuro con icono + nombre */
.svc-head{
  background:linear-gradient(135deg,#1a2035 0%,#1e2640 50%,#222b47 100%);
  padding:1.1rem 1.3rem;
  display:flex;
  align-items:center;
  gap:.9rem;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.svc-ico{
  width:38px;height:38px;
  flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.svc-ico svg{
  width:32px;height:32px;
  stroke:#b8c8e8;fill:none;stroke-width:1.4;
  filter:drop-shadow(0 0 5px rgba(150,180,240,0.4));
}
.svc-name{
  font-family:'Raleway',sans-serif;
  font-size:1rem;font-weight:700;
  color:#dce8f8;
  line-height:1.25;
  letter-spacing:.02em;
}
/* Lista de bullets */
.svc-body{padding:1.1rem 1.3rem;}
.svc-list{list-style:none;margin:0;}
.svc-list li{
  font-size:.85rem;color:var(--silver-text);
  padding:.42rem 0;
  border-bottom:1px solid var(--border-silver);
  display:flex;align-items:center;gap:.6rem;
  line-height:1.4;
}
.svc-list li:last-child{border-bottom:none;}
.svc-list li::before{
  content:'◦';
  color:#8899bb;
  font-size:.9rem;
  flex-shrink:0;
}
.svc-arr{display:none;} /* ocultar el viejo arrow */
.svc-desc{display:none;} /* ocultar el viejo desc */

/* ═══════════════════════════
   PROCESO — pasos numerados
═══════════════════════════ */
.proc-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:0;margin-bottom:3.2rem;
}
.proc-step{
  padding:1.8rem 1.6rem;
  background:var(--card-bg);
  border:1px solid var(--border-silver);
  margin-right:-1px;margin-bottom:-1px;
  position:relative;overflow:hidden;
  transition:background .22s;
}
.proc-step:hover{background:rgba(255,255,255,0.75);}
.proc-step::before{
  content:'';position:absolute;top:0;left:0;
  width:3px;height:0;
  background:linear-gradient(180deg,#2a3d60,#1a2e4a);
  transition:height .4s ease;
}
.proc-step:hover::before{height:100%;}
.proc-n{font-size:2.2rem;font-weight:800;color:rgba(160,172,200,0.4);line-height:1;margin-bottom:.55rem;}
.proc-t{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.4rem;}
.proc-d{font-size:.83rem;color:var(--silver-text);line-height:1.65;}

/* ═══════════════════════════
   INSIGHTS / PERSPECTIVAS
═══════════════════════════ */
.ins-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3.2rem;}
.ins-card{
  background:var(--card-bg);
  border:1px solid var(--border-silver);
  border-radius:5px;
  transition:border-color .2s, box-shadow .2s;
  backdrop-filter:blur(4px);
}
.ins-card:hover{
  border-color:rgba(100,120,170,0.5);
  box-shadow:0 4px 16px rgba(30,40,70,0.09);
}
.ins-body{padding:1.4rem;}
.ins-tag{
  font-size:.68rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--navy);
  margin-bottom:.6rem;opacity:.55;
}
.ins-title{font-size:.97rem;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:.6rem;}
.ins-exc{font-size:.82rem;color:var(--silver-text);line-height:1.6;margin-bottom:.9rem;}
.ins-link{
  font-size:.82rem;font-weight:700;color:var(--navy);
  padding-top:.9rem;border-top:1px solid rgba(255,255,255,0.55);
  display:flex;align-items:center;gap:.4rem;
}
.ins-link::after{content:"→";opacity:.5;}

/* ═══════════════════════════
   FAQ
═══════════════════════════ */
.faq-item{border-bottom:1px solid rgba(255,255,255,0.55);}
.faq-item:first-of-type{border-top:1px solid rgba(255,255,255,0.55);}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 0;cursor:pointer;gap:1rem;}
.faq-qt{font-size:.95rem;font-weight:700;color:var(--navy);line-height:1.4;}
.faq-ic{
  flex-shrink:0;width:24px;height:24px;
  border:1.5px solid rgba(255,255,255,0.55);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:.85rem;color:var(--silver-text);transition:all .3s;
}
.faq-item.open .faq-ic{background:var(--navy);border-color:var(--navy);color:#fff;transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.faq-a-in{padding:0 0 1.15rem;font-size:.88rem;color:var(--silver-text);line-height:1.8;}
.faq-item.open .faq-a{max-height:180px;}

/* ═══════════════════════════
   SIDEBAR
═══════════════════════════ */
.sb-block{margin-bottom:2.4rem;}
.sb-title{
  font-size:.72rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--navy);
  padding-bottom:.65rem;border-bottom:2px solid var(--navy);margin-bottom:1.1rem;
}
.sb-list{list-style:none;}
.sb-list li{border-bottom:1px solid rgba(255,255,255,0.55);}
.sb-list a{
  display:flex;align-items:center;justify-content:space-between;
  padding:.72rem 0;font-size:.85rem;color:var(--navy);transition:color .2s;
}
.sb-list a::after{content:"→";font-size:.78rem;color:#a0a8bc;transition:color .2s;}
.sb-list a:hover,.sb-list a:hover::after{color:var(--navy);}
.sb-contact{
  background:linear-gradient(135deg,#1a2035,#222b47);
  padding:1.4rem;border-radius:6px;
  border:1px solid rgba(180,190,220,0.15);
  box-shadow:0 4px 16px rgba(10,15,35,0.18);
}
.sb-contact-name{font-size:.9rem;font-weight:700;color:#dce8f8;}
.sb-contact-role{font-size:.78rem;color:rgba(180,200,230,0.65);margin-bottom:.75rem;}
.sb-contact p{font-size:.83rem;color:rgba(180,200,230,0.7);margin-bottom:.3rem;}
.sb-contact a{color:rgba(180,200,230,0.7);}
.sb-contact a:hover{color:#fff;}
.sb-cta{
  display:block;margin-top:1rem;padding:.75rem 1rem;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.2);
  color:#dce8f8;font-size:.82rem;font-weight:700;
  text-align:center;border-radius:4px;transition:all .22s;
}
.sb-cta:hover{background:rgba(255,255,255,0.22);color:#fff;}
.sb-badge{
  background:linear-gradient(135deg,#1a2035,#222b47);
  padding:1.4rem;text-align:center;border-radius:6px;
  border:1px solid rgba(180,190,220,0.15);
}
.sb-badge-num{
  font-size:2.8rem;font-weight:800;
  background:linear-gradient(180deg,#dce3f0,#b0bfd8);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  line-height:1;letter-spacing:-.03em;
}
.sb-badge-lbl{font-size:.75rem;color:rgba(180,200,230,0.65);margin-top:.4rem;line-height:1.5;}

/* ═══════════════════════════════════════════
   SECCIÓN SERVICIOS — full width con fondo
═══════════════════════════════════════════ */
.servicios-section{
  background:linear-gradient(170deg,var(--silver-1) 0%,var(--silver-2) 50%,var(--silver-3) 100%);
  padding:5rem 0 4rem;
  position:relative;overflow:hidden;
}
/* Título centrado como en la referencia */
.section-title-center{
  text-align:center;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:2.2rem;font-weight:600;
  color:var(--navy);letter-spacing:.01em;
  margin-bottom:.6rem;
}
.section-title-center + .section-divider{
  display:block;width:60px;height:2px;
  background:linear-gradient(90deg,transparent,rgba(26,46,74,0.5),transparent);
  margin:0 auto 3rem;
}

/* ═══════════════════════════
   CTA BAND plateada
═══════════════════════════ */
.cta-band{
  background:linear-gradient(135deg,#1a2035 0%,#1e2640 40%,#222b47 70%,#1a2035 100%);
  padding:3.8rem 0;
  position:relative;overflow:hidden;
}
.cta-band::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='200'%3E%3Cpath d='M0,100 C200,100 580,20 920,18 C1130,16 1280,50 1400,80' fill='none' stroke='%23ffffff' stroke-width='0.8' opacity='0.12'/%3E%3Cpath d='M0,100 C200,100 580,180 920,182 C1130,184 1280,150 1400,120' fill='none' stroke='%23ffffff' stroke-width='0.8' opacity='0.10'/%3E%3C/svg%3E");
  background-size:100% 100%;
}
.cta-in{
  max-width:1280px;margin:0 auto;padding:0 40px;
  display:grid;grid-template-columns:1fr auto;
  align-items:center;gap:3rem;
  position:relative;z-index:1;
}
.cta-in h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:500;color:#fff;line-height:1.2;letter-spacing:.01em;}
.cta-in p{font-size:.93rem;color:rgba(255,255,255,.55);margin-top:.5rem;max-width:480px;}
.cta-btns{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;}
.ctab-p{
  padding:.88rem 2rem;
  background:linear-gradient(135deg,#dce3f0,#b8c8e0);
  color:var(--navy);font-weight:700;font-size:.88rem;
  border-radius:4px;text-align:center;letter-spacing:.025em;
  transition:all .22s;white-space:nowrap;
}
.ctab-p:hover{background:#fff;}
.ctab-s{
  padding:.88rem 2rem;
  border:1.5px solid rgba(255,255,255,.28);
  color:rgba(255,255,255,.8);font-weight:600;font-size:.88rem;
  border-radius:4px;text-align:center;letter-spacing:.025em;
  transition:all .22s;white-space:nowrap;
}
.ctab-s:hover{border-color:#fff;color:#fff;}

/* ═══════════════════════════
   FOOTER
═══════════════════════════ */
.footer{
  background:#e8eaf0;
  padding:3.5rem 0 0;
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,0.8);
}
/* Mismas líneas de arco que el resto de la página, en blanco sutil */
.footer::before{
  content:'';
  position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C14,50 41,10 66,9 C81,8 91,14 100,20' fill='none' stroke='%234a6890' stroke-width='0.4' opacity='0.18' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M0,50 C14,50 41,90 66,91 C81,92 91,86 100,80' fill='none' stroke='%234a6890' stroke-width='0.4' opacity='0.14' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  background-size:100% 200px;
  background-repeat:repeat-y;
}
/* Brillo superior sutil — igual que stats-bar */

.ft{
  max-width:1280px;margin:0 auto;padding:0 40px 2.8rem;
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;
  border-bottom:1px solid rgba(255,255,255,0.65);
  position:relative;z-index:1;
}
.ft-logo{display:flex;align-items:center;gap:10px;margin-bottom:.9rem;}
.ft-logo .logo-text{color:var(--navy);}
.ft-tag{font-size:.84rem;color:#5a6478;line-height:1.7;max-width:240px;}
.ft-col-t{
  font-size:.7rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--navy);
  margin-bottom:.9rem;
  padding-bottom:.5rem;
  border-bottom:1px solid rgba(255,255,255,0.65);
}
.ft-links{list-style:none;}
.ft-links li{
  border-bottom:1px solid rgba(255,255,255,0.55);
}
.ft-links li:last-child{border-bottom:none;}
.ft-links a{
  font-size:.84rem;
  color:#354068;
  transition:color .2s;
  display:flex;align-items:center;justify-content:space-between;
  padding:.38rem 0;
}
.ft-links a::after{content:'→';font-size:.75rem;opacity:.3;transition:opacity .2s;}
.ft-links a:hover{color:var(--navy);}
.ft-links a:hover::after{opacity:.9;}
.ft-bot{
  max-width:1280px;margin:0 auto;padding:1.1rem 40px;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:.8rem;
  position:relative;z-index:1;
  border-top:1px solid rgba(255,255,255,0.65);
}
.ft-legal{font-size:.73rem;color:#7a8498;}
.ft-legal-links{display:flex;gap:1.2rem;}
.ft-legal-links a{font-size:.73rem;color:#7a8498;transition:color .2s;}
.ft-legal-links a:hover{color:var(--navy);}

/* ═══════════════════════════
   RESPONSIVE
═══════════════════════════ */



/* ═══════════════════════════════════════════
   LAYOUT PRINCIPAL — una sola columna full
═══════════════════════════════════════════ */
.main{
  max-width:1100px;margin:0 auto;
  padding:4rem 40px 5rem;
  grid-template-columns:1fr;
  gap:0;
}
.content-col{ width:100%; }

/* ═══════════════════════════
   SECCIONES
═══════════════════════════ */
.page-section{ margin-bottom:3.5rem; }

.section-title-center{
  text-align:center;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:2.2rem;font-weight:600;
  color:var(--navy);letter-spacing:.01em;
  margin-bottom:.5rem;
}
.section-divider-line{
  display:block;width:60px;height:2px;
  background:linear-gradient(90deg,transparent,rgba(26,46,74,0.5),transparent);
  margin:0 auto 2.2rem;
}

/* ═══════════════════════════
   SERVICIOS — 3 columnas
═══════════════════════════ */
.svc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.2rem;
  margin-bottom:0;
}
.svc-card{
  background:rgba(255,255,255,0.80);
  border:1px solid var(--border-silver);
  border-radius:7px;overflow:hidden;
  backdrop-filter:blur(4px);
  transition:transform .22s,box-shadow .22s;
}
.svc-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(30,40,70,0.13);}
.svc-head{
  background:linear-gradient(135deg,#161d30 0%,#1e2640 55%,#232c4a 100%);
  padding:1.1rem 1.3rem;
  display:flex;align-items:center;gap:.85rem;
}
.svc-ico{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.svc-ico svg{width:30px;height:30px;stroke:#b0c4e8;fill:none;stroke-width:1.4;filter:drop-shadow(0 0 5px rgba(140,175,240,0.45));}
.svc-name{font-family:'Raleway',sans-serif;font-size:1rem;font-weight:700;color:#dce8f8;line-height:1.25;letter-spacing:.02em;}
.svc-body{padding:1rem 1.3rem 1.2rem;}
.svc-list{list-style:none;}
.svc-list li{
  font-size:.85rem;color:#3a4260;
  padding:.4rem 0;
  border-bottom:1px solid rgba(255,255,255,0.5);
  display:flex;align-items:center;gap:.55rem;
}
.svc-list li:last-child{border-bottom:none;}
.svc-list li::before{content:'◦';color:#8090b0;flex-shrink:0;}

.btn-casos{
  display:inline-block;
  padding:.65rem 1.6rem;
  background:linear-gradient(135deg,#161d30,#1e2640);
  color:#dce8f8;font-size:.83rem;font-weight:700;
  border-radius:5px;border:1px solid rgba(180,200,235,0.15);
  transition:all .22s;
  box-shadow:0 3px 12px rgba(10,15,35,0.2);
}
.btn-casos:hover{background:linear-gradient(135deg,#1e2640,#2a3655);color:#fff;}

/* ═══════════════════════════════════════
   ENFOQUE + CASOS — 2 columnas
═══════════════════════════════════════ */
.enfoque-casos{
  display:grid;
  grid-template-columns:1fr 1.6fr;
  gap:3rem;
  align-items:start;
}
.col-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.6rem;font-weight:500;color:var(--navy);
  margin-bottom:.4rem;
  text-align:center;
  display:block;
}
.col-title .title-line{display:none;}
.col-title + .section-divider-after{
  display:block;width:60px;height:2px;
  background:linear-gradient(90deg,transparent,rgba(26,46,74,0.5),transparent);
  margin:0 auto 1.3rem;
}

/* Nuestro Enfoque */
.enfoque-list{list-style:none;}
.enfoque-list li{
  font-size:.95rem;font-weight:700;color:var(--navy);
  padding:.6rem 0;
  display:flex;align-items:center;gap:.75rem;
  border-bottom:1px solid rgba(255,255,255,0.55);
}
.enfoque-list li:last-child{border-bottom:none;}
.check-ico{
  color:#3a5080;font-size:.85rem;
  width:22px;height:22px;
  display:flex;align-items:center;justify-content:center;
  border:1.5px solid rgba(80,110,170,0.4);
  border-radius:3px;flex-shrink:0;
}

/* Casos de Éxito */
.casos-card{
  background:linear-gradient(135deg,#161d30 0%,#1e2640 50%,#222b47 100%);
  border-radius:7px;padding:1.5rem 1.8rem;
  display:grid;grid-template-columns:1fr 1px 1fr;
  gap:1.5rem;align-items:center;
  border:1px solid rgba(180,195,230,0.12);
  box-shadow:0 6px 24px rgba(10,15,35,0.22);
}
.caso-sep{
  background:linear-gradient(180deg,transparent,rgba(160,180,220,0.3),transparent);
  align-self:stretch;
}
.caso-label{
  font-size:.78rem;color:rgba(180,200,230,0.65);
  margin-bottom:.4rem;letter-spacing:.02em;
}
.caso-num{
  font-size:2.2rem;font-weight:800;
  background:linear-gradient(180deg,#dce3f0,#b0bfd8);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  line-height:1.1;letter-spacing:-.03em;
  display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;
}
.caso-sub{
  font-size:.75rem;font-weight:500;
  color:rgba(180,200,230,0.6);
  -webkit-text-fill-color:rgba(180,200,230,0.6);
  letter-spacing:.01em;line-height:1.4;
}
.pymes-badge{
  font-size:.7rem;font-weight:800;letter-spacing:.08em;
  color:rgba(200,215,240,0.8);-webkit-text-fill-color:rgba(200,215,240,0.8);
}

/* ═══════════════════════════
   TESTIMONIOS
═══════════════════════════ */
.testimonio-wrap{
  text-align:center;
  padding:1.5rem 2rem;
}
.testimonio-quote{
  font-size:1.5rem;font-weight:400;color:var(--navy);
  line-height:1.5;margin-bottom:.5rem;
}
.testimonio-quote strong{font-weight:800;}
.testimonio-sub{
  font-size:.95rem;color:#6a7080;line-height:1.7;
}
.quote-open{font-size:2.5rem;font-weight:800;color:var(--navy);line-height:0;vertical-align:-.3em;margin-right:.1em;}
.quote-close{font-size:2rem;font-weight:800;color:var(--navy);line-height:0;vertical-align:-.25em;margin-left:.1em;}

/* ═══════════════════════════
   CATEGORÍAS
═══════════════════════════ */
.categorias-bar{
  display:flex;align-items:center;justify-content:center;
  gap:2.5rem;flex-wrap:wrap;
  padding:1.2rem 0;
  border-top:1px solid rgba(255,255,255,0.55);
  border-bottom:1px solid rgba(255,255,255,0.55);
}
.cat-item{font-size:.92rem;color:#3f4858;display:flex;align-items:center;gap:.35rem;}
.cat-dot::before{content:'◆';font-size:.5rem;color:#8090b0;margin-right:.2rem;}
.cat-bold-sm{font-weight:700;color:#2e3650;}
.cat-bold{font-weight:900;font-size:1rem;color:var(--navy);}
.cat-icon svg{color:#3f4858;}

/* ═══════════════════════════
   CTA BAND — actualizado
═══════════════════════════ */
.cta-right{
  display:flex;flex-direction:column;
  align-items:flex-end;gap:.9rem;flex-shrink:0;
}
.cta-contact-info{
  display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:flex-end;
}
.cta-contact-info span{
  font-size:.78rem;color:rgba(255,255,255,.5);
  display:flex;align-items:center;gap:.4rem;
}

/* ═══════════════════════════
   FOTO EN SERVICIOS
═══════════════════════════ */
.svc-photo{
  width:100%;
  height:100px;
  overflow:hidden;
  display:block;
  background:#1a2540;
  position:relative;
}
/* Overlay sutil — tinte azul navy muy leve + viñeta en bordes */
.svc-photo::after{
  content:'';
  position:absolute;inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(15,22,40,0.08) 0%,
      rgba(15,22,40,0.32) 100%
    ),
    radial-gradient(
      ellipse at center,
      transparent 55%,
      rgba(10,16,30,0.28) 100%
    );
  mix-blend-mode:multiply;
  pointer-events:none;
}
.svc-photo-img{
  width:100%;height:100%;
  object-fit:cover;object-position:center center;
  display:block;
  /* Muy leve desaturación — foto más integrada con la paleta fría */
  filter:saturate(0.82) contrast(1.04);
  transition:transform .4s ease, filter .4s ease;
}
.svc-card:hover .svc-photo-img{
  transform:scale(1.04);
  filter:saturate(0.90) contrast(1.06);
}

/* ═══════════════════════════
   TESTIMONIOS GRID — 3 cards
═══════════════════════════ */
.testimonios-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.2rem;
}
.test-card{
  background:rgba(255,255,255,0.80);
  border:1px solid var(--border-silver);
  border-radius:7px;
  padding:1.5rem 1.6rem;
  backdrop-filter:blur(4px);
  transition:box-shadow .22s;
}
.test-card:hover{box-shadow:0 5px 20px rgba(30,40,70,0.1);}
.test-quote{
  font-size:.93rem;color:#2e3650;
  line-height:1.7;
  margin-bottom:1.2rem;
  font-style:italic;
}
.test-quote strong{font-style:normal;color:var(--navy);font-weight:700;}
.q-open{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.8rem;color:var(--navy);
  line-height:0;vertical-align:-.3em;
  margin-right:.05em;opacity:.6;
  font-style:normal;
}
.q-close{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.6rem;color:var(--navy);
  line-height:0;vertical-align:-.25em;
  margin-left:.05em;opacity:.6;
  font-style:normal;
}
.test-autor{
  display:flex;align-items:center;gap:.85rem;
  padding-top:1rem;
  border-top:1px solid var(--border-silver);
}
.test-avatar{
  width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,#1e2640,#2a3655);
  color:#b8c8e8;font-size:.75rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;letter-spacing:.03em;
}
.test-name{font-size:.83rem;font-weight:700;color:var(--navy);}
.test-role{font-size:.73rem;color:#7a8098;margin-top:.1rem;}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — consolidado
═══════════════════════════════════════════════════ */

/* Tablet grande */
@media(max-width:1024px){
  .main{padding:3rem 24px 4rem;}
  .ft{grid-template-columns:1fr 1fr;}
  .svc-grid{grid-template-columns:1fr 1fr;}
  .enfoque-casos{grid-template-columns:1fr;gap:2rem;}
}

/* Tablet / mobile landscape */
@media(max-width:900px){
  .svc-grid{grid-template-columns:1fr 1fr;}
  .testimonios-grid{grid-template-columns:1fr 1fr;}
  /* Stats bar: en tablet mantener 2 columnas */
  .stats-bar-in{
    grid-template-columns:1fr 1px 1fr 1px 1fr;
  }
  /* Ocultar último stat y último separador en tablet */
  .stat-item:nth-child(7),
  .stat-sep:nth-child(6){
    display:none;
  }
}
/* Mobile */
@media(max-width:768px){
  /* Base spacing */
  .nav-in,.hero-content,.stats-wrap,.main,.cta-in,.ft,.ft-bot{
    padding-left:18px;padding-right:18px;
  }
  /* Navbar */
  .nav-links,.nav-cta{display:none;}
  .hbg{display:flex;}
  /* Hero — foto de fondo muy sutil, texto ocupa todo el ancho */
  .hero-photo{opacity:0.15;}
  .hero-photo::after{
    background:linear-gradient(
      to right,
      #f4f5f8 0%,
      #f4f5f8 30%,
      rgba(244,245,248,0.92) 55%,
      rgba(244,245,248,0.5) 75%,
      rgba(244,245,248,0.1) 100%
    );
  }
  .hero-content{padding:50px 18px 60px;}
  .hero-title{font-size:clamp(2rem,8vw,3rem);max-width:100%;}
  .hero-sub{max-width:100%;}
  .hero-btns{flex-direction:column;gap:.75rem;}
  .hbtn-p,.hbtn-s{text-align:center;padding:.85rem 1.5rem;}
  /* Stats — responsive 4 columnas → 1 columna */
  .stats-wrap{padding:0 10px;margin:-30px auto 0;}
  .stats-bar-in{grid-template-columns:1fr;}
  .stat-sep{display:none !important;}
  .stat-item{
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:.9rem .5rem;
    gap:.5rem;
  }
  .stat-ico{width:40px;height:40px;}
  .stat-ico svg{width:32px;height:32px;}
  .stat-txt{align-items:center;}
  .stat-title{font-size:.95rem;text-align:center;}
  .stat-desc{font-size:.68rem;text-align:center;}
  /* Main layout */
  .main{padding:2.5rem 18px 3.5rem;}
  .page-section{margin-bottom:2.5rem;}

  /* Servicios — 1 columna */
  .svc-grid{grid-template-columns:1fr;}
  .section-title-center{font-size:1.8rem;}

  /* Enfoque + Casos */
  .enfoque-casos{grid-template-columns:1fr;gap:1.8rem;}
  .casos-card{grid-template-columns:1fr;gap:1rem;}
  .caso-sep{display:none;}
  .caso-num{font-size:1.8rem;}

  /* Testimonios — 1 columna */
  .testimonios-grid{grid-template-columns:1fr;}

  /* Categorias */
  .categorias-bar{gap:1rem;padding:.9rem 0;flex-wrap:wrap;}
  .cat-bold{font-size:.9rem;}

  /* CTA band */
  .cta-in{grid-template-columns:1fr;gap:1.5rem;}
  .cta-right{align-items:flex-start;}
  .cta-contact-info{flex-direction:column;gap:.5rem;}
  .cta-in h2{font-size:1.6rem;}

  /* Footer */
  .ft{grid-template-columns:1fr 1fr;gap:1.5rem;}
  .ft-bot{flex-direction:column;align-items:flex-start;gap:.5rem;}
}

/* Mobile pequeño */
@media(max-width:480px){
  .ft{grid-template-columns:1fr;}
  .hero-title{font-size:2rem;}
  .stat-num{font-size:1.7rem;}
  .logo-text{font-size:1.2rem;}
}

/* ═══════════════════════════════════
   MOBILE — centrado stats / enfoque / casos
═══════════════════════════════════ */
@media(max-width:768px){

  /* Nuestro Enfoque — título centrado, texto izquierda */
  .col-title{justify-content:center;text-align:center;}
  .col-title .title-line{display:none;}
  .enfoque-list li{justify-content:flex-start;text-align:left;}

  /* Casos de Éxito — título centrado, números izquierda */
  .casos-col .col-title{justify-content:center;text-align:center;}
  .caso-item{text-align:left;}
  .caso-num{justify-content:flex-start;}
}
/* ═══════════════════════════════════════════════════════════
   NOSOTROS — pegar al final de styles.css
═══════════════════════════════════════════════════════════ */

/* PAGE HERO — páginas interiores */
.page-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(160deg,#eef0f5 0%,#e8ebf2 40%,#e2e6ef 100%);
  padding:4.5rem 0 3.5rem;
  min-height:220px;
  display:flex;align-items:center;
}
.page-hero-waves{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;}
.page-hero-waves svg{width:100%;height:100%;}
.page-hero-content{
  position:relative;z-index:1;
  max-width:1100px;margin:0 auto;padding:0 40px;
}
.page-hero-label{
  font-size:.72rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--navy);opacity:.45;margin-bottom:.5rem;
}
.page-hero-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(2.4rem,5vw,3.6rem);
  font-weight:500;color:var(--navy);
  line-height:1.05;letter-spacing:-.01em;margin-bottom:.6rem;
}
.page-hero-sub{
  font-size:1rem;color:var(--mid);
  font-weight:400;line-height:1.6;
  margin-bottom:1.2rem;max-width:520px;
}
.breadcrumb-nav{
  display:flex;align-items:center;gap:.5rem;
  font-size:.78rem;color:var(--light);
}
.breadcrumb-nav a{color:var(--navy);opacity:.55;transition:opacity .2s;}
.breadcrumb-nav a:hover{opacity:1;}
.bc-sep{opacity:.35;font-size:.7rem;}

/* ── INTRO GRID ── */
.nos-intro-grid{
  display:grid;
  grid-template-columns:1fr 290px;
  gap:3rem;align-items:start;
}
.nos-intro-text p{
  font-size:.95rem;color:var(--silver-text);
  line-height:1.85;margin-bottom:1rem;
}
.nos-intro-text p:last-child{margin-bottom:0;}
.nos-intro-text p strong{color:var(--navy);}

/* ── CARD NAVY HIGHLIGHT ── */
.nos-highlight-card{
  background:linear-gradient(135deg,#161d30 0%,#1e2640 55%,#232c4a 100%);
  border-radius:8px;
  border:1px solid rgba(180,195,230,0.18);
  box-shadow:0 8px 32px rgba(10,15,35,0.28);
}
.nhc-inner{padding:1.8rem 1.6rem;}
.nhc-icon{
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(180,200,240,0.08);
  border-radius:50%;margin-bottom:1.4rem;
  border:1px solid rgba(180,200,240,0.15);
}
.nhc-icon svg{
  width:26px;height:26px;
  stroke:#c8d8f0;  /* blanco azulado bien visible */
  fill:none;stroke-width:1.5;
}
.nhc-stats{
  display:grid;grid-template-columns:1fr 1px 1fr;
  align-items:center;
  padding-top:1.2rem;
  border-top:1px solid rgba(255,255,255,0.1);
}
.nhc-stat{display:flex;flex-direction:column;gap:.3rem;padding:.2rem .5rem;}
.nhc-stat:last-child{align-items:flex-end;}
.nhc-stat-sep{
  width:1px;height:44px;align-self:center;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,0.15),transparent);
}
.nhc-num{
  font-size:1.9rem;font-weight:800;
  color:#e8f0ff; /* blanco cálido — máxima legibilidad */
  line-height:1;letter-spacing:-.03em;
}
.nhc-lbl{
  font-size:.72rem;font-weight:500;
  color:#a8bcd8; /* gris azulado claro — legible sobre navy */
  line-height:1.4;
}

/* ── TEXTO + QUOTE ── */
.nos-texto-full{
  display:grid;grid-template-columns:1fr 1fr;
  gap:3rem;align-items:center;
}
.nos-texto-col p{
  font-size:.93rem;color:#f0f1f5;
  line-height:1.85;margin-bottom:.9rem;
}
.nos-texto-col p:last-child{margin-bottom:0;}
.nos-texto-col p strong{color:var(--navy);}

/* Card quote navy */
.nos-quote-block{
  background:linear-gradient(135deg,#161d30 0%,#1e2640 55%,#232c4a 100%);
  border-radius:8px;padding:2.2rem 2rem;
  border:1px solid rgba(180,195,230,0.18);
  box-shadow:0 6px 24px rgba(10,15,35,0.25);
}
.nqb-open{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:4.5rem;font-weight:700;
  color:rgba(200,220,255,0.22);
  line-height:0;display:block;margin-bottom:1.1rem;
}
.nqb-text{
  font-size:.95rem;
  color:#d8e8ff; /* blanco azulado claro — bien legible */
  line-height:1.8;
  font-style:italic;
  margin-bottom:1.4rem;
}
.nqb-firma{
  font-size:.75rem;font-weight:700;letter-spacing:.1em;
  color:#7a9abf; /* gris medio-claro — legible pero secundario */
  text-transform:uppercase;
}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .nos-intro-grid{grid-template-columns:1fr;}
  .nos-highlight-card{max-width:420px;}
}
@media(max-width:900px){
  .nos-texto-full{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .page-hero{padding:3rem 0 2.5rem;}
  .page-hero-content{padding:0 18px;}
  .nos-intro-grid{grid-template-columns:1fr;}
  .nos-highlight-card{max-width:100%;}
}

/* ═══════════════════════════════════════════════════════════
   SERVICIOS EXPANDIBLES — Agregar al final de styles.css
═══════════════════════════════════════════════════════════ */

/* Intro párrafo (siempre visible) */
.svc-intro{
  font-size:.88rem;
  color:var(--silver-text);
  line-height:1.75;
  margin-bottom:.8rem;
}

/* Contenido expandible (oculto por defecto) */
.svc-expand{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}
.svc-expand p{
  font-size:.85rem;
  color:var(--silver-text);
  line-height:1.7;
  margin-bottom:.7rem;
}
.svc-expand p:last-child{
  margin-bottom:0;
}

/* Card expandida */
.svc-card.expanded .svc-expand{
  max-height:400px;
  margin-bottom:.8rem;
}

/* Botón toggle */
.svc-toggle{
  display:flex;
  align-items:center;
  gap:.4rem;
  background:none;
  border:none;
  color:var(--navy);
  font-size:.8rem;
  font-weight:700;
  cursor:pointer;
  padding:.5rem 0 0;
  margin-top:.5rem;
  transition:all .2s;
  font-family:'Raleway',sans-serif;
}
.svc-toggle:hover{
  gap:.6rem;
  color:var(--navy2);
}

/* Icono flecha */
.toggle-icon{
  transition:transform .3s;
  stroke:currentColor;
}
.svc-card.expanded .toggle-icon{
  transform:rotate(180deg);
}

/* Ocultar texto del span, usar ::before en su lugar */
.toggle-text{
  font-size:0;
}
.toggle-text::before{
  font-size:.8rem;
}
.svc-card:not(.expanded) .toggle-text::before{
  content:"Ver más";
}
.svc-card.expanded .toggle-text::before{
  content:"Ver menos";
}

/* Responsive — Cards expandibles en mobile */
@media(max-width:768px){
  .svc-card.expanded .svc-expand{
    max-height:500px;
  }
  .svc-intro{
    font-size:.86rem;
  }
  .svc-expand p{
    font-size:.83rem;
  }
}
/* ═══════════════════════════════════════════════════════════
   SECTORES PRODUCTIVOS — Agregar al final de styles.css
═══════════════════════════════════════════════════════════ */

/* Intro y footer de sectores */
.sectores-intro{
  text-align:center;
  font-size:.95rem;
  color:var(--silver-text);
  max-width:700px;
  margin:0 auto 2.5rem;
  line-height:1.7;
}

.sectores-footer{
  text-align:center;
  font-size:.88rem;
  color:var(--mid);
  max-width:600px;
  margin:2.5rem auto 0;
  line-height:1.6;
  font-style:italic;
}

/* Icono del sector */
.sector-icon{
  width:60px;
  height:60px;
  margin:0 auto 1.2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(26,46,74,0.08),rgba(26,46,74,0.12));
  border-radius:50%;
  border:1px solid var(--border-silver);
}
.sector-icon svg{
  stroke:var(--navy);
  stroke-width:1.5;
}

/* Título del sector */
.sector-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.3rem;
  font-weight:600;
  color:var(--navy);
  margin-bottom:.8rem;
  text-align:center;
  line-height:1.3;
}

/* Descripción del sector */
.sector-desc{
  font-size:.88rem;
  color:var(--silver-text);
  line-height:1.7;
  text-align:center;
}

/* Responsive */
@media(max-width:768px){
  .sectores-intro{
    font-size:.9rem;
    margin-bottom:2rem;
  }
  .sectores-footer{
    font-size:.85rem;
    margin-top:2rem;
  }
  .sector-icon{
    width:50px;
    height:50px;
  }
  .sector-icon svg{
    width:28px;
    height:28px;
  }
  .sector-title{
    font-size:1.15rem;
  }
  .sector-desc{
    font-size:.86rem;
  }
}
/* ═══════════════════════════════════════════════════════════
   FORMULARIO MODAL — Agregar al final de styles.css
═══════════════════════════════════════════════════════════ */

/* Modal Overlay */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.contact-modal.active {
  opacity: 1;
  pointer-events: all;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 30, 0.75);
  backdrop-filter: blur(4px);
}

/* Modal Content */
.modal-content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  max-width: 540px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(10, 15, 30, 0.4);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.contact-modal.active .modal-content {
  transform: translateY(0);
}

/* Close Button */
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(26, 46, 74, 0.08);
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: var(--navy);
  color: #fff;
  transform: rotate(90deg);
}

/* Modal Header */
.modal-header {
  padding: 32px 32px 24px;
  border-bottom: 1px solid rgba(160, 170, 190, 0.2);
}

.modal-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.modal-header p {
  font-size: 0.88rem;
  color: var(--silver-text);
  line-height: 1.5;
}

/* Form */
.contact-form {
  padding: 28px 32px 32px;
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-family: 'Raleway', sans-serif;
  color: var(--navy);
  background: #f8f9fb;
  border: 1.5px solid rgba(160, 170, 190, 0.25);
  border-radius: 6px;
  transition: all 0.2s;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  background: #fff;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(26, 46, 74, 0.08);
}

input::placeholder,
textarea::placeholder {
  color: rgba(61, 69, 88, 0.4);
}

select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a2e4a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* Form Actions */
.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.btn-cancel,
.btn-submit {
  flex: 1;
  padding: 13px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-cancel {
  background: rgba(26, 46, 74, 0.06);
  color: var(--navy);
}

.btn-cancel:hover {
  background: rgba(26, 46, 74, 0.12);
}

.btn-submit {
  background: var(--navy);
  color: #fff;
}

.btn-submit:hover {
  background: var(--navy2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 46, 74, 0.3);
}

/* Form Footer */
.form-footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(160, 170, 190, 0.2);
  text-align: center;
}

.form-footer p {
  font-size: 0.82rem;
  color: var(--silver-text);
  margin-bottom: 12px;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #25D366;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s;
}

.whatsapp-link:hover {
  background: #20BA5A;
  transform: translateY(-1px);
}

/* Form Success */
.form-success {
  padding: 48px 32px;
  text-align: center;
}

.success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: successPop 0.5s ease;
}

@keyframes successPop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.form-success h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}

.form-success p {
  font-size: 0.9rem;
  color: var(--silver-text);
  margin-bottom: 28px;
  line-height: 1.6;
}

.form-success .btn-submit {
  max-width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
  .modal-content {
    max-height: 100vh;
    border-radius: 0;
  }

  .modal-header {
    padding: 24px 20px 20px;
  }

  .modal-header h2 {
    font-size: 1.5rem;
  }

  .contact-form {
    padding: 20px 20px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .form-success {
    padding: 32px 20px;
  }
}