:root{--navy:#1d4d7b;--blue:#2f6ea7;--brand:#245b8f;--yellow:#f4c542;--text:#1f2328;--muted:#5d6570;--line:#d9dee4;--soft:#f3f5f7;--white:#fff;--on-navy-muted:#d3e0ee;--note:#fdf6dc;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--gutter:16px;--section:64px;--radius:16px}@media (min-width:600px){:root{--gutter:24px}}@media (min-width:900px){:root{--section:112px}}.site{background:var(--white);color:var(--text);font:17px/26px var(--font);-webkit-text-size-adjust:100%;text-rendering:optimizelegibility;overflow-wrap:break-word;margin:0}.site *,.site :before,.site :after{box-sizing:border-box}:where(.site) :where(h1,h2,h3,p,ul,ol,dl,dd,figure,blockquote){margin:0}.site a{color:var(--brand);text-underline-offset:3px}.site :focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:4px}.site .dark :focus-visible{outline-color:var(--white)}.num{font-variant-numeric:tabular-nums}.skip{z-index:10;background:var(--white);color:var(--brand);border-radius:12px;padding:12px 16px;font-weight:600;position:absolute;top:-64px;left:8px}.skip:focus{top:8px}.wrap{max-width:calc(1080px + 2 * var(--gutter));padding:0 var(--gutter);margin:0 auto}.column{max-width:calc(640px + 2 * var(--gutter))}.section{padding:var(--section) 0}.section.soft{background:var(--soft)}.dark{background:var(--navy);color:var(--white)}.dark a{color:var(--white)}.display{letter-spacing:-.02em;font-size:34px;font-weight:700;line-height:40px}.h2{letter-spacing:-.01em;font-size:26px;font-weight:700;line-height:32px}.h3{font-size:19px;font-weight:600;line-height:26px}@media (min-width:900px){.display{font-size:52px;line-height:58px}.h2{font-size:36px;line-height:42px}}.small{font-size:15px;line-height:22px}.eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600;line-height:16px}.dark .eyebrow,.hero .eyebrow{color:var(--on-navy-muted)}.muted{color:var(--muted)}.lead{color:var(--muted);margin-top:16px}.header{border-bottom:1px solid var(--line);background:var(--white)}.header .wrap{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.header.on-hero{color:var(--white);background:0 0;border-bottom:0}.brand{min-height:44px;color:inherit;letter-spacing:-.01em;align-items:center;gap:10px;font-size:19px;font-weight:700;text-decoration:none;display:inline-flex}.site .brand{color:var(--text)}.site .on-hero .brand,.site .footer .brand{color:var(--white)}.brand svg{border-radius:8px;flex:none}.header-links{align-items:center;gap:4px;padding:0;list-style:none;display:flex}.header-links a{border-radius:10px;align-items:center;min-height:44px;padding:0 10px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.header-links a:hover{text-decoration:underline}.footer{border-top:1px solid #ffffff24;padding:48px 0 40px;font-size:15px;line-height:22px}.footer-links{flex-wrap:wrap;gap:0 8px;margin:20px 0 16px -10px;padding:0;list-style:none;display:flex}.footer-links a{align-items:center;min-height:44px;padding:0 10px;text-decoration:none;display:inline-flex}.footer-links a:hover{text-decoration:underline}.footer p{color:var(--on-navy-muted)}.footer p+p{margin-top:6px}.button{min-height:50px;font:600 17px/1 var(--font);cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 20px;text-decoration:none;display:inline-flex}.site .button.primary{background:var(--brand);color:var(--white)}.site .dark .button.primary,.site .hero .button.primary{background:var(--white);color:var(--navy)}.site .button.secondary{border-color:var(--line);background:var(--white);color:var(--brand)}.button:hover{filter:brightness(1.06)}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:20px;box-shadow:0 1px 2px #1f23280f}@media (min-width:600px){.card{padding:24px}}.note{border:1px solid #ecd9a0;border-left:4px solid var(--yellow);background:var(--note);color:var(--text);border-radius:12px;padding:14px 16px;font-size:15px;line-height:22px}.note strong{font-weight:700}.store{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.store.center{text-align:center;align-items:center}.badge-link{border-radius:10px;line-height:0;display:inline-block}.badge-link img{width:auto;height:50px;display:block}.coming{border:1px solid;border-radius:10px;align-items:center;gap:10px;height:50px;padding:0 16px 0 12px;font-size:15px;font-weight:600;line-height:1.1;display:inline-flex}.coming svg{flex:none}.store-line{font-size:15px;line-height:22px}.page-head{padding:40px 0 8px}.page-head h1{margin-top:8px}.page-body{padding:24px 0 var(--section)}.page-body>*+*{margin-top:32px}.contact{gap:16px;display:grid}@media (min-width:700px){.contact{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.contact .card p+p,.contact .card h2+p{margin-top:8px}.contact .button{margin-top:16px}.contact .email{font-weight:600}.faq{border-top:1px solid var(--line)}.h2+.faq{margin-top:16px}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:14px 0;font-size:17px;font-weight:600;line-height:24px;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"";border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);flex:none;width:10px;height:10px;margin-right:4px;transform:translateY(-3px)rotate(45deg)}.faq details[open] summary:after{transform:translateY(2px)rotate(-135deg)}.faq .answer{color:var(--text);padding:0 0 20px}.faq .answer p+p,.faq .answer p+ul,.faq .answer ul+p{margin-top:10px}.path{font-weight:600}.legal-meta{color:var(--muted);margin-top:12px;font-size:15px;line-height:22px}.toc{border-radius:var(--radius);background:var(--soft);padding:20px}.toc ol{margin-top:8px;padding-left:22px;font-size:15px;line-height:22px}.toc li+li{margin-top:6px}.legal section{scroll-margin-top:16px}.legal section+section{margin-top:40px}.legal h2{margin-bottom:12px}.legal h3{margin:20px 0 8px}.legal p+p,.legal p+ul,.legal ul+p,.legal ul+ul{margin-top:12px}.legal ul{padding-left:22px}.legal li+li{margin-top:6px}.legal table{border-collapse:collapse;width:100%;margin-top:12px;font-size:15px;line-height:22px}.legal th,.legal td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:10px 8px 10px 0}.legal th{font-weight:600}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}.langbar{z-index:20;padding:0 0 max(12px, env(safe-area-inset-bottom));pointer-events:none;position:fixed;bottom:0;left:0;right:0}.langbar .wrap{border:1px solid var(--line);background:var(--white);pointer-events:auto;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;max-width:480px;padding:4px 4px 4px 16px;display:flex;box-shadow:0 6px 24px #1f232829}.langbar a{align-items:center;min-height:44px;font-weight:600;text-decoration:none;display:inline-flex}.langbar button{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}mark.todo{color:var(--text);background:#fbe7a1;border-radius:4px;padding:0 3px}.header.on-hero{background:var(--blue)}.hero{padding:24px 0 var(--section);background:linear-gradient(180deg, var(--blue) 0%, var(--navy) 100%)}.hero-grid{align-items:center;gap:40px;display:grid}@media (min-width:900px){.hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:64px}}.hero h1{margin-top:12px}.hero-sub{max-width:560px;color:var(--on-navy-muted);margin-top:16px;font-size:19px;line-height:28px}.hero .store{margin-top:28px}.hero-note{color:var(--on-navy-muted);margin-top:20px}.hero .store-line a,.after-plan a{font-weight:600}.phone{background:#0f1720;border-radius:44px;width:min(100%,280px);margin:0 auto;padding:10px;box-shadow:0 1px 2px #1f23280f,0 12px 32px #0f17202e}.phone-screen{background:var(--white);border-radius:34px;overflow:hidden}.phone-screen img,.phone-screen video{object-fit:cover;width:100%;height:100%;display:block}.placeholder{height:100%;color:var(--text);text-align:center;background:repeating-linear-gradient(135deg,#f3f5f7 0 12px,#e9edf1 12px 24px);border:2px dashed #9aa5b1;border-radius:34px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;font-size:13px;line-height:18px;display:flex}.placeholder strong{letter-spacing:.06em;text-transform:uppercase;font-size:12px}.center{text-align:center}.steps{gap:16px;margin-top:32px;padding:0;list-style:none;display:grid}@media (min-width:800px){.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}.steps .h3{margin:16px 0 8px}.step-number{background:var(--navy);width:40px;height:40px;color:var(--yellow);font-variant-numeric:tabular-nums;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.split{align-items:center;gap:40px;display:grid}@media (min-width:900px){.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px}.split.reverse .split-text{order:2}}.split-text .button{margin-top:24px}.grid{gap:28px;margin-top:32px;padding:0;list-style:none;display:grid}@media (min-width:700px){.grid.four,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1000px){.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}}.promise .icon{color:var(--yellow)}.point .icon{color:var(--brand)}.promise .h3,.point .h3{margin:12px 0 6px}.promise p{color:var(--on-navy-muted)}.plan{text-align:left;max-width:440px;margin:32px auto 0}.price{flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin-top:8px;display:flex}.price .amount{letter-spacing:-.02em;font-size:44px;font-weight:700;line-height:52px}.price .per{color:var(--muted)}.pill{background:var(--navy);color:var(--yellow);border-radius:999px;align-self:center;padding:4px 10px;font-size:13px;font-weight:700;line-height:18px}.includes{border-top:1px solid var(--line);gap:10px;margin:20px 0 24px;padding:20px 0 0;list-style:none;display:grid}.includes li{align-items:flex-start;gap:10px;display:flex}.includes .icon{color:var(--brand);flex:none}.after-plan{text-align:center;max-width:440px;margin:20px auto 0;font-size:15px;line-height:22px}.final{text-align:center}.final .store{margin-top:24px}.dark .store-line{color:var(--on-navy-muted)}.spots{background:var(--navy);color:var(--white);border-radius:999px;margin-top:20px;padding:6px 14px;font-weight:600;display:inline-block}.code-card .code-row{flex-wrap:wrap;align-items:center;gap:12px 16px;margin:8px 0 12px;display:flex}.code{letter-spacing:.04em;word-break:break-all;-webkit-user-select:all;user-select:all;font-size:34px;font-weight:700;line-height:40px}.claim-steps{gap:20px;margin-top:20px;padding:0;list-style:none;display:grid}.claim-steps li{align-items:flex-start;gap:16px;display:flex}.claim-steps .h3{margin:6px 0 4px}
