/* ============================================================
   SANEO — HOME según el manual de marca (Sol y Mar Studio, jul 2026)
   Base clara "Soft Sand", titulares Artific Super Light, un solo
   acento (Healing Lavender), bloques Cloud Blue, corte oscuro
   Deep Graphite con detalles Mint. Marcos redondeados con texturas,
   círculos sueltos y líneas del isotipo como sistema gráfico.
   Se carga DESPUÉS de styles.css en TODAS las páginas (piel de marca).
   ============================================================ */
body.piel-marca {
  --sand: #dcd5ce;
  --cream: #e9e3dd;
  --graphite: #1c1c1e;
  --lavender: #7918ff;
  --blue: #2f87f2;
  --mint: #4ac8ac;
  --ink-soft: rgba(28, 28, 30, 0.76);
  --ink-dim: rgba(28, 28, 30, 0.55);
  --line-dark: rgba(28, 28, 30, 0.16);
  background: var(--sand);
  color: var(--graphite);
}
body.piel-marca ::selection {
  background: rgba(121, 24, 255, 0.18);
  color: var(--graphite);
}
/* grano fino de papel, como en el brandbook */
body.piel-marca::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.35 0 0 0 0 0.33 0 0 0 0 0.31 0 0 0 0.55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
body.piel-marca main {
  position: relative;
  z-index: 1;
}

/* ---------- NAV sobre fondo claro ---------- */
body.piel-marca .nav,
body.piel-marca .nav.scrolled {
  background: rgba(233, 227, 221, 0.86);
  border: 1px solid rgba(28, 28, 30, 0.14);
  box-shadow: 0 10px 30px -18px rgba(39, 39, 41, 0.35);
}
body.piel-marca .nav .logo-light {
  display: none;
}
body.piel-marca .nav .logo-dark {
  display: block;
}
body.piel-marca .nav .links a {
  color: var(--ink-soft);
}
body.piel-marca .nav .links a:hover,
body.piel-marca .nav .links a.active {
  color: var(--graphite);
  background: rgba(39, 39, 41, 0.06);
}
body.piel-marca .nav .cta,
body.piel-marca .nav .links a.cta {
  background: var(--lavender);
  color: #fff !important;
  box-shadow: none;
}
body.piel-marca .nav .cta:hover {
  background: #6a10e6;
  box-shadow: none;
}
body.piel-marca .nav .burger {
  color: var(--graphite);
  background: rgba(39, 39, 41, 0.06);
  border-color: rgba(39, 39, 41, 0.12);
}
@media (max-width: 900px) {
  body.piel-marca .nav .links {
    background: rgba(244, 240, 236, 0.97);
    border-color: rgba(39, 39, 41, 0.1);
  }
  body.piel-marca .nav .links a {
    color: var(--graphite);
  }
}

/* ---------- BOTONES sobre arena: un acento, sin brillos ---------- */
body.piel-marca .btn {
  box-shadow: none;
  letter-spacing: 0.04em;
}
body.piel-marca .btn::after {
  display: none;
}
body.piel-marca .btn-grad {
  background: var(--lavender);
  color: #fff;
}
body.piel-marca .btn-grad:hover {
  background: #6a10e6;
  box-shadow: 0 16px 34px -18px rgba(121, 24, 255, 0.8);
}
body.piel-marca .btn-glass {
  background: transparent;
  border: 1px solid rgba(39, 39, 41, 0.28);
  color: var(--graphite);
}
body.piel-marca .btn-glass:hover {
  background: rgba(39, 39, 41, 0.05);
  border-color: var(--graphite);
}
body.piel-marca .btn-light {
  background: var(--cream);
  color: var(--graphite);
}
body.piel-marca .btn-light:hover {
  background: #fff;
}

/* ---------- TIPOGRAFÍA DE MARCA ---------- */
.hs-k {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lavender);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hs-k::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--lavender);
}
.hs-t {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 0.98;
  color: var(--graphite);
  margin: 18px 0 22px;
  font-size: clamp(40px, 5.6vw, 80px);
}
.hs-t em {
  font-style: normal;
  color: var(--lavender);
}
.hs-p {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 54ch;
}
.hs-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.hs-sec {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
}
.hs-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* ---------- HERO ---------- */
.hs-hero {
  padding: clamp(130px, 16vw, 190px) 0 clamp(60px, 7vw, 100px);
  overflow: hidden;
}
.hs-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.hs-hero .hero-title {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.035em;
  line-height: 0.96;
  font-size: clamp(44px, 5.4vw, 82px);
  color: var(--graphite);
  margin: 20px 0 24px;
  max-width: 13.5ch;
  text-align: left;
}
.hs-hero .hero-title em {
  font-style: normal;
  background: none;
  -webkit-text-fill-color: var(--lavender);
  color: var(--lavender);
}
.hs-micro {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* collage de marcos y círculos (pág. 20-21 del brandbook) */
.hs-collage {
  position: relative;
  height: clamp(380px, 42vw, 560px);
}
.hs-collage .fr {
  position: absolute;
  border-radius: 26px;
  overflow: hidden;
  background: #cfc7bf;
  box-shadow: 0 30px 60px -36px rgba(39, 39, 41, 0.55);
}
.hs-collage .fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hs-collage .f1 {
  left: 4%;
  top: 0;
  width: 46%;
  height: 52%;
}
.hs-collage .f2 {
  right: 0;
  top: 12%;
  width: 40%;
  height: 34%;
}
.hs-collage .f3 {
  left: 18%;
  bottom: 0;
  width: 36%;
  height: 38%;
}
.hs-collage .f4 {
  right: 6%;
  bottom: 6%;
  width: 36%;
  height: 40%;
}
.hs-collage .dot {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(140deg, #8fb8ff, var(--blue));
}
.hs-collage .d1 {
  width: 34px;
  height: 34px;
  left: 0;
  bottom: 30%;
}
.hs-collage .d2 {
  width: 14px;
  height: 14px;
  right: 4%;
  top: 0;
}
.hs-collage .d3 {
  width: 9px;
  height: 9px;
  left: 58%;
  top: 6%;
}
.hs-collage .d4 {
  width: 20px;
  height: 20px;
  right: 46%;
  bottom: 12%;
}
.hs-collage .hs-orb {
  position: absolute;
  left: -6%;
  top: 34%;
  width: 62%;
  opacity: 0.55;
  pointer-events: none;
}

/* la pantalla del producto, en marco de marca */
.hs-shot {
  margin-top: clamp(50px, 6vw, 90px);
  position: relative;
}
.hs-shot .mock {
  border-radius: 22px;
  box-shadow: 0 40px 90px -50px rgba(39, 39, 41, 0.6);
  border: 1px solid rgba(39, 39, 41, 0.08);
}
.hs-shot .shot-cta {
  position: absolute;
  left: auto;
  right: 22px;
  top: -22px;
  bottom: auto;
  transform: none;
  width: auto;
  margin: 0;
  padding: 14px 24px;
  z-index: 3;
  background: var(--lavender);
  color: #fff;
  font-size: 12px;
}
.hs-shot .shot-cta:hover {
  transform: none;
}
.hs-shot .shot-cta:hover {
  background: #6a10e6;
}
.hs-shot .shot-cta .mint-punto {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  display: inline-block;
}

/* ---------- CINTA ---------- */
body.piel-marca .marquee {
  background: transparent;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
body.piel-marca .marquee-track span {
  color: var(--ink-soft);
}
body.piel-marca .marquee-track i {
  color: var(--lavender);
}

/* ---------- BLOQUE AZUL (Cloud Blue + líneas del isotipo) ---------- */
.hs-azul {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #7fb2ff 0%, var(--blue) 55%, #1f6fe0 100%);
  color: #fff;
  padding: clamp(90px, 11vw, 150px) 0;
}
.hs-azul::after {
  content: "";
  position: absolute;
  inset: -10% -10% -10% 30%;
  background: url("assets/home/lineas.png") no-repeat center / contain;
  opacity: 0.7;
  pointer-events: none;
}
.hs-azul .hs-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: end;
}
.hs-azul .hs-k {
  color: #fff;
}
.hs-azul .hs-k::before {
  background: #fff;
}
.hs-azul .hs-t {
  color: #fff;
  max-width: 14ch;
}
.hs-azul .hs-t em {
  color: var(--graphite);
}
.hs-azul .hs-p {
  color: rgba(255, 255, 255, 0.86);
}
.hs-azul .dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}
.hs-azul .btn-light {
  background: var(--cream);
  color: var(--graphite);
}

/* ---------- TRES ESCENAS: marcos con textura ---------- */
.hs-esc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
}
.hs-esc {
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hs-esc figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9d3ce;
}
.hs-esc figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hs-esc:hover figure img {
  transform: scale(1.04);
}
.hs-esc .txt {
  padding: 26px 26px 30px;
}
.hs-esc .n {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.hs-esc h3 {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1;
  margin: 12px 0 12px;
  color: var(--graphite);
}
.hs-esc h3 em {
  font-style: normal;
  color: var(--lavender);
}
.hs-esc p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.hs-esc a.mas {
  margin-top: 16px;
  display: inline-block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lavender);
  border-bottom: 1px solid rgba(121, 24, 255, 0.4);
}

