/* ============================================================
   LOCAL ARTISAN SEO — DESIGN SYSTEM PREMIUM v8.0
   Direction artistique : Dark premium, glassmorphism, orange/bleu
   Typography : Inter (corps) + Poppins (display)
   Grid : 8px base, max-width 1200px
   Auteur : Plugin LASEO — Generation automatique
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@700;800;900&display=swap');

/* ─────────────────────────────────────────────────────────────
   1. DESIGN TOKENS — Variables CSS centralisees
───────────────────────────────────────────────────────────── */
:root {
  /* Couleurs primaires */
  --c-blue:        #1a6bff;
  --c-blue-dark:   #0d4fd6;
  --c-blue-light:  #4d8dff;
  --c-blue-glow:   rgba(26,107,255,0.15);
  --c-orange:      #ff6b1a;
  --c-orange-dark: #e05500;
  --c-orange-glow: rgba(255,107,26,0.15);

  /* Couleurs secondaires */
  --c-green:       #10b981;
  --c-green-dark:  #059669;
  --c-purple:      #7c3aed;
  --c-cyan:        #06b6d4;
  --c-red:         #ef4444;

  /* Backgrounds (3 niveaux de profondeur — ecart visible) */
  --bg-1:          #050b16;
  --bg-2:          #0c1a30;
  --bg-3:          #132244;

  /* Texte */
  --t-white:       #ffffff;
  --t-light:       #dce8f5;
  --t-muted:       #8da0b8;
  --t-dim:         #5a6a7a;

  /* Glass / Surfaces — plus visible pour donner du relief */
  --glass:         rgba(255,255,255,0.055);
  --glass-hover:   rgba(255,255,255,0.10);
  --glass-border:  rgba(255,255,255,0.10);
  --glass-border-hover: rgba(255,255,255,0.22);

  /* Effets — ombres plus fortes */
  --shadow-sm:     0 2px 8px rgba(0,0,0,0.25);
  --shadow-md:     0 8px 32px rgba(0,0,0,0.4);
  --shadow-lg:     0 20px 60px rgba(0,0,0,0.5);
  --shadow-xl:     0 32px 80px rgba(0,0,0,0.6);
  --glow-orange:   0 8px 32px rgba(255,107,26,0.45);
  --glow-blue:     0 8px 32px rgba(26,107,255,0.35);

  /* Radius (cohérence stricte) */
  --r-xs:          8px;
  --r-sm:          12px;
  --r-md:          16px;
  --r-lg:          20px;
  --r-xl:          24px;
  --r-pill:        100px;

  /* Spacing (base 8px) */
  --sp-section:    96px;
  --sp-block:      64px;
  --sp-card:       32px;
  --sp-24:         24px;
  --sp-20:         20px;
  --sp-16:         16px;
  --sp-12:         12px;
  --sp-8:          8px;

  /* Container */
  --container-max: 1200px;
  --container-pad: 24px;

  /* Transitions */
  --ease:          cubic-bezier(0.4, 0, 0.2, 1);
  --duration:      0.3s;
  --duration-slow: 0.5s;
}

/* ─────────────────────────────────────────────────────────────
   2. WRAPPER — Isolation du theme
───────────────────────────────────────────────────────────── */
.laseo-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg-1);
  color: var(--t-white);
  overflow-x: hidden;
  line-height: 1.65;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Template canvas — pas besoin du hack de breakout */
body.laseo-canvas .laseo-wrapper {
  width: 100%;
  margin-left: 0;
}

/* Reset interne */
.laseo-wrapper *,
.laseo-wrapper *::before,
.laseo-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.laseo-wrapper img { max-width: 100%; display: block; height: auto; }
.laseo-wrapper a { text-decoration: none; color: inherit; transition: color var(--duration) var(--ease); }

/* ─────────────────────────────────────────────────────────────
   3. LAYOUT — Container & grid utilities
───────────────────────────────────────────────────────────── */
.laseo-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  width: 100%;
}
.laseo-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.laseo-section-header .laseo-section-desc { margin: 0 auto; }
.laseo-label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--c-blue-light);
  background: linear-gradient(135deg, rgba(26,107,255,0.1), rgba(26,107,255,0.04));
  border: 1px solid rgba(26,107,255,0.22);
  padding: 7px 20px;
  border-radius: var(--r-pill);
  margin-bottom: var(--sp-16);
  box-shadow: 0 2px 12px rgba(26,107,255,0.08);
}
.laseo-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: var(--sp-16);
  letter-spacing: -0.5px;
}
.laseo-section-title .laseo-accent {
  color: var(--c-orange);
  -webkit-text-fill-color: var(--c-orange);
}
.laseo-section-desc {
  color: var(--t-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 600px;
}

/* ─────────────────────────────────────────────────────────────
   4. BOUTONS — Systeme unifie
───────────────────────────────────────────────────────────── */
.laseo-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--c-orange), var(--c-orange-dark));
  color: var(--t-white);
  font-weight: 800;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: var(--r-pill);
  border: none;
  cursor: pointer;
  transition: all var(--duration) var(--ease);
  box-shadow: var(--glow-orange);
  position: relative;
  overflow: hidden;
  font-family: inherit;
  line-height: 1.2;
}
.laseo-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  opacity: 0;
  transition: opacity var(--duration);
}
.laseo-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(255,107,26,0.55);
}
.laseo-btn-primary:hover::before { opacity: 1; }

.laseo-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--glass);
  color: var(--t-white);
  font-weight: 700;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: var(--r-pill);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: all var(--duration) var(--ease);
  backdrop-filter: blur(10px);
  font-family: inherit;
  line-height: 1.2;
}
.laseo-btn-secondary:hover {
  background: var(--glass-hover);
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
}

/* Pulse ring pour CTA telephone */
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.5); opacity: 0; }
}
.laseo-btn-pulse { position: relative; }
.laseo-btn-pulse::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: var(--r-pill);
  background: var(--c-orange);
  animation: pulse-ring 2s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}

/* SVG dans boutons */
.laseo-btn-primary svg,
.laseo-btn-secondary svg { flex-shrink: 0; width: 18px; height: 18px; }

