/* ============================================================
   OREPP SOS INFORMATIQUE MORANGIS — Design System 2026 (V9)
   Identité : bleu profond #0F4374, accent #4A7FB3, chaleur #C4A574
   Typographie : Inter (corps) + Montserrat (titres/numéros)
   Tendances 2026 : mesh gradients, glassmorphism subtil,
   ombres layered colorées, floating slow, micro-interactions,
   gradient borders, super-ellipse radius, PWA-ready.
   ============================================================ */

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

:root {
  /* === COULEURS === */
  --blue-deep: #0B2E52;
  --blue-deep-dark: #061E36;
  --blue-medium: #0F4B82;
  --blue-accent: #4A7FB3;
  --blue-light: #A9CDF6;
  --blue-pale: #9BC1D8;
  --blue-gray: #5C809A;
  --wood: #C4A574;
  --wood-light: #EAD4B8;
  --wood-dark: #9B6E46;

  --white: #FFFFFF;
  --off-white: #F4F7FB;
  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;

  --success: #16A34A;
  --success-light: #DCFCE7;
  --success-dark: #166534;
  --warning: #F59E0B;
  --danger: #DC2626;
  --danger-light: #FEE2E2;

  /* === TYPO === */
  --font-display: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;

  /* === SURFACES === */
  --bg-main: var(--white);
  --bg-card: rgba(255, 255, 255, 0.92);
  --bg-alt: var(--gray-50);
  --bg-hero: var(--blue-deep);
  --bg-footer: var(--blue-deep-dark);

  --text-main: var(--gray-900);
  --text-muted: var(--gray-500);
  --text-light: var(--gray-400);
  --text-on-dark: var(--white);
  --text-on-dark-muted: var(--blue-pale);

  --primary: var(--blue-medium);
  --primary-hover: var(--blue-deep);
  --accent: var(--blue-accent);

  --border-light: var(--gray-200);

  /* === OMBRES 2026 : layered + couleur === */
  --shadow-xs: 0 1px 2px rgba(15, 67, 116, 0.04);
  --shadow-sm: 0 2px 6px rgba(15, 67, 116, 0.05), 0 1px 2px rgba(15, 67, 116, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 67, 116, 0.08), 0 2px 6px rgba(15, 67, 116, 0.04);
  --shadow-lg: 0 18px 44px rgba(15, 67, 116, 0.10), 0 4px 12px rgba(15, 67, 116, 0.05);
  --shadow-xl: 0 28px 70px rgba(15, 67, 116, 0.14), 0 8px 24px rgba(15, 67, 116, 0.06);
  --shadow-glow: 0 0 40px rgba(74, 127, 179, 0.18);
  --shadow-glow-success: 0 0 40px rgba(22, 163, 74, 0.22);
  --shadow-colored: 0 20px 50px rgba(74, 127, 179, 0.18);

  /* === GRADIENTS === */
  --grad: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-medium) 50%, var(--blue-accent) 100%);
  --grad-btn: linear-gradient(135deg, var(--blue-medium) 0%, var(--blue-accent) 100%);
  --grad-warm: linear-gradient(135deg, var(--wood-dark) 0%, var(--wood) 100%);
  --grad-mesh:
    radial-gradient(ellipse 60% 50% at 15% 20%, rgba(74, 127, 179, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 55% at 85% 75%, rgba(196, 165, 116, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(74, 127, 179, 0.08), transparent 60%);
  --grad-aurora: linear-gradient(120deg, #0B2E52 0%, #0F4B82 40%, #1A5A96 70%, #0B2E52 100%);
  --grad-border: linear-gradient(135deg, rgba(74, 127, 179, 0.55), rgba(196, 165, 116, 0.45));

  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font-body);
  background: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 720px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.center .section-sub { margin-left: auto; margin-right: auto; }

/* ============================================================
   TYPOGRAPHIE
   ============================================================ */
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.5rem, 5.8vw, 4.4rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); font-weight: 700; }

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 4.6vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--text-main);
}
.section-title .grad-text { display: inline; }

.section-sub {
  font-family: var(--font-body);
  color: var(--text-muted);
  font-size: 1.12rem;
  max-width: 680px;
  font-weight: 400;
  line-height: 1.6;
}

.display { font-family: var(--font-display); font-weight: 900; }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
  color: var(--blue-accent);
  background: rgba(74, 127, 179, .08);
  border: 1px solid rgba(74, 127, 179, .18);
  padding: 8px 18px; border-radius: 999px;
  backdrop-filter: blur(4px);
}
.hero .kicker,
.section.dark .kicker {
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.lead {
  font-size: 1.18rem;
  color: var(--text-muted);
  max-width: 620px;
  line-height: 1.65;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(226, 232, 240, .8);
  transition: box-shadow var(--transition), background var(--transition);
}
.navbar.scrolled {
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-sm);
}
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.nav-logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.12rem; letter-spacing: .02em; line-height: 1;
}
.nav-logo img {
  height: 38px; width: 38px; object-fit: contain; border-radius: 10px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-bounce);
}
.nav-logo:hover img { transform: scale(1.08) rotate(-3deg); }
.nav-logo span {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-family: var(--font-body); }
.nav-links a {
  color: var(--text-muted); font-weight: 600;
  position: relative; transition: color var(--transition);
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--grad-btn); border-radius: 2px; transition: width var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--blue-medium); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta {
  background: var(--grad-btn); color: #fff !important; font-weight: 700;
  padding: 11px 22px; border-radius: 999px; transition: all var(--transition);
  box-shadow: 0 6px 20px rgba(15, 75, 130, .25);
  font-family: var(--font-display);
}
.nav-cta::after { display: none; }
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 75, 130, .35), 0 0 20px rgba(74, 127, 179, .25);
}

