/* =============================================
   TRANSFORMATION PSYCHOLOGY SERIES — POST STYLES
   Scoped to: body.post-in-category-transformation-psychology
   Child Theme: Human-Factor-child
   Version: 1.5.0
   ============================================= */


/* ═══ SUB-BRAND COLOR TOKENS ═══ */
body.post-in-category-transformation-psychology {
  --tp-purple: #2c0f6d;
  --tp-purple-mid: #442a95;
  --tp-blue: #2382ed;
  --tp-cyan: #3bf3fd;
  --tp-dark: #1a0a3a;
  --tp-bg-light: #f5f3fa;
  --hf-blue: #2277bb;
  --hf-blue-dark: #1a5f99;
  --hf-blue-deep: #0f3554;
  --hf-orange: #e8943a;
  --hf-orange-hover: #d4832e;
  --hf-text: #1d1d1f;
  --hf-text-light: #555;
  --hf-text-muted: #888;
  --hf-bg: #ffffff;
  --hf-bg-warm: #faf8f5;
  --hf-border: #e2e2e2;
  --hf-serif: 'Source Serif 4', Georgia, serif;
  --hf-sans: 'Source Sans 3', system-ui, sans-serif;
  --hf-page-width: 1340px;
  overflow-x: hidden !important;
}


/* ═══ THEME SIDEBAR OVERRIDE ═══ */
body.post-in-category-transformation-psychology #sidebar {
  display: none !important;
}
body.post-in-category-transformation-psychology #primary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}
body.post-in-category-transformation-psychology #content-wrap {
  overflow: visible;
}


/* ═══ HIDE DEFAULT POST CHROME ═══ */
body.post-in-category-transformation-psychology .single-blog-header,
body.post-in-category-transformation-psychology .single-post-title,
body.post-in-category-transformation-psychology .single-post-header,
body.post-in-category-transformation-psychology .single-media-above,
body.post-in-category-transformation-psychology .single-blog-media,
body.post-in-category-transformation-psychology .single-media,
body.post-in-category-transformation-psychology .single-post-meta,
body.post-in-category-transformation-psychology ul.meta,
body.post-in-category-transformation-psychology .author-bio,
body.post-in-category-transformation-psychology .post-pagination-wrap {
  display: none !important;
}

/* Show breadcrumb bar but hide duplicate page title */
body.post-in-category-transformation-psychology .page-header .page-header-content {
  display: none !important;
}
body.post-in-category-transformation-psychology .page-header {
  padding: 8px 0;
}

/* Hide original series TOC inside article (we rebuild it in sidebar) */
body.post-in-category-transformation-psychology .wpex-post-series-toc {
  display: none !important;
}

/* Remove default content padding */
body.post-in-category-transformation-psychology .entry,
body.post-in-category-transformation-psychology .single-blog-content {
  padding-top: 0 !important;
}
body.post-in-category-transformation-psychology .entry-content {
  overflow: visible;
}


/* ═══ FULL-WIDTH BREAKOUT UTILITY ═══ */
.tp-breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


