/* ===== Axis Core — precisión editorial y sistema de ejes ===== */

:root {
  --negro: #111111;
  --turquesa: #11C5C3;
  --turquesa-claro: #4DE0DE;
  --azul: #0066FF;
  --verde: #0F3D3A;
  --crema: #F2EFE9;
  --font-titular: 'Playfair Display', serif;
  --font-cuerpo: 'Poppins', sans-serif;
  --max-w: 1200px;
  --pad-mobile: 24px;
  --pad-desktop: 80px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--negro);
  color: var(--crema);
  font-family: var(--font-cuerpo);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
.axis-site { position: relative; }
.site-atmosphere {
  position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  background:
    radial-gradient(ellipse 66% 52% at 92% -8%, rgba(0,102,255,0.11), transparent 71%),
    radial-gradient(ellipse 54% 48% at -8% 42%, rgba(17,197,195,0.075), transparent 74%),
    linear-gradient(125deg, #111111 0%, #101414 42%, #11151d 70%, #111111 100%);
}
.site-atmosphere::before {
  content: ''; position: absolute; inset: -20%;
  background:
    radial-gradient(ellipse 34% 26% at 72% 22%, rgba(242,239,233,0.042), transparent 74%),
    radial-gradient(ellipse 46% 34% at 34% 88%, rgba(0,102,255,0.045), transparent 76%);
  filter: blur(24px);
}
.site-atmosphere::after {
  content: ''; position: absolute; inset: 0; opacity: 0.2;
  background-image: linear-gradient(112deg, transparent 0 48%, rgba(242,239,233,0.025) 49%, transparent 50%);
  background-size: 520px 520px;
}
.site-atmosphere__ring {
  position: absolute; width: min(68vw, 860px); aspect-ratio: 1;
  right: -28vw; top: -18vw;
  border: 1px solid rgba(242,239,233,0.055); border-radius: 50%;
  transform: rotate(-18deg);
  box-shadow: 0 0 100px rgba(0,102,255,0.025);
}
.site-header, main, .site-footer { position: relative; z-index: 1; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--font-titular); font-weight: 600;
  line-height: 1.15; letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); text-wrap: balance; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); text-wrap: balance; }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
p { font-size: 1.05rem; }

.resaltado { color: var(--turquesa); font-style: italic; }
.section--crema .resaltado, .page-hero.textura--crema .resaltado { color: var(--azul); }
.section--verde .resaltado { color: var(--turquesa-claro); }

.text-muted { color: rgba(242,239,233,0.78); }
.text-dim { color: rgba(242,239,233,0.55); }
.section--crema .text-muted { color: rgba(17,17,17,0.65); }
.section--crema .text-dim { color: rgba(17,17,17,0.48); }

.measure-sm { max-width: 46ch; }
.measure-md { max-width: 52ch; }
.measure-lg { max-width: 60ch; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-mobile); }
@media (min-width: 640px) and (max-width: 1199px) { .container { padding: 0 40px; } }
@media (min-width: 1200px) { .container { padding: 0 var(--pad-desktop); } }

.eyebrow {
  font-family: var(--font-cuerpo); font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--turquesa); font-weight: 600;
  margin-bottom: 14px; display: block;
}

.section { padding: 90px 0; border-bottom: 1px solid rgba(242,239,233,0.08); }
.section--verde { background: var(--verde); }
.section--crema { background: var(--crema); color: var(--negro); }
.section--crema .eyebrow { color: var(--azul); }
.section--verde .eyebrow { color: var(--turquesa-claro); }
.section--verde .statement { color: var(--turquesa-claro); border-left-color: var(--turquesa-claro); }

.textura { position: relative; isolation: isolate; }
.textura::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 44% 58% at 76% 22%, rgba(17,197,195,0.095), transparent 72%);
  pointer-events: none; z-index: 0;
}
.textura > * { position: relative; z-index: 1; }

.problem-bridge { margin-top: 28px; max-width: 24ch; }
.system-service-bridge { padding: 68px 0; border-bottom: 1px solid rgba(242,239,233,0.08); }
.system-service-bridge__grid { display: grid; gap: 22px; }
.system-service-bridge__grid > .eyebrow { margin: 0; }
.system-service-bridge__grid p { max-width: 52ch; color: rgba(242,239,233,0.72); }

.text-link {
  display: inline-flex; gap: 10px; align-items: center; margin-top: 22px;
  color: var(--turquesa); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.text-link span { font-size: 1.2rem; transition: transform 300ms var(--ease); }
.text-link:hover span { transform: translateX(5px); }

.service-method-note { padding: 0 0 54px; }
.service-method-note > .container { max-width: calc(var(--max-w) - 120px); }
.service-method-note p {
  max-width: 76ch; padding: 20px 0 0 22px;
  border-left: 2px solid var(--turquesa); color: rgba(242,239,233,0.74);
}
.service-method-note strong { color: var(--crema); }

.personal-signature {
  margin: 0 0 16px; color: var(--turquesa); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
}

/* ============ HEADER / NAV ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(17,17,17,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(242,239,233,0.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad-mobile);
}
@media (min-width: 640px) and (max-width: 1199px) { .nav { padding: 18px 40px; } }
@media (min-width: 1200px) { .nav { padding: 20px var(--pad-desktop); } }

.nav__logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav__logo-badge {
  background: var(--crema); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; width: 48px; height: 48px;
  overflow: hidden;
}
.nav__logo-badge img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.nav__logo span { font-family: var(--font-titular); font-size: 1.22rem; letter-spacing: 0.02em; }
.nav__links { display: none; gap: 34px; font-size: 0.92rem; font-weight: 400; min-width: 0; }
.nav__links a { position: relative; padding: 4px 0; opacity: 0.85; transition: opacity 200ms var(--ease); }
.nav__links a:hover { opacity: 1; color: var(--turquesa); }
.nav__links a.active { color: var(--turquesa); opacity: 1; }
@media (min-width: 1120px) { .nav__links { display: flex; align-items: center; } }

.nav__cta {
  display: none;
  background: var(--turquesa); color: var(--negro);
  font-weight: 600; font-size: 0.88rem;
  padding: 11px 22px; border-radius: 3px;
  border: 1px solid rgba(17,17,17,0.72);
  box-shadow: 0 10px 22px rgba(0,102,255,0.15), 0 3px 0 rgba(17,17,17,0.16);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.nav__cta:hover { transform: translateY(6px); opacity: 1; }
@media (min-width: 1120px) { .nav__cta { display: inline-block; } }

.nav__burger {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav__burger span { width: 24px; height: 2px; background: var(--crema); transition: all 250ms var(--ease); }
@media (min-width: 1120px) { .nav__burger { display: none; } }

.nav__mobile {
  display: none; flex-direction: column; gap: 0;
  background: var(--negro); border-bottom: 1px solid rgba(242,239,233,0.08);
}
.nav__mobile.is-open { display: flex; }
.nav__mobile a {
  padding: 18px var(--pad-mobile);
  border-top: 1px solid rgba(242,239,233,0.06);
  font-size: 1rem;
}
.nav__mobile .nav__cta {
  display: block; margin: 16px var(--pad-mobile) 20px; text-align: center;
}

/* ============ BOTONES ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-cuerpo); font-weight: 600; font-size: 0.95rem;
  padding: 15px 30px; border-radius: 3px; cursor: pointer;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  border: none;
}
.btn--primario {
  background: var(--turquesa); color: var(--negro);
  border: 1px solid rgba(17,17,17,0.72);
  box-shadow: 0 6px 16px rgba(0,102,255,0.12), 0 3px 0 rgba(17,17,17,0.16);
}
.btn--primario:hover { transform: translateY(6px); opacity: 1; }
.btn--secundario {
  background: transparent; color: var(--crema);
  border: 1.5px solid rgba(242,239,233,0.4);
}
.btn--secundario:hover {
  border-color: var(--turquesa); color: var(--turquesa);
  transform: translateY(-3px);
}
.section--crema .btn--secundario { color: var(--negro); border-color: rgba(17,17,17,0.3); }
.section--crema .btn--secundario:hover { border-color: var(--azul); color: var(--azul); }

@media (hover: hover) and (pointer: fine) {
  .btn--primario:hover, .nav__cta:hover {
    background-color: color-mix(in srgb, var(--turquesa) 88%, var(--azul));
    color: var(--negro); border-color: transparent;
    box-shadow: 0 9px 24px rgba(0,102,255,0.07), inset 0 0 12px rgba(242,239,233,0.16);
  }
  .btn--secundario:hover { box-shadow: 8px 8px 0 rgba(17,197,195,0.12); }
  .section--crema .btn--secundario:hover { box-shadow: 8px 8px 0 rgba(0,102,255,0.13); }
}
.btn--primario:active, .nav__cta:active {
  transform: translateY(7px);
  box-shadow: 0 7px 18px rgba(0,102,255,0.05), inset 0 0 14px rgba(242,239,233,0.20);
}

/* ============ HERO CINEMATOGRÁFICO ============ */
.hero-cinema { position: relative; height: 200vh; z-index: 2; }
.hero-cinema__sticky {
  position: sticky; top: 0; height: 100vh;
  overflow: hidden; isolation: isolate;
}
.hero-cinema__photo {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  filter: grayscale(0.1) contrast(1.05) blur(calc(var(--p, 0) * 40px));
  opacity: calc(1 - min(var(--p, 0) * 1.6, 1));
  will-change: opacity, filter;
}
.hero-cinema__overlay {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg, rgba(17,17,17,0.35) 0%, rgba(17,17,17,0.15) 30%, rgba(17,17,17,0.55) 75%, rgba(17,17,17,0.9) 100%),
    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(17,17,17,0.5), transparent 70%);
  pointer-events: none;
  opacity: calc(1 - min(var(--p, 0) * 1.6, 1));
}
.hero-cinema__content {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 6vw 14vh 14vw;
  transform-origin: left bottom;
  opacity: calc(1 - min(max(var(--p, 0) - 0.55, 0) * 2.22, 1));
  filter: blur(calc(min(max(var(--p, 0) - 0.55, 0) * 2.22, 1) * 32px));
  will-change: opacity, filter;
}
.hero-cinema__content h1 {
  max-width: 20ch; margin-bottom: 22px;
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
  transition: text-shadow 500ms var(--ease);
}
.hero-cinema__content .lead {
  max-width: 44ch; font-size: 1.08rem;
  color: rgba(242,239,233,0.85); margin-bottom: 30px;
  text-shadow: 0 1px 12px rgba(0,0,0,0.45);
}
.hero-cinema__ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  pointer-events: auto;
}
.hero-cinema__content > * { pointer-events: auto; }
.hero-cinema__eje {
  position: absolute; top: 8vh; left: 6vw;
  width: 2px; height: 42vh;
  background: linear-gradient(180deg, transparent 0%, var(--turquesa) 15%, var(--turquesa) 100%);
  transform: scaleY(clamp(0, calc(var(--p, 0) * 1.5), 1));
  transform-origin: top center;
  opacity: clamp(0, calc(var(--p, 0) * 3.5), 1);
  z-index: 4;
  box-shadow: 0 0 12px rgba(17,197,195,0.35);
  pointer-events: none;
  will-change: transform, opacity;
}
.hero-cinema__sticky::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(17,17,17,0.4), transparent 75%);
  opacity: clamp(0, calc((var(--p, 0) - 0.25) * 2), 0.6);
  pointer-events: none; z-index: 2;
  transition: opacity 300ms ease;
}

