/* PetlyReviewed - clean affiliate review site */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #2b2b2b; line-height: 1.65; background: #faf8f5; }
a { color: #c45b2a; text-decoration: none; }
a:hover { text-decoration: underline; }

header.site { background: #254e46; color: #fff; padding: 1.2rem 0; border-bottom: 4px solid #e8a13c; }
header.site .inner { max-width: 900px; margin: 0 auto; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
header.site .logo { font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
header.site .logo span { color: #e8a13c; }
header.site nav a { color: #e7e3da; margin-left: 1rem; font-size: 0.92rem; }

main { max-width: 900px; margin: 2rem auto; padding: 0 1rem; }
.hero { background: #fff; border: 1px solid #ece5db; border-radius: 12px; padding: 2rem; margin-bottom: 2rem; }
.hero h1 { font-size: 2rem; color: #254e46; margin-bottom: 0.6rem; }
.hero p { color: #555; max-width: 65ch; }
.hero .cta { margin-top: 1rem; }

.btn { display: inline-block; background: #c45b2a; color: #fff; padding: 0.7rem 1.4rem; border-radius: 8px; font-weight: 600; }
.btn:hover { background: #a84a1f; text-decoration: none; }

h2.section { color: #254e46; margin: 2rem 0 1rem; font-size: 1.4rem; }
.card { background: #fff; border: 1px solid #ece5db; border-radius: 12px; padding: 1.4rem 1.6rem; margin-bottom: 1rem; }
.card h3 { margin-bottom: 0.4rem; }
.card h3 a { color: #254e46; }
.card h3 a:hover { color: #c45b2a; text-decoration: none; }
.card p { color: #555; font-size: 0.95rem; }
.card .tag { display: inline-block; background: #fdf0dc; color: #8a5a14; font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 20px; margin-bottom: 0.5rem; }

article.post { background: #fff; border: 1px solid #ece5db; border-radius: 12px; padding: 2.2rem; }
article.post h1 { color: #254e46; font-size: 1.9rem; line-height: 1.3; margin-bottom: 0.5rem; }
article.post .meta { color: #999; font-size: 0.85rem; margin-bottom: 1.2rem; }
article.post h2 { color: #254e46; margin: 1.8rem 0 0.6rem; font-size: 1.3rem; }
article.post h3 { color: #254e46; margin: 1.4rem 0 0.4rem; font-size: 1.05rem; }
article.post p { margin-bottom: 1rem; color: #444; }
article.post ul, article.post ol { margin: 0 0 1rem 1.4rem; color: #444; }
article.post li { margin-bottom: 0.3rem; }

.product { border: 1px solid #ece5db; border-left: 4px solid #e8a13c; border-radius: 10px; padding: 1.2rem 1.4rem; margin: 1.2rem 0; }
.product h3 { margin-bottom: 0.3rem; }
.product .price { color: #254e46; font-weight: 700; font-size: 0.95rem; }
.product .pros-cons { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 0.6rem; }
.product .pros, .product .cons { flex: 1; min-width: 200px; font-size: 0.9rem; }
.product .pros strong { color: #2e7d32; }
.product .cons strong { color: #c62828; }
.product .buy { margin-top: 0.8rem; }

.disclosure { background: #fdf0dc; border: 1px solid #ecd9ae; border-radius: 8px; padding: 0.9rem 1.1rem; font-size: 0.88rem; color: #6b4e12; margin-bottom: 1.5rem; }

footer.site { background: #254e46; color: #cfd8d4; margin-top: 3rem; padding: 1.5rem 0; text-align: center; font-size: 0.85rem; }
footer.site a { color: #e8a13c; }

@media (max-width: 600px) {
  .hero h1 { font-size: 1.5rem; }
  article.post h1 { font-size: 1.4rem; }
  header.site nav a { margin-left: 0.6rem; }
}
.related {
  margin-top: 2.5rem;
  padding: 1.4rem 1.6rem;
  background: #faf6ee;
  border: 1px solid #eee0c8;
  border-radius: 10px;
}
.related h2 { font-size: 1.15rem; margin-top: 0; margin-bottom: 0.6rem; }
.related ul { margin: 0; padding-left: 1.2rem; }
.related li { margin-bottom: 0.35rem; }
.related a { color: #136c71; font-weight: 600; }
