.ri-layout .contact-form-panel {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 120, 212, .08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ri-brand-panel {
  background:
    radial-gradient(circle at 20% 18%, rgba(56, 167, 255, .18), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(0, 120, 212, .16), transparent 32%),
    linear-gradient(155deg, #04101d 0%, #0a2039 48%, #143b64 100%);
}

.ri-brand-content {
  max-width: 460px;
}

.ri-brand-content .contact-brand-logo {
  display: block;
  width: auto;
  height: 92px;
  max-width: 220px;
  object-fit: contain;
  margin: 0 auto 2.5rem;
}

.ri-illustration {
  opacity: .86;
  margin-bottom: 2.75rem;
}

.ri-brand-content h1 {
  text-shadow: 0 6px 26px rgba(0, 0, 0, .28);
}

.ri-form-container {
  max-width: 480px;
}

.ri-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 11px;
  border: 1px solid rgba(0, 120, 212, .18);
  border-radius: 999px;
  background: rgba(0, 120, 212, .08);
  color: var(--primary, #0078D4);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ri-help-text {
  margin: 14px 0 0;
  color: var(--gray-500, #6B7280);
  font-size: .8rem;
  line-height: 1.5;
  text-align: center;
}

.ri-help-text a,
.ri-secondary-link {
  color: var(--primary, #0078D4);
  font-weight: 700;
  text-decoration: none;
}

.ri-help-text a:hover,
.ri-secondary-link:hover {
  text-decoration: underline;
}

.ri-success-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.ri-primary-link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .ri-brand-content .contact-brand-logo {
    height: 56px;
    max-width: 150px;
    margin-bottom: 1rem;
  }

  .ri-illustration {
    display: none;
  }
}
