/* Monetization-OS lead-capture widget styles — neutral, theme-overridable via --lc-accent */
.lc-card{--lc-accent:#0F6E66;max-width:520px;margin:28px auto;background:#fff;border:1px solid #e7dfd3;
  border-radius:16px;padding:22px 22px 18px;box-shadow:0 12px 34px -18px rgba(20,20,20,.25);
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
.lc-head{display:flex;align-items:center;gap:10px;margin-bottom:4px}
.lc-badge{background:var(--lc-accent);color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;
  padding:4px 9px;border-radius:999px}
.lc-card h3{margin:0;font-size:19px;color:#1a1714;line-height:1.2}
.lc-sub{margin:6px 0 14px;color:#5a5048;font-size:14.5px}
.lc-row{display:flex;gap:8px;flex-wrap:wrap}
.lc-row input{flex:1 1 200px;min-width:0;padding:12px 14px;border:1.5px solid #dacfbe;border-radius:10px;
  font-size:15px;color:#1a1714}
.lc-row input:focus{outline:none;border-color:var(--lc-accent);box-shadow:0 0 0 3px rgba(15,110,102,.15)}
.lc-row button{background:var(--lc-accent);color:#fff;border:0;border-radius:10px;padding:12px 18px;
  font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s,opacity .2s;white-space:nowrap}
.lc-row button:hover{transform:translateY(-1px)}
.lc-row button:disabled{opacity:.6;cursor:default;transform:none}
.lc-consent{display:flex;gap:8px;align-items:flex-start;margin-top:12px;font-size:13px;color:#5a5048;line-height:1.45;cursor:pointer}
.lc-consent input{margin-top:2px;flex:0 0 auto}
.lc-partner{color:#3c342c}
.lc-msg{margin:10px 0 0;font-size:14px;min-height:1px}
.lc-ok{color:#0b7a4b;font-weight:600}
.lc-ok a{color:var(--lc-accent);font-weight:700}
.lc-err{color:#c0392b}
.lc-fine{margin:10px 0 0;font-size:11.5px;color:#8a8078}
@media(max-width:480px){.lc-row button{flex:1 1 100%}}
