/* ===== FUENTES REALES DE MARCA SANEO ===== */
@font-face {
  font-family: "Artific";
  src: url("assets/fonts/artific-superlight.otf") format("opentype");
  font-weight: 100 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artific";
  src: url("assets/fonts/artific-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artific";
  src: url("assets/fonts/artific-regular.otf") format("opentype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artific";
  src: url("assets/fonts/artific-semibold.otf") format("opentype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CF Stitch";
  src: url("assets/fonts/cfstitch-regular.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas";
  src: url("assets/fonts/neuehaas-thin.ttf") format("truetype");
  font-weight: 100 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas";
  src: url("assets/fonts/neuehaas-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas";
  src: url("assets/fonts/neuehaas-roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas";
  src: url("assets/fonts/neuehaas-medium.ttf") format("truetype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
/* ============================================================
   SANEO — sistema de estilos
   Marca: Cloud Blue #2F87F2 · Healing Lavender #7918FF ·
   Mint #4AC8AC · Deep Graphite #272729 · Soft Sand #EAE4DF
   Tipografía: Sora (títulos) · Space Mono (mono) · Inter (texto)
   ============================================================ */

:root {
  --blue: #2f87f2;
  --lavender: #7918ff;
  --mint: #4ac8ac;
  --graphite: #272729;
  --sand: #eae4df;
  --ink: #08080c;
  --title: "Artific", "Sora", sans-serif;
  --mono: "CF Stitch", "Space Mono", monospace;
  --body: "Neue Haas", "Inter", sans-serif;
  --purple: #8b2fff;
  --purple-soft: #a06bff;
  --line: rgba(255, 255, 255, 0.08);
  --line-soft: rgba(255, 255, 255, 0.05);
  --dim: #8b98b8;
  --dim2: #9aa6c2;
  --pad: clamp(24px, 6vw, 80px);
  --maxw: 1280px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--ink);
  color: var(--sand);
  font-family: var(--body);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
::selection {
  background: var(--lavender);
  color: #fff;
}

/* ---------- utilidades ---------- */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}
.mono {
  font-family: var(--mono);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.eyebrow .rule {
  width: 34px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--lavender), var(--blue));
  flex: none;
}
.eyebrow span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #b39cff;
  text-transform: uppercase;
}
h2.title {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(34px, 5.5vw, 68px);
}
h2.title b {
  font-weight: 300;
}
h2.title .grad {
  font-weight: 300;
  background: linear-gradient(100deg, #7f8cff, #a06bff, #c9a8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--dim2);
  max-width: 560px;
  line-height: 1.65;
}
.section {
  position: relative;
  padding: clamp(90px, 13vh, 150px) 0;
}

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* botones */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 2px;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
  cursor: pointer;
  border: none;
}
.btn-light {
  background: var(--sand);
  color: #08080c;
}
.btn-light:hover {
  transform: translateY(-2px);
}
.btn-ghost {
  background: transparent;
  color: var(--sand);
  border: 1px solid var(--line);
}
.btn-ghost:hover {
  border-color: var(--mint);
  color: #fff;
}
.mark {
  font-family: var(--mono);
  font-size: 12px;
  color: #3a3f52;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px var(--pad);
  transition:
    background 0.4s,
    padding 0.4s,
    border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(8, 8, 12, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  padding: 16px var(--pad);
}
.nav .logo {
  height: 46px;
  width: auto;
  opacity: 1;
  transition: transform 0.3s;
}
.nav .brand:hover .logo {
  transform: scale(1.05);
}
.nav.scrolled .logo {
  height: 38px;
}
.nav .links {
  display: flex;
  gap: 32px;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--dim);
  text-transform: uppercase;
  white-space: nowrap;
}
.nav .links a {
  transition: color 0.3s;
}
.nav .links a:hover {
  color: var(--sand);
}
.nav .cta {
  color: #08080c !important;
  background: var(--sand);
  padding: 9px 16px;
  border-radius: 2px;
}
.nav .burger {
  display: none;
  background: none;
  border: none;
  color: var(--sand);
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .nav .links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 320px);
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    background: rgba(8, 8, 14, 0.97);
    backdrop-filter: blur(18px);
    transform: translateX(100%);
    transition: transform 0.4s;
    font-size: 14px;
    padding: 40px;
  }
  .nav .links.open {
    transform: none;
  }
  .nav .burger {
    display: block;
    z-index: 60;
  }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(
    120% 100% at 78% 42%,
    #10193a 0%,
    #0a0b16 46%,
    #08080c 100%
  );
}
.grid-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.space {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
}
.orb-a {
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at 34% 30%, #eaf1ff, #3f7ff0 55%, #12245e);
  box-shadow: 0 14px 30px rgba(20, 40, 120, 0.55);
  animation: floatA 7s ease-in-out infinite;
}
.orb-b {
  width: 18px;
  height: 18px;
  background: radial-gradient(circle at 34% 30%, #fff, #7918ff 60%, #2b0f5e);
  box-shadow: 0 10px 24px rgba(60, 20, 120, 0.55);
  animation: floatB 9s ease-in-out infinite;
}
.orb-c {
  width: 12px;
  height: 12px;
  background: radial-gradient(circle at 34% 30%, #fff, #4ac8ac 60%, #0e6b54);
  box-shadow: 0 8px 20px rgba(10, 90, 70, 0.55);
  animation: floatC 6s ease-in-out infinite;
}
@keyframes floatA {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -14px);
  }
}
@keyframes floatB {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-12px, 10px);
  }
}
@keyframes floatC {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(7px, 12px);
  }
}
.hero-content {
  position: relative;
  z-index: 4;
  padding: 0 var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  max-width: 820px;
}
.hero h1 {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  opacity: 0;
  animation: rise 1.1s ease 0.35s forwards;
}
.hero h1 .light {
  font-weight: 100;
  color: #c7cfe0;
}
.hero h1 .simpl {
  font-weight: 300;
  background: linear-gradient(90deg, #5b9bff, #a58bff, var(--mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .eyebrow {
  opacity: 0;
  animation: rise 1.1s ease 0.2s forwards;
}
.hero .sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--dim2);
  margin-top: 26px;
  max-width: 420px;
  opacity: 0;
  animation: rise 1.1s ease 0.5s forwards;
}
.hero .actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
  flex-wrap: wrap;
  opacity: 0;
  animation: rise 1.1s ease 0.65s forwards;
}
.hero .scroll {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #7c8aa8;
  text-transform: uppercase;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reg {
  position: absolute;
  font-family: var(--mono);
  font-size: 12px;
  z-index: 4;
}
.reg.tl {
  top: 96px;
  left: calc(var(--pad) - 8px);
  color: var(--blue);
}
.reg.br {
  bottom: 96px;
  right: calc(var(--pad) - 8px);
  color: #3a3f52;
}
.fig {
  position: absolute;
  bottom: 30px;
  right: var(--pad);
  z-index: 4;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #7c8aa8;
  text-transform: uppercase;
}

/* ============================================================
   MANIFIESTO (tipografía cinética)
   ============================================================ */
.manifesto {
  text-align: left;
  background: #0a0a10;
}
.manifesto .big {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.04;
  font-size: clamp(30px, 5vw, 60px);
}
.manifesto .big .m {
  color: #4a4f63;
  transition: color 0.6s;
}
.manifesto .big .m.lit {
  color: var(--sand);
}
.manifesto .big .accent {
  background: linear-gradient(90deg, #5b9bff, #a58bff, var(--mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   PROBLEMA (dolores del doctor)
   ============================================================ */
.pains {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  margin-top: 60px;
  border-radius: 14px;
  overflow: hidden;
}
.pain {
  background: #0b0c14;
  padding: 34px 30px;
  transition: background 0.4s;
}
.pain:hover {
  background: #101324;
}
.pain .n {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--blue);
  letter-spacing: 0.1em;
}
.pain h3 {
  font-family: var(--title);
  font-weight: 300;
  font-size: 22px;
  margin: 16px 0 10px;
  color: #fff;
}
.pain p {
  font-size: 14px;
  color: var(--dim);
  line-height: 1.6;
}
.pain i {
  display: block;
  font-size: 24px;
  color: var(--mint);
  margin-bottom: 6px;
  font-style: normal;
}

/* ============================================================
   MÓDULOS
   ============================================================ */
.modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.module {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  transition:
    transform 0.4s,
    border-color 0.4s,
    background 0.4s;
  overflow: hidden;
}
.module:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 200, 172, 0.4);
  background: rgba(255, 255, 255, 0.035);
}
.module .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.module h3 {
  font-family: var(--title);
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.module p {
  font-size: 13.5px;
  color: var(--dim);
  line-height: 1.6;
}
.module .tag {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--mono);
  font-size: 10px;
  color: #3a3f52;
}

/* ============================================================
   FEATURE (demos) — layout partido
   ============================================================ */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
}
.feature.rev .fx {
  order: 2;
}
@media (max-width: 860px) {
  .feature {
    grid-template-columns: 1fr;
  }
  .feature.rev .fx {
    order: 0;
  }
}
.feature h2.title {
  font-size: clamp(30px, 4.4vw, 52px);
}
.feature .lead {
  margin-top: 24px;
}
.feature ul {
  list-style: none;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feature ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--dim2);
}
.feature ul li i {
  color: var(--mint);
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}

/* marco de demo */
.demo-frame {
  position: relative;
  background: #0b0c15;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.demo-frame .cap {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--mono);
  font-size: 10px;
  color: #4a5170;
  letter-spacing: 0.06em;
}
.demo-frame .dots {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.demo-frame .dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2a2e42;
  font-style: normal;
}

/* chat Sano */
.chat {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
}
.bub {
  max-width: 80%;
  padding: 12px 15px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  animation: pop 0.5s ease forwards;
}
.bub.me {
  align-self: flex-end;
  background: linear-gradient(90deg, #2f87f2, #5b4fe6);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.bub.ai {
  align-self: flex-start;
  background: #16192a;
  border: 1px solid var(--line);
  color: var(--sand);
  border-bottom-left-radius: 4px;
}
.bub .who {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mint);
  display: block;
  margin-bottom: 5px;
}
@keyframes pop {
  to {
    opacity: 1;
    transform: none;
  }
}
.chat-input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #0e1120;
  border: 1px solid var(--line);
}
.chat-input span {
  flex: 1;
  color: #5a6180;
  font-size: 13px;
}
.chat-input .send {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4ac8ac, #2f87f2);
  flex: none;
}

