/* ============================================
   CELEBRITY PAGE (VC IDENTITY)
   ============================================ */

/* Container — matches breadcrumb width */
.celebrity-page__container {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Hero card ── */
.celebrity-page__hero {
  padding: 28px 0 0;
}

.celebrity-page__hero-card {
  background: var(--vc-surface-2, rgba(255,255,255,.92));
  border-radius: var(--vc-radius-lg, 22px);
  border: 1px solid var(--vc-border, rgba(20,30,60,.10));
  box-shadow: var(--vc-shadow, 0 12px 30px rgba(10,20,40,.10), 0 2px 8px rgba(10,20,40,.06));
  padding: 32px 36px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.celebrity-page__avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid rgba(14, 165, 233, 0.15);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.12);
}

.celebrity-page__avatar-placeholder {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(37, 99, 235, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: rgba(14, 165, 233, 0.35);
}

.celebrity-page__header-info {
  flex: 1;
  min-width: 0;
}

.celebrity-page__name {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  margin: 0 0 2px;
  color: var(--vc-text, #0b1220);
  letter-spacing: -0.01em;
}

.celebrity-page__occupation {
  margin: 0 0 10px;
  color: var(--vc-muted, rgba(11,18,32,.62));
  font-size: 1rem;
  font-weight: 500;
}

.celebrity-page__description {
  margin: 0 0 14px;
  color: rgba(11, 18, 32, 0.72);
  line-height: 1.65;
  max-width: 640px;
  font-size: 0.95rem;
}

.celebrity-page__meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.celebrity-page__stat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--vc-muted, rgba(11,18,32,.62));
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
}

.celebrity-page__stat i {
  font-size: 0.92rem;
}

.celebrity-page__stat--words {
  color: var(--vc-blue, #1557ff);
  background: rgba(21, 87, 255, 0.06);
}

.celebrity-page__stat--elite {
  color: #d97706;
  background: rgba(245, 158, 11, 0.08);
}

/* ── Social links ── */
.celebrity-page__socials {
  display: flex;
  gap: 8px;
}

.celebrity-page__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.04);
  color: rgba(15, 23, 42, 0.55);
  font-size: 1.12rem;
  text-decoration: none;
  transition: background 150ms, color 150ms, transform 150ms;
}

.celebrity-page__social-link:hover {
  background: rgba(14, 165, 233, 0.1);
  color: var(--vc-blue, #1557ff);
  transform: translateY(-2px);
}

/* ── Two-column layout ── */
.celebrity-page__body {
  padding: 24px 0 0;
}

.celebrity-page__grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
}

/* ── Power Words (left column) ── */
.celebrity-page__card {
  background: var(--vc-surface-2, rgba(255,255,255,.92));
  border-radius: var(--vc-radius-lg, 22px);
  border: 1px solid var(--vc-border, rgba(20,30,60,.10));
  box-shadow: var(--vc-shadow-soft, 0 10px 25px rgba(10,20,40,.08), 0 2px 10px rgba(10,20,40,.04));
  overflow: hidden;
}