.hero-cinema__spark {
  position: absolute;
  top: 50vh;
  left: 6vw;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255,255,255,0.95) 0%,
    var(--turquesa) 22%,
    rgba(17,197,195,0.5) 45%,
    transparent 72%);
  pointer-events: none;
  z-index: 5;
  filter: blur(1px);
  will-change: opacity, transform;
  opacity: min(
    clamp(0, calc((var(--p, 0) - 0.58) * 9), 1),
    clamp(0, calc((0.72 - var(--p, 0)) * 9), 1)
  );
  transform: translate(-50%, -50%) scale(calc(
    0.4 + min(
      clamp(0, calc((var(--p, 0) - 0.58) * 9), 1),
      clamp(0, calc((0.72 - var(--p, 0)) * 9), 1)
    ) * 2.8
  ));
}

.hero-cinema__knot {
  position: absolute;
  top: 50vh;
  left: 6vw;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--turquesa);
  box-shadow:
    0 0 12px rgba(17,197,195,0.9),
    0 0 24px rgba(17,197,195,0.5),
    0 0 40px rgba(17,197,195,0.25);
  transform: translate(-50%, -50%) scale(clamp(0, calc((var(--p, 0) - 0.48) * 8), 1));
  opacity: clamp(0, calc((var(--p, 0) - 0.48) * 8), 1);
  pointer-events: none;
  z-index: 6;
  will-change: opacity, transform;
}

@media (max-width: 900px) {
  .hero-cinema { height: 180vh; }
  .hero-cinema__photo { object-position: center 25%; }
  .hero-cinema__content {
    padding: 0 var(--pad-mobile) 12vh calc(var(--pad-mobile) + 6vw);
  }
  .hero-cinema__content h1 { font-size: clamp(1.85rem, 8vw, 2.7rem); margin-bottom: 16px; }
  .hero-cinema__content .lead { font-size: 0.98rem; margin-bottom: 24px; }
  .hero-cinema__ctas { gap: 10px; }
  .hero-cinema__ctas .btn { padding: 13px 22px; font-size: 0.88rem; }
  .hero-cinema__eje { left: var(--pad-mobile); top: 6vh; height: 44vh; }
  .hero-cinema__spark { left: var(--pad-mobile); top: 50vh; width: 60px; height: 60px; }
  .hero-cinema__knot { left: var(--pad-mobile); top: 50vh; width: 10px; height: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cinema { height: 150vh; }
  .hero-cinema__photo { opacity: calc(1 - var(--p, 0) * 1.2); filter: none; }
  .hero-cinema__content { opacity: 1; filter: none; }
  .hero-cinema__eje { transform: scaleY(1); opacity: 1; }
  .hero-cinema__spark { display: none; }
  .hero-cinema__knot { opacity: 1; transform: translate(-50%, -50%) scale(1); }
} 
/* ============ METRICS BAR ============ */
.metrics-bar { position: relative; padding-top: 0 !important; }
.metrics-bar::before {
  display: none;
}

/* ============ HERO INTERNO (páginas secundarias) ============ */
.hero { padding: 70px 0 100px; position: relative; }
.hero.container { padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); }
.hero__grid { display: grid; gap: 50px; align-items: center; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: 40px; } }
@media (min-width: 640px) and (max-width: 1199px) { .hero.container { padding-left: 40px; padding-right: 40px; } }
@media (min-width: 1200px) { .hero.container { padding-left: var(--pad-desktop); padding-right: var(--pad-desktop); } }
.hero__img-wrap { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.hero__img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero__img-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(17,17,17,0.5) 100%);
}
.hero h1 { margin-bottom: 24px; }
.hero p.lead { font-size: 1.15rem; opacity: 0.85; max-width: 46ch; margin-bottom: 34px; }
.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }

.page-hero { padding: 60px var(--pad-mobile) 50px; }
.page-hero.container { padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero p.lead { font-size: 1.1rem; opacity: 0.82; max-width: 60ch; }

/* ============ SPLIT / LAYOUT ============ */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; gap: 70px; }
  .split--invertido { direction: rtl; }
  .split--invertido > * { direction: ltr; }
  .system-service-bridge__grid { grid-template-columns: 0.38fr 1fr 0.9fr; align-items: start; gap: 36px; }
}
.split__img { border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.split__img img { width: 100%; height: 100%; object-fit: cover; }

/* ============ BENTO / CARDS ============ */
.bento { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento__item, .bento__item--lg, .bento__item--sm { grid-column: span 1; }
}
@media (min-width: 1100px) {
  .bento { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .bento__item { grid-column: span 6; }
  .bento__item--lg { grid-column: span 4; }
  .bento__item--sm { grid-column: span 2; }
}

.card {
  background: rgba(242,239,233,0.04);
  border: 1px solid rgba(242,239,233,0.1);
  border-radius: 4px; padding: 34px;
  transition: border-color 250ms var(--ease), transform 250ms var(--ease);
  overflow: hidden;
}
.card:hover { border-color: rgba(17,197,195,0.4); transform: translateY(-4px); }
.card h3 { margin-bottom: 12px; color: var(--turquesa); }
.section--crema .card { background: rgba(17,17,17,0.03); border-color: rgba(17,17,17,0.1); }
.section--crema .card h3 { color: var(--azul); }

.card--expandible { cursor: pointer; position: relative; }
.card--expandible:focus-visible { outline: 2px solid var(--turquesa); outline-offset: 3px; }
.card__mas {
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 450ms var(--ease), opacity 350ms var(--ease);
}
.card__mas p {
  padding-top: 14px; margin-top: 14px;
  border-top: 1px solid rgba(242,239,233,0.12);
}
.section--crema .card__mas p { border-color: rgba(17,17,17,0.12); }
.card--expandible.is-expanded { grid-column: 1 / -1; }
.card--expandible.is-expanded .card__mas { max-height: 1500px; opacity: 1; }
.card__toggle {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px; font-size: 0.82rem; font-weight: 600;
  color: var(--turquesa);
}
.section--crema .card__toggle { color: var(--azul); }
.card__toggle-icon { transition: transform 250ms var(--ease); font-size: 1rem; line-height: 1; }
.card--expandible.is-expanded .card__toggle-icon { transform: rotate(45deg); }
.card__toggle-text { margin-right: 6px; }

.card--expandible.is-pulsing {
  animation: cardPulse 2.4s ease-in-out infinite;
  border-color: rgba(17,197,195,0.6) !important;
}
.card--expandible.is-pulsing::before {
  content: ''; position: absolute; inset: -3px; border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(17,197,195,0.12), transparent 70%);
  pointer-events: none; z-index: -1;
  animation: cardPulseGlow 2.4s ease-in-out infinite;
}
@keyframes cardPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 22px rgba(0,0,0,0.28), 0 0 0 0 rgba(17,197,195,0); }
  50% { transform: scale(1.012); box-shadow: 0 12px 32px rgba(0,0,0,0.4), 0 0 0 8px rgba(17,197,195,0.1), 0 0 32px rgba(17,197,195,0.25); }
}
@keyframes cardPulseGlow {
  0%, 100% { opacity: 0.4; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.02); }
}
.card--expandible.is-pulsing:hover { animation-play-state: paused; border-color: var(--turquesa) !important; }
.card--expandible.is-expanded { animation: none; border-color: var(--turquesa) !important; }
.card--expandible.is-expanded::before { display: none; }

