@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* ═══════════════════════════════════════════════════
   NAVIRA — Estilos compartidos · naviraagency.com
   ═══════════════════════════════════════════════════ */

/* ── RESET + VARIABLES ───────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
}
:root {
  --cream:     #F5F0E8;
  --cream-d:   #EAE5DA;
  --cream-dk:  #DDD8CE;
  --purple:    #6B4EFF;
  --purple-dk: #4F35D4;
  --purple-lt: #E8E4FF;
  --lavender:  #B8AAFF;
  --dark:      #0D0B1A;
  --dark2:     #1E1B30;
  --muted:     #6B6778;
  --red:       #E84040;
  --green:     #1A7A42;
  --amber:     #A06B00;
  --white:     #FFFFFF;
  --serif:     'Plus Jakarta Sans', system-ui, sans-serif;
  --sans:      'Inter', system-ui, sans-serif;
}
body { font-family: var(--sans); background: var(--cream); color: var(--dark); line-height: 1; }
a { color: inherit; text-decoration: none; }

/* ── UTILITY ─────────────────────────────────────── */
.dot-bg {
  background-image: radial-gradient(circle, rgba(13,11,26,.09) 1px, transparent 1px);
  background-size: 22px 22px;
}
/* Oculta temporalmente un bloque sin eliminar su markup. Quitar la clase para reactivarlo. */
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  padding: 0 52px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid rgba(13,11,26,.09);
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo {
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: -.8px;
  text-decoration: none;
}
.nav-r { display: flex; gap: 36px; align-items: center; }
.nl {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  text-decoration: none;
  transition: color .15s;
}
.nl:hover, .nl.active { color: var(--purple); }
.nl-lang {
  border: 1.5px solid rgba(13,11,26,.15);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 13px;
}
.nl-lang:hover { border-color: var(--purple); }
.ncta {
  background: var(--dark);
  color: var(--cream);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s;
}
.ncta:hover { background: var(--purple); }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: .2s;
}

/* ── SECTION LABEL ───────────────────────────────── */
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-label::after { content: ''; flex: 1; height: 1px; background: rgba(13,11,26,.1); }

/* ═══════════════════════════════════════════════════
   HOME — WORKSHOPS (fan cards)
   ═══════════════════════════════════════════════════ */
.workshops { padding: 96px 52px; background: var(--cream-d); }
.wksh-inner { max-width: 1200px; margin: 0 auto; }
.wksh-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; }
.wksh-title { font-family: var(--serif); font-size: 52px; font-weight: 900; letter-spacing: -2px; line-height: 1.05; }
.wksh-title em { color: var(--purple); font-style: normal; }
.view-all { font-size: 14px; font-weight: 700; color: var(--purple); text-decoration: underline; text-underline-offset: 4px; }
.cards-fan { display: flex; gap: 20px; align-items: flex-start; }
.tcard { flex: 1; border-radius: 24px; padding: 32px 28px; border: 1.5px solid rgba(0,0,0,.1); transition: transform .2s; cursor: pointer; }
.tcard:nth-child(1) { background: var(--dark);     transform: rotate(-2.5deg); margin-top: 24px; }
.tcard:nth-child(2) { background: var(--purple);   transform: rotate(.5deg); }
.tcard:nth-child(3) { background: var(--lavender); transform: rotate(2deg);   margin-top: 16px; }
.tcard:hover { transform: rotate(0deg) scale(1.02) !important; }
.tcard-status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 100px; margin-bottom: 20px; }
.tcard:nth-child(1) .tcard-status { background: rgba(255,255,255,.12); color: rgba(245,240,232,.7); }
.tcard:nth-child(2) .tcard-status { background: rgba(255,255,255,.2);  color: var(--white); }
.tcard:nth-child(3) .tcard-status { background: rgba(13,11,26,.1);     color: var(--dark); }
.tcard-dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.tcard-title { font-family: var(--serif); font-size: 26px; font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
.tcard:nth-child(1) .tcard-title { color: var(--cream); }
.tcard:nth-child(2) .tcard-title { color: var(--white); }
.tcard:nth-child(3) .tcard-title { color: var(--dark); }
.tcard-desc { font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
.tcard:nth-child(1) .tcard-desc { color: rgba(245,240,232,.6); }
.tcard:nth-child(2) .tcard-desc { color: rgba(255,255,255,.72); }
.tcard:nth-child(3) .tcard-desc { color: rgba(13,11,26,.65); }
.tcard-meta { display: flex; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.tcard-meta span { font-size: 12px; font-weight: 500; }
.tcard:nth-child(1) .tcard-meta span { color: rgba(245,240,232,.5); }
.tcard:nth-child(2) .tcard-meta span { color: rgba(255,255,255,.65); }
.tcard:nth-child(3) .tcard-meta span { color: rgba(13,11,26,.55); }
.tcard-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid; padding-top: 20px; }
.tcard:nth-child(1) .tcard-bottom { border-color: rgba(255,255,255,.08); }
.tcard:nth-child(2) .tcard-bottom { border-color: rgba(255,255,255,.2); }
.tcard:nth-child(3) .tcard-bottom { border-color: rgba(13,11,26,.1); }
.tcard-price { font-size: 22px; font-weight: 900; }
.tcard:nth-child(1) .tcard-price { color: var(--cream); }
.tcard:nth-child(2) .tcard-price { color: var(--white); }
.tcard:nth-child(3) .tcard-price { color: var(--dark); }
.tcard-price sub { font-size: 13px; font-weight: 400; opacity: .6; }
.tcard-btn { font-size: 13px; font-weight: 700; padding: 10px 22px; border-radius: 100px; cursor: pointer; border: none; font-family: var(--sans); }
.tcard:nth-child(1) .tcard-btn { background: var(--purple);  color: var(--white); }
.tcard:nth-child(2) .tcard-btn { background: var(--white);   color: var(--purple); }
.tcard:nth-child(3) .tcard-btn { background: var(--dark);    color: var(--cream); }
.tcard-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.tcard-tag { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.tcard:nth-child(1) .tcard-tag { background: rgba(255,255,255,.1);  color: rgba(245,240,232,.7); }
.tcard:nth-child(2) .tcard-tag { background: rgba(255,255,255,.18); color: var(--white); }
.tcard:nth-child(3) .tcard-tag { background: rgba(13,11,26,.1);     color: var(--dark); }

/* ═══════════════════════════════════════════════════
   FOOTER (home)
   ═══════════════════════════════════════════════════ */
footer {
  background: var(--dark);
  padding: 56px 52px 40px;
}
.foot-inner { max-width: 1200px; margin: 0 auto; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(245,240,232,.06); margin-bottom: 32px; }
.foot-logo { font-family: var(--sans); font-size: 24px; font-weight: 700; color: var(--purple); letter-spacing: -.5px; margin-bottom: 12px; display: block; }
.foot-tagline { font-size: 14px; color: rgba(245,240,232,.4); line-height: 1.6; }
.foot-col-title { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(245,240,232,.28); margin-bottom: 20px; }
.foot-link { display: block; font-size: 14px; color: rgba(245,240,232,.6); margin-bottom: 12px; text-decoration: none; transition: color .15s; }
.foot-link:hover { color: var(--lavender); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(245,240,232,.25); }
.foot-socials { display: flex; gap: 20px; }
.foot-social { font-size: 12px; color: rgba(245,240,232,.4); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
.foot-social:hover { color: var(--lavender); }

/* FOOTER (inner pages) */
.foot { background: var(--dark); padding: 48px 52px 36px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 36px; max-width: 1200px; }
.foot-tl { font-size: 13px; color: rgba(245,240,232,.4); line-height: 1.6; }
.foot-ct { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(245,240,232,.28); margin-bottom: 14px; }
.foot-lk { display: block; font-size: 13px; color: rgba(245,240,232,.6); margin-bottom: 9px; text-decoration: none; transition: color .15s; }
.foot-lk:hover { color: var(--lavender); }
.foot-bot { border-top: 1px solid rgba(245,240,232,.07); padding-top: 20px; font-size: 11px; color: rgba(245,240,232,.25); max-width: 1200px; }

/* ═══════════════════════════════════════════════════
   LISTA DE ESPERA
   ═══════════════════════════════════════════════════ */
.wait-hero { padding: 72px 52px 88px; display: grid; grid-template-columns: 1fr 420px; gap: 72px; align-items: center; max-width: 1280px; margin: 0 auto; }
.wait-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--purple-lt); color: var(--purple-dk); font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 100px; margin-bottom: 28px; }
.wait-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); }
.wait-h1 { font-family: var(--serif); font-size: 56px; font-weight: 900; line-height: 1.05; letter-spacing: -2px; margin-bottom: 20px; }
.wait-h1 em { color: var(--purple); font-style: normal; }
.wait-sub { font-size: 17px; color: var(--muted); line-height: 1.65; max-width: 440px; margin-bottom: 36px; }
.wait-form { background: var(--white); border: 1.5px solid rgba(13,11,26,.08); border-radius: 20px; padding: 32px; }
.wait-form-title { font-family: var(--serif); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.wait-form-sub { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12px; font-weight: 700; color: var(--dark); margin-bottom: 6px; letter-spacing: .3px; }
.field input, .field select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(13,11,26,.12);
  border-radius: 10px;
  font-size: 14px;
  font-family: var(--sans);
  color: var(--dark);
  background: var(--cream);
  appearance: none;
  -webkit-appearance: none;
}
.field input::placeholder { color: var(--muted); }
.field input:focus, .field select:focus { outline: none; border-color: var(--purple); }
.wait-btn { width: 100%; background: var(--purple); color: white; font-size: 15px; font-weight: 700; padding: 16px; border-radius: 100px; border: none; font-family: var(--sans); cursor: pointer; margin-top: 8px; margin-bottom: 12px; transition: background .15s; }
.wait-btn:hover { background: var(--purple-dk); }
.wait-btn:disabled { opacity: .6; cursor: not-allowed; }
.wait-micro { font-size: 12px; color: var(--muted); text-align: center; line-height: 1.5; }

