/* Energy Persona library hub + detail (public SEO pages) */

.persona-page {
  background: linear-gradient(180deg, #0a192f 0%, #0d1f35 40%, #0a192f 100%);
  min-height: 100vh;
}

.persona-hero {
  padding: 2.5rem 0 2rem;
  text-align: center;
}

.persona-hero-kicker {
  color: #64ffda;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 0.9rem;
}

.persona-hero-title {
  font-family: 'Playfair Display', serif;
  color: #f0e6c8;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  max-width: 820px;
  margin: 0 auto 1rem;
}

.persona-hero-lead {
  color: #a8b2c1;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.persona-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.persona-quiz-hook {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 520px;
  margin: 1.5rem auto 0;
  padding: 0.85rem 1.1rem;
  text-align: left;
  background: rgba(197, 160, 5, 0.08);
  border: 1px solid rgba(197, 160, 5, 0.28);
  border-radius: 10px;
}

.persona-quiz-hook-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.persona-quiz-hook-radar {
  display: block;
  width: 48px;
  height: 48px;
}

.persona-quiz-hook-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #c5cdd8;
}

.persona-quiz-hook-text strong {
  color: #e8d89a;
  font-weight: 700;
}

@media (max-width: 480px) {
  .persona-quiz-hook {
    flex-direction: column;
    text-align: center;
  }
}

.persona-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  background: linear-gradient(135deg, #c5a005 0%, #a68504 100%);
  border: none;
  border-radius: 8px;
  color: #0a192f !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.persona-btn-primary:hover {
  color: #0a192f !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(197, 160, 5, 0.35);
}

.persona-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.1rem;
  background: transparent;
  border: 1px solid rgba(100, 255, 218, 0.25);
  border-radius: 8px;
  color: rgba(100, 255, 218, 0.85) !important;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
}

.persona-btn-ghost:hover {
  border-color: rgba(100, 255, 218, 0.55);
  color: #64ffda !important;
}

.persona-section {
  padding: 2rem 0 3rem;
}

/* Example Grid Signature (hub bottom) — aligns with quiz .qz-radar-section */
.persona-example-radar {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(100, 255, 218, 0.12);
  background: #0f172a;
}

.persona-example-radar-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #c5a005;
  text-align: center;
  margin: 0 0 0.65rem;
}

.persona-example-radar-lead {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #94a3b8;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 1.25rem;
}

.persona-example-radar-chart-wrap {
  max-width: 320px;
  margin: 0 auto;
  overflow: visible;
}

.persona-example-radar-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.persona-example-radar-legend {
  list-style: none;
  margin: 1.15rem auto 0;
  padding: 0;
  max-width: 420px;
  font-size: 0.8rem;
  color: #cbd5e1;
  line-height: 1.5;
}

.persona-example-radar-legend li {
  margin-bottom: 0.35rem;
  padding-left: 0.5rem;
  border-left: 3px solid rgba(197, 160, 5, 0.45);
}

.persona-example-radar-axis {
  font-weight: 600;
  color: #e2e8f0;
}

.persona-example-radar-cta-wrap {
  text-align: center;
  margin: 1.75rem 0 0;
}

.persona-group-title {
  font-family: 'Playfair Display', serif;
  color: #f0e6c8;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(100, 255, 218, 0.15);
}

.persona-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.persona-card {
  display: block;
  padding: 1.1rem 1.15rem;
  background: rgba(13, 31, 53, 0.85);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 10px;
  text-decoration: none !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.persona-card:hover {
  border-color: rgba(197, 160, 5, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.persona-card-icon {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.persona-card-title {
  font-family: 'Playfair Display', serif;
  color: #f0e6c8;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

.persona-card-hint {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: rgba(100, 255, 218, 0.55);
  font-weight: 600;
}

/* Detail */
.persona-detail-hero {
  padding: 2rem 0 1.5rem;
  text-align: center;
}

.persona-detail-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.persona-detail-h1 {
  font-family: 'Playfair Display', serif;
  color: #f0e6c8;
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto 1rem;
}

.persona-detail-quiz-hook {
  max-width: 720px;
  margin: 0 auto 1.25rem;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #a8b2c1;
  background: rgba(13, 31, 53, 0.75);
  border: 1px solid rgba(100, 255, 218, 0.15);
  border-radius: 8px;
}

.persona-detail-quiz-hook a {
  color: #64ffda;
  font-weight: 600;
}

.persona-detail-quiz-hook strong {
  color: #e8d89a;
  font-weight: 700;
}

.persona-prose {
  max-width: 720px;
  margin: 0 auto;
  color: #c5cdd8;
  font-size: 1.02rem;
  line-height: 1.7;
}

.persona-prose p {
  margin-bottom: 1.1rem;
}

.persona-explore-next {
  max-width: 720px;
  margin: 2rem auto 0;
  padding: 1.15rem 1.25rem;
  background: rgba(13, 31, 53, 0.55);
  border: 1px solid rgba(100, 255, 218, 0.14);
  border-radius: 10px;
}

.persona-explore-next-heading {
  font-family: 'Playfair Display', serif;
  color: #f0e6c8;
  font-size: 1.1rem;
  margin: 0 0 0.65rem;
}

.persona-explore-next-intro {
  margin: 0 0 0.75rem;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.55;
}

.persona-explore-next-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.persona-explore-next-link {
  color: #64ffda;
  font-weight: 600;
  text-decoration: none;
}

.persona-explore-next-link:hover {
  text-decoration: underline;
}

.persona-detail-sections {
  max-width: 720px;
  margin: 2rem auto 0;
}

.persona-dl-block {
  margin-bottom: 1.5rem;
}

.persona-dl-block dt {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #64ffda;
  margin-bottom: 0.35rem;
}

.persona-dl-block dd {
  margin: 0;
  color: #a8b2c1;
  font-size: 0.98rem;
  line-height: 1.65;
}

.persona-shadow-card {
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  background: rgba(197, 160, 5, 0.08);
  border: 1px solid rgba(197, 160, 5, 0.22);
  border-radius: 10px;
}

.persona-shadow-card h2 {
  font-family: 'Playfair Display', serif;
  color: #e8d89a;
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
}

.persona-shadow-card p {
  margin: 0;
  color: #a8b2c1;
  font-size: 0.95rem;
  line-height: 1.65;
}

.persona-buddy {
  margin-top: 1.75rem;
  padding: 1rem 1.2rem;
  background: rgba(13, 31, 53, 0.6);
  border-radius: 8px;
  border: 1px solid rgba(100, 255, 218, 0.1);
}

.persona-buddy a {
  color: #64ffda;
  font-weight: 600;
}

.persona-sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 50;
  padding: 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 25, 47, 0.97) 35%);
  border-top: 1px solid rgba(100, 255, 218, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
