:root{--blue:#0b6cb3;--blue-dark:#0a4f84;--navy:#1c2b3a;--ink:#2c3a48;--muted:#5f6d7b;--line:#e6eaee;--wash:#f5f7f9;--white:#fff;--radius:8px;--radius-sm:6px;--max:1080px;--font:"Source Sans 3", "Segoe UI", system-ui, sans-serif;--serif:"Source Serif 4", Georgia, "Times New Roman", serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.65}img{max-width:100%;height:auto}a{color:var(--blue-dark)}a:hover{color:var(--blue)}.skip-link{z-index:100;background:var(--white);color:var(--navy);border-radius:var(--radius-sm);padding:8px 12px;position:absolute;top:-40px;left:12px}.skip-link:focus{top:12px}.wrap{width:min(var(--max), calc(100% - 40px));margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:saturate(180%)blur(18px);background:#ffffff94;border-bottom:1px solid #e6eaeeb3;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto;align-items:center;gap:16px;min-height:68px;display:grid;position:relative}.logo{color:var(--navy);letter-spacing:-.01em;align-items:center;gap:10px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.logo:hover{color:var(--navy)}.logo img{border-radius:6px;width:32px;height:32px}.nav{align-items:center;gap:32px;display:none}.nav a{color:var(--muted);font-size:.95rem;font-weight:500;text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:var(--navy)}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.header-cta{border-radius:999px;min-height:40px;padding:8px 18px;font-size:.9rem}.menu{display:block}.menu summary{cursor:pointer;width:40px;height:40px;color:var(--navy);border-radius:10px;justify-content:center;align-items:center;padding:0;list-style:none;display:inline-flex}.menu summary:hover{background:var(--wash)}.menu summary::-webkit-details-marker{display:none}.menu summary svg{width:22px;height:22px;display:block}.menu summary .menu-icon-close,.menu[open] summary .menu-icon-open{display:none}.menu[open] summary .menu-icon-close{display:block}.menu nav{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);gap:4px;min-width:200px;padding:8px;display:grid;position:absolute;top:56px;right:0;box-shadow:0 8px 24px #1c2b3a14}.menu nav a{color:var(--navy);border-radius:var(--radius-sm);padding:10px 12px;font-weight:500;text-decoration:none;display:block}.menu nav a:hover{background:var(--wash)}.hero{color:var(--navy);background:radial-gradient(circle at 72% 38%, #dbeafc7a, transparent 34%), var(--white);gap:40px;margin:0;padding:48px 0;display:grid}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-dark);margin:0 0 12px;font-size:.72rem;font-weight:600}.hero h1,.page-hero h1,.prose h1,.section h2{font-family:var(--serif);letter-spacing:-.02em;font-weight:600;line-height:1.2}.hero h1,.page-hero h1,.prose h1{color:var(--navy);margin:0 0 16px}.hero h1{color:#3166c5;max-width:none;font-family:var(--font);letter-spacing:-.035em;margin:0;font-size:clamp(2.35rem,5vw,3.65rem);font-weight:700;line-height:1}.hero .hero-lead{color:var(--ink);max-width:34rem;margin:0;font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.45}.hero-brand{align-items:center;gap:14px;margin-bottom:20px;display:flex}.hero-brand img{border-radius:10px;width:clamp(48px,6vw,62px);height:clamp(48px,6vw,62px)}.hero-downloads{flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px;display:flex}.hero-downloads a{line-height:0;display:block}.hero-downloads a:hover{opacity:.88}.hero-downloads a img{width:auto;height:42px;display:block}.hero-downloads .hero-qr{width:54px;height:54px;display:block}.hero p,.lede{color:var(--muted);max-width:38rem;margin:0;font-size:1.125rem;line-height:1.6}.hero-copy,.hero-visual{min-width:0}.hero-copy{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-copy .hero-brand,.hero-copy .hero-downloads{justify-content:center}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-visual img.phones{filter:drop-shadow(0 18px 30px #1c2b3a1f);width:min(420px,100%);height:auto;display:block}.store-row,.card-grid,.step-grid{gap:16px;display:grid}.store-row{grid-template-columns:1fr;margin-top:24px}.hero .store-row{margin-top:28px}.button{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.button-dark{background:var(--navy);color:#fff}.button-dark:hover{color:#fff;background:#142230}.button-light{background:var(--white);color:var(--navy);border-color:var(--line)}.button-light:hover{background:var(--wash);color:var(--navy)}.button-blue{background:var(--blue);color:#fff}.button-blue:hover{background:var(--blue-dark);color:#fff}.trust-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px 0;margin:28px 0 64px;font-size:.95rem;display:flex}.trust-row span:not(:last-child):after{content:"·";color:#c3ccd4;margin:0 12px}.section{margin-bottom:72px}.section h2{color:var(--navy);margin:0 0 10px;font-size:clamp(1.55rem,2.6vw,1.95rem)}.section p.lede{margin-bottom:28px}.card-grid{grid-template-columns:1fr}.card,.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px 22px 20px}.card h3,.step h3{color:var(--navy);font-family:var(--font);letter-spacing:-.01em;margin:0 0 8px;font-size:1.05rem;font-weight:600}.card p,.step p{color:var(--muted);margin:0;font-size:.98rem}.guide-card{background:#eef1fb;border-radius:18px;text-decoration:none;display:block;overflow:hidden}.guide-card-image{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.guide-card-content{padding:18px 20px 20px}.guide-card h2{color:var(--navy);font-family:var(--font);letter-spacing:-.02em;margin:0 0 8px;font-size:1.08rem;font-weight:700;line-height:1.3}.guide-card p{color:#6b7385;margin:0;font-size:.95rem;line-height:1.5}.guide-card:hover{background:#e4e8f8}.step-num{background:var(--wash);width:28px;height:28px;color:var(--blue-dark);border-radius:6px;justify-content:center;align-items:center;margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-flex}.page-hero{padding:48px 0 32px}.page-hero h1{max-width:18ch;font-size:clamp(2rem,4vw,2.75rem)}.band{background:var(--wash);border:1px solid var(--line);border-radius:var(--radius);margin:0 0 72px;padding:28px 28px 24px}.band h2{font-family:var(--serif);color:var(--navy);margin:0 0 10px;font-size:1.5rem;font-weight:600}.band p{color:var(--muted);max-width:46rem;margin:0 0 12px}.band p:last-child{margin-bottom:0}.prose{max-width:42rem}.prose h1,.prose h2,.prose h3{color:var(--navy);font-family:var(--serif);letter-spacing:-.02em;font-weight:600}.prose h2{margin-top:2.2rem;font-size:1.45rem}.prose p,.prose li{color:var(--ink)}.prose table{overflow-wrap:anywhere;border-collapse:collapse;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);width:100%;margin:1.5rem 0;font-size:.95rem;overflow:hidden}.prose th,.prose td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:12px 14px}.prose th{background:var(--wash);color:var(--navy);font-weight:600}.prose blockquote{border-left:3px solid var(--blue);color:var(--navy);font-family:var(--serif);margin:1.5rem 0;padding:4px 0 4px 16px;font-size:1.15rem;font-weight:500}.note{border-radius:var(--radius);background:var(--wash);border:1px solid var(--line);margin:24px 0;padding:16px 18px}.article-meta{color:var(--muted);margin-bottom:28px;font-size:.95rem;font-weight:500}.prose img{border-radius:18px;width:100%;height:auto;margin:1.5rem 0;display:block}.article-hero-image{border-radius:var(--radius);aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;margin:0 0 2rem;display:block}.faq-section{width:min(640px,100%);margin:72px auto 0}.faq-section h2{text-align:center;color:var(--navy);font-family:var(--font);letter-spacing:-.03em;margin:0 0 28px;font-size:clamp(1.85rem,3.4vw,2.35rem);font-weight:700;line-height:1.15}.faq{gap:12px;width:min(640px,100%);display:grid}.faq details{background:#eef1fb;border:2px solid #0000;border-radius:18px;padding:0}.faq details[open]{border-color:#5b78ee}.faq details summary{cursor:pointer;color:var(--navy);font-family:var(--font);letter-spacing:-.02em;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:18px 20px;font-size:1.02rem;font-weight:700;line-height:1.35;list-style:none;display:flex}.faq details summary:hover{color:#24324a}.faq details summary:focus{outline:none}.faq details:has(summary:focus-visible){box-shadow:0 0 0 3px #5b78ee47}.faq details[open] summary{padding-bottom:8px}.faq details summary::-webkit-details-marker{display:none}.faq details summary:after{content:"";color:#5b78ee;background:linear-gradient(currentColor,currentColor) 50%/14px 2px no-repeat,linear-gradient(currentColor,currentColor) 50%/2px 14px no-repeat;flex-shrink:0;width:14px;height:14px}.faq details[open] summary:after{background:linear-gradient(currentColor,currentColor) 50%/14px 2px no-repeat}.faq details p{color:#6b7385;margin:0;padding:0 52px 20px 20px;font-size:.98rem;line-height:1.55}.site-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:24px;padding:40px 0 32px;font-size:.95rem}.footer-grid{gap:28px;display:grid}.site-footer strong{color:var(--navy);font-weight:600}.site-footer a{color:var(--ink);font-weight:500;text-decoration:none}.site-footer a:hover{color:var(--blue-dark)}.site-footer .footer-link{width:fit-content;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:500}.site-footer .footer-link:hover{color:var(--blue-dark)}.site-footer nav{gap:8px;display:grid}.analytics-consent{z-index:100;border:1px solid var(--line);background:var(--white);border-radius:14px;gap:18px;width:min(680px,100% - 32px);margin-inline:auto;padding:20px;display:grid;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 16px 48px #1c2b3a33}.analytics-consent[hidden]{display:none}.analytics-consent strong{color:var(--navy);margin-bottom:4px;display:block}.analytics-consent p{margin:0;font-size:.95rem;line-height:1.5}.analytics-consent-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (width>=640px){.analytics-consent{grid-template-columns:1fr auto;align-items:center}}.legal{padding-bottom:64px}.legal h1{color:var(--navy)}.download-dialog{background:0 0;border:none;width:min(400px,100% - 32px);margin:auto;padding:0}.download-dialog::backdrop{background:#1c2b3a7a}.download-dialog-panel{background:var(--white);text-align:center;border-radius:20px;padding:32px 28px 28px;position:relative;box-shadow:0 24px 60px #1c2b3a33}.download-dialog-close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.7rem;line-height:1;display:inline-flex;position:absolute;top:10px;right:10px}.download-dialog-close:hover,.download-dialog-close:focus-visible{background:var(--wash);color:var(--navy);outline:none}.download-dialog h2{color:var(--navy);font-family:var(--font);letter-spacing:-.03em;margin:0 0 8px;font-size:1.45rem;font-weight:700}.download-dialog p{color:var(--muted);margin:0 0 22px;font-size:.98rem}.download-dialog-stores{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:22px;display:flex}.download-dialog-stores a{line-height:0;display:block}.download-dialog-stores a:hover{opacity:.88}.download-dialog-stores img{width:auto;height:44px;display:block}.download-dialog-qr{border-radius:12px;width:148px;height:148px;margin:0 auto 10px;display:block}.download-dialog p.download-dialog-hint{margin:0;font-size:.9rem;font-weight:500}.how-page{max-width:640px;margin-inline:auto;padding-bottom:72px}.how-hero{text-align:center;padding:56px 0 32px}.how-hero h1{max-width:none;color:var(--navy);font-family:var(--font);letter-spacing:-.03em;margin:0 0 14px;font-size:clamp(1.85rem,3.4vw,2.35rem);font-weight:700;line-height:1.15}.how-hero p{max-width:36rem;color:var(--muted);margin:0 auto;font-size:1.05rem;line-height:1.55}.how-hero a{color:#5b78ee;font-weight:600;text-decoration:none}.how-hero a:hover{color:#3d5de0}.how-page .faq{width:100%}.how-steps{gap:12px;margin:0;padding:0;list-style:none;display:grid}.how-step{background:#eef1fb;border-radius:18px;grid-template-columns:auto 1fr;align-items:start;gap:14px;padding:20px;display:grid}.how-step-num{width:36px;height:36px;color:var(--white);background:#5b78ee;border-radius:999px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex}.how-step h2{color:var(--navy);font-family:var(--font);letter-spacing:-.02em;margin:6px 0 8px;font-size:1.08rem;font-weight:700;line-height:1.3}.how-step p{color:#6b7385;margin:0;font-size:.98rem;line-height:1.55}.how-note{border:2px solid #eef1fb;border-radius:18px;margin-top:28px;padding:22px 20px}.how-note h2{color:var(--navy);font-family:var(--font);letter-spacing:-.02em;margin:0 0 8px;font-size:1.08rem;font-weight:700}.how-note p{color:#6b7385;margin:0;font-size:.98rem;line-height:1.55}.how-note p+p{margin-top:10px}.how-download{text-align:center;margin-top:48px}.how-download h2{color:var(--navy);font-family:var(--font);letter-spacing:-.03em;margin:0 0 8px;font-size:clamp(1.45rem,2.8vw,1.85rem);font-weight:700}.how-download p{color:var(--muted);margin:0;font-size:.98rem}.how-download .hero-downloads{justify-content:center;margin-top:20px}.features-page{max-width:720px}.feature-showcase{margin:0 0 28px}.feature-showcase img{filter:drop-shadow(0 18px 30px #1c2b3a1f);width:min(480px,100%);height:auto;margin-inline:auto;display:block}.feature-list{gap:12px;display:grid}.feature-card{background:#eef1fb;border-radius:18px;padding:20px}.feature-card h2{color:var(--navy);font-family:var(--font);letter-spacing:-.02em;margin:0 0 8px;font-size:1.08rem;font-weight:700;line-height:1.3}.feature-card p{color:#6b7385;margin:0;font-size:.98rem;line-height:1.55}.feature-card img{border-radius:12px;width:100%;height:auto;margin:0 0 14px;display:block}.guides-page{max-width:720px}.guide-list{gap:12px;display:grid}.guide-article{max-width:720px;margin-inline:auto;padding-bottom:72px}.guide-article .how-hero{padding-bottom:20px}.guide-article .article-meta{margin:0}.guide-article .prose{max-width:none}.guide-article .article-hero-image{border-radius:18px}@media (width>=860px){.menu{display:none}.header-inner{grid-template-columns:1fr auto 1fr}.nav{display:flex}.hero{grid-template-columns:1fr 1.05fr;align-items:center;gap:40px;min-height:540px;padding:64px 0}.hero-copy{text-align:left;align-items:flex-start}.hero-copy .hero-brand,.hero-copy .hero-downloads{justify-content:flex-start}.hero-visual{justify-content:end}.hero-visual img.phones{width:min(540px,100%)}.store-row{grid-template-columns:repeat(2,max-content)}.card-grid,.step-grid,.footer-grid{grid-template-columns:repeat(3,1fr)}.feature-list,.guide-list{grid-template-columns:1fr 1fr}}