/* WhatsApp demo */
.wa {
  background: #0c1712;
  border: 1px solid rgba(74, 200, 172, 0.25);
  border-radius: 16px;
  padding: 20px;
  min-height: 240px;
}
.wa .hd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.wa .av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.wa .hd b {
  font-family: var(--body);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.wa .hd small {
  display: block;
  font-size: 11px;
  color: var(--mint);
}
.wa .msg {
  max-width: 82%;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(8px);
  animation: pop 0.5s ease forwards;
}
.wa .msg.them {
  background: #16233b;
  color: var(--sand);
  border-bottom-left-radius: 3px;
}
.wa .msg.bot {
  align-self: flex-end;
  margin-left: auto;
  background: #0c3d2e;
  color: #d9ffe9;
  border-bottom-right-radius: 3px;
}
.wa .msg b {
  font-weight: 500;
  color: #fff;
}

/* Ingresos demo */
.kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.kpi {
  background: #0e1120;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
}
.kpi .l {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--mint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.kpi .v {
  font-family: var(--title);
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  margin-top: 6px;
}
.kpi .v small {
  font-size: 12px;
  color: var(--mint);
}
.chart {
  width: 100%;
  height: 120px;
}

/* ============================================================
   PASOS
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 60px;
}
.step {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.step .n {
  font-family: var(--title);
  font-weight: 200;
  font-size: 44px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(139, 152, 184, 0.5);
}
.step h3 {
  font-family: var(--title);
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin: 14px 0 8px;
}
.step p {
  font-size: 14px;
  color: var(--dim);
  line-height: 1.6;
}

/* ============================================================
   SOLUCIONES (SEO por tipo de clínica)
   ============================================================ */
.sols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 56px;
}
.sol {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.sol:hover {
  background: rgba(47, 135, 242, 0.08);
  border-color: rgba(47, 135, 242, 0.4);
}
.sol span {
  font-family: var(--title);
  font-weight: 300;
  font-size: 16px;
  color: var(--sand);
}
.sol i {
  font-style: normal;
  color: var(--mint);
}

/* ============================================================
   TESTIMONIO
   ============================================================ */
.quote {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.quote p {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}
.quote .who {
  margin-top: 30px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--mint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   PRECIOS
   ============================================================ */
.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.billing-toggle {
  width: fit-content;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}
.billing-option {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: transparent;
  color: var(--dim2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.billing-option span {
  margin-left: 6px;
  color: var(--mint);
  font-size: 9px;
}
.billing-option.active {
  background: #f4f0ea;
  color: #11121a;
}
.billing-option:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.billing-helper {
  min-height: 20px;
  margin: 12px auto 0;
  color: var(--dim);
  font-size: 12px;
  text-align: center;
}
.plan {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  transition: 0.4s;
}
.plan:hover {
  transform: translateY(-4px);
}
.plan.feat {
  border-color: var(--lavender);
  background: linear-gradient(
    180deg,
    rgba(121, 24, 255, 0.14),
    rgba(255, 255, 255, 0.02)
  );
}
.plan .pn {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--mint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.plan .price {
  font-family: var(--title);
  font-weight: 200;
  font-size: 40px;
  color: #fff;
  margin: 16px 0 4px;
}
.plan .price small {
  font-size: 14px;
  color: var(--dim);
  font-weight: 400;
}
.plan .pnote {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--dim);
  letter-spacing: 0.05em;
  margin-top: 2px;
}
.legal-body {
  max-width: 780px;
}
.legal-body h2 {
  font-family: var(--title);
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  margin: 44px 0 14px;
}
.legal-body h3 {
  font-size: 16px;
  color: #fff;
  margin: 26px 0 8px;
}
.legal-body p {
  font-size: 15px;
  color: var(--dim2);
  line-height: 1.8;
  margin-bottom: 10px;
}
.fineprint {
  font-size: 12px;
  color: var(--dim);
  line-height: 1.7;
  margin: 26px auto 0;
  max-width: 760px;
  text-align: center;
}
.plan .badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  background: var(--lavender);
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.plan ul {
  list-style: none;
  margin: 22px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan ul li {
  font-size: 14px;
  color: var(--dim2);
  display: flex;
  gap: 10px;
}
.plan ul li i {
  color: var(--mint);
  font-style: normal;
}
.plan .btn {
  width: 100%;
  justify-content: center;
}
.launch-extras {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: 860px;
  margin: 36px auto 0;
}
.launch-extra {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}
.launch-extra > span {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.launch-extra h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-family: var(--title);
  font-size: 23px;
  font-weight: 300;
}
.launch-extra strong {
  display: block;
  color: #fff;
  font-family: var(--title);
  font-size: 26px;
  font-weight: 300;
}
.launch-extra p {
  margin-top: 10px;
  color: var(--dim2);
  font-size: 13px;
  line-height: 1.65;
}

/* ============================================================
   CIERRE
   ============================================================ */
.close {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(
    90% 120% at 50% 0%,
    #12193a 0%,
    #0a0b16 55%,
    #08080c 100%
  );
}
.close h2 {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(34px, 6vw, 74px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.close .counter {
  font-family: var(--title);
  font-weight: 100;
  font-size: clamp(70px, 14vw, 160px);
  line-height: 1;
  background: linear-gradient(90deg, #5b9bff, #a58bff, var(--mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 20px 0;
}
.close .counter small {
  font-family: var(--mono);
  font-size: 14px;
  -webkit-text-fill-color: var(--dim);
  color: var(--dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--line);
  padding: 70px 0 40px;
  background: #070709;
}
.footer .top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 760px) {
  .footer .top {
    grid-template-columns: 1fr 1fr;
  }
}
.footer .logo {
  height: 26px;
  margin-bottom: 18px;
}
.footer .about {
  font-size: 13.5px;
  color: var(--dim);
  max-width: 280px;
  line-height: 1.6;
}
.footer h4 {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--mint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer ul li a {
  font-size: 13.5px;
  color: var(--dim2);
  transition: color 0.3s;
}
.footer ul li a:hover {
  color: #fff;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: 10px;
  color: #5a6180;
  letter-spacing: 0.06em;
  flex-wrap: wrap;
  gap: 14px;
}

/* ============================================================
   REFRESH GRÁFICO — auroras + grano + vidrio
   (estilo referencias Pinterest, colores del manual SANEO)
   ============================================================ */
html {
  background: #060609;
}
body {
  background: transparent;
}

/* fondo global: auroras difusas + grano, detrás de todo */
.bg-fx {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.bg-fx .aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.bg-fx .a1 {
  width: 66vw;
  height: 66vw;
  top: -22vw;
  left: -12vw;
  background: radial-gradient(circle, rgba(121, 24, 255, 0.9), transparent 64%);
  opacity: 0.55;
  animation: drift1 24s ease-in-out infinite;
}
.bg-fx .a2 {
  width: 56vw;
  height: 56vw;
  top: 8vw;
  right: -16vw;
  background: radial-gradient(circle, rgba(60, 110, 242, 0.7), transparent 64%);
  opacity: 0.4;
  animation: drift2 28s ease-in-out infinite;
}
.bg-fx .a3 {
  width: 48vw;
  height: 48vw;
  bottom: -18vw;
  left: 24vw;
  background: radial-gradient(circle, rgba(74, 200, 172, 0.7), transparent 66%);
  opacity: 0.24;
  animation: drift3 32s ease-in-out infinite;
}
.bg-fx .grain {
  position: absolute;
  inset: 0;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-size: 160px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes drift1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6vw, 4vw);
  }
}
@keyframes drift2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5vw, 5vw);
  }
}
@keyframes drift3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4vw, -4vw);
  }
}

/* hero VIVO: auroras morado-azul en movimiento (refs NEVERHACK) */
.hero {
  background: transparent;
}
.hero-aurora {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.hero-aurora .hb {
  position: absolute;
  border-radius: 50%;
  filter: blur(85px);
  mix-blend-mode: screen;
  will-change: transform;
}
.hero-aurora .hb1 {
  width: 78vw;
  height: 82vh;
  bottom: -26vh;
  left: 8vw;
  background: radial-gradient(
    circle,
    rgba(121, 24, 255, 0.92),
    rgba(121, 24, 255, 0) 60%
  );
  animation: ha1 18s ease-in-out infinite;
}
.hero-aurora .hb2 {
  width: 62vw;
  height: 66vh;
  bottom: -14vh;
  right: -6vw;
  background: radial-gradient(
    circle,
    rgba(47, 120, 242, 0.78),
    transparent 62%
  );
  animation: ha2 23s ease-in-out infinite;
}
.hero-aurora .hb3 {
  width: 46vw;
  height: 50vh;
  top: -16vh;
  left: 34vw;
  background: radial-gradient(
    circle,
    rgba(74, 200, 172, 0.32),
    transparent 66%
  );
  animation: ha3 27s ease-in-out infinite;
}
.hero-aurora .hb4 {
  width: 52vw;
  height: 56vh;
  bottom: -4vh;
  left: -16vw;
  background: radial-gradient(circle, rgba(96, 40, 220, 0.72), transparent 60%);
  animation: ha2 20s ease-in-out infinite reverse;
}
@keyframes ha1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(8vw, -6vh) scale(1.14);
  }
}
@keyframes ha2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-7vw, 5vh) scale(1.1);
  }
}
@keyframes ha3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(6vw, 7vh) scale(1.16);
  }
}
/* rejilla tech en movimiento */
.hero-grid {
  position: absolute;
  inset: -2px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 66px 66px;
  animation: gridmove 16s linear infinite;
  -webkit-mask-image: radial-gradient(
    120% 95% at 50% 42%,
    #000 38%,
    transparent 82%
  );
  mask-image: radial-gradient(120% 95% at 50% 42%, #000 38%, transparent 82%);
}
@keyframes gridmove {
  from {
    background-position:
      0 0,
      0 0;
  }
  to {
    background-position:
      66px 66px,
      66px 66px;
  }
}

/* partículas de datos + barrido futurista */
.hero-tech {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero-tech .pt {
  position: absolute;
  bottom: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8fb4ff;
  box-shadow: 0 0 8px 1px rgba(120, 160, 255, 0.85);
  opacity: 0;
  animation-name: ptrise;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes ptrise {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  12% {
    opacity: 0.9;
  }
  88% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-92vh);
    opacity: 0;
  }
}
.hero-tech .scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 170px;
  top: -170px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(120, 160, 255, 0.09),
    transparent
  );
  animation: scan 9s ease-in-out infinite;
}
@keyframes scan {
  0% {
    top: -170px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

/* velo para alto contraste del texto */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      rgba(4, 4, 8, 0.8) 0%,
      rgba(4, 4, 8, 0.46) 30%,
      rgba(4, 4, 8, 0) 58%
    ),
    linear-gradient(0deg, rgba(4, 4, 8, 0.42) 0%, transparent 32%);
}

/* texto de alto contraste */
.hero h1 {
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}
.hero h1 .light {
  font-weight: 300;
  color: #fff;
}
.hero h1 .simpl {
  font-weight: 500;
  background: linear-gradient(90deg, #7ab6ff, #c0a8ff, #5fe6c8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .sub {
  color: #cbd4e6;
}
.hero .eyebrow span {
  color: #5fe6c8;
}

/* ===== HERO CLARO: degradado orgánico animado (video anatómico) + títulos centrados ===== */
.hero-light {
  background: #eef0f7;
}
.hero-light .hero-content {
  min-height: 100vh;
}
.hero-fluid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: multiply;
  background-size: 150px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24vh;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 6, 9, 0), #060609);
}
/* títulos al centro */
.hero-content.center {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  z-index: 4;
  position: relative;
}
.hero-content.center .eyebrow {
  justify-content: center;
}
.hero-content.center .actions {
  justify-content: center;
}
/* texto sobre claro */
.hero-light h1 {
  color: #181425;
  text-shadow: none;
  font-weight: 300;
}
.hero-light h1 .light {
  color: #181425;
  font-weight: 300;
}
.hero-light h1 .simpl {
  font-weight: 600;
  background: linear-gradient(90deg, #2f87f2, #7918ff, #159e82);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-light .eyebrow span {
  color: #6a3fd8;
}
.hero-light .eyebrow .rule {
  background: linear-gradient(90deg, #2f87f2, #7918ff);
}
.hero-light .sub {
  color: #4c4967;
  margin-left: auto;
  margin-right: auto;
}
.hero-light .scroll {
  color: #6a6786;
}
.btn-dark {
  background: #181425;
  color: #eef0f7;
}
.btn-dark:hover {
  transform: translateY(-2px);
}

/* ===== ÁTOMO QUE PALPITA (ref GIF) ===== */
.atom {
  position: relative;
  width: min(340px, 60vw);
  height: min(340px, 60vw);
  margin: 0 auto 22px;
}
.atom-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82%;
  height: 82%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #5069f2 0%,
    rgba(80, 105, 242, 0.55) 40%,
    rgba(80, 105, 242, 0) 66%
  );
  filter: blur(16px);
  animation: atompulse 2.4s ease-in-out infinite;
}
.atom-dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  filter: drop-shadow(0 1px 2px rgba(50, 70, 170, 0.28));
  animation: atombreathe 2.4s ease-in-out infinite;
}
.atom-particles {
  position: absolute;
  inset: 0;
}
.atom-particles .pp {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px 1px rgba(110, 140, 255, 0.9);
  opacity: 0;
  animation: emit 3.6s ease-out infinite;
}
@keyframes atompulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.88);
    opacity: 0.72;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 1;
  }
}
@keyframes atombreathe {
  0%,
  100% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes emit {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty)))
      scale(1);
    opacity: 0;
  }
}

/* nav: logo blanco sobre hero oscuro */
.nav .logo-dark {
  display: none;
}

/* fondo más limpio: luz suave arriba-izq + menos partículas (ref cápsula) */
.hero-aurora .hb-light {
  width: 60vw;
  height: 60vh;
  top: -24vh;
  left: -14vw;
  background: radial-gradient(
    circle,
    rgba(190, 210, 255, 0.5),
    transparent 62%
  );
  animation: ha3 30s ease-in-out infinite;
  mix-blend-mode: screen;
}
.hero-tech > *:nth-child(n + 6) {
  display: none;
}
.hero-tech .pt {
  opacity: 0;
}

