*{box-sizing:border-box}:root{--primary: #2563EB;--primary-strong: #1D4ED8;--primary-soft: rgba(37,99,235,.12);--background: #F8FAFC;--surface: #FFFFFF;--text: #0F172A;--muted: #475569;--border: #E2E8F0;--shadow-soft: 0 18px 50px rgba(15, 23, 42, .08);--space-xs: 8px;--space-sm: 12px;--space-md: 18px;--space-lg: 28px;--space-xl: 48px;--space-2xl: 72px}html{overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--background);color:var(--text);overflow-x:hidden}.site-header{position:sticky;top:0;z-index:20;background:#f4f7fbf0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav{max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:var(--space-md)}.brand{text-decoration:none;display:flex;align-items:center;gap:var(--space-sm);color:var(--text);min-width:max-content}.brand small{display:block;color:var(--muted);font-size:.82rem}.brand-mark{width:40px;height:40px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800}.nav-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px 16px}.nav-links a{text-decoration:none;color:var(--muted);font-weight:600;line-height:1.2}.nav-cta{padding:10px 14px;background:var(--primary);color:#fff!important;border-radius:10px}.hero{max-width:1200px;margin:0 auto;min-height:min(760px,calc(100vh - 72px));padding:var(--space-xl) 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:var(--space-xl);align-items:center}.eyebrow{color:var(--primary-strong);text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;font-weight:800;margin:0 0 var(--space-sm)}.hero h1,.section h2{font-size:clamp(2.05rem,1.62rem + 1.9vw,4.2rem);line-height:1.08;margin:var(--space-sm) 0;letter-spacing:0}.lead{color:var(--muted);font-size:clamp(1rem,.95rem + .25vw,1.08rem);line-height:1.72;max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-lg)}.hero-actions.center{justify-content:center}.button{text-decoration:none;padding:14px 18px;border-radius:10px;font-weight:700;line-height:1.2;text-align:center}.button.primary{background:var(--primary);color:#fff}.button.secondary{border:1px solid var(--border);background:#fff;color:var(--text)}.note{color:var(--muted);margin-top:var(--space-md);font-size:.94rem;line-height:1.6}.hero-card{display:flex;justify-content:center}.phone-frame{width:min(320px,100%);border-radius:30px;padding:16px;background:linear-gradient(180deg,#0f172a,#2563eb);box-shadow:var(--shadow-soft)}.phone-top{width:120px;height:18px;border-radius:20px;background:#fff3;margin:0 auto 14px}.app-preview{background:#fff;border-radius:22px;padding:18px}.preview-header,.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.preview-header{align-items:center}.pill{justify-self:end;background:#16a34a1f;color:#16a34a;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.preview-card,.preview-grid div{margin-top:var(--space-sm);border-radius:14px;background:var(--background);padding:16px}.preview-card.large{background:var(--primary);color:#fff}.preview-grid span,.preview-card p{display:block;margin-top:6px;color:var(--muted)}.preview-card.large p{color:#fffc}.section{max-width:1200px;margin:0 auto;padding:var(--space-2xl) 20px}.section-heading{max-width:760px}.feature-grid{margin-top:var(--space-lg);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:var(--space-md)}.feature-card,.trust-list div{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 1px 2px #0f172a0a}.feature-card h2,.feature-card h3{margin:0 0 10px;font-size:1.17em;line-height:1.2}.feature-card ul{margin:12px 0 0;padding-left:20px;color:var(--muted);line-height:1.7}.feature-card p,.trust-list span,.trust-copy p,.cta-section p{color:var(--muted);line-height:1.7}.page-title{max-width:820px}.page-title h1{font-size:clamp(2rem,1.66rem + 1.7vw,4rem);line-height:1.08;margin:var(--space-sm) 0;letter-spacing:0}.content-stack{display:grid;gap:var(--space-md);margin-top:var(--space-lg)}.contact-line{color:var(--muted);line-height:1.8}.contact-line a,.lead a,.feature-card a{color:var(--primary-strong);font-weight:700}.icon{font-size:2rem}.trust-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:var(--space-lg);align-items:start}.trust-list{display:grid;gap:var(--space-md)}.trust-list strong{display:block;margin-bottom:8px}.cta-section{text-align:center}.footer{border-top:1px solid var(--border);padding:24px 20px 40px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:0 auto}.footer a{text-decoration:none;color:var(--muted);margin-left:16px;line-height:1.8}@media(max-width:720px){.nav{display:grid;grid-template-columns:1fr;align-items:start;padding:14px 16px;gap:var(--space-sm)}.nav-links{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}.nav-links a{padding:8px 10px;border:1px solid var(--border);border-radius:999px;background:#ffffffb8;font-size:.9rem}.nav-links .nav-cta{border-color:var(--primary);background:var(--primary)}.hero h1,.section h2{font-size:clamp(2rem,1.78rem + 1vw,2.35rem);line-height:1.12}.page-title h1{font-size:clamp(1.95rem,1.74rem + .95vw,2.3rem);line-height:1.12}.hero{min-height:auto;padding:34px 16px 48px;gap:var(--space-lg)}.section{padding:48px 16px}.lead{line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch;margin-top:22px}.button{width:100%}.feature-card,.trust-list div{padding:18px;border-radius:14px}.phone-frame{max-width:310px;margin:0 auto}.preview-grid{grid-template-columns:1fr}.footer{align-items:flex-start}.footer div{display:flex;flex-wrap:wrap;gap:8px 14px}.footer a{margin-left:0}}