.mobile-toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 8px; background: none; border: 0;
}
.mobile-toggle span {
  width: 24px; height: 2px; background: var(--text-main); border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.mobile-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh; display: flex; align-items: center; position: relative;
  padding: 160px 0 90px; overflow: hidden;
  background: var(--grad-aurora);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: var(--grad-mesh);
  pointer-events: none;
  animation: meshShift 18s ease-in-out infinite alternate;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .35; pointer-events: none;
}
@keyframes meshShift {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.08) translate(-2%, -2%); }
}

.hero-bg { display: none; }

.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center;
  position: relative; z-index: 1;
}
.hero-content { text-align: left; }
.hero h1 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2.5rem, 5.6vw, 4.2rem);
  line-height: 1.05; margin: 22px 0 24px;
  color: var(--white);
}
.hero h1 .accent-word { color: var(--blue-light); }
.hero p.lead {
  font-family: var(--font-body); font-size: 1.18rem;
  color: var(--blue-pale); max-width: 560px; margin-bottom: 34px;
}
.hero p.lead b { color: var(--white); font-weight: 600; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.hero-segment { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.segment-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: .98rem;
  border: 1px solid rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .08);
  color: var(--white); transition: all var(--transition);
  backdrop-filter: blur(6px);
}
.segment-btn:hover {
  background: var(--white); color: var(--blue-deep);
  transform: translateY(-2px); box-shadow: var(--shadow-md);
}

.hero-meta {
  margin-top: 18px; color: var(--blue-pale); font-size: .95rem; font-weight: 500;
  display: flex; align-items: center; gap: 8px;
}
.hero-reassure {
  display: flex; gap: 22px; flex-wrap: wrap; margin-top: 28px;
  color: var(--blue-pale); font-size: .86rem; font-weight: 600;
}
.hero-reassure span { display: flex; align-items: center; gap: 7px; }
.hero-reassure svg, .hero-reassure .icon { color: var(--wood); font-size: 1.1rem; }

.hero-photo { position: relative; justify-self: center; }
.hero-photo img {
  border-radius: 28px; border: 1px solid rgba(169, 205, 246, .25);
  box-shadow: var(--shadow-colored);
  max-height: 520px; object-fit: cover; width: 100%;
}
.hero-photo::before {
  content: ''; position: absolute; inset: -18px; z-index: -1;
  background: linear-gradient(135deg, rgba(74, 127, 179, .25), rgba(196, 165, 116, .18));
  border-radius: 34px; filter: blur(22px); opacity: .8;
}
.photo-badge {
  position: absolute; bottom: 22px; left: 22px;
  background: rgba(15, 43, 82, .88); backdrop-filter: blur(12px);
  border: 1px solid rgba(169, 205, 246, .25); border-radius: 14px;
  padding: 13px 20px; font-size: .92rem; font-weight: 700; color: var(--white);
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 8px;
}
.photo-badge b { color: var(--warning); letter-spacing: 1px; }

/* ============================================================
   BOUTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; padding: 15px 30px; border-radius: 999px; font-size: 1rem;
  transition: all var(--transition); cursor: pointer; border: 0;
  font-family: var(--font-body); position: relative; overflow: hidden;
}
.btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(255,255,255,.25) 50%, transparent 65%);
  transform: translateX(-120%); transition: transform .6s;
  pointer-events: none;
}
.btn:hover::after { transform: translateX(120%); }
.btn-primary {
  background: var(--grad-btn); color: #fff;
  box-shadow: 0 8px 24px rgba(15, 75, 130, .28), 0 0 0 rgba(74, 127, 179, 0);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 75, 130, .35), 0 0 28px rgba(74, 127, 179, .2);
}
.btn-ghost {
  border: 1px solid var(--border-light); color: var(--text-main); background: transparent;
}
.btn-ghost:hover { border-color: var(--blue-medium); color: var(--blue-medium); background: rgba(74, 127, 179, .04); }
.btn-dark { background: var(--blue-deep); color: var(--white); }
.btn-dark:hover { background: var(--blue-deep-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ============================================================
   TÉLÉPHONE GÉANT
   ============================================================ */
.phone-giant {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--success); color: #fff; font-weight: 900;
  font-size: clamp(1.25rem, 3vw, 1.8rem); letter-spacing: .01em;
  padding: 18px 34px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 8px 24px rgba(22, 163, 74, .3), 0 0 0 rgba(22, 163, 74, 0);
  transition: all var(--transition); font-family: var(--font-display);
  position: relative; overflow: hidden;
}
.phone-giant::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(255,255,255,.25) 50%, transparent 65%);
  transform: translateX(-120%); transition: transform .6s; pointer-events: none;
}
.phone-giant:hover::after { transform: translateX(120%); }
.phone-giant:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 36px rgba(22, 163, 74, .38), 0 0 30px rgba(22, 163, 74, .22);
}
.pulse-dot {
  width: 14px; height: 14px; border-radius: 50%; background: #fff;
  animation: pulseDot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
  50% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
}

/* ============================================================
   BADGES SAP
   ============================================================ */
