/* Fresh Clean Main
   Kept intentionally light to avoid duplicate payload.
   Structural styles live in base/layout/components/theme-core.
*/

body {
  background: #f9fafb;
  color: #1f2937;
}

.site-header {
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.site-footer {
  background: #111827;
  color: #fff;
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: transform 0.3s ease;
}

.wa-float:hover {
  transform: scale(1.08);
}
