:root{--yellow: #feb300;--yellow-dark: #e5a000;--yellow-soft: #fff8e6;--ink: #151824;--dark: #3e3e3e;--muted: #6b6f7c;--line: #eceef4;--white: #ffffff;--bg: #fffbf7;--success: #198754;--success-soft: #e8f5e9;--shadow: 0 18px 50px rgba(21, 24, 36, .08);--radius: 22px;--header-h: 76px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,system-ui,sans-serif;color:var(--dark);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.app-shell{min-height:100vh}.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--yellow-soft);color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--yellow)}h1,h2,h3{color:var(--ink);margin:0;letter-spacing:-.03em;line-height:1.15}h1{font-size:clamp(2.3rem,5vw,4.1rem);font-weight:800}h2{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:800}h3{font-size:1.15rem;font-weight:800}.lead{color:var(--muted);font-size:1.05rem;max-width:58ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:14px;border:0;font-weight:700;font-size:14px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--yellow);color:var(--ink);box-shadow:0 8px 22px #feb30052}.btn-primary:hover{background:var(--yellow-dark)}.btn-ghost{background:var(--white);color:var(--ink);border:1px solid var(--line)}.btn-dark{background:var(--ink);color:var(--white)}.section{padding:88px 0}.section-head{max-width:640px;margin-bottom:40px}.section-head p{color:var(--muted);margin:12px 0 0}.grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.header{position:sticky;top:0;z-index:40;height:var(--header-h);background:#fffbf7db;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(21,24,36,.06)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;align-items:center;gap:10px}.logo img{height:28px;width:auto}.nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:600;color:var(--dark)}.nav a:hover{color:var(--ink)}.menu-btn{display:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:var(--white)}.hero{padding:36px 0 24px;overflow:hidden}.hero-copy .eyebrow{margin-bottom:18px}.hero-copy h1 span{color:var(--yellow)}.hero-copy .lead{margin:18px 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero-pills{display:flex;flex-wrap:wrap;gap:10px}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--white);border:1px solid var(--line);font-size:12px;font-weight:700}.pill i{width:8px;height:8px;border-radius:50%;background:var(--success)}.phone-stage{position:relative;display:grid;place-items:center;min-height:640px}.phone-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(254,179,0,.35),transparent 68%);filter:blur(8px)}.phone{position:relative;width:300px;height:620px;padding:12px;border-radius:42px;background:#111;box-shadow:0 30px 70px #15182447}.phone-screen{height:100%;border-radius:32px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.phone-status{display:flex;justify-content:space-between;padding:12px 18px 4px;font-size:11px;font-weight:700;color:var(--ink)}.phone-body{padding:8px 16px 0;flex:1}.phone-logo{height:22px;margin:0 auto 14px}.phone-hello{display:flex;align-items:center;gap:10px;margin-bottom:14px}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#feb300,#ffd56a);display:grid;place-items:center;font-weight:800;color:var(--ink);font-size:13px}.phone-hello strong{display:block;font-size:13px}.phone-hello span{font-size:11px;color:var(--muted)}.menu-card{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:16px;border:1px solid #eee;margin-bottom:8px;background:#fff;box-shadow:0 3px 8px #0000000a}.menu-card.active{background:var(--yellow);border-color:transparent}.menu-card img{width:38px;height:38px}.menu-card b{display:block;font-size:12px}.menu-card span{font-size:10px;color:var(--muted)}.community{display:flex;gap:10px;align-items:center;padding:10px;border-radius:14px;background:var(--success-soft);margin-top:6px}.community .dot{width:28px;height:28px;border-radius:50%;background:var(--success);color:#fff;display:grid;place-items:center;font-size:13px}.community b{display:block;font-size:11px;color:var(--success)}.community span{font-size:10px;color:var(--muted)}.phone-nav{display:grid;grid-template-columns:repeat(4,1fr);padding:10px 8px 14px;border-top:1px solid #f0f0f0;font-size:9px;font-weight:700;text-align:center;color:var(--muted)}.phone-nav span.active{color:var(--ink)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px 0 8px}.stat{padding:18px 20px;background:var(--white);border:1px solid var(--line);border-radius:18px}.stat strong{display:block;font-size:1.35rem;color:var(--ink)}.stat span{font-size:13px;color:var(--muted)}.role-switch{display:inline-flex;padding:5px;background:#fff;border:1px solid var(--line);border-radius:999px;margin-bottom:22px}.role-switch button{border:0;background:transparent;padding:10px 18px;border-radius:999px;font-weight:700;font-size:13px;color:var(--muted)}.role-switch button.active{background:var(--yellow);color:var(--ink)}.role-list{display:grid;gap:12px}.role-item{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:16px}.role-item .n{width:42px;height:42px;border-radius:12px;background:var(--yellow-soft);display:grid;place-items:center;font-weight:800;color:var(--ink)}.role-item p{margin:4px 0 0;color:var(--muted);font-size:13px}.trust-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.trust-card{padding:28px}.trust-card ul{margin:16px 0 0;padding:0;list-style:none}.trust-card li{display:flex;gap:10px;padding:8px 0;font-size:14px}.trust-card li:before{content:"✓";color:var(--success);font-weight:800}.mini-cards{display:grid;gap:14px}.mini{padding:22px}.mini span{display:inline-block;font-size:12px;font-weight:800;color:var(--success);margin-bottom:8px}.feature{padding:24px}.feature .icon{width:46px;height:46px;border-radius:14px;background:var(--yellow-soft);display:grid;place-items:center;font-size:20px;margin-bottom:14px}.feature p{margin:8px 0 0;color:var(--muted);font-size:14px}.faq{display:grid;gap:10px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px}.faq summary{cursor:pointer;font-weight:700;color:var(--ink)}.faq p{margin:10px 0 0;color:var(--muted);font-size:14px}.download{background:var(--ink);color:#d8dbe6;border-radius:32px;padding:48px;display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:center}.download h2{color:#fff}.contact-mail{display:inline-flex;flex-direction:column;gap:4px;margin-top:22px;padding:14px 16px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:12px;color:#d8dbe6}.contact-mail strong{color:var(--yellow);font-size:15px}.store-qrs{display:grid;grid-template-columns:1fr 1fr;gap:14px}.store-qr{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:16px 14px 14px;text-align:center}.store-badge{display:flex;justify-content:center;margin-bottom:12px}.store-badge img{height:40px;width:auto}.qr-frame{display:grid;place-items:center;background:#fff;border-radius:14px;padding:10px}.qr-canvas{display:block;width:148px;height:148px}.store-qr p{margin:10px 0 0;font-size:12px;font-weight:700;color:#fff}.footer{padding:36px 0 24px;border-top:1px solid var(--line)}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center}.footer small,.footer a{color:var(--muted);font-size:13px}.footer-links{display:flex;gap:18px}.legal{padding:48px 0 80px;max-width:820px}.legal-back{display:flex;flex-wrap:wrap;gap:4px;font-size:14px;font-weight:600;color:var(--muted)}.legal-back a{color:var(--ink)}.legal h1{margin-top:18px;font-size:clamp(1.8rem,4vw,2.4rem)}.legal-updated{margin:10px 0 0;font-size:14px;font-weight:700;color:var(--ink)}.legal-meta{margin:22px 0 0;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:16px}.legal-meta div{display:grid;grid-template-columns:180px 1fr;gap:8px;padding:7px 0;font-size:14px}.legal-meta dt{font-weight:700;color:var(--ink)}.legal-meta dd{margin:0;color:var(--muted)}.legal-meta a{color:var(--ink);font-weight:600;text-decoration:underline;text-underline-offset:3px}.legal-intro{margin-top:22px;font-size:16px;color:var(--dark)}.legal-toc{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 8px}.legal-toc a{padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:600;color:var(--dark)}.legal-toc a:hover{border-color:var(--yellow);background:var(--yellow-soft)}.legal-section{margin-top:36px;scroll-margin-top:96px}.legal h2{font-size:1.25rem;margin-bottom:10px}.legal h3{margin:18px 0 8px;font-size:1rem}.legal p,.legal li{color:var(--muted);font-size:15px;line-height:1.7}.legal ul{margin:8px 0 0;padding-left:20px}.legal li+li{margin-top:6px}.legal a{color:var(--ink);font-weight:600}@media(max-width:960px){.grid-2,.trust-grid,.download,.stats,.store-qrs,.grid-3{grid-template-columns:1fr}.nav,.desktop-cta{display:none}.menu-btn{display:grid;place-items:center}.nav.open{display:flex;position:absolute;top:var(--header-h);left:0;right:0;background:#fff;flex-direction:column;padding:16px 20px 20px;border-bottom:1px solid var(--line);align-items:flex-start}.phone-stage{min-height:560px}.download{padding:32px 22px}.legal-meta div{grid-template-columns:1fr;gap:2px}}
