.garant-activation-page {
  background:
    radial-gradient(circle at 18% 16%, rgba(36, 107, 253, 0.18), transparent 32%),
    radial-gradient(circle at 88% 84%, rgba(245, 184, 0, 0.16), transparent 30%),
    var(--ge-canvas);
}

.garant-activation-page .site-footer {
  display: none;
}

.activation-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 77px);
  padding: 45px 20px;
}

.activation-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--ge-line);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
  max-width: 560px;
  padding: clamp(28px, 6vw, 56px);
  width: 100%;
}

.activation-card__mark {
  align-items: center;
  background: linear-gradient(145deg, var(--ge-brand), #6c91ff);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(36, 107, 253, 0.3);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 820;
  height: 56px;
  justify-content: center;
  margin-bottom: 28px;
  width: 56px;
}

.activation-card h1 {
  font-size: clamp(2rem, 6vw, 3.1rem);
}

.activation-card > p {
  color: var(--ge-muted);
}

.activation-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.activation-form small {
  color: var(--ge-muted);
  font-size: 0.76rem;
}

.activation-form .button {
  width: 100%;
}

.activation-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 350px;
  justify-content: center;
  text-align: center;
}

.activation-success__icon {
  align-items: center;
  background: var(--ge-success-soft);
  border-radius: 50%;
  color: var(--ge-success);
  display: flex;
  font-size: 2rem;
  font-weight: 800;
  height: 86px;
  justify-content: center;
  width: 86px;
}
