.section-title{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:3rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color);display:inline-block}.news-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s;height:100%;animation:.6s ease-out fadeInUp}.news-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.news-card.featured{border:2px solid var(--primary-color)}.news-image{position:relative;height:250px;overflow:hidden;display:none}.news-card.featured .news-image{height:300px}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:none}.news-card:hover .news-image img{transform:scale(1.05)}.news-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0,transparent 50%);display:flex;align-items:flex-start;justify-content:flex-end;padding:1.5rem}.news-tag{background:var(--primary-color);color:var(--white);padding:.5rem 1rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.news-tag.featured{background:var(--warning);color:var(--text-dark)}.news-content{padding:2rem}.news-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem}.news-date{color:var(--text-muted);font-weight:500}.news-category{background:var(--primary-light);color:var(--primary-color);padding:.25rem .75rem;border-radius:12px;font-weight:600}.news-title{margin-bottom:1rem}.news-title a{color:var(--text-dark);text-decoration:none;font-size:1.2rem;font-weight:600;line-height:1.4;transition:color .3s}.news-card.featured .news-title a{font-size:1.4rem}.news-title a:hover{color:var(--primary-color)}.news-excerpt{color:var(--text-muted);line-height:1.6;margin-bottom:0;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card.featured .news-excerpt{font-size:1rem;-webkit-line-clamp:4}#load-more-news{padding:1rem 2.5rem;border-radius:50px;font-weight:600;transition:.3s}#load-more-news:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.newsletter-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);padding:5rem 0;margin-top:5rem}.newsletter-title{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.newsletter-description{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.newsletter-form{max-width:500px;margin:0 auto}.newsletter-form .input-group{border-radius:50px;overflow:hidden;box-shadow:var(--shadow-lg)}.newsletter-form .form-control{border:none;padding:1.25rem 2rem;font-size:1rem;background:var(--white)}.newsletter-form .form-control:focus{box-shadow:none;border:none}.newsletter-form .btn{padding:1.25rem 2rem;border:none;font-weight:600;white-space:nowrap}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.news-card:nth-child(1){animation-delay:.1s}.news-card:nth-child(2){animation-delay:.2s}.news-card:nth-child(3){animation-delay:.3s}.news-card:nth-child(4){animation-delay:.4s}.news-card:nth-child(5){animation-delay:.5s}.news-card:nth-child(6){animation-delay:.6s}@media (max-width:768px){.section-title{font-size:1.5rem;margin-bottom:2rem}.news-content{padding:1.5rem}.news-title a{font-size:1.1rem}.news-card.featured .news-title a{font-size:1.2rem}.news-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.newsletter-title{font-size:2rem}.newsletter-form .input-group{flex-direction:column;border-radius:16px}.newsletter-form .form-control{border-radius:16px 16px 0 0;margin-bottom:0}.newsletter-form .btn{border-radius:0 0 16px 16px}.news-image{height:200px}.news-card.featured .news-image{height:220px}}.news-loading{opacity:.6;pointer-events:none}.news-loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--primary-color);border-top:2px solid transparent;border-radius:50%;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.news-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:0 0;z-index:1;pointer-events:none}.news-card:hover::before{background:rgba(var(--primary-rgb),.02)}.news-card:focus-within{outline:2px solid var(--primary-color);outline-offset:2px}.news-title a:focus{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:4px}