/*
Theme Name: Smartpixbooth
Theme URI: https://smartpixbooth.net
Author: Smart Network Solutions
Description: High-performance, neon-branded theme for photo booth rentals. Optimized for the Smartpixbooth brand.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartpixbooth
*/

/* --- Brand CSS --- */
:root {
    --primary-neon: #C058FF;
    --secondary-neon: #FF69B4;
    --accent-cyan: #00F0FF;
    --dark-bg: #0F0C29;
}

body {
    background-color: var(--dark-bg);
    color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.neon-button {
    background: linear-gradient(90deg, var(--primary-neon) 0%, var(--secondary-neon) 100%) !important;
    border: none;
    border-radius: 50px;
    color: white !important;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 4px 15px rgba(192, 88, 255, 0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.neon-button:hover {
    box-shadow: 0px 4px 20px rgba(0, 240, 255, 0.6);
    transform: translateY(-2px);
}

.section-accent {
    border-left: 5px solid var(--accent-cyan);
    padding-left: 15px;
}
