@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./assets/fonts/manrope.woff2") format("woff2");
}

/* Production full-screen scene direction. */

html.scenes-version {
  --scene-night: #0d0f18;
  --scene-ink: #1c1c28;
  --scene-ivory: #f3f2f4;
  --scene-white: #f8f8fa;
  --scene-blue: #4b506a;
  --scene-ultramarine: #303244;
  --scene-green: #293b39;
  --scene-coral: #e47b6b;
  --scene-yellow: #d5b773;
  --scene-sky: #aaa9ca;
  --scene-taupe: #cbc8d4;
  --scene-violet: #656984;
  --scene-mint: #8cc7b7;
  --scene-max: 1184px;
  --scene-gutter: clamp(24px, 5.5vw, 80px);
  --scene-sans: "Manrope", "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --scene-section-y: clamp(72px, 8vh, 96px);
  background: var(--scene-ivory);
}

html.scenes-version body {
  background: var(--scene-ivory);
  color: var(--scene-ink);
  font-family: var(--scene-sans);
}

html.scenes-version body::before {
  z-index: 90;
  opacity: .018;
}

html.scenes-version .wrap {
  width: min(var(--scene-max), calc(100% - var(--scene-gutter) * 2));
}

html.scenes-version main {
  display: flex;
  flex-direction: column;
}

html.scenes-version main > section {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

html.scenes-version main > .hero { order: 1; }
html.scenes-version main > #por-que-welta { order: 2; }
html.scenes-version main > #smartinvest { order: 3; }
html.scenes-version main > #coach { order: 4; }
html.scenes-version main > #asesores { order: 5; }
html.scenes-version main > #cuenta { order: 6; }
html.scenes-version main > #liquidez { order: 7; }
html.scenes-version main > #formas-de-invertir { order: 8; }
html.scenes-version main > #trading { order: 9; }
html.scenes-version main > #seguridad { order: 10; }
html.scenes-version main > #aprender { order: 11; }
html.scenes-version main > #empezar { order: 12; }

html.scenes-version .kicker {
  margin-bottom: 20px;
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  opacity: .68;
}

html.scenes-version .headline {
  max-width: 680px;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.04;
}

html.scenes-version .lede {
  max-width: 580px;
  margin-top: 24px;
  color: currentColor;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
  opacity: .72;
}

html.scenes-version .btn {
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

html.scenes-version .btn--text {
  border-radius: 0;
}

/* Floating navigation */
html.scenes-version .site-header,
html.scenes-version .site-header.is-light,
html.scenes-version .site-header.is-scrolled {
  position: fixed;
  inset: 16px 16px auto;
  width: auto;
  height: 60px;
  overflow: visible;
  border: 1px solid rgba(23, 24, 23, .08);
  border-radius: 18px;
  background: rgba(252, 251, 247, .92);
  box-shadow: 0 12px 42px rgba(9, 15, 19, .13);
  color: var(--scene-ink);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

html.scenes-version .header-inner {
  width: 100%;
  max-width: none;
  height: 60px;
  padding: 0 8px 0 18px;
  margin: 0;
}

html.scenes-version .site-header .logo {
  width: 106px;
  height: auto;
}

html.scenes-version .site-header .logo-light {
  display: none;
}

html.scenes-version .site-header .logo-dark {
  display: block;
}

html.scenes-version .nav-main {
  gap: clamp(10px, 1.2vw, 18px);
}

html.scenes-version .nav-main a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.01em;
  white-space: nowrap;
}

html.scenes-version .header-actions {
  gap: 8px;
}

html.scenes-version .header-actions .btn {
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 11px;
  font-size: 12px;
}

html.scenes-version .header-actions .btn--ghost {
  border-color: transparent;
}

html.scenes-version .btn--header-primary {
  background: var(--scene-ink);
  border-color: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version .lang {
  min-height: 32px;
  padding: 2px;
  border: 0;
  background: transparent;
}

html.scenes-version .lang button {
  width: 27px;
  height: 27px;
  padding: 0;
  font-size: 9px;
}

html.scenes-version .lang button[aria-pressed="true"] {
  background: rgba(23, 24, 23, .08);
  color: var(--scene-ink);
}

/* Cinematic hero: one message, one branded object */
html.scenes-version .hero--cinematic {
  min-height: max(680px, 100svh);
  padding: 0;
  background:
    radial-gradient(circle at 84% 42%, rgba(39, 107, 105, .25), transparent 34%),
    var(--scene-night);
  color: var(--scene-white);
}

html.scenes-version .hero--cinematic::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, var(--scene-night) 0%, var(--scene-night) 48%, rgba(13, 15, 24, .94) 56%, rgba(13, 15, 24, .18) 78%, transparent 100%),
    linear-gradient(0deg, rgba(3, 12, 18, .3), transparent 48%);
  pointer-events: none;
  content: "";
}

html.scenes-version .hero--cinematic::after {
  display: none;
}

html.scenes-version .hero--cinematic .cinematic-atmosphere {
  display: none;
}

html.scenes-version .hero--cinematic .hero-stage {
  position: relative;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: max(680px, 100svh);
  align-items: flex-start;
  justify-content: center;
  padding: 88px max(var(--scene-gutter), calc((100vw - var(--scene-max)) / 2)) 0;
}

html.scenes-version .hero--cinematic .hero-content {
  position: relative;
  z-index: 3;
  width: min(600px, 46%);
  max-width: 600px;
  margin: 0;
  padding: 52px 0 48px;
  text-align: left;
}

html.scenes-version .hero--cinematic .hero-title {
  max-width: 600px;
  margin: 0;
  color: var(--scene-white);
  font-family: var(--scene-sans);
  font-size: clamp(48px, 4.3vw, 62px);
  font-weight: 600;
  letter-spacing: -.048em;
  line-height: .98;
  text-wrap: balance;
}

html.scenes-version .hero--cinematic .kicker {
  color: rgba(248, 248, 250, .62);
  opacity: 1;
}

html.scenes-version .hero--cinematic .hero-title span {
  display: block;
}

html.scenes-version .hero--cinematic .hero-title__accent {
  margin-top: 5px;
  color: #c2c0df;
  font-family: var(--editorial);
  font-size: 1.28em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .9;
}

html.scenes-version .hero--cinematic .hero-lede {
  max-width: 480px;
  margin: 32px 0 0;
  color: rgba(252, 251, 247, .76);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

html.scenes-version .hero--cinematic .hero-actions {
  margin-top: 32px;
  justify-content: flex-start;
}

html.scenes-version .hero--cinematic .btn--hero-primary {
  min-height: 52px;
  padding: 13px 21px;
  background: var(--scene-white);
  border-color: var(--scene-white);
  color: var(--scene-ink);
}

html.scenes-version .hero--cinematic .btn--hero-secondary {
  min-height: 52px;
  padding: 13px 8px;
  border: 0;
  background: transparent;
  color: var(--scene-white);
}

html.scenes-version .hero--cinematic .btn--hero-secondary::after {
  content: " ↘";
}

html.scenes-version .cinematic-product {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 46%;
  height: auto;
  min-height: 0;
  border: 0;
  background: url("./assets/welta-hero-human.jpg") 52% center / cover no-repeat;
  filter: saturate(.82) contrast(1.04) brightness(.82);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
  transform: none;
}

html.scenes-version .cinematic-product::after {
  display: none;
}

html.scenes-version .cinematic-product > * {
  display: none;
}

/* Why Welta: an editorial statement of operating principles */
html.scenes-version #por-que-welta {
  display: block;
  min-height: auto;
  padding: 0;
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #por-que-welta::before {
  display: none;
}

html.scenes-version #por-que-welta .why-welta__principles {
  padding: clamp(56px, 6vw, 84px) 0;
  background: transparent;
}

html.scenes-version #por-que-welta .why-welta__principles-layout {
  display: block;
}

html.scenes-version #por-que-welta .why-welta__principles-heading {
  position: relative;
}

html.scenes-version #por-que-welta .kicker {
  color: var(--scene-yellow);
  opacity: 1;
}

html.scenes-version #por-que-welta .why-welta__principles-heading h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(56px, 6vw, 78px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .91;
}

html.scenes-version #por-que-welta .why-welta__principles-heading h2 span {
  display: inline;
}

html.scenes-version #por-que-welta .why-welta__principles-heading h2 span:last-child {
  color: var(--scene-yellow);
  font-style: italic;
}

html.scenes-version #por-que-welta .why-welta__principle-list {
  display: grid;
  margin-top: clamp(38px, 4vw, 56px);
  overflow: hidden;
  border-radius: 32px;
  grid-template-columns: 1.08fr .92fr;
}

html.scenes-version #por-que-welta .why-welta__principle-list article {
  display: flex;
  min-height: 205px;
  padding: clamp(26px, 3vw, 36px);
  flex-direction: column;
  justify-content: space-between;
}

html.scenes-version #por-que-welta .why-welta__principle-list article:nth-child(1) {
  background: var(--scene-white);
  color: var(--scene-ink);
}

html.scenes-version #por-que-welta .why-welta__principle-list article:nth-child(2) {
  background: var(--scene-yellow);
  color: var(--scene-ink);
}

html.scenes-version #por-que-welta .why-welta__principle-list article:nth-child(3) {
  background: var(--scene-ultramarine);
  color: var(--scene-white);
}

html.scenes-version #por-que-welta .why-welta__principle-list article:nth-child(4) {
  border: 1px solid rgba(248, 248, 250, .22);
  background: #252737;
  color: var(--scene-white);
}

html.scenes-version #por-que-welta .principle-symbol {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: currentColor;
  opacity: .76;
  transition: transform 280ms var(--ease), opacity 280ms var(--ease);
}

html.scenes-version #por-que-welta .principle-symbol svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

html.scenes-version #por-que-welta .why-welta__principle-list h3 {
  max-width: 460px;
  margin: 0;
  color: currentColor;
  font-family: var(--editorial);
  font-size: clamp(27px, 2.6vw, 36px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

html.scenes-version #por-que-welta .why-welta__principle-list p {
  max-width: 440px;
  margin: 14px 0 0;
  color: currentColor;
  font-size: 14px;
  line-height: 1.58;
  opacity: .72;
}

html.scenes-version #por-que-welta .why-welta__principle-list article:hover .principle-symbol {
  transform: translateY(-5px);
  opacity: 1;
}

/* SmartInvest AI as a continuous intelligence system */
html.scenes-version #smartinvest {
  min-height: auto;
  padding: clamp(54px, 6vw, 76px) 0;
  background: var(--scene-ultramarine);
  color: var(--scene-white);
}

html.scenes-version #smartinvest::before,
html.scenes-version #smartinvest::after {
  display: none;
}

html.scenes-version #smartinvest .smartinvest-ai__intro {
  display: block;
}

html.scenes-version #smartinvest .kicker {
  color: var(--scene-yellow);
  opacity: 1;
}

html.scenes-version #smartinvest .smartinvest-ai__intro h2 {
  max-width: 1120px;
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(56px, 6vw, 80px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .91;
}

html.scenes-version #smartinvest .smartinvest-ai__intro h2 span {
  display: inline;
}

html.scenes-version #smartinvest .smartinvest-ai__intro h2 span:last-child {
  display: block;
  color: var(--scene-yellow);
  font-style: italic;
}

html.scenes-version #smartinvest .smartinvest-ai__system {
  display: grid;
  margin-top: clamp(38px, 4.5vw, 56px);
  border-top: 1px solid rgba(248, 248, 250, .22);
  border-bottom: 1px solid rgba(248, 248, 250, .22);
  grid-template-columns: .62fr 32px .64fr 32px 1.35fr;
  align-items: stretch;
}

html.scenes-version #smartinvest .smartinvest-ai__eyebrow,
html.scenes-version #smartinvest .smartinvest-ai__core > span {
  margin: 0 0 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .58;
}

html.scenes-version #smartinvest .smartinvest-ai__signals {
  padding: 28px 22px 28px 0;
}

html.scenes-version #smartinvest .smartinvest-ai__signals ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

html.scenes-version #smartinvest .smartinvest-ai__signals li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(248, 248, 250, .17);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
}

html.scenes-version #smartinvest .smartinvest-ai__signals li::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border: 1px solid var(--scene-yellow);
  border-radius: 50%;
  content: "";
}

html.scenes-version #smartinvest .smartinvest-ai__flow-arrow {
  display: grid;
  width: 28px;
  height: 28px;
  margin: auto;
  place-items: center;
  border: 1px solid rgba(213, 183, 115, .7);
  border-radius: 50%;
  color: var(--scene-yellow);
  font-size: 15px;
  line-height: 1;
}

html.scenes-version #smartinvest .smartinvest-ai__core {
  display: flex;
  min-height: 270px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  background: var(--scene-yellow);
  color: var(--scene-ink);
}

html.scenes-version #smartinvest .smartinvest-ai__core strong {
  max-width: 260px;
  font-family: var(--editorial);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