.pdf-wrap { position: relative; height: 380px; display: flex; align-items: center; justify-content: center; }
.pdf-shadow { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 240px; height: 20px; background: rgba(13,11,26,.08); border-radius: 50%; filter: blur(12px); }
.pdf-cover { background: var(--purple); width: 260px; border-radius: 16px; padding: 36px 28px; transform: rotate(3deg); position: relative; z-index: 2; box-shadow: 0 24px 48px rgba(107,78,255,.25); }
.pdf-back { position: absolute; width: 240px; border-radius: 16px; padding: 28px; transform: rotate(-2deg) translateX(-20px) translateY(10px); z-index: 1; }
.pdf-logo { font-family: var(--sans); font-size: 15px; font-weight: 700; color: rgba(232,228,255,.7); margin-bottom: 24px; }
.pdf-type { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--lavender); margin-bottom: 16px; }
.pdf-title { font-family: var(--serif); font-size: 22px; font-weight: 900; color: white; line-height: 1.2; margin-bottom: 28px; }
.pdf-items { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; }
.pdf-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.pdf-check { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.4); flex-shrink: 0; margin-top: 1px; }
.pdf-check.done { background: var(--lavender); border-color: var(--lavender); }
.pdf-item-text { font-size: 12px; color: rgba(255,255,255,.7); line-height: 1.4; }
.pdf-free-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); color: white; font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 100px; margin-top: 20px; }
.pdf-trust { display: flex; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); }
.trust-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--purple-lt); display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--purple); font-weight: 700; flex-shrink: 0; }

/* Success */
.wait-success { display: none; background: var(--purple-lt); border: 1.5px solid rgba(107,78,255,.2); border-radius: 20px; padding: 40px 32px; text-align: center; }
.success-icon { width: 64px; height: 64px; background: var(--purple); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; color: white; }
.success-h { font-family: var(--serif); font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.success-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; line-height: 1.6; }
.wa-btn { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white; font-size: 14px; font-weight: 700; padding: 13px 24px; border-radius: 100px; text-decoration: none; }

/* ═══════════════════════════════════════════════════
   MODALS (compartidos — talleres.html)
   ═══════════════════════════════════════════════════ */
.modal-steps { display: flex; flex-direction: column; gap: 4px; margin-bottom: 24px; }
.mstep { display: flex; gap: 16px; padding: 16px; border-radius: 12px; background: var(--cream); align-items: flex-start; }
.mstep-num { width: 28px; height: 28px; border-radius: 50%; background: var(--purple); color: white; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.mstep-title { font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--dark); }
.mstep-detail { font-size: 12px; color: var(--muted); line-height: 1.6; }
.mstep-detail b { color: var(--dark); font-weight: 700; }
.modal-actions { display: flex; flex-direction: column; gap: 10px; }
.modal-wa-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: white; font-size: 14px; font-weight: 700; padding: 14px; border-radius: 100px; cursor: pointer; border: none; font-family: var(--sans); text-decoration: none; }
.modal-micro { font-size: 11px; color: var(--muted); text-align: center; margin-top: 10px; }

/* Notify modal */
.notify-body { padding: 28px; }
.notify-title { font-family: var(--serif); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.notify-sub   { font-size: 13px; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
.notify-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(13,11,26,.12);
  border-radius: 10px;
  font-size: 14px;
  font-family: var(--sans);
  background: var(--cream);
  margin-bottom: 10px;
}
.notify-input:focus { outline: none; border-color: var(--purple); }
.notify-btn { width: 100%; background: var(--purple); color: white; font-size: 14px; font-weight: 700; padding: 13px; border-radius: 100px; border: none; font-family: var(--sans); cursor: pointer; transition: background .15s; }
.notify-btn:hover { background: var(--purple-dk); }
.notify-btn:disabled { opacity: .6; cursor: not-allowed; }
.notify-success { display: none; padding: 32px 28px; text-align: center; }
.notify-success-icon { font-size: 40px; margin-bottom: 12px; }
.notify-success h4 { font-family: var(--serif); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.notify-success p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */
@media (max-width: 900px) {
  /* Nav */
  .nav { padding: 0 24px; }
  .nav-r {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--cream);
    border-bottom: 1.5px solid rgba(13,11,26,.09);
    padding: 20px 24px;
    gap: 16px;
    z-index: 99;
  }
  .nav-r.open { display: flex; }
  .nav-hamburger { display: flex; }

  /* Workshops */
  .workshops { padding: 64px 24px; }
  .wksh-title { font-size: 36px; }
  .cards-fan { flex-direction: column; }
  .tcard:nth-child(1), .tcard:nth-child(2), .tcard:nth-child(3) { transform: none; margin-top: 0; }

  /* Footer */
  footer { padding: 40px 24px 28px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot { padding: 40px 24px 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Lista de espera */
  .wait-hero { grid-template-columns: 1fr; padding: 48px 24px; gap: 48px; }
  .pdf-wrap { display: none; }
  .wait-h1 { font-size: 40px; }
}

@media (max-width: 480px) {
  .foot-top, .foot-grid { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════
   INDEX
   ═══════════════════════════════════════════════════ */

/* ── Hero CTAs ───────────────────────────────────── */
.hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.hero-btn-link {
  display: inline-flex;
  align-items: center;
  background: var(--purple);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s;
  white-space: nowrap;
}
.hero-btn-link:hover { background: var(--purple-dk); color: var(--white); }
.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--dark);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 100px;
  border: 1.5px solid rgba(13,11,26,.25);
  text-decoration: none;
  transition: border-color .15s, color .15s;
  white-space: nowrap;
}
.hero-btn-outline:hover { border-color: var(--purple); color: var(--purple); }

/* ── Para quién es esto ──────────────────────────── */
.for-who { padding: 96px 52px; background: var(--cream); }
.for-who-inner { max-width: 1200px; margin: 0 auto; }
.for-who-title {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 48px;
}
.for-who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.for-who-item {
  background: var(--cream-d);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1.5px solid rgba(13,11,26,.06);
  transition: border-color .2s;
}
.for-who-item:hover { border-color: var(--purple); }
.for-who-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--purple-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--purple);
  flex-shrink: 0;
}
.for-who-item p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--dark);
  font-weight: 500;
}

/* ── Clientes ────────────────────────────────────── */
.proof-clients {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1.5px solid rgba(13,11,26,.08);
  text-align: center;
}
.proof-clients-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 14px;
}
.proof-clients-list {
  font-size: 13px;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: .3px;
  line-height: 2;
}

/* ── Sección de servicios (home) ─────────────────── */
.services-home { padding: 0 52px 96px; background: var(--cream); }
.services-home-inner {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1.5px solid rgba(13,11,26,.1);
  padding-top: 72px;
}
.services-home-title {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 48px;
}
.services-home-cta {
  margin-top: 48px;
  text-align: center;
}

/* ── Autoridad ───────────────────────────────────── */
.authority-section {
  background: var(--dark2);
  padding: 100px 52px;
  position: relative;
  overflow: hidden;
}
.authority-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: center;
}
.authority-title {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 900;
  color: var(--cream);
  line-height: 1.15;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.authority-body {
  font-size: 17px;
  color: rgba(245,240,232,.6);
  line-height: 1.7;
  margin-bottom: 36px;
}
.authority-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.authority-stat {
  background: rgba(107,78,255,.12);
  border: 1px solid rgba(107,78,255,.2);
  border-radius: 16px;
  padding: 24px 28px;
}
.authority-stat-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 900;
  color: var(--lavender);
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 6px;
}
.authority-stat-label {
  font-size: 13px;
  color: rgba(245,240,232,.5);
  font-weight: 500;
  line-height: 1.4;
}

/* ── CTA Final botones ───────────────────────────── */
.cta-final-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--purple);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s;
  white-space: nowrap;
}
.cta-btn-primary:hover { background: var(--purple-dk); color: var(--white); }
.cta-btn-outline-purple {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--purple);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 100px;
  border: 1.5px solid var(--purple);
  text-decoration: none;
  transition: background .15s, color .15s;
  white-space: nowrap;
}
.cta-btn-outline-purple:hover { background: var(--purple); color: var(--white); }

/* ── Responsive nuevas secciones ─────────────────── */
@media (max-width: 900px) {
  .for-who { padding: 64px 24px; }
  .for-who-title { font-size: 36px; }
  .for-who-grid { grid-template-columns: 1fr; }
  .services-home { padding: 0 24px 64px; }
  .services-home-title { font-size: 36px; }
  .authority-section { padding: 64px 24px; }
  .authority-inner { grid-template-columns: 1fr; gap: 40px; }
  .authority-title { font-size: 30px; }
  .cta-final-btns { flex-direction: column; align-items: center; }
  .hero-ctas { flex-direction: column; align-items: center; }
}

