
:root{--pr:#0d47a1;--ac:#f57c00;--bg:#f8f9fa;--tx:#1a1a1a;--br:3px;}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:Calibri, 'Segoe UI', sans-serif;background:#f8f9fa;color:#1a1a1a;font-size:16px;line-height:1.7;}
a{color:#0d47a1;text-decoration:none;}
a:hover{color:#f57c00;text-decoration:underline;}
.site-header{background:#0d47a1;color:#fff;padding:16px 24px;}
.header-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;}
.site-logo{font-family:'Arial Black', Gadget, sans-serif;font-size:26px;font-weight:bold;color:#fff;}
.site-tagline{font-size:12px;color:rgba(255,255,255,0.75);margin-top:2px;}
nav{background:#0d47a1;border-top:1px solid rgba(255,255,255,0.15);}
nav ul{max-width:1100px;margin:0 auto;display:flex;list-style:none;padding:0 24px;}
nav ul li a{display:block;padding:10px 14px;color:#fff;font-size:13px;font-weight:600;}
nav ul li a:hover{background:#f57c00;text-decoration:none;}
.container{max-width:1100px;margin:0 auto;padding:0 24px;}
.hero-section{padding:30px 0;}
.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;}
.hero-main h2{font-family:'Arial Black', Gadget, sans-serif;font-size:26px;line-height:1.25;margin:10px 0;}
.hero-main .cat{font-size:11px;color:#f57c00;font-weight:700;text-transform:uppercase;}
.hero-main p{font-size:15px;color:#666;margin-top:8px;}
.hero-img-placeholder{height:280px;background:linear-gradient(135deg,#0d47a144,#f57c0044);border-radius:3px;margin-bottom:12px;}
.sidebar h3{font-family:'Arial Black', Gadget, sans-serif;font-size:14px;font-weight:700;border-bottom:2px solid #0d47a1;padding-bottom:6px;margin-bottom:14px;text-transform:uppercase;}
.sidebar-item{padding:10px 0;border-bottom:1px solid #eee;}
.sidebar-item .cat{font-size:10px;color:#f57c00;font-weight:700;text-transform:uppercase;}
.sidebar-item h4{font-family:'Arial Black', Gadget, sans-serif;font-size:14px;line-height:1.3;margin:3px 0;}
.section-title{font-family:'Arial Black', Gadget, sans-serif;font-size:20px;font-weight:700;border-bottom:2px solid #0d47a1;padding-bottom:8px;margin:28px 0 18px;}
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;}
.article-card{border-radius:3px;overflow:hidden;border:1px solid #e0e0e0;}
.card-img{height:160px;background:linear-gradient(135deg,#0d47a155,#f57c0055);}
.card-body{padding:14px;}
.card-body .cat{font-size:11px;color:#f57c00;font-weight:700;text-transform:uppercase;}
.card-body h3{font-family:'Arial Black', Gadget, sans-serif;font-size:16px;line-height:1.3;margin:6px 0;}
.card-body p{font-size:13px;color:#666;}
.read-more{display:inline-block;margin-top:10px;font-size:12px;font-weight:700;color:#0d47a1;text-transform:uppercase;}
.site-footer{background:#1c1c1c;color:#bbb;padding:36px 24px 20px;margin-top:40px;}
.footer-inner{max-width:1100px;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px;margin-bottom:24px;}
.footer-brand .logo{font-family:'Arial Black', Gadget, sans-serif;font-size:22px;color:#fff;font-weight:bold;}
.footer-brand p{font-size:13px;margin-top:8px;opacity:0.7;}
.footer-col h4{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:12px;}
.footer-col ul{list-style:none;}
.footer-col ul li{margin-bottom:6px;}
.footer-col ul li a{color:#999;font-size:13px;}
.footer-col ul li a:hover{color:#f57c00;text-decoration:none;}
.footer-bottom{border-top:1px solid #333;padding-top:16px;font-size:12px;color:#777;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}
.cookie-notice{position:fixed;bottom:0;left:0;right:0;background:#111;color:#ddd;padding:14px 24px;display:flex;justify-content:space-between;align-items:center;z-index:1000;font-size:13px;gap:16px;}
.cookie-notice button{background:#f57c00;color:#fff;border:none;padding:8px 18px;cursor:pointer;border-radius:3px;font-size:13px;font-weight:700;white-space:nowrap;}
.btn{display:inline-block;background:#0d47a1;color:#fff;padding:11px 22px;border-radius:3px;font-size:14px;font-weight:700;}
.btn:hover{background:#f57c00;color:#fff;text-decoration:none;}
.article-content{max-width:720px;margin:0 auto;padding:36px 24px;}
.article-content h1{font-family:'Arial Black', Gadget, sans-serif;font-size:32px;line-height:1.2;margin-bottom:16px;}
.article-content .meta{font-size:13px;color:#999;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee;}
.article-content p{margin-bottom:18px;font-size:16px;line-height:1.85;}
.author-box{background:#f5f5f5;border-left:4px solid #0d47a1;padding:16px 20px;margin:28px 0;border-radius:0 3px 3px 0;}
.author-box .author-name{font-weight:700;font-size:15px;color:#0d47a1;}
.author-box .author-bio{font-size:13px;color:#666;margin-top:4px;}
.page-header{background:#0d47a1;color:#fff;padding:36px 24px;margin-bottom:32px;}
.page-header h1{font-family:'Arial Black', Gadget, sans-serif;font-size:30px;}
.page-header p{font-size:15px;opacity:0.85;margin-top:8px;}
.contact-form{max-width:580px;}
.form-group{margin-bottom:18px;}
.form-group label{display:block;font-size:14px;font-weight:700;margin-bottom:6px;}
.form-group input,.form-group textarea{width:100%;padding:11px 14px;border:1px solid #ccc;border-radius:3px;font-size:14px;font-family:Calibri, 'Segoe UI', sans-serif;}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0d47a1;}
.form-group textarea{height:130px;resize:vertical;}
@media(max-width:768px){.hero-grid,.articles-grid,.footer-grid{grid-template-columns:1fr;}nav ul{flex-wrap:wrap;}.header-inner{flex-direction:column;gap:8px;text-align:center;}}
