.onr-newsletter {
  --onr-black: #080808;
  --onr-white: #fff;
  --onr-muted: #666;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

.onr-card {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 72px) clamp(24px, 7vw, 64px) clamp(34px, 6vw, 58px);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, #fff 72%, #f7f7f7 100%);
  box-shadow: 0 22px 60px rgba(0,0,0,.13);
  color: var(--onr-black);
  text-align: center;
}

.onr-card::before {
  position: absolute;
  top: -110px;
  right: -95px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,.055), transparent 68%);
  content: "";
  pointer-events: none;
}

.onr-discount {
  position: relative;
  margin-bottom: 4px;
  font-family: "Bebas Neue", "Roboto Condensed", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(72px, 13vw, 108px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -6px;
}

.onr-discount span { font-size: .74em; letter-spacing: -4px; }

.onr-card h2 {
  margin: 22px 0 26px;
  color: var(--onr-black);
  font-family: "Bebas Neue", "Roboto Condensed", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(25px, 4vw, 35px);
  font-weight: 700;
  line-height: 1.15;
}

.onr-lead {
  max-width: 610px;
  margin: 0 auto 28px;
  color: #202020;
  font-family: inherit;
  font-size: clamp(16px, 2.3vw, 19px);
  font-weight: 600;
  line-height: 1.48;
}

.onr-newsletter form.onr-form {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 660px !important;
  margin: 0 auto !important;
}

.onr-newsletter .onr-form input.onr-email {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  height: 66px;
  margin: 0;
  padding: 0 20px;
  border: 1.5px solid #222;
  border-radius: 2px;
  outline: none;
  background: var(--onr-white);
  color: var(--onr-black);
  font: inherit;
  font-size: 18px;
  transition: box-shadow .2s, border-color .2s;
}

.onr-newsletter .onr-form input.onr-email:focus { border-color: #000; box-shadow: 0 0 0 3px rgba(0,0,0,.12); }

.onr-form > button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  min-height: 66px;
  margin: 22px 0 0;
  padding: 14px 24px;
  border: 1px solid var(--onr-black);
  border-radius: 2px;
  background: var(--onr-black);
  color: var(--onr-white);
  font-family: "Bebas Neue", "Roboto Condensed", "Arial Narrow", Impact, sans-serif;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, background .2s;
}

.onr-form > button:hover { background: #262626; transform: translateY(-1px); }
.onr-form > button:disabled { cursor: wait; opacity: .72; }

.onr-spinner {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: onr-spin .8s linear infinite;
}

.onr-form.is-loading .onr-spinner { display: inline-block; }
@keyframes onr-spin { to { transform: rotate(360deg); } }

.onr-consent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  max-width: 590px;
	margin: 18px auto 0;
  color: var(--onr-muted);
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
}

.onr-consent input { flex: 0 0 auto; margin-top: 3px; accent-color: #000; }
.onr-consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.onr-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.onr-message, .onr-inline-message { margin: 0 auto 18px; padding: 12px 14px; border-radius: 8px; font-size: 14px; }
.onr-inline-message:empty { display: none; }
.onr-success { background: #edf8ef; color: #155c23; }
.onr-error, .onr-inline-message { background: #fff0f0; color: #8a1f1f; }

.onr-modal[hidden] { display: none !important; }
.onr-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 20px; }
.onr-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.64); backdrop-filter: blur(4px); }
.onr-modal-box {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(440px, 100%);
  padding: 42px 38px 34px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  color: #111;
  text-align: center;
  animation: onr-pop .25s ease-out;
}
.onr-check { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: #111; color: #fff; font-size: 34px; }
.onr-modal-box h3 { margin: 0 0 12px; font-family: "Bebas Neue", "Roboto Condensed", "Arial Narrow", Impact, sans-serif; font-size: 32px; }
.onr-modal-box p { margin: 0 auto 24px; color: #555; font-size: 16px; line-height: 1.55; }
.onr-modal-close { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; color: #555; font-size: 30px; cursor: pointer; }
.onr-modal-button { min-width: 150px; padding: 13px 24px; border: 0; border-radius: 4px; background: #111; color: #fff; font-weight: 700; cursor: pointer; }
body.onr-modal-open { overflow: hidden; }
@keyframes onr-pop { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 560px) {
  .onr-card { padding: 38px 20px 32px; border-radius: 18px; }
  .onr-discount { letter-spacing: -4px; }
  .onr-email, .onr-form > button { min-height: 58px; height: 58px; }
  .onr-consent { font-size: 12px; }
  .onr-modal-box { padding: 38px 24px 28px; }
}
