:root {
  --black: #000;
  --bone: #f5f5f0;
  --smoke: rgba(255,255,255,.62);
  --line: rgba(255,255,255,.1);
  --glass: rgba(255,255,255,.045);
  --gold: #d4af37;
  --orange: #f5791f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; color: var(--bone); background: var(--black); font-family: Inter, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 16px; color: #000; background: #fff; transform: translateY(-150%); }.skip-link:focus { transform: none; }
.glass { background: var(--glass); border: 1px solid rgba(255,255,255,.09); border-radius: 24px; box-shadow: 0 8px 32px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.055); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); }

.navbar { position: fixed; z-index: 50; inset: 18px 24px auto; min-height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 12px 10px 18px; transition: background .25s ease, height .3s ease; }
.navbar.scrolled { background: rgba(8,8,8,.72); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 20px; letter-spacing: -.04em; }.brand em { color: var(--orange); font-style: normal; }.brand-icon { width: 40px; height: 40px; display: block; object-fit: cover; border-radius: 12px; box-shadow: 0 0 24px rgba(245,121,31,.28); }
.nav-links { display: flex; gap: 32px; }.nav-links a, .nav-download { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }.nav-links a { padding: 12px 0; color: rgba(255,255,255,.72); }.nav-links a:hover { color: var(--bone); }
.nav-download { justify-self: end; padding: 16px 18px; border: 1px solid rgba(212,175,55,.4); border-radius: 14px; }.nav-download span { color: var(--gold); margin-left: 8px; }.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.hero-video, .download-video { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -3; object-fit: cover; }
.hero-vignette { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.58) 65%,#000); }
.hero-content { width: min(1100px,calc(100% - 40px)); padding-top: 80px; text-align: center; }
.overline { margin: 0 0 26px; color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .24em; }
h1,h2,h3 { font-family: "Playfair Display", Georgia, serif; }
.hero h1 { margin: 0; font-size: clamp(4rem,10vw,9rem); line-height: .82; letter-spacing: -.055em; }.hero h1 i, .section-heading h2 i, .download h2 i { color: var(--orange); }
.hero-subtitle { margin: 35px 0 30px; color: rgba(255,255,255,.78); font-size: clamp(1rem,2vw,1.35rem); letter-spacing: .14em; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }.glass-button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(18px); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; transition: transform .22s ease, border-color .22s ease, background .22s ease; }.glass-button:hover { transform: translateY(-3px); border-color: rgba(212,175,55,.55); background: rgba(255,255,255,.09); }.glass-button.primary { border-color: rgba(245,121,31,.55); background: rgba(245,121,31,.16); }.glass-button span { color: var(--gold); }
.release-status { margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.release-status span { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: #38c76b; box-shadow: 0 0 14px #38c76b; }.release-status b { color: rgba(255,255,255,.72); font-weight: 600; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; display: grid; place-items: center; gap: 8px; color: rgba(255,255,255,.48); transform: translateX(-50%); }.scroll-cue span { font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }.scroll-cue b { color: var(--gold); animation: bounce 1.5s ease-in-out infinite; }@keyframes bounce { 50% { transform: translateY(7px); } }

.timeline-section { padding: 145px max(24px,6vw) 110px; background: #000; }
.section-heading { width: min(1100px,100%); margin: 0 auto 120px; text-align: center; }.section-heading h2, .download h2 { margin: 0; font-size: clamp(3.4rem,7.5vw,7rem); line-height: .9; letter-spacing: -.045em; }.section-heading > p:last-child { color: var(--smoke); margin: 28px 0 0; font-size: 1.05rem; }
.timeline { position: relative; width: min(1200px,100%); margin: auto; }
.timeline-track { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: rgba(212,175,55,.12); transform: translateX(-50%); }.timeline-track span { display: block; width: 100%; height: var(--line-progress,0%); background: linear-gradient(180deg,transparent,var(--gold) 5%,var(--gold) 95%,transparent); box-shadow: 0 0 20px rgba(212,175,55,.6); }
.timeline-item { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 90px minmax(0,1fr); align-items: center; gap: 22px; min-height: 640px; }
.timeline-node { z-index: 4; grid-column: 2; grid-row: 1; justify-self: center; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #000; background: var(--gold); box-shadow: 0 0 22px rgba(212,175,55,.8); transform: scale(0); transition: transform .55s cubic-bezier(.34,1.56,.64,1); }.timeline-item.reached .timeline-node { transform: scale(1); }.timeline-node b { position: absolute; margin-top: -50px; color: var(--gold); font: 700 9px Inter,sans-serif; letter-spacing: .1em; }
.motion-frame { position: relative; min-width: 0; min-height: 0; aspect-ratio: 16/10; overflow: hidden; border: 1px solid rgba(212,175,55,.27); border-radius: 22px; background: #050505; box-shadow: 0 24px 70px rgba(0,0,0,.55); }.motion-frame video { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 1.2s ease; }.motion-frame.visible video { transform: scale(1.045); }.frame-label { position: absolute; left: 18px; bottom: 16px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; color: rgba(255,255,255,.64); background: rgba(0,0,0,.44); backdrop-filter: blur(10px); font-size: 8px; letter-spacing: .16em; }
.timeline-copy { max-width: 470px; padding: clamp(28px,4vw,48px); }.step { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }.timeline-copy h3 { margin: 25px 0 18px; font-size: clamp(2.5rem,4vw,4.5rem); line-height: .94; letter-spacing: -.04em; }.timeline-copy p { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.55; }.timeline-copy small { color: rgba(255,255,255,.42); }
.media-left .motion-frame { grid-column: 1; }.media-left .timeline-copy { grid-column: 3; }.media-right .timeline-copy { grid-column: 1; justify-self: end; }.media-right .motion-frame { grid-column: 3; }.timeline-item > * { grid-row: 1; }

.plans { padding: 150px max(24px,6vw); border-top: 1px solid var(--line); background: #000; }.section-heading.compact { margin-bottom: 85px; }.plan-grid { width: min(820px,100%); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: auto; }.plan { min-height: 500px; display: flex; flex-direction: column; padding: 32px; }.plan.featured { border-color: rgba(212,175,55,.44); box-shadow: 0 0 55px rgba(212,175,55,.08),inset 0 1px rgba(255,255,255,.08); transform: translateY(-22px); }.plan > span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; }.plan h3 { margin: 48px 0 12px; font-size: clamp(3.1rem,4vw,4.8rem); line-height: 1; }.plan > p { margin: 0 0 35px; color: var(--smoke); }.plan .plan-price { display: flex; align-items: baseline; gap: 10px; margin-top: -14px; color: var(--bone); }.plan-price strong { font: 700 clamp(2rem,3.5vw,3.2rem)/1 "Playfair Display",serif; }.plan-price span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.plan ul { display: grid; gap: 17px; margin: 0; padding: 28px 0; border-top: 1px solid var(--line); list-style: none; }.plan li { color: rgba(255,255,255,.7); font-size: .92rem; }.plan li::before { content: "+"; margin-right: 12px; color: var(--orange); }.plan a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: var(--bone); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.plan a b { color: var(--gold); }.plan .whatsapp-link { color: #8ee6ae; }.plan .whatsapp-link b { color: #25d366; }.plan-caption { margin: 28px 0 0; color: rgba(255,255,255,.4); text-align: center; font-size: 11px; }

.download { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; padding: 120px 24px; }.download::after { content:""; position:absolute; inset:0; z-index:-2; background: radial-gradient(circle,transparent 0,rgba(0,0,0,.45) 45%,#000 82%); }.download-content { width: min(850px,100%); padding: clamp(35px,6vw,70px); text-align: center; }.download-content > p:not(.overline) { margin: 28px 0; color: var(--smoke); font-size: 1.1rem; }.glass-button.gold { border-color: rgba(212,175,55,.58); background: rgba(212,175,55,.12); }.platform-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; }.platform-links a { display: grid; grid-template-columns: 1fr auto; gap: 4px 15px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; text-align: left; }.platform-links span { font-weight: 700; }.platform-links small { color: rgba(255,255,255,.42); }.platform-links b { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--gold); }
footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: center; padding: 55px max(24px,6vw) 35px; border-top: 1px solid var(--line); }footer p { color: rgba(255,255,255,.42); }footer nav { display: flex; gap: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }footer small { grid-column: 1/-1; padding-top: 28px; border-top: 1px solid var(--line); color: rgba(255,255,255,.28); }

[data-reveal] { opacity: 0; filter: blur(14px); transform: translateY(35px); transition: opacity .8s ease,filter .8s ease,transform .8s cubic-bezier(.2,.7,.2,1); }[data-reveal].visible { opacity: 1; filter: none; transform: none; }

@media (max-width: 1024px) {
  .navbar { grid-template-columns: 1fr auto auto; }.nav-links { position: absolute; inset: 88px 20px auto; display: flex; flex-direction: column; gap: 6px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: .25s ease; }.nav-links.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }.nav-links a { font: 700 clamp(2.5rem,8vw,4.2rem)/1 "Playfair Display",serif; text-transform: none; letter-spacing: -.04em; }.menu-button { z-index: 3; width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 14px; color: #fff; background: rgba(255,255,255,.04); }.menu-button span:not(.sr-only) { width: 20px; height: 1px; background: currentColor; transition: transform .2s ease; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }body.menu-open .navbar { height: calc(100svh - 36px); align-items: start; background: rgba(0,0,0,.94); }.timeline-item { grid-template-columns: minmax(0,1fr) 70px minmax(0,1fr); min-height: 560px; }.plan-grid { grid-template-columns: 1fr; }.plan.featured { transform: none; }
}
@media (max-width: 767px) {
  .navbar { inset: 10px 10px auto; min-height: 64px; padding-left: 11px; }.nav-download { display: none; }.brand { font-size: 18px; }.brand-icon { width: 38px; height: 38px; }body.menu-open .navbar { height: calc(100svh - 20px); }.nav-links { inset: 95px 30px auto; }
  .hero-content { padding-top: 55px; }.hero h1 { font-size: clamp(4.4rem,22vw,7rem); }.hero-subtitle { font-size: .9rem; }.hero-actions { display: grid; }.glass-button { width: 100%; }.release-status { line-height: 1.6; }
  .timeline-section { padding: 110px 18px 75px; }.section-heading { margin-bottom: 80px; text-align: left; }.section-heading h2,.download h2 { font-size: clamp(3.6rem,18vw,6rem); }.timeline-track { left: 18px; }.timeline-item { grid-template-columns: 38px minmax(0,1fr); gap: 12px; min-height: auto; margin-bottom: 105px; }.timeline-item > * { grid-row: auto; }.timeline-node { grid-column: 1 !important; grid-row: 1/3 !important; align-self: start; margin-top: 20px; }.timeline-node b { display: none; }.motion-frame,.media-left .motion-frame,.media-right .motion-frame { grid-column: 2; grid-row: 1; min-height: 0; aspect-ratio: 16/10; width: 100%; }.timeline-copy,.media-left .timeline-copy,.media-right .timeline-copy { grid-column: 2; grid-row: 2; width: 100%; max-width: none; justify-self: stretch; margin-top: -25px; padding: 28px 24px; }.timeline-copy h3 { font-size: clamp(2.7rem,13vw,4rem); }.timeline-copy p { font-size: .95rem; }
  .plans { padding: 105px 18px; }.plan { min-height: 460px; padding: 26px; }.download { padding: 95px 18px; }.download-content { padding: 45px 22px; }.platform-links { grid-template-columns: 1fr; }footer { grid-template-columns: 1fr; }footer nav { flex-wrap: wrap; }footer small { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }[data-reveal] { opacity: 1; filter: none; transform: none; } }
