*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,sans-serif;font-size:16px;line-height:1.7;color:#1a1a1a;background:#fff}
h1,h2,h3,h4{font-weight:700;line-height:1.3}
a{color:#0F1C2F;text-decoration:none}
a:hover{color:#86be15}
img{max-width:100%;height:auto;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

header{background:#0F1C2F;color:#fff;position:sticky;top:0;z-index:100}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.logo{font-size:24px;font-weight:800;color:#fff;text-decoration:none}
.logo span{color:#86be15}
.header-links{display:flex;gap:10px}
.header-links a{color:#aaa;font-size:12px}
.header-links a:hover{color:#86be15}
.burger{display:none;background:none;border:none;cursor:pointer;padding:8px}
.burger span{display:block;width:22px;height:2px;background:#fff;margin:4px 0}

nav{background:#1a2a3f;border-bottom:2px solid #86be15}
nav .container{display:flex;justify-content:center;gap:0;flex-wrap:wrap}
nav a{display:block;padding:10px 16px;font-size:13px;font-weight:600;color:#ccc;text-transform:uppercase;letter-spacing:.5px}
nav a:hover{color:#fff;background:rgba(134,190,21,.15)}

main{padding:35px 0}

.hero{background:#0F1C2F;color:#fff;padding:60px 25px;text-align:center;margin-bottom:40px;border-radius:8px}
.hero h1{font-size:28px;margin-bottom:10px;color:#fff}
.hero p{font-size:16px;color:#aaa;max-width:550px;margin:0 auto 18px}
.btn-primary{display:inline-block;padding:12px 28px;background:#86be15;color:#fff;border-radius:6px;font-weight:700;font-size:14px}
.btn-primary:hover{background:#6fa00f;color:#fff}

.section-title{text-align:center;margin-bottom:28px}
.section-title h2{position:relative;display:inline-block;padding-bottom:10px}
.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:45px;height:3px;background:#86be15}

.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:40px}
.article-card{border-radius:8px;overflow:hidden;border:1px solid #eee;transition:box-shadow .3s}
.article-card:hover{box-shadow:0 3px 14px rgba(0,0,0,.1)}
.article-card img{width:100%;height:190px;object-fit:cover}
.article-card-body{padding:16px}
.card-cat{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#86be15;font-weight:700;display:block;margin-bottom:5px}
.article-card-body h3{font-size:17px;margin-bottom:6px}
.article-card-body h3 a{color:#1a1a1a}
.article-card-body h3 a:hover{color:#86be15}
.article-card-body p{font-size:14px;color:#666;line-height:1.5}
.card-meta{font-size:12px;color:#999;margin-top:6px}

.banner-quote{background:#0F1C2F;color:#fff;padding:45px 25px;text-align:center;margin-bottom:40px;border-radius:8px}
.banner-quote h2{color:#86be15;font-size:22px;margin-bottom:10px}
.banner-quote p{font-size:16px;opacity:.85;max-width:550px;margin:0 auto}

.tips-section{margin-bottom:40px}
.newsletter-section{background:#f8f9fa;padding:35px;text-align:center;margin-bottom:40px;border-radius:8px}
.about-preview{margin-bottom:40px}

.content-layout{display:grid;grid-template-columns:1fr 300px;gap:30px}
.article-content{font-size:17px;line-height:1.8}
.article-content h2{margin:25px 0 10px}
.article-content p{margin-bottom:15px}
.article-featured-img{width:100%;height:320px;object-fit:cover;border-radius:8px;margin-bottom:18px}
.article-meta{font-size:12px;color:#999;text-transform:uppercase;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid #eee}
.sidebar .widget{margin-bottom:25px;padding:18px;background:#f8f8f8;border-radius:8px}
.sidebar .widget h3{font-size:15px;margin-bottom:10px;padding-bottom:7px;border-bottom:2px solid #86be15}
.sidebar .widget ul{list-style:none}
.sidebar .widget ul li{padding:5px 0;border-bottom:1px solid #eee;font-size:14px}
.sidebar .widget ul li:last-child{border:none}
.sidebar .widget ul li a{color:#333}
.sidebar .widget ul li a:hover{color:#86be15}

.page-header{background:#0F1C2F;color:#fff;padding:40px 0;text-align:center;margin-bottom:30px}
.page-header h1{color:#fff;margin-bottom:4px}
.page-header p{color:rgba(255,255,255,.7);font-size:14px}
.contact-form{max-width:500px}
.contact-form .form-group{margin-bottom:16px}
.contact-form label{display:block;font-size:13px;font-weight:700;margin-bottom:4px}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:10px;border:2px solid #ddd;border-radius:6px;font-size:15px}
.contact-form input:focus,.contact-form textarea:focus{border-color:#86be15;outline:none}
.contact-form textarea{height:120px;resize:vertical}
.contact-form button{padding:11px 28px;background:#86be15;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer}
.legal-content{max-width:700px;margin:0 auto;padding:30px 0}
.legal-content h1{margin-bottom:18px}
.legal-content h2{margin:22px 0 8px}
.legal-content p{margin-bottom:12px;font-size:15px;line-height:1.8;color:#555}
.legal-content ul{margin:6px 0 16px 20px}
.legal-content ul li{margin-bottom:5px;font-size:15px;color:#555}

footer{background:#0F1C2F;color:#ccc;padding:40px 0 0}
.footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:25px;border-bottom:1px solid #1a2a3f}
footer h4{color:#fff;font-size:15px;margin-bottom:10px}
footer p{font-size:13px;line-height:1.6}
footer ul{list-style:none}
footer ul li{margin-bottom:5px}
footer ul li a{color:#ccc;font-size:13px}
footer ul li a:hover{color:#86be15}
.footer-bottom{padding:16px 0;text-align:center;font-size:12px;color:#667}
.footer-bottom p{margin-bottom:6px}
.disclaimer{font-size:11px;color:#556;font-style:italic;max-width:600px;margin:0 auto 6px}
.manage-cookies{background:none;border:1px solid #334;color:#778;padding:4px 12px;font-size:11px;cursor:pointer;margin-top:6px}
.manage-cookies:hover{color:#86be15;border-color:#86be15}

.cc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center}
.cc-box{background:#fff;max-width:440px;width:92%;padding:25px;border-radius:10px;color:#333}
.cc-box h3{font-size:18px;margin-bottom:6px}
.cc-box>p{font-size:13px;color:#666;margin-bottom:16px}
.cc-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}
.cc-row strong{font-size:14px}
.cc-row small{color:#999}
.sw{position:relative;width:42px;height:22px;display:inline-block}
.sw input{opacity:0;width:0;height:0}
.sw span{position:absolute;inset:0;background:#ccc;border-radius:22px;cursor:pointer;transition:.3s}
.sw span::before{content:'';position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}
.sw input:checked+span{background:#86be15}
.sw input:checked+span::before{transform:translateX(20px)}
.sw.disabled span{background:#5a5;cursor:default}
.cc-btns{display:flex;gap:6px;margin-top:16px;flex-wrap:wrap}
.cc-btns button{padding:9px 16px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;border:2px solid #333;background:#fff;color:#333}
.cc-btns button.accent{background:#86be15;color:#fff;border-color:#86be15}

@media(max-width:800px){.articles-grid{grid-template-columns:1fr 1fr}.content-layout{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr}}
@media(max-width:550px){.burger{display:block}.header-links{display:none}nav .container{display:none;flex-direction:column}#gnav.open .container{display:flex}.articles-grid{grid-template-columns:1fr}.cc-btns{flex-direction:column}}