/* cápsula glossy flotante (objeto 3D del hero) */
.hero-capsule {
  position: absolute;
  left: 74%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  width: min(120px, 9vw);
  height: min(320px, 26vw);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(-26deg);
  background: linear-gradient(
    158deg,
    #f2f6ff 0%,
    #d5def7 16%,
    #8f9cf2 40%,
    #7918ff 68%,
    #2f87f2 100%
  );
  box-shadow:
    inset 0 8px 22px rgba(255, 255, 255, 0.6),
    inset 0 -34px 66px rgba(0, 0, 0, 0.42),
    inset -14px 0 34px rgba(0, 0, 0, 0.28),
    0 46px 110px rgba(70, 45, 190, 0.5);
  animation: capfloat 8s ease-in-out infinite;
}
.hero-capsule::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 24%;
  width: 24%;
  height: 44%;
  border-radius: 999px;
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  opacity: 0.75;
  filter: blur(2px);
}
.hero-capsule::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 49.5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 2px;
}
.hero-capsule .cap-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220%;
  height: 220%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(50px);
  background: radial-gradient(circle, rgba(121, 24, 255, 0.5), transparent 60%);
}
@keyframes capfloat {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-26deg);
  }
  50% {
    transform: translate(-50%, -60%) rotate(-21deg);
  }
}
@media (max-width: 900px) {
  .hero-capsule {
    left: 82%;
    top: 36%;
    opacity: 0.7;
  }
}

/* botones de vidrio */
.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(74, 200, 172, 0.55);
}

/* superficies de vidrio esmerilado sobre las auroras */
.manifesto {
  background: transparent;
}
.close {
  background: transparent;
}

/* ===== PAISAJE DE AURORAS (imagen tras el hero, integrada sin saltos) ===== */
.manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(150px, 24vh, 260px) 0;
}
.manifesto .landscape {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      58% 42% at 50% 98%,
      rgba(74, 200, 172, 0.32),
      transparent 60%
    ),
    radial-gradient(
      50% 62% at 8% 62%,
      rgba(47, 64, 190, 0.92),
      transparent 60%
    ),
    radial-gradient(
      50% 62% at 92% 58%,
      rgba(96, 44, 210, 0.88),
      transparent 60%
    ),
    radial-gradient(
      74% 64% at 50% 20%,
      rgba(206, 216, 255, 0.55),
      transparent 58%
    ),
    linear-gradient(180deg, #0a0b16, #12142c 48%, #0a0b16);
  animation: landbreathe 26s ease-in-out infinite;
}
.manifesto .landscape::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-size: 170px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes landbreathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #060609 0%,
    rgba(6, 6, 9, 0) 17%,
    rgba(6, 6, 9, 0) 83%,
    #060609 100%
  );
}
.manifesto .wrap {
  position: relative;
  z-index: 2;
}
.manifesto .big .m {
  color: #aeb7d8;
}
.manifesto .big .m.lit {
  color: #fff;
  text-shadow: 0 2px 34px rgba(0, 0, 0, 0.55);
}
.manifesto .eyebrow span {
  color: #8fe6d2;
}
.close .close-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    60% 80% at 50% 10%,
    rgba(121, 24, 255, 0.28),
    transparent 60%
  );
}
.demo-frame {
  background: rgba(12, 13, 22, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(255, 255, 255, 0.1);
}
.pains {
  background: rgba(255, 255, 255, 0.06);
}
.pain {
  background: rgba(11, 12, 20, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pain:hover {
  background: rgba(22, 26, 48, 0.65);
}
.module {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.plan {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav.scrolled {
  background: rgba(6, 6, 10, 0.6);
}

/* ============================================================
   HERO PREMIUM — healthtech SaaS oscuro (glow + vidrio + aire)
   ============================================================ */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 100vh;
  padding: 150px var(--pad) 90px;
  overflow: hidden;
}
.hero-glows {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-glows .g {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.hero-glows .g1 {
  width: 64vw;
  height: 64vw;
  top: -20vw;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(47, 135, 242, 0.5), transparent 62%);
  animation: hg1 22s ease-in-out infinite;
}
.hero-glows .g2 {
  width: 46vw;
  height: 46vw;
  top: 2vw;
  left: 4vw;
  background: radial-gradient(
    circle,
    rgba(121, 24, 255, 0.45),
    transparent 62%
  );
  animation: hg2 26s ease-in-out infinite;
}
.hero-glows .g3 {
  width: 44vw;
  height: 44vw;
  top: -2vw;
  right: 2vw;
  background: radial-gradient(circle, rgba(74, 200, 172, 0.2), transparent 64%);
  animation: hg3 30s ease-in-out infinite;
}
@keyframes hg1 {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(3vw);
  }
}
@keyframes hg2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(3vw, 2vw);
  }
}
@keyframes hg3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-3vw, 2vw);
  }
}
.hero .hero-content.center {
  position: relative;
  z-index: 3;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 3vh;
  text-align: center;
  align-items: center;
}
.hero .eyebrow {
  justify-content: center;
}
.hero .eyebrow span {
  color: #8fb0ff;
  letter-spacing: 0.16em;
}
.hero h1 {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(50px, 8.2vw, 100px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: #fff;
}
.hero h1 .grad {
  font-weight: 300;
  background: linear-gradient(100deg, #5b9bff, #a58bff, #4ac8ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .sub {
  color: #aeb6d4;
  max-width: 520px;
  margin: 26px auto 0;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
}
.actions.center-actions {
  justify-content: center;
  margin-top: 40px;
}
.btn-grad {
  background: linear-gradient(105deg, #5b3fe6, #8b2fff);
  color: #fff;
  border: none;
  box-shadow: 0 10px 30px rgba(80, 50, 220, 0.35);
}
.btn-grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(80, 50, 220, 0.5);
}
.btn-glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #eef1ff;
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(143, 176, 255, 0.5);
}
.hero-panel {
  position: relative;
  z-index: 2;
  width: min(1060px, 94vw);
  margin: 70px auto 0;
}
.hero-panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6%;
  transform: translateX(-50%);
  width: 80%;
  height: 70%;
  z-index: -1;
  filter: blur(40px);
  background: radial-gradient(
    60% 60% at 50% 0%,
    rgba(96, 70, 240, 0.6),
    transparent 70%
  );
}
.glass-panel {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  box-shadow:
    0 50px 130px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: panelfloat 8s ease-in-out infinite;
}
@keyframes panelfloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.gp-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.gp-brand {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2f87f2, #7918ff);
}
.gp-nav {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}
.gp-nav.on {
  background: rgba(143, 176, 255, 0.4);
}
.gp-main {
  padding: 6px 8px 8px 2px;
  text-align: left;
}
.gp-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.gp-h {
  font-family: var(--title);
  font-weight: 300;
  font-size: 16px;
  color: #eef1ff;
}
.gp-live {
  font-family: var(--mono);
  font-size: 10px;
  color: #4ac8ac;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.gp-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ac8ac;
  box-shadow: 0 0 8px #4ac8ac;
  animation: blink 1.6s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.gp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.gp-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
}
.gp-stat .l {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  color: #8f9bc4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.gp-stat .v {
  display: block;
  font-family: var(--title);
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-top: 4px;
}
.gp-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px;
}
.gp-agenda {
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
  align-items: flex-start;
}
.gp-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gp-col i {
  height: 22px;
  border-radius: 5px;
  display: block;
}
.gp-col i.b {
  background: rgba(47, 135, 242, 0.7);
}
.gp-col i.p {
  background: rgba(121, 24, 255, 0.6);
}
.gp-col i.m {
  background: rgba(74, 200, 172, 0.6);
}
.gp-chat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
}
.gp-tag {
  font-family: var(--mono);
  font-size: 9px;
  color: #4ac8ac;
  letter-spacing: 0.1em;
}
.gp-chat p {
  font-size: 13px;
  color: #dfe4f5;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 720px) {
  .gp-stats {
    grid-template-columns: 1fr 1fr;
  }
  .gp-row {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   HERO SPLASH — gradiente azul-morado con MUCHO movimiento + logo
   ============================================================ */
.hero {
  display: block;
  padding: 0;
  min-height: auto;
  background: #08060f;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-flow {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-flow .fb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: screen;
  will-change: transform;
}
.hero-flow .fb1 {
  width: 72vw;
  height: 72vw;
  top: -12vw;
  left: 28vw;
  background: radial-gradient(circle, #7918ff, transparent 60%);
  animation: fbA 14s ease-in-out infinite;
}
.hero-flow .fb2 {
  width: 62vw;
  height: 62vw;
  top: 8vw;
  left: -12vw;
  background: radial-gradient(circle, #2f87f2, transparent 60%);
  animation: fbB 12s ease-in-out infinite;
}
.hero-flow .fb3 {
  width: 58vw;
  height: 58vw;
  bottom: -22vw;
  right: -6vw;
  background: radial-gradient(circle, #9a4dff, transparent 60%);
  animation: fbC 16s ease-in-out infinite;
}
.hero-flow .fb4 {
  width: 46vw;
  height: 46vw;
  bottom: -12vw;
  left: 8vw;
  background: radial-gradient(circle, #3b2bd0, transparent 62%);
  animation: fbA 18s ease-in-out infinite reverse;
}
.hero-flow .fb5 {
  width: 32vw;
  height: 32vw;
  top: 26vw;
  left: 42vw;
  background: radial-gradient(
    circle,
    rgba(74, 200, 172, 0.55),
    transparent 64%
  );
  animation: fbB 20s ease-in-out infinite;
}
.hero-flow::after {
  content: "";
  position: absolute;
  inset: -25%;
  background: conic-gradient(from 0deg, #2f87f2, #7918ff, #4f2bd0, #2f87f2);
  opacity: 0.2;
  filter: blur(80px);
  animation: spin 26s linear infinite;
}
@keyframes fbA {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-14vw, 8vw) scale(1.22);
  }
}
@keyframes fbB {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(12vw, -6vw) scale(1.16);
  }
}
@keyframes fbC {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-10vw, -10vw) scale(1.26);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.hero-grain2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-size: 150px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-lockup {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 var(--pad);
}
.hero-logo {
  width: min(480px, 58vw);
  height: auto;
  filter: drop-shadow(0 10px 60px rgba(0, 0, 0, 0.45));
}
.hero-tag {
  font-family: var(--mono);
  letter-spacing: 0.18em;
  font-size: clamp(11px, 1.4vw, 15px);
  color: #e6e2f4;
  margin-top: 18px;
}
.hero .actions.center-actions {
  justify-content: center;
  margin-top: 44px;
}
.hero-scroll {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: var(--mono);
  color: #d8d3ec;
  font-size: 18px;
  animation: bob 2s ease-in-out infinite;
}
@keyframes bob {
  0%,
  100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-50%) translateY(7px);
  }
}
.hero-panel {
  margin-top: -20px;
}

/* ============================================================
   HERO VIDEO — video de marca hecho por Laura (máximo movimiento)
   ============================================================ */
.hero {
  display: block;
  padding: 0;
  min-height: auto;
  background: #000;
  position: relative;
  overflow: hidden;
}
.hero-stage {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 22%,
    rgba(0, 0, 0, 0) 56%,
    rgba(6, 6, 9, 0.94) 100%
  );
}
.hero-cta-float {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15vh;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 0 var(--pad);
}
.hero-cta-row,
.hero-voice-topics {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-cta-row {
  gap: 16px;
}
.hero-voice-topics {
  gap: 8px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-voice-topics span {
  color: rgba(255, 255, 255, 0.58);
}
.hero-voice-topics a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 7px 11px;
  border: 1px solid rgba(180, 145, 255, 0.35);
  border-radius: 999px;
  background: rgba(20, 12, 38, 0.54);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.hero-voice-topics a:hover,
.hero-voice-topics a:focus-visible {
  color: #fff;
  border-color: rgba(180, 145, 255, 0.76);
  background: rgba(121, 24, 255, 0.38);
  transform: translateY(-1px);
}
.hero-panel {
  position: relative;
  z-index: 3;
  margin-top: -8vh;
}

/* ============================================================
   PÁGINAS INTERNAS — componentes compartidos
   ============================================================ */
#menu a.active {
  color: #fff;
}
#menu a.active::after {
  content: "";
  display: block;
  height: 1.5px;
  margin-top: 4px;
  background: linear-gradient(90deg, var(--blue), var(--mint));
}

/* encabezado de página interna */
.page-head {
  position: relative;
  padding: 180px var(--pad) 70px;
  overflow: hidden;
  text-align: center;
}
.page-head .glow {
  position: absolute;
  top: -24vw;
  left: 50%;
  transform: translateX(-50%);
  width: 74vw;
  height: 74vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 64, 235, 0.4), transparent 62%);
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
  animation: hg2 26s ease-in-out infinite;
}
.page-head .wrap {
  position: relative;
  z-index: 2;
}
.page-head .eyebrow {
  justify-content: center;
}
.page-head h1 {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #fff;
}
.page-head h1 .grad {
  font-weight: 300;
  background: linear-gradient(100deg, #7f8cff, #a06bff, #c9a8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-head p.intro {
  color: var(--dim2);
  max-width: 620px;
  margin: 24px auto 0;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.65;
}
.page-cta {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* bloque de contenido a dos columnas (texto + visual), reutiliza .feature */
.section.tight {
  padding: clamp(60px, 9vh, 110px) 0;
}

/* FAQ acordeón */
.faq {
  max-width: 840px;
  margin: 44px auto 0;
}
.faq-item {
  border-top: 1px solid var(--line);
}
.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--body);
  font-weight: 400;
  font-size: clamp(15px, 1.8vw, 18px);
  padding: 24px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.faq-q .ic {
  color: var(--mint);
  font-size: 22px;
  transition: transform 0.3s;
  flex: none;
  line-height: 1;
}
.faq-item.open .faq-q .ic {
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: var(--dim2);
  font-size: 15px;
  line-height: 1.7;
}
.faq-item.open .faq-a {
  max-height: 260px;
  padding-bottom: 24px;
}

/* tabla comparativa de planes */
.cmp-wrap {
  overflow-x: auto;
  margin-top: 44px;
}
.cmp {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 620px;
}
.cmp th,
.cmp td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.cmp th:first-child,
.cmp td:first-child {
  text-align: left;
  color: var(--dim2);
}
.cmp thead th {
  font-family: var(--title);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.cmp thead th small {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.cmp .yes {
  color: var(--mint);
  font-size: 16px;
}
.cmp .no {
  color: #41465c;
}
.cmp tr.feat-col td:nth-child(3),
.cmp thead th:nth-child(3) {
  background: rgba(74, 200, 172, 0.05);
}

/* formulario de contacto (glass) */
.form-card {
  max-width: 560px;
  margin: 44px auto 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 38px);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.form-card label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 18px 0 8px;
}
.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 15px;
  color: #fff;
  font-family: var(--body);
  font-size: 15px;
  transition: border-color 0.3s;
}
.form-card input::placeholder,
.form-card textarea::placeholder {
  color: #5a6180;
}
.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
  outline: none;
  border-color: rgba(143, 176, 255, 0.6);
}
.form-card textarea {
  min-height: 110px;
  resize: vertical;
}
.form-card .btn {
  width: 100%;
  justify-content: center;
  margin-top: 26px;
}
.form-card .btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  filter: saturate(0.55);
}
.form-card .consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 0;
  color: var(--dim2);
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
  cursor: pointer;
}
.form-card .consent-row input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  padding: 0;
  flex: 0 0 auto;
  accent-color: var(--mint);
}
.form-card .consent-row a {
  color: inherit;
  text-decoration: underline;
}
.form-note {
  font-size: 12px;
  color: var(--dim);
  text-align: center;
  margin-top: 16px;
}
.form-ok {
  display: none;
  max-width: 560px;
  margin: 44px auto 0;
  text-align: center;
  background: rgba(74, 200, 172, 0.08);
  border: 1px solid rgba(74, 200, 172, 0.3);
  border-radius: 18px;
  padding: 40px;
}
.form-ok h3 {
  font-family: var(--title);
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.form-ok p {
  color: var(--dim2);
}

/* banda CTA (cierre de página) */
.cta-band {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cta-band .glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    60% 120% at 50% 100%,
    rgba(96, 70, 240, 0.28),
    transparent 62%
  );
}
.cta-band h2 {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(32px, 5.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  position: relative;
}
.cta-band p {
  color: var(--dim2);
  max-width: 520px;
  margin: 20px auto 0;
  position: relative;
}
.cta-band .page-cta {
  position: relative;
}

/* info-cards grid genérico (reutiliza .modules-grid/.module) */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 48px;
}

