.ve-offer[hidden] { display: none !important; }
.ve-offer {
  position: fixed;
  inset: 0;
  z-index: 100010;
  display: grid;
  place-items: center;
  padding: 20px;
}
.ve-offer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 40, .55);
}
.ve-offer__card {
  position: relative;
  width: min(440px, 100%);
  background: #fffdf8;
  color: #14242c;
  border-radius: 22px;
  padding: 32px 28px 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
.ve-offer__x {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #163a4a;
  cursor: pointer;
}
.ve-offer__kicker {
  margin: 0 0 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #1d5a6a;
}
.ve-offer__card h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0 0 10px;
  color: #163a4a;
}
.ve-offer__lead {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.55;
}
.ve-offer__label {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.ve-offer__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(20, 36, 44, .18);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 1rem;
  margin-bottom: 12px;
  background: #fff;
}
.ve-offer__check {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: .92rem;
  margin: 0 0 16px;
}
.ve-offer__check input { margin-top: 3px; }
.ve-offer__hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.ve-offer__btn {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #163a4a;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 16px;
  cursor: pointer;
}
.ve-offer__btn:hover { background: #1d5a6a; }
.ve-offer__msg {
  min-height: 1.3em;
  margin: 12px 0 0;
  font-size: .95rem;
}
.ve-offer__msg.is-ok { color: #1d5a6a; }
.ve-offer__msg.is-err { color: #8a2b2b; }
