﻿/* iza-nosotros.css — Nosotros below-fold CSS (async loaded) */
/* Saves ~30KB from HTML — improves FCP and LCP on mobile */

/* ==========================================================================
   3. CEO MESSAGE
   ========================================================================== */
.n26-ceo-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
  align-items: center;
}
.n26-ceo-card { padding: 40px; text-align: center; }
.n26-ceo-av {
  width: 160px; height: 160px; margin: 0 auto 24px;
  border-radius: 50%; background: linear-gradient(135deg, var(--n26-brand-blue), var(--n26-brand-cyan));
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem; font-weight: 900; color: #fff;
  box-shadow: 0 0 40px rgba(0, 210, 255, 0.2);
}
.n26-ceo-text h2 { font-size: 2.2rem; line-height: 1.2; margin-bottom: 24px; }
.n26-ceo-text p { color: var(--n26-text-muted); font-size: 1.1rem; line-height: 1.8; margin-bottom: 20px; }
@media (max-width: 900px) { .n26-ceo-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   4. HISTORIA (VERTICAL TIMELINE)
   ========================================================================== */
.n26-history-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.n26-timeline { position: relative; padding-left: 32px; border-left: 2px solid rgba(255, 255, 255, 0.1); margin-top: 40px; }
.n26-tl-item { position: relative; margin-bottom: 40px; }
.n26-tl-item:last-child { margin-bottom: 0; }
.n26-tl-item::before {
  content: ''; position: absolute; left: -39px; top: 0; width: 14px; height: 14px;
  background: var(--n26-bg-base); border: 2px solid var(--n26-brand-cyan); border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
}
.n26-tl-year { font-size: 1.5rem; font-weight: 900; color: var(--n26-brand-cyan); font-family: var(--n26-font-h); margin-bottom: 8px; }
.n26-tl-desc { color: var(--n26-text-muted); font-size: 1rem; line-height: 1.6; }
.n26-tl-img { border-radius: 24px; width: 100%; height: auto; object-fit: unset; display: block; border: 1px solid var(--n26-glass-border); }
@media (max-width: 900px) { .n26-history-grid { grid-template-columns: 1fr; } .n26-tl-img{height: 300px; order: -1;} }

/* ==========================================================================
   5. BENTO GRID: POR QUÃ‰ ELEGIRNOS (MULTIMARCA & ABUS)
   ========================================================================== */
.n26-bento-section { position: relative; }
.n26-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 24px;
}
.n26-bento-item { padding: 40px 32px; display: flex; flex-direction: column; justify-content: center; }
.n26-bento-item.large { grid-column: span 2; background: linear-gradient(135deg, rgba(13,27,42,0.8), rgba(0,71,171,0.2)); border-color: rgba(0, 210, 255, 0.3); }
.n26-bento-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 24px; color: var(--n26-brand-gold); border: 1px solid rgba(255,255,255,0.1); }
.n26-bento-item h3 { font-size: 1.4rem; margin-bottom: 12px; }
.n26-bento-item p { color: var(--n26-text-muted); font-size: 0.95rem; line-height: 1.6; margin: 0; }
@media (max-width: 1024px) { .n26-bento-grid { grid-template-columns: repeat(2, 1fr); } .n26-bento-item.large { grid-column: span 2; } }
@media (max-width: 600px) { .n26-bento-grid { grid-template-columns: 1fr; } .n26-bento-item.large { grid-column: span 1; } }

/* ==========================================================================
   6. SECTORES (GRID COMPACTO)
   ========================================================================== */
.n26-sectors {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 40px;
}
.n26-sector-card { padding: 32px 24px; display: flex; gap: 16px; min-width: 0; }
.n26-sector-ic { font-size: 2rem; flex-shrink: 0; }
.n26-sector-card h4 { font-size: 1.1rem; margin-bottom: 8px; word-break: break-word; }
.n26-sector-card p { font-size: 0.85rem; color: var(--n26-text-muted); line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .n26-sectors { grid-template-columns: 1fr; } }

/* ==========================================================================
   7. VALORES (BENTO EXPANSIVO)
   ========================================================================== */