/* ---------- refuerzos responsive ---------- */
@media (max-width: 640px) {
  .hero-cta-float {
    bottom: 12vh;
    gap: 12px;
  }
  .hero-cta-row {
    gap: 10px;
  }
  .hero-voice-topics {
    max-width: 340px;
  }
  .hero-voice-topics span {
    flex-basis: 100%;
    text-align: center;
  }
  .btn {
    padding: 13px 20px;
    font-size: 11px;
  }
  .pains {
    grid-template-columns: 1fr;
  }
  .gp-stats {
    grid-template-columns: 1fr 1fr;
  }
  .glass-panel {
    grid-template-columns: 1fr;
  }
  .gp-side {
    flex-direction: row;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 12px;
  }
  .feature {
    gap: 34px;
  }
  .footer .top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .page-head {
    padding-top: 140px;
  }
}

/* ===== fuentes: nav y botones en mono legible; CF Stitch solo en detalles ===== */
.nav .links,
.btn {
  font-family: "Space Mono", monospace;
}
.eyebrow span {
  font-size: 12px;
}

/* ============================================================
   PERSUASIÓN / NEUROMARKETING — letra grande, cortes de contraste, hot spots
   ============================================================ */
body {
  font-size: 17px;
}
.lead {
  font-size: clamp(17px, 1.6vw, 22px);
  max-width: 640px;
}
h2.title {
  font-size: clamp(42px, 6.4vw, 86px);
}
.module h3 {
  font-size: 22px;
}
.module p {
  font-size: 15.5px;
}
.feature ul li {
  font-size: 16.5px;
}
.pain p {
  font-size: 15.5px;
}
.pain h3 {
  font-size: 24px;
}

/* ---- cortes de alto contraste ---- */
.sec-purple {
  background: linear-gradient(140deg, #2f0f8f 0%, #7918ff 52%, #9a4dff 100%);
  position: relative;
  overflow: hidden;
}
.sec-purple::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/brand/bg-purple.jpg") center/cover;
  opacity: 0.3;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.sec-purple > * {
  position: relative;
  z-index: 1;
}
.sec-purple .eyebrow span {
  color: #e6dcff;
}
.sec-purple .eyebrow .rule {
  background: rgba(255, 255, 255, 0.6);
}
.sec-purple .lead {
  color: rgba(255, 255, 255, 0.9);
}
.sec-light {
  background: #eae4df;
  color: #1a1622;
}
.sec-light h2,
.sec-light h3,
.sec-light .n {
  color: #1a1622;
}
.sec-light .lead,
.sec-light p {
  color: #4c4658;
}
.sec-light .eyebrow span {
  color: #7918ff;
}
.sec-light .eyebrow .rule {
  background: linear-gradient(90deg, #7918ff, #2f87f2);
}

/* ---- statement gigante (hot spot emocional) ---- */
.statement {
  text-align: center;
  padding: clamp(90px, 16vh, 190px) 0;
}
.statement h2 {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 14ch;
  margin: 0 auto;
  color: #fff;
}
.statement h2 b {
  font-weight: 500;
}
.statement p {
  font-size: clamp(17px, 1.8vw, 22px);
  color: rgba(255, 255, 255, 0.85);
  margin: 26px auto 0;
  max-width: 560px;
}
.statement .page-cta {
  justify-content: center;
  margin-top: 40px;
}

/* ---- hot stats (números gigantes) ---- */
.hotstats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 50px);
  text-align: center;
  margin-top: 56px;
}
.hotstat .n {
  font-family: var(--title);
  font-weight: 200;
  font-size: clamp(58px, 9vw, 124px);
  line-height: 0.95;
  background: linear-gradient(120deg, #7918ff, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.03em;
}
.hotstat .lbl {
  font-size: clamp(15px, 1.4vw, 18px);
  margin-top: 12px;
  line-height: 1.4;
  opacity: 0.85;
}

/* ---- before / after ---- */
.ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}
.ba .col {
  border-radius: 16px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid var(--line);
}
.ba .before {
  background: rgba(255, 255, 255, 0.02);
}
.ba .before h3,
.ba .before li {
  color: #8b8ea3;
}
.ba .after {
  background: linear-gradient(
    180deg,
    rgba(121, 24, 255, 0.16),
    rgba(255, 255, 255, 0.02)
  );
  border-color: var(--lavender);
  box-shadow: 0 30px 80px rgba(80, 30, 200, 0.2);
}
.ba h3 {
  font-family: var(--mono);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.ba ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ba li {
  font-size: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #fff;
}
.ba li i {
  font-style: normal;
  flex: none;
}
.ba .before li i {
  color: #e2555f;
}
.ba .after li i {
  color: var(--mint);
}

/* ---- proof strip ---- */
.proof {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 7vw, 90px);
  flex-wrap: wrap;
  text-align: center;
  padding: 34px var(--pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
}
.proof .p .n {
  font-family: var(--title);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 48px);
  color: #fff;
  line-height: 1;
}
.proof .p .l {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 8px;
}

@media (max-width: 720px) {
  .hotstats {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ba {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   TEXTURAS Y ELEMENTOS DE MARCA (kit real) — línea gráfica
   ============================================================ */
/* elemento de órbita (onda de marca) decorando encabezados internos */
.page-head {
  overflow: hidden;
}
.page-head::after {
  content: "";
  position: absolute;
  top: 4%;
  right: -6%;
  width: min(560px, 48vw);
  height: min(360px, 32vw);
  z-index: 0;
  background: url("assets/brand/elem-orbit.png") center/contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
  animation: orbfloat 12s ease-in-out infinite;
}
@keyframes orbfloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-16px) rotate(2deg);
  }
}

/* sección con textura de fondo morado fluido (fondo de marca) */
.sec-fluid {
  position: relative;
  overflow: hidden;
}
.sec-fluid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/brand/bg-fluid-purple.jpg") center/cover;
  opacity: 0.16;
  mix-blend-mode: screen;
  pointer-events: none;
}
.sec-fluid > * {
  position: relative;
  z-index: 1;
}

/* pieza glossy morada de marca como acento flotante */
.brand-glossy {
  position: absolute;
  width: min(360px, 34vw);
  aspect-ratio: 1.2;
  pointer-events: none;
  z-index: 0;
  background: url("assets/brand/elem-purple-glossy.png") center/contain
    no-repeat;
  opacity: 0.55;
  filter: drop-shadow(0 30px 80px rgba(90, 30, 220, 0.4));
  animation: orbfloat 10s ease-in-out infinite;
}

/* textura de grano sutil reutilizable en cualquier sección */
.tex-grain {
  position: relative;
}
.tex-grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-size: 150px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================
   VENTANA DE CHAT CON SANO (IA interactiva en el hero)
   ============================================================ */