/* ── Testimonials Scattered ─────────────────────── */
.testimonials-scattered {
  padding: 96px 52px 40px;
  background: var(--cream);
  overflow: hidden;
}
.testimonials-header {
  max-width: 1060px;
  margin: 0 auto 80px;
  text-align: center;
}
.testimonials-header .section-label {
  justify-content: center;
  margin-bottom: 16px;
}
.testimonials-header .section-label::after {
  content: none;
}
.ts-title {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05;
}
.ts-accent { color: var(--purple); }
.cards-scattered-container {
  position: relative;
  min-height: 480px;
  max-width: 1060px;
  margin: 0 auto;
}
.testimonial-card {
  position: absolute;
  width: 280px;
  padding: 28px;
  border-radius: 20px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.testimonial-card:hover {
  transform: rotate(0deg) !important;
  box-shadow: 0 24px 48px rgba(13,11,26,.2) !important;
  z-index: 10 !important;
}
.tc-stars {
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.tc-quote {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 400;
}
.tc-author-name {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}
.tc-author-role {
  font-size: 12px;
  opacity: .65;
}
.tc-1 { background: #1A1528; color: #FFFFFF; top: 60px;  left: 0px;   transform: rotate(-5deg); z-index: 1; }
.tc-2 { background: #6B4EFF; color: #FFFFFF; top: 20px;  left: 253px; transform: rotate(4deg);  z-index: 2; }
.tc-3 { background: #C4B5FD; color: #1A1528; top: 80px;  left: 507px; transform: rotate(-3deg); z-index: 3; }
.tc-4 { background: #EDE8E3; color: #1A1528; border: 1.5px solid #D4CFC9; top: 30px; left: 760px; transform: rotate(6deg);  z-index: 2; }
.tc-5 { background: #FFFFFF; color: #1A1528; box-shadow: 0 4px 24px rgba(13,11,26,.1); top: 100px; left: 760px; transform: rotate(-2deg); z-index: 1; }
.tc-1 .tc-stars { color: #6B4EFF; }
.tc-2 .tc-stars { color: #C4B5FD; }
.tc-3 .tc-stars { color: #6B4EFF; }
.tc-4 .tc-stars { color: #6B4EFF; }
.tc-5 .tc-stars { color: #6B4EFF; }

@media (max-width: 768px) {
  .testimonials-scattered { padding: 64px 24px 32px; }
  .testimonials-header { margin-bottom: 40px; }
  .ts-title { font-size: 36px; }
  .cards-scattered-container {
    position: static;
    min-height: unset;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    position: static;
    width: 100%;
    transform: none !important;
  }
  .testimonial-card:hover {
    transform: none !important;
  }
}

/* ══════════════════════════════════════════════
   INDEX — Sección "Con qué trabajo" (nueva)
   ══════════════════════════════════════════════ */
.idx-auth {
  background: #1A1528;
  padding: 100px 48px;
}
.idx-auth-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.idx-auth-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 14px;
}
.idx-auth-title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.idx-auth-subtitle {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  color: #A89EC0;
  max-width: 480px;
  margin: 0 auto 56px auto;
  line-height: 1.6;
}

/* Bloque 1 — Shopify Partner */
.idx-shopify-card {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(13,11,26,.07);
  padding: 40px 36px;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.idx-shopify-badge-area {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx-shopify-cert {
  font-size: 14px;
  font-weight: 600;
  color: #6B4EFF;
  font-family: var(--sans);
}
.idx-shopify-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  text-align: center;
}

/* Bloque 2 — Stack de herramientas */
.idx-stack-title {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  color: #1A1528;
  margin-bottom: 32px;
}
.idx-categories {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
.idx-cat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-bottom: 8px;
}
.idx-cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.idx-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #FFFFFF;
  border: 1px solid #E5E0DA;
  border-radius: 100px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #1A1528;
  font-family: var(--sans);
  white-space: nowrap;
  transition: border-color .15s;
}
.idx-chip:hover { border-color: #6B4EFF; }
.idx-chip iconify-icon { font-size: 16px; flex-shrink: 0; }
/* Punto de fallback si el ícono no carga */
.idx-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6B4EFF;
  flex-shrink: 0;
}

/* Bloque 3 — Métricas */
.idx-metrics {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.idx-metrics > div:not(.idx-metric-sep) {
  flex: 1;
  text-align: center;
}
.idx-metric-sep {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,.08);
  flex-shrink: 0;
  margin: 0 24px;
}
.idx-metric-num {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 800;
  color: #6B4EFF;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 6px;
}
.idx-metric-desc {
  font-size: 14px;
  color: #A89EC0;
  line-height: 1.45;
  font-family: var(--sans);
}
.idx-metric-num--text {
  font-size: 22px;
  line-height: 1.2;
}

/* Responsive nueva sección */
@media (max-width: 900px) {
  .idx-auth          { padding: 60px 24px; }
  .idx-auth-title    { font-size: 34px; }
  .idx-shopify-card  { padding: 28px 24px; }
}
@media (max-width: 768px) {
  .idx-metrics       { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .idx-metric-sep    { display: none; }
}
@media (max-width: 480px) {
  .idx-auth-title    { font-size: 28px; }
  .idx-metric-num    { font-size: 40px; }
}

/* Hero centrado - v3 */

.hero-v2 {
  background: #EDE8E3;
  background-image: radial-gradient(circle, rgba(107,78,255,0.11) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 96px 0 108px;
  position: relative;
  overflow: hidden;
}

/* Contenido centrado */
.hero-v2-center {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Pill */
.hero-v2-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #6B4EFF;
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 28px;
}
.hero-v2-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6B4EFF;
  flex-shrink: 0;
}
.hero-v2-pill-text {
  font-size: 13px;
  font-family: var(--sans);
  font-weight: 500;
  color: #6B4EFF;
  letter-spacing: 0.02em;
}

/* Fila de pilares (Diseña · Construye · Crece) */
.hero-v2-pillars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.hero-v2-pillars-item {
  font-size: 13px;
  font-family: var(--sans);
  font-weight: 700;
  color: #1A1528;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-v2-pillars-dot {
  color: #6B4EFF;
  font-size: 13px;
}

/* Headline */
.hero-v2 h1 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 68px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.accent { color: #6B4EFF; }

/* Subtítulo */
.hero-v2-sub {
  font-size: 18px;
  font-family: var(--sans);
  font-weight: 400;
  color: #555555;
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* CTAs */
.hero-v2-ctas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-v2-btn-primary {
  background: #6B4EFF;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 15px 32px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.hero-v2-btn-primary:hover { opacity: 0.85; color: #FFFFFF; }
.hero-v2-btn-secondary {
  background: transparent;
  color: #1A1528;
  border: 1.5px solid #1A1528;
  border-radius: 100px;
  padding: 15px 28px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}
.hero-v2-btn-secondary:hover { background: #1A1528; color: #FFFFFF; }

/* Prueba social */
.hero-v2-social-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-v2-avatars {
  display: flex;
  margin-right: 4px;
}
.hero-v2-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #EDE8E3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: var(--sans);
  flex-shrink: 0;
}
.hero-v2-avatar:not(:first-child) { margin-left: -8px; }
.hero-v2-proof-text {
  font-size: 13px;
  color: #666666;
  font-family: var(--sans);
}

/* Chips flotantes decorativos */
.hero-v2-float {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px 10px 12px;
  border-radius: 100px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.hero-v2-float--purple { background: #6B4EFF; color: #FFFFFF; }
.hero-v2-float--dark   { background: #1A1528; color: #FFFFFF; }
.hero-v2-float--light  {
  background: #FFFFFF;
  color: #1A1528;
  border: 1px solid rgba(107,78,255,0.18);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-v2-float { display: none; }
}
@media (max-width: 768px) {
  .hero-v2        { padding: 72px 0 80px; }
  .hero-v2-center { padding: 0 24px; }
  .hero-v2 h1     { font-size: 40px; letter-spacing: -1px; }
  .hero-v2-sub    { font-size: 16px; }
  .hero-v2-ctas   { flex-direction: column; align-items: stretch; }
  .hero-v2-btn-primary,
  .hero-v2-btn-secondary { text-align: center; }
}

/* Ticker v2 - Cambio 1 */
.ticker-v2 {
  background: #6B4EFF;
  height: 40px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.ticker-v2-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
}
.ticker-v2-track:hover {
  animation-play-state: paused;
}
.ticker-v2-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ticker-v2-dot {
  color: #C4B5FD;
  font-size: 14px;
  flex-shrink: 0;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-v2-track { animation: none; }
  .ticker-v2-content { gap: 32px; }
}

/* Pain points v2 - Cambio 3 */
.painpoints-v2 {
  background: #1A1528;
  padding: 100px 48px;
  width: 100%;
  box-sizing: border-box;
}
.painpoints-v2-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.painpoints-v2-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 20px;
  display: block;
}
.painpoints-v2-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin: 0 0 20px 0;
}
.painpoints-v2-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #A89EC0;
  line-height: 1.6;
  max-width: 420px;
  margin: 0 0 56px 0;
}
.painpoints-v2-bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  max-width: 780px;
  margin-bottom: 52px;
}
.pp-bubble {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  padding: 12px 24px;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}
.pp-bubble:hover {
  transform: translateY(-3px) rotate(0deg) !important;
  box-shadow: 0 8px 24px rgba(107, 78, 255, 0.3);
}
.pp-bubble--purple  { background: #6B4EFF; color: #FFFFFF; }
.pp-bubble--light   { background: #C4B5FD; color: #1A1528; }
.pp-bubble--beige   { background: #EDE8E3; color: #1A1528; }
.pp-bubble--ghost   { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); color: #FFFFFF; }
.pp-bubble--outline { background: transparent; border: 1.5px solid #6B4EFF; color: #C4B5FD; }
.pp-r-neg4 { transform: rotate(-4deg); }
.pp-r-neg3 { transform: rotate(-3deg); }
.pp-r-neg2 { transform: rotate(-2deg); }
.pp-r-neg1 { transform: rotate(-1deg); }
.pp-r-pos1 { transform: rotate(1deg); }
.pp-r-pos2 { transform: rotate(2deg); }
.pp-r-pos3 { transform: rotate(3deg); }
.painpoints-v2-closing {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #C4B5FD;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .painpoints-v2         { padding: 60px 24px; }
  .painpoints-v2-title   { font-size: 30px; }
  .painpoints-v2-subtitle { font-size: 15px; margin-bottom: 40px; }
  .painpoints-v2-bubbles { gap: 10px; margin-bottom: 40px; }
  .pp-bubble             { transform: none !important; font-size: 13px; padding: 10px 18px; }
  .pp-bubble:hover       { transform: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .pp-bubble { transform: none !important; transition: none; }
}

/* Bento servicios - Cambio 4 */
.bento-servicios {
  background: #EDE8E3;
  padding: 100px 48px;
  box-sizing: border-box;
}
.bento-servicios-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.bento-header {
  margin-bottom: 48px;
}
.bento-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.bento-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #1A1528;
  margin: 0;
  line-height: 1.1;
}
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.bento-card {
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.bento-card--large  { grid-column: span 2; }
.bento-card--purple { background: #6B4EFF; }
.bento-card--dark   { background: #1A1528; }
.bento-card--light  { background: #FFFFFF; border: 1px solid #E5E0DA; }
.bento-card--cta    { grid-column: span 2; background: #C4B5FD; padding: 48px 36px; }
.bento-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
}
.bento-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: block;
}
.bento-num--light  { color: rgba(255,255,255,.4); }
.bento-num--purple { color: #6B4EFF; }
.bento-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A1528;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.bento-card-title--white { color: #FFFFFF; }
.bento-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
  margin: 0 0 16px 0;
  flex-grow: 1;
}
.bento-card-desc--light      { color: rgba(255,255,255,.65); }
.bento-card--light .bento-card-desc { color: #666666; }
.bento-card-result {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #C4B5FD;
  margin: 0 0 20px 0;
}
.bento-card-result--accent { color: #C4B5FD; }
.bento-card-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  transition: opacity 0.2s ease;
}
.bento-card-link:hover    { opacity: 0.75; }
.bento-card-link--white   { color: #FFFFFF; }
.bento-card-link--accent  { color: #C4B5FD; }
.bento-card-link--purple  { color: #6B4EFF; }
.bento-card-link--dark    { color: #1A1528; font-size: 15px; font-weight: 600; }
.bento-card-icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: 0.08;
  color: #FFFFFF;
  z-index: 1;
  pointer-events: none;
}
.bento-card-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bento-card-cta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bento-cta-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1A1528;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bento-cta-copy {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A1528;
  margin: 0;
}
@media (max-width: 768px) {
  .bento-servicios             { padding: 60px 20px; }
  .bento-title                 { font-size: 28px; }
  .bento-grid                  { grid-template-columns: 1fr; gap: 12px; }
  .bento-card--large           { grid-column: span 1; }
  .bento-card--cta             { grid-column: span 1; }
  .bento-card                  { padding: 28px 24px; }
  .bento-card-content          { min-height: auto; }
  .bento-card-cta-content      { flex-direction: column; align-items: flex-start; }
  .bento-card-title            { font-size: 20px; }
}

/* Fila de clientes - Cambio 5 */
.clientes-fila {
  background: #EDE8E3;
  padding: 0 48px 80px 48px;
  box-sizing: border-box;
}
.clientes-fila-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.clientes-fila-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D4CFC9;
  margin-bottom: 8px;
}
.clientes-fila-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin: 0;
  text-align: center;
}
.clientes-fila-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cliente-chip {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1A1528;
  background: #FFFFFF;
  border: 1px solid #D4CFC9;
  border-radius: 100px;
  padding: 8px 20px;
  transition: all 0.2s ease;
  cursor: default;
}
.cliente-chip:hover {
  background: #6B4EFF;
  color: #FFFFFF;
  border-color: #6B4EFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 78, 255, 0.25);
}
@media (max-width: 768px) {
  .clientes-fila       { padding: 0 24px 60px 24px; }
  .clientes-fila-chips { gap: 8px; }
  .cliente-chip        { font-size: 12px; padding: 7px 16px; }
}

/* Autoridad rediseñada - Cambio 6 */
.autoridad-badge-card {
  max-width: 380px;
  margin: 0 auto 64px auto;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
}
.autoridad-badge-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.autoridad-badge-placeholder span:first-of-type {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.autoridad-badge-year {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #C4B5FD;
}
.autoridad-badge-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #A89EC0;
  line-height: 1.6;
  margin: 0;
}
.autoridad-tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto 20px auto;
}
.tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 88px;
  height: 88px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 12px;
  box-sizing: border-box;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}
.tool-card:hover {
  background: rgba(107,78,255,.25);
  border-color: rgba(107,78,255,.5);
  transform: translateY(-4px) rotate(0deg) !important;
  box-shadow: 0 8px 24px rgba(107,78,255,.3);
}
.tool-card-name {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #A89EC0;
  text-align: center;
  line-height: 1.2;
}
.tool-card--rot-neg3 { transform: rotate(-3deg); }
.tool-card--rot-neg2 { transform: rotate(-2deg); }
.tool-card--rot-neg1 { transform: rotate(-1deg); }
.tool-card--rot-0    { transform: rotate(0deg); }
.tool-card--rot-pos1 { transform: rotate(1deg); }
.tool-card--rot-pos2 { transform: rotate(2deg); }
.tool-card--rot-pos3 { transform: rotate(3deg); }
.autoridad-tools-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #A89EC0;
  text-align: center;
  margin: 0 0 64px 0;
}
@media (max-width: 768px) {
  .autoridad-badge-card { margin-bottom: 48px; }
  .tool-card { width: 76px; height: 76px; transform: none !important; }
  .tool-card:hover { transform: translateY(-4px) !important; }
  .autoridad-tools-note { margin-bottom: 48px; }
}
.tool-card img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/* Bento grid layout actualizado - Cambio 4b */
.bento-card:nth-child(4) { grid-column: span 2; }
.bento-card:nth-child(5) { grid-column: span 3; }
@media (max-width: 768px) {
  .bento-card:nth-child(4) { grid-column: span 1; }
  .bento-card:nth-child(5) { grid-column: span 1; }
}

/* Bento cards jerarquía tipográfica - Cambio 9 */

/* Tarjeta 1: grande púrpura */
.bento-card--large       { padding: 44px; }
.bento-card--large .bento-num { font-size: 11px; letter-spacing: 0.15em; }
.bento-card--large .bento-card-title { font-size: 28px; line-height: 1.15; }
.bento-card--large .bento-card-desc  { font-size: 15px; line-height: 1.7; max-width: 380px; }
.bento-card-divider {
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,0.3);
  border-radius: 2px;
  margin: 12px 0 16px 0;
}
.bento-card-divider--purple { background: rgba(196,181,253,0.4); }
.bento-card-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bento-card-icon {
  bottom: -16px;
  right: -16px;
  opacity: 0.12;
}
.bento-card-icon iconify-icon { width: 130px; height: 130px; }

/* Tarjeta 4: grande oscura — layout split */
.bento-card:nth-child(4) .bento-card-title { font-size: 28px; line-height: 1.15; }
.bento-card:nth-child(4) .bento-card-desc  { font-size: 15px; line-height: 1.7; max-width: 380px; }
.bento-card:nth-child(4)                   { padding: 44px; }
.bento-card-content--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.bento-split-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bento-split-left .bento-card-title {
  flex-grow: 1;
  margin-bottom: 24px;
}
.bento-split-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

/* Tarjeta 5: barra lavanda */
.bento-card--cta { padding: 40px 44px; }
.bento-cta-copy  { font-size: 22px; }
.bento-cta-deco  { flex-shrink: 0; display: flex; align-items: center; }

/* Mobile */
@media (max-width: 768px) {
  .bento-card-content--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bento-card--large .bento-card-title { font-size: 22px; }
  .bento-card--large .bento-card-desc  { font-size: 14px; }
}

/* CTA final v2 - Cambio 7 */
.cta-final-v2 {
  background: #1A1528;
  padding: 100px 48px;
  box-sizing: border-box;
}
.cta-final-v2-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta-final-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 20px;
}
.cta-final-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin: 0 0 20px 0;
}
.cta-final-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #A89EC0;
  line-height: 1.6;
  margin: 0 0 40px 0;
  max-width: 480px;
}
.cta-final-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.cta-final-btn {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px 28px;
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
}
.cta-final-btn--primary {
  background: #6B4EFF;
  color: #FFFFFF;
  border: 1.5px solid #6B4EFF;
}
.cta-final-btn--primary:hover  { opacity: 0.85; transform: translateY(-2px); color: #FFFFFF; }
.cta-final-btn--secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255,255,255,.3);
}
.cta-final-btn--secondary:hover { border-color: #FFFFFF; transform: translateY(-2px); color: #FFFFFF; }
.cta-final-trust {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #A89EC0;
  margin: 0 0 48px 0;
  opacity: 0.8;
}
.cta-final-divider {
  width: 48px;
  height: 1px;
  background: rgba(255,255,255,.15);
  margin-bottom: 20px;
}
.cta-final-firma {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,.3);
  margin: 0;
}
@media (max-width: 768px) {
  .cta-final-v2       { padding: 60px 24px; }
  .cta-final-title    { font-size: 32px; }
  .cta-final-subtitle { font-size: 16px; margin-bottom: 32px; }
  .cta-final-buttons  { flex-direction: column; width: 100%; }
  .cta-final-btn      { text-align: center; width: 100%; }
}

/* ── LEAD CAPTURE ────────────────────────────────── */
.leadmag {
  background: #6B4EFF;
  padding: 80px 48px;
  box-sizing: border-box;
}
.leadmag-inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.leadmag-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 12px 0;
}
.leadmag-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  margin: 0 0 32px 0;
  max-width: 420px;
}
.leadmag-form {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  justify-content: center;
}
.leadmag-input {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1A1528;
  background: #FFFFFF;
  border: 1.5px solid transparent;
  border-radius: 100px;
  padding: 14px 22px;
  flex: 1 1 auto;
  max-width: 320px;
  outline: none;
  transition: border-color 0.2s ease;
}
.leadmag-input::placeholder { color: #6B6778; }
.leadmag-input:focus { border-color: #1A1528; }
.leadmag-btn {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #6B4EFF;
  background: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  border-radius: 100px;
  padding: 14px 28px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.leadmag-btn:hover:not(:disabled) { opacity: 0.85; transform: translateY(-2px); }
.leadmag-btn:disabled { cursor: not-allowed; opacity: 0.7; }
.leadmag-success {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
}
.leadmag-error {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #EDE8E3;
  margin: 0;
}
@media (max-width: 640px) {
  .leadmag        { padding: 56px 24px; }
  .leadmag-title  { font-size: 26px; }
  .leadmag-form   { flex-direction: column; }
  .leadmag-input  { max-width: none; }
}


/* ═══════════════════════════════════════════════════
   SERVICIOS
   ═══════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════
   SERVICIOS — Estilos específicos de página
   ══════════════════════════════════════════════ */

/* ── 1. HERO ──────────────────────────────────── */
.srv2-hero {
  background: #EDE8E3;
  padding: 120px 52px 80px;
  text-align: center;
}
.srv2-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 24px;
}
.srv2-hero h1 {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -2.5px;
  line-height: 1.02;
  color: #1A1528;
  max-width: 780px;
  margin: 0 auto 24px;
}
.srv2-hero-sub {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
  font-weight: 400;
}

/* ── 2. PROCESO ───────────────────────────────── */
.srv2-process {
  background: #FFFFFF;
  padding: 80px 52px;
  border-top: 1.5px solid rgba(13,11,26,.08);
  border-bottom: 1.5px solid rgba(13,11,26,.08);
}
.srv2-process-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.srv2-section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.srv2-section-title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 56px;
}
.srv2-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.srv2-step {
  padding-top: 8px;
  border-top: 2px solid rgba(107,78,255,.15);
}
.srv2-step-num {
  font-family: var(--serif);
  font-size: 60px;
  font-weight: 900;
  color: #6B4EFF;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2px;
  opacity: .9;
}
.srv2-step-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 12px;
  line-height: 1.2;
}
.srv2-step-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── 3. ENCABEZADO DE SERVICIOS ───────────────── */
.srv2-services-intro {
  background: #EDE8E3;
  padding: 80px 52px 16px;
  text-align: center;
}
.srv2-services-intro-inner {
  max-width: 700px;
  margin: 0 auto;
}
.srv2-services-intro h2 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 16px;
}
.srv2-services-intro-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── BLOQUES DE CATEGORÍA ─────────────────────── */
.srv2-category {
  padding: 72px 52px;
}
.srv2-category-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.srv2-category-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.srv2-category-tag--light { color: #C4B5FD; }
.srv2-category-title {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 12px;
}
.srv2-category-title--light { color: #FFFFFF; }
.srv2-category-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 600px;
  margin-bottom: 48px;
}
.srv2-category-desc--light { color: rgba(255,255,255,.65); }

/* Grid de tarjetas */
.srv2-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

/* Tarjeta base */
.srv2-card {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid rgba(13,11,26,.08);
  padding: 36px 32px;
  transition: border-color .2s;
  display: flex;
  flex-direction: column;
}
.srv2-card:hover { border-color: #6B4EFF; }

/* Tarjeta sobre fondo oscuro */
.srv2-card--dark {
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.1);
}
.srv2-card--dark:hover { border-color: rgba(196,181,253,.5); }

/* Ícono de tarjeta */
.srv2-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #EDE8E3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #6B4EFF;
  font-size: 24px;
  flex-shrink: 0;
}
.srv2-card--dark .srv2-card-icon {
  background: rgba(107,78,255,.2);
}
.srv2-card iconify-icon {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  display: block;
}

/* Contenido de tarjeta */
.srv2-card-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 10px;
  line-height: 1.2;
}
.srv2-card--dark .srv2-card-title { color: #FFFFFF; }

.srv2-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 24px;
}
.srv2-card--dark .srv2-card-desc { color: rgba(255,255,255,.6); }

/* Lista de incluidos */
.srv2-card-includes-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 10px;
}
.srv2-card--dark .srv2-card-includes-label { color: #C4B5FD; }

.srv2-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.srv2-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #1A1528;
}
.srv2-card--dark .srv2-card-list li { color: rgba(255,255,255,.8); }
.srv2-card-list li::before {
  content: '✓';
  color: #6B4EFF;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
  margin-top: 1px;
}
.srv2-card--dark .srv2-card-list li::before { color: #C4B5FD; }

/* Para quién es */
.srv2-card-for {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  padding-top: 16px;
  border-top: 1px solid rgba(13,11,26,.07);
}
.srv2-card-for strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.srv2-card--dark .srv2-card-for {
  color: rgba(255,255,255,.5);
  border-top-color: rgba(255,255,255,.08);
}
.srv2-card--dark .srv2-card-for strong {
  color: rgba(255,255,255,.35);
}

/* CTA de categoría */
.srv2-category-cta { text-align: center; }

.srv2-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1A1528;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s;
}
.srv2-cta-link:hover { background: #6B4EFF; color: #FFFFFF; }

.srv2-cta-link--outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255,255,255,.4);
}
.srv2-cta-link--outline:hover {
  background: rgba(255,255,255,.1);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* ── 4. CAPACITACIÓN PARA EMPRESAS ────────────── */
.srv2-training {
  background: #6B4EFF;
  padding: 80px 52px;
  text-align: center;
}
.srv2-training-inner {
  max-width: 840px;
  margin: 0 auto;
}
.srv2-training-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-bottom: 16px;
}
.srv2-training h2 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 20px;
}
.srv2-training-desc {
  font-size: 17px;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 48px;
}
.srv2-training-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.srv2-training-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255,255,255,.9);
  font-weight: 500;
}
.srv2-training-feature iconify-icon {
  font-size: 24px;
  color: rgba(255,255,255,.7);
  flex-shrink: 0;
}
.srv2-training-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  color: #6B4EFF;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity .15s;
}
.srv2-training-btn:hover { opacity: .9; color: #6B4EFF; }

/* ── 5. CTA FINAL ─────────────────────────────── */
.srv2-final-cta {
  background: #1A1528;
  padding: 96px 52px;
  text-align: center;
}
.srv2-final-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.srv2-final-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 20px;
}
.srv2-final-cta h2 {
  font-family: var(--serif);
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 16px;
}
.srv2-final-sub {
  font-size: 18px;
  color: #C4B5FD;
  line-height: 1.65;
  margin-bottom: 48px;
}
.srv2-form-area {
  max-width: 680px;
  margin: 0 auto;
}

/* Placeholder visible mientras no esté el iframe de Tally */
.srv2-form-placeholder {
  background: rgba(255,255,255,.04);
  border: 1.5px dashed rgba(196,181,253,.3);
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
}
.srv2-form-placeholder p {
  color: rgba(196,181,253,.45);
  font-size: 13px;
  line-height: 1.7;
}

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 900px) {
  .srv2-hero                 { padding: 80px 24px 56px; }
  .srv2-hero h1              { font-size: 46px; letter-spacing: -1.5px; }
  .srv2-hero-sub             { font-size: 16px; }

  .srv2-process              { padding: 56px 24px; }
  .srv2-section-title        { font-size: 36px; }
  .srv2-steps                { grid-template-columns: 1fr; gap: 40px; }

  .srv2-services-intro       { padding: 56px 24px 0; }
  .srv2-services-intro h2    { font-size: 36px; }

  .srv2-category             { padding: 48px 24px; }
  .srv2-category-title       { font-size: 32px; }
  .srv2-cards-grid           { grid-template-columns: 1fr; }

  .srv2-training             { padding: 56px 24px; }
  .srv2-training h2          { font-size: 36px; }
  .srv2-training-features    { flex-direction: column; align-items: flex-start; text-align: left; gap: 20px; }

  .srv2-final-cta            { padding: 64px 24px; }
  .srv2-final-cta h2         { font-size: 44px; }
  .srv2-final-sub            { font-size: 16px; }
}

@media (max-width: 480px) {
  .srv2-hero h1              { font-size: 36px; }
  .srv2-final-cta h2         { font-size: 34px; }
  .srv2-training h2          { font-size: 30px; }
  .srv2-section-title        { font-size: 30px; }
  .srv2-category-title       { font-size: 26px; }
  .srv2-services-intro h2    { font-size: 30px; }
}


/* ═══════════════════════════════════════════════════
   SOBRE MÍ
   ═══════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════
   SOBRE MÍ — Estilos específicos de página
   ══════════════════════════════════════════════ */

/* ── 1. HERO ──────────────────────────────────── */
.sm-hero {
  background: #EDE8E3;
  padding: 96px 52px 80px;
}
.sm-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: center;
}
.sm-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 24px;
}
.sm-hero h1 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.08;
  color: #1A1528;
  margin-bottom: 24px;
}
.sm-hero-sub {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 480px;
  font-weight: 400;
}

/* Foto */
.sm-hero-photo {
  width: 100%;
  aspect-ratio: 480 / 560;
  background: #DDD8CE;
  border-radius: 16px;
  border: 1.5px solid rgba(13,11,26,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.sm-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.sm-photo-placeholder {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  padding: 32px;
}
.sm-photo-placeholder iconify-icon {
  font-size: 48px;
  color: var(--muted);
  opacity: .4;
  display: block;
  margin-bottom: 12px;
}

/* ── 2. LA HISTORIA ───────────────────────────── */
.sm-story {
  background: #FFFFFF;
  padding: 88px 52px;
  border-top: 1.5px solid rgba(13,11,26,.07);
}
.sm-story-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.sm-story-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 20px;
}
.sm-story h2 {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #1A1528;
  margin-bottom: 40px;
}
.sm-story p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: left;
}
.sm-story p:last-child { margin-bottom: 0; }

/* ── 3. LÍNEA DE TIEMPO ───────────────────────── */
.sm-timeline-section {
  background: #EDE8E3;
  padding: 88px 52px;
}
.sm-timeline-header {
  max-width: 1100px;
  margin: 0 auto 72px;
}
.sm-tl-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.sm-timeline-header h2 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
}

/* Timeline container */
.sm-tl-wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.sm-tl-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: #C4B5FD;
  z-index: 0;
}