/* ============ DEMO SHELL (mockups) ============ */
.demo-shell {
  background: #0b141a;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(0, 92, 75, 0.10), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(0, 102, 255, 0.06), transparent 50%);
  border-radius: 14px; border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
  max-width: 420px; margin: 1.5rem auto;
  overflow: hidden; position: relative;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.card--expandible.is-expanded .demo-shell {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 28px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(17,197,195,0.25), 0 0 40px rgba(17,197,195,0.15);
  z-index: 10;
}
.demo-shell:hover { transform: translateY(-4px) scale(1.005); box-shadow: 0 18px 44px rgba(0,0,0,0.55), 0 0 32px rgba(17,197,195,0.12); }
.card--expandible.is-expanded .demo-shell:hover { transform: translateY(-12px) scale(1.025); }

.demo-shell__header {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.9rem 1.1rem; background: #1f2c34;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.demo-shell__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--turquesa), var(--azul));
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
  color: #0b141a; font-weight: 700; font-size: 1rem;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}
.demo-shell__avatar img { width: 100%; height: 100%; object-fit: cover; }
.demo-shell__info { flex: 1; min-width: 0; }
.demo-shell__name { font-weight: 600; color: #e9edef; font-size: 0.98rem; line-height: 1.2; }
.demo-shell__status { font-size: 0.76rem; color: #8696a0; display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.demo-shell__status::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #00d95f; box-shadow: 0 0 6px #00d95f;
}
.demo-shell__body { padding: 1rem 1.1rem; background: #0b141a; }

/* ============ WHATSAPP SIM ============ */
.whatsapp-sim { all: unset; display: block; }
.whatsapp-sim__chat { min-height: 200px; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 0.8rem; }
.whatsapp-sim__bubble {
  max-width: 85%; padding: 0.6rem 0.85rem; border-radius: 8px;
  font-size: 0.9rem; line-height: 1.4;
  animation: fadeUp 0.5s ease-out;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.whatsapp-sim__bubble--user { align-self: flex-end; background: #005c4b; color: #e9edef; border-top-right-radius: 2px; }
.whatsapp-sim__bubble--bot { align-self: flex-start; background: #202c33; color: #e9edef; border-top-left-radius: 2px; }
.whatsapp-sim__btn {
  display: block; margin: 0 auto; background: #00a884; color: #fff;
  border: none; padding: 0.55rem 1.6rem; border-radius: 24px;
  font-weight: 600; font-size: 0.88rem; cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 4px 12px rgba(0,168,132,0.3);
}
.whatsapp-sim__btn:hover { background: #06cf9c; transform: translateY(-1px); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ============ PODCAST DECK ============ */
.podcast-deck { all: unset; display: block; }
.podcast-deck__art {
  width: 100%; height: 160px; border-radius: 10px;
  overflow: hidden; margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(17,197,195,0.2), rgba(0,102,255,0.15));
  display: flex; align-items: center; justify-content: center; position: relative;
}
.podcast-deck__art img { width: 100%; height: 100%; object-fit: cover; }
.podcast-deck__title { font-family: var(--font-titular); font-size: 1.05rem; color: #e9edef; margin-bottom: 4px; }
.podcast-deck__episode { font-size: 0.82rem; color: #8696a0; margin-bottom: 1rem; }
.podcast-deck__controls { display: flex; align-items: center; gap: 0.9rem; }
.podcast-deck__play {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--turquesa); color: #0b141a; border: none;
  display: grid; place-items: center; cursor: pointer;
  font-size: 1.1rem; flex-shrink: 0;
  transition: transform 200ms ease, background 200ms ease;
}
.podcast-deck__play:hover { transform: scale(1.08); background: #4DE0DE; }
.podcast-deck__progress {
  flex: 1; height: 4px; background: rgba(255,255,255,0.15);
  border-radius: 2px; overflow: hidden; cursor: pointer; position: relative;
}
.podcast-deck__progress-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--turquesa), var(--azul));
  border-radius: 2px; transition: width 100ms linear;
}
.podcast-deck__time {
  font-size: 0.75rem; color: #8696a0;
  min-width: 75px; text-align: right;
  font-variant-numeric: tabular-nums;
}
.podcast-deck__waveform { display: flex; align-items: center; gap: 3px; height: 26px; margin-top: 1rem; }
.podcast-deck__waveform span {
  display: block; width: 3px;
  background: var(--turquesa); border-radius: 2px;
  opacity: 0.35; height: 8px;
  transition: height 120ms ease, opacity 120ms ease;
}
.podcast-deck.is-playing .podcast-deck__waveform span { opacity: 0.9; animation: soundWave 1s ease-in-out infinite alternate; }
.podcast-deck__waveform span:nth-child(2n) { animation-delay: 0.15s; }
.podcast-deck__waveform span:nth-child(3n) { animation-delay: 0.3s; }
.podcast-deck__waveform span:nth-child(4n) { animation-delay: 0.45s; }
.podcast-deck__waveform span:nth-child(5n) { animation-delay: 0.1s; }
@keyframes soundWave { 0% { height: 6px; } 50% { height: 22px; } 100% { height: 12px; } }

/* ============ BROWSER MOCK ============ */
.browser-mock { all: unset; display: block; }
.browser-mock__bar {
  display: flex; align-items: center; gap: 8px;
  padding: 0.6rem 0.9rem; background: #1f2c34;
  border-radius: 8px 8px 0 0;
}
.browser-mock__dots { display: flex; gap: 6px; }
.browser-mock__dots span { width: 10px; height: 10px; border-radius: 50%; }
.browser-mock__dots span:nth-child(1) { background: #ff5f57; }
.browser-mock__dots span:nth-child(2) { background: #febc2e; }
.browser-mock__dots span:nth-child(3) { background: #28c840; }
.browser-mock__url {
  flex: 1; background: #0b141a; color: #8696a0;
  font-size: 0.72rem; padding: 5px 12px; border-radius: 6px;
  font-family: 'Courier New', monospace;
}
.browser-mock__page {
  background: #ffffff; padding: 1.2rem 1rem;
  min-height: 180px; border-radius: 0 0 8px 8px; color: #111;
}
.browser-mock__hero-block {
  background: linear-gradient(135deg, #11C5C3 0%, #0066FF 100%);
  color: #fff; padding: 14px 16px; border-radius: 6px; margin-bottom: 12px;
}
.browser-mock__hero-block h4 { font-size: 0.95rem; margin-bottom: 4px; color: #fff; }
.browser-mock__hero-block p { font-size: 0.72rem; opacity: 0.9; color: #fff; }
.browser-mock__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.browser-mock__tile {
  background: #f2efe9; border-radius: 6px; padding: 10px;
  height: 46px; position: relative;
}
.browser-mock__tile::before {
  content: ''; display: block; width: 60%; height: 6px;
  background: rgba(17,17,17,0.15); border-radius: 3px; margin-bottom: 6px;
}
.browser-mock__tile::after {
  content: ''; display: block; width: 90%; height: 4px;
  background: rgba(17,17,17,0.08); border-radius: 2px;
}

/* ============ DASHBOARD DEMO ============ */
.dashboard-demo { all: unset; display: block; }
.dashboard-demo__title { font-size: 0.82rem; color: #8696a0; margin-bottom: 14px; font-family: var(--font-cuerpo); }
.dashboard-demo__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.dashboard-demo__kpi {
  background: rgba(17,197,195,0.06);
  border: 1px solid rgba(17,197,195,0.2);
  border-radius: 8px; padding: 10px 8px; text-align: center;
}
.dashboard-demo__kpi-value {
  font-family: var(--font-titular); font-size: 1.1rem; font-weight: 700;
  color: var(--turquesa); line-height: 1; margin-bottom: 3px;
}
.dashboard-demo__kpi-label { font-size: 0.62rem; color: #8696a0; letter-spacing: 0.06em; text-transform: uppercase; }
.dashboard-demo__chart {
  display: flex; align-items: flex-end; gap: 6px;
  height: 80px; padding: 8px 4px;
  background: rgba(0,0,0,0.2); border-radius: 8px;
}
.dashboard-demo__bar {
  flex: 1;
  background: linear-gradient(180deg, var(--turquesa), var(--azul));
  border-radius: 4px 4px 2px 2px; min-height: 8px;
  animation: barGrow 1.2s var(--ease) both;
  transform-origin: bottom;
}
.dashboard-demo__bar:nth-child(1) { height: 40%; animation-delay: 0.1s; }
.dashboard-demo__bar:nth-child(2) { height: 65%; animation-delay: 0.2s; }
.dashboard-demo__bar:nth-child(3) { height: 45%; animation-delay: 0.3s; }
.dashboard-demo__bar:nth-child(4) { height: 80%; animation-delay: 0.4s; }
.dashboard-demo__bar:nth-child(5) { height: 60%; animation-delay: 0.5s; }
.dashboard-demo__bar:nth-child(6) { height: 92%; animation-delay: 0.6s; }
@keyframes barGrow { from { transform: scaleY(0); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }

/* ============ SOCIAL POST ============ */
.social-post { all: unset; display: block; }
.social-post__header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.social-post__avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--azul), var(--turquesa));
  display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: 0.9rem; flex-shrink: 0;
}
.social-post__user { flex: 1; }
.social-post__user strong { display: block; font-size: 0.88rem; color: #e9edef; font-weight: 600; }
.social-post__user span { font-size: 0.72rem; color: #8696a0; }
.social-post__caption { font-size: 0.85rem; line-height: 1.45; color: #d1d7db; margin-bottom: 10px; }
.social-post__media {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(0,102,255,0.4), rgba(17,197,195,0.3));
  border-radius: 8px; margin-bottom: 10px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-family: var(--font-titular); font-size: 1.1rem; font-style: italic;
}
.social-post__actions { display: flex; gap: 20px; font-size: 0.78rem; color: #8696a0; }
.social-post__actions span { display: flex; align-items: center; gap: 5px; }
.social-post__actions .icon { color: var(--turquesa); font-size: 0.85rem; }

/* ============ PROFILE CARD ============ */
.profile-card { all: unset; display: block; text-align: center; }
.profile-card__photo {
  width: 84px; height: 84px; border-radius: 50%;
  overflow: hidden; margin: 0 auto 14px;
  border: 2px solid var(--turquesa);
  box-shadow: 0 0 0 4px rgba(17,197,195,0.12), 0 8px 24px rgba(0,0,0,0.4);
  background: linear-gradient(135deg, var(--turquesa), var(--azul));
  display: grid; place-items: center;
  color: #0b141a; font-weight: 700; font-size: 1.6rem;
}
.profile-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.profile-card__name { font-family: var(--font-titular); font-size: 1.15rem; color: #e9edef; margin-bottom: 4px; font-weight: 600; }
.profile-card__role { font-size: 0.78rem; color: var(--turquesa); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.profile-card__bio { font-size: 0.82rem; color: #8696a0; line-height: 1.5; margin-bottom: 14px; }
.profile-card__tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 14px; }
.profile-card__tag {
  font-size: 0.68rem; padding: 4px 10px; border-radius: 999px;
  background: rgba(17,197,195,0.1);
  border: 1px solid rgba(17,197,195,0.3);
  color: var(--turquesa-claro); font-weight: 500;
}
.profile-card__cta {
  display: inline-block;
  background: linear-gradient(135deg, var(--turquesa), var(--azul));
  color: #0b141a; font-size: 0.8rem; font-weight: 600;
  padding: 8px 20px; border-radius: 999px;
  box-shadow: 0 4px 14px rgba(17,197,195,0.35);
}

/* ============ SERVICE CARD ============ */
.service-card { position: relative; padding-top: 88px; }
.service-symbol {
  position: absolute; top: 28px; right: 30px;
  width: 44px; height: 44px; overflow: visible;
  fill: none; stroke: var(--turquesa);
  stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round;
  pointer-events: none;
}
.service-symbol circle { fill: var(--negro); }
.service-card:hover .service-symbol circle { fill: var(--turquesa); }

.contact-card { text-align: center; padding: 32px 24px; }
.contact-card h3 { color: var(--turquesa); margin-bottom: 12px; font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.contact-card p { word-break: break-word; overflow-wrap: anywhere; font-size: 0.95rem; line-height: 1.5; }

/* ============ CONTACTO — CANALES ============ */
.contacto-canales {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .contacto-canales {
    grid-template-columns: 1fr;
  }
}

/* ============ PRODUCCIÓN ============ */
.section--produccion { background: var(--verde); border-bottom-color: rgba(242,239,233,0.08); }
.produccion-grid { display: grid; gap: 42px; align-items: start; }
.capabilities-list {
  list-style: none;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px; border-top: 1px solid rgba(242,239,233,0.18);
}
.capabilities-list li {
  padding: 13px 0; border-bottom: 1px solid rgba(242,239,233,0.18);
  font-size: 0.9rem; letter-spacing: 0.025em; color: rgba(242,239,233,0.78);
}
.capabilities-list li::before { content: '—'; color: var(--turquesa); margin-right: 8px; }
.production-note { margin-top: 32px; border-left: 2px solid var(--turquesa); padding: 2px 0 2px 22px; max-width: 62ch; }
.production-note__label {
  display: block; color: var(--turquesa);
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 10px;
}
.production-note p { color: rgba(242,239,233,0.78); font-size: 0.96rem; }
.production-gallery {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start; gap: 14px; margin-top: 12px;
}
.production-gallery__header { grid-column: 1 / -1; max-width: 48ch; margin: 6px 0 4px; }
.production-gallery__header p { color: rgba(242,239,233,0.72); font-size: 0.9rem; }
.production-gallery__item {
  position: relative; aspect-ratio: 9 / 16; margin: 0;
  min-height: 0; overflow: hidden;
  background: rgba(242,239,233,0.04);
  border: 1px solid rgba(242,239,233,0.13);
}
.production-gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.08);
  transition: transform 900ms var(--ease), filter 700ms var(--ease);
}
.production-gallery__item:hover img { transform: scale(1.045); filter: grayscale(0.18) contrast(1.04); }
.production-gallery figcaption {
  position: absolute; left: 18px; bottom: 16px;
  color: var(--crema); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.17em; text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,0.85);
}
@media (min-width: 900px) { .produccion-grid { grid-template-columns: 0.86fr 1.14fr; gap: 92px; } }

/* ============ SYSTEM CHAPTERS ============ */
.system-chapters { overflow: hidden; }
.system-chapter { background: var(--negro); padding: 96px 0 82px; }
.system-chapter--crema { background: var(--crema); color: var(--negro); }
.system-chapter__grid { display: grid; gap: 44px; align-items: center; }
.system-chapter__visual {
  width: min(100%, 260px); margin: 0 auto;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(17,197,195,0.28);
  background: linear-gradient(155deg, rgba(17,197,195,0.065), rgba(0,102,255,0.035));
  display: flex; align-items: center; justify-content: center;
  padding: 42px; overflow: hidden;
}
.system-chapter__visual svg {
  width: 62%; height: auto; overflow: visible;
  fill: none; stroke: var(--turquesa);
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.system-chapter__visual circle { fill: var(--negro); }
.system-chapter--crema .system-chapter__visual { border-color: rgba(0,102,255,0.25); background: rgba(0,102,255,0.035); }
.system-chapter--crema .system-chapter__visual svg { stroke: var(--azul); }
.system-chapter--crema .system-chapter__visual circle { fill: var(--crema); }
.system-chapter__body h2 { max-width: 18ch; margin-bottom: 18px; }
.system-chapter__body > p { max-width: 58ch; color: rgba(242,239,233,0.8); }
.system-chapter--crema .system-chapter__body > p { color: rgba(17,17,17,0.7); }
.system-chapter--crema .eyebrow { color: var(--azul); }
.system-chapter--crema .fase__num { color: var(--azul); }

.chapter-decision {
  margin-top: 18px; padding-left: 16px;
  border-left: 2px solid rgba(17,197,195,0.55);
  font-size: 0.95rem; line-height: 1.65;
}
.system-chapter--crema .chapter-decision { border-left-color: rgba(0,102,255,0.58); }
.chapter-case {
  margin-top: 26px; display: flex; flex-wrap: wrap;
  align-items: baseline; gap: 7px 10px;
  color: rgba(242,239,233,0.58);
  font-size: 0.74rem; line-height: 1.35;
}
.chapter-case span {
  color: var(--turquesa); font-size: 0.66rem;
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
}
.chapter-case p { margin: 0; }
.chapter-case small { flex-basis: 100%; color: inherit; font-size: 0.66rem; opacity: 0.85; }
.system-chapter--crema .chapter-case { color: rgba(17,17,17,0.52); }
.system-chapter--crema .chapter-case span { color: var(--azul); }
.chapter-quotes {
  margin-top: 30px; display: grid; gap: 12px;
  min-height: 11.2em; align-content: start;
}
.chapter-quotes blockquote {
  min-height: 10.4em;
  border-left: 2px solid rgba(17,197,195,0.55);
  padding: 8px 0 8px 16px;
  color: rgba(242,239,233,0.68);
  font-family: var(--font-titular);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.42;
}
.chapter-quotes blockquote[aria-hidden="true"] { visibility: hidden; }
.chapter-quotes blockquote.is-typing,
.chapter-quotes blockquote.is-typed { visibility: visible; }
.system-chapter--crema .chapter-quotes blockquote {
  border-left-color: rgba(0,102,255,0.58);
  color: rgba(17,17,17,0.64);
}
.chapter-quotes blockquote.is-typing::after {
  content: '│'; display: inline-block; margin-left: 3px;
  color: var(--turquesa); font-family: var(--font-cuerpo);
  font-size: 0.88em;
  animation: quoteCursor 780ms steps(1, end) infinite;
}
.system-chapter--crema .chapter-quotes blockquote.is-typing::after { color: var(--azul); }
.chapter-divider {
  position: relative; z-index: 1;
  margin-bottom: -1px; height: 54px; overflow: hidden;
}
.chapter-divider svg {
  display: block; width: 100%; height: 140%;
  position: absolute; top: -20%; left: 0;
  will-change: transform; transition: transform 200ms linear;
}
.chapter-divider--crema { background: var(--negro); }
.chapter-divider--crema path { fill: var(--crema); }
.chapter-divider--dark { background: var(--crema); }
.chapter-divider--dark path { fill: var(--negro); }

@media (min-width: 900px) {
  .system-chapter { padding: 126px 0 108px; }
  .system-chapter__grid { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 92px; }
  .system-chapter__grid--reverse > :first-child { grid-column: 2; grid-row: 1; }
  .system-chapter__grid--reverse > :last-child { grid-column: 1; grid-row: 1; }
  .system-chapter__visual { width: min(100%, 300px); }
  .chapter-quotes { min-height: 8.3em; }
  .chapter-quotes blockquote { min-height: 7.4em; }
}

/* ============ SISTEMA — CAPÍTULOS CON FOTO ============ */
.system-chapter__visual--photo {
  padding: 0;
  position: relative;
  background: #101413;
}
.system-chapter__visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease);
  display: block;
}
.system-chapter__visual--photo:hover img {
  transform: scale(1.035);
}
.system-chapter__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 56px;
  height: 56px;
  padding: 9px;
  background: rgba(17,17,17,0.78);
  border: 1px solid rgba(17,197,195,0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.system-chapter__badge svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--turquesa);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.system-chapter__badge circle { fill: var(--negro); }
.system-chapter--crema .system-chapter__badge {
  background: rgba(242,239,233,0.85);
  border-color: rgba(0,102,255,0.4);
}
.system-chapter--crema .system-chapter__badge svg { stroke: var(--azul); }
.system-chapter--crema .system-chapter__badge circle { fill: var(--crema); }
@media (max-width: 639px) {
  .system-chapter__badge { width: 44px; height: 44px; padding: 7px; }
}

/* ============ SYSTEM WHY ============ */
.system-why { display: grid; gap: 38px; align-items: center; }
.system-why__copy h2 { max-width: 15ch; margin-bottom: 18px; }
.system-why__list { display: grid; gap: 10px; margin-top: 28px; padding: 0; list-style: none; }
.system-why__list li {
  padding: 11px 0; border-top: 1px solid rgba(242,239,233,0.18);
  color: rgba(242,239,233,0.72); font-size: 0.91rem;
}
.system-why__list li:last-child { border-bottom: 1px solid rgba(242,239,233,0.18); }
.system-why__list strong { color: var(--crema); font-weight: 600; }
.system-why__visual {
  position: relative; max-width: 560px; margin: 0 auto;
  overflow: hidden; border: 1px solid rgba(242,239,233,0.14);
  background: #101413;
}
.system-why__visual::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(17,197,195,0.1), transparent 38%, rgba(0,102,255,0.1));
  mix-blend-mode: screen;
}
.system-why__visual img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  transition: transform 900ms var(--ease);
}
.system-why__visual.is-visible img { transform: scale(1.035); }
.system-why__visual figcaption {
  padding: 12px 14px; color: rgba(242,239,233,0.54);
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
}

/* ============ TEAM ============ */
.team-hero { padding-bottom: 48px; }
.team-roles { display: grid; gap: 18px; margin-top: 36px; }
.team-role {
  padding: 25px 0; border-top: 1px solid rgba(242,239,233,0.16);
  transition: transform 400ms var(--ease), padding 400ms var(--ease);
}
.team-role:last-child { border-bottom: 1px solid rgba(242,239,233,0.16); }
.team-role.is-visible:hover { transform: translateY(-4px) scale(1.015); padding-left: 12px; }
.team-role__label {
  display: block; margin-bottom: 8px; color: var(--turquesa);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.team-role h3 { margin-bottom: 8px; font-size: clamp(1.3rem, 2vw, 1.72rem); }
.team-role p { max-width: 56ch; color: rgba(242,239,233,0.74); font-size: 0.95rem; }
.reveal--blur {
  opacity: 0; filter: blur(10px); transform: translateY(24px);
  transition: opacity 800ms var(--ease), filter 1000ms var(--ease), transform 800ms var(--ease);
}
.reveal--blur.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }
.team-portrait {
  aspect-ratio: 9 / 16; max-width: 420px; overflow: hidden;
  border: 1px solid rgba(242,239,233,0.15);
  background: rgba(242,239,233,0.04);
}
.team-portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.team-portrait figcaption {
  padding: 12px 0; color: rgba(242,239,233,0.55);
  font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.team-connection {
  margin-top: 40px; padding: 28px;
  border: 1px solid rgba(17,197,195,0.23);
  background: rgba(17,197,195,0.045);
}
.team-connection p { max-width: 66ch; color: rgba(242,239,233,0.8); }
@media (min-width: 760px) { .team-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 50px; } }

/* ============ FAQ ============ */
.faq-list { display: grid; gap: 0; }
.faq-item {
  padding: 26px 0; border-top: 1px solid rgba(242,239,233,0.14);
  transition: transform 400ms var(--ease), padding 400ms var(--ease);
}
.faq-item:last-child { border-bottom: 1px solid rgba(242,239,233,0.14); }
.faq-item.is-visible:hover { transform: translateY(-3px) scale(1.012); padding-left: 14px; padding-right: 14px; }
.faq-item h2 {
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
  margin-bottom: 10px;
  transition: color 300ms var(--ease);
}
.faq-item.is-visible:hover h2 { color: var(--turquesa); }
.faq-item p {
  max-width: 68ch; color: rgba(242,239,233,0.73);
  font-size: 0.97rem; transition: color 300ms var(--ease);
}
.faq-item.is-visible:hover p { color: rgba(242,239,233,0.92); }

/* ============ EDITORIAL / BLOG ============ */
.editorial-manifesto {
  padding: 48px 0;
  border-top: 1px solid rgba(242,239,233,0.11);
  border-bottom: 1px solid rgba(242,239,233,0.11);
}
.editorial-manifesto p { max-width: 66ch; color: rgba(242,239,233,0.76); }
.editorial-themes { display: grid; gap: 20px; margin-top: 36px; }
.editorial-theme {
  padding: 28px;
  border: 1px solid rgba(242,239,233,0.14);
  background: rgba(242,239,233,0.025);
}
.editorial-theme__stage {
  display: block; margin-bottom: 42px; color: var(--turquesa);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.editorial-theme h2 { max-width: 17ch; margin-bottom: 12px; font-size: clamp(1.5rem, 2.8vw, 2.15rem); }
.editorial-theme p { color: rgba(242,239,233,0.68); font-size: 0.94rem; }
@media (min-width: 760px) { .editorial-themes { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* ============ TIMELINE (Metodología de Ejes) ============ */
.editorial-timeline { position: relative; display: grid; gap: 46px; max-width: 930px; margin: 12px auto 0; }
.editorial-timeline::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px; background: rgba(17,197,195,0.34);
  transform: translateX(-50%);
}
.timeline-stage {
  position: relative; display: grid;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
  gap: 28px; align-items: center; min-height: 324px;
}
.timeline-stage__marker {
  grid-column: 2; grid-row: 1;
  width: 52px; height: 52px; justify-self: center;
  display: grid; place-items: center;
  border: 1px solid rgba(17,197,195,0.6);
  border-radius: 50%; background: var(--negro);
  color: var(--turquesa);
  font-family: var(--font-cuerpo); font-size: 0.76rem;
  font-weight: 600; letter-spacing: 0.08em;
  transition: background-color 450ms var(--ease), color 450ms var(--ease), box-shadow 450ms var(--ease);
  z-index: 1;
}
.timeline-card {
  grid-column: 1; grid-row: 1; overflow: hidden;
  border: 1px solid rgba(242,239,233,0.17);
  background: rgba(242,239,233,0.035);
  transform: scale(0.38); transform-origin: 100% 50%;
  opacity: 0; pointer-events: none;
  transition: transform 720ms var(--ease), opacity 470ms var(--ease), border-color 500ms var(--ease), box-shadow 700ms var(--ease);
}
.timeline-card__media {
  position: relative; aspect-ratio: 16 / 7; overflow: hidden;
  background: rgba(242,239,233,0.025);
}
.timeline-card__image {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.06);
  transition: filter 700ms var(--ease), transform 850ms var(--ease);
}
.timeline-card__image[src=""] { display: none; }
.timeline-card__trigger {
  width: 100%; display: grid; grid-template-columns: 1fr auto;
  gap: 3px 16px; align-items: center;
  padding: 20px 24px;
  border: 0; border-top: 1px solid rgba(17,197,195,0.45);
  background: rgba(242,239,233,0.07); color: var(--crema);
  text-align: left; font-family: var(--font-cuerpo); cursor: pointer;
  transition: background-color 420ms var(--ease), color 420ms var(--ease), border-color 420ms var(--ease);
}
.timeline-card__trigger strong { font-family: var(--font-titular); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 600; }
.timeline-card__stage { color: var(--turquesa); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.timeline-card__chevron {
  grid-column: 2; grid-row: 1 / span 2;
  font-size: 1.5rem; color: var(--turquesa);
  transition: transform 350ms var(--ease);
}
.timeline-card__details {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 520ms var(--ease), opacity 380ms var(--ease);
  opacity: 0;
}
.timeline-card__details > div { overflow: hidden; }
.timeline-card__details p { padding: 0 24px 24px; color: rgba(242,239,233,0.76); font-size: 0.98rem; }
.timeline-card.is-expanded .timeline-card__details { grid-template-rows: 1fr; opacity: 1; }
.timeline-card.is-expanded .timeline-card__chevron { transform: rotate(45deg); }
.timeline-card.is-expanded .timeline-card__trigger {
  background: color-mix(in srgb, var(--turquesa) 78%, var(--azul));
  color: var(--negro); border-top-color: transparent;
}
.timeline-card.is-expanded .timeline-card__stage,
.timeline-card.is-expanded .timeline-card__chevron { color: var(--negro); }
.timeline-card__trigger:hover { background: rgba(17,197,195,0.14); }
.timeline-card.is-expanded .timeline-card__trigger:hover { background: color-mix(in srgb, var(--turquesa) 70%, var(--azul)); }
.timeline-card__trigger:focus-visible { outline: 2px solid var(--turquesa); outline-offset: -4px; }
.timeline-stage.is-active .timeline-card {
  transform: scale(1); opacity: 1; pointer-events: auto;
  border-color: rgba(17,197,195,0.42);
  box-shadow: 0 18px 44px rgba(0,0,0,0.2);
}
.timeline-stage.is-active .timeline-card__image { filter: grayscale(0) contrast(1.02); transform: scale(1.055); }
.timeline-stage.is-active .timeline-stage__marker {
  background: var(--turquesa); color: var(--negro);
  box-shadow: 0 0 0 8px rgba(17,197,195,0.1), 0 0 22px rgba(17,197,195,0.25);
}
.timeline-stage--reverse .timeline-card { grid-column: 3; transform-origin: 0% 50%; }

/* ============ STATEMENT / PLAIN LIST ============ */
.statement {
  font-family: var(--font-titular);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.35;
  color: var(--turquesa);
  border-left: 3px solid var(--turquesa);
  padding-left: 28px;
}
.section--crema .statement { color: var(--azul); border-left-color: var(--azul); }

.plain-list { list-style: none; display: flex; flex-direction: column; }
.plain-list li {
  font-family: var(--font-titular);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  padding: 16px 0; border-bottom: 1px solid rgba(17,17,17,0.12);
}
.plain-list li:first-child { border-top: 1px solid rgba(17,17,17,0.12); }
.section:not(.section--crema) .plain-list li,
.section:not(.section--crema) .plain-list li:first-child { border-color: rgba(242,239,233,0.12); }

.fase { display: grid; gap: 24px; padding: 40px 0; border-top: 1px solid rgba(242,239,233,0.1); }
@media (min-width: 700px) { .fase { grid-template-columns: 100px 1fr; align-items: start; } }
.fase__num {
  font-family: var(--font-cuerpo);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--turquesa);
  opacity: 1;
  margin-bottom: 6px;
  display: block;
}
.fase h3 { margin-bottom: 10px; }
.fase p { opacity: 0.8; max-width: 60ch; }

/* ============ METRICS GRID ============ */
.metrics-header { text-align: center; margin-bottom: 32px; }
.metrics-header .eyebrow { margin-bottom: 0; display: inline-block; }
.metrics-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  background: rgba(17, 197, 195, 0.05);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(17, 197, 195, 0.15);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.metric-item { text-align: center; padding: 0.5rem; }
.metric-number {
  display: block;
  font-family: var(--font-titular);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700; line-height: 1.1;
  background: linear-gradient(135deg, #11C5C3, #0A8A88);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.metric-label {
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: rgba(242,239,233,0.72);
  font-weight: 400; letter-spacing: 0.3px;
}
@media (max-width: 768px) { .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; padding: 1.5rem; } }

/* ============ PAIN CARDS ============ */
.pain-stack {
  position: relative; transform-style: preserve-3d; perspective: 900px;
  display: flex; flex-direction: column; gap: 0;
}
.pain-card {
  position: relative;
  display: grid; grid-template-columns: 68px 1fr;
  gap: 16px; align-items: center;
  padding: 16px 22px;
  background: rgba(242,239,233,0.06);
  border: 1px solid rgba(17,197,195,0.28);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.32);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform 500ms var(--ease), opacity 500ms var(--ease), filter 500ms var(--ease), border-color 500ms var(--ease), box-shadow 500ms var(--ease), background-color 500ms var(--ease);
  transition-delay: calc(var(--i, 0) * 50ms);
}
.pain-card:nth-child(1) { transform: translateZ(-75px) translateY(20px); opacity: 0.62; filter: blur(4px); }
.pain-card:nth-child(2) { opacity: 0.82; filter: blur(2px); }
.pain-card:nth-child(3) { transform: translateZ(65px) translateY(-30px); }
.pain-card:nth-child(4) { transform: translateZ(125px) translateY(-68px); filter: blur(1px); }
.pain-stack:hover .pain-card {
  opacity: 1; filter: blur(0);
  transform: translateZ(0) translateY(0);
  border-color: rgba(17,197,195,0.55);
  box-shadow: 0 12px 34px rgba(0,0,0,0.42), 0 0 24px rgba(17,197,195,0.14);
  background: rgba(242,239,233,0.09);
}
.pain-card__photo {
  width: 68px; height: 68px; border-radius: 14px;
  overflow: hidden; flex-shrink: 0;
  border: 1px solid rgba(17,197,195,0.35);
  background: rgba(17,17,17,0.4);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.pain-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pain-card__body { min-width: 0; }
.pain-card__person {
  display: block; font-family: var(--font-cuerpo);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--turquesa-claro); margin-bottom: 6px; opacity: 0.95;
}
.pain-card p {
  margin: 0; font-family: var(--font-titular);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.35; color: rgba(242,239,233,0.92);
}
@media (max-width: 700px) {
  .pain-stack { perspective: 700px; }
  .pain-card { grid-template-columns: 56px 1fr; gap: 14px; padding: 14px 18px; }
  .pain-card__photo { width: 56px; height: 56px; border-radius: 12px; }
  .pain-card p { font-size: 0.98rem; }
  .pain-card:nth-child(1) { transform: translateZ(-40px) translateY(12px); }
  .pain-card:nth-child(3) { transform: translateZ(35px) translateY(-16px); }
  .pain-card:nth-child(4) { transform: translateZ(65px) translateY(-36px); }
}
@media (hover: none) {
  .pain-stack { gap: 14px; perspective: none; }
  .pain-card, .pain-card:nth-child(1), .pain-card:nth-child(2), .pain-card:nth-child(3), .pain-card:nth-child(4) {
    transform: none !important; filter: none !important; opacity: 1 !important;
  }
}

/* ============ FIT GRID ============ */
.fit-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .fit-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.fit-card {
  padding: 34px 30px; border-radius: 14px;
  border: 1px solid rgba(17,17,17,0.1);
  background: rgba(17,17,17,0.03);
  position: relative;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}
.fit-card--no { border-color: rgba(17,17,17,0.12); background: rgba(17,17,17,0.03); }
.fit-card--si {
  border-color: rgba(17,197,195,0.35);
  background: rgba(17,197,195,0.06);
  box-shadow: 0 12px 32px rgba(17,197,195,0.08);
}
.fit-card--si:hover {
  border-color: var(--turquesa);
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(17,197,195,0.14);
}
.fit-card__label {
  display: block; font-family: var(--font-cuerpo);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 20px;
}
.fit-card--no .fit-card__label { color: rgba(17,17,17,0.5); }
.fit-card--si .fit-card__label { color: var(--azul); }
.fit-card ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.fit-card li {
  font-family: var(--font-cuerpo); font-size: 0.98rem;
  line-height: 1.5; padding-left: 22px; position: relative;
}
.fit-card--no li { color: rgba(17,17,17,0.62); }
.fit-card--si li { color: rgba(17,17,17,0.9); }
.fit-card--no li::before {
  content: '✕'; position: absolute; left: 0; top: 0;
  color: rgba(17,17,17,0.35); font-size: 0.85rem; font-weight: 700;
}
.fit-card--si li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--azul); font-size: 0.9rem; font-weight: 700;
}

/* ============ CASES ============ */
.case-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .case-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
.case-card {
  padding: 36px 32px; border-radius: 14px;
  border: 1px solid rgba(242,239,233,0.14);
  background: rgba(242,239,233,0.03);
  transition: transform 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease);
}
.case-card:hover {
  border-color: rgba(17,197,195,0.45);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.32), 0 0 24px rgba(17,197,195,0.1);
}
.case-card__label {
  display: block; font-family: var(--font-cuerpo);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--turquesa); margin-bottom: 14px; opacity: 0.85;
}
.case-card h3 { font-family: var(--font-titular); font-size: clamp(1.4rem, 2.2vw, 1.9rem); margin-bottom: 26px; color: var(--crema); }
.case-card__metrics {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 12px; margin-bottom: 24px; padding-bottom: 24px;
  border-bottom: 1px solid rgba(242,239,233,0.1);
}
.case-card__metrics > div { display: flex; flex-direction: column; gap: 4px; }
.case-card__metrics strong {
  font-family: var(--font-titular);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #FFFFFF 30%, var(--turquesa) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.case-card__metrics span {
  font-size: 0.75rem; letter-spacing: 0.04em;
  color: rgba(242,239,233,0.6); line-height: 1.35;
}
.case-card p { font-size: 0.96rem; margin: 0; }
.case-note {
  margin-top: 34px; text-align: center;
  font-size: 0.92rem; color: rgba(242,239,233,0.55);
  font-style: italic; max-width: 56ch;
  margin-left: auto; margin-right: auto;
}

/* ============ CASOS PROPIOS (resultados) ============ */
.case-own { display: grid; gap: 32px; margin-top: 20px; }
@media (min-width: 900px) { .case-own { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } }
.case-own + .case-own { margin-top: 80px; }
.case-own__media { position: relative; overflow: hidden; border: 1px solid rgba(242,239,233,0.14); background: #101413; }
.case-own__media img { width: 100%; height: auto; display: block; transition: transform 900ms var(--ease); }
.case-own__media:hover img { transform: scale(1.02); }
.case-own__media figcaption { position: absolute; left: 18px; bottom: 16px; color: var(--crema); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,0.85); }
.case-own__body h3 { margin-bottom: 14px; }
.case-own__metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(242,239,233,0.1); }
.case-own__metrics strong { display: block; font-family: var(--font-titular); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; color: var(--turquesa); line-height: 1; margin-bottom: 4px; }
.case-own__metrics span { font-size: 0.72rem; letter-spacing: 0.05em; color: rgba(242,239,233,0.6); line-height: 1.35; }

.invest-anchor {
  margin-top: 18px; font-size: 0.82rem;
  color: rgba(242,239,233,0.5); letter-spacing: 0.02em;
  max-width: 46ch; margin-left: auto; margin-right: auto;
  line-height: 1.5;
}
.section--crema .invest-anchor { color: rgba(17,17,17,0.5); }

/* ============ CLIENTS ============ */
.clients-context { padding: 60px 0 20px; }
.clients-context__grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .clients-context__grid { grid-template-columns: 1fr 1.15fr; gap: 70px; } }
.clients-context__img { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4 / 5; max-width: 460px; }
.clients-context__img img { width: 100%; height: 100%; object-fit: cover; }
.clients-context__copy h2 { margin-top: 8px; }
.clients-context__copy p { max-width: 52ch; }

.clients-marquee-section {
  position: relative; padding: 56px 0;
  border-top: 1px solid rgba(242,239,233,0.08);
  border-bottom: 1px solid rgba(242,239,233,0.08);
  background: rgba(242,239,233,0.015);
  overflow: hidden;
}
.clients-marquee-section::before,
.clients-marquee-section::after {
  content: ''; position: absolute; top: 0; bottom: 0;
  width: 12%; z-index: 2; pointer-events: none;
}
.clients-marquee-section::before { left: 0; background: linear-gradient(90deg, var(--negro) 20%, transparent 100%); }
.clients-marquee-section::after { right: 0; background: linear-gradient(270deg, var(--negro) 20%, transparent 100%); }
.clients-marquee { overflow: hidden; width: 100%; }
.clients-marquee__track {
  display: flex; align-items: center; gap: 96px;
  width: max-content;
  animation: marqueeScroll 60s linear infinite;
}
.clients-marquee-section:hover .clients-marquee__track { animation-play-state: paused; }
.clients-marquee__item {
  display: flex; align-items: center; gap: 20px;
  flex-shrink: 0; opacity: 0.75;
  transition: opacity 300ms var(--ease);
}
.clients-marquee__item:hover { opacity: 1; }
.clients-marquee__item img {
  height: 60px; width: auto; max-width: 130px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.5);
  transition: filter 300ms var(--ease);
}
.clients-marquee__item:hover img { filter: grayscale(0) brightness(1); }
.clients-marquee__item span {
  font-family: var(--font-titular); font-size: 1.2rem;
  color: rgba(242,239,233,0.9); letter-spacing: 0.02em; white-space: nowrap;
}
@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-33.333%); } }
@media (prefers-reduced-motion: reduce) { .clients-marquee__track { animation: none; overflow-x: auto; } }
@media (max-width: 640px) {
  .clients-marquee-section { padding: 40px 0; }
  .clients-marquee__track { gap: 56px; }
  .clients-marquee__item img { height: 42px; max-width: 90px; }
  .clients-marquee__item span { font-size: 1rem; }
}

