.role-landing-content {
  max-width: 960px;
}

.role-landing-hero {
  margin-bottom: 1.75rem;
  padding: 1.5rem 1.75rem;
}

.role-landing-hero .role-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5b21b6;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.65rem;
}

.role-landing-section {
  margin-bottom: 2rem;
}

.role-landing-section h2 {
  font-family: var(--display, Fraunces, Georgia, serif);
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  color: var(--ink, #1c1917);
}

.role-landing-section .section-hint {
  margin: -0.35rem 0 1rem;
  font-size: 0.88rem;
  color: var(--muted, #78716c);
}

.role-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.role-cta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.35rem 1.5rem;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  border: 2px solid var(--border, #e7e5e4);
  background: var(--surface, #fff);
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
  min-height: 5.5rem;
}

.role-cta:hover {
  text-decoration: none;
  color: inherit;
  border-color: var(--accent, #0f766e);
  box-shadow: 0 8px 24px rgba(15, 118, 110, 0.12);
  transform: translateY(-2px);
}

.role-cta.is-primary {
  border-color: #0f766e;
  background: linear-gradient(145deg, #f0fdfa 0%, #fff 55%);
}

.role-cta.is-primary .role-cta-label {
  color: #0f766e;
}

.role-cta.is-writer {
  border-color: #7c3aed;
  background: linear-gradient(145deg, #f5f3ff 0%, #fff 55%);
}

.role-cta.is-writer .role-cta-label {
  color: #6d28d9;
}

.role-cta-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.role-cta-label {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

.role-cta-desc {
  font-size: 0.84rem;
  color: var(--muted, #78716c);
  line-height: 1.4;
  margin: 0;
}

.role-landing-back {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.role-landing-back a {
  color: var(--accent, #0f766e);
  font-weight: 600;
}
