/* ── Email Validation page-specific ── */
.v2-hero-illustration__center {
  position: absolute;
  left: 212px;
  top: 137px;
  width: 96px;
  height: 96px;
  background: var(--v2-white);
  border: 1.5px solid var(--v2-border);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(13,27,61,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.v2-hero-illustration__check {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--v2-success);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--v2-white);
}
.v2-hero-illustration__check--invalid { background: var(--v2-error); }
