:root {
  --landing-bg: #050810;
  --landing-bg-soft: #0a101b;
  --landing-ink: #f5f7f5;
  --landing-muted: #8c99a9;
  --landing-faint: #5d6a7b;
  --landing-line: rgba(255,255,255,.10);
  --landing-line-strong: rgba(255,255,255,.18);
  --landing-lime: #d5ff61;
  --landing-cyan: #64e7ff;
  --landing-violet: #aa92ff;
  --landing-pink: #ff96d2;
  --landing-display: 'Space Grotesk', sans-serif;
  --landing-body: 'DM Sans', sans-serif;
  --landing-mono: 'JetBrains Mono', monospace;
  --landing-radius: 26px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--landing-bg); }
body.landing-page { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--landing-ink); background: var(--landing-bg); font-family: var(--landing-body); -webkit-font-smoothing: antialiased; }
body.landing-page::before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 15% 5%, rgba(100,231,255,.11), transparent 26%), radial-gradient(circle at 88% 18%, rgba(170,146,255,.12), transparent 27%), radial-gradient(circle at 54% 82%, rgba(213,255,97,.06), transparent 25%), linear-gradient(145deg, #050810, #07101c 53%, #050810); }
body.landing-page::after { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
button, a { font: inherit; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
.landing-noise { position: fixed; inset: 0; z-index: 100; opacity: .024; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.landing-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 1440px; margin: 0 auto; padding: 20px clamp(22px, 5vw, 72px); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.landing-header.is-scrolled { border-color: var(--landing-line); background: rgba(5,8,16,.72); backdrop-filter: blur(22px) saturate(150%); }
.landing-brand { display: inline-flex; align-items: center; gap: 10px; flex: none; color: var(--landing-ink); font: 700 21px/1 var(--landing-display); letter-spacing: -.06em; }
.brand-mark-wrap { display: grid; place-items: center; width: 27px; height: 27px; }
.brand-mark-wrap img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 11px rgba(213,255,97,.56)); }
.landing-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); margin-left: auto; }
.landing-nav a, .landing-login-link { color: var(--landing-muted); font-size: 12px; transition: color .2s ease; }
.landing-nav a:hover, .landing-login-link:hover { color: var(--landing-ink); }
.landing-header-actions { display: flex; align-items: center; gap: 16px; }
.landing-login-link { padding: 8px 0; background: transparent; }
.landing-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; color: #071009; font: 700 11px/1 var(--landing-mono); letter-spacing: -.02em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.landing-button span { font-size: 16px; line-height: 0; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button-primary { background: var(--landing-lime); box-shadow: 0 10px 28px rgba(213,255,97,.16); }
.landing-button-primary:hover { box-shadow: 0 14px 38px rgba(213,255,97,.29); }
.landing-button-small { min-height: 38px; padding: 0 15px; font-size: 10px; }
.landing-button-large { min-height: 54px; padding: 0 25px; font-size: 12px; }
.landing-button-outline { color: var(--landing-lime); border-color: rgba(213,255,97,.34); background: rgba(213,255,97,.07); }
.landing-button-outline:hover { border-color: var(--landing-lime); background: rgba(213,255,97,.14); }
.landing-button-muted { color: var(--landing-muted); border-color: var(--landing-line); background: rgba(255,255,255,.035); }
.landing-button-full { width: 100%; margin-top: auto; }
.landing-menu-button { display: none; width: 38px; height: 38px; border: 1px solid var(--landing-line); border-radius: 50%; color: var(--landing-ink); background: rgba(255,255,255,.05); }

.landing-section { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.landing-hero { min-height: 810px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 32px; padding-top: 112px; }
.landing-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--landing-lime); font: 700 10px/1.3 var(--landing-mono); letter-spacing: .12em; }
.eyebrow-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--landing-lime); box-shadow: 0 0 0 5px rgba(213,255,97,.11), 0 0 16px var(--landing-lime); }
.landing-hero-copy { position: relative; z-index: 2; padding: 52px 0 30px; }
.landing-hero h1, .landing-section-heading h2, .landing-final-cta h2 { max-width: 650px; margin: 25px 0 21px; color: var(--landing-ink); font: 600 clamp(47px, 6.5vw, 84px)/.98 var(--landing-display); letter-spacing: -.075em; }
.landing-hero h1 em, .landing-section-heading h2 em, .landing-final-cta h2 em { color: var(--landing-lime); font-style: normal; }
.landing-hero-lead { max-width: 505px; margin: 0; color: var(--landing-muted); font-size: 16px; line-height: 1.7; }
.landing-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.landing-text-link { color: var(--landing-ink); font: 700 11px var(--landing-mono); }
.landing-text-link span { margin-left: 7px; color: var(--landing-lime); font-size: 16px; transition: transform .2s ease; display: inline-block; }
.landing-text-link:hover span { transform: translateY(3px); }
.landing-hero-note { display: flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--landing-faint); font-size: 11px; }
.note-check { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid rgba(213,255,97,.35); border-radius: 50%; color: var(--landing-lime); font-size: 10px; }