/* Milestone */
.sm-milestone {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
  align-items: start;
}
.sm-milestone:last-child { margin-bottom: 0; }

/* Dot in center column */
.sm-tl-dot-col {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.sm-tl-dot {
  width: 18px;
  height: 18px;
  background: #6B4EFF;
  border-radius: 50%;
  border: 3px solid #EDE8E3;
  box-shadow: 0 0 0 2px #C4B5FD;
  flex-shrink: 0;
}

/* Content box */
.sm-mc {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 28px 28px;
  border: 1.5px solid rgba(13,11,26,.08);
}
.sm-mc-year {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 900;
  color: #6B4EFF;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 8px;
}
.sm-mc-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 8px;
  line-height: 1.2;
}
.sm-mc-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* Left milestone: content on left, empty on right */
.sm-milestone.sm-left .sm-mc       { grid-column: 1; margin-right: 16px; }
.sm-milestone.sm-left .sm-tl-dot-col { grid-column: 2; }
.sm-milestone.sm-left .sm-spacer   { grid-column: 3; }

/* Right milestone: empty on left, content on right */
.sm-milestone.sm-right .sm-spacer   { grid-column: 1; }
.sm-milestone.sm-right .sm-tl-dot-col { grid-column: 2; }
.sm-milestone.sm-right .sm-mc       { grid-column: 3; margin-left: 16px; }

