/*
Theme Name: ThriveLifeHQ v4
Theme URI: https://ThrivelifeHQ.com
Author: You
Description: Clean, modern blog theme for finance + wellness. DM Serif Display title, double-line header, black text, dedicated Category Images panel.
Version: 4.0
*/

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover { color: #444; }

header {
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 6px double #000;
}

header h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
header h1 a { text-decoration: none; color: #000; }

header p {
  font-size: 1.3rem;
  color: #000;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

nav a img {
  width: 400px;
  max-width: 100%;
  border-radius: 12px;
  transition: 0.3s;
}
nav a img:hover { transform: scale(1.02); }

.featured-posts {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.featured-posts h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.post {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.post h3 { margin: 0.5rem 0; }

footer {
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}
footer a { margin: 0 1rem; color: #000; text-decoration: none; }
footer a:hover { color: #444; }
