:root {
  --primary: #f97316;
  --primary-dark: #ea580c;
  --secondary: #0f172a;
  --bg: #f8fafc;
  --card: #ffffff;
  --text: #334155;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden; /* Empêche tout défilement horizontal */
}
/* Header & Navigation */
header {
  background: linear-gradient(135deg, var(--secondary) 0%, #1e293b 100%);
  color: #fff;
  padding: 60px 20px 80px; /* Plus d'espace en bas pour le chevauchement */
  text-align: center;
}
h1 {
  font-size: 2.8rem;
  margin: 0 0 10px;
  color: var(--primary);
  font-weight: 800;
}
.subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 30px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.contact-icon {
  color: var(--primary);
  margin-right: 8px;
}
.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  background: var(--primary);
  padding: 12px 25px;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}
.cta-phone:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}
/* --- SECTION HERO FULL-WIDTH (Large Width) --- */
.hero-full-width {
  width: 100vw; /* 100% de la largeur du viewport */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  line-height: 0; /* Supprime l'espace sous l'image */
}
.hero-image {
  width: 100%;
  height: auto; /* Maintient le ratio d'aspect */
  max-height: 70vh; /* Hauteur maximale de 70% de l'écran */
  object-fit: cover; /* Recadre intelligemment si nécessaire */
  object-position: center 30%; /* Centre sur l'action des couvreurs */
}
/* --- Container & Layout --- */
.container {
  max-width: 1100px;
  margin: -60px auto 60px; /* Chevauchement négatif sur l'image */
  padding: 0 20px;
  position: relative; /* Pour passer au-dessus de l'image si besoin */
  z-index: 10;
}
.card {
  background: var(--card);
  padding: 50px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 40px;
}
h2 {
  color: var(--secondary);
  border-bottom: 3px solid var(--primary);
  display: inline-block;
  padding-bottom: 8px;
  margin-top: 0;
  font-weight: 700;
}
/* Services Icons */
.icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 35px 0;
}
.service-item {
  background: #fff7ed;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid var(--primary);
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: 0.2s ease;
}
.service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 115, 22, 0.15);
}
.service-icon {
  font-size: 1.8rem;
  color: var(--primary);
  width: 35px;
  text-align: center;
  margin-top: 3px;
}
.service-item strong {
  color: var(--secondary);
  font-size: 1.1rem;
}
/* Badges */
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e2e8f0;
  color: var(--secondary);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: bold;
}
.badge i {
  color: var(--primary-dark);
}
/* CTA & Highlights */
.cta-container {
  text-align: center;
  margin-top: 35px;
}
.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--secondary);
  color: white;
  padding: 18px 35px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s ease;
}
.btn-main:hover {
  background: #1e293b;
  transform: translateY(-2px);
}
.card.highlight {
  border: 2px solid var(--primary);
  background: #fffaf5;
}
/* Content Lists */
.content-text ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.content-text li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-size: 1.05rem;
}
.content-text li::before {
  content: "\f00c"; /* Check icon FontAwesome */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--primary);
  top: 2px;
}
/* Footer */
footer {
  background: var(--secondary);
  color: #cbd5e1;
  text-align: center;
  padding: 50px 20px;
  font-size: 1rem;
}
footer a {
  color: var(--primary);
  text-decoration: none;
  font-weight: bold;
}
footer p {
  margin: 8px 0;
}
/* --- RESPONSIVE ADAPTATIONS --- */
@media (max-width: 900px) {
  h1 {
    font-size: 2.2rem;
  }
  .card {
    padding: 30px;
  }
  .hero-image {
    max-height: 50vh;
  } /* Image moins haute sur tablettes */
}
@media (max-width: 600px) {
  header {
    padding: 40px 15px 60px;
  }
  h1 {
    font-size: 1.9rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .cta-phone {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
  .hero-image {
    max-height: 40vh;
  } /* Image encore moins haute sur mobile */
  .container {
    margin-top: -40px;
    padding: 0 10px;
  }
  .card {
    padding: 20px;
    border-radius: 15px;
  }
  .service-item {
    padding: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .service-icon {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .badges {
    justify-content: center;
  }
  .btn-main {
    width: 100%;
    justify-content: center;
  }
}