*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f4f6f9;}
.container{max-width:1100px;margin:0 auto;padding:0 20px;}
a{color:inherit;text-decoration:none;}

/* HEADER */
header{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:.9rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.2);}
.navbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;}
.logo h1{font-size:1.4rem;font-weight:700;letter-spacing:.5px;}
.logo h1 span{color:#90caf9;}
.logo-tagline{font-size:.75rem;opacity:.8;margin-top:2px;}
.nav-menu{display:flex;list-style:none;gap:1.5rem;flex-wrap:wrap;}
.nav-menu a{color:#fff;font-size:.9rem;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:border-color .2s;}
.nav-menu a:hover{border-bottom-color:#90caf9;}

/* HERO BANNER */
.hero-banner{background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff;padding:3.5rem 0;text-align:center;}
.hero-banner h1{font-size:2.2rem;font-weight:800;max-width:800px;margin:0 auto 1rem;line-height:1.25;}
.hero-banner p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 1.8rem;}
.hero-btn{display:inline-block;background:#f57c00;color:#fff;padding:.85rem 2.2rem;border-radius:6px;font-weight:700;font-size:1rem;transition:background .2s;}
.hero-btn:hover{background:#e65100;}

/* BREAKING BAR */
.breaking-bar{background:#c62828;color:#fff;padding:.5rem 0;font-size:.85rem;font-weight:600;overflow:hidden;}
.breaking-inner{display:flex;gap:3rem;white-space:nowrap;animation:ticker 30s linear infinite;}
@keyframes ticker{0%{transform:translateX(100%);}100%{transform:translateX(-100%);}}
.breaking-label{background:#fff;color:#c62828;padding:2px 8px;border-radius:3px;font-weight:800;margin-right:1rem;flex-shrink:0;}

/* SECTION TITLE */
.section-title{font-size:1.4rem;font-weight:700;color:#1a237e;margin:2.5rem 0 1.2rem;padding-bottom:.5rem;border-bottom:3px solid #1565c0;}

/* ARTICLE GRID */
.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;}
.article-card{background:#fff;border-radius:10px;box-shadow:0 3px 12px rgba(0,0,0,.08);overflow:hidden;transition:transform .2s,box-shadow .2s;}
.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.13);}
.article-card img{width:100%;height:180px;object-fit:cover;}
.card-body{padding:1.2rem;}
.card-tag{font-size:.72rem;font-weight:700;color:#1565c0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem;}
.card-body h3{font-size:1rem;font-weight:700;margin-bottom:.6rem;line-height:1.35;}
.card-body h3 a{color:#1a237e;}
.card-body h3 a:hover{color:#1565c0;}
.card-body p{font-size:.88rem;color:#666;margin-bottom:.8rem;}
.card-link{font-size:.85rem;font-weight:700;color:#1565c0;}
.card-link:hover{text-decoration:underline;}
.card-meta{font-size:.78rem;color:#999;margin-bottom:.5rem;}

/* FEATURED CARD */
.featured-article{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;margin-bottom:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:0;}
.featured-article img{width:100%;height:100%;min-height:280px;object-fit:cover;}
.featured-body{padding:2rem;}
.featured-body .card-tag{font-size:.8rem;}
.featured-body h2{font-size:1.5rem;font-weight:800;color:#1a237e;margin:.5rem 0 1rem;line-height:1.3;}
.featured-body p{color:#555;margin-bottom:1.2rem;font-size:.95rem;}
.featured-btn{display:inline-block;background:#1565c0;color:#fff;padding:.7rem 1.6rem;border-radius:6px;font-weight:700;font-size:.9rem;transition:background .2s;}
.featured-btn:hover{background:#0d47a1;}

/* ARTICLE PAGE */
.article-header{background:linear-gradient(135deg,#0d47a1,#1976d2);color:#fff;padding:3rem 0;text-align:center;}
.article-header h1{font-size:2rem;font-weight:800;max-width:860px;margin:0 auto .8rem;line-height:1.3;}
.article-meta{font-size:.88rem;opacity:.85;}
.article-content{padding:2.5rem 0 3rem;}
.article-body{background:#fff;padding:2.5rem;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.08);max-width:860px;margin:0 auto;}
.article-body img{width:100%;border-radius:10px;margin:1.5rem 0;max-height:420px;object-fit:cover;}
.article-body p{margin-bottom:1.4rem;font-size:1.05rem;line-height:1.75;text-align:justify;}
.article-body h2{color:#1a237e;font-size:1.55rem;margin:2.2rem 0 1rem;border-bottom:3px solid #1565c0;padding-bottom:.4rem;}
.article-body h3{color:#283593;font-size:1.2rem;margin:1.8rem 0 .8rem;}
.article-body ul,.article-body ol{margin:1rem 0 1.4rem 1.8rem;}
.article-body li{margin-bottom:.5rem;font-size:1rem;}
.info-box{background:#e3f2fd;border-left:5px solid #1565c0;padding:1.3rem 1.5rem;margin:1.8rem 0;border-radius:0 8px 8px 0;}
.info-box p{margin:0;font-size:.98rem;}
.warn-box{background:#fff8e1;border-left:5px solid #f9a825;padding:1.3rem 1.5rem;margin:1.8rem 0;border-radius:0 8px 8px 0;}
.warn-box p{margin:0;font-size:.98rem;}
.tips-box{background:#e8f5e9;border:2px solid #4caf50;padding:1.5rem;margin:1.8rem 0;border-radius:10px;}
.tips-box h3{color:#2e7d32;margin-top:0;}
.tips-box li{margin-bottom:.4rem;}

/* SIDEBAR */
.main-wrap{display:grid;grid-template-columns:1fr 300px;gap:2rem;padding:2.5rem 0;}
.sidebar-block{background:#fff;border-radius:10px;padding:1.3rem;box-shadow:0 3px 12px rgba(0,0,0,.07);margin-bottom:1.5rem;}
.sidebar-block h4{color:#1a237e;font-size:1rem;margin-bottom:1rem;padding-bottom:.4rem;border-bottom:2px solid #e3f2fd;}
.sidebar-post{display:flex;gap:.8rem;margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid #f0f0f0;}
.sidebar-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.sidebar-post img{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0;}
.sidebar-post h5{font-size:.82rem;font-weight:700;color:#1a237e;margin-bottom:.2rem;line-height:1.3;}
.sidebar-post span{font-size:.72rem;color:#999;}
.sidebar-links li{list-style:none;padding:.3rem 0;border-bottom:1px solid #f5f5f5;}
.sidebar-links li:last-child{border:none;}
.sidebar-links a{font-size:.87rem;color:#1565c0;}

/* COOKIE BANNER */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a237e;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:999;flex-wrap:wrap;}
#cookie-banner span{font-size:.88rem;}
#cookie-banner a{color:#90caf9;}
#cookie-banner button{background:#f57c00;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:5px;font-weight:700;cursor:pointer;white-space:nowrap;}

/* FOOTER */
footer{background:#1a237e;color:#fff;padding:2.5rem 0 1rem;}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;}
.footer-brand p{font-size:.85rem;opacity:.8;margin-top:.5rem;line-height:1.6;}
.footer-brand .logo-main{font-size:1.2rem;font-weight:700;}
.footer-brand .logo-main span{color:#90caf9;}
footer h4{font-size:.95rem;margin-bottom:.8rem;color:#90caf9;}
footer ul{list-style:none;}
footer ul li{margin-bottom:.4rem;}
footer ul a{color:rgba(255,255,255,.8);font-size:.85rem;}
footer ul a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;text-align:center;font-size:.78rem;opacity:.65;}

/* LEGAL PAGES */
.legal-content{max-width:800px;margin:2rem auto;background:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 3px 15px rgba(0,0,0,.08);}
.legal-content h1{color:#1a237e;margin-bottom:1.5rem;}
.legal-content h2{color:#283593;margin:1.8rem 0 .8rem;font-size:1.2rem;}
.legal-content p,.legal-content li{font-size:.96rem;line-height:1.75;margin-bottom:.8rem;}
.legal-content ul{margin-left:1.5rem;}

/* CONTACT PAGE */
.contact-form{max-width:600px;margin:2rem auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 3px 15px rgba(0,0,0,.08);}
.form-group{margin-bottom:1.2rem;}
.form-group label{display:block;font-weight:600;margin-bottom:.4rem;color:#333;}
.form-group input,.form-group textarea{width:100%;padding:.7rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;}
.form-group textarea{height:120px;resize:vertical;}
.submit-btn{background:#1565c0;color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;font-weight:700;cursor:pointer;font-size:1rem;}

@media(max-width:768px){
  .featured-article{grid-template-columns:1fr;}
  .featured-article img{min-height:200px;}
  .main-wrap{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr;}
  .article-header h1{font-size:1.5rem;}
  .hero-banner h1{font-size:1.6rem;}
  .article-body{padding:1.5rem;}
  .nav-menu{gap:.8rem;}
}
