/* Taalk Hub (/taalk-hub) — specific sections. Chrome from kelas.css + corporate.css. */
.tth-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; align-items: center; }
.tth-hero__img img { width: 100%; border-radius: 16px; display: block; object-fit: cover; }
.tth-tagline { font-size: 1.15rem; font-weight: 800; color: #004aad; margin: 6px 0 0; font-style: italic; }
.tth-body { max-width: 820px; color: #3d475c; line-height: 1.8; margin: 0 0 22px; }
.tth-leads { display: flex; flex-wrap: wrap; gap: 28px; }
.tth-lead { margin: 0; text-align: center; }
.tth-lead img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(15,23,42,.1); }
.tth-lead figcaption { display: flex; flex-direction: column; margin-top: 10px; }
.tth-lead__name { font-weight: 800; color: #1a2b4a; text-transform: uppercase; letter-spacing: .3px; }
.tth-lead__role { font-size: .88rem; color: #667287; }
.tth-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
.tth-gallery img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; display: block; }
.tth-programs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tth-prog { background: #fff; border: 1px solid #e6eaf2; border-radius: 14px; padding: 20px; text-align: center; }
.tth-prog__icon { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 12px; display: block; }
.tth-prog__title { margin: 0 0 4px; font-size: 1rem; font-weight: 800; color: #004aad; }
.tth-prog__tag { margin: 0 0 14px; font-size: .86rem; color: #667287; line-height: 1.5; }
.tth-prog__by { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .82rem; color: #55617a; border-top: 1px solid #eef1f6; padding-top: 12px; }
.tth-prog__by img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.tth-partner-lead { text-align: center; max-width: 680px; margin: 0 auto 24px; color: #667287; line-height: 1.6; }
.tth-morebtn { display: inline-flex; align-items: center; gap: 9px; background: #004aad; color: #fff; font-weight: 700; padding: 12px 26px; border-radius: 999px; text-decoration: none; transition: background .15s ease, transform .15s ease; }
.tth-morebtn:hover { background: #00377f; transform: translateY(-2px); color: #fff; }
@media (max-width: 900px) { .tth-hero { grid-template-columns: 1fr; } .tth-gallery { grid-template-columns: repeat(2,1fr); } .tth-programs { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .tth-programs { grid-template-columns: 1fr; } }