/* ─────────────────────────────────────────────────────────────
   5. TOPBAR — Barre superieure CTA
───────────────────────────────────────────────────────────── */
.laseo-topbar {
  background: linear-gradient(135deg, #0d1a30, #152847);
  border-bottom: 1px solid rgba(26,107,255,0.12);
  padding: 8px 0;
  position: relative;
  z-index: 1000;
}
.laseo-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-12);
}
.laseo-topbar-left {
  font-size: 13px;
  color: var(--t-muted);
  font-weight: 500;
}
.laseo-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.laseo-topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--t-white);
  font-weight: 700;
  font-size: 13px;
  background: rgba(255,107,26,0.12);
  border: 1px solid rgba(255,107,26,0.25);
  padding: 5px 14px;
  border-radius: var(--r-pill);
  transition: all 0.2s var(--ease);
}
.laseo-topbar-phone:hover { background: rgba(255,107,26,0.22); }
.laseo-topbar-phone svg { flex-shrink: 0; width: 14px; height: 14px; }
.laseo-topbar-devis {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--t-white);
  font-weight: 800;
  font-size: 13px;
  background: linear-gradient(135deg, var(--c-orange), var(--c-orange-dark));
  padding: 6px 16px;
  border-radius: var(--r-pill);
  transition: all 0.2s var(--ease);
  box-shadow: 0 2px 12px rgba(255,107,26,0.25);
}
.laseo-topbar-devis svg { flex-shrink: 0; width: 14px; height: 14px; }
.laseo-topbar-devis:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255,107,26,0.45);
}

/* ─────────────────────────────────────────────────────────────
   6. HEADER — Sticky, glassmorphism
───────────────────────────────────────────────────────────── */
.laseo-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(4,10,21,0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--glass-border);
  padding: 14px 0;
  transition: padding var(--duration) var(--ease), background var(--duration) var(--ease);
}
.laseo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-20);
  flex-wrap: nowrap;
}
.laseo-header-brand { display: flex; align-items: center; flex-shrink: 0; }
.laseo-header-logo { display: flex; align-items: center; gap: var(--sp-12); }
.laseo-header-logo-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--c-orange), #ff4500);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--t-white);
  box-shadow: 0 4px 16px rgba(255,107,26,0.3);
}
.laseo-header-logo-icon svg { width: 22px; height: 22px; }
.laseo-header-logo-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -0.5px;
  color: var(--t-white);
  line-height: 1.2;
}
.laseo-header-logo-tagline {
  font-size: 11px;
  color: var(--t-muted);
  font-weight: 500;
  line-height: 1.3;
}
.laseo-header-nav { display: flex; gap: 28px; }
.laseo-header-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--t-muted);
  transition: color 0.2s var(--ease);
  white-space: nowrap;
  position: relative;
}
.laseo-header-link:hover { color: var(--t-white); }
.laseo-header-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--c-orange);
  border-radius: 2px;
  transition: width 0.3s var(--ease);
}
.laseo-header-link:hover::after { width: 100%; }
.laseo-header-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-12);
  flex-shrink: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.laseo-header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 16px;
  color: var(--t-white);
  background: linear-gradient(135deg, var(--c-orange), var(--c-orange-dark));
  padding: 10px 22px;
  border-radius: var(--r-pill);
  transition: all var(--duration) var(--ease);
  box-shadow: 0 4px 20px rgba(255,107,26,0.35);
}
.laseo-header-phone svg { flex-shrink: 0; width: 18px; height: 18px; }
.laseo-header-phone:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(255,107,26,0.55);
}
.laseo-header-urgence {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,107,26,0.1);
  border: 1px solid rgba(255,107,26,0.25);
  color: #ffaa6b;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}
.laseo-dot-live {
  width: 7px;
  height: 7px;
  background: var(--c-orange);
  border-radius: 50%;
  animation: blink 1.2s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.15; }
}

/* Menu mobile toggle */
.laseo-header-menu-btn {
  display: none;
  width: 40px; height: 40px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xs);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--t-white);
}

/* ─────────────────────────────────────────────────────────────
   7. HERO — Section principale immersive
───────────────────────────────────────────────────────────── */
.laseo-hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  width: 100%;
}
.laseo-hero .laseo-container {
  max-width: 1320px !important;
  padding: 0 40px !important;
}

/* Background image / slider */
.laseo-hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.laseo-hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2) saturate(0.8);
}
.laseo-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.laseo-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
.laseo-hero-slide.active { opacity: 1; }
.laseo-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.18) saturate(0.7);
  transform: scale(1.05);
}

/* Overlays decoratifs */
.laseo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%, transparent 40%, transparent 60%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
  z-index: 1;
}
.laseo-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,107,26,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,107,26,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
}
.laseo-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 1;
}
.laseo-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(255,107,26,0.12), transparent 70%);
  top: -250px; right: -150px;
}
.laseo-orb-2 {
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(26,107,255,0.08), transparent 70%);
  bottom: -100px; left: 150px;
}

/* Hero content layout */
.laseo-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 56px;
}
.laseo-hero-left {
  flex: 1;
  min-width: 0;
}
.laseo-hero-right {
  flex: 0 0 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Hero badge */
.laseo-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,107,26,0.35);
  color: #ffaa6b;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: var(--r-pill);
  margin-bottom: var(--sp-24);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.laseo-hero-badge svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Hero titre */
.laseo-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.06;
  margin-bottom: var(--sp-24);
  letter-spacing: -1px;
  text-shadow: 0 3px 24px rgba(0,0,0,0.8);
}
.laseo-hero h1 .laseo-accent {
  color: var(--c-orange);
  -webkit-text-fill-color: var(--c-orange);
}
.laseo-hero-desc {
  font-size: 17px;
  color: var(--t-light);
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 540px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.8);
}

/* Hero CTAs */
.laseo-hero-ctas { display: flex; flex-wrap: wrap; gap: var(--sp-16); align-items: center; }
.laseo-hero-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, var(--c-orange), #ff4500);
  color: var(--t-white);
  font-weight: 900;
  font-size: 19px;
  padding: 18px 36px;
  border-radius: var(--r-pill);
  transition: all var(--duration) var(--ease);
  box-shadow: 0 10px 40px rgba(255,107,26,0.45);
  position: relative;
  overflow: hidden;
}
.laseo-hero-phone:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 56px rgba(255,107,26,0.65);
}
.laseo-phone-icon {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.laseo-phone-icon svg { width: 20px; height: 20px; }
.laseo-hero-phone--sm {
  font-size: 15px !important;
  padding: 12px 24px !important;
  gap: 8px;
}
.laseo-hero-phone--sm .laseo-phone-icon { width: 32px; height: 32px; }

/* Hero dots */
.laseo-hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
.laseo-hero-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all var(--duration) var(--ease);
}
.laseo-hero-dot.active {
  background: var(--c-orange);
  border-color: var(--c-orange);
  transform: scale(1.2);
  box-shadow: 0 0 12px rgba(255,107,26,0.45);
}

