:root{--bg:#f7f8fb;--surface:#fff;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--primary:#0ea5a4;--primary-dark:#087f7e;--shadow:0 24px 80px rgba(15,23,42,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}.site-header,.site-footer{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0}.site-header nav,.site-footer nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;font-size:24px;letter-spacing:-.04em}.brand span span{color:var(--primary)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--primary);color:white}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:12px;font-weight:800;border:1px solid var(--line)}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface)}.hero{width:min(1180px,calc(100% - 32px));margin:64px auto;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.eyebrow{color:var(--primary);text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.14em}.hero h1{font-size:clamp(44px,7vw,78px);line-height:.95;letter-spacing:-.07em;margin:0}.hero-copy{color:var(--muted);font-size:20px;line-height:1.6;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-card,.pricing-card,.content-card{background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:34px}.qr-demo{width:190px;height:190px;margin:0 auto 24px;display:grid;place-items:center;border-radius:32px;background:linear-gradient(135deg,rgba(14,165,164,.25),transparent),#eef2f7;color:var(--primary);font-size:100px}.feature-grid,.pricing-grid{width:min(1180px,calc(100% - 32px));margin:40px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:24px}.page-heading{width:min(900px,calc(100% - 32px));margin:64px auto 24px;text-align:center}.page-heading h1{font-size:clamp(36px,6vw,64px);letter-spacing:-.06em;margin:0}.page-heading p,.content-card p{color:var(--muted);font-size:19px;line-height:1.7}.pricing-grid{grid-template-columns:repeat(5,1fr)}.price{font-size:46px;color:var(--primary);font-weight:900}.price span{font-size:15px;color:var(--muted)}.pricing-card ul{padding-left:18px;color:var(--muted)}.content-card{width:min(900px,calc(100% - 32px));margin:32px auto}.site-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;color:var(--muted);padding:56px 0}@media(max-width:980px){.hero,.feature-grid,.pricing-grid{grid-template-columns:1fr}.site-header{align-items:flex-start;flex-direction:column}.site-footer{flex-direction:column}}
