.newspaper-hero-banner{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--color-primary),rgba(var(--color-primary-rgb),.8));margin-bottom:0}.newspaper-hero-banner .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1}.newspaper-hero-banner .hero-background .hero-icon{position:absolute;color:#fff}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-1{width:200px;height:200px;top:10%;left:5%;-webkit-animation:float 20s ease-in-out infinite;animation:float 20s ease-in-out infinite}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-2{width:150px;height:150px;top:60%;left:15%;-webkit-animation:float 15s ease-in-out 2s infinite;animation:float 15s ease-in-out 2s infinite}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-3{width:180px;height:180px;top:20%;right:10%;-webkit-animation:float 18s ease-in-out 1s infinite;animation:float 18s ease-in-out 1s infinite}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-4{width:160px;height:160px;top:65%;right:20%;-webkit-animation:float 22s ease-in-out 3s infinite;animation:float 22s ease-in-out 3s infinite}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-5{width:140px;height:140px;bottom:10%;left:50%;transform:translateX(-50%);-webkit-animation:float 17s ease-in-out 1.5s infinite;animation:float 17s ease-in-out 1.5s infinite}.newspaper-hero-banner .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.newspaper-hero-banner .hero-content{position:relative;z-index:10;padding:80px 20px;width:100%}.newspaper-hero-banner .hero-content .hero-icon-wrapper .hero-main-icon{width:80px;height:80px;color:#fff;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}.newspaper-hero-banner .hero-content .hero-title{margin-bottom:20px}.newspaper-hero-banner .hero-content .hero-title .hero-title-main{display:block;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.3);margin-bottom:10px;letter-spacing:-1px}.newspaper-hero-banner .hero-content .hero-title .hero-title-sub{display:block;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:300;color:hsla(0,0%,100%,.95);text-shadow:0 2px 8px rgba(0,0,0,.2)}.newspaper-hero-banner .hero-content .hero-description{font-size:clamp(1rem,1.5vw,1.2rem);color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto;line-height:1.8;text-shadow:0 2px 4px rgba(0,0,0,.2)}@-webkit-keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-30px) rotate(3deg)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-30px) rotate(3deg)}}@-webkit-keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.newspaper-hero-banner{min-height:300px}.newspaper-hero-banner .hero-content{padding:60px 15px}.newspaper-hero-banner .hero-content .hero-icon-wrapper .hero-main-icon{width:60px;height:60px}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-1{width:120px;height:120px}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-2{width:100px;height:100px}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-3{width:110px;height:110px}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-4{width:100px;height:100px}.newspaper-hero-banner .hero-background .hero-icon.hero-icon-5{width:90px;height:90px}}.year-filter{background-color:#f8f9fa;padding:15px;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:20px}.year-filter .btn{min-width:80px;transition:all .3s ease;margin-right:5px;margin-bottom:5px}.year-filter .btn:last-child{margin-right:0}.year-filter .btn-primary{font-weight:700}.year-filter .btn-outline-secondary:hover{background-color:#e9ecef;color:#495057}.year-filter .filter-title{font-size:16px;font-weight:600;margin-bottom:10px;color:#333}@media (max-width:576px){.year-filter .btn{min-width:70px;padding:.375rem .5rem;font-size:.875rem}}.filter-wrapper{position:relative;margin-bottom:30px}.filter-wrapper .clear-filter{position:absolute;right:15px;top:15px;font-size:.875rem;color:#6c757d;text-decoration:none}.filter-wrapper .clear-filter:hover{color:#dc3545;text-decoration:underline}.newspaper-content .newspaper-item{margin-bottom:15px}.newspaper-content .newspaper-item .article-title{font-size:20px;line-height:1.3;font-weight:700}.newspaper-content .newspaper-item .article-title>a{color:inherit}.newspaper-content .newspaper-item .article-title>a:hover{color:var(--color-primary)}