
.bwlp-wrap{max-width:780px;margin:20px auto;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.bwlp-title{margin:0 0 8px;font-size:30px;line-height:1.2}
.bwlp-text{margin:0 0 18px;color:#4b5563}
.bwlp-form{display:flex;flex-direction:column;gap:16px}
.bwlp-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.bwlp-field{display:flex;flex-direction:column;gap:8px}
.bwlp-field label{font-weight:600}
.bwlp-field input{padding:14px 16px;border:1px solid #d1d5db;border-radius:12px;font-size:15px}
.bwlp-field input:focus{outline:none;border-color:#26246f;box-shadow:0 0 0 3px rgba(38,36,111,.14)}
.bwlp-field small{color:#6b7280}
.bwlp-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border:0;border-radius:12px;background:#26246f;color:#fff;font-weight:600;cursor:pointer}
.bwlp-button:disabled{opacity:.6;cursor:not-allowed}
.bwlp-message{margin-top:18px;padding:16px;border-radius:12px}
.bwlp-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}
.bwlp-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.bwlp-result{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:10px}
.bwlp-short-url{font-weight:700;word-break:break-all}
.bwlp-copy{padding:10px 14px;border:1px solid #d1d5db;background:#fff;border-radius:10px;cursor:pointer}
.bwlp-qr-wrap{margin-top:14px}
.bwlp-qr-image{max-width:220px;height:auto;border-radius:12px;border:1px solid #e5e7eb;background:#fff}
@media (max-width:768px){.bwlp-grid{grid-template-columns:1fr}}

.bwlp-guest-demo-wrap{display:grid;gap:24px}
.bwlp-guest-demo-hero{background:linear-gradient(135deg,#fff5f5 0%,#ffffff 100%)}
.bwlp-guest-demo-card .bwlp-text{margin-bottom:16px}
.bwlp-demo-pill{display:inline-flex;align-items:center;justify-content:center;margin-left:10px;padding:4px 10px;border-radius:999px;background:#fff1f2;color:#be123c;font-size:.82rem;font-weight:700;vertical-align:middle}
.bwlp-guest-live-result{margin-top:14px}
.bwlp-demo-register-cta{margin-top:18px;padding:16px;border:1px solid rgba(255,75,75,.14);border-radius:18px;background:#fff7f7}
.bwlp-demo-register-cta p{margin:0 0 12px}
.bwlp-guest-register-card .bwlp-card{padding:0;border:0;background:transparent;box-shadow:none}
.bwlp-guest-register-card form{margin-top:12px}
.bwlp-guest-demo-wrap .bwlp-premium-preview-card svg{max-width:100%;height:auto;display:block}
.bwlp-guest-demo-wrap .bwlp-premium-preview-card{min-height:340px}
.bwlp-guest-demo-wrap .bwlp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.bwlp-guest-demo-wrap .bwlp-form-grid .bwlp-full{grid-column:1 / -1}
@media (max-width:800px){.bwlp-guest-demo-wrap .bwlp-form-grid{grid-template-columns:1fr}}