.celebrity-page__card-head {
  padding: 20px 24px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.celebrity-page__card-heading {
  font-size: 1.12rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vc-text, #0b1220);
}

.celebrity-page__card-heading i {
  color: var(--vc-blue, #1557ff);
}

.celebrity-page__card-sub {
  font-size: 0.82rem;
  color: var(--vc-muted, rgba(11,18,32,.62));
}

.celebrity-page__card-body {
  padding: 8px 24px 24px;
}

/* Word items */
.celebrity-page__word-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.celebrity-page__word-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  transition: background 120ms;
}

.celebrity-page__word-item:last-child {
  border-bottom: none;
}

.celebrity-page__word-item:hover {
  background: rgba(14, 165, 233, 0.015);
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.celebrity-page__word-top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.celebrity-page__word-rank {
  min-width: 30px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 8px;
  background: rgba(14, 165, 233, 0.08);
  color: var(--vc-blue, #1557ff);
  letter-spacing: 0.02em;
}

.celebrity-page__word-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vc-text, #0b1220);
  text-decoration: none;
  transition: color 120ms;
}

.celebrity-page__word-link:hover {
  color: var(--vc-blue, #1557ff);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.celebrity-page__word-audio {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}

.celebrity-page__word-pos {
  font-size: 0.78rem;
  color: var(--vc-muted, rgba(11,18,32,.62));
  font-style: italic;
  padding: 1px 8px;
  background: rgba(15, 23, 42, 0.03);
  border-radius: 6px;
}

.celebrity-page__word-def {
  margin: 5px 0 0 40px;
  font-size: 0.88rem;
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.55;
}

.celebrity-page__word-snippet {
  margin: 8px 0 0 40px;
  padding: 10px 16px;
  border-left: 3px solid rgba(14, 165, 233, 0.25);
  background: rgba(14, 165, 233, 0.025);
  border-radius: 0 10px 10px 0;
  font-size: 0.86rem;
  color: rgba(15, 23, 42, 0.72);
  font-style: italic;
  line-height: 1.6;
}

.celebrity-page__word-snippet .bi-quote {
  color: rgba(14, 165, 233, 0.35);
  margin-right: 4px;
  font-size: 1rem;
}

/* ── Sidebar (right column) ── */
.celebrity-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Videos sidebar card */
.celebrity-page__sidebar-card {
  background: var(--vc-surface-2, rgba(255,255,255,.92));
  border-radius: var(--vc-radius-md, 16px);
  border: 1px solid var(--vc-border, rgba(20,30,60,.10));
  box-shadow: var(--vc-shadow-soft, 0 10px 25px rgba(10,20,40,.08), 0 2px 10px rgba(10,20,40,.04));
  overflow: hidden;
}

/* PDF download button (sidebar) */
.celebrity-page__sidebar-card--pdf {
  padding: 0;
}

.celebrity-page__pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: #b91c1c;
  border: none;
  border-radius: var(--vc-radius-md, 16px);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(185, 28, 28, 0.25);
}

.celebrity-page__pdf-btn:hover {
  background: #991b1b;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(185, 28, 28, 0.3);
}

.celebrity-page__pdf-btn i {
  font-size: 1.2rem;
}

.celebrity-page__sidebar-head {
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.celebrity-page__sidebar-title {
  font-size: 0.98rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--vc-text, #0b1220);
}

.celebrity-page__sidebar-title i {
  font-size: 1.1rem;
}

.celebrity-page__sidebar-body {
  padding: 14px 18px 18px;
}

/* Video items */
.celebrity-page__video-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.celebrity-page__video-item:last-child {
  margin-bottom: 0;
}

.celebrity-page__video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.celebrity-page__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.celebrity-page__video-title {
  font-size: 0.88rem;
  margin: 8px 0 0;
  font-weight: 600;
  color: var(--vc-text, #0b1220);
}

.celebrity-page__video-desc {
  font-size: 0.8rem;
  color: var(--vc-muted, rgba(11,18,32,.62));
  margin: 2px 0 0;
  line-height: 1.45;
}

/* Navigation sidebar card */
.celebrity-page__nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.celebrity-page__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  text-decoration: none;
  color: var(--vc-text, #0b1220);
  font-size: 0.92rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(15, 23, 42, 0.04);
  transition: background 120ms, color 120ms;
}

.celebrity-page__nav-link:last-child {
  border-bottom: none;
}

.celebrity-page__nav-link:hover {
  background: rgba(14, 165, 233, 0.04);
  color: var(--vc-blue, #1557ff);
}

.celebrity-page__nav-link i {
  font-size: 1.1rem;
  width: 22px;
  text-align: center;
  color: var(--vc-muted, rgba(11,18,32,.62));
}

.celebrity-page__nav-link:hover i {
  color: var(--vc-blue, #1557ff);
}

/* ── Similar Celebrities ── */
.celebrity-page__similar {
  padding: 32px 0 0;
}

.celebrity-page__similar-heading {
  font-size: 1.15rem;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vc-text, #0b1220);
}

.celebrity-page__similar-heading i {
  color: var(--vc-blue, #1557ff);
}

.celebrity-page__similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.celebrity-page__similar-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: var(--vc-surface-2, rgba(255,255,255,.92));
  border-radius: var(--vc-radius-md, 16px);
  border: 1px solid var(--vc-border, rgba(20,30,60,.10));
  box-shadow: var(--vc-shadow-soft, 0 10px 25px rgba(10,20,40,.08), 0 2px 10px rgba(10,20,40,.04));
  text-decoration: none;
  color: inherit;
  transition: transform 180ms, box-shadow 180ms, border-color 180ms;
}

.celebrity-page__similar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(10,20,40,.14), 0 4px 12px rgba(10,20,40,.06);
  border-color: rgba(14, 165, 233, 0.25);
}

.celebrity-page__similar-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(14, 165, 233, 0.12);
}

.celebrity-page__similar-avatar-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(37, 99, 235, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: rgba(14, 165, 233, 0.35);
}

.celebrity-page__similar-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.celebrity-page__similar-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--vc-text, #0b1220);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.celebrity-page__similar-card:hover .celebrity-page__similar-name {
  color: var(--vc-blue, #1557ff);
}

.celebrity-page__similar-occupation {
  font-size: 0.82rem;
  color: var(--vc-muted, rgba(11,18,32,.62));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.celebrity-page__similar-badges {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

.celebrity-page__similar-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--vc-muted, rgba(11,18,32,.62));
}

.celebrity-page__similar-badge--elite {
  color: #d97706;
  background: rgba(245, 158, 11, 0.08);
}

@media (max-width: 900px) {
  .celebrity-page__similar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .celebrity-page__similar-card {
    padding: 16px;
    gap: 12px;
  }

  .celebrity-page__similar-avatar,
  .celebrity-page__similar-avatar-placeholder {
    width: 52px;
    height: 52px;
  }
}

/* ── CTA ── */
.celebrity-page__cta {
  padding: 28px 0 52px;
}

.celebrity-page__cta-box {
  text-align: center;
  padding: 40px 28px;
  border-radius: var(--vc-radius-lg, 22px);
  background-image:
  linear-gradient(135deg, rgba(6, 78, 59, 0.66) 0%, rgba(16, 185, 129, 0.22) 90%),
  url('/public/assets/banner-VL.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.celebrity-page__cta-box h2 {
  font-size: 1.45rem;
  margin: 32px 0 4px;
  letter-spacing: -0.01em;
}

.celebrity-page__cta-box p {
  margin: 0 0 6px;
  opacity: 0.85;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.celebrity-page__cta-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.celebrity-page__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 150ms, box-shadow 150ms;
}

.celebrity-page__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.celebrity-page__cta-btn--primary {
  background: #fff;
  color: #1e3a8a;
}

.celebrity-page__cta-btn--secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.celebrity-page__empty-words {
  padding: 10px 4px;
  font-size: 0.9rem;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
}

.celebrity-page__empty-words a {
  color: var(--vc-blue, #1557ff);
  text-decoration: none;
}

.celebrity-page__empty-words a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Word item entrance animation ── */
.celebrity-page__word-item {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.celebrity-page__word-item--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .celebrity-page__grid {
    grid-template-columns: 1fr;
  }
  .celebrity-page__sidebar {
    order: -1;
  }
}

@media (max-width: 640px) {
  .celebrity-page__hero-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 20px;
  }
  .celebrity-page__meta-row {
    justify-content: center;
  }
  .celebrity-page__socials {
    justify-content: center;
  }
  .celebrity-page__description {
    text-align: left;
  }
  .celebrity-page__word-def,
  .celebrity-page__word-snippet {
    margin-left: 0;
  }
  .celebrity-page__word-item:hover {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
