.drlp-float{position:fixed;right:24px;bottom:24px;z-index:99990;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:10px 17px 10px 11px;background:linear-gradient(135deg,#1769e0,#0b4fca);color:#fff;box-shadow:0 12px 35px rgba(23,105,224,.34),0 3px 10px rgba(0,0,0,.12);font:650 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;display:flex;gap:9px;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.drlp-float:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(23,105,224,.4),0 5px 14px rgba(0,0,0,.14)}.drlp-float:active{transform:translateY(0)}.drlp-float-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:17px}.drlp-float-label{white-space:nowrap}.drlp-overlay[hidden],.drlp-modal[hidden]{display:none!important}.drlp-overlay{position:fixed;inset:0;background:rgba(5,18,35,.52);backdrop-filter:blur(3px);z-index:99998}.drlp-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-end;justify-content:flex-end;padding:22px;pointer-events:none}.drlp-modal:not([aria-hidden="true"]){pointer-events:auto}.drlp-card{width:min(480px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:22px;box-shadow:0 24px 90px rgba(0,0,0,.28);padding:30px;position:relative;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.drlp-close{position:absolute;right:14px;top:10px;border:0;background:#f1f5f9;width:34px;height:34px;border-radius:50%;font-size:25px;line-height:1;color:#64748b;cursor:pointer}.drlp-header{padding-right:40px;margin-bottom:20px}.drlp-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:750;letter-spacing:.03em;color:#1769e0;background:#eef5ff;border-radius:999px;padding:6px 10px;margin-bottom:9px}.drlp-header h2{margin:0 0 6px;color:#102a43;font-size:26px;letter-spacing:-.02em}.drlp-header p{margin:0;color:#64748b;font-size:14px}.drlp-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.drlp-card label{display:block;color:#26364a;font-size:13px;font-weight:650;margin:0 0 13px}.drlp-card label span,.drlp-captcha-title span{color:#1769e0}.drlp-card input,.drlp-card select,.drlp-card textarea{box-sizing:border-box;width:100%;margin-top:7px;border:1px solid #d7dee8;border-radius:11px;padding:12px 12px;background:#fff;color:#172b4d;font:400 14px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;outline:none;transition:border-color .15s,box-shadow .15s}.drlp-card input:focus,.drlp-card select:focus,.drlp-card textarea:focus{border-color:#1769e0;box-shadow:0 0 0 3px rgba(23,105,224,.1)}.drlp-card textarea{resize:vertical;min-height:92px}.drlp-captcha{margin:3px 0 14px;padding:13px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px}.drlp-captcha-title{font-size:12px;font-weight:700;color:#334155;margin-bottom:8px}.drlp-captcha-row{display:flex;gap:8px;align-items:center}.drlp-captcha-question{min-width:96px;font-size:14px;font-weight:750;color:#102a43}.drlp-captcha-row input{margin:0!important;max-width:110px;padding:10px!important}.drlp-captcha-refresh{width:40px;height:40px;border:1px solid #d7dee8;border-radius:10px;background:#fff;color:#1769e0;font-size:20px;cursor:pointer}.drlp-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.drlp-submit{width:100%;border:0;border-radius:11px;padding:13px;background:linear-gradient(135deg,#1769e0,#0b4fca);color:#fff;font-weight:750;cursor:pointer;font-size:15px;box-shadow:0 7px 18px rgba(23,105,224,.2);transition:transform .15s,box-shadow .15s}.drlp-submit:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(23,105,224,.26)}.drlp-submit:disabled{opacity:.65;cursor:wait;transform:none}.drlp-status{min-height:20px;margin-top:9px;font-size:13px;color:#b42318}.drlp-privacy{font-size:11px!important;color:#7a8796!important;font-weight:400!important;text-align:center;margin:10px 0 0!important}.drlp-success{text-align:center;padding:22px 4px 6px}.drlp-success-icon{margin:0 auto 10px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e8f7ee;color:#198754;font-size:27px;font-weight:800}.drlp-success h3{margin:0 0 6px;font-size:23px;color:#102a43}.drlp-success p{margin:0 0 18px;color:#64748b;font-size:14px}.drlp-whatsapp,.drlp-secondary{display:block;width:100%;box-sizing:border-box;text-align:center;border-radius:10px;padding:12px 14px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer}.drlp-whatsapp{background:#25D366;color:#fff;margin-bottom:10px}.drlp-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155}@media(max-width:600px){.drlp-modal{padding:10px}.drlp-card{padding:22px 18px;border-radius:18px}.drlp-grid{grid-template-columns:1fr}.drlp-float{right:14px;bottom:14px;width:52px;height:52px;padding:0;justify-content:center}.drlp-float-label{display:none}.drlp-float-icon{width:34px;height:34px}.drlp-captcha-row{flex-wrap:wrap}.drlp-captcha-question{min-width:88px}}
