.f1-news-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#fff;color:#15151e}.f1-news-wrapper *{box-sizing:border-box}.f1-container{max-width:1320px;margin:0 auto;padding:0 20px}.f1-category-bar{background:#fff;border-bottom:2px solid #e10600;padding:20px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.05)}.f1-category-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.f1-category-scroll::-webkit-scrollbar{display:none}.f1-category-icons{display:flex;gap:30px;padding:10px 0;white-space:nowrap}.f1-category-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#15151e;transition:all .3s ease}.f1-category-item:hover{transform:translateY(-5px)}.f1-category-icon{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #f0f0f0;background:#fff;transition:border-color .3s ease}.f1-category-item:hover .f1-category-icon{border-color:#e10600}.f1-category-icon img{width:100%;height:100%;object-fit:cover}.f1-category-name{font-size:12px;font-weight:600;margin-top:8px;text-transform:uppercase;letter-spacing:.5px}.f1-hero-section{position:relative;height:70vh;min-height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;overflow:hidden}.f1-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%)}.f1-hero-content{position:relative;z-index:2;width:100%;padding:60px 0;color:#fff}.f1-hero-meta{display:flex;gap:20px;margin-bottom:20px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.f1-hero-category a{color:#fff;text-decoration:none}.f1-hero-date{opacity:.8}.f1-hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;max-width:800px}.f1-hero-excerpt{font-size:18px;line-height:1.6;margin-bottom:30px;max-width:600px;opacity:.9}.f1-hero-button{display:inline-block;background:#e10600;color:#fff;padding:15px 40px;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:30px}.f1-hero-button:hover{background:#ff0800;transform:translateY(-2px);box-shadow:0 5px 20px rgba(225,6,0,.3)}.f1-news-grid-section{padding:80px 0;background:#fff}.f1-section-title{font-size:36px;font-weight:700;margin-bottom:40px;color:#15151e;position:relative;padding-bottom:20px}.f1-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:#e10600}.f1-news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-bottom:60px}.f1-news-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease}.f1-news-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.f1-news-link{text-decoration:none;color:inherit;display:block}.f1-news-image{position:relative;padding-bottom:60%;overflow:hidden}.f1-news-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.f1-news-item:hover .f1-news-image img{transform:scale(1.05)}.f1-news-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);opacity:0;transition:opacity .3s ease}.f1-news-item:hover .f1-news-overlay{opacity:1}.f1-news-content{padding:25px}.f1-news-meta{display:flex;justify-content:space-between;margin-bottom:15px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#666}.f1-news-category a{color:#e10600;text-decoration:none}.f1-news-title{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:12px;color:#15151e}.f1-news-excerpt{font-size:15px;line-height:1.6;color:#666}.f1-pagination{text-align:center;margin-top:60px}.f1-pagination .page-numbers{display:inline-block;padding:10px 15px;margin:0 5px;background:#f0f0f0;color:#15151e;text-decoration:none;font-weight:600;border-radius:4px;transition:all .3s ease}.f1-pagination .page-numbers:hover,.f1-pagination .page-numbers.current{background:#e10600;color:#fff}@media (max-width:768px){.f1-hero-title{font-size:32px}.f1-hero-excerpt{font-size:16px}.f1-news-grid{grid-template-columns:1fr;gap:20px}.f1-section-title{font-size:28px}.f1-category-icons{gap:20px}.f1-category-icon{width:50px;height:50px}}.blocksy-container-wrap .f1-news-wrapper{margin:-40px -20px}@media (min-width:768px){.blocksy-container-wrap .f1-news-wrapper{margin:-60px -40px}}.f1-news-item{animation:fadeInUp .6s ease-out}.f1-news-item:nth-child(1){animation-delay:.1s}.f1-news-item:nth-child(2){animation-delay:.2s}.f1-news-item:nth-child(3){animation-delay:.3s}.f1-news-item:nth-child(4){animation-delay:.4s}.f1-news-item:nth-child(5){animation-delay:.5s}.f1-news-item:nth-child(6){animation-delay:.6s}.f1-loading{display:flex;justify-content:center;align-items:center;height:200px}.f1-loading:after{content:"";width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#e10600;border-radius:50%;animation:spin 1s linear infinite}