.BlogCard-module__jYpH2G__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);flex-direction:column;height:100%;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.BlogCard-module__jYpH2G__card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:0 12px 24px #0003}.BlogCard-module__jYpH2G__imageWrapper{aspect-ratio:16/9;background:#1a1a1a;width:100%;position:relative;overflow:hidden}.BlogCard-module__jYpH2G__image{object-fit:cover;transition:transform .5s}.BlogCard-module__jYpH2G__card:hover .BlogCard-module__jYpH2G__image{transform:scale(1.05)}.BlogCard-module__jYpH2G__placeholder{width:100%;height:100%;color:var(--text-muted);font-family:var(--font-heading);background:linear-gradient(135deg,#1a1a1a 0%,#050a0d 100%);justify-content:center;align-items:center;font-weight:600;display:flex}.BlogCard-module__jYpH2G__content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.BlogCard-module__jYpH2G__meta{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.BlogCard-module__jYpH2G__date{color:var(--text-muted);font-size:.8rem}.BlogCard-module__jYpH2G__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;line-height:1.4}.BlogCard-module__jYpH2G__excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:24px;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogCard-module__jYpH2G__readMore{color:var(--accent-red);align-items:center;gap:8px;margin-top:auto;font-size:.9rem;font-weight:600;transition:gap .2s;display:flex}.BlogCard-module__jYpH2G__card:hover .BlogCard-module__jYpH2G__readMore{gap:12px}
.Blog-module__vu6yGW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-top:40px;display:grid}.Blog-module__vu6yGW__blogHeader{text-align:center;margin-bottom:60px}.Blog-module__vu6yGW__blogTitle{font-family:var(--font-heading);background:linear-gradient(135deg,#fff 0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:3rem}.Blog-module__vu6yGW__blogSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}@media (max-width:768px){.Blog-module__vu6yGW__blogTitle{font-size:2.2rem}.Blog-module__vu6yGW__blogGrid{grid-template-columns:1fr}}
