.reset-wrap {
  width: min(100%, 460px);
  padding: 0 16px;
}

.hero-copy {
  margin-bottom: 28px;
  text-align: center;
}

.hero-copy h1 {
  font-family: var(--font-heading);
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero-copy p {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

.reset-panel {
  padding: 0;
}

[hidden] {
  display: none !important;
}

.reset-panel--success {
  display: grid;
  gap: 14px;
  padding: 2px 0 0;
}

.eyebrow {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reset-panel h2 {
  font-family: var(--font-heading);
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 4.8vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.panel-text {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

.panel-text strong {
  font-weight: 800;
}

.panel-actions {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.secondary-button,
.ghost-link {
  font-family: var(--font-ui);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.secondary-button {
  border: 1px solid var(--field-line);
  background: #ffffff;
  color: var(--text);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.secondary-button:hover {
  background: #f1f7f6;
  border-color: #aebdb7;
  box-shadow: 0 14px 30px rgba(15, 23, 32, 0.09);
}

.secondary-button--link {
  color: var(--text);
}

.secondary-button--link:hover {
  color: var(--text);
}

.ghost-link {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-height: auto;
  padding: 6px 10px;
}

.ghost-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media (max-width: 640px) {
  .reset-wrap {
    padding: 0 12px;
  }
}