/* Stat cards */
.laseo-stat-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-lg);
  padding: 24px 16px;
  text-align: center;
  transition: all 0.45s var(--ease);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
}
.laseo-stat-card:hover {
  background: linear-gradient(180deg, rgba(255,107,26,0.08), rgba(255,255,255,0.04));
  border-color: rgba(255,107,26,0.35);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 20px rgba(255,107,26,0.08);
}
.laseo-stat-icon { font-size: 24px; margin-bottom: 2px; line-height: 1; }
.laseo-stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--t-white);
  line-height: 1;
}
.laseo-stat-label {
  font-size: 11px;
  color: var(--t-muted);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

/* ─────────────────────────────────────────────────────────────
   8. URGENCE BANNER
───────────────────────────────────────────────────────────── */
.laseo-urgence-banner {
  background: linear-gradient(135deg, rgba(255,107,26,0.14), rgba(255,69,0,0.08));
  border-top: 1px solid rgba(255,107,26,0.22);
  border-bottom: 1px solid rgba(255,107,26,0.22);
  padding: 22px 0;
  box-shadow: 0 4px 24px rgba(255,107,26,0.06);
}
.laseo-urgence-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-16);
}
.laseo-urgence-text {
  display: flex;
  align-items: center;
  gap: 14px;
}
.laseo-urgence-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--c-orange), #ff4500);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(255,107,26,0.3);
}
.laseo-urgence-icon svg { width: 24px; height: 24px; color: white; }
.laseo-urgence-text strong { font-size: 17px; font-weight: 800; display: block; }
.laseo-urgence-text p { font-size: 14px; color: var(--t-muted); margin-top: 2px; }

/* ─────────────────────────────────────────────────────────────
   9. TRUST BAR — 6 points de confiance
───────────────────────────────────────────────────────────── */
.laseo-trust-bar {
  background: linear-gradient(135deg, rgba(255,107,26,0.08), rgba(26,107,255,0.06));
  border-top: 1px solid rgba(255,107,26,0.12);
  border-bottom: 1px solid rgba(255,107,26,0.12);
  padding: 28px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.laseo-trust-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--sp-16);
}
.laseo-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform var(--duration) var(--ease);
  min-width: 0;
}
.laseo-trust-item:hover { transform: translateY(-2px); }
.laseo-trust-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(26,107,255,0.12), rgba(26,107,255,0.06));
  border: 1px solid rgba(26,107,255,0.2);
  border-radius: var(--r-sm);
  flex-shrink: 0;
  color: var(--c-blue-light);
  box-shadow: 0 2px 8px rgba(26,107,255,0.1);
}
.laseo-trust-icon svg { width: 20px; height: 20px; }
.laseo-trust-item strong { display: block; font-size: 13px; font-weight: 800; color: var(--t-white); }
.laseo-trust-item span { display: block; font-size: 11px; color: var(--t-muted); font-weight: 500; }

/* ─────────────────────────────────────────────────────────────
   10. SECTIONS — Base + alternance backgrounds + subtle patterns
───────────────────────────────────────────────────────────── */
.laseo-block { padding: var(--sp-section) 0; position: relative; }
.laseo-block-alt { background: var(--bg-2); }

/* Aliases de nommage (FR) pour les blocs — rythme visuel */
.laseo-block-services  {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 0%, rgba(255,107,26,0.04) 0%, transparent 70%),
    var(--bg-1);
}
.laseo-block-problemes {
  padding: var(--sp-section) 0;
  background: var(--bg-2);
}
.laseo-block-solutions {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 50% 60% at 10% 100%, rgba(16,185,129,0.04) 0%, transparent 70%),
    var(--bg-1);
}
.laseo-block-avantages {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 50% 50% at 90% 20%, rgba(26,107,255,0.05) 0%, transparent 60%),
    var(--bg-2);
  border-top: 1px solid rgba(26,107,255,0.06);
  border-bottom: 1px solid rgba(26,107,255,0.06);
}
.laseo-block-deroule {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 50% 60% at 20% 80%, rgba(26,107,255,0.04) 0%, transparent 60%),
    var(--bg-2);
  border-top: 1px solid var(--glass-border);
}
.laseo-block-realisations {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 10%, rgba(255,107,26,0.03) 0%, transparent 60%),
    var(--bg-2);
}
.laseo-block-temoignages {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 60% 60% at 30% 80%, rgba(255,107,26,0.04) 0%, transparent 60%),
    var(--bg-1);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}
.laseo-block-zones {
  padding: 80px 0;
  background:
    radial-gradient(ellipse 50% 50% at 50% 0%, rgba(26,107,255,0.04) 0%, transparent 60%),
    var(--bg-2);
}
.laseo-block-conseils  { padding: var(--sp-section) 0; }
.laseo-block-local     { padding: var(--sp-section) 0; background: var(--bg-2); }
.laseo-block-reassurance {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 50%, rgba(255,107,26,0.04) 0%, transparent 60%),
    var(--bg-2);
  border-top: 1px solid var(--glass-border);
}
.laseo-block-cta-phone {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.laseo-block-cta-form  {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 50% 50% at 80% 30%, rgba(255,107,26,0.03) 0%, transparent 60%),
    var(--bg-1);
}
.laseo-block-faq {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 50% 50% at 50% 100%, rgba(26,107,255,0.04) 0%, transparent 60%),
    var(--bg-2);
  border-top: 1px solid var(--glass-border);
}
/* Intro/expertise text blocks */
.laseo-block-desc_service,
.laseo-block-expertise,
.laseo-block-intro_generale,
.laseo-block-intro_urgence,
.laseo-block-intro_installation,
.laseo-block-intro_entretien,
.laseo-block-intro_diagnostic {
  padding: var(--sp-section) 0;
  background:
    radial-gradient(ellipse 50% 60% at 80% 80%, rgba(26,107,255,0.03) 0%, transparent 60%),
    var(--bg-1);
}

/* ─────────────────────────────────────────────────────────────
   11. SERVICES — Grille de cartes premium
───────────────────────────────────────────────────────────── */
.laseo-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--sp-24);
}

