:root{--bg: #f6f5fb;--bg-warm: #fbfaff;--surface: #ffffff;--surface-soft: #f2efff;--surface-blue: #eef7f8;--surface-mint: #edf8f2;--text: #221d48;--muted: #746d95;--primary: #5848d6;--primary-strong: #4638b8;--danger: #e44343;--success: #1e9b66;--line: rgba(88, 72, 214, .14);--line-strong: rgba(34, 29, 72, .14);--shadow: 0 24px 70px rgba(70, 56, 184, .14);--shadow-soft: 0 18px 48px rgba(34, 29, 72, .08);--radius-lg: 24px;--radius-md: 18px;--radius-sm: 12px;color:var(--text);font-family:Outfit,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;background:linear-gradient(180deg,#ffffffe6,#f6f5fbfa 26%),var(--bg);color:var(--text)}body,button,input,select,textarea{font-family:Outfit,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.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}main{overflow:hidden}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;width:min(1180px,calc(100% - 36px));height:74px;margin:14px auto -88px;padding:10px 12px 10px 18px;border:1px solid rgba(255,255,255,.72);border-radius:var(--radius-md);background:#ffffffc7;box-shadow:0 14px 42px #221d4817;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-link{display:inline-flex;align-items:center;min-width:140px}.brand-link img{width:150px;height:auto}.desktop-nav{display:flex;justify-content:center;gap:8px}.desktop-nav a{min-height:42px;padding:12px 13px;border-radius:999px;color:var(--muted);font-size:15px;font-weight:700}.desktop-nav a:hover,.desktop-nav a:focus-visible{background:#5848d614;color:var(--primary);outline:0}.header-login{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 16px;border-radius:16px;background:var(--primary);color:#fff;font-weight:800;box-shadow:0 14px 30px #5848d640}.hero{position:relative;display:flex;align-items:center;min-height:82svh;padding:144px 0 88px;isolation:isolate}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:76% 48%}.hero-content{display:grid;gap:24px;width:100%}.eyebrow{margin:0 0 10px;color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase}.hero-eyebrow{color:#746d95c7;font-size:14px;letter-spacing:.04em;text-transform:none}.hero-brand-panel{width:min(660px,90vw);background:#ffffffd9;border-radius:0 26px 26px 0;box-shadow:0 20px 40px #221d4814}.hero-brand-inner{display:grid;gap:12px;padding:22px 30px 24px clamp(18px,4vw,56px)}.hero-brand-logo{width:min(100%,520px);height:auto}.hero-copy-stack{width:min(560px,calc(100% - 24px));padding-left:clamp(18px,4vw,56px)}.hero h1,.section h2,.site-footer strong{font-family:Space Grotesk,Outfit,Arial,sans-serif}.hero h1{max-width:600px;margin:0;color:var(--text);font-size:86px;line-height:.92;font-weight:700;text-shadow:0 2px 14px rgba(255,255,255,.76)}.hero-copy{max-width:500px;margin:0;color:#4f496f;font-size:20px;line-height:1.65;font-weight:500;text-shadow:0 2px 10px rgba(255,255,255,.5)}.hero-actions,.store-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:54px;border:1px solid transparent;border-radius:17px;padding:0 18px;font-size:16px;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover,.button:focus-visible{transform:translateY(-1px);outline:0}.button-primary{background:linear-gradient(135deg,var(--primary),#7565f2);color:#fff;box-shadow:0 18px 36px #5848d645}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 22px 42px #5848d657}.button-secondary{background:#ffffffd6;border-color:#5848d633;color:var(--primary);box-shadow:0 12px 26px #221d4814}.button-secondary:hover,.button-secondary:focus-visible{background:#fff}.button-store{align-items:center;min-width:184px;min-height:64px;justify-content:flex-start;border-color:#5848d629;background:#fff;color:var(--text);box-shadow:var(--shadow-soft)}.button-store>span{display:grid;gap:2px}.button-store strong{color:var(--text);font-size:16px}.button-store small{color:var(--muted);font-size:13px;font-weight:700}.section{padding:86px 0}.section-inner{width:min(1180px,calc(100% - 36px));margin:0 auto}.section-heading{max-width:760px}.section-heading h2,.device-copy h2,.webapp-copy h2,.demo-band h2{margin:0;color:var(--text);font-family:Space Grotesk,Outfit,Arial,sans-serif;font-size:46px;line-height:1.04;font-weight:700}.section-heading p,.device-copy p,.webapp-copy p,.demo-band p{margin:16px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.problem-section{background:var(--surface)}.problem-grid,.solution-grid,.workflow{display:grid;gap:16px;margin-top:34px}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.workflow-step{min-height:230px;border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffdb;padding:22px;box-shadow:var(--shadow-soft)}.icon-badge,.workflow-step svg{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:15px;background:var(--surface-soft);color:var(--primary)}.feature-card h3,.workflow-step h3{margin:18px 0 0;color:var(--text);font-family:Space Grotesk,Outfit,Arial,sans-serif;font-size:22px;line-height:1.16}.feature-card p,.workflow-step p{margin:12px 0 0;color:var(--muted);font-size:16px;line-height:1.62}.solution-section{background:linear-gradient(180deg,var(--bg) 0%,#fff 100%)}.solution-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:34px;align-items:start}.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-showcase{position:sticky;top:102px;display:grid;gap:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffff0,#f2efffdb);padding:28px;box-shadow:var(--shadow)}.showcase-device{width:100%;max-height:460px;object-fit:contain}.showcase-stats{display:grid;gap:10px}.showcase-stats span{display:flex;align-items:center;gap:9px;min-height:42px;border-radius:14px;background:#fff;padding:10px 12px;color:var(--text);font-weight:800;box-shadow:0 10px 24px #221d480f}.showcase-stats svg,.spec-list svg{color:var(--success);flex:0 0 auto}.workflow-section{background:#fff}.workflow{grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:step}.workflow-step{position:relative;min-height:260px;background:linear-gradient(180deg,#fff,#fbfaff)}.step-number{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#5848d61a;color:var(--primary);font-weight:900}.device-section{background:linear-gradient(180deg,#fff 0%,var(--bg) 100%)}.device-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.spec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0 0;padding:0;list-style:none}.spec-list li{display:flex;align-items:center;gap:9px;min-height:48px;border:1px solid rgba(88,72,214,.12);border-radius:14px;background:#fff;padding:10px 12px;color:var(--text);font-weight:800;box-shadow:0 12px 26px #221d480f}.device-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.device-gallery img{width:100%;height:260px;border:1px solid rgba(34,29,72,.08);border-radius:var(--radius-md);background:#f1f1f4;object-fit:cover;object-position:center;box-shadow:var(--shadow-soft)}.device-gallery img:first-child{grid-row:span 2;height:534px}.app-section{background:var(--surface-blue)}.app-layout,.webapp-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.phone-frame{display:flex;justify-content:center;min-height:560px}.phone-frame img{width:min(100%,380px);height:560px;object-fit:contain;filter:drop-shadow(0 24px 45px rgba(34,29,72,.18))}.app-copy .section-heading{max-width:680px}.webapp-section{background:#fff}.webapp-layout{grid-template-columns:.9fr 1.1fr}.webapp-copy .button{margin-top:28px}.console-preview{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.console-topbar{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 20px;border-bottom:1px solid var(--line);color:var(--text);font-weight:900}.live-dot{display:inline-flex;align-items:center;gap:8px;color:var(--success);font-size:14px}.live-dot:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--success)}.console-body{display:grid;gap:14px;padding:20px;background:linear-gradient(180deg,#fbfaff,#fff)}.alert-row{display:flex;gap:12px;align-items:center;min-height:76px;border:1px solid rgba(88,72,214,.12);border-radius:16px;background:#fff;padding:14px;box-shadow:0 10px 26px #221d480f}.alert-row svg{color:var(--primary);flex:0 0 auto}.alert-row.danger{border-color:#e4434338;background:#fff7f7}.alert-row.danger svg{color:var(--danger)}.alert-row strong,.alert-row span{display:block}.alert-row strong{color:var(--text);font-size:17px}.alert-row span{margin-top:3px;color:var(--muted);font-size:14px;font-weight:700}.map-preview{position:relative;height:470px;border:1px solid rgba(88,72,214,.12);border-radius:18px;overflow:hidden;background:#fff}.map-preview img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.demo-section{background:var(--surface-mint);padding:72px 0}.demo-band{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid rgba(30,155,102,.16);border-radius:var(--radius-lg);background:#ffffffd1;padding:34px;box-shadow:var(--shadow-soft)}.demo-band>div{max-width:740px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:28px;width:min(1180px,calc(100% - 36px));margin:0 auto;padding:34px 0 46px;color:var(--muted)}.footer-brand{display:grid;gap:8px;max-width:430px}.footer-brand img{width:148px}.footer-brand span{font-weight:800;font-size:13px;line-height:1.45}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px;font-weight:800}.site-footer a:hover,.site-footer a:focus-visible{color:var(--primary);outline:0}.legal-main{overflow:hidden}.legal-hero{padding:152px 0 34px;background:linear-gradient(180deg,#ffffffeb,#f6f5fbfa)}.legal-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}.legal-backlink{display:inline-flex;align-items:center;gap:8px;min-height:40px;margin-bottom:18px;color:var(--primary);font-weight:800}.legal-hero h1{margin:0;color:var(--text);font-family:Space Grotesk,Outfit,Arial,sans-serif;font-size:58px;line-height:1}.legal-intro{max-width:780px;margin:18px 0 0;color:var(--muted);font-size:19px;line-height:1.7}.legal-content{padding:10px 0 86px}.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.legal-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#ffffffe0;padding:26px;box-shadow:var(--shadow-soft)}.legal-card-wide{grid-column:1 / -1}.legal-card h2{margin:0;color:var(--text);font-family:Space Grotesk,Outfit,Arial,sans-serif;font-size:28px;line-height:1.12}.legal-card-copy,.legal-card p,.legal-card ul{color:var(--muted);font-size:17px;line-height:1.7}.legal-card-copy,.legal-card p{margin:14px 0 0}.legal-card ul{margin:14px 0 0;padding-left:24px}.legal-card li+li{margin-top:4px}.legal-card a{color:var(--primary);font-weight:700}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.support-grid .feature-card{min-height:100%}@media (max-width: 1040px){.desktop-nav{display:none}.site-header{grid-template-columns:auto auto;justify-content:space-between}.hero h1{font-size:70px}.problem-grid,.workflow,.solution-layout,.device-layout,.app-layout,.webapp-layout{grid-template-columns:1fr}.product-showcase{position:relative;top:auto;max-width:560px}.workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-grid,.support-grid{grid-template-columns:1fr}.phone-frame{min-height:500px}.phone-frame img{height:500px}}@media (max-width: 720px){.site-header{width:calc(100% - 24px);height:66px;margin-top:10px;margin-bottom:-76px;padding:8px 9px 8px 13px;border-radius:16px}.brand-link{min-width:112px}.brand-link img{width:126px}.header-login{min-height:44px;padding:0 13px;border-radius:14px}.hero{min-height:78svh;padding:124px 0 58px}.hero-image{object-position:80% 48%}.hero-brand-panel{width:min(580px,92vw)}.hero-brand-inner{padding-left:20px}.hero-content,.section-inner,.site-footer{width:calc(100% - 24px)}.hero-copy{max-width:410px;font-size:17px;line-height:1.56}.hero-copy-stack{width:min(420px,calc(100% - 24px));padding-left:20px}.hero-actions,.store-row{gap:10px}.button{width:100%;min-height:52px}.section{padding:64px 0}.legal-hero{padding:132px 0 26px}.legal-shell{width:calc(100% - 24px)}.legal-hero h1{font-size:40px;line-height:1.06}.legal-intro{font-size:16px;line-height:1.6}.legal-content{padding:8px 0 64px}.legal-card{padding:20px}.legal-card h2{font-size:24px}.section-heading h2,.device-copy h2,.webapp-copy h2,.demo-band h2{font-size:34px;line-height:1.08}.section-heading p,.device-copy p,.webapp-copy p,.demo-band p{font-size:16px;line-height:1.62}.problem-grid,.solution-grid,.workflow,.spec-list,.device-gallery{grid-template-columns:1fr}.feature-card,.workflow-step{min-height:auto;padding:19px}.device-gallery img,.device-gallery img:first-child{height:310px;grid-row:auto}.phone-frame{min-height:430px}.phone-frame img{height:430px}.console-body{padding:14px}.map-preview,.map-preview img{height:420px}.demo-band{display:grid;padding:22px}.site-footer{display:grid;padding:28px 0 38px}.site-footer nav{justify-content:flex-start}}@media (max-width: 420px){.hero-image{object-position:83% 48%}.hero-copy{font-size:16px}.hero-brand-panel{width:min(360px,94vw);border-radius:0 20px 20px 0}.hero-brand-inner{padding:18px 18px 20px}.section-heading h2,.device-copy h2,.webapp-copy h2,.demo-band h2{font-size:30px}.brand-link img{width:116px}.header-login span{display:none}}
