/* EMB Smart Newsletter – form styles */
.emb-sn-wrap{ --emb-primary: #1781BF; --emb-accent:#D65050; font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; color:#111; }
.emb-sn-form{ background:#fff; border:1px solid #eee; border-radius:16px; padding:18px; box-shadow:0 10px 30px rgba(0,0,0,.06); max-width:720px; margin:14px auto; }
.emb-sn-headline{ font-size:22px; font-weight:800; letter-spacing:.2px; margin:0 0 6px 0; }
.emb-sn-sub{ margin:0 0 14px 0; color:#555; }
.emb-sn-row{ display:block; margin-bottom:10px; }
.emb-sn-row.two{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.emb-sn-form input[type="email"],
.emb-sn-form input[type="text"]{ width:100%; padding:12px 14px; border:1px solid #ddd; border-radius:10px; font-size:16px; outline:none; }
.emb-sn-form input:focus{ border-color: var(--emb-primary); box-shadow:0 0 0 3px rgba(23,129,191,.15); }
.emb-sn-check{ display:flex; align-items:flex-start; gap:8px; font-size:14px; color:#333; margin:6px 0 12px; }
.emb-sn-check input{ transform: translateY(2px); }
.emb-sn-btn{ display:inline-block; background: var(--emb-primary); color:#fff; border:0; padding:12px 18px; border-radius:12px; font-weight:700; cursor:pointer; }
.emb-sn-btn:hover{ filter:brightness(.95); }
.emb-sn-msg{ margin-top:10px; font-size:14px; }
@media (max-width:600px){
  .emb-sn-row.two{ grid-template-columns:1fr; }
}

/* Popup */
.emb-sn-popup{ position:fixed; inset:0; z-index:2147483647; }
.emb-sn-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.45); }
.emb-sn-popup-inner{ position:relative; width:min(640px,92vw); margin:6vh auto 0; z-index:1; }
.emb-sn-popup .emb-sn-form{ margin:0; }
.emb-sn-close{ position:absolute; top:-12px; right:-12px; width:36px; height:36px; border-radius:999px; border:0; background:#000; color:#fff; font-weight:700; cursor:pointer; box-shadow:0 4px 14px rgba(0,0,0,.25); }
.emb-sn-close:hover{ filter:brightness(1.1); }

/* Lock */
.emb-sn-body-lock { overflow: hidden !important; touch-action: none; }