/* ============ SOBRE ALEJANDRO — RETRATO ============ */
.alejandro-portrait-section { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .alejandro-portrait-section { grid-template-columns: 0.8fr 1.2fr; gap: 80px; } }
.alejandro-portrait-section__img { position: relative; aspect-ratio: 3/4; overflow: hidden; border: 1px solid rgba(242,239,233,0.14); background: #101413; }
.alejandro-portrait-section__img img { width: 100%; height: 100%; object-fit: cover; }

/* ============ FORM CONTACTO ============ */
.contact-form-wrap { max-width: 720px; margin: 0 auto; }
.contact-form { display: grid; gap: 22px; margin-top: 34px; }
.form-row { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label {
  font-family: var(--font-cuerpo); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(242,239,233,0.72);
}
.form-field input, .form-field select, .form-field textarea {
  background: rgba(242,239,233,0.04);
  border: 1px solid rgba(242,239,233,0.15);
  border-radius: 6px; padding: 14px 16px;
  color: var(--crema);
  font-family: var(--font-cuerpo); font-size: 0.98rem; font-weight: 300;
  width: 100%;
  transition: border-color 220ms var(--ease), background-color 220ms var(--ease), box-shadow 220ms var(--ease);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--turquesa);
  background: rgba(17,197,195,0.05);
  box-shadow: 0 0 0 3px rgba(17,197,195,0.15);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(242,239,233,0.35); }
.form-field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2311C5C3' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 18px center;
  padding-right: 44px; cursor: pointer;
}
.form-field select option { background: #1a1a1a; color: var(--crema); }
.form-field textarea { resize: vertical; min-height: 130px; line-height: 1.55; font-family: var(--font-cuerpo); }
.form-field--checkbox { flex-direction: row; align-items: flex-start; gap: 12px; }
.form-field--checkbox input[type="checkbox"] {
  width: 18px; height: 18px; min-width: 18px;
  margin-top: 3px; accent-color: var(--turquesa); cursor: pointer;
}
.form-field--checkbox label {
  text-transform: none; letter-spacing: normal;
  font-size: 0.9rem; font-weight: 400;
  color: rgba(242,239,233,0.68); cursor: pointer; line-height: 1.5;
}
.contact-form .btn--primario { justify-self: start; margin-top: 8px; }
.form-note { font-size: 0.8rem; color: rgba(242,239,233,0.45); line-height: 1.55; margin: 0; }
.hidden { display: none; }

/* ============ CTA FINAL ============ */
.cta-final { text-align: center; padding: 100px var(--pad-mobile); }
.cta-final.container { padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); }
.cta-final h2 { margin-bottom: 20px; }
.cta-final p { opacity: 0.8; max-width: 50ch; margin: 0 auto 34px; }
.cta-final .btn { margin-bottom: 8px; }
.cta-final .text-link {
  display: block; margin-top: 12px;
  margin-left: auto; margin-right: auto; justify-content: center;
}

