:root {
  --bg: #07090e;
  --bg-soft: #0b0e15;
  --panel: #10141e;
  --panel-2: #131824;
  --line: rgba(255,255,255,.075);
  --line-strong: rgba(181,132,225,.28);
  --text: #f4f2f6;
  --muted: #989fad;
  --purple: #a567de;
  --purple-2: #c99bf1;
  --blue: #5a91df;
  --green: #62cb8b;
  --amber: #e2a84f;
  --shell: 1420px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--sans); overflow-x: hidden; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; padding: 12px 18px; color: #fff; background: #111; border: 1px solid var(--purple); }
.skip-link:focus { top: 18px; }
.ambient { position: fixed; inset: auto; z-index: -3; border-radius: 50%; filter: blur(110px); pointer-events: none; opacity: .18; }
.ambient-one { width: 650px; height: 650px; top: 210px; left: -370px; background: #6d2aa4; }
.ambient-two { width: 720px; height: 720px; top: 1320px; right: -480px; background: #1a4b89; }
.noise { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .028; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.topbar { min-height: 38px; display: flex; align-items: center; color: #9aa1ad; background: #05070b; border-bottom: 1px solid rgba(255,255,255,.045); font-size: 10px; letter-spacing: .07em; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-status, .topbar-actions { display: flex; align-items: center; gap: 13px; }
.topbar-status strong { color: #d5d8df; font-size: 9px; letter-spacing: .14em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(226,168,79,.09), 0 0 14px rgba(226,168,79,.55); }
.topbar-muted { color: #666d78; }
.topbar-actions b { color: #c69aec; font-weight: 700; }
.topbar-actions a { color: #c8ccd4; border-left: 1px solid rgba(255,255,255,.08); padding-left: 13px; }
.topbar-actions a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 100; height: 76px; display: flex; align-items: center; background: rgba(7,9,14,.9); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 185px; height: auto; }
.brand b { margin-left: 3px; color: #b26be9; font: 500 35px/.8 var(--serif); text-shadow: 0 0 18px rgba(178,107,233,.45); }
.main-nav { height: 100%; display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; height: 100%; display: flex; align-items: center; color: #8f96a4; font-size: 11px; font-weight: 700; letter-spacing: .06em; transition: color .25s; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, transparent, #a665df, transparent); transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover, .main-nav a.active { color: #f5f1fa; }
.main-nav a.active::after, .main-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-login { border: 0; color: #b3b8c2; background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; }
.nav-login:hover { color: #fff; }
.nav-cta { min-height: 38px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid rgba(179,119,230,.5); border-radius: 7px; color: #fff; background: linear-gradient(135deg, rgba(143,74,199,.92), rgba(90,49,151,.92)); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 8px 25px rgba(75,36,111,.2); font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; width: 39px; height: 39px; padding: 9px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.025); cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: #bbb; }

.hero-section { padding: 30px 0 0; }
.hero-card { position: relative; min-height: 680px; overflow: hidden; border: 1px solid rgba(193,151,231,.23); border-radius: 18px; background: #0d1119; box-shadow: 0 28px 90px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.04); }
.hero-image { position: absolute; inset: 0; background: #090d14; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,13,.98) 0%, rgba(7,9,15,.91) 36%, rgba(6,8,14,.4) 66%, rgba(5,7,12,.1) 100%), linear-gradient(180deg, rgba(5,7,11,.06) 0%, rgba(5,7,12,.18) 58%, rgba(5,7,12,.94) 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-copy { position: relative; z-index: 3; width: 58%; padding: 105px 0 95px 68px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #b985e2; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.eyebrow span { width: 24px; height: 1px; background: linear-gradient(90deg, #bb85e4, transparent); }
.hero-copy h1 { max-width: 720px; margin: 20px 0 22px; font: 500 clamp(52px, 5.3vw, 78px)/.98 var(--serif); letter-spacing: -.035em; text-shadow: 0 6px 30px rgba(0,0,0,.45); }
.hero-copy h1 em { color: #cda0ef; font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: #b1b6c1; font-size: 13px; line-height: 1.85; }
.hero-actions { display: flex; gap: 12px; margin-top: 31px; }
.button { min-height: 55px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 9px; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button strong { display: block; font-size: 11px; letter-spacing: .025em; }
.button small { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 8px; }
.button-icon { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: rgba(255,255,255,.08); }
.button.primary { color: #fff; background: linear-gradient(135deg, #a65ed9, #6538a3); border-color: rgba(218,176,248,.45); box-shadow: inset 0 1px rgba(255,255,255,.14), 0 14px 36px rgba(103,48,151,.24); }
.button.primary:hover { box-shadow: inset 0 1px rgba(255,255,255,.18), 0 18px 45px rgba(103,48,151,.34); }
.button.ghost { color: #e8e8ec; background: rgba(14,18,27,.72); border-color: rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.button.ghost:hover { border-color: rgba(192,143,229,.36); background: rgba(18,23,34,.88); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #8c93a0; font-size: 9px; font-weight: 700; }
.hero-tags span { display: inline-flex; align-items: center; gap: 8px; }
.hero-tags span::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #a861d7; box-shadow: 0 0 10px rgba(168,97,215,.8); }
.hero-dossier { position: absolute; z-index: 4; top: 64px; right: 38px; width: 260px; padding: 20px; border: 1px solid rgba(200,159,232,.2); border-radius: 12px; background: rgba(9,12,18,.74); box-shadow: 0 24px 60px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.dossier-top { display: flex; align-items: center; gap: 11px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.065); color: #989eaa; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.dossier-top img { width: 33px; height: 33px; }
.hero-dossier dl { margin: 12px 0 15px; }
.hero-dossier dl div { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.045); }
.hero-dossier dt { color: #707784; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.hero-dossier dd { margin: 0; color: #d8dbe1; font-size: 9px; font-weight: 700; }
.hero-dossier dd i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--amber); }
.hero-dossier > a { display: flex; justify-content: space-between; color: #b883df; font-size: 9px; font-weight: 800; }
.hero-signature { position: absolute; z-index: 4; right: 43px; bottom: 38px; padding-left: 16px; border-left: 1px solid rgba(194,151,228,.38); text-align: right; }
.hero-signature span { display: block; color: #777e8c; font-size: 8px; letter-spacing: .24em; }
.hero-signature strong { display: block; margin-top: 4px; font: 500 26px/1 var(--serif); letter-spacing: .08em; }
.frame-corner { position: absolute; z-index: 5; width: 56px; height: 56px; pointer-events: none; }
.frame-corner::before, .frame-corner::after { content: ''; position: absolute; background: linear-gradient(90deg, rgba(192,141,228,.8), transparent); }
.frame-corner::before { width: 55px; height: 1px; }
.frame-corner::after { width: 1px; height: 55px; }
.frame-corner.tl { top: 12px; left: 12px; }.frame-corner.tr { top: 12px; right: 12px; transform: scaleX(-1); }.frame-corner.bl { bottom: 12px; left: 12px; transform: scaleY(-1); }.frame-corner.br { right: 12px; bottom: 12px; transform: scale(-1); }

.action-section { position: relative; z-index: 10; margin-top: -22px; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.action-card { position: relative; min-height: 92px; padding: 18px 19px; display: grid; grid-template-columns: 30px 38px 1fr 18px; align-items: center; gap: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: linear-gradient(145deg, rgba(20,25,36,.97), rgba(12,15,23,.97)); box-shadow: 0 18px 45px rgba(0,0,0,.28); transition: transform .25s, border-color .25s, background .25s; }
.action-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(#a964d9, transparent); }
.action-card:hover { transform: translateY(-4px); border-color: rgba(188,139,224,.3); background: linear-gradient(145deg, rgba(25,30,43,.99), rgba(14,18,27,.99)); }
.action-number { color: #555c68; font: 500 15px var(--serif); }
.action-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(171,109,218,.22); border-radius: 8px; color: #c58dea; background: rgba(142,75,194,.09); }
.action-card strong { display: block; font-size: 10px; }
.action-card small { display: block; margin-top: 5px; color: #777f8d; font-size: 8px; }
.action-card > b { color: #7d8490; font-size: 14px; }


.brand-reveal-section { position: relative; padding: 86px 0 6px; }
.brand-reveal-section::before { content: ''; position: absolute; left: 50%; top: 30px; width: min(1120px, 80vw); height: 430px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(39,151,92,.12), transparent 66%); filter: blur(42px); pointer-events: none; }
.brand-reveal-card { position: relative; display: grid; grid-template-columns: minmax(360px,.82fr) minmax(520px,1.18fr); min-height: 590px; overflow: hidden; border: 1px solid rgba(87,202,137,.23); border-radius: 18px; background: linear-gradient(135deg, rgba(13,19,20,.98), rgba(8,12,17,.98) 52%, rgba(9,13,20,.98)); box-shadow: 0 34px 100px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.04); }
.brand-reveal-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .45; background-image: linear-gradient(rgba(91,214,143,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(91,214,143,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 54%); }
.brand-reveal-card::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent 2%, rgba(109,230,159,.64) 25%, rgba(202,159,239,.35) 62%, transparent 98%); }
.brand-reveal-copy { position: relative; z-index: 2; padding: 65px 44px 54px 55px; display: flex; flex-direction: column; justify-content: center; }
.brand-reveal-mark { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: #718279; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.brand-reveal-mark img { width: 47px; height: 47px; filter: hue-rotate(70deg) saturate(.72); opacity: .75; }
.section-kicker.emerald { color: #66d995; }
.brand-reveal-copy h2 { margin: 14px 0 18px; font: 500 clamp(39px,3.6vw,55px)/1.02 var(--serif); letter-spacing: -.025em; }
.brand-reveal-copy h2 em { color: #70d89d; font-style: normal; text-shadow: 0 0 30px rgba(80,205,132,.14); }
.brand-reveal-copy > p { max-width: 520px; margin: 0; color: #929d9a; font-size: 11px; line-height: 1.86; }
.brand-reveal-values { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.055); border-bottom: 1px solid rgba(255,255,255,.055); }
.brand-reveal-values span { display: inline-flex; align-items: center; gap: 8px; color: #afb8b4; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brand-reveal-values i { width: 5px; height: 5px; border-radius: 50%; background: #5fd88f; box-shadow: 0 0 12px rgba(95,216,143,.8); }
.brand-reveal-note { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 13px; margin-top: 24px; }
.brand-reveal-note > b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(99,216,146,.25); border-radius: 50%; color: #75d9a0; background: rgba(58,176,107,.07); font: 500 14px var(--serif); }
.brand-reveal-note strong { display: block; color: #c8d0cd; font-size: 9px; }.brand-reveal-note small { display: block; margin-top: 4px; color: #69746f; font-size: 7px; line-height: 1.5; }
.brand-reveal-media { position: relative; z-index: 2; min-width: 0; padding: 26px 27px 26px 0; display: grid; grid-template-rows: 1fr auto; gap: 12px; }
.brand-video-frame { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(117,222,159,.23); border-radius: 13px; background: #020705; box-shadow: 0 22px 58px rgba(0,0,0,.52), inset 0 1px rgba(255,255,255,.05); }
.brand-video-frame video { width: 100%; height: 100%; object-fit: contain; background: #020705; }
.brand-video-vignette { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,8,7,.34), transparent 12%, transparent 88%, rgba(3,8,7,.34)), linear-gradient(180deg, rgba(3,8,7,.17), transparent 15%, transparent 83%, rgba(3,8,7,.34)); box-shadow: inset 0 0 75px rgba(0,0,0,.42); }
.video-corner { position: absolute; width: 34px; height: 34px; pointer-events: none; }
.video-corner::before,.video-corner::after { content: ''; position: absolute; background: rgba(112,226,156,.72); box-shadow: 0 0 12px rgba(87,213,139,.28); }
.video-corner::before { width: 34px; height: 1px; }.video-corner::after { width: 1px; height: 34px; }
.video-corner.tl { top: 11px; left: 11px; }.video-corner.tr { top: 11px; right: 11px; transform: scaleX(-1); }.video-corner.bl { bottom: 11px; left: 11px; transform: scaleY(-1); }.video-corner.br { right: 11px; bottom: 11px; transform: scale(-1); }
.brand-video-meta { min-height: 53px; padding: 0 4px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 18px; }
.brand-video-meta span { display: inline-flex; align-items: center; gap: 8px; color: #73927f; font-size: 7px; font-weight: 900; letter-spacing: .17em; }
.brand-video-meta span i { width: 6px; height: 6px; border-radius: 50%; background: #62da94; box-shadow: 0 0 12px rgba(98,218,148,.8); }
.brand-video-meta strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #d8c6a0; font: 500 24px/1 var(--serif); letter-spacing: .13em; text-shadow: 0 0 22px rgba(199,162,82,.15); }
.brand-video-meta small { color: #626d68; font-size: 7px; }

.stats-section { padding: 72px 0 0; }
.stats-shell { display: grid; grid-template-columns: 330px 1fr; gap: 42px; align-items: center; padding: 32px 38px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(140deg, rgba(17,21,31,.95), rgba(10,13,20,.92)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.stats-title h2, .vision-copy h2, .section-header h2, .feature-copy h2, .trust-copy h2, .download-card h2 { margin: 8px 0 9px; font: 500 34px/1.12 var(--serif); }
.stats-title p, .vision-copy > p, .section-header > p, .feature-copy p, .trust-copy p, .download-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { min-height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.06); }
.stat-glyph { margin-bottom: 5px; font-size: 13px; }.stat-glyph.green { color: var(--green); }.stat-glyph.violet { color: var(--purple-2); }.stat-glyph.blue { color: var(--blue); }.stat-glyph.amber { color: var(--amber); }
.stats-grid strong { font: 500 36px/1 var(--serif); }
.stats-grid small { margin-top: 8px; color: #777f8b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }

.vision-section { padding: 95px 0 0; }
.vision-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.vision-copy { position: relative; padding: 15px 0 15px 68px; }
.vision-copy::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, rgba(182,125,222,.52), transparent); }
.vision-copy h2 { margin-top: 13px; font-size: 45px; }.vision-copy h2 em { color: #c492e7; font-style: normal; }
.vision-copy > p { max-width: 550px; font-size: 11px; }
.vision-quote { margin-top: 28px; padding: 18px 21px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(188,140,224,.18); border-radius: 10px; background: rgba(255,255,255,.018); }
.vision-quote img { width: 42px; height: 42px; opacity: .8; }
.vision-quote blockquote { margin: 0; color: #c5c8cf; font: italic 15px/1.5 var(--serif); }
.principles { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: rgba(14,18,27,.72); }
.principles article { min-height: 170px; padding: 27px; display: flex; gap: 17px; border-right: 1px solid rgba(255,255,255,.055); border-bottom: 1px solid rgba(255,255,255,.055); }
.principles article:nth-child(2n) { border-right: 0; }.principles article:nth-child(n+3) { border-bottom: 0; }
.principles article > span { color: #9a62c6; font: 500 22px/1 var(--serif); }
.principles strong { font-size: 11px; }.principles p { margin: 10px 0 0; color: #808794; font-size: 9px; line-height: 1.7; }

.ornament { padding-top: 72px; }
.ornament img { width: 440px; margin: auto; opacity: .7; }
.progression-section { padding: 55px 0 0; }
.section-header { display: grid; grid-template-columns: 1fr .85fr; gap: 55px; align-items: end; margin-bottom: 28px; }
.section-header h2 { margin-top: 9px; font-size: 43px; }
.section-header > p { max-width: 560px; margin-left: auto; }
.progress-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.progress-card { position: relative; min-height: 280px; padding: 28px 25px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(150deg, rgba(18,23,34,.94), rgba(10,13,20,.96)); transition: transform .25s, border-color .25s; }
.progress-card::before { content: ''; position: absolute; inset: 0; opacity: .07; background: radial-gradient(circle at 20% 0, #a35ed6, transparent 38%); }
.progress-card.active, .progress-card.final { border-color: rgba(178,120,218,.26); }
.progress-card:hover { transform: translateY(-5px); border-color: rgba(186,135,222,.3); }
.progress-head { position: relative; display: flex; align-items: center; justify-content: space-between; }
.progress-head span { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid rgba(179,119,220,.24); border-radius: 50%; color: #c491e5; font: 500 19px var(--serif); background: rgba(145,77,194,.08); }
.progress-head small { color: #666e7b; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.progress-card h3 { position: relative; margin: 28px 0 12px; font: 500 25px/1.1 var(--serif); }
.progress-card p { position: relative; margin: 0; color: #818895; font-size: 9px; line-height: 1.75; }
.progress-card footer { position: absolute; left: 25px; right: 25px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.055); }
.progress-card footer b { color: #9a78b6; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.progress-card footer i { color: #3f4652; font: normal 24px var(--serif); }

.feature-section { padding: 95px 0 0; }
.feature-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 14px; }
.feature-card { position: relative; min-height: 515px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #10141d; }
.feature-media { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s ease; }
.feature-card:hover .feature-media { transform: scale(1.025); }
.feature-media.warrior { background-image: none; background-position: 35% center; }
.feature-media.dragon { background-image: none; background-position: 66% center; }
.feature-gradient { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,11,.97), rgba(5,7,11,.75) 47%, rgba(5,7,11,.12)), linear-gradient(180deg, rgba(5,7,11,.06), rgba(5,7,11,.8)); }
.feature-side .feature-gradient { background: linear-gradient(180deg, rgba(5,7,11,.03), rgba(5,7,11,.84) 80%); }
.feature-copy { position: relative; z-index: 2; width: 58%; padding: 74px 0 55px 52px; }
.feature-copy h2 { margin-top: 13px; font-size: 43px; }
.feature-copy p { font-size: 11px; }
.feature-copy > a { display: inline-flex; gap: 18px; margin-top: 25px; color: #c58ce8; font-size: 9px; font-weight: 800; }
.boss-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; padding: 19px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(7,9,14,.72); backdrop-filter: blur(12px); }
.boss-label small { display: block; color: #d39e55; font-size: 7px; font-weight: 900; letter-spacing: .18em; }.boss-label strong { display: block; margin: 7px 0 5px; font: 500 25px var(--serif); }.boss-label span { color: #8b929e; font-size: 8px; }

.news-section { padding: 95px 0 0; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1.46fr) minmax(330px, .54fr); gap: 16px; }
.section-header.compact { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 21px; }
.section-header.compact h2 { font-size: 34px; }
.section-header.compact > a { color: #a978cd; font-size: 9px; font-weight: 800; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, #121722, #0c1018); transition: transform .25s, border-color .25s; }
.news-card:hover { transform: translateY(-4px); border-color: rgba(178,126,218,.28); }
.primary-news { grid-column: span 2; display: grid; grid-template-columns: 1.08fr .92fr; }
.news-visual { position: relative; min-height: 145px; background-size: cover; background-position: center; }
.main-news { min-height: 285px; background-image: none; background-position: 54% center; }
.quality-news { background-image: none; background-position: 23% center; }
.event-news { background-image: none; background-position: 75% center; }
.news-visual > span { position: absolute; top: 14px; left: 14px; padding: 6px 8px; border: 1px solid rgba(202,155,235,.3); border-radius: 5px; color: #d6a8f0; background: rgba(9,11,17,.78); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.news-content { padding: 22px; }
.primary-news .news-content { display: flex; flex-direction: column; justify-content: center; padding: 31px; }
.news-content time { color: #676e7a; font-size: 7px; font-weight: 800; letter-spacing: .12em; }.news-content h3 { margin: 10px 0 10px; font: 500 22px/1.15 var(--serif); }.primary-news h3 { font-size: 30px; }.news-content p { margin: 0; color: #858c98; font-size: 9px; line-height: 1.7; }.news-content a { display: inline-flex; gap: 15px; margin-top: 17px; color: #b77cdd; font-size: 8px; font-weight: 800; }

.ranking-card { overflow: hidden; border: 1px solid rgba(183,132,221,.18); border-radius: 14px; background: linear-gradient(155deg, #121722, #0b0e15); }
.ranking-card > header { min-height: 94px; padding: 22px 23px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.055); background: radial-gradient(circle at 100% 0, rgba(139,77,191,.13), transparent 50%); }
.ranking-card > header h2 { margin: 7px 0 0; font: 500 29px var(--serif); }.ranking-card > header img { width: 57px; opacity: .62; }
.rank-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 10px; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.05); }
.rank-tabs button { height: 35px; border: 1px solid transparent; border-radius: 6px; color: #787f8b; background: transparent; cursor: pointer; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.rank-tabs button.active { color: #dcb6f3; border-color: rgba(178,121,218,.22); background: rgba(145,78,194,.08); }
.rank-panel ol { margin: 0; padding: 8px 16px 0; list-style: none; }
.rank-panel li { min-height: 58px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.045); }
.rank-panel li > b { color: #5f6672; font: 500 16px var(--serif); }.rank-panel li.gold > b { color: #e1b558; }.rank-panel li.silver > b { color: #aab0bb; }.rank-panel li.bronze > b { color: #b9774e; }
.rank-panel li strong { display: block; color: #b8bdc7; font-size: 9px; }.rank-panel li small { display: block; margin-top: 4px; color: #626a76; font-size: 7px; }.rank-panel li em { color: #747b87; font-size: 8px; font-style: normal; }
.rank-panel > a { min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #a875ca; font-size: 8px; font-weight: 800; }

.trust-section { padding: 95px 0 0; }
.trust-card { display: grid; grid-template-columns: 175px 1fr 1.2fr; gap: 34px; align-items: center; padding: 35px 38px; border: 1px solid rgba(185,135,221,.2); border-radius: 15px; background: linear-gradient(145deg, rgba(19,23,34,.96), rgba(9,12,18,.96)); box-shadow: inset 0 1px rgba(255,255,255,.03); }
.trust-emblem { text-align: center; }.trust-emblem img { width: 92px; margin: auto; opacity: .8; }.trust-emblem span { display: block; margin-top: 10px; color: #7f668e; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.trust-copy h2 { font-size: 36px; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.trust-points article { min-height: 112px; padding: 18px 14px; border: 1px solid rgba(255,255,255,.055); border-radius: 9px; background: rgba(255,255,255,.018); }
.trust-points b { color: #9364b7; font: 500 17px var(--serif); }.trust-points strong { display: block; margin-top: 12px; font-size: 9px; }.trust-points small { display: block; margin-top: 6px; color: #6f7682; font-size: 7px; line-height: 1.5; }

.download-section { padding: 82px 0 92px; }
.download-card { position: relative; min-height: 215px; padding: 40px 42px; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; border: 1px solid rgba(183,129,220,.23); border-radius: 15px; background: linear-gradient(120deg, #151827, #0c1018 62%, #10131d); }
.download-card > div:not(.download-actions):not(.download-pattern) { position: relative; z-index: 2; max-width: 660px; }.download-card h2 { margin-top: 10px; font-size: 39px; }.download-card p { font-size: 10px; }
.download-actions { position: relative; z-index: 2; display: flex; gap: 10px; }.download-card > img { position: absolute; right: 33%; width: 210px; opacity: .045; transform: rotate(-8deg); }.download-pattern { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.1) 50%, transparent 51%); background-size: 70px 100%; }

.site-footer { border-top: 1px solid rgba(255,255,255,.055); background: #05070b; }
.footer-grid { padding: 55px 0 42px; display: grid; grid-template-columns: 1.6fr repeat(3,.7fr); gap: 45px; }
.footer-brand .brand img { width: 170px; }.footer-brand p { max-width: 390px; margin: 18px 0 11px; color: #737a86; font-size: 9px; line-height: 1.7; }.footer-brand > span { color: #8d649f; font: italic 13px var(--serif); }
.footer-column { display: flex; flex-direction: column; gap: 12px; }.footer-column strong { margin-bottom: 3px; color: #d7d9df; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }.footer-column a, .footer-column button { padding: 0; border: 0; color: #6e7581; background: transparent; text-align: left; cursor: pointer; font-size: 9px; }.footer-column a:hover, .footer-column button:hover { color: #bd87df; }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.045); color: #555c67; font-size: 8px; }

.login-dialog { position: relative; width: min(440px, calc(100% - 28px)); padding: 32px; border: 1px solid rgba(193,145,238,.35); border-radius: 16px; color: var(--text); background: linear-gradient(150deg, #141a27, #0b0f17); box-shadow: 0 35px 95px rgba(0,0,0,.68); text-align: center; }
.login-dialog::backdrop { background: rgba(3,5,9,.82); backdrop-filter: blur(7px); }.login-dialog > img { width: 88px; margin: -17px auto 4px; }.dialog-close { position: absolute; top: 13px; right: 14px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.035); color: #bbb; font-size: 21px; cursor: pointer; }.login-dialog h2 { margin: 8px 0 6px; font: 500 30px/1.2 var(--serif); }.login-dialog > p { margin: 0 0 20px; color: var(--muted); font-size: 10px; }.login-dialog form { display: grid; gap: 13px; text-align: left; }.login-dialog label { display: grid; gap: 6px; color: #adb3c0; font-size: 9px; font-weight: 700; }.login-dialog input { width: 100%; height: 45px; padding: 0 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; outline: none; color: #fff; background: rgba(7,9,14,.55); }.login-dialog input:focus { border-color: rgba(190,145,245,.55); box-shadow: 0 0 0 3px rgba(165,102,238,.08); }.login-dialog form .button { width: 100%; margin-top: 4px; }.dialog-links { display: flex; justify-content: space-between; margin-top: 16px; color: #aa7cdc; font-size: 9px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .hero-image { animation: hero-breathe 13s ease-in-out infinite alternate; }
  @keyframes hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.045); } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .js .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1180px) {
  .brand-reveal-card { grid-template-columns: .82fr 1.18fr; }.brand-reveal-copy { padding-left: 39px; padding-right: 29px; }.brand-reveal-media { padding-right: 20px; }.brand-video-frame { min-height: 430px; }
  .main-nav { gap: 20px; }.nav-login { display: none; }
  .hero-copy { width: 64%; padding-left: 48px; }.hero-dossier { right: 26px; width: 235px; }.hero-signature { right: 30px; }
  .action-grid { grid-template-columns: repeat(2,1fr); }
  .stats-shell { grid-template-columns: 1fr; }.stats-title { text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }.feature-side { min-height: 400px; }
  .news-layout { grid-template-columns: 1fr; }.ranking-card { max-width: none; }
  .trust-card { grid-template-columns: 130px 1fr; }.trust-points { grid-column: span 2; }
}

@media (max-width: 900px) {
  .brand-reveal-section { padding-top: 70px; }.brand-reveal-card { grid-template-columns: 1fr; }.brand-reveal-copy { padding: 45px 42px 34px; }.brand-reveal-media { padding: 0 24px 24px; }.brand-video-frame { min-height: 0; aspect-ratio: 1120 / 816; }
  .topbar-muted, .topbar-actions span { display: none; }
  .site-header { height: 68px; }.brand img { width: 157px; }.brand b { font-size: 30px; }
  .menu-toggle { display: block; margin-left: auto; }.main-nav { position: absolute; left: 0; right: 0; top: 68px; height: auto; padding: 12px 20px 18px; display: none; flex-direction: column; gap: 0; background: rgba(7,9,14,.99); border-bottom: 1px solid var(--line); }.main-nav.open { display: flex; }.main-nav a { width: 100%; height: auto; padding: 13px; }.nav-actions { display: none; }
  .hero-card { min-height: 660px; }.hero-copy { width: 72%; padding: 82px 0 70px 38px; }.hero-dossier { display: none; }.hero-overlay { background: linear-gradient(90deg, rgba(6,8,13,.98), rgba(7,9,15,.78) 63%, rgba(6,8,14,.2)), linear-gradient(180deg, rgba(5,7,11,.05), rgba(5,7,12,.9)); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }.stats-grid article:nth-child(3), .stats-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.06); }
  .vision-grid { grid-template-columns: 1fr; gap: 40px; }.vision-copy { padding-left: 40px; }
  .section-header { grid-template-columns: 1fr; gap: 13px; }.section-header > p { margin-left: 0; }
  .progress-grid { grid-template-columns: repeat(2,1fr); }
  .feature-copy { width: 70%; }
  .primary-news { grid-template-columns: 1fr; }.main-news { min-height: 220px; }
  .trust-card { grid-template-columns: 1fr; }.trust-emblem { display: none; }.trust-points { grid-column: auto; }
  .download-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }
}

@media (max-width: 620px) {
  .brand-reveal-section { padding-top: 54px; }.brand-reveal-card { border-radius: 13px; }.brand-reveal-copy { padding: 35px 21px 27px; }.brand-reveal-mark { margin-bottom: 23px; }.brand-reveal-copy h2 { font-size: 37px; }.brand-reveal-copy > p { font-size: 10px; }.brand-reveal-values { gap: 10px 14px; }.brand-reveal-media { padding: 0 12px 14px; }.brand-video-frame { border-radius: 9px; }.brand-video-meta { padding: 0 4px 4px; }.brand-video-meta strong { font-size: 19px; }.brand-video-meta span { font-size: 6px; }
  .shell { width: min(var(--shell), calc(100% - 24px)); }
  .topbar { min-height: 34px; }.topbar-inner { justify-content: center; }.topbar-actions { display: none; }.topbar-status strong { font-size: 8px; }
  .hero-section { padding-top: 14px; }.hero-card { min-height: 720px; border-radius: 13px; }.hero-image { background-position: 68% center; }.hero-overlay { background: linear-gradient(180deg, rgba(5,7,11,.04), rgba(5,7,11,.55) 38%, rgba(4,6,10,.98) 67%); }.hero-pattern { display: none; }
  .hero-copy { width: 100%; padding: 326px 21px 38px; }.hero-copy h1 { margin-top: 15px; font-size: 43px; }.hero-copy > p { font-size: 11px; line-height: 1.7; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-signature { top: 22px; right: 22px; bottom: auto; }.hero-tags { gap: 9px 14px; }.frame-corner { width: 42px; height: 42px; }.frame-corner::before { width: 41px; }.frame-corner::after { height: 41px; }
  .action-section { margin-top: 12px; }.action-grid { grid-template-columns: 1fr; }.action-card { min-height: 79px; }
  .stats-section { padding-top: 55px; }.stats-shell { padding: 28px 10px; }.stats-title { padding: 0 15px; }.stats-title h2 { font-size: 31px; }.stats-grid article { padding-inline: 9px; }.stats-grid strong { font-size: 31px; }
  .vision-section { padding-top: 68px; }.vision-copy { padding: 0; }.vision-copy::before { display: none; }.vision-copy h2, .section-header h2, .feature-copy h2, .trust-copy h2 { font-size: 35px; }.principles { grid-template-columns: 1fr; }.principles article { min-height: 145px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.055) !important; }.principles article:last-child { border-bottom: 0 !important; }
  .ornament { padding-top: 50px; }.ornament img { width: 100%; }
  .progression-section { padding-top: 40px; }.progress-grid { grid-template-columns: 1fr; }.progress-card { min-height: 240px; }
  .feature-section { padding-top: 68px; }.feature-card { min-height: 590px; }.feature-media.warrior { background-position: 57% center; }.feature-gradient { background: linear-gradient(180deg, rgba(5,7,11,.03), rgba(5,7,11,.57) 40%, rgba(5,7,11,.98) 70%); }.feature-copy { width: 100%; padding: 315px 22px 34px; }.feature-side { min-height: 440px; }.boss-label { left: 16px; right: 16px; bottom: 16px; }
  .news-section { padding-top: 68px; }.section-header.compact { align-items: flex-start; flex-direction: column; }.news-grid { grid-template-columns: 1fr; }.primary-news { grid-column: auto; }.news-visual { min-height: 170px; }.main-news { min-height: 190px; }.primary-news .news-content { padding: 23px; }.primary-news h3 { font-size: 25px; }
  .trust-section { padding-top: 68px; }.trust-card { padding: 28px 21px; }.trust-points { grid-template-columns: 1fr; }
  .download-section { padding: 62px 0 72px; }.download-card { padding: 29px 22px; }.download-card h2 { font-size: 34px; }.download-actions { width: 100%; flex-direction: column; }.download-actions .button { width: 100%; }.download-card > img { right: -35px; width: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }.footer-brand { grid-column: span 2; }.footer-bottom { min-height: 72px; padding: 15px 0; gap: 8px; flex-direction: column; justify-content: center; text-align: center; }
}

/* =========================================================
   PANAMERA V10 — CAPAS CINEMATOGRÁFICAS
   ========================================================= */
.section-kicker.ember { color: #e29a5a; }
.section-kicker.steel { color: #9aa9b8; }
.brand-reveal-section::before { background: radial-gradient(ellipse, rgba(190,80,37,.13), transparent 66%); }
.brand-reveal-card { border-color: rgba(217,124,68,.25); background: linear-gradient(135deg, rgba(20,15,16,.98), rgba(10,11,16,.98) 52%, rgba(13,10,15,.98)); }
.brand-reveal-card::after { background: linear-gradient(90deg, transparent 2%, rgba(235,142,81,.72) 25%, rgba(202,159,239,.35) 62%, transparent 98%); }
.brand-reveal-card::before { background-image: linear-gradient(rgba(228,130,73,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(228,130,73,.035) 1px, transparent 1px); }
.brand-reveal-mark img { filter: sepia(.7) hue-rotate(325deg) saturate(1.2); }
.brand-reveal-copy h2 em { color: #e2a061; text-shadow: 0 0 30px rgba(213,116,57,.15); }
.brand-reveal-values i { background: #d8844a; box-shadow: 0 0 12px rgba(216,132,74,.78); }
.brand-reveal-note > b { border-color: rgba(225,137,81,.28); color: #e09a62; background: rgba(191,91,43,.08); }
.brand-video-frame.header-film { border-color: rgba(225,132,75,.3); background: #080505; }
.brand-video-frame.header-film video { object-fit: contain; background: radial-gradient(circle at center, #1b0e0b 0, #050304 72%); }
.brand-video-frame.header-film .brand-video-vignette { background: linear-gradient(90deg, rgba(12,5,4,.34), transparent 14%, transparent 86%, rgba(12,5,4,.34)), linear-gradient(180deg, rgba(12,5,4,.17), transparent 14%, transparent 82%, rgba(12,5,4,.4)); }
.brand-video-frame.header-film .video-corner::before,
.brand-video-frame.header-film .video-corner::after { background: rgba(234,147,88,.78); box-shadow: 0 0 12px rgba(223,123,63,.32); }
.brand-video-meta span { color: #d18f5c; }
.brand-video-meta span i { background: #dc884c; box-shadow: 0 0 10px rgba(220,136,76,.8); }

.world-section { padding: 98px 0 0; }
.world-stage { position: relative; aspect-ratio: 16 / 9; min-height: 670px; overflow: hidden; border: 1px solid rgba(155,184,207,.2); border-radius: 18px; background: #0a1016; box-shadow: 0 34px 100px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.04); }
.world-stage::before { content: ''; position: absolute; z-index: 3; inset: 16px; pointer-events: none; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.world-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.world-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,8,13,.96) 0, rgba(7,10,16,.73) 42%, rgba(7,10,16,.18) 72%, rgba(7,10,16,.34) 100%), linear-gradient(180deg, rgba(5,8,13,.18), rgba(5,8,13,.08) 48%, rgba(5,8,13,.88)); }
.world-grid { position: absolute; z-index: 2; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg,#000,transparent 62%); }
.world-copy { position: relative; z-index: 4; width: min(650px, 56%); padding: 104px 0 90px 72px; }
.cinema-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; color: #abb8c4; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.cinema-label i { width: 28px; height: 1px; background: linear-gradient(90deg,#9eb4c6,transparent); }
.world-copy h2 { margin: 16px 0 20px; font: 500 clamp(46px,4.5vw,68px)/1 var(--serif); letter-spacing: -.035em; }
.world-copy h2 em { color: #b8c8d6; font-style: normal; text-shadow: 0 0 35px rgba(158,184,203,.18); }
.world-copy > p { max-width: 570px; margin: 0; color: #acb5bf; font-size: 12px; line-height: 1.85; }
.world-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.world-meta span { min-height: 44px; padding: 0 14px 0 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: #aab3bd; background: rgba(5,8,13,.45); backdrop-filter: blur(10px); font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.world-meta b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #d3dce3; background: rgba(255,255,255,.07); font: 500 11px var(--serif); }
.world-caption { position: absolute; z-index: 4; right: 42px; bottom: 35px; text-align: right; }
.world-caption strong { display: block; color: rgba(244,246,248,.88); font: 500 36px/.9 var(--serif); letter-spacing: .07em; text-shadow: 0 4px 22px rgba(0,0,0,.55); }
.world-caption span { display: block; margin-top: 8px; color: rgba(221,228,235,.55); font-size: 7px; font-weight: 900; letter-spacing: .24em; }

.threat-section { padding: 18px 0 0; }
.threat-stage { position: relative; aspect-ratio: 1920 / 806; min-height: 350px; overflow: hidden; border: 1px solid rgba(145,154,164,.18); border-radius: 15px; background: #090d12; box-shadow: 0 25px 70px rgba(0,0,0,.38); }
.threat-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.threat-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,8,12,.95), rgba(6,9,14,.79) 43%, rgba(6,9,14,.16) 74%), linear-gradient(180deg, rgba(5,7,11,.04), rgba(5,7,11,.72)); }
.threat-copy { position: relative; z-index: 2; width: 56%; padding: 63px 0 55px 58px; }
.threat-copy h2 { margin: 12px 0 14px; font: 500 clamp(36px,3.6vw,52px)/1.02 var(--serif); letter-spacing: -.025em; }
.threat-copy h2 em { color: #aab5bf; font-style: normal; }
.threat-copy p { max-width: 560px; margin: 0; color: #8f99a3; font-size: 10px; line-height: 1.8; }
.threat-index { position: absolute; z-index: 2; right: 35px; bottom: 28px; display: flex; align-items: flex-end; gap: 12px; color: rgba(255,255,255,.35); }
.threat-index span { padding-bottom: 5px; font-size: 7px; font-weight: 900; letter-spacing: .2em; }
.threat-index b { color: rgba(255,255,255,.55); font: 500 42px/.8 var(--serif); }

.trust-card.trust-cinematic { position: relative; min-height: 355px; overflow: hidden; isolation: isolate; border-color: rgba(210,131,77,.22); background: #0a0d12; }
.trust-card.trust-cinematic > video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.trust-video-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7,9,14,.99) 0, rgba(8,10,15,.95) 39%, rgba(8,10,15,.7) 63%, rgba(8,10,15,.18) 100%), linear-gradient(180deg, rgba(7,9,14,.08), rgba(7,9,14,.78)); }
.trust-card.trust-cinematic::after { content: ''; position: absolute; z-index: -1; inset: 14px; pointer-events: none; border: 1px solid rgba(255,255,255,.055); border-radius: 10px; }
.trust-cinematic .trust-emblem { position: relative; z-index: 2; }
.trust-cinematic .trust-copy,
.trust-cinematic .trust-points { position: relative; z-index: 2; }
.trust-cinematic .trust-points article { background: rgba(7,9,14,.58); border-color: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.trust-eye-label { position: absolute; z-index: 2; right: 33px; top: 28px; text-align: right; }
.trust-eye-label span { display: block; color: rgba(232,164,108,.75); font: 500 18px var(--serif); letter-spacing: .08em; }
.trust-eye-label strong { display: block; margin-top: 5px; color: rgba(255,255,255,.35); font-size: 6px; letter-spacing: .2em; }

@media (max-width: 1180px) {
  .world-stage { min-height: 610px; }
  .world-copy { padding-left: 46px; width: 62%; }
  .threat-copy { padding-left: 42px; }
  .trust-eye-label { display: none; }
}

@media (max-width: 900px) {
  .world-section { padding-top: 72px; }
  .world-stage { aspect-ratio: auto; min-height: 690px; }
  .world-stage video { height: 100%; object-position: 62% center; }
  .world-shade { background: linear-gradient(180deg, rgba(5,8,13,.08), rgba(5,8,13,.36) 36%, rgba(5,8,13,.97) 68%); }
  .world-grid { display: none; }
  .world-copy { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; padding: 340px 36px 48px; }
  .world-caption { top: 28px; right: 30px; bottom: auto; }
  .world-caption strong { font-size: 28px; }
  .threat-stage { aspect-ratio: auto; min-height: 470px; }
  .threat-stage video { object-position: 66% center; }
  .threat-shade { background: linear-gradient(180deg, rgba(5,8,12,.05), rgba(6,9,14,.55) 42%, rgba(5,8,12,.98) 74%); }
  .threat-copy { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; padding: 245px 34px 38px; }
  .trust-card.trust-cinematic { grid-template-columns: 1fr; min-height: 610px; align-content: end; padding-top: 270px; }
  .trust-card.trust-cinematic > video { height: 330px; object-position: 70% center; }
  .trust-video-shade { background: linear-gradient(180deg, rgba(7,9,14,.04), rgba(7,9,14,.42) 36%, rgba(7,9,14,.99) 58%); }
}

@media (max-width: 620px) {
  .world-section { padding-top: 58px; }
  .world-stage { min-height: 710px; border-radius: 13px; }
  .world-stage::before { inset: 9px; }
  .world-stage video { height: 330px; object-position: 62% center; }
  .world-copy { padding: 352px 21px 32px; }
  .world-copy h2 { font-size: 39px; }
  .world-copy > p { font-size: 10px; }
  .world-meta { display: grid; grid-template-columns: 1fr; }
  .world-caption { top: 20px; right: 20px; }
  .world-caption strong { font-size: 22px; }
  .world-caption span { font-size: 5px; }
  .threat-section { padding-top: 12px; }
  .threat-stage { min-height: 500px; border-radius: 12px; }
  .threat-stage video { height: 265px; object-position: 60% center; }
  .threat-copy { padding: 282px 21px 30px; }
  .threat-copy h2 { font-size: 34px; }
  .threat-index { right: 20px; top: 20px; bottom: auto; }
  .trust-card.trust-cinematic { min-height: 660px; padding-top: 300px; }
  .trust-card.trust-cinematic > video { height: 350px; object-position: 70% center; }
}


/* ===== V10 ÉPICA: fondo permanente, acceso musical y reemplazo de estáticos ===== */
body { background: #040608; }
body.gate-open { overflow: hidden; }
.page-bg-wrap { position: fixed; inset: 0; z-index: -8; overflow: hidden; background: #030507; }
.page-bg-video { width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: .82; filter: saturate(1.1) contrast(1.05) brightness(.56); }
.page-bg-shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 15%, rgba(130,66,185,.16), transparent 28%), linear-gradient(180deg, rgba(5,7,10,.55), rgba(4,6,9,.68) 34%, rgba(4,5,8,.84) 100%), linear-gradient(90deg, rgba(4,5,8,.9), rgba(4,6,9,.18) 18%, rgba(4,6,9,.18) 82%, rgba(4,5,8,.9)); }
.noise { opacity: .04; z-index: -5; }
.ambient { z-index: -4; opacity: .24; }
.topbar, .site-header { background: rgba(6,8,12,.68); backdrop-filter: blur(20px); }
.topbar { border-bottom-color: rgba(255,255,255,.08); }
.hero-card, .brand-reveal-card, .stats-shell, .principles, .progress-card, .ranking-card, .download-card, .login-dialog, .news-card, .boss-label, .action-card, .feature-card, .world-stage, .threat-stage, .trust-card.trust-cinematic { box-shadow: 0 22px 65px rgba(0,0,0,.42); }
.hero-card, .brand-reveal-card, .stats-shell, .principles, .progress-card, .ranking-card, .download-card, .news-card, .action-card, .login-dialog { background: rgba(10,14,22,.64); backdrop-filter: blur(14px); }
.feature-card { background: rgba(8,12,18,.58); backdrop-filter: blur(9px); }
.hero-image.video-media, .feature-media.video-media, .news-visual { overflow: hidden; }
.hero-image.video-media video, .feature-media.video-media video, .news-visual video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image.video-media video { object-position: 60% center; }
.feature-main .feature-media video { object-position: center 35%; }
.feature-side .feature-media video { object-position: center 28%; }
.news-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,12,.08), rgba(5,8,12,.72)); }
.main-news::after { background: linear-gradient(90deg, rgba(5,8,12,.18), rgba(5,8,12,.48)), linear-gradient(180deg, rgba(5,8,12,.05), rgba(5,8,12,.72)); }
.main-news, .quality-news, .event-news, .feature-media.warrior, .feature-media.dragon, .hero-image { background: none !important; }
.brand img { width: 220px; max-width: min(30vw, 220px); }
.brand b { display: none; }
.hero-signature strong, .brand-video-meta strong, .world-caption strong { display: block; }
.hero-signature strong img, .brand-video-meta strong img, .world-caption strong img { display: block; width: 100%; height: auto; }
.hero-signature { max-width: 260px; right: 38px; bottom: 34px; }
.hero-signature span { display: block; margin-bottom: 8px; }
.brand-video-meta strong { width: 220px; max-width: 100%; margin-top: 8px; }
.world-caption strong { width: 240px; margin-left: auto; }
.footer-brand .brand img { width: 190px; }
.intro-gate { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 26px; overflow: hidden; transition: opacity .7s ease, visibility .7s ease; }
.intro-gate.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-gate-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.intro-gate-shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(162,95,33,.14), transparent 24%), linear-gradient(180deg, rgba(4,6,9,.45), rgba(4,6,9,.78) 52%, rgba(4,6,9,.96) 100%), linear-gradient(90deg, rgba(4,6,9,.88), rgba(4,6,9,.36) 35%, rgba(4,6,9,.36) 65%, rgba(4,6,9,.88)); }
.intro-gate-noise { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255,255,255,.025), transparent 55%); mix-blend-mode: screen; opacity: .6; }
.intro-gate-content { position: relative; z-index: 2; max-width: 840px; text-align: center; padding: 42px 32px; border: 1px solid rgba(214,152,92,.18); border-radius: 22px; background: linear-gradient(180deg, rgba(8,11,16,.76), rgba(8,11,16,.58)); backdrop-filter: blur(18px); box-shadow: 0 25px 90px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.06); }
.intro-mark { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 8px 14px; border: 1px solid rgba(218,160,91,.2); border-radius: 999px; color: #dca167; background: rgba(8,11,16,.52); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.intro-mark img { width: 21px; }
.intro-logo { width: min(90%, 700px); margin: 0 auto 16px; filter: drop-shadow(0 10px 28px rgba(0,0,0,.4)); }
.intro-gate-content h1 { margin: 0 0 12px; font: 500 clamp(38px, 6vw, 72px)/.98 var(--serif); letter-spacing: -.035em; }
.intro-gate-content p { max-width: 610px; margin: 0 auto; color: #b7c0ca; font-size: 15px; line-height: 1.8; }
.enter-button { min-height: 66px; margin-top: 28px; padding: 0 32px; border: 1px solid rgba(231,165,104,.44); border-radius: 12px; color: #fff; background: linear-gradient(135deg, rgba(168,74,36,.95), rgba(111,43,22,.95)); box-shadow: inset 0 1px rgba(255,255,255,.18), 0 15px 35px rgba(111,43,22,.36); font-size: 15px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.enter-button:hover { transform: translateY(-3px); box-shadow: inset 0 1px rgba(255,255,255,.18), 0 18px 42px rgba(111,43,22,.45); border-color: rgba(239,185,129,.66); }
.intro-gate-content small { display: block; margin-top: 14px; color: #88919c; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 900px) {
  .brand img { width: 180px; }
  .intro-gate-content { padding: 34px 20px; }
  .intro-gate-content p { font-size: 14px; }
  .hero-signature { position: relative; right: auto; bottom: auto; margin: 22px 0 0 68px; }
}
@media (max-width: 680px) {
  .intro-mark { font-size: 8px; letter-spacing: .16em; }
  .intro-gate-content h1 { font-size: 38px; }
  .enter-button { width: 100%; }
  .hero-signature { margin-left: 24px; max-width: 200px; }
  .world-caption strong { width: 180px; }
}


/* ===== Segunda pasada cinematográfica ===== */
:root { --ember: #dc8a47; --ember-soft: #f0b274; }
.scroll-progress { position: fixed; z-index: 1500; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; background: rgba(255,255,255,.025); }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #7f3aa8, #d68343, #f0b274); box-shadow: 0 0 16px rgba(229,147,76,.65); }
.cursor-aura { position: fixed; z-index: 1190; width: 280px; height: 280px; margin: -140px 0 0 -140px; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, rgba(210,116,55,.105), rgba(120,55,160,.045) 35%, transparent 70%); mix-blend-mode: screen; transition: opacity .3s ease; }
body.site-awake .cursor-aura { opacity: 1; }
.page-bg-video { transform: translate3d(0,var(--bg-shift,0px),0) scale(1.06); transition: transform .15s linear; }
.page-bg-shade { background: radial-gradient(circle at 50% 12%, rgba(170,83,37,.15), transparent 26%), radial-gradient(circle at 76% 48%, rgba(88,48,150,.12), transparent 30%), linear-gradient(180deg, rgba(4,6,9,.46), rgba(4,6,9,.65) 34%, rgba(4,5,8,.82) 100%), linear-gradient(90deg, rgba(4,5,8,.9), rgba(4,6,9,.12) 17%, rgba(4,6,9,.12) 83%, rgba(4,5,8,.9)); }
.site-header::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(226,135,72,.42), rgba(171,101,211,.34), transparent); }
.brand img { filter: drop-shadow(0 4px 14px rgba(0,0,0,.46)); }
.hero-card { min-height: 720px; border-color: rgba(222,139,75,.21); }
.hero-card::before { content: ''; position: absolute; z-index: 4; inset: 13px; pointer-events: none; border: 1px solid rgba(255,255,255,.045); border-radius: 12px; }
.hero-image.video-media video { object-position: center 42%; filter: contrast(1.04) saturate(1.08); }
.hero-overlay { background: linear-gradient(90deg, rgba(5,7,12,.98) 0%, rgba(6,8,14,.9) 38%, rgba(6,8,14,.38) 68%, rgba(5,7,12,.14) 100%), linear-gradient(180deg, rgba(5,7,11,.03), rgba(5,7,12,.2) 58%, rgba(5,7,12,.94)); }
.hero-watermark { position: absolute; z-index: 2; right: 8%; top: 12%; width: 310px; opacity: .08; filter: drop-shadow(0 0 34px rgba(230,139,77,.25)); animation: sigilPulse 5s ease-in-out infinite; }
@keyframes sigilPulse { 0%,100% { transform: scale(.97); opacity: .055; } 50% { transform: scale(1.03); opacity: .1; } }
.eyebrow { color: #e4a16a; }
.eyebrow span { background: linear-gradient(90deg, #e4a16a, transparent); }
.hero-copy h1 em { color: #e3a36d; text-shadow: 0 0 32px rgba(211,121,58,.16); }
.hero-dossier { border-color: rgba(226,139,72,.16); background: rgba(7,10,15,.66); }
.hero-dossier::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(226,139,72,.08), transparent 38%); }
.hero-signature img { filter: drop-shadow(0 8px 18px rgba(0,0,0,.45)); }
.action-card { overflow: hidden; }
.action-card::before { content: ''; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(110deg, transparent 30%, rgba(231,157,99,.08), transparent 68%); transition: transform .65s ease; }
.action-card:hover::before { transform: translateX(120%); }
.action-card:hover { border-color: rgba(230,145,76,.32); box-shadow: 0 20px 50px rgba(0,0,0,.38), 0 0 0 1px rgba(215,130,66,.06); }
.brand-reveal-card, .stats-shell, .principles, .progress-card, .ranking-card, .download-card, .news-card, .action-card { background: linear-gradient(145deg, rgba(13,18,27,.72), rgba(7,10,16,.58)); }
.brand-reveal-card { border-color: rgba(226,143,76,.2); }
.brand-reveal-media::after { content: ''; position: absolute; inset: -1px; pointer-events: none; box-shadow: inset 0 0 70px rgba(5,7,11,.75); }
.brand-video-frame video { filter: contrast(1.08) saturate(1.08); }
.brand-video-meta strong img { filter: drop-shadow(0 4px 12px rgba(0,0,0,.45)); }
.stats-shell { border-color: rgba(255,255,255,.09); }
.stats-grid article { position: relative; overflow: hidden; }
.stats-grid article::after { content: ''; position: absolute; left: 15%; right: 15%; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(214,136,75,.32), transparent); }
.progress-card.active, .progress-card:hover { border-color: rgba(222,139,75,.28); }
.progress-card.active::before { background: linear-gradient(180deg, rgba(213,126,59,.14), transparent 50%); }
.world-stage { border-color: rgba(229,151,91,.22); }
.world-stage video { filter: saturate(1.12) contrast(1.04); }
.world-shade { background: linear-gradient(90deg, rgba(4,7,11,.92), rgba(5,8,13,.68) 43%, rgba(5,8,13,.11) 77%), linear-gradient(180deg, rgba(4,7,11,.02), rgba(4,7,11,.7)); }
.world-caption strong img { filter: drop-shadow(0 8px 20px rgba(0,0,0,.55)); }
.threat-stage { border-color: rgba(223,133,65,.25); box-shadow: 0 30px 85px rgba(0,0,0,.5), 0 0 60px rgba(175,76,30,.055); }
.threat-stage video { filter: saturate(1.1) contrast(1.08); }
.feature-card, .news-card, .trust-card.trust-cinematic { border-color: rgba(255,255,255,.095); }
.feature-card:hover, .news-card:hover { border-color: rgba(226,143,76,.3); }
.feature-side .feature-media video { object-position: center center; }
.news-visual video { filter: contrast(1.06) saturate(1.08); }
.news-visual > span { z-index: 2; border-color: rgba(225,143,78,.38); color: #edb17d; }
.trust-card.trust-cinematic { border-color: rgba(224,133,65,.25); }
.download-card { border-color: rgba(225,143,79,.23); background: linear-gradient(130deg, rgba(17,21,31,.82), rgba(8,11,17,.66)); }
.download-logo { width: min(320px, 31vw); filter: drop-shadow(0 10px 22px rgba(0,0,0,.42)); }
.music-presence { position: fixed; z-index: 210; left: 22px; bottom: 20px; display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 9px 14px; border: 1px solid rgba(223,142,78,.2); border-radius: 12px; color: #d8dde4; background: rgba(7,10,15,.66); backdrop-filter: blur(14px); box-shadow: 0 14px 38px rgba(0,0,0,.34); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .5s ease, transform .5s ease; }
.music-presence.visible { opacity: 1; transform: translateY(0); }
.music-presence strong { display: block; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.music-presence small { display: block; margin-top: 3px; color: #858e98; font-size: 8px; }
.music-bars { height: 22px; display: flex; align-items: flex-end; gap: 3px; }
.music-bars i { width: 2px; height: 8px; border-radius: 2px; background: linear-gradient(#f1b175,#b65c2d); animation: musicBar .72s ease-in-out infinite alternate; }
.music-bars i:nth-child(2) { animation-delay: -.28s; height: 17px; }
.music-bars i:nth-child(3) { animation-delay: -.48s; height: 12px; }
.music-bars i:nth-child(4) { animation-delay: -.16s; height: 20px; }
@keyframes musicBar { to { height: 4px; opacity: .58; } }
.intro-gate { background: #030507; }
.intro-gate.entering .intro-gate-content { transform: scale(.975); opacity: .88; }
.intro-gate.entering .intro-gate-video { transform: scale(1.045); filter: saturate(1.18) contrast(1.12) brightness(.88); }
.intro-gate.leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-gate-video { transform: scale(1.01); transition: transform 2.2s cubic-bezier(.2,.8,.2,1), filter 1.2s ease; }
.intro-gate-content { transition: transform .9s ease, opacity .9s ease; }
.intro-cinema-bar { position: absolute; z-index: 3; left: 0; right: 0; height: clamp(24px,4.3vh,54px); background: #020304; box-shadow: 0 0 24px rgba(0,0,0,.8); }
.intro-cinema-bar.top { top: 0; }
.intro-cinema-bar.bottom { bottom: 0; }
.intro-logo { animation: introLogoFloat 4.5s ease-in-out infinite; }
@keyframes introLogoFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.enter-button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 280px; }
.enter-button::before { content: ''; position: absolute; top: -40%; bottom: -40%; left: -30%; width: 24%; transform: skewX(-18deg); background: rgba(255,255,255,.22); filter: blur(4px); animation: enterShine 3s ease-in-out infinite; }
@keyframes enterShine { 0%,45% { left: -35%; } 72%,100% { left: 125%; } }
.enter-button i { font-style: normal; font-size: 20px; transition: transform .25s ease; }
.enter-button:hover i { transform: translateX(5px); }
.enter-button:disabled { cursor: wait; opacity: .92; }
.intro-sound-line { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 17px; color: #8b939d; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.intro-sound-line i { width: 42px; height: 1px; background: linear-gradient(90deg, transparent, rgba(228,153,91,.4)); }
.intro-sound-line i:last-child { transform: scaleX(-1); }
@media (max-width: 900px) {
  .hero-card { min-height: 760px; }
  .hero-watermark { width: 220px; right: 1%; top: 9%; }
  .download-logo { width: 230px; }
}
@media (max-width: 680px) {
  .cursor-aura { display: none; }
  .music-presence { left: 12px; right: 12px; bottom: 10px; width: max-content; max-width: calc(100% - 24px); }
  .intro-cinema-bar { height: 20px; }
  .intro-sound-line { font-size: 7px; letter-spacing: .08em; }
  .intro-sound-line i { width: 18px; }
  .hero-card { min-height: 795px; }
  .hero-watermark { width: 170px; opacity: .055; }
  .download-logo { width: 190px; }
}
@media (hover: none), (pointer: coarse) { .cursor-aura { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .intro-logo, .hero-watermark, .enter-button::before, .music-bars i { animation: none !important; }
  .page-bg-video { transform: none !important; }
}
