:root{--blue:#0667f9;--blue-dark:#0649c7;--ink:#111827;--muted:#53657e;--soft:#f5f8fc;--line:#dbe4ef;--orange:#ff711e;--green:#13af7d;--shadow:0 24px 70px rgba(20,46,83,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}.site-header{height:74px;padding:0 clamp(20px,4vw,54px);display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:40}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:20px;font-weight:800;white-space:nowrap}.brand img{width:40px;height:40px;object-fit:contain}.brand small{background:#eaf2ff;color:var(--blue);font-size:10px;padding:4px 7px;border-radius:99px}.site-header nav{display:flex;gap:28px;margin-left:auto}.site-header nav a{text-decoration:none;color:#40516a;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:14px;font-weight:800;text-decoration:none;border:1px solid transparent;cursor:pointer}.button.primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(6,103,249,.22)}.button.primary:hover{background:var(--blue-dark)}.button.secondary{background:#fff;color:var(--blue);border-color:var(--blue)}.button.compact{min-height:42px;padding:0 17px}.hero{min-height:710px;padding:90px clamp(24px,6vw,90px);display:grid;grid-template-columns:minmax(320px,.85fr) minmax(520px,1.15fr);gap:70px;align-items:center;background:linear-gradient(145deg,#fff 0%,#f6f9fd 58%,#edf4ff 100%);overflow:hidden}.eyebrow{margin:0 0 13px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hero h1{font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px;max-width:750px}.lead{font-size:20px;color:var(--muted);max-width:660px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:26px;color:#63758d;font-size:13px;font-weight:700}.hero-visual{position:relative;min-height:530px}.desktop-shot{width:100%;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}.mobile-shot{position:absolute;right:-20px;bottom:-25px;height:430px;border-radius:24px;border:7px solid #111827;box-shadow:0 28px 70px rgba(13,31,58,.32)}.stats-strip{padding:24px clamp(24px,6vw,90px);display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);background:#fff}.stats-strip div{text-align:center;border-right:1px solid var(--line)}.stats-strip div:last-child{border:0}.stats-strip strong{display:block;font-size:26px;color:var(--blue)}.stats-strip span{color:var(--muted);font-size:13px}.section{padding:100px clamp(24px,6vw,90px)}.section-heading{max-width:780px;margin:0 auto 46px;text-align:center}.section-heading h2,.cta h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:0 0 16px}.section-heading>p:last-child{font-size:18px;color:var(--muted)}.feature-section{background:#fff}.feature-grid,.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1400px;margin:auto}.feature-grid article,.included-grid div{border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff}.feature-grid h3,.included-grid h3{margin:16px 0 9px}.feature-grid p,.included-grid p{color:var(--muted);margin:0}.feature-icon{width:42px;height:42px;border-radius:12px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:22px;font-weight:900}.blue-section{background:linear-gradient(135deg,#061b47,#073f9e 62%,#0667f9);color:#fff}.section-heading.light .eyebrow{color:#8dbbff}.section-heading.light>p:last-child{color:#cbdaf0}.demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1300px;margin:auto}.demo-cards a{padding:30px;border-radius:20px;text-decoration:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);transition:.2s}.demo-cards a:hover{transform:translateY(-4px);background:rgba(255,255,255,.16)}.demo-cards span{font-size:11px;font-weight:900;letter-spacing:.13em;color:#8fc0ff}.demo-cards h3{font-size:23px;margin:11px 0}.demo-cards p{color:#cfdef3;min-height:72px}.screen-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:28px}.screen-tabs button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 16px;font-weight:750;color:#475970;cursor:pointer}.screen-tabs button.active{background:var(--blue);border-color:var(--blue);color:#fff}.screen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1500px;margin:auto}.screen-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;cursor:pointer;transition:.2s}.screen-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(22,48,82,.13)}.screen-card .thumb{aspect-ratio:16/10;overflow:hidden;background:#eef3f9}.screen-card.mobile .thumb,.screen-card.android .thumb{aspect-ratio:4/5}.screen-card img{width:100%;height:100%;object-fit:cover;object-position:top}.screen-card div:last-child{padding:14px}.screen-card h3{font-size:15px;margin:0 0 3px}.screen-card p{font-size:12px;margin:0;color:#75869c}.center{text-align:center;margin-top:34px}.included{background:var(--soft)}.included-grid{grid-template-columns:repeat(3,1fr)}.cta{padding:76px clamp(24px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:40px;background:#fff}.cta>div:first-child{max-width:720px}.cta p:not(.eyebrow){color:var(--muted);font-size:17px}.cta .actions{margin:0;flex-wrap:nowrap}footer{padding:34px clamp(24px,6vw,90px);border-top:1px solid var(--line);display:flex;align-items:center;gap:24px;color:var(--muted);font-size:13px}footer p{margin-left:auto}.footer-brand{font-size:16px}.footer-brand img{width:30px;height:30px}.lightbox{position:fixed;inset:0;background:rgba(2,10,24,.92);z-index:100;display:grid;place-items:center;padding:50px}.lightbox[hidden]{display:none}.lightbox img{max-width:94vw;max-height:85vh;border-radius:12px;box-shadow:0 30px 90px #000}.lightbox button{position:absolute;right:24px;top:18px;background:none;border:0;color:#fff;font-size:42px;cursor:pointer}.lightbox p{position:absolute;bottom:12px;color:#fff;font-weight:700}.notice{padding:12px 16px;border:1px solid #bdd6ff;background:#edf5ff;color:#164f9c;border-radius:12px;font-size:13px}
@media(max-width:1050px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-visual{max-width:850px}.feature-grid{grid-template-columns:repeat(2,1fr)}.screen-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.site-header{height:64px;padding:0 15px}.brand span{font-size:16px}.brand small,.site-header>.button{display:none}.hero{padding:54px 18px 70px;gap:30px}.hero h1{font-size:42px}.lead{font-size:17px}.hero-visual{min-height:360px}.desktop-shot{border-radius:10px}.mobile-shot{height:280px;right:4px;bottom:0;border-width:4px}.stats-strip{grid-template-columns:repeat(2,1fr);gap:20px}.stats-strip div{border:0}.section{padding:72px 18px}.feature-grid,.demo-cards,.included-grid{grid-template-columns:1fr}.screen-grid{grid-template-columns:repeat(2,1fr);gap:10px}.screen-card div:last-child{padding:10px}.screen-card h3{font-size:13px}.cta{padding:60px 18px;display:block}.cta .actions{margin-top:24px;flex-wrap:wrap}footer{display:block;text-align:center}footer .brand{justify-content:center}footer p{margin:16px 0}.lightbox{padding:30px 10px}.lightbox img{max-width:98vw;max-height:80vh}}