.landing-hero-visual { position: relative; min-height: 545px; display: grid; place-items: center; perspective: 1000px; }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(100,231,255,.18), rgba(170,146,255,.07) 37%, transparent 69%); filter: blur(11px); }
.hero-orbit { position: absolute; border: 1px solid rgba(100,231,255,.16); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 570px; height: 285px; }
.orbit-two { width: 530px; height: 290px; border-color: rgba(213,255,97,.14); transform: rotate(53deg); }
.hero-dashboard-card { position: relative; z-index: 2; width: min(100%, 595px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(11,18,29,.84); box-shadow: 0 32px 100px rgba(0,0,0,.54), 0 0 80px rgba(100,231,255,.08), inset 0 1px 0 rgba(255,255,255,.2); transform: rotateY(-7deg) rotateX(2deg) rotateZ(1deg); }
.hero-dashboard-card::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 80px rgba(100,231,255,.03); }
.hero-window-bar { display: flex; align-items: center; gap: 5px; height: 36px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); }
.hero-window-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #ff7089; }.hero-window-bar > span:nth-child(2) { background: #ffd76c; }.hero-window-bar > span:nth-child(3) { background: var(--landing-lime); }.hero-window-bar small { margin-left: 10px; color: #65758a; font: 8px var(--landing-mono); letter-spacing: .08em; }
.hero-dashboard-inner { display: grid; grid-template-columns: 126px 1fr; min-height: 384px; }
.hero-sidebar { display: flex; flex-direction: column; gap: 5px; padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.12); }
.hero-mini-brand { display: flex; align-items: center; gap: 6px; padding: 0 7px 20px; color: #f5f7f5; font: 700 12px var(--landing-display); }.hero-mini-brand img { width: 15px; height: 15px; object-fit: contain; }.hero-side-item { display: flex; align-items: center; gap: 7px; padding: 8px 8px; border-radius: 7px; color: #718096; font-size: 9px; }.hero-side-item i { width: 13px; color: #63758a; font-style: normal; text-align: center; }.hero-side-item.is-active { color: var(--landing-lime); background: rgba(213,255,97,.1); }.hero-side-item.is-active i { color: var(--landing-lime); }.hero-sidebar-bottom { margin-top: auto; padding: 10px 8px 0; border-top: 1px solid rgba(255,255,255,.08); color: #627086; font: 7px/1.6 var(--landing-mono); letter-spacing: .03em; }.hero-sidebar-bottom strong { color: var(--landing-cyan); font-weight: 500; }
.hero-main-panel { padding: 25px 24px; }.hero-main-top { display: flex; justify-content: space-between; gap: 10px; }.hero-kicker { color: #69788c; font: 7px var(--landing-mono); letter-spacing: .12em; }.hero-main-top h2 { margin: 7px 0 4px; color: #f5f7f5; font: 600 22px var(--landing-display); letter-spacing: -.05em; }.hero-main-top p { margin: 0; color: #718095; font-size: 9px; }.hero-avatar { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(213,255,97,.45); border-radius: 50%; color: #0a110a; background: var(--landing-lime); font: 700 10px var(--landing-mono); }.hero-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }.hero-stat-card { position: relative; min-height: 90px; padding: 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.035); }.hero-stat-card small { display: block; margin: 7px 0 2px; color: #718096; font: 7px var(--landing-mono); letter-spacing: .03em; }.hero-stat-card strong { color: #f5f7f5; font: 600 23px var(--landing-display); }.stat-icon { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 6px; color: #091009; font-size: 11px; }.stat-icon.lime { background: var(--landing-lime); }.stat-icon.cyan { color: #071018; background: var(--landing-cyan); }.stat-up, .stat-soft { margin-left: 5px; color: var(--landing-lime); font: 7px var(--landing-mono); }.stat-soft { color: #718096; }.hero-content-preview { margin-top: 22px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); }.hero-preview-head { display: flex; justify-content: space-between; margin-bottom: 10px; color: #758398; font: 8px var(--landing-mono); }.hero-preview-head span:last-child { color: var(--landing-cyan); }.hero-preview-item { display: flex; align-items: center; gap: 9px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }.preview-symbol { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; color: #101908; background: var(--landing-lime); font-size: 13px; }.cyan-symbol { color: #06121a; background: var(--landing-cyan); }.hero-preview-item div { display: grid; gap: 4px; flex: 1; }.hero-preview-item b { color: #cfd8e3; font-size: 9px; font-weight: 600; }.hero-preview-item small { color: #65758a; font-size: 8px; }.preview-arrow { color: #718096; font-size: 12px; }
.hero-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; box-shadow: 0 18px 42px rgba(0,0,0,.38); background: rgba(14,24,37,.82); backdrop-filter: blur(16px); }.hero-float-trial { right: -9px; top: 92px; padding: 10px 13px; }.hero-float-trial > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: #071009; background: var(--landing-lime); }.hero-float-card strong { display: block; color: #e9eff5; font: 600 10px var(--landing-display); }.hero-float-card small { display: block; margin-top: 3px; color: #8c99a9; font-size: 8px; }.hero-float-live { bottom: 69px; left: -11px; padding: 9px 12px; color: #a5b4c5; font: 9px var(--landing-mono); }.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-cyan); box-shadow: 0 0 10px var(--landing-cyan); }

.landing-proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 28px 0; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); }.landing-proof-bar > div { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 54px; border-right: 1px solid var(--landing-line); }.landing-proof-bar > div:last-child { border-right: 0; }.landing-proof-bar strong { color: var(--landing-lime); font: 600 25px var(--landing-display); letter-spacing: -.06em; }.landing-proof-bar span { color: var(--landing-muted); font-size: 11px; line-height: 1.45; }
.landing-ecosystem, .landing-how, .landing-access, .landing-faq { padding-top: 160px; }.landing-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }.landing-section-heading h2 { max-width: 570px; margin: 17px 0 0; font-size: clamp(40px, 5.2vw, 62px); }.landing-section-heading > p { max-width: 315px; margin: 0 0 5px; color: var(--landing-muted); font-size: 14px; line-height: 1.7; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }.ecosystem-card { position: relative; min-height: 275px; overflow: hidden; padding: 24px; border: 1px solid var(--landing-line); border-radius: var(--landing-radius); background: linear-gradient(145deg, rgba(17,28,42,.82), rgba(8,14,24,.72)); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }.ecosystem-card:hover { transform: translateY(-6px); border-color: rgba(213,255,97,.35); box-shadow: 0 22px 48px rgba(0,0,0,.26); }.ecosystem-card-wide { grid-column: span 7; min-height: 320px; }.ecosystem-card-tools, .ecosystem-card-vault { grid-column: span 5; }.ecosystem-card-community, .ecosystem-card-news { grid-column: span 6; min-height: 250px; }.ecosystem-card-ia { background: radial-gradient(circle at 87% 78%, rgba(170,146,255,.15), transparent 33%), linear-gradient(145deg, rgba(18,27,46,.92), rgba(8,14,24,.76)); }.ecosystem-card-tools { background: radial-gradient(circle at 78% 20%, rgba(100,231,255,.16), transparent 32%), linear-gradient(145deg, rgba(12,29,42,.86), rgba(8,14,24,.72)); }.ecosystem-card-vault { background: radial-gradient(circle at 90% 85%, rgba(213,255,97,.1), transparent 30%), linear-gradient(145deg, rgba(26,30,23,.85), rgba(8,14,24,.72)); }.ecosystem-card-community { background: radial-gradient(circle at 10% 10%, rgba(255,150,210,.12), transparent 33%), linear-gradient(145deg, rgba(30,24,40,.85), rgba(8,14,24,.72)); }.ecosystem-card-news { background: radial-gradient(circle at 92% 12%, rgba(100,231,255,.11), transparent 32%), linear-gradient(145deg, rgba(16,28,38,.85), rgba(8,14,24,.72)); }.ecosystem-card-top { display: flex; justify-content: space-between; align-items: center; }.ecosystem-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(213,255,97,.26); border-radius: 11px; color: var(--landing-lime); background: rgba(213,255,97,.08); font-size: 18px; }.ecosystem-card-tools .ecosystem-icon, .ecosystem-card-news .ecosystem-icon { color: var(--landing-cyan); border-color: rgba(100,231,255,.25); background: rgba(100,231,255,.08); }.ecosystem-card-vault .ecosystem-icon { color: #ffe39b; border-color: rgba(255,227,155,.26); background: rgba(255,227,155,.08); }.ecosystem-card-community .ecosystem-icon { color: var(--landing-pink); border-color: rgba(255,150,210,.25); background: rgba(255,150,210,.08); }.ecosystem-index { color: #607085; font: 9px var(--landing-mono); }.ecosystem-card-content { position: absolute; left: 24px; right: 24px; bottom: 25px; z-index: 1; }.card-label, .access-kicker { color: #718096; font: 9px var(--landing-mono); letter-spacing: .1em; }.ecosystem-card h3 { margin: 9px 0 7px; color: #eef2f1; font: 600 26px var(--landing-display); letter-spacing: -.05em; }.ecosystem-card p { max-width: 370px; margin: 0; color: var(--landing-muted); font-size: 12px; line-height: 1.55; }.ecosystem-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: 17px; color: var(--landing-ink); font: 700 10px var(--landing-mono); }.ecosystem-card a span { color: var(--landing-lime); font-size: 15px; }.ia-spark-lines { position: absolute; right: 14%; top: 18%; width: 160px; height: 140px; opacity: .65; transform: rotate(-17deg); }.ia-spark-lines i { position: absolute; right: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(170,146,255,.65)); }.ia-spark-lines i:nth-child(1) { top: 10px; width: 75%; }.ia-spark-lines i:nth-child(2) { top: 38px; width: 100%; }.ia-spark-lines i:nth-child(3) { top: 67px; width: 62%; }.ia-spark-lines i:nth-child(4) { top: 96px; width: 86%; }.ia-spark-lines i:nth-child(5) { top: 124px; width: 45%; }.tool-orb { position: absolute; right: 40px; top: 52px; display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid rgba(100,231,255,.27); border-radius: 50%; color: var(--landing-cyan); font-size: 43px; box-shadow: 0 0 0 13px rgba(100,231,255,.035), 0 0 0 26px rgba(100,231,255,.025), inset 0 0 30px rgba(100,231,255,.12); }.tool-orb::before { content: ''; position: absolute; inset: 18px; border: 1px dashed rgba(100,231,255,.35); border-radius: 50%; }.vault-stack { position: absolute; right: 42px; top: 49px; width: 96px; height: 100px; }.vault-stack span { position: absolute; display: grid; place-items: center; width: 57px; height: 40px; border: 1px solid rgba(255,227,155,.26); border-radius: 8px; color: #ffe39b; background: rgba(255,227,155,.08); font: 10px var(--landing-mono); transform: rotate(-10deg); }.vault-stack span:nth-child(1) { right: 0; top: 0; }.vault-stack span:nth-child(2) { right: 17px; top: 27px; transform: rotate(7deg); }.vault-stack span:nth-child(3) { right: 34px; top: 57px; transform: rotate(-5deg); }.community-avatars { position: absolute; right: 45px; top: 64px; display: flex; align-items: center; }.community-avatars span { display: grid; place-items: center; width: 41px; height: 41px; margin-left: -7px; border: 2px solid #111a29; border-radius: 50%; color: #10141e; background: #ff96d2; font: 700 12px var(--landing-mono); }.community-avatars span:nth-child(2) { background: #aa92ff; }.community-avatars span:nth-child(3) { background: #64e7ff; }.community-avatars span:nth-child(4) { color: var(--landing-lime); background: #172431; }.news-signal { position: absolute; right: 42px; top: 70px; display: flex; align-items: end; gap: 7px; height: 80px; }.news-signal span { width: 10px; height: 25px; border-radius: 5px 5px 0 0; background: var(--landing-cyan); opacity: .45; }.news-signal span:nth-child(2) { height: 47px; opacity: .65; }.news-signal span:nth-child(3) { height: 67px; opacity: .85; }.news-signal span:nth-child(4) { height: 38px; background: var(--landing-lime); }

.landing-how { padding-bottom: 30px; }.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.how-step { padding: 22px 0 0; border-top: 1px solid var(--landing-line-strong); }.how-number { color: var(--landing-lime); font: 10px var(--landing-mono); }.how-line { width: 42px; height: 1px; margin: 21px 0 24px; background: linear-gradient(90deg, var(--landing-lime), transparent); }.how-step h3 { margin: 0 0 10px; color: var(--landing-ink); font: 600 22px var(--landing-display); letter-spacing: -.04em; }.how-step p { max-width: 265px; margin: 0; color: var(--landing-muted); font-size: 13px; line-height: 1.7; }
.landing-access { padding-bottom: 150px; }.access-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.access-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 27px; border: 1px solid var(--landing-line); border-radius: var(--landing-radius); background: rgba(12,20,31,.62); }.access-card-trial { border-color: rgba(213,255,97,.48); background: radial-gradient(circle at 92% 0%, rgba(213,255,97,.16), transparent 35%), linear-gradient(145deg, rgba(23,35,29,.94), rgba(10,17,27,.78)); box-shadow: 0 20px 55px rgba(0,0,0,.25), 0 0 35px rgba(213,255,97,.07); }.access-card-next { background: linear-gradient(145deg, rgba(20,28,42,.66), rgba(10,16,27,.64)); }.access-recommended { position: absolute; top: -11px; left: 26px; padding: 6px 9px; border-radius: 999px; color: #0b1109; background: var(--landing-lime); font: 700 8px var(--landing-mono); letter-spacing: .07em; }.access-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.access-badge { padding: 6px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #8390a0; font: 8px var(--landing-mono); }.access-badge-lime { color: var(--landing-lime); border-color: rgba(213,255,97,.3); background: rgba(213,255,97,.08); }.access-badge-cyan { color: var(--landing-cyan); border-color: rgba(100,231,255,.26); background: rgba(100,231,255,.06); }.access-card h3 { margin: 32px 0 9px; color: var(--landing-ink); font: 600 27px var(--landing-display); letter-spacing: -.05em; }.access-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 15px; }.access-price strong { color: var(--landing-ink); font: 600 42px var(--landing-display); letter-spacing: -.075em; }.access-price span { color: var(--landing-muted); font-size: 11px; }.access-card > p { min-height: 67px; margin: 0; color: var(--landing-muted); font-size: 13px; line-height: 1.6; }.access-card ul { display: grid; gap: 13px; margin: 26px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--landing-line); list-style: none; }.access-card li { position: relative; padding-left: 22px; color: #bbc5d0; font-size: 12px; line-height: 1.4; }.access-card li::before { content: '✓'; position: absolute; left: 0; color: var(--landing-lime); font-weight: 700; }.access-card-next li::before { color: var(--landing-cyan); }.access-footnote { display: block; margin-top: 12px; color: #718096; font-size: 10px; text-align: center; }.landing-trust-note { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 27px 0 0; color: var(--landing-faint); font: 10px var(--landing-mono); text-align: center; }.landing-trust-note > span:first-child { color: var(--landing-lime); }.trust-divider { color: #334252; }
.landing-quote { position: relative; padding-top: 125px; padding-bottom: 125px; text-align: center; }.quote-mark { height: 58px; color: var(--landing-lime); font: 600 95px/.8 Georgia, serif; opacity: .85; }.landing-quote blockquote { max-width: 790px; margin: 18px auto 26px; color: var(--landing-ink); font: 500 clamp(25px, 3.8vw, 43px)/1.2 var(--landing-display); letter-spacing: -.055em; }.quote-line { width: 40px; height: 1px; margin: 0 auto 17px; background: var(--landing-lime); }.quote-signature { color: var(--landing-faint); font: 9px var(--landing-mono); letter-spacing: .13em; }.quote-signature i { margin-left: 8px; color: var(--landing-lime); font-style: normal; }
.landing-faq { padding-bottom: 150px; }.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--landing-line); }.faq-item { border-bottom: 1px solid var(--landing-line); }.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px 0; color: var(--landing-ink); background: transparent; text-align: left; font: 500 17px var(--landing-display); letter-spacing: -.03em; }.faq-question i { display: grid; place-items: center; width: 25px; height: 25px; color: var(--landing-lime); font: 22px/1 var(--landing-body); transition: transform .25s ease; }.faq-item.is-open .faq-question i { transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }.faq-answer p { max-width: 650px; overflow: hidden; margin: 0; color: var(--landing-muted); font-size: 13px; line-height: 1.7; }.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-item.is-open .faq-answer p { padding: 0 50px 25px 0; }
.landing-final-cta { position: relative; overflow: hidden; padding-top: 120px; padding-bottom: 130px; border: 1px solid rgba(213,255,97,.25); border-radius: 34px; background: radial-gradient(circle at 50% 5%, rgba(213,255,97,.13), transparent 34%), linear-gradient(145deg, rgba(19,31,31,.83), rgba(9,17,27,.78)); text-align: center; }.final-cta-glow { position: absolute; left: 50%; top: 0; width: 400px; height: 190px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(213,255,97,.14), transparent 68%); filter: blur(14px); }.landing-final-cta > *:not(.final-cta-glow) { position: relative; }.landing-final-cta h2 { max-width: none; margin: 20px 0 15px; font-size: clamp(42px, 6vw, 70px); }.landing-final-cta p { margin: 0 auto 28px; color: var(--landing-muted); font-size: 14px; }.landing-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; width: min(1180px, calc(100% - 44px)); margin: 90px auto 0; padding: 0 0 30px; }.footer-brand p { margin: 15px 0 0; color: var(--landing-faint); font-size: 11px; }.footer-links { display: flex; gap: 22px; align-items: center; }.footer-links a { color: var(--landing-muted); font-size: 11px; }.footer-links a:hover { color: var(--landing-lime); }.footer-meta { display: grid; justify-items: end; gap: 6px; color: var(--landing-faint); font: 9px var(--landing-mono); text-align: right; }.footer-meta i { color: var(--landing-lime); font-style: normal; }.landing-reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease var(--reveal-delay, 0s), transform .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0s); }.landing-reveal.is-visible { opacity: 1; transform: none; }

/* Auth widget: la landing usa su propia navegación, pero conserva el modal compartido. */
.landing-page #flowfyAuthBtn { display: none !important; }.landing-page #themeToggleBtn { position: fixed; right: 24px; bottom: 22px; z-index: 60; width: 36px; height: 36px; border: 1px solid var(--landing-line-strong); border-radius: 50%; color: var(--landing-ink); background: rgba(10,16,26,.76); box-shadow: 0 10px 28px rgba(0,0,0,.22); }.landing-page.flowfy-auth-open .landing-header { visibility: hidden; pointer-events: none; }

