.theme-dark{background:#0b0b0b;color:#f5f5f5;min-height:100vh}
.container{max-width:1100px;margin:24px auto;padding:20px;font-family:Inter,Arial,Helvetica,sans-serif}
.site-header{border-bottom:1px solid rgba(255,255,255,0.04);padding:12px 0}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:12px}
.logo-circle{width:56px;height:56px;border-radius:10px;background:#111;color:#ffd200;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 6px 18px rgba(0,0,0,0.6)}
.brand h1{font-size:18px;margin:0;color:#fff}
.tagline{margin:0;font-size:13px;color:rgba(255,255,255,0.7)}
.contact-header .call-btn{background:transparent;border:1px solid rgba(255,255,255,0.06);padding:8px 12px;border-radius:8px;color:#fff;text-decoration:none;display:flex;gap:8px;align-items:center}
.hero{display:flex;gap:24px;align-items:center;justify-content:space-between;margin-top:28px}
.hero-content{flex:1}
.hero-content h2{font-size:28px;margin:0 0 10px;color:#ffd200}
.hero-content p{margin:0 0 16px;color:rgba(255,255,255,0.85)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:600}
.btn-whatsapp{background:linear-gradient(180deg,#25d366,#1ebe57);color:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 8px 24px rgba(37,211,102,0.12)}
.btn-yellow{background:#ffd200;color:#111;padding:12px 16px;border-radius:12px;box-shadow:0 8px 24px rgba(255,210,0,0.12)}
.wa-icon{width:20px;height:20px;display:inline-block;vertical-align:middle}
.hero-image .card{background:linear-gradient(180deg,#111,#0f0f0f);padding:18px;border-radius:12px;border:1px solid rgba(255,255,255,0.03);text-align:center;color:#ffd200;min-width:220px}
.services{margin-top:28px}
.services h3{color:#ffd200;margin-bottom:12px}
.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.service{background:#0f0f0f;padding:14px;border-radius:10px;border:1px solid rgba(255,255,255,0.03)}
.service h4{margin:0 0 6px;color:#fff}
.reviews{margin-top:24px}
.review-list blockquote{background:rgba(255,255,255,0.02);padding:12px;border-left:4px solid #ffd200;border-radius:6px;margin:8px 0;color:#ddd}
.about{margin-top:24px;color:rgba(255,255,255,0.9)}
.site-footer{border-top:1px solid rgba(255,255,255,0.04);padding:16px 0;margin-top:28px;color:rgba(255,255,255,0.6)}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.fab{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,0.4);z-index:1000}
.fab img{width:28px;height:28px}
.fab-whatsapp{background:#25D366;right:18px;bottom:18px}
.fab-call{background:#ffd200;right:18px;bottom:86px}
@media(max-width:720px){.hero{flex-direction:column}.fab-call{right:18px;bottom:86px}}