/* ============ FOOTER ============ */
.site-footer { background: var(--negro); padding: 60px 0 30px; }
.site-footer__grid { display: grid; gap: 40px; margin-bottom: 40px; }
@media (min-width: 860px) { .site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer__brand-badge {
  background: var(--crema); border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px; width: 72px; height: 72px;
  overflow: hidden;
}
.footer__brand-badge img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.footer__tagline {
  font-family: var(--font-cuerpo); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--turquesa); opacity: 0.85; margin-bottom: 20px;
}
.site-footer h4 {
  font-family: var(--font-cuerpo); font-size: 0.85rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--turquesa); margin-bottom: 16px;
}
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-footer a { opacity: 0.75; font-size: 0.95rem; transition: opacity 200ms var(--ease); }
.site-footer a:hover { opacity: 1; color: var(--turquesa); }
.site-footer__bottom {
  border-top: 1px solid rgba(242,239,233,0.08);
  padding-top: 24px; font-size: 0.8rem; opacity: 0.5;
  display: flex; flex-wrap: wrap; gap: 10px 20px;
  align-items: center; justify-content: space-between;
}
.footer__social { display: flex; align-items: center; gap: 16px; }
.footer__social svg {
  width: 19px; height: 19px;
  fill: rgba(242,239,233,0.6);
  transition: fill 200ms var(--ease);
}
.footer__social a:hover svg { fill: var(--turquesa); }

