.scd-fc{position:fixed;bottom:24px;z-index:99990;display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.scd-fc-right{right:24px}.scd-fc-left{left:24px;align-items:flex-start}.scd-fc-toggle{width:54px;height:54px;border:0;border-radius:999px;background:#148346;color:#fff;font-size:30px;line-height:1;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer;display:grid;place-items:center}.scd-fc-toggle:hover{filter:brightness(.96);transform:translateY(-1px)}.scd-fc-actions{display:flex;flex-direction:column;gap:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .12s ease,transform .12s ease,visibility .12s}.scd-fc.is-open .scd-fc-actions{opacity:1;visibility:visible;transform:none}.scd-fc-action{display:flex;align-items:center;gap:8px;text-decoration:none!important;color:#17212b!important}.scd-fc-action .scd-fc-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.16);font-weight:800}.scd-fc-icon svg{width:22px;height:22px;display:block}.scd-fc-action em{font-style:normal;background:#fff;padding:8px 11px;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.12);font-size:13px;white-space:nowrap}.scd-fc-whatsapp .scd-fc-icon{background:#25d366;color:#fff}.scd-fc-phone .scd-fc-icon{background:#2563eb;color:#fff}.scd-fc-email .scd-fc-icon{background:#7c3aed;color:#fff}.scd-fc-custom .scd-fc-icon{background:#0f172a;color:#fff}
/* V1.6.1: one configured channel becomes the launcher itself. */
.scd-fc-single{gap:0}.scd-fc-single-link{display:flex;align-items:center;justify-content:center;min-width:56px;height:56px;border-radius:999px;text-decoration:none!important;box-shadow:0 10px 30px rgba(0,0,0,.22);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;position:relative}.scd-fc-single-link:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.24);filter:brightness(.98)}.scd-fc-single-link .scd-fc-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:999px;color:#fff}.scd-fc-single-link .scd-fc-icon svg{width:29px;height:29px}.scd-fc-single-link.scd-fc-whatsapp{background:#25d366}.scd-fc-single-link.scd-fc-phone{background:#2563eb}.scd-fc-single-link.scd-fc-email{background:#7c3aed}.scd-fc-single-link.scd-fc-custom{background:#0f172a}.scd-fc-single-label{position:absolute;right:66px;background:#fff;color:#17212b;padding:7px 10px;border-radius:9px;box-shadow:0 6px 18px rgba(0,0,0,.12);font-size:12px;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transform:translateX(4px);transition:opacity .12s ease,transform .12s ease,visibility .12s}.scd-fc-left .scd-fc-single-label{right:auto;left:66px;transform:translateX(-4px)}.scd-fc-single-link:hover .scd-fc-single-label,.scd-fc-single-link:focus-visible .scd-fc-single-label{opacity:1;visibility:visible;transform:none}
@media(max-width:520px){.scd-fc{bottom:16px}.scd-fc-right{right:16px}.scd-fc-left{left:16px}.scd-fc-action em,.scd-fc-single-label{display:none}.scd-fc-single-link,.scd-fc-single-link .scd-fc-icon{width:54px;height:54px;min-width:54px}.scd-fc-single-link .scd-fc-icon svg{width:27px;height:27px}}
/* V1.9.0-RC1 — Native lead form */
.scd-lead-form-wrap{max-width:760px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.scd-lead-form{display:block;padding:28px;border:1px solid #e1e8ec;border-radius:18px;background:#fff;box-shadow:0 12px 38px rgba(15,35,45,.07)}.scd-lead-form h3{margin:0 0 8px;font-size:26px;line-height:1.2;color:#17232d}.scd-lead-form-intro{margin:0 0 22px;color:#677984}.scd-lead-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.scd-lead-form label{display:flex;flex-direction:column;gap:7px;margin:0 0 16px;color:#263741;font-size:13px;font-weight:700}.scd-lead-form input[type=text],.scd-lead-form input[type=email],.scd-lead-form input[type=tel],.scd-lead-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfdbe1;border-radius:10px;background:#fff;padding:12px 13px;font:inherit;font-weight:400;color:#17232d;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.scd-lead-form input:focus,.scd-lead-form textarea:focus{border-color:#148346;box-shadow:0 0 0 3px rgba(20,131,70,.12)}.scd-lead-form-message-field{margin-top:0}.scd-lead-form-consent{flex-direction:row!important;align-items:flex-start;gap:9px!important;font-weight:500!important;color:#5d6f79!important}.scd-lead-form-consent input{margin-top:3px}.scd-lead-form-submit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:0;border-radius:10px;background:#148346;color:#fff;font-weight:800;font-size:14px;cursor:pointer}.scd-lead-form-submit:hover{filter:brightness(.96)}.scd-lead-form-message{max-width:760px;margin:0 auto 14px;padding:13px 15px;border-radius:10px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px}.scd-lead-form-message.is-success{background:#ecf9f0;border:1px solid #bfe7ca;color:#196b38}.scd-lead-form-message.is-error{background:#fff3f2;border:1px solid #f0c5c1;color:#9b3329}.scd-lead-form-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.scd-lead-form-disabled{padding:12px;border:1px dashed #d0d8dc;border-radius:8px;color:#6a7880;background:#fafcfd}
@media(max-width:640px){.scd-lead-form{padding:20px 16px;border-radius:14px}.scd-lead-form-grid{grid-template-columns:1fr;gap:0}.scd-lead-form h3{font-size:22px}.scd-lead-form-submit{width:100%}}

/* V1.9.0-RC2 — Native Forms configurable-field + mobile polish */
.scd-lead-form-wrap{width:100%;box-sizing:border-box}.scd-lead-form{position:relative;overflow:hidden}.scd-lead-form:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#148346,#37b76c);pointer-events:none}.scd-lead-form-grid>label{min-width:0}.scd-lead-form input,.scd-lead-form textarea{min-width:0}.scd-lead-form textarea{resize:vertical;min-height:150px}.scd-lead-form-submit{box-shadow:0 7px 18px rgba(20,131,70,.16);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.scd-lead-form-submit:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(20,131,70,.2)}.scd-lead-form-submit:focus-visible{outline:3px solid rgba(20,131,70,.22);outline-offset:3px}.scd-lead-form-consent span{line-height:1.55}.scd-lead-form-message{box-sizing:border-box;width:100%}
@media(max-width:640px){.scd-lead-form-wrap{max-width:none}.scd-lead-form{padding:22px 18px;box-shadow:0 8px 26px rgba(15,35,45,.06)}.scd-lead-form h3{font-size:23px}.scd-lead-form-intro{font-size:14px;line-height:1.55;margin-bottom:20px}.scd-lead-form label{margin-bottom:14px}.scd-lead-form input[type=text],.scd-lead-form input[type=email],.scd-lead-form input[type=tel],.scd-lead-form textarea{font-size:16px;padding:12px}.scd-lead-form textarea{min-height:135px}.scd-lead-form-consent{font-size:12.5px!important;margin:4px 0 18px!important}.scd-lead-form-submit{min-height:48px;font-size:15px}}
