#comebacker {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 16px;
  background: #102a2d88;
}
#comebacker.open {
  display: grid;
}
.cb-card {
  max-width: 440px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 24px 60px #102a2d44;
}
.cb-card h3 {
  margin: 0 0 8px;
  font: 600 26px/1.15 Georgia, serif;
}
.cb-card .cb-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff3e6;
  color: #b85c38;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cb-who {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #3d5568;
  letter-spacing: 0.02em;
}
.cb-seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 14px;
}
.cb-seg__btn {
  min-height: 44px;
  border: 2px solid #c7d8ea;
  border-radius: 10px;
  background: #f7fafc;
  color: #3d5568;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 6px;
  line-height: 1.25;
}
.cb-seg__btn.on {
  border-color: #235c9a;
  background: #e8f1fb;
  color: #123e42;
  box-shadow: 0 0 0 2px #235c9a33;
}
.cb-lead {
  margin: 0 0 16px;
  color: #566b80;
  font-size: 14px;
  line-height: 1.5;
}
.cb-card p {
  margin: 0 0 16px;
  color: #566b80;
  font-size: 14px;
  line-height: 1.5;
}
.cb-card ul {
  margin: 0 0 16px;
  padding-left: 18px;
  color: #1a2530;
  font-size: 13px;
  line-height: 1.45;
}
.cb-card form {
  display: grid;
  gap: 10px;
}
.cb-card input {
  height: 48px;
  border: 1px solid #c7d8ea;
  border-radius: 10px;
  padding: 0 14px;
  width: 100%;
}
.cb-card button[type="submit"] {
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: #235c9a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.cb-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 22px;
  color: #888;
  cursor: pointer;
}
.cb-wrap {
  position: relative;
}
.cb-ok {
  color: #1d7e56;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.cb-ok a {
  color: #235c9a;
  font-weight: 700;
}