/* ── 4. NÚMEROS ───────────────────────────────── */
.sm-numbers {
  background: #1A1528;
  padding: 88px 52px;
  text-align: center;
}
.sm-numbers-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sm-num-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 16px;
}
.sm-numbers h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 64px;
}
.sm-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.06);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
}
.sm-metric {
  background: rgba(255,255,255,.03);
  padding: 40px 24px;
  border: 1px solid rgba(255,255,255,.06);
}
.sm-metric-num {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 900;
  color: #C4B5FD;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 12px;
}
.sm-metric-desc {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
  font-weight: 400;
}

/* Badges de credenciales */
.sm-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sm-badge {
  background: rgba(255,255,255,.08);
  border: 1.5px solid #C4B5FD;
  color: #C4B5FD;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 100px;
  letter-spacing: .2px;
}

/* ── 5. FILOSOFÍA DE TRABAJO ──────────────────── */
.sm-philosophy {
  background: #EDE8E3;
  padding: 88px 52px;
}
.sm-philosophy-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.sm-phil-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.sm-philosophy h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #1A1528;
  max-width: 600px;
  margin-bottom: 56px;
}
.sm-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sm-principle {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid rgba(13,11,26,.08);
  padding: 36px 32px;
  transition: border-color .2s;
}
.sm-principle:hover { border-color: #6B4EFF; }
.sm-principle-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #EDE8E3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B4EFF;
  font-size: 24px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.sm-principle iconify-icon {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  display: block;
}
.sm-principle-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 10px;
  line-height: 1.2;
}
.sm-principle-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── 6. SLIDER DE RECOMENDACIONES ─────────────── */
.sm-testimonials {
  background: #6B4EFF;
  padding: 88px 52px;
  overflow: hidden;
}
.sm-testimonials-inner {
  max-width: 800px;
  margin: 0 auto;
}
.sm-test-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 16px;
  text-align: center;
}
.sm-testimonials h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 64px;
}

/* Slider */
.sm-slider-wrap {
  position: relative;
}
.sm-slides-container {
  display: grid;
  min-height: 220px;
}
.sm-slide {
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 48px;
}
.sm-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.sm-slide-quote-mark {
  font-family: var(--serif);
  font-size: 80px;
  color: #C4B5FD;
  line-height: .6;
  margin-bottom: 24px;
  opacity: .7;
  user-select: none;
}
.sm-slide-text {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto 32px;
  font-weight: 500;
}
.sm-slide-author {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.sm-slide-role {
  font-size: 13px;
  color: #C4B5FD;
  font-weight: 500;
}

/* Controles del slider */
.sm-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
.sm-slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s, border-color .15s;
  font-size: 20px;
  flex-shrink: 0;
}
.sm-slider-arrow:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.4);
}
.sm-slider-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sm-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}
.sm-slider-dot.active {
  background: #C4B5FD;
  transform: scale(1.25);
}

