:root{color-scheme:light;--bg: #fafaf9;--surface: #ffffff;--surface-muted: #f5f5f4;--text: #1c1917;--text-muted: #57534e;--line: #e7e5e4;--accent: #059669;--accent-dark: #065f46;--accent-light: #dcfce7;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-md: 12px;--radius-lg: 24px;--radius-full: 9999px;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #0c0a09;--surface: #1c1917;--surface-muted: #292524;--text: #fafaf9;--text-muted: #a8a29e;--line: #44403c;--accent: #10b981;--accent-dark: #059669;--accent-light: #064e3b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .3);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .5);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .5)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text);background-color:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}.balance-text{text-wrap:balance}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-header{position:sticky;top:1rem;z-index:50;width:min(1200px,calc(100% - 2rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:rgba(var(--surface),.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:var(--radius-full);box-shadow:var(--shadow-sm)}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem}.brand img{border-radius:8px}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{font-size:.875rem;font-weight:500;color:var(--text-muted)}.nav-links a:hover{color:var(--text)}.nav-links .nav-privacy{padding:.4rem .8rem;background:var(--surface-muted);border-radius:var(--radius-full)}.section{padding:5rem 0}.section-container{width:min(1200px,calc(100% - 3rem));margin:0 auto}.section-header{margin-bottom:3rem;text-align:center}.eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem}.section-header h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.hero-section{padding-top:8rem}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-copy h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:850;line-height:1;letter-spacing:-.04em;margin-bottom:1.5rem}.hero-description{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:42ch}.cta-group{display:flex;gap:1rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-weight:600;border-radius:var(--radius-full);transition:all .2s ease;cursor:pointer}.button.primary{background-color:var(--text);color:var(--bg)}.button.primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.button.secondary{background-color:var(--surface);border:1px solid var(--line)}.button.secondary:hover{background-color:var(--surface-muted)}.hero-visual{display:flex;justify-content:center}.phone-wrapper{position:relative;width:100%;max-width:360px;background:var(--surface-muted);padding:1rem;border-radius:40px;border:8px solid var(--line);box-shadow:var(--shadow-lg);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;list-style:none}.feature-item{padding:2rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease}.feature-item:hover{transform:translateY(-4px);border-color:var(--accent)}.feature-icon{width:2.5rem;height:2.5rem;color:var(--accent);background:var(--accent-light);padding:.5rem;border-radius:10px}.feature-item span{font-weight:600;font-size:1.125rem}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.screenshot-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .3s ease}.screenshot-card:hover{box-shadow:var(--shadow-lg)}.screenshot-image-container{aspect-ratio:9 / 16;background:var(--surface-muted);overflow:hidden}.screenshot-image-container img{width:100%;height:100%;object-fit:cover}.screenshot-info{padding:1.5rem}.screenshot-info h3{font-size:1.125rem;margin-bottom:.5rem}.screenshot-info p{color:var(--text-muted);font-size:.875rem}.callout-card{background:var(--accent-dark);color:#fff;padding:4rem;border-radius:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.callout-card h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em}.callout-card p{font-size:1.25rem;max-width:60ch;opacity:.9}.callout-card .button.secondary{background:#ffffff1a;border-color:#fff3;color:#fff}.callout-card .button.secondary:hover{background:#fff3}.site-footer{margin-top:auto;padding:4rem 0;border-top:1px solid var(--line)}.footer-content{width:min(1200px,calc(100% - 3rem));margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.875rem}.footer-links{display:flex;gap:2rem}.privacy-page{background:var(--bg);min-height:100vh}.privacy-top-nav{padding:2rem;width:min(800px,100%);margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--accent)}.privacy-content-wrapper{padding-bottom:5rem}.policy{width:min(800px,calc(100% - 3rem));margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-sm)}.policy-header{margin-bottom:3rem;border-bottom:1px solid var(--line);padding-bottom:2rem}.policy-header h1{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.last-updated{color:var(--text-muted);font-size:.875rem}.policy-body{display:flex;flex-direction:column;gap:2.5rem}.policy-body .intro{font-size:1.125rem;color:var(--text);font-weight:500}.policy-section h2{font-size:1.5rem;margin-bottom:1rem}.policy-section p{color:var(--text-muted);margin-bottom:1rem}.policy-subsection{margin-top:1.5rem}.policy-subsection h3{font-size:1.125rem;margin-bottom:.75rem}.policy-subsection ul,.policy-section ol{padding-left:1.5rem;color:var(--text-muted)}.policy-subsection li,.policy-section li{margin-bottom:.5rem}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-description{margin-inline:auto}.site-header{top:.5rem}}@media (max-width: 640px){.nav-links{display:none}.section{padding:3rem 0}.policy{padding:1.5rem}.cta-group{flex-direction:column;width:100%}.button{width:100%}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
