:root{--primary: #1152d4;--primary-hover: #0d41a8;--bg-light: #f8faff;--bg-dark: #101622;--text-main: #0f172a;--text-muted: #64748b;--card: #ffffff;--border: #e2e8f0}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%}body{font-family:Inter,sans-serif;background:var(--bg-light);color:var(--text-main)}.lp-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(17,82,212,.16),transparent 55%),radial-gradient(circle at 80% 80%,rgba(17,82,212,.14),transparent 55%),#f8faff}.lp-loader-wrap{display:grid;justify-items:center;gap:.75rem}.lp-loader-logo-ring{position:relative;width:96px;height:96px;display:grid;place-items:center;border-radius:999px;background:#ffffffd9;border:1px solid rgba(17,82,212,.2);box-shadow:0 12px 30px #1152d429;animation:lp-loader-breathe 1.5s ease-in-out infinite}.lp-loader-logo-ring:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:inherit;border:3px solid transparent;border-top-color:var(--primary);border-right-color:var(--primary);animation:lp-loader-spin 1.1s linear infinite}.lp-loader-logo{width:56px;height:56px;border-radius:12px;object-fit:cover;animation:lp-loader-float 1.2s ease-in-out infinite}.lp-loader-title{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:.04em;color:var(--primary)}.lp-loader-dots{display:flex;gap:.3rem}.lp-loader-dots span{width:7px;height:7px;border-radius:999px;background:var(--primary);opacity:.2;animation:lp-loader-dot .9s ease-in-out infinite}.lp-loader-dots span:nth-child(2){animation-delay:.16s}.lp-loader-dots span:nth-child(3){animation-delay:.32s}@keyframes lp-loader-spin{to{transform:rotate(360deg)}}@keyframes lp-loader-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes lp-loader-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes lp-loader-dot{0%,to{opacity:.2;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}a{color:inherit;text-decoration:none}.lp-page{min-height:100vh;background:var(--bg-light)}.lp-container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.lp-section{padding:5.5rem 0}.lp-header{position:sticky;top:0;z-index:40;background:#ffffffeb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lp-progress{height:4px;width:33%;background:var(--primary)}.lp-nav{height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.lp-brand{display:flex;align-items:center;gap:.5rem}.lp-brand-logo{width:34px;height:34px;border-radius:6px;object-fit:cover}.lp-brand-name{font-weight:800}.lp-links{display:flex;gap:1.5rem;color:var(--text-muted);font-size:.95rem}.lp-links a:hover{color:var(--primary)}.lp-login,.lp-btn-primary{border:0;background:var(--primary);color:#fff;border-radius:10px;padding:.55rem 1rem;font-weight:700}.lp-login:hover,.lp-btn-primary:hover{background:var(--primary-hover);cursor:pointer}.lp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.lp-hero h1{margin:0 0 1rem;font-size:clamp(2.4rem,5vw,4.3rem);line-height:1.08}.lp-hero h1 span{color:var(--primary)}.lp-hero p{color:var(--text-muted);font-size:1.15rem;line-height:1.6;max-width:58ch}.lp-hero-cta{margin-top:1.5rem;display:flex;gap:.8rem}.lp-btn{border-radius:12px;padding:.85rem 1.5rem;font-weight:700}.lp-btn-secondary{background:#fff;border:1px solid var(--border)}.lp-hero-media-frame{background:#1152d40f;border:1px solid rgba(17,82,212,.12);border-radius:24px;padding:1rem}.lp-hero-media{min-height:420px;border-radius:18px;background-size:cover;background-position:center;box-shadow:0 18px 42px #00000026}.lp-stats{background:#1152d40f;border-top:1px solid rgba(17,82,212,.12);border-bottom:1px solid rgba(17,82,212,.12);padding:2.5rem 0}.lp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.lp-stat-item{text-align:center;transition:transform .25s ease}.lp-stat-item:hover{transform:translateY(-4px)}.lp-stat-item .material-symbols-outlined{color:var(--primary);font-size:28px}.lp-stat-value{margin:.4rem 0;color:var(--primary);font-size:2.1rem;font-weight:900}.lp-stat-label{margin:0;color:#64748b;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.lp-demo-grid,.lp-feature-grid,.lp-story-grid,.lp-category-grid,.lp-team-grid{display:grid;gap:1rem}.lp-demo-grid{grid-template-columns:1fr 1fr}.lp-card{border:1px solid var(--border);border-radius:16px;padding:2rem;background:var(--card);transition:transform .3s ease,box-shadow .3s ease}.lp-card:hover{transform:translateY(-6px);box-shadow:0 16px 28px #0f172a1f}.lp-card h3{margin:.3rem 0}.lp-card p{color:var(--text-muted)}.lp-card-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.lp-card-primary p{color:#fffc}.lp-icon-xl{font-size:36px;color:var(--primary)}.lp-card-primary .lp-icon-xl{color:#fff}.lp-link-inline{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary);font-weight:700}.lp-card-primary .lp-link-inline{color:#fff}.lp-video{background:#0f172a;color:#fff}.lp-video-inner{text-align:center}.lp-video-frame{margin-top:1rem;border:1px solid #334155;border-radius:20px;overflow:hidden;background:#1e293b}.lp-video-el{width:100%;aspect-ratio:16/9;display:block}.lp-download-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;color:var(--primary);font-weight:700;transition:transform .2s ease,color .2s ease}.lp-download-link:hover{transform:translateY(-2px);color:#75e6da}.lp-phone-showcase{background:linear-gradient(180deg,#f8faff,#eef4ff)}.lp-phone-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.lp-phone-side-features{display:grid;gap:.7rem}.lp-phone-side-feature{display:flex;align-items:center;gap:.55rem;border:1px solid rgba(17,82,212,.16);background:#ffffffc7;border-radius:12px;padding:.72rem .8rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background-color .25s ease}.lp-phone-side-feature:hover{transform:translate(5px) translateY(-2px);border-color:#1152d45c;background:#fff;box-shadow:0 10px 20px #1152d41f}.lp-phone-side-feature .material-symbols-outlined{color:var(--primary);font-size:21px;transition:transform .2s ease}.lp-phone-side-feature:hover .material-symbols-outlined{transform:scale(1.08)}.lp-phone-side-feature p{margin:0;font-weight:700;color:#1e3a8a}.lp-phone-shell-wrap{display:grid;place-items:center}.lp-phone-shell{width:min(330px,92vw);height:630px;border-radius:40px;padding:14px;background:linear-gradient(160deg,#0b1a38,#101b34 42%,#0b142a);box-shadow:0 22px 45px #0f172a47;border:1px solid rgba(17,82,212,.28);position:relative}.lp-phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:128px;height:22px;border-radius:0 0 14px 14px;background:#0a1223;z-index:2}.lp-phone-screen{width:100%;height:100%;border-radius:30px;background:linear-gradient(180deg,#eff5ff,#e5eeff);border:1px solid rgba(17,82,212,.16);overflow:hidden;position:relative}.lp-phone-status{height:42px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:#1e293b;background:#ffffffbf;border-bottom:1px solid rgba(17,82,212,.1)}.lp-phone-status strong{color:var(--primary);letter-spacing:.02em}.lp-phone-pages{position:relative;height:calc(100% - 42px);padding:1rem;overflow:hidden}.lp-phone-page{position:absolute;top:1rem;left:1rem;right:1rem;border-radius:16px;border:1px solid rgba(17,82,212,.15);background:#ffffffe6;box-shadow:0 12px 24px #0f172a1f;padding:.9rem;opacity:0;transform:translateY(28px) scale(.98);animation:lp-phone-page-cycle 9.6s ease-in-out infinite}.lp-phone-page-head{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.65rem}.lp-phone-page-head .material-symbols-outlined{color:var(--primary);font-size:28px}.lp-phone-page-head h4{margin:.1rem 0 .2rem;font-size:.98rem}.lp-phone-page-head p{margin:0;color:var(--text-muted);font-size:.75rem;line-height:1.35}.lp-phone-chip-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem}.lp-phone-chip{font-size:.68rem;color:#1d4ed8;background:#eaf1ff;border:1px solid rgba(17,82,212,.16);border-radius:999px;padding:.2rem .45rem;font-weight:700}.lp-phone-mini-list{display:grid;gap:.5rem}.lp-phone-mini-item{display:grid;grid-template-columns:40px 1fr;gap:.5rem;align-items:center;background:#fff;border:1px solid rgba(17,82,212,.1);border-radius:10px;padding:.4rem}.lp-phone-mini-thumb{width:40px;height:32px;border-radius:8px;background:linear-gradient(135deg,#bfd2ff,#dbe7ff 60%,#b9cdf8)}.lp-phone-mini-copy strong{display:block;font-size:.73rem;line-height:1.2}.lp-phone-mini-copy small{color:var(--text-muted);font-size:.68rem}@keyframes lp-phone-page-cycle{0%{opacity:0;transform:translateY(28px) scale(.98)}7%{opacity:1;transform:translateY(0) scale(1)}21%{opacity:1;transform:translateY(0) scale(1)}30%{opacity:0;transform:translateY(-22px) scale(.98)}to{opacity:0;transform:translateY(-22px) scale(.98)}}.lp-section-title h2{margin:0;font-size:2rem}.lp-section-title{margin-bottom:2rem}.lp-section-title p{margin:.5rem 0 0;color:var(--text-muted)}.centered{text-align:center}.lp-category-grid{margin-top:1.5rem;grid-template-columns:repeat(5,1fr)}.lp-category-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;transform:scale(1);transition:transform .35s ease,box-shadow .35s ease}.lp-category-card:hover{transform:scale(1.04);box-shadow:0 14px 26px #0f172a24}.lp-category-media{height:140px;background:#e2e8f0 center/cover no-repeat}.lp-category-body{padding:1rem}.lp-category-body h4{margin:0}.lp-category-body p{color:var(--text-muted);font-size:.9rem}.lp-category-body button{width:100%;padding:.55rem;border-radius:8px;border:1px solid var(--primary);background:transparent;color:var(--primary);font-weight:700;transition:background-color .25s ease,color .25s ease}.lp-category-body button:hover{background:var(--primary);color:#fff}.lp-hiw{background:#fff}.lp-tabs{margin:1.4rem auto 2rem;display:flex;justify-content:center;gap:.5rem;background:#f1f5f9;border-radius:12px;width:fit-content;padding:.35rem}.lp-tabs button{border:0;background:transparent;color:#64748b;border-radius:9px;padding:.55rem 1rem;font-weight:700;cursor:pointer}.lp-tabs button.active{background:var(--primary);color:#fff}.lp-hiw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-hiw-item{text-align:center;border:1px solid transparent;border-radius:16px;padding:1rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.lp-hiw-item:hover{transform:translateY(-6px);border-color:#1152d42e;box-shadow:0 14px 30px #1152d41a}.lp-hiw-icon{width:64px;height:64px;margin:0 auto;border-radius:16px;background:#1152d41a;display:grid;place-items:center;color:var(--primary)}.lp-hiw-icon .material-symbols-outlined{font-size:32px}.lp-hiw-item p{color:var(--text-muted)}.lp-world{background:var(--bg-dark);color:#fff}.lp-world p{color:#94a3b8;max-width:62ch;margin:.6rem auto 1.2rem}.lp-world-box{border:1px solid #334155;border-radius:20px;min-height:260px;display:grid;place-items:center;background:#1e293b;color:#94a3b8}.lp-world-globe-wrap{margin-top:1rem;border:1px solid #334155;border-radius:20px;min-height:420px;overflow:hidden;background:radial-gradient(ellipse at center,#071226,#02040a 45%,#000);display:grid;place-items:center;transition:border-color .3s ease,box-shadow .3s ease}.lp-world-globe-wrap:hover{border-color:#75e6da8c;box-shadow:0 0 36px #75e6da29}.lp-world-globe{width:100%;height:420px}.lp-globe-scene{position:relative;width:min(420px,80vw);height:min(420px,80vw);display:grid;place-items:center}.lp-globe-sphere{width:72%;height:72%;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.35),transparent 36%),radial-gradient(circle at 70% 65%,rgba(255,255,255,.12),transparent 28%),repeating-linear-gradient(90deg,rgba(117,230,218,.3) 0 2px,transparent 2px 26px),radial-gradient(circle at 50% 50%,#0f7ea0,#0a3f73 42%,#07234e);box-shadow:0 0 40px #1152d473,inset -28px -28px 40px #00000059,inset 18px 18px 26px #ffffff2e;animation:lpSpin 14s linear infinite}.lp-globe-ring{position:absolute;border:1px solid rgba(117,230,218,.45);border-radius:50%}.lp-globe-ring-a{width:82%;height:82%;transform:rotateX(70deg)}.lp-globe-ring-b{width:90%;height:46%;transform:rotate(-16deg)}.lp-globe-node{position:absolute;width:10px;height:10px;border-radius:50%;background:#75e6da;box-shadow:0 0 12px #75e6daf2;animation:lpPulse 1.8s ease-in-out infinite}.lp-node-1{top:22%;left:26%}.lp-node-2{top:34%;right:20%;animation-delay:.3s}.lp-node-3{bottom:28%;left:22%;animation-delay:.6s}.lp-node-4{bottom:24%;right:25%;animation-delay:.9s}@keyframes lpSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes lpPulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.35);opacity:1}}.lp-feature-grid{margin-top:.25rem;grid-template-columns:repeat(3,1fr)}.lp-feature-card{border:1px solid var(--border);border-radius:16px;background:#fff;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.lp-feature-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px #0f172a1f}.lp-feature-card .material-symbols-outlined{color:var(--primary)}.lp-feature-card h4{margin:.6rem 0}.lp-feature-card p{color:var(--text-muted)}.lp-stories{background:#1152d40f}.lp-story-grid{margin-top:.25rem;grid-template-columns:repeat(3,1fr)}.lp-story-card{border:1px solid var(--border);border-radius:16px;background:#fff;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.lp-story-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px #0f172a1f}.lp-stars{color:#f59e0b;letter-spacing:.12em}.lp-stars-icons{color:#f59e0b;letter-spacing:.16em;margin-bottom:.7rem}.lp-story-card p{color:var(--text-muted);margin:.2rem 0 1rem}.lp-story-person{display:flex;gap:.6rem;align-items:center}.lp-story-avatar{width:42px;height:42px;border-radius:50%;background:#e2e8f0 center/cover no-repeat}.lp-story-person small{display:block;color:var(--text-muted);font-size:.75rem;margin-top:.1rem}.lp-team-grid{grid-template-columns:repeat(3,minmax(0,240px));justify-content:center;gap:1rem}.lp-team-slider{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem}.lp-team-stage{position:relative;height:410px;overflow:hidden;border-radius:18px}.lp-team-item{position:absolute;top:14px;left:50%;width:min(320px,84vw);margin-left:calc(min(320px,84vw)/-2);border:1px solid var(--border);border-radius:14px;background:#fff;padding:.55rem;transition:transform .55s cubic-bezier(.22,.84,.29,1),opacity .45s ease,box-shadow .3s ease,border-color .3s ease}.lp-team-item.is-active{border-color:#1152d452;box-shadow:0 16px 30px #0f172a24}.lp-team-image{width:100%;aspect-ratio:1.14;background:#e2e8f0 center/cover no-repeat;border-radius:12px;border:2px solid transparent;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.lp-team-item:hover .lp-team-image{border-color:#1152d46b;box-shadow:0 10px 22px #0f172a29;transform:scale(1.03)}.lp-team-meta{padding:.55rem .2rem .1rem}.lp-team-meta p{margin:0;font-size:.95rem;font-weight:800}.lp-team-meta small{display:block;margin-top:.18rem;color:#334155;font-size:.73rem;font-weight:600;letter-spacing:.02em}.lp-team-pill{margin-top:.55rem;display:inline-block;border:1px solid rgba(17,82,212,.2);color:#1e3a8a;background:#1152d414;border-radius:999px;padding:.22rem .5rem;font-size:.68rem;font-weight:700}.lp-team-nav{width:40px;height:40px;border-radius:999px;border:1px solid rgba(17,82,212,.2);background:#fff;display:grid;place-items:center;color:var(--primary);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-team-nav:hover{transform:translateY(-2px);border-color:#1152d470;box-shadow:0 8px 18px #1152d429}.lp-team-dots{margin-top:.85rem;display:flex;justify-content:center;gap:.42rem}.lp-team-dots button{width:8px;height:8px;border-radius:999px;border:0;background:#cbd5e1;cursor:pointer;transition:width .2s ease,background-color .2s ease}.lp-team-dots button.active{width:22px;background:var(--primary)}.lp-feedback{padding-top:2rem}.lp-feedback-box{background:var(--primary);color:#fff;border-radius:20px;padding:1.7rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.lp-feedback-box p{opacity:.9}.lp-feedback-box a{background:#fff;color:var(--primary);font-weight:700;border-radius:10px;padding:.8rem 1.2rem}.lp-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lp-contact-grid p{color:var(--text-muted)}.lp-contact-list a,.lp-contact-card a{display:flex;gap:.45rem;align-items:center;margin-bottom:.8rem}.lp-contact-list a:hover,.lp-contact-card a:hover,.lp-contact-list .material-symbols-outlined,.lp-contact-card .material-symbols-outlined{color:var(--primary)}.lp-contact-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:1rem}.lp-footer{background:var(--bg-dark);color:#fff;padding:3rem 0}.lp-footer-top,.lp-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.lp-footer-top{border-bottom:1px solid #334155;padding-bottom:1rem}.lp-footer-bottom{color:#94a3b8;font-size:.9rem;padding-top:1rem}.lp-footer-links,.lp-footer-bottom div{display:flex;gap:1rem}.lp-footer-links a{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;color:#cbd5e1;border:1px solid #334155;transition:all .2s ease}.lp-footer-links a:hover{color:#fff;border-color:#64748b;background:#94a3b826}.lp-footer-links svg{width:18px;height:18px}@media(max-width:980px){.lp-links{display:none}.lp-hero-grid,.lp-demo-grid,.lp-phone-grid,.lp-hiw-grid,.lp-feature-grid,.lp-story-grid,.lp-contact-grid{grid-template-columns:1fr}.lp-category-grid{grid-template-columns:repeat(2,1fr)}.lp-team-grid{grid-template-columns:repeat(2,minmax(0,220px));justify-content:center}.lp-team-stage{height:330px}.lp-team-slider{grid-template-columns:1fr;gap:.7rem}.lp-team-nav{justify-self:center}.lp-stats-grid{grid-template-columns:repeat(2,1fr)}.lp-feedback-box,.lp-footer-top,.lp-footer-bottom{flex-direction:column;align-items:flex-start}}
