
/*
Theme Name: WeeklyHealthNews
Theme URI: https://weeklyhealthnews.com
Author: WeeklyHealthNews
Author URI: https://weeklyhealthnews.com
Description: Custom microsite theme for WeeklyHealthNews – Boost Your Energy & Testosterone Naturally
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weeklyhealthnews
*/

:root{--bg:#0e0f13;--card:#141722;--muted:#9aa3b2;--ink:#e7ecf3;--brand:#2CD36F;--brand2:#1aa95a;--accent:#4BE0FF;--danger:#ff6262}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:radial-gradient(1200px 800px at 80% -10%, #193041 0%, rgba(17,19,27,0) 70%), var(--bg);color:var(--ink);font:16px/1.6 "Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1120px;margin:0 auto;padding:24px}
header.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.logo img{height:52px;width:auto}
.site-nav a{margin:0 10px;color:var(--ink);opacity:.9}
.site-nav a:hover{opacity:1}
.btn{display:inline-flex;align-items:center;gap:10px;border:none;border-radius:14px;padding:14px 18px;font-weight:700;background:linear-gradient(180deg,var(--brand),var(--brand2));color:#08120a;box-shadow:0 10px 26px rgba(44,211,111,.25);cursor:pointer}
.btn:hover{filter:brightness(1.05)}
.btn.secondary{background:#212735;color:#dfe7f4;border:1px solid #2b3342;box-shadow:none}
.grid{display:grid;gap:26px}
.hero{padding:34px 0 26px}
.hero .grid{grid-template-columns: 1.2fr .8fr}
.card{background:linear-gradient(180deg,#161a26 0%, #121520 100%);border:1px solid #232838;border-radius:18px;box-shadow:0 10px 40px rgba(0,0,0,.35);padding:22px}
.pill{display:inline-flex;align-items:center;gap:8px;background:#152025;border:1px solid #22303a;color:#b9d8e6;border-radius:999px;padding:6px 10px;font-size:12px}
h1{font:800 44px/1.15 Manrope,Inter,Arial,sans-serif;margin:12px 0 10px}
h2{font:800 28px/1.2 Manrope;margin:0 0 8px}
h3{font:700 20px/1.25 Inter;margin:10px 0}
p.lead{font-size:18px;color:#c5d0de}
.hero-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}
.hero-bullets li{list-style:none;background:#121824;border:1px solid #20283a;padding:10px 12px;border-radius:12px}
.ebook{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:20px}
.ebook .cover{width:100%;max-width:360px;aspect-ratio:3/4;border-radius:16px;background:linear-gradient(145deg,#0f1822,#152130 60%,#18263a);border:1px solid #253244;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-weight:bold;padding:20px}
.blog-topics{margin-top:20px}
.blog-topics h3{margin-bottom:10px;font:700 20px/1.25 Inter}
.blog-topics ul{padding-left:16px;margin:0}
.blog-topics li{margin:6px 0}
form.lead{display:grid;gap:10px}
.input{display:flex;align-items:center;background:#0f141d;border:1px solid #2a3346;border-radius:12px;padding:10px 12px}
.input input{flex:1;background:transparent;border:none;outline:none;color:#e8f0ff;font-size:15px}
.badges{display:flex;gap:10px;flex-wrap:wrap;color:#a7b4c8;font-size:12px}
.section{padding:30px 0}
.cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.stat{font:800 34px/1 Manrope;color:#9fe8bd}
.faq dt{font-weight:700;margin:16px 0 6px}
.faq dd{margin:0 0 10px;color:#c7d4e7}
footer.site-footer{color:#93a2b6;border-top:1px solid #20263a;padding:22px 0;margin-top:10px}
.mini{font-size:12px;color:#8fa0b7}
.ribbon{position:fixed;right:14px;bottom:14px;z-index:30}
@media (max-width: 960px){
  .hero .grid{grid-template-columns:1fr}
  .cols-3{grid-template-columns:1fr}
  h1{font-size:36px}
}