.sap-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(22, 163, 74, .12); border: 1px solid rgba(22, 163, 74, .3);
  color: var(--success-dark); border-radius: 999px; padding: 10px 22px;
  font-weight: 700; font-size: .92rem; margin-top: 22px; font-family: var(--font-body);
  backdrop-filter: blur(4px);
}
.sap-badge-mini {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px; padding: 5px 12px; margin: 8px 0 14px;
  font-size: 0.72rem; color: #8ba8c8; font-weight: 400; letter-spacing: 0.15px;
  transition: all var(--transition);
}
.sap-badge-mini:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.2); }

/* ============================================================
   BANDEAU CONFIANCE
   ============================================================ */
.trust-strip {
  background: rgba(11, 46, 82, .97);
  border-top: 1px solid rgba(169, 205, 246, .15);
  border-bottom: 1px solid rgba(169, 205, 246, .15);
  padding: 20px 0; overflow: hidden;
}
.trust-strip-inner {
  display: flex; flex-wrap: wrap; gap: 14px 48px; justify-content: center; align-items: center;
  color: var(--white); font-size: .95rem; font-weight: 600;
}
.trust-strip-inner b { color: var(--warning); font-weight: 800; }
.trust-strip-inner span { display: flex; align-items: center; gap: 8px; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 110px 0; position: relative; }
.section.dark {
  background: var(--grad-aurora); color: var(--white); position: relative; overflow: hidden;
}
.section.dark::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: var(--grad-mesh); opacity: .7;
  animation: meshShift 20s ease-in-out infinite alternate;
}
.section.dark > .container { position: relative; z-index: 1; }
.section.light { background: var(--off-white); color: var(--text-main); }
.section.white { background: var(--white); color: var(--text-main); }

.section.dark .section-title { color: var(--white); }
.section.dark .section-sub { color: var(--blue-pale); }
.section.dark .kicker {
  color: var(--blue-light); background: rgba(169, 205, 246, .1); border-color: rgba(169, 205, 246, .25);
}
.section.dark .grad-text {
  background: linear-gradient(135deg, #F0F7FF 0%, #A9CDF6 45%, #7FB3E0 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .22));
}

/* ============================================================
   CHIPS
   ============================================================ */
.chip {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 18px; flex-shrink: 0;
  transition: transform var(--transition-bounce);
}
.card:hover .chip { transform: scale(1.1) rotate(-4deg); }
.chip-cyan { background: rgba(74, 127, 179, .12); border: 1px solid rgba(74, 127, 179, .25); }
.chip-purple { background: rgba(168, 85, 247, .12); border: 1px solid rgba(168, 85, 247, .25); }
.chip-pink { background: rgba(196, 165, 116, .16); border: 1px solid rgba(196, 165, 116, .3); }
.chip-amber { background: rgba(245, 158, 11, .12); border: 1px solid rgba(245, 158, 11, .25); }
.chip-green { background: rgba(22, 163, 74, .12); border: 1px solid rgba(22, 163, 74, .25); }
.chip-blue { background: rgba(92, 128, 154, .12); border: 1px solid rgba(92, 128, 154, .25); }
.chip-red { background: rgba(220, 38, 38, .1); border: 1px solid rgba(220, 38, 38, .25); }

/* ============================================================
   GRILLES
   ============================================================ */
.grid { display: grid; gap: 26px; margin-top: 56px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ============================================================
   CARTES
   ============================================================ */
.card {
  background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius);
  padding: 34px; position: relative; overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.card:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 127, 179, .35);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px;
  background: transparent; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude; -webkit-mask-composite: xor;
  pointer-events: none;
}
.card.popular::before { background: var(--grad-border); }

.section.dark .card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(169, 205, 246, .18);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.section.dark .card:hover { border-color: rgba(169, 205, 246, .35); box-shadow: var(--shadow-lg); }

.card-tag {
  position: absolute; top: 0; right: 0;
  background: var(--grad-btn); color: #fff;
  font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 0 var(--radius) 0 14px; font-family: var(--font-body);
  box-shadow: 0 4px 12px rgba(15, 75, 130, .25);
}
.card h3 { font-size: 1.35rem; margin-bottom: 10px; letter-spacing: -.01em; font-family: var(--font-display); font-weight: 800; }
.card p.desc { color: var(--text-muted); font-size: .97rem; margin-bottom: 22px; flex-grow: 1; line-height: 1.6; }
.card .btn { margin-top: auto; justify-content: center; }

.card-photo {
  width: calc(100% + 68px); max-width: none;
  margin: -34px -34px 22px -34px;
  aspect-ratio: 16/9; object-fit: cover; display: block;
  border-bottom: 1px solid var(--border-light);
}

.section.dark .card h3 { color: var(--white); }
.section.dark .card p.desc { color: var(--blue-pale); }

.card ul.feat { list-style: none; margin-bottom: 24px; }
.card ul.feat li {
  padding: 8px 0 8px 28px; position: relative; font-size: .94rem; color: var(--text-muted);
  border-bottom: 1px dashed var(--border-light);
}
.card ul.feat li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.section.dark .card ul.feat li { color: var(--blue-pale); border-color: rgba(169, 205, 246, .15); }

/* ============================================================
   PRIX
   ============================================================ */
.price-dual { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 8px; }
.price-dual .before { color: var(--gray-400); font-size: .95rem; text-decoration: line-through; }
.price-dual .after {
  font-size: 2.1rem; font-weight: 900; letter-spacing: -.02em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; font-family: var(--font-display);
}
.price-dual .after small { font-size: .85rem; -webkit-text-fill-color: var(--text-muted); font-weight: 400; }

