/* Speaking Topic Page */
.page-id-2753 .entry-hero-container-inner { display: none !important; }
.stp-page { background: var(--cream, #FAF8F5); color: var(--ink-soft, #1A1F35); font-family: "Source Sans 3", sans-serif; line-height: 1.7; overflow-x: hidden; }

/* Hero */
.stp-hero { background: var(--ink, #0B0E1A); color: #fff; padding: calc(72px + 80px) 0 80px; text-align: center; position: relative; overflow: hidden; }
.stp-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(212,129,42,0.08) 0%, transparent 70%); pointer-events: none; }
.stp-hero h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 5vw, 48px); font-weight: 700; font-style: italic; margin: 0 0 16px; color: #fff; position: relative; }
.stp-hero .stp-label { font-family: "Source Sans 3", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 16px; position: relative; }
.stp-hero .stp-tagline { font-family: "Source Sans 3", sans-serif; font-size: clamp(16px, 2vw, 18px); max-width: 700px; margin: 0 auto; color: rgba(255,255,255,0.8); line-height: 1.6; position: relative; }

/* Container */
.stp-container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.stp-section { padding: 64px 0; }
.stp-section-label { display: block; font-family: "Source Sans 3", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 12px; }
.stp-section h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(26px, 4vw, 34px); font-weight: 700; color: var(--ink, #0B0E1A); margin: 0 0 24px; }
.stp-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(11,14,26,0.1), transparent); margin: 0; }

/* Description */
.stp-description p { font-size: 17px; line-height: 1.8; color: var(--ink-soft, #1A1F35); margin: 0 0 20px; }
.stp-description p:last-child { margin-bottom: 0; }

/* Key Themes */
.stp-themes-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
.stp-theme-card { background: #fff; border-radius: 8px; padding: 28px 32px; box-shadow: 0 2px 12px rgba(11,14,26,0.06); border: 1px solid rgba(11,14,26,0.04); }
.stp-theme-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 700; color: var(--ink, #0B0E1A); margin: 0 0 8px; }
.stp-theme-card p { font-size: 15px; line-height: 1.7; color: var(--ink-soft, #1A1F35); margin: 0; }

/* Related Reading */
.stp-posts-list { list-style: none; padding: 0; margin: 24px 0 0; }
.stp-posts-list li { padding: 16px 0; border-bottom: 1px solid rgba(11,14,26,0.06); }
.stp-posts-list li:last-child { border-bottom: none; }
.stp-posts-list a { font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 700; color: var(--ink, #0B0E1A); text-decoration: none; transition: color 0.2s ease; }
.stp-posts-list a:hover { color: #D4812A; }
.stp-posts-list .stp-post-desc { display: block; font-family: "Source Sans 3", sans-serif; font-size: 14px; color: rgba(26,31,53,0.7); margin-top: 4px; }

/* FAQ */
.stp-faq-list { margin-top: 24px; }
.stp-faq-item { border-bottom: 1px solid rgba(11,14,26,0.08); }
.stp-faq-item:first-child { border-top: 1px solid rgba(11,14,26,0.08); }
.stp-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 700; color: var(--ink, #0B0E1A); line-height: 1.4; }
.stp-faq-q::after { content: "+"; font-size: 24px; color: #D4812A; flex-shrink: 0; margin-left: 16px; transition: transform 0.2s ease; }
.stp-faq-item.active .stp-faq-q::after { content: "-"; }
.stp-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.stp-faq-item.active .stp-faq-a { max-height: 500px; }
.stp-faq-a p { padding: 0 0 20px; font-size: 16px; line-height: 1.7; color: var(--ink-soft, #1A1F35); margin: 0; }

/* CTA */
.stp-cta { background: var(--ink, #0B0E1A); color: #fff; text-align: center; padding: 80px 24px; position: relative; overflow: hidden; }
.stp-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(212,129,42,0.06) 0%, transparent 70%); pointer-events: none; }
.stp-cta h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(26px, 4vw, 34px); font-weight: 700; color: #fff; margin: 0 0 16px; position: relative; }
.stp-cta p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 28px; line-height: 1.6; position: relative; }

/* Button */
.stp-btn { display: inline-block; background: #D4812A; color: #fff; font-family: "Source Sans 3", sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 16px 40px; border-radius: 50px; transition: background 0.2s ease, transform 0.2s ease; position: relative; }
.stp-btn:hover { background: #b86d1f; transform: translateY(-1px); color: #fff; text-decoration: none; }

/* Pillar link */
.stp-pillar-link { display: inline-block; margin-top: 24px; font-family: "Source Sans 3", sans-serif; font-size: 15px; font-weight: 600; color: #D4812A; text-decoration: none; border-bottom: 2px solid rgba(212,129,42,0.3); padding-bottom: 2px; transition: border-color 0.2s ease; }
.stp-pillar-link:hover { border-color: #D4812A; color: #D4812A; text-decoration: none; }

/* Back link */
.stp-back { display: block; text-align: center; margin: 32px 0 0; font-family: "Source Sans 3", sans-serif; font-size: 14px; }
.stp-back a { color: rgba(255,255,255,0.6); text-decoration: none; }
.stp-back a:hover { color: #fff; }

/* Responsive */
@media (max-width: 768px) {
  .stp-hero { padding: calc(72px + 50px) 20px 50px; }
  .stp-section { padding: 48px 0; }
  .stp-cta { padding: 50px 24px; }
}