.recent-posts{margin:4rem 1rem;background-color:#272727;border-top:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem}.recent-posts-container{max-width:1200px;margin:0 auto}.recent-posts-header{text-align:center;margin-bottom:3rem}.recent-posts-header h2{font-size:2.2rem;color:#fff;margin-bottom:1rem;font-weight:700}.recent-posts-header p{font-size:1.1rem;color:#cccccc;max-width:600px;margin:0 auto}.loading{text-align:center;color:#cccccc;padding:2rem}.recent-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.recent-posts-grid{grid-template-columns:repeat(3,1fr)}}.recent-post-card{background:rgba(255,255,255,.05);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;height:100%}.recent-post-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.08);border-color:rgba(76,175,80,.3);box-shadow:0 10px 30px rgba(0,0,0,.2)}.recent-post-image{position:relative;height:180px;overflow:hidden}.recent-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recent-post-image:hover img{transform:scale(1.05)}.recent-post-image a{display:block;height:100%}.recent-post-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.recent-post-categories{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.recent-post-category{background:#0c353b;color:#d6f3ff;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500}.recent-post-title{margin-bottom:1rem;font-size:1.1rem;line-height:1.4}.recent-post-title a{color:white;text-decoration:none;transition:color .3s ease}.recent-post-title a:hover{color:var(--main-color-lighter)}.recent-post-excerpt{color:#cccccc;line-height:1.6;margin-bottom:1rem;flex-grow:1}.recent-post-meta{color:#999;font-size:.85rem}.recent-posts-footer{text-align:center}.view-all-posts{display:inline-block;background:var(--main-color);color:white;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.view-all-posts:hover{background:var(--main-color-lighter);transform:translateY(-2px)}@media (max-width:768px){.recent-posts{padding:3rem 1rem}.recent-posts-header h2{font-size:1.8rem}.recent-posts-grid{grid-template-columns:1fr;gap:1.5rem}.recent-post-content{padding:1rem}.recent-post-title{font-size:1rem}}@media (max-width:480px){.recent-posts{padding:2rem 1rem}.recent-posts-header{margin-bottom:2rem}.recent-posts-header h2{font-size:1.6rem}.recent-posts-grid{gap:2.5rem}.recent-post-image{height:150px}.view-all-posts{padding:.8rem 1.5rem;font-size:.8rem}}