.blog-hero-section{padding:6rem 0 3rem;text-align:center;background-color:#fff;}.blog-hero-content{max-width:800px;margin:0 auto;}.hero-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:#f0fdf4;color:#027a48;border-radius:20px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem;}.blog-filter-section{padding-bottom:3rem;border-bottom:1px solid #f2f4f7;margin-bottom:3rem;}.category-list{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;}.cat-link{text-decoration:none;color:#475467;padding:8px 16px;border-radius:20px;font-weight:600;font-size:0.95rem;transition:all 0.2s;border:1px solid transparent;}.cat-link:hover{background-color:#f9fafb;color:#101828;}.cat-link.is-active{background-color:#02404b;color:white;}.bytek-blog-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2.5rem;}@media screen and (min-width:768px){.bytek-blog-grid{grid-template-columns:repeat(2,1fr);}}@media screen and (min-width:1024px){.bytek-blog-grid{grid-template-columns:repeat(3,1fr);}}.blog-card{display:flex;flex-direction:column;height:100%;background:#fff;transition:transform 0.2s ease;}.blog-card:hover{transform:translateY(-5px);}.blog-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;}.blog-card-image{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:12px;overflow:hidden;margin-bottom:1.25rem;}.blog-card-image img{width:100%;height:100%;object-fit:cover;}.blog-placeholder{width:100%;height:100%;background-color:#e0e0e0;}.blog-card-badge{position:absolute;top:12px;left:12px;background:rgba(255,255,255,0.95);color:#02404b;font-size:0.75rem;font-weight:700;padding:4px 10px;border-radius:6px;text-transform:uppercase;}.blog-card-content{flex-grow:1;display:flex;flex-direction:column;}.blog-meta{font-size:0.85rem;color:#02404b;font-weight:600;margin-bottom:0.75rem;display:flex;gap:6px;}.blog-card-title{font-size:1.35rem;line-height:1.3;font-weight:700;color:#101828;margin:0 0 0.75rem 0;}.blog-card-excerpt{font-size:1rem;line-height:1.5;color:#475467;margin-bottom:1.5rem;flex-grow:1;}.blog-read-more{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#02404b;font-size:0.95rem;}.blog-read-more svg{width:16px;transition:transform 0.2s;}.blog-card-link:hover .blog-read-more svg{transform:translateX(4px);}.blog-pagination{margin-top:4rem;text-align:center;}.blog-pagination .page-numbers{display:inline-flex;justify-content:center;align-items:center;min-width:40px;height:40px;margin:0 4px;border-radius:8px;text-decoration:none;font-weight:600;color:#475467;background:transparent;transition:all 0.2s;}.blog-pagination .page-numbers.current{background-color:#f2f4f7;color:#101828;}.blog-pagination .page-numbers:hover:not(.current){background-color:#f9fafb;}