:root{--primary: #3b82f6;--primary-glow: rgba(59, 130, 246, .5);--bg: #0b1121;--text: #f8fafc;--text-muted: #94a3b8;--card-bg: rgba(30, 41, 59, .4);--card-border: rgba(255, 255, 255, .08);--card-hover-border: rgba(255, 255, 255, .15)}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:-20%;left:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);filter:blur(80px);z-index:-1;pointer-events:none}body:after{content:"";position:fixed;bottom:-10%;right:-10%;width:50%;height:50%;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%);filter:blur(80px);z-index:-1;pointer-events:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 5px var(--primary-glow)}50%{box-shadow:0 0 20px var(--primary-glow)}to{box-shadow:0 0 5px var(--primary-glow)}}.hidden{display:none!important}header{padding:16px 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);background:#0b1121cc}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:1.5rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}nav a{color:var(--text-muted);text-decoration:none;margin-left:32px;font-size:.95rem;font-weight:500;transition:color .2s ease}nav a:hover{color:#fff}.hero{text-align:center;padding:96px 0 80px;animation:fadeInUp .8s ease-out;position:relative}@keyframes shine{to{background-position:200% center}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1.1;font-weight:800;margin-bottom:24px;background:linear-gradient(to right,#fff,#e2e8f0,#3b82f6,#a855f7,#ec4899,#e2e8f0,#3b82f6,#a855f7,#ec4899,#fff,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 4s linear infinite;letter-spacing:-1.5px;filter:drop-shadow(0 0 30px rgba(59,130,246,.4))}.hero p{font-size:1.25rem;color:var(--text-muted);max-width:640px;margin:0 auto 48px;line-height:1.6;animation:float 6s ease-in-out infinite}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#2563eb 100%);color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:1.1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 20px #2563eb80;border-color:#fff3}.btn-secondary{background:#ffffff0f;color:#e2e8f0;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:600;display:inline-block;transition:all .25s ease;border:1px solid rgba(255,255,255,.12);cursor:pointer;font-size:.95rem}.btn-secondary:hover{background:#ffffff1a;color:#fff;border-color:#fff3;transform:translateY(-1px)}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:16px;background:#020617c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999}.auth-modal-backdrop.open{display:flex}.auth-modal{width:100%;max-width:460px;background:#0f172af2;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 20px 60px #0000008c;padding:18px 18px 16px;position:relative;color:#e2e8f0;max-height:calc(100svh - 32px);overflow:auto;pointer-events:auto}.auth-credentials-form{margin:0}.auth-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#e2e8f0;cursor:pointer;font-size:22px;line-height:1}.auth-title{margin:4px 0 14px;font-size:1.25rem;font-weight:800;color:#fff}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.auth-tab{padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#02061780;color:#cbd5e1;cursor:pointer;font-weight:700}.auth-tab.active{border-color:#2563eba6;background:#2563eb2e;color:#fff}.auth-label{display:block;font-size:.85rem;color:#e2e8f0cc;margin:10px 0 6px}.auth-input{width:100%;border-radius:12px;padding:12px 14px;border:1px solid rgba(148,163,184,.2);background:#0206178c;color:#fff;outline:none;font-size:16px}@media (max-width: 480px){.auth-modal-backdrop{padding:12px;align-items:flex-end}.auth-modal{max-width:100%;border-radius:16px;padding:14px 14px 12px;max-height:calc(100svh - 24px)}.auth-title{font-size:1.1rem;margin:4px 0 10px}.auth-tab{padding:9px 10px;font-size:.95rem}.auth-actions{gap:8px}.auth-button{flex:1 1 100%}}.auth-input.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.2em;text-align:center}.auth-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;position:relative;z-index:1}.auth-button{padding:10px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#ffffff0f;color:#e2e8f0;cursor:pointer;text-decoration:none;font-weight:800;text-align:center;flex:1 1 160px;position:relative;-webkit-tap-highlight-color:rgba(255,255,255,.1)}.auth-button:disabled{opacity:.65;cursor:not-allowed}.auth-button.primary{background:linear-gradient(135deg,var(--primary) 0%,#2563eb 100%);border-color:#ffffff1f;color:#fff}.auth-link{flex:1 1 160px;padding:10px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#02061773;color:#cbd5e1;text-decoration:none;font-weight:700;text-align:center}.auth-hint{font-size:.9rem;color:#e2e8f0d9;margin-top:4px}.auth-remember{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:.9rem;color:#e2e8f0d9}.auth-error{margin-top:12px;color:#fb7185;font-size:.9rem;min-height:1.2em}.auth-step.hidden{display:none}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:16px}.subtext{font-size:.9rem;color:var(--text-muted)}.hero-demo{margin-top:60px;perspective:1000px}.browser-mockup{background:#1e293b;border-radius:12px;box-shadow:0 20px 50px -10px #00000080,0 0 0 1px #ffffff1a;overflow:hidden;max-width:900px;margin:0 auto;transform:rotateX(2deg);transition:transform .5s ease}.browser-mockup:hover{transform:rotateX(0)}.browser-bar{background:#0f172a;padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.05)}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#eab308}.dot.green{background:#22c55e}.address-bar{background:#1e293b;color:#64748b;font-size:.8rem;padding:4px 12px;border-radius:6px;flex:1;margin-left:12px;text-align:center;font-family:monospace}.iframe-container{position:relative;padding-bottom:56.25%;height:0;background:#000}.iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.demo-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;transition:opacity .3s}.demo-layout{display:flex;align-items:center;justify-content:center;gap:32px;width:100%;padding:16px 32px}.demo-screen{flex:1.1;max-width:420px;border-radius:24px;background:radial-gradient(circle at top,#3b82f640,#020617);border:1px solid rgba(148,163,184,.4);box-shadow:0 20px 40px #0f172ae6;overflow:hidden;position:relative}.demo-screen-header{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#0f172ae6;border-bottom:1px solid rgba(15,23,42,.9)}.demo-dot{width:6px;height:6px;border-radius:999px;background:#94a3b8cc}.demo-title{margin-left:8px;font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:#e5e7eb;opacity:.8}.demo-screen-body{position:relative;height:190px;overflow:hidden;padding:12px 24px 16px}.demo-text-container{position:relative;width:100%;height:100%}.demo-text-track{position:absolute;inset-inline:0;top:0;display:flex;flex-direction:column;gap:12px;animation:demo-text-scroll 12s linear infinite}.demo-text-track p{margin:0;font-size:.9rem;line-height:1.6;color:#e2e8f0e6}.demo-marker{position:absolute;left:-8px;right:-8px;top:50%;transform:translateY(-50%);height:34px;border-radius:10px;background:linear-gradient(to right,#38bdf814,#3b82f63d,#38bdf814);mix-blend-mode:screen;pointer-events:none}.demo-scroll-indicator{position:absolute;right:10px;top:30px;width:3px;height:120px;border-radius:999px;background:#0f172ae6;overflow:hidden}.demo-scroll-indicator:before{content:"";position:absolute;left:0;width:100%;height:40%;background:linear-gradient(to bottom,#22c55e,#3b82f6);border-radius:inherit;animation:demo-scroll-indicator 3s ease-in-out infinite}.demo-devices{flex:.9;display:flex;flex-direction:column;gap:18px;align-items:center}.demo-mac{width:220px;height:140px;border-radius:18px;background:#020617;border:2px solid #4b5563;box-shadow:0 18px 40px #000c;position:relative}.demo-mac-screen{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:12px;background:radial-gradient(circle at top,#3b82f659,#020617);overflow:hidden}.demo-mac-lines{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.demo-mac-line{height:5px;border-radius:999px;background:#94a3b866;width:70%}.demo-mac-line.bright{width:80%;background:#e5e7eb;box-shadow:0 0 12px #f8fafce6}.demo-mac-stand{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);width:44px;height:18px;background:#020617;border-radius:10px 10px 4px 4px}.demo-mac-base{position:absolute;bottom:-26px;left:50%;transform:translate(-50%);width:110px;height:8px;background:#020617;border-radius:999px}.demo-remote{width:80px;height:150px;border-radius:20px;background:#020617;border:2px solid #4b5563;box-shadow:0 14px 30px #0f172ae6;display:flex;align-items:center;justify-content:center;transform:rotate(10deg);animation:demo-remote-float 4s ease-in-out infinite}.demo-remote-screen{width:68px;height:130px;border-radius:16px;background:#020617;border:1px solid rgba(148,163,184,.4);padding:6px;display:flex;flex-direction:column;gap:6px}.demo-remote-bars{display:flex;flex-direction:column;gap:4px}.demo-remote-bar{height:6px;border-radius:8px;background:#1f2937}.demo-remote-bar.wide{width:80%;background:#2563eb}.demo-remote-touch{flex:1;margin-top:4px;border-radius:999px;border:1px dashed rgba(148,163,184,.5);display:flex;align-items:center;justify-content:center}.demo-remote-touch-circle{width:24px;height:24px;border-radius:999px;border:2px solid rgba(148,163,184,.8);opacity:.5}@keyframes demo-text-scroll{0%{transform:translateY(10px)}50%{transform:translateY(-40px)}to{transform:translateY(10px)}}@keyframes demo-scroll-indicator{0%{transform:translateY(0)}50%{transform:translateY(60%)}to{transform:translateY(0)}}@keyframes demo-remote-float{0%,to{transform:translateY(0) rotate(10deg)}50%{transform:translateY(-6px) rotate(8deg)}}.features{padding:100px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:60px}.card{background:var(--card-bg);padding:40px;border-radius:24px;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.card:hover{transform:translateY(-5px);border-color:var(--card-hover-border);background:#1e293b99;box-shadow:0 20px 40px -15px #0000004d}.card h3{margin-top:0;font-size:1.5rem;margin-bottom:16px;color:#fff}.card p{color:var(--text-muted);margin:0;font-size:1.05rem}.how-it-works{padding:100px 0;position:relative;overflow:hidden}.how-it-works:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at center,rgba(37,99,235,.08) 0%,transparent 70%);z-index:-1}.how-it-works h2,.features h2,.usecases h2,.faq h2,.pricing h2{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:60px;letter-spacing:-.5px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}.step{background:var(--card-bg);border-radius:24px;padding:32px;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.step:hover{background:#1e293b99;border-color:var(--card-hover-border);transform:translateY(-5px)}.step-number{width:48px;height:48px;border-radius:16px;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);color:#60a5fa;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:24px;box-shadow:0 4px 6px -1px #0000001a}.step h3{font-size:1.25rem;margin-bottom:12px;color:#fff}.step p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.usecases{padding:80px 0}.usecase-row{display:flex;align-items:center;gap:60px;margin-bottom:100px}.usecase-row.reverse{flex-direction:row-reverse}.usecase-image{flex:1;position:relative;border-radius:24px;overflow:visible}.usecase-image img{width:100%;border-radius:24px;display:block;box-shadow:0 20px 40px #00000080;border:1px solid rgba(255,255,255,.1);transform:rotate(-2deg);transition:transform .3s ease;position:relative;z-index:2}.usecase-row.reverse .usecase-image img{transform:rotate(2deg)}.usecase-image:hover img{transform:rotate(0)}.glow-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;border-radius:50%;filter:blur(60px);z-index:1;opacity:.6}.glow-effect.blue{background:#3b82f6}.glow-effect.purple{background:#a855f7}.usecase-content{flex:1}.usecase-content h3{font-size:2rem;margin-bottom:20px;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.usecase-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:30px}.check-list{list-style:none;padding:0}.check-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:1.05rem;color:#e2e8f0}.check-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#22c55e33;color:#4ade80;border-radius:50%;font-size:.8rem;font-weight:700}@media (max-width: 768px){header{padding:10px 0}header .container{gap:10px;flex-wrap:wrap}.logo{font-size:1.1rem}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}nav a{margin-left:0;font-size:.85rem}header nav .btn-primary{padding:10px 14px;border-radius:10px;font-size:.9rem}header nav .btn-secondary{padding:8px 12px;border-radius:10px;font-size:.85rem}.usecase-row,.usecase-row.reverse{flex-direction:column;gap:40px;margin-bottom:80px}.usecase-image img{transform:rotate(0)!important}}.faq{padding:100px 0;border-top:1px solid rgba(255,255,255,.05)}.faq-list{max-width:800px;margin:0 auto;display:grid;gap:24px}.faq-item{background:var(--card-bg);border-radius:20px;padding:32px;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.faq-item:hover{border-color:var(--card-hover-border);background:#1e293b99}.faq-item h3{margin-top:0;margin-bottom:12px;color:#fff;font-size:1.1rem}.faq-item p{margin:0;color:var(--text-muted)}.pricing{padding:100px 0 120px;text-align:center}.price-card{background:#1e293b99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);max-width:420px;margin:0 auto;padding:48px;border-radius:32px;border:1px solid rgba(37,99,235,.3);position:relative;box-shadow:0 0 40px -10px #2563eb26;transition:transform .3s ease}.price-card:hover{transform:translateY(-5px);box-shadow:0 0 60px -10px #2563eb40}.badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary) 0%,#2563eb 100%);padding:6px 16px;border-radius:100px;font-size:.9rem;font-weight:600;box-shadow:0 4px 6px -1px #0000001a;border:1px solid rgba(255,255,255,.1)}.price{font-size:4rem;font-weight:800;margin:32px 0;background:linear-gradient(to bottom,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-2px}.price span{font-size:1.25rem;color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-weight:500;letter-spacing:normal}.features-list{list-style:none;padding:0;text-align:left;margin:40px 0}.features-list li{margin-bottom:16px;display:flex;align-items:center;gap:12px;color:#e2e8f0;font-size:1.05rem}.testimonials{padding:100px 0;position:relative}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:60px}.testimonial-card{background:var(--card-bg);padding:32px;border-radius:24px;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);background:#1e293b99;border-color:var(--card-hover-border)}.user-info{display:flex;align-items:center;gap:16px;margin-bottom:20px}.avatar{width:56px;height:56px;border-radius:50%;border:2px solid var(--primary);-o-object-fit:cover;object-fit:cover}.user-info h4{margin:0;color:#fff;font-size:1.1rem}.role{font-size:.9rem;color:var(--text-muted)}.stars{margin-bottom:16px;font-size:1.1rem;letter-spacing:2px}.testimonial-card p{color:#e2e8f0;font-style:italic;line-height:1.6;margin:0}.cta-final{padding:100px 0}.cta-box{background:linear-gradient(135deg,#2563eb33,#8b5cf633);border-radius:32px;padding:80px 24px;text-align:center;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.cta-box h2{font-size:3rem;margin-bottom:24px;background:linear-gradient(to right,#fff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-box p{font-size:1.25rem;color:#e2e8f0;margin-bottom:40px}.btn-large{padding:20px 48px;font-size:1.25rem;border-radius:16px}@media (max-width: 768px){.cta-box h2{font-size:2rem}.cta-box{padding:40px 20px}.btn-large{width:100%;box-sizing:border-box}}footer{padding:60px 0 40px;color:var(--text-muted);border-top:1px solid rgba(255,255,255,.05);font-size:.95rem}.footer-layout{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-visual{position:relative;flex:1 1 320px;min-width:260px;display:flex;align-items:center;justify-content:center;gap:32px}.footer-visual-glow-left,.footer-visual-glow-right{position:absolute;border-radius:999px;filter:blur(40px);opacity:.7;pointer-events:none}.footer-visual-glow-left{width:180px;height:180px;background:radial-gradient(circle,rgba(147,51,234,.35),transparent 70%);left:-40px;bottom:-20px}.footer-visual-glow-right{width:220px;height:220px;background:radial-gradient(circle,rgba(37,99,235,.35),transparent 70%);right:-40px;top:-40px}.footer-phone-wrapper{position:relative;transform:rotate(12deg)}.footer-phone{width:120px;height:240px;border-radius:32px;background:#020617;border:4px solid #4b5563;box-shadow:0 18px 40px #0009;overflow:hidden}.footer-phone-screen{height:100%;padding:10px;display:flex;flex-direction:column;gap:8px;background:radial-gradient(circle at top,#3b82f640,#020617)}.footer-phone-header{height:6px;border-radius:999px;background:#0f172ae6;margin-bottom:6px}.footer-phone-main-btn{height:40px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5)}.footer-phone-buttons-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.footer-phone-btn{height:32px;border-radius:10px;background:#1f2937}.footer-phone-touchpad{flex:1;margin-top:4px;border-radius:18px;border:1px solid #4b5563;background:radial-gradient(circle at center,#020617,#020617);display:flex;align-items:center;justify-content:center}.footer-phone-touch-circle{width:34px;height:34px;border-radius:999px;border:2px solid rgba(148,163,184,.8);opacity:.35}.footer-phone-thumb{position:absolute;width:52px;height:52px;border-radius:999px;background:#fed7aa;border:4px solid #020617;box-shadow:0 12px 24px #0f172acc;top:120px;right:-20px;transform:rotate(15deg)}.footer-phone-finger{position:absolute;width:18px;height:90px;background:#fed7aa;border-radius:16px;border-left:4px solid #020617;border-top:4px solid #020617;border-bottom:4px solid #020617;left:-8px;top:72px}.footer-label{position:absolute;left:50%;transform:translate(-50%);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;white-space:nowrap}.footer-label-remote{bottom:-18px;background:#4c1d9599;color:#e9d5ff}.footer-connection{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:.7rem;text-transform:uppercase;letter-spacing:.16em}.footer-connection-icon{font-size:1.1rem}.footer-connection-line{width:2px;height:36px;background:linear-gradient(to bottom,#a855f7,#60a5fa)}.footer-connection-text{color:#4ade80;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.footer-monitor-wrapper{position:relative;transform:rotate(-3deg)}.footer-monitor{width:260px;height:170px;border-radius:20px;background:#020617;border:4px solid #4b5563;box-shadow:0 18px 40px #000000b3;position:relative;overflow:visible}.footer-monitor-screen{position:relative;margin:6px;border-radius:14px;background:#020617;overflow:hidden}.footer-monitor-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:10px;opacity:.9}.footer-monitor-line{height:6px;border-radius:999px;margin:5px auto}.footer-monitor-line.dim{width:70%;background:#94a3b866}.footer-monitor-line.bright{width:85%;background:#e5e7eb;box-shadow:0 0 18px #f8fafccc}.footer-monitor-circle{position:absolute;width:70px;height:70px;border-radius:999px;border:2px solid rgba(148,163,184,.3);top:50%;left:50%;transform:translate(-50%,-50%)}.footer-monitor-stand{position:absolute;width:52px;height:20px;background:#020617;bottom:-20px;left:50%;transform:translate(-50%);border-radius:8px 8px 2px 2px}.footer-monitor-base{position:absolute;width:120px;height:8px;background:#020617;bottom:-28px;left:50%;transform:translate(-50%);border-radius:999px}.footer-label-prompter{bottom:-30px;background:#2563eb99;color:#dbeafe}.footer-content{flex:1 1 320px;min-width:260px}.footer-content h3{font-size:1.4rem;margin-bottom:12px}.footer-lead{color:var(--text-muted);margin-bottom:16px;max-width:420px}.footer-list{list-style:none;padding:0;margin:0 0 20px}.footer-list li{display:flex;align-items:center;gap:8px;margin-bottom:6px}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-list .dot{width:6px;height:6px;border-radius:999px;background:#22c55e}.footer-policy{border-radius:12px;background:#0f172ad9;border:1px solid rgba(148,163,184,.25);padding:10px 14px;margin-bottom:12px}.footer-policy summary{cursor:pointer;list-style:none;font-size:.9rem;color:#e5e7eb}.footer-policy summary::-webkit-details-marker{display:none}.footer-policy summary:before{content:"▾";display:inline-block;margin-right:8px;font-size:.7rem;transform:translateY(-1px)}.footer-policy[open] summary:before{transform:rotate(180deg) translateY(1px)}.footer-policy-body{margin-top:10px;font-size:.8rem;color:var(--text-muted)}.footer-policy-body p{margin:0 0 6px}.footer-copy{font-size:.8rem;color:var(--text-muted);opacity:.8}.footer-version{margin-left:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;color:var(--text-muted);opacity:.9}@media (max-width: 768px){.hero h1{font-size:clamp(1.8rem,8vw,3rem);padding:0 10px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero{padding:48px 0 44px;overflow:hidden}.hero p{font-size:1.1rem;padding:0 16px}.btn-primary{width:100%;max-width:100%;padding:16px;text-align:center}.hero-buttons{width:100%;padding:0 20px;box-sizing:border-box}.price-card{padding:32px 24px;margin:0 20px}header .container{flex-direction:column;gap:24px}nav{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}nav a{margin:0}.iframe-container{padding-bottom:90%}.demo-layout{flex-direction:column;padding:12px 12px 18px;gap:16px}.demo-screen{max-width:100%}.demo-screen-body{height:195px;padding-inline:14px}.demo-devices{flex-direction:row;gap:8px;justify-content:center}.demo-mac{width:190px;height:125px}.demo-remote{width:74px;height:130px}.footer-layout{flex-direction:column;align-items:flex-start;gap:32px}.footer-visual{justify-content:space-between;width:100%}.footer-monitor{width:220px;height:150px}.footer-phone{width:104px;height:210px}}.pricing-banner{background:linear-gradient(145deg,#0f172ae6,#1e293be6);border-radius:32px;border:1px solid rgba(255,255,255,.1);overflow:hidden;margin-top:60px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;text-align:left;max-width:1000px;margin-left:auto;margin-right:auto}@media (min-width: 900px){.pricing-banner{flex-direction:row}}.pricing-info{padding:48px;background:linear-gradient(135deg,#1e3a8a33,#581c8733);border-right:1px solid rgba(255,255,255,.05);flex:2;position:relative;overflow:hidden}.pricing-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?auto=format&fit=crop&q=80) center/cover;opacity:.1;mix-blend-mode:overlay;z-index:0}.pricing-info-content{position:relative;z-index:1}.pricing-info h2{font-size:2.5rem;margin-bottom:16px;text-align:left;background:none;-webkit-text-fill-color:initial;color:#fff}.pricing-info h2 span{color:#60a5fa}.pricing-description{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem}.pricing-features{list-style:none;padding:0}.pricing-features li{display:flex;align-items:center;gap:16px;margin-bottom:20px;color:#e2e8f0;font-size:1.1rem}.pricing-features li .icon{width:24px;height:24px;border-radius:50%;background:#3b82f633;color:#60a5fa;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.pricing-secure{margin-top:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:.9rem}.pricing-options{padding:48px;background:#0f172a99;flex:3;display:flex;flex-direction:column;justify-content:center}.pricing-options h3{text-align:center;margin-top:0;margin-bottom:32px;font-size:1.5rem;color:#fff}.pricing-cards{display:flex;flex-direction:column;gap:16px}.tariff-card{position:relative!important;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#1e293b80;border:1px solid rgba(55,65,81,1);border-radius:16px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit}.tariff-card:hover{background:#1e293b;border-color:#3b82f6;transform:translateY(-2px)}.tariff-left{display:flex;align-items:center;gap:16px}.radio-circle{width:24px;height:24px;border-radius:50%;border:2px solid #4b5563;display:flex;align-items:center;justify-content:center;transition:border-color .2s;flex-shrink:0}.tariff-card:hover .radio-circle{border-color:#3b82f6}.radio-dot{width:12px;height:12px;border-radius:50%;background:#3b82f6;opacity:0;transition:opacity .2s}.tariff-card:hover .radio-dot{opacity:1}.tariff-info h4{margin:0;font-size:1.1rem;color:#fff;display:flex;align-items:center;gap:8px}.tariff-info p{margin:4px 0 0;font-size:.9rem;color:#94a3b8;text-align:left}.tariff-right{text-align:right}.price-tag{font-size:1.5rem;font-weight:700;color:#fff}.save-badge{display:inline-block;background:#14532d80;color:#4ade80;font-size:.75rem;padding:2px 8px;border-radius:99px;margin-top:4px}.tariff-card.popular{background:#1e293bcc;border:2px solid #3b82f6;box-shadow:0 0 20px #3b82f633;position:relative}.popular-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(to right,#3b82f6,#a855f7);color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:99px;box-shadow:0 4px 6px #0003}.tariff-card.popular .radio-circle{border-color:#3b82f6}.tariff-card.popular .radio-dot{opacity:1;background:#3b82f6}.pricing-trial-cta{margin-top:32px;text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.btn-trial-block{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px;background:transparent;border:1px solid #475569;color:#fff;border-radius:12px;font-weight:600;transition:all .2s;cursor:pointer;text-decoration:none}.btn-trial-block:hover{background:#1e293bcc;border-color:#94a3b8}@media (max-width: 768px){.pricing-banner{margin:40px 0}.pricing-info,.pricing-options{padding:32px 24px}.pricing-info{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}}
