.rh-lead-popup {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: color-mix(in oklch, var(--color-terva) 52%, transparent);
}
.rh-lead-popup[hidden] { display: none !important; }

.rh-lead-popup__frame {
  width: min(1100px, 100%);
  max-height: min(94vh, 900px);
  filter: drop-shadow(0 0 0 5px #fff) drop-shadow(0 24px 60px rgba(35, 31, 32, 0.28));
  animation: rh-lead-in 0.42s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.rh-lead-popup__card {
  position: relative;
  width: 100%;
  max-height: min(94vh, 900px);
  min-height: 0;
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-template-rows: auto 1fr;
  background: #fff;
  overflow: hidden;
}

@keyframes rh-lead-in {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

.rh-lead-popup__photo {
  position: relative;
  min-height: 100%;
  background: #4f55e2;
  overflow: hidden;
}
.rh-lead-popup__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}
.rh-lead-popup__who {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  background: #4f55e2;
  padding: 8px 12px;
  border-radius: 8px;
}
.rh-lead-popup__who strong {
  display: block;
  font: 800 16px/1.2 Manrope, sans-serif;
}
.rh-lead-popup__who span {
  display: block;
  margin-top: 3px;
  font: 600 12px/1.3 Manrope, sans-serif;
  opacity: 0.9;
}

.rh-lead-popup__body {
  overflow: auto;
  padding: 32px 36px 28px;
  min-width: 0;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.rh-lead-popup__body h2 {
  margin: 0;
  font: 800 1.45rem/1.15 Manrope, sans-serif;
  letter-spacing: -0.02em;
  color: #231f20;
}
.rh-lead-popup__body > p {
  margin: 8px 0 16px;
  font: 400 0.95rem/1.45 Manrope, sans-serif;
  color: #5c5758;
}

.rh-lead-popup .rh-cta-form {
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.rh-lead-popup textarea[name="viesti"] { min-height: 88px; }

.rh-lead-popup__x {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #231f20;
  box-shadow: 0 2px 10px rgba(35, 31, 32, 0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rh-lead-popup__x:hover { background: #f1eeef; }

html.rh-popup-open,
html.rh-popup-open body {
  overflow: hidden !important;
}


.rh-lead-popup__campaign {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin: 0;
  padding: 18px 56px;
  background: #84eda6;
  color: #231f20;
  font: 700 2.64rem/1.15 Manrope, sans-serif;
  letter-spacing: -0.03em;
}
.rh-lead-popup__offer { display: block; text-align: center; }
.rh-lead-popup__badge {
  display: inline-block;
  background: #231f20;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font: 800 33px/1.15 Manrope, sans-serif;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 759.98px) {
  .rh-lead-popup {
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
    align-items: flex-end;
  }
  .rh-lead-popup__frame {
    width: 100%;
    max-height: min(88dvh, 720px);
  }
  .rh-lead-popup__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
    max-height: min(88dvh, 720px);
    border-radius: 16px 16px 10px 10px;
  }
  .rh-lead-popup__campaign {
    font-size: 0.95rem;
    line-height: 1.25;
    padding: 10px 44px 10px 36px;
    gap: 5px;
    text-align: center;
  }
  .rh-lead-popup__badge {
    font-size: 12px;
    padding: 4px 10px;
    white-space: nowrap;
  }
  .rh-lead-popup__photo {
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }
  .rh-lead-popup__who {
    left: 10px;
    right: auto;
    bottom: 8px;
    padding: 4px 8px;
    border-radius: 6px;
  }
  .rh-lead-popup__who strong { font-size: 12px; }
  .rh-lead-popup__who span { font-size: 10px; margin-top: 1px; }
  .rh-lead-popup__body { padding: 12px 16px 14px; }
  .rh-lead-popup__body h2 { font-size: 1.1rem; }
  .rh-lead-popup__body > p { margin: 4px 0 10px; font-size: 0.85rem; }
  .rh-lead-popup textarea[name="viesti"] { min-height: 56px; }
  .rh-lead-popup .rh-cta-hint,
  .rh-lead-popup .rh-cta-privacy { display: none; }
  .rh-lead-popup .rh-cta-fieldset { margin: 8px 0; }
  .rh-lead-popup .rh-cta-count { margin: 2px 0 8px; }
  .rh-lead-popup__x { top: 8px; right: 8px; width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .rh-lead-popup__card { animation: none; }
}