.sano-window {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(160, 120, 255, 0.4);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow:
    0 50px 130px rgba(0, 0, 0, 0.6),
    0 0 70px rgba(121, 24, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  min-height: 440px;
  max-height: 470px;
}
.sw-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sw-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sw-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #c9a8ff, #7918ff 60%, #3a0f8f);
  box-shadow: 0 0 16px rgba(121, 24, 255, 0.6);
  flex: none;
}
.sw-brand b {
  font-family: var(--title);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 1.1;
}
.sw-brand small {
  font-size: 12px;
  color: #a99fd0;
}
.sw-live {
  font-family: var(--mono);
  font-size: 11px;
  color: #4ac8ac;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sw-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ac8ac;
  box-shadow: 0 0 8px #4ac8ac;
  animation: blink 1.6s infinite;
}
.sw-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sw-msg {
  max-width: 84%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 15.5px;
  line-height: 1.55;
  animation: pop 0.4s ease;
}
.sw-msg.ai {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #eef;
  border-bottom-left-radius: 5px;
}
.sw-msg.me {
  align-self: flex-end;
  background: linear-gradient(105deg, #5b3fe6, #8b2fff);
  color: #fff;
  border-bottom-right-radius: 5px;
}
.sw-msg a {
  color: #c9a8ff;
  text-decoration: underline;
}
.sw-msg .who {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  color: #b39cff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.sw-typing {
  display: flex;
  gap: 5px;
  align-self: flex-start;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border-bottom-left-radius: 5px;
}
.sw-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b39cff;
  animation: typedot 1.2s infinite;
}
.sw-typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.sw-typing span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes typedot {
  0%,
  60%,
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-4px);
  }
}
.sw-chips {
  display: flex;
  gap: 8px;
  padding: 0 16px 12px;
  flex-wrap: wrap;
}
.sw-chips button {
  font-family: var(--body);
  font-size: 13px;
  color: #d9d2f5;
  background: rgba(160, 120, 255, 0.12);
  border: 1px solid rgba(160, 120, 255, 0.32);
  border-radius: 20px;
  padding: 8px 14px;
  cursor: pointer;
  transition: 0.25s;
}
.sw-chips button:hover {
  background: rgba(160, 120, 255, 0.28);
  color: #fff;
}
.sw-input {
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sw-input input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 13px 16px;
  color: #fff;
  font-family: var(--body);
  font-size: 15px;
}
.sw-input input::placeholder {
  color: #8b82ad;
}
.sw-input input:focus {
  outline: none;
  border-color: rgba(160, 120, 255, 0.75);
}
.sw-input button {
  width: 48px;
  flex: none;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #7918ff, #a855f7);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}
.sw-input button:hover {
  transform: scale(1.06);
}
@media (max-width: 640px) {
  .sano-window {
    max-height: 520px;
  }
  .sw-chips button {
    font-size: 12px;
    padding: 7px 11px;
  }
}

/* ===== titulares de sección más grandes (escaneo) ===== */
.feature h2.title {
  font-size: clamp(40px, 5.8vw, 80px);
}
.page-head h1 {
  font-size: clamp(46px, 7.5vw, 96px);
}
/* banda de datos (hot spots) reutilizable en internas */
.databand {
  padding: clamp(50px, 7vh, 90px) 0;
}
.databand .hotstats {
  margin-top: 0;
}

/* ============================================================
   ELEMENTOS GRÁFICOS DE MARCA — capas decorativas flotantes
   ============================================================ */
.section > .wrap {
  position: relative;
  z-index: 2;
}
.decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.d-sphere {
  width: min(280px, 26vw);
  aspect-ratio: 1;
  background-image: url("assets/brand/elem-sphere.png");
  opacity: 0.5;
  animation: orbfloat 11s ease-in-out infinite;
}
.d-orbit {
  width: min(440px, 42vw);
  aspect-ratio: 1.7;
  background-image: url("assets/brand/elem-orbit.png");
  opacity: 0.28;
  animation: orbfloat 15s ease-in-out infinite;
}
.d-orbit-mint {
  background-image: url("assets/brand/elem-orbit-mint.png");
  opacity: 0.3;
}
.d-lines {
  width: min(620px, 62vw);
  aspect-ratio: 1.4;
  background-image: url("assets/brand/elem-lines.png");
  opacity: 0.22;
  animation: orbfloat 18s ease-in-out infinite;
}
.d-chrome {
  width: min(300px, 28vw);
  aspect-ratio: 1.1;
  background-image: url("assets/brand/elem-chrome.png");
  border-radius: 16px;
  opacity: 0.7;
  filter: drop-shadow(0 30px 70px rgba(90, 30, 220, 0.4));
  animation: orbfloat 12s ease-in-out infinite;
}

/* ============================================================
   SANO VOICE — demo comercial en tiempo real
   ============================================================ */
.voice-section {
  overflow: hidden;
}
.voice-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}
.voice-copy .lead {
  margin-top: 26px;
}
.voice-safety {
  max-width: 570px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(74, 200, 172, 0.26);
  background: rgba(74, 200, 172, 0.06);
  border-radius: 12px;
}
.voice-safety span {
  display: block;
  margin-bottom: 7px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.voice-safety p {
  color: #b7c5c5;
  font-size: 14px;
  line-height: 1.55;
}
.voice-cta {
  margin-top: 28px;
}
.voice-console {
  position: relative;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(160, 120, 255, 0.38);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -20%, rgba(121, 24, 255, 0.28), transparent 48%),
    rgba(10, 10, 19, 0.84);
  box-shadow:
    0 50px 130px rgba(0, 0, 0, 0.58),
    0 0 80px rgba(121, 24, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(24px);
}
.voice-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
}
.voice-console > * {
  position: relative;
  z-index: 1;
}
.voice-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.voice-console-head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.voice-console-head time {
  color: #b8a7e9;
  font-variant-numeric: tabular-nums;
}
.voice-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #746e83;
  box-shadow: 0 0 0 5px rgba(116, 110, 131, 0.12);
  transition: 0.3s;
}
.voice-status-dot[data-state="listening"] {
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(74, 200, 172, 0.12), 0 0 16px rgba(74, 200, 172, 0.5);
  animation: voicepulse 1.5s ease-in-out infinite;
}
.voice-status-dot[data-state="thinking"] {
  background: #b39cff;
  box-shadow: 0 0 0 6px rgba(179, 156, 255, 0.12);
  animation: voicepulse 0.9s ease-in-out infinite;
}
.voice-status-dot[data-state="speaking"] {
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(47, 135, 242, 0.12), 0 0 18px rgba(47, 135, 242, 0.5);
  animation: voicepulse 0.72s ease-in-out infinite;
}
.voice-status-dot[data-state="error"] {
  background: #ff6c84;
  box-shadow: 0 0 0 6px rgba(255, 108, 132, 0.12);
}
@keyframes voicepulse {
  0%,
  100% {
    transform: scale(0.82);
  }
  50% {
    transform: scale(1.2);
  }
}
.voice-transcript {
  flex: 1;
  min-height: 245px;
  max-height: 310px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 24px;
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 156, 255, 0.35) transparent;
}
.voice-line {
  width: min(86%, 460px);
  padding: 13px 16px;
  border-radius: 15px;
  animation: pop 0.32s ease;
}
.voice-line.assistant {
  align-self: flex-start;
  color: #ebe9f4;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom-left-radius: 5px;
}
.voice-line.user {
  align-self: flex-end;
  color: #fff;
  background: linear-gradient(105deg, #5136d2, #8128df);
  border-bottom-right-radius: 5px;
}
.voice-line span {
  display: block;
  margin-bottom: 5px;
  color: #b39cff;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.voice-line.user span {
  color: rgba(255, 255, 255, 0.68);
}
.voice-line p {
  font-size: 14.5px;
  line-height: 1.52;
}
.voice-line.draft p::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 13px;
  margin-left: 4px;
  vertical-align: -2px;
  background: #b39cff;
  animation: blink 0.8s step-end infinite;
}
.voice-controls {
  padding: 20px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(6, 6, 12, 0.58);
}
.voice-status {
  min-height: 21px;
  margin-bottom: 13px;
  color: #b8b2c7;
  font-size: 13px;
  text-align: center;
}
.voice-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #a9a4b8;
  font-size: 12.5px;
  line-height: 1.4;
  cursor: pointer;
}
.voice-consent input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: var(--lavender);
}
.voice-challenge {
  min-height: 66px;
  margin: 14px auto 12px;
  display: flex;
  justify-content: center;
}
.voice-start,
.voice-stop {
  width: 100%;
  justify-content: center;
}
.voice-start:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  filter: grayscale(0.3);
}
.voice-mic {
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 9px #fff;
}
.voice-fallback {
  color: #aaa4ba;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.voice-fallback a {
  color: #c9a8ff;
  text-decoration: underline;
}
#sano-voice[data-available="false"] .voice-consent,
#sano-voice[data-available="false"] .voice-challenge,
#sano-voice[data-available="false"] .voice-start {
  display: none;
}
@media (max-width: 980px) {
  .voice-layout {
    grid-template-columns: 1fr;
  }
  .voice-copy {
    max-width: 720px;
  }
  .voice-console {
    width: 100%;
    max-width: 720px;
    min-height: 550px;
  }
}
@media (max-width: 640px) {
  .voice-console {
    min-height: 590px;
    border-radius: 16px;
  }
  .voice-transcript {
    padding: 18px;
  }
  .voice-line {
    width: 92%;
  }
  .voice-controls {
    padding: 18px;
  }
  .voice-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .voice-status-dot,
  .voice-line,
  .voice-line.draft p::after {
    animation: none !important;
  }
}

/* ============================================================
   UPGRADE 2026-07 — hero con texto real, WhatsApp y refinamientos.
   Va al final para ganarle en cascada a las reglas anteriores sin
   tener que reescribir 3.800 líneas.
   ============================================================ */

/* ---------- Hero: el mensaje sale del video y pasa a HTML ---------- */
.hero-stage {
  display: grid;
  place-items: center;
  min-height: 100svh;
  height: auto;
  padding: 104px var(--pad) 72px;
}
.hero-video {
  /* El video pasa a ser atmósfera: nunca compite con el texto. */
  opacity: 0.5;
  filter: saturate(1.05);
}
/* Velo elíptico centrado en el bloque de texto: protege la lectura sin
   apagar el vidrio de los bordes, que es lo bonito del video. */
.hero-video-overlay {
  background:
    radial-gradient(
      74% 58% at 50% 52%,
      rgba(5, 5, 10, 0.8) 0%,
      rgba(5, 5, 10, 0.55) 45%,
      rgba(5, 5, 10, 0) 78%
    ),
    linear-gradient(
      180deg,
      rgba(6, 6, 11, 0.88) 0%,
      rgba(6, 6, 11, 0.1) 24%,
      rgba(6, 6, 11, 0.12) 62%,
      rgba(6, 6, 11, 0.96) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.hero-eyebrow .rule {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 107, 255, 0.9));
}

.hero-title {
  margin: 0;
  max-width: 16ch;
  font-family: var(--display, "NeueHaas", system-ui, sans-serif);
  font-weight: 500;
  font-size: clamp(2.15rem, 6.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.032em;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.55);
}
.hero-title em {
  display: block;
  font-style: normal;
  background: linear-gradient(96deg, #c7a6ff 0%, #7918ff 52%, #4ac8ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-sub {
  margin: 0;
  max-width: 60ch;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  text-wrap: pretty;
}

.hero-content .hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
}

.hero-microcopy {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  margin: 12px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 720px;
}
.hero-trust li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.4;
}
.hero-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ac8ac;
  box-shadow: 0 0 12px rgba(74, 200, 172, 0.75);
}

/* En celular el texto manda y el video se retira del todo. */
@media (max-width: 780px) {
  .hero-stage {
    padding: 92px 20px 52px;
    min-height: auto;
  }
  .hero-video {
    opacity: 0.24;
  }
  .hero-title {
    max-width: 100%;
    font-size: clamp(2rem, 8.6vw, 2.9rem);
    letter-spacing: -0.028em;
  }
  .hero-content .hero-cta-row {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .hero-content .hero-cta-row .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-trust {
    justify-content: flex-start;
    text-align: left;
    gap: 8px 18px;
  }
  .hero-scroll {
    display: none;
  }
}

/* Pie del panel de chat */
.sano-window-foot {
  margin: 14px auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 13px;
  color: var(--muted, rgba(255, 255, 255, 0.55));
}
.sano-window-foot a {
  color: #c7a6ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(199, 166, 255, 0.35);
}
.sano-window-foot a:hover,
.sano-window-foot a:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
}

/* ---------- Botón flotante de WhatsApp ---------- */
.saneo-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 20px 0 17px;
  border-radius: 999px;
  background: #1eb655;
  color: #fff;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    0 2px 8px rgba(30, 182, 85, 0.4);
  transition:
    transform 0.22s cubic-bezier(0.2, 0.8, 0.3, 1),
    box-shadow 0.22s,
    background 0.22s;
}
.saneo-wa svg {
  width: 25px;
  height: 25px;
  flex: none;
}
.saneo-wa:hover,
.saneo-wa:focus-visible {
  background: #17a44b;
  transform: translateY(-2px);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.42),
    0 3px 12px rgba(30, 182, 85, 0.5);
}
.saneo-wa:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
@media (max-width: 780px) {
  .saneo-wa {
    right: 14px;
    bottom: 14px;
    height: 52px;
    width: 52px;
    padding: 0;
    justify-content: center;
  }
  .saneo-wa-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .saneo-wa {
    transition: none;
  }
  .saneo-wa:hover,
  .saneo-wa:focus-visible {
    transform: none;
  }
}

/* ---------- Foco visible en todo el sitio (accesibilidad) ---------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #a06bff;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Ajustes finos del hero ----------
   El video trae el antiguo titular quemado en los píxeles. Se desenfoca
   y se amplía para que quede como textura de vidrio y no compita con el
   titular real en HTML. Cuando se re-renderice el video sin texto, basta
   con bajar el blur a 0. */
/* El video ya no trae texto quemado: se recortó al tramo limpio (seg. 4,3
   a 12,7 del original), donde solo hay vidrio líquido. Por eso va nítido,
   sin desenfoque, y con presencia real. */
.hero-video {
  opacity: 0.92;
  filter: saturate(1.14) contrast(1.06);
  transform: scale(1.04);
}
@media (max-width: 780px) {
  .hero-video {
    opacity: 0.7;
    transform: scale(1.12);
  }
}

/* Contraste legible en los textos de apoyo (antes quedaban muy apagados). */
.hero-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}
.hero-microcopy {
  color: rgba(255, 255, 255, 0.66);
}
.hero-trust li {
  color: rgba(255, 255, 255, 0.75);
}

