@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.lp{--gold: #d4a843;--gold-bright: #e8c55a;--gold-dim: rgba(212, 168, 67, .15);--bg-dark: #050506;--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .06);--border: rgba(212, 168, 67, .12);--text: #ffffff;--text-muted: rgba(255, 255, 255, .55);--text-dim: rgba(255, 255, 255, .35);--phone-width: 280px;--phone-height: 608px;font-family:Inter,Segoe UI,sans-serif;color:var(--text);background:var(--bg-dark);overflow-x:hidden}.lp *,.lp *:before,.lp *:after{box-sizing:border-box;margin:0;padding:0}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 24px;transition:all .35s cubic-bezier(.4,0,.2,1)}.lp-nav--scrolled{background:#050506eb;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid var(--border);padding:10px 24px}.lp-nav__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.lp-nav__logo{display:flex;align-items:center;gap:10px}.lp-nav__logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover;filter:drop-shadow(0 0 12px rgba(212,168,67,.25))}.lp-nav__logo-text{font-size:20px;font-weight:900;letter-spacing:2px;color:var(--gold-bright)}.lp-nav__links{display:flex;align-items:center;gap:28px}.lp-nav__link{color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.5px;transition:color .2s}.lp-nav__link:hover{color:var(--gold-bright)}.lp-nav__cta{padding:10px 24px;border-radius:8px;border:none;background:var(--gold);color:#000;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.5px;transition:all .2s}.lp-nav__cta:hover{background:var(--gold-bright);transform:translateY(-1px);box-shadow:0 4px 20px #d4a8434d}.lp-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 24px 80px;overflow:hidden}.lp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 40%,rgba(212,168,67,.06) 0%,transparent 70%),radial-gradient(ellipse 60% 50% at 80% 30%,rgba(30,60,180,.08) 0%,transparent 70%),linear-gradient(145deg,#050506,#0c0b08 40%,#0a0a0e);z-index:0}.lp-hero__content{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.lp-hero__text{max-width:560px}.lp-hero__badge{display:inline-block;padding:6px 14px;border-radius:20px;background:var(--gold-dim);border:1px solid rgba(212,168,67,.2);font-size:11px;font-weight:800;letter-spacing:3px;color:var(--gold-bright);margin-bottom:24px}.lp-hero__title{font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1;margin-bottom:20px;letter-spacing:-1px}.lp-hero__gold{color:var(--gold-bright);text-shadow:0 0 40px rgba(212,168,67,.2)}.lp-hero__subtitle{font-size:17px;color:var(--text-muted);line-height:1.7;margin-bottom:32px;max-width:480px}.lp-hero__actions{display:flex;gap:14px;margin-bottom:48px;flex-wrap:wrap}.lp-hero__btn{padding:14px 28px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .25s;text-decoration:none;display:inline-flex;align-items:center}.lp-hero__btn--primary{background:var(--gold);color:#000;border:none;box-shadow:0 4px 24px #d4a84340}.lp-hero__btn--primary:hover{background:var(--gold-bright);transform:translateY(-2px);box-shadow:0 8px 32px #d4a84359}.lp-hero__btn--secondary{background:transparent;color:var(--text-muted);border:1px solid rgba(255,255,255,.1)}.lp-hero__btn--secondary:hover{color:var(--text);border-color:#fff3}.lp-hero__stats{display:flex;align-items:center;gap:24px}.lp-hero__stat{text-align:center}.lp-hero__stat-num{display:block;font-size:22px;font-weight:900;color:var(--gold-bright);margin-bottom:4px}.lp-hero__stat-label{font-size:11px;color:var(--text-dim);font-weight:600;letter-spacing:1px;text-transform:uppercase}.lp-hero__stat-divider{width:1px;height:36px;background:#ffffff14}.lp-hero__phone-area{display:flex;justify-content:center;align-items:center}.lp-phone{position:relative;perspective:1200px}.lp-phone__frame{width:var(--phone-width);height:var(--phone-height);background:#1a1a1f;border-radius:36px;border:3px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #0009,0 0 80px #d4a84314,inset 0 1px #ffffff0d;overflow:hidden;position:relative;padding:12px 6px 20px;display:flex;flex-direction:column}.lp-phone__notch{width:100px;height:24px;background:#111;border-radius:0 0 16px 16px;margin:0 auto 8px;position:relative;z-index:2}.lp-phone__screen{flex:1;border-radius:20px;overflow:hidden;position:relative;background:#050506}.lp-phone__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:top;opacity:0;transition:opacity .6s ease}.lp-phone__img--active{opacity:1}.lp-phone__home-bar{width:100px;height:4px;background:#fff3;border-radius:2px;margin:10px auto 0}.lp-modes{padding:80px 24px;background:linear-gradient(180deg,transparent 0%,rgba(212,168,67,.02) 50%,transparent 100%)}.lp-modes__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-mode-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:all .3s}.lp-mode-card:hover{background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.lp-mode-card--leader{border-color:#d4a84340}.lp-mode-card__icon{font-size:32px;margin-bottom:16px}.lp-mode-card__title{font-size:20px;font-weight:800;margin-bottom:10px;color:var(--gold-bright)}.lp-mode-card__desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.lp-mode-card__list{list-style:none;display:flex;flex-direction:column;gap:8px}.lp-mode-card__list li{font-size:13px;color:var(--text-muted);padding-left:20px;position:relative}.lp-mode-card__list li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.lp-section-badge{display:inline-block;padding:6px 14px;border-radius:20px;background:var(--gold-dim);border:1px solid rgba(212,168,67,.15);font-size:11px;font-weight:800;letter-spacing:3px;color:var(--gold-bright);margin-bottom:16px}.lp-section-title{font-size:clamp(28px,4vw,40px);font-weight:900;margin-bottom:48px;letter-spacing:-.5px}.lp-features{padding:100px 24px;background:linear-gradient(180deg,var(--bg-dark) 0%,rgba(10,10,14,1) 100%)}.lp-features__inner{max-width:1100px;margin:0 auto;text-align:center}.lp-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:28px 24px;text-align:left;transition:all .3s}.lp-feature-card:hover{background:var(--bg-card-hover);border-color:#d4a84333;transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.lp-feature-card__icon{font-size:28px;margin-bottom:14px}.lp-feature-card__title{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--text)}.lp-feature-card__desc{font-size:13px;color:var(--text-muted);line-height:1.6}.lp-screens{padding:100px 24px;background:linear-gradient(180deg,rgba(10,10,14,1) 0%,var(--bg-dark) 100%)}.lp-screens__inner{max-width:1100px;margin:0 auto;text-align:center}.lp-screens__carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.lp-screens__item{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:20px 16px 16px;cursor:pointer;transition:all .35s;font-family:inherit;color:inherit;text-align:center}.lp-screens__item--active{border-color:var(--gold);background:#d4a8430a;box-shadow:0 0 30px #d4a84314}.lp-screens__item:hover{border-color:#d4a8434d;transform:translateY(-4px)}.lp-screens__phone-mini{width:180px;height:390px;margin:0 auto 14px;border-radius:16px;overflow:hidden;border:2px solid rgba(255,255,255,.06);background:#0a0a0e;box-shadow:0 8px 24px #0006}.lp-screens__phone-img{width:100%;height:100%;object-fit:contain;object-position:top}.lp-screens__label{font-size:14px;font-weight:700;margin-bottom:4px}.lp-screens__desc{font-size:12px;color:var(--text-dim)}.lp-cta{padding:100px 24px;text-align:center;position:relative;overflow:hidden}.lp-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(212,168,67,.06) 0%,transparent 70%)}.lp-cta__inner{position:relative;z-index:1;max-width:600px;margin:0 auto}.lp-cta__title{font-size:clamp(28px,4vw,40px);font-weight:900;margin-bottom:16px}.lp-cta__subtitle{font-size:16px;color:var(--text-muted);line-height:1.6;margin-bottom:32px}.lp-cta__btn{padding:16px 36px;border-radius:12px;border:none;background:var(--gold);color:#000;font-size:16px;font-weight:800;cursor:pointer;font-family:inherit;letter-spacing:.5px;transition:all .25s;box-shadow:0 4px 24px #d4a84340}.lp-cta__btn:hover{background:var(--gold-bright);transform:translateY(-2px);box-shadow:0 8px 40px #d4a84359}.lp-footer{padding:32px 24px;border-top:1px solid rgba(255,255,255,.05)}.lp-footer__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.lp-footer__brand{display:flex;align-items:center;gap:10px}.lp-footer__logo{width:28px;height:28px;border-radius:50%;object-fit:cover}.lp-footer__name{font-size:14px;font-weight:800;color:var(--gold);letter-spacing:2px}.lp-footer__copy{font-size:12px;color:var(--text-dim)}@media (max-width: 900px){.lp-hero__content{grid-template-columns:1fr;text-align:center}.lp-hero__text,.lp-hero__subtitle{max-width:100%}.lp-hero__actions,.lp-hero__stats{justify-content:center}.lp-hero__phone-area{margin-top:40px}.lp-modes__inner{grid-template-columns:1fr}.lp-features__grid,.lp-screens__carousel{grid-template-columns:1fr 1fr}.lp-nav__link{display:none}}@media (max-width: 600px){.lp-hero{padding:100px 16px 60px}.lp-hero__title{font-size:32px}.lp-hero__subtitle{font-size:15px}.lp-hero__actions{flex-direction:column;align-items:stretch}.lp-hero__stats{flex-wrap:wrap;gap:16px}.lp-features__grid,.lp-screens__carousel{grid-template-columns:1fr}.lp-footer__inner{flex-direction:column;gap:12px;text-align:center}.lp-phone__frame{--phone-width: 240px;--phone-height: 500px;width:var(--phone-width);height:var(--phone-height)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-phone{animation:float 6s ease-in-out infinite}
