/* LeadG2 Podcast Hero (2026) — scoped to .lg2-ph */
.lg2-ph { position: relative; overflow: hidden; padding: 60px 44px 76px; font-family: 'Mulish', system-ui, -apple-system, sans-serif; }
.lg2-ph * { box-sizing: border-box; }
.lg2-ph__glow { position: absolute; border-radius: 50%; pointer-events: none; }
.lg2-ph__glow--a { top: -120px; right: -40px; width: 440px; height: 440px; opacity: 0.20; filter: blur(22px); }
.lg2-ph__glow--b { bottom: -150px; left: -80px; width: 360px; height: 360px; opacity: 0.32; filter: blur(26px); background: radial-gradient(circle, #415A77 0%, transparent 68%); }
.lg2-ph__wrap { position: relative; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.lg2-ph__badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 8px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); margin-bottom: 22px; color: #E6E9EF; font-size: 13px; font-weight: 700; }
.lg2-ph__badge-ic { display: inline-flex; width: 20px; height: 20px; border-radius: 6px; align-items: center; justify-content: center; color: #fff; font-size: 11px; }
.lg2-ph__title { margin: 0 0 16px; font-weight: 800; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.02; letter-spacing: -2px; color: #fff; }
.lg2-ph__meta { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-bottom: 20px; font-weight: 700; font-size: 13.5px; color: #9DA6B5; }
.lg2-ph__meta-item { display: inline-flex; align-items: center; gap: 7px; }
.lg2-ph__meta-dot { width: 7px; height: 7px; border-radius: 50%; }
.lg2-ph__meta-sep { opacity: .4; }
.lg2-ph__lede { margin: 0 0 28px; max-width: 540px; font-family: 'Lora', Georgia, serif; font-size: 18px; line-height: 1.62; color: #AEB6C4; }
.lg2-ph__lede p { margin: 0; }
.lg2-ph__ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lg2-ph__btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 11px; font-weight: 700; font-size: 15.5px; text-decoration: none; border: none; cursor: pointer; transition: transform .25s ease, filter .25s ease; }
.lg2-ph__btn--primary { color: #fff; box-shadow: 0 14px 30px -10px rgba(225,114,38,0.6); }
.lg2-ph__btn--primary:hover { transform: translateY(-3px); filter: brightness(1.06); }
.lg2-ph__btn--ghost { background: rgba(255,255,255,0.06); color: #fff; border: 1px solid rgba(255,255,255,0.16); }
.lg2-ph__btn--ghost:hover { background: rgba(255,255,255,0.12); }
.lg2-ph__btn-ic { font-size: 13px; }
.lg2-ph__art { position: relative; }
.lg2-ph__cover { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 1/1; box-shadow: 0 44px 90px -34px rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; background: #16243A; }
.lg2-ph__cover img { width: 100%; height: 100%; object-fit: cover; }
.lg2-ph__cover-ph { font-size: 13px; font-weight: 700; color: #9DA6B5; }
.lg2-ph__fbadge { position: absolute; bottom: -18px; left: -20px; padding: 13px 16px; border-radius: 14px; background: #fff; box-shadow: 0 20px 44px -14px rgba(0,0,0,0.5); display: flex; align-items: center; gap: 11px; }
.lg2-ph__eq { display: inline-flex; align-items: flex-end; gap: 3px; width: 38px; height: 38px; border-radius: 10px; padding: 10px; justify-content: center; }
.lg2-ph__eq i { display: block; width: 3px; height: 18px; background: #fff; border-radius: 2px; transform-origin: bottom; }
.lg2-ph--anim .lg2-ph__eq i { animation: lg2-ph-bar 1s ease-in-out infinite; }
.lg2-ph--anim .lg2-ph__eq i:nth-child(2) { animation-delay: .2s; }
.lg2-ph--anim .lg2-ph__eq i:nth-child(3) { animation-delay: .4s; }
.lg2-ph--anim .lg2-ph__eq i:nth-child(4) { animation-delay: .6s; }
.lg2-ph__fbadge-title { font-size: 12.5px; font-weight: 800; color: #1B263B; line-height: 1; }
.lg2-ph__fbadge-note { font-size: 10.5px; color: #8A8F9A; margin-top: 3px; }

@keyframes lg2-ph-drift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(26px, -20px); } }
@keyframes lg2-ph-bar { 0%, 100% { transform: scaleY(0.3); } 50% { transform: scaleY(1); } }
@keyframes lg2-ph-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .lg2-ph--anim .lg2-ph__rise { animation: lg2-ph-rise linear both; animation-timeline: view(); animation-range: entry 0% entry 36%; }
  }
}

@media (max-width: 940px) {
  .lg2-ph { padding: 44px 28px 64px; }
  .lg2-ph__wrap { grid-template-columns: 1fr; gap: 40px; }
  .lg2-ph__art { max-width: 420px; }
}
@media (max-width: 560px) {
  .lg2-ph { padding: 34px 20px 56px; }
  .lg2-ph__btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .lg2-ph__glow, .lg2-ph__eq i { animation: none !important; }
  .lg2-ph__btn { transition: none; }
}