html.scenes-version #smartinvest .smartinvest-ai__core p {
  max-width: 300px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.58;
  opacity: .74;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes {
  padding: 28px 0 28px 22px;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article {
  display: grid;
  padding: 18px 0;
  border-top: 1px solid rgba(248, 248, 250, .18);
  grid-template-columns: 48px 1fr;
  gap: 18px;
}

html.scenes-version #smartinvest .smartinvest-ai__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--scene-yellow);
}

html.scenes-version #smartinvest .smartinvest-ai__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes h3 {
  max-width: 420px;
  margin: 0;
  color: var(--scene-white);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.12;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article p {
  max-width: 420px;
  margin: 10px 0 0;
  color: var(--scene-white);
  font-size: 14px;
  line-height: 1.55;
  opacity: .66;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes .btn--text {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 17px;
  margin-top: 16px;
  align-items: center;
  border: 1px solid rgba(213, 183, 115, .72);
  border-radius: 999px;
  color: var(--scene-white);
  transition: background-color 220ms ease, color 220ms ease;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes .btn--text:hover {
  background: var(--scene-yellow);
  color: var(--scene-ink);
}

/* AI Coach: conversation enlarged into the environment */
html.scenes-version #coach {
  min-height: auto;
  padding: var(--scene-section-y) 0;
  background: var(--scene-sky);
  color: var(--scene-ink);
}

html.scenes-version #coach::before {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 64vw;
  height: 64vw;
  border: 1px solid rgba(23, 24, 23, .15);
  border-radius: 50%;
  content: "";
}

html.scenes-version #coach .coach-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(450px, 1.2fr);
  gap: clamp(64px, 9vw, 130px);
  align-items: center;
}

html.scenes-version #coach .coach-panel {
  min-height: 420px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.scenes-version #coach .coach-bar {
  min-height: 44px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(23, 24, 23, .22);
}

html.scenes-version #coach .coach-bar strong {
  font-size: 12px;
}

html.scenes-version #coach .coach-bar small {
  border: 0;
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #coach .coach-qs {
  display: flex;
  margin: 18px 0 24px;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

html.scenes-version #coach .chip {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(23, 24, 23, .22);
  border-radius: 999px;
  background: transparent;
  font-size: 10px;
  white-space: nowrap;
}

html.scenes-version #coach .chip[aria-pressed="true"] {
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #coach .coach-thread {
  display: block;
  min-height: 280px;
  padding: 0;
  border: 0;
  background: transparent;
}

html.scenes-version #coach .bubble {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.scenes-version #coach .bubble span {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html.scenes-version #coach .bubble p {
  margin: 0;
  font-family: var(--scene-sans);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

html.scenes-version #coach .bubble--user {
  max-width: 340px;
  margin: 0 0 32px auto;
  padding: 20px 24px;
  border-radius: 22px 22px 4px 22px;
  background: var(--scene-white);
}

html.scenes-version #coach .bubble--user p {
  font-family: var(--font);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.45;
}

/* Product universe as editorial index */
html.scenes-version #cuenta {
  display: none;
  min-height: auto;
  padding: var(--scene-section-y) 0;
  background: var(--scene-ivory);
}

html.scenes-version #cuenta .headline {
  max-width: 850px;
  font-family: var(--editorial);
  font-size: clamp(60px, 6.8vw, 90px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

html.scenes-version #cuenta .lede {
  margin-left: auto;
}

html.scenes-version #cuenta .ecosystem {
  display: block;
  height: auto;
  min-height: 0;
  margin-top: 52px;
}

html.scenes-version #cuenta .ecosystem__flow {
  display: none;
}

html.scenes-version #cuenta .ecosystem__node {
  position: relative;
  inset: auto;
  display: grid;
  width: 100%;
  min-height: 0;
  padding: 10px 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(23, 24, 23, .18);
  border-radius: 0;
  background: transparent;
  color: var(--scene-ink);
  grid-template-columns: 48px minmax(240px, 1fr) minmax(220px, .65fr);
  align-items: baseline;
  box-shadow: none;
  transform: none;
  transition: padding-left 300ms var(--ease);
}

html.scenes-version #cuenta .ecosystem__node:hover {
  padding-left: 24px;
}

html.scenes-version #cuenta .ecosystem__node > span {
  font-size: 10px;
  opacity: .45;
}

html.scenes-version #cuenta .ecosystem__node h3 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
}

html.scenes-version #cuenta .ecosystem__node p {
  margin: 0;
  font-size: 13px;
  opacity: .65;
}

/* Liquidity: two real product objects in one atmosphere */
html.scenes-version #liquidez {
  min-height: auto;
  padding: var(--scene-section-y) 0;
  background: var(--scene-taupe);
  color: var(--scene-ink);
}

html.scenes-version #liquidez::before {
  position: absolute;
  inset: 0 0 0 52%;
  z-index: -1;
  background: rgba(30, 29, 27, .08);
  content: "";
}

html.scenes-version #liquidez .liquidity-grid {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(460px, 1.12fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

html.scenes-version #liquidez .liquidity-copy {
  max-width: 580px;
}

html.scenes-version #liquidez .liquidity-products {
  display: block;
  margin-top: 38px;
  border-top: 1px solid rgba(23, 24, 23, .18);
}

html.scenes-version #liquidez .liquidity-products article {
  display: grid;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 24, 23, .18);
  border-radius: 0;
  background: transparent;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}

html.scenes-version #liquidez .liquidity-product__icon {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
}

html.scenes-version #liquidez .liquidity-products h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

html.scenes-version #liquidez .liquidity-products p,
html.scenes-version #liquidez .liquidity-note {
  font-size: 12px;
  line-height: 1.5;
  opacity: .72;
}

html.scenes-version #liquidez .liquidity-visual {
  position: relative;
  min-height: 500px;
  border: 0;
  background: transparent;
}

html.scenes-version #liquidez .debit-card {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 3;
  width: min(100%, 470px);
  aspect-ratio: 1.58;
  padding: 30px;
  border-radius: 24px;
  background: var(--scene-ink);
  box-shadow: 0 42px 70px rgba(32, 24, 18, .3);
  color: var(--scene-white);
  transform: rotate(8deg);
}

html.scenes-version #liquidez .debit-card__mark {
  color: var(--scene-coral);
}

html.scenes-version #liquidez .credit-surface {
  position: absolute;
  right: 12%;
  bottom: 2%;
  z-index: 2;
  width: min(94%, 490px);
  min-height: 330px;
  padding: 42px;
  border: 0;
  border-radius: 46% 54% 48% 52% / 52% 42% 58% 48%;
  background: var(--scene-ivory);
  box-shadow: 0 40px 80px rgba(50, 38, 28, .18);
  transform: rotate(-6deg);
}

html.scenes-version #liquidez .credit-surface > * {
  transform: rotate(6deg);
}

html.scenes-version #liquidez .credit-flow i {
  background: var(--scene-coral);
}

/* Choice intro and individual product chapters */
html.scenes-version main > section[aria-labelledby="paths-title"] {
  min-height: auto;
  padding: 0;
  background: var(--scene-yellow);
}

html.scenes-version main > section[aria-labelledby="paths-title"] > .wrap {
  width: 100%;
  max-width: none;
}

html.scenes-version #paths-title {
  max-width: min(800px, calc(100% - var(--scene-gutter) * 2));
  min-height: 0;
  padding: var(--scene-section-y) 0 40px;
  margin-inline: auto;
  font-family: var(--editorial);
  font-size: clamp(58px, 6.8vw, 88px);
  font-weight: 400;
}

html.scenes-version main > section[aria-labelledby="paths-title"] > .wrap > .lede {
  width: min(580px, calc(100% - var(--scene-gutter) * 2));
  margin: 0 auto 72px;
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split {
  display: block;
  margin: 0 !important;
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article {
  position: relative;
  display: flex;
  min-height: min(760px, 88svh);
  padding: 104px max(var(--scene-gutter), calc((100vw - var(--scene-max)) / 2));
  border: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article::before,
html.scenes-version main > section[aria-labelledby="paths-title"] .split article::after {
  position: absolute;
  z-index: 0;
  content: "";
  transition: transform 900ms var(--ease);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article > * {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article h3 {
  margin: 0;
  font-size: clamp(40px, 4.4vw, 58px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.02;
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article p:not(.kicker) {
  max-width: 500px;
  margin: 24px 0 30px;
  font-size: 17px;
  line-height: 1.55;
  opacity: .72;
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article:first-child {
  background: var(--scene-green);
  color: var(--scene-white);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article:first-child::before {
  top: 12%;
  right: 4%;
  width: min(48vw, 640px);
  aspect-ratio: 1;
  border-radius: 44% 56% 64% 36% / 50% 41% 59% 50%;
  background: var(--scene-sky);
  transform: rotate(12deg);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article:first-child::after {
  right: 17%;
  bottom: 8%;
  width: min(28vw, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--scene-coral);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article:last-child {
  background: var(--scene-coral);
  color: var(--scene-ink);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article:last-child::before {
  top: -10%;
  right: -4%;
  width: min(55vw, 760px);
  height: 120%;
  border-radius: 45%;
  background: var(--scene-ink);
  transform: rotate(22deg);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split article:last-child::after {
  top: 18%;
  right: 20%;
  width: min(28vw, 380px);
  height: 64%;
  border-radius: 50%;
  background: var(--scene-yellow);
  transform: rotate(-18deg);
}

html.scenes-version main > section[aria-labelledby="paths-title"] .split .btn--ghost {
  border-color: currentColor;
}

/* Trading represented by material planes, not a dashboard */
html.scenes-version #trading {
  min-height: 720px;
  padding: var(--scene-section-y) 0;
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #trading .wrap {
  position: relative;
}

html.scenes-version #trading .headline,
html.scenes-version #trading .lede,
html.scenes-version #trading > .wrap > .btn {
  position: relative;
  z-index: 4;
  max-width: 540px;
}

html.scenes-version #trading .trading-visual {
  position: absolute;
  top: 50%;
  right: -8%;
  z-index: 1;
  width: 60%;
  height: 520px;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-45%);
}

html.scenes-version #trading .terminal-head,
html.scenes-version #trading .terminal-watch,
html.scenes-version #trading .terminal-chart,
html.scenes-version #trading .terminal-action {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .25);
}

html.scenes-version #trading .terminal-head {
  top: 1%;
  right: 2%;
  width: 78%;
  height: 32%;
  padding: 32px;
  background: var(--scene-coral);
  color: var(--scene-ink);
  transform: rotate(8deg);
}

html.scenes-version #trading .terminal-search,
html.scenes-version #trading .terminal-status {
  display: none;
}

html.scenes-version #trading .terminal-grid {
  position: static;
  display: block;
}

html.scenes-version #trading .terminal-watch {
  top: 30%;
  left: 2%;
  width: 58%;
  height: 42%;
  padding: 34px;
  background: var(--scene-ivory);
  color: var(--scene-ink);
  transform: rotate(-10deg);
}

html.scenes-version #trading .terminal-watch div {
  display: none;
}

html.scenes-version #trading .terminal-watch small,
html.scenes-version #trading .terminal-chart small,
html.scenes-version #trading .terminal-action small {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html.scenes-version #trading .terminal-chart {
  right: 0;
  bottom: 3%;
  width: 72%;
  height: 43%;
  padding: 30px;
  background: var(--scene-yellow);
  color: var(--scene-ink);
  transform: rotate(5deg);
}

html.scenes-version #trading .terminal-chart svg {
  opacity: .42;
}

html.scenes-version #trading .terminal-action {
  right: 20%;
  bottom: 17%;
  z-index: 4;
  width: 38%;
  min-height: 170px;
  padding: 26px;
  background: var(--scene-blue);
  color: var(--scene-white);
  transform: rotate(-4deg);
}

html.scenes-version #trading .terminal-action strong {
  display: block;
  margin: 16px 0;
}

html.scenes-version #trading .terminal-action span,
html.scenes-version #trading .terminal-action button {
  display: none;
}

/* Trust becomes a paced editorial sequence */
html.scenes-version #seguridad {
  min-height: auto;
  padding: 0;
  background: var(--scene-ivory);
}

html.scenes-version #seguridad > .wrap {
  width: 100%;
  max-width: none;
}

html.scenes-version #seguridad .headline {
  display: flex;
  width: min(var(--scene-max), calc(100% - var(--scene-gutter) * 2));
  min-height: 0;
  max-width: none;
  padding: var(--scene-section-y) 0;
  margin-inline: auto;
  align-items: center;
  font-family: var(--editorial);
  font-size: clamp(62px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

html.scenes-version #seguridad .trust-grid {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr;
}

html.scenes-version #seguridad .trust-grid article {
  position: relative;
  display: flex;
  min-height: 380px;
  padding: clamp(52px, 6vw, 84px);
  border: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
}

html.scenes-version #seguridad .trust-grid article:nth-child(1) { background: var(--scene-sky); }
html.scenes-version #seguridad .trust-grid article:nth-child(2) { background: var(--scene-green); color: var(--scene-white); }
html.scenes-version #seguridad .trust-grid article:nth-child(3) { background: var(--scene-coral); }
html.scenes-version #seguridad .trust-grid article:nth-child(4) { background: var(--scene-yellow); }

