
    .hero-overlay--anniversary {
      background: linear-gradient(
        120deg,
        rgba(10,12,45,0.82) 0%,
        rgba(26,30,85,0.68) 55%,
        rgba(140,90,0,0.22) 100%
      );
    }


    .hero-slide--anniversary {
      flex-direction: column !important;
      align-items: stretch !important;
    }


    .hero-content--anniversary {
      max-width: 100% !important;
      width: 100% !important;
      padding: 110px 80px 32px 100px !important;
      flex: 1;
      display: flex !important;
      flex-direction: column;
      justify-content: flex-end;
      gap: 24px;
      transform: none !important;   
    }
    .hero-slide--anniversary.active .hero-content--anniversary {
      transform: none !important;
      opacity: 1 !important;
    }


    .anniv-pill {
      display: inline-flex; align-items: center; gap: 7px;
      background: rgba(254,188,0,0.18);
      border: 1px solid rgba(254,188,0,0.55);
      color: #febc00;
      padding: 6px 20px; border-radius: 50px;
      font-size: 0.75rem; font-weight: 700;
      letter-spacing: .1em; text-transform: uppercase;
      width: fit-content;
      animation: fadeDown 0.8s ease both;
    }


    .anniv-body {
      display: flex;
      align-items: center;
      gap: 52px;
    }
    .anniv-logo {
      width: clamp(160px, 22vw, 260px);
      flex-shrink: 0;
      filter: drop-shadow(0 6px 32px rgba(254,188,0,0.4));
      animation: scaleIn 0.9s cubic-bezier(.22,1,.36,1) 0.1s both;
    }
    .anniv-text { max-width: 580px; }

    .anniv-since {
      font-size: 0.8rem; font-weight: 700;
      letter-spacing: .18em; text-transform: uppercase;
      color: #febc00; margin-bottom: 10px;
      animation: fadeUp 0.7s ease 0.2s both;
    }
    .anniv-title {
      font-size: clamp(1.7rem, 3.8vw, 3rem);
      font-weight: 900; color: #fff;
      line-height: 1.12; margin-bottom: 14px;
      animation: fadeUp 0.7s ease 0.3s both;
    }
    .anniv-title em {
      color: #febc00; font-style: normal;
      position: relative;
    }
    .anniv-title em::after {
      content: '';
      position: absolute; left: 0; bottom: -3px;
      width: 100%; height: 3px;
      background: linear-gradient(90deg, #febc00, transparent);
      border-radius: 2px;
    }
    .anniv-desc {
      font-size: 0.92rem; color: rgba(255,255,255,0.7);
      line-height: 1.7; margin-bottom: 20px;
      animation: fadeUp 0.7s ease 0.4s both;
    }


    .anniv-stats {
      display: flex; align-items: center;
      margin-bottom: 24px;
      animation: fadeUp 0.7s ease 0.5s both;
    }
    .anniv-stat {
      display: flex; flex-direction: column; align-items: center;
      padding: 0 20px;
    }
    .anniv-stat:first-child { padding-left: 0; }
    .anniv-stat strong { font-size: 1.5rem; font-weight: 900; color: #febc00; line-height: 1; }
    .anniv-stat span {
      font-size: 0.68rem; font-weight: 600;
      text-transform: uppercase; letter-spacing: .1em;
      color: rgba(255,255,255,0.5); margin-top: 3px;
    }
    .anniv-stat-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.18); }


    .anniv-btn-primary {
      background: linear-gradient(135deg,#febc00,#f59e0b) !important;
      color: #1a1e55 !important; font-weight: 800 !important;
      box-shadow: 0 6px 24px rgba(254,188,0,0.4) !important;
    }
    .anniv-btn-primary:hover {
      transform: translateY(-2px) scale(1.03) !important;
      box-shadow: 0 10px 32px rgba(254,188,0,0.55) !important;
    }
    .anniv-btn-secondary {
      border-color: rgba(254,188,0,0.6) !important;
      color: #febc00 !important;
    }
    .anniv-btn-secondary:hover { background: rgba(254,188,0,0.12) !important; }


    .anniv-ribbon {
      position: relative;
      z-index: 3;
      overflow: hidden;
      background: rgba(254,188,0,0.13);
      border-top: 1px solid rgba(254,188,0,0.3);
      padding: 11px 0;
      flex-shrink: 0;
    }
    .anniv-ribbon-track {
      display: flex;
      width: max-content;
      animation: marquee 30s linear infinite;
    }
    .anniv-ribbon-track span {
      white-space: nowrap;
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: .1em; text-transform: uppercase;
      color: rgba(254,188,0,0.9);
      padding-right: 0;
    }


    @keyframes marquee {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-14px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── Language banner slides ── */
    .hero-content--lang { max-width: 680px; }
    .lang-slide-flag {
      font-size: 3rem; margin-bottom: 8px; display: block;
      filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
      animation: scaleIn 0.6s ease both;
    }
    .lang-slide-pill {
      display: inline-flex; align-items: center;
      padding: 6px 18px; border-radius: 50px;
      font-size: 0.72rem; font-weight: 800;
      text-transform: uppercase; letter-spacing: .1em;
      margin-bottom: 16px;
    }
    .lang-slide-pill--es {
      background: rgba(254,188,0,0.18);
      border: 1px solid rgba(254,188,0,0.5);
      color: #febc00;
    }
    .lang-slide-pill--en {
      background: rgba(100,180,255,0.15);
      border: 1px solid rgba(100,180,255,0.4);
      color: #93c5fd;
    }
    .lang-slide-features {
      display: flex; flex-wrap: wrap; gap: 10px 22px;
      margin: 16px 0 18px;
    }
    .lang-slide-features span {
      display: flex; align-items: center; gap: 7px;
      font-size: 0.84rem; font-weight: 600; color: rgba(255,255,255,0.85);
    }
    .lang-slide-price {
      display: flex; align-items: baseline; gap: 6px;
      margin-bottom: 22px;
    }
    .lang-slide-price-from { font-size: 0.8rem; color: rgba(255,255,255,0.55); font-weight: 600; }
    .lang-slide-price-num  { font-size: 1.8rem; font-weight: 800; color: #febc00; line-height: 1; }
    .lang-slide-price-mo   { font-size: 0.8rem; color: rgba(255,255,255,0.55); }
    .hero-dot--es.active     { background: #febc00 !important; }
    .hero-dot--en.active     { background: #93c5fd !important; }
    .hero-dot--finder.active { background: #a78bfa !important; }
    @media (max-width: 600px) {
      .lang-slide-features { gap: 8px 14px; }
      .lang-slide-price-num { font-size: 1.4rem; }
    }
    @keyframes scaleIn {
      from { opacity: 0; transform: scale(0.82); }
      to   { opacity: 1; transform: scale(1); }
    }


    @media (max-width: 900px) {
      .hero-content--anniversary { padding: 90px 24px 24px !important; }
      .anniv-body { flex-direction: column; gap: 20px; text-align: center; }
      .anniv-logo { width: clamp(120px, 40vw, 180px); }
      .anniv-pill { margin: 0 auto; }
      .anniv-stats { justify-content: center; }
    }
    @media (max-width: 480px) {
      .anniv-stat strong { font-size: 1.1rem; }
      .anniv-stat { padding: 0 12px; }
      .anniv-ribbon-track span { font-size: 0.62rem; }
    }


#lang-promo {
    background: linear-gradient(160deg, #0a0f28 0%, #1a1e55 50%, #0d1535 100%);
    padding: 80px 0 0;
    overflow: hidden;
    position: relative;
  }
  #lang-promo::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(254,188,0,0.05) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Header */
  .lp-header { text-align: center; padding: 0 24px; margin-bottom: 56px; position: relative; z-index: 1; }
  .lp-eyebrow {
    font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: .14em; color: rgba(254,188,0,0.7); margin-bottom: 14px;
  }
  .lp-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800;
    color: #fff; line-height: 1.15; margin-bottom: 12px;
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  }
  .lp-title em { color: #febc00; font-style: normal; }
  .lp-subtitle { font-size: 0.95rem; color: rgba(255,255,255,0.55); max-width: 520px; margin: 0 auto; }

  /* Stage */
  .lp-stage {
    display: flex; align-items: flex-end;
    max-width: 1300px; margin: 0 auto;
    padding: 0 0; gap: 0; position: relative; z-index: 1;
  }

  /* Person images */
  .lp-person {
    flex: 0 0 260px; align-self: flex-end;
    position: relative;
  }
  .lp-person img {
    width: 100%; display: block;
    height: auto; max-height: 500px;
    object-fit: contain; object-position: bottom center;
    filter: drop-shadow(-6px 0 32px rgba(254,188,0,0.18)) drop-shadow(0 -4px 24px rgba(0,0,0,0.5));
  }

  /* Cards */
  .lp-card {
    flex: 1; padding: 36px 32px 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    transition: background 0.3s;
    align-self: stretch; display: flex; flex-direction: column;
  }
  .lp-card--es {
    border-radius: 24px 0 0 0;
    background: rgba(254,188,0,0.04);
  }
  .lp-card--en {
    border-radius: 0 24px 0 0;
    background: rgba(100,170,255,0.04);
  }
  .lp-card:hover { background: rgba(255,255,255,0.08); }

  .lp-card-top { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
  .lp-flag { font-size: 1.5rem; }
  .lp-lang-label {
    font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: .08em; padding: 4px 12px; border-radius: 50px;
  }
  .lp-lang-label--es { background: rgba(254,188,0,0.15); color: #febc00; border: 1px solid rgba(254,188,0,0.3); }
  .lp-lang-label--en { background: rgba(100,180,255,0.15); color: #93c5fd; border: 1px solid rgba(100,180,255,0.3); }
  .lp-popular {
    margin-left: auto; font-size: 0.63rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: .1em; background: #febc00; color: #1a1e55;
    padding: 3px 10px; border-radius: 50px;
  }

  .lp-hook {
    font-size: 1rem; color: rgba(255,255,255,0.8); line-height: 1.5;
    margin-bottom: 10px; font-weight: 500;
  }
  .lp-hook strong { color: #fff; font-weight: 800; }

  .lp-prog-name {
    font-size: 1.55rem; font-weight: 800; color: #fff;
    margin-bottom: 10px; font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  }
  .lp-prog-desc {
    font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7;
    margin-bottom: 18px; flex: 1;
  }

  .lp-feats { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 8px; }
  .lp-feats li { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.75); font-weight: 600; }

  .lp-price { display: flex; align-items: baseline; gap: 5px; margin-bottom: 22px; }
  .lp-price-from { font-size: 0.78rem; color: rgba(255,255,255,0.4); font-weight: 600; }
  .lp-price-num  { font-size: 1.7rem; font-weight: 800; color: #febc00; line-height: 1; }
  .lp-price-mo   { font-size: 0.78rem; color: rgba(255,255,255,0.4); }

  .lp-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 0; border-radius: 12px;
    font-size: 0.88rem; font-weight: 800; text-decoration: none;
    transition: all 0.2s; letter-spacing: .02em;
  }
  .lp-btn--es { background: #febc00; color: #1a1e55; }
  .lp-btn--es:hover { background: #ffd234; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(254,188,0,0.35); }
  .lp-btn--en { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.25); }
  .lp-btn--en:hover { background: #febc00; color: #1a1e55; border-color: #febc00; transform: translateY(-2px); }

  /* Divider */
  .lp-divider {
    flex: 0 0 auto; width: 1px; display: flex; flex-direction: column;
    align-items: center; gap: 10px; padding: 40px 0;
    align-self: stretch;
  }
  .lp-divider-line { flex: 1; width: 1px; background: rgba(255,255,255,0.12); }
  .lp-divider-or {
    font-size: 0.72rem; font-weight: 800; color: rgba(255,255,255,0.3);
    background: #1a1e55; padding: 6px 10px; border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.12);
  }

  /* Bottom CTA */
  .lp-cta {
    display: flex; align-items: center; justify-content: center;
    gap: 16px; flex-wrap: wrap; padding: 28px 24px;
    border-top: 1px solid rgba(255,255,255,0.07);
    position: relative; z-index: 1;
  }
  .lp-cta span { font-size: 0.88rem; color: rgba(255,255,255,0.5); }
  .lp-cta-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 20px; border-radius: 50px;
    background: rgba(254,188,0,0.15); color: #febc00;
    border: 1px solid rgba(254,188,0,0.4);
    font-size: 0.82rem; font-weight: 800; text-decoration: none;
    transition: all 0.2s;
  }
  .lp-cta-btn:hover { background: #febc00; color: #1a1e55; }
  .lp-cta-link {
    font-size: 0.82rem; font-weight: 700;
    color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s;
  }
  .lp-cta-link:hover { color: #febc00; }

  /* Responsive */
  @media (max-width: 960px) {
    .lp-person { flex: 0 0 160px; }
    .lp-person img { height: 340px; }
    .lp-card { padding: 28px 22px 32px; }
    .lp-prog-name { font-size: 1.3rem; }
  }
  @media (max-width: 720px) {
    .lp-stage { flex-direction: column; align-items: stretch; }
    .lp-person { display: none; }
    .lp-card { border-radius: 0; }
    .lp-divider { flex-direction: row; width: auto; height: 1px; padding: 0 20px; }
    .lp-divider-line { flex: 1; height: 1px; width: auto; }
    .lp-divider-or { white-space: nowrap; }
  }

/* ══════════════════════════════
   SLIDE 1 — Finder / Programas
══════════════════════════════ */

/* Slide: flex anclado arriba-centro */
.hero-slide--finder {
    justify-content: center !important;
    align-items: flex-start !important;
}

/* Overlay propio con gradiente suave */
.fsp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(6,10,40,0.93) 0%,
        rgba(20,24,75,0.84) 45%,
        rgba(6,10,40,0.90) 100%
    );
    z-index: 1;
}

/* Personas recortadas */
.fsp-person {
    position: absolute;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.fsp-person--left  { left: 0; }
.fsp-person--right { right: 0; }
.fsp-person img {
    height: 520px;
    width: auto;
    object-fit: contain;
    display: block;
    -webkit-mask-image: linear-gradient(to top, black 65%, transparent 100%);
    mask-image: linear-gradient(to top, black 65%, transparent 100%);
}
/* Entrada animada */
.fsp-person {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s ease 0.6s, transform 0.9s ease 0.6s;
}
.hero-slide--finder.active .fsp-person {
    opacity: 1;
    transform: translateY(0);
}

/* Caja central */
.fsp-box {
    position: relative;
    z-index: 3;
    max-width: 560px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 24px 0;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}
.hero-slide--finder.active .fsp-box {
    opacity: 1;
    transform: translateY(0);
}

/* Badge eyebrow */
.fsp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(254,188,0,0.12);
    border: 1px solid rgba(254,188,0,0.35);
    color: #febc00;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 16px;
}

/* Título */
.fsp-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}
.fsp-title em {
    color: #febc00;
    font-style: normal;
}

/* Subtítulo */
.fsp-sub {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.60);
    margin: 0 0 16px;
    line-height: 1.5;
}

/* Tarjetas lado a lado */
.fsp-duo {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 12px;
}

.fsp-duo-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 14px 14px 13px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: left;
}
.fsp-duo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.45);
}

.fsp-duo-card--es {
    background: linear-gradient(145deg, rgba(254,188,0,0.18) 0%, rgba(15,18,60,0.88) 100%);
    border-color: rgba(254,188,0,0.40);
}
.fsp-duo-card--en {
    background: linear-gradient(145deg, rgba(56,130,255,0.20) 0%, rgba(15,18,60,0.88) 100%);
    border-color: rgba(100,170,255,0.35);
}

.fsp-duo-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.fsp-flag-img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    flex-shrink: 0;
}
.fsp-lang-name {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.fsp-duo-for {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.50);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.fsp-duo-feats {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.fsp-duo-feats li {
    font-size: 0.71rem;
    color: rgba(255,255,255,0.62);
    padding-left: 14px;
    position: relative;
    line-height: 1.4;
}
.fsp-duo-feats li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #febc00;
    font-size: 0.65rem;
    top: 1px;
}

.fsp-duo-price {
    font-size: 0.85rem;
    font-weight: 800;
    color: #febc00;
    margin-bottom: 12px;
}
.fsp-duo-price span {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255,255,255,0.45);
    margin-left: 2px;
}

.fsp-duo-btn {
    font-size: 0.73rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.10);
    padding: 7px 0;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.15);
    transition: background 0.2s, border-color 0.2s;
}
.fsp-duo-card--es:hover .fsp-duo-btn {
    background: rgba(254,188,0,0.22);
    border-color: rgba(254,188,0,0.5);
}
.fsp-duo-card--en:hover .fsp-duo-btn {
    background: rgba(56,130,255,0.22);
    border-color: rgba(100,170,255,0.5);
}

/* Enlace calculadora */
.fsp-calc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    color: rgba(255,255,255,0.50);
    text-decoration: none;
    transition: color 0.2s;
    padding: 4px 0;
}
.fsp-calc-link:hover { color: #febc00; }

/* Responsive */
@media (max-width: 1200px) {
    .fsp-person img { height: 400px; }
}
@media (max-width: 960px) {
    .fsp-person img { height: 300px; }
    .fsp-title { font-size: 1.75rem; }
}
@media (max-width: 680px) {
    .fsp-person { display: none; }
    .fsp-duo { flex-direction: column; }
    .fsp-title { font-size: 1.55rem; }
}

.fsp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(167,139,250,0.18);
    border: 1px solid rgba(167,139,250,0.45);
    color: #c4b5fd;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 16px;
}

/* ══════════════════════════════
   SLIDE 7 — Idiomas en Colombia
══════════════════════════════ */

.hero-slide--idiomas {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
}

.hdi-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        rgba(8,10,35,0.90) 0%,
        rgba(18,22,75,0.80) 42%,
        rgba(160,90,0,0.30) 70%,
        rgba(200,120,0,0.12) 100%
    );
    z-index: 1;
}

