.lp-feat{background:var(--bg);padding:40px 0 64px}.lp-feat__rail{overflow-x:auto;scrollbar-width:none}.lp-feat__rail::-webkit-scrollbar{display:none}.lp-feat__tabs{display:flex;align-items:stretch;justify-content:flex-start;gap:4px;width:max-content;margin-inline:auto;padding:0 32px}.lp-feat__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-bottom:2px solid transparent;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:500;padding:22px 20px 18px;display:flex;flex-direction:column;align-items:center;gap:12px;white-space:nowrap;color:#7c7c88;transition:color .18s ease,border-color .18s ease}.lp-feat__tab:hover{color:#b4b4c0}.lp-feat__tab.is-on{color:var(--primary);border-bottom-color:var(--primary)}.lp-feat__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:11px;background:transparent;transition:background-color .18s ease}.lp-feat__tab.is-on .lp-feat__icon{background:rgba(246,129,54,.14)}.lp-feat__panel{max-width:1120px;margin:0 auto;padding:40px 32px 0;display:flex;flex-direction:column;align-items:center;gap:32px}.lp-feat__heading{margin:0;font-size:clamp(18px,1.9vw,24px);line-height:1.5;font-weight:700;text-align:center;max-width:62ch;text-wrap:balance;color:var(--text-strong)}.lp-feat__frame{width:100%;border:1px solid #1d1d24;border-radius:14px;background:#0c0c10;padding:10px;box-shadow:0 50px 90px -50px rgba(0,0,0,.95)}.lp-feat__media{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:1004px}.lp-feat__shot{position:relative;width:100%;aspect-ratio:2748/1560;border-radius:8px;overflow:hidden;background:#0a0a0d}.lp-feat__slide{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;pointer-events:none}.lp-feat__slide.is-on{opacity:1;pointer-events:auto}.lp-feat__slide img{width:100%;height:100%;object-fit:cover;display:block}.lp-feat__stage{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;grid-gap:10px;gap:10px;width:100%}.lp-feat__stage .lp-feat__frame{grid-column:2;min-width:0}.lp-feat__step--back{grid-column:1}.lp-feat__step--on{grid-column:3}.lp-feat__step{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid #1d1d24;border-radius:999px;background:#0c0c10;color:#6b6b78;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.lp-feat__step:hover{border-color:#33333d;background:#15151b;color:var(--text-strong)}.lp-feat__dots{display:flex;gap:8px}.lp-feat__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#33333d;cursor:pointer;transition:width .25s ease,background-color .25s ease}.lp-feat__dot:hover{background:#55555f}.lp-feat__dot.is-on{width:22px;background:var(--primary)}.lp-feat__placeholder{position:absolute;inset:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#3e3e48;font-size:13.5px}@media (max-width:720px){.lp-feat{padding-top:28px;padding-bottom:48px}.lp-feat__stage{grid-template-columns:26px minmax(0,1fr) 26px;gap:6px}.lp-feat__step{width:26px;height:26px}.lp-feat__tabs{padding:0 20px}.lp-feat__panel{padding:32px 20px 0;gap:28px}}.lp-hero{align-content:center;min-height:560px;padding:72px 44px;background:var(--bg);overflow:hidden}.lp-hero,.lp-hero__inner{position:relative;display:grid}.lp-hero__inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,400px);align-items:center;grid-gap:64px;gap:64px;width:100%;max-width:1320px;margin:0 auto}.lp-candles{position:absolute;left:0;right:0;bottom:0;height:62%;z-index:0;pointer-events:none}.lp-candles__row{position:relative;height:100%;display:flex;align-items:flex-end;gap:6px;padding:0 44px}.lp-candles__candle{flex:1 1;position:relative;height:100%;animation:lp-candle-in .7s cubic-bezier(.2,.8,.2,1) both}@keyframes lp-candle-in{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.lp-candles__body,.lp-candles__wick{position:absolute;transition:top 1.6s cubic-bezier(.4,0,.2,1),height 1.6s cubic-bezier(.4,0,.2,1),background 1.6s linear}.lp-candles__wick{left:50%;width:1.5px;transform:translateX(-50%);opacity:.9}.lp-candles__body{left:0;right:0}.lp-candles__sweep{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,10,0),rgba(8,8,10,.28) 26%,rgba(8,8,10,.7) 48%,rgba(8,8,10,.86))}.lp-candles__fade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,10,.92),rgba(8,8,10,.18) 34%,rgba(8,8,10,0) 70%,rgba(8,8,10,.75))}.lp-hero__copy{display:flex;flex-direction:column;align-items:flex-start}.lp-hero__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 30px;color:var(--primary);font-size:12.5px;font-weight:600;letter-spacing:0}.lp-hero__rule{width:28px;height:1px;flex:none;background:var(--primary)}.lp-hero__title{margin:0;font-size:clamp(48px,8vw,112px);line-height:1.12;font-weight:900;letter-spacing:0;color:#f2f2f5;text-wrap:balance}.lp-hero__lede{margin:28px 0 0;max-width:38ch;font-size:clamp(17px,1.6vw,22px);line-height:1.85;font-weight:500;color:#a9a9b6;text-wrap:pretty}.lp-hero__actions{display:flex;align-items:center;gap:14px;margin-top:42px;flex-wrap:wrap}.lp-hero__cta,.lp-hero__second{display:inline-flex;align-items:center;border-radius:10px;font-weight:700;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.lp-hero__cta:active,.lp-hero__second:active{transform:translateY(1px)}.lp-hero__cta{gap:12px;padding:16px 32px;background:var(--primary);color:#1a0d03;font-size:16px}.lp-hero__cta:hover{background:#ffa163}.lp-hero__cta-arrow{font-size:17px}.lp-hero__second{gap:9px;padding:16px 26px;border:1px solid #2c2c35;color:#d8d8e0;font-size:15.5px;font-weight:500}.lp-hero__second:hover{border-color:#4a4a57;background:#101014}@media (max-width:1040px){.lp-hero__inner{grid-template-columns:minmax(0,1fr);gap:48px;max-width:640px}.lp-candles__sweep{background:linear-gradient(180deg,rgba(8,8,10,.85),rgba(8,8,10,.4) 40%,rgba(8,8,10,.2))}}@media (max-width:720px){.lp-hero{min-height:0;padding:56px 24px}.lp-hero .lp-watch{display:none}.lp-hero__lede{margin-top:22px}.lp-hero__actions{margin-top:32px}.lp-hero__cta,.lp-hero__second{justify-content:center;width:100%;padding:13px 20px;font-size:15px}.lp-hero__actions{gap:10px}.lp-hero__cta-arrow{font-size:16px}.lp-candles__row{gap:3px;padding:0 16px}.lp-candles{height:78%}.lp-candles__sweep{background:linear-gradient(180deg,rgba(8,8,10,.72),rgba(8,8,10,.18) 44%,rgba(8,8,10,0))}.lp-candles__fade{background:linear-gradient(180deg,rgba(8,8,10,.85),rgba(8,8,10,.1) 30%,rgba(8,8,10,0) 62%,rgba(8,8,10,.7))}}.lp-ticker{position:relative;z-index:3;margin-top:var(--nav-height);border-top:1px solid #16161b;border-bottom:1px solid #16161b;background:#0a0a0d;direction:ltr;overflow:hidden}.lp-ticker__rail{display:flex;width:max-content;animation:lp-ticker-run 72s linear infinite}.lp-ticker__run{display:flex;align-items:stretch}@keyframes lp-ticker-run{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.lp-ticker:hover .lp-ticker__rail{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.lp-ticker__rail{animation:none}}.lp-ticker__item{flex:0 0 auto;min-width:200px;display:flex;align-items:baseline;gap:9px;padding:11px 16px;border-right:1px solid #16161b;font-family:var(--font-mono);white-space:nowrap}.lp-ticker__sym{font-size:12px;font-weight:700;color:#cfcfd8}.lp-ticker__px{font-size:12px;color:#77777f}.lp-ticker__chg{margin-left:auto;font-size:11.5px}@media (max-width:720px){.lp-ticker__item{min-width:168px;padding:10px 14px}.lp-ticker__rail{animation-duration:60s}}