html.theme-light { color-scheme: light; }.theme-light body.landing-page { --landing-bg: #f6f8f3; --landing-bg-soft: #edf1e9; --landing-ink: #18201b; --landing-muted: #58675f; --landing-faint: #7c8982; --landing-line: rgba(35,55,43,.12); --landing-line-strong: rgba(35,55,43,.2); --landing-lime: #6a930d; --landing-cyan: #087b93; --landing-violet: #7057c8; --landing-pink: #c04782; color-scheme: light; }.theme-light body.landing-page::before { background: radial-gradient(circle at 15% 5%, rgba(8,123,147,.08), transparent 26%), radial-gradient(circle at 88% 18%, rgba(112,87,200,.08), transparent 27%), radial-gradient(circle at 54% 82%, rgba(106,147,13,.08), transparent 25%), linear-gradient(145deg, #f6f8f3, #f0f4ee 53%, #fbfcf8); }.theme-light body.landing-page::after { opacity: .5; background-image: linear-gradient(rgba(35,55,43,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(35,55,43,.026) 1px, transparent 1px); }.theme-light .landing-header.is-scrolled { background: rgba(246,248,243,.82); }.theme-light .hero-dashboard-card, .theme-light .hero-float-card, .theme-light .ecosystem-card, .theme-light .access-card { border-color: rgba(35,55,43,.14); background-color: rgba(255,255,255,.74); box-shadow: 0 20px 55px rgba(55,77,62,.1); }.theme-light .hero-dashboard-card { background: #162320; }.theme-light .hero-main-top h2, .theme-light .hero-preview-item b, .theme-light .hero-mini-brand b, .theme-light .hero-float-card strong { color: #eaf3ea; }.theme-light .hero-sidebar, .theme-light .hero-window-bar { border-color: rgba(255,255,255,.1); }.theme-light .access-card-trial { background: linear-gradient(145deg, rgba(239,249,221,.94), rgba(255,255,255,.8)); border-color: rgba(106,147,13,.36); }.theme-light .ecosystem-card h3, .theme-light .access-card h3, .theme-light .how-step h3 { color: var(--landing-ink); }.theme-light .access-card li { color: #46554c; }.theme-light .landing-button-primary { color: #f7fff3; background: #6a930d; }.theme-light .landing-button-outline { color: #557a00; background: rgba(106,147,13,.09); border-color: rgba(106,147,13,.36); }.theme-light .landing-button-muted { color: #5e6c63; background: rgba(255,255,255,.5); }

@media (max-width: 1000px) { .landing-hero { grid-template-columns: 1fr; gap: 0; padding-top: 150px; }.landing-hero-copy { max-width: 650px; padding-top: 30px; }.landing-hero-visual { min-height: 480px; margin-top: 18px; }.landing-proof-bar { margin-top: 30px; }.landing-section-heading { align-items: start; flex-direction: column; gap: 20px; }.landing-section-heading > p { max-width: 510px; margin: 0; }.ecosystem-card-wide, .ecosystem-card-tools, .ecosystem-card-vault { grid-column: span 6; }.ecosystem-card-wide { min-height: 300px; }.ecosystem-card-community, .ecosystem-card-news { grid-column: span 6; } }
@media (max-width: 720px) { .landing-header { padding: 16px 18px; }.landing-nav { position: absolute; top: calc(100% + 1px); left: 12px; right: 12px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--landing-line); border-radius: 16px; background: rgba(8,14,24,.94); backdrop-filter: blur(20px); }.landing-nav.is-open { display: flex; }.landing-nav a { padding: 13px 12px; }.landing-header-actions { margin-left: auto; gap: 9px; }.landing-login-link { display: none; }.landing-button-small { min-height: 35px; padding: 0 12px; }.landing-menu-button { display: block; }.landing-section { width: min(100% - 36px, 560px); }.landing-hero { min-height: auto; padding-top: 125px; }.landing-hero h1 { margin-top: 20px; font-size: clamp(45px, 13vw, 67px); }.landing-hero-lead { font-size: 14px; }.landing-hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; margin-top: 29px; }.landing-hero-note { align-items: flex-start; line-height: 1.45; }.landing-hero-visual { min-height: 335px; margin: 25px -11px 0; transform: scale(.74); transform-origin: top center; width: calc(100% + 22px); }.hero-float-trial { right: -12px; }.hero-float-live { left: -6px; bottom: 40px; }.landing-proof-bar { grid-template-columns: repeat(2, 1fr); margin-top: -17px; padding: 0; }.landing-proof-bar > div { justify-content: flex-start; min-height: 76px; padding-left: 10px; }.landing-proof-bar > div:nth-child(2) { border-right: 0; }.landing-proof-bar > div:nth-child(-n+2) { border-bottom: 1px solid var(--landing-line); }.landing-proof-bar span { font-size: 10px; }.landing-ecosystem, .landing-how, .landing-access, .landing-faq { padding-top: 105px; }.landing-section-heading { margin-bottom: 35px; }.landing-section-heading h2 { font-size: clamp(39px, 11vw, 55px); }.landing-section-heading > p { font-size: 13px; }.ecosystem-grid { display: flex; flex-direction: column; gap: 12px; }.ecosystem-card, .ecosystem-card-wide, .ecosystem-card-tools, .ecosystem-card-vault, .ecosystem-card-community, .ecosystem-card-news { min-height: 250px; }.ecosystem-card-wide { min-height: 285px; }.ecosystem-card-content { left: 20px; right: 20px; bottom: 20px; }.ecosystem-card { padding: 20px; }.tool-orb { right: 25px; top: 42px; transform: scale(.82); }.vault-stack { right: 25px; top: 37px; transform: scale(.84); }.community-avatars { right: 25px; top: 53px; transform: scale(.85); }.news-signal { right: 27px; top: 59px; }.how-grid, .access-grid { grid-template-columns: 1fr; gap: 12px; }.how-grid { gap: 36px; }.how-step p { max-width: 100%; }.access-card { min-height: auto; padding: 23px; }.access-card > p { min-height: 0; }.access-card ul { margin-bottom: 24px; }.landing-access { padding-bottom: 100px; }.landing-trust-note { flex-wrap: wrap; gap: 7px 10px; font-size: 9px; }.landing-quote { padding-top: 90px; padding-bottom: 90px; }.landing-quote blockquote { font-size: 28px; }.landing-faq { padding-bottom: 100px; }.faq-question { gap: 20px; font-size: 15px; }.faq-item.is-open .faq-answer p { padding-right: 20px; }.landing-final-cta { width: min(100% - 24px, 560px); padding: 85px 20px 90px; border-radius: 25px; }.landing-final-cta h2 { font-size: 44px; }.landing-final-cta p { font-size: 13px; line-height: 1.6; }.landing-footer { grid-template-columns: 1fr; gap: 28px; width: min(100% - 36px, 560px); margin-top: 65px; }.footer-links { flex-wrap: wrap; gap: 14px 22px; }.footer-meta { justify-items: start; text-align: left; }.landing-page #themeToggleBtn { right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.landing-reveal { opacity: 1; transform: none; transition: none; }.landing-button, .ecosystem-card { transition: none; } }

/* ========================================================================== 
   FLOWFY 2026 — Cyber glass visual language
   ========================================================================== */
:root {
  --landing-bg: #08080a;
  --landing-bg-soft: #0d0d12;
  --landing-ink: #f7f7fb;
  --landing-muted: #a4a6b3;
  --landing-faint: #6f7180;
  --landing-line: rgba(255,255,255,.12);
  --landing-line-strong: rgba(255,255,255,.3);
  --landing-lime: #9d86ff;
  --landing-violet: #8c68ff;
  --landing-cyan: #40d9ff;
  --landing-amber: #ffbd66;
  --glass: rgba(255,255,255,.03);
  --glass-strong: rgba(255,255,255,.055);
  --glass-shadow: 0 20px 50px rgba(0,0,0,.4);
  --landing-display: 'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color-scheme: dark;
}

