/* =============================================================
   Carlo Pirmez — Électricité & Bâtiment
   main.css — Feuille de style unique pour toutes les pages
   ============================================================= */

/* ===== VARIABLES ===== */
:root {
  --navy: #0e1c36;
  --navy-mid: #162340;
  --navy-light: #1e2f52;
  --gold: #e8a020;
  --gold-light: #f5ba4a;
  --cream: #f5f0e8;
  --cream-dark: #ede8df;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-muted: #6b7280;
  --radius: 4px;
  --shadow: 0 8px 32px rgba(14,28,54,0.18);
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth;  scroll-padding-top: 68px; }
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  color: var(--text-dark);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== NAVBAR ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%;
  height: 68px;
  background: rgba(14, 28, 54, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--gold);
}
.nav-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: var(--white);
  line-height: 1.1;
}
.nav-brand span { color: var(--gold); font-size: 1.1rem;}
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  font-weight: 500 !important;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius);
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-light) !important; color: var(--navy) !important; }

/* Burger */
.burger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.burger span { width: 26px; height: 2px; background: var(--white); display: block; transition: all 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 100px; left: 0; right: 0;
  background: var(--navy); padding: 1.5rem 5%; z-index: 99;
  border-bottom: 2px solid var(--gold);
  flex-direction: column; gap: 1.2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.85); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mobile-phone { color: var(--gold); font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 0.06em; }

/* ===== PAGE HEADER (services & devis) ===== */
.page-header {
  padding: 140px 5% 80px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  position: relative; overflow: hidden;
}
.page-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--cream);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.page-header-inner { max-width: 700px; position: relative; z-index: 2; }
.page-label-header { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); font-weight: 500; margin-bottom: 0.7rem; }
.page-title-header { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.8rem,5vw,5rem); color: var(--white); line-height: 0.95; margin-bottom: 1rem; }
.page-title-header span { color: var(--gold); }
.page-subtitle-header { font-family: 'Lora', serif; font-style: italic; color: rgba(255,255,255,0.65); font-size: 1.1rem; line-height: 1.6; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 55%, #1a3060 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 100px 5% 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 52%;
  background: rgba(232,160,32,0.06);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,160,32,0.08) 0%, transparent 70%);
  top: -100px; left: -100px;
  pointer-events: none;
}
.hero-text { position: relative; z-index: 2; }
.hero-eyebrow { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 1rem; font-weight: 500; }
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.hero-title span { color: var(--gold); }
.hero-subtitle { font-family: 'Lora', serif; font-style: italic; font-size: clamp(1rem, 2vw, 1.3rem); color: rgba(255,255,255,0.6); margin-bottom: 2rem; letter-spacing: 0.02em; }
.hero-tagline { font-size: 1rem; color: rgba(255,255,255,0.78); line-height: 1.7; max-width: 440px; margin-bottom: 2.5rem; }

.phone-block {
  display: flex; align-items: center; gap: 1rem;
  background: var(--gold);
  padding: 1rem 1.6rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  width: fit-content;
  box-shadow: 0 4px 24px rgba(232,160,32,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.phone-block:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,160,32,0.45); }
.phone-icon { font-size: 1.4rem; color: rgb(197, 5, 5);}
.phone-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); font-weight: 500; }
.phone-number { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; color: var(--navy); letter-spacing: 0.06em; line-height: 1; }

.hero-btn {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.35);
  color: var(--white);
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius);
  font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 400;
  transition: all 0.2s;
}
.hero-btn:hover { border-color: var(--gold); color: var(--gold); }

