.cwme-mk, .cwme-mk * { box-sizing: border-box; }
.cwme-mk { padding-block: 16px; font-family: "CWME Montserrat", Montserrat, Arial, sans-serif; }
.cwme-mk__banner {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 728px;
  margin-inline: auto;
  min-height: 90px;
  overflow: hidden;
  border: 1px solid #5e626b;
  border-left: 4px solid #ff800d;
  border-radius: 4px;
  padding: 10px 17px;
  background: #24262d;
  color: #f4f4f6;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.cwme-mk__banner::before {
  content: "";
  position: absolute;
  inset: 0 21% 0 34%;
  z-index: -1;
  background: repeating-linear-gradient(90deg, transparent 0 64px, rgba(255,255,255,.035) 65px 66px), linear-gradient(90deg, transparent, rgba(255,128,13,.04));
  transform: skewX(-18deg);
  pointer-events: none;
}
.cwme-mk__banner::after {
  content: "";
  position: absolute;
  right: 190px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,128,13,.45);
  transform: skewX(-18deg);
  pointer-events: none;
}
.cwme-mk__copy { min-width: 0; position: relative; }
.cwme-mk__logo { display: block; width: min(255px, 54vw); height: auto; margin: 0 0 6px; }
.cwme-mk__kicker { color: #ff800d; font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 1.15; white-space: nowrap; }
.cwme-mk__kicker span { color: #f4f4f6; padding: 0 3px; }
.cwme-mk__title { margin-top: 2px; color: #f4f4f6; font-size: clamp(16px, 2.7vw, 23px); font-weight: 800; letter-spacing: .035em; line-height: 1.1; white-space: nowrap; }
.cwme-mk__cta, .cwme-mk__submit {
  appearance: none;
  border: 1px solid #ff9d3e;
  border-radius: 3px;
  background: #ff800d;
  color: #1e2026;
  font: 800 12px/1.1 "CWME Montserrat", Montserrat, Arial, sans-serif;
  letter-spacing: .045em;
  cursor: pointer;
  transition: background .16s ease, transform .16s ease;
}
.cwme-mk__cta { position: relative; flex: 0 0 auto; min-width: 169px; min-height: 44px; padding: 12px 14px; white-space: nowrap; }
.cwme-mk__cta span, .cwme-mk__submit span { margin-left: 7px; font-size: 15px; }
.cwme-mk__cta:hover, .cwme-mk__submit:hover { background: #ffa144; transform: translateY(-1px); }
.cwme-mk__cta:focus-visible, .cwme-mk__submit:focus-visible, .cwme-mk__close:focus-visible, .cwme-mk__dialog input:focus-visible, .cwme-mk__success button:focus-visible { outline: 3px solid #ffb46b; outline-offset: 3px; }

.cwme-mk__dialog { width: min(630px, calc(100vw - 28px)); max-height: min(94vh, 760px); overflow-y: auto; border: 1px solid #686b73; border-top: 4px solid #ff800d; border-radius: 8px; padding: 29px 31px 28px; background: #292b32; color: #f4f4f6; box-shadow: 0 24px 70px rgba(0,0,0,.58); font-family: "CWME Montserrat", Montserrat, Arial, sans-serif; }
.cwme-mk__dialog::backdrop { background: rgba(9,10,13,.78); backdrop-filter: blur(4px); }
.cwme-mk__close { position: absolute; top: 14px; right: 16px; width: 32px; height: 32px; border: 1px solid #747780; border-radius: 3px; background: transparent; color: #f4f4f6; cursor: pointer; font-size: 25px; line-height: 1; }
.cwme-mk__modal-kicker { color: #ff800d; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.cwme-mk__modal-kicker span { color: #aeb0b6; margin: 0 5px; }
.cwme-mk__dialog h2 { color: #f4f4f6; font-size: 25px; letter-spacing: .015em; line-height: 1.2; margin: 13px 35px 6px 0; }
.cwme-mk__intro { color: #cbd0d6; font-size: 13px; line-height: 1.5; margin: 0 0 21px; }
.cwme-mk__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 16px; }
.cwme-mk__grid label { display: block; color: #e3e5e9; font-size: 12px; font-weight: 700; line-height: 1.25; }
.cwme-mk__grid label span { color: #ff800d; }
.cwme-mk__grid input { display: block; width: 100%; height: 43px; margin-top: 7px; padding: 0 12px; border: 1px solid #6b6e77; border-radius: 3px; background: #1c1e24; color: #fff; font: 500 14px/1 "CWME Montserrat", Montserrat, Arial, sans-serif; }
.cwme-mk__grid input:hover { border-color: #a2a5ae; }
.cwme-mk__wide { grid-column: 1 / -1; }
.cwme-mk__trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.cwme-mk__privacy { color: #aeb2bb; font-size: 11px; line-height: 1.45; margin: 17px 0 0; }
.cwme-mk__privacy a { color: #ff9c3e; text-decoration: underline; }
.cwme-mk__status { min-height: 18px; color: #ffb46b; font-size: 12px; margin: 10px 0 2px; }
.cwme-mk__submit { width: 100%; min-height: 45px; }
.cwme-mk__submit:disabled { opacity: .6; cursor: wait; transform: none; }
.cwme-mk__success { text-align: center; padding: 10px 8px 4px; }
.cwme-mk__success[hidden] { display: none; }
.cwme-mk__success-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border: 2px solid #ff800d; border-radius: 50%; color: #ff800d; font-size: 32px; }
.cwme-mk__success h3 { color: #f4f4f6; font-size: 22px; margin: 0 0 12px; }
.cwme-mk__success p { color: #d7d9df; font-size: 14px; line-height: 1.55; margin: 0 0 23px; }
.cwme-mk__success button { min-width: 140px; padding: 11px 16px; border: 1px solid #ff800d; border-radius: 3px; background: transparent; color: #ff9c3e; font: 700 12px "CWME Montserrat", Montserrat, Arial, sans-serif; cursor: pointer; }

@media (max-width: 680px) {
  .cwme-mk__banner { min-height: 192px; align-items: stretch; flex-direction: column; gap: 16px; padding: 17px 18px; }
  .cwme-mk__banner::after { display: none; }
  .cwme-mk__logo { width: min(280px, 82vw); margin-bottom: 10px; }
  .cwme-mk__kicker { white-space: normal; font-size: 9px; }
  .cwme-mk__title { white-space: normal; font-size: clamp(20px, 5vw, 28px); margin-top: 5px; }
  .cwme-mk__cta { width: 100%; min-height: 44px; }
}
@media (max-width: 480px) {
  .cwme-mk__dialog { padding: 24px 18px 20px; }
  .cwme-mk__dialog h2 { font-size: 21px; }
  .cwme-mk__grid { grid-template-columns: 1fr; gap: 13px; }
  .cwme-mk__wide { grid-column: auto; }
}
