/* ============================================================
   CORE — Landing de conversión (simple)
   Requiere brand/tokens.css cargado antes.
   ============================================================ */

body { background: var(--paper); }

.wrap   { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; margin: 0 auto; padding: 0 28px; }

::selection { background: rgba(58,58,255,0.16); }

.serif-it { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.018em; }
.grad {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* En las secciones oscuras con glow violeta (02 "Por qué" y el cierre) el
   degradado azul-violeta se confunde con el haz de fondo. Subimos la
   luminosidad para que el texto resalte sin perder el aire de marca. */
.why .grad,
.close .grad {
  background: linear-gradient(92deg, #8ea2ff 0%, #ad96ff 52%, #cda9ff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================================ NAV */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.nav-in {
  max-width: 1100px; margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand-word {
  font-family: var(--display); font-weight: 700; font-size: 22px;
  letter-spacing: -0.03em; color: var(--ink); text-decoration: none;
}
.brand-word .dot { color: var(--electric); }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-rating { font-family: var(--mono); font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; gap: 7px; }
.nav-rating .stars { color: #f5a623; letter-spacing: 1px; }
.nav-rating strong { color: var(--ink); }
.nav-cta {
  font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink);
  text-decoration: none; border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; cursor: pointer;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.nav-cta:hover { color: var(--electric); border-color: var(--electric); }

/* ============================================================ HERO */
.hero { padding: 78px 0 64px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -40% 0 auto 0; height: 620px;
  background: radial-gradient(60% 70% at 50% 0%, rgba(120,90,255,0.14) 0%, rgba(58,58,255,0.08) 40%, transparent 72%);
  pointer-events: none;
}
.hero-in { position: relative; text-align: center; }
.eyebrow {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--electric); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px;
}
.eyebrow .dot-live { margin: 0; }
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(38px, 5.6vw, 76px); line-height: 1.04; letter-spacing: -0.03em;
  color: var(--ink); margin: 0 auto; max-width: 16ch;
}
.hero-sub {
  font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: var(--muted);
  max-width: 40ch; margin: 26px auto 0;
}
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-actions { margin-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero-note { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.02em; }

/* fila de señales bajo el hero */
.signals { margin-top: 34px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 8px; }
.sig {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--ink);
  border: 1px solid var(--hairline-strong); padding: 7px 13px; background: var(--paper);
}
.sig svg { width: 14px; height: 14px; color: var(--electric); }

/* foto equipo + fundador */
.hero-photo { position: relative; margin: 52px auto 0; max-width: 980px; }
.team-slot {
  width: 100%; aspect-ratio: 3/2; height: auto; display: block; pointer-events: none;  /* 3:2 (foto 4:3) + pointer-events:none para que no atrape el scroll en móvil */
  border: 1px solid var(--hairline-strong);
}
.founder-badge {
  position: absolute; left: 28px; bottom: -34px;
  display: flex; align-items: center; gap: 14px;
  background: var(--paper); border: 1px solid var(--hairline-strong);
  padding: 12px 18px 12px 12px; box-shadow: var(--shadow-sm);
}
.founder-slot { width: 50px; height: 89px; flex: 0 0 50px; pointer-events: none; }  /* 9:16 redondeada; pointer-events:none para no atrapar el scroll */
.founder-badge .who { font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--ink); }
.founder-badge .role { font-size: 12.5px; color: var(--muted); }
.founder-badge .role strong { color: var(--electric); font-weight: 600; }

/* ============================================================ SECCIÓN genérica */
.sec { padding: 96px 0; }
.sec--cool { background: var(--paper-cool); }
.sec-eyebrow {
  font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--muted); display: flex; align-items: center; gap: 14px; margin: 0 0 20px;
}
.sec-eyebrow .num { border: 1px solid var(--hairline-strong); color: var(--ink); padding: 3px 8px; }
.sec-h {
  font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08; letter-spacing: -0.026em; color: var(--ink); margin: 0; max-width: 18ch;
}
.sec-lead { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 52ch; margin: 18px 0 0; }
.sec-lead strong { color: var(--ink); }