html.scenes-version #seguridad .trust-grid h3 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}

html.scenes-version #seguridad .trust-grid p {
  max-width: 450px;
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.55;
  opacity: .7;
}

html.scenes-version #seguridad > .wrap > .btn {
  display: inline-flex;
  margin: 36px var(--scene-gutter) 70px !important;
}

/* Learn as an editorial publication index */
html.scenes-version #aprender {
  min-height: auto;
  padding: var(--scene-section-y) 0;
  background: var(--scene-ivory);
}

html.scenes-version #aprender .headline {
  max-width: 850px;
  font-family: var(--editorial);
  font-size: clamp(60px, 6.8vw, 90px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

html.scenes-version #aprender .learn-grid {
  display: block;
  margin-top: 52px;
  border-top: 1px solid rgba(23, 24, 23, .2);
}

html.scenes-version #aprender .learn-card {
  display: grid;
  min-height: 114px;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 24, 23, .2);
  border-radius: 0;
  background: transparent;
  grid-template-columns: minmax(160px, .35fr) 1fr;
  align-items: center;
  transition: padding-left 300ms var(--ease);
}

html.scenes-version #aprender .learn-card:hover {
  padding-left: 24px;
}

html.scenes-version #aprender .learn-card small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

html.scenes-version #aprender .learn-card h3 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

html.scenes-version #asesores {
  min-height: auto;
  padding: clamp(88px, 9vw, 132px) 0;
  background: var(--scene-taupe);
  color: var(--scene-ink);
}

html.scenes-version #asesores .kicker {
  color: var(--scene-ink);
  opacity: .62;
}

html.scenes-version #asesores .advisors-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, .92fr);
  column-gap: clamp(64px, 9vw, 132px);
  row-gap: clamp(56px, 7vw, 88px);
  align-items: start;
}

html.scenes-version #asesores .advisors-heading {
  position: relative;
}

html.scenes-version #asesores .headline {
  max-width: 620px;
  font-family: var(--editorial);
  font-size: clamp(58px, 6vw, 84px);
  font-weight: 400;
  color: var(--scene-ink);
  line-height: .91;
}

html.scenes-version #asesores .headline span {
  display: block;
}

html.scenes-version #asesores .headline span:last-child {
  color: var(--scene-ultramarine);
  font-style: italic;
}

html.scenes-version #asesores .advisors-intro {
  max-width: 620px;
  margin: 0;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

html.scenes-version #asesores .advisors-benefits {
  display: grid;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(28, 28, 40, .24);
  border-bottom: 1px solid rgba(28, 28, 40, .24);
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

html.scenes-version #asesores .advisors-benefits li {
  display: flex;
  min-height: 230px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(28, 28, 40, .24);
}

html.scenes-version #asesores .advisors-benefits li:first-child {
  padding-left: 0;
  border-left: 0;
}

html.scenes-version #asesores .advisors-benefit__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--scene-ultramarine);
  transition: transform 280ms var(--ease);
}

html.scenes-version #asesores .advisors-benefit__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

html.scenes-version #asesores .advisors-benefits strong {
  max-width: 260px;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.22;
}

html.scenes-version #asesores .advisors-benefits li:hover .advisors-benefit__icon {
  transform: translateY(-5px);
}

/* Final statement */
html.scenes-version #empezar {
  display: flex;
  min-height: min(760px, 90svh);
  padding: var(--scene-section-y) 0;
  align-items: center;
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #empezar::before {
  position: absolute;
  right: -12%;
  bottom: -40%;
  width: min(70vw, 960px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  content: "";
}

html.scenes-version #empezar .headline {
  max-width: 900px;
  font-family: var(--editorial);
  font-size: clamp(62px, 7.2vw, 96px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}

html.scenes-version #empezar .headline span {
  display: block;
}

html.scenes-version #empezar .headline span:last-child {
  margin-left: clamp(0px, 7vw, 100px);
  color: var(--scene-coral);
  font-style: italic;
}

html.scenes-version #empezar .lede {
  color: var(--scene-white);
}

html.scenes-version #empezar .btn--gold {
  background: var(--scene-white);
  border-color: var(--scene-white);
  color: var(--scene-ink);
}

html.scenes-version .site-footer {
  padding-top: 90px;
  background: var(--scene-night);
}

html.scenes-version .sticky-start {
  display: none;
}

@media (max-width: 1360px) {
  html.scenes-version .nav-main {
    display: none;
  }

  html.scenes-version .menu-toggle {
    display: inline-grid;
    color: var(--scene-ink);
  }

  html.scenes-version .cinematic-product {
    right: 0;
    width: 48%;
    opacity: 1;
  }

  html.scenes-version #coach .coach-grid,
  html.scenes-version #liquidez .liquidity-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

}

@media (min-width: 821px) and (max-width: 1100px) {
  html.scenes-version #smartinvest {
    padding: 36px 0;
  }

  html.scenes-version #smartinvest .smartinvest-ai__intro h2 {
    font-size: 56px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__system {
    margin-top: 28px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__eyebrow,
  html.scenes-version #smartinvest .smartinvest-ai__core > span {
    margin-bottom: 14px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals,
  html.scenes-version #smartinvest .smartinvest-ai__outcomes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes article {
    padding: 13px 0;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes article p {
    margin-top: 6px;
    line-height: 1.4;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes .btn--text {
    min-height: 40px;
    padding: 8px 14px;
    margin-top: 12px;
  }
}

@media (max-width: 820px) {
  html.scenes-version {
    --scene-gutter: 24px;
  }

  html.scenes-version .site-header,
  html.scenes-version .site-header.is-light,
  html.scenes-version .site-header.is-scrolled {
    inset: 8px 8px auto;
    height: 56px;
    border-radius: 16px;
  }

  html.scenes-version .header-inner {
    height: 56px;
    padding-left: 14px;
  }

  html.scenes-version .header-actions .btn--ghost,
  html.scenes-version .lang {
    display: none;
  }

  html.scenes-version .hero--cinematic,
  html.scenes-version .hero--cinematic .hero-stage {
    min-height: max(760px, 100svh);
  }

  html.scenes-version .hero--cinematic .hero-stage {
    display: block;
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px);
    padding: 112px 0 0;
    margin-inline: auto;
  }

  html.scenes-version .hero--cinematic .hero-content {
    width: 100%;
    min-width: 0;
    max-width: 620px;
    padding: 28px 0;
  }

  html.scenes-version .hero--cinematic .hero-title {
    max-width: 620px;
    font-size: clamp(47px, 9vw, 64px);
  }

  html.scenes-version .hero--cinematic .hero-title__accent {
    font-size: 1.12em;
  }

  html.scenes-version .cinematic-product {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 54%;
    opacity: 1;
    background-position: 50% center;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  }

  html.scenes-version #coach .coach-grid,
  html.scenes-version #liquidez .liquidity-grid {
    grid-template-columns: 1fr;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list article {
    min-height: 205px;
  }

  html.scenes-version #asesores .advisors-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  html.scenes-version #asesores .advisors-content {
    max-width: 640px;
  }

  html.scenes-version #asesores .advisors-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.scenes-version #asesores .advisors-benefits li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  html.scenes-version #asesores .advisors-benefits li:nth-child(n + 3) {
    border-top: 1px solid rgba(28, 28, 40, .24);
  }

  html.scenes-version #smartinvest .smartinvest-ai__system {
    grid-template-columns: 1fr;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals {
    padding: 32px 0;
  }

  html.scenes-version #smartinvest .smartinvest-ai__flow-arrow {
    margin: 10px auto;
    transform: rotate(90deg);
  }

  html.scenes-version #smartinvest .smartinvest-ai__core {
    min-height: 240px;
    padding: 30px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes {
    padding: 32px 0 8px;
  }

  html.scenes-version #coach {
    min-height: auto;
  }

  html.scenes-version #coach .coach-panel {
    min-height: 380px;
  }

  html.scenes-version #cuenta .ecosystem__node {
    grid-template-columns: 38px 1fr;
  }

  html.scenes-version #cuenta .ecosystem__node p {
    display: none;
  }

  html.scenes-version #liquidez {
    min-height: auto;
  }

  html.scenes-version #liquidez::before {
    inset: 57% 0 0;
  }

  html.scenes-version #liquidez .liquidity-visual {
    min-height: 480px;
  }

  html.scenes-version main > section[aria-labelledby="paths-title"] .split article::before,
  html.scenes-version main > section[aria-labelledby="paths-title"] .split article::after {
    opacity: .48;
  }

  html.scenes-version #trading .trading-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 480px;
    margin-top: 48px;
    transform: none;
  }

  html.scenes-version #seguridad .trust-grid {
    grid-template-columns: 1fr;
  }

  html.scenes-version #seguridad .trust-grid article {
    min-height: 340px;
  }
}

@media (max-width: 560px) {
  html.scenes-version .headline {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  html.scenes-version .header-actions .btn--header-primary {
    display: none;
  }

  html.scenes-version .site-header .logo {
    width: 92px;
  }

  html.scenes-version .hero--cinematic,
  html.scenes-version .hero--cinematic .hero-stage {
    min-height: max(720px, 100svh);
  }

  html.scenes-version .hero--cinematic .hero-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(40px, 11.2vw, 44px);
    letter-spacing: -.045em;
    line-height: 1.02;
    text-wrap: wrap;
  }

  html.scenes-version .hero--cinematic .hero-title span {
    display: block;
  }

  html.scenes-version .hero--cinematic .hero-lede {
    width: 100%;
    max-width: 96%;
    font-size: 16px;
  }

  html.scenes-version .hero--cinematic .hero-actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  html.scenes-version .cinematic-product {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 49%;
  }

  html.scenes-version #smartinvest,
  html.scenes-version #coach,
  html.scenes-version #asesores,
  html.scenes-version #cuenta,
  html.scenes-version #liquidez,
  html.scenes-version #trading,
  html.scenes-version #aprender {
    padding-top: 80px;
  }

  html.scenes-version #cuenta .headline,
  html.scenes-version #aprender .headline,
  html.scenes-version #empezar .headline,
  html.scenes-version #seguridad .headline,
  html.scenes-version #paths-title {
    font-size: clamp(44px, 12vw, 56px);
  }

  html.scenes-version #empezar .headline span:last-child {
    margin-left: 0;
  }

  html.scenes-version #por-que-welta .why-welta__principles {
    padding: 72px 0 64px;
  }

  html.scenes-version #por-que-welta .why-welta__principles-heading h2 {
    max-width: 100%;
    font-size: clamp(48px, 13.5vw, 60px);
    line-height: .92;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list {
    margin-top: 40px;
    border-radius: 22px;
    grid-template-columns: 1fr;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list article {
    min-height: 220px;
    padding: 28px 26px;
  }

  html.scenes-version #por-que-welta .principle-symbol {
    width: 46px;
    height: 46px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list h3 {
    font-size: 28px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list p {
    font-size: 14px;
  }

  html.scenes-version #asesores {
    padding: 80px 0;
  }

  html.scenes-version #asesores .headline {
    max-width: 100%;
    font-size: clamp(46px, 13vw, 58px);
  }

  html.scenes-version #asesores .advisors-layout {
    gap: 40px;
  }

  html.scenes-version #asesores .advisors-intro {
    margin-bottom: 36px;
    font-size: 16px;
  }

  html.scenes-version #asesores .advisors-benefits {
    grid-template-columns: 1fr;
  }

  html.scenes-version #asesores .advisors-benefits li,
  html.scenes-version #asesores .advisors-benefits li:nth-child(odd) {
    display: grid;
    min-height: 0;
    padding: 24px 0;
    border-top: 1px solid rgba(28, 28, 40, .24);
    border-left: 0;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
  }

  html.scenes-version #asesores .advisors-benefits li:first-child {
    border-top: 0;
  }

  html.scenes-version #asesores .advisors-benefit__icon {
    width: 42px;
    height: 42px;
  }

  html.scenes-version #asesores .advisors-benefits strong {
    font-size: 19px;
  }

  html.scenes-version #smartinvest {
    padding: 72px 0;
  }

  html.scenes-version #smartinvest .smartinvest-ai__intro h2 {
    font-size: clamp(46px, 13vw, 58px);
  }

  html.scenes-version #smartinvest .smartinvest-ai__system {
    margin-top: 38px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals {
    padding: 28px 0;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals li {
    font-size: 15px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__core {
    min-height: 220px;
    padding: 30px 26px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes {
    padding-top: 28px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes article {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes h3 {
    font-size: 22px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes .btn--text {
    width: fit-content;
    margin-top: 20px;
  }

  html.scenes-version #coach .coach-grid {
    gap: 28px;
  }

  html.scenes-version #coach .coach-qs {
    margin-inline: -24px;
    padding-inline: 24px;
    flex-wrap: nowrap;
  }

  html.scenes-version #coach .coach-qs .chip {
    flex: 0 0 76%;
    max-width: 76%;
    min-height: 44px;
    white-space: normal;
  }

  html.scenes-version #coach .bubble p {
    font-size: clamp(26px, 7.6vw, 32px);
    line-height: 1.12;
  }

  html.scenes-version #cuenta .ecosystem {
    margin-top: 48px;
  }

  html.scenes-version #cuenta .ecosystem__node h3 {
    font-size: 44px;
  }

  html.scenes-version #liquidez .liquidity-visual {
    min-height: 400px;
  }

  html.scenes-version #liquidez .debit-card {
    right: -7%;
    width: 104%;
    padding: 24px;
  }

  html.scenes-version #liquidez .credit-surface {
    right: -4%;
    bottom: 0;
    width: 104%;
    min-height: 290px;
    padding: 34px;
  }

  html.scenes-version #paths-title {
    min-height: 0;
    padding: 96px 0 32px;
  }

  html.scenes-version main > section[aria-labelledby="paths-title"] > .wrap > .lede {
    margin-top: 0;
    margin-bottom: 56px;
  }

  html.scenes-version main > section[aria-labelledby="paths-title"] .split article {
    min-height: 540px;
    padding: 64px 24px;
    justify-content: flex-start;
  }

  html.scenes-version main > section[aria-labelledby="paths-title"] .split article h3 {
    font-size: 40px;
  }

  html.scenes-version main > section[aria-labelledby="paths-title"] .split article::before {
    top: auto;
    right: -20%;
    bottom: -10%;
    width: 120%;
    height: 50%;
  }

  html.scenes-version #trading .trading-visual {
    right: auto;
    width: 100%;
    height: 360px;
  }

  html.scenes-version #trading .terminal-action {
    width: 48%;
  }

  html.scenes-version #seguridad .headline {
    min-height: 0;
    padding: 96px 0 64px;
  }

  html.scenes-version #seguridad .trust-grid article {
    min-height: 0;
    padding: 32px 24px;
    justify-content: flex-start;
  }

  html.scenes-version #seguridad .trust-grid {
    gap: 0;
  }

  html.scenes-version #seguridad .trust-grid h3 {
    font-size: 28px;
    line-height: 1.06;
  }

  html.scenes-version #seguridad .trust-grid p {
    margin-top: 12px;
    font-size: 14px;
  }

  html.scenes-version #aprender .learn-card {
    display: block;
    padding: 24px 0;
  }

  html.scenes-version #aprender .learn-card h3 {
    margin-top: 10px;
    font-size: 26px;
  }

  html.scenes-version #empezar {
    min-height: 640px;
    padding: 96px 0 72px;
  }
}

