    /* ── HERO ─────────────────────────────────────────── */
    .hero {
      position: relative; height: 440px; overflow: hidden;
    }
    .hero-bg { position: absolute; inset: 0; }
    .hero-bg img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: cover; max-width: none;
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to right, rgba(24,24,27,0.88) 0%, rgba(24,24,27,0.6) 55%, rgba(0,0,0,0) 100%);
    }
    .hero-content {
      position: relative; z-index: 1;
      max-width: 1280px; margin: 0 auto;
      padding: 0 32px; height: 100%;
      display: flex; align-items: center;
    }
    .hero-text { max-width: 560px; }
    .hero-eyebrow {
      display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
    }
    .hero-eyebrow-line { width: 32px; height: 1px; background: #fff; flex-shrink: 0; }
    .hero-eyebrow span {
      font-size: 12px; font-weight: 600; color: #fff;
      letter-spacing: 1.2px; text-transform: uppercase;
    }
    .hero-title {
      font-size: 46px; font-weight: 800; color: #fff;
      line-height: 1.13; letter-spacing: -1.2px;
    }
    .hero-subtitle {
      margin-top: 20px;
      font-size: 17px; font-weight: 400;
      color: rgba(255,255,255,0.7); line-height: 1.59;
      max-width: 480px;
    }

    /* ── HISTORIA (Section1) ─────────────────────────── */
    .historia-section {
      background: #fff; padding: 80px 0;
    }
    .historia-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
      display: flex; gap: 64px; align-items: flex-start;
    }
    .historia-photo {
      width: 576px; flex-shrink: 0; height: 1103px;
      border-radius: 32px; overflow: hidden;
    }
    .historia-photo img {
      width: 100%; height: 100%; object-fit: cover;
    }
    .historia-text { width: 576px; flex-shrink: 0; }
    .historia-intro {
      font-size: 16px; font-weight: 400; color: #18181b; line-height: 1.625;
    }
    .historia-highlight-card {
      margin-top: 32px;
      background: #f5f3ff; border: 1px solid #ddd6fe;
      border-radius: 20px; padding: 25px;
    }
    .historia-highlight-title {
      font-size: 32px; font-weight: 800; color: #8a1175;
      letter-spacing: -0.5px; line-height: 1.25;
    }
    .historia-highlight-sub {
      margin-top: 4px;
      font-size: 17px; font-weight: 600; color: #18181b; line-height: 1.5;
    }
    .historia-body { margin-top: 32px; }
    .historia-body-heading {
      font-size: 16px; font-weight: 700; color: #18181b; margin-bottom: 12px;
    }
    .historia-body p {
      font-size: 14px; font-weight: 400; color: #18181b;
      line-height: 1.643; margin-bottom: 14px;
    }
    .historia-body p:last-child { margin-bottom: 0; }
    .historia-body strong { font-weight: 700; }

    /* ── MISIÓN / VISIÓN (Section2) ───────────────────── */
    .mision-section {
      background: #8a1175;
      padding: 80px 0;
      position: relative; overflow: hidden;
    }
    .mision-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
    }
    .mision-header { text-align: center; margin-bottom: 48px; }
    .mision-eyebrow {
      font-size: 11px; font-weight: 600;
      color: rgba(255,255,255,0.6);
      letter-spacing: 0.3px; text-transform: uppercase;
      margin-bottom: 12px;
    }
    .mision-title {
      font-size: 36px; font-weight: 800; color: #fff;
      letter-spacing: -0.8px; line-height: 1.5;
    }
    .mision-cards {
      display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
    }
    .mision-card {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 20px; padding: 41px;
    }
    .mision-card-icon { font-size: 36px; line-height: 1.1; }
    .mision-card-title {
      margin-top: 12px;
      font-size: 22px; font-weight: 800; color: #fff;
    }
    .mision-card-desc {
      margin-top: 12px;
      font-size: 16px; font-weight: 400;
      color: rgba(255,255,255,0.7); line-height: 1.625;
    }

    /* ── VALORES (Section3) ───────────────────────────── */
    .valores-section { background: #f5f3ff; padding: 80px 0; }
    .valores-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
    }
    .valores-header { text-align: center; margin-bottom: 48px; }
    .section-pill {
      display: inline-flex; align-items: center; gap: 8px;
      background: #f5f3ff; border: 1px solid #ddd6fe;
      border-radius: 9999px; padding: 7px 13px;
      margin-bottom: 12px;
    }
    .section-pill-dot {
      width: 6px; height: 6px;
      border-radius: 50%; background: #8a1175;
      flex-shrink: 0;
    }
    .section-pill span {
      font-size: 11px; font-weight: 600; color: #8a1175;
      letter-spacing: 0.3px; text-transform: uppercase;
    }
    .section-title {
      font-size: 36px; font-weight: 800; color: #18181b;
      letter-spacing: -0.8px; line-height: 1.15;
    }
    .valores-cards {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    }
    .valor-card {
      background: #fff;
      border: 1px solid #e4e4e7;
      border-radius: 20px; padding: 25px;
      box-shadow: 0 1px 1.5px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.1);
    }
    .valor-icon { font-size: 30px; line-height: 1.2; }
    .valor-title {
      margin-top: 16px;
      font-size: 16px; font-weight: 700; color: #18181b;
    }
    .valor-desc {
      margin-top: 8px;
      font-size: 14px; font-weight: 400; color: #18181b; line-height: 1.571;
    }

    /* ── STATS (Section4) ─────────────────────────────── */
    .stats-section {
      background: #fff;
      border-bottom: 1px solid #e4e4e7;
      padding: 48px 0 49px;
    }
    .stats-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
      display: flex; justify-content: center;
    }
    .stats-row { display: flex; align-items: center; }
    .stat-block {
      padding: 8px 40px;
      border-right: 1px solid #e4e4e7;
      text-align: center;
    }
    .stat-block:first-child { padding-left: 0; }
    .stat-block:last-child { border-right: none; }
    .stat-number {
      font-size: 40px; font-weight: 800; color: #8a1175;
      letter-spacing: -1px; line-height: 1;
    }
    .stat-unit {
      font-size: 18px; font-weight: 800; color: #18181b;
      letter-spacing: -1px; vertical-align: baseline;
    }
    .stat-label {
      margin-top: 8px;
      font-size: 13px; font-weight: 400; color: #18181b;
    }

    /* ── OFICINA (Section5) ───────────────────────────── */
    .oficina-section { background: #fff; padding: 80px 0; }
    .oficina-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
    }
    .oficina-header { text-align: center; margin-bottom: 40px; }
    .oficina-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    }
    .oficina-card {
      background: #f4f4f5; border: 1px solid #e4e4e7;
      border-radius: 20px;
      display: flex; align-items: center; justify-content: center;
      height: 300px; padding: 32px;
    }
    .oficina-card-content { text-align: center; }
    .oficina-pin { font-size: 48px; }
    .oficina-address {
      margin-top: 16px;
      font-size: 15px; font-weight: 600; color: #18181b;
    }
    .oficina-city {
      margin-top: 4px;
      font-size: 13px; font-weight: 400; color: #71717a;
    }
    .oficina-map-link {
      display: block; margin-top: 16px;
      font-size: 13px; font-weight: 600; color: #8a1175;
    }
    .oficina-photo { border-radius: 20px; overflow: hidden; height: 300px; }
    .oficina-photo img { width: 100%; height: 100%; object-fit: cover; }

    /* ── QUOTE (Section6) ─────────────────────────────── */
    .quote-section {
      background: #231340; padding: 80px 0;
    }
    .quote-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
      text-align: center;
    }
    .quote-text {
      font-size: 56px; font-weight: 800; color: #fff;
      line-height: 1.04; letter-spacing: -0.8px;
    }

    /* ── CTA (Section7) ───────────────────────────────── */
    .cta-section {
      background: #0f0a1a;
      position: relative; overflow: hidden;
      padding: 96px 0 80px;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      top: 0; left: 50%; transform: translateX(-50%);
      width: 700px; height: 400px;
      background: radial-gradient(ellipse at center top, rgba(124,58,237,0.25) 0%, rgba(62,29,119,0.1) 40%, transparent 70%);
      pointer-events: none;
    }
    .cta-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 32px;
      display: flex; flex-direction: column; align-items: center;
      position: relative; z-index: 1;
    }
    .cta-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(138,17,117,0.2); border: 1px solid rgba(138,17,117,0.3);
      border-radius: 9999px; padding: 7px 17px;
      margin-bottom: 24px;
    }
    .cta-badge-icon { width: 12px; height: 12px; flex-shrink: 0; }
    .cta-badge span {
      font-size: 12px; font-weight: 600; color: #fff; white-space: nowrap;
    }
    .cta-title {
      font-size: 44px; font-weight: 800; color: #fff;
      letter-spacing: -1.2px; line-height: 1.5; text-align: center;
    }
    .cta-sub {
      margin-top: 16px;
      font-size: 18px; font-weight: 400;
      color: rgba(255,255,255,0.5); text-align: center;
      max-width: 512px; line-height: 1.625;
    }
    .cta-btn {
      margin-top: 40px;
      display: inline-flex; align-items: center; gap: 8px;
      background: #8a1175;
      box-shadow: 0 4px 12px rgba(138,17,117,0.5);
      color: #fff; border-radius: 14px;
      padding: 16px 32px;
      font-size: 16px; font-weight: 700;
    }