/* ═══ SERIES HEADER (purple gradient hero) ═══ */
.tp-series-header {
  background: linear-gradient(135deg, var(--tp-purple) 0%, var(--tp-purple-mid) 100%);
  color: #ffffff;
  padding: 72px 32px 64px;
  text-align: center;
  position: relative;
}
.tp-series-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.tp-series-logo {
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hf-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-cyan);
}
.tp-series-label {
  font-family: var(--hf-sans);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tp-cyan);
  text-align: left;
}
.tp-series-label-sub {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
.tp-series-header h1 {
  font-family: var(--hf-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto 16px;
  color: #ffffff;
}
.tp-series-subtitle {
  font-size: 18px;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.92;
}
.tp-series-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
.tp-series-meta-item {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
}
.tp-series-meta-item strong {
  color: #ffffff;
}


/* ═══ EDITORIAL GRID (content + sidebar) ═══ */
.tp-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  max-width: var(--hf-page-width);
  margin: 0 auto;
  padding: 48px 32px;
  align-items: start;
}


/* ═══ SIDEBAR ═══ */
.tp-sidebar {
  position: sticky;
  top: 32px;
  order: 2;
}

/* Series navigation */
.tp-sidebar-series-nav {
  margin-bottom: 32px;
}
.tp-sidebar-series-nav h4 {
  font-family: var(--hf-sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--hf-text-muted);
  margin-bottom: 14px;
}
.tp-sidebar-series-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-sidebar-series-nav li {
  margin-bottom: 10px;
}
.tp-sidebar-series-nav a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--hf-text-light);
  padding: 8px 12px;
  border-left: 2px solid transparent;
  transition: all 0.2s;
  line-height: 1.4;
  text-decoration: none;
}
.tp-sidebar-series-nav a:hover {
  color: var(--tp-purple);
  border-left-color: var(--tp-purple);
  text-decoration: none;
}
.tp-sidebar-series-nav a.tp-active {
  color: var(--tp-purple);
  border-left-color: var(--tp-purple);
  font-weight: 600;
  background: var(--tp-bg-light);
}
.tp-sidebar-series-nav .tp-article-number {
  font-size: 11px;
  font-weight: 700;
  color: var(--tp-blue);
  display: block;
  margin-bottom: 2px;
}

/* Assessment CTA sidebar card */
.tp-sidebar-assessment {
  background: var(--tp-purple);
  color: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 24px;
}
.tp-sidebar-assessment h4 {
  font-family: var(--hf-serif);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.tp-sidebar-assessment p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
}
.tp-sidebar-assessment .tp-cta-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--tp-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(59,243,253,0.4);
  padding-bottom: 1px;
}
.tp-sidebar-assessment .tp-cta-link:hover {
  border-bottom-color: var(--tp-cyan);
  text-decoration: none;
}

/* Newsletter CTA sidebar card */
.tp-sidebar-newsletter {
  background: var(--hf-blue-deep);
  color: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 24px;
}
.tp-sidebar-newsletter h4 {
  font-family: var(--hf-serif);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.tp-sidebar-newsletter p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
}
.tp-sidebar-newsletter .tp-cta-btn {
  display: inline-block;
  background: var(--hf-orange);
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.tp-sidebar-newsletter .tp-cta-btn:hover {
  background: var(--hf-orange-hover);
  text-decoration: none;
}

/* Book CTA sidebar card */
.tp-sidebar-book {
  background: var(--hf-bg-warm);
  border: 1px solid var(--hf-border);
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 24px;
}
.tp-sidebar-book h4 {
  font-family: var(--hf-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--hf-text);
  margin-bottom: 10px;
}
.tp-sidebar-book p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--hf-text-light);
  margin-bottom: 14px;
}
.tp-sidebar-book .tp-cta-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--hf-blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(34,119,187,0.3);
  padding-bottom: 1px;
  transition: border-color 0.2s;
}
.tp-sidebar-book .tp-cta-link:hover {
  border-bottom-color: var(--hf-blue);
  text-decoration: none;
}