/* Simplified liquidity */
html.scenes-version #liquidez {
  min-height: auto;
  padding: clamp(76px, 8vw, 110px) 0;
  background: var(--scene-taupe);
}

html.scenes-version #liquidez::before {
  inset: 0 0 0 66%;
  background: rgba(30, 29, 27, .06);
}

html.scenes-version #liquidez .liquidity-simple {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(64px, 9vw, 132px);
  align-items: start;
}

html.scenes-version #liquidez .liquidity-simple__heading .headline {
  max-width: 9ch;
  font-family: var(--editorial);
  font-size: clamp(58px, 6.4vw, 86px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
}

html.scenes-version #liquidez .liquidity-simple__heading .headline span {
  display: block;
}

html.scenes-version #liquidez .liquidity-simple__heading .headline span:last-child {
  color: var(--scene-coral);
  font-style: italic;
}

html.scenes-version #liquidez .liquidity-simple__options {
  border-top: 1px solid rgba(23, 24, 23, .25);
}

html.scenes-version #liquidez .liquidity-simple__options article {
  display: grid;
  padding: 28px 0;
  border-bottom: 1px solid rgba(23, 24, 23, .25);
  grid-template-columns: 58px 1fr;
  gap: 22px;
}

html.scenes-version #liquidez .liquidity-simple__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--scene-ink);
}

html.scenes-version #liquidez .liquidity-simple__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

html.scenes-version #liquidez .liquidity-simple__options h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.05;
}

html.scenes-version #liquidez .liquidity-simple__options article p {
  max-width: 520px;
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: .68;
}

html.scenes-version #liquidez .liquidity-simple__note {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: 11px;
  line-height: 1.5;
  opacity: .56;
}

/* Two clear ways to invest */
html.scenes-version #formas-de-invertir {
  min-height: auto;
  padding: clamp(76px, 8vw, 110px) 0;
  background: var(--scene-ivory);
  color: var(--scene-ink);
}

html.scenes-version #formas-de-invertir .investment-paths__layout {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(56px, 8vw, 118px);
  align-items: start;
}

html.scenes-version #formas-de-invertir .investment-paths__heading {
  position: sticky;
  top: 110px;
}

html.scenes-version #formas-de-invertir .investment-paths__heading .headline {
  max-width: 8ch;
  font-family: var(--editorial);
  font-size: clamp(58px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
}

html.scenes-version #formas-de-invertir .investment-paths__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.scenes-version #formas-de-invertir .investment-path {
  display: flex;
  min-height: 430px;
  padding: clamp(32px, 4vw, 52px);
  flex-direction: column;
}

html.scenes-version #formas-de-invertir .investment-path--managed {
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #formas-de-invertir .investment-path--trading {
  background: var(--scene-yellow);
  color: var(--scene-ink);
}

html.scenes-version #formas-de-invertir .investment-path__label {
  margin: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .65;
}

html.scenes-version #formas-de-invertir .investment-path h3 {
  max-width: 11ch;
  margin: 72px 0 0;
  font-family: var(--editorial);
  font-size: clamp(38px, 3.7vw, 52px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .95;
}

html.scenes-version #formas-de-invertir .investment-path > p:not(.investment-path__label) {
  max-width: 34ch;
  margin: 20px 0 28px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .72;
}

html.scenes-version #formas-de-invertir .investment-path .btn {
  width: fit-content;
  margin-top: auto;
}

html.scenes-version #formas-de-invertir .investment-path--managed .btn--gold {
  color: var(--scene-ink);
}

html.scenes-version #formas-de-invertir .investment-path--trading .btn--ghost:hover {
  background: var(--scene-ink);
  color: var(--scene-white);
}

@media (max-width: 900px) {
  html.scenes-version #liquidez .liquidity-simple,
  html.scenes-version #formas-de-invertir .investment-paths__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  html.scenes-version #liquidez .liquidity-simple__heading .headline,
  html.scenes-version #formas-de-invertir .investment-paths__heading .headline {
    max-width: 12ch;
  }

  html.scenes-version #formas-de-invertir .investment-paths__heading {
    position: static;
  }
}

@media (max-width: 600px) {
  html.scenes-version #liquidez,
  html.scenes-version #formas-de-invertir {
    padding: 72px 0;
  }

  html.scenes-version #liquidez .liquidity-simple__heading .headline,
  html.scenes-version #formas-de-invertir .investment-paths__heading .headline {
    font-size: clamp(46px, 13vw, 58px);
  }

  html.scenes-version #liquidez .liquidity-simple__options article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  html.scenes-version #liquidez .liquidity-simple__icon {
    width: 38px;
    height: 38px;
  }

  html.scenes-version #formas-de-invertir .investment-paths__options {
    grid-template-columns: 1fr;
  }

  html.scenes-version #formas-de-invertir .investment-path {
    min-height: 390px;
    padding: 34px 26px;
  }
}

/* Production language routes replace the prototype's in-page buttons. */
html.scenes-version .lang a {
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  place-items: center;
  border-radius: 999px;
  color: inherit;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
}

html.scenes-version .lang a[aria-current="page"] {
  background: rgba(23, 24, 23, .08);
  color: var(--scene-ink);
}

html.scenes-version .mobile-panel .mobile-language {
  margin-top: 8px;
  border-top: 1px solid rgba(28, 28, 40, .12);
  font-weight: 800;
}

@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  html.scenes-version {
    scroll-snap-type: y proximity;
  }

  html.scenes-version main > .hero,
  html.scenes-version main > #por-que-welta,
  html.scenes-version main > #formas-de-invertir,
  html.scenes-version main > #smartinvest,
  html.scenes-version main > #respaldo,
  html.scenes-version main > #liquidez,
  html.scenes-version main > #empezar,
  html.scenes-version main > #faq,
  html.scenes-version .site-footer {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}

/* SmartInvest: a living system with deliberate motion */
html.scenes-version #smartinvest {
  padding: clamp(68px, 7vw, 94px) 0;
  background: var(--scene-night);
}

html.scenes-version #smartinvest .smartinvest-ai__intro {
  text-align: center;
}

html.scenes-version #smartinvest .smartinvest-ai__intro h2 {
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(58px, 6.4vw, 86px);
}

html.scenes-version #smartinvest .smartinvest-ai__system {
  position: relative;
  margin-top: clamp(44px, 5vw, 66px);
  padding: clamp(34px, 4vw, 54px);
  overflow: visible;
  border: 1px solid rgba(248, 248, 250, .16);
  border-radius: 36px;
  background: #222431;
  grid-template-columns: minmax(180px, .82fr) 48px minmax(210px, 250px) 48px minmax(260px, 1.18fr);
  gap: 0;
  align-items: center;
}

html.scenes-version #smartinvest .smartinvest-ai__system::before {
  position: absolute;
  top: 50%;
  right: 24%;
  left: 24%;
  height: 1px;
  background: rgba(213, 183, 115, .18);
  content: "";
}

html.scenes-version #smartinvest .smartinvest-ai__signals,
html.scenes-version #smartinvest .smartinvest-ai__outcomes {
  position: relative;
  z-index: 2;
  padding: 0;
}

html.scenes-version #smartinvest .smartinvest-ai__eyebrow,
html.scenes-version #smartinvest .smartinvest-ai__core > span {
  margin-bottom: 22px;
  color: var(--scene-yellow);
  opacity: .78;
}

html.scenes-version #smartinvest .smartinvest-ai__signals ul {
  border-top: 1px solid rgba(248, 248, 250, .14);
}

html.scenes-version #smartinvest .smartinvest-ai__signals li {
  position: relative;
  padding: 14px 6px 14px 22px;
  border-color: rgba(248, 248, 250, .14);
  font-size: 14px;
  font-weight: 500;
  transition: color 240ms ease, transform 240ms var(--ease);
}

html.scenes-version #smartinvest .smartinvest-ai__signals li::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 7px;
  height: 7px;
  margin: -3px 0 0;
  background: var(--scene-yellow);
  border: 0;
  box-shadow: 0 0 0 0 rgba(213, 183, 115, .42);
  animation: smartinvestSignal 3.2s ease-in-out infinite;
}

html.scenes-version #smartinvest .smartinvest-ai__signals li:nth-child(2)::before {
  animation-delay: .45s;
}

html.scenes-version #smartinvest .smartinvest-ai__signals li:nth-child(3)::before {
  animation-delay: .9s;
}

html.scenes-version #smartinvest .smartinvest-ai__signals li:nth-child(4)::before {
  animation-delay: 1.35s;
}

html.scenes-version #smartinvest .smartinvest-ai__signals li:hover {
  color: var(--scene-yellow);
  transform: translateX(5px);
}

html.scenes-version #smartinvest .smartinvest-ai__flow-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 0;
  font-size: 0;
}

html.scenes-version #smartinvest .smartinvest-ai__flow-arrow::before {
  position: absolute;
  top: 50%;
  right: 7px;
  left: 7px;
  height: 1px;
  background: rgba(213, 183, 115, .48);
  content: "";
}

html.scenes-version #smartinvest .smartinvest-ai__flow-arrow::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--scene-yellow);
  content: "";
  animation: smartinvestFlow 2.8s var(--ease) infinite;
}

html.scenes-version #smartinvest .smartinvest-ai__core {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  padding: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 22px 70px rgba(13, 15, 24, .36);
  animation: smartinvestFloat 5.5s ease-in-out infinite;
}

html.scenes-version #smartinvest .smartinvest-ai__core::before {
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(213, 183, 115, .5);
  border-top-color: transparent;
  border-radius: 50%;
  content: "";
  animation: smartinvestOrbit 12s linear infinite;
}

html.scenes-version #smartinvest .smartinvest-ai__core::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--scene-white);
  content: "";
  animation: smartinvestSatellite 8s linear infinite;
}

html.scenes-version #smartinvest .smartinvest-ai__core > * {
  position: relative;
  z-index: 1;
}

html.scenes-version #smartinvest .smartinvest-ai__core > span {
  margin-bottom: 12px;
  color: var(--scene-ink);
  opacity: .58;
}

html.scenes-version #smartinvest .smartinvest-ai__core strong {
  font-size: clamp(37px, 3.8vw, 50px);
}