.hero-image-wrap { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }
.hero-photo-frame {
  width: clamp(280px, 36vw, 440px);
  aspect-ratio: 3/4;
  background: var(--navy-light);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow), 8px 8px 0 var(--gold);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #1e3060 0%, #0e1c36 100%);
  color: rgba(255,255,255,0.4);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5rem; letter-spacing: 0.1em;
  gap: 0.5rem;
}
.photo-placeholder small { font-size: 0.75rem; letter-spacing: 0.15em; font-family: 'DM Sans', sans-serif; font-weight: 300; }
.badge-exp {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--gold); color: var(--navy);
  width: 100px; height: 100px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  padding: 10px;
}
.badge-exp .num { font-size: 2.2rem; line-height: 1; }
.badge-exp .lbl { font-size: 0.55rem; letter-spacing: 0.12em; text-align: center; line-height: 1.2; font-family: 'DM Sans', sans-serif; font-weight: 500; }

.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.35); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
}
.scroll-hint::after {
  content: '';
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.3;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.1)} }

/* ===== SECTION COMMONS ===== */
section { padding: 90px 5%; }
.section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); font-weight: 500; margin-bottom: 0.7rem; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.05; color: var(--navy); margin-bottom: 1.5rem; }

/* ===== MON HISTOIRE ===== */
#histoire { background: var(--cream-dark); position: relative; overflow: hidden; }
#histoire::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 5px; background: var(--gold); }
.histoire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1200px; margin: 0 auto; }
.histoire-img-wrap { position: relative; }
.histoire-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); }
.histoire-img-placeholder {
  width: 100%; aspect-ratio: 4/5;
  background: linear-gradient(160deg, var(--navy-light), var(--navy));
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.25);
  font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 0.1em;
  box-shadow: var(--shadow);
}
.histoire-accent {
  position: absolute; bottom: -20px; left: -20px;
  width: 100px; height: 100px;
  border: 3px solid var(--gold); border-radius: 2px; z-index: -1;
}
.histoire-text .section-title { margin-bottom: 0.5rem; }
.histoire-intro { font-family: 'Lora', serif; font-style: italic; font-size: 1.15rem; color: var(--navy-light); line-height: 1.7; margin-bottom: 1.5rem; border-left: 3px solid var(--gold); padding-left: 1.2rem; }
.histoire-body { font-size: 0.97rem; line-height: 1.85; color: #3a3a3a; }
.histoire-body p + p { margin-top: 1rem; }
.stats-strip { display: flex; gap: 2rem; margin-top: 2.5rem; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.6rem; color: var(--gold); line-height: 1; }
.stat-lbl { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 2px; }

/* ===== VALEURS ===== */
#valeurs { background: var(--navy); }
#valeurs .section-title { color: var(--white); }
.valeurs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.valeur-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(232,160,32,0.2);
  border-top: 3px solid var(--gold);
  padding: 2rem 1.6rem; border-radius: var(--radius);
  transition: background 0.2s, transform 0.2s;
}
.valeur-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-4px); }
.valeur-icon { font-size: 2rem; margin-bottom: 1rem; color:var(--gold)}
.valeur-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.05em; color: var(--gold); margin-bottom: 0.8rem; }
.valeur-desc { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.65); }

/* ===== PHONE BAR (services) ===== */
.phone-bar {
  background: var(--gold);
  text-align: center;
  padding: 0.9rem 5%;
  display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap;
}
.phone-bar-text { font-size: 0.88rem; color: var(--navy); font-weight: 400; }
.phone-bar-number { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--navy); letter-spacing: 0.06em; }

