.hsw-open{overflow:hidden}.hsw-backdrop{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(5,8,16,.78);backdrop-filter:blur(8px)}.hsw-backdrop.is-open{display:flex}
.hsw-dialog{position:relative;width:min(560px,100%);max-height:min(780px,calc(100vh - 40px));overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#111827;color:#f8fafc;box-shadow:0 28px 80px rgba(0,0,0,.45);font-family:Inter,system-ui,sans-serif}
.hsw-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;background:#111827;z-index:2}.hsw-brand{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800}.hsw-brand img{width:34px;height:34px;object-fit:contain;background:#fff;border-radius:6px;padding:3px}.hsw-close{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.07);color:#cbd5e1;font-size:22px;line-height:1;cursor:pointer}.hsw-close:hover{background:rgba(255,255,255,.13);color:#fff}
.hsw-body{padding:28px}.hsw-progress{display:flex;gap:6px;margin-bottom:26px}.hsw-progress span{height:4px;flex:1;border-radius:2px;background:rgba(255,255,255,.09)}.hsw-progress span.on{background:#25d366}.hsw-kicker{margin:0 0 8px;color:#25d366;font-size:12px;font-weight:800;text-transform:uppercase}.hsw-title{margin:0 0 8px;font-size:26px;line-height:1.15;color:#fff}.hsw-copy{margin:0 0 24px;color:#94a3b8;font-size:14px;line-height:1.55}
.hsw-method{width:100%;display:grid;grid-template-columns:56px 1fr 24px;align-items:center;gap:16px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#1b2231;color:#fff;text-align:left;cursor:pointer}.hsw-method:hover{border-color:#25d366;background:#202a3a}.hsw-method-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:10px;background:rgba(37,211,102,.12);color:#25d366;font-size:30px}.hsw-method strong,.hsw-method small{display:block}.hsw-method strong{font-size:17px}.hsw-method small{margin-top:3px;color:#94a3b8;font-size:13px}.hsw-arrow{font-size:24px;color:#94a3b8}
.hsw-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hsw-field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.hsw-field.full{grid-column:1/-1}.hsw-field label{font-size:12px;font-weight:700;color:#cbd5e1}.hsw-input,.hsw-select{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:#202838;color:#fff;padding:11px 13px;font:inherit;outline:0}.hsw-input:focus,.hsw-select:focus{border-color:#25d366;box-shadow:0 0 0 3px rgba(37,211,102,.12)}.hsw-input::placeholder{color:#64748b}.hsw-phone{display:grid;grid-template-columns:145px 1fr;gap:10px}.hsw-otp{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.hsw-otp input{min-width:0;text-align:center;font-size:24px;font-weight:800;padding:8px 0}
.hsw-actions{display:flex;justify-content:space-between;gap:12px;margin-top:22px}.hsw-btn{min-height:48px;border:0;border-radius:9px;padding:11px 18px;font:inherit;font-weight:800;cursor:pointer}.hsw-btn:disabled{opacity:.55;cursor:wait}.hsw-primary{flex:1;background:#25d366;color:#062b14}.hsw-primary:hover{background:#2be275}.hsw-secondary{background:rgba(255,255,255,.07);color:#cbd5e1}.hsw-error{display:none;margin:0 0 16px;padding:11px 13px;border:1px solid rgba(248,113,113,.28);border-radius:8px;background:rgba(127,29,29,.24);color:#fecaca;font-size:13px}.hsw-error.show{display:block}
.hsw-review{display:grid;gap:10px}.hsw-review-row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}.hsw-review-row span{color:#94a3b8}.hsw-review-row strong{text-align:right;color:#e2e8f0}.hsw-success{text-align:center;padding:24px 4px}.hsw-success-mark{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 18px;border-radius:50%;background:rgba(37,211,102,.14);color:#25d366;font-size:34px}.hsw-legal{margin:18px 0 0;color:#64748b;font-size:11px;text-align:center}
.signup-entry-card{width:100%;display:grid;grid-template-columns:54px 1fr 28px;align-items:center;gap:16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.035);padding:18px;color:#fff;text-align:left;cursor:pointer}.signup-entry-card:hover{border-color:#25d366;background:rgba(37,211,102,.06)}.signup-entry-card .signup-wa{display:grid;place-items:center;width:54px;height:54px;border-radius:10px;background:rgba(37,211,102,.12);color:#25d366;font-size:29px}.signup-entry-card strong,.signup-entry-card small{display:block}.signup-entry-card strong{font-size:17px}.signup-entry-card small{margin-top:3px;color:#8a91a1}.signup-entry-card .signup-next{font-size:24px;color:#7b8494}
.signup-entry-card>svg{width:54px!important;height:54px!important;padding:15px;border-radius:10px;background:rgba(37,211,102,.12);color:#25d366}
@media(max-width:600px){.hsw-backdrop{padding:0}.hsw-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.hsw-body{padding:24px 18px}.hsw-grid{grid-template-columns:1fr}.hsw-phone{grid-template-columns:120px 1fr}.hsw-title{font-size:23px}.hsw-otp{gap:5px}.hsw-actions{position:sticky;bottom:-28px;background:#111827;padding:14px 0 8px}.signup-entry-card{grid-template-columns:48px 1fr 22px;padding:15px}.signup-entry-card .signup-wa{width:48px;height:48px}}@media(prefers-reduced-motion:reduce){.hsw-dialog{scroll-behavior:auto}}