html.scenes-version #smartinvest .smartinvest-ai__core p {
  max-width: 190px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article {
  padding: 18px;
  border: 1px solid rgba(248, 248, 250, .12);
  border-radius: 18px;
  background: rgba(248, 248, 250, .035);
  grid-template-columns: 42px 1fr;
  gap: 15px;
  transition: border-color 240ms ease, background-color 240ms ease, transform 240ms var(--ease);
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article + article {
  margin-top: 10px;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article:hover {
  border-color: rgba(213, 183, 115, .52);
  background: rgba(248, 248, 250, .06);
  transform: translateY(-3px);
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes h3 {
  font-size: clamp(18px, 1.65vw, 23px);
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article p {
  margin-top: 7px;
  font-size: 12px;
}

html.scenes-version #smartinvest .smartinvest-ai__icon {
  width: 38px;
  height: 38px;
  animation: smartinvestIcon 4s ease-in-out infinite;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes article:nth-of-type(2) .smartinvest-ai__icon {
  animation-delay: 1.2s;
}

html.scenes-version #smartinvest .smartinvest-ai__outcomes .btn--text {
  margin-top: 18px;
}

@keyframes smartinvestSignal {
  0%, 100% { box-shadow: 0 0 0 0 rgba(213, 183, 115, .34); }
  50% { box-shadow: 0 0 0 7px rgba(213, 183, 115, 0); }
}

@keyframes smartinvestFlow {
  0% { opacity: 0; transform: translateX(0); }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateX(26px); }
}

@keyframes smartinvestFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes smartinvestOrbit {
  to { transform: rotate(360deg); }
}

@keyframes smartinvestSatellite {
  from { transform: rotate(0deg) translateX(134px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(134px) rotate(-360deg); }
}

@keyframes smartinvestIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* Investment modes: animated previews and progressive detail */
html.scenes-version #formas-de-invertir .investment-path {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  transition: min-height 420ms var(--ease), transform 280ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-path:hover {
  transform: translateY(-5px);
}

html.scenes-version #formas-de-invertir .investment-path__label {
  margin-bottom: 0;
}

html.scenes-version #formas-de-invertir .investment-path__motion {
  position: relative;
  height: 138px;
  margin: 26px 0 4px;
  overflow: hidden;
  border-bottom: 1px solid currentColor;
  opacity: .78;
}

html.scenes-version #formas-de-invertir .investment-path__motion--managed i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: investmentOrbit 5s ease-in-out infinite;
}

html.scenes-version #formas-de-invertir .investment-path__motion--managed i:nth-child(1) {
  width: 64px;
  height: 64px;
}

html.scenes-version #formas-de-invertir .investment-path__motion--managed i:nth-child(2) {
  width: 100px;
  height: 100px;
  animation-delay: .7s;
}

html.scenes-version #formas-de-invertir .investment-path__motion--managed i:nth-child(3) {
  width: 136px;
  height: 136px;
  animation-delay: 1.4s;
}

html.scenes-version #formas-de-invertir .investment-path__motion--managed span {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--scene-yellow);
  box-shadow: 0 0 0 8px rgba(213, 183, 115, .15);
}

html.scenes-version #formas-de-invertir .investment-path__motion--trading svg {
  position: absolute;
  inset: 12px 0 8px;
  width: 100%;
  height: calc(100% - 20px);
}

html.scenes-version #formas-de-invertir .investment-path__motion--trading path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  stroke-linecap: round;
  stroke-width: 2;
  animation: investmentLine 4.5s var(--ease) infinite;
}

html.scenes-version #formas-de-invertir .investment-path__motion--trading i {
  position: absolute;
  bottom: 10px;
  width: 2px;
  background: currentColor;
  opacity: .28;
  animation: investmentBars 2.4s ease-in-out infinite;
}

html.scenes-version #formas-de-invertir .investment-path__motion--trading i:nth-of-type(1) { left: 17%; height: 24%; }
html.scenes-version #formas-de-invertir .investment-path__motion--trading i:nth-of-type(2) { left: 39%; height: 42%; animation-delay: .35s; }
html.scenes-version #formas-de-invertir .investment-path__motion--trading i:nth-of-type(3) { left: 63%; height: 34%; animation-delay: .7s; }
html.scenes-version #formas-de-invertir .investment-path__motion--trading i:nth-of-type(4) { left: 84%; height: 64%; animation-delay: 1.05s; }

html.scenes-version #formas-de-invertir .investment-path h3 {
  margin-top: 26px;
}

html.scenes-version #formas-de-invertir .investment-path > p:not(.investment-path__label) {
  margin: 16px 0 24px;
}

html.scenes-version #formas-de-invertir .investment-path__toggle {
  display: flex;
  width: 100%;
  min-height: 52px;
  padding: 12px 0;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

html.scenes-version #formas-de-invertir .investment-path__toggle > i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

html.scenes-version #formas-de-invertir .investment-path__toggle > i::before,
html.scenes-version #formas-de-invertir .investment-path__toggle > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 260ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-path__toggle > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

html.scenes-version #formas-de-invertir .investment-path__toggle[aria-expanded="true"] > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

html.scenes-version #formas-de-invertir .investment-path__details {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-8px);
  transition: grid-template-rows 420ms var(--ease), opacity 260ms ease, transform 420ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-path__details > div {
  min-height: 0;
  overflow: hidden;
}

html.scenes-version #formas-de-invertir .investment-path.is-expanded {
  min-height: 720px;
}

html.scenes-version #formas-de-invertir .investment-path.is-expanded .investment-path__details {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: none;
}

html.scenes-version #formas-de-invertir .investment-path__details ul {
  padding: 22px 0 0;
  margin: 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

html.scenes-version #formas-de-invertir .investment-path__details li {
  position: relative;
  padding: 6px 0 6px 16px;
  font-size: 12px;
  line-height: 1.45;
  opacity: .76;
}

html.scenes-version #formas-de-invertir .investment-path__details li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

html.scenes-version #formas-de-invertir .investment-path__inline-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--scene-yellow);
  font-size: 12px;
  font-weight: 700;
}

@keyframes investmentOrbit {
  0%, 100% { opacity: .3; transform: translate(-50%, -50%) scale(.94); }
  50% { opacity: .9; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes investmentLine {
  0% { opacity: .25; stroke-dashoffset: 360; }
  48%, 82% { opacity: 1; stroke-dashoffset: 0; }
  100% { opacity: .25; stroke-dashoffset: -360; }
}

@keyframes investmentBars {
  0%, 100% { transform: scaleY(.55); transform-origin: bottom; }
  50% { transform: scaleY(1); transform-origin: bottom; }
}

/* Investment cards: full-surface interaction with an in-place reveal */
html.scenes-version #formas-de-invertir .investment-paths__options {
  gap: 14px;
  perspective: 1600px;
}

html.scenes-version #formas-de-invertir .investment-mode-card {
  position: relative;
  min-width: 0;
  height: 620px;
  transition: transform 280ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-mode-card:hover {
  transform: translateY(-5px);
}

html.scenes-version #formas-de-invertir .investment-mode-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 720ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-open .investment-mode-card__inner {
  transform: rotateY(180deg);
}

html.scenes-version #formas-de-invertir .investment-mode-card__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(30px, 3.5vw, 46px);
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  backface-visibility: hidden;
  box-shadow: 0 28px 70px rgba(28, 28, 40, .12);
  color: inherit;
  font: inherit;
  text-align: left;
}

html.scenes-version #formas-de-invertir .investment-mode-card__front {
  display: flex;
  flex-direction: column;
}

html.scenes-version #formas-de-invertir .investment-mode-card--managed .investment-mode-card__front {
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version #formas-de-invertir .investment-mode-card--trading .investment-mode-card__front {
  background: var(--scene-yellow);
  color: var(--scene-ink);
}

html.scenes-version #formas-de-invertir .investment-mode-card__back {
  display: flex;
  flex-direction: column;
  transform: rotateY(180deg);
}

html.scenes-version #formas-de-invertir .investment-mode-card--managed .investment-mode-card__back {
  background: var(--scene-ultramarine);
  color: var(--scene-white);
}

html.scenes-version #formas-de-invertir .investment-mode-card--trading .investment-mode-card__back {
  background: var(--scene-coral);
  color: var(--scene-ink);
}

html.scenes-version #formas-de-invertir .investment-mode-card__front:focus-visible,
html.scenes-version #formas-de-invertir .investment-mode-card__close:focus-visible,
html.scenes-version #formas-de-invertir .investment-mode-card__link:focus-visible {
  outline-offset: -5px;
}

html.scenes-version #formas-de-invertir .investment-mode-card__front .investment-path__motion {
  width: 100%;
  flex: 0 0 138px;
}

html.scenes-version #formas-de-invertir .investment-path__motion--managed b {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--scene-yellow);
  box-shadow: 0 0 0 8px rgba(213, 183, 115, .15);
}

html.scenes-version #formas-de-invertir .investment-mode-card__front > strong {
  display: block;
  max-width: 10ch;
  margin-top: 26px;
  font-family: var(--editorial);
  font-size: clamp(39px, 3.8vw, 54px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .94;
}

html.scenes-version #formas-de-invertir .investment-mode-card__copy {
  display: block;
  max-width: 34ch;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .7;
}

html.scenes-version #formas-de-invertir .investment-mode-card__hint {
  display: flex;
  min-height: 52px;
  padding-top: 15px;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

html.scenes-version #formas-de-invertir .investment-mode-card__hint i {
  font-family: var(--scene-sans);
  font-size: 18px;
  font-style: normal;
  transition: transform 260ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-mode-card__front:hover .investment-mode-card__hint i {
  transform: translate(3px, -3px);
}

html.scenes-version #formas-de-invertir .investment-mode-card__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 23px;
  line-height: 1;
}

html.scenes-version #formas-de-invertir .investment-mode-card__back h3 {
  max-width: 10ch;
  margin: 74px 0 0;
  font-family: var(--editorial);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .94;
}

html.scenes-version #formas-de-invertir .investment-mode-card__back ul {
  padding: 24px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

html.scenes-version #formas-de-invertir .investment-mode-card__back li {
  position: relative;
  padding: 7px 0 7px 18px;
  font-size: 13px;
  line-height: 1.45;
}

html.scenes-version #formas-de-invertir .investment-mode-card__back li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: .62;
}

html.scenes-version #formas-de-invertir .investment-mode-card__link,
html.scenes-version #formas-de-invertir .investment-mode-card__note {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
}

html.scenes-version #formas-de-invertir .investment-mode-card__link {
  width: fit-content;
  color: var(--scene-yellow);
}

html.scenes-version #formas-de-invertir .investment-mode-card__note {
  opacity: .66;
}

/* Reserved Q&A */
html.scenes-version main > #faq {
  order: 13;
}

html.scenes-version #faq {
  min-height: auto;
  padding: clamp(82px, 9vw, 124px) 0;
  background: var(--scene-ivory);
  color: var(--scene-ink);
}

html.scenes-version #faq .faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(60px, 9vw, 132px);
  align-items: start;
}

html.scenes-version #faq .faq-heading {
  position: sticky;
  top: 110px;
}

html.scenes-version #faq .faq-heading .headline {
  max-width: 9ch;
  font-family: var(--editorial);
  font-size: clamp(56px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
}

html.scenes-version #faq .faq-heading > p:last-child {
  margin: 24px 0 0;
  font-size: 14px;
  opacity: .56;
}

html.scenes-version #faq .faq-list {
  border-top: 1px solid rgba(28, 28, 40, .22);
}

html.scenes-version #faq details {
  border-bottom: 1px solid rgba(28, 28, 40, .22);
}

html.scenes-version #faq summary {
  display: grid;
  min-height: 88px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  grid-template-columns: 42px 1fr 32px;
  gap: 16px;
  align-items: center;
}

html.scenes-version #faq summary::-webkit-details-marker {
  display: none;
}

html.scenes-version #faq summary span {
  font-size: 10px;
  font-weight: 800;
  opacity: .42;
}

html.scenes-version #faq summary strong {
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 600;
  letter-spacing: -.035em;
}

html.scenes-version #faq summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(28, 28, 40, .4);
  border-radius: 50%;
}

html.scenes-version #faq summary i::before,
html.scenes-version #faq summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms var(--ease);
}

html.scenes-version #faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

html.scenes-version #faq details[open] summary i::after {
  transform: translate(-50%, -50%);
}

html.scenes-version #faq details > div {
  padding: 0 48px 24px 58px;
  animation: faqReveal 260ms var(--ease);
}

html.scenes-version #faq details p {
  max-width: 600px;
  margin: 0;
  font-size: 14px;
  opacity: .62;
}

/* Regulatory backing: a dedicated trust chapter */
html.scenes-version main > #respaldo {
  order: 8;
}

html.scenes-version main > #formas-de-invertir {
  order: 9;
}

html.scenes-version #respaldo {
  min-height: auto;
  padding: clamp(82px, 9vw, 124px) 0;
  background: var(--scene-green);
  color: var(--scene-white);
}

html.scenes-version #respaldo::before {
  position: absolute;
  top: -38%;
  right: -14%;
  width: min(64vw, 880px);
  aspect-ratio: 1;
  border: 1px solid rgba(248, 248, 250, .1);
  border-radius: 50%;
  content: "";
}

html.scenes-version #respaldo .regulatory-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(64px, 9vw, 132px);
  align-items: center;
}

html.scenes-version #respaldo .regulatory-layout > *,
html.scenes-version #respaldo .regulatory-system,
html.scenes-version #respaldo .regulatory-facts,
html.scenes-version #respaldo .regulatory-facts article > div {
  min-width: 0;
}

