:root{--ink:#15251f;--paper:#f7f3e8;--mint:#bce6cc;--green:#1e6a4a;--lime:#dff29a;--coral:#fa806d;--line:#dcd7c9;--white:#fff;--muted:#647069;--shadow:0 24px 70px #163d2920}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}img{max-width:100%}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:12px;background:#fff;padding:10px;z-index:20}header{position:sticky;top:0;z-index:10;background:#f7f3e8e8;backdrop-filter:blur(14px);border-bottom:1px solid #ffffff80}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:850;letter-spacing:-.03em}.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--green);color:#fff;box-shadow:0 8px 22px #1e6a4a30}.mark svg{width:25px}.links{display:flex;align-items:center;gap:24px}.links a{text-decoration:none;font-size:14px;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 19px;background:var(--ink);color:#fff;text-decoration:none;font-weight:750;border:1px solid var(--ink);transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #15251f25}.button.alt{background:transparent;color:var(--ink)}.hero{padding:76px 0 88px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.eyebrow{display:inline-flex;border:1px solid #97c5a9;background:#e8f6ed;border-radius:99px;padding:6px 11px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}h1{font-size:clamp(48px,7.2vw,86px);line-height:.94;letter-spacing:-.065em;margin:24px 0}.hero p{font-size:20px;color:#4f5d56;max-width:590px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:13px}.trust span:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}.phone-wrap{position:relative;min-height:570px;display:grid;place-items:center}.blob{position:absolute;width:500px;height:500px;border-radius:46% 54% 58% 42%;background:var(--mint);transform:rotate(-8deg)}.phone{position:relative;width:280px;height:560px;border:9px solid var(--ink);border-radius:42px;background:#fff;padding:22px 17px;box-shadow:0 35px 80px #123c2935;transform:rotate(4deg)}.speaker{width:72px;height:7px;border-radius:20px;background:var(--ink);margin:0 auto 25px}.app-title{font-weight:850;font-size:22px;margin-bottom:18px}.wallet-card{height:128px;border-radius:22px;padding:18px;color:#fff;margin:0 0 14px;box-shadow:0 12px 25px #13261f24;display:flex;flex-direction:column;justify-content:space-between}.wallet-card:nth-of-type(1){background:linear-gradient(135deg,#1e6a4a,#318c62)}.wallet-card:nth-of-type(2){background:linear-gradient(135deg,#fa806d,#ee5e74);transform:translateX(18px)}.wallet-card:nth-of-type(3){background:linear-gradient(135deg,#222d4d,#53608f);transform:translateX(7px)}.card-top{display:flex;justify-content:space-between;font-weight:800}.barcode{height:35px;border-radius:4px;background:repeating-linear-gradient(90deg,#fff 0 2px,transparent 2px 5px,#fff 5px 6px,transparent 6px 9px);opacity:.92}.section{padding:92px 0}.section h2{font-size:clamp(36px,5vw,58px);line-height:1;letter-spacing:-.05em;margin:0 0 18px}.section-lede{font-size:18px;color:var(--muted);max-width:650px;margin-bottom:42px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 8px 30px #1a39220a}.feature .icon{font-size:25px;width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:var(--lime)}.feature h3{font-size:20px;margin:20px 0 8px}.feature p{color:var(--muted);margin:0}.privacy-callout{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;background:var(--ink);color:#fff;border-radius:30px;padding:44px}.privacy-callout p{color:#c7d5ce;max-width:700px}.privacy-callout .button{background:var(--lime);border-color:var(--lime);color:var(--ink)}footer{border-top:1px solid var(--line);padding:35px 0 50px;color:var(--muted);font-size:14px}.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.legal{padding:70px 0 100px}.legal article{max-width:820px;background:#fff;border:1px solid var(--line);border-radius:25px;padding:clamp(24px,5vw,55px);box-shadow:var(--shadow)}.legal h1{font-size:clamp(40px,6vw,64px);margin-top:8px}.legal h2{font-size:23px;margin-top:38px}.legal p,.legal li{color:#4f5d56}.legal .updated{font-size:13px;color:var(--muted)}.legal .notice{background:#f0f7ea;border-left:4px solid var(--green);padding:14px 17px;border-radius:8px}.menu{display:none;background:none;border:0;font-size:26px}.only-mobile{display:none}@media(max-width:800px){.hero{padding-top:45px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero h1{font-size:57px}.phone-wrap{min-height:500px}.phone{transform:scale(.86) rotate(3deg)}.blob{width:390px;height:390px}.features{grid-template-columns:1fr}.privacy-callout{grid-template-columns:1fr}.links>a:not(.button){display:none}.section{padding:65px 0}}@media(max-width:480px){.wrap{width:min(100% - 26px,1120px)}.nav{min-height:64px}.brand span:last-child{font-size:15px}.links .button{padding:9px 13px;font-size:13px}.hero h1{font-size:48px}.hero p{font-size:17px}.phone-wrap{min-height:450px}.phone{transform:scale(.74) rotate(3deg)}.blob{width:330px;height:330px}.privacy-callout{padding:28px}}