/* ── 7. CTA FINAL ─────────────────────────────── */
.sm-cta {
  background: #1A1528;
  padding: 100px 52px;
  text-align: center;
}
.sm-cta-inner {
  max-width: 620px;
  margin: 0 auto;
}
.sm-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 20px;
}
.sm-cta h2 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 16px;
}
.sm-cta-sub {
  font-size: 18px;
  color: #A89EC0;
  line-height: 1.65;
  margin-bottom: 48px;
}
.sm-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.sm-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #6B4EFF;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s;
  white-space: nowrap;
}
.sm-btn-primary:hover { background: #4F35D4; color: #FFFFFF; }
.sm-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.35);
  text-decoration: none;
  transition: border-color .15s, background .15s;
  white-space: nowrap;
}
.sm-btn-outline:hover {
  border-color: #FFFFFF;
  background: rgba(255,255,255,.07);
  color: #FFFFFF;
}

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 1000px) {
  .sm-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .sm-hero { padding: 72px 24px 56px; }
  .sm-hero h1 { font-size: 42px; }
  .sm-hero-photo { max-width: 420px; aspect-ratio: 4/3; }
}

@media (max-width: 900px) {
  .sm-story            { padding: 64px 24px; }
  .sm-story h2         { font-size: 30px; }
  .sm-story p          { font-size: 16px; }

  .sm-timeline-section { padding: 64px 24px; }
  .sm-timeline-header  { margin-bottom: 48px; }
  .sm-timeline-header h2 { font-size: 36px; }

  /* Mobile timeline: single column, line on left */
  .sm-tl-wrap::before {
    left: 20px;
    transform: none;
    top: 8px;
    bottom: 8px;
  }
  .sm-milestone {
    grid-template-columns: 44px 1fr;
    gap: 0 16px;
    margin-bottom: 32px;
  }
  .sm-milestone.sm-left .sm-mc,
  .sm-milestone.sm-right .sm-mc {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
  .sm-milestone.sm-left .sm-tl-dot-col,
  .sm-milestone.sm-right .sm-tl-dot-col {
    grid-column: 1;
    grid-row: 1;
    padding-top: 12px;
  }
  .sm-milestone.sm-left .sm-spacer,
  .sm-milestone.sm-right .sm-spacer { display: none; }

  .sm-numbers          { padding: 64px 24px; }
  .sm-numbers h2       { font-size: 32px; margin-bottom: 40px; }
  .sm-metrics-grid     { grid-template-columns: repeat(2, 1fr); }
  .sm-metric-num       { font-size: 48px; }

  .sm-philosophy       { padding: 64px 24px; }
  .sm-philosophy h2    { font-size: 32px; margin-bottom: 40px; }
  .sm-principles-grid  { grid-template-columns: 1fr; }

  .sm-testimonials     { padding: 64px 24px; }
  .sm-testimonials h2  { font-size: 32px; margin-bottom: 40px; }
  .sm-slide            { padding: 0 8px; }
  .sm-slide-text       { font-size: 18px; }

  .sm-cta              { padding: 72px 24px; }
  .sm-cta h2           { font-size: 38px; }
  .sm-cta-btns         { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .sm-hero h1          { font-size: 34px; }
  .sm-metrics-grid     { grid-template-columns: repeat(2, 1fr); }
  .sm-metric-num       { font-size: 40px; }
  .sm-cta h2           { font-size: 30px; }
}


/* ═══════════════════════════════════════════════════
   TRABAJA CONMIGO
   ═══════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════
   TRABAJA CONMIGO — Estilos específicos de página
   ══════════════════════════════════════════════ */

/* ── 1. HERO ──────────────────────────────────── */
.tc-hero {
  background: #1A1528;
  padding: 120px 52px 80px;
  text-align: center;
}
.tc-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}
.tc-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 24px;
}
.tc-hero h1 {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -2.5px;
  line-height: 1.02;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.tc-hero-sub {
  font-size: 19px;
  color: #A89EC0;
  line-height: 1.65;
  font-weight: 400;
}

/* ── 2. PARA QUIÉN ES (FILTRO) ────────────────── */
.tc-filter {
  background: #EDE8E3;
  padding: 80px 52px;
}
.tc-filter-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 52px;
  align-items: start;
}
.tc-filter-divider {
  background: rgba(13,11,26,.12);
  align-self: stretch;
}

/* Columna */
.tc-filter-col-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.tc-filter-col-label--yes { color: #6B4EFF; }
.tc-filter-col-label--no  { color: #9CA3AF; }

.tc-filter-col h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #1A1528;
  margin-bottom: 32px;
}

/* Lista de ítems */
.tc-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tc-filter-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1528;
  font-weight: 500;
}
.tc-filter-item--no {
  color: var(--muted);
  font-weight: 400;
}
.tc-filter-icon {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 20px;
}
.tc-filter-icon--yes { color: #6B4EFF; }
.tc-filter-icon--no  { color: #9CA3AF; }

/* ── 3. EL PROCESO ────────────────────────────── */
.tc-process {
  background: #FFFFFF;
  padding: 80px 52px;
  border-top: 1.5px solid rgba(13,11,26,.07);
  border-bottom: 1.5px solid rgba(13,11,26,.07);
}
.tc-process-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.tc-process-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.tc-process h2 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 64px;
}
.tc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}

/* Conector entre pasos */
.tc-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(33.33% + 10px);
  right: calc(33.33% + 10px);
  height: 1.5px;
  background: linear-gradient(to right, #C4B5FD, #C4B5FD);
  background-image: repeating-linear-gradient(
    to right,
    #C4B5FD 0,
    #C4B5FD 6px,
    transparent 6px,
    transparent 14px
  );
  z-index: 0;
}

.tc-step {
  background: #EDE8E3;
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
  z-index: 1;
  transition: border-color .2s;
}
.tc-step-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #6B4EFF;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tc-step-icon {
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B4EFF;
  font-size: 26px;
  margin: 0 auto 20px;
  border: 1.5px solid rgba(107,78,255,.15);
}
.tc-step-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 10px;
  line-height: 1.2;
}
.tc-step-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── 4. FORMULARIO ────────────────────────────── */
.tc-form-section {
  background: #EDE8E3;
  padding: 88px 52px;
}
.tc-form-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.tc-form-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.tc-form-section h2 {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 8px;
}
.tc-form-sub {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 48px;
}
.tc-form-embed {
  width: 100%;
  min-height: 700px;
  border: none;
  display: block;
}

/* ── 5. GARANTÍA ──────────────────────────────── */
.tc-guarantee {
  background: #6B4EFF;
  padding: 52px;
}
.tc-guarantee-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.tc-guarantee-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.tc-guarantee-icon {
  font-size: 28px;
  color: #FFFFFF;
  flex-shrink: 0;
}
.tc-guarantee-text {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}
.tc-guarantee-sig {
  margin-top: 14px;
  font-size: 13px;
  color: #C4B5FD;
  font-weight: 500;
  font-style: italic;
}

/* ── 6. FAQ ACORDEÓN ──────────────────────────── */
.tc-faq {
  background: #EDE8E3;
  padding: 88px 52px;
}
.tc-faq-inner {
  max-width: 680px;
  margin: 0 auto;
}
.tc-faq-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.tc-faq h2 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 56px;
}

.tc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tc-faq-item {
  border-top: 1.5px solid rgba(13,11,26,.1);
}
.tc-faq-item:last-child {
  border-bottom: 1.5px solid rgba(13,11,26,.1);
}
.tc-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: #1A1528;
  text-align: left;
  line-height: 1.3;
}
.tc-faq-question:hover { color: #6B4EFF; }
.tc-faq-arrow {
  font-size: 20px;
  color: #6B4EFF;
  flex-shrink: 0;
  transition: transform .3s ease;
}
.tc-faq-item.open .tc-faq-arrow {
  transform: rotate(180deg);
}

/* Acordeón con grid-template-rows (sin JS de altura) */
.tc-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.tc-faq-item.open .tc-faq-answer {
  grid-template-rows: 1fr;
}
.tc-faq-answer-inner {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom .3s ease;
}
.tc-faq-item.open .tc-faq-answer-inner {
  padding-bottom: 20px;
}
.tc-faq-answer p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 900px) {
  .tc-hero          { padding: 80px 24px 56px; }
  .tc-hero h1       { font-size: 48px; letter-spacing: -1.5px; }
  .tc-hero-sub      { font-size: 17px; }

  .tc-filter        { padding: 56px 24px; }
  .tc-filter-inner  {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tc-filter-divider { display: none; }
  .tc-filter-col h2 { font-size: 26px; margin-bottom: 24px; }

  .tc-process       { padding: 56px 24px; }
  .tc-process h2    { font-size: 36px; margin-bottom: 40px; }
  .tc-steps         { grid-template-columns: 1fr; }
  .tc-steps::before { display: none; }

  .tc-form-section  { padding: 64px 24px; }
  .tc-form-section h2 { font-size: 40px; }

  .tc-guarantee     { padding: 40px 24px; }
  .tc-guarantee-text { font-size: 16px; }
  .tc-guarantee-content { flex-direction: column; gap: 10px; }

  .tc-faq           { padding: 64px 24px; }
  .tc-faq h2        { font-size: 36px; margin-bottom: 40px; }
  .tc-faq-question  { font-size: 16px; }
}

@media (max-width: 480px) {
  .tc-hero h1       { font-size: 36px; }
  .tc-process h2    { font-size: 28px; }
  .tc-form-section h2 { font-size: 32px; }
  .tc-faq h2        { font-size: 28px; }
}


/* ═══════════════════════════════════════════════════
   TALLERES
   ═══════════════════════════════════════════════════ */

/* ══ TALLERES — Página de taller activo ══════════════ */

/* ── Hero ─────────────────────────────────────────── */
.tal-hero {
  background: #1A1528;
  padding: 100px 48px;
  box-sizing: border-box;
}
.tal-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.tal-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(107,78,255,0.2);
  border: 1px solid #6B4EFF;
  color: #C4B5FD;
  border-radius: 100px;
  padding: 7px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.tal-hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.tal-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #A89EC0;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 28px auto;
}
.tal-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tal-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.tal-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.tal-hero-btn {
  display: inline-block;
  background: #6B4EFF;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  padding: 16px 32px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.tal-hero-btn:hover { opacity: 0.88; }
.tal-hero-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #A89EC0;
  margin: 0;
}