/* ---------- Calculadora ---------- */
.calc-intro {
  margin-top: 10px;
  color: var(--muted, rgba(255, 255, 255, 0.62));
}
.calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 40px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .calc {
    grid-template-columns: 1fr;
  }
}
.calc-inputs,
.calc-result {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.028);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.calc-inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.calc-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.calc-field label {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  line-height: 1.4;
}
.calc-field output {
  font-family: var(--mono);
  font-size: 15px;
  color: #c7a6ff;
  font-variant-numeric: tabular-nums;
}
.calc-field input[type="number"] {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(8, 8, 14, 0.65);
  color: #fff;
  font-family: var(--mono);
  font-size: 19px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.calc-field input[type="number"]:focus {
  border-color: rgba(160, 107, 255, 0.75);
  outline: none;
  box-shadow: 0 0 0 3px rgba(121, 24, 255, 0.22);
}
.calc-field input[type="range"] {
  width: 100%;
  height: 30px;
  accent-color: #7918ff;
  background: transparent;
  cursor: pointer;
}

.calc-result {
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    165deg,
    rgba(121, 24, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.03) 58%
  );
  border-color: rgba(160, 107, 255, 0.3);
}
.calc-label {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.calc-big {
  margin: 10px 0 0;
  font-family: var(--display, system-ui, sans-serif);
  font-weight: 500;
  font-size: clamp(2.3rem, 5.2vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.calc-year {
  margin: 12px 0 0;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
.calc-year span {
  color: #ff9db4;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.calc-result hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 22px 0;
}
.calc-compare {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.calc-compare b {
  color: #fff;
}
.calc-cta {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.calc-fine {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.44);
}
@media (max-width: 560px) {
  .calc-inputs,
  .calc-result {
    padding: 22px;
  }
  .calc-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Los campos heredaban `CF Stitch`, que es una tipografía decorativa de
   puntos: perfecta para etiquetas, ilegible para escribir cifras. Aquí se
   usa una monoespaciada de sistema, que además alinea los dígitos. */
.calc .calc-field input[type="number"] {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas,
    monospace;
  color: #ffffff;
  opacity: 1;
  -webkit-text-fill-color: #ffffff;
  letter-spacing: 0;
}
.calc .calc-field output {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas,
    monospace;
}

/* ---------- Qué pasa después de enviar el formulario ---------- */
.ok-steps {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: okstep;
  text-align: left;
}
.ok-steps li {
  counter-increment: okstep;
  position: relative;
  padding-left: 38px;
  margin-bottom: 13px;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
}
.ok-steps li:last-child {
  margin-bottom: 0;
}
.ok-steps li b {
  color: #fff;
  font-weight: 600;
}
.ok-steps li::before {
  content: counter(okstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(121, 24, 255, 0.22);
  border: 1px solid rgba(160, 107, 255, 0.5);
  color: #c7a6ff;
  font-family: var(--mono);
  font-size: 11.5px;
  display: grid;
  place-items: center;
}
.ok-shortcut {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  text-align: left;
}
.ok-shortcut a {
  color: #4ade80;
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 222, 128, 0.4);
}
.ok-shortcut a:hover,
.ok-shortcut a:focus-visible {
  color: #86efac;
  border-bottom-color: #86efac;
}

/* ---------- Tarjetas de la página de seguridad ---------- */
.sec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 16px;
  margin-top: 38px;
}
.sec-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 26px 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.sec-card h3 {
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.3;
}
.sec-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.sec-card .sec-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ac8ac;
  box-shadow: 0 0 14px rgba(74, 200, 172, 0.85);
  margin-bottom: 16px;
}
.sec-card.light {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
}
.sec-card.light p {
  color: rgba(255, 255, 255, 0.82);
}

/* ---------- Formulario: bloque opcional plegado ---------- */
.form-more {
  margin: 4px 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}
.form-more > summary {
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
.form-more > summary::-webkit-details-marker {
  display: none;
}
.form-more > summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--mono);
  font-size: 17px;
  color: #a06bff;
  line-height: 1;
}
.form-more[open] > summary::after {
  content: "−";
}
.form-more > summary span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
}
.form-more > summary:hover {
  background: rgba(255, 255, 255, 0.04);
}
.form-more-body {
  padding: 4px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ---------- Salida por WhatsApp del formulario ---------- */
.form-escape {
  margin: 14px 0 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.form-escape a {
  color: #4ade80;
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 222, 128, 0.4);
  font-weight: 600;
}
.form-escape a:hover,
.form-escape a:focus-visible {
  color: #86efac;
  border-bottom-color: #86efac;
}

/* ---------- Barra fija en móvil ----------
   En celular, quien llega al medio de la página tenía que volver arriba
   para encontrar un botón. Ahora las dos acciones viajan con él. */
.mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88;
  display: none;
  gap: 9px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(8, 8, 14, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(110%);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.mobile-bar.visible {
  transform: translateY(0);
}
.mobile-bar a {
  flex: 1;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 11px;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-bar .mb-primary {
  background: linear-gradient(120deg, #7918ff, #a06bff);
  color: #fff;
}
.mobile-bar .mb-wa {
  background: #1eb655;
  color: #fff;
  flex: 0 0 52px;
}
.mobile-bar .mb-wa svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 780px) {
  .mobile-bar {
    display: flex;
  }
  /* El botón flotante se retira: la barra ya lleva WhatsApp. */
  .saneo-wa {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-bar {
    transition: none;
  }
}

/* ---------- Selector de plan ---------- */
.chooser {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  margin-top: 38px;
  align-items: start;
}
@media (max-width: 860px) {
  .chooser {
    grid-template-columns: 1fr;
  }
}
.chooser-q {
  margin-bottom: 22px;
}
.chooser-q:last-of-type {
  margin-bottom: 0;
}
.chooser-label {
  margin: 0 0 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #171522;
}
.chooser-opts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.chooser-opts button {
  border: 1px solid rgba(24, 20, 37, 0.18);
  background: #fff;
  color: #453c5e;
  border-radius: 999px;
  padding: 9px 17px;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition:
    border-color 0.18s,
    background 0.18s,
    color 0.18s;
}
.chooser-opts button:hover {
  border-color: rgba(121, 24, 255, 0.5);
}
.chooser-opts button.active {
  background: #7918ff;
  border-color: #7918ff;
  color: #fff;
}
.chooser-result {
  background: linear-gradient(165deg, #1b1030 0%, #0d0a16 100%);
  border: 1px solid rgba(160, 107, 255, 0.32);
  border-radius: 18px;
  padding: 28px 26px;
  position: sticky;
  top: 100px;
}
.chooser-rec-label {
  margin: 0;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.chooser-rec {
  margin: 8px 0 0;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(96deg, #c7a6ff, #7918ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chooser-price {
  margin: 10px 0 0;
  font-family: var(--mono);
  font-size: 15px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.chooser-why {
  margin: 16px 0 22px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  min-height: 3em;
}
.chooser-result .btn {
  width: 100%;
  justify-content: center;
}

/* ---------- Lo que pagas hoy vs SANEO ---------- */
.vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}
@media (max-width: 860px) {
  .vs {
    grid-template-columns: 1fr;
  }
}
.vs-today,
.vs-saneo {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.028);
}
.vs-saneo {
  background: linear-gradient(
    165deg,
    rgba(121, 24, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.03) 60%
  );
  border-color: rgba(160, 107, 255, 0.35);
}
.vs-today h3,
.vs-saneo h3 {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: #fff;
}
.vs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-list li {
  margin-bottom: 3px;
}
.vs-list label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 0;
  cursor: pointer;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.vs-list input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: #7918ff;
  flex: none;
  cursor: pointer;
}
.vs-list label:hover span {
  color: #fff;
}
.vs-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
}
.vs-total b {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}
.vs-fine {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.42);
}
.vs-price {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.vs-price-note {
  margin: 8px 0 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.vs-included {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-included li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
.vs-included li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4ac8ac;
  font-weight: 700;
}
.vs-verdict {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.vs-verdict b {
  color: #fff;
}
.vs-verdict.win b {
  color: #7ee2b8;
}

/* ---------- Tabla comparativa de precios en celular ----------
   Son tres columnas y muchas filas: sin encabezado fijo uno se pierde
   y deja de saber qué plan está leyendo. */
@media (max-width: 780px) {
  .cmp {
    font-size: 13px;
  }
  .cmp thead th {
    position: sticky;
    top: 56px;
    z-index: 5;
    background: #0d0b14;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14);
  }
  .cmp th:first-child,
  .cmp td:first-child {
    position: sticky;
    left: 0;
    background: #0d0b14;
    z-index: 4;
    min-width: 148px;
  }
  .cmp thead th:first-child {
    z-index: 6;
  }
}

/* ---------- Contraste: legibilidad pareja en todo el sitio ---------- */
.hotstat .lbl {
  color: rgba(255, 255, 255, 0.72);
}
.sec-light .hotstat .lbl {
  color: rgba(24, 20, 37, 0.72);
}
.lead {
  color: rgba(255, 255, 255, 0.76);
}
.sec-light .lead,
.sec-light p {
  color: rgba(24, 20, 37, 0.78);
}
.form-note {
  color: rgba(255, 255, 255, 0.62);
}
.pnote {
  color: rgba(255, 255, 255, 0.6);
}
.module p {
  color: rgba(255, 255, 255, 0.72);
}
.faq-a {
  color: rgba(255, 255, 255, 0.76);
}

/* ---------- Compartir la calculadora ---------- */
.calc-share {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.calc-copy-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  padding: 9px 17px;
  font-size: 13px;
  cursor: pointer;
  transition:
    border-color 0.18s,
    background 0.18s,
    color 0.18s;
}
.calc-copy-btn:hover,
.calc-copy-btn:focus-visible {
  border-color: rgba(160, 107, 255, 0.7);
  background: rgba(121, 24, 255, 0.16);
  color: #fff;
}
#calc-copiado {
  font-size: 13px;
  color: #7ee2b8;
}

/* ---------- Correcciones del selector de plan ----------
   1. Las tres preguntas iban a la rejilla como hermanas del resultado y
      quedaban repartidas en 2x2. Ahora ocupan la columna izquierda y la
      recomendación abarca toda la derecha.
   2. La regla de contraste `.sec-light p` pisaba el texto de la tarjeta
      oscura y lo dejaba ilegible: aquí se restituye. */
.chooser {
  grid-template-rows: auto auto auto;
}
.chooser .chooser-q {
  grid-column: 1;
}
.chooser .chooser-result {
  grid-column: 2;
  grid-row: 1 / span 3;
}
@media (max-width: 860px) {
  .chooser .chooser-q,
  .chooser .chooser-result {
    grid-column: 1;
    grid-row: auto;
  }
  .chooser .chooser-result {
    position: static;
  }
}

.sec-light .chooser-result p,
.chooser-result p {
  color: rgba(255, 255, 255, 0.72);
}
.sec-light .chooser-result .chooser-price,
.chooser-result .chooser-price {
  color: #ffffff;
}
.sec-light .chooser-result .chooser-rec-label,
.chooser-result .chooser-rec-label {
  color: rgba(255, 255, 255, 0.55);
}
.sec-light .chooser-result .chooser-rec,
.chooser-result .chooser-rec {
  background: linear-gradient(96deg, #c7a6ff, #a06bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* La tipografía CF Stitch es decorativa (de puntos): sirve para etiquetas,
   no para cifras que hay que leer. Igual que en la calculadora. */
.chooser-result .chooser-price {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas,
    monospace;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  opacity: 1;
  letter-spacing: 0;
  font-size: 16px;
}
.chooser-result .chooser-rec-label {
  color: rgba(255, 255, 255, 0.66);
}

/* ---------- Sin scroll horizontal ----------
   Las auroras, los brillos y los adornos de marca se salen del viewport a
   propósito, pero eso hacía que la página se pudiera arrastrar de lado en
   escritorio. Se usa `clip` y no `hidden` porque `hidden` rompe los
   elementos pegajosos (la tarjeta del selector y el encabezado de la
   tabla de precios en celular). */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

/* ============================================================
   DEMO INTERACTIVA — réplica del producto dentro del sitio.
   Usa los tokens reales del dashboard (globals.css del monorepo):
   lavanda #7918ff, nube #2f87f2, arena #eae4df, grafito #272729,
   menta #4ac8ac, éxito #0d9668. La app va CLARA a propósito: así se
   lee como producto y no como otra sección de marketing.
   ============================================================ */
.demo-app {
  --d-lav: #7918ff;
  --d-lav-deep: #5b10c4;
  --d-lav-soft: #f4edff;
  --d-cloud: #2f87f2;
  --d-blue-soft: #eaf3fe;
  --d-sand: #eae4df;
  --d-graphite: #272729;
  --d-mint: #4ac8ac;
  --d-ok: #0d9668;
  --d-ok-tint: #d9f2e8;
  --d-warn: #d97706;
  --d-warn-tint: #fdf0dd;
  --d-ink: #101828;
  --d-muted: #667085;
  --d-line: #e7e5ec;
  --d-bg: #f7f6f9;

  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55);
  background: var(--d-bg);
  margin-top: 34px;
  font-family: var(--body, ui-sans-serif, system-ui, sans-serif);
}

/* ---- barra superior tipo navegador ---- */
.demo-chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  background: var(--d-graphite);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.demo-chrome .dots {
  display: inline-flex;
  gap: 6px;
}
.demo-chrome .dots i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
}
.demo-url {
  flex: 1;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 13px;
  border-radius: 999px;
  max-width: 340px;
}
.demo-badge {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffd9a0;
  background: rgba(217, 119, 6, 0.22);
  border: 1px solid rgba(217, 119, 6, 0.45);
  padding: 4px 9px;
  border-radius: 5px;
  white-space: nowrap;
}

.demo-body {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 620px;
}

/* ---- menú lateral ---- */
.demo-side {
  background: #fff;
  border-right: 1px solid var(--d-line);
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
}
.demo-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 6px 18px;
  border-bottom: 1px solid var(--d-line);
  margin-bottom: 16px;
}
.demo-logo {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--d-lav), var(--d-cloud));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex: none;
}
.demo-brand b {
  display: block;
  font-size: 13.5px;
  color: var(--d-ink);
  line-height: 1.25;
}
.demo-brand small {
  font-size: 11.5px;
  color: var(--d-muted);
}
.demo-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.demo-nav button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: none;
  background: transparent;
  border-radius: 9px;
  color: #475467;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  transition:
    background 0.15s,
    color 0.15s;
}
.demo-nav button .ic {
  width: 19px;
  text-align: center;
  opacity: 0.65;
  font-size: 13px;
}
.demo-nav button:hover {
  background: var(--d-lav-soft);
  color: var(--d-lav-deep);
}
.demo-nav button.active {
  background: var(--d-lav);
  color: #fff;
}
.demo-nav button.active .ic {
  opacity: 1;
}
.demo-nav .pill {
  margin-left: auto;
  background: var(--d-ok);
  color: #fff;
  font-size: 10.5px;
  font-style: normal;
  padding: 2px 7px;
  border-radius: 999px;
}
.demo-side-foot {
  margin-top: auto;
  padding-top: 18px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--d-muted);
}
.demo-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--d-warn);
  margin-right: 6px;
}