html.scenes-version #respaldo .regulatory-heading h2 {
  max-width: 8.5ch;
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(62px, 6.7vw, 92px);
  font-weight: 400;
  letter-spacing: -.052em;
  line-height: .89;
}

html.scenes-version #respaldo .regulatory-heading h2 span,
html.scenes-version #respaldo .regulatory-heading h2 em {
  display: block;
}

html.scenes-version #respaldo .regulatory-heading h2 em {
  color: var(--scene-yellow);
  font-weight: 400;
}

html.scenes-version #respaldo .regulatory-heading > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(248, 248, 250, .68);
  font-size: 16px;
  line-height: 1.62;
}

html.scenes-version #respaldo .regulatory-system {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

html.scenes-version #respaldo .regulatory-seal {
  position: relative;
  display: grid;
  width: 180px;
  aspect-ratio: 1;
  padding: 34px;
  place-items: center;
  border: 1px solid rgba(213, 183, 115, .58);
  border-radius: 50%;
  color: var(--scene-yellow);
  text-align: center;
}

html.scenes-version #respaldo .regulatory-seal::before,
html.scenes-version #respaldo .regulatory-seal::after {
  position: absolute;
  border: 1px solid rgba(248, 248, 250, .16);
  border-radius: 50%;
  content: "";
}

html.scenes-version #respaldo .regulatory-seal::before {
  inset: -15px;
}

html.scenes-version #respaldo .regulatory-seal::after {
  inset: 15px;
}

html.scenes-version #respaldo .regulatory-seal span,
html.scenes-version #respaldo .regulatory-seal small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

html.scenes-version #respaldo .regulatory-seal strong {
  font-family: var(--editorial);
  font-size: 25px;
  font-weight: 400;
  line-height: .95;
}

html.scenes-version #respaldo .regulatory-facts {
  border-top: 1px solid rgba(248, 248, 250, .18);
}

html.scenes-version #respaldo .regulatory-facts article {
  display: grid;
  min-height: 138px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(248, 248, 250, .18);
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
}

html.scenes-version #respaldo .regulatory-fact__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--scene-yellow);
}

html.scenes-version #respaldo .regulatory-fact__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

html.scenes-version #respaldo .regulatory-facts h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.035em;
}

html.scenes-version #respaldo .regulatory-facts p {
  max-width: 460px;
  margin: 8px 0 0;
  color: rgba(248, 248, 250, .65);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

/* Complete FAQ content */
html.scenes-version #faq .faq-answer {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding-bottom: 34px;
}

html.scenes-version #faq .faq-layout > *,
html.scenes-version #faq .faq-list {
  min-width: 0;
}

html.scenes-version #faq .faq-answer > p {
  max-width: 720px;
  font-size: 14px;
  line-height: 1.65;
}

html.scenes-version #faq .faq-answer > p + p {
  margin-top: 14px;
}

html.scenes-version #faq .faq-answer__title {
  display: block;
  max-width: 660px;
  margin-bottom: 14px;
  font-family: var(--editorial);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

html.scenes-version #faq .pricing-table-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border-top: 1px solid rgba(28, 28, 40, .24);
}

html.scenes-version #faq .pricing-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 12px;
}

html.scenes-version #faq .pricing-table th,
html.scenes-version #faq .pricing-table td {
  padding: 15px 16px 15px 0;
  border-bottom: 1px solid rgba(28, 28, 40, .16);
  text-align: left;
  vertical-align: top;
}

html.scenes-version #faq .pricing-table th {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .56;
}

html.scenes-version #faq .pricing-table td:first-child {
  color: #806329;
  font-weight: 800;
}

html.scenes-version #faq .pricing-table td:last-child strong,
html.scenes-version #faq .pricing-table td:last-child small {
  display: block;
}

html.scenes-version #faq .pricing-table td:last-child strong {
  font-size: 16px;
}

html.scenes-version #faq .pricing-table td:last-child small {
  margin-top: 2px;
  font-size: 9px;
  opacity: .54;
}

html.scenes-version #faq .faq-products,
html.scenes-version #faq .funding-methods {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 8px;
}

html.scenes-version #faq .faq-products span,
html.scenes-version #faq .funding-methods span {
  display: inline-flex;
  min-height: 34px;
  padding: 7px 12px;
  align-items: center;
  border: 1px solid rgba(28, 28, 40, .24);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

html.scenes-version #faq .faq-answer__link {
  display: inline-block;
  margin-top: 18px;
  color: #806329;
  font-size: 12px;
  font-weight: 800;
}

html.scenes-version #faq .faq-product-explainer {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid rgba(28, 28, 40, .18);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.scenes-version #faq .faq-product-explainer article {
  min-height: 150px;
  padding: 20px 18px 12px 0;
  border-right: 1px solid rgba(28, 28, 40, .18);
}

html.scenes-version #faq .faq-product-explainer article + article {
  padding-left: 18px;
}

html.scenes-version #faq .faq-product-explainer article:last-child {
  border-right: 0;
}

html.scenes-version #faq .faq-product-explainer strong,
html.scenes-version #faq .faq-product-explainer span {
  display: block;
}

html.scenes-version #faq .faq-product-explainer strong {
  font-size: 14px;
}

html.scenes-version #faq .faq-product-explainer span {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  opacity: .62;
}

html.scenes-version #faq .faq-advisor-grid {
  display: grid;
  padding: 0;
  margin: 26px 0 0;
  border-top: 1px solid rgba(28, 28, 40, .18);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

html.scenes-version #faq .faq-advisor-grid li {
  min-height: 118px;
  padding: 18px 22px 18px 0;
  border-bottom: 1px solid rgba(28, 28, 40, .18);
}

html.scenes-version #faq .faq-advisor-grid li:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid rgba(28, 28, 40, .18);
}

html.scenes-version #faq .faq-advisor-grid strong,
html.scenes-version #faq .faq-advisor-grid span {
  display: block;
}

html.scenes-version #faq .faq-advisor-grid strong {
  font-size: 13px;
}

html.scenes-version #faq .faq-advisor-grid span {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.5;
  opacity: .62;
}

@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  html.scenes-version #smartinvest .smartinvest-ai__system {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__system::before {
    display: none;
  }

  html.scenes-version #smartinvest .smartinvest-ai__flow-arrow {
    width: 36px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  html.scenes-version #smartinvest .smartinvest-ai__core {
    width: min(250px, 76vw);
    margin-inline: auto;
  }

  html.scenes-version #faq .faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  html.scenes-version #faq .faq-heading {
    position: static;
  }

  html.scenes-version #faq .faq-heading .headline {
    max-width: 12ch;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card {
    height: 590px;
  }

  html.scenes-version #respaldo .regulatory-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }

  html.scenes-version #respaldo .regulatory-heading h2 {
    max-width: 11ch;
  }

  html.scenes-version #respaldo .regulatory-system {
    grid-template-columns: 170px minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  html.scenes-version #smartinvest .smartinvest-ai__system {
    padding: 28px 22px;
    border-radius: 26px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__core::after {
    animation-name: none;
    transform: translateX(118px);
  }

  html.scenes-version #formas-de-invertir .investment-path {
    min-height: 560px;
  }

  html.scenes-version #formas-de-invertir .investment-path.is-expanded {
    min-height: 700px;
  }

  html.scenes-version #faq {
    padding: 76px 0;
  }

  html.scenes-version #faq .faq-heading .headline {
    font-size: clamp(46px, 13vw, 58px);
  }

  html.scenes-version #faq summary {
    grid-template-columns: 28px 1fr 30px;
    gap: 10px;
  }

  html.scenes-version #faq details > div {
    padding-left: 38px;
  }

  html.scenes-version #respaldo {
    padding: 76px 0;
  }

  html.scenes-version #respaldo .regulatory-heading h2 {
    font-size: clamp(48px, 13vw, 62px);
  }

  html.scenes-version #respaldo .regulatory-system {
    grid-template-columns: minmax(0, 1fr);
  }

  html.scenes-version #respaldo .regulatory-seal {
    width: 156px;
    margin: 0 auto 18px;
  }

  html.scenes-version #faq .pricing-table-wrap {
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  html.scenes-version #faq .pricing-table {
    display: block;
    min-width: 0;
  }

  html.scenes-version #faq .pricing-table thead {
    display: none;
  }

  html.scenes-version #faq .pricing-table tbody {
    display: block;
  }

  html.scenes-version #faq .pricing-table tr {
    display: grid;
    padding: 16px 0;
    border-bottom: 1px solid rgba(28, 28, 40, .16);
    grid-template-columns: minmax(0, 1fr) 136px;
  }

  html.scenes-version #faq .pricing-table td {
    display: block;
    padding: 0;
    border: 0;
  }

  html.scenes-version #faq .pricing-table td:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  html.scenes-version #faq .pricing-table td:nth-child(2) {
    margin-top: 5px;
    grid-column: 1;
    grid-row: 2;
  }

  html.scenes-version #faq .pricing-table td:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  html.scenes-version #faq .faq-product-explainer {
    grid-template-columns: 1fr;
  }

  html.scenes-version #faq .faq-product-explainer article,
  html.scenes-version #faq .faq-product-explainer article + article {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(28, 28, 40, .18);
  }

  html.scenes-version #faq .faq-advisor-grid {
    grid-template-columns: 1fr;
  }

  html.scenes-version #faq .faq-advisor-grid li,
  html.scenes-version #faq .faq-advisor-grid li:nth-child(even) {
    min-height: 0;
    padding: 18px 0;
    border-left: 0;
  }
}

/* Consistent scene rhythm without decorative page breaks */
html.scenes-version {
  --scene-blend: 64px;
}

html.scenes-version .hero--cinematic::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: block;
  width: auto;
  height: 92px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, var(--scene-night));
  box-shadow: none;
  filter: none;
  content: "";
  pointer-events: none;
  transform: none;
}

html.scenes-version #por-que-welta {
  background: linear-gradient(180deg, var(--scene-night) 0, var(--scene-ink) var(--scene-blend));
}

html.scenes-version #smartinvest {
  background: linear-gradient(180deg, var(--scene-ink) 0, var(--scene-night) var(--scene-blend));
}

html.scenes-version #liquidez {
  background: linear-gradient(180deg, var(--scene-night) 0, var(--scene-taupe) var(--scene-blend));
}

html.scenes-version #respaldo {
  background: linear-gradient(180deg, var(--scene-taupe) 0, var(--scene-green) var(--scene-blend));
}

html.scenes-version #formas-de-invertir {
  background: linear-gradient(180deg, var(--scene-green) 0, var(--scene-ivory) var(--scene-blend));
}

html.scenes-version #empezar {
  background: linear-gradient(180deg, var(--scene-ivory) 0, var(--scene-ink) var(--scene-blend));
}

html.scenes-version #faq {
  background: linear-gradient(180deg, var(--scene-ink) 0, var(--scene-ivory) var(--scene-blend));
}

html.scenes-version .site-footer {
  background: linear-gradient(180deg, var(--scene-ivory) 0, var(--scene-night) var(--scene-blend));
}

html.scenes-version .nav-main a {
  position: relative;
}

html.scenes-version .nav-main a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--scene-yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}

html.scenes-version .nav-main a.is-current::after {
  transform: scaleX(1);
}

html.scene-motion.scenes-version main > section:not(.hero) > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 420ms var(--ease), transform 420ms var(--ease);
}

html.scene-motion.scenes-version main > section.is-scene-visible > * {
  opacity: 1;
  transform: none;
}