/* ── Para quién es ────────────────────────────────── */
.tal-quien {
  background: #EDE8E3;
  padding: 80px 48px;
  box-sizing: border-box;
}
.tal-section-inner {
  max-width: 860px;
  margin: 0 auto;
}
.tal-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.tal-section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #1A1528;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 40px;
}
.tal-quien-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}
.tal-quien-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 20px 22px;
}
.tal-quien-item iconify-icon { flex-shrink: 0; margin-top: 2px; }
.tal-quien-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.6;
  margin: 0;
}
.tal-quien-note {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
  text-align: center;
  margin: 0;
}

/* ── Qué aprenderás ───────────────────────────────── */
.tal-aprende {
  background: #FFFFFF;
  padding: 80px 48px;
  box-sizing: border-box;
}
.tal-aprende-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #666;
  max-width: 520px;
  margin: -24px 0 40px 0;
  line-height: 1.6;
}
.tal-aprende-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.tal-aprende-item {
  border: 1px solid #E8E4DF;
  border-radius: 16px;
  padding: 28px 24px;
}
.tal-aprende-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #C4B5FD;
  line-height: 1;
  margin-bottom: 12px;
}
.tal-aprende-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 8px;
}
.tal-aprende-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ── Cómo funciona ────────────────────────────────── */
.tal-proceso {
  background: #1A1528;
  padding: 80px 48px;
  box-sizing: border-box;
}
.tal-proceso .tal-eyebrow { color: #C4B5FD; }
.tal-proceso .tal-section-title { color: #FFFFFF; margin-bottom: 56px; }
.tal-pasos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 860px;
  margin: 0 auto;
}
.tal-paso-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #6B4EFF;
  line-height: 1;
  margin-bottom: 16px;
}
.tal-paso-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.tal-paso-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #A89EC0;
  line-height: 1.65;
  margin: 0;
}

/* ── Precio y CTA ─────────────────────────────────── */
.tal-precio {
  background: #6B4EFF;
  padding: 80px 48px;
  box-sizing: border-box;
  text-align: center;
}
.tal-precio .tal-eyebrow { color: rgba(255,255,255,0.6); }
.tal-precio .tal-section-title { color: #FFFFFF; margin-bottom: 16px; }
.tal-precio-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  max-width: 480px;
  margin: 0 auto 28px auto;
  line-height: 1.6;
}
.tal-precio-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.tal-precio-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}
.tal-precio-btn {
  display: inline-block;
  background: #FFFFFF;
  color: #6B4EFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  padding: 16px 40px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-bottom: 14px;
}
.tal-precio-btn:hover { opacity: 0.9; }
.tal-precio-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* ── Quién imparte ────────────────────────────────── */
.tal-quien-imparte {
  background: #EDE8E3;
  padding: 80px 48px;
  box-sizing: border-box;
}
.tal-imparte-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 56px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}
.tal-imparte-foto {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  max-height: 440px;
}
.tal-imparte-nombre {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A1528;
  margin-bottom: 6px;
}
.tal-imparte-cargo {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6B4EFF;
  font-weight: 500;
  margin-bottom: 20px;
}
.tal-imparte-bio {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* ── FAQ ──────────────────────────────────────────── */
.tal-faq {
  background: #FFFFFF;
  padding: 80px 48px;
  box-sizing: border-box;
}
.tal-faq-list {
  max-width: 680px;
  margin: 0 auto;
}
.tal-faq-item {
  border-bottom: 1px solid #E8E4DF;
}
.tal-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1A1528;
  list-style: none;
  user-select: none;
}
.tal-faq-q::-webkit-details-marker { display: none; }
.tal-faq-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #6B4EFF;
}
details[open] .tal-faq-arrow { transform: rotate(180deg); }
.tal-faq-a {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  padding-bottom: 20px;
  margin: 0;
}

/* ── CTA final ────────────────────────────────────── */
.tal-cta-final {
  background: #1A1528;
  padding: 80px 48px;
  box-sizing: border-box;
  text-align: center;
}
.tal-cta-final .tal-eyebrow { color: #C4B5FD; }
.tal-cta-final .tal-section-title { color: #FFFFFF; margin-bottom: 12px; }
.tal-cta-final-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #A89EC0;
  max-width: 440px;
  margin: 0 auto 32px auto;
  line-height: 1.6;
}
.tal-cta-final-btn {
  display: inline-block;
  background: #6B4EFF;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  padding: 16px 40px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-bottom: 14px;
}
.tal-cta-final-btn:hover { opacity: 0.88; }
.tal-cta-final-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #A89EC0;
  margin: 0;
}

/* ── Precio escalonado y urgencia — Cambio hero ──── */
.taller-fase-badge {
  display: inline-block;
  background: rgba(107,78,255,0.2);
  border: 1px solid #6B4EFF;
  color: #C4B5FD;
  border-radius: 100px;
  padding: 8px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
}
.taller-precio-bloque {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0 28px 0;
}
.taller-precio-anterior {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.3);
  text-decoration: line-through;
}
.taller-precio-actual {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -2px;
}
.taller-precio-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #C4B5FD;
  background: rgba(196,181,253,0.15);
  border: 1px solid rgba(196,181,253,0.3);
  border-radius: 100px;
  padding: 6px 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.taller-cta-btn {
  background: #6B4EFF;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 16px 36px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-bottom: 24px;
  display: inline-block;
}
.taller-cta-btn:hover { opacity: 0.85; transform: translateY(-2px); }
.taller-cupos-wrap {
  max-width: 400px;
  margin: 0 auto 16px auto;
  text-align: center;
}
.taller-cupos-barra {
  width: 100%;
  height: 10px;
  background: rgba(255,255,255,0.12);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.taller-cupos-fill {
  height: 100%;
  background: linear-gradient(90deg, #6B4EFF, #C4B5FD);
  border-radius: 100px;
  transition: width 0.6s ease;
}
.taller-cupos-texto {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #A89EC0;
  margin: 0;
}
.taller-cupos-texto strong { color: #FFFFFF; }
.taller-micro {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  margin: 8px 0 0 0;
}
/* Sección de precio */
.precio-seccion-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.precio-seccion-bloque {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.precio-seccion-anterior {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  color: rgba(255,255,255,0.35);
  text-decoration: line-through;
}
.precio-seccion-actual {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
}
.precio-seccion-fase {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #6B4EFF;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 5px 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  align-self: center;
}

/* ── Modal de dos pasos ───────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26,21,40,0.65);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-overlay.open { display: flex; }
.modal-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  width: 90%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0EDE8;
  margin-bottom: 24px;
}
.modal-header h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A1528;
  margin: 0 0 4px 0;
}
.modal-taller-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.modal-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #F5F3F0;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.modal-close:hover { background: #E8E4DF; }
.modal-precio-label {
  display: inline-block;
  background: #EDE8E3;
  color: #6B4EFF;
  font-size: 11px;
  font-weight: 500;
  border-radius: 100px;
  padding: 2px 8px;
  margin-left: 6px;
}
.modal-paso-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modal-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modal-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1A1528;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-input {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #1A1528;
  background: #FAFAF9;
  border: 1.5px solid #E8E4DF;
  border-radius: 10px;
  padding: 10px 14px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.modal-input:focus {
  border-color: #6B4EFF;
  box-shadow: 0 0 0 3px rgba(107,78,255,0.1);
  background: #FFFFFF;
}
.modal-select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.modal-submit-btn {
  background: #6B4EFF;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s, transform 0.15s;
  margin-top: 8px;
}
.modal-submit-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.modal-submit-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.modal-success-check {
  width: 48px;
  height: 48px;
  background: #EAF3DE;
  color: #27500A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 16px auto;
}
.modal-paso2-titulo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A1528;
  text-align: center;
  margin: 0 0 4px 0;
}
.modal-paso2-sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0 0 24px 0;
}

/* Barra de cupos en sección de precio púrpura */
.tal-precio .taller-cupos-barra {
  background: rgba(255,255,255,0.15);
  height: 10px;
}
.tal-precio .taller-cupos-fill {
  background: rgba(255,255,255,0.7);
}
.tal-precio .taller-cupos-texto {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}
.tal-precio .taller-cupos-texto strong { color: #FFFFFF; }

/* Sincronizar cupos visualmente */
[data-cupos] { transition: width 0.6s ease; }

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 768px) {
  .tal-hero          { padding: 60px 24px; }
  .tal-hero h1       { font-size: 34px; }
  .tal-hero-sub      { font-size: 16px; }
  .tal-hero-meta     { gap: 16px; }

  .tal-quien         { padding: 60px 24px; }
  .tal-quien-grid    { grid-template-columns: 1fr; }
  .tal-section-title { font-size: 28px; }

  .tal-aprende       { padding: 60px 24px; }
  .tal-aprende-grid  { grid-template-columns: 1fr; }
  .tal-aprende-sub   { margin-top: -16px; }

  .tal-proceso       { padding: 60px 24px; }
  .tal-pasos         { grid-template-columns: 1fr; gap: 32px; }

  .tal-precio        { padding: 60px 24px; }
  .tal-precio-benefits { flex-direction: column; gap: 14px; }

  .tal-quien-imparte { padding: 60px 24px; }
  .tal-imparte-grid  { grid-template-columns: 1fr; gap: 32px; }
  .tal-imparte-foto  { max-height: 300px; }

  .tal-faq           { padding: 60px 24px; }

  .tal-cta-final     { padding: 60px 24px; }
}


/* ═══════════════════════════════════════════════════
   RECURSOS
   ═══════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════
   RECURSOS — Estilos específicos de página
   ══════════════════════════════════════════════ */

/* ── 1. HERO ──────────────────────────────────── */
.rc2-hero {
  background: #EDE8E3;
  padding: 100px 52px 60px;
  text-align: center;
}
.rc2-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}
.rc2-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 20px;
}
.rc2-hero h1 {
  font-family: var(--serif);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 20px;
}
.rc2-hero-sub {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 400;
}

/* ── 2. LEAD MAGNET ───────────────────────────── */
.rc2-lead {
  background: #1A1528;
  padding: 88px 52px;
}
.rc2-lead-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: center;
}
.rc2-lead-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 20px;
}
.rc2-lead h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.08;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.rc2-lead-desc {
  font-size: 17px;
  color: #A89EC0;
  line-height: 1.65;
  margin-bottom: 32px;
}

/* Lista de incluidos en el lead magnet */
.rc2-lead-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rc2-lead-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.5;
}
.rc2-lead-list li::before {
  content: '✓';
  color: #6B4EFF;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 1px;
}

