:root{--pink:#e52aa5;--purple:#742ee8;--deep:#22104f;--soft:#fff3fb;--border:#ead4ff;--text:#171042;}
*{box-sizing:border-box} body{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#fff7fd,#fbf0ff);color:var(--text)} a{text-decoration:none} .wrap{max-width:1100px;margin:0 auto;padding:24px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center}.card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 60px rgba(80,0,120,.12)}.home-card{width:min(980px,96vw);padding:24px}.top{display:flex;gap:24px;align-items:stretch}.brand{flex:1}.logo{display:flex;align-items:center;gap:10px}.mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--pink),var(--purple));display:grid;place-items:center;color:#fff;font-weight:900}.brand h1{font-size:44px;line-height:1.05;margin:10px 0;color:#3b2ae8}.brand p{line-height:1.45}.secure{width:380px;background:#fff2fb;border:1px solid #ffa5da;border-radius:14px;padding:18px}.secure h2{margin-top:0}.secure li{margin:9px 0}.btns{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:12px 18px;font-weight:800;cursor:pointer}.btn-primary{background:linear-gradient(90deg,var(--pink),var(--purple));color:#fff}.btn-outline{border:1px solid var(--purple);color:var(--purple);background:#fff}.banner{margin-top:18px;background:#27115f;color:#fff;border-radius:12px;padding:18px;display:flex;justify-content:space-between;align-items:center}.label{font-size:12px;color:#6b5b99}.profiles{margin-top:22px}.profiles h2{margin:0 0 12px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.profile{padding:14px;border:1px solid var(--border);border-radius:15px;background:#fff}.avatar{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#ffd1ef,#cfc0ff);display:grid;place-items:center;font-size:32px;margin-bottom:10px}.profile h3{margin:0 0 4px}.pill{display:inline-block;background:#f3e7ff;border:1px solid #d8c1ff;border-radius:99px;padding:4px 8px;font-size:12px;color:#5a2dbb}.cta-mini{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.footer{text-align:center;padding:20px;color:#6b5b99}.mobile-bar{display:none}.notice{padding:10px 12px;border-radius:10px;background:#fff8d9;border:1px solid #ead26c;margin:10px 0;color:#614900}
@media(max-width:800px){.hero{display:block;padding:14px 0}.home-card{padding:16px}.top{display:block}.secure{width:auto;margin-top:16px}.brand h1{font-size:32px}.grid{grid-template-columns:repeat(2,1fr)}.banner{display:block}.btns .btn{width:100%;}.mobile-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:9px 4px;z-index:50}.mobile-bar a{color:#5b32c7;font-size:12px;text-align:center}.footer{padding-bottom:70px}}