@media (min-width: 901px) {
  html.scenes-version {
    --scene-page-y: clamp(52px, 7vh, 72px);
  }

  html.scenes-version main > .hero,
  html.scenes-version main > #por-que-welta,
  html.scenes-version main > #smartinvest,
  html.scenes-version main > #liquidez,
  html.scenes-version main > #respaldo,
  html.scenes-version main > #formas-de-invertir,
  html.scenes-version main > #empezar,
  html.scenes-version main > #faq {
    min-height: min(100svh, 820px);
  }

  html.scenes-version main > .hero.hero--cinematic,
  html.scenes-version .hero--cinematic .hero-stage {
    min-height: 100svh;
  }

  html.scenes-version main > #por-que-welta,
  html.scenes-version main > #smartinvest,
  html.scenes-version main > #liquidez,
  html.scenes-version main > #respaldo,
  html.scenes-version main > #formas-de-invertir,
  html.scenes-version main > #faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  html.scenes-version #por-que-welta .why-welta__principles {
    width: 100%;
    padding: var(--scene-page-y) 0;
  }

  html.scenes-version #smartinvest,
  html.scenes-version #liquidez,
  html.scenes-version #respaldo,
  html.scenes-version #formas-de-invertir,
  html.scenes-version #empezar,
  html.scenes-version #faq {
    padding: var(--scene-page-y) 0;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card {
    height: clamp(500px, 62svh, 560px);
  }

  html.scenes-version #faq summary {
    min-height: 78px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  html.scenes-version #por-que-welta .why-welta__principles-heading h2 {
    max-width: 900px;
    font-size: 52px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list {
    margin-top: 26px;
    border-radius: 24px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list article {
    display: grid;
    min-height: 150px;
    padding: 22px 24px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  html.scenes-version #por-que-welta .principle-symbol {
    width: 38px;
    height: 38px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list h3 {
    font-size: 25px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list p {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
  }

  html.scenes-version #smartinvest {
    padding: 40px 0;
  }

  html.scenes-version #smartinvest .smartinvest-ai__intro h2 {
    font-size: 50px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__system {
    margin-top: 26px;
    padding: 24px 28px;
    border-radius: 28px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__core {
    min-height: 210px;
    padding: 24px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals,
  html.scenes-version #smartinvest .smartinvest-ai__outcomes {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals li,
  html.scenes-version #smartinvest .smartinvest-ai__outcomes article {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

html.scenes-version .hero-proof {
  display: none;
}

@media (min-width: 901px) {
  html.scenes-version .hero--cinematic .hero-stage {
    width: min(var(--scene-max), calc(100% - 48px));
    max-width: var(--scene-max);
    padding: 94px 0 28px;
    align-items: center;
  }

  html.scenes-version .hero--cinematic .cinematic-product {
    top: 92px;
    right: 0;
    bottom: 28px;
    left: 0;
    width: auto;
    overflow: hidden;
    border: 1px solid rgba(213, 183, 115, .4);
    border-radius: 32px;
    background-position: 68% center;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .3);
    filter: saturate(.88) contrast(1.02) brightness(.92);
    -webkit-mask-image: none;
    mask-image: none;
  }

  html.scenes-version .hero--cinematic .cinematic-product::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(13, 15, 24, .9) 0%, rgba(13, 15, 24, .72) 42%, rgba(13, 15, 24, .34) 72%, rgba(13, 15, 24, .12) 100%),
      linear-gradient(180deg, rgba(13, 15, 24, .04), rgba(13, 15, 24, .36));
    content: "";
  }

  html.scenes-version .hero--cinematic .hero-content {
    width: min(680px, 76%);
    max-width: 680px;
    margin-inline: auto;
    padding: 0;
    text-align: center;
  }

  html.scenes-version .hero--cinematic .hero-title {
    max-width: 680px;
    font-size: clamp(46px, 5.2vw, 66px);
  }

  html.scenes-version .hero--cinematic .hero-lede {
    max-width: 560px;
    margin: 24px auto 0;
  }

  html.scenes-version .hero--cinematic .hero-actions {
    margin-top: 26px;
    justify-content: center;
  }

  html.scenes-version .hero-proof {
    position: absolute;
    bottom: 46px;
    left: 50%;
    z-index: 3;
    display: grid;
    width: min(760px, calc(100% - 96px));
    border-top: 1px solid rgba(248, 248, 250, .22);
    background: transparent;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: translateX(-50%);
  }

  html.scenes-version .hero-proof span {
    position: relative;
    display: flex;
    min-height: 54px;
    padding: 14px 18px 10px 32px;
    align-items: center;
    justify-content: center;
    color: rgba(248, 248, 250, .76);
    font-size: 10px;
    font-weight: 600;
    text-align: center;
  }

  html.scenes-version .hero-proof span + span {
    border-left: 1px solid rgba(248, 248, 250, .12);
  }

  html.scenes-version .hero-proof span::before {
    position: absolute;
    left: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--scene-yellow);
    content: "";
  }
}

@media (prefers-reduced-motion: reduce) {
  html.scene-motion.scenes-version main > section:not(.hero) > * {
    opacity: 1;
    transform: none;
  }

  html.scenes-version *,
  html.scenes-version *::before,
  html.scenes-version *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Final delivery pass: viewport rhythm, progressive product detail, and legal footer */
html.scenes-version {
  --scene-header-top: 16px;
  --scene-header-height: 60px;
  --scene-header-clearance: 92px;
}

html.scenes-version main > .hero { order: 1; }
html.scenes-version main > #por-que-welta { order: 2; }
html.scenes-version main > #formas-de-invertir { order: 3; }
html.scenes-version main > #smartinvest { order: 4; }
html.scenes-version main > #respaldo { order: 5; }
html.scenes-version main > #liquidez { order: 6; }
html.scenes-version main > #empezar { order: 7; }
html.scenes-version main > #faq { order: 8; }

html.scenes-version main > section[id] {
  scroll-margin-top: 0;
}

html.scenes-version #por-que-welta .why-welta__principle-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

html.scenes-version #por-que-welta .why-welta__principle-list article {
  min-width: 0;
  min-height: clamp(164px, 22vh, 198px);
}

html.scenes-version #por-que-welta .why-welta__principle-list h3,
html.scenes-version #por-que-welta .why-welta__principle-list p {
  max-width: 34rem;
}

html.scenes-version #formas-de-invertir .investment-paths__layout {
  grid-template-columns: minmax(230px, .52fr) minmax(0, 1.48fr);
  align-items: center;
}

html.scenes-version #formas-de-invertir .investment-paths__heading {
  position: static;
}

html.scenes-version #formas-de-invertir .investment-paths__heading .headline {
  max-width: 7.5ch;
}

html.scenes-version #formas-de-invertir .investment-paths__intro {
  max-width: 26rem;
  margin: 24px 0 0;
  color: currentColor;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.45;
  opacity: .82;
}

html.scenes-version #formas-de-invertir .investment-paths__options {
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transition: grid-template-columns 520ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-paths__options[data-open="managed"] {
  grid-template-columns: minmax(0, 1.76fr) minmax(150px, .38fr);
}

html.scenes-version #formas-de-invertir .investment-paths__options[data-open="trading"] {
  grid-template-columns: minmax(150px, .38fr) minmax(0, 1.76fr);
}

html.scenes-version #formas-de-invertir .investment-mode-card {
  height: clamp(540px, 76dvh, 580px);
  transform: none;
  transition: opacity 260ms ease, transform 320ms var(--ease);
}

html.scenes-version #formas-de-invertir .investment-mode-card:hover {
  transform: translateY(-3px);
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open {
  opacity: .74;
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open:hover,
html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open:focus-within {
  opacity: 1;
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open .investment-mode-card__face {
  padding: 28px 22px;
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open .investment-path__motion,
html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open .investment-mode-card__copy {
  display: none;
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open .investment-mode-card__front > strong {
  max-width: 5ch;
  margin-top: auto;
  font-size: clamp(30px, 3vw, 39px);
}

html.scenes-version #formas-de-invertir .investment-mode-card__back {
  padding: clamp(28px, 3vw, 42px);
}

html.scenes-version #formas-de-invertir .investment-mode-card__close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
}

html.scenes-version #formas-de-invertir .investment-mode-card__back h3 {
  max-width: 16ch;
  margin: 38px 0 0;
  font-size: clamp(34px, 3.35vw, 48px);
}

html.scenes-version #formas-de-invertir .investment-mode-card__summary {
  max-width: 70ch;
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.55;
  opacity: .72;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps {
  display: grid;
  padding: 0;
  margin: 22px 0 0;
  border-top: 1px solid currentColor;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps li {
  display: grid;
  min-width: 0;
  padding: 16px 15px 12px 0;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps li + li {
  padding-left: 15px;
  border-left: 1px solid currentColor;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps li::before {
  display: none;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps li > span {
  font: italic 18px/1 var(--editorial);
  opacity: .52;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps strong,
html.scenes-version #formas-de-invertir .investment-mode-card__steps small {
  display: block;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps strong {
  font-size: 12px;
  line-height: 1.25;
}

html.scenes-version #formas-de-invertir .investment-mode-card__steps small {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.45;
  opacity: .64;
}

html.scenes-version #formas-de-invertir .investment-mode-card__report {
  max-width: 70ch;
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  opacity: .72;
}

html.scenes-version #respaldo .regulatory-system {
  grid-template-columns: minmax(190px, .62fr) minmax(0, 1.38fr);
  gap: clamp(32px, 4vw, 54px);
}

html.scenes-version #respaldo .regulatory-layout {
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 5vw, 72px);
}

html.scenes-version #respaldo .regulatory-seal {
  justify-self: center;
}

html.scenes-version #respaldo .regulatory-facts article {
  min-height: 126px;
}

html.scenes-version .site-footer {
  padding: 88px 0 34px;
  color: rgba(248, 248, 250, .68);
  background: var(--scene-night);
}

html.scenes-version .footer-grid {
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(130px, .62fr));
  gap: clamp(32px, 5vw, 72px);
}

html.scenes-version .site-footer h2 {
  max-width: 19ch;
}

html.scenes-version .site-footer a {
  width: fit-content;
}

html.scenes-version .footer-regulatory {
  display: grid;
  margin-top: 56px;
  border: 1px solid rgba(248, 248, 250, .14);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.scenes-version .footer-regulatory > div {
  min-width: 0;
  padding: 20px 22px;
  font-size: 11px;
  line-height: 1.5;
}

html.scenes-version .footer-regulatory > div + div {
  border-left: 1px solid rgba(248, 248, 250, .14);
}

html.scenes-version .footer-regulatory strong,
html.scenes-version .footer-regulatory span {
  display: block;
}

html.scenes-version .footer-regulatory strong {
  margin-bottom: 4px;
  color: var(--scene-white);
  font-size: 11px;
  letter-spacing: .08em;
}

html.scenes-version .footer-disclaimers {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(248, 248, 250, .14);
}

html.scenes-version .footer-disclaimers p {
  margin: 0 0 6px;
  color: rgba(248, 248, 250, .58);
  font-size: 11px;
  line-height: 1.72;
}

html.scenes-version .footer-disclaimers a {
  display: inline;
  color: rgba(248, 248, 250, .72);
  text-decoration: underline;
  text-underline-offset: 2px;
}

html.scenes-version .footer-bottom {
  display: flex;
  margin-top: 28px;
  padding-top: 20px;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(248, 248, 250, .14);
  color: rgba(248, 248, 250, .5);
  font-size: 11px;
}

html.scenes-version .footer-bottom a {
  padding: 0;
}

html.scenes-version .site-header .header-inner > a:first-child {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

html.scenes-version .site-header .lang button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

html.scenes-version .site-header.is-light .btn--header-primary {
  border-color: var(--scene-ink);
  background: var(--scene-ink);
  color: var(--scene-white);
}

html.scenes-version .nav-main a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

html.scenes-version #liquidez .liquidity-simple__note {
  font-size: 12px;
  opacity: .72;
}

html.scenes-version #formas-de-invertir .investment-mode-card--trading :focus-visible {
  outline-color: var(--scene-ink);
}

html.scenes-version #faq .faq-answer__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1020px) {
  html.scenes-version .nav-main {
    display: flex;
  }

  html.scenes-version .menu-toggle {
    display: none;
  }
}

@media (min-width: 901px) {
  html.scenes-version {
    scroll-snap-type: y proximity;
  }

  html.scenes-version main > .hero,
  html.scenes-version main > #por-que-welta,
  html.scenes-version main > #formas-de-invertir,
  html.scenes-version main > #smartinvest,
  html.scenes-version main > #respaldo,
  html.scenes-version main > #liquidez,
  html.scenes-version main > #empezar,
  html.scenes-version main > #faq {
    min-height: 100dvh;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  html.scenes-version .hero--cinematic {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: none;
    margin-top: 0;
  }

  html.scenes-version .hero--cinematic .hero-stage {
    height: 100%;
    min-height: 0;
    padding: var(--scene-header-clearance) 0 18px;
    justify-content: center;
  }

  html.scenes-version .hero--cinematic .cinematic-product {
    top: var(--scene-header-clearance);
    bottom: 18px;
  }

  html.scenes-version .hero--cinematic .hero-content {
    transform: translateY(-18px);
  }

  html.scenes-version .hero-proof {
    bottom: 30px;
  }

  html.scenes-version #por-que-welta .why-welta__principles,
  html.scenes-version #smartinvest,
  html.scenes-version #formas-de-invertir,
  html.scenes-version #respaldo,
  html.scenes-version #liquidez,
  html.scenes-version #empezar,
  html.scenes-version #faq {
    padding-top: max(var(--scene-header-clearance), 8dvh);
    padding-bottom: clamp(26px, 5dvh, 58px);
  }

  html.scenes-version #por-que-welta .why-welta__principles-heading h2 {
    font-size: clamp(52px, 5.5vw, 74px);
  }

  html.scenes-version #por-que-welta .why-welta__principle-list {
    margin-top: clamp(24px, 4dvh, 44px);
  }

  html.scenes-version #smartinvest .smartinvest-ai__intro h2 {
    font-size: clamp(50px, 5.8vw, 76px);
  }

  html.scenes-version #smartinvest .smartinvest-ai__system {
    margin-top: clamp(28px, 4.5dvh, 52px);
  }

  html.scenes-version #respaldo .regulatory-heading h2 {
    font-size: clamp(58px, 6vw, 82px);
  }

  html.scenes-version #liquidez .liquidity-simple__heading .headline,
  html.scenes-version #formas-de-invertir .investment-paths__heading .headline,
  html.scenes-version #faq .faq-heading .headline {
    font-size: clamp(52px, 5.7vw, 76px);
  }
}

