section .wrap {display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 1024px;}
/* HERO */
/* .hero { padding: 80px 0 72px; }
.hero-h1 { font-size: clamp(32px,5vw,52px); font-weight: 900; line-height: 1.06; letter-spacing: -.035em; color: var(--navy); margin-bottom: 18px; }
.hero-sub { font-size: 16px; line-height: 1.7; color: var(--gray-txt); max-width: 580px; }
 */
.hero-h1 { font-size: clamp(36px,3.5vw,62px); font-weight: 900; line-height: 1.04; letter-spacing: -.04em; color: var(--navy); margin-bottom: 20px; }
.hero-sub { font-size: 16px; font-weight: 400; line-height: 1.7; color: var(--gray-txt); max-width: 580px; margin-bottom: 36px; }

/* HISTORIA — 2 columnas */
.historia-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(24px,5vw,56px); margin-top: 44px; align-items: start; text-align: left;}
.historia-body p { font-size: 14px; color: var(--gray-txt); line-height: 1.8; margin-bottom: 16px; }
.historia-body p:last-child { margin-bottom: 0; }
.historia-aside {
  background: var(--navy); border-radius: 16px; padding: 28px;
  display: flex; flex-direction: column; gap: 10px; max-width: 300px; justify-self: center;
}
.historia-stat-num { font-size: 36px; font-weight: 900; color: #fff; letter-spacing: -.04em; line-height: 1; }
.historia-stat-num span { color: white; }
.historia-stat-label { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 3px; line-height: 1.4; }
.historia-stat-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); }

/* VALORES */
.valores-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.valor-card {
  border: 1.5px solid var(--gray-line); border-radius: 16px; padding: 28px 24px;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.valor-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(10,31,68,.09); }
.valor-num { font-size: 42px; font-weight: 900; color: var(--gray-line); letter-spacing: -.04em; line-height: 1; margin-bottom: 16px; }
.valor-title { font-size: 16px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; margin-bottom: 10px; }
.valor-desc { font-size: 13px; color: var(--gray-txt); line-height: 1.65; }

/* LO QUE SOMOS / NO SOMOS */
.somos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; text-align: left;}
.somos-col { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 28px 24px; }
.somos-col-title { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px; }
.somos-col-title.yes { color: rgba(22,163,74,.80); }
.somos-col-title.no  { color: rgba(255,255,255,.30); }
.somos-list { display: flex; flex-direction: column; gap: 12px; }
.somos-item { display: flex; align-items: flex-start; gap: 10px; }
.somos-icon-yes { width: 18px; height: 18px; border-radius: 50%; background: rgba(22,163,74,.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.somos-icon-no  { width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.somos-txt { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.5; }
.somos-txt.muted { color: rgba(255,255,255,.35); }

/* MERCADOS */
.mercados-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; justify-content: space-evenly;}
.mercado-pill {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid var(--gray-line);
  border-radius: 100px; padding: 10px 24px;
  font-size: 13px; font-weight: 600; color: var(--navy);
  transition: border-color .18s, box-shadow .18s;
}
.mercado-pill:hover { border-color: var(--accent); box-shadow: 0 3px 12px rgba(10,31,68,.07); }
.mercado-pill.world { color: var(--gray-txt); font-weight: 400; font-style: italic; border-style: dashed; }

/* CTA FINAL */
.cta-final { background: var(--gray-bg); padding: 80px 0; text-align: center; }
.cta-final-h2 { font-size: clamp(26px,3.5vw,40px); font-weight: 900; line-height: 1.08; letter-spacing: -.03em; color: var(--navy); margin-bottom: 14px; }
.cta-final-sub { font-size: 15px; color: var(--gray-txt); line-height: 1.7; max-width: 420px; margin: 0 auto 32px; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn-cta-primary { font-family: 'Montserrat',sans-serif; font-size: 15px; font-weight: 800; color: #fff; background: var(--accent); border: none; border-radius: 10px; padding: 15px 32px; cursor: pointer; transition: opacity .18s,transform .18s; }
.btn-cta-primary:hover { opacity: .88; transform: translateY(-2px); }
.btn-cta-wa { font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 600; color: var(--navy); background: #fff; border: 1.5px solid var(--gray-line); border-radius: 10px; padding: 14px 24px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: border-color .18s,color .18s; }
.btn-cta-wa:hover { border-color: var(--accent); color: var(--accent); }

/* RESPONSIVE */
@media (max-width: 720px) {
  .historia-grid { grid-template-columns: 1fr; }
  .valores-grid { grid-template-columns: 1fr; }
  .somos-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-col-wrap { gap: 28px; }
  .cta-btns { flex-direction: column; }
  .btn-cta-primary, .btn-cta-wa { width: 100%; justify-content: center; }
}
@media (max-width: 740px){
  .nav-links, .nav-btns { display: none;}
  .hamburger { display: block; }
}