
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Georgia',serif;line-height:1.7;color:#1a1a1a;background:#fafaf7}
header{background:#0a2540;color:#fff;padding:1.2rem 0;border-bottom:4px solid #00d4aa}
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.logo{font-size:1.6rem;font-weight:bold;color:#fff;text-decoration:none;letter-spacing:-.5px}
.logo span{color:#00d4aa}
nav ul{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}
nav a{color:#fff;text-decoration:none;font-family:'Helvetica',sans-serif;font-size:.95rem;transition:color .2s}
nav a:hover{color:#00d4aa}
.hero{background:linear-gradient(135deg,#0a2540 0%,#1a3a5c 100%);color:#fff;padding:4rem 0;text-align:center}
.hero h1{font-size:2.8rem;margin-bottom:1rem;letter-spacing:-1px}
.hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}
main{padding:3rem 0}
h2.section-title{font-size:2rem;margin-bottom:2rem;color:#0a2540;border-bottom:3px solid #00d4aa;padding-bottom:.5rem;display:inline-block}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:2rem}
.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.card img{width:100%;height:200px;object-fit:cover;display:block}
.card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}
.tag{display:inline-block;background:#e8f7f3;color:#00876e;font-family:'Helvetica',sans-serif;font-size:.75rem;font-weight:bold;text-transform:uppercase;letter-spacing:.5px;padding:.3rem .6rem;border-radius:4px;margin-bottom:.7rem;align-self:flex-start}
.card h3{font-size:1.25rem;margin-bottom:.6rem;color:#0a2540;line-height:1.3}
.card h3 a{color:inherit;text-decoration:none}
.card h3 a:hover{color:#00876e}
.card p{color:#555;font-size:.95rem;flex:1}
.card .read{margin-top:1rem;font-family:'Helvetica',sans-serif;font-size:.85rem;color:#00876e;font-weight:bold;text-transform:uppercase;letter-spacing:.5px}
article.post{max-width:760px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.05)}
article.post img.hero-img{width:100%;height:380px;object-fit:cover;border-radius:6px;margin-bottom:2rem}
article.post h1{font-size:2.4rem;color:#0a2540;margin-bottom:1rem;letter-spacing:-.5px;line-height:1.2}
article.post .meta{color:#888;font-family:'Helvetica',sans-serif;font-size:.9rem;margin-bottom:2rem}
article.post h2{font-size:1.6rem;color:#0a2540;margin:2rem 0 1rem}
article.post p{margin-bottom:1.2rem;font-size:1.08rem;color:#2a2a2a}
article.post ul{margin:1rem 0 1.5rem 1.5rem}
article.post li{margin-bottom:.5rem}
.ad-slot{background:#f4f4ef;border:1px dashed #ccc;padding:1rem;text-align:center;color:#999;font-family:'Helvetica',sans-serif;font-size:.8rem;margin:2rem 0;border-radius:4px}
.back{display:inline-block;margin-bottom:1.5rem;color:#00876e;text-decoration:none;font-family:'Helvetica',sans-serif;font-size:.9rem;font-weight:bold}
.back:hover{text-decoration:underline}
footer{background:#0a2540;color:#aac;text-align:center;padding:2.5rem 1rem;margin-top:4rem;font-family:'Helvetica',sans-serif;font-size:.9rem}
footer a{color:#00d4aa;text-decoration:none}
@media(max-width:600px){.hero h1{font-size:2rem}article.post{padding:1.5rem}article.post h1{font-size:1.8rem}}
