.pod-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.pod-txt p{font-size:.97rem;color:var(--text-2);line-height:1.8;margin-bottom:12px}.pod-txt strong{color:var(--navy)}.pod-topics{margin:22px 0}.pod-topics h4{font-size:.72rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.pt{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid var(--border);align-items:flex-start;cursor:default;transition:var(--t)}.pt:hover{padding-left:4px}.pt span{font-family:var(--font-heading);font-size:.7rem;font-weight:700;color:var(--teal);opacity:.6;padding-top:2px;flex-shrink:0}.pt p{font-size:.85rem;color:var(--text-2);transition:var(--t)}.pt:hover p{color:var(--teal)}.pod-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.pod-card-main{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--r-l);padding:28px;box-shadow:var(--shadow-l);margin-bottom:14px}.pod-wave{display:flex;align-items:center;gap:3px;height:44px;margin-bottom:18px;justify-content:center}.pb{width:3px;border-radius:3px;background:var(--teal);animation:wave 1.2s ease-in-out infinite}.pb:nth-child(1){height:14px;animation-delay:0s}.pb:nth-child(2){height:24px;animation-delay:.1s}.pb:nth-child(3){height:36px;animation-delay:.2s}.pb:nth-child(4){height:22px;animation-delay:.3s}.pb:nth-child(5){height:40px;animation-delay:.4s}.pb:nth-child(6){height:30px;animation-delay:.5s}.pb:nth-child(7){height:18px;animation-delay:.4s}.pb:nth-child(8){height:38px;animation-delay:.3s}.pb:nth-child(9){height:26px;animation-delay:.2s}.pb:nth-child(10){height:20px;animation-delay:.1s}.pb:nth-child(11){height:34px;animation-delay:0s}.pb:nth-child(12){height:12px;animation-delay:.1s}.pod-now{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pod-av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-d));display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;color:#fff;font-size:.8rem;flex-shrink:0}.pod-now strong{display:block;font-size:.88rem;color:var(--navy)}.pod-now span{font-size:.75rem;color:var(--text-2)}.pod-mic{font-size:1.3rem;margin-left:auto}.pod-plats{display:flex;gap:7px;flex-wrap:wrap}.pod-plats span{font-size:.7rem;font-weight:600;padding:4px 12px;background:var(--bg-gray);border:1px solid var(--border);border-radius:100px;color:var(--text-2);transition:var(--t);cursor:default}.pod-plats span:hover{border-color:var(--teal);color:var(--teal)}.pod-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pod-mini-stats>div{background:var(--bg-white);border:1px solid var(--border);padding:12px 14px;border-radius:var(--r);text-align:center;transition:var(--t)}.pod-mini-stats>div:hover{border-color:var(--teal)}.pod-mini-stats strong{display:block;font-size:.82rem;color:var(--navy);margin-bottom:3px}.pod-mini-stats span{font-size:.7rem;color:var(--text-3)}@media(max-width:768px){.pod-grid{grid-template-columns:1fr;gap:40px}.pod-mini-stats{grid-template-columns:1fr}}