/* ============================================================ CÓMO FUNCIONA */
.steps { margin-top: 56px; display: grid; gap: 0; border-top: 1px solid var(--hairline-strong); }
.step {
  display: grid; grid-template-columns: 84px 1fr auto; align-items: baseline; gap: 28px;
  padding: 26px 8px; border-bottom: 1px solid var(--hairline);
  transition: background var(--t-fast);
}
.step:hover { background: rgba(58,58,255,0.025); }
.step-n {
  font-family: var(--display); font-weight: 700; font-size: 34px;
  letter-spacing: -0.03em; color: var(--hairline-strong); line-height: 1;
}
.step-body h3 { font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 6px; }
.step-body p { font-size: 16px; line-height: 1.55; color: var(--muted); margin: 0; max-width: 56ch; }
.step-body p strong { color: var(--ink); }
.step-tag {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); white-space: nowrap; align-self: center;
}
.step--pay { background: var(--ink); border-bottom: none; }
.step--pay:hover { background: var(--ink); }
.step--pay .step-n { color: rgba(255,255,255,0.22); }
.step--pay .step-body h3 { color: #fff; }
.step--pay .step-body p { color: var(--muted-2); }
.step--pay .step-body p strong { color: #fff; }
.step--pay .step-tag { color: var(--electric); }

/* ============================================================ FORMULARIO */
.form-sec { padding: 100px 0; position: relative; overflow: hidden; }
.form-card {
  max-width: 640px; margin: 0 auto;
  background: var(--paper); border: 1px solid var(--hairline-strong);
  box-shadow: 0 40px 100px -50px rgba(10,10,30,0.4);
}
.form-head { padding: 34px 38px 24px; border-bottom: 1px solid var(--hairline); text-align: center; }
.form-head .kick { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--electric); }
.form-head h2 { font-family: var(--display); font-weight: 700; font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -0.026em; line-height: 1.1; color: var(--ink); margin: 12px 0 8px; }
.form-head p { font-size: 15px; color: var(--muted); margin: 0; }
.form-head p strong { color: var(--ink); font-weight: 600; }
.form-body { padding: 32px 38px 38px; }
.fieldset { display: grid; gap: 20px; }
.field-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); display: block; margin: 0 0 8px; }
.field-label .req { color: var(--electric); }
.input, .textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; line-height: 1.5; color: var(--ink);
  background: var(--paper); border: 1px solid var(--hairline-strong); padding: 14px 16px; outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.textarea { min-height: 96px; resize: vertical; }