/* Podcast CTA sidebar card */
.tp-sidebar-podcast {
  background: linear-gradient(135deg, var(--tp-purple) 0%, var(--tp-purple-mid) 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 24px;
}
.tp-sidebar-podcast h4 {
  font-family: var(--hf-serif);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.tp-sidebar-podcast p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
}
.tp-sidebar-podcast .tp-cta-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--tp-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(59,243,253,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s;
}
.tp-sidebar-podcast .tp-cta-link:hover {
  border-bottom-color: var(--tp-cyan);
  text-decoration: none;
}


/* ═══ MAIN CONTENT ═══ */
.tp-main-content {
  order: 1;
  min-width: 0;
}

/* Article headings — sub-brand purple */
.tp-main-content h2,
body.post-in-category-transformation-psychology .single-blog-content h2 {
  font-family: var(--hf-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--tp-blue);
}
.tp-main-content h2:first-child {
  margin-top: 0;
}

.tp-main-content h3,
body.post-in-category-transformation-psychology .single-blog-content h3 {
  font-family: var(--hf-serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--tp-purple);
  margin-top: 32px;
  margin-bottom: 12px;
}

.tp-main-content p,
body.post-in-category-transformation-psychology .single-blog-content p {
  margin-bottom: 18px;
  line-height: 1.78;
}

/* Links inside content */
.tp-main-content a {
  color: var(--tp-blue);
  text-decoration: none;
}
.tp-main-content a:hover {
  text-decoration: underline;
}

/* ═══ CTA BOXES ═══ */
.tp-main-content .tp-cta-box {
  background: var(--tp-bg-light);
  padding: 28px;
  border-left: 4px solid var(--tp-blue);
  border-radius: 0 6px 6px 0;
  margin: 32px 0;
}
.tp-main-content .tp-cta-box h3 {
  font-family: var(--hf-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.tp-main-content .tp-cta-box p {
  font-size: 15px;
  color: var(--hf-text-light);
  margin-bottom: 12px;
  line-height: 1.6;
}
.tp-main-content .tp-cta-box .tp-cta-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--tp-blue);
}

/* Research insight variant */
.tp-main-content .tp-research-box {
  background: var(--hf-bg-warm);
  border-left-color: var(--tp-purple-mid);
}

/* Key points list */
.tp-main-content .tp-key-points {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.tp-main-content .tp-key-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--hf-text-light);
}
.tp-main-content .tp-key-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: var(--tp-blue);
  border-radius: 50%;
}


/* ═══ NEXT IN SERIES BANNER ═══ */
.tp-next-article {
  background: var(--tp-bg-light);
  border: 1px solid #e0daf0;
  border-radius: 8px;
  padding: 28px;
  margin-top: 48px;
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.tp-next-article:hover {
  box-shadow: 0 2px 12px rgba(44, 15, 109, 0.1);
  text-decoration: none;
}
.tp-next-article-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tp-purple-mid);
  margin-bottom: 6px;
}
.tp-next-article h4 {
  font-family: var(--hf-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-bottom: 6px;
}
.tp-next-article p {
  font-size: 14px;
  color: var(--hf-text-light);
  margin-bottom: 0;
  line-height: 1.5;
}
.tp-next-arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--tp-purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}


/* ═══ STRETCH HEADERS/FOOTERS FOR BREAKOUT ═══ */
body.post-in-category-transformation-psychology #site-header,
body.post-in-category-transformation-psychology #site-header-inner,
body.post-in-category-transformation-psychology .site-header,
body.post-in-category-transformation-psychology .site-header-inner,
body.post-in-category-transformation-psychology #header-bar-wrap,
body.post-in-category-transformation-psychology .header-bar-wrap {
  max-width: 100% !important;
  width: 100% !important;
}
body.post-in-category-transformation-psychology #footer,
body.post-in-category-transformation-psychology .site-footer,
body.post-in-category-transformation-psychology #footer-inner,
body.post-in-category-transformation-psychology .footer-inner,
body.post-in-category-transformation-psychology #footer-widgets,
body.post-in-category-transformation-psychology .footer-widgets-wrap,
body.post-in-category-transformation-psychology #footer-bottom,
body.post-in-category-transformation-psychology .footer-bottom {
  max-width: 100% !important;
  width: 100% !important;
}