@media (min-width: 901px) and (max-height: 700px) {
  html.scenes-version {
    --scene-header-clearance: 82px;
  }

  html.scenes-version .site-header,
  html.scenes-version .site-header.is-light,
  html.scenes-version .site-header.is-scrolled {
    top: 10px;
    height: 56px;
  }

  html.scenes-version .header-inner {
    height: 56px;
  }

  html.scenes-version .hero--cinematic .hero-stage {
    padding-bottom: 12px;
  }

  html.scenes-version .hero--cinematic .cinematic-product {
    bottom: 12px;
  }

  html.scenes-version .hero--cinematic .hero-content {
    transform: translateY(-12px);
  }

  html.scenes-version .hero--cinematic .hero-title {
    font-size: clamp(42px, 4.7vw, 56px);
  }

  html.scenes-version .hero--cinematic .hero-lede {
    margin-top: 15px;
    font-size: 15px;
  }

  html.scenes-version .hero--cinematic .hero-actions {
    margin-top: 16px;
  }

  html.scenes-version .hero-proof {
    bottom: 18px;
  }

  html.scenes-version .hero-proof span {
    min-height: 42px;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  html.scenes-version #por-que-welta .why-welta__principles,
  html.scenes-version #smartinvest,
  html.scenes-version #formas-de-invertir,
  html.scenes-version #respaldo,
  html.scenes-version #liquidez,
  html.scenes-version #empezar,
  html.scenes-version #faq {
    padding-top: 78px;
    padding-bottom: 18px;
  }

  html.scenes-version #por-que-welta .why-welta__principles-heading h2,
  html.scenes-version #smartinvest .smartinvest-ai__intro h2,
  html.scenes-version #formas-de-invertir .investment-paths__heading .headline,
  html.scenes-version #respaldo .regulatory-heading h2,
  html.scenes-version #liquidez .liquidity-simple__heading .headline,
  html.scenes-version #faq .faq-heading .headline {
    font-size: clamp(42px, 4.9vw, 54px);
  }

  html.scenes-version #por-que-welta .why-welta__principle-list {
    margin-top: 18px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list article {
    min-height: 132px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
  }

  html.scenes-version #por-que-welta .principle-symbol {
    width: 36px;
    height: 36px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list h3 {
    font-size: 23px;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.42;
  }

  html.scenes-version #smartinvest .smartinvest-ai__system {
    margin-top: 18px;
    padding: 20px 24px;
    border-radius: 24px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__core {
    min-height: 176px;
    padding: 22px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__core strong {
    font-size: 36px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__core p {
    margin-top: 11px;
    font-size: 11px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__signals li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes article {
    padding: 10px 12px;
  }

  html.scenes-version #smartinvest .smartinvest-ai__outcomes h3 {
    font-size: 17px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card {
    height: 405px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__front .investment-path__motion {
    flex-basis: 88px;
    height: 88px;
    margin-top: 14px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__front > strong {
    margin-top: 14px;
    font-size: 36px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__copy {
    margin-top: 10px;
    font-size: 11px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__back {
    padding: 22px 26px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__back h3 {
    margin-top: 20px;
    font-size: 30px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__summary {
    margin-top: 9px;
    font-size: 10px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__steps {
    margin-top: 12px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__steps li {
    padding-top: 10px;
    padding-bottom: 7px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__steps small {
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.3;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__report {
    padding-top: 9px;
    font-size: 9px;
  }

  html.scenes-version #respaldo .regulatory-layout {
    gap: 46px;
  }

  html.scenes-version #respaldo .regulatory-heading > p:last-child {
    margin-top: 18px;
    font-size: 13px;
  }

  html.scenes-version #respaldo .regulatory-seal {
    width: 148px;
  }

  html.scenes-version #respaldo .regulatory-system {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 22px;
  }

  html.scenes-version #respaldo .regulatory-facts article {
    min-height: 96px;
    padding: 13px 0;
  }

  html.scenes-version #respaldo .regulatory-facts h3 {
    font-size: 18px;
  }

  html.scenes-version #respaldo .regulatory-facts p {
    margin-top: 4px;
    font-size: 10px;
  }

  html.scenes-version #liquidez .liquidity-simple__options article {
    padding: 18px 0;
  }

  html.scenes-version #faq .faq-layout {
    gap: 62px;
  }

  html.scenes-version #faq summary {
    min-height: 58px;
    padding: 9px 0;
  }

  html.scenes-version #faq summary strong {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  html.scenes-version {
    --scene-header-top: 8px;
    --scene-header-height: 56px;
    --scene-header-clearance: 80px;
  }

  html.scenes-version body.menu-open {
    overflow: hidden;
  }

  html.scenes-version .hero--cinematic {
    margin-top: 0;
  }

  html.scenes-version .hero--cinematic .hero-stage {
    padding-top: 60px;
  }

  html.scenes-version .hero--cinematic .hero-content {
    margin-inline: auto;
  }

  html.scenes-version #formas-de-invertir .investment-paths__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  html.scenes-version #formas-de-invertir .investment-paths__heading .headline {
    max-width: 11ch;
  }

  html.scenes-version #formas-de-invertir .investment-paths__options,
  html.scenes-version #formas-de-invertir .investment-paths__options[data-open] {
    grid-template-columns: 1fr;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open {
    height: 190px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card.is-sibling-open .investment-mode-card__front > strong {
    max-width: 12ch;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__steps {
    grid-template-columns: 1fr;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__steps li,
  html.scenes-version #formas-de-invertir .investment-mode-card__steps li + li {
    padding: 12px 0;
    border-left: 0;
    border-bottom: 1px solid currentColor;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card.is-open {
    height: 760px;
  }

  html.scenes-version #respaldo .regulatory-seal {
    justify-self: center;
  }

  html.scenes-version .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.scenes-version .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  html.scenes-version main > .hero,
  html.scenes-version main > #por-que-welta,
  html.scenes-version main > #formas-de-invertir,
  html.scenes-version main > #smartinvest,
  html.scenes-version main > #respaldo,
  html.scenes-version main > #liquidez,
  html.scenes-version main > #empezar,
  html.scenes-version main > #faq {
    min-height: 100dvh;
  }
}

@media (max-width: 600px) {
  html.scenes-version .hero--cinematic {
    height: max(720px, 100dvh);
    min-height: max(720px, 100dvh);
    max-height: none;
  }

  html.scenes-version .hero--cinematic .hero-stage {
    min-height: 100%;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list {
    grid-template-columns: 1fr;
  }

  html.scenes-version #por-que-welta .why-welta__principle-list article {
    min-height: 190px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card {
    height: 470px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card.is-open {
    height: 860px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__back h3 {
    max-width: 12ch;
    margin-top: 44px;
    font-size: 36px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__summary {
    font-size: 12px;
  }

  html.scenes-version #formas-de-invertir .investment-mode-card__steps small {
    font-size: 10px;
  }

  html.scenes-version #respaldo .regulatory-system {
    grid-template-columns: minmax(0, 1fr);
  }

  html.scenes-version .site-footer {
    padding-top: 72px;
  }

  html.scenes-version .footer-grid,
  html.scenes-version .footer-regulatory {
    grid-template-columns: 1fr;
  }

  html.scenes-version .footer-grid > div:first-child {
    grid-column: auto;
  }

  html.scenes-version .site-footer a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  html.scenes-version .footer-disclaimers a {
    min-height: 0;
    display: inline;
  }

  html.scenes-version .footer-regulatory > div + div {
    border-top: 1px solid rgba(248, 248, 250, .14);
    border-left: 0;
  }

  html.scenes-version .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.scenes-version {
    scroll-snap-type: none;
  }
}

/* Final scene flow: transitions follow the delivered section order. */
html.scenes-version {
  --scene-blend: clamp(84px, 10vh, 112px);
}

html.scenes-version #por-que-welta {
  background: linear-gradient(180deg, var(--scene-night) 0, var(--scene-ink) var(--scene-blend));
}

html.scenes-version #formas-de-invertir {
  background: linear-gradient(180deg, var(--scene-ink) 0, var(--scene-ivory) var(--scene-blend));
}

html.scenes-version #smartinvest {
  background: linear-gradient(180deg, var(--scene-ivory) 0, var(--scene-night) var(--scene-blend));
}

html.scenes-version #respaldo {
  background: linear-gradient(180deg, var(--scene-night) 0, var(--scene-green) var(--scene-blend));
}

html.scenes-version #liquidez {
  background: linear-gradient(180deg, var(--scene-green) 0, var(--scene-taupe) var(--scene-blend));
}

html.scenes-version #empezar {
  background: linear-gradient(180deg, var(--scene-taupe) 0, var(--scene-ink) var(--scene-blend));
}

html.scenes-version #faq {
  background: linear-gradient(180deg, var(--scene-ink) 0, var(--scene-ivory) var(--scene-blend));
}

html.scenes-version .site-footer {
  background: linear-gradient(180deg, var(--scene-ivory) 0, var(--scene-night) var(--scene-blend));
}

html.scenes-version #formas-de-invertir .investment-mode-card__face {
  -webkit-backface-visibility: hidden;
}

html.scenes-version #formas-de-invertir .investment-mode-card__back {
  z-index: 1;
  pointer-events: none;
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-open .investment-mode-card__front {
  pointer-events: none;
}

html.scenes-version #formas-de-invertir .investment-mode-card.is-open .investment-mode-card__back {
  z-index: 2;
  pointer-events: auto;
}

html.scenes-version #formas-de-invertir .investment-mode-card__close {
  z-index: 5;
  touch-action: manipulation;
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  html.scenes-version {
    scroll-snap-type: y mandatory;
    scroll-padding: 0;
  }

  html.scenes-version main > .hero,
  html.scenes-version main > #por-que-welta,
  html.scenes-version main > #formas-de-invertir,
  html.scenes-version main > #smartinvest,
  html.scenes-version main > #respaldo,
  html.scenes-version main > #liquidez,
  html.scenes-version main > #empezar,
  html.scenes-version main > #faq,
  html.scenes-version .site-footer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

@media (max-width: 600px) {
  html.scenes-version .hero--cinematic,
  html.scenes-version .hero--cinematic .hero-stage {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  html.scenes-version .hero--cinematic .hero-stage {
    overflow: hidden;
  }

  html.scenes-version .hero--cinematic .hero-content {
    display: contents;
  }

  html.scenes-version .hero--cinematic .hero-title {
    position: relative;
    z-index: 3;
    margin-top: 28px;
  }

  html.scenes-version .hero--cinematic .hero-lede {
    position: relative;
    z-index: 3;
    margin-top: 18px;
  }

  html.scenes-version .hero--cinematic .hero-actions {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    z-index: 6;
    display: grid;
    margin: 0;
    isolation: isolate;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.scenes-version .hero--cinematic .hero-actions .btn {
    position: relative;
    z-index: 2;
    min-width: 0;
    min-height: 50px;
    padding: 12px 8px;
    justify-content: center;
    font-size: 11.5px;
    text-align: center;
    white-space: nowrap;
    opacity: 1;
    background-image: none;
    filter: none;
    mix-blend-mode: normal;
    box-shadow: 0 14px 34px rgba(3, 8, 14, .38);
  }

  html.scenes-version .hero--cinematic .btn--hero-primary {
    border-color: var(--scene-yellow);
    background: var(--scene-yellow);
    color: var(--scene-ink);
  }

  html.scenes-version .hero--cinematic .btn--hero-secondary {
    border: 1px solid var(--scene-white);
    background: var(--scene-white);
    color: var(--scene-ink);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  html.scenes-version .hero--cinematic .cinematic-product {
    height: 52%;
  }

  html.scenes-version .hero--cinematic::after {
    display: none;
  }

  html.scenes-version .hero--cinematic .cinematic-product::after {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(0deg, rgba(13, 15, 24, .68), transparent 48%);
    content: "";
    pointer-events: none;
  }
}

/* Mobile regulatory layout must override the desktop delivery grid. */
@media (max-width: 900px) {
  html.scenes-version #respaldo {
    min-height: auto;
    overflow: clip;
  }

  html.scenes-version #respaldo .regulatory-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  html.scenes-version #respaldo .regulatory-system {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 600px) {
  html.scenes-version #respaldo {
    padding: 72px 0 44px;
  }

  html.scenes-version #respaldo .regulatory-layout {
    gap: 22px;
  }

  html.scenes-version #respaldo .regulatory-heading h2 {
    max-width: none;
    font-size: clamp(40px, 11vw, 46px);
    line-height: .9;
  }

  html.scenes-version #respaldo .regulatory-heading > p:last-child {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  html.scenes-version #respaldo .regulatory-system {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  html.scenes-version #respaldo .regulatory-seal {
    width: 116px;
    padding: 20px;
    margin: 0 auto 2px;
  }

  html.scenes-version #respaldo .regulatory-facts article {
    min-height: 0;
    padding: 14px 0;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  html.scenes-version #respaldo .regulatory-fact__icon {
    width: 32px;
    height: 32px;
  }

  html.scenes-version #respaldo .regulatory-facts h3 {
    font-size: 18px;
  }

  html.scenes-version #respaldo .regulatory-facts p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
}
