:root{color-scheme:light;--ink: #161514;--muted: #5f5c57;--paper: #f7f6f2;--surface: #ffffff;--line: #d9d5cc;--oxide: #9f3d2e;--olive: #53684e;--teal: #176d68;--gold: #b98a36;--shadow: 0 18px 45px rgba(22, 21, 20, .1);--radius: 8px;--container: min(1120px, calc(100vw - 40px) );font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);scroll-behavior:smooth}body{margin:0;line-height:1.6;letter-spacing:0}img{display:block;max-width:100%;height:auto}a{color:inherit}.skip-link{position:absolute;left:16px;top:-60px;z-index:10;background:var(--ink);color:#fff;padding:10px 14px;border-radius:var(--radius)}.skip-link:focus{top:16px}.site-header{width:var(--container);margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:6px;background:var(--ink);color:#fff;font-size:.78rem}.site-header nav,.site-footer nav{display:flex;flex-wrap:wrap;gap:14px;align-items:center;color:var(--muted);font-size:.94rem}.site-header nav a,.site-footer nav a{min-height:44px;display:inline-flex;align-items:center;padding:6px 4px;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.site-header nav a:hover,.site-footer nav a:hover,.secondary-link:hover,.link-cluster a:hover{color:var(--oxide)}.breadcrumbs{width:var(--container);margin:0 auto;color:var(--muted);font-size:.9rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 20px;list-style:none}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:#9c978c}.hero,.page-hero{width:var(--container);min-height:calc(100vh - 126px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.86fr);gap:clamp(28px,5vw,56px);align-items:center;padding:34px 0 60px}.page-hero{min-height:560px}.hero-copy,.page-hero-copy{max-width:700px}.eyebrow{margin:0 0 12px;color:var(--oxide);font-size:.78rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;font-size:clamp(3.2rem,8vw,6.6rem);line-height:.94}.page-hero h1{font-size:clamp(2.4rem,5.4vw,5.2rem)}h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05}h3{margin:0 0 8px;font-size:1.12rem;line-height:1.2}.hero-summary,.page-hero p{color:var(--muted);font-size:1.15rem;max-width:62ch}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:28px}.app-store-link{min-height:52px;display:inline-flex;flex-direction:column;justify-content:center;gap:1px;padding:10px 18px;border-radius:7px;color:#fff;background:var(--ink);text-decoration:none;font-weight:800;box-shadow:var(--shadow)}.app-store-link:hover{background:#2a2622}.app-store-kicker{font-size:.72rem;color:#d9d5cc;font-weight:700}.secondary-link{min-height:44px;display:inline-flex;align-items:center;color:var(--muted);font-weight:800}.hero-visual,.page-hero>img{border-radius:var(--radius);background:#20201e;box-shadow:var(--shadow);overflow:hidden}.hero-visual img,.page-hero>img{width:100%;aspect-ratio:31 / 38;object-fit:cover}.direct-answer,.note,.cta-band,.section{width:var(--container);margin:0 auto}.direct-answer{border-left:5px solid var(--teal);padding:20px 24px;background:var(--surface);box-shadow:var(--shadow);border-radius:var(--radius);font-size:1.08rem}.section{padding:82px 0 0}.compact-section{padding-top:58px}.section-heading{max-width:720px;margin-bottom:28px}.section-heading p:not(.eyebrow){color:var(--muted)}.feature-grid,.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.feature-grid article,.steps li,details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.steps{padding:0;margin:0;list-style:none}.steps span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:var(--olive);color:#fff;font-weight:800}.feature-grid p,.steps p,.prose p,details p,.note span,.cta-band p{color:var(--muted)}.split-section,.privacy-band,.content-section,.cta-band{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,1fr);gap:42px;align-items:start}.style-list,.link-cluster{display:flex;flex-wrap:wrap;gap:12px}.style-list a,.link-cluster a{display:inline-flex;min-height:44px;align-items:center;padding:8px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);text-decoration:none;font-weight:800}.privacy-band{padding:34px;margin-top:78px;background:#e9efe9;border-radius:var(--radius)}.prose{max-width:70ch}.check-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0;margin:0;list-style:none}.check-list li{min-height:88px;padding:18px;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);font-weight:700}.note{display:flex;gap:12px;align-items:flex-start;margin-top:70px;padding:18px 20px;border:1px solid #e2cfc8;border-radius:var(--radius);background:#fff6f3}.note strong{white-space:nowrap}.cta-band{margin-top:76px;padding:34px;border-radius:var(--radius);background:var(--ink);color:#fff;align-items:center}.cta-band p,.cta-band .eyebrow{color:#d9d5cc}.cta-band .app-store-link{background:#fff;color:var(--ink);box-shadow:none}.cta-band .app-store-kicker{color:var(--muted)}.faq-list{display:grid;gap:12px}summary{min-height:44px;display:flex;align-items:center;cursor:pointer;font-weight:800}.site-footer{width:var(--container);margin:96px auto 0;padding:32px 0 46px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:32px}.site-footer p{max-width:54ch;color:var(--muted)}@media(max-width:980px){:root{--container: min(100vw - 28px, 720px)}.site-header{align-items:flex-start;flex-direction:column;justify-content:center;padding:16px 0}.hero,.page-hero,.split-section,.privacy-band,.content-section,.cta-band,.site-footer{grid-template-columns:1fr}.hero,.page-hero{min-height:auto;gap:24px;padding-top:26px}.feature-grid,.steps,.check-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.site-header nav{gap:10px}h1,.page-hero h1{font-size:2.55rem}.page-hero h1{font-size:clamp(2.05rem,10vw,2.35rem)}.hero-summary,.page-hero p{font-size:1rem}.feature-grid,.steps,.check-list{grid-template-columns:1fr}.direct-answer,.privacy-band,.cta-band{padding:20px}.note{flex-direction:column}.app-store-link,.style-list a,.link-cluster a{width:100%}}