/* ═══ RELATED READING (Psychology Education section) ═══ */
.tp-related-reading {
  background: var(--hf-bg-warm);
  border: 1px solid var(--hf-border);
  border-left: 4px solid var(--tp-purple-mid);
  border-radius: 0 10px 10px 0;
  padding: 32px 36px 28px;
  margin: 48px 0 32px;
  position: relative;
  box-shadow: 0 2px 12px rgba(44, 15, 109, 0.06);
}
.tp-related-reading-label {
  font-family: var(--hf-sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--tp-purple-mid);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tp-related-reading-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--tp-purple-mid);
  border-radius: 4px;
  opacity: 0.15;
}
.tp-related-reading h3 {
  font-family: var(--hf-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-top: 0 !important;
  margin-bottom: 14px;
  border-bottom: none;
  padding-bottom: 0;
}
.tp-related-reading p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--hf-text-light);
  margin-bottom: 14px;
}
.tp-related-reading ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-related-reading li {
  margin-bottom: 10px;
}
.tp-related-reading li a {
  display: block;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #e0daf0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-purple);
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.tp-related-reading li a:hover {
  border-color: var(--tp-purple-mid);
  box-shadow: 0 3px 10px rgba(44, 15, 109, 0.1);
  text-decoration: none;
  transform: translateY(-1px);
}


/* ═══ RESPONSIVE ═══ */
@media (max-width: 960px) {
  .tp-series-header {
    padding: 48px 20px 40px;
  }
  .tp-series-header h1 {
    font-size: 32px;
  }
  .tp-editorial-grid {
    grid-template-columns: 1fr;
    padding: 32px 20px;
    gap: 32px;
  }
  .tp-sidebar {
    position: static;
    order: -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .tp-sidebar-series-nav {
    grid-column: 1 / -1;
  }
  .tp-sidebar-series-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .tp-sidebar-series-nav a {
    padding: 10px 12px;
    background: var(--tp-bg-light);
    border-radius: 6px;
    border-left: none;
    font-size: 13px;
  }
  .tp-sidebar-series-nav a.tp-active {
    border-left: none;
  }
  .tp-main-content {
    order: 1;
  }
}

@media (max-width: 600px) {
  .tp-series-header {
    padding: 40px 16px 32px;
  }
  .tp-series-header h1 {
    font-size: 26px;
  }
  .tp-series-meta {
    flex-direction: column;
    gap: 8px;
  }
  .tp-sidebar {
    grid-template-columns: 1fr;
  }
  .tp-sidebar-series-nav ul {
    grid-template-columns: 1fr;
  }
  .tp-next-article {
    flex-direction: column;
    text-align: center;
  }
  .tp-related-reading {
    padding: 24px 20px 18px;
  }
}


/* âââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   TP Series Landing Page Styles (v1.6.0)
   Scoped to body.page-id-24932
   âââââââââââââââââââââââââââââââââââââââââââââââââââââââ */

/* ââ HERO BANNER ââ */
body.page-id-24932 .tp-hero {
  background: linear-gradient(135deg, var(--tp-dark) 0%, var(--tp-purple) 40%, var(--tp-purple-mid) 100%);
  padding: 80px 40px 70px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
body.page-id-24932 .tp-hero::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59,243,253,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
body.page-id-24932 .tp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 40px;
  padding: 8px 24px 8px 8px;
  margin-bottom: 32px;
  backdrop-filter: blur(8px);
}
body.page-id-24932 .tp-hero-logo {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--tp-cyan), var(--tp-blue));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: var(--tp-dark);
  letter-spacing: 0.5px;
}
body.page-id-24932 .tp-hero-badge-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0.95;
}
body.page-id-24932 .tp-hero-badge-sub {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}
body.page-id-24932 .tp-hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 800px;
  margin: 0 auto 16px;
  letter-spacing: -0.5px;
  color: #fff;
}
body.page-id-24932 .tp-hero-subtitle {
  font-size: 20px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 12px;
  font-weight: 500;
}
body.page-id-24932 .tp-hero-desc {
  font-size: 16px;
  opacity: 0.75;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ââ PAGE GRID LAYOUT ââ */
body.page-id-24932 .tp-page-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  padding: 48px 40px 60px;
}

/* ââ WHY THIS SERIES MATTERS ââ */
body.page-id-24932 .tp-why-matters {
  background: var(--tp-bg-light);
  border: 1px solid var(--tp-border);
  border-radius: 12px;
  padding: 36px 40px;
  margin-bottom: 48px;
}
body.page-id-24932 .tp-why-matters h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-bottom: 16px;
}
body.page-id-24932 .tp-why-matters .tp-stat {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-bottom: 12px;
}
body.page-id-24932 .tp-why-matters .tp-stat em {
  font-style: normal;
  color: var(--tp-blue);
}
body.page-id-24932 .tp-why-matters p {
  font-size: 16px;
  color: var(--tp-text-light);
  line-height: 1.7;
}