.n26-values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.n26-val-card { padding: 24px; text-align: center; grid-column: span 2; }
.n26-val-ic { font-size: 2rem; margin-bottom: 12px; }
.n26-val-card h4 { font-size: 1rem; color: var(--n26-brand-cyan); margin-bottom: 8px; }
.n26-val-card p { font-size: 0.8rem; color: var(--n26-text-muted); line-height: 1.5; margin: 0; }
@media (max-width: 1024px) { .n26-values-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 768px) { .n26-values-grid { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   7b. PILARES OPERATIVOS (4 cards 2Ã—2)
   ========================================================================== */
/* PILARES v2 â€” diseÃ±o ilustrado con borde azul */
.n26-pillars-v2 {
  background: #04091a;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.n26-pillars-v2::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,100,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,100,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.n26-pillars-v2-header {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
}
.n26-chip-divider {
  color: var(--n26-brand-gold, #F5A623);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.n26-pillars-v2-header .n26-title {
  margin-bottom: 0;
}
.n26-title-underline {
  width: 52px; height: 3px;
  background: var(--n26-brand-cyan, #00D2FF);
  border-radius: 2px;
  margin: 14px auto 20px;
}
.n26-pillars-v2-subtitle {
  color: rgba(255,255,255,0.45);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 500px;
  margin: 0 auto;
}
.n26-pillars-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.n26-pillar-card-v2 {
  background: rgba(4, 14, 38, 0.9);
  border: 1.5px solid rgba(0, 100, 255, 0.3);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.n26-pillar-card-v2:hover {
  border-color: rgba(0, 140, 255, 0.65);
  box-shadow: 0 0 28px rgba(0, 100, 255, 0.12);
}
.n26-pv2-icon {
  flex-shrink: 0;
  width: 88px; height: 88px;
  display: flex; align-items: center; justify-content: center;
}
.n26-pv2-body { flex: 1; min-width: 0; }
.n26-pv2-title {
  font-size: 1.3rem; font-weight: 700; color: #fff; margin: 0 0 8px;
  line-height: 1.25;
}
.n26-pv2-line {
  width: 30px; height: 3px;
  background: var(--n26-brand-cyan, #00D2FF);
  border-radius: 2px;
  margin-bottom: 12px;
}
.n26-pv2-text {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin: 0 0 18px;
}
.n26-pv2-tags {
  display: flex; flex-wrap: wrap; gap: 7px;
}
.n26-pv2-tags span {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(0,70,200,0.15);
  border: 1px solid rgba(0,100,255,0.2);
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.65);
}
.n26-pv2-tags span svg { opacity: 0.75; flex-shrink: 0; }
@media (max-width: 768px) {
  .n26-pillars-grid-v2 { grid-template-columns: 1fr; }
  .n26-pillar-card-v2 { flex-direction: column; padding: 24px 20px; }
  .n26-pv2-icon { width: 70px; height: 70px; }
  .n26-pillars-v2 { padding: 60px 20px; }
}

/* ==========================================================================
   8. EQUIPO Y CERTIFICACIONES
   ========================================================================== */
.n26-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; }
.n26-team-card { padding: 32px 20px; text-align: center; }
.n26-team-av { width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; color: #fff; background: var(--n26-bg-base); border: 2px solid var(--n26-glass-border); }
.n26-team-role { color: var(--n26-brand-cyan); font-size: 0.85rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.n26-team-desc { font-size: 0.82rem; color: var(--n26-text-muted); line-height: 1.5; margin-top: 6px; }
.n26-certs { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 40px; }
.n26-cert-tag { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 12px 24px; border-radius: 100px; font-weight: 700; color: var(--n26-text-main); font-size: 0.9rem; letter-spacing: 0.05em; transition: all 0.3s; }
.n26-cert-tag:hover { background: rgba(0,210,255,0.1); border-color: var(--n26-brand-cyan); color: #fff; }

@media (max-width: 900px) { .n26-team-grid { grid-template-columns: repeat(1, 1fr); max-width: 380px; } }

/* FAQ & REVIEWS â€” estilos viven en el post_content <style> (content gana por orden de fuente) */

/* CTA CTA CTA */
.n26-cta { text-align: center; padding: 80px 24px; background: linear-gradient(to top, rgba(0,71,171,0.2), transparent); border-top: 1px solid rgba(255,255,255,0.05); }
.n26-cta h2 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 24px; }

/* â”€â”€ MOBILE NOSOTROS â€” ajustes finos â‰¤480px â”€â”€ */
@media (max-width: 480px) {
  /* CTA buttons â€” columna centrada, ancho limitado */
  .n26-cta > div > div[style] {
    flex-direction: column !important;
    align-items: center !important;
  }
  .n26-cta > div > div[style] a {
    width: min(100%, 280px) !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
  /* SecciÃ³n general â€” padding reducido */
  .n26-section { padding: 56px 18px !important; }
  /* Stats cards â€” texto mÃ¡s pequeÃ±o */
  .n26-stat-val { font-size: 2rem !important; }
  /* Cert tags â€” mÃ¡s pequeÃ±os */
  .n26-cert-tag { padding: 10px 18px; font-size: 0.82rem; }
}

/* â”€â”€ MISIÃ“N / VISIÃ“N / VALORES â”€â”€ */
.n26-mvv-section { padding-top: 0; }

.n26-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.n26-mvv-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 28px;
}

.n26-mvv-icon {
  width: 48px;
  height: 48px;
  color: var(--n26-brand-gold);
  flex-shrink: 0;
}
.n26-mvv-icon svg { width: 100%; height: 100%; }

.n26-mvv-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--n26-brand-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.n26-mvv-text {
  color: var(--n26-text-muted);
  line-height: 1.75;
  font-size: 0.95rem;
  margin: 0;
}

/* Valores list inside card */
.n26-mvv-vals { display: flex; flex-direction: column; gap: 18px; }
.n26-mvv-val-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.n26-mvv-val-ic {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--n26-brand-cyan);
  background: rgba(0,210,255,0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.n26-mvv-val-ic svg { width: 100%; height: 100%; }
.n26-mvv-val-item strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.n26-mvv-val-item span {
  color: var(--n26-text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Stop Work placeholder */
.n26-mvv-val-ph {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: #0a0a0a;
  border: 1px dashed rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.n26-mvv-val-ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .n26-mvv-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .n26-mvv-card { padding: 28px 24px; }
  /* 12 pilares â€” 2 columnas en mÃ³vil */
  .n26-values-grid-2col {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .n26-values-grid-2col .n26-val-card { padding: 18px 14px; }
}

/* â”€â”€ PLACEHOLDERS (A, B, C) â”€â”€ */

/* Base placeholder â€” negro, centrado, texto dim */
.n26-ph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
/* Imagen real (oculta hasta que se suba) */
.n26-ph-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.n26-ph-label {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  text-align: center;
  padding: 16px;
  pointer-events: none;
}
/* A: banner â€” proporciÃ³n natural de la imagen, sin recorte */
.n26-ph-16x9 {
  aspect-ratio: unset !important;
  display: block !important;
  height: auto !important;
}
.n26-ph-16x9 .n26-ph-img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
  display: block !important;
  inset: auto !important;
}
/* B: cuadrado (timeline) */
.n26-ph-sq { aspect-ratio: 1 / 1; max-width: 120px; }
/* Historia panel izquierdo */
.n26-tl-ph { aspect-ratio: 3 / 4; width: 100%; max-width: 400px; }

/* A: wrapper â€” boxed, no full-width */
.n26-ph-wrap {
  padding: 0 24px 56px;
  margin-top: 60px;
}
.n26-ph-wrap-title {
  max-width: 1200px;
  margin: 0 auto 20px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n26-brand-gold);
}
.n26-ph-wrap .n26-ph-16x9 {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #333;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 20px 60px rgba(0,0,0,0.35);
  overflow: hidden;
  position: relative;
}
/* Filtro: mÃ¡s contraste, tonos azul-blancos, naranjas mÃ¡s vivos */
.n26-ph-wrap .n26-ph-img {
  filter: contrast(1.12) saturate(1.2) hue-rotate(-8deg) brightness(0.97);
  display: block;
  width: 100%;
  height: auto;
}
/* Marca de agua */
.n26-ph-watermark {
  position: absolute;
  bottom: 14px;
  right: 18px;
  left: auto;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  pointer-events: none;
  z-index: 2;
  background: rgba(0,0,0,0.45);
  padding: 4px 10px;
  border-radius: 4px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}
@media (max-width: 768px) {
  .n26-ph-wrap { padding: 0 20px 40px; margin-top: 40px; }
  .n26-ph-wrap-title { font-size: 1.2rem; }
}

/* B: timeline con imagen */
.n26-tl-has-img { display: flex; flex-direction: column; gap: 8px; }
.n26-tl-has-img .n26-ph-sq { margin-bottom: 4px; }

/* C: CEO grid con columna lateral */
.n26-ceo-grid-plus {
  display: grid;
  grid-template-columns: auto 1fr 40%;
  gap: 40px;
  align-items: start;
}
.n26-ph-sidebar { width: 100%; }
.n26-ph-sidebar .n26-ph-sq { max-width: 100%; aspect-ratio: 4/5; }

/* Mobile â€” padding 20px, columnas apiladas */
@media (max-width: 768px) {
  .n26-ph-wrap { padding: 0 20px 32px; }
  .n26-ceo-grid-plus { grid-template-columns: 1fr; }
  .n26-ph-sidebar { width: 100%; }
  .n26-ph-sidebar .n26-ph-sq { max-width: 100%; }
  .n26-ph-16x9 { aspect-ratio: 16 / 9; } /* mantiene ratio en mÃ³vil */
  .n26-tl-has-img .n26-ph-sq { max-width: 80px; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GOOGLE REVIEWS â€” Widget propio IZACORP (sin Elfsight)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.n26-reviews-wrap{margin-top:32px;background:#fff;border-radius:20px;padding:32px 24px 28px;box-shadow:0 4px 32px rgba(0,0,0,0.18)}
/* SecciÃ³n â€” ancho completo sin background */
.n26-section:has(.n26-reviews-wrap){max-width:100%!important;padding-left:80px!important;padding-right:80px!important;box-sizing:border-box}
/* Badge template (n26-goog-badge) â€” recuperar pill centrada estilo Elfsight */
.n26-goog-badge{display:inline-flex !important;align-items:center;gap:14px;background:rgba(255,255,255,0.06)!important;border:1px solid rgba(255,255,255,0.15)!important;border-radius:14px!important;padding:14px 22px!important;width:auto !important;max-width:100%;margin:0 auto 32px!important;color:#fff!important;text-align:left}
.n26-goog-badge svg{width:34px!important;height:34px!important;flex-shrink:0}
.n26-goog-badge > div{display:flex;flex-direction:column;gap:2px;color:#fff;font-size:0.92rem;line-height:1.3;text-align:left}
.n26-goog-badge > div :first-child{font-weight:700;font-size:0.86rem;letter-spacing:0.02em}
/* Wrapper centrado para la pill */
.n26-section:has(.n26-goog-badge){text-align:center}
/* Badge rating */
.izagr-badge{display:inline-flex;align-items:center;gap:14px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.15);border-radius:14px;padding:14px 22px;margin-bottom:32px}
.izagr-badge-text{display:flex;flex-direction:column;gap:3px}
.izagr-badge-label{font-size:0.82rem;font-weight:700;color:rgba(255,255,255,0.8);letter-spacing:0.04em}
.izagr-badge-score{display:flex;align-items:center;gap:7px;font-size:0.95rem;color:#fff}
.izagr-badge-score strong{font-size:1.1rem;font-weight:800}
.izagr-stars{color:#FBBC05;letter-spacing:1px}
.izagr-count{color:rgba(255,255,255,0.5);font-size:0.82rem}
/* Carrusel â€” estilo Elfsight */
.izagr-carousel{position:relative;padding:0 52px}
.izagr-track-wrap{overflow:hidden;position:relative;width:100%}
.izagr-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 0 4px;width:100%;box-sizing:border-box}
.izagr-track::-webkit-scrollbar{display:none}
/* Card â€” 4 visibles desktop, estilo Elfsight */
/* 4 tarjetas visibles, +20% tamaÃ±o */
.izagr-card{background:#fff;border-radius:14px;padding:22px 18px 18px;box-shadow:0 1px 4px rgba(0,0,0,0.08),0 4px 16px rgba(0,0,0,0.08);display:flex;flex-direction:column;flex:0 0 calc((100% - 48px) / 4);min-width:0;scroll-snap-align:start;border:1px solid #f0f0f0;box-sizing:border-box}
.izagr-card-head{display:flex;align-items:center;gap:13px;margin-bottom:14px}
.izagr-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8eaed;flex-shrink:0;padding:9px}
.izagr-avatar svg{width:100%;height:100%}
.izagr-info{flex:1;min-width:0}
.izagr-name{font-size:1.05rem;font-weight:700;color:#202124;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px;line-height:1.2}
/* Checkmark idÃ©ntico a Elfsight: cÃ­rculo azul relleno con âœ“ blanco */
.izagr-chk{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;min-width:17px;border-radius:50%;background:#1a73e8;color:#fff;font-size:0.6rem;font-weight:900;flex-shrink:0;line-height:1}
.izagr-date{font-size:0.88rem;color:#70757a;margin-top:3px}
.izagr-card-stars{color:#FBBC05;font-size:1.2rem;letter-spacing:2px;margin-bottom:13px;line-height:1}
.izagr-card-text{font-size:1rem;color:#3c4043;line-height:1.65;flex:1;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.izagr-readmore{display:inline-block;margin-top:12px;color:#1a73e8;font-size:0.95rem;font-weight:500;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;font-family:inherit}
.izagr-readmore:hover{text-decoration:underline}
/* Flechas */
.izagr-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,0.08);box-shadow:0 2px 12px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#3c4043;font-size:1.2rem;font-weight:700;z-index:5;transition:all 0.2s;padding:0}
.izagr-arrow:hover{background:#f8f9fa;box-shadow:0 4px 16px rgba(0,0,0,0.22);transform:translateY(-50%) scale(1.06)}
.izagr-arrow:disabled{opacity:0.35;cursor:default}
.izagr-arrow:disabled:hover{transform:translateY(-50%);box-shadow:0 2px 12px rgba(0,0,0,0.15);background:#fff}
.izagr-arrow.izagr-prev{left:0}
.izagr-arrow.izagr-next{right:0}
/* Dots â€” sobre fondo blanco */
.izagr-dots{display:flex;justify-content:center;gap:7px;margin-top:22px;flex-wrap:wrap}
.izagr-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0;transition:background 0.25s,width 0.25s,border-radius 0.25s}
.izagr-dot.on{background:#1a73e8;width:22px;border-radius:4px}
/* CTA â€” sobre fondo blanco */
.izagr-cta{display:inline-flex;align-items:center;gap:7px;color:#5f6368;font-size:0.88rem;text-decoration:none;margin-top:20px;transition:color 0.2s;font-weight:500}
.izagr-cta:hover{color:#1a73e8}
/* Responsive */
@media(max-width:1023px){
  .izagr-carousel{padding:0 48px}
  .izagr-card{flex:0 0 calc((100% - 16px) / 2)}
}
@media(max-width:639px){
  .izagr-carousel{padding:0}
  .izagr-arrow{display:none}
  .izagr-card{flex:0 0 calc(100% - 8px);min-width:calc(100% - 8px)}
  .izagr-track{gap:12px;padding:8px 4px 4px}
}

/* FAQ TABS */
.n26-faq-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 8px; }
.n26-faq-tab { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 50px; padding: 8px 20px; color: rgba(255,255,255,0.65); font-size: 0.85rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: all 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.n26-faq-tab:hover { border-color: var(--n26-brand-cyan); color: #fff; background: rgba(0,210,255,0.08); }
.n26-faq-tab.active { background: var(--n26-brand-gold); border-color: var(--n26-brand-gold); color: #001a3a; font-weight: 700; }
.n26-tab-count { background: rgba(0,0,0,0.2); border-radius: 50px; padding: 1px 7px; font-size: 0.75rem; font-weight: 700; }
.n26-faq-tab.active .n26-tab-count { background: rgba(0,0,0,0.15); }

/* FAQ ACCORDION */
.n26-faq-container { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.n26-faq-item { border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,0.02); }
.n26-faq-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; background: none; border: none; color: #fff; font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; gap: 16px; font-family: inherit; }
.n26-faq-btn:hover { background: rgba(0,210,255,0.05); }
.n26-faq-icon { font-size: 1.4rem; color: var(--n26-brand-cyan); flex-shrink: 0; transition: transform 0.3s ease; line-height: 1; }
.n26-faq-item.open .n26-faq-icon { transform: rotate(45deg); }
.n26-faq-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.n26-faq-body p { padding: 0 24px 20px; color: var(--n26-text-muted); line-height: 1.7; margin: 0; }

.n26-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,12,35,0.65) 0%,rgba(0,12,35,0.40) 30%,rgba(0,12,35,0.15) 55%,rgba(0,12,35,0.00) 80%);z-index:1;pointer-events:none}

.n26-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,0.045) 1px,transparent 1px);background-size:26px 26px;pointer-events:none;z-index:2}


/* ══ MOBILE BELOW FOLD ══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* â•â• 3. GOOGLE REVIEWS â€” ocultar Elfsight vacÃ­o â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-reviews-wrap,
  .n26-reviews-wrap + * > .eapps-widget-toolbar { display: none !important; }

  /* â•â• 4. BENTO/MULTIMARCA â€” solo 3 cards â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-bento-item:not(.large):nth-child(n+4) { display: none !important; }

  /* â•â• 5. MVV "EL CORAZÃ“N" â€” simplificar â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-mvv-section { padding: 40px 16px !important; }
  .n26-mvv-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .n26-mvv-card { padding: 20px 16px !important; }
  .n26-mvv-val-ph { display: none !important; }

  /* â•â• 6. HISTORIA/EVOLUCIÃ“N â€” ocultar imagen en mobile â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-history-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
  .n26-tl-img { display: none !important; }
  #historia.n26-section { padding: 44px 20px 44px 48px !important; }
  .n26-tl-item { padding-bottom: 20px !important; gap: 6px !important; }
  .n26-tl-desc { font-size: 0.82rem !important; line-height: 1.5 !important; }
  /* Recortar texto del timeline a 2 lÃ­neas */
  .n26-tl-desc p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 0.82rem !important;
  }

  /* â•â• 7. SECTORES â€” 1 columna en mobile â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-sectors { grid-template-columns: 1fr !important; gap: 12px !important; }
  .n26-sector-card { padding: 20px 16px !important; }
  .n26-sector-card > p { display: none !important; }

  /* â•â• 8. PILARES OPERATIVOS â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-pillars-grid-v2 { grid-template-columns: 1fr !important; gap: 12px !important; }
  .n26-pillar-card-v2 {
    flex-direction: row !important;
    align-items: flex-start !important;
    padding: 16px 14px !important;
    gap: 12px !important;
  }
  .n26-pv2-icon { width: 52px !important; height: 52px !important; flex-shrink: 0 !important; }
  .n26-pv2-tags { display: none !important; }
  .n26-pv2-text { font-size: 0.8rem !important; line-height: 1.5 !important; }
  .n26-pillars-v2 { padding: 44px 16px !important; }

  /* â•â• 9. EQUIPO TÃ‰CNICO â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-team-grid {
    grid-template-columns: 1fr 1fr !important;
    max-width: 100% !important;
    gap: 10px !important;
  }
  .n26-team-card { padding: 16px 10px !important; }
  .n26-team-av { width: 56px !important; height: 56px !important; font-size: 1.2rem !important; }
  .n26-certs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .n26-cert-tag { flex-shrink: 0 !important; white-space: nowrap !important; }

  /* â•â• 10. FAQ â€” tabs scroll horizontal â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-faq-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    padding-bottom: 6px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .n26-faq-tabs::-webkit-scrollbar { display: none !important; }
  .n26-faq-tab {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 0.76rem !important;
    padding: 7px 13px !important;
  }

  /* â•â• 11. CTA FINAL â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-cta { padding: 50px 16px !important; }
  .n26-cta h2 { font-size: clamp(1.5rem, 5vw, 2rem) !important; margin-bottom: 16px !important; }
  /* Botones CTA: columna centrada, ancho limitado */
  .n26-cta > div > div[style] {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .n26-cta > div > div[style] > a {
    width: min(90%, 400px) !important;
    justify-content: center !important;
    padding: 14px 24px !important;
    font-size: 0.9rem !important;
    box-sizing: border-box !important;
  }

  /* â•â• 12. SECCIONES Y CARDS â€” padding compacto â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  .n26-section { padding: 48px 16px !important; }
  /* Cards generales */
  .n26-bento-item,
  .n26-pillar-card-v2,
  .n26-team-card,
  .n26-sector-card,
  .n26-mvv-card { padding: 18px !important; }

  /* â•â• 13. BOTONES â€” tamaÃ±o y forma mobile â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
  /* Hero buttons ya controlados arriba â€” aquÃ­ reglas generales */
  .n26-btn-primary,
  .n26-btn-ghost {
    min-width: 210px !important;
    max-width: 400px !important;
    min-height: 44px !important;
    padding: 13px 22px !important;
    font-size: 0.88rem !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
  }

  /* Stats grid 2x2 compacto â€” sin descripciÃ³n */
  .n26-stats-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .n26-stat-card { padding: 14px 10px !important; }
  .n26-stat-val { font-size: 2rem !important; line-height: 1 !important; }
  .n26-stat-lbl { font-size: 0.72rem !important; }
  /* Ocultar pÃ¡rrafo de descripciÃ³n dentro de stat-card */
  .n26-stat-card p,
  .n26-stat-card > span:last-child { display: none !important; }

}
