/* ============================================
   KalunBot — landing v3 (secciones nuevas)
   Inspirado en formato emprendeaprendiendo.com
   Mantiene paleta EA FC: verde #00ffaa, dark
   ============================================ */

/* ===== LOGOS STRIP / GEOS ===== */
.logos-strip {
  padding: 36px 0 28px;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  background: rgba(255,255,255,.015);
}
.logos-strip__label {
  text-align: center;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-3, #6b7280);
  margin: 0 0 18px;
  font-weight: 600;
}
.logos-strip__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px 44px;
}
.logos-strip__item {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: .04em;
  color: var(--text-2, #94a3b8);
  opacity: .75;
  transition: opacity .2s;
}
.logos-strip__item:hover { opacity: 1; color: var(--ea-green, #00ffaa); }

/* ===== STORY (narrativa personal) ===== */
.story {
  font-size: 1.06rem;
  line-height: 1.8;
  color: var(--text-2, #c7cfd9);
  max-width: 720px;
  margin: 0 auto;
}
.story p {
  margin: 0 0 18px;
}
.story strong {
  color: #fff;
  font-weight: 700;
}
.story__signature {
  margin-top: 28px !important;
  font-style: italic;
  color: var(--text-3, #6b7280);
  font-size: .95rem;
  text-align: right;
}

/* ===== COMPARE — Sin / Con KalunBot ===== */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}
.compare__col {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
}
.compare__col--bad {
  border-color: rgba(239,68,68,.18);
}
.compare__col--good {
  border-color: rgba(0,255,170,.28);
  background: linear-gradient(180deg, rgba(0,255,170,.06), rgba(0,255,170,.015));
  box-shadow: 0 0 0 1px rgba(0,255,170,.06), 0 20px 60px rgba(0,255,170,.06);
}
.compare__head {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.compare__icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 1;
}
.compare__col--bad .compare__icon { filter: grayscale(.4); }
.compare__head h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.65rem;
  letter-spacing: .04em;
  margin: 0 0 4px;
  color: #fff;
  text-transform: uppercase;
}
.compare__col--bad .compare__head h3 { color: #f87171; }
.compare__col--good .compare__head h3 { color: var(--ea-green, #00ffaa); }
.compare__sub {
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-3, #6b7280);
  font-weight: 600;
}
.compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.compare__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .96rem;
  line-height: 1.55;
  color: var(--text-2, #c7cfd9);
}
.compare__list strong { color: #fff; font-weight: 700; }
.compare__x, .compare__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 800;
  margin-top: 1px;
}
.compare__x {
  background: rgba(239,68,68,.15);
  color: #f87171;
  border: 1px solid rgba(239,68,68,.3);
}
.compare__check {
  background: rgba(0,255,170,.18);
  color: var(--ea-green, #00ffaa);
  border: 1px solid rgba(0,255,170,.4);
}
@media (max-width: 760px) {
  .compare { grid-template-columns: 1fr; }
}

/* ===== PACKAGE — Desglose de valor ===== */
.package {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.package__item {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  transition: transform .2s, border-color .2s;
}
.package__item:hover {
  transform: translateY(-3px);
  border-color: rgba(0,255,170,.25);
}
.package__icon {
  font-size: 2rem;
  margin-bottom: 14px;
  line-height: 1;
}
.package__item h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  letter-spacing: .03em;
  margin: 0 0 8px;
  color: #fff;
}
.package__item p {
  font-size: .9rem;
  line-height: 1.55;
  color: var(--text-2, #c7cfd9);
  margin: 0 0 16px;
  flex: 1;
}
.package__price-strike {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: .82rem;
  font-weight: 700;
  color: var(--text-3, #6b7280);
  text-decoration: line-through;
  text-decoration-color: rgba(239,68,68,.5);
  text-decoration-thickness: 2px;
  letter-spacing: .04em;
}
.package__total {
  max-width: 520px;
  margin: 36px auto 0;
  background: linear-gradient(135deg, rgba(0,255,170,.08), rgba(0,255,170,.02));
  border: 1px solid rgba(0,255,170,.3);
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 20px 60px rgba(0,255,170,.08);
}
.package__total-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: .98rem;
  color: var(--text-2, #c7cfd9);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(255,255,255,.08);
}
.package__total-line:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.package__total-strike {
  font-family: 'JetBrains Mono', monospace;
  text-decoration: line-through;
  text-decoration-color: rgba(239,68,68,.7);
  text-decoration-thickness: 2px;
  color: var(--text-3, #6b7280);
}
.package__total-line--final span:first-child {
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
}
.package__total-final {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  letter-spacing: .03em;
  color: var(--ea-green, #00ffaa);
  text-shadow: 0 0 24px rgba(0,255,170,.4);
}
.package__total-final small {
  font-size: 1rem;
  color: var(--text-2);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
}
@media (max-width: 980px) { .package { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .package { grid-template-columns: 1fr; } }

/* ===== HERO QUOTE (testimonio destacado grande) ===== */
.hero-quote {
  background: linear-gradient(180deg, rgba(0,255,170,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(0,255,170,.18);
  border-radius: 22px;
  padding: 48px 44px;
  text-align: center;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.hero-quote::before {
  content: '"';
  position: absolute;
  top: -24px;
  left: 28px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 7rem;
  color: rgba(0,255,170,.25);
  line-height: 1;
}
.hero-quote__stars {
  color: var(--ea-gold, #f59e0b);
  font-size: 1.2rem;
  letter-spacing: .15em;
  margin-bottom: 18px;
}
.hero-quote blockquote {
  font-size: 1.32rem;
  line-height: 1.55;
  color: #fff;
  font-style: italic;
  margin: 0 0 26px;
  font-weight: 500;
}
.hero-quote blockquote strong {
  color: var(--ea-green, #00ffaa);
  font-weight: 700;
  font-style: normal;
}
.hero-quote__author {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.hero-quote__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00ffaa, #00d68f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  color: #001a14;
  flex-shrink: 0;
}
.hero-quote__name {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.hero-quote__role {
  color: var(--text-3, #6b7280);
  font-size: .85rem;
}
@media (max-width: 600px) {
  .hero-quote { padding: 36px 24px; }
  .hero-quote blockquote { font-size: 1.1rem; }
}

/* ===== FOR WHO — Es para ti / No es para ti ===== */
.forwho {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}
.forwho__col {
  border-radius: 18px;
  padding: 32px 30px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.forwho__col--good {
  border-color: rgba(0,255,170,.28);
  background: linear-gradient(180deg, rgba(0,255,170,.05), rgba(0,255,170,.01));
}
.forwho__col--bad {
  border-color: rgba(239,68,68,.18);
}
.forwho__col h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .04em;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.forwho__col--good h3 { color: var(--ea-green, #00ffaa); }
.forwho__col--bad h3 { color: #f87171; }
.forwho__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.forwho__col li {
  font-size: .96rem;
  line-height: 1.55;
  color: var(--text-2, #c7cfd9);
  padding-left: 24px;
  position: relative;
}
.forwho__col--good li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ea-green, #00ffaa);
  font-weight: 800;
}
.forwho__col--bad li::before {
  content: '✗';
  position: absolute;
  left: 0;
  top: 0;
  color: #f87171;
  font-weight: 800;
}
.forwho__check, .forwho__x {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .9rem;
}
.forwho__check {
  background: rgba(0,255,170,.18);
  color: var(--ea-green, #00ffaa);
  border: 1px solid rgba(0,255,170,.4);
}
.forwho__x {
  background: rgba(239,68,68,.15);
  color: #f87171;
  border: 1px solid rgba(239,68,68,.3);
}
@media (max-width: 760px) { .forwho { grid-template-columns: 1fr; } }

/* ===== GUARANTEE / GARANTÍA ===== */
.guarantee {
  display: flex;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, rgba(245,158,11,.08), rgba(245,158,11,.02));
  border: 1px solid rgba(245,158,11,.3);
  border-radius: 22px;
  padding: 32px 36px;
  max-width: 720px;
  margin: 0 auto;
}
.guarantee__seal {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #1a0e00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(245,158,11,.35), inset 0 0 0 4px rgba(255,255,255,.15);
  position: relative;
}
.guarantee__seal::after {
  content: 'DÍAS';
  position: absolute;
  bottom: 14px;
  font-family: 'Inter', sans-serif;
  font-size: .58rem;
  letter-spacing: .12em;
  font-weight: 800;
}
.guarantee h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .04em;
  margin: 0 0 8px;
  color: #fff;
}
.guarantee p {
  font-size: .95rem;
  line-height: 1.6;
  color: var(--text-2, #c7cfd9);
  margin: 0;
}
.guarantee p a {
  color: var(--ea-gold, #f59e0b);
  text-decoration: underline;
}
.guarantee strong {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 600px) {
  .guarantee { flex-direction: column; text-align: center; padding: 28px 24px; gap: 18px; }
  .guarantee__seal { width: 78px; height: 78px; font-size: 2.6rem; }
}

/* ============================================
   PÁGINAS LEGALES / CONTENIDO
   ============================================ */
.legal-page {
  padding: 60px 0 80px;
}
.legal-page__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  letter-spacing: .02em;
  color: #fff;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.legal-page__subtitle {
  color: var(--text-3, #6b7280);
  font-size: .9rem;
  margin: 0 0 40px;
}
.legal-page__body {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-2, #c7cfd9);
}
.legal-page__body h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.55rem;
  letter-spacing: .03em;
  color: #fff;
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,255,170,.15);
}
.legal-page__body h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--ea-green, #00ffaa);
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 2px;
}
.legal-page__body p {
  margin: 0 0 16px;
}
.legal-page__body a {
  color: var(--ea-green, #00ffaa);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page__body strong { color: #fff; font-weight: 700; }

/* Mini nav back */
.nav--legal {
  border-bottom: 1px solid rgba(255,255,255,.05);
}

/* ============================================
   404 PAGE
   ============================================ */
.error-page {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px;
}
.error-page__code {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(7rem, 18vw, 12rem);
  letter-spacing: .04em;
  line-height: 1;
  background: linear-gradient(135deg, #00ffaa 0%, #00d68f 50%, #0099ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  text-shadow: 0 0 80px rgba(0,255,170,.25);
}
.error-page__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: .03em;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.error-page__sub {
  font-size: 1.05rem;
  color: var(--text-2, #c7cfd9);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* ============================================
   AUTH PAGES — pequeños refinamientos
   ============================================ */
.auth__brand-line {
  font-size: .82rem;
  letter-spacing: .12em;
  color: var(--text-3, #6b7280);
  text-transform: uppercase;
  text-align: center;
  margin: 22px 0 0;
  font-weight: 600;
}
.auth__trust {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
  font-size: .78rem;
  color: var(--text-3, #6b7280);
}
.auth__trust span { display: inline-flex; align-items: center; gap: 4px; }

/* ============================================
   GUÍA DE INSTALACIÓN
   ============================================ */
.guide-step {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 28px 30px;
  margin-bottom: 18px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.guide-step__num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0,255,170,.15), rgba(0,255,170,.05));
  border: 1px solid rgba(0,255,170,.3);
  color: var(--ea-green, #00ffaa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.guide-step h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .03em;
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.guide-step p, .guide-step li {
  color: var(--text-2, #c7cfd9);
  line-height: 1.65;
}
@media (max-width: 600px) {
  .guide-step { flex-direction: column; padding: 22px; }
  .guide-step__num { width: 48px; height: 48px; font-size: 1.5rem; }
}