.hdi-person {
    position: absolute;
    bottom: 58px;
    right: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    width: clamp(320px, 42vw, 640px);
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.9s ease 0.7s, transform 0.9s ease 0.7s;
}
.hero-slide--idiomas.active .hdi-person { opacity: 1; transform: translateX(0); }
.hdi-person-img {
    height: clamp(320px, 62vh, 580px);
    width: auto;
    display: block;
    object-fit: contain;
    object-position: bottom center;
    -webkit-mask-image: linear-gradient(to top, black 70%, transparent 100%);
    mask-image: linear-gradient(to top, black 70%, transparent 100%);
    flex-shrink: 0;
}
.hdi-person-img--male { margin-right: -28px; position: relative; z-index: 1; }
.hdi-person-img--female { position: relative; z-index: 2; }

.hdi-wrap {
    position: relative;
    z-index: 3;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 64px 32px 8px 80px;
    text-align: left;
    max-width: 820px;
    width: 58%;
    margin: 0;
}

.hdi-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: .20em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.60);
    margin-bottom: 4px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease 0.25s, transform 0.6s ease 0.25s;
}
.hero-slide--idiomas.active .hdi-eyebrow { opacity: 1; transform: translateY(0); }
.hdi-eyebrow-line { width: 24px; height: 1px; background: rgba(255,255,255,0.35); flex-shrink: 0; }