/* ââ SERIES SECTION & CARDS ââ */
body.page-id-24932 .tp-series-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--tp-dark);
  margin-bottom: 28px;
}
body.page-id-24932 .tp-series-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
body.page-id-24932 .tp-card {
  background: #fff;
  border: 1px solid var(--tp-border);
  border-radius: 10px;
  padding: 28px 24px 24px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.15s;
  display: flex;
  flex-direction: column;
}
body.page-id-24932 .tp-card:hover {
  box-shadow: 0 6px 24px rgba(44,15,109,0.1);
  transform: translateY(-2px);
}
body.page-id-24932 .tp-card-number {
  display: inline-block;
  background: linear-gradient(135deg, var(--tp-purple), var(--tp-purple-mid));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
  width: fit-content;
}
body.page-id-24932 .tp-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tp-dark);
  margin-bottom: 10px;
  line-height: 1.35;
}
body.page-id-24932 .tp-card p {
  font-size: 14px;
  color: var(--tp-text-light);
  line-height: 1.6;
  flex: 1;
}
body.page-id-24932 .tp-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
body.page-id-24932 .tp-card-tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--tp-purple);
  background: var(--tp-bg-light);
  padding: 3px 10px;
  border-radius: 12px;
  border: 1px solid var(--tp-border);
}
body.page-id-24932 .tp-card-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-blue);
  text-decoration: none;
}
body.page-id-24932 .tp-card-link:hover {
  text-decoration: underline;
}

/* ââ READING PATHS ââ */
body.page-id-24932 .tp-reading-paths {
  margin-bottom: 48px;
}
body.page-id-24932 .tp-reading-paths h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-dark);
  margin-bottom: 24px;
}
body.page-id-24932 .tp-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body.page-id-24932 .tp-path-card {
  background: #fff;
  border: 1px solid var(--tp-border);
  border-radius: 10px;
  padding: 24px;
  border-top: 3px solid var(--tp-purple);
}
body.page-id-24932 .tp-path-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-purple);
  margin-bottom: 6px;
}
body.page-id-24932 .tp-path-card .tp-path-sub {
  font-size: 13px;
  color: var(--tp-text-light);
  margin-bottom: 14px;
}
body.page-id-24932 .tp-path-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-id-24932 .tp-path-card li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #f0edf5;
}
body.page-id-24932 .tp-path-card li:last-child {
  border-bottom: none;
}
body.page-id-24932 .tp-path-card li a {
  color: var(--tp-blue);
  text-decoration: none;
}
body.page-id-24932 .tp-path-card li a:hover {
  color: var(--tp-purple);
}