.section.dark .price-dual .before { color: #94A3B8; }
.section.dark .price-dual .after { background: none; -webkit-text-fill-color: #F8FAFC; color: #F8FAFC; }
.section.dark .price-dual .after small { -webkit-text-fill-color: #94A3B8; }

.sap-note { color: var(--text-muted); font-size: .84rem; margin-bottom: 18px; font-weight: 500; }
.sap-note b { color: var(--success); }
.section.dark .sap-note { color: var(--blue-pale); }
.section.dark .sap-note b { color: #4ADE80; }

/* ============================================================
   TABS
   ============================================================ */
.tabs {
  display: flex; gap: 14px; justify-content: center; margin-top: 42px; flex-wrap: wrap;
}
.tab-btn {
  padding: 14px 34px; border-radius: 999px; font-weight: 700; font-size: 1.02rem;
  border: 1px solid rgba(169, 205, 246, .35); background: transparent;
  color: var(--white); cursor: pointer; font-family: var(--font-body);
  transition: all var(--transition); position: relative; overflow: hidden;
}
.tab-btn:hover { border-color: rgba(255, 255, 255, .65); transform: translateY(-2px); }
.tab-btn.active {
  background: var(--white); color: var(--blue-deep); border-color: transparent;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25), 0 0 0 2px rgba(255,255,255,.15);
}
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: tabFade .45s ease; }
@keyframes tabFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ============================================================
   PROFILS
   ============================================================ */
.profil-card .needs { list-style: none; margin-bottom: 20px; }
.profil-card .needs li {
  padding: 8px 0 8px 28px; position: relative; font-size: .92rem; color: var(--text-muted);
  border-bottom: 1px dashed var(--border-light);
}
.profil-card .needs li::before { content: '→'; position: absolute; left: 0; color: var(--blue-accent); font-weight: 800; }
.profil-card .reco {
  background: rgba(74, 127, 179, .08); border: 1px solid rgba(74, 127, 179, .18);
  border-radius: 12px; padding: 14px 18px; font-size: .88rem; color: var(--blue-medium);
  margin-top: auto; font-weight: 500; line-height: 1.5;
}
.profil-card .reco b { color: var(--text-main); }
.section.dark .profil-card .needs li { color: var(--blue-pale); border-color: rgba(169, 205, 246, .15); }
.section.dark .profil-card .needs li::before { color: var(--blue-light); }
.section.dark .profil-card .reco { background: rgba(169, 205, 246, .1); border-color: rgba(169, 205, 246, .22); color: var(--blue-light); }
.section.dark .profil-card .reco b { color: var(--white); }

.profils-outro { text-align: center; margin-top: 38px; color: var(--text-muted); font-size: 1.05rem; }
.profils-outro a { color: var(--blue-medium); font-weight: 700; position: relative; }
.profils-outro a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--blue-medium); transition: width var(--transition); }
.profils-outro a:hover::after { width: 100%; }

/* ============================================================
   TECHNICIEN
   ============================================================ */
.sim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.tech-portrait-wrap { position: relative; justify-self: center; }
.tech-portrait {
  border-radius: 28px; border: 1px solid rgba(169, 205, 246, .25);
  box-shadow: var(--shadow-colored); max-height: 520px; object-fit: cover; width: 100%;
  position: relative; z-index: 1;
}
.tech-portrait-wrap::before {
  content: ''; position: absolute; inset: -16px; z-index: 0;
  background: linear-gradient(135deg, rgba(74, 127, 179, .22), rgba(196, 165, 116, .15));
  border-radius: 36px; filter: blur(24px); opacity: .75;
}

.steps { display: flex; flex-direction: column; gap: 34px; margin-top: 44px; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step-num {
  flex-shrink: 0; min-width: 42px; height: 42px; border-radius: 50%;
  background: rgba(74, 127, 179, .12); border: 1px solid rgba(74, 127, 179, .25);
  color: var(--blue-accent); font-weight: 800; font-size: .95rem;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
  font-family: var(--font-display); transition: all var(--transition);
}
.step:hover .step-num { background: var(--blue-accent); color: var(--white); transform: scale(1.08); }
.step-body b { font-weight: 700; font-size: 1.08rem; font-family: var(--font-display); }
.step-body .quote { color: var(--blue-accent); font-style: italic; font-weight: 500; }
.step-body p { color: var(--text-muted); margin-top: 6px; line-height: 1.6; }
.section.dark .step-body b { color: var(--white); }
.section.dark .step-body p { color: var(--blue-pale); }
.section.dark .step-body .quote { color: var(--blue-light); }
.section.dark .step-num { background: rgba(169, 205, 246, .12); border-color: rgba(169, 205, 246, .25); color: var(--blue-light); }
.section.dark .step:hover .step-num { background: var(--blue-light); color: var(--blue-deep); }

.visite-card {
  display: flex; align-items: center; gap: 18px; max-width: 420px; margin-top: 40px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(169, 205, 246, .2);
  border-radius: 18px; padding: 18px 22px; backdrop-filter: blur(10px);
  transition: transform var(--transition), box-shadow var(--transition);
}
.visite-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.visite-card img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.2); }
.visite-card b { display: block; color: var(--white); font-size: 1.05rem; }
.visite-card span { color: var(--blue-pale); font-size: .88rem; }

/* ============================================================
   AVIS / TÉMOIGNAGES
   ============================================================ */