.hdi-title {
    font-size: clamp(1.4rem, 2.4vw, 2.1rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.12;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.35s;
}
.hero-slide--idiomas.active .hdi-title { opacity: 1; transform: translateY(0); }
.hdi-title em { color: #febc00; font-style: normal; }

.hdi-subtitle {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.55;
    margin: 0 0 12px;
    max-width: 540px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease 0.44s, transform 0.6s ease 0.44s;
}
.hero-slide--idiomas.active .hdi-subtitle { opacity: 1; transform: translateY(0); }

.hdi-cards {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 720px;
}

.hdi-card {
    flex: 1;
    border-radius: 16px;
    padding: 12px 16px 14px;
    text-align: left;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(24px) scale(0.97);
}
.hdi-card--who {
    background: rgba(12,16,58,0.82);
    border: 1px solid rgba(100,120,220,0.28);
    transition: opacity 0.7s ease 0.55s, transform 0.7s cubic-bezier(0.34,1.56,0.64,1) 0.55s, box-shadow 0.3s;
}
.hdi-card--offer {
    background: rgba(254,188,0,0.12);
    border: 1px solid rgba(254,188,0,0.32);
    transition: opacity 0.7s ease 0.70s, transform 0.7s cubic-bezier(0.34,1.56,0.64,1) 0.70s, box-shadow 0.3s;
}
.hero-slide--idiomas.active .hdi-card { opacity: 1; transform: translateY(0) scale(1); }
.hdi-card:hover { box-shadow: 0 20px 48px rgba(0,0,0,0.45); transform: translateY(-4px) scale(1) !important; }

.hdi-card-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(100,120,255,0.20);
    border: 1px solid rgba(100,120,255,0.35);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 6px; color: #a5b4fc; flex-shrink: 0;
}
.hdi-card-icon--gold { background: rgba(254,188,0,0.20); border-color: rgba(254,188,0,0.40); color: #febc00; }

.hdi-card-badge {
    display: inline-block;
    font-size: 0.60rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
    color: rgba(255,255,255,0.60);
    background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.16);
    padding: 2px 9px; border-radius: 50px; margin-bottom: 4px;
}

.hdi-card-title {
    font-size: 0.98rem; font-weight: 900; color: #fff;
    line-height: 1.15; margin: 0 0 5px;
    letter-spacing: 0.01em;
}
.hdi-card-title em { color: #febc00; font-style: normal; }

.hdi-card-desc {
    font-size: 0.72rem; color: rgba(255,255,255,0.58);
    line-height: 1.55; margin: 0 0 8px; flex: 1;
}

.hdi-card-feats {
    list-style: none; padding: 0; margin: 0 0 10px;
    display: flex; flex-direction: column; gap: 4px;
}
.hdi-card-feats li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 0.70rem; color: rgba(255,255,255,0.76);
    font-weight: 600; line-height: 1.35;
}
.hdi-feat-check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 17px; height: 17px; min-width: 17px;
    border-radius: 50%;
    background: rgba(254,188,0,0.18); border: 1px solid rgba(254,188,0,0.42);
    color: #febc00; font-size: 0.55rem; font-weight: 900; margin-top: 1px;
}

