/*
 Theme Name: Retail Security — One Zip (Blocksy Child) v2
 Theme URI: https://retailsecurity.co.za
 Description: Single ZIP installer for the Retail Security starter site. Adds a floating WhatsApp 'Chat Now' button and a Quote Request page & form. No armed response services.
 Author: You
 Template: blocksy
 Version: 1.1.0
 Text Domain: retailsecurity-onezip-v2
*/
:root { --rs-red:#E11D2A; --rs-dark:#0B0B0B; --rs-charcoal:#121212; }
body { background:#0B0B0B; color:#fff; }
a { color:var(--rs-red); }
button, .wp-block-button__link, .ct-button, .btn, input[type=submit] { background: var(--rs-red); color:#fff; border-radius:10px; padding:.75rem 1rem; }
.site-header, .ct-footer { background:#0B0B0B; }
.card, .ct-feature-card { background:#121212; border-radius:16px; }
.wpcf7 form .wpcf7-form-control { background:#0f0f0f; border:1px solid #2b2b2b; color:#fff; border-radius:8px; padding:.65rem; }
.wpcf7 form .wpcf7-submit { background:var(--rs-red); border:none; }
/* Floating WhatsApp button */
.rs-wa-fab { position: fixed; right: 20px; bottom: 20px; z-index: 9999; display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1rem; border-radius: 999px; background: #25D366; color:#0b0b0b; font-weight: 700; text-decoration:none; box-shadow: 0 10px 20px rgba(0,0,0,.25); }
.rs-wa-fab:hover { filter: brightness(1.1); }
.rs-wa-fab svg { width: 22px; height: 22px; }
@media (max-width: 768px){ .rs-wa-fab span{ display:none; } }
