.news-hero{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:120px 20px 80px;text-align:center;color:#fff;margin-top:60px;position:relative;overflow:hidden}.news-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover}.news-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.news-hero h1{font-size:3rem;margin-bottom:20px;font-weight:800;animation:fadeInDown .6s ease}.news-hero p{font-size:1.3rem;opacity:.95;margin-bottom:40px;animation:fadeInUp .6s ease .2s both}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;margin-top:40px}.stat-item{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border-radius:15px;padding:20px;border:1px solid rgba(255,255,255,.2)}.stat-number{font-size:2rem;font-weight:800;display:block;margin-bottom:5px}.stat-label{font-size:.9rem;opacity:.9}.filter-section{max-width:1200px;margin:-40px auto 40px;padding:0 20px;position:relative;z-index:10}.filter-tabs{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;background:linear-gradient(135deg,rgba(44,62,80,.92) 0,rgba(52,73,94,.95) 100%);padding:20px;border-radius:20px;border:1px solid rgba(102,126,234,.25);box-shadow:0 20px 60px rgba(0,0,0,.5)}.filter-tab{padding:12px 25px;border:2px solid rgba(102,126,234,.3);background:rgba(52,73,94,.5);border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#e8e8e8;display:flex;align-items:center;gap:8px}.filter-tab:hover{border-color:#667eea;background:rgba(102,126,234,.3);transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.2)}.filter-tab.active{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border-color:transparent}.search-box{margin-top:20px;position:relative}.search-box input{width:100%;padding:15px 50px 15px 20px;border:2px solid rgba(102,126,234,.3);background:rgba(52,73,94,.5);color:#e8e8e8;border-radius:50px;font-size:1rem;transition:all .3s ease}.search-box input::placeholder{color:rgba(232,232,232,.6)}.search-box input:focus{outline:0;border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#7f8c8d}.news-container{max-width:1200px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr;gap:40px}.news-grid{display:grid;grid-template-columns:1fr;gap:30px}.news-card{position:relative;background:linear-gradient(135deg,rgba(44,62,80,.92) 0,rgba(52,73,94,.95) 100%);border:1px solid rgba(102,126,234,.25);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);transition:all .3s ease;display:grid;grid-template-columns:200px 1fr;gap:20px;opacity:0;transform:translateY(30px)}.news-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea 0,#764ba2 50%,gold 100%);background-size:200% 100%;animation:border-flow 3s linear infinite}@keyframes border-flow{0%{background-position:0 50%}100%{background-position:200% 50%}}.news-card.reveal{opacity:1;transform:translateY(0)}.news-card:hover{transform:translateY(-5px);box-shadow:0 30px 80px rgba(102,126,234,.3);border-color:rgba(102,126,234,.4)}.news-thumbnail{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:60px;color:rgba(255,255,255,.9)}.news-content{padding:25px 25px 25px 0}.news-meta{display:flex;gap:15px;margin-bottom:10px;font-size:.85rem;color:#95a5a6}.news-category{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:4px 12px;border-radius:50px;font-weight:600;font-size:.75rem;text-transform:uppercase}.news-date{display:flex;align-items:center;gap:5px}.news-content h3{font-size:1.4rem;margin-bottom:10px;color:gold;line-height:1.4;position:relative;z-index:1}.news-content p{font-size:1rem;color:#d0d0d0;line-height:1.6;margin-bottom:15px;position:relative;z-index:1}.news-source{display:flex;align-items:center;gap:5px;font-size:.85rem;color:#667eea;font-weight:600}.read-more{color:#667eea;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:gap .3s ease}.read-more:hover{gap:10px}.news-sidebar{display:flex;flex-direction:column;gap:30px}.sidebar-widget{position:relative;background:linear-gradient(135deg,rgba(44,62,80,.92) 0,rgba(52,73,94,.95) 100%);border:1px solid rgba(102,126,234,.25);border-radius:20px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.5);overflow:hidden}.sidebar-widget::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea 0,#764ba2 50%,gold 100%);background-size:200% 100%;animation:border-flow 3s linear infinite}.sidebar-widget h3{font-size:1.3rem;margin-bottom:15px;color:gold;position:relative;z-index:1}.sidebar-widget p{color:#d0d0d0;margin-bottom:20px;line-height:1.6;position:relative;z-index:1}.subscribe-form input{width:100%;padding:12px 15px;border:2px solid rgba(102,126,234,.3);background:rgba(52,73,94,.5);color:#e8e8e8;border-radius:10px;margin-bottom:10px;font-size:.95rem;position:relative;z-index:1}.subscribe-form input::placeholder{color:rgba(232,232,232,.6)}.subscribe-form input:focus{outline:0;border-color:#667eea}.subscribe-form button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;position:relative;z-index:1}.subscribe-form button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.official-links,.resource-links{display:flex;flex-direction:column;gap:10px}.official-links a,.resource-link{padding:12px 15px;background:linear-gradient(135deg,rgba(52,73,94,.7) 0,rgba(44,62,80,.8) 100%);border:1px solid rgba(102,126,234,.2);border-radius:10px;text-decoration:none;color:#e8e8e8;display:flex;align-items:center;gap:10px;transition:all .3s ease;position:relative;z-index:1}.official-links a:hover,.resource-link:hover{background:linear-gradient(135deg,rgba(102,126,234,.5) 0,rgba(118,75,162,.5) 100%);color:#fff;border-color:rgba(102,126,234,.4);transform:translateX(5px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.resource-link i{color:#667eea;width:20px}.resource-link:hover i{color:#fff}.news-cta{position:relative;background:linear-gradient(135deg,rgba(44,62,80,.95) 0,rgba(52,73,94,.98) 100%),radial-gradient(circle at top left,rgba(102,126,234,.15),transparent 60%),radial-gradient(circle at bottom right,rgba(118,75,162,.15),transparent 60%);border-radius:25px;padding:60px 40px;text-align:center;color:#fff;margin:80px auto;max-width:1000px;overflow:hidden;box-shadow:0 0 80px rgba(102,126,234,.3),0 20px 60px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.1);border:1px solid rgba(102,126,234,.3)}.news-cta::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea 0,#764ba2 25%,gold 50%,#764ba2 75%,#667eea 100%);background-size:200% 100%;animation:border-flow 4s linear infinite}.news-cta h2{font-size:2.2rem;margin-bottom:15px;color:gold;position:relative;z-index:1;text-shadow:0 0 20px rgba(255,215,0,.5)}.news-cta p{font-size:1.2rem;opacity:.95;margin-bottom:30px;color:#e8e8e8;position:relative;z-index:1}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-button{padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;position:relative;z-index:1}.cta-button-primary{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border:2px solid rgba(255,255,255,.2)}.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,.5);border-color:rgba(255,255,255,.4)}.cta-button-secondary{background:rgba(52,73,94,.7);color:#fff;border:2px solid rgba(102,126,234,.4)}.cta-button-secondary:hover{background:rgba(102,126,234,.3);border-color:rgba(102,126,234,.6);transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,.3)}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(30px);transition:all .6s ease}.reveal.active{opacity:1;transform:translateY(0)}@media (max-width:968px){.news-hero h1{font-size:2rem}.news-hero p{font-size:1.1rem}.hero-stats{grid-template-columns:1fr}.filter-tabs{flex-direction:column}.filter-tab{width:100%;justify-content:center}.news-container{grid-template-columns:1fr}.news-card{grid-template-columns:1fr}.news-thumbnail{min-height:150px}.news-content{padding:25px}.news-cta h2{font-size:1.8rem}.cta-buttons{flex-direction:column}.cta-button{width:100%;justify-content:center}}