/* Tuer les elements parasites injectes par wpautop() dans TOUTES les grilles */
.laseo-services-grid > p,
.laseo-services-grid > br,
.laseo-services-grid > hr,
.laseo-advantages-grid > p,
.laseo-advantages-grid > br,
.laseo-advantages-grid > hr,
.laseo-real-masonry > p,
.laseo-real-masonry > br,
.laseo-real-masonry > hr,
.laseo-grid > p,
.laseo-grid > br,
.laseo-grid > hr,
.laseo-grid-3 > p,
.laseo-grid-3 > br,
.laseo-grid-3 > hr,
.laseo-trust-inner > p,
.laseo-trust-inner > br,
.laseo-trust-inner > hr,
.laseo-devis-wrapper > p,
.laseo-devis-wrapper > br,
.laseo-devis-wrapper > hr,
.laseo-devis-grid > p,
.laseo-devis-grid > br,
.laseo-devis-grid > hr,
.laseo-split-grid > p,
.laseo-split-grid > br,
.laseo-split-grid > hr,
.laseo-footer-grid > p,
.laseo-footer-grid > br,
.laseo-footer-grid > hr,
.laseo-hero-right > p,
.laseo-hero-right > br,
.laseo-hero-right > hr,
.laseo-wrapper p:empty,
.laseo-wrapper br + br {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.laseo-service-card {
  background: linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: all 0.45s var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.04);
}
.laseo-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255,107,26,0.35);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.5),
    0 0 0 1px rgba(255,107,26,0.15),
    0 0 40px rgba(255,107,26,0.08);
}
/* Image de service */
.laseo-service-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.laseo-service-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.laseo-service-img .laseo-img-placeholder { transition: transform 0.6s var(--ease); }
.laseo-service-card:hover .laseo-service-img img,
.laseo-service-card:hover .laseo-service-img .laseo-img-placeholder { transform: scale(1.06); }
.laseo-service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(10,22,40,0.92) 100%);
  pointer-events: none;
}
.laseo-service-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--c-orange);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 1;
}
.laseo-service-tag.blue { background: var(--c-blue); }
.laseo-service-tag.purple { background: var(--c-purple); }
.laseo-service-tag.green { background: var(--c-green); }
.laseo-service-tag.cyan { background: var(--c-cyan); }

/* Corps de la carte */
.laseo-service-body {
  padding: var(--sp-24);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.laseo-service-icon {
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.laseo-service-icon svg { width: 22px; height: 22px; }
.laseo-service-icon.orange { background: rgba(255,107,26,0.1); border: 1px solid rgba(255,107,26,0.18); color: var(--c-orange); }
.laseo-service-icon.blue   { background: rgba(26,107,255,0.1);  border: 1px solid rgba(26,107,255,0.18);  color: var(--c-blue); }
.laseo-service-icon.purple { background: rgba(124,58,237,0.1);  border: 1px solid rgba(124,58,237,0.18);  color: var(--c-purple); }
.laseo-service-icon.green  { background: rgba(16,185,129,0.1);  border: 1px solid rgba(16,185,129,0.18);  color: var(--c-green); }
.laseo-service-icon.cyan   { background: rgba(6,182,212,0.1);   border: 1px solid rgba(6,182,212,0.18);   color: var(--c-cyan); }
.laseo-service-title {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.25;
}
.laseo-service-desc {
  color: var(--t-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
.laseo-service-features { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.laseo-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9cb0c8;
}
.laseo-feature-item::before {
  content: '\2713';
  width: 18px; height: 18px;
  background: rgba(16,185,129,0.12);
  color: var(--c-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.laseo-service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-orange);
  font-size: 14px;
  font-weight: 700;
  transition: gap 0.2s var(--ease);
  margin-top: auto;
}
.laseo-service-link svg { width: 16px; height: 16px; }
.laseo-service-link:hover { gap: 10px; }

/* ─────────────────────────────────────────────────────────────
   12. SPLIT LAYOUT — Texte + Image
───────────────────────────────────────────────────────────── */
.laseo-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.laseo-split-reverse { direction: rtl; }
.laseo-split-reverse > * { direction: ltr; }
.laseo-split-content { min-width: 0; }
.laseo-split-content p {
  color: var(--t-muted);
  font-size: 16px;
  line-height: 1.75;
}
.laseo-split-features { display: flex; flex-direction: column; gap: 18px; margin-top: 36px; }
.laseo-split-feature {
  display: flex;
  gap: var(--sp-16);
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  padding: var(--sp-24);
  transition: all 0.4s var(--ease);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.laseo-split-feature:hover {
  background: linear-gradient(135deg, rgba(255,107,26,0.06), rgba(255,255,255,0.04));
  border-color: rgba(255,107,26,0.25);
  transform: translateX(6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.laseo-split-feature-num {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, var(--c-green), var(--c-green-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: white;
  flex-shrink: 0;
}
.laseo-split-feature-num.orange { background: linear-gradient(135deg, var(--c-orange), #ff4500); }
.laseo-split-feature-num.blue   { background: linear-gradient(135deg, var(--c-blue), var(--c-blue-dark)); }
.laseo-split-feature-num svg { width: 20px; height: 20px; }
.laseo-split-feature h4 { font-weight: 700; margin-bottom: 4px; font-size: 15px; color: var(--t-white); }
.laseo-split-feature p { font-size: 13px; color: var(--t-muted); line-height: 1.65; }

/* Image dans split */
.laseo-split-image { position: relative; }
.laseo-split-image img {
  width: 100%;
  border-radius: var(--r-xl);
  object-fit: cover;
  height: 500px;
  box-shadow: var(--shadow-lg);
}
.laseo-split-image .laseo-img-placeholder { height: 500px; }

/* Badges flottants */
.laseo-float-badge {
  position: absolute;
  bottom: 28px; left: -20px;
  background: var(--bg-1);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: var(--sp-12);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
  z-index: 2;
}
.laseo-float-badge-2 {
  position: absolute;
  top: 28px; right: -20px;
  background: var(--bg-1);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: var(--sp-12);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.laseo-float-badge-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: white;
}
.laseo-float-badge-icon.green  { background: linear-gradient(135deg, var(--c-green), var(--c-green-dark)); }
.laseo-float-badge-icon.orange { background: linear-gradient(135deg, var(--c-orange), #ff4500); }
.laseo-float-badge-icon.blue   { background: linear-gradient(135deg, var(--c-blue), var(--c-blue-dark)); }
.laseo-float-badge-num { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 900; color: var(--t-white); line-height: 1; }
.laseo-float-badge-text { font-size: 11px; color: var(--t-muted); margin-top: 2px; }

/* ─────────────────────────────────────────────────────────────
   13. REALISATIONS — Galerie masonry
───────────────────────────────────────────────────────────── */
.laseo-real-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-16);
}
.laseo-real-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 280px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: all 0.45s var(--ease);
}
.laseo-real-card:hover {
  border-color: rgba(255,107,26,0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 30px rgba(255,107,26,0.06);
  transform: translateY(-4px);
}
.laseo-real-card:nth-child(1) { grid-column: span 2; height: 320px; }
.laseo-real-card:nth-child(6) { grid-column: span 2; }
.laseo-real-card img,
.laseo-real-card .laseo-img-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease);
  border-radius: 0;
}
.laseo-real-card:hover img,
.laseo-real-card:hover .laseo-img-placeholder { transform: scale(1.06); }
/* Overlay TOUJOURS visible — label lisible en permanence */
.laseo-real-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4,10,21,0.85) 0%, rgba(4,10,21,0.2) 40%, transparent 65%);
  opacity: 1;
  transition: background var(--duration) var(--ease);
  display: flex;
  align-items: flex-end;
  padding: var(--sp-20);
}
.laseo-real-card:hover .laseo-real-card-overlay {
  background: linear-gradient(to top, rgba(255,107,26,0.2) 0%, rgba(4,10,21,0.3) 40%, transparent 65%);
}
.laseo-real-card-label {
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  padding: 6px 14px;
  background: rgba(0,0,0,0.3);
  border-radius: var(--r-xs);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
}

/* ─────────────────────────────────────────────────────────────
   14. TEMOIGNAGES — Slider premium
───────────────────────────────────────────────────────────── */
.laseo-testi-slider {
  position: relative;
  overflow: hidden;
}
.laseo-testi-track {
  display: flex;
  gap: var(--sp-24);
  transition: transform 0.45s var(--ease);
}
.laseo-testi-card {
  background: linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: all 0.4s var(--ease);
  min-width: 320px;
  flex: 0 0 calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.laseo-testi-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: 'Poppins', serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,107,26,0.08);
  pointer-events: none;
}
.laseo-testi-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,107,26,0.3);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 24px rgba(255,107,26,0.05);
}
.laseo-testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
  color: #fbbf24;
}
.laseo-testi-stars svg { width: 18px; height: 18px; }
.laseo-testi-text {
  color: #c8d8ec;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: var(--sp-20);
  font-style: italic;
  flex: 1;
  position: relative;
  z-index: 1;
}
.laseo-testi-author { display: flex; align-items: center; gap: var(--sp-12); margin-top: auto; }
.laseo-testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-orange), #ff4500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
  color: white;
}
.laseo-testi-name { font-weight: 700; font-size: 14px; color: var(--t-white); }
.laseo-testi-location { font-size: 12px; color: var(--t-muted); display: flex; align-items: center; gap: 4px; }
.laseo-testi-location svg { width: 12px; height: 12px; }