.input:focus, .textarea:focus { border-color: var(--electric); box-shadow: 0 0 0 3px rgba(58,58,255,0.12); }
.input::placeholder, .textarea::placeholder { color: var(--muted-2); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.btn-submit {
  width: 100%; margin-top: 26px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--ink); color: #fff; font-family: var(--sans); font-weight: 600; font-size: 17px;
  padding: 18px 24px; border: 1px solid var(--ink); cursor: pointer;
  transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-med);
}
.btn-submit:hover { background: var(--electric); border-color: var(--electric); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-submit .arrow { font-family: var(--mono); font-weight: 400; }
.form-foot { margin-top: 18px; text-align: center; font-family: var(--mono); font-size: 12px; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 8px; }
.form-foot svg { width: 13px; height: 13px; color: var(--electric); }

/* success state */
.form-success { display: none; padding: 56px 38px; text-align: center; }
.form-card.is-sent .form-head, .form-card.is-sent .form-body { display: none; }
.form-card.is-sent .form-success { display: block; }
.success-check {
  width: 58px; height: 58px; margin: 0 auto 22px; border-radius: 50%;
  background: rgba(58,58,255,0.08); display: flex; align-items: center; justify-content: center;
}
.success-check svg { width: 28px; height: 28px; color: var(--electric); }
.form-success h3 { font-family: var(--display); font-weight: 700; font-size: 28px; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 10px; }
.form-success p { font-size: 16px; color: var(--muted); margin: 0 auto; max-width: 36ch; line-height: 1.55; }

/* ============================================================ REVIEWS */
.rev-sub { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 22px; }
.rev-chip { font-family: var(--mono); font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.rev-chip .stars { color: #f5a623; letter-spacing: 1px; }
.rev-chip strong { color: var(--ink); }

/* Riel horizontal de tarjetas verticales: la imagen 9:16 manda, el texto va debajo */
.rev-wall {
  margin-top: 44px;
  display: flex; gap: 20px;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 18px;
}
.rev-wall::-webkit-scrollbar { height: 8px; }
.rev-wall::-webkit-scrollbar-track { background: var(--hairline); }
.rev-wall::-webkit-scrollbar-thumb { background: var(--hairline-strong); }
.rev {
  flex: 0 0 300px; scroll-snap-align: start;
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--hairline); overflow: hidden;
}
.sec--cool .rev { border-color: var(--hairline-strong); }
.rev-img { width: 100%; height: auto; aspect-ratio: 9 / 16; flex: 0 0 auto; display: block; border-bottom: 1px solid var(--hairline); pointer-events: none; }
/* la imagen captura el touch y traba el scroll (carrusel y página) en móvil → la dejamos pasar el gesto */
.rev-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.rev-id { margin-bottom: 12px; }
.rev-name { font-family: var(--sans); font-weight: 600; font-size: 15px; color: var(--ink); line-height: 1.2; }
.rev-meta { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.rev-stars { color: #f5a623; font-size: 13px; letter-spacing: 1px; margin-bottom: 8px; }
.rev-text { font-size: 14.5px; line-height: 1.55; color: var(--ink); margin: 0; }
.rev-text strong { font-weight: 600; }
.rev-src { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--hairline); font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.rev-src .v { color: var(--electric); }

/* ============================================================ CASO REAL */
.case { margin-top: 40px; border: 1px solid var(--ink); background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; }
.case-l { padding: 40px 40px 44px; }
.case-r { padding: 40px; border-left: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.02); }
.case-tag { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-2); display: inline-flex; align-items: center; gap: 8px; }
.case-name { font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: -0.024em; color: #fff; margin: 14px 0 4px; }
.case-where { font-size: 14px; color: var(--muted-2); margin-bottom: 24px; }
.case-block { padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.case-block .ck { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--electric); margin-bottom: 6px; }
.case-block p { font-size: 14.5px; line-height: 1.55; color: var(--muted-2); margin: 0; }
.case-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.case-metric .mv { font-family: var(--display); font-weight: 700; font-size: 38px; letter-spacing: -0.03em; color: #fff; line-height: 1; }
.case-metric .mv .grad { font-size: inherit; }
.case-metric .ml { font-size: 12.5px; color: var(--muted-2); margin-top: 8px; line-height: 1.4; }
.case-quote { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.4; color: #fff; }
.case-by { margin-top: 12px; font-size: 13px; color: var(--muted-2); }
.case-by strong { color: #fff; }

/* ============================================================ CIERRE */
.close { background: var(--ink); color: #fff; padding: 110px 0 120px; position: relative; overflow: hidden; }
.close::before { content: ""; position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 900px; height: 700px; background: var(--beam); pointer-events: none; }
.close-in { position: relative; text-align: center; max-width: 760px; margin: 0 auto; padding: 0 28px; }
.close h2 { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -0.028em; color: #fff; margin: 0; }
.close p { font-size: 19px; line-height: 1.55; color: var(--muted-2); max-width: 46ch; margin: 24px auto 0; }
.close p strong { color: #fff; font-weight: 600; }
.close-line { margin: 30px auto 0; font-family: var(--serif); font-style: italic; font-size: 22px; color: #fff; max-width: 30ch; }
.btn-invert {
  margin-top: 38px; display: inline-flex; align-items: center; gap: 12px;
  background: #fff; color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: 17px;
  padding: 18px 30px; border: 1px solid #fff; text-decoration: none; cursor: pointer;
  transition: transform var(--t-fast), box-shadow var(--t-med);
}
.btn-invert:hover { transform: translateY(-1px); box-shadow: 0 18px 50px -20px rgba(120,90,255,0.6); }
.btn-invert .arrow { font-family: var(--mono); font-weight: 400; }

/* ============================================================ FOOTER */
.ftr { background: var(--ink); color: var(--muted-2); border-top: 1px solid rgba(255,255,255,0.1); padding: 30px 0; }
.ftr-in { max-width: 1100px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.ftr .brand-word { color: #fff; }
.ftr-meta { font-family: var(--mono); font-size: 12px; display: flex; flex-wrap: wrap; gap: 10px; }

/* ============================================================ RESPONSIVE */
@media (max-width: 880px) {
  .case { grid-template-columns: 1fr; }
  .case-r { border-left: none; border-top: 1px solid rgba(255,255,255,0.12); }
  .step { grid-template-columns: 56px 1fr; }
  .step-tag { display: none; }
  .step-n { font-size: 26px; }
}
@media (max-width: 560px) {
  .rev { flex: 0 0 80vw; }
  .nav-rating { display: none; }
  .two-col { grid-template-columns: 1fr; }
  .form-head, .form-body { padding-left: 24px; padding-right: 24px; }
  .hero { padding-top: 52px; }
  .founder-badge { left: 16px; right: 16px; bottom: -28px; }
  /* foto de equipo a 4:3 nativo en móvil → sin recorte, se ve el grupo completo */
  .team-slot { aspect-ratio: 4 / 3; }
  /* menos aire vertical y menos padding apretado en móvil */
  .sec { padding: 64px 0; }
  .why, .close, .form-sec { padding-top: 66px; padding-bottom: 66px; }
  .case-l, .case-r { padding: 28px 24px; }
  .case-metrics { gap: 20px 16px; }
  .case-metric .mv { font-size: 32px; }
  .hero h1 { font-size: clamp(32px, 8.5vw, 44px); }
}

/* ============================================================ POR QUÉ / GARANTÍA (dark) */
.why { background: var(--ink); color: #fff; padding: 100px 0 110px; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; top: -25%; left: 50%; transform: translateX(-50%); width: 1000px; height: 760px; background: var(--beam); pointer-events: none; }
.why .wrap { position: relative; z-index: 1; }
.why .sec-eyebrow { color: var(--muted-2); }
.why .sec-eyebrow .num { border-color: rgba(255,255,255,0.22); color: #fff; }
.why .sec-h { color: #fff; }
.why-lead { font-size: 18px; line-height: 1.55; color: var(--muted-2); max-width: 62ch; margin: 18px 0 0; }
.why-lead strong { color: #fff; }
.why-tag { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--electric); margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; }
.why-tag .dot-live { margin: 0; }

.pricelock {
  margin-top: 42px; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center;
  border: 1px solid rgba(58,58,255,0.5);
  background: linear-gradient(135deg, rgba(58,58,255,0.12), rgba(120,70,255,0.05));
  padding: 26px 30px;
}
.pricelock-ico { width: 52px; height: 52px; flex: 0 0 52px; border: 1px solid rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.03); }
.pricelock-ico svg { width: 26px; height: 26px; color: var(--electric); }
.pricelock h3 { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: #fff; margin: 0 0 6px; }
.pricelock p { font-size: 15.5px; line-height: 1.55; color: var(--muted-2); margin: 0; }
.pricelock p strong { color: #fff; }

.pillars { margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid rgba(255,255,255,0.12); }
.pillar { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,0.12); }
.pillar:last-child { border-right: none; }
.pillar-ico { width: 22px; height: 22px; color: var(--electric); margin-bottom: 16px; display: block; }
.pillar h4 { font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; color: #fff; margin: 0 0 6px; }
.pillar .big { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--electric); letter-spacing: -0.01em; }
.pillar p { font-size: 13.5px; line-height: 1.5; color: var(--muted-2); margin: 8px 0 0; }
.pillar p strong { color: #fff; }

@media (max-width: 880px) {
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(2) { border-right: none; }
  .pillar:nth-child(1), .pillar:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.12); }
}
@media (max-width: 560px) {
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .pillar:last-child { border-bottom: none; }
  .pricelock { grid-template-columns: 1fr; gap: 16px; }
}
