:root{--color-brand:#6e8e73;--color-brand-dark:#5f7e64;--color-brand-soft:#e6f0e8;--color-background:#f8f6f2;--color-surface:#fff;--color-text:#2e2b27;--color-text-muted:#6b6560;--color-border:#ddd8d0;--font-sans:"SF Pro Rounded", "Avenir Next", "Segoe UI", system-ui, sans-serif;--radius:1rem;--radius-lg:1.5rem;--shadow:0 18px 40px #2e2b2714;--shadow-sm:0 8px 24px #2e2b270f;--shadow-hover:0 12px 32px #6e8e7324;--content-width:1080px;--header-height:4.5rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);color:var(--color-text);background:var(--color-background);background-image:radial-gradient(ellipse 80% 50% at 50% -10%, var(--color-brand-soft) 0%, transparent 60%), radial-gradient(ellipse 60% 40% at 100% 100%, #6e8e7314 0%, transparent 50%);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.container{width:min(var(--content-width), calc(100% - 2rem));margin:0 auto}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f8f6f2d9;border-bottom:1px solid #ddd8d099;position:sticky;top:0}.site-header .container{min-height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{object-fit:cover;border-radius:.75rem;width:2.5rem;height:2.5rem}.site-nav{align-items:center;gap:1.25rem;display:flex}.nav-link{color:var(--color-text-muted);font-size:.95rem;text-decoration:none;transition:color .15s}.nav-link:hover,.nav-link[aria-current=page]{color:var(--color-brand)}.nav-cta{background:var(--color-brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s;display:none}.nav-cta:hover{background:var(--color-brand-dark);box-shadow:0 0 0 3px #6e8e7338}@media (width>=640px){.nav-cta{display:inline-flex}}.section{padding:4rem 0}.section-header{max-width:36rem;margin-bottom:2.5rem}.section-header.centered{text-align:center;margin-left:auto;margin-right:auto}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand);margin:0 0 .75rem;font-size:.8rem;font-weight:600}.section-title{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.15}.section-lead{color:var(--color-text-muted);margin:0;font-size:1.05rem}.hero{align-items:center;gap:3rem;padding:3rem 0 5rem;display:grid}@media (width>=768px){.hero{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0 6rem}}.hero-content{flex-direction:column;gap:0;display:flex}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand);margin:0 0 1rem;font-size:.8rem;font-weight:600}.hero h1{letter-spacing:-.04em;margin:0 0 1.25rem;font-size:clamp(2.25rem,5vw,3.25rem);line-height:1.05}.hero-lead{color:var(--color-text-muted);max-width:32rem;margin:0;font-size:clamp(1.05rem,2vw,1.2rem)}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.text-link{color:var(--color-brand);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,opacity .2s}.text-link:hover{color:var(--color-brand-dark);opacity:.9}.hero-visual{justify-content:center;align-items:center;display:flex}.phone-mockup{aspect-ratio:9/19.5;width:min(100%,300px);box-shadow:var(--shadow), 0 0 0 1px #ffffff14 inset, 0 2px 0 #ffffff0f inset;background:#1a1a1a;border-radius:2.75rem;padding:.65rem;position:relative}.phone-screen{background:#000;border-radius:2.25rem;width:100%;height:100%;position:relative;overflow:hidden}.phone-screen-shot{object-fit:cover;object-position:top center;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .85s;position:absolute;inset:0}.phone-screen-shot.is-active{opacity:1}.phone-dots{z-index:2;justify-content:center;gap:.4rem;display:flex;position:absolute;bottom:1.35rem;left:0;right:0}.phone-dot{cursor:pointer;background:#ffffff73;border:0;border-radius:999px;width:.45rem;height:.45rem;padding:0;transition:background-color .2s,box-shadow .2s}.phone-dot:hover{background:#fffc}.phone-dot.is-active{background:var(--color-brand);box-shadow:0 0 0 3px #6e8e7347}@media (prefers-reduced-motion:reduce){.phone-screen-shot{transition:none}}.app-store-badge{border-radius:6px;line-height:0;transition:box-shadow .2s,filter .2s;display:inline-block}.app-store-badge:hover{filter:brightness(1.06);box-shadow:0 0 0 3px #6e8e7333}.app-store-badge svg{width:auto;height:44px}.steps-grid{gap:1.25rem;display:grid}@media (width>=768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.step-card:hover{box-shadow:var(--shadow-hover);background-color:#fffffffa;border-color:#6e8e7366}.step-number{background:var(--color-brand-soft);width:2rem;height:2rem;color:var(--color-brand-dark);border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.875rem;font-weight:700;transition:background-color .2s,color .2s;display:inline-flex}.step-card:hover .step-number{background:var(--color-brand);color:#fff}.step-card h3{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.1rem}.step-card p{color:var(--color-text-muted);margin:0;font-size:.95rem}.features-grid{gap:1.25rem;display:grid}@media (width>=640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.feature-card:hover{box-shadow:var(--shadow-hover);background-color:#fffffffa;border-color:#6e8e7366}.feature-card-icon{background:var(--color-brand-soft);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;font-size:1.25rem;transition:background-color .2s;display:inline-flex}.feature-card:hover .feature-card-icon{background:#6e8e7338}.feature-card h3{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.05rem}.feature-card p{color:var(--color-text-muted);margin:0;font-size:.95rem}.use-cases{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem}.use-cases-list{gap:.875rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.use-cases-list{grid-template-columns:repeat(2,1fr);gap:1rem 2rem}}.use-cases-list li{color:var(--color-text-muted);align-items:flex-start;gap:.75rem;font-size:.975rem;display:flex}.use-cases-list li:before{content:"";background:var(--color-brand);border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.55rem}.trust-banner{background:linear-gradient(135deg, var(--color-brand-soft) 0%, #e6f0e880 100%);border-radius:var(--radius-lg);border:1px solid #6e8e7333;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}@media (width>=768px){.trust-banner{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.trust-banner h2{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.35rem}.trust-banner p{color:var(--color-text-muted);max-width:36rem;margin:0;font-size:.975rem}.cta-section{text-align:center;padding:5rem 0}.cta-section h2{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.25rem)}.cta-section p{color:var(--color-text-muted);margin:0 0 2rem;font-size:1.05rem}.legal-hero{border-bottom:1px solid var(--color-border);margin-bottom:2rem;padding:3rem 0 2rem}.legal-hero h1{letter-spacing:-.03em;margin:0 0 .5rem;font-size:clamp(2rem,4vw,2.75rem)}.legal-meta{color:var(--color-text-muted);margin:0;font-size:.95rem}.legal-page{padding:0 0 4rem}.legal-page section+section{margin-top:2rem}.legal-page h2{letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.25rem}.legal-page p,.legal-page li{color:var(--color-text-muted)}.legal-page a{color:var(--color-brand);text-decoration:none;transition:color .2s}.legal-page a:hover{color:var(--color-brand-dark)}.legal-page ul{margin:0;padding-left:1.25rem}.site-footer{border-top:1px solid var(--color-border);margin-top:2rem;padding:2.5rem 0 3rem}.footer-inner{flex-direction:column;gap:1.5rem;display:flex}@media (width>=640px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-brand-mark{object-fit:cover;border-radius:.5rem;width:2rem;height:2rem}.footer-brand-text{letter-spacing:-.02em;font-size:.95rem;font-weight:700}.footer-links{flex-wrap:wrap;gap:1.25rem;display:flex}.footer-links a{color:var(--color-text-muted);font-size:.92rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--color-brand);opacity:.85}.footer-copy{color:var(--color-text-muted);margin:0;font-size:.875rem}@media (width>=640px){.footer-copy{text-align:right}}