/* Slider arrows */
.laseo-slider-prev,
.laseo-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: rgba(10, 22, 40, 0.85);
  color: var(--t-white);
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration) var(--ease);
  backdrop-filter: blur(8px);
}
.laseo-slider-prev:hover,
.laseo-slider-next:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  box-shadow: var(--glow-orange);
}
.laseo-slider-prev { left: 8px; }
.laseo-slider-next { right: 8px; }

/* Google badge */
.laseo-google-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-16);
  margin-top: 48px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-lg);
  padding: 22px 36px;
  max-width: 400px;
  margin-left: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  margin-right: auto;
}
.laseo-google-rating { font-family: 'Poppins', sans-serif; font-size: 38px; font-weight: 900; color: var(--t-white); line-height: 1; }
.laseo-google-info { display: flex; flex-direction: column; gap: 4px; }
.laseo-google-stars { display: flex; gap: 3px; color: #fbbf24; }
.laseo-google-stars svg { width: 16px; height: 16px; }
.laseo-google-label { font-size: 12px; color: var(--t-muted); }

/* ─────────────────────────────────────────────────────────────
   15. ZONES — Tag cloud
───────────────────────────────────────────────────────────── */
.laseo-zones-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-12);
  justify-content: center;
  margin-top: 40px;
}
.laseo-zone-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--t-light);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  transition: all 0.35s var(--ease);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.laseo-zone-tag svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--c-blue-light); }
.laseo-zone-tag:hover {
  background: linear-gradient(135deg, rgba(255,107,26,0.1), rgba(255,107,26,0.04));
  border-color: rgba(255,107,26,0.3);
  color: var(--c-orange);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255,107,26,0.1);
}
.laseo-local-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: var(--sp-20);
}

/* ─────────────────────────────────────────────────────────────
   16. CTA PHONE — Grand CTA telephonique
───────────────────────────────────────────────────────────── */
.laseo-cta-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #0a1628 0%, #152d5a 40%, #1a3568 60%, #0f1d35 100%);
}
.laseo-cta-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 50% at 20% 20%, rgba(26,107,255,0.08), transparent),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(255,107,26,0.06), transparent);
  pointer-events: none;
}
.laseo-cta-orb {
  position: absolute;
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(255,107,26,0.12), transparent 55%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(80px);
}
.laseo-cta-content { position: relative; z-index: 2; }
.laseo-cta-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 900;
  margin-bottom: var(--sp-16);
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.laseo-cta-subtitle { font-size: 18px; color: var(--t-muted); margin-bottom: 44px; }
.laseo-cta-phone-big {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, var(--c-orange), #ff3d00);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 900;
  padding: 24px 52px;
  border-radius: var(--r-pill);
  box-shadow: 0 16px 56px rgba(255,107,26,0.45);
  transition: all var(--duration) var(--ease);
  position: relative;
}
.laseo-cta-phone-big svg { flex-shrink: 0; }
.laseo-cta-phone-big::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: var(--r-pill);
  background: rgba(255,107,26,0.2);
  animation: pulse-ring 2s ease-out infinite;
  z-index: -1;
}
.laseo-cta-phone-big:hover {
  transform: scale(1.04) translateY(-3px);
  box-shadow: 0 24px 72px rgba(255,107,26,0.6);
}
.laseo-cta-reassurance {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.laseo-reassurance-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--t-muted);
  font-size: 14px;
  font-weight: 500;
}
.laseo-reassurance-pill span {
  color: var(--c-green);
  font-size: 16px;
  font-weight: 700;
}