/* ---------- CORTE OSCURO: Sano (Deep Graphite + Mint) ---------- */
.hs-dark {
  position: relative;
  overflow: hidden;
  background: var(--graphite);
  color: var(--sand);
  padding: clamp(90px, 11vw, 150px) 0;
}
.hs-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/home/fondo-arena.jpg") center / cover;
  opacity: 0.05;
  mix-blend-mode: screen;
  pointer-events: none;
}
.hs-dark .hs-k {
  color: var(--mint);
}
.hs-dark .hs-k::before {
  background: var(--mint);
}
.hs-dark .hs-t {
  color: var(--sand);
}
.hs-dark .hs-t em {
  color: var(--mint);
}
.hs-dark .hs-p {
  color: rgba(234, 228, 223, 0.7);
}
.hs-dark .dot {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(140deg, #8fb8ff, var(--blue));
  pointer-events: none;
}
.hs-dark .mini {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  pointer-events: none;
}
.hs-dark .mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs-dark .hs-wrap {
  position: relative;
  z-index: 1;
}
/* el micrófono y la consola ya son oscuros: sólo afinar acentos a mint */
.hs-dark .mic-eyebrow {
  color: var(--mint);
}
.hs-dark .mic-eyebrow .rule {
  background: var(--mint);
}
.hs-dark .mic-titulo {
  color: var(--sand);
}
.hs-dark .mic-titulo .grad {
  background: none;
  -webkit-text-fill-color: var(--mint);
  color: var(--mint);
}
.hs-dark .mic-sub {
  color: rgba(234, 228, 223, 0.66);
}
.hs-dark .voice-embed {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

/* ---------- DEMO ---------- */
.hs-demo .mock {
  margin-top: 40px;
  border-radius: 22px;
  border: 1px solid rgba(39, 39, 41, 0.08);
  box-shadow: 0 40px 90px -50px rgba(39, 39, 41, 0.6);
}
.hs-demo .hs-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}

/* ---------- CALCULADORA sobre arena ---------- */
body.piel-marca .calc-inputs,
body.piel-marca .calc-result {
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
}
body.piel-marca .calc-result {
  background: #f1ece7;
}
body.piel-marca .calc-field label {
  color: var(--graphite);
}
body.piel-marca .calc-field input[type="number"] {
  background: #f4f0ec;
  border: 1px solid rgba(39, 39, 41, 0.18);
  color: var(--graphite) !important;
  -webkit-text-fill-color: var(--graphite);
}
body.piel-marca .calc-field input[type="number"]:focus {
  border-color: var(--lavender);
  box-shadow: 0 0 0 3px rgba(121, 24, 255, 0.14);
}
body.piel-marca .calc-label {
  color: var(--ink-dim);
}
body.piel-marca .calc-big {
  font-family: var(--title);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--graphite);
}
body.piel-marca .calc-year,
body.piel-marca .calc-compare {
  color: var(--ink-soft);
}
body.piel-marca .calc-year span,
body.piel-marca .calc-compare b {
  color: var(--lavender);
}
body.piel-marca .calc-result hr {
  border-top-color: var(--line-dark);
}
body.piel-marca .calc-fine {
  color: var(--ink-dim);
}
body.piel-marca .calc-copy-btn {
  border-color: rgba(39, 39, 41, 0.24);
  color: var(--graphite);
}
body.piel-marca .calc-copy-btn:hover {
  background: rgba(121, 24, 255, 0.08);
  border-color: var(--lavender);
  color: var(--lavender);
}
body.piel-marca .calc-intro {
  color: var(--ink-soft);
}

/* ---------- CIFRAS ---------- */
.hs-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.hs-proof .p {
  padding: 34px 26px;
  border-left: 1px solid var(--line-dark);
}
.hs-proof .p:first-child {
  border-left: 0;
}
.hs-proof .n {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1;
  color: var(--graphite);
}
.hs-proof .l {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* ---------- INGRESOS ---------- */
.hs-ing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}
.hs-kpi {
  background: #f1ece7;
  border: 1px solid var(--line-dark);
  border-radius: 26px;
  padding: 26px 26px 18px;
  box-shadow: 0 40px 90px -50px rgba(39, 39, 41, 0.5);
}
.hs-kpi .cap {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.hs-kpi .kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 10px;
}
.hs-kpi .kpi {
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: none;
}
.hs-kpi .kpi .l {
  font-size: 12px;
  color: var(--ink-dim);
}
.hs-kpi .kpi .v {
  font-family: var(--title);
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: clamp(26px, 2.6vw, 36px);
  color: var(--graphite);
  line-height: 1.1;
}
.hs-kpi .chart {
  width: 100%;
  height: 130px;
  display: block;
}

/* ---------- ORIGEN ---------- */
.hs-origen {
  position: relative;
  overflow: hidden;
  background: #d3cbc3;
}
.hs-origen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/home/fondo-arena.jpg") center / cover;
  opacity: 0.35;
  pointer-events: none;
}
.hs-origen .hs-wrap {
  position: relative;
  z-index: 1;
}
.hs-origen .hs-orb {
  position: absolute;
  right: -8%;
  top: -20%;
  width: 46%;
  opacity: 0.7;
  pointer-events: none;
}
.hs-quote {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-size: clamp(30px, 4.2vw, 58px);
  color: var(--graphite);
  max-width: 22ch;
}
.hs-quote b {
  font-weight: 300;
  color: var(--lavender);
}