/* ============ WHATSAPP FLOAT ============ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 200;
  display: flex; align-items: center; height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1EDAD7, var(--turquesa));
  color: var(--negro);
  box-shadow: 0 10px 28px rgba(0,0,0,0.3), 0 2px 10px rgba(17,197,195,0.35);
  opacity: 0; transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity 300ms var(--ease), transform 300ms var(--ease), box-shadow 250ms var(--ease);
}
.wa-float.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.wa-float:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 34px rgba(0,0,0,0.34), 0 2px 12px rgba(17,197,195,0.45);
}
.wa-float__icon-wrap {
  position: relative; width: 56px; height: 56px; min-width: 56px;
  display: flex; align-items: center; justify-content: center;
}
.wa-float__icon-wrap::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: rgba(17,197,195,0.55);
  animation: waPulse 2.6s ease-out infinite;
}
.wa-float svg { width: 25px; height: 25px; position: relative; z-index: 1; }
.wa-float__dot {
  position: absolute; top: 3px; right: 3px;
  width: 11px; height: 11px; border-radius: 50%;
  background: #35D267; border: 2px solid var(--negro); z-index: 2;
}
.wa-float__label {
  max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap;
  font-size: 0.86rem; font-weight: 600;
  transition: max-width 300ms var(--ease), opacity 220ms var(--ease), margin 300ms var(--ease);
}
.wa-float:hover .wa-float__label,
.wa-float.peek .wa-float__label { max-width: 130px; opacity: 1; margin-right: 18px; }
@keyframes waPulse {
  0% { transform: scale(0.85); opacity: 0.55; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}

/* ============ REVEALS ============ */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 450ms var(--ease), transform 450ms var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.scroll-section-reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}
.scroll-section-reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--scale { transform: translateY(16px) scale(0.96); }
.reveal--scale.is-visible { transform: translateY(0) scale(1); }
.reveal--reversible {
  opacity: 0.72; transform: translateY(18px) scale(0.97);
  transition: opacity 520ms var(--ease), transform 520ms var(--ease), filter 520ms var(--ease);
}
.reveal--reversible.is-visible { opacity: 1; transform: translateY(0) scale(1); }