/* ─────────────────────────────────────────────────────────────
   17. FORMULAIRE DEVIS — Split image + form
───────────────────────────────────────────────────────────── */
.laseo-devis-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,107,26,0.05);
}
.laseo-devis-left {
  position: relative;
  min-height: 580px;
}
.laseo-devis-left img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.laseo-devis-left .laseo-img-placeholder {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border-radius: 0;
}
.laseo-devis-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4,10,21,0.95) 0%, rgba(4,10,21,0.4) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  z-index: 1;
}
.laseo-devis-overlay h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1.1;
}
.laseo-devis-overlay p { color: var(--t-muted); font-size: 15px; margin-bottom: 18px; }
.laseo-devis-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #9cb0c8;
  font-size: 14px;
  font-weight: 600;
}

/* Formulaire cote droit */
.laseo-devis-right { padding: 44px; }
.laseo-devis-form { max-width: 100%; background: transparent; border: none; border-radius: 0; padding: 0; }
.laseo-devis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-20);
  margin-bottom: var(--sp-20);
}
.laseo-devis-field { display: flex; flex-direction: column; gap: var(--sp-8); }
.laseo-devis-field--full { grid-column: 1 / -1; }
.laseo-devis-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--t-light);
}
.laseo-devis-field .required { color: var(--c-orange); }
.laseo-devis-field input,
.laseo-devis-field select,
.laseo-devis-field textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-sm);
  color: var(--t-white);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
  width: 100%;
  resize: vertical;
}
.laseo-devis-field input::placeholder,
.laseo-devis-field textarea::placeholder { color: var(--t-dim); }
.laseo-devis-field input:focus,
.laseo-devis-field select:focus,
.laseo-devis-field textarea:focus {
  border-color: var(--c-orange);
  background: rgba(255,107,26,0.04);
  box-shadow: 0 0 0 3px rgba(255,107,26,0.08);
}
.laseo-devis-submit { text-align: center; margin-top: 28px; }
.laseo-devis-submit .laseo-btn-primary { font-size: 17px; padding: 18px 44px; width: 100%; }
.laseo-devis-note {
  text-align: center;
  color: var(--t-dim);
  font-size: 12px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.laseo-devis-note svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ─────────────────────────────────────────────────────────────
   18. FAQ — Accordeon premium
───────────────────────────────────────────────────────────── */
.laseo-faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--sp-12);
}
.laseo-faq-item {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all 0.4s var(--ease);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.laseo-faq-item:hover { border-color: rgba(255,255,255,0.16); }
.laseo-faq-item.open {
  border-color: rgba(26,107,255,0.35);
  box-shadow: 0 8px 32px rgba(26,107,255,0.08), 0 0 0 1px rgba(26,107,255,0.1);
  background: linear-gradient(135deg, rgba(26,107,255,0.04), rgba(255,255,255,0.03));
}
.laseo-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-20) var(--sp-24);
  font-size: 15px;
  font-weight: 700;
  color: var(--t-white);
  cursor: pointer;
  transition: all 0.2s var(--ease);
  gap: var(--sp-16);
  user-select: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
}
.laseo-faq-q:hover { color: var(--c-blue-light); }
.laseo-faq-chevron {
  color: var(--t-muted);
  transition: transform var(--duration) var(--ease), color var(--duration) var(--ease);
  flex-shrink: 0;
}
.laseo-faq-item.open .laseo-faq-chevron {
  transform: rotate(180deg);
  color: var(--c-blue);
}
.laseo-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.3s var(--ease);
}
.laseo-faq-item.open .laseo-faq-a {
  max-height: 500px;
  padding: 0 var(--sp-24) var(--sp-20) var(--sp-24);
}
.laseo-faq-a p { font-size: 14px; color: var(--t-muted); line-height: 1.75; }

/* ─────────────────────────────────────────────────────────────
   19. AVANTAGES / REASSURANCE — Grille de cartes
───────────────────────────────────────────────────────────── */
.laseo-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-20);
}
.laseo-advantages-grid > p,
.laseo-advantages-grid > br,
.laseo-advantages-grid > hr {
  display: none !important;
}
.laseo-advantage-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s var(--ease);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.04);
}
.laseo-advantage-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,107,26,0.35);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 30px rgba(255,107,26,0.06);
  background: linear-gradient(180deg, rgba(255,107,26,0.06) 0%, rgba(255,255,255,0.03) 100%);
}
.laseo-advantage-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, rgba(26,107,255,0.12), rgba(26,107,255,0.06));
  border: 1px solid rgba(26,107,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--c-blue-light);
}
.laseo-advantage-icon svg { width: 26px; height: 26px; }
/* Support h3 ET h4 pour compatibilite */
.laseo-advantage-card h3,
.laseo-advantage-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--t-white);
  line-height: 1.3;
}
.laseo-advantage-card p {
  font-size: 14px;
  color: var(--t-muted);
  line-height: 1.75;
  flex: 1;
}

/* ─────────────────────────────────────────────────────────────
   20. PROBLEMES / SOLUTIONS — Cartes diagnostiques
───────────────────────────────────────────────────────────── */
.laseo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--sp-20);
}
.laseo-grid-3 { grid-template-columns: repeat(3, 1fr); }

.laseo-problem-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  padding: var(--sp-card);
  transition: all 0.4s var(--ease);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.04);
}
.laseo-problem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,59,48,0.3);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35), 0 0 20px rgba(255,59,48,0.05);
}
.laseo-problem-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: rgba(255,59,48,0.1);
  border: 1px solid rgba(255,59,48,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--c-red);
}
.laseo-problem-icon svg { width: 20px; height: 20px; }
/* Support h3 ET h4 */
.laseo-problem-card h3,
.laseo-problem-card h4 { font-weight: 700; margin-bottom: 6px; font-size: 15px; color: var(--t-white); }
.laseo-problem-card p { font-size: 13px; color: var(--t-muted); line-height: 1.7; flex: 1; }

/* Solutions specifiques — icone verte */
.laseo-block-solutions .laseo-problem-icon {
  background: rgba(16,185,129,0.1);
  border-color: rgba(16,185,129,0.18);
  color: var(--c-green);
}
.laseo-block-solutions .laseo-problem-card:hover {
  border-color: rgba(16,185,129,0.25);
}

