/*
Theme Name: TPDL - Traitement Punaise de Lit Paris
Theme URI: https://traitementpunaisedelitparis.fr
Author: TPDL
Description: Thème WordPress custom pour TPDL - Traitement Punaise de Lit Paris. Expert en traitement thermique, chimique, cryogénique et vapeur sèche contre les punaises de lit à Paris et en Île-de-France.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tpdl
*/

/* Base custom styles beyond Tailwind */
:root {
  --primary: #f17223;
  --primary-dark: #d4631c;
  --secondary: #1a2332;
  --secondary-light: #243044;
  --text-light: #6b7280;
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* FAQ accordion */
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-icon { transition: transform 0.3s ease; }

/* Mobile nav */
#mobile-menu { transition: max-height 0.3s ease; max-height: 0; overflow: hidden; }
#mobile-menu.open { max-height: 500px; }

/* Floating CTA */
.floating-cta { position: fixed; bottom: 24px; right: 24px; z-index: 50; }
@media (max-width: 768px) { .floating-cta { display: none; } }

/* Mobile bar */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; }
@media (max-width: 768px) { .mobile-bar { display: flex; } }
