:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--pageBackground);color:var(--pageForeground);text-rendering:optimizeLegibility}*{box-sizing:border-box}html{background:var(--pageBackground)}body{margin:0;min-width:320px}a{color:inherit}.hero{min-height:92vh;padding:28px clamp(18px,4vw,64px) 72px;background:linear-gradient(135deg,#ffffff9e,#fff0),var(--pageBackground);overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto 72px}.brand,.topbar__links,.site-footer nav,.store-badges,.privacy-band__links{display:flex;align-items:center}.brand{gap:10px;text-decoration:none;font-weight:760}.topbar__links,.site-footer nav{gap:22px;color:#18201fb8;font-size:.95rem}.topbar__links a,.site-footer a{text-decoration:none}.hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(42px,7vw,98px);align-items:center;max-width:1180px;margin:0 auto}.hero__copy{max-width:590px}.app-icon{display:grid;place-items:center;width:104px;height:104px;border-radius:26px;background:linear-gradient(135deg,#ffffff59,#fff0),var(--accent);box-shadow:0 24px 60px #173d3a38;color:#fff;font-size:3.6rem;font-weight:820}.app-icon--small{width:34px;height:34px;border-radius:10px;font-size:1.2rem;box-shadow:none}.eyebrow{margin:0 0 14px;color:var(--accentDark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;font-size:clamp(3.05rem,6.8vw,6.2rem);line-height:.94;letter-spacing:0}.lede{margin-bottom:18px;font-size:clamp(1.35rem,3vw,2.15rem);line-height:1.12;font-weight:720}.hero__description,.intro-section p,.feature-card p,.faq-grid p,.legal-card p{color:#18201fb8;font-size:1.04rem;line-height:1.7}.store-badges{flex-wrap:wrap;gap:14px;margin-top:34px}.store-badge{display:inline-flex;align-items:center;justify-content:center;min-height:50px;text-decoration:none}.store-badge img{display:block;width:auto;height:46px;max-width:100%}.store-badge--google img{height:68px}.hero__visual{position:relative;display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));align-items:end;gap:16px;min-height:540px}.phone{transform:translateY(var(--screen-offset));min-height:430px;padding:13px;border:1px solid rgba(24,32,31,.12);border-radius:34px;background:#1b2321;box-shadow:0 30px 80px #18201f3d}.phone:nth-child(2){min-height:500px}.phone__speaker{width:64px;height:6px;margin:4px auto 12px;border-radius:999px;background:#ffffff40}.phone__screen{position:relative;min-height:390px;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#2f6f6a1f,#fff0),#fbfaf7}.phone:nth-child(2) .phone__screen{min-height:460px}.phone__media{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:cover;background:#fbfaf7}.phone__fallback{display:grid;align-content:center;min-height:inherit;padding:24px 18px}.phone__fallback h3{margin-bottom:10px;font-size:1.15rem;line-height:1.25}.phone__fallback p{font-size:.92rem;line-height:1.55;color:#18201fc2}.phone__fallback code{display:block;max-width:100%;padding:10px;border:1px solid rgba(47,111,106,.16);border-radius:8px;overflow-wrap:anywhere;background:#fff;color:#18201fa3;font-size:.74rem;line-height:1.45}.intro-section,.privacy-band,.faq-section,.feature-grid,.site-footer{max-width:1180px;margin:0 auto;padding:72px clamp(18px,4vw,64px)}.intro-section,.privacy-band{display:grid;grid-template-columns:.8fr 1fr;gap:clamp(24px,6vw,80px);align-items:start}.intro-section h2,.privacy-band h2{max-width:460px;margin-bottom:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.feature-card{min-height:260px;padding:24px;border:1px solid rgba(24,32,31,.11);border-radius:8px;background:#ffffff7a}.feature-card span{display:inline-block;margin-bottom:46px;color:var(--accentDark);font-weight:800}.feature-card h2,.faq-grid h2,.legal-card h2{font-size:1.2rem;line-height:1.25}.privacy-band{border-top:1px solid rgba(24,32,31,.1);border-bottom:1px solid rgba(24,32,31,.1)}.privacy-band__links{flex-wrap:wrap;gap:12px}.privacy-band__links a{padding:12px 14px;border:1px solid rgba(24,32,31,.16);border-radius:8px;background:#ffffff6b;text-decoration:none;font-weight:720}.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.site-footer{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(24,32,31,.1);color:#18201fb8}.legal-page{min-height:100vh;padding:28px clamp(18px,4vw,64px) 72px}.legal-card{max-width:820px;margin:0 auto;padding:clamp(28px,6vw,72px);border:1px solid rgba(24,32,31,.1);border-radius:8px;background:#ffffff80}.legal-card h1{font-size:clamp(2.6rem,6vw,5rem)}.legal-card section{padding-top:30px;margin-top:30px;border-top:1px solid rgba(24,32,31,.1)}@media(max-width:920px){.hero{min-height:auto}.hero__grid,.intro-section,.privacy-band{grid-template-columns:1fr}.hero__visual{grid-template-columns:repeat(3,minmax(160px,1fr));min-height:auto;overflow-x:auto;padding-bottom:20px}.phone{min-width:190px}.feature-grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.topbar{align-items:flex-start}.topbar__links{flex-direction:column;align-items:flex-end;gap:10px}.hero__visual{grid-template-columns:1fr;overflow:visible}.phone,.phone:nth-child(2){min-height:auto;transform:none}.phone__screen,.phone:nth-child(2) .phone__screen{min-height:320px}.feature-grid,.faq-grid{grid-template-columns:1fr}.site-footer{flex-direction:column}}