.tmn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 56px; }
.tmn-card {
  background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius);
  padding: 32px; transition: all var(--transition); box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.tmn-card:hover { transform: translateY(-4px); border-color: rgba(74, 127, 179, .3); box-shadow: var(--shadow-md); }
.tmn-card::before {
  content: '“'; position: absolute; top: 16px; right: 24px; font-size: 5rem; color: var(--gray-200);
  font-family: Georgia, serif; line-height: 1; pointer-events: none;
}
.tmn-stars { color: var(--warning); letter-spacing: 3px; margin-bottom: 14px; font-size: 1.1rem; }
.tmn-card p { color: var(--text-muted); font-style: italic; margin-bottom: 22px; font-size: 1rem; line-height: 1.65; position: relative; z-index: 1; }
.tmn-who { display: flex; align-items: center; gap: 14px; }
.tmn-avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; border: 2px solid var(--border-light); box-shadow: var(--shadow-sm); }
.tmn-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tmn-who b { display: block; font-size: .98rem; font-family: var(--font-display); color: var(--text-main); }
.tmn-who span { color: var(--text-muted); font-size: .84rem; }
.review-ville { color: var(--blue-accent); font-size: .8rem; font-weight: 700; }
.verified-badge {
  display: inline-block;
  margin-top: 4px;
  font-size: .8rem;
  color: var(--blue-gray);
  font-weight: 500;
  text-decoration: none;
  transition: color var(--transition);
}
.verified-badge:hover { color: var(--blue-medium); text-decoration: underline; }

/* Carousel avis */
.tmn-carousel { overflow: hidden; position: relative; margin-top: 56px; }
.tmn-track { display: flex; gap: 26px; transition: transform .4s cubic-bezier(.4,0,.2,1); }
.tmn-nav {
  display: flex; justify-content: center; gap: 10px; margin-top: 28px;
}
.tmn-nav button {
  width: 10px; height: 10px; border-radius: 50%; border: 0; background: var(--gray-300); cursor: pointer; transition: all var(--transition);
}
.tmn-nav button.active { background: var(--blue-accent); transform: scale(1.25); }

@media (max-width: 720px) {
  .tmn-track { gap: 18px; }
  .tmn-carousel { cursor: grab; }
  .tmn-carousel:active { cursor: grabbing; }
  .tmn-card { flex: 0 0 85%; min-width: 280px; }
}

/* ============================================================
   ZONE D'INTERVENTION
   ============================================================ */
.zone-chips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 40px auto 0;
  max-width: 900px;
}
.zone-chip {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(169, 205, 246, .2);
  color: var(--blue-pale);
  border-radius: 10px; padding: 8px 12px;
  font-size: .84rem; font-weight: 600;
  transition: all var(--transition);
  backdrop-filter: blur(4px);
  text-decoration: none; cursor: pointer;
}
a.zone-chip { color: var(--blue-pale); }
a.zone-chip:hover { color: var(--white); }
.zone-chip:hover { background: rgba(255, 255, 255, .12); border-color: rgba(169, 205, 246, .35); transform: translateY(-1px); }
.zone-chip.main { background: var(--grad-btn); color: #fff; border-color: transparent; box-shadow: var(--shadow-md); }
a.zone-chip.main { color: #fff; }
.zone-chip.main:hover { box-shadow: var(--shadow-lg); }
.section.dark .zone-chip {
  background: rgba(255, 255, 255, .07); border-color: rgba(169, 205, 246, .22); color: var(--blue-pale);
}
.section.dark a.zone-chip { color: var(--blue-pale); }
.section.dark .zone-chip:hover, .section.dark a.zone-chip:hover { border-color: rgba(169, 205, 246, .4); background: rgba(255, 255, 255, .1); color: var(--white); }
.section.dark .zone-chip.main { background: var(--grad-btn); color: #fff; border-color: transparent; }

@media (max-width: 720px) {
  .zone-chips { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .zone-chip { padding: 7px 10px; font-size: .78rem; }
  .zone-chip.main { grid-column: auto; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 44px; }
.faq-item {
  border: 1px solid var(--border-light); border-radius: var(--radius-sm); overflow: hidden;
  background: var(--bg-card); transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item:hover { border-color: rgba(74, 127, 179, .3); }
.faq-item[open] { box-shadow: var(--shadow-md); border-color: rgba(74, 127, 179, .25); }
.faq-item summary {
  cursor: pointer; font-weight: 700; font-size: 1.06rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-body); color: var(--text-main); padding: 22px 26px;
  transition: color var(--transition);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%; background: rgba(74, 127, 179, .1);
  display: flex; align-items: center; justify-content: center; color: var(--blue-accent);
  font-size: 1.3rem; font-weight: 400; flex-shrink: 0; transition: transform var(--transition), background var(--transition);
}
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--blue-accent); color: #fff; }
.faq-content {
  padding: 0 26px 24px; color: var(--text-muted); line-height: 1.65;
  animation: faqOpen .35s ease;
}
.faq-content a { color: var(--blue-medium); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.section.dark .faq-item { background: rgba(255, 255, 255, .05); border-color: rgba(169, 205, 246, .15); }
.section.dark .faq-item:hover { border-color: rgba(169, 205, 246, .3); }
.section.dark .faq-item summary { color: var(--white); }
.section.dark .faq-item summary .faq-icon { background: rgba(169, 205, 246, .15); color: var(--blue-light); }
.section.dark .faq-item[open] .faq-icon { background: var(--blue-light); color: var(--blue-deep); }
.section.dark .faq-content { color: var(--blue-pale); }
.section.dark .faq-content a { color: var(--blue-light); }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background: var(--grad-aurora); position: relative; overflow: hidden; padding: 110px 0;
}
.cta-final::before { content: ''; position: absolute; inset: 0; background: var(--grad-mesh); opacity: .7; pointer-events: none; }
.cta-final > .container { position: relative; z-index: 1; }
.cta-panel {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(169, 205, 246, .2);
  border-radius: 28px; padding: 64px 48px; text-align: center;
  position: relative; overflow: hidden; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-xl);
}
.cta-panel::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(74, 127, 179, .12), transparent 65%);
}
.cta-panel h2 {
  font-family: var(--font-display); font-size: clamp(2rem, 4.4vw, 3.2rem);
  margin-bottom: 18px; color: var(--white); position: relative;
}
.cta-panel p { color: var(--blue-pale); max-width: 600px; margin: 0 auto 36px; font-size: 1.12rem; position: relative; }
.cta-panel .hero-actions { justify-content: center; position: relative; }
.cta-checks {
  display: flex; gap: 28px; justify-content: center; margin-top: 40px;
  color: var(--blue-pale); font-weight: 600; font-size: .94rem; flex-wrap: wrap; position: relative;
}
.cta-checks span { display: inline-flex; align-items: center; gap: 8px; }
.cta-checks span::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--success);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .15);
}

