.category-hero{position:relative;min-height:320px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.category-hero .overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgb(15 23 42 / .9),rgb(15 23 42 / .6))}.hero-content{position:relative;max-width:1200px;margin:auto;padding:0 20px}.hero-content h1{font-size:3rem;margin-bottom:10px}.hero-content p{max-width:700px;opacity:.9}.category-layout{padding:80px 20px 120px;background:#f8fafc}.layout-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:3fr 1fr;gap:60px}.featured-article{display:grid;gap:35px;margin-bottom:70px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .12);text-decoration:none;color:#111}.featured-thumb img{width:100%;height:100%;object-fit:cover}.featured-info{padding:35px}.badge{display:inline-block;background:#6366f1;color:#fff;padding:6px 14px;border-radius:999px;font-size:.75rem;margin-bottom:12px}.articles-grid-pro{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.article-card-pro{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgb(0 0 0 / .08);transition:transform 0.3s,box-shadow 0.3s}.article-card-pro:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgb(0 0 0 / .15)}.article-card-pro .thumb img{width:100%;height:200px;object-fit:cover}.article-card-pro .info{padding:22px}.category-sidebar{position:sticky;top:100px}.sidebar-box{background:#fff;padding:28px;border-radius:18px;box-shadow:0 12px 35px rgb(0 0 0 / .08);margin-bottom:40px}.sidebar-box ul{list-style:none;padding:0}.sidebar-box li a{display:flex;justify-content:space-between;padding:10px 0;text-decoration:none;color:#111}.trend-item{display:block;padding:12px 0;color:#92400e;text-decoration:none;font-weight:600}.trends-list-pro{display:flex;flex-direction:column;gap:14px}.trend-item-pro{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:12px;text-decoration:none;color:#111;background:#f9fafb;transition:background 0.25s,transform 0.25s}.trend-item-pro:hover{background:#fff7ed;transform:translateX(6px)}.trend-rank{min-width:34px;height:34px;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.trend-info h4{font-size:.95rem;margin:0 0 4px;line-height:1.25}.trend-info small{color:#92400e;font-size:.75rem}@media (max-width:1000px){.layout-grid{grid-template-columns:1fr}.featured-article{grid-template-columns:1fr}.articles-grid-pro{grid-template-columns:1fr}}.related-cross{margin:80px 0 60px;padding:50px!important}.related-cross h2{font-size:1.8rem;margin-bottom:25px;color:#111}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.related-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .08);transition:transform .25s,box-shadow .25s}.related-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgb(0 0 0 / .15)}.related-card .thumb img{width:100%;height:180px;object-fit:cover}.related-card .info{padding:18px 20px 22px}.related-card .cat{display:inline-block;font-size:.8rem;color:#2563eb;margin-bottom:6px;font-weight:600}.related-card h3{font-size:1.05rem;line-height:1.4;color:#111}@media (max-width:900px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.related-grid{grid-template-columns:1fr}}.pagination-pro{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem 0;font-family:'Inter',sans-serif}.pagination-pro .page-numbers{display:inline-block;min-width:40px;padding:.6rem 1rem;text-align:center;text-decoration:none;color:#4a4a4a;background:#f2f2f2;border-radius:10px;transition:all 0.3s ease;font-weight:500;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.pagination-pro .page-numbers:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .15)}.pagination-pro .page-numbers.current{background:#2563eb;color:#fff;font-weight:600;box-shadow:0 4px 10px rgb(0 0 0 / .15)}.pagination-pro .page-numbers.dots{cursor:default;background:#fff0;color:#999;box-shadow:none}.pagination-pro .next,.pagination-pro .prev{background:#2563eb;color:#fff;font-weight:500;padding:.6rem 1.2rem;border-radius:12px;transition:all 0.3s ease}.pagination-pro .next:hover,.pagination-pro .prev:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .15)}@media (max-width:600px){.pagination-pro .page-numbers{min-width:35px;padding:.5rem .8rem;font-size:.9rem}.pagination-pro .next,.pagination-pro .prev{padding:.5rem 1rem;font-size:.9rem}}.footer{background-color:#dd3852;color:#f1f1f1;font-family:Arial,sans-serif;padding:40px 20px 20px 20px}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.footer h2,.footer h3{margin-bottom:15px}.footer a:hover{color:coral;transition:0.3s}.footer-brand,.footer-links,.footer-contact,.footer-social{flex:1 1 200px}.footer-links ul li,.footer-contact ul li{margin-bottom:10px}.footer-social .social-icons a{display:inline-block;margin-right:10px;transition:transform 0.3s}.footer-social .social-icons a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #444;margin-top:30px;padding-top:15px;display:flex;flex-wrap:wrap;justify-content:space-between;font-size:.9em}.footer-bottom a{margin-left:15px;color:#fff}@media (max-width:768px){.footer-container{flex-direction:column}.footer-bottom{flex-direction:column;gap:10px}.footer-bottom a{margin-left:0}}