html { background: #08080a; }
body.landing-page {
  background: #08080a !important;
  color: var(--landing-ink);
}
body.landing-page::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 50% -10%, rgba(140,104,255,.12), transparent 34%),
    linear-gradient(180deg, #08080a 0%, #09090d 52%, #070709 100%);
}
body.landing-page::after {
  z-index: -1;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.3) 70%, transparent);
}
.landing-ambient { position: fixed; inset: 0; z-index: -3; overflow: hidden; pointer-events: none; }
.ambient-orb { position: absolute; display: block; border-radius: 50%; filter: blur(90px); opacity: .22; will-change: transform; }
.ambient-orb-violet { top: -14%; left: 3%; width: 45vw; height: 45vw; min-width: 420px; min-height: 420px; background: #6f3cff; animation: ambient-violet 21s ease-in-out infinite alternate; }
.ambient-orb-cyan { top: 21%; right: -14%; width: 40vw; height: 40vw; min-width: 390px; min-height: 390px; background: #00c9ff; opacity: .16; animation: ambient-cyan 25s ease-in-out infinite alternate; }
.ambient-orb-amber { bottom: -20%; left: 26%; width: 38vw; height: 38vw; min-width: 360px; min-height: 360px; background: #ff9f36; opacity: .12; animation: ambient-amber 28s ease-in-out infinite alternate; }
@keyframes ambient-violet { from { transform: translate3d(-7%, -3%, 0) scale(.92); } to { transform: translate3d(28%, 15%, 0) scale(1.15); } }
@keyframes ambient-cyan { from { transform: translate3d(6%, -9%, 0) scale(1.05); } to { transform: translate3d(-32%, 24%, 0) scale(.88); } }
@keyframes ambient-amber { from { transform: translate3d(-12%, 8%, 0) scale(.9); } to { transform: translate3d(26%, -18%, 0) scale(1.12); } }

.glass-reactive,
.ecosystem-card,
.access-card {
  --mx: 50%;
  --my: 0%;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(340px circle at var(--mx) var(--my), rgba(255,255,255,.075), transparent 48%),
    rgba(255,255,255,.03) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,.12) !important;
  border-top-color: rgba(255,255,255,.3) !important;
  box-shadow: var(--glass-shadow);
}
.glass-reactive::before,
.ecosystem-card::before,
.access-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .8;
  background: radial-gradient(220px circle at var(--mx) var(--my), rgba(255,255,255,.11), transparent 62%);
  transition: opacity .25s ease;
}

/* Navbar flotante */
.landing-header {
  position: fixed !important;
  top: 18px;
  left: 50%;
  right: auto;
  width: min(1120px, calc(100% - 36px));
  max-width: none;
  min-height: 66px;
  margin: 0;
  padding: 10px 12px 10px 17px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(280px circle at var(--mx) var(--my), rgba(255,255,255,.08), transparent 60%),
    rgba(18,18,24,.58) !important;
  z-index: 1000;
  box-shadow: 0 16px 48px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.2);
  will-change: background, border-color;
}
.landing-header.is-scrolled { background: rgba(14,14,19,.78) !important; border-color: rgba(255,255,255,.16) !important; }
.landing-header::after { content: ''; position: absolute; left: 25px; right: 25px; bottom: -1px; height: 1px; border-radius: 999px; background: linear-gradient(90deg,transparent,#8c68ff 22%,#40d9ff 72%,transparent); transform: scaleX(var(--scroll-progress,0)); transform-origin: left; opacity: .82; transition: transform .08s linear; pointer-events: none; }
.landing-brand { gap: 9px; font-family: var(--landing-display); font-size: 20px; letter-spacing: -.045em; }
.brand-mark-wrap { width: 30px; height: 30px; padding: 3px; border-radius: 10px; background: radial-gradient(circle, rgba(140,104,255,.22), transparent 70%); box-shadow: 0 0 23px rgba(140,104,255,.32); }
.brand-mark-wrap img { filter: drop-shadow(0 0 9px rgba(157,134,255,.8)); }
.landing-nav { gap: clamp(18px, 2.2vw, 32px); margin: 0 auto; }
.landing-nav a { position: relative; color: #a4a6b3; font-size: 12px; font-weight: 500; }
.landing-nav a::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: -8px; height: 1px; background: linear-gradient(90deg, var(--landing-violet), var(--landing-cyan)); transition: left .25s ease, right .25s ease; }
.landing-nav a:hover { color: #fff; }.landing-nav a:hover::after { left: 0; right: 0; }
.landing-nav a.is-active { color: #fff; }.landing-nav a.is-active::after { left: 0; right: 0; box-shadow: 0 0 9px rgba(64,217,255,.55); }
.landing-nav-mobile-login { display: none; }
.landing-header-actions { gap: 8px; }
.landing-login-link { min-height: 38px; padding: 0 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #d6d7df; background: rgba(255,255,255,.025); font-size: 11px; }
.landing-login-link:hover { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); }

/* Botones con luz interior */
.landing-button { position: relative; isolation: isolate; overflow: hidden; min-height: 48px; color: #fff; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.landing-button::before { content: ''; position: absolute; inset: -2px; z-index: -1; background: linear-gradient(115deg, #7554f3, #5078ff 35%, #2ecff4 68%, #9e73ff); background-size: 220% 100%; animation: button-aurora 5s linear infinite; }
.landing-button::after { content: ''; position: absolute; inset: 1px; z-index: -1; border-radius: inherit; background: rgba(9,9,13,.64); backdrop-filter: blur(18px); }
.landing-button-primary { position: relative; isolation: isolate; color: #fff; background: transparent !important; box-shadow: 0 10px 34px rgba(91,87,255,.27), inset 0 1px 0 rgba(255,255,255,.32); }
.landing-button-primary::after { background: linear-gradient(100deg, rgba(91,67,218,.88), rgba(36,167,219,.72)); }
.landing-button-primary:hover { box-shadow: 0 16px 46px rgba(66,166,255,.32), 0 0 28px rgba(140,104,255,.22), inset 0 1px 0 rgba(255,255,255,.4); }
.landing-button-outline::before, .landing-button-muted::before, .landing-button-video::before { opacity: .34; }.landing-button-outline::after, .landing-button-muted::after, .landing-button-video::after { background: rgba(10,10,14,.82); }
@keyframes button-aurora { to { background-position: 220% 0; } }

/* Hero */
.landing-section { width: min(1180px, calc(100% - 44px)); }
.landing-hero { min-height: 860px; grid-template-columns: minmax(420px,.88fr) minmax(610px,1.12fr); gap: 10px; padding-top: 120px; }
.landing-hero-copy { padding-top: 40px; }
.hero-pill { gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.12); border-top-color: rgba(255,255,255,.26); border-radius: 999px; color: #d8d9e3; background: rgba(255,255,255,.035); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); font: 600 10px var(--landing-display); letter-spacing: .02em; text-transform: none; }
.hero-pill span { color: var(--landing-cyan); filter: drop-shadow(0 0 8px rgba(64,217,255,.7)); }
.landing-hero h1 { max-width: 620px; margin: 25px 0 24px; font-family: var(--landing-display); font-size: clamp(46px, 4.8vw, 66px); font-weight: 600; line-height: 1.01; letter-spacing: -.062em; }
.landing-hero h1 em,
.landing-section-heading h2 em,
.landing-final-cta h2 em { color: transparent; background: linear-gradient(100deg, #b2a1ff 0%, #6fbcff 52%, #70eaff 100%); -webkit-background-clip: text; background-clip: text; }
.landing-hero-lead { max-width: 525px; color: #aaabb7; font-size: 16px; line-height: 1.7; }
.landing-hero-actions { gap: 12px; margin-top: 34px; }
.landing-button-video { position: relative; isolation: isolate; min-height: 54px; padding: 0 20px; color: #e8e8ee; font-family: var(--landing-display); font-size: 11px; font-weight: 600; }
.landing-button-video .play-icon { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(64,217,255,.32); border-radius: 50%; color: var(--landing-cyan); font-size: 11px; }
.landing-button-video small { color: #6f7180; font: 9px var(--landing-mono); }
.landing-hero-note { color: #777986; }.note-check { border-color: rgba(64,217,255,.34); color: var(--landing-cyan); }

@media (min-width: 1081px) {
  .landing-hero {
    min-height: 735px;
    align-items: start;
    padding-top: 124px;
  }
  .landing-hero-copy { padding-top: 22px; }
}

/* Dashboard 3D */
.landing-hero-visual { min-height: 590px; perspective: 1400px; }
.showcase-aura { position: absolute; width: 530px; height: 480px; border-radius: 50%; background: radial-gradient(circle at 45% 42%, rgba(100,77,255,.25), rgba(0,198,255,.11) 38%, rgba(255,173,75,.05) 55%, transparent 72%); filter: blur(22px); animation: showcase-pulse 7s ease-in-out infinite alternate; }
@keyframes showcase-pulse { to { transform: scale(1.1) translate3d(2%, -2%, 0); opacity: .82; } }
.showcase-ring { position: absolute; border: 1px solid rgba(140,104,255,.17); border-radius: 50%; }
.showcase-ring-one { width: 660px; height: 310px; transform: rotate(-12deg); }.showcase-ring-two { width: 570px; height: 360px; border-color: rgba(64,217,255,.13); transform: rotate(62deg); }
.hero-showcase { position: relative; z-index: 2; width: 670px; overflow: hidden; border-radius: 22px; transform: rotateY(-8deg) rotateX(3deg) rotateZ(1deg); transform-style: preserve-3d; box-shadow: 0 40px 110px rgba(0,0,0,.58), 0 0 70px rgba(107,85,255,.12), inset 0 1px 0 rgba(255,255,255,.32); transition: transform .6s cubic-bezier(.16,1,.3,1); }
.hero-showcase:hover { transform: rotateY(-3deg) rotateX(1deg) rotateZ(.2deg) translateY(-7px); }
.showcase-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 42px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.025); }
.showcase-dots { display: flex; gap: 6px; }.showcase-dots span { width: 7px; height: 7px; border-radius: 50%; background: #ff6c82; }.showcase-dots span:nth-child(2) { background: var(--landing-amber); }.showcase-dots span:nth-child(3) { background: #69e0b0; }
.showcase-address { display: flex; align-items: center; gap: 6px; padding: 6px 28px; border: 1px solid rgba(255,255,255,.07); border-radius: 999px; color: #696b79; background: rgba(0,0,0,.16); font: 7px var(--landing-mono); }.showcase-address i { width: 5px; height: 5px; border-radius: 50%; background: #69e0b0; box-shadow: 0 0 7px #69e0b0; }
.showcase-live { justify-self: end; display: flex; align-items: center; gap: 5px; color: #777986; font: 7px var(--landing-mono); }.showcase-live span { width: 5px; height: 5px; border-radius: 50%; background: #ff657e; box-shadow: 0 0 8px #ff657e; animation: live-blink 1.8s ease-in-out infinite; }@keyframes live-blink { 50% { opacity: .35; } }
.showcase-workspace { display: grid; grid-template-columns: 128px 1fr; min-height: 450px; }
.showcase-sidebar { display: flex; flex-direction: column; padding: 18px 11px 13px; border-right: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.14); }
.showcase-logo { display: flex; align-items: center; gap: 7px; padding: 0 7px 20px; }.showcase-logo img { width: 18px; height: 18px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(140,104,255,.5)); }.showcase-logo strong { color: #f5f5f8; font: 700 12px var(--landing-display); letter-spacing: -.05em; }
.showcase-sidebar nav { display: grid; gap: 5px; }.showcase-sidebar nav span { display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid transparent; border-radius: 9px; color: #747684; font-size: 8px; }.showcase-sidebar nav span i { width: 13px; color: #686a78; font-style: normal; text-align: center; }.showcase-sidebar nav span.active { border-color: rgba(140,104,255,.17); color: #ded8ff; background: linear-gradient(90deg, rgba(140,104,255,.16), rgba(64,217,255,.04)); }.showcase-sidebar nav span.active i { color: #a994ff; }
.showcase-profile { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 11px 6px 0; border-top: 1px solid rgba(255,255,255,.07); }.showcase-profile > span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; color: #fff; background: linear-gradient(145deg,#795cff,#299dcb); font: 700 9px var(--landing-mono); }.showcase-profile div { display: grid; gap: 2px; }.showcase-profile b { color: #c9cad2; font-size: 7px; }.showcase-profile small { color: #6e7080; font-size: 6px; }
.showcase-content { padding: 22px; background: radial-gradient(circle at 78% 4%, rgba(64,217,255,.045), transparent 30%); }.showcase-heading { display: flex; align-items: flex-start; justify-content: space-between; }.showcase-heading small { color: #6d6f7e; font: 6px var(--landing-mono); letter-spacing: .12em; }.showcase-heading h2 { margin: 6px 0 0; color: #f2f2f5; font: 600 21px var(--landing-display); letter-spacing: -.05em; }.showcase-heading button { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; color: #9092a0; background: rgba(255,255,255,.03); }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 19px; }
.showcase-widget { min-width: 0; padding: 13px; border-radius: 13px; box-shadow: 0 14px 28px rgba(0,0,0,.22); }
.showcase-widget::before { z-index: 0; }.showcase-widget > * { position: relative; z-index: 1; }
.widget-head { display: flex; align-items: center; justify-content: space-between; }.widget-head > span { display: flex; align-items: center; gap: 6px; color: #dddde5; font-size: 8px; font-weight: 600; }.widget-head > small { color: #696b79; font: 6px var(--landing-mono); }.widget-icon { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; font-style: normal; font-size: 10px; }.widget-icon.violet { color: #c0b4ff; background: rgba(140,104,255,.14); }.widget-icon.cyan { color: var(--landing-cyan); background: rgba(64,217,255,.12); }.widget-icon.amber { color: var(--landing-amber); background: rgba(255,189,102,.11); }
.showcase-widget > p { margin: 12px 0 9px; color: #8c8e9a; font-size: 7px; }.ai-input { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 5px 5px 5px 9px; border: 1px solid rgba(140,104,255,.2); border-radius: 8px; color: #676977; background: rgba(0,0,0,.17); font-size: 7px; }.ai-input button { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 6px; color: #fff; background: linear-gradient(145deg,#795cff,#278db7); }.ai-suggestion { display: flex; gap: 7px; align-items: center; margin-top: 9px; padding: 8px; border-radius: 8px; background: linear-gradient(90deg,rgba(140,104,255,.09),rgba(64,217,255,.03)); }.ai-suggestion > i { color: #a894ff; font-style: normal; }.ai-suggestion div { display: grid; gap: 2px; }.ai-suggestion small { color: #6d6f7e; font: 5px var(--landing-mono); }.ai-suggestion b { color: #b9bac5; font-size: 6px; }
.asset-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }.asset-card { display: grid; justify-items: center; gap: 4px; padding: 8px 2px; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; background: rgba(0,0,0,.12); }.asset-card i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 6px; color: #fff; font: 700 7px var(--landing-mono); font-style: normal; }.asset-card small { color: #777986; font-size: 5px; }.asset-violet i { background: linear-gradient(145deg,#8c68ff,#5e48ad); }.asset-cyan i { background: linear-gradient(145deg,#40d9ff,#21788f); }.asset-amber i { background: linear-gradient(145deg,#ffbd66,#a46b2d); }.drop-zone { display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 7px; padding: 5px; border: 1px dashed rgba(64,217,255,.16); border-radius: 6px; color: #5f6170; font-size: 5px; }.drop-zone span { color: var(--landing-cyan); font-size: 8px; }
.community-widget { grid-column: 1 / -1; }.online-label { display: flex; align-items: center; gap: 4px; color: #69e0b0 !important; }.online-label i { width: 4px; height: 4px; border-radius: 50%; background: #69e0b0; box-shadow: 0 0 6px #69e0b0; }.chat-message { display: flex; align-items: flex-start; gap: 7px; margin-top: 9px; }.chat-avatar { display: grid; place-items: center; flex: none; width: 23px; height: 23px; border-radius: 7px; color: #fff; font: 700 7px var(--landing-mono); }.avatar-violet { background: linear-gradient(145deg,#8c68ff,#5843aa); }.avatar-cyan { background: linear-gradient(145deg,#40d9ff,#216b80); }.chat-message div { display: grid; gap: 2px; }.chat-message b { color: #bbbcc6; font-size: 6px; }.chat-message b small { margin-left: 4px; color: #5f6170; font-weight: 400; }.chat-message p { margin: 0; color: #858793; font-size: 6px; }.chat-compose { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; color: #565865; background: rgba(0,0,0,.12); font-size: 6px; }.chat-compose i { color: var(--landing-cyan); font-style: normal; font-size: 9px; }
.showcase-float { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-top-color: rgba(255,255,255,.31); border-radius: 12px; background: rgba(18,18,25,.66); backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 20px 45px rgba(0,0,0,.4); animation: float-card 5s ease-in-out infinite alternate; }.showcase-float > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #fff; background: linear-gradient(145deg,#8c68ff,#3d9bc0); box-shadow: 0 0 18px rgba(140,104,255,.28); }.showcase-float small { display: block; color: #6f7180; font: 5px var(--landing-mono); letter-spacing: .1em; }.showcase-float strong { display: block; margin-top: 3px; color: #d8d8df; font-size: 8px; }.showcase-float-trial { top: 65px; right: -17px; }.showcase-float-sync { bottom: 51px; left: -20px; animation-delay: -2s; }.showcase-float-sync > span { color: #14100a; background: linear-gradient(145deg,#ffcf80,#df8f35); }.sync-icon { font-size: 15px; }@keyframes float-card { to { transform: translateY(-9px); } }

/* Sistema glass aplicado al resto de la landing */
.landing-proof-bar { padding: 14px; border: 1px solid rgba(255,255,255,.1); border-top-color: rgba(255,255,255,.22); border-radius: 22px; background: rgba(255,255,255,.025); backdrop-filter: blur(20px); box-shadow: 0 18px 44px rgba(0,0,0,.24); }.landing-proof-bar strong { color: #a995ff; }.landing-proof-bar > div { border-color: rgba(255,255,255,.08); }
.landing-eyebrow { color: #9d8aff; }
.ecosystem-card, .access-card { overflow: hidden; background-color: rgba(255,255,255,.03) !important; }
.ecosystem-card:hover { border-color: rgba(140,104,255,.35) !important; box-shadow: 0 28px 60px rgba(0,0,0,.42), 0 0 30px rgba(103,82,255,.08); }
.ecosystem-icon { color: #b1a1ff; border-color: rgba(140,104,255,.28); background: rgba(140,104,255,.1); }
.ecosystem-card-tools .ecosystem-icon, .ecosystem-card-news .ecosystem-icon { color: var(--landing-cyan); border-color: rgba(64,217,255,.27); background: rgba(64,217,255,.08); }
.ecosystem-card-vault .ecosystem-icon { color: var(--landing-amber); border-color: rgba(255,189,102,.27); background: rgba(255,189,102,.08); }
.ecosystem-card h3, .access-card h3, .how-step h3 { color: #f5f5f8; }.ecosystem-card a span { color: var(--landing-cyan); }
.access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 14px; }
.access-card-trial { overflow: visible; border-color: rgba(140,104,255,.4) !important; box-shadow: 0 24px 58px rgba(0,0,0,.42), 0 0 35px rgba(140,104,255,.1); }.access-recommended { top: -13px; z-index: 8; color: #fff; background: linear-gradient(90deg,#7759ed,#2aadd4); box-shadow: 0 7px 18px rgba(90,105,255,.28); }.access-badge-lime { color: #baaaff; border-color: rgba(140,104,255,.3); background: rgba(140,104,255,.09); }.access-card li::before { color: #a995ff; }.access-card-next li::before, .access-badge-cyan { color: var(--landing-cyan); }
.how-number, .faq-question i, .quote-mark, .quote-signature i { color: #a995ff; }.how-line, .quote-line { background: linear-gradient(90deg,#8c68ff,#40d9ff); }
.landing-final-cta { border-color: rgba(140,104,255,.28); background: radial-gradient(circle at 50% 0%, rgba(140,104,255,.18), transparent 40%), rgba(255,255,255,.025); backdrop-filter: blur(24px) saturate(180%); box-shadow: 0 28px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.2); }.final-cta-glow { background: radial-gradient(ellipse, rgba(64,217,255,.12), rgba(140,104,255,.08), transparent 70%); }
.footer-meta i, .footer-links a:hover { color: var(--landing-cyan); }
.landing-page #flowfyAuthBtn, .landing-page #themeToggleBtn { display: none !important; }
#herramientas, #recursos, #ia, #comunidad, #planes, #como-funciona, #faq, #ecosistema { scroll-margin-top: 110px; }

/* El registro comparte el mismo material visual de la landing. */
body.landing-page #flowfyAuthOverlay { background: rgba(5,5,8,.78) !important; backdrop-filter: blur(18px) saturate(150%) !important; }
body.landing-page #flowfyAuthModal { width: min(420px,92vw) !important; padding: 34px !important; border: 1px solid rgba(255,255,255,.14) !important; border-top-color: rgba(255,255,255,.32) !important; border-radius: 24px !important; background: radial-gradient(circle at 12% 0%,rgba(140,104,255,.15),transparent 34%),rgba(18,18,25,.78) !important; backdrop-filter: blur(24px) saturate(180%) !important; box-shadow: 0 28px 80px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.14) !important; font-family: var(--landing-body) !important; }
body.landing-page #flowfyAuthModal h2 { font-family: var(--landing-display) !important; font-size: 25px !important; letter-spacing: -.045em; }
body.landing-page #flowfyAuthModal .fa-tab { border-color: rgba(255,255,255,.1) !important; border-radius: 11px !important; color: #8c8e9a !important; background: rgba(255,255,255,.03) !important; }
body.landing-page #flowfyAuthModal .fa-tab.active { color: #d9d3ff !important; border-color: rgba(140,104,255,.38) !important; background: rgba(140,104,255,.13) !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
body.landing-page #flowfyAuthModal input,
body.landing-page #flowfyAuthModal select { padding: 12px 13px !important; border-color: rgba(255,255,255,.11) !important; border-radius: 11px !important; background: rgba(0,0,0,.22) !important; }
body.landing-page #flowfyAuthModal input:focus,
body.landing-page #flowfyAuthModal select:focus { border-color: rgba(64,217,255,.6) !important; box-shadow: 0 0 0 3px rgba(64,217,255,.07); }
body.landing-page #flowfyAuthModal .fa-submit { min-height: 45px; border: 1px solid rgba(255,255,255,.18) !important; border-radius: 12px !important; color: #fff !important; background: linear-gradient(100deg,#7052e5,#269ec8) !important; box-shadow: 0 12px 30px rgba(91,87,255,.25),inset 0 1px 0 rgba(255,255,255,.3); }
body.landing-page #flowfyAuthModal .fa-submit:hover { filter: brightness(1.12); transform: translateY(-1px); }

/* Apariciones escalonadas: módulos, métricas y tarjetas entran con profundidad. */
.landing-reveal.reveal-module { opacity: 0; transform: translate3d(0,38px,0) scale(.965); filter: blur(7px); transition: opacity .8s ease var(--reveal-delay,0s), transform .95s cubic-bezier(.16,1,.3,1) var(--reveal-delay,0s), filter .8s ease var(--reveal-delay,0s); }
.landing-reveal.reveal-module.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); }
.landing-section-heading.landing-reveal { transform: translate3d(0,30px,0); filter: blur(5px); transition: opacity .8s ease, transform 1s cubic-bezier(.16,1,.3,1), filter .85s ease; }
.landing-section-heading.landing-reveal.is-visible { transform: none; filter: blur(0); }
.showcase-widget.landing-reveal.reveal-module { transform: translate3d(0,18px,0) scale(.94); }
.showcase-widget.landing-reveal.reveal-module.is-visible { transform: none; }

/* Escritura progresiva de la promesa principal. */
.typewriter-quote { min-height: 3.6em; }
.typewriter-cursor { display: none; width: 3px; height: .88em; margin-left: 6px; border-radius: 999px; vertical-align: -.06em; background: linear-gradient(180deg,#a892ff,#40d9ff); box-shadow: 0 0 12px rgba(94,192,255,.55); }
.typewriter-quote.is-typing .typewriter-cursor { display: inline-block; animation: type-cursor .72s steps(1,end) infinite; }
.typewriter-quote.is-complete .typewriter-cursor { display: inline-block; animation: type-cursor .72s steps(1,end) 2; }
@keyframes type-cursor { 0%,48% { opacity: 1; } 49%,100% { opacity: 0; } }

@media (max-width: 1080px) {
  .landing-header { width: min(940px, calc(100% - 30px)); }
  .landing-nav { gap: 16px; }.landing-nav a { font-size: 11px; }
  .landing-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 170px; }
  .landing-hero-copy { max-width: 750px; padding-top: 0; text-align: center; justify-self: center; }
  .landing-hero-lead { margin-inline: auto; }.landing-hero-actions, .landing-hero-note { justify-content: center; }
  .landing-hero-visual { margin-top: 20px; min-height: 590px; }
}

@media (max-width: 760px) {
  .landing-header { top: 10px; width: calc(100% - 20px); min-height: 58px; padding: 8px 9px 8px 13px; }
  .landing-brand { font-size: 18px; }.brand-mark-wrap { width: 27px; height: 27px; }
  .landing-header-actions { margin-left: auto; }.landing-button-small { display: none; }.landing-menu-button { display: grid; place-items: center; }
  .landing-nav { top: calc(100% + 9px); left: 0; right: 0; border-radius: 20px; background: rgba(14,14,20,.92); box-shadow: 0 20px 50px rgba(0,0,0,.45); }.landing-nav a { padding: 14px; font-size: 12px; }
  .landing-hero { padding-top: 118px; }.landing-hero-copy { text-align: left; }.landing-hero h1 { font-size: clamp(41px,11.5vw,54px); }.landing-hero-lead { margin-inline: 0; }.landing-hero-actions { align-items: stretch; justify-content: flex-start; }.landing-button-video, .landing-hero-actions .landing-button-primary { width: 100%; }.landing-hero-note { justify-content: flex-start; }
  .landing-hero-visual { width: 172%; min-height: 535px; margin: 25px 0 -190px; transform: scale(.58); transform-origin: top left; }
  .hero-showcase { width: 670px; }.showcase-float-trial { right: 5px; }.showcase-float-sync { left: -4px; }
  .landing-proof-bar { margin-top: 0; border-radius: 19px; }.landing-proof-bar > div:nth-child(-n+2) { border-bottom-color: rgba(255,255,255,.08); }
  .ecosystem-card, .access-card { box-shadow: 0 18px 42px rgba(0,0,0,.3); }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-orb, .showcase-aura, .showcase-float, .showcase-live span, .landing-button::before { animation: none !important; }
  .typewriter-cursor { display: none !important; }
}

/*
 * Composición móvil real.
 * El showcase deja de ser un lienzo de escritorio escalado y pasa a fluir
 * con el ancho del dispositivo, igual que el resto de la landing.
 */
@media (max-width: 767px) {
  html,
  body.landing-page { width: 100%; max-width: 100%; overflow-x: hidden; }
  body.landing-page::after { opacity: .14; background-size: 38px 38px; }
  .landing-noise { opacity: .015; }
  .ambient-orb { filter: blur(70px); }
  .ambient-orb-violet { top: -4%; left: -55%; width: 130vw; height: 130vw; min-width: 0; min-height: 0; }
  .ambient-orb-cyan { top: 30%; right: -72%; width: 135vw; height: 135vw; min-width: 0; min-height: 0; }
  .ambient-orb-amber { bottom: 3%; left: -54%; width: 120vw; height: 120vw; min-width: 0; min-height: 0; }

  .landing-section { width: calc(100% - 32px); max-width: 560px; }

  /* Navbar compacta y desplegable */
  .landing-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 8px 9px 8px 13px;
    gap: 10px;
    border-radius: 19px;
  }
  .landing-header::after { left: 16px; right: 16px; }
  .landing-brand { gap: 8px; font-size: 18px; }
  .brand-mark-wrap { width: 27px; height: 27px; }
  .landing-header-actions { margin-left: auto; gap: 7px; }
  .landing-login-link { display: none; }
  .landing-button-small { display: inline-flex; min-height: 40px; padding: 0 12px; font-size: 9px; }
  .landing-button-small span { font-size: 13px; }
  .landing-menu-button { display: grid; place-items: center; flex: none; width: 40px; height: 40px; }
  .landing-nav {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.13);
    border-top-color: rgba(255,255,255,.27);
    border-radius: 18px;
    background: rgba(14,14,20,.94);
    backdrop-filter: blur(24px) saturate(160%);
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
  }
  .landing-nav.is-open { display: flex; }
  .landing-nav a { width: 100%; padding: 13px 14px; border-radius: 11px; font-size: 13px; }
  .landing-nav a:hover,
  .landing-nav a.is-active { background: rgba(140,104,255,.1); }
  .landing-nav a::after { display: none; }
  .landing-nav-mobile-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    padding: 13px 14px;
    border: 1px solid rgba(64,217,255,.18);
    border-radius: 11px;
    color: #e9e9ef;
    background: linear-gradient(90deg, rgba(140,104,255,.13), rgba(64,217,255,.07));
    font-size: 13px;
    text-align: left;
  }
  .landing-nav-mobile-login span { color: var(--landing-cyan); }

  /* Hero: texto y acciones con jerarquía legible */
  .landing-hero {
    display: block;
    min-height: auto;
    padding-top: 112px;
  }
  .landing-hero-copy { max-width: none; padding: 14px 0 0; text-align: left; }
  .hero-pill {
    max-width: 100%;
    padding: 8px 11px;
    font-size: 9px;
    line-height: 1.35;
    white-space: normal;
  }
  .landing-hero h1 {
    max-width: 430px;
    margin: 21px 0 18px;
    font-size: clamp(40px, 12.2vw, 52px);
    line-height: 1.02;
    letter-spacing: -.06em;
  }
  .landing-hero-lead { max-width: 480px; margin: 0; font-size: 15px; line-height: 1.62; }
  .landing-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 27px; }
  .landing-hero-actions .landing-button { width: 100%; min-height: 53px; padding-inline: 16px; }
  .landing-button-video { justify-content: center; }
  .landing-hero-note { align-items: flex-start; justify-content: flex-start; gap: 8px; margin-top: 17px; font-size: 10px; line-height: 1.5; }
  .note-check { flex: none; margin-top: 1px; }

  /* Dashboard móvil: ancho nativo, sin scale(), offsets ni márgenes negativos */
  .landing-hero-visual {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 34px 0 0;
    padding: 0;
    perspective: none;
    transform: none;
  }
  .showcase-aura { top: 8%; left: 5%; width: 90%; height: 70%; filter: blur(30px); opacity: .72; }
  .showcase-ring,
  .showcase-float { display: none; }
  .hero-showcase {
    width: 100%;
    max-width: none;
    border-radius: 18px;
    transform: none;
    box-shadow: 0 28px 70px rgba(0,0,0,.52), 0 0 48px rgba(107,85,255,.1), inset 0 1px 0 rgba(255,255,255,.3);
  }
  .hero-showcase:hover { transform: none; }
  .showcase-topbar { grid-template-columns: auto 1fr; gap: 10px; height: 38px; padding: 0 11px; }
  .showcase-dots { gap: 4px; }
  .showcase-dots span { width: 6px; height: 6px; }
  .showcase-address { justify-self: end; max-width: 100%; padding: 5px 9px; font-size: 5.5px; white-space: nowrap; }
  .showcase-live { display: none; }
  .showcase-workspace { display: block; min-height: 0; }
  .showcase-sidebar { display: none; }
  .showcase-content { padding: 15px; }
  .showcase-heading { align-items: center; }
  .showcase-heading small { font-size: 5.5px; letter-spacing: .09em; }
  .showcase-heading h2 { max-width: 230px; margin-top: 5px; font-size: 19px; line-height: 1.08; }
  .showcase-heading button { width: 30px; height: 30px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 15px; }
  .showcase-widget,
  .community-widget { grid-column: auto; padding: 13px; border-radius: 12px; }
  .widget-head > span { gap: 7px; font-size: 10px; }
  .widget-head > small { font-size: 6.5px; }
  .widget-icon { width: 23px; height: 23px; font-size: 11px; }
  .showcase-widget > p { margin: 11px 0 9px; font-size: 9px; }
  .ai-input { min-height: 39px; padding-left: 10px; font-size: 8px; }
  .ai-input button { width: 27px; height: 27px; }
  .ai-suggestion { padding: 9px; }
  .ai-suggestion small { font-size: 5.5px; }
  .ai-suggestion b { font-size: 7.5px; line-height: 1.35; }
  .asset-grid { gap: 7px; }
  .asset-card { gap: 5px; padding: 9px 3px; }
  .asset-card i { width: 28px; height: 28px; font-size: 8px; }
  .asset-card small { font-size: 6.5px; }
  .drop-zone { margin-top: 9px; padding: 7px; font-size: 6.5px; }
  .chat-message { gap: 8px; margin-top: 10px; }
  .chat-avatar { width: 27px; height: 27px; font-size: 8px; }
  .chat-message b { font-size: 7.5px; }
  .chat-message p { font-size: 7.5px; line-height: 1.4; }
  .chat-compose { padding: 8px 10px; font-size: 7px; }

  /* Prueba social en una cuadrícula táctil y fácil de escanear */
  .landing-proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    padding: 6px;
    border-radius: 18px;
  }
  .landing-proof-bar > div {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    min-height: 104px;
    padding: 14px 11px;
  }
  .landing-proof-bar > div:nth-child(2) { border-right: 0; }
  .landing-proof-bar > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .landing-proof-bar strong { font-size: clamp(23px, 7.3vw, 29px); line-height: 1; }
  .landing-proof-bar span { font-size: 9.5px; line-height: 1.4; }

  /* Secciones y tarjetas */
  .landing-ecosystem,
  .landing-how,
  .landing-access,
  .landing-faq { padding-top: 92px; }
  .landing-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 30px; }
  .landing-section-heading h2 { max-width: 470px; margin-top: 13px; font-size: clamp(36px, 10.8vw, 47px); line-height: 1.03; }
  .landing-section-heading > p { max-width: none; margin: 0; font-size: 14px; line-height: 1.62; }
  .landing-eyebrow { font-size: 9px; line-height: 1.4; }

  .ecosystem-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .ecosystem-card,
  .ecosystem-card-wide,
  .ecosystem-card-tools,
  .ecosystem-card-vault,
  .ecosystem-card-community,
  .ecosystem-card-news {
    grid-column: auto;
    min-height: 325px;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(0,0,0,.3);
  }
  .ecosystem-card:hover { transform: none; }
  .ecosystem-card-content { left: 20px; right: 20px; bottom: 21px; }
  .ecosystem-icon { width: 38px; height: 38px; }
  .ecosystem-card h3 { margin-top: 8px; font-size: 25px; line-height: 1.08; }
  .ecosystem-card p { max-width: none; font-size: 12px; line-height: 1.55; }
  .ecosystem-card a { margin-top: 14px; font-size: 9px; }
  .ia-spark-lines { top: 15%; right: -1%; width: 145px; opacity: .42; }
  .tool-orb { top: 51px; right: 24px; transform: scale(.74); transform-origin: top right; opacity: .72; }
  .vault-stack { top: 50px; right: 18px; transform: scale(.76); transform-origin: top right; opacity: .78; }
  .community-avatars { top: 68px; right: 23px; transform: scale(.78); transform-origin: top right; }
  .news-signal { top: 66px; right: 28px; transform: scale(.8); transform-origin: top right; opacity: .75; }

  .landing-how { padding-bottom: 0; }
  .how-grid { grid-template-columns: 1fr; gap: 12px; }
  .how-step {
    padding: 21px;
    border: 1px solid rgba(255,255,255,.1);
    border-top-color: rgba(255,255,255,.24);
    border-radius: 20px;
    background: rgba(255,255,255,.025);
    box-shadow: 0 15px 35px rgba(0,0,0,.22);
  }
  .how-line { margin: 15px 0 17px; }
  .how-step h3 { font-size: 21px; }
  .how-step p { max-width: none; font-size: 13px; line-height: 1.62; }

  /* Planes apilados sin alturas forzadas */
  .access-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 10px; }
  .access-card { min-height: 0; padding: 22px 20px; border-radius: 22px; box-shadow: 0 18px 42px rgba(0,0,0,.3); }
  .access-card-trial { margin-top: 8px; }
  .access-recommended { left: 20px; }
  .access-card h3 { margin-top: 28px; font-size: 26px; }
  .access-price strong { font-size: 39px; }
  .access-card > p { min-height: 0; font-size: 13px; }
  .access-card ul { gap: 11px; margin: 22px 0 23px; padding-top: 18px; }
  .access-card li { padding-left: 21px; font-size: 12px; line-height: 1.48; }
  .access-card .landing-button { width: 100%; min-height: 50px; padding-inline: 13px; }
  .landing-access { padding-bottom: 88px; }
  .landing-trust-note { flex-wrap: wrap; gap: 7px 9px; margin-top: 22px; font-size: 8.5px; line-height: 1.5; }

  /* Promesa, preguntas y cierre */
  .landing-quote { padding-top: 78px; padding-bottom: 78px; }
  .quote-mark { height: 44px; font-size: 72px; }
  .landing-quote blockquote,
  .typewriter-quote { min-height: 6.3em; margin: 14px auto 22px; font-size: clamp(24px, 7.7vw, 30px); line-height: 1.23; letter-spacing: -.047em; }
  .typewriter-cursor { width: 2px; margin-left: 3px; }

  .landing-faq { padding-bottom: 88px; }
  .faq-question { gap: 14px; padding: 21px 0; font-size: 15px; line-height: 1.35; }
  .faq-question i { flex: none; }
  .faq-item.is-open .faq-answer p { padding: 0 4px 22px 0; }
  .faq-answer p { font-size: 13px; line-height: 1.65; }

  .landing-final-cta {
    width: calc(100% - 20px);
    max-width: 560px;
    padding: 68px 18px 72px;
    border-radius: 24px;
  }
  .landing-final-cta h2 { margin-top: 17px; font-size: clamp(36px, 10.7vw, 46px); line-height: 1.03; }
  .landing-final-cta p { margin-bottom: 24px; font-size: 13px; line-height: 1.62; }
  .landing-final-cta .landing-button { width: 100%; min-height: 53px; padding-inline: 14px; }

  .landing-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    width: calc(100% - 32px);
    max-width: 560px;
    margin-top: 62px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }
  .footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 20px; }
  .footer-meta { justify-items: start; text-align: left; }

  /* Menos blur al entrar: más fluido en teléfonos de gama media. */
  .landing-reveal.reveal-module { transform: translate3d(0,24px,0); filter: none; }

  /* El formulario de acceso siempre cabe en el viewport móvil. */
  body.landing-page #flowfyAuthModal {
    width: calc(100% - 24px) !important;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }
  body.landing-page #flowfyAuthModal h2 { font-size: 23px !important; }
}

@media (max-width: 374px) {
  .landing-section { width: calc(100% - 26px); }
  .landing-header { padding-left: 10px; }
  .landing-brand > span:last-child { display: none; }
  .landing-hero h1 { font-size: 39px; }
  .landing-hero-lead { font-size: 14px; }
  .hero-pill { font-size: 8px; }
  .showcase-content { padding: 12px; }
  .showcase-heading h2 { font-size: 17px; }
  .showcase-widget { padding: 11px; }
  .landing-proof-bar span { font-size: 8.5px; }
  .ecosystem-card,
  .ecosystem-card-wide,
  .ecosystem-card-tools,
  .ecosystem-card-vault,
  .ecosystem-card-community,
  .ecosystem-card-news { min-height: 335px; }
  .landing-final-cta { padding-inline: 14px; }
}

/* ========================================================================== 
   FLOWFY — Tema claro/oscuro completo para la landing
   ========================================================================== */

/* Control integrado en la cápsula de navegación. */
.landing-page #themeToggleBtn {
  position: relative;
  inset: auto;
  display: grid !important;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-top-color: rgba(255,255,255,.29);
  border-radius: 50%;
  color: #f4f4f8;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 8px 20px rgba(0,0,0,.18);
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.landing-page #themeToggleBtn:hover { transform: translateY(-2px) rotate(5deg); border-color: rgba(64,217,255,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 10px 24px rgba(0,0,0,.24), 0 0 18px rgba(64,217,255,.1); }
.landing-page #themeToggleBtn:focus-visible { outline: 2px solid var(--landing-cyan); outline-offset: 3px; }
.landing-theme-toggle .theme-icon { position: absolute; display: grid; place-items: center; font-size: 17px; line-height: 1; transition: opacity .3s ease, transform .4s cubic-bezier(.16,1,.3,1); }
.landing-theme-toggle .theme-icon-sun { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
.landing-theme-toggle .theme-icon-moon { opacity: 0; transform: translateY(18px) rotate(-25deg) scale(.7); }
.theme-light .landing-theme-toggle .theme-icon-sun { opacity: 0; transform: translateY(-18px) rotate(40deg) scale(.7); }
.theme-light .landing-theme-toggle .theme-icon-moon { opacity: 1; transform: translateY(0) rotate(0) scale(1); }

/* La transición solo se activa al pulsar el control; no retrasa la carga inicial. */
.theme-changing body.landing-page,
.theme-changing .landing-header,
.theme-changing .landing-proof-bar,
.theme-changing .ecosystem-card,
.theme-changing .access-card,
.theme-changing .how-step,
.theme-changing .landing-final-cta,
.theme-changing #flowfyAuthModal { transition: background .42s ease, border-color .42s ease, box-shadow .42s ease, color .3s ease !important; }

html.theme-light { color-scheme: light; background: #f4f6fb; }
.theme-light body.landing-page {
  --landing-bg: #f4f6fb;
  --landing-bg-soft: #eceff7;
  --landing-ink: #171923;
  --landing-muted: #5e6475;
  --landing-faint: #7a8090;
  --landing-line: rgba(28,32,48,.11);
  --landing-line-strong: rgba(28,32,48,.2);
  --landing-lime: #6748d5;
  --landing-violet: #7052dc;
  --landing-cyan: #087f9f;
  --landing-amber: #ad680e;
  --glass: rgba(255,255,255,.66);
  --glass-strong: rgba(255,255,255,.82);
  --glass-shadow: 0 20px 50px rgba(62,70,102,.12);
  color-scheme: light;
  color: var(--landing-ink);
  background: #f4f6fb !important;
}
.theme-light body.landing-page::before {
  background:
    radial-gradient(circle at 16% -4%, rgba(112,82,220,.15), transparent 31%),
    radial-gradient(circle at 91% 30%, rgba(38,184,216,.1), transparent 29%),
    radial-gradient(circle at 46% 92%, rgba(230,153,61,.08), transparent 28%),
    linear-gradient(180deg, #f7f8fc 0%, #f1f3f9 54%, #f8f9fc 100%);
}
.theme-light body.landing-page::after {
  opacity: .5;
  background-image:
    linear-gradient(rgba(39,43,61,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39,43,61,.03) 1px, transparent 1px);
}
.theme-light .landing-noise { opacity: .012; mix-blend-mode: multiply; }
.theme-light .ambient-orb { filter: blur(112px) saturate(112%); }
.theme-light .ambient-orb-violet { background: #a68dff; opacity: .16; }
.theme-light .ambient-orb-cyan { background: #64dff5; opacity: .12; }
.theme-light .ambient-orb-amber { background: #ffc476; opacity: .1; }

/* Navegación clara: vidrio blanco con contraste real. */
.theme-light .landing-header {
  border-color: rgba(37,41,57,.11) !important;
  border-top-color: rgba(255,255,255,.96) !important;
  background:
    radial-gradient(300px circle at var(--mx) var(--my), rgba(112,82,220,.1), transparent 62%),
    rgba(255,255,255,.72) !important;
  box-shadow: 0 16px 42px rgba(57,65,94,.12), inset 0 1px 0 rgba(255,255,255,.95);
}
.theme-light .landing-header.is-scrolled { border-color: rgba(37,41,57,.14) !important; background: rgba(250,251,254,.86) !important; }
.theme-light .landing-header::after { background: linear-gradient(90deg,transparent,#6846d7 22%,#0088a8 72%,transparent); }
.theme-light .landing-brand { color: #171923; }
.theme-light .brand-mark-wrap { background: radial-gradient(circle, rgba(103,72,213,.14), transparent 72%); box-shadow: 0 0 20px rgba(103,72,213,.16); }
.theme-light .brand-mark-wrap img { filter: drop-shadow(0 0 7px rgba(103,72,213,.28)); }
.theme-light .landing-nav a { color: #646a7b; }
.theme-light .landing-nav a:hover,
.theme-light .landing-nav a.is-active { color: #191b26; }
.theme-light .landing-nav a::after { background: linear-gradient(90deg,#6846d7,#0088a8); }
.theme-light .landing-login-link { color: #3d4251; border-color: rgba(32,36,51,.11); background: rgba(255,255,255,.52); }
.theme-light .landing-login-link:hover { color: #171923; border-color: rgba(103,72,213,.25); background: rgba(255,255,255,.9); }
.theme-light .landing-page #themeToggleBtn,
.theme-light body.landing-page #themeToggleBtn { color: #313543; border-color: rgba(31,35,49,.12); border-top-color: rgba(255,255,255,.98); background: rgba(255,255,255,.68); box-shadow: inset 0 1px 0 #fff, 0 8px 20px rgba(56,64,91,.1); }
.theme-light .landing-menu-button { color: #2f3341; border-color: rgba(31,35,49,.12); background: rgba(255,255,255,.65); }

/* Botones: el CTA conserva energía; las acciones secundarias se vuelven claras. */
.theme-light .landing-button-primary { color: #fff; box-shadow: 0 11px 30px rgba(85,75,201,.22), inset 0 1px 0 rgba(255,255,255,.38); }
.theme-light .landing-button-primary::after { background: linear-gradient(100deg, rgba(99,69,213,.95), rgba(20,144,180,.88)); }
.theme-light .landing-button-outline,
.theme-light .landing-button-muted,
.theme-light .landing-button-video { color: #303442; border-color: rgba(37,41,57,.13); box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(61,69,97,.07); }
.theme-light .landing-button-outline::after,
.theme-light .landing-button-muted::after,
.theme-light .landing-button-video::after { background: rgba(255,255,255,.84); }
.theme-light .landing-button-outline::before,
.theme-light .landing-button-muted::before,
.theme-light .landing-button-video::before { opacity: .2; }
.theme-light .landing-button-video small { color: #7a8090; }
.theme-light .landing-button-video .play-icon { color: #087f9f; border-color: rgba(8,127,159,.25); background: rgba(8,127,159,.05); }

/* Hero y titulares. */
.theme-light .hero-pill { color: #454a5a; border-color: rgba(34,38,53,.11); border-top-color: #fff; background: rgba(255,255,255,.58); box-shadow: inset 0 1px 0 #fff, 0 9px 24px rgba(63,71,98,.06); }
.theme-light .hero-pill span { color: #087f9f; filter: drop-shadow(0 0 7px rgba(8,127,159,.18)); }
.theme-light .landing-hero h1,
.theme-light .landing-section-heading h2,
.theme-light .landing-final-cta h2,
.theme-light .landing-quote blockquote { color: #171923; }
.theme-light .landing-hero h1 em,
.theme-light .landing-section-heading h2 em,
.theme-light .landing-final-cta h2 em { background-image: linear-gradient(100deg,#6747d5 0%,#316fbf 52%,#087f9f 100%); }
.theme-light .landing-hero-lead { color: #5e6475; }
.theme-light .landing-hero-note { color: #73798a; }
.theme-light .note-check { color: #087f9f; border-color: rgba(8,127,159,.3); background: rgba(255,255,255,.5); }
.theme-light .landing-eyebrow { color: #6748d5; }
.theme-light .landing-text-link { color: #1d202a; }
.theme-light .showcase-aura { background: radial-gradient(circle at 45% 42%, rgba(112,82,220,.2), rgba(31,171,205,.1) 40%, rgba(238,158,62,.06) 56%, transparent 72%); opacity: .76; }
.theme-light .showcase-ring { border-color: rgba(103,72,213,.15); }
.theme-light .showcase-ring-two { border-color: rgba(8,127,159,.13); }

/* El mockup se mantiene oscuro deliberadamente para conservar legibilidad de producto. */
.theme-light .hero-showcase {
  border-color: rgba(255,255,255,.25) !important;
  border-top-color: rgba(255,255,255,.5) !important;
  background: radial-gradient(420px circle at var(--mx) var(--my), rgba(255,255,255,.07), transparent 48%), rgba(13,13,19,.96) !important;
  box-shadow: 0 38px 95px rgba(54,59,86,.24), 0 0 60px rgba(103,72,213,.12), inset 0 1px 0 rgba(255,255,255,.28);
}
.theme-light .hero-showcase .showcase-widget { border-color: rgba(255,255,255,.11) !important; border-top-color: rgba(255,255,255,.24) !important; background: radial-gradient(260px circle at var(--mx) var(--my), rgba(255,255,255,.07), transparent 50%), rgba(255,255,255,.035) !important; box-shadow: 0 14px 28px rgba(0,0,0,.24); }
.theme-light .showcase-float { border-color: rgba(255,255,255,.2); border-top-color: rgba(255,255,255,.42); background: rgba(22,22,30,.86); }

/* Métricas y superficies de contenido. */
.theme-light .landing-proof-bar {
  border-color: rgba(35,39,54,.1);
  border-top-color: #fff;
  background: rgba(255,255,255,.57);
  box-shadow: 0 18px 42px rgba(57,65,94,.09), inset 0 1px 0 #fff;
}
.theme-light .landing-proof-bar > div { border-color: rgba(35,39,54,.08); }
.theme-light .landing-proof-bar strong { color: #6748d5; }
.theme-light .landing-proof-bar span { color: #626879; }

.theme-light .ecosystem-card,
.theme-light .access-card {
  border-color: rgba(35,39,54,.1) !important;
  border-top-color: rgba(255,255,255,.98) !important;
  background: radial-gradient(320px circle at var(--mx) var(--my), rgba(103,72,213,.085), transparent 51%), rgba(255,255,255,.66) !important;
  box-shadow: 0 20px 46px rgba(57,65,94,.1), inset 0 1px 0 #fff;
}
.theme-light .ecosystem-card::before,
.theme-light .access-card::before { background: radial-gradient(230px circle at var(--mx) var(--my), rgba(103,72,213,.09), transparent 64%); }
.theme-light .ecosystem-card-ia { background: radial-gradient(circle at 87% 24%, rgba(112,82,220,.15), transparent 34%), rgba(255,255,255,.7) !important; }
.theme-light .ecosystem-card-tools { background: radial-gradient(circle at 80% 20%, rgba(35,176,208,.14), transparent 34%), rgba(255,255,255,.7) !important; }
.theme-light .ecosystem-card-vault { background: radial-gradient(circle at 88% 20%, rgba(231,157,64,.13), transparent 33%), rgba(255,255,255,.7) !important; }
.theme-light .ecosystem-card-community { background: radial-gradient(circle at 84% 18%, rgba(199,93,151,.12), transparent 34%), rgba(255,255,255,.7) !important; }
.theme-light .ecosystem-card-news { background: radial-gradient(circle at 88% 18%, rgba(35,176,208,.12), transparent 33%), rgba(255,255,255,.7) !important; }
.theme-light .ecosystem-card:hover { border-color: rgba(103,72,213,.27) !important; box-shadow: 0 27px 58px rgba(57,65,94,.14), 0 0 28px rgba(103,72,213,.06), inset 0 1px 0 #fff; }
.theme-light .ecosystem-card h3,
.theme-light .access-card h3,
.theme-light .how-step h3 { color: #1b1d28; }
.theme-light .ecosystem-card p,
.theme-light .access-card > p,
.theme-light .how-step p { color: #626879; }
.theme-light .ecosystem-card a { color: #242733; }
.theme-light .card-label,
.theme-light .access-kicker,
.theme-light .ecosystem-index { color: #73798a; }
.theme-light .ecosystem-icon { color: #6748d5; border-color: rgba(103,72,213,.2); background: rgba(103,72,213,.08); }
.theme-light .ecosystem-card-tools .ecosystem-icon,
.theme-light .ecosystem-card-news .ecosystem-icon { color: #087f9f; border-color: rgba(8,127,159,.2); background: rgba(8,127,159,.07); }
.theme-light .ecosystem-card-vault .ecosystem-icon { color: #a6610a; border-color: rgba(166,97,10,.2); background: rgba(166,97,10,.07); }
.theme-light .community-avatars span { border-color: rgba(255,255,255,.92); box-shadow: 0 4px 10px rgba(49,55,78,.1); }
.theme-light .tool-orb { border-color: rgba(8,127,159,.23); color: #087f9f; box-shadow: 0 0 0 13px rgba(8,127,159,.035), 0 0 0 26px rgba(8,127,159,.02), inset 0 0 30px rgba(8,127,159,.09); }
.theme-light .vault-stack span { color: #9b5a08; border-color: rgba(166,97,10,.2); background: rgba(255,255,255,.56); }
.theme-light .ia-spark-lines i { background: linear-gradient(90deg,transparent,rgba(103,72,213,.42)); }

/* Cómo funciona, planes y prueba. */
.theme-light .how-step { border-color: rgba(35,39,54,.12); }
.theme-light .how-number,
.theme-light .faq-question i,
.theme-light .quote-mark,
.theme-light .quote-signature i { color: #6748d5; }
.theme-light .how-line,
.theme-light .quote-line { background: linear-gradient(90deg,#6748d5,#087f9f); }
.theme-light .access-card-trial {
  border-color: rgba(103,72,213,.3) !important;
  border-top-color: #fff !important;
  background: radial-gradient(circle at 90% 0%, rgba(103,72,213,.17), transparent 38%), linear-gradient(145deg,rgba(248,246,255,.96),rgba(244,251,253,.88)) !important;
  box-shadow: 0 24px 54px rgba(78,69,140,.14), 0 0 32px rgba(103,72,213,.07), inset 0 1px 0 #fff;
}
.theme-light .access-card-next { background: radial-gradient(circle at 92% 0%,rgba(8,127,159,.09),transparent 35%),rgba(255,255,255,.66) !important; }
.theme-light .access-price strong { color: #171923; }
.theme-light .access-price span,
.theme-light .access-footnote { color: #73798a; }
.theme-light .access-card ul { border-color: rgba(35,39,54,.09); }
.theme-light .access-card li { color: #4f5565; }
.theme-light .access-card li::before { color: #6748d5; }
.theme-light .access-card-next li::before { color: #087f9f; }
.theme-light .access-badge { color: #676d7d; border-color: rgba(35,39,54,.12); background: rgba(255,255,255,.54); }
.theme-light .access-badge-lime { color: #6748d5; border-color: rgba(103,72,213,.22); background: rgba(103,72,213,.07); }
.theme-light .access-badge-cyan { color: #087f9f; border-color: rgba(8,127,159,.2); background: rgba(8,127,159,.06); }
.theme-light .landing-trust-note { color: #757b8b; }
.theme-light .landing-trust-note > span:first-child { color: #6748d5; }
.theme-light .trust-divider { color: #a1a6b2; }

/* Promesa, FAQ, CTA y footer. */
.theme-light .quote-signature { color: #7a8090; }
.theme-light .typewriter-cursor { background: linear-gradient(180deg,#6748d5,#087f9f); box-shadow: 0 0 10px rgba(8,127,159,.25); }
.theme-light .faq-list,
.theme-light .faq-item { border-color: rgba(35,39,54,.11); }
.theme-light .faq-question { color: #20232e; }
.theme-light .faq-answer p { color: #626879; }
.theme-light .landing-final-cta {
  border-color: rgba(103,72,213,.2);
  border-top-color: #fff;
  background: radial-gradient(circle at 50% 0%,rgba(103,72,213,.14),transparent 41%),rgba(255,255,255,.64);
  box-shadow: 0 28px 64px rgba(57,65,94,.12), inset 0 1px 0 #fff;
}
.theme-light .final-cta-glow { background: radial-gradient(ellipse,rgba(8,127,159,.1),rgba(103,72,213,.07),transparent 70%); }
.theme-light .landing-final-cta p { color: #626879; }
.theme-light .footer-brand p,
.theme-light .footer-meta { color: #797f8f; }
.theme-light .footer-links a { color: #656b7b; }
.theme-light .footer-links a:hover,
.theme-light .footer-meta i { color: #087f9f; }

/* Modal de cuenta adaptado al material claro de la landing. */
.theme-light body.landing-page #flowfyAuthOverlay { background: rgba(224,228,238,.7) !important; backdrop-filter: blur(18px) saturate(135%) !important; }
.theme-light body.landing-page #flowfyAuthModal {
  color: #1c1f2a !important;
  border-color: rgba(35,39,54,.12) !important;
  border-top-color: #fff !important;
  background: radial-gradient(circle at 12% 0%,rgba(103,72,213,.11),transparent 35%),rgba(255,255,255,.9) !important;
  box-shadow: 0 28px 75px rgba(57,65,94,.2),inset 0 1px 0 #fff !important;
}
.theme-light body.landing-page #flowfyAuthModal h2 { color: #1b1e29 !important; }
.theme-light body.landing-page #flowfyAuthModal .fa-sub,
.theme-light body.landing-page #flowfyAuthModal label { color: #656b7b !important; }
.theme-light body.landing-page #flowfyAuthModal .fa-tab { color: #676d7d !important; border-color: rgba(35,39,54,.1) !important; background: rgba(35,39,54,.025) !important; }
.theme-light body.landing-page #flowfyAuthModal .fa-tab.active { color: #6748d5 !important; border-color: rgba(103,72,213,.25) !important; background: rgba(103,72,213,.08) !important; }
.theme-light body.landing-page #flowfyAuthModal input,
.theme-light body.landing-page #flowfyAuthModal select { color: #1d202b !important; border-color: rgba(35,39,54,.12) !important; background: rgba(247,248,252,.9) !important; }
.theme-light body.landing-page #flowfyAuthModal input:focus,
.theme-light body.landing-page #flowfyAuthModal select:focus { border-color: rgba(8,127,159,.55) !important; box-shadow: 0 0 0 3px rgba(8,127,159,.08); }
.theme-light body.landing-page #flowfyAuthModal .fa-close { color: #666c7c !important; }

@media (max-width: 767px) {
  .landing-page #themeToggleBtn { width: 38px; height: 38px; }
  .landing-theme-toggle .theme-icon { font-size: 16px; }
  .theme-light .landing-nav { border-color: rgba(35,39,54,.11); border-top-color: #fff; background: rgba(250,251,254,.94); box-shadow: 0 20px 46px rgba(57,65,94,.16), inset 0 1px 0 #fff; }
  .theme-light .landing-nav a:hover,
  .theme-light .landing-nav a.is-active { background: rgba(103,72,213,.07); }
  .theme-light .landing-nav-mobile-login { color: #303442; border-color: rgba(8,127,159,.16); background: linear-gradient(90deg,rgba(103,72,213,.07),rgba(8,127,159,.05)); }
  .theme-light .how-step { border-color: rgba(35,39,54,.1); border-top-color: #fff; background: rgba(255,255,255,.58); box-shadow: 0 15px 34px rgba(57,65,94,.08),inset 0 1px 0 #fff; }
}

@media (max-width: 374px) {
  .landing-page #themeToggleBtn,
  .landing-menu-button { width: 36px; height: 36px; }
  .landing-button-small { min-height: 38px; padding-inline: 10px; }
}

/* ========================================================================== 
   VSL — reproductor nativo dentro del marco 3D del hero
   ========================================================================== */
.hero-vsl-showcase {
  background: radial-gradient(circle at 18% 0%,rgba(87,72,194,.13),transparent 34%),#0b0b10 !important;
}
.vsl-player {
  --vsl-progress: 0%;
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 30%,rgba(109,79,232,.22),transparent 34%),
    radial-gradient(circle at 80% 72%,rgba(30,166,204,.15),transparent 35%),
    linear-gradient(145deg,#111119,#09090d);
}
.vsl-player::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(0,0,0,.04) 55%,rgba(4,4,8,.74) 100%);
}
.vsl-player video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  background: #08080b;
  object-fit: cover;
  transition: opacity .55s ease;
}
.vsl-player.is-ready video { opacity: 1; }
.vsl-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 42px;
  overflow: hidden;
  text-align: center;
  transition: opacity .45s ease, transform .65s cubic-bezier(.16,1,.3,1);
}
.vsl-player.is-ready .vsl-fallback { opacity: 0; transform: scale(1.04); }
.vsl-fallback-glow { position: absolute; left: 50%; top: 50%; width: 330px; height: 230px; border-radius: 50%; background: radial-gradient(circle,rgba(119,83,245,.2),rgba(43,181,215,.07) 47%,transparent 70%); filter: blur(22px); transform: translate(-50%,-50%); }
.vsl-fallback img { position: relative; width: 39px; height: 39px; margin-bottom: 13px; object-fit: contain; filter: drop-shadow(0 0 17px rgba(151,126,255,.58)); }
.vsl-fallback small { position: relative; color: #8e80d1; font: 600 7px var(--landing-mono); letter-spacing: .18em; }
.vsl-fallback h2 { position: relative; margin: 11px 0 9px; color: #f5f4fa; font: 600 29px/1.04 var(--landing-display); letter-spacing: -.055em; }
.vsl-fallback p { position: relative; max-width: 345px; margin: 0; color: #8f919e; font-size: 10px; line-height: 1.55; }
.vsl-main-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 6px 16px 6px 7px;
  border: 1px solid rgba(255,255,255,.2);
  border-top-color: rgba(255,255,255,.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(13,13,19,.68);
  backdrop-filter: blur(18px) saturate(170%);
  box-shadow: 0 16px 40px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.14);
  transform: translate(-50%,-50%);
  transition: opacity .3s ease, transform .3s ease, border-color .3s ease;
}
.vsl-main-play:hover { border-color: rgba(64,217,255,.42); transform: translate(-50%,-53%) scale(1.025); }
.vsl-main-play > span { display: grid; place-items: center; width: 33px; height: 33px; padding-left: 2px; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#7655ed,#269fc6); box-shadow: 0 0 22px rgba(102,93,235,.36); font-size: 11px; }
.vsl-main-play b { font: 600 9px var(--landing-display); white-space: nowrap; }
.vsl-player:not(.is-ready) .vsl-main-play { top: 72%; }
.vsl-player[data-vsl-state="playing"] .vsl-main-play { opacity: 0; pointer-events: none; transform: translate(-50%,-46%) scale(.92); }
.vsl-player[data-vsl-state="error"] .vsl-main-play,
.vsl-player[data-vsl-state="error"] .vsl-controls { display: none; }
.vsl-controls {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 11px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 39px;
  padding: 5px 6px;
  border: 1px solid rgba(255,255,255,.1);
  border-top-color: rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(10,10,15,.54);
  backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 10px 28px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.08);
  transition: background .25s ease, border-color .25s ease;
}
.vsl-player:hover .vsl-controls { border-color: rgba(255,255,255,.17); background: rgba(10,10,15,.7); }
.vsl-control {
  display: grid;
  place-items: center;
  flex: none;
  width: 29px;
  height: 29px;
  padding: 0;
  border-radius: 8px;
  color: #d9dae2;
  background: rgba(255,255,255,.045);
  font-size: 10px;
  transition: color .2s ease, background .2s ease;
}
.vsl-control:hover { color: #fff; background: rgba(255,255,255,.1); }
.vsl-progress {
  flex: 1;
  min-width: 40px;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.vsl-progress::-webkit-slider-runnable-track { height: 3px; border-radius: 999px; background: linear-gradient(90deg,#8568f2 var(--vsl-progress),rgba(255,255,255,.13) var(--vsl-progress)); }
.vsl-progress::-moz-range-track { height: 3px; border-radius: 999px; background: rgba(255,255,255,.13); }
.vsl-progress::-moz-range-progress { height: 3px; border-radius: 999px; background: #8568f2; }
.vsl-progress::-webkit-slider-thumb { width: 9px; height: 9px; margin-top: -3px; border: 0; border-radius: 50%; appearance: none; background: #b8a7ff; box-shadow: 0 0 10px rgba(139,105,255,.65); }
.vsl-progress::-moz-range-thumb { width: 9px; height: 9px; border: 0; border-radius: 50%; background: #b8a7ff; box-shadow: 0 0 10px rgba(139,105,255,.65); }
.vsl-time { flex: none; min-width: 28px; color: #777986; font: 6px var(--landing-mono); }
.vsl-sound {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: none;
  min-height: 29px;
  padding: 0 10px 0 6px;
  border: 1px solid rgba(64,217,255,.16);
  border-radius: 8px;
  color: #dfe0e7;
  background: linear-gradient(90deg,rgba(121,84,238,.21),rgba(38,159,198,.13));
}
.vsl-sound span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 6px; color: #fff; background: linear-gradient(145deg,#7655ed,#269fc6); font-size: 10px; }
.vsl-sound b { font: 600 7px var(--landing-display); white-space: nowrap; }
.vsl-sound.is-audible { border-color: rgba(64,217,255,.35); background: linear-gradient(90deg,rgba(121,84,238,.28),rgba(38,159,198,.2)); }
.vsl-player:fullscreen { display: grid; place-items: center; width: 100vw; height: 100vh; aspect-ratio: auto; background: #000; }
.vsl-player:fullscreen video { object-fit: contain; }
.vsl-player:fullscreen .vsl-controls { left: 24px; right: 24px; bottom: 22px; }

@media (max-width: 767px) {
  .hero-vsl-showcase { border-radius: 18px; }
  .vsl-fallback { padding: 25px; }
  .vsl-fallback img { width: 29px; height: 29px; margin-bottom: 8px; }
  .vsl-fallback small { font-size: 5px; }
  .vsl-fallback h2 { margin: 7px 0 5px; font-size: clamp(18px,5.8vw,24px); }
  .vsl-fallback p { max-width: 260px; font-size: 7px; }
  .vsl-main-play { min-height: 39px; padding: 5px 12px 5px 6px; }
  .vsl-main-play > span { width: 28px; height: 28px; font-size: 9px; }
  .vsl-main-play b { font-size: 7px; }
  .vsl-controls { left: 7px; right: 7px; bottom: 7px; gap: 5px; min-height: 34px; padding: 3px 4px; border-radius: 10px; }
  .vsl-control { width: 26px; height: 26px; }
  .vsl-sound { min-height: 26px; padding-right: 7px; }
  .vsl-sound span { width: 17px; height: 17px; }
  .vsl-sound b { font-size: 6px; }
  .vsl-time { display: none; }
}

@media (max-width: 390px) {
  .vsl-sound b { display: none; }
  .vsl-sound { width: 27px; padding: 0; justify-content: center; }
  .vsl-main-play b { display: none; }
  .vsl-main-play { width: 40px; padding: 5px; }
  .vsl-main-play > span { width: 28px; }
}

/* Prueba social honesta: el número se alimenta de registros verificados. */
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-top-color: rgba(255,255,255,.28);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 14px 34px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-social-symbols { display: flex; flex: none; padding-left: 7px; }
.hero-social-symbols img {
  display: block;
  width: 29px;
  height: 29px;
  margin-left: -7px;
  border: 2px solid #111117;
  outline: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: #15151c;
  box-shadow: 0 6px 16px rgba(0,0,0,.28);
  object-fit: cover;
}
.hero-social-symbols img:first-child { margin-left: 0; }
.hero-social-proof > div:last-child { display: grid; gap: 3px; min-width: 0; }
.hero-social-proof strong { color: #f0f0f6; font: 600 11px var(--landing-display); }
.hero-social-proof small { color: #858796; font: 500 8px var(--landing-mono); letter-spacing: .02em; }

/* Definición citable de producto para personas y motores de respuesta. */
.landing-definition {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 42px;
  margin-top: 92px;
  padding: 38px;
  overflow: hidden;
  border-radius: 28px;
}
.landing-definition > * { position: relative; z-index: 1; }
.definition-intro h2 {
  margin: 14px 0 16px;
  color: var(--landing-ink);
  font: 600 clamp(34px,4vw,52px)/1 var(--landing-display);
  letter-spacing: -.06em;
}
.definition-intro p { max-width: 480px; margin: 0; color: var(--landing-muted); font-size: 14px; line-height: 1.72; }
.definition-intro p strong { color: var(--landing-ink); font-weight: 600; }
.definition-carousel {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--landing-line);
  border-top-color: rgba(255,255,255,.25);
  border-radius: 20px;
  background: rgba(8,8,12,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.definition-carousel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.definition-carousel-status { color: var(--landing-cyan); font: 600 9px var(--landing-mono); letter-spacing: .11em; }
.definition-carousel-actions { display: flex; gap: 7px; }
.definition-carousel-actions button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-top-color: rgba(255,255,255,.25);
  border-radius: 10px;
  color: #dfe1eb;
  background: rgba(255,255,255,.045);
  font: 500 16px var(--landing-display);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, color .25s ease, background .25s ease;
}
.definition-carousel-actions button:hover { transform: translateY(-1px); border-color: rgba(62,214,255,.38); color: var(--landing-cyan); background: rgba(62,214,255,.08); }
.definition-carousel-actions button:focus-visible,
.definition-carousel-viewport:focus-visible,
.definition-carousel-dots button:focus-visible { outline: 2px solid var(--landing-cyan); outline-offset: 2px; }
.definition-carousel-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border-radius: 15px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  touch-action: pan-x pan-y;
}
.definition-carousel-viewport::-webkit-scrollbar { display: none; }
.definition-carousel-track { display: flex; gap: 10px; margin: 0; padding: 0 46px 0 0; }
.definition-slide {
  position: relative;
  flex: 0 0 calc(100% - 46px);
  min-height: 194px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-top-color: rgba(255,255,255,.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(105,77,222,.14), transparent 48%),
    rgba(255,255,255,.035);
  box-shadow: 0 18px 36px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.04);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.definition-slide::after {
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: rgba(255,255,255,.055);
  content: attr(data-index);
  font: 600 54px/1 var(--landing-display);
  letter-spacing: -.08em;
  pointer-events: none;
}
.definition-slide dt { position: relative; z-index: 1; margin-bottom: 17px; color: var(--landing-cyan); font: 600 10px var(--landing-mono); letter-spacing: .08em; text-transform: uppercase; }
.definition-slide dd { position: relative; z-index: 1; max-width: 34ch; margin: 0; color: #c2c4ce; font-size: 13px; line-height: 1.68; }
.definition-carousel-dots { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 24px; padding-top: 10px; }
.definition-carousel-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  cursor: pointer;
  transition: width .28s ease, background .28s ease, box-shadow .28s ease;
}
.definition-carousel-dots button.is-active { width: 22px; background: linear-gradient(90deg, #8768ee, var(--landing-cyan)); box-shadow: 0 0 14px rgba(62,214,255,.28); }
.footer-links { flex-wrap: wrap; justify-content: center; }

.theme-light .hero-social-proof {
  border-color: rgba(35,39,54,.11);
  border-top-color: #fff;
  background: rgba(255,255,255,.66);
  box-shadow: 0 14px 34px rgba(57,65,94,.1), inset 0 1px 0 #fff;
}
.theme-light .hero-social-proof strong { color: #252833; }
.theme-light .hero-social-proof small { color: #727889; }
.theme-light .hero-social-symbols img { border-color: #fff; outline-color: rgba(35,39,54,.18); box-shadow: 0 6px 16px rgba(57,65,94,.16); }
.theme-light .landing-definition { border-color: rgba(35,39,54,.11) !important; border-top-color: #fff !important; background: rgba(255,255,255,.62) !important; box-shadow: 0 22px 50px rgba(57,65,94,.1), inset 0 1px 0 #fff; }
.theme-light .definition-intro h2,
.theme-light .definition-intro p strong { color: #20232e; }
.theme-light .definition-intro p { color: #626879; }
.theme-light .definition-carousel { border-color: rgba(35,39,54,.1); border-top-color: #fff; background: rgba(255,255,255,.58); box-shadow: inset 0 1px 0 #fff; }
.theme-light .definition-carousel-status { color: #6748d5; }
.theme-light .definition-carousel-actions button { border-color: rgba(35,39,54,.12); border-top-color: #fff; color: #343847; background: rgba(255,255,255,.72); box-shadow: 0 7px 18px rgba(57,65,94,.08); }
.theme-light .definition-carousel-actions button:hover { border-color: rgba(103,72,213,.28); color: #6748d5; background: #fff; }
.theme-light .definition-slide { border-color: rgba(35,39,54,.1); border-top-color: #fff; background: radial-gradient(circle at 100% 0, rgba(103,72,213,.1), transparent 48%), rgba(255,255,255,.8); box-shadow: 0 16px 34px rgba(57,65,94,.1), inset 0 1px 0 #fff; }
.theme-light .definition-slide::after { color: rgba(45,51,70,.055); }
.theme-light .definition-slide dt { color: #6748d5; }
.theme-light .definition-slide dd { color: #555c6d; }
.theme-light .definition-carousel-dots button { background: rgba(35,39,54,.18); }
.theme-light .definition-carousel-dots button.is-active { background: linear-gradient(90deg, #7653e8, #229fd3); }

.community-avatars img {
  display: block;
  width: 41px;
  height: 41px;
  margin-left: -7px;
  border: 2px solid #111a29;
  border-radius: 50%;
  background: #171923;
  box-shadow: 0 7px 18px rgba(0,0,0,.24);
  object-fit: cover;
}
.community-avatars img:first-child { margin-left: 0; }
.theme-light .community-avatars img { border-color: rgba(255,255,255,.94); box-shadow: 0 5px 13px rgba(49,55,78,.14); }

.vault-art {
  position: absolute;
  top: 44px;
  right: 40px;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  transform: rotate(-3deg);
  pointer-events: none;
}
.vault-art img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.32)) drop-shadow(0 0 18px rgba(255,218,126,.08));
}
.theme-light .vault-art img { filter: drop-shadow(0 15px 22px rgba(56,61,78,.18)); }

@media (max-width: 767px) {
  .hero-social-proof { width: 100%; padding: 10px 12px 10px 9px; }
  .hero-social-proof strong { font-size: 10px; }
  .hero-social-proof small { font-size: 7px; line-height: 1.45; }
  .landing-definition { grid-template-columns: 1fr; gap: 28px; margin-top: 62px; padding: 24px 20px; border-radius: 23px; }
  .definition-intro h2 { font-size: 38px; }
  .definition-intro p { font-size: 13px; line-height: 1.66; }
  .definition-carousel { padding: 11px; border-radius: 18px; }
  .definition-carousel-head { margin-bottom: 10px; }
  .definition-carousel-actions button { width: 38px; height: 38px; }
  .definition-carousel-track { gap: 9px; padding-right: 28px; }
  .definition-slide { flex-basis: calc(100% - 28px); min-height: 184px; padding: 21px 19px; }
  .definition-slide dt { margin-bottom: 14px; }
  .definition-slide dd { font-size: 12.5px; line-height: 1.64; }
  .definition-slide::after { right: 14px; font-size: 48px; }
  .vault-art { top: 48px; right: 17px; width: 88px; height: 88px; transform: rotate(-3deg); opacity: .9; }
  .vault-art img { width: 82px; height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .definition-carousel-viewport { scroll-behavior: auto; }
  .definition-carousel-actions button,
  .definition-carousel-dots button { transition: none; }
}
