/* Reefcraft custom styles */
.reef-usp-bar{background:#0f172a;color:white}
.reef-usp-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px 12px}
.reef-usp-item{display:flex;align-items:center;gap:8px;justify-content:center;font-size:.95rem;line-height:1.2}
.reef-usp-emoji{font-size:1.1rem}
@media (max-width: 768px){
  .reef-usp-wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .reef-usp-item{font-size:.9rem}
}
.reef-trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0;align-items:center}
.reef-trust-badges img{height:28px;opacity:.9}
.reef-trust-badges .badge{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;font-size:.9rem}