:root{color-scheme:light;--bg: #f6f7f9;--surface: #ffffff;--surface-strong: #ffffff;--ink: #151719;--muted: #606975;--line: rgba(21, 23, 25, .14);--accent: #c7354f;--accent-soft: rgba(31, 128, 116, .1);--shadow: 0 24px 80px rgba(21, 23, 25, .14);--radius: 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}img{display:block;max-width:100%}a{color:inherit;text-decoration-color:#15171947;text-underline-offset:.2em}a:hover{text-decoration-color:currentColor}main{min-height:70vh}.site-header{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;width:min(1120px,calc(100% - 40px));margin:0 auto;padding:22px 0}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;text-decoration:none}.brand img,.footer-brand img{width:36px;height:36px;object-fit:contain}.nav-links,.site-footer nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:.95rem}.nav-links a,.site-footer a{text-decoration:none}.header-cta,.primary-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--ink);font-weight:650;text-decoration:none;white-space:nowrap}.primary-pill{background:var(--ink);color:#fff;border-color:var(--ink)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,300px);align-items:center;gap:44px;width:min(1120px,calc(100% - 40px));margin:22px auto 34px}.hero-copy h1{max-width:680px;margin:0;font-size:clamp(3.2rem,8vw,6.45rem);line-height:.9;letter-spacing:0}.hero-lede{max-width:650px;margin:24px 0 0;color:var(--muted);font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.45}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:32px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.phone-frame{margin:0;justify-self:end}.phone-shell{overflow:hidden;padding:8px;border:1px solid rgba(21,23,25,.18);border-radius:30px;background:#111417;box-shadow:var(--shadow)}.phone-shell img{width:100%;aspect-ratio:1242 / 2688;max-height:500px;border-radius:23px;object-fit:cover;object-position:center bottom}.phone-frame figcaption,.screenshot-strip figcaption{margin-top:12px;color:var(--muted);font-size:.9rem;text-align:center}.feature-section,.screenshot-section,.trust-band{width:min(1120px,calc(100% - 40px));margin:0 auto 88px}.section-heading{max-width:680px;margin-bottom:24px}.section-heading.compact{max-width:520px}.section-heading h2,.trust-band h2{margin:0;font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:0}.section-heading p:not(.eyebrow){margin:14px 0 0;color:var(--muted);font-size:1.08rem}.feature-grid,.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.feature-tile,.trust-grid article{min-height:170px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.feature-tile h3,.trust-grid h3{margin:0;font-size:1.1rem}.feature-tile p,.trust-grid p{margin:12px 0 0;color:var(--muted)}.trust-band{padding:38px;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong)}.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.trust-grid article{background:var(--accent-soft)}.screenshot-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.screenshot-strip figure{margin:0}.screenshot-strip img{width:100%;aspect-ratio:1242 / 2688;border:1px solid rgba(21,23,25,.18);border-radius:20px;object-fit:cover;box-shadow:0 16px 44px #1517191a}.site-footer{width:min(1120px,calc(100% - 40px));margin:70px auto 0;padding:34px 0 44px;border-top:1px solid var(--line);color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:28px}.footer-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;text-decoration:none}.footer-brand img{width:34px;height:34px}.footer-inner p{margin:12px 0 0}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;max-width:520px}.footer-legal{margin:28px 0 0;font-size:.88rem}.legal-shell,.not-found{width:min(820px,calc(100% - 40px));margin:56px auto 96px;padding:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong)}.legal-shell h1,.not-found h1{margin:0;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.legal-shell h2{margin:42px 0 10px;font-size:1.45rem}.legal-shell h3{margin:26px 0 8px;font-size:1.08rem}.legal-shell p,.legal-shell li{color:var(--muted)}.legal-shell .lead{color:var(--ink);font-size:1.12rem}.updated{margin:10px 0 24px;color:var(--muted);font-size:.95rem}.legal-shell ul,.legal-shell ol{padding-left:1.25rem}.legal-shell li{margin:.45rem 0}.table-wrap{overflow-x:auto;margin-top:16px}table{width:100%;min-width:640px;border-collapse:collapse;font-size:.92rem}th,td{padding:10px 12px;border:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--ink);background:var(--bg)}.not-found{min-height:380px}.not-found p:not(.eyebrow){color:var(--muted)}@media(max-width:860px){.site-header{grid-template-columns:1fr auto}.nav-links{grid-column:1 / -1;order:3;justify-content:space-between}.header-cta{justify-self:end}.hero{grid-template-columns:1fr;gap:36px;margin-top:24px}.phone-frame{width:min(360px,100%);margin:0 auto}.feature-grid,.trust-grid{grid-template-columns:1fr}.screenshot-strip{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.screenshot-strip figure{min-width:min(255px,72vw);scroll-snap-align:start}.footer-inner{flex-direction:column}.site-footer nav{justify-content:flex-start}}@media(max-width:560px){.site-header,.hero,.feature-section,.screenshot-section,.trust-band,.site-footer,.legal-shell,.not-found{width:min(100% - 28px,1120px)}.brand img{width:34px;height:34px}.site-header{gap:12px 16px;padding:16px 0}.nav-links{gap:14px;font-size:.9rem}.hero{gap:22px;margin-top:16px;margin-bottom:28px}.hero-copy h1{font-size:clamp(2.65rem,14vw,3.55rem);line-height:.94}.hero-lede{margin-top:16px;font-size:1.05rem;line-height:1.42}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px;margin-top:22px}.phone-frame{width:min(330px,100%)}.phone-shell img{max-height:260px}.phone-frame figcaption{display:none}.trust-band,.legal-shell,.not-found{padding:24px}}
