:root{--bg: #fcfcfd;--surface: #ffffff;--text: #1e2430;--muted: #5f6b7a;--border: #d9e0e8;--accent: #0b6efd;--accent-hover: #0957c3;--section-alt: #f3f6f9;--max-width: 1120px;--radius: 18px;--shadow: 0 10px 30px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;background:var(--bg);color:var(--text)}body{margin:0;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.container{width:min(100% - 2rem,var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:#fcfcfdeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner,.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0}.brand{font-weight:700;font-size:1.1rem;text-decoration:none}.site-nav{display:flex;gap:1rem;flex-wrap:wrap}.site-nav a,.text-link{text-decoration:none;color:var(--accent)}.hero{padding:4rem 0 3rem}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}.eyebrow{color:var(--accent);font-weight:700;letter-spacing:.02em}h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;margin:.4rem 0 1rem;max-width:12ch}h2{font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.2;margin-top:0}h3{margin-top:0;line-height:1.25}.lead,.section-copy{font-size:1.1rem;color:var(--muted);max-width:60ch}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.button{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;padding:.85rem 1.15rem;border-radius:999px;font-weight:600;border:1px solid transparent}.button:hover{background:var(--accent-hover)}.button-secondary{background:transparent;color:var(--accent);border-color:var(--accent)}.button-secondary:hover{background:#0b6efd0f}.hero-image-wrap{display:flex;justify-content:center;align-items:center}.hero-image-wrap img{width:100%;max-width:420px;border-radius:32px;box-shadow:0 24px 48px #0f172a29}.card{background:var(--surface);border:1px solid #e6ebf1;border-radius:var(--radius);box-shadow:0 6px 16px #0f172a0f;padding:1.25rem}.section{padding:4rem 0}.section-alt{background:var(--section-alt)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}.prose{max-width:68ch;font-size:1rem;line-height:1.65}.prose h1{font-size:2.5rem;line-height:1.2;margin-bottom:.75rem;max-width:none}.prose h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.6rem}.prose p{margin-top:0;margin-bottom:1rem}.prose ul{padding-left:1.25rem;margin-top:.75rem;margin-bottom:1rem}.prose a{color:#2563eb;text-decoration:none}.prose a:hover{text-decoration:underline}.screenshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.screenshot-card{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.screenshot-card img{width:100%;height:auto;display:block;background:#eef2f6;border-radius:14px}.screenshot-card figcaption{padding:1rem 1rem 1.2rem}.screenshot-card h3{margin-bottom:.5rem}.screenshot-card p{margin:0;color:var(--muted)}.download-panel{display:grid;grid-template-columns:1.4fr auto;gap:1.5rem;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.app-store-badge{display:inline-block}.app-store-badge img{width:180px;height:auto;display:block}.explanatory-graphic{margin:1.25rem 0 1.5rem}.explanatory-graphic img{display:block;width:100%;max-width:620px;height:auto;margin:0 auto;border-radius:18px}.explanatory-graphic figcaption{margin-top:.65rem;font-size:.95rem;color:var(--muted);text-align:center}.explanatory-graphic--small img{max-width:520px}.privacy-page .prose p:first-of-type{font-size:.9rem;color:#6b7280;margin-bottom:1.6rem}.how-page .container.prose{max-width:820px}.how-page .how-section{padding:2rem 0}.how-page .how-section+.how-section{border-top:1px solid #e5e7eb}.how-page .how-section:first-of-type{padding-top:1.5rem}.how-page .prose h1{font-size:3rem;line-height:1.1;margin-bottom:1rem}.how-page .prose h2{font-size:1.7rem;margin-top:0;margin-bottom:.6rem}.how-page .prose p{margin-bottom:.9rem}.how-page .prose ul{margin-top:.6rem}.site-footer{border-top:1px solid var(--border);margin-top:3rem}.site-footer p{margin:0;color:var(--muted)}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero{padding-top:3rem}.hero-image-wrap{order:-1}.hero-image-wrap img{max-width:320px}h1{max-width:none}.how-page .prose h1{font-size:2.4rem}.how-page .container.prose{max-width:100%}}.how-header{display:flex;align-items:center;gap:1rem}.how-logo{width:56px;height:auto}.how-header-centered{text-align:center;margin-bottom:1rem}.how-header-centered img{width:172px;margin:0 auto .5rem}.section:first-of-type,.how-section:first-of-type{padding-top:3rem}@media(max-width:800px){.feature-grid,.screenshot-grid,.download-panel{grid-template-columns:1fr}.header-inner,.footer-inner{align-items:flex-start;flex-direction:column}}.how-hero{padding:2rem 0 1.5rem}.how-hero-head{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.hero-logo{width:76px;height:auto;flex:0 0 auto}.how-hero-card{max-width:760px;margin:0 auto;padding:2rem 2rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 8px 24px #0f172a0a}.how-hero-card h1{margin:0;font-size:2.4rem;line-height:1.05;max-width:none}.how-hero-card p{margin:0 0 1rem;max-width:54ch;color:var(--muted)}.how-hero-card p:last-child{margin-bottom:0}