/* Formulario lead magnet */
.rc2-lead-form {
  margin-bottom: 12px;
}
/* ──────────────────────────────────────────────
   INSERTAR EMBED DE BREVO AQUÍ
   Reemplazar el bloque .rc2-form-placeholder con
   el código embed de Brevo para capturar emails.
   Campos mínimos: nombre + email + botón
   "Quiero la guía"
   Configurar en Brevo: automatización envía el PDF
   por email tras confirmar la suscripción.
   Lista en Brevo: "Lead Magnet — Guía Costos Shopify"
   ────────────────────────────────────────────── */
.rc2-form-placeholder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rc2-form-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.07);
  font-size: 15px;
  font-family: var(--sans);
  color: #FFFFFF;
  transition: border-color .15s;
}
.rc2-form-input::placeholder { color: rgba(255,255,255,.35); }
.rc2-form-input:focus { outline: none; border-color: #6B4EFF; }
.rc2-form-btn {
  width: 100%;
  background: #6B4EFF;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 24px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  transition: background .15s;
  text-align: center;
}
.rc2-form-btn:hover { background: #4F35D4; }
.rc2-lead-micro {
  font-size: 13px;
  color: rgba(255,255,255,.35);
}

/* Mockup PDF (columna derecha) */
.rc2-pdf-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ──────────────────────────────────────────────
   INSERTAR IMAGEN MOCKUP DEL PDF AQUÍ
   Reemplazar .rc2-pdf-placeholder por:
   <img src="img/mockup-guia-shopify.png"
        alt="Guía gratuita Shopify Honduras"
        width="400" height="520"
        style="border-radius:16px;box-shadow:0 24px 48px rgba(0,0,0,.3)">
   Dimensiones recomendadas: 400x520px
   ────────────────────────────────────────────── */
.rc2-pdf-placeholder {
  width: 280px;
  background: #6B4EFF;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 24px 48px rgba(0,0,0,.35);
  transform: rotate(2deg);
}
.rc2-pdf-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 16px;
}
.rc2-pdf-icon {
  font-size: 36px;
  margin-bottom: 16px;
  color: rgba(255,255,255,.8);
}
.rc2-pdf-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 24px;
}
.rc2-pdf-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
}

/* ── 3. RECURSOS GRATUITOS ────────────────────── */
.rc2-resources {
  background: #EDE8E3;
  padding: 88px 52px;
}
.rc2-resources-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.rc2-section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 12px;
}
.rc2-section-title {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 8px;
}
.rc2-section-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 52px;
}

.rc2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Tarjeta de recurso */
.rc2-card {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid rgba(13,11,26,.08);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: border-color .2s;
}
.rc2-card:hover { border-color: #6B4EFF; }
.rc2-card--soon { opacity: .75; }
.rc2-card--soon:hover { border-color: rgba(13,11,26,.08); }

.rc2-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #EDE8E3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B4EFF;
  font-size: 24px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.rc2-card iconify-icon,
.rc2-card img {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  display: block;
}

/* Badges de tipo */
.rc2-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  align-self: flex-start;
}
.rc2-badge--checklist  { background: #C4B5FD; color: #1A1528; }
.rc2-badge--plantilla  { background: #6B4EFF; color: #FFFFFF; }
.rc2-badge--calculadora { background: #1A1528; color: #FFFFFF; }

.rc2-card-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #1A1528;
  line-height: 1.2;
  margin-bottom: 8px;
  flex: 1;
}
.rc2-card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Botones de recursos */
.rc2-btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6B4EFF;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  text-decoration: none;
  transition: background .15s;
  width: 100%;
}
.rc2-btn-download:hover { background: #4F35D4; color: #FFFFFF; }
.rc2-btn-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--muted);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 100px;
  border: none;
  font-family: var(--sans);
  opacity: .45;
  cursor: not-allowed;
  width: 100%;
}

/* ── 4. BLOG ──────────────────────────────────── */
.rc2-blog {
  background: #FFFFFF;
  padding: 88px 52px;
  border-top: 1.5px solid rgba(13,11,26,.07);
}
.rc2-blog-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.rc2-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

/* Tarjeta de artículo */
.rc2-article {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid rgba(13,11,26,.08);
  overflow: hidden;
  transition: border-color .2s;
  display: flex;
  flex-direction: column;
}
.rc2-article:hover { border-color: #6B4EFF; }

.rc2-article-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* ─────────────────────────────────────────────
   REEMPLAZAR CADA .rc2-article-img CON:
   <img src="img/nombre-del-articulo.jpg"
        alt="Descripción del artículo"
        width="400" height="225"
        style="width:100%;height:100%;object-fit:cover">
   ───────────────────────────────────────────── */

.rc2-article-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rc2-article-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 10px;
}
.rc2-article-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #1A1528;
  line-height: 1.25;
  margin-bottom: 10px;
  flex: 1;
}
.rc2-article-excerpt {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.rc2-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(13,11,26,.06);
}
.rc2-article-time {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.rc2-article-link {
  font-size: 13px;
  font-weight: 700;
  color: #6B4EFF;
  text-decoration: none;
  transition: color .15s;
}
.rc2-article-link:hover { color: #4F35D4; }

/* CTA del blog */
.rc2-blog-cta { text-align: center; }
.rc2-blog-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1A1528;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s;
}
.rc2-blog-cta-link:hover { background: #6B4EFF; color: #FFFFFF; }

/* ── 5. PLATAFORMAS Y REDES ───────────────────── */
.rc2-social {
  background: #6B4EFF;
  padding: 88px 52px;
}
.rc2-social-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.rc2-social-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C4B5FD;
  margin-bottom: 16px;
}
.rc2-social h2 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 12px;
}
.rc2-social-sub {
  font-size: 17px;
  color: #C4B5FD;
  line-height: 1.65;
  margin-bottom: 56px;
}
.rc2-social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.rc2-social-card {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: left;
  transition: background .2s, border-color .2s;
}
.rc2-social-card:hover {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.3);
}
.rc2-social-icon {
  font-size: 28px;
  color: rgba(255,255,255,.9);
  margin-bottom: 14px;
  display: block;
}
.rc2-social-platform {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.rc2-social-handle {
  font-size: 13px;
  color: #C4B5FD;
  font-weight: 600;
  margin-bottom: 8px;
}
.rc2-social-desc {
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
  margin-bottom: 20px;
}
.rc2-social-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.12);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 100px;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.25);
  transition: background .15s, border-color .15s;
}
.rc2-social-btn:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.5);
  color: #FFFFFF;
}

/* ── 6. NEWSLETTER ────────────────────────────── */
.rc2-newsletter {
  background: #EDE8E3;
  padding: 88px 52px;
}
.rc2-newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.rc2-newsletter-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6B4EFF;
  margin-bottom: 16px;
}
.rc2-newsletter h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  color: #1A1528;
  margin-bottom: 12px;
}
.rc2-newsletter-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 36px;
}
.rc2-newsletter-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
  text-align: left;
}
.rc2-newsletter-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #1A1528;
  font-weight: 500;
}
.rc2-newsletter-feature iconify-icon {
  color: #6B4EFF;
  font-size: 20px;
  flex-shrink: 0;
}

/* Formulario newsletter */
/* ──────────────────────────────────────────────
   INSERTAR EMBED DE BREVO AQUÍ
   Reemplazar .rc2-newsletter-form con el código
   embed de Brevo para el newsletter general.
   Lista en Brevo: "Newsletter General"
   Este es distinto al del lead magnet arriba.
   Campos: solo email + botón "Suscribirme"
   ────────────────────────────────────────────── */
.rc2-newsletter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.rc2-newsletter-input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 100px;
  border: 1.5px solid rgba(13,11,26,.15);
  background: #FFFFFF;
  font-size: 15px;
  font-family: var(--sans);
  color: #1A1528;
  min-width: 0;
}
.rc2-newsletter-input::placeholder { color: var(--muted); }
.rc2-newsletter-input:focus { outline: none; border-color: #6B4EFF; }
.rc2-newsletter-btn {
  background: #1A1528;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  white-space: nowrap;
  transition: background .15s;
  flex-shrink: 0;
}
.rc2-newsletter-btn:hover { background: #6B4EFF; }
.rc2-newsletter-proof {
  font-size: 13px;
  color: var(--muted);
}

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 1000px) {
  .rc2-lead-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .rc2-pdf-wrap { order: -1; }
  .rc2-pdf-placeholder { width: 240px; }
}

@media (max-width: 900px) {
  .rc2-hero          { padding: 72px 24px 48px; }
  .rc2-hero h1       { font-size: 42px; }
  .rc2-hero-sub      { font-size: 16px; }

  .rc2-lead          { padding: 64px 24px; }
  .rc2-lead h2       { font-size: 34px; }

  .rc2-resources     { padding: 64px 24px; }
  .rc2-section-title { font-size: 36px; }
  .rc2-grid          { grid-template-columns: repeat(2, 1fr); }

  .rc2-blog          { padding: 64px 24px; }
  .rc2-blog-grid     { grid-template-columns: 1fr; }

  .rc2-social        { padding: 64px 24px; }
  .rc2-social h2     { font-size: 36px; }
  .rc2-social-grid   { grid-template-columns: repeat(2, 1fr); }

  .rc2-newsletter    { padding: 64px 24px; }
  .rc2-newsletter h2 { font-size: 34px; }
  .rc2-newsletter-form { flex-direction: column; }
  .rc2-newsletter-btn { width: 100%; }
}

@media (max-width: 600px) {
  .rc2-hero h1       { font-size: 34px; }
  .rc2-grid          { grid-template-columns: 1fr; }
  .rc2-social-grid   { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 440px) {
  .rc2-social-grid   { grid-template-columns: 1fr; }
  .rc2-newsletter h2 { font-size: 28px; }
}


/* ═══════════════════════════════════════════════════
   PRÓXIMAMENTE
   ═══════════════════════════════════════════════════ */

.prox-wrap {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDE8E3;
  padding: 80px 24px;
}
.prox-inner {
  text-align: center;
  max-width: 560px;
}
.prox-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #6B4EFF;
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 28px;
}
.prox-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6B4EFF;
  flex-shrink: 0;
}
.prox-badge-text {
  font-size: 13px;
  font-family: var(--sans);
  font-weight: 500;
  color: #6B4EFF;
  letter-spacing: 0.04em;
}
.prox-h1 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 52px;
  line-height: 1.1;
  color: #1A1528;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.prox-sub {
  font-family: var(--sans);
  font-size: 17px;
  color: #666666;
  line-height: 1.65;
  margin-bottom: 36px;
}
.prox-btn {
  display: inline-block;
  background: #6B4EFF;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 14px 28px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.prox-btn:hover { opacity: 0.85; color: #FFFFFF; }
@media (max-width: 480px) {
  .prox-h1 { font-size: 36px; }
}
