/* Server-rendered profile content — visible without JS; replaced when profile-app.js loads */
.profile-ssr {
  max-width: 960px;
  margin: 1.5rem auto 2rem;
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #111827;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.profile-ssr__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.profile-ssr__avatar {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.profile-ssr__name {
  margin: 0 0 0.25rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.profile-ssr__job,
.profile-ssr__location {
  margin: 0.15rem 0;
  color: #4b5563;
}

.profile-ssr__section {
  margin-top: 1.25rem;
}

.profile-ssr__section h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.profile-ssr__skills,
.profile-ssr__education,
.profile-ssr__links ul {
  margin: 0;
  padding: 0 1.25rem 0 0;
}

.profile-ssr__links {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.profile-ssr__links section + section {
  margin-top: 1rem;
}

.profile-ssr a {
  color: #0f766e;
  text-decoration: underline;
}

/* SEO hub pages */
.seo-hub {
  max-width: 960px;
  margin: 1.5rem auto 2.5rem;
  padding: 0 1rem;
}

.seo-hub__header h1 {
  margin: 0 0 0.35rem;
  font-size: 1.6rem;
}

.seo-hub__subtitle {
  color: #6b7280;
  margin: 0;
}

.seo-hub__list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.seo-hub__card a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.seo-hub__card img {
  border-radius: 50%;
  object-fit: cover;
}

.seo-hub__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.seo-hub__related {
  margin-top: 2rem;
}

.seo-hub__related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  padding: 0;
}

.seo-hub__related a {
  color: #0f766e;
}
