/* =============================================
   Insights listing page
   ============================================= */

/* Narrower hero sub to match original design */
.hero.hero-center .hero-sub{max-width:650px}

.posts-section{padding:80px 60px 100px;max-width:1125px;margin:0 auto}

.posts-coming{padding:60px 60px 100px;text-align:center}
.posts-coming p{font-family:var(--serif);font-size:23px;font-style:italic;color:#6b6b6b}

.featured-post{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-bottom:70px;margin-bottom:60px;border-bottom:1px solid #eee}
.featured-image{width:100%;aspect-ratio:16/10;border-radius:18px;background:#f2f2ef;display:flex;align-items:center;justify-content:center;overflow:hidden}
.featured-image-placeholder{font-size:18px;color:#bbb}
.featured-content .post-tag{display:inline-block;padding:5px 15px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:15px}
.featured-content h2{font-size:30px;font-weight:500;color:#1a1a1a;margin-bottom:10px;letter-spacing:-0px;line-height:1.3}
.featured-content .post-excerpt{font-size:18px;color:#6b6b6b;line-height:1.7;margin-bottom:20px}
.featured-content .post-meta{font-size:15px;color:#999;display:flex;align-items:center;gap:15px}
.post-author{font-weight:500;color:#6b6b6b}
.post-read{font-size:15px;color:var(--blue);text-decoration:none;font-weight:500;transition:opacity .2s;display:inline-flex;align-items:center;gap:5px}
.post-read:hover{opacity:.7}

.posts-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}
.post-card{border:1px solid #eee;border-radius:18px;overflow:hidden;transition:all .3s;cursor:pointer;text-decoration:none;color:inherit;display:block}
.post-card:hover{border-color:#ccc;transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.06)}
.post-image{width:100%;aspect-ratio:16/10;background:#f2f2ef;display:flex;align-items:center;justify-content:center}
.post-image-placeholder{font-size:15px;color:#bbb}
.post-body{padding:25px}
.post-tag{display:inline-block;padding:4px 13px;border-radius:6px;font-size:13px;font-weight:500;margin-bottom:13px}
.tag-methodology{background:rgba(0,68,238,.06);color:var(--blue)}
.tag-market{background:rgba(34,197,94,.06);color:#16a34a}
.tag-founders{background:rgba(239,159,39,.06);color:#b45309}
.tag-investors{background:rgba(139,92,246,.06);color:#7c3aed}
.post-body h3{font-size:19px;font-weight:500;color:#1a1a1a;margin-bottom:8px;line-height:1.4}
.post-body .post-excerpt{font-size:15px;color:#999;line-height:1.6;margin-bottom:15px}
.post-body .post-meta{font-size:14px;color:#bbb;display:flex;justify-content:space-between;align-items:center}

/* MOBILE */
@media(max-width:960px){
  .posts-section{padding:50px 25px 60px}
  .featured-post{grid-template-columns:1fr;gap:25px}
  .featured-content h2{font-size:25px}
  .posts-grid{grid-template-columns:1fr}
}