/* ââ CTA BANNER ââ */
body.page-id-24932 .tp-cta-banner {
  background: linear-gradient(135deg, var(--tp-dark) 0%, var(--tp-purple) 40%, var(--tp-purple-mid) 100%);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
body.page-id-24932 .tp-cta-banner h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
body.page-id-24932 .tp-cta-banner p {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-24932 .tp-cta-banner a {
  display: inline-block;
  background: linear-gradient(135deg, var(--tp-cyan), #2dd4f0);
  color: var(--tp-dark);
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
}
body.page-id-24932 .tp-cta-banner .tp-cta-note {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 14px;
}

/* ââ COMPLETE GUIDE LINK ââ */
body.page-id-24932 .tp-guide-link {
  background: var(--tp-bg-light);
  border: 1px solid var(--tp-border);
  border-radius: 10px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
body.page-id-24932 .tp-guide-link:hover {
  box-shadow: 0 4px 16px rgba(44,15,109,0.08);
}
body.page-id-24932 .tp-guide-link-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-dark);
  margin-bottom: 4px;
}
body.page-id-24932 .tp-guide-link-text p {
  font-size: 14px;
  color: var(--tp-text-light);
}
body.page-id-24932 .tp-guide-arrow {
  font-size: 24px;
  color: var(--tp-blue);
  font-weight: 700;
}

/* ââ LANDING PAGE SIDEBAR ââ */
body.page-id-24932 .tp-lp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-id-24932 .tp-sidebar-card {
  border-radius: 8px;
  padding: 24px 20px;
}
body.page-id-24932 .tp-sidebar-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
body.page-id-24932 .tp-sidebar-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}
body.page-id-24932 .tp-sb-assessment {
  background: linear-gradient(135deg, var(--tp-purple) 0%, var(--tp-purple-mid) 100%);
  color: #fff;
}
body.page-id-24932 .tp-sb-assessment p { opacity: 0.85; }
body.page-id-24932 .tp-sb-assessment a {
  display: inline-block;
  background: linear-gradient(135deg, var(--tp-cyan), #2dd4f0);
  color: var(--tp-dark);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
}
body.page-id-24932 .tp-sb-newsletter {
  background: var(--tp-bg-light);
  border: 1px solid var(--tp-border);
}
body.page-id-24932 .tp-sb-newsletter h4 { color: var(--tp-dark); }
body.page-id-24932 .tp-sb-newsletter p { color: var(--tp-text-light); }
body.page-id-24932 .tp-sb-newsletter a {
  display: inline-block;
  background: var(--tp-purple);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
}
body.page-id-24932 .tp-sb-book {
  background: #faf8f5;
  border: 1px solid #e2e2e2;
}
body.page-id-24932 .tp-sb-book h4 { color: #1d1d1f; }
body.page-id-24932 .tp-sb-book p { color: var(--tp-text-light); }
body.page-id-24932 .tp-sb-book a {
  font-size: 14px;
  font-weight: 700;
  color: #2277bb;
  text-decoration: none;
}
body.page-id-24932 .tp-sb-book a:hover { text-decoration: underline; }
body.page-id-24932 .tp-sb-podcast {
  background: linear-gradient(135deg, var(--tp-purple) 0%, var(--tp-purple-mid) 100%);
  color: #fff;
}
body.page-id-24932 .tp-sb-podcast p { color: rgba(255,255,255,0.85); }
body.page-id-24932 .tp-sb-podcast a {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-cyan);
  text-decoration: none;
}
body.page-id-24932 .tp-sb-podcast a:hover { text-decoration: underline; }
body.page-id-24932 .tp-sb-method {
  background: var(--tp-bg-light);
  border: 1px solid var(--tp-border);
}
body.page-id-24932 .tp-sb-method h4 { color: var(--tp-dark); }
body.page-id-24932 .tp-sb-method p { color: var(--tp-text-light); }
body.page-id-24932 .tp-sb-method a {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-blue);
  text-decoration: none;
}
body.page-id-24932 .tp-sb-method a:hover { text-decoration: underline; }

/* ââ RESPONSIVE ââ */
@media (max-width: 960px) {
  body.page-id-24932 .tp-page-grid {
    grid-template-columns: 1fr;
    padding: 32px 20px 48px;
  }
  body.page-id-24932 .tp-series-grid {
    grid-template-columns: 1fr;
  }
  body.page-id-24932 .tp-paths-grid {
    grid-template-columns: 1fr;
  }
  body.page-id-24932 .tp-hero h1 { font-size: 32px; }
  body.page-id-24932 .tp-hero { padding: 48px 20px 40px; }
  body.page-id-24932 .tp-lp-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  body.page-id-24932 .tp-lp-sidebar {
    grid-template-columns: 1fr;
  }
}

/* ── LANDING PAGE COLOR TOKENS ── */
body.page-id-24932 {
  --tp-purple: #2c0f6d;
  --tp-purple-mid: #442a95;
  --tp-blue: #2382ed;
  --tp-cyan: #3bf3fd;
  --tp-dark: #1a0a3a;
  --tp-bg-light: #f5f3fa;
  --tp-text: #2d2d2d;
  --tp-text-light: #555;
  --tp-border: #e2daf0;
  --tp-accent: #6c3ce0;
  --hf-blue: #2277bb;
  --hf-blue-dark: #1a5f99;
  --hf-blue-deep: #0f3554;
}
