body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1f2937; }
html { scroll-behavior: smooth; }
.section-title { font-family: Barlow, Inter, sans-serif; font-weight: 800; color: #1E3A5F; }
.kicker { letter-spacing: .12em; font-size: .82rem; }
.text-white-75 { color: rgba(255,255,255,.75); }
.floating-actions { position: fixed; right: 16px; bottom: 16px; z-index: 1030; display: grid; gap: 10px; }
.floating-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 92px; padding: 12px 16px; border-radius: 999px; color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.floating-btn.whatsapp { background: #16a34a; }
.floating-btn.call { background: #1E3A5F; }
.navbar-brand { font-family: Barlow, Inter, sans-serif; }
