.ibo-ec-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(11,18,32,.55);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:20px;animation:ibo-ec-fade .2s ease-out}@keyframes ibo-ec-fade{0%{opacity:0}to{opacity:1}}.ibo-ec{position:relative;width:100%;max-width:380px;background:#fff;border-radius:16px;padding:28px 24px 22px;box-shadow:0 30px 70px -20px rgba(0,0,0,.5);font-family:var(--font-display,system-ui,sans-serif);animation:ibo-ec-pop .25s cubic-bezier(.16,1,.3,1)}@keyframes ibo-ec-pop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}.ibo-ec-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.ibo-ec-close:hover{background:#f1f5f9;color:#0b1220}.ibo-ec-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#007ceb;background:#e0f2fe;padding:4px 10px;border-radius:8px;margin-bottom:12px}.ibo-ec-title{font-size:1.25rem;font-weight:700;line-height:1.3;color:#0b1220;margin:0 0 8px;letter-spacing:-.01em}.ibo-ec-accent{color:#007ceb}.ibo-ec-sub{font-size:.9rem;color:#64748b;line-height:1.6;margin:0 0 16px}.ibo-ec-input{width:100%;height:46px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#0b1220;margin-bottom:10px;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s}.ibo-ec-input:focus{border-color:#007ceb;box-shadow:0 0 0 3px rgba(0,124,235,.15)}.ibo-ec-input:disabled{background:#f8fafc}.ibo-ec-hp{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.ibo-ec-btn{width:100%;height:46px;background:#007ceb;color:#fff;font-weight:700;font-size:15px;border:none;border-radius:10px;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s}.ibo-ec-btn:hover{background:#005bb5;transform:translateY(-1px)}.ibo-ec-btn:disabled{opacity:.7;cursor:default;transform:none}.ibo-ec-err{color:#ef4444;font-size:13px;margin:8px 0 0}.ibo-ec-privacy{display:flex;align-items:center;gap:6px;justify-content:center;font-size:12px;color:#94a3b8;margin:14px 0 0}.ibo-ec-privacy a{color:#64748b;text-decoration:underline}.ibo-ec-success{text-align:center;padding:6px 0}.ibo-ec-check{width:56px;height:56px;border-radius:50%;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}@media (prefers-reduced-motion:reduce){.ibo-ec,.ibo-ec-backdrop{animation:none}.ibo-ec-btn:hover{transform:none}}