/* ---- área principal ---- */
.demo-main {
  position: relative;
  background: var(--d-bg);
  overflow: hidden;
}
.demo-view {
  display: none;
  padding: 22px 24px 26px;
  height: 100%;
}
.demo-view.active {
  display: block;
}
.demo-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.demo-head h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--d-ink);
}
.demo-head p {
  margin: 3px 0 0;
  font-size: 13.5px;
  color: var(--d-muted);
}
.demo-btn {
  border: 1px solid var(--d-line);
  background: #fff;
  color: #344054;
  border-radius: 9px;
  padding: 9px 15px;
  font-size: 13px;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.demo-btn:hover {
  border-color: var(--d-lav);
  color: var(--d-lav-deep);
}
.demo-btn.primary {
  background: var(--d-lav);
  border-color: var(--d-lav);
  color: #fff;
}
.demo-btn.primary:hover {
  background: var(--d-lav-deep);
  color: #fff;
}
.demo-mini {
  border: 1px solid var(--d-line);
  background: #fff;
  color: var(--d-lav-deep);
  border-radius: 7px;
  padding: 5px 11px;
  font-size: 12px;
  cursor: pointer;
}
.demo-mini:hover {
  background: var(--d-lav-soft);
}
.demo-tag {
  font-size: 12px;
  color: var(--d-ok);
  background: var(--d-ok-tint);
  padding: 6px 12px;
  border-radius: 999px;
}
.demo-legend {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 11.5px;
  color: var(--d-muted);
}
.demo-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.demo-legend i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  display: inline-block;
}

/* ---- estados de cita (los mismos del producto) ---- */
.st-scheduled {
  background: #f2f4f7;
  border-color: #e4e7ec;
  color: #344054;
}
.st-confirmed {
  background: #eaf3fe;
  border-color: #b9d9fb;
  color: #17518f;
}
.st-in_progress {
  background: #f4edff;
  border-color: #ddc8ff;
  color: #5b10c4;
}
.st-completed {
  background: #d9f2e8;
  border-color: #a7e0cd;
  color: #1d6f5c;
}
.st-cancelled {
  background: #fdecec;
  border-color: #f7c9c9;
  color: #a33a3a;
}
.st-no_show {
  background: #fdf0dd;
  border-color: #f6d9a8;
  color: #a55f09;
}
i.st-scheduled,
i.st-confirmed,
i.st-completed,
i.st-no_show {
  border: 1px solid;
}

/* ---- agenda ---- */
.agenda-grid {
  display: grid;
  grid-template-columns: 54px 1fr;
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 13px;
  overflow: auto;
  max-height: 470px;
}
.agenda-times {
  border-right: 1px solid var(--d-line);
  padding-top: 46px;
  background: #fcfcfd;
  position: sticky;
  left: 0;
  z-index: 3;
}
.agenda-time {
  height: 46px;
  font-size: 11px;
  color: var(--d-muted);
  text-align: right;
  padding: 2px 8px 0 0;
  font-variant-numeric: tabular-nums;
}
.agenda-cols {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(184px, 1fr);
}
.agenda-col {
  border-right: 1px solid var(--d-line);
  min-width: 0;
}
.agenda-col:last-child {
  border-right: none;
}
.agenda-col-head {
  height: 46px;
  padding: 7px 12px;
  border-bottom: 1px solid var(--d-line);
  background: #fcfcfd;
  position: sticky;
  top: 0;
  z-index: 2;
}
.agenda-col-head b {
  display: block;
  font-size: 13px;
  color: var(--d-ink);
  line-height: 1.2;
}
.agenda-col-head small {
  font-size: 11px;
  color: var(--d-muted);
}
.agenda-col-body {
  position: relative;
}
.agenda-row {
  height: 46px;
  border-bottom: 1px solid #f2f2f5;
}
.agenda-row.half {
  border-bottom-style: dashed;
}
.cita {
  position: absolute;
  left: 5px;
  right: 5px;
  border: 1px solid;
  border-left-width: 3px;
  border-radius: 8px;
  padding: 6px 9px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1px;
  transition:
    transform 0.14s,
    box-shadow 0.14s;
}
.cita:hover {
  transform: translateX(1px);
  box-shadow: 0 5px 16px rgba(16, 24, 40, 0.14);
  z-index: 4;
}
.cita-h {
  font-size: 10.5px;
  opacity: 0.75;
  font-variant-numeric: tabular-nums;
}
.cita-p {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cita-s {
  font-size: 11px;
  opacity: 0.82;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cita.nueva::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--d-ok);
  box-shadow: 0 0 0 3px rgba(13, 150, 104, 0.2);
}
@keyframes citaFlash {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(13, 150, 104, 0);
  }
  40% {
    box-shadow: 0 0 0 6px rgba(13, 150, 104, 0.32);
  }
}
.cita.destacar {
  animation: citaFlash 0.85s ease-in-out 3;
  z-index: 5;
}

.agenda-detail {
  position: absolute;
  top: 74px;
  right: 24px;
  width: 290px;
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 13px;
  padding: 20px;
  box-shadow: 0 22px 50px rgba(16, 24, 40, 0.2);
  z-index: 8;
}
.agenda-detail-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 21px;
  line-height: 1;
  color: var(--d-muted);
  cursor: pointer;
}
.agenda-detail h3 {
  margin: 11px 0 14px;
  font-size: 17px;
  color: var(--d-ink);
  font-weight: 650;
}
.chip {
  display: inline-block;
  font-size: 11.5px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid;
}
dl.det {
  margin: 0;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px 10px;
  font-size: 13px;
}
dl.det dt {
  color: var(--d-muted);
}
dl.det dd {
  margin: 0;
  color: var(--d-ink);
}
.det-acts {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.det-nota {
  margin: 13px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--d-muted);
}

/* ---- whatsapp ---- */
.wa-demo {
  display: grid;
  grid-template-columns: minmax(0, 340px) 1fr;
  gap: 20px;
  align-items: start;
}
.wa-phone {
  background: #efeae2;
  border: 1px solid var(--d-line);
  border-radius: 15px;
  overflow: hidden;
}
.wa-phone-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  background: #075e54;
  color: #fff;
}
.wa-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}
.wa-phone-head b {
  display: block;
  font-size: 13.5px;
}
.wa-phone-head small {
  font-size: 11.5px;
  opacity: 0.82;
}
.wa-thread {
  height: 372px;
  overflow-y: auto;
  padding: 15px 13px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.wa-msg {
  max-width: 84%;
  padding: 9px 12px;
  border-radius: 11px;
  font-size: 13.5px;
  line-height: 1.45;
  color: #111b21;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.wa-msg.pac {
  align-self: flex-start;
  background: #fff;
  border-top-left-radius: 3px;
}
.wa-msg.bot {
  align-self: flex-end;
  background: #d9fdd3;
  border-top-right-radius: 3px;
}
.wa-typing {
  display: inline-flex;
  gap: 4px;
  padding: 12px 14px;
}
.wa-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8aa198;
  animation: waDot 1.1s infinite;
}
.wa-typing span:nth-child(2) {
  animation-delay: 0.16s;
}
.wa-typing span:nth-child(3) {
  animation-delay: 0.32s;
}
@keyframes waDot {
  0%,
  60%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.wa-side h3 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 650;
  color: var(--d-ink);
}
.wa-steps {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  counter-reset: wastep;
}
.wa-steps li {
  counter-increment: wastep;
  position: relative;
  padding-left: 33px;
  margin-bottom: 13px;
  font-size: 13.5px;
  color: var(--d-muted);
  transition: color 0.25s;
}
.wa-steps li::before {
  content: counter(wastep);
  position: absolute;
  left: 0;
  top: -1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid var(--d-line);
  background: #fff;
  color: var(--d-muted);
  font-size: 11px;
  display: grid;
  place-items: center;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.wa-steps li.ok {
  color: var(--d-ink);
}
.wa-steps li.ok::before {
  content: "✓";
  background: var(--d-ok);
  border-color: var(--d-ok);
  color: #fff;
}
.wa-result {
  border: 1px solid var(--d-ok);
  background: var(--d-ok-tint);
  border-radius: 12px;
  padding: 17px 18px;
}
.wa-result-title {
  margin: 0;
  font-size: 14.5px;
  font-weight: 650;
  color: #1d6f5c;
}
.wa-result-copy {
  margin: 6px 0 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #1d6f5c;
}

/* ---- caja ---- */
.caja-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 13px;
  margin-bottom: 20px;
}
.caja-kpi {
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 12px;
  padding: 16px 17px;
}
.caja-kpi .l {
  display: block;
  font-size: 12px;
  color: var(--d-muted);
}
.caja-kpi .v {
  display: block;
  margin: 7px 0 5px;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.025em;
  color: var(--d-ink);
  font-variant-numeric: tabular-nums;
}
.caja-kpi .d {
  font-size: 11.5px;
  color: var(--d-muted);
}
.caja-kpi .d.up {
  color: var(--d-ok);
}
.caja-tabla {
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 12px;
  overflow: auto;
}
.caja-tabla table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 540px;
}
.caja-tabla th {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--d-muted);
  font-weight: 500;
  padding: 12px 16px;
  border-bottom: 1px solid var(--d-line);
  background: #fcfcfd;
}
.caja-tabla td {
  padding: 12px 16px;
  border-bottom: 1px solid #f4f4f7;
  color: var(--d-ink);
}
.caja-tabla tr:last-child td {
  border-bottom: none;
}
.caja-tabla .r {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.medio {
  font-size: 11.5px;
  background: var(--d-blue-soft);
  color: #17518f;
  padding: 3px 9px;
  border-radius: 999px;
}

/* ---- paciente ---- */
.pac-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 13px;
  margin-bottom: 20px;
}
.pac-card {
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 12px;
  padding: 17px 18px;
}
.pac-card h3 {
  margin: 0 0 9px;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--d-muted);
  font-weight: 500;
}
.pac-big {
  margin: 0;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--d-ink);
}
.pac-sub {
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--d-muted);
}
.pac-card .chip {
  margin-top: 11px;
}
.pac-bar {
  height: 7px;
  background: #f0eef5;
  border-radius: 999px;
  margin: 11px 0 0;
  overflow: hidden;
}
.pac-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--d-lav), var(--d-cloud));
}
.pac-hist {
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 12px;
  padding: 18px 20px;
}
.pac-hist h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 650;
  color: var(--d-ink);
}
.pac-hist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pac-hist li {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #f2f2f5;
}
.pac-hist li:first-child {
  border-top: none;
  padding-top: 0;
}
.pac-hist .f {
  font-size: 12px;
  color: var(--d-muted);
  font-variant-numeric: tabular-nums;
}
.pac-hist b {
  font-size: 13.5px;
  color: var(--d-ink);
}
.pac-hist p {
  margin: 3px 0 0;
  font-size: 13px;
  color: var(--d-muted);
  line-height: 1.5;
}

