/* PAKBLOG ULTRA-FAST STYLES */
*{margin:0;padding:0;box-sizing:border-box}
:root{--accent:#e11d48;--text:#1a1a2e;--light:#64748b;--bg:#fff;--bg-light:#f8fafc;--border:#e2e8f0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin-bottom:1rem}
h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}
p{margin-bottom:1rem;color:var(--light)}
a{color:var(--accent);text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:100%;max-width:1150px;margin:0 auto;padding:0 1rem}
.hidden{display:none!important}
.text-center{text-align:center}.text-muted{color:#94a3b8}
.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:#be123c}
.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}
.header-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;min-height:60px}
.site-logo-img{height:40px;width:auto}
.main-nav{display:flex;gap:.5rem;flex-grow:1;justify-content:center}
.nav-link{font-size:.875rem;font-weight:500;color:var(--light);padding:.5rem 1rem;border-radius:50px}
.nav-link:hover{background:#ffe4e6;color:var(--accent)}
.nav-link.active{background:#ffe4e6;color:var(--accent);font-weight:600}
.header-actions{display:flex;gap:.5rem}
.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.25rem;color:var(--light)}
.menu-toggle{display:none}
.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:1rem;gap:.25rem}
.mobile-nav.open{display:flex}
.mobile-nav-link{padding:.75rem;border-radius:8px;color:var(--text)}
.hero-section{padding:2rem 0}
.hero-content{display:grid;grid-template-columns:1.1fr .9fr;background:#0d1117;border-radius:16px;overflow:hidden}
.hero-image-wrapper{min-height:350px}
.hero-image{width:100%;height:100%;object-fit:cover}
.hero-badge{position:absolute;top:1rem;left:1rem;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:50px;text-transform:uppercase}
.hero-text{padding:2rem;display:flex;flex-direction:column;justify-content:center}
.hero-title{color:#fff;font-size:1.75rem;font-weight:900}
.hero-excerpt{color:#a0aec0;margin-bottom:1rem}
.hero-meta{display:flex;gap:.75rem;font-size:.875rem;color:#a0aec0;margin-bottom:1.5rem;flex-wrap:wrap}
.articles-section{padding:1.5rem 0}
.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.section-title{font-size:1.5rem;font-weight:900;white-space:nowrap}
.section-line{flex:1;height:3px;background:linear-gradient(90deg,var(--accent),transparent);border-radius:50px}
.category-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.category-pill{padding:.5rem 1rem;border:2px solid var(--border);border-radius:50px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}
.category-pill:hover{border-color:var(--accent);color:var(--accent)}
.category-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.article-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;display:flex;flex-direction:column}
.article-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.12);transform:translateY(-4px)}
.article-card-img-wrapper{position:relative;aspect-ratio:16/10;overflow:hidden}
.article-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.article-card:hover .article-card-img{transform:scale(1.05)}
.article-card-badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:.25rem .75rem;border-radius:50px;text-transform:uppercase}
.article-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.article-card-title{font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-card-excerpt{font-size:.875rem;color:var(--light);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-card-meta{display:flex;gap:.5rem;font-size:.75rem;color:#94a3b8;margin-top:auto;padding-top:.75rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}
.site-footer{background:#0d1117;padding:2rem 0 0;margin-top:auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;padding-bottom:2rem}
.footer-logo{font-size:1.25rem;font-weight:900;color:#fff}
.footer-tagline{color:#a0aec0;font-size:.875rem;margin-top:.5rem}
.footer-links h4,.footer-contact h4{color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}
.footer-links a{display:block;color:#a0aec0;font-size:.875rem;margin-bottom:.5rem}
.footer-links a:hover{color:#fff}
.footer-contact-link{display:flex;align-items:center;gap:.5rem;color:#a0aec0;font-size:.875rem;margin-bottom:.5rem}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid rgba(255,255,255,.08)}
.footer-text{color:#a0aec0;font-size:.75rem}
.footer-social{display:flex;gap:.75rem}
.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border-radius:50%;color:#a0aec0}
.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:sk 1.5s infinite;border-radius:8px}
@keyframes sk{0%{background-position:200% 0}100%{background-position:-200% 0}}
.empty-state{text-align:center;padding:3rem 1rem}
.empty-state h3{font-size:1.25rem;margin-bottom:.5rem}
.progress-bar-container{position:fixed;top:0;left:0;width:100%;height:4px;z-index:9999}
.progress-bar{height:100%;background:var(--accent);width:0%;transition:width .15s}
.back-to-top{position:fixed;bottom:25px;right:25px;width:48px;height:48px;background:var(--accent);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:18px;z-index:999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(225,29,72,.4)}
.newsletter-section{background:#0d1117;padding:2rem 0;margin-top:1.5rem}
.newsletter-box{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.newsletter-text h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}
.newsletter-text p{color:#a0aec0;margin-bottom:0}
.newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}
.newsletter-input{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.15);border-radius:8px;font-size:.875rem;font-family:inherit;min-width:250px;background:rgba(255,255,255,.08);color:#fff}
.newsletter-input:focus{outline:none;border-color:var(--accent)}
@media(max-width:1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-content{grid-template-columns:1fr}.hero-image-wrapper{min-height:250px}}
@media(max-width:768px){.main-nav{display:none}.menu-toggle{display:flex}.articles-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.hero-image-wrapper{min-height:200px}.footer-bottom{flex-direction:column;text-align:center}}
