:root{color-scheme:light;--bg: #f6faf7;--card: #ffffff;--text: #0f1728;--muted: #667085;--line: #dfe9e3;--green: #22c55e;--green-soft: #e8f8ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 24%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{min-height:100vh}.nav,.hero,.stats,.features,.screens,.pricing,.faq,.footer{width:min(1200px,calc(100% - 32px));margin:0 auto}.nav{display:flex;align-items:center;justify-content:space-between;padding:22px 0}.logo,.footer-logo{width:180px}.nav-links{display:flex;gap:24px;color:var(--muted);font-weight:600}.nav-cta,.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:700;transition:.16s ease}.nav-cta,.primary-btn{background:var(--green);color:#fff}.secondary-btn{border:1px solid var(--line);background:#fff}.nav-cta:hover,.primary-btn:hover,.secondary-btn:hover{transform:translateY(-1px)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:42px;align-items:center;padding:40px 0 72px}.eyebrow{color:#0a8f3f;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero h1,.section-head h2,.pricing-card h2{margin:10px 0 0;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.96;letter-spacing:-.04em}.hero-text,.feature-card p,.faq-item p,.pricing-card li,.hero-proof,.section-head p{color:var(--muted)}.hero-text{font-size:1.1rem;line-height:1.7;max-width:640px;margin-top:18px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-proof{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:22px;font-weight:600}.hero-media{position:relative;min-height:680px}.hero-phone{position:absolute;border-radius:34px;box-shadow:0 30px 70px #0f17281f}.hero-phone-front{width:56%;right:8%;top:0}.hero-phone-back{width:52%;left:0;bottom:0}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:56px}.stats article,.feature-card,.screen-card,.pricing-card,.faq-item{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 50px #0f17280d}.stats article{padding:24px}.stats strong{display:block;font-size:1.3rem}.stats span{display:block;margin-top:8px;color:var(--muted)}.features,.screens,.pricing,.faq{padding:56px 0}.section-head{max-width:760px;margin-bottom:26px}.section-head h2{font-size:clamp(2rem,3vw,3rem)}.feature-grid,.screen-grid,.faq-list{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:24px}.feature-card h3,.faq-item h3{margin:0 0 10px;font-size:1.25rem}.screen-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.screen-card{padding:16px}.screen-card img{border-radius:22px}.screen-card figcaption{margin-top:14px;font-weight:700}.pricing-card{padding:32px;display:grid;gap:18px}.pricing-card h2{font-size:clamp(2rem,3vw,2.8rem)}.pricing-card ul{margin:0;padding-left:20px;display:grid;gap:10px}.faq-list{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-item{padding:22px}.footer{padding:0 0 44px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero-media{min-height:520px}.hero-phone-front{width:44%;right:18%}.hero-phone-back{width:42%;left:16%}.feature-grid,.screen-grid,.faq-list,.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.nav{flex-wrap:wrap;gap:16px}.nav-links,.hero-actions,.hero-proof,.footer{flex-direction:column;align-items:flex-start}.hero{padding-top:16px}.hero-media{min-height:420px}.hero-phone-front{width:56%;right:8%}.hero-phone-back{width:54%;left:0}.feature-grid,.screen-grid,.faq-list,.stats{grid-template-columns:1fr}}
