/*
Theme Name: Nettoyage Suisse Romande
Theme URI: https://suissenettoyage.ch
Author: Lead UI/UX Designer
Author URI: https://suissenettoyage.ch
Description: Thème WordPress ultra-rapide, mobile-first et optimisé pour la conversion pour apporteur d'affaires en nettoyage en Suisse romande (Lausanne, Nyon, Morges). Compatible WPForms et personnalisable depuis l'outil de personnalisation WordPress.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nettoyage-romandie
Tags: one-column, custom-colors, custom-logo, custom-menu, landing-page, translation-ready
*/

/* Reset basique & styles globaux */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #FFFFFF;
    color: #1E293B;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

.touch-target {
    min-height: 48px;
}

/* Compatibilité sélecteurs et cartes du quiz */
.option-card input:checked + div {
    border-color: #2563eb !important;
    background-color: #eff6ff !important;
    box-shadow: 0 0 0 1px #2563eb !important;
}

/* WPForms styling standardisé */
.wpforms-container {
    margin: 0 !important;
    padding: 0 !important;
}

.wpforms-field label {
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    color: #0f172a !important;
    margin-bottom: 0.35rem !important;
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field select {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #cbd5e1 !important;
    font-size: 0.875rem !important;
    background-color: #ffffff !important;
}

.wpforms-submit {
    background-color: #2563eb !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 1rem 1.5rem !important;
    border-radius: 0.75rem !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    min-height: 48px !important;
    font-size: 1rem !important;
    transition: all 0.2s ease-in-out !important;
}

.wpforms-submit:hover {
    background-color: #1d4ed8 !important;
}