/* ===== SPÉCIALITÉS ===== */
#specialites { background: var(--cream); }
.specialites-intro { font-size: 1rem; line-height: 1.7; color: var(--text-muted); max-width: 640px; margin-bottom: 3rem; }
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.spec-card {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform 0.2s; position: relative;
}
.spec-card:hover { transform: translateY(-5px); }
.spec-card-img { width: 100%; height: 200px; object-fit: cover; }
.spec-card-img-placeholder {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, var(--navy-light), var(--navy));
  display: flex; align-items: center; justify-content: center; font-size: 3rem;
  color: var(--gold-light);
}
.spec-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: var(--navy);
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 2px;
}
.spec-body { padding: 1.6rem; }
.spec-icon { font-size: 1.6rem; margin-bottom: 0.6rem;  }
.spec-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--navy); letter-spacing: 0.04em; margin-bottom: 0.8rem; }
.spec-desc { font-size: 0.9rem; line-height: 1.7; color: #444; }
.spec-list { margin-top: 0.8rem; padding-left: 1.2rem; }
.spec-list li { font-size: 0.88rem; color: #555; margin-bottom: 0.3rem; }

.spec-btn{
  margin-top: 20px;
}

/* ===== AUTRES SERVICES ===== */
#autres { background: var(--cream-dark); }
.autres-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.autre-card {
  background: var(--white); border: 1px solid rgba(14,28,54,0.08);
  border-left: 4px solid var(--gold);
  padding: 1.5rem; border-radius: var(--radius);
  transition: box-shadow 0.2s;
}
.autre-card:hover { box-shadow: var(--shadow); }
.autre-icon { font-size: 1.5rem; margin-bottom: 0.6rem; }
.autre-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.5rem; letter-spacing: 0.04em; }
.autre-desc { font-size: 0.88rem; color: #555; line-height: 1.65; }

/* ===== VIDEO ===== */
#video-section { background: var(--navy); }
#video-section .section-title { color: var(--white); }
.video-wrap {
  max-width: 840px; margin: 2rem auto 0;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,0,0,0.4), 0 0 0 3px var(--gold);
}
.video-wrap iframe { width: 100%; height: 473px; border: none; display: block; }

/* ===== ZONE D'INTERVENTION ===== */
#zone { background: var(--cream); }
.zone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.zone-text p { font-size: 0.97rem; line-height: 1.8; color: #3a3a3a; margin-bottom: 1rem; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.zone-tag { background: var(--navy); color: var(--white); padding: 0.4rem 1rem; border-radius: 30px; font-size: 0.82rem; letter-spacing: 0.06em; }
.zone-visual { background: var(--navy); border-radius: var(--radius); padding: 2.5rem; text-align: center; box-shadow: var(--shadow); }
.zone-visual-icon { font-size: 4rem; margin-bottom: 1rem; color: var(--gold); }
.zone-visual-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--gold); letter-spacing: 0.05em; }
.zone-visual-sub { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-top: 0.5rem; }
.zone-visual-highlight { color: var(--white); font-size: 1.1rem; margin-top: 1.2rem; line-height: 1.6; }

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--gold);
  padding: 50px 5%;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 2rem;
}
.cta-band-text { }
.cta-band-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem,3vw,2.6rem); color: var(--navy); line-height: 1.1; }
.cta-band-sub { font-size: 0.95rem; color: rgba(14,28,54,0.75); margin-top: 0.4rem; }
.cta-band-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.btn-primary {
  display: inline-block; background: var(--navy); color: var(--white);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-weight: 500; letter-spacing: 0.05em; font-size: 0.9rem; text-transform: uppercase;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--navy-light); color: var(--white); }
.btn-secondary {
  display: inline-block; background: var(--navy); color: var(--white);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-weight: 500; letter-spacing: 0.05em; font-size: 0.9rem; text-transform: uppercase;
  transition: background 0.2s;
}
.btn-secondary:hover { background: var(--navy-light); color: var(--white); }
.btn-phone-lg { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--navy); letter-spacing: 0.06em; }
.btn-phone-lg:hover { color: var(--navy-light); }

/* ===== DEVIS PAGE ===== */
.devis-section { padding: 80px 5%; }
.devis-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; max-width: 1200px; margin: 0 auto; align-items: start; }
.info-badge {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-weight: 500; font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.1em; padding: 0.5rem 1rem; border-radius: 2px; margin-bottom: 2rem;
}
.info-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem,3vw,2.8rem); color: var(--navy); line-height: 1.05; margin-bottom: 1rem; }
.info-intro { font-family: 'Lora', serif; font-style: italic; font-size: 1rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 2rem; border-left: 3px solid var(--gold); padding-left: 1rem; }
.contact-card { background: var(--navy); border-radius: var(--radius); padding: 2rem; margin-bottom: 2rem; box-shadow: var(--shadow); }
.contact-card-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: var(--gold); letter-spacing: 0.08em; margin-bottom: 1.2rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.contact-item:last-child { margin-bottom: 0; }
.contact-icon { font-size: 1.2rem; flex-shrink: 0; color: var(--gold-light); }
.contact-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); }
.contact-value { font-size: 1rem; color: var(--white); margin-top: 1px; }
.contact-value a { color: var(--gold); transition: color 0.2s; }
.contact-value a:hover { color: var(--gold-light); }
.contact-phone-big { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.06em; }
.guarantees { display: flex; flex-direction: column; gap: 0.8rem; }
.guarantee-item { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.9rem; color: var(--text-dark); line-height: 1.5; }
.guarantee-item::before {
  content: '✓'; background: var(--gold); color: var(--navy);
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}