/* ─────────────────────────────────────────────────────────────
   21. CONSEILS — Cartes astuces
───────────────────────────────────────────────────────────── */
.laseo-conseil-card {
  display: flex;
  gap: var(--sp-16);
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  padding: var(--sp-24);
  transition: all 0.4s var(--ease);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.laseo-conseil-card:hover {
  transform: translateX(6px);
  background: linear-gradient(135deg, rgba(255,107,26,0.05), rgba(255,255,255,0.04));
  border-color: rgba(255,107,26,0.25);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.laseo-conseil-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  background: rgba(26,107,255,0.1);
  border: 1px solid rgba(26,107,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-blue-light);
}
.laseo-conseil-icon svg { width: 20px; height: 20px; }
.laseo-conseil-card p { font-size: 14px; color: var(--t-muted); line-height: 1.7; }

/* ─────────────────────────────────────────────────────────────
   22. IMAGE PLACEHOLDER — Visual premium avec shimmer
───────────────────────────────────────────────────────────── */
@keyframes laseo-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.laseo-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(145deg, #0e1f3d 0%, #162d5a 35%, #1a3568 50%, #132850 65%, #0c1d38 100%);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Shimmer animation — subtle shine movement */
.laseo-img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(26,107,255,0.06) 40%,
    rgba(255,107,26,0.04) 50%,
    rgba(26,107,255,0.06) 60%,
    transparent 80%
  );
  animation: laseo-shimmer 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
/* Tool icon SVG overlay */
.laseo-img-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
  background-size: 48px 48px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.6;
  pointer-events: none;
}
.laseo-img-placeholder.laseo-img-sm {
  border-radius: var(--r-xl) var(--r-xl) 0 0;
}

/* ─────────────────────────────────────────────────────────────
   23. FOOTER — Premium
───────────────────────────────────────────────────────────── */
.laseo-footer {
  background: linear-gradient(180deg, #030912 0%, #020710 100%);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 72px 0 28px;
  position: relative;
}
.laseo-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 200px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-orange), transparent);
  opacity: 0.4;
}
.laseo-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.laseo-footer-brand { min-width: 0; }
.laseo-footer-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: var(--sp-16);
  color: var(--t-white);
}
.laseo-footer-tagline {
  color: var(--t-muted);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: var(--sp-20);
}
.laseo-footer-contact { display: flex; flex-direction: column; gap: 10px; }
.laseo-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--t-muted);
  font-size: 14px;
  transition: color 0.2s var(--ease);
}
a.laseo-footer-contact-item:hover { color: var(--t-white); }
.laseo-footer-contact-item svg { width: 16px; height: 16px; flex-shrink: 0; }
.laseo-footer-col { min-width: 0; }
.laseo-footer-heading {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: var(--sp-20);
  color: var(--t-white);
}
.laseo-footer-link {
  display: block;
  color: var(--t-muted);
  font-size: 14px;
  transition: color 0.2s var(--ease);
  margin-bottom: 10px;
}
.laseo-footer-link:hover { color: var(--c-orange); }
.laseo-footer-bottom {
  border-top: 1px solid var(--glass-border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-12);
}
.laseo-footer-bottom p { color: var(--t-dim); font-size: 12px; }

/* ─────────────────────────────────────────────────────────────
   24. FLOATING CTAs — Boutons fixes
───────────────────────────────────────────────────────────── */
.laseo-floating-cta { position: fixed; bottom: 30px; right: 30px; z-index: 9999; }
.laseo-floating-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--c-orange), #ff3d00);
  color: white;
  font-weight: 900;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  box-shadow: 0 8px 32px rgba(255,107,26,0.55);
  transition: all var(--duration) var(--ease);
  position: relative;
}
.laseo-floating-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: var(--r-pill);
  background: rgba(255,107,26,0.25);
  animation: pulse-ring 1.8s ease-out infinite;
  z-index: -1;
}
.laseo-floating-btn:hover {
  transform: scale(1.06) translateY(-3px);
  box-shadow: 0 16px 48px rgba(255,107,26,0.7);
}
.laseo-floating-icon {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.laseo-floating-icon svg { width: 18px; height: 18px; }

.laseo-floating-devis-cta { position: fixed; bottom: 30px; left: 30px; z-index: 9999; }
.laseo-floating-devis-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--c-blue), var(--c-blue-dark));
  color: white;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: var(--r-pill);
  box-shadow: var(--glow-blue);
  transition: all var(--duration) var(--ease);
}
.laseo-floating-devis-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.laseo-floating-devis-btn:hover {
  transform: scale(1.06) translateY(-3px);
  box-shadow: 0 16px 48px rgba(26,107,255,0.6);
}

/* Sticky mobile bar */
.laseo-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 99999;
  background: rgba(10,22,40,0.95);
  border-top: 1px solid rgba(255,107,26,0.18);
  padding: 10px 16px;
  gap: 10px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.laseo-sticky-call,