@keyframes quoteCursor { 0%, 46% { opacity: 1; } 47%, 100% { opacity: 0; } }

/* ============ MISC ============ */
.tagline { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.6; }
.result-team-grid { display: grid; gap: 32px; align-items: center; }
.result-team-grid__image {
  aspect-ratio: 9 / 16; max-width: 360px;
  overflow: hidden;
  border: 1px solid rgba(242,239,233,0.16);
  background: rgba(242,239,233,0.04);
}
.result-team-grid__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); }
.result-next-step { max-width: 62ch; }
.production-gallery__item--audio,
.production-gallery__item--portrait,
.production-gallery__item--seated { aspect-ratio: 3/4; }
.logo-reserve { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.logo-reserve__slot {
  min-height: 86px; display: flex; align-items: center; justify-content: center;
  border: 1px dashed rgba(17,17,17,0.2);
  color: rgba(17,17,17,0.43);
  font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.12em; text-align: center; text-transform: uppercase;
}
@media (min-width: 760px) { .logo-reserve { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.alejandro-editorial__note {
  padding: 26px 28px;
  border-left: 2px solid var(--azul);
  background: rgba(0,102,255,0.05);
}
.alejandro-editorial__note p { font-family: var(--font-titular); font-size: 1.08rem; }
.section--crema .alejandro-editorial__note p { color: var(--negro); }

.team-support-section {
  background: var(--verde); padding: 70px 0;
  border-top: 1px solid rgba(242,239,233,0.08);
}
.team-support { display: grid; gap: 28px; align-items: center; max-width: 900px; }
.team-support__axis { width: 78px; height: 78px; border: 1px solid rgba(17,197,195,0.28); padding: 14px; }
.team-support__axis svg {
  width: 100%; height: 100%;
  fill: none; stroke: var(--turquesa);
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.team-support__axis circle { fill: var(--verde); }
.team-support h2 { font-size: clamp(1.7rem, 3.4vw, 2.45rem); margin-bottom: 14px; }
.team-support p { max-width: 62ch; color: rgba(242,239,233,0.76); font-size: 0.98rem; }
@media (min-width: 700px) { .team-support { grid-template-columns: 104px minmax(0, 1fr); gap: 38px; } }

.objecion { padding: 28px 0; border-top: 1px solid rgba(242,239,233,0.1); }
.objecion__q { font-family: var(--font-titular); font-size: 1.25rem; color: var(--crema); margin-bottom: 10px; }
.section--crema .objecion__q { color: var(--negro); }

.thanks-hero {
  min-height: 70vh; display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  padding: 80px 24px;
}
.thanks-hero h1 { max-width: 20ch; margin: 0 auto 22px; }
.thanks-hero p { max-width: 52ch; margin: 0 auto 34px; font-size: 1.08rem; color: rgba(242,239,233,0.75); }

.faq-teaser { text-align: center; }

/* ============ TILT ============ */
.tilt {
  transform-style: preserve-3d;
  transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 450ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform; position: relative;
}
.tilt.is-tilting {
  transition: transform 100ms ease-out, box-shadow 400ms ease-out;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(242, 239, 233, 0.05), 0 0 22px rgba(242, 239, 233, 0.14), 0 0 44px rgba(242, 239, 233, 0.07);
}
@media (hover: none) {
  .tilt { transform: none !important; transition: none !important; box-shadow: none !important; }
}

/* ============ TYPING ============ */
[data-typing] { min-height: 1.2em; }
[data-typing].is-typing::after {
  content: '│'; display: inline-block; margin-left: 2px;
  color: var(--turquesa); font-size: 0.9em;
  animation: quoteCursor 780ms steps(1, end) infinite;
}

/* ============ RESPONSIVE MOBILE ============ */
@media (max-width: 639px) {
  :root { --pad-mobile: 28px; }
  .section { padding: 70px 0; }
  .page-hero { padding: 46px var(--pad-mobile) 36px; }
  .cta-final { padding: 74px var(--pad-mobile); }
  .card { padding: 26px 22px; }
  .editorial-timeline { gap: 30px; padding-left: 34px; }
  .editorial-timeline::before { left: 25px; transform: none; }
  .timeline-stage, .timeline-stage--reverse {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px; align-items: start; min-height: 0;
  }
  .timeline-stage__marker { grid-column: 1; grid-row: 1; width: 50px; height: 50px; }
  .timeline-card, .timeline-stage--reverse .timeline-card { grid-column: 2; grid-row: 1; transform-origin: 0% 50%; }
  .service-card { padding-top: 76px; }
  .service-symbol { top: 22px; right: 22px; width: 38px; height: 38px; }
  .system-chapter { padding: 72px 0 64px; }
  .system-chapter__grid { gap: 30px; }
  .system-chapter__visual { min-height: 210px; padding: 22px; }
  .system-chapter__visual--photo { padding: 0; }
  .chapter-divider { height: 34px; }
  .capabilities-list { grid-template-columns: 1fr; }
  .production-note { padding-left: 16px; }
  .production-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .production-gallery__header { grid-column: 1 / -1; }
  .site-footer { padding-top: 48px; }
  .site-footer__grid { gap: 30px; margin-bottom: 30px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .nav__logo-badge { width: 42px; height: 42px; }
  .nav__logo span { font-size: 1.1rem; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal--scale, .scroll-section-reveal { opacity: 1; transform: none; }
  .reveal--blur { opacity: 1; filter: blur(4px); transform: none; transition: filter 400ms ease, opacity 400ms ease; }
  .reveal--blur.is-visible { filter: blur(0); }
  .chapter-quotes blockquote.is-typing::after { animation: none; content: ''; }
  .site-atmosphere img { animation: none; }
  .timeline-card { transform: none; opacity: 1; pointer-events: auto; transition: none; }
  .chapter-divider svg { transform: none !important; }
  .tilt { transform: none !important; box-shadow: none !important; transition: none !important; }
  .card--expandible.is-pulsing { animation: none; }
}

/* ============ REVEAL EXTRAS ============ */
.reveal--slide-left {
  opacity: 0; transform: translateX(-32px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.reveal--slide-left.is-visible { opacity: 1; transform: translateX(0); }
.reveal--slide-right {
  opacity: 0; transform: translateX(32px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.reveal--slide-right.is-visible { opacity: 1; transform: translateX(0); }
.reveal--scale-up {
  opacity: 0; transform: scale(0.94) translateY(12px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
}
.reveal--scale-up.is-visible { opacity: 1; transform: scale(1) translateY(0); }
.reveal--soft-blur {
  opacity: 0; filter: blur(6px); transform: translateY(14px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease), filter 800ms var(--ease);
}
.reveal--soft-blur.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

/* ============ SPLIT INVERTIDO CON GRID ============ */
@media (min-width: 760px) {
  .system-why { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 72px; }
}

/* ============ STAGGER SECTION (efecto tipo Apple/GSAP) ============ */
.stagger-section .stagger-item {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 900ms var(--ease) var(--delay, 0ms),
    transform 900ms cubic-bezier(0.13, 0.07, 0.26, 0.99) var(--delay, 0ms);
  will-change: opacity, transform;
}
.stagger-section.is-visible .stagger-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .stagger-section .stagger-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}