html.msp10-open,
html.msp10-open body { overflow: hidden; }

.msp10-widget,
.msp10-overlay,
.msp10-widget *,
.msp10-overlay * { box-sizing: border-box; }

.msp10-widget {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 999990;
  font-family: Poppins, Arial, sans-serif;
}

.msp10-teaser {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(16, 153, 214, .24);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 18, 36, .16);
}

.msp10-teaser button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #101827;
  cursor: pointer;
  font: inherit;
}

.msp10-teaser-main {
  min-height: 46px;
  padding: 0 15px;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

.msp10-teaser-main:hover { color: #087fb6; }

.msp10-teaser-close {
  width: 42px;
  min-height: 46px;
  border-left: 1px solid #e4edf2 !important;
  font-size: 25px !important;
  line-height: 1 !important;
}

.msp10-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(10, 18, 28, .60);
  backdrop-filter: blur(3px);
  font-family: Poppins, Arial, sans-serif;
}

.msp10-overlay[hidden],
.msp10-widget[hidden],
.msp10-success[hidden],
.msp10-error[hidden] { display: none !important; }

.msp10-modal {
  position: relative;
  width: min(100%, 560px);
  overflow: hidden;
  border: 1px solid rgba(16, 153, 214, .18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(4, 16, 30, .30);
}

.msp10-accent {
  height: 7px;
  background: linear-gradient(90deg, #1099d6, #087fb6);
}

.msp10-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d9e7ee;
  border-radius: 50%;
  background: #fff;
  color: #101827;
  cursor: pointer;
  font: 400 26px/1 Arial, sans-serif;
}

.msp10-content { padding: 44px 42px 40px; }

.msp10-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf7fc;
  color: #087fb6;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .05em;
}

.msp10-content h2 {
  margin: 0;
  color: #101827;
  font-size: clamp(30px, 6vw, 42px);
  line-height: 1.08;
  font-weight: 800;
}

.msp10-copy,
.msp10-success p {
  margin: 14px 0 0;
  color: #526071;
  font-size: 15px;
  line-height: 1.65;
}

.msp10-form { margin-top: 24px; }
.msp10-label {
  display: block;
  margin-bottom: 8px;
  color: #243142;
  font-size: 13px;
  font-weight: 700;
}

.msp10-email {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #cbdbe4;
  border-radius: 10px;
  background: #fff;
  color: #101827;
  font: 500 15px/1.2 Poppins, Arial, sans-serif;
  outline: none;
}

.msp10-email:focus {
  border-color: #1099d6;
  box-shadow: 0 0 0 3px rgba(16, 153, 214, .12);
}

.msp10-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  border: 0;
  border-radius: 10px;
  background: #1099d6;
  color: #fff;
  cursor: pointer;
  font: 800 14px/1 Poppins, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: transform .16s ease, background .16s ease;
}

.msp10-submit:hover { background: #087fb6; transform: translateY(-1px); }
.msp10-submit:disabled { opacity: .65; cursor: wait; transform: none; }

.msp10-consent {
  margin: 13px 0 0;
  color: #7a8796;
  font-size: 10.5px;
  line-height: 1.55;
}
.msp10-consent a { color: #087fb6; text-decoration: underline; }

.msp10-error {
  margin: 10px 0 0;
  padding: 9px 11px;
  border-radius: 8px;
  background: #fff3f3;
  color: #a12626;
  font-size: 12px;
  line-height: 1.45;
}

.msp10-success { text-align: center; padding-top: 52px; padding-bottom: 52px; }
.msp10-success-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f8ef;
  color: #168a4a;
  font-size: 30px;
  font-weight: 800;
}

.msp10-hp {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 600px) {
  .msp10-widget { left: 12px; bottom: 12px; }
  .msp10-teaser-main { min-height: 42px; padding: 0 13px; font-size: 13px !important; }
  .msp10-teaser-close { width: 38px; min-height: 42px; }
  .msp10-overlay { padding: 14px; align-items: end; }
  .msp10-modal { border-radius: 20px 20px 16px 16px; }
  .msp10-content { padding: 40px 22px 28px; }
  .msp10-modal-close { top: 15px; right: 15px; }
  .msp10-content h2 { font-size: 32px; }
}
