body { background: #fff; color: #212529; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 9999; background: #25d366; color: #fff; padding: 14px 18px; border-radius: 999px; text-decoration: none; font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.wa-float:hover { color:#fff; opacity:.95; }
.content-area img, .post-card img { max-width: 100%; height: auto; border-radius: 12px; }
.post-card .card-img-top { height: 210px; object-fit: cover; }
.blank-page main { max-width: 100%; width: 100%; }
.hero-home { background: linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%); }
.hero-home .badge { letter-spacing: .04em; }
.post-card { transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 1rem 2rem rgba(18,38,63,.12)!important; }
.sales-mini { font-size: .92rem; color: #6c757d; }
.section-title { max-width: 760px; }