/* Formulaire */
.contact-form {
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(169, 205, 246, .2);
  border-radius: 24px; padding: 40px; max-width: 720px; margin: 40px auto 0;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; text-align: left; }
.form-field label { display: block; font-size: .88rem; font-weight: 700; margin-bottom: 8px; color: var(--white); font-family: var(--font-body); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; background: rgba(255, 255, 255, .1); border: 1px solid rgba(169, 205, 246, .25);
  border-radius: 12px; color: var(--white); padding: 14px 18px; font-size: .98rem; font-family: inherit;
  transition: all var(--transition);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.5); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--blue-light); background: rgba(255, 255, 255, .14);
  box-shadow: 0 0 0 4px rgba(74, 127, 179, .15);
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field select option { color: var(--text-main); }
.form-success {
  display: none; background: rgba(22, 163, 74, .15); border: 1px solid rgba(74, 222, 128, .4);
  color: #86EFAC; border-radius: 12px; padding: 16px 20px; margin-top: 18px; font-size: .96rem; text-align: left;
}
.form-rgpd {
  text-align: center;
  font-size: .82rem;
  color: rgba(255, 255, 255, .7);
  margin-top: 16px;
  line-height: 1.5;
}
.form-rgpd a {
  color: rgba(255, 255, 255, .85);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition);
}
.form-rgpd a:hover { color: #fff; }

/* ============================================================
   BANDEAU WINDOWS 10
   ============================================================ */
.w10-banner {
  display: flex; align-items: center; gap: 18px;
  background: rgba(220, 38, 38, .08); border: 1px solid rgba(220, 38, 38, .2);
  border-radius: 18px; padding: 20px 28px; margin-top: 36px; font-size: .96rem;
  backdrop-filter: blur(6px); transition: all var(--transition);
}
.w10-banner:hover { border-color: rgba(220, 38, 38, .35); box-shadow: var(--shadow-md); }
.w10-banner .chip { margin: 0; width: 44px; height: 44px; font-size: 1.25rem; }
.w10-banner b { color: var(--danger); }

.section.dark .w10-banner {
  background: rgba(220, 38, 38, .12); border-color: rgba(248, 113, 113, .35);
}
.section.dark .w10-banner b { color: #F87171; }

/* ============================================================
   FOOTER — modernisé avec barre de confiance
   ============================================================ */
footer {
  border-top: 1px solid rgba(169, 205, 246, .15);
  background: linear-gradient(180deg, var(--blue-deep) 0%, var(--blue-deep-dark) 100%);
  padding: 0 0 32px; color: var(--white); position: relative;
}
.footer-trust {
  background: rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(169, 205, 246, .15);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 18px 0;
}
.footer-trust-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.trust-face {
  display: flex; align-items: center; gap: 14px;
}
.trust-face img {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(255,255,255,.25); box-shadow: 0 6px 18px rgba(0,0,0,.2);
}
.trust-face b { display: block; font-size: 1.1rem; font-family: var(--font-display); }
.trust-face span { color: var(--blue-pale); font-size: .88rem; }
.trust-phone {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--grad-warm); color: #fff; font-weight: 800;
  padding: 12px 22px; border-radius: 999px; font-family: var(--font-display);
  box-shadow: 0 6px 18px rgba(155, 110, 70, .3);
  transition: all var(--transition);
}
.trust-phone:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(155, 110, 70, .38); }
.trust-hours {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--blue-pale); font-weight: 700; font-size: .92rem;
}
.trust-badge {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px; padding: 8px 16px; font-size: .82rem; font-weight: 800;
}
.trust-google { background: rgba(245, 158, 11, .15); border: 1px solid rgba(245, 158, 11, .35); color: #FCD34D; }
.trust-dispo { background: rgba(196, 165, 116, .18); border: 1px solid rgba(196, 165, 116, .4); color: var(--wood-light); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 32px; padding: 52px 0 44px; }
.footer-brand p { color: var(--blue-pale); font-size: .92rem; line-height: 1.6; max-width: 320px; margin-top: 14px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  transition: all var(--transition);
}
.footer-social a:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
footer h4 { font-size: .98rem; margin-bottom: 18px; color: var(--white); font-family: var(--font-display); font-weight: 700; }
footer ul li { margin-bottom: 11px; }
footer ul a { color: var(--blue-pale); font-size: .91rem; transition: color var(--transition); display: inline-flex; align-items: center; gap: 6px; }
footer ul a:hover { color: var(--white); }
footer p { color: var(--blue-pale); font-size: .92rem; line-height: 1.6; max-width: 300px; }
.footer-bottom {
  border-top: 1px solid rgba(169, 205, 246, .15); padding-top: 26px;
  color: var(--blue-pale); font-size: .84rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
footer .nav-logo span { color: var(--white); -webkit-text-fill-color: var(--white); }

/* ============================================================
   STICKY CTA MOBILE — glassmorphism modernisé
   ============================================================ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; display: none; gap: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .82) 0%, rgba(244, 247, 251, .92) 100%);
  backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-top: 1px solid rgba(255, 255, 255, .55);
  border-radius: 24px 24px 0 0;
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  transform: translateY(110%); transition: transform .45s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 -12px 40px rgba(11, 46, 82, .14), 0 -4px 16px rgba(11, 46, 82, .06);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn {
  flex: 1; justify-content: center; padding: 14px 8px; font-size: .85rem;
  border-radius: 16px; gap: 6px; font-weight: 800;
}
.sticky-cta .btn-primary {
  background: linear-gradient(135deg, var(--blue-medium) 0%, var(--blue-accent) 100%);
  color: #fff; position: relative; overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 75, 130, .28), 0 0 0 1px rgba(255,255,255,.18) inset;
}
.sticky-cta .btn-primary::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(255,255,255,.25) 50%, transparent 65%);
  transform: translateX(-120%); transition: transform .6s; pointer-events: none;
}
.sticky-cta .btn-primary:hover::after { transform: translateX(120%); }
.sticky-cta .btn-ghost {
  background: rgba(255, 255, 255, .78); border: 1px solid rgba(74, 127, 179, .2); color: var(--blue-deep);
  backdrop-filter: blur(4px);
}
.sticky-cta .btn-dark { background: rgba(11, 46, 82, .88); color: #fff; border: 1px solid rgba(255,255,255,.12); }

/* ============================================================
   FLOAT & REVEAL ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

.float-el { animation: oreppFloat 6s ease-in-out infinite; }
@keyframes oreppFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Stagger pour les grilles */
.grid .reveal:nth-child(1) { transition-delay: 0ms; }
.grid .reveal:nth-child(2) { transition-delay: 80ms; }
.grid .reveal:nth-child(3) { transition-delay: 160ms; }
.grid .reveal:nth-child(4) { transition-delay: 240ms; }
.grid .reveal:nth-child(5) { transition-delay: 320ms; }
.grid .reveal:nth-child(6) { transition-delay: 400ms; }
.grid .reveal:nth-child(7) { transition-delay: 480ms; }
.grid .reveal:nth-child(8) { transition-delay: 560ms; }
.grid .reveal:nth-child(9) { transition-delay: 640ms; }

/* ============================================================
   PWA INSTALL BUTTON
   ============================================================ */
.pwa-install {
  position: fixed; bottom: 26px; left: 26px; z-index: 140;
  display: none; align-items: center; gap: 10px;
  background: var(--blue-deep); color: #fff; border: 0;
  padding: 12px 20px; border-radius: 999px; font-weight: 700; font-size: .9rem;
  box-shadow: var(--shadow-lg); cursor: pointer; transition: all var(--transition);
}
.pwa-install:hover { transform: translateY(-2px); box-shadow: var(--shadow-xl); }
.pwa-install.show { display: flex; }

/* ============================================================
   UTILITIES
   ============================================================ */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Hero floating tech portrait — visible only on mobile */
.hero-float-tech { display: none; }

/* Reassurance chips in hero */
.reassure-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px; padding: 6px 12px; backdrop-filter: blur(4px);
  transition: all var(--transition);
}
.reassure-chip:hover { background: rgba(255, 255, 255, .14); transform: translateY(-1px); }
.reassure-icon { font-size: 1.05rem; }

/* Zone intervention toggle */
.zone-toggle { display: none; }
.zone-chip { color: var(--white); }
.section.dark .zone-chip { color: var(--white); }

/* Colored step icons in technician section */
.step-num-home { background: rgba(245, 158, 11, .15); border-color: rgba(245, 158, 11, .35); color: #FCD34D; }
.step-num-shield { background: rgba(196, 165, 116, .15); border-color: rgba(196, 165, 116, .35); color: var(--wood-light); }
.step-num-laptop { background: rgba(74, 127, 179, .15); border-color: rgba(74, 127, 179, .35); color: var(--blue-light); }
.step:hover .step-num-home { background: #FCD34D; color: var(--blue-deep); }
.step:hover .step-num-shield { background: var(--wood-light); color: var(--blue-deep); }
.step:hover .step-num-laptop { background: var(--blue-light); color: var(--blue-deep); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-content { text-align: center; }
  .hero h1, .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-segment, .hero-reassure, .hero-meta { justify-content: center; }
  .hero-photo { order: -1; max-width: 480px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sim-grid { grid-template-columns: 1fr; }
  .tmn-grid { grid-template-columns: 1fr; }
  .tech-portrait-wrap { order: -1; max-width: 420px; }
}

@media (max-width: 720px) {
  .section { padding: 76px 0; }
  .navbar-inner { height: 68px; }
  .nav-links {
    display: none; position: fixed; top: 68px; left: 0; right: 0;
    height: calc(100vh - 68px); min-height: calc(100vh - 68px);
    background: #F8FAFC;
    flex-direction: column; align-items: center; justify-content: flex-start; padding: 32px 24px; gap: 22px; z-index: 200;
    box-shadow: 0 24px 60px rgba(11, 46, 82, .18);
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.15rem; color: var(--text-main); }
  .nav-links a.nav-cta { color: #fff; }
  .mobile-toggle { display: flex; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero {
    padding: 150px 0 80px;
    background: var(--grad-aurora);
  }
  .hero-bg {
    display: block; position: absolute; inset: 0; z-index: 0;
  }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
  .hero-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(11, 46, 82, .82) 0%, rgba(11, 46, 82, .72) 45%, rgba(11, 46, 82, .55) 100%);
  }
  .hero::before, .hero::after { display: none; }
  .hero-photo { display: none; }
  .hero h1, .hero p.lead, .hero-meta, .hero-reassure {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35), 0 1px 3px rgba(0, 0, 0, .25);
  }
  .hero h1 { font-size: clamp(2.1rem, 8vw, 3rem); }
  .hero-float-tech {
    display: block; position: absolute; right: 12px; bottom: 260px; z-index: 3;
    width: 72px; height: 72px; border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28), 0 0 0 4px rgba(196, 165, 116, .3);
    overflow: hidden;
  }
  .hero-float-tech img { width: 100%; height: 100%; object-fit: cover; }
  .reassure-chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px; padding: 7px 14px; backdrop-filter: blur(6px);
  }
  .reassure-icon { font-size: 1.1rem; }
  .reassure-avis .reassure-icon { filter: drop-shadow(0 0 6px rgba(245, 158, 11, .55)); }
  .reassure-local .reassure-icon { filter: drop-shadow(0 0 6px rgba(74, 127, 179, .55)); }
  .reassure-garantie .reassure-icon { filter: drop-shadow(0 0 6px rgba(196, 165, 116, .65)); }
  .phone-giant { font-size: 1.15rem; padding: 16px 24px; width: 100%; justify-content: center; }
  .sap-badge { display: block; text-align: center; border-radius: 16px; line-height: 1.55; padding: 14px 18px; }
  .tabs { gap: 8px; }
  .tab-btn { flex: 1; padding: 13px 10px; font-size: .92rem; text-align: center; }
  .cta-panel { padding: 44px 24px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .zone-chips { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .zone-chip { padding: 7px 10px; font-size: .78rem; color: var(--white); }
  .section.dark .zone-chip { color: var(--white); }
  .zone-chip.main { grid-column: auto; color: #fff; }
  .zone-chip-extra { display: none; }
  .zone-chips.is-open .zone-chip-extra { display: inline-flex; }
  .zone-toggle { display: inline-flex; margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .sticky-cta { display: flex; }
  .pwa-install.show { bottom: 78px; left: 16px; right: 16px; justify-content: center; }
  .steps { gap: 28px; }
  .step-num { min-width: 38px; height: 38px; font-size: .85rem; }
  .footer-trust { padding: 24px 0; }
  .footer-trust-inner { flex-wrap: wrap; gap: 14px; justify-content: center; }
  .trust-face { width: 100%; justify-content: center; }
  .trust-phone { width: 100%; justify-content: center; }
}

@media (max-width: 400px) {
  .container { padding: 0 18px; }
  .card { padding: 26px; }
  .card-photo { width: calc(100% + 52px); margin: -26px -26px 18px -26px; }
  .hero-photo img, .tech-portrait { border-radius: 20px; }
  .photo-badge { left: 14px; bottom: 14px; padding: 10px 14px; font-size: .82rem; }
}

/* ============================================================
   ACCESSIBILITÉ / REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
  .float-el { animation: none; }
}

/* Focus visible */
:focus-visible { outline: 3px solid var(--blue-accent); outline-offset: 2px; }
button:focus-visible, a:focus-visible { outline-offset: 4px; }

/* Petites utilités pour éviter les styles inline */
.mt-38 { margin-top: 38px; }
.btn-block { width: 100%; justify-content: center; }
.price-lead { font-size: 1.6rem; }
.card-muted { justify-content: center; background: rgba(255,255,255,.04); border-style: dashed; }
.card-muted h3 { font-size: 1.5rem; }
.btn-icon { margin-left: 4px; flex-shrink: 0; }
.link-more { color: var(--blue-medium); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; transition: color var(--transition); }
.link-more:hover { color: var(--blue-accent); }
.section.dark .link-more { color: var(--blue-light); }
.section.dark .link-more:hover { color: var(--white); }

/* ===== SHOW MORE ===== */
.card.is-hidden {
  display: none !important;
}
.show-more-wrap {
  grid-column: 1 / -1;
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 2px solid rgba(255,255,255,0.3);
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.show-more-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
}
.show-more-btn.is-active {
  background: rgba(255,255,255,0.15);
  border-color: #fbbf24;
  color: #fbbf24;
}


/* ============ PACK FIDÉLITÉ (tuile Digital Concierge) ============ */
.service-pack {
  margin: 8px 0 12px 0;
}

.pack-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
}

/* Mise en valeur du pack dans la description */
.card .desc strong {
  color: #fbbf24;
  font-weight: 600;
}
