
:root { --p:#e74c3c; --s:#2c3e50; }
body { font-family: 'Segoe UI', Tahoma, sans-serif; line-height:1.7; background:#f9f9f9; color:#333; }
.navbar-brand img { height:50px; }
.hero-section { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/static/img/hero.webp') no-repeat center center; background-size:cover; padding:100px 0; color:white; }
.wa-btn { position:fixed; bottom:20px; right:20px; background:#25d366; color:white; width:65px; height:65px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:35px; z-index:9999; box-shadow:0 4px 15px rgba(0,0,0,0.3); }
.call-btn { position:fixed; bottom:100px; right:20px; background:#007bff; color:white; width:65px; height:65px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:30px; z-index:9999; box-shadow:0 4px 15px rgba(0,0,0,0.3); }
.card { border:none; transition:0.3s; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.card:hover { transform:translateY(-10px); }
.check-list { list-style:none; padding:0; }
.check-list li::before { content:'\f00c'; font-family:'Font Awesome 5 Free'; font-weight:900; color:#27ae60; margin-right:10px; }
.cookie-banner { position:fixed; bottom:0; width:100%; background:rgba(44,62,80,0.95); color:white; padding:15px; z-index:10000; display:none; }
