:root{--bg-page:#faf7fc;--bg-surface:#ffffff;--bg-preview:#1e1e2e;--bg-hover:rgba(139,92,246,0.08);--primary:#8b5cf6;--primary-end:#a855f7;--primary-gradient:linear-gradient(90deg,#8b5cf6,#a855f7);--accent-secondary:#f97316;--accent-teal:#06b6d4;--accent-pink:#ec4899;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--text-primary:#111827;--text-secondary:#6b7280;--text-on-dark:#ffffff;--text-on-dark-muted:#9ca3af;--border:#e5e7eb;--border-dark:#374151;--shadow-card:0 1px 3px rgba(0,0,0,0.1);--shadow-focus:0 0 0 2px var(--primary);--shadow-primary-btn:0 4px 14px rgba(139,92,246,0.35);--font-sans:"Inter",system-ui,-apple-system,sans-serif;--text-h1:24px;--text-h2:18px;--text-body:14px;--text-caption:12px;--leading-tight:1.3;--leading-body:1.5;--space-unit:8px;--space-card:24px;--space-section:32px;--radius-card:12px;--radius-default:8px;--radius-pill:9999px}*{box-sizing:border-box;padding:0;margin:0}html{background:#ffffff;scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:clip}body{min-height:100vh;background:var(--bg-page);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--leading-body);-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit;font-size:inherit}@supports (-webkit-touch-callout:none){input,select,textarea{font-size:16px!important}}@keyframes toastSlideInDesktop{0%{transform:translateX(calc(100% + 32px));opacity:0}to{transform:translateX(0);opacity:1}}@keyframes toastSlideOutDesktop{0%{transform:translateX(0);opacity:1}to{transform:translateX(calc(100% + 32px));opacity:0}}.toast-enter{animation:toastSlideInDesktop .24s cubic-bezier(.16,1,.3,1) forwards}.toast-exit{animation:toastSlideOutDesktop .2s ease-in forwards}@keyframes dialogScaleIn{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-enter{animation:dialogScaleIn .18s cubic-bezier(.16,1,.3,1) forwards}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.45}}.skeleton{background:#e5e7eb;border-radius:8px;animation:skeletonPulse 1.5s ease-in-out infinite}.skeleton--rounded{border-radius:9999px}.skeleton--dark{background:#2a2a3e}@keyframes roomDetectedFadeIn{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-8px)}12%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.75}}@keyframes processingDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.processing-step-current-dot{animation:processingDotPulse 1.2s ease-in-out infinite}@keyframes editorEqBounce{0%{height:4px}to{height:12px}}.vibe-card-btn:not(.vibe-card-active):hover{background:#FAF5FF!important;border-color:#C084FC!important;box-shadow:0 0 0 2px #E9D5FF!important}.title-display:hover{background:rgba(0,0,0,.04)}.title-display:hover .pencil-icon{opacity:1!important}.scene-card-wrap{transition:background .15s,border-color .2s,box-shadow .2s;cursor:pointer}.scene-card-selected{border-color:#8b5cf6!important;box-shadow:0 0 0 1px #8b5cf6!important;background:#ffffff!important}.scene-card-default{border-color:#e5e7eb!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important;background:#ffffff!important}.scene-card-default:hover{background:#F9FAFB!important}.music-track-row:not(.music-track-row-selected):hover{background:rgba(139,92,246,.04)!important;border-left-color:rgba(139,92,246,.35)!important}.footer-contact-link{text-decoration:none}.footer-contact-link:hover{text-decoration:underline}.header-dropdown-item:hover{background:#F9FAFB}.header-dropdown-danger:hover{background:#FEF2F2}.auth-mobile-hero{display:none}.auth-page-main{min-height:100dvh;font-family:Inter,system-ui,sans-serif;overscroll-behavior:none;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,0)}@media (min-width:768px){.auth-page-main{display:grid;grid-template-columns:1fr 1.5fr}.auth-right-panel{background:#ffffff;flex-direction:column;padding:32px}.auth-form-center-wrap,.auth-right-panel{display:flex;align-items:center;justify-content:center}.auth-form-center-wrap{flex:1 1}}@media (max-width:767px){.auth-page-main{display:block;background:linear-gradient(180deg,#4c1d95,#8b5cf6)}.auth-mobile-hero{display:flex;height:300px;align-items:center;justify-content:center}.auth-left-panel{display:none!important}.auth-right-panel{background:#ffffff;border-radius:24px 24px 0 0;margin-top:-70px;padding:32px 16px 48px;min-height:calc(100dvh - 230px);width:100%;box-sizing:border-box}.auth-form-center-wrap,.auth-right-panel{display:block!important;align-items:unset!important;justify-content:unset!important}.auth-form-center-wrap{flex:unset!important}.auth-form-card{width:100%!important;max-width:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;overflow:hidden}.auth-form-heading{text-align:center!important;font-size:28px!important}.auth-form-subtitle{text-align:center!important;margin-bottom:20px!important}.auth-input-wrapper{padding:13px 12px!important}.auth-forgot-link-wrap{min-height:44px;display:flex!important;align-items:center;justify-content:flex-end;margin-bottom:8px!important}.auth-submit-btn{padding:14px 20px!important;font-size:16px!important;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.1)!important}.auth-beta-banner{border-radius:10px!important;padding:14px 16px!important;margin-bottom:24px!important}.auth-links-row{text-align:center!important;margin-top:28px!important}.auth-coming-soon-overlay{border-radius:0!important}.dashboard-main{padding:16px!important;gap:16px!important}.dashboard-grid{display:flex!important;flex-direction:column!important;gap:16px!important}.dashboard-upload-section{order:-1}.dashboard-upload-heading{display:none!important}.video-card-thumb{width:80px!important;min-width:80px!important}.dashboard-footer{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important;padding-top:16px!important}.header-root{padding-left:16px!important;padding-right:16px!important}.header-page-title{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin-left:0!important;max-width:calc(100% - 140px)!important;overflow:hidden!important}.header-page-title.title-display{display:flex!important;pointer-events:auto!important;cursor:pointer!important}.header-page-title span:first-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important}.header-page-title .pencil-icon{display:none!important}input.header-page-title{display:block!important;pointer-events:auto!important;font-size:13px!important;max-width:calc(100% - 140px)!important;min-width:100px!important;padding:3px 8px!important}.header-dropdown-item{min-height:44px;padding-top:12px!important;padding-bottom:12px!important}.header-dropdown-panel{right:0;left:auto;max-width:calc(100vw - 32px);min-width:200px}.settings-save-btn{align-self:stretch!important;width:100%!important;text-align:center}.brand-kit-grid{grid-template-columns:1fr!important}.brand-kit-logo-section{display:flex!important;flex-direction:row!important;gap:12px!important;align-items:flex-start!important;flex-wrap:wrap!important}.brand-kit-logo-zone{width:120px!important;min-width:120px!important;height:80px!important;margin-bottom:0!important}.brand-kit-upload-zone{width:100%!important}.brand-kit-logo-buttons{flex-direction:column!important;flex:1 1!important;gap:8px!important;margin-bottom:0!important}.brand-kit-logo-buttons>button,.brand-kit-logo-buttons>div,.brand-kit-sk-btn{width:100%!important}.brand-kit-logo-caption{width:100%!important;text-align:center!important;margin-top:4px!important}.brand-kit-pos-picker{height:166px!important}.brand-kit-preview-label{display:block!important}.brand-kit-preview-row{flex-direction:column!important;height:auto!important;gap:0!important;padding:0!important;background:transparent!important;border:none!important;align-items:stretch!important}.brand-kit-preview-thumb{width:100%!important;height:166px!important;border-radius:10px!important;background:#1E1E2E!important;border:1px solid #374151!important;flex-shrink:0}.brand-kit-preview-text{text-align:center!important;margin-top:8px!important}.brand-kit-save-wrap{justify-content:stretch!important}.brand-kit-save-wrap>button,.brand-kit-save-wrap>div{width:100%!important}}@media (min-width:768px){.brand-kit-preview-label{display:none!important}}@media (max-width:767px){.preview-dark-inner{padding:0!important}.preview-video{border-radius:0!important;display:block}.preview-light-zone{padding:20px 16px 40px!important}.preview-action-buttons{flex-direction:column!important;gap:10px!important}.preview-action-buttons>*{width:100%!important;justify-content:center!important;box-sizing:border-box!important}.scenes-columns-wrapper{flex-direction:column!important;min-height:0!important}.scenes-left-column{width:100%!important;min-width:0!important;max-width:none!important;border-right:none!important;border-bottom:1px solid #e5e7eb;flex-direction:row!important;height:auto!important;overflow:hidden!important}.scenes-section-header{display:none!important}.scenes-right-column .scenes-section-header{display:block!important}.scenes-list{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex:none!important;padding:8px 10px!important;gap:6px!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;scrollbar-width:none}}@media (max-width:767px){.scenes-list::-webkit-scrollbar{display:none}.scene-card-wrap{flex-direction:column!important;width:72px!important;min-width:72px!important;max-width:72px!important;flex-shrink:0!important;padding:4px!important;gap:3px!important;align-items:center!important;overflow:hidden!important;height:155px!important;min-height:155px!important;touch-action:pan-x!important}.scene-thumb{width:64px!important;height:64px!important;min-width:64px!important;border-radius:4px!important}.scene-card-text{align-items:center!important;text-align:center;width:100%;overflow:hidden;gap:2px!important}.scene-room-pill{font-size:9px!important;padding:1px 5px!important}.scene-duration-label,.scene-number-label{font-size:10px!important}.scenes-center-column{flex:none!important;width:100%!important;max-width:100vw!important;overflow:visible!important;order:-1!important}.scenes-dark-zone{padding:8px 0 0!important;overflow:hidden!important;max-width:100%!important;position:fixed!important;top:48px!important;left:0!important;right:0!important;z-index:20!important;background:#1E1E2E!important}.scenes-mobile-player-spacer{height:calc(56.25vw + 72px)}.scenes-sticky-light-section{position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;width:auto!important;margin:0!important;z-index:25!important;background:#FAF7FC!important;border-top:1px solid #e5e7eb!important;box-shadow:0 -2px 8px rgba(0,0,0,.06)!important}.scenes-light-zone{padding:10px 16px!important}.scenes-right-column{padding-bottom:72px!important}.scenes-left-column>div:first-child,.scenes-right-column>div:first-child{position:static!important;z-index:auto!important}.scenes-video-player-wrap,.scenes-video-player-wrap>div{max-width:100%!important;overflow:hidden!important}.scenes-disclaimer{display:none!important}.scenes-regen-picker{position:fixed!important;top:50%!important;left:16px!important;right:16px!important;transform:translateY(-50%)!important;z-index:40!important;background:#ffffff!important;border-radius:12px!important;box-shadow:0 4px 20px rgba(0,0,0,.15)!important}.scenes-overlay-label{font-size:10px!important;padding:3px 8px!important;max-width:60%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.scenes-light-zone{position:fixed!important;bottom:0!important;left:0!important;right:0!important;padding:16px!important;background:#ffffff!important;border-top:1px solid #e5e7eb!important;z-index:50!important}.scenes-light-zone>div{width:100%!important}.scenes-light-zone button{width:100%!important;justify-content:center!important}.scenes-right-column{width:100%!important;min-width:0!important;max-width:none!important;border-left:none!important;border-top:none!important;overflow:visible!important;padding-bottom:90px!important}.scenes-settings-scroll{padding:0 16px 24px!important}.scenes-right-column section:first-of-type,.scenes-right-column section:nth-of-type(2){padding-top:16px!important}.scenes-right-column section:nth-of-type(n+3){padding-top:20px!important}.scenes-right-column section{padding-bottom:0!important}.scene-add-btn{width:72px!important;min-width:72px!important;max-width:72px!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:8px 4px!important;border-radius:8px!important}.scene-add-plus{font-size:20px!important;line-height:1!important}.scene-add-label{font-size:10px!important;line-height:1.2!important;white-space:nowrap!important}.music-tracks-toggle{display:block!important}.deleted-scenes-toggle{width:72px!important;min-width:72px!important;max-width:72px!important;height:155px!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:2px dashed #d1d5db!important;border-radius:8px!important;background:#F9FAFB!important;padding:4px!important;cursor:pointer!important;touch-action:manipulation!important}.deleted-scenes-toggle.deleted-scenes-toggle-open{border:2px solid #d1d5db!important;background:#F3F4F6!important}.deleted-scenes-badge{background:#EF4444;color:#ffffff;border-radius:50%;width:18px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1}.deleted-scene-mobile-card{width:72px!important;min-width:72px!important;max-width:72px!important;height:155px!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:2px dashed #d1d5db!important;border-radius:8px!important;background:#F9FAFB!important;padding:4px!important;overflow:hidden!important}.deleted-scene-card-thumb{width:60px!important;min-width:60px!important;height:60px!important;min-height:60px!important;border-radius:4px!important;overflow:hidden!important;background:#e5e7eb!important;flex-shrink:0!important}.deleted-scene-card-room{font-size:9px!important;text-transform:uppercase!important;padding:1px 5px!important;background:#F3F4F6!important;color:#6B7280!important;width:60px!important;max-width:60px!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important;display:block!important}.deleted-scene-card-room,.deleted-scene-restore-btn{font-weight:600!important;border-radius:9999px!important;white-space:nowrap!important}.deleted-scene-restore-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:3px 6px!important;border:1px solid #d1d5db!important;background:#ffffff!important;color:#374151!important;font-size:10px!important;cursor:pointer!important;flex-shrink:0!important;touch-action:manipulation!important}.dash-sk-thumb{width:80px!important;min-width:80px!important}.editor-sk-wrapper{flex-direction:column!important;min-height:0!important}.editor-sk-left{width:100%!important;min-width:0!important;max-width:none!important;border-right:none!important;border-bottom:1px solid #e5e7eb!important;flex-direction:row!important;height:auto!important;overflow:hidden!important}.editor-sk-col-heading{display:none!important}.editor-sk-right-heading,.editor-sk-scene-list{display:flex!important}.editor-sk-scene-list{flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex:none!important;padding:8px 10px!important;gap:6px!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;scrollbar-width:none}}@media (max-width:767px){.editor-sk-scene-list::-webkit-scrollbar{display:none}.editor-sk-scene-card{width:72px!important;min-width:72px!important;max-width:72px!important;height:auto!important;flex-shrink:0!important;padding:4px!important;border-radius:8px!important;gap:4px!important;overflow:hidden!important;flex-direction:column!important;align-items:center!important}.editor-sk-scene-drag{display:none!important}.editor-sk-scene-text{align-items:center!important;gap:3px!important;width:100%!important}.editor-sk-scene-thumb{width:64px!important;height:64px!important;border-radius:4px!important}.editor-sk-center{flex:none!important;width:100%!important;order:-1!important}.editor-sk-dark{padding:0!important}.editor-sk-light{position:fixed!important;bottom:0!important;left:0!important;right:0!important;padding:16px!important;background:#ffffff!important;border-top:1px solid #e5e7eb!important;z-index:50!important}.editor-sk-render-btn,.editor-sk-right{width:100%!important}.editor-sk-right{min-width:0!important;max-width:none!important;border-left:none!important;border-top:none!important;overflow:visible!important;padding-bottom:90px!important}.editor-sk-settings-body{overflow:visible!important;padding:8px 16px 24px!important}.preview-sk-dark-inner{max-width:none!important;padding:0!important}.preview-sk-light-inner{max-width:none!important;padding:20px 16px 40px!important}.preview-sk-buttons{flex-direction:column!important;gap:10px!important;margin-bottom:20px!important}.preview-sk-btn,.settings-sk-save{width:100%!important}}.pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;margin-bottom:32px}@media (min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.pricing-card{box-shadow:0 1px 3px rgba(0,0,0,.1);transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.pricing-card--best{box-shadow:0 0 0 4px rgba(139,92,246,.12),0 8px 24px rgba(139,92,246,.15)}.pricing-card--best:hover{transform:translateY(-6px);box-shadow:0 0 0 4px rgba(139,92,246,.15),0 16px 32px rgba(139,92,246,.2)}.lp-mobile-only{display:none!important}@media (max-width:767px){.lp-mobile-only{display:block!important}.lp-mobile-only.lp-btn-primary{display:inline-flex!important}.lp-desktop-only{display:none!important}}.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}:root{--lp-max-width:1200px;--lp-dark-gradient:linear-gradient(128deg,#1e1e2e,#2a1a4e);--lp-cyan:#06b6d4;--lp-section-py:96px}.lp-container{width:100%;max-width:var(--lp-max-width);margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.lp-section{padding-top:var(--lp-section-py);padding-bottom:var(--lp-section-py)}.lp-section--dark{background:var(--lp-dark-gradient)}.lp-section--light{background:var(--bg-page)}.lp-section--white{background:#ffffff}.lp-h1{font-size:42px;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#ffffff}.lp-h1,.lp-h2{font-family:var(--font-sans)}.lp-h2{font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:#1e1e2e;text-align:center}.lp-h2--light{color:#ffffff}.lp-h3{font-family:var(--font-sans);font-size:20px;font-weight:700;line-height:1.3;color:#1e1e2e}.lp-h3--light{color:#ffffff}.lp-body{font-family:var(--font-sans);font-size:18px;font-weight:400;line-height:1.7;color:rgba(30,30,46,.7)}.lp-body--light{color:rgba(255,255,255,.7)}.lp-caption{font-family:var(--font-sans);font-size:14px;font-weight:400;color:rgba(30,30,46,.5)}.lp-caption--light{color:rgba(255,255,255,.45)}.lp-gradient-text{background:linear-gradient(90deg,#8b5cf6,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lp-cyan-text{color:var(--lp-cyan)}.lp-purple-text{color:var(--primary)}.lp-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:linear-gradient(90deg,#8b5cf6,#7c3aed);color:#ffffff;font-family:var(--font-sans);font-size:16px;font-weight:600;border:none;border-radius:var(--radius-pill);cursor:pointer;text-decoration:none;box-shadow:0 4px 14px rgba(139,92,246,.4);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.lp-btn-primary:hover{text-decoration:none;background:linear-gradient(90deg,#7c3aed,#6d28d9);box-shadow:0 6px 20px rgba(139,92,246,.55);transform:translateY(-1px)}.lp-btn-primary--large{padding:18px 40px;font-size:18px}.lp-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:transparent;color:#ffffff;font-family:var(--font-sans);font-size:15px;font-weight:600;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-pill);cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}.lp-btn-outline:hover{text-decoration:none;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.06)}.lp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(18,12,36,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(139,92,246,.15);height:64px;display:flex;align-items:center}.lp-nav__inner{width:100%;max-width:var(--lp-max-width);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.lp-nav__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.lp-nav__logo img{height:32px;width:auto}.lp-nav__links{display:flex;align-items:center;gap:32px;list-style:none;justify-self:center}.lp-nav__link{font-size:14px;font-weight:500;color:rgba(255,255,255,.75);text-decoration:none;transition:color .15s;cursor:pointer;background:none;border:none;font-family:var(--font-sans)}.lp-nav__link:hover{color:#ffffff;text-decoration:none}.lp-nav__actions{display:flex;align-items:center;gap:16px;justify-self:end}.lp-nav__login{font-size:14px;font-weight:500;color:rgba(255,255,255,.75);text-decoration:none;transition:color .15s}.lp-nav__login:hover{color:#ffffff;text-decoration:none}.lp-nav__cta{padding:8px 20px;font-size:14px;font-weight:600}.lp-nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.lp-nav__hamburger span{display:block;width:22px;height:2px;background:rgba(255,255,255,.85);border-radius:2px;transition:transform .2s,opacity .2s}.lp-nav__mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#1a0f38;border-bottom:1px solid rgba(139,92,246,.2);padding:16px 24px 24px;z-index:99;flex-direction:column;gap:0}.lp-nav__mobile-menu--open{display:flex}.lp-nav__mobile-link{display:block;padding:14px 0;font-size:16px;font-weight:500;color:rgba(255,255,255,.8);text-decoration:none;cursor:pointer;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.07);font-family:var(--font-sans);text-align:left;width:100%;transition:color .15s}.lp-nav__mobile-link:last-of-type{border-bottom:none}.lp-nav__mobile-link:hover{color:#ffffff;text-decoration:none}.lp-nav__mobile-cta{margin-top:20px;width:100%;text-align:center}.lp-hero{background:var(--lp-dark-gradient);padding-top:80px;padding-bottom:80px;overflow:hidden;position:relative}.lp-hero__glow{position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(139,92,246,.12);filter:blur(100px);top:60px;left:50%;transform:translateX(-50%);pointer-events:none}.lp-hero__content{position:relative;z-index:1}.lp-hero__grid{display:flex;flex-direction:column}@media (min-width:1024px){.lp-hero__grid{display:grid;grid-template-columns:58fr 42fr;grid-gap:48px;gap:48px;align-items:center}}.lp-hero__text{display:flex;flex-direction:column}.lp-hero__video-col{display:flex;align-items:center;justify-content:flex-end}.lp-hero__eyebrow{font-size:13px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(196,181,253,.8)}.lp-hero__eyebrow,.lp-hero__title{margin-bottom:24px}.lp-hero__title-line{display:block}.lp-hero__subtitle{max-width:500px;margin-bottom:12px}.lp-hero__subtitle-small{font-size:14px}.lp-hero__small{font-size:14px;color:rgba(255,255,255,.45);margin-bottom:32px}.lp-hero__cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:8px}.lp-hero__trust{font-size:13px;color:rgba(255,255,255,.4)}.lp-hero__video-mock{position:relative;border-radius:16px;width:100%;overflow:hidden;border:1px solid rgba(139,92,246,.3);box-shadow:0 25px 60px rgba(139,92,246,.2);background:linear-gradient(150deg,#2a1a4e,#1e1e2e)}.lp-hero__video-chrome{display:flex;align-items:center;gap:6px;padding:10px 16px;background:rgba(0,0,0,.3);border-bottom:1px solid rgba(255,255,255,.06)}.lp-hero__chrome-dot{width:10px;height:10px;border-radius:50%}.lp-hero__chrome-dot--red{background:rgba(255,100,103,.7)}.lp-hero__chrome-dot--yellow{background:rgba(253,199,0,.7)}.lp-hero__chrome-dot--green{background:rgba(5,223,114,.7)}.lp-hero__chrome-title{font-size:11px;color:rgba(255,255,255,.3);margin-left:8px}.lp-hero__video-body{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;padding:32px}.lp-hero__play-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.lp-hero__play-btn{width:72px;height:72px;border-radius:50%;background:rgba(139,92,246,.2);border:1px solid rgba(139,92,246,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.lp-hero__play-btn:hover{background:rgba(139,92,246,.35);transform:scale(1.05)}.lp-hero__play-icon{width:28px;height:28px;fill:rgba(255,255,255,.85);margin-left:4px}.lp-hero__play-label{font-size:14px;color:rgba(255,255,255,.5)}.lp-pain{background:var(--bg-page)}.lp-pain__header{text-align:center;margin-bottom:56px}.lp-pain__subtitle{max-width:640px;margin:16px auto 0;text-align:center}.lp-pain__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:56px}.lp-pain__card{background:#ffffff;border-radius:16px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #e5e7eb;border-top:6px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.lp-pain__card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.lp-pain__card--red{border-top-color:#EF4444}.lp-pain__card--orange{border-top-color:#F59E0B}.lp-pain__card--gray{border-top-color:#6B7280}.lp-pain__card-header{display:flex;align-items:center;gap:12px;margin-bottom:4px}.lp-pain__icon{width:40px;height:40px;min-width:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.lp-pain__icon svg{width:20px;height:20px}.lp-pain__icon--red{background:#FEF2F2;color:#EF4444}.lp-pain__icon--orange{background:#FFFBEB;color:#F59E0B}.lp-pain__icon--gray{background:#F3F4F6;color:#6B7280}.lp-pain__list{list-style:none;margin-top:20px;display:flex;flex-direction:column;gap:10px}.lp-pain__list li{display:flex;gap:10px;font-size:15px;color:rgba(30,30,46,.6);line-height:1.5}.lp-pain__dash{color:rgba(30,30,46,.25);flex-shrink:0}.lp-pain__transition{text-align:center;font-size:22px;font-weight:600;color:rgba(30,30,46,.6)}.lp-judy{background:var(--lp-dark-gradient);position:relative;overflow:hidden}.lp-judy__glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(139,92,246,.1);filter:blur(80px);top:-100px;right:-100px;pointer-events:none}.lp-judy__header{text-align:center;margin-bottom:56px}.lp-judy__badge{display:inline-flex;align-items:center;padding:6px 16px;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.3);border-radius:var(--radius-pill);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c4b5fd;margin-bottom:24px}.lp-judy__subtitle{max-width:580px;margin:16px auto 0;text-align:center}.lp-judy__timeline{position:relative;display:flex;flex-direction:column;gap:0}.lp-judy__timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:rgba(139,92,246,.25);transform:translateX(-50%)}.lp-judy__step{display:grid;grid-template-columns:1fr 48px 1fr;align-items:start;grid-gap:0;gap:0;padding:24px 0}.lp-judy__step-left{padding-right:32px;text-align:right}.lp-judy__step-right{padding-left:32px;text-align:left}.lp-judy__step-center{display:flex;align-items:flex-start;justify-content:center;padding-top:4px}.lp-judy__step-dot{width:16px;height:16px;border-radius:50%;background:var(--lp-cyan);border:4px solid #1e1e2e;flex-shrink:0;position:relative;z-index:1}.lp-judy__card-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.lp-judy__card-icon{width:40px;height:40px;border-radius:12px;background:rgba(6,182,212,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-judy__card-icon svg{width:20px;height:20px;color:var(--lp-cyan)}.lp-judy__step-body{padding:20px 24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .2s}.lp-judy__step-body:hover{background:rgba(255,255,255,.08)}.lp-judy__step-body p{font-size:14px;color:rgba(255,255,255,.55);line-height:1.6}.lp-hiw{background:#ffffff}.lp-hiw__header{text-align:center;margin-bottom:56px}.lp-hiw__steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-bottom:56px}.lp-hiw__step{text-align:center;display:flex;flex-direction:column;align-items:center}.lp-hiw__step-num-wrap{position:relative;width:80px;height:80px;margin-bottom:24px;flex-shrink:0}.lp-hiw__step-circle{width:80px;height:80px;border-radius:50%;background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.2);display:flex;align-items:center;justify-content:center}.lp-hiw__step-circle svg{width:32px;height:32px;color:var(--primary)}.lp-hiw__step-badge{position:absolute;top:-6px;right:-6px;width:26px;height:26px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#ffffff}.lp-hiw__step-title{text-align:center}.lp-hiw__step-desc{font-size:15px;color:rgba(30,30,46,.6);line-height:1.6;margin-top:8px;text-align:center}.lp-hiw__cta{text-align:center}.lp-compare{background:var(--bg-page)}.lp-compare__header{text-align:center;margin-bottom:56px}.lp-compare__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:32px}.lp-compare__card{background:#ffffff;border-radius:16px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.lp-compare__card--bad{border:1px solid #e5e7eb}.lp-compare__card--good{border:1px solid rgba(139,92,246,.25);border-left:4px solid var(--primary);box-shadow:0 4px 16px rgba(139,92,246,.08)}.lp-compare__list{list-style:none;margin-top:20px;display:flex;flex-direction:column;gap:14px}.lp-compare__list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.4}.lp-compare__x{color:#ef4444}.lp-compare__check,.lp-compare__x{font-size:14px;flex-shrink:0;margin-top:1px}.lp-compare__check{color:var(--lp-cyan)}.lp-compare__list--bad li{color:rgba(30,30,46,.55)}.lp-compare__list--good li{color:rgba(30,30,46,.8);font-weight:500}.lp-compare__quote{font-size:18px;font-style:italic;color:rgba(30,30,46,.5);line-height:1.7;margin-top:16px;text-align:center}.lp-compare__quote-accent{color:var(--primary);font-weight:700;font-style:italic}.lp-features{background:#ffffff}.lp-features__header{text-align:center;margin-bottom:56px}.lp-features__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.lp-features__card{background:var(--bg-page);border-radius:16px;padding:32px;border:1px solid rgba(6,182,212,.1);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.lp-features__card:hover{transform:translateY(-2px);border-color:rgba(6,182,212,.25);box-shadow:0 6px 20px rgba(6,182,212,.08)}.lp-features__icon{width:48px;height:48px;border-radius:12px;background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.2);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.lp-features__icon svg{width:22px;height:22px;color:var(--lp-cyan)}.lp-features__card p{font-size:14px;color:rgba(30,30,46,.6);line-height:1.6;margin-top:8px}.lp-stats{background:var(--lp-dark-gradient);position:relative;overflow:hidden}.lp-stats__glow{position:absolute;width:600px;height:300px;background:rgba(6,182,212,.06);filter:blur(80px);bottom:-50px;left:50%;transform:translateX(-50%);pointer-events:none}.lp-stats__header{text-align:center;margin-bottom:56px}.lp-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-bottom:40px;text-align:center}.lp-stats__number{font-size:64px;font-weight:800;line-height:1;color:var(--lp-cyan);margin-bottom:12px;letter-spacing:-.02em}.lp-stats__label{font-size:16px;color:rgba(255,255,255,.65);line-height:1.4}.lp-stats__punchline{color:var(--lp-cyan);font-weight:600}.lp-stats__footnote{text-align:center;font-size:13px;color:rgba(255,255,255,.35);max-width:560px;margin:0 auto;line-height:1.6}.lp-pricing{background:var(--bg-page)}.lp-pricing__header{text-align:center;margin-bottom:56px}.lp-pricing__subtitle{text-align:center;font-size:17px;color:rgba(30,30,46,.55);margin-top:12px}.lp-pricing__grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin-bottom:32px}@media (min-width:640px){.lp-pricing__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lp-pricing__grid{grid-template-columns:repeat(4,1fr)}}.lp-pricing__card{background:#ffffff;border-radius:16px;padding:32px;border:1px solid #e5e7eb;position:relative;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}.lp-pricing__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.lp-pricing__card--best{border:2px solid var(--primary);background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#ffffff}.lp-pricing__card--best:hover{box-shadow:0 8px 32px rgba(139,92,246,.35)}.lp-pricing__best-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#f59e0b;color:#ffffff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 14px;border-radius:var(--radius-pill);white-space:nowrap}.lp-pricing__plan-name{font-size:20px;font-weight:700;color:#1e1e2e;margin-bottom:16px}.lp-pricing__card--best .lp-pricing__plan-name{color:#ffffff}.lp-pricing__price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.lp-pricing__price-amount{font-size:40px;font-weight:800;color:#1e1e2e;letter-spacing:-.02em;line-height:1}.lp-pricing__card--best .lp-pricing__price-amount{color:#ffffff}.lp-pricing__price-period{font-size:15px;font-weight:500;color:rgba(30,30,46,.5)}.lp-pricing__card--best .lp-pricing__price-period{color:rgba(255,255,255,.65)}.lp-pricing__billing-note{font-size:12px;color:rgba(30,30,46,.4);margin-bottom:24px}.lp-pricing__card--best .lp-pricing__billing-note{color:rgba(255,255,255,.5)}.lp-pricing__features{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1 1;margin-bottom:28px}.lp-pricing__feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:rgba(30,30,46,.75);line-height:1.4}.lp-pricing__card--best .lp-pricing__feature{color:rgba(255,255,255,.88)}.lp-pricing__check{color:var(--lp-cyan);flex-shrink:0;margin-top:1px;font-size:14px}.lp-pricing__card--best .lp-pricing__check{color:rgba(255,255,255,.8)}.lp-pricing__cta{display:block;width:100%;padding:13px 20px;text-align:center;border-radius:var(--radius-pill);font-size:15px;font-weight:600;font-family:var(--font-sans);cursor:pointer;text-decoration:none;transition:all .2s ease;border:none;margin-top:auto}.lp-pricing__cta--default{background:linear-gradient(90deg,#8b5cf6,#7c3aed);color:#ffffff;box-shadow:0 3px 10px rgba(139,92,246,.35)}.lp-pricing__cta--default:hover{text-decoration:none;box-shadow:0 5px 16px rgba(139,92,246,.5);transform:translateY(-1px)}.lp-pricing__cta--best{background:#ffffff;color:var(--primary)}.lp-pricing__cta--best:hover{text-decoration:none;background:rgba(255,255,255,.92);transform:translateY(-1px)}.lp-pricing__see-all{text-align:center;font-size:15px;font-weight:500;color:var(--primary);text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:gap .15s}.lp-pricing__see-all:hover{text-decoration:none;gap:8px}.lp-pricing__see-all-wrap{text-align:center}.lp-faq{background:#ffffff}.lp-faq .lp-container{max-width:768px}.lp-faq__header{text-align:center;margin-bottom:48px}.lp-faq__list{display:flex;flex-direction:column;gap:0;border-top:1px solid #e5e7eb}.lp-faq__item{border-bottom:1px solid #e5e7eb;transition:background-color .15s}.lp-faq__item:hover{background-color:rgba(139,92,246,.02)}.lp-faq__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 4px;background:none;border:none;cursor:pointer;font-family:var(--font-sans);font-size:16px;font-weight:600;color:#1e1e2e;text-align:left;transition:color .15s;gap:16px}.lp-faq__trigger:hover{color:var(--primary)}.lp-faq__trigger:focus{outline:none;color:#1e1e2e}.lp-faq__trigger:focus:hover{color:var(--primary)}.lp-faq__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.lp-faq__chevron{width:20px;height:20px;color:rgba(30,30,46,.4);flex-shrink:0;transition:transform .2s ease,color .15s}.lp-faq__chevron--open{transform:rotate(180deg);color:var(--primary)}.lp-faq__answer{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease}.lp-faq__answer--open{max-height:400px}.lp-faq__answer-inner{padding:0 4px 20px;font-size:15px;color:rgba(30,30,46,.65);line-height:1.7}.lp-finalcta{background:var(--lp-dark-gradient);text-align:center;position:relative;overflow:hidden}.lp-finalcta__glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(139,92,246,.15);filter:blur(100px);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.lp-finalcta__inner{position:relative;z-index:1}.lp-finalcta__tagline{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:24px}.lp-finalcta__trust{margin-top:16px;font-size:13px;color:rgba(255,255,255,.35)}.lp-footer{background:#111827;padding-top:64px;padding-bottom:40px}.lp-footer__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px 64px;gap:48px 64px;margin-bottom:48px}.lp-footer__brand-desc{font-size:14px;color:rgba(255,255,255,.45);line-height:1.6;margin-top:16px}.lp-footer__col-title{font-size:13px;font-weight:700;color:rgba(255,255,255,.85);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.lp-footer__links{list-style:none;display:flex;flex-direction:column;gap:10px}.lp-footer__link{font-size:14px;color:rgba(255,255,255,.45);text-decoration:none;transition:color .15s}.lp-footer__link:hover{color:rgba(255,255,255,.85);text-decoration:none}.lp-footer__cols-right{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.lp-footer__divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:24px}.lp-footer__bottom{text-align:center;font-size:13px;color:rgba(255,255,255,.3)}@media (max-width:767px){:root{--lp-section-py:64px}.lp-h1{font-size:26px}.lp-h2{font-size:22px}.lp-h3{font-size:18px}.lp-body{font-size:16px}.lp-nav__inner{display:flex;justify-content:space-between}.lp-nav__actions,.lp-nav__links{display:none}.lp-nav__hamburger{display:flex}.lp-hero{padding-top:48px;padding-bottom:56px}.lp-hero__eyebrow{font-size:11px;margin-bottom:20px}.lp-hero__title{margin-bottom:16px}.lp-hero__title-line{padding-bottom:4px}.lp-hero__video-body{aspect-ratio:16/9}.lp-pain__cards{grid-template-columns:1fr;gap:16px}.lp-judy__timeline:before{display:none}.lp-judy__timeline{gap:16px}.lp-judy__step{display:block;padding:0}.lp-judy__step-center,.lp-judy__step-empty{display:none}.lp-judy__step-left.lp-judy__step-body,.lp-judy__step-right.lp-judy__step-body{text-align:left;padding:20px}.lp-hiw__steps{grid-template-columns:1fr;gap:20px}.lp-hiw__header{margin-bottom:32px}.lp-hiw__step-num-wrap{width:56px;height:56px;margin-bottom:16px}.lp-hiw__step-circle{width:56px;height:56px}.lp-hiw__step-circle svg{width:24px;height:24px}.lp-hiw__step-badge{width:22px;height:22px;font-size:10px;top:-4px;right:-4px}.lp-hiw__step-desc{text-align:left}.lp-compare__header{margin-bottom:24px}.lp-compare__grid{gap:16px;margin-bottom:16px}.lp-compare__grid,.lp-features__grid,.lp-stats__grid{grid-template-columns:1fr}.lp-stats__grid{gap:40px}.lp-stats__number{font-size:52px}.lp-footer__grid{grid-template-columns:1fr;gap:32px}.lp-footer__cols-right{grid-template-columns:1fr 1fr;gap:24px}.lp-btn-primary--large{padding:16px 28px;font-size:16px;width:100%;text-align:center}.lp-hero__cta-wrap{align-items:stretch;margin-bottom:20px}.lp-hero__trust{text-align:center}.lp-nav__mobile-menu{top:63px;bottom:0;background:#1E1E2E;border-bottom:none}.lp-pain__header,.lp-pain__header .lp-h2{text-align:left}.lp-pain__subtitle{text-align:left;margin-left:0}.lp-compare__quote{font-size:16px}.lp-pricing__card{width:100%}.lp-features__card{border-color:#e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.08)}.lp-stats__grid{gap:24px}}@media (min-width:768px) and (max-width:1023px){.lp-h1{font-size:36px}.lp-pain__cards{grid-template-columns:1fr;gap:16px}.lp-stats__number{font-size:52px}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px white!important;-webkit-text-fill-color:#111827!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.scenes-thumb-strip::-webkit-scrollbar{display:none}.scenes-thumb-strip-wrapper{display:block}@media (max-width:767px){.scenes-thumb-strip-wrapper{display:none}}