/* ══════════════════════════════════════════════════════════════
   NOSOTROS PAGE — from nosotros.html
   ══════════════════════════════════════════════════════════════ */

/* ── PAGE HERO ── */
.page-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.page-hero-left {
  background: var(--accent);
  padding: 80px 64px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.page-hero-left::before {
  content: '';
  position: absolute; right: -80px; bottom: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.07);
}
.page-hero-left::after {
  content: '';
  position: absolute; right: -30px; bottom: -30px;
  width: 180px; height: 180px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.05);
}
.page-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-bottom: 24px;
}
.page-eyebrow::before { content: ''; width: 28px; height: 2px; background: rgba(255,255,255,0.35); }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 600; line-height: 1.1;
  color: #fff; margin-bottom: 24px; letter-spacing: -0.5px;
  position: relative; z-index: 1;
}
.page-hero h1 i { font-style: italic; color: rgba(255,255,255,0.6); }
.page-hero-desc {
  font-size: 15.5px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.65); max-width: 480px;
  position: relative; z-index: 1;
}
.page-hero-right { position: relative; overflow: hidden; }
.page-hero-right img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 8s ease;
}
.page-hero-right:hover img { transform: scale(1.04); }
.page-hero-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(27,79,114,0.3) 0%, transparent 60%);
}

/* ── QUIÉNES SOMOS ── */
.who-sec {
  padding: 100px 64px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.who-img { position: relative; }
.who-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.who-img-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--white); border: 1px solid var(--line);
  padding: 22px 28px;
  box-shadow: 0 12px 40px rgba(17,24,32,0.10);
}
.who-badge-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px; font-weight: 700;
  color: var(--accent); line-height: 1;
}
.who-badge-l { font-size: 12px; color: var(--muted); margin-top: 4px; }

.sec-label {
  display: flex; align-items: center; gap: 14px;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent2); margin-bottom: 20px;
}
.sec-label::before { content: ''; width: 28px; height: 2px; background: var(--accent2); }
.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 600; line-height: 1.1;
  color: var(--ink); margin-bottom: 28px;
}
.sec-title i { font-style: italic; color: var(--accent); }
.who-text {
  font-size: 15px; font-weight: 300; line-height: 1.9;
  color: var(--mid); margin-bottom: 18px;
}
.who-text strong { color: var(--slate); font-weight: 500; }
.who-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.who-tag {
  padding: 8px 18px; font-size: 12.5px; font-weight: 500;
  background: var(--tag); color: var(--accent);
  border: 1px solid rgba(27,79,114,0.12); letter-spacing: 0.2px;
}

/* ── PROMESA ── */
.promise-sec {
  background: var(--accent);
  padding: 100px 64px;
  position: relative; overflow: hidden;
}
.promise-sec::before {
  content: '';
  position: absolute; right: -150px; top: -150px;
  width: 500px; height: 500px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
}
.promise-sec::after {
  content: '';
  position: absolute; left: -80px; bottom: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.04);
}
.promise-header {
  text-align: center; margin-bottom: 64px;
  position: relative; z-index: 1;
}
.promise-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 20px;
}
.promise-eyebrow::before,
.promise-eyebrow::after { content: ''; width: 28px; height: 1px; background: rgba(255,255,255,0.25); }
.promise-sec h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600; color: #fff; line-height: 1.1; margin-bottom: 16px;
}
.promise-sec h2 i { font-style: italic; color: rgba(255,255,255,0.6); }
.promise-sub {
  font-size: 15.5px; font-weight: 300; line-height: 1.8;
  color: rgba(255,255,255,0.6); max-width: 500px; margin: 0 auto;
}
.promise-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; position: relative; z-index: 1;
}
.promise-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 48px 36px; transition: background 0.3s;
}
.promise-card:hover { background: rgba(255,255,255,0.10); }
.promise-card:nth-child(2) {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
}
.promise-icon { font-size: 28px; margin-bottom: 24px; display: block; }
.promise-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600;
  color: #fff; margin-bottom: 14px;
}
.promise-text {
  font-size: 14.5px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.62);
}

/* ── MISIÓN Y VISIÓN ── */
.mv-sec { padding: 100px 64px; background: var(--bg); }
.mv-intro { margin-bottom: 56px; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.mv-card {
  padding: 60px 52px;
  border: 1px solid var(--line);
  background: var(--white);
  position: relative; overflow: hidden;
  transition: box-shadow 0.3s;
}
.mv-card:hover { box-shadow: 0 16px 48px rgba(17,24,32,0.09); }
.mv-card:nth-child(1) { background: var(--accent); border-color: var(--accent); }
.mv-card:nth-child(1) .mv-icon-wrap { background: rgba(255,255,255,0.12); }
.mv-card:nth-child(1) .mv-tag { color: rgba(255,255,255,0.5); }
.mv-card:nth-child(1) .mv-title { color: #fff; }
.mv-card:nth-child(1) .mv-text { color: rgba(255,255,255,0.65); }
.mv-card::before {
  content: '';
  position: absolute; right: -60px; bottom: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.04);
}
.mv-icon-wrap {
  width: 56px; height: 56px; background: var(--tag);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 28px;
}
.mv-tag {
  font-size: 10.5px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--accent2); margin-bottom: 14px;
}
.mv-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 600;
  color: var(--ink); margin-bottom: 18px; line-height: 1.2;
}
.mv-text {
  font-size: 15px; font-weight: 300; line-height: 1.9;
  color: var(--mid); max-width: 400px;
}

/* ── CTA (nosotros variant) ── */
.nosotros-cta {
  padding: 100px 64px; text-align: center;
  background: var(--white); border-top: 1px solid var(--line);
}
.nosotros-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600; line-height: 1.1;
  color: var(--ink); margin-bottom: 20px;
}
.nosotros-cta h2 i { font-style: italic; color: var(--accent); }
.nosotros-cta p {
  font-size: 16px; font-weight: 300; line-height: 1.8;
  color: var(--mid); max-width: 480px; margin: 0 auto 48px;
}
.nosotros-cta .cta-actions { display: flex; gap: 14px; justify-content: center; }
