
/* =========================================
   MOBILE CLEAN VERSION – SLILA ELECTRICITE
   OBJECTIF: LISIBILITE + UX PRO
========================================= */

html, body {
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
}

/* ---------- GLOBAL MOBILE ---------- */
@media (max-width: 768px) {

  body {
    line-height: 1.6;
  }

  section {
    padding: 48px 0 !important;
    height: auto !important;
  }

  .container {
    padding: 0 16px !important;
  }

  /* ---------- HERO ---------- */
  .hero {
    padding: 72px 0 56px !important;
    min-height: auto !important;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 1.8rem !important;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
    margin-top: 24px;
  }

  .hero-buttons a,
  .hero-buttons button {
    width: 100% !important;
    padding: 14px !important;
    font-size: 1rem !important;
  }

  /* ---------- SERVICES BUTTON FIX ---------- */
  .btn-services {
    display: block !important;
  }

  /* ---------- DEVIS SECTION ---------- */
  .quote-section,
  .devis-section {
    padding: 56px 0 !important;
    overflow: visible !important;
  }

  .quote-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px;
  }

  .quote-info {
    text-align: center;
  }

  .quote-info h2 {
    font-size: 1.6rem !important;
    margin-bottom: 12px;
  }

  .quote-form-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    border-radius: 12px;
  }

  /* ---------- FORM ---------- */
  form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
  }

  form input,
  form textarea,
  form select {
    padding: 14px !important;
    font-size: 1rem !important;
  }

  form button {
    padding: 16px !important;
    font-size: 1.05rem !important;
  }
}
