:root{color:#1f2d33;background:#f7f8f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--teal: #13717b;--teal-dark: #0d4f57;--green: #6fae72;--coral: #f26f5b;--blue: #1c88b8;--ink: #1f2d33;--muted: #637176;--line: #dce5e2;--paper: #ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit}.site-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(18px,4vw,56px);background:#f7f8f5eb;border-bottom:1px solid rgba(220,229,226,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;color:var(--ink)}.brand img{width:42px;height:42px;border-radius:12px;box-shadow:0 8px 20px #13717b24}.topbar nav{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:.95rem}.topbar nav a{text-decoration:none;font-weight:700}.topbar nav a:hover{color:var(--teal)}select{border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);padding:8px 10px;font:inherit;font-weight:700}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:clamp(28px,6vw,72px);padding:clamp(42px,8vw,92px) clamp(20px,5vw,72px) 56px;max-width:1240px;margin:0 auto}.hero-copy{max-width:680px}.eyebrow{color:var(--teal);font-weight:800;margin:0 0 16px}h1,h2,h3,p{overflow-wrap:anywhere}h1{font-size:clamp(2.45rem,5.8vw,5.7rem);line-height:1.02;margin:0 0 22px;letter-spacing:0;color:var(--ink)}.hero-copy>p:not(.eyebrow){font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--muted);max-width:650px;margin:0 0 26px}.download-block{margin-top:26px}.download-block h2{font-size:1.05rem;margin:0 0 10px;color:var(--ink);font-weight:900}.download-row{display:flex;flex-wrap:wrap;gap:12px}.store-button{min-width:214px;display:inline-flex;align-items:center;gap:12px;padding:11px 16px;border-radius:8px;background:#11191c;color:#fff;text-decoration:none;border:1px solid #26363b;box-shadow:0 12px 26px #11191c2e}.store-button svg{width:30px;height:30px;flex:0 0 auto;fill:currentColor}.store-button span{display:flex;flex-direction:column;gap:1px}.store-button small{font-size:.78rem;opacity:.85;font-weight:800;line-height:1.1}.store-button strong{font-size:1rem;line-height:1.16}.store-button.disabled{background:#1f343a;border-color:#355259}.phone-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 24px 60px #2a404624}.phone-header{display:flex;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.phone-header img{width:58px;height:58px;border-radius:16px}.phone-header strong{display:block;font-size:1.15rem}.phone-header span{display:block;color:var(--muted);font-size:.92rem}.postits{display:grid;gap:12px}.postit{border-radius:8px;padding:14px;border:1px solid transparent;box-shadow:0 10px 20px #1f2d330f}.postit span{display:block;color:var(--muted);font-size:.85rem;font-weight:800;margin-bottom:4px}.postit strong{font-size:1.04rem}.postit.green{background:#eef7ee;border-color:#cfe8d0}.postit.teal{background:#edf8f8;border-color:#c8e6e8}.postit.coral{background:#fff1ee;border-color:#ffd2ca}.postit.blue{background:#edf6fb;border-color:#cce6f3}.section{padding:58px clamp(20px,5vw,72px);max-width:1240px;margin:0 auto}.section-heading{max-width:760px;margin-bottom:26px}h2{margin:0 0 10px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.12}.section-heading p,.home-blocks p,.legal-strip p,.legal-content p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:20px}.feature-mark{width:34px;height:7px;border-radius:99px;display:block;background:linear-gradient(90deg,var(--teal),var(--green),var(--coral));margin-bottom:16px}.feature-card h3{margin:0 0 8px;font-size:1.1rem}.feature-card p{color:var(--muted);margin:0}footer div{display:flex;gap:14px;flex-wrap:wrap}footer a,.back-link{color:var(--teal);font-weight:800;text-decoration:none}.legal-page{max-width:920px;margin:0 auto;padding:48px clamp(20px,5vw,56px) 76px}.back-link{display:inline-flex;margin-bottom:22px}.legal-page h1{font-size:clamp(2rem,4vw,3.5rem)}.updated{color:var(--muted);font-weight:700}.legal-content{display:grid;gap:14px;margin-top:26px}.legal-content section{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:20px}.legal-content h2{font-size:1.15rem}.legal-content p{margin-bottom:0}footer{border-top:1px solid var(--line);color:var(--muted);padding:24px clamp(20px,5vw,72px);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}@media(max-width:860px){.hero{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.topbar{align-items:flex-start;flex-direction:column}.topbar nav{width:100%;gap:12px;flex-wrap:wrap}.feature-grid{grid-template-columns:1fr}.store-button{width:100%}h1{font-size:2.55rem}}