.laseo-sticky-devis {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: var(--r-sm);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all var(--duration) var(--ease);
}
.laseo-sticky-call {
  background: linear-gradient(135deg, var(--c-orange), #ff4500);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255,107,26,0.3);
}
.laseo-sticky-call svg { width: 18px; height: 18px; }
.laseo-sticky-devis {
  background: rgba(26,107,255,0.1);
  border: 1px solid rgba(26,107,255,0.25);
  color: var(--c-blue-light);
}
.laseo-sticky-devis svg { width: 18px; height: 18px; }

/* Animations utilitaires */
@keyframes laseoRipple {
  from { transform: scale(0); opacity: 1; }
  to { transform: scale(1); opacity: 0; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─────────────────────────────────────────────────────────────
   24b. MAILLAGE INTERNE — Bloc de liens
───────────────────────────────────────────────────────────── */
.laseo-block-maillage {
  padding: 56px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--glass-border);
}
.laseo-internal-links {
  margin-bottom: 28px;
}
.laseo-internal-links:last-child { margin-bottom: 0; }
.laseo-internal-links h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--t-white);
  margin-bottom: 14px;
}
.laseo-internal-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.laseo-internal-links li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--t-light);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--r-pill);
  transition: all 0.35s var(--ease);
}
.laseo-internal-links li a:hover {
  background: linear-gradient(135deg, rgba(255,107,26,0.1), rgba(255,107,26,0.04));
  border-color: rgba(255,107,26,0.3);
  color: var(--c-orange);
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────────────────────────
   25. RESPONSIVE — Mobile-first breakpoints
───────────────────────────────────────────────────────────── */

/* Tablet landscape (1024px) */
@media (max-width: 1024px) {
  :root { --sp-section: 80px; }
  .laseo-split-grid { grid-template-columns: 1fr; gap: 40px; }
  .laseo-split-image img,
  .laseo-split-image .laseo-img-placeholder { height: 360px; }
  .laseo-float-badge { left: 16px; bottom: 16px; }
  .laseo-real-masonry { grid-template-columns: repeat(3, 1fr); }
  .laseo-real-card:nth-child(1) { grid-column: span 2; }
  .laseo-real-card:nth-child(6) { grid-column: span 1; }
  .laseo-devis-wrapper { grid-template-columns: 1fr; }
  .laseo-devis-left { min-height: 340px; }
  .laseo-devis-overlay h3 { font-size: 28px; }
  .laseo-devis-right { padding: 36px; }
  .laseo-trust-inner { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .laseo-testi-card { flex: 0 0 calc(50% - 12px); min-width: 280px; }
}

/* Tablet portrait (900px) */
@media (max-width: 900px) {
  .laseo-header-nav { display: none; }
  .laseo-header-menu-btn { display: flex; }
  .laseo-split-image { display: none; }
  .laseo-services-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
  .laseo-advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .laseo-grid-3 { grid-template-columns: 1fr; }
  .laseo-real-masonry { grid-template-columns: 1fr 1fr; }
  .laseo-real-card:nth-child(1) { grid-column: span 2; height: 260px; }
  .laseo-real-card:nth-child(6) { grid-column: span 2; }
  .laseo-real-card { height: 200px; }
  .laseo-float-badge,
  .laseo-float-badge-2 { display: none; }
  .laseo-hero-content { flex-direction: column; gap: 40px; }
  .laseo-hero .laseo-container { padding: 0 24px !important; }
  .laseo-hero-right { flex: unset; width: 100%; grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .laseo-stat-card { padding: 18px 12px; }
  .laseo-stat-number { font-size: 26px; }
  .laseo-stat-icon { font-size: 20px; }
  .laseo-trust-inner { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .laseo-trust-item strong { font-size: 12px; }
  .laseo-trust-icon { width: 38px; height: 38px; }
  .laseo-footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Mobile (768px) */
@media (max-width: 768px) {
  :root { --sp-section: 64px; }
  .laseo-topbar { display: none; }
  .laseo-header-urgence { display: none !important; }
  .laseo-header-phone { font-size: 14px; padding: 9px 16px; }
  .laseo-sticky-bar { display: flex; }
  .laseo-floating-cta,
  .laseo-floating-devis-cta { display: none; }
  body { padding-bottom: 72px; }
}

/* Small mobile (600px) */
@media (max-width: 600px) {
  :root { --sp-section: 56px; --container-pad: 20px; }
  .laseo-services-grid { grid-template-columns: 1fr; }
  .laseo-devis-grid { grid-template-columns: 1fr; }
  .laseo-hero h1 { font-size: 34px; letter-spacing: -0.5px; }
  .laseo-hero-phone { font-size: 15px; padding: 14px 24px; gap: 10px; }
  .laseo-phone-icon { width: 34px; height: 34px; }
  .laseo-real-masonry { grid-template-columns: 1fr; }
  .laseo-real-card:nth-child(1),
  .laseo-real-card:nth-child(6) { grid-column: span 1; }
  .laseo-real-card { height: 220px; }
  .laseo-floating-label { display: none; }
  .laseo-floating-btn { padding: 16px; border-radius: 50%; }
  .laseo-floating-devis-label { display: none; }
  .laseo-floating-devis-btn { padding: 14px; border-radius: 50%; }
  .laseo-urgence-inner { flex-direction: column; text-align: center; }
  .laseo-hero-right { grid-template-columns: 1fr 1fr; gap: 10px; }
  .laseo-stat-card { padding: 16px 10px; border-radius: var(--r-md); }
  .laseo-stat-number { font-size: 24px; }
  .laseo-stat-icon { font-size: 18px; }
  .laseo-stat-label { font-size: 10px; }
  .laseo-hero-ctas { flex-direction: column; align-items: stretch; }
  .laseo-hero-ctas .laseo-btn-primary,
  .laseo-hero-ctas .laseo-hero-phone { text-align: center; justify-content: center; }
  .laseo-trust-bar { padding: 20px 12px; }
  .laseo-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .laseo-trust-icon { width: 36px; height: 36px; border-radius: var(--r-xs); }
  .laseo-trust-item strong { font-size: 11px; }
  .laseo-trust-item span { font-size: 10px; }
  .laseo-devis-left { min-height: 260px; }
  .laseo-devis-overlay { padding: 24px; }
  .laseo-devis-overlay h3 { font-size: 24px; }
  .laseo-devis-right { padding: 28px 20px; }
  .laseo-testi-card { min-width: 260px; flex: 0 0 100%; }
  .laseo-slider-prev { left: 4px; width: 36px; height: 36px; font-size: 14px; }
  .laseo-slider-next { right: 4px; width: 36px; height: 36px; font-size: 14px; }
  .laseo-advantages-grid { grid-template-columns: 1fr; }
  .laseo-cta-reassurance { gap: 16px; }
  .laseo-hero-dots { bottom: 16px; gap: 8px; }
  .laseo-hero-dot { width: 10px; height: 10px; }
}

/* Extra small (480px) */
@media (max-width: 480px) {
  :root { --sp-section: 48px; }
  .laseo-header { padding: 10px 0; }
  .laseo-header-phone { font-size: 13px; padding: 8px 12px; }
  .laseo-header-logo-name { font-size: 16px; }
  .laseo-header-logo-icon { width: 36px; height: 36px; }
  .laseo-header-logo-icon svg { width: 18px; height: 18px; }
  .laseo-cta-phone-big { font-size: 16px !important; padding: 14px 28px !important; }
  .laseo-hero h1 { font-size: 28px; }
  .laseo-hero-desc { font-size: 14px; }
  .laseo-section-title { font-size: 26px !important; }
  .laseo-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .laseo-devis-left { min-height: 200px; }
  .laseo-devis-overlay h3 { font-size: 20px; }
  .laseo-devis-right { padding: 24px 16px; }
  .laseo-faq-q { padding: 16px 18px; font-size: 14px; }
  .laseo-faq-item.open .laseo-faq-a { padding: 0 18px 16px 18px; }
  .laseo-footer-bottom { flex-direction: column; text-align: center; }
}
