:root{--blue:#0b35bd;--navy:#06144f;--cyan:#17c8ff;--ink:#101522;--muted:#697286;--paper:#f5f7fc;--line:#e1e6f0;--shadow:0 18px 50px rgba(5,22,77,.13)}
*{box-sizing:border-box}
html{background:#edf1fa;scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 50% -20%,#8bdcff 0,rgba(139,220,255,0) 36%),#edf1fa;min-height:100vh}
button,a{font:inherit}
button{cursor:pointer}
.shell{width:min(100%,520px);margin:0 auto;min-height:100vh;background:linear-gradient(180deg,#fff 0,#f8faff 68%,#eef3ff 100%);box-shadow:0 0 80px rgba(3,18,66,.13);overflow:hidden;position:relative;padding-bottom:24px}
.brand-bar{height:76px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#06144f,#0b35bd 72%,#1478ef);color:#fff}
.brand-lockup{display:flex;gap:11px;align-items:center}.brand-lockup img{width:46px;height:46px;border-radius:13px;object-fit:cover;border:1px solid rgba(255,255,255,.34)}.brand-lockup strong,.brand-lockup span{display:block}.brand-lockup strong{font-size:15px}.brand-lockup span{font-size:12px;color:#b9d8ff;margin-top:2px}
.share-button{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.13);color:#fff;display:grid;place-items:center}.share-button svg{width:20px;fill:currentColor}
.profile{text-align:center;padding:31px 24px 16px}.avatar-wrap{position:relative;width:104px;height:104px;margin:0 auto 14px}.avatar-wrap img{width:100%;height:100%;object-fit:cover;border-radius:28px;position:relative;z-index:1;box-shadow:0 13px 30px rgba(3,33,124,.22)}.pulse-ring{position:absolute;inset:-6px;border:2px solid #40d7ff;border-radius:33px;animation:pulse 2.6s infinite}@keyframes pulse{50%{transform:scale(1.05);opacity:.35}}
.demo-pill,.eyebrow{display:inline-block;font-size:11px;letter-spacing:.12em;font-weight:800;color:var(--blue)}.profile h1{font-size:34px;line-height:1.07;margin:8px 0 8px;letter-spacing:-.04em}.profile p{font-size:16px;color:var(--muted);margin:0 auto;max-width:390px;line-height:1.55}
.socials{display:flex;justify-content:center;gap:9px;margin-top:18px}.socials button{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:19px;font-weight:800;color:var(--navy);box-shadow:0 5px 16px rgba(6,20,79,.07)}
.switcher{padding:7px 20px 12px}.switcher p{text-align:center;font-size:13px;color:var(--muted);font-weight:700;margin:0 0 10px}.switcher-row{display:flex;gap:7px;overflow:auto;scrollbar-width:none;padding:2px}.switcher-row::-webkit-scrollbar{display:none}.industry{white-space:nowrap;border:1px solid #dbe1ee;border-radius:999px;background:#fff;padding:9px 14px;color:#5c6578;font-size:13px;font-weight:700}.industry.active{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 7px 18px rgba(6,20,79,.2)}
.actions{padding:8px 20px 24px;display:grid;gap:12px}.action{width:100%;min-height:72px;border:1px solid #e2e7f2;background:#fff;border-radius:21px;padding:10px 14px 10px 10px;display:grid;grid-template-columns:52px 1fr 24px;align-items:center;text-align:left;color:var(--ink);box-shadow:0 10px 25px rgba(4,27,92,.08);transition:.18s transform,.18s box-shadow}.action:active{transform:scale(.985)}.action:hover{box-shadow:0 14px 32px rgba(4,27,92,.14)}.action-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;font-size:23px;background:var(--tint);color:var(--color)}.action-copy{padding:0 10px}.action-copy strong,.action-copy span{display:block}.action-copy strong{font-size:16px;line-height:1.2}.action-copy span{font-size:12px;color:var(--muted);margin-top:5px}.arrow{font-size:24px;color:#a5afc1;text-align:right}
.why-card{margin:4px 20px 18px;padding:25px 21px;border-radius:27px;background:linear-gradient(145deg,#06144f,#0b35bd 70%,#126ce5);color:#fff;box-shadow:0 22px 45px rgba(6,20,79,.2);position:relative;overflow:hidden}.why-card:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(64,215,255,.4);border-radius:50%;right:-95px;top:-80px}.why-card .eyebrow{color:#6ee5ff}.why-card h2{font-size:27px;letter-spacing:-.04em;margin:7px 0 8px}.why-card>p{color:#d8e6ff;font-size:14px;line-height:1.55;margin:0}.mini-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.mini-grid span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);border-radius:15px;padding:11px 13px;color:#bcd3ff;font-size:12px}.mini-grid b{display:block;color:#fff;font-size:13px;margin-bottom:3px}
.owner-cta{margin:0 20px 20px;padding:14px;border:1px solid #dce4f6;border-radius:22px;background:#fff;display:grid;grid-template-columns:49px 1fr auto;gap:11px;align-items:center;box-shadow:var(--shadow)}.owner-cta img{width:49px;height:49px;border-radius:14px}.owner-cta span,.owner-cta strong{display:block}.owner-cta span{font-size:11px;color:var(--muted)}.owner-cta strong{font-size:14px;margin-top:3px}.owner-cta a{text-decoration:none;color:#fff;background:var(--blue);border-radius:13px;padding:11px 12px;font-size:12px;font-weight:800}
footer{text-align:center;padding:4px 24px 15px;color:#5e687b}footer p{font-size:13px}.fine{font-size:10px;line-height:1.55;color:#8790a1;max-width:440px;margin:8px auto 0}
.modal-backdrop{position:fixed;inset:0;background:rgba(2,9,35,.64);backdrop-filter:blur(7px);z-index:20;padding:20px;display:grid;place-items:center}.modal-backdrop[hidden]{display:none}.modal{width:min(100%,440px);background:#fff;border-radius:28px;padding:29px 24px 23px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.32);animation:rise .22s ease-out}@keyframes rise{from{transform:translateY(15px);opacity:0}}.modal-close{position:absolute;right:14px;top:12px;border:0;background:#f0f3f8;width:38px;height:38px;border-radius:50%;font-size:24px;color:#4b5465}.modal-icon{width:58px;height:58px;border-radius:18px;background:#e7efff;color:var(--blue);display:grid;place-items:center;font-size:27px;margin-bottom:17px}.modal h2{font-size:25px;letter-spacing:-.035em;margin:7px 0 8px}.modal p{color:var(--muted);font-size:15px;line-height:1.55;margin:0 0 18px}.primary{width:100%;border:0;border-radius:15px;background:var(--blue);color:#fff;padding:14px;font-weight:800}.reward-form{display:grid;gap:9px;margin:0 0 15px}.reward-form input{width:100%;border:1px solid #dce2ee;border-radius:13px;padding:13px;font-size:16px}.reward-form button{border:0;border-radius:13px;background:var(--navy);color:#fff;padding:13px;font-weight:800}.menu-preview{display:grid;gap:8px;margin:0 0 18px}.menu-item{display:flex;justify-content:space-between;background:#f5f7fb;border-radius:12px;padding:11px 12px;font-size:13px}.menu-item span:last-child{font-weight:800;color:var(--blue)}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#071343;color:#fff;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:700;opacity:0;pointer-events:none;transition:.2s;z-index:30;white-space:nowrap;max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (min-width:480px){.mini-grid{grid-template-columns:repeat(3,1fr)}.shell{margin:24px auto;border-radius:32px;min-height:calc(100vh - 48px)}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