/* ---- reportes ---- */
.rep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 13px;
}
.rep-card {
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 12px;
  padding: 18px 20px;
}
.rep-card.wide {
  grid-column: 1 / -1;
}
.rep-card h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 650;
  color: var(--d-ink);
}
.rep-chart {
  width: 100%;
  height: 148px;
  display: block;
}
.rep-axis {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: var(--d-muted);
  margin-top: 7px;
}
.rep-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rep-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  padding: 11px 0;
  border-top: 1px solid #f2f2f5;
}
.rep-list li:first-child {
  border-top: none;
  padding-top: 0;
}
.rep-list b {
  display: block;
  font-size: 13.5px;
  color: var(--d-ink);
}
.rep-list small {
  font-size: 11.5px;
  color: var(--d-muted);
}
.rep-bars {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rep-bars li {
  margin-bottom: 14px;
}
.rep-bars li:last-child {
  margin-bottom: 0;
}
.rb-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  margin-bottom: 6px;
}
.rb-top b {
  color: var(--d-ink);
  font-weight: 600;
}
.rb-top span {
  color: var(--d-muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.rb {
  height: 7px;
  background: #f0eef5;
  border-radius: 999px;
  overflow: hidden;
}
.rb i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--d-lav), var(--d-cloud));
}

.demo-nota {
  margin: 20px auto 0;
  max-width: 66ch;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.demo-nota a {
  color: #c7a6ff;
}

/* ---- celular ---- */
@media (max-width: 900px) {
  .demo-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .demo-side {
    border-right: none;
    border-bottom: 1px solid var(--d-line);
    padding: 14px;
  }
  .demo-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 3px;
  }
  .demo-nav li {
    flex: none;
  }
  .demo-nav button {
    white-space: nowrap;
    padding: 9px 13px;
  }
  .demo-side-foot,
  .demo-brand small {
    display: none;
  }
  .wa-demo {
    grid-template-columns: 1fr;
  }
  .agenda-detail {
    position: static;
    width: auto;
    margin-top: 14px;
    box-shadow: none;
  }
  .demo-url {
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cita,
  .wa-typing span,
  .cita.destacar {
    transition: none;
    animation: none;
  }
}

/* Bloques de 30 minutos: no cabe la tercera línea. */
.cita.corta {
  flex-direction: row;
  align-items: baseline;
  gap: 7px;
  padding: 5px 9px;
}
.cita.corta .cita-s {
  display: none;
}
.cita.corta .cita-p {
  font-size: 12px;
}

/* Los cuadritos de la leyenda parecían casillas de selección vacías. */
.demo-legend i {
  border: 1px solid;
  border-radius: 3px;
}
.demo-legend i.st-scheduled {
  background: #dcdfe5;
  border-color: #c3c8d1;
}
.demo-legend i.st-confirmed {
  background: #93c5fd;
  border-color: #60a5fa;
}
.demo-legend i.st-completed {
  background: #6ee7b7;
  border-color: #34d399;
}
.demo-legend i.st-no_show {
  background: #fcd34d;
  border-color: #fbbf24;
}

/* ---------- Sano Voice embebido en la portada ---------- */
.voice-embed {
  margin-top: 46px;
  border: 1px solid rgba(160, 107, 255, 0.28);
  border-radius: 20px;
  background: linear-gradient(
    160deg,
    rgba(121, 24, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.03) 62%
  );
  padding: 30px 32px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.voice-embed-invite {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.voice-embed-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 46px;
}
.voice-embed-icon span {
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c7a6ff, #7918ff);
  animation: vozOnda 1.3s ease-in-out infinite;
}
.voice-embed-icon span:nth-child(1) {
  height: 16px;
  animation-delay: 0s;
}
.voice-embed-icon span:nth-child(2) {
  height: 30px;
  animation-delay: 0.12s;
}
.voice-embed-icon span:nth-child(3) {
  height: 44px;
  animation-delay: 0.24s;
}
.voice-embed-icon span:nth-child(4) {
  height: 26px;
  animation-delay: 0.36s;
}
.voice-embed-icon span:nth-child(5) {
  height: 14px;
  animation-delay: 0.48s;
}
@keyframes vozOnda {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
.voice-embed-copy h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.018em;
  color: #fff;
}
.voice-embed-copy p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 56ch;
}
.voice-embed-safety {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}
.voice-shell .voice-console {
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .voice-embed {
    padding: 22px 20px;
  }
  .voice-embed-invite {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    justify-items: center;
  }
  .voice-embed-invite .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .voice-embed-icon span {
    animation: none;
  }
}

/* ---------- Páginas por especialidad ---------- */
.esp-lista {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.esp-lista li {
  position: relative;
  padding: 18px 20px 18px 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.esp-lista li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 17px;
  color: #4ac8ac;
  font-weight: 700;
}

/* Índice de especialidades en soluciones */
.esp-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: 11px;
  margin-top: 34px;
}
.esp-index a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.18s;
}
.esp-index a i {
  font-style: normal;
  color: #a06bff;
  transition: transform 0.18s;
}
.esp-index a:hover,
.esp-index a:focus-visible {
  border-color: rgba(160, 107, 255, 0.6);
  background: rgba(121, 24, 255, 0.14);
  transform: translateY(-2px);
}
.esp-index a:hover i {
  transform: translateX(3px);
}
@media (prefers-reduced-motion: reduce) {
  .esp-index a,
  .esp-index a i {
    transition: none;
  }
  .esp-index a:hover {
    transform: none;
  }
}

/* ---------- "Mira la tuya" — vista previa personalizada ---------- */
.tuclinica {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 22px;
  margin-top: 36px;
  align-items: start;
}
@media (max-width: 900px) {
  .tuclinica {
    grid-template-columns: 1fr;
  }
}
.tuclinica-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 24px;
}
.tc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tc-field label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}
.tc-field input[type="text"],
.tc-field select {
  height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 8, 14, 0.7);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
}
.tc-field input[type="text"]:focus,
.tc-field select:focus {
  outline: none;
  border-color: rgba(160, 107, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(121, 24, 255, 0.2);
}
.tc-colors {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tc-colors button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--c);
  transition: transform 0.15s;
}
.tc-colors button:nth-child(1) {
  background: #7918ff;
}
.tc-colors button:nth-child(2) {
  background: #0d9668;
}
.tc-colors button:nth-child(3) {
  background: #2f87f2;
}
.tc-colors button:nth-child(4) {
  background: #c2410c;
}
.tc-colors button:nth-child(5) {
  background: #be185d;
}
.tc-colors button:nth-child(6) {
  background: #1c1c1e;
  border-color: rgba(255, 255, 255, 0.2);
}
.tc-colors button.active {
  border-color: #fff;
  transform: scale(1.12);
}

/* --- la vista previa del sitio de la clínica --- */
.tc-preview {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}
.tc-chrome {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 14px;
  background: #272729;
}
.tc-chrome .dots {
  display: inline-flex;
  gap: 5px;
}
.tc-chrome .dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}
.tc-url {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.32);
  padding: 5px 13px;
  border-radius: 999px;
}
.tc-site {
  --tc: #7918ff;
  background: #fff;
  color: #16141c;
  min-height: 400px;
}
.tc-nav {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 22px;
  border-bottom: 1px solid #eceaf0;
}
.tc-logo {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--tc);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12.5px;
  font-weight: 700;
  flex: none;
}
.tc-nav b {
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc-navlinks {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: #6b6779;
}
.tc-navlinks i {
  font-style: normal;
}
.tc-navlinks em {
  font-style: normal;
  background: var(--tc);
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 12.5px;
  white-space: nowrap;
}
.tc-hero {
  padding: 40px 22px 34px;
  text-align: center;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--tc) 9%, #fff) 0%,
    #fff 100%
  );
}
.tc-eyebrow {
  margin: 0;
  font-size: 11.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tc);
  font-weight: 600;
}
.tc-hero h3 {
  margin: 12px auto 0;
  font-size: clamp(23px, 3.1vw, 33px);
  line-height: 1.14;
  letter-spacing: -0.028em;
  font-weight: 600;
  max-width: 17ch;
  text-wrap: balance;
}
.tc-sub {
  margin: 12px auto 0;
  font-size: 14.5px;
  color: #6b6779;
  max-width: 42ch;
  line-height: 1.5;
}
.tc-btn {
  display: inline-block;
  margin-top: 20px;
  background: var(--tc);
  color: #fff;
  padding: 12px 26px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
}
.tc-servicios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: #eceaf0;
  border-top: 1px solid #eceaf0;
}
.tc-serv {
  background: #fff;
  padding: 17px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tc-serv b {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.tc-serv span {
  font-size: 12.5px;
  color: #8b8797;
}
.tc-serv-btn {
  margin-top: 9px;
  font-style: normal;
  font-size: 12px;
  color: var(--tc);
  border: 1px solid color-mix(in srgb, var(--tc) 35%, #fff);
  background: color-mix(in srgb, var(--tc) 7%, #fff);
  padding: 6px 12px;
  border-radius: 7px;
  align-self: flex-start;
}
.tc-nota {
  margin: 20px auto 0;
  max-width: 62ch;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
}
@media (prefers-reduced-motion: reduce) {
  .tc-colors button {
    transition: none;
  }
}

/* ---------- Preferencia de horario ---------- */
.cuando {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  padding: 16px 18px 18px;
  margin: 4px 0 6px;
}
.cuando legend {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  padding: 0 6px;
}
.cuando legend span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
}
.cuando-grupo {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 11px;
}
.cuando-grupo button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 8, 14, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13.5px;
  cursor: pointer;
  font-family: inherit;
  transition:
    border-color 0.16s,
    background 0.16s,
    color 0.16s;
}
.cuando-grupo button:hover {
  border-color: rgba(160, 107, 255, 0.6);
}
.cuando-grupo button.active {
  background: #7918ff;
  border-color: #7918ff;
  color: #fff;
}
.cuando-nota {
  margin: 13px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- Artículos y centro de recursos ---------- */
.art-body {
  max-width: 68ch;
}
.art-body h2 {
  margin: 44px 0 14px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.25;
  text-wrap: balance;
}
.art-body h2:first-child {
  margin-top: 0;
}
.art-body p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
}
.art-body p b {
  color: #fff;
  font-weight: 600;
}
.art-cierre {
  margin-top: 40px !important;
  padding: 20px 24px;
  border-left: 3px solid #7918ff;
  background: rgba(121, 24, 255, 0.1);
  border-radius: 0 10px 10px 0;
  color: rgba(255, 255, 255, 0.88) !important;
}
.art-nota {
  margin-top: 22px !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

.rec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
  margin-top: 12px;
}
.rec-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.18s;
}
.rec-card:hover,
.rec-card:focus-visible {
  border-color: rgba(160, 107, 255, 0.55);
  background: rgba(121, 24, 255, 0.1);
  transform: translateY(-3px);
}
.rec-eyebrow {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a06bff;
}
.rec-card h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.3;
  color: #fff;
}
.rec-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}
.rec-mas {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13.5px;
  color: #c7a6ff;
}
@media (prefers-reduced-motion: reduce) {
  .rec-card {
    transition: none;
  }
  .rec-card:hover {
    transform: none;
  }
}

/* ---------- Continuar la conversación de voz ---------- */
.voz-continuar {
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(74, 200, 172, 0.42);
  border-radius: 14px;
  background: rgba(74, 200, 172, 0.09);
}
.voz-continuar p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.voz-continuar-copy {
  margin-top: 8px !important;
  font-size: 13.5px !important;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72) !important;
}
.voz-continuar-acts {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 560px) {
  .voz-continuar-acts .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Aviso honesto en la página de Colombia */
.col-aviso {
  margin-top: 34px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 3px solid #fff;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.1);
}
.col-aviso p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 74ch;
}

/* ---------- Capturas reales del producto ---------- */
.shot {
  margin: 34px 0 0;
}
.shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  background: #f7f6f9;
}
.shot figcaption {
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 64ch;
}
.shot figcaption b {
  color: #fff;
  font-weight: 600;
}
.shot-nota {
  margin: 28px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  max-width: 62ch;
}