.hdi-card-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 18px; border-radius: 50px;
    font-size: 0.76rem; font-weight: 800; text-decoration: none;
    transition: all 0.22s ease; align-self: flex-start; letter-spacing: .01em;
}
.hdi-card-btn--gold { background: #febc00; color: #1a1e55; }
.hdi-card-btn--gold:hover { background: #ffd234; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(254,188,0,0.45); }
.hdi-card-btn--dark { background: #1a1e55; color: #fff; border: 1px solid rgba(255,255,255,0.14); }
.hdi-card-btn--dark:hover { background: #242c80; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.35); }

.hdi-stats {
    position: relative; z-index: 3;
    display: flex; align-items: center;
    background: rgba(6,8,28,0.80);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(254,188,0,0.16);
    padding: 11px 40px; flex-shrink: 0;
    opacity: 0; transform: translateY(16px);
    transition: opacity 0.7s ease 0.90s, transform 0.7s ease 0.90s;
}
.hero-slide--idiomas.active .hdi-stats { opacity: 1; transform: translateY(0); }

.hdi-stat {
    flex: 1; display: flex; align-items: center; gap: 12px;
    padding: 0 16px; border-right: 1px solid rgba(255,255,255,0.10);
}
.hdi-stat:first-child { padding-left: 0; }
.hdi-stat:last-child { border-right: none; }

.hdi-stat-icon {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(254,188,0,0.12); border: 1.5px solid rgba(254,188,0,0.30);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: #febc00;
}
.hdi-stat-text { display: flex; flex-direction: column; gap: 1px; }
.hdi-stat-text strong { font-size: 1.25rem; font-weight: 900; color: #febc00; line-height: 1; }
.hdi-stat-text span {
    font-size: 0.58rem; font-weight: 700;
    color: rgba(255,255,255,0.48);
    text-transform: uppercase; letter-spacing: .07em; line-height: 1.35;
}

@media (max-width: 1000px) {
    .hdi-person { width: clamp(260px, 34vw, 480px); }
    .hdi-person-img { height: clamp(220px, 40vh, 400px); }
}
@media (max-width: 800px) {
    .hdi-wrap { padding: 70px 24px 8px 32px; width: 70%; max-width: none; }
    .hdi-cards { gap: 10px; }
    .hdi-card { padding: 16px 16px 18px; }
    .hdi-card-title { font-size: 0.95rem; }
    .hdi-stat { gap: 8px; padding: 0 10px; }
    .hdi-stat-text strong { font-size: 1.2rem; }
    .hdi-stat-icon { width: 36px; height: 36px; }
}
@media (max-width: 680px) {
    .hdi-person { display: none; }
    .hdi-person-img { display: none; }
    .hdi-wrap { padding: 70px 20px 8px 20px; width: 100%; max-width: none; align-items: center; text-align: center; }
    .hdi-cards { flex-direction: column; gap: 8px; }
    .hdi-stats { padding: 12px 16px; }
    .hdi-stat { padding: 0 6px; gap: 8px; }
    .hdi-stat-text strong { font-size: 1rem; }
    .hdi-stat-icon { width: 32px; height: 32px; }
    .hdi-stat-text span { font-size: 0.52rem; }
}
@media (max-width: 480px) {
    .hdi-title { font-size: 1.55rem; }
    .hdi-cards { flex-direction: row; }
    .hdi-card { padding: 14px 12px 16px; }
    .hdi-card-title { font-size: 0.82rem; }
    .hdi-card-desc { font-size: 0.7rem; }
    .hdi-card-feats li { font-size: 0.68rem; }
    .hdi-card-btn { padding: 8px 14px; font-size: 0.72rem; }
}