/* ---------- CIERRE (Healing Lavender) ---------- */
.hs-cierre {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #d3b4ff 0%, #9a5cff 32%, var(--lavender) 62%, #3a0fd6 100%);
  padding: clamp(100px, 12vw, 170px) 0;
}
.hs-cierre::after {
  content: "";
  position: absolute;
  inset: -20% -10% -20% 40%;
  background: url("assets/home/orbita-clara.png") no-repeat center / contain;
  opacity: 0.55;
  pointer-events: none;
}
.hs-cierre .hs-wrap {
  position: relative;
  z-index: 1;
}
.hs-cierre .hs-k {
  color: rgba(255, 255, 255, 0.85);
}
.hs-cierre .hs-k::before {
  background: rgba(255, 255, 255, 0.85);
}
.hs-cierre .hs-t {
  color: #fff;
  max-width: 12ch;
}
.hs-cierre .hs-p {
  color: rgba(255, 255, 255, 0.86);
}
.hs-cierre .btn-glass {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.hs-cierre .btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* ---------- FOOTER en Deep Graphite ---------- */
body.piel-marca .footer {
  background: var(--graphite);
}

/* ---------- reveal suave (usa el observer de main.js) ---------- */
body.piel-marca .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.piel-marca .reveal.in {
  opacity: 1;
  transform: none;
}

/* ---------- MÓVIL ---------- */
@media (max-width: 980px) {
  .hs-hero-grid,
  .hs-azul .hs-wrap,
  .hs-ing {
    grid-template-columns: 1fr;
  }
  .hs-collage {
    height: clamp(300px, 70vw, 420px);
  }
  .hs-esc-grid {
    grid-template-columns: 1fr;
  }
  .hs-proof {
    grid-template-columns: 1fr 1fr;
  }
  .hs-proof .p:nth-child(3) {
    border-left: 0;
  }
  .hs-proof .p:nth-child(n + 3) {
    border-top: 1px solid var(--line-dark);
  }
  .hs-demo .hs-head {
    grid-template-columns: 1fr;
  }
  .hs-dark .mini,
  .hs-origen .hs-orb {
    display: none;
  }
  .hs-shot .shot-cta {
    right: 14px;
    top: -18px;
  }
}
@media (max-width: 600px) {
  .hs-hero {
    padding-top: 120px;
  }
  .hs-hero .hero-title {
    max-width: none;
  }
  .hs-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.piel-marca .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   HERO OSCURO Y CINEMATOGRÁFICO (9 sep 2026)
   Referencias de Laura: azul profundo, aro de luz, desenfoque de
   movimiento, botón que brilla. Texto alineado a la izquierda.
   ============================================================ */
.hs-hero-dark {
  position: relative;
  background: #070a12;
  color: #f1ede8;
  padding-bottom: clamp(70px, 8vw, 110px);
}
.hs-hero-dark .hs-wrap {
  position: relative;
  z-index: 2;
}
.hs-hero-dark .hs-hero-grid {
  grid-template-columns: 1fr;
  min-height: clamp(420px, 52vh, 620px);
  align-items: center;
}
.hs-hero-dark .hs-hero-copy {
  max-width: 640px;
}
.hs-hero-dark .hs-k {
  color: #9fc3ff;
}
.hs-hero-dark .hs-k::before {
  background: #9fc3ff;
}
.hs-hero-dark .hero-title {
  color: #f6f3ef;
  max-width: 12ch;
}
.hs-hero-dark .hero-title em {
  -webkit-text-fill-color: #b78bff;
  color: #b78bff;
  text-shadow: 0 0 40px rgba(121, 24, 255, 0.55);
}
.hs-hero-dark .hs-p {
  color: rgba(241, 237, 232, 0.72);
}
.hs-hero-dark .hs-micro {
  color: rgba(241, 237, 232, 0.42);
}
body.piel-marca .hs-hero-dark .btn-glass {
  border-color: rgba(255, 255, 255, 0.28);
  color: #f6f3ef;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}
body.piel-marca .hs-hero-dark .btn-glass:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
/* botón que brilla, como el "Create" de la referencia */
body.piel-marca .btn-glow {
  background: linear-gradient(120deg, #2f87f2 0%, #6b3dff 60%, #7918ff 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 28px rgba(80, 130, 255, 0.55),
    0 0 70px rgba(121, 24, 255, 0.45);
}
body.piel-marca .btn-glow:hover {
  background: linear-gradient(120deg, #4a9bff 0%, #7a52ff 60%, #8b2fff 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 0 36px rgba(80, 130, 255, 0.75),
    0 0 90px rgba(121, 24, 255, 0.6);
}
/* la pantalla del producto sobre fondo oscuro */
.hs-hero-dark .hs-shot .mock {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 50px 120px -40px rgba(47, 135, 242, 0.45),
    0 30px 80px -30px rgba(0, 0, 0, 0.9);
}

/* ---- atmósfera ---- */
.hs-atmos {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.hs-atmos::before {
  /* niebla azul profunda que sube desde el centro */
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 55% at 68% 48%, rgba(47, 135, 242, 0.42) 0%, rgba(47, 135, 242, 0.12) 40%, transparent 70%),
    radial-gradient(40% 40% at 20% 80%, rgba(121, 24, 255, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #070a12 0%, #0a1224 55%, #070a12 100%);
}
.hs-foto {
  /* foto con desenfoque de movimiento (elemento oficial de la marca) */
  position: absolute;
  right: -6%;
  top: -8%;
  width: 62%;
  height: 118%;
  background: url("assets/home/fondo-motion.jpg") center / cover no-repeat;
  opacity: 0.55;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(70% 60% at 55% 50%, #000 30%, transparent 75%);
  mask-image: radial-gradient(70% 60% at 55% 50%, #000 30%, transparent 75%);
  filter: saturate(1.15) blur(1px);
}
.hs-halo {
  /* aro de luz suave */
  position: absolute;
  left: 52%;
  top: 6%;
  width: 46vw;
  max-width: 720px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 52%,
    rgba(255, 255, 255, 0.55) 58%,
    rgba(160, 200, 255, 0.35) 63%,
    transparent 72%
  );
  filter: blur(22px);
  opacity: 0.85;
}
.hs-halo-2 {
  left: 60%;
  top: 18%;
  width: 30vw;
  max-width: 460px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(120, 170, 255, 0.25) 35%, transparent 65%);
  filter: blur(40px);
  opacity: 0.6;
}
.hs-streak {
  /* estelas horizontales, como el desenfoque de movimiento */
  position: absolute;
  left: 40%;
  right: 0;
  top: 22%;
  height: 46%;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16) 40%, transparent 85%) 0 20% / 100% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(180, 210, 255, 0.14) 50%, transparent 90%) 0 46% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1) 30%, transparent 80%) 0 74% / 100% 3px no-repeat;
  filter: blur(1.5px);
  opacity: 0.8;
}
/* la barra de navegación sobre el hero oscuro: vidrio oscuro; al bajar vuelve a arena */
body.piel-marca .nav:not(.scrolled) {
  background: rgba(20, 24, 36, 0.55);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}
body.piel-marca .nav:not(.scrolled) .logo-dark {
  display: none;
}
body.piel-marca .nav:not(.scrolled) .logo-light {
  display: block;
}
body.piel-marca .nav:not(.scrolled) .links a {
  color: rgba(255, 255, 255, 0.72);
}
body.piel-marca .nav:not(.scrolled) .links a:hover,
body.piel-marca .nav:not(.scrolled) .links a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
body.piel-marca .nav:not(.scrolled) .burger {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}
@media (max-width: 980px) {
  .hs-hero-dark .hs-hero-grid {
    min-height: 0;
  }
  .hs-halo {
    left: 30%;
    top: 40%;
    width: 90vw;
  }
  .hs-foto {
    width: 100%;
    right: 0;
    opacity: 0.4;
  }
}


/* ============================================================
   PÁGINAS INTERIORES — la misma piel en toda la web (9 sep 2026)
   Encabezado oscuro cinematográfico + cuerpo en arena.
   ============================================================ */
body.piel-marca .bg-fx {
  display: none;
}

/* ---- encabezado interno: oscuro, con aro de luz y foto desenfocada ---- */
body.piel-marca .page-head,
body.piel-marca .head-ficha,
body.piel-marca .head-ondas,
body.piel-marca .hero-sano,
body.piel-marca .demo-hero {
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #f1ede8;
  background:
    radial-gradient(60% 55% at 70% 45%, rgba(47, 135, 242, 0.42) 0%, rgba(47, 135, 242, 0.12) 40%, transparent 70%),
    radial-gradient(40% 40% at 18% 85%, rgba(121, 24, 255, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #070a12 0%, #0a1224 60%, #070a12 100%);
  padding-top: clamp(150px, 18vw, 210px);
  padding-bottom: clamp(70px, 8vw, 110px);
}
body.piel-marca .page-head::before,
body.piel-marca .head-ficha::before,
body.piel-marca .head-ondas::before,
body.piel-marca .hero-sano::before,
body.piel-marca .demo-hero::before {
  content: "";
  position: absolute;
  right: -6%;
  top: -10%;
  width: 60%;
  height: 120%;
  background: url("assets/home/fondo-motion.jpg") center / cover no-repeat;
  opacity: 0.5;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(70% 60% at 55% 50%, #000 30%, transparent 75%);
  mask-image: radial-gradient(70% 60% at 55% 50%, #000 30%, transparent 75%);
  filter: saturate(1.15) blur(1px);
  pointer-events: none;
  z-index: 0;
}
body.piel-marca .page-head::after,
body.piel-marca .head-ficha::after,
body.piel-marca .head-ondas::after,
body.piel-marca .hero-sano::after,
body.piel-marca .demo-hero::after {
  content: "";
  position: absolute;
  left: 56%;
  top: -10%;
  right: auto;
  width: 40vw;
  max-width: 640px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 52%,
    rgba(255, 255, 255, 0.55) 58%,
    rgba(160, 200, 255, 0.35) 63%,
    transparent 72%
  );
  filter: blur(22px);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}
body.piel-marca .page-head .glow,
body.piel-marca .ficha-grid,
body.piel-marca .ficha-marcas,
body.piel-marca .ondas,
body.piel-marca .puente {
  display: none;
}
body.piel-marca .page-head .wrap,
body.piel-marca .head-ficha-wrap,
body.piel-marca .head-ondas-wrap {
  position: relative;
  z-index: 1;
  margin-left: 0;
  text-align: left;
}
body.piel-marca .page-head .eyebrow,
body.piel-marca .ficha-meta {
  justify-content: flex-start;
  margin: 0 0 18px;
}
body.piel-marca .page-head .eyebrow span,
body.piel-marca .ficha-meta span {
  color: #9fc3ff;
}
body.piel-marca .page-head .eyebrow .rule {
  background: #9fc3ff;
}
body.piel-marca .page-head h1,
body.piel-marca .head-ficha h1,
body.piel-marca .head-ondas h1,
body.piel-marca .hero-sano h1,
body.piel-marca .demo-hero h1 {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.035em;
  line-height: 0.98;
  font-size: clamp(42px, 5.6vw, 84px);
  color: #f6f3ef;
  max-width: 14ch;
  margin: 0 0 22px;
  text-align: left;
}
body.piel-marca .page-head h1 .grad,
body.piel-marca .head-ficha h1 .grad,
body.piel-marca .head-ondas h1 .grad,
body.piel-marca .hero-sano h1 .grad,
body.piel-marca .demo-hero h1 .grad {
  background: none;
  -webkit-text-fill-color: #b78bff;
  color: #b78bff;
  text-shadow: 0 0 40px rgba(121, 24, 255, 0.55);
}
body.piel-marca .page-head p.intro,
body.piel-marca .head-ficha p.intro,
body.piel-marca .head-ondas p.intro,
body.piel-marca .page-head .intro,
body.piel-marca .page-head .art-meta {
  color: rgba(241, 237, 232, 0.72);
  max-width: 56ch;
  margin-left: 0;
  text-align: left;
}
body.piel-marca .page-head .page-cta,
body.piel-marca .head-ficha .page-cta {
  justify-content: flex-start;
}
body.piel-marca .page-head .btn-glass,
body.piel-marca .head-ficha .btn-glass,
body.piel-marca .head-ondas .btn-glass {
  border-color: rgba(255, 255, 255, 0.28);
  color: #f6f3ef;
  background: rgba(255, 255, 255, 0.04);
}
body.piel-marca .page-head .btn-grad,
body.piel-marca .head-ficha .btn-grad,
body.piel-marca .head-ondas .btn-grad {
  background: linear-gradient(120deg, #2f87f2 0%, #6b3dff 60%, #7918ff 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 28px rgba(80, 130, 255, 0.55),
    0 0 70px rgba(121, 24, 255, 0.45);
}

/* ---- cuerpo de página: arena, texto grafito ---- */
body.piel-marca main .section:not(.sec-purple):not(.hs-dark):not(.sec-dark):not(.voice-section) {
  color: var(--graphite);
}
body.piel-marca main .section:not(.sec-purple):not(.hs-dark):not(.sec-dark):not(.voice-section) :is(h2, h3, h4, .n, .faq-q, .price, .price-amount, dt, th) {
  color: var(--graphite);
}
body.piel-marca main .section:not(.sec-purple):not(.hs-dark):not(.sec-dark):not(.voice-section) :is(p, li, td, dd, label, small, .lead, .l, .lbl, .faq-a, .pnote, .pn, blockquote) {
  color: var(--ink-soft);
}
body.piel-marca main .section:not(.sec-purple):not(.voice-section) h2.title {
  font-weight: 200;
  letter-spacing: -0.03em;
  color: var(--graphite);
}
body.piel-marca main .section:not(.sec-purple):not(.voice-section) .grad,
body.piel-marca main .section:not(.sec-purple):not(.voice-section) h2.title b,
body.piel-marca main .section:not(.sec-purple):not(.voice-section) .chooser-rec {
  background: none;
  -webkit-text-fill-color: var(--lavender);
  color: var(--lavender);
  font-weight: 200;
}
body.piel-marca main .section:not(.sec-purple):not(.voice-section) .eyebrow span {
  color: var(--lavender);
}
body.piel-marca main .section:not(.sec-purple):not(.voice-section) .eyebrow .rule {
  background: var(--lavender);
}
body.piel-marca main .section:not(.sec-purple):not(.voice-section) a:not(.btn) {
  color: var(--lavender);
}
body.piel-marca .sec-light {
  background: #d3cbc3;
  color: var(--graphite);
}
body.piel-marca .sec-fluid::before {
  opacity: 0.35;
  mix-blend-mode: multiply;
}

/* ---- bloques morados (declaraciones y cierres): Healing Lavender ---- */
body.piel-marca .sec-purple {
  background: linear-gradient(120deg, #d3b4ff 0%, #9a5cff 32%, var(--lavender) 62%, #3a0fd6 100%);
  color: #fff;
}
body.piel-marca .sec-purple::after {
  background: url("assets/home/orbita-clara.png") no-repeat right center / contain;
  opacity: 0.5;
  inset: -20% -10% -20% 40%;
}
body.piel-marca .sec-purple .statement h2,
body.piel-marca .sec-purple h2 {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.03em;
  color: #fff;
}
body.piel-marca .sec-purple h2 b {
  font-weight: 300;
}
body.piel-marca .sec-purple p {
  color: rgba(255, 255, 255, 0.86);
}
body.piel-marca .sec-purple .btn-glass {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}

/* ---- tarjetas y cajas: crema con borde fino, sin brillos ---- */
body.piel-marca :is(.module, .sol, .plan, .gp-stat, .gp-nav, .gp-agenda, .gp-chat, .form-card, .sec-card, .rec-card, .faq-item, .hotstat, .legal-body, .chooser, .vs-today, .vs-saneo, .esp-lista li, .esp-index a, .tuclinica-form, .cuando, .art-related, .launch-extra, .col-aviso, .info-grid > div, .sec-grid > div, .modules-grid > a, .modules-grid > div, .card, .hcard, .demo-frame, .ini-card, .rep-card, .pac-card, .dm-paso, .car-card) {
  background: var(--cream);
  border: 1px solid var(--line-dark);
  box-shadow: none;
  color: var(--graphite);
}
body.piel-marca :is(.module, .sol, .plan, .gp-stat, .form-card, .sec-card, .rec-card, .faq-item, .hotstat, .legal-body, .chooser, .esp-lista li, .esp-index a, .art-related, .col-aviso, .info-grid > div, .sec-grid > div, .card, .hcard, .ini-card, .rep-card, .pac-card, .dm-paso) :is(h2, h3, h4, b, strong) {
  color: var(--graphite);
}
body.piel-marca :is(.module, .sol, .plan, .gp-stat, .form-card, .sec-card, .rec-card, .faq-item, .hotstat, .legal-body, .chooser, .esp-lista li, .esp-index a, .art-related, .col-aviso, .info-grid > div, .sec-grid > div, .card, .hcard, .ini-card, .rep-card, .pac-card, .dm-paso) :is(p, li, small, span:not(.grad):not(.est):not(.rec-eyebrow):not(.rec-mas)) {
  color: var(--ink-soft);
}
body.piel-marca .rec-eyebrow,
body.piel-marca .rec-mas,
body.piel-marca .chooser-rec-label,
body.piel-marca .plan .tag,
body.piel-marca .module .k {
  color: var(--lavender);
}
body.piel-marca .plan.featured,
body.piel-marca .plan.destacado,
body.piel-marca .vs-saneo {
  border-color: var(--lavender);
  box-shadow: 0 0 0 1px var(--lavender) inset;
}
body.piel-marca .sol:hover,
body.piel-marca .rec-card:hover,
body.piel-marca .module:hover {
  border-color: rgba(121, 24, 255, 0.5);
  background: #f1ece7;
}
body.piel-marca .faq-item {
  border-radius: 18px;
}
body.piel-marca .faq-q {
  color: var(--graphite);
}
body.piel-marca .faq-q::after {
  color: var(--lavender);
}

/* ---- formularios ---- */
body.piel-marca :is(.form-card, .tuclinica-form, .chooser) :is(input, select, textarea) {
  background: #f4f0ec;
  border: 1px solid rgba(28, 28, 30, 0.18);
  color: var(--graphite) !important;
  -webkit-text-fill-color: var(--graphite);
}
body.piel-marca :is(.form-card, .tuclinica-form) :is(input, select, textarea):focus {
  border-color: var(--lavender);
  box-shadow: 0 0 0 3px rgba(121, 24, 255, 0.14);
}
body.piel-marca :is(.form-card, .tuclinica-form) :is(input, textarea)::placeholder {
  color: var(--ink-dim);
  -webkit-text-fill-color: var(--ink-dim);
}
body.piel-marca :is(.form-card, .tuclinica-form) label,
body.piel-marca .form-card legend,
body.piel-marca .cuando-nota,
body.piel-marca .form-note,
body.piel-marca .form-fine {
  color: var(--ink-soft);
}
body.piel-marca .cuando-grupo button,
body.piel-marca .chooser-opts button,
body.piel-marca .billing-toggle,
body.piel-marca .billing-option {
  background: #f4f0ec;
  border: 1px solid rgba(28, 28, 30, 0.18);
  color: var(--graphite);
}
body.piel-marca .cuando-grupo button[aria-pressed="true"],
body.piel-marca .cuando-grupo button.on,
body.piel-marca .chooser-opts button[aria-pressed="true"],
body.piel-marca .chooser-opts button.on,
body.piel-marca .billing-option.active,
body.piel-marca .billing-option[aria-pressed="true"] {
  background: var(--lavender);
  border-color: var(--lavender);
  color: #fff;
}

/* ---- Sano (voz) en páginas interiores: la consola sigue oscura ---- */
body.piel-marca .voice-shell,
body.piel-marca .voice-console {
  color: #f1ede8;
}


/* ---- ampliación: todos los encabezados de página comparten el banner oscuro ---- */
body.piel-marca .page-head,
body.piel-marca .head-ficha,
body.piel-marca .head-ondas,
body.piel-marca .head-curvas,
body.piel-marca .head-puente,
body.piel-marca .head-tocar,
body.piel-marca .voice-section {
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #f1ede8;
  min-height: 0;
  background:
    radial-gradient(60% 55% at 70% 45%, rgba(47, 135, 242, 0.42) 0%, rgba(47, 135, 242, 0.12) 40%, transparent 70%),
    radial-gradient(40% 40% at 18% 85%, rgba(121, 24, 255, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #070a12 0%, #0a1224 60%, #070a12 100%);
  padding-top: clamp(150px, 18vw, 210px);
  padding-bottom: clamp(70px, 8vw, 110px);
}
body.piel-marca .page-head::before,
body.piel-marca .head-ficha::before,
body.piel-marca .head-ondas::before,
body.piel-marca .head-curvas::before,
body.piel-marca .head-puente::before,
body.piel-marca .head-tocar::before,
body.piel-marca .voice-section::before {
  content: "";
  position: absolute;
  right: -6%;
  top: -10%;
  left: auto;
  bottom: auto;
  width: 60%;
  height: 120%;
  background: var(--banner-img, url("assets/home/fondo-motion.jpg")) var(--banner-pos, center) / cover no-repeat;
  opacity: var(--banner-op, 0.5);
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(70% 60% at 55% 50%, #000 30%, transparent 75%);
  mask-image: radial-gradient(70% 60% at 55% 50%, #000 30%, transparent 75%);
  filter: saturate(1.15) blur(var(--banner-blur, 1px));
  pointer-events: none;
  z-index: 0;
  transform: none;
  animation: none;
}
body.piel-marca .page-head::after,
body.piel-marca .head-ficha::after,
body.piel-marca .head-ondas::after,
body.piel-marca .head-curvas::after,
body.piel-marca .head-puente::after,
body.piel-marca .head-tocar::after,
body.piel-marca .voice-section::after {
  content: "";
  position: absolute;
  left: 56%;
  top: -10%;
  right: auto;
  bottom: auto;
  width: 40vw;
  max-width: 640px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 52%, rgba(255, 255, 255, 0.55) 58%, rgba(160, 200, 255, 0.35) 63%, transparent 72%);
  filter: blur(22px);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
  transform: none;
  animation: none;
}
body.piel-marca .curvas,
body.piel-marca .tocar-fx,
body.piel-marca .puente,
body.piel-marca .ondas,
body.piel-marca .voice-section > .brand-glossy,
body.piel-marca .voice-section.sec-fluid::before {
  display: none;
}
body.piel-marca .page-head .wrap,
body.piel-marca .head-ficha-wrap,
body.piel-marca .head-ondas-wrap,
body.piel-marca .head-curvas-wrap,
body.piel-marca .head-puente-wrap,
body.piel-marca .head-tocar-wrap,
body.piel-marca .voice-section .wrap {
  position: relative;
  z-index: 1;
  margin-left: 0;
  text-align: left;
}
body.piel-marca .page-head .eyebrow,
body.piel-marca .head-ficha .eyebrow,
body.piel-marca .head-ondas .eyebrow,
body.piel-marca .head-curvas .eyebrow,
body.piel-marca .head-puente .eyebrow,
body.piel-marca .head-tocar .eyebrow,
body.piel-marca .voice-section .eyebrow {
  justify-content: flex-start;
  margin: 0 0 18px;
}
body.piel-marca .page-head .eyebrow span,
body.piel-marca .head-ficha .eyebrow span,
body.piel-marca .head-ondas .eyebrow span,
body.piel-marca .head-curvas .eyebrow span,
body.piel-marca .head-puente .eyebrow span,
body.piel-marca .head-tocar .eyebrow span,
body.piel-marca .voice-section .eyebrow span {
  color: #9fc3ff;
}
body.piel-marca .page-head .eyebrow .rule,
body.piel-marca .head-ficha .eyebrow .rule,
body.piel-marca .head-ondas .eyebrow .rule,
body.piel-marca .head-curvas .eyebrow .rule,
body.piel-marca .head-puente .eyebrow .rule,
body.piel-marca .head-tocar .eyebrow .rule,
body.piel-marca .voice-section .eyebrow .rule {
  background: #9fc3ff;
}
body.piel-marca .page-head h1,
body.piel-marca .head-ficha h1,
body.piel-marca .head-ondas h1,
body.piel-marca .head-curvas h1,
body.piel-marca .head-puente h1,
body.piel-marca .head-tocar h1,
body.piel-marca .voice-section h1,
body.piel-marca .voice-section h2.title {
  font-family: var(--title);
  font-weight: 200;
  letter-spacing: -0.035em;
  line-height: 0.98;
  font-size: clamp(42px, 5.6vw, 84px);
  color: #f6f3ef;
  max-width: 14ch;
  margin: 0 0 22px;
  text-align: left;
}
body.piel-marca .page-head h1 .grad,
body.piel-marca .head-ficha h1 .grad,
body.piel-marca .head-ondas h1 .grad,
body.piel-marca .head-curvas h1 .grad,
body.piel-marca .head-puente h1 .grad,
body.piel-marca .head-tocar h1 .grad,
body.piel-marca .voice-section h1 .grad,
body.piel-marca .voice-section h2.title .grad {
  background: none;
  -webkit-text-fill-color: #b78bff;
  color: #b78bff;
  text-shadow: 0 0 40px rgba(121, 24, 255, 0.55);
}
body.piel-marca .page-head .intro,
body.piel-marca .head-ficha .intro,
body.piel-marca .head-ondas .intro,
body.piel-marca .head-curvas .intro,
body.piel-marca .head-puente .intro,
body.piel-marca .head-tocar .intro,
body.piel-marca .voice-section .intro,
body.piel-marca .voice-section .lead,
body.piel-marca .voice-section p,
body.piel-marca .voice-safety p {
  color: rgba(241, 237, 232, 0.72);
  max-width: 56ch;
  margin-left: 0;
  text-align: left;
}
body.piel-marca .voice-safety {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f1ede8;
}
body.piel-marca .voice-safety span {
  color: #9fc3ff;
}
body.piel-marca .voice-cta {
  background: transparent;
  border: 0;
}
body.piel-marca .page-head .btn-glass,
body.piel-marca .head-ficha .btn-glass,
body.piel-marca .head-ondas .btn-glass,
body.piel-marca .head-curvas .btn-glass,
body.piel-marca .head-puente .btn-glass,
body.piel-marca .head-tocar .btn-glass,
body.piel-marca .voice-section .btn-glass {
  border-color: rgba(255, 255, 255, 0.28);
  color: #f6f3ef;
  background: rgba(255, 255, 255, 0.04);
}
body.piel-marca .page-head .btn-grad,
body.piel-marca .head-ficha .btn-grad,
body.piel-marca .head-ondas .btn-grad,
body.piel-marca .head-curvas .btn-grad,
body.piel-marca .head-puente .btn-grad,
body.piel-marca .head-tocar .btn-grad,
body.piel-marca .voice-section .btn-grad {
  background: linear-gradient(120deg, #2f87f2 0%, #6b3dff 60%, #7918ff 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 0 28px rgba(80, 130, 255, 0.55), 0 0 70px rgba(121, 24, 255, 0.45);
}

/* ---- bloques morados: texto blanco siempre y alineado a la izquierda ---- */
body.piel-marca .sec-purple h2 :is(b, .grad, span, em) {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  opacity: 1;
}
body.piel-marca .sec-purple .wrap {
  text-align: left;
}
body.piel-marca .sec-purple .page-cta {
  justify-content: flex-start;
}
body.piel-marca .sec-purple .hotstat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}
body.piel-marca .sec-purple .hotstat :is(.n, .num, b, strong, span, div) {
  color: #fff;
}
body.piel-marca .sec-purple :is(li, .lbl, small) {
  color: rgba(255, 255, 255, 0.88);
}

/* ---- precios ---- */
body.piel-marca .chooser-result {
  background: var(--graphite);
  border-color: var(--graphite);
  color: #fff;
}
body.piel-marca .chooser-result :is(p, span, small) {
  color: rgba(255, 255, 255, 0.8);
}
body.piel-marca .chooser-result .chooser-rec {
  -webkit-text-fill-color: #b78bff;
  color: #b78bff;
}
body.piel-marca .vs-today :is(.vs-total, #vs-total, output, b, strong),
body.piel-marca .vs-saneo :is(.price, b, strong),
body.piel-marca .vs-today label {
  color: var(--graphite);
}

/* ---- artículos: notas y citas ---- */
body.piel-marca main :is(blockquote, .art-nota, .art-cierre, .art-note, .art-callout, .nota) {
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-left: 3px solid var(--lavender);
  color: var(--graphite);
}
body.piel-marca main :is(blockquote, .art-nota, .art-cierre, .art-note, .art-callout, .nota) :is(p, li) {
  color: var(--ink-soft);
}
body.piel-marca .sec-fluid::before {
  opacity: 0.2;
}


/* ---- ajustes finos (precios, soluciones, artículos) ---- */
body.piel-marca .plan :is(h3, .price, .price-amount, .price-cur, .price-per, li, p, small, .pnote, .pn, b, strong, span:not(.tag)) {
  color: var(--graphite);
}
body.piel-marca .plan :is(li, p, small, .pnote, .pn) {
  color: var(--ink-soft);
}
body.piel-marca .plan .btn-glass,
body.piel-marca .plan .btn-ghost {
  border-color: rgba(28, 28, 30, 0.3);
  color: var(--graphite);
  background: transparent;
}
body.piel-marca main table :is(th, td, caption) {
  color: var(--graphite);
  border-color: var(--line-dark);
}
body.piel-marca main table td {
  color: var(--ink-soft);
}
body.piel-marca main table :is(th, td).hi,
body.piel-marca main table .destacado {
  background: rgba(121, 24, 255, 0.08);
}
body.piel-marca .car-card :is(h3, h4, b, strong) {
  color: var(--graphite);
}
body.piel-marca .car-card :is(p, span, small, a) {
  color: var(--ink-soft);
}
body.piel-marca .car-card .icono,
body.piel-marca .car-card i {
  background: rgba(121, 24, 255, 0.1);
  color: var(--lavender);
}
body.piel-marca main :is(blockquote, .art-nota, .art-cierre, .art-note, .art-callout, .nota) :is(p, li, span, strong, b, em, a) {
  color: var(--graphite);
}
body.piel-marca main :is(blockquote, .art-nota, .art-cierre) {
  color: var(--graphite);
}
body.piel-marca .voice-cta {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.piel-marca .art-cierre {
  color: var(--graphite) !important;
  background: var(--cream);
  border: 1px solid var(--line-dark);
  border-left: 3px solid var(--lavender);
}
body.piel-marca main .art-nota {
  color: var(--ink-dim) !important;
  background: transparent;
  border: 0;
  padding: 0;
}
body.piel-marca .launch-extra h3,
body.piel-marca .launch-extra strong {
  color: var(--graphite);
}
body.piel-marca .launch-extra > span {
  color: var(--lavender);
}
body.piel-marca .launch-extra p {
  color: var(--ink-soft);
}


/* ============================================================
   ESCENAS DE BANNER (9 sep 2026) — referentes de Laura:
   haz de luz sobre rejilla (Xebec), horizonte de luz con marcos
   (Stellar), manchas desenfocadas (void), aro, e imágenes IA.
   Se eligen con data-escena en <body>; --acento tiñe la escena.
   ============================================================ */
body.piel-marca {
  --acento: #7918ff;
  --acento-2: #2f87f2;
}

/* ---- IA: imagen completa, fundida a la izquierda para el texto ---- */
body.piel-marca[data-escena="ia"] .page-head::before,
body.piel-marca[data-escena="ia"] .head-ficha::before,
body.piel-marca[data-escena="ia"] .head-ondas::before,
body.piel-marca[data-escena="ia"] .head-curvas::before,
body.piel-marca[data-escena="ia"] .head-puente::before,
body.piel-marca[data-escena="ia"] .head-tocar::before,
body.piel-marca[data-escena="ia"] .voice-section::before {
  right: 0;
  top: 0;
  width: 78%;
  height: 100%;
  background: var(--banner-img) var(--banner-pos, center) / cover no-repeat;
  opacity: 0.95;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  filter: none;
}
body.piel-marca[data-escena="ia"] .page-head::after,
body.piel-marca[data-escena="ia"] .head-ficha::after,
body.piel-marca[data-escena="ia"] .head-ondas::after,
body.piel-marca[data-escena="ia"] .head-curvas::after,
body.piel-marca[data-escena="ia"] .head-puente::after,
body.piel-marca[data-escena="ia"] .head-tocar::after,
body.piel-marca[data-escena="ia"] .voice-section::after {
  display: none;
}

/* ---- HAZ: rejilla fina + haz de luz que sale de un punto hacia la derecha ---- */
body.piel-marca[data-escena="haz"] .page-head::before,
body.piel-marca[data-escena="haz"] .head-ficha::before,
body.piel-marca[data-escena="haz"] .head-ondas::before,
body.piel-marca[data-escena="haz"] .head-curvas::before,
body.piel-marca[data-escena="haz"] .head-puente::before,
body.piel-marca[data-escena="haz"] .head-tocar::before,
body.piel-marca[data-escena="haz"] .voice-section::before {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 100% 120px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 120px 100%;
  opacity: 1;
  mix-blend-mode: normal;
  -webkit-mask-image: radial-gradient(80% 90% at 60% 50%, #000 30%, transparent 100%);
  mask-image: radial-gradient(80% 90% at 60% 50%, #000 30%, transparent 100%);
  filter: none;
}
body.piel-marca[data-escena="haz"] .page-head::after,
body.piel-marca[data-escena="haz"] .head-ficha::after,
body.piel-marca[data-escena="haz"] .head-ondas::after,
body.piel-marca[data-escena="haz"] .head-curvas::after,
body.piel-marca[data-escena="haz"] .head-puente::after,
body.piel-marca[data-escena="haz"] .head-tocar::after,
body.piel-marca[data-escena="haz"] .voice-section::after {
  left: 44%;
  top: 8%;
  width: 62%;
  max-width: none;
  height: 84%;
  aspect-ratio: auto;
  border-radius: 0;
  background: linear-gradient(90deg, var(--acento) 0%, color-mix(in srgb, var(--acento) 55%, transparent) 35%, transparent 85%);
  clip-path: polygon(0 47%, 100% 0, 100% 100%, 0 53%);
  filter: blur(26px);
  opacity: 0.75;
}

/* ---- HORIZONTE: rejilla con marcos redondeados + luz de horizonte abajo a la derecha ---- */
body.piel-marca[data-escena="horizonte"] .page-head::before,
body.piel-marca[data-escena="horizonte"] .head-ficha::before,
body.piel-marca[data-escena="horizonte"] .head-ondas::before,
body.piel-marca[data-escena="horizonte"] .head-curvas::before,
body.piel-marca[data-escena="horizonte"] .head-puente::before,
body.piel-marca[data-escena="horizonte"] .head-tocar::before,
body.piel-marca[data-escena="horizonte"] .voice-section::before {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 100% 33.3%,
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 25% 100%;
  opacity: 1;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000 45%);
  mask-image: linear-gradient(90deg, transparent 10%, #000 45%);
  filter: none;
}
body.piel-marca[data-escena="horizonte"] .page-head::after,
body.piel-marca[data-escena="horizonte"] .head-ficha::after,
body.piel-marca[data-escena="horizonte"] .head-ondas::after,
body.piel-marca[data-escena="horizonte"] .head-curvas::after,
body.piel-marca[data-escena="horizonte"] .head-puente::after,
body.piel-marca[data-escena="horizonte"] .head-tocar::after,
body.piel-marca[data-escena="horizonte"] .voice-section::after {
  left: 48%;
  top: 55%;
  width: 70%;
  max-width: none;
  height: 120%;
  aspect-ratio: auto;
  border-radius: 50%;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acento) 70%, #fff) 0%, var(--acento) 18%, color-mix(in srgb, var(--acento) 35%, transparent) 45%, transparent 72%);
  box-shadow: 0 -2px 0 0 rgba(255, 255, 255, 0.55);
  filter: blur(18px);
  opacity: 0.85;
}

/* ---- MANCHAS: formas desenfocadas (lavanda, azul, casi negro) ---- */
body.piel-marca[data-escena="manchas"] .page-head::before,
body.piel-marca[data-escena="manchas"] .head-ficha::before,
body.piel-marca[data-escena="manchas"] .head-ondas::before,
body.piel-marca[data-escena="manchas"] .head-curvas::before,
body.piel-marca[data-escena="manchas"] .head-puente::before,
body.piel-marca[data-escena="manchas"] .head-tocar::before,
body.piel-marca[data-escena="manchas"] .voice-section::before {
  right: -10%;
  top: -10%;
  width: 90%;
  height: 120%;
  background:
    radial-gradient(28% 40% at 70% 75%, var(--acento) 0%, transparent 70%),
    radial-gradient(22% 34% at 48% 62%, var(--acento-2) 0%, transparent 70%),
    radial-gradient(26% 36% at 84% 40%, #0a0c14 0%, transparent 70%),
    radial-gradient(18% 28% at 58% 28%, color-mix(in srgb, var(--acento) 60%, #fff) 0%, transparent 70%);
  opacity: 0.9;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  filter: blur(46px) saturate(1.1);
}
body.piel-marca[data-escena="manchas"] .page-head::after,
body.piel-marca[data-escena="manchas"] .head-ficha::after,
body.piel-marca[data-escena="manchas"] .head-ondas::after,
body.piel-marca[data-escena="manchas"] .head-curvas::after,
body.piel-marca[data-escena="manchas"] .head-puente::after,
body.piel-marca[data-escena="manchas"] .head-tocar::after,
body.piel-marca[data-escena="manchas"] .voice-section::after {
  display: none;
}

/* ---- ARO: solo el aro de luz, sin foto ---- */
body.piel-marca[data-escena="aro"] .page-head::before,
body.piel-marca[data-escena="aro"] .head-ficha::before,
body.piel-marca[data-escena="aro"] .head-ondas::before,
body.piel-marca[data-escena="aro"] .head-curvas::before,
body.piel-marca[data-escena="aro"] .head-puente::before,
body.piel-marca[data-escena="aro"] .head-tocar::before,
body.piel-marca[data-escena="aro"] .voice-section::before {
  display: none;
}
body.piel-marca[data-escena="aro"] .page-head::after,
body.piel-marca[data-escena="aro"] .head-ficha::after,
body.piel-marca[data-escena="aro"] .head-ondas::after,
body.piel-marca[data-escena="aro"] .head-curvas::after,
body.piel-marca[data-escena="aro"] .head-puente::after,
body.piel-marca[data-escena="aro"] .head-tocar::after,
body.piel-marca[data-escena="aro"] .voice-section::after {
  left: 50%;
  top: -14%;
  width: 46vw;
  max-width: 720px;
  opacity: 0.95;
}

/* ---- FOTO (por defecto): igual que antes ---- */
@media (max-width: 900px) {
  body.piel-marca[data-escena="ia"] .page-head::before,
  body.piel-marca[data-escena="ia"] .head-ficha::before,
  body.piel-marca[data-escena="ia"] .head-ondas::before,
  body.piel-marca[data-escena="ia"] .head-curvas::before,
  body.piel-marca[data-escena="ia"] .head-puente::before,
  body.piel-marca[data-escena="ia"] .head-tocar::before,
  body.piel-marca[data-escena="ia"] .voice-section::before {
    width: 100%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 45%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 45%);
    opacity: 0.6;
  }
  body.piel-marca[data-escena="haz"] .page-head::after,
  body.piel-marca[data-escena="haz"] .head-ficha::after,
  body.piel-marca[data-escena="haz"] .head-ondas::after,
  body.piel-marca[data-escena="haz"] .head-curvas::after,
  body.piel-marca[data-escena="haz"] .head-puente::after,
  body.piel-marca[data-escena="haz"] .head-tocar::after,
  body.piel-marca[data-escena="haz"] .voice-section::after {
    left: 10%;
    width: 100%;
  }
  body.piel-marca[data-escena="horizonte"] .page-head::after,
  body.piel-marca[data-escena="horizonte"] .head-ficha::after,
  body.piel-marca[data-escena="horizonte"] .head-ondas::after,
  body.piel-marca[data-escena="horizonte"] .head-curvas::after,
  body.piel-marca[data-escena="horizonte"] .head-puente::after,
  body.piel-marca[data-escena="horizonte"] .head-tocar::after,
  body.piel-marca[data-escena="horizonte"] .voice-section::after {
    left: 20%;
    top: 60%;
    width: 120%;
  }
}


/* ---- afinado HAZ: haz más suave que nace de un punto de luz ---- */
body.piel-marca[data-escena="haz"] .page-head::after,
body.piel-marca[data-escena="haz"] .head-ficha::after,
body.piel-marca[data-escena="haz"] .head-ondas::after,
body.piel-marca[data-escena="haz"] .head-curvas::after,
body.piel-marca[data-escena="haz"] .head-puente::after,
body.piel-marca[data-escena="haz"] .head-tocar::after,
body.piel-marca[data-escena="haz"] .voice-section::after {
  left: 56%;
  top: 4%;
  width: 56%;
  height: 92%;
  background: linear-gradient(90deg, #fff 0%, var(--acento) 6%, color-mix(in srgb, var(--acento) 55%, transparent) 40%, transparent 90%);
  clip-path: polygon(0 48.5%, 100% 2%, 100% 98%, 0 51.5%);
  filter: blur(34px);
  opacity: 0.62;
}
body.piel-marca[data-escena="haz"] .page-head::before,
body.piel-marca[data-escena="haz"] .head-ficha::before,
body.piel-marca[data-escena="haz"] .head-ondas::before,
body.piel-marca[data-escena="haz"] .head-curvas::before,
body.piel-marca[data-escena="haz"] .head-puente::before,
body.piel-marca[data-escena="haz"] .head-tocar::before,
body.piel-marca[data-escena="haz"] .voice-section::before {
  background:
    radial-gradient(circle at 56% 50%, #fff 0, rgba(255, 255, 255, 0.9) 3px, color-mix(in srgb, var(--acento) 70%, transparent) 12px, transparent 60px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 100% 120px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 120px 100%;
}

/* ---- afinado HORIZONTE: planeta oscuro con borde de luz y cielo lavanda ---- */
body.piel-marca[data-escena="horizonte"] .page-head::before,
body.piel-marca[data-escena="horizonte"] .head-ficha::before,
body.piel-marca[data-escena="horizonte"] .head-ondas::before,
body.piel-marca[data-escena="horizonte"] .head-curvas::before,
body.piel-marca[data-escena="horizonte"] .head-puente::before,
body.piel-marca[data-escena="horizonte"] .head-tocar::before,
body.piel-marca[data-escena="horizonte"] .voice-section::before {
  background:
    radial-gradient(70% 60% at 78% 92%, color-mix(in srgb, var(--acento) 55%, #ffb6d9) 0%, color-mix(in srgb, var(--acento) 45%, transparent) 30%, transparent 70%),
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 100% 33.3%,
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 25% 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
}
body.piel-marca[data-escena="horizonte"] .page-head::after,
body.piel-marca[data-escena="horizonte"] .head-ficha::after,
body.piel-marca[data-escena="horizonte"] .head-ondas::after,
body.piel-marca[data-escena="horizonte"] .head-curvas::after,
body.piel-marca[data-escena="horizonte"] .head-puente::after,
body.piel-marca[data-escena="horizonte"] .head-tocar::after,
body.piel-marca[data-escena="horizonte"] .voice-section::after {
  left: 38%;
  top: 78%;
  width: 130%;
  height: 130%;
  border-radius: 50%;
  background: #070a12;
  box-shadow:
    0 0 0 1.5px rgba(255, 255, 255, 0.85),
    0 -10px 40px 6px color-mix(in srgb, var(--acento) 75%, #fff),
    0 -30px 140px 30px color-mix(in srgb, var(--acento) 55%, transparent);
  filter: blur(0.5px);
  opacity: 1;
}

/* ---- afinado MANCHAS: más contraste, como el referente "void" ---- */
body.piel-marca[data-escena="manchas"] .page-head::before,
body.piel-marca[data-escena="manchas"] .head-ficha::before,
body.piel-marca[data-escena="manchas"] .head-ondas::before,
body.piel-marca[data-escena="manchas"] .head-curvas::before,
body.piel-marca[data-escena="manchas"] .head-puente::before,
body.piel-marca[data-escena="manchas"] .head-tocar::before,
body.piel-marca[data-escena="manchas"] .voice-section::before {
  opacity: 1;
  filter: blur(40px) saturate(1.25);
}