/* Form */
.form-wrap { background: var(--white); border-radius: var(--radius); padding: 3rem; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.form-title { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--navy); letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.form-subtitle { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { margin-bottom: 1.4rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); margin-bottom: 0.4rem; }
.form-group label .req { color: var(--gold); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e0dbd0;
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem; font-weight: 300;
  color: var(--text-dark);
  background: var(--cream);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { cursor: pointer; }
.rgpd-text {
  font-size: 0.78rem; color: var(--text-muted); line-height: 1.5;
  background: var(--cream); padding: 1rem; border-radius: var(--radius);
  margin-bottom: 1.5rem; border-left: 3px solid #e0dbd0;
}
.rgpd-text a { color: var(--navy); text-decoration: underline; }
.btn-submit {
  width: 100%; background: var(--gold); color: var(--navy);
  border: none; cursor: pointer;
  padding: 1rem 2rem;
  font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--radius);
  transition: background 0.2s, transform 0.15s;
}
.btn-submit:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-submit:active { transform: none; }

/* Form messages */
.form-success {
  background: #e8f5e9; border: 2px solid #66bb6a;
  border-radius: var(--radius); padding: 1.5rem;
  text-align: center; margin-top: 1rem;
}
.form-success h3 { color: #2e7d32; font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; margin-bottom: 0.5rem; }
.form-success p { color: #388e3c; font-size: 0.9rem; }
.form-error {
  background: #ffebee; border: 2px solid #e53935;
  border-radius: var(--radius); padding: 1.5rem;
  text-align: center; margin-bottom: 1.5rem;
}
.form-error p { color: #c62828; font-size: 0.9rem; }
.field-error { border-color: #e53935 !important; }

/* ===== FOOTER ===== */
footer { background: var(--navy); padding: 50px 5% 30px; color: rgba(255,255,255,0.55); border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--white); letter-spacing: 0.06em; margin-bottom: 0.8rem; }
.footer-brand span { color: var(--gold); }
.footer-desc { font-size: 0.88rem; line-height: 1.7; max-width: 320px; }
.footer-col h4 { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col li { font-size: 0.88rem; }
.footer-col a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-phone { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--white); letter-spacing: 0.06em; margin-top: 0.5rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.78rem; }
.footer-bottom span { color: rgba(255,255,255,0.3); }

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/*Hide recaptcha badge*/
.grecaptcha-badge { visibility: hidden; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  html{scroll-padding-top: 100px; }
  nav{height: 100px;}
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-text { order: 2; }
  .hero-image-wrap { order: 1; margin-bottom: 2rem; }
  .phone-block { margin: 0 auto 1.5rem; }
  .hero-btn { margin: 0 auto; display: block; width: fit-content; }
  .histoire-grid { grid-template-columns: 1fr; gap: 3rem; }
  .valeurs-grid { grid-template-columns: 1fr; }
  .zone-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .devis-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .stats-strip { justify-content: center; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  section { padding: 60px 5%; }
  .hero { padding: 90px 5% 50px; }
  .devis-section { padding: 60px 5%; }
  .form-wrap { padding: 2rem 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .video-wrap iframe { height: 220px; }
  .cta-band { text-align: center; justify-content: center; }
  .footer-bottom { justify-content: center; text-align: center; }
}
