:root {
  --navy: #071a2f;
  --navy-2: #0c2947;
  --blue: #0865f1;
  --blue-2: #24a4ff;
  --green: #5dc254;
  --orange: #f39b2f;
  --red: #e04c4c;
  --ink: #122438;
  --muted: #627185;
  --line: #dfe7ef;
  --pale: #f3f7fb;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: sticky; top: 0; z-index: 60; height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; gap: 28px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(9,38,69,.1); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 224px; }
.brand-logo { display: block; width: 250px; height: 68px; object-fit: contain; object-position: left center; }
.brand-bolt { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--blue), #1a9ef0); font-size: 31px; font-weight: 900; border-radius: 9px 9px 9px 2px; box-shadow: 0 8px 20px rgba(8,101,241,.22); }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { font-size: 20px; letter-spacing: .04em; color: var(--navy); }
.brand-words strong::after { content: ""; display: inline-block; width: 28px; height: 4px; margin-left: 6px; background: linear-gradient(90deg,var(--green) 0 33%,var(--orange) 33% 66%,var(--red) 66%); vertical-align: 4px; border-radius: 10px; }
.brand-words small { margin-top: 7px; font-weight: 700; font-size: 9px; letter-spacing: .17em; color: #63778a; }
.nav { margin-left: auto; display: flex; gap: clamp(14px, 1.6vw, 27px); align-items: center; }
.nav a { position: relative; font-size: 13px; font-weight: 650; color: #2f4052; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; height: 2px; width: 0; background: var(--blue); transition: width .25s; }
.nav a:hover::after { width: 100%; }
.header-actions { display: flex; gap: 9px; }
.btn { min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 7px; font-size: 12px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-ghost { color: var(--navy); background: white; border-color: #cad6e2; }
.btn-call, .btn-primary { color: white; background: var(--blue); box-shadow: 0 9px 22px rgba(8,101,241,.22); }
.btn-call { background: var(--navy); }
.btn-light { color: var(--navy); background: white; border-color: rgba(255,255,255,.6); }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; padding: 9px; background: var(--pale); border: 0; border-radius: 6px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; min-height: 755px; display: flex; align-items: center; color: white; background: var(--navy) url('/images/hero-electricien.webp') center 40% / cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,34,.93) 0%, rgba(5,28,51,.82) 43%, rgba(3,20,37,.18) 77%, rgba(3,20,37,.06) 100%); }
.hero-content { position: relative; z-index: 2; width: min(690px, 58%); margin: -28px 0 70px clamp(28px, 8vw, 122px); }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: #8eceff; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 35px; height: 2px; background: var(--blue-2); }
.hero h1, .section h2, .area-section h2, .final-cta h2 { margin: 24px 0 20px; font-size: clamp(48px, 5.25vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 760; }
.hero h1 em, .section h2 em, .area-section h2 em, .final-cta h2 em { color: var(--blue-2); font-style: normal; font-weight: 450; }
.hero-lead { max-width: 620px; margin: 0 0 15px; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.4; font-weight: 680; }
.hero-copy { max-width: 590px; margin: 0; color: #d1dce8; line-height: 1.75; font-size: 14px; }
.hero-actions { margin-top: 31px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn { min-height: 52px; padding-inline: 23px; }
.hero-card { position: absolute; z-index: 2; right: clamp(28px, 6vw, 90px); bottom: 115px; width: 330px; padding: 18px; display: grid; grid-template-columns: 12px 1fr; gap: 12px; background: rgba(6,31,55,.86); border: 1px solid rgba(255,255,255,.17); border-radius: 9px; backdrop-filter: blur(12px); }
.hero-card small, .hero-card strong { display: block; }
.hero-card small { color: #a9bdd2; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-card strong { margin-top: 5px; font-size: 13px; }
.hero-card a { grid-column: 2; color: #55b9ff; font-size: 11px; font-weight: 800; }
.pulse-dot { width: 9px; height: 9px; margin-top: 4px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(93,194,84,.16); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(93,194,84,0); } }
.assurance-strip { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; height: 82px; padding: 0 clamp(25px, 7vw, 108px); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; background: rgba(4,23,42,.93); border-top: 1px solid rgba(255,255,255,.12); }
.assurance-strip span { padding: 10px 25px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.13); font-size: 12px; font-weight: 700; }
.assurance-strip span:last-child { border: 0; }
.assurance-strip b { color: #54baff; font-size: 10px; }
.hero-circuit { position: absolute; z-index: 1; border: 1px solid rgba(38,165,255,.26); border-left: 0; border-bottom: 0; }
.circuit-one { right: -120px; top: 90px; width: 410px; height: 240px; transform: rotate(-14deg); }
.circuit-two { right: 9%; top: 150px; width: 170px; height: 100px; border-color: rgba(243,155,47,.28); }

.section { padding: 105px clamp(28px, 7vw, 108px); }
.section-kicker { color: var(--blue); }
.mark { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 34px; color: var(--blue); background: #eaf3ff; border: 1px solid #cfe2fb; border-radius: 5px; font-size: 15px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.split-heading h2, .trust-content h2, .reviews-section h2, .contact-intro h2 { font-size: clamp(38px, 4vw, 61px); color: var(--navy); }
.split-heading p, .trust-content > p, .area-content > p, .contact-intro > p { margin: 0 0 8px; color: var(--muted); line-height: 1.85; font-size: 14px; }
.split-heading h2 em, .trust-content h2 em, .reviews-section h2 em, .contact-intro h2 em { color: var(--blue); }
.emergency-section { background: white; }
.emergency-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.emergency-grid article { min-height: 112px; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.emergency-grid article:nth-child(4n) { border-right: 0; }
.emergency-grid article:nth-child(n+5) { border-bottom: 0; }
.emergency-grid article:hover { background: #f2f8ff; }
.emergency-grid span { grid-column: 1 / -1; color: #8aa0b4; font-size: 10px; font-weight: 800; }
.emergency-grid strong { color: var(--navy); font-size: 14px; }
.emergency-grid b { color: var(--blue); }
.emergency-cta { margin-top: 20px; padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: var(--navy); border-radius: 9px; }
.emergency-cta > div { display: grid; grid-template-columns: 16px 1fr; gap: 6px 12px; }
.emergency-cta small, .emergency-cta strong { grid-column: 2; }
.emergency-cta small { color: #97adbf; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.emergency-cta strong { font-size: 14px; }

.services-section { background: var(--pale); }
.service-feature { display: grid; grid-template-columns: 34% 66%; background: white; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; box-shadow: 0 22px 70px rgba(26,61,98,.08); }
.service-photo { min-height: 650px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; }
.service-grid article { min-height: 160px; padding: 25px; display: grid; grid-template-columns: 32px 1fr; gap: 16px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.service-grid article > span { color: var(--blue); font-size: 10px; font-weight: 850; }
.service-grid h3 { margin: 0 0 9px; color: var(--navy); font-size: 15px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.photo-panel { background: url('/images/hero-electricien.webp') center / cover no-repeat; }
.photo-meter { background: url('/images/diagnostic-multimetre.webp') center / cover no-repeat; }
.photo-light { background: url('/images/eclairage-renovation.webp') center / cover no-repeat; }
.photo-pro { background: url('/images/electricien-bureaux.webp') center / cover no-repeat; }
.photo-lyon { background: url('/images/lyon-saone.webp') center / cover no-repeat; }

.audience-section { position: relative; color: white; background: var(--navy); overflow: hidden; }
.audience-section::before { content: ""; position: absolute; width: 700px; height: 700px; right: -270px; bottom: -380px; border: 1px solid rgba(36,164,255,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(36,164,255,.035), 0 0 0 160px rgba(36,164,255,.025); }
.section-kicker.light { color: #76c5ff; }
.section-kicker.light .mark { color: white; background: rgba(36,164,255,.18); border-color: rgba(36,164,255,.35); }
.split-heading.light h2 { color: white; }
.split-heading.light p { color: #b6c4d3; }
.audience-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.13); border-radius: 9px; overflow: hidden; }
.audience-grid article { min-height: 265px; padding: 26px; border-right: 1px solid rgba(255,255,255,.13); }
.audience-grid article:last-child { border: 0; }
.audience-grid article > span:first-child { color: #66819b; font-size: 10px; }
.audience-grid .mark { margin: 54px 0 22px; display: grid; color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); }
.audience-grid h3 { margin: 0 0 12px; font-size: 16px; }
.audience-grid p { margin: 0; color: #aebdcc; font-size: 12px; line-height: 1.65; }

.trust-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 115px); align-items: stretch; }
.trust-photo { position: relative; min-height: 650px; border-radius: 9px; overflow: hidden; }
.trust-photo::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(4,23,42,.9)); }
.trust-photo > span { position: absolute; z-index: 1; left: 35px; bottom: 35px; color: white; font-size: 27px; line-height: 1.2; }
.trust-photo b { color: #56baff; }
.trust-content { padding: 24px 0; }
.trust-list { margin-top: 33px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.trust-list > div { min-height: 65px; padding: 15px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-list > div:nth-child(2n) { border-right: 0; }
.trust-list > div:nth-last-child(-n+2) { border-bottom: 0; }
.trust-list span { color: #8da0b2; font-size: 9px; }
.trust-list strong { color: var(--navy); font-size: 12px; }
.trust-list b { width: 22px; height: 22px; display: grid; place-items: center; color: var(--green); background: #edf9ec; border-radius: 50%; font-size: 10px; }

.gallery-section { background: var(--pale); }
.gallery { height: 630px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.gallery figure { position: relative; margin: 0; border-radius: 8px; overflow: hidden; background-color: #dbe4ec; }
.gallery-main { grid-row: 1 / 3; }
.gallery figure:last-child { grid-column: 2 / 4; }
.gallery figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(5,24,43,.88)); }
.gallery figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: white; }
.gallery figcaption span, .gallery figcaption strong { display: block; }
.gallery figcaption span { margin-bottom: 6px; color: #63c2ff; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.gallery figcaption strong { font-size: 13px; }
.gallery-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; font-style: italic; }

.area-section { min-height: 675px; display: grid; grid-template-columns: 1.07fr .93fr; background: var(--navy); color: white; }
.area-photo { min-height: 100%; }
.area-content { padding: 85px clamp(28px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.area-content h2 { font-size: clamp(42px, 4vw, 62px); }
.area-content > p { color: #b8c7d5; }
.city-cloud { margin: 32px 0 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.city-cloud span, .city-cloud strong { padding: 9px 12px; color: #d8e2ec; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 5px; font-size: 11px; }
.city-cloud strong { color: white; background: var(--blue); border-color: var(--blue); }
.area-content > small { color: #859db3; font-size: 10px; }

.reviews-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.reviews-section blockquote { position: relative; margin: 0; padding: 40px; background: var(--pale); border-left: 4px solid var(--blue); border-radius: 5px 10px 10px 5px; }
.reviews-section blockquote > span { position: absolute; top: 0; right: 25px; color: #d8eaff; font-size: 90px; font-family: Georgia,serif; line-height: 1; }
.reviews-section blockquote p { position: relative; margin: 0 0 18px; color: var(--navy); font-size: 18px; line-height: 1.6; }
.reviews-section blockquote footer { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }

.final-cta { position: relative; padding: 100px 24px; overflow: hidden; text-align: center; color: white; background: linear-gradient(135deg,#061a2e,#0b3155); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { position: relative; margin-inline: auto; font-size: clamp(44px, 5vw, 68px); }
.final-cta > p:not(.eyebrow) { position: relative; max-width: 670px; margin: 0 auto 31px; color: #b9c8d7; line-height: 1.7; }
.final-cta > div:last-child { position: relative; display: flex; justify-content: center; gap: 11px; flex-wrap: wrap; }
.final-lines { position: absolute; width: 590px; height: 590px; right: -160px; top: -280px; border: 1px solid rgba(36,164,255,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(36,164,255,.04), 0 0 0 140px rgba(36,164,255,.025); }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 100px); background: white; }
.contact-intro { align-self: start; position: sticky; top: 120px; }
.contact-card { margin-top: 35px; padding: 22px; display: flex; gap: 17px; color: white; background: var(--navy); border-radius: 8px; }
.contact-card > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--blue); border-radius: 5px; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: #9fb4c8; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { margin-top: 5px; font-size: 13px; }
.contact-card p { margin: 7px 0 0; color: #8199af; font-size: 10px; }
.contact-form { padding: clamp(25px, 4vw, 47px); background: var(--pale); border: 1px solid var(--line); border-radius: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: #263c51; font-size: 11px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #ced9e4; border-radius: 6px; outline: none; font-size: 13px; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,101,241,.1); }
.file-field input { padding: 10px; border-style: dashed; }
.file-field > span { color: var(--muted); font-weight: 450; font-size: 10px; }
.contact-form .consent { flex-direction: row; align-items: flex-start; gap: 10px; font-weight: 450; line-height: 1.5; }
.consent input { width: 16px; margin-top: 2px; }
.form-submit { min-width: 220px; min-height: 50px; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-success { padding: 13px; color: #287c2f; background: #eaf8e9; border: 1px solid #bfe2bc; border-radius: 5px; font-size: 12px; line-height: 1.5; }
.form-error { padding: 13px; color: #8f2727; background: #fff0f0; border: 1px solid #e7b5b5; border-radius: 5px; font-size: 12px; line-height: 1.5; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }

.footer { padding: 70px clamp(28px, 7vw, 108px) 25px; color: #c3d0dc; background: #041322; }
.footer-top { padding-bottom: 40px; display: grid; grid-template-columns: .8fr 1.5fr auto; gap: 50px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-brand .brand-words strong { color: white; }
.footer-top p { margin: 0; max-width: 500px; color: #849bad; line-height: 1.7; font-size: 12px; }
.footer-grid { padding: 45px 0; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.footer-grid h3 { color: white; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin: 8px 0; color: #849bad; font-size: 11px; line-height: 1.8; }
.footer-grid a:hover { color: white; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #61788c; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-call { display: none; }
.cookie-banner { position: fixed; z-index: 100; left: 22px; right: 22px; bottom: 20px; max-width: 820px; margin: auto; padding: 17px; display: grid; grid-template-columns: 1fr auto auto; gap: 13px; align-items: center; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 20px 70px rgba(4,19,34,.25); }
.cookie-banner strong { display: block; margin-bottom: 4px; font-size: 12px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

@media (max-width: 1180px) {
  .nav { gap: 13px; }
  .nav a { font-size: 11px; }
  .header-actions .btn-ghost { display: none; }
  .hero-content { width: 65%; }
  .hero-card { display: none; }
  .service-feature { grid-template-columns: 40% 60%; }
}

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 22px; }
  .menu-button { display: block; }
  .header-actions { display: none; }
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 16px 25px rgba(7,26,47,.12); }
  .nav.open { display: grid; gap: 20px; }
  .hero { min-height: 740px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(3,18,34,.94),rgba(3,18,34,.68)); }
  .hero-content { width: auto; margin: -40px 32px 75px; }
  .assurance-strip { grid-template-columns: 1fr 1fr; height: 108px; padding: 8px 22px; }
  .assurance-strip span { padding: 7px 12px; border: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .emergency-grid { grid-template-columns: 1fr 1fr; }
  .emergency-grid article:nth-child(2n) { border-right: 0; }
  .emergency-grid article:nth-child(n+5) { border-bottom: 1px solid var(--line); }
  .emergency-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .service-feature { grid-template-columns: 1fr; }
  .service-photo { min-height: 430px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid article { border-bottom: 1px solid rgba(255,255,255,.13); }
  .audience-grid article:nth-child(2n) { border-right: 0; }
  .audience-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-section, .contact-section { grid-template-columns: 1fr; }
  .trust-photo { min-height: 480px; }
  .contact-intro { position: static; }
  .area-section { grid-template-columns: 1fr; }
  .area-photo { min-height: 430px; }
  .reviews-section { grid-template-columns: 1fr; gap: 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 58px; }
  .brand { min-width: auto; }
  .brand-words strong { font-size: 17px; }
  .brand-words small { font-size: 8px; }
  .brand-bolt { width: 38px; height: 38px; }
  .hero { min-height: 760px; align-items: flex-start; background-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(3,18,34,.96) 0%,rgba(3,18,34,.76) 68%,rgba(3,18,34,.48)); }
  .hero-content { margin: 110px 22px 125px; }
  .hero h1 { margin-top: 20px; font-size: 46px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .assurance-strip { height: 105px; padding: 7px 13px; }
  .assurance-strip span { font-size: 9px; gap: 7px; }
  .section { padding: 75px 20px; }
  .split-heading h2, .trust-content h2, .reviews-section h2, .contact-intro h2 { font-size: 39px; }
  .split-heading { margin-bottom: 35px; }
  .emergency-grid { grid-template-columns: 1fr; }
  .emergency-grid article { min-height: 88px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .emergency-grid article:last-child { border-bottom: 0 !important; }
  .emergency-cta { align-items: stretch; flex-direction: column; }
  .service-feature { border: 0; background: transparent; box-shadow: none; }
  .service-photo { min-height: 320px; border-radius: 8px 8px 0 0; }
  .service-grid { grid-template-columns: 1fr; background: white; }
  .service-grid article { min-height: auto; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line) !important; }
  .service-grid article:last-child { border-radius: 0 0 8px 8px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; }
  .audience-grid article:last-child { border-bottom: 0 !important; }
  .audience-grid .mark { margin: 25px 0 18px; }
  .trust-photo { min-height: 410px; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list > div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-list > div:last-child { border-bottom: 0 !important; }
  .gallery { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 230px 230px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery figure:last-child { grid-column: 1 / 3; }
  .area-photo { min-height: 300px; }
  .area-content { padding: 70px 20px; }
  .area-content h2 { font-size: 42px; }
  .reviews-section blockquote { padding: 30px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer { padding: 60px 22px 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .mobile-call { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--blue); font-size: 13px; font-weight: 850; box-shadow: 0 -8px 28px rgba(5,35,63,.22); }
  .cookie-banner { bottom: 68px; grid-template-columns: 1fr 1fr; }
  .cookie-banner > div { grid-column: 1 / 3; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

.legal-page { min-height: 100vh; padding: 70px clamp(22px, 8vw, 130px) 100px; background: linear-gradient(180deg,#f3f7fb 0,#fff 420px); }
.legal-back { display: inline-flex; margin-bottom: 70px; color: var(--blue); font-size: 12px; font-weight: 800; }
.legal-kicker { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.legal-page h1 { max-width: 900px; margin: 18px 0 25px; color: var(--navy); font-size: clamp(44px,7vw,82px); letter-spacing: -.05em; }
.legal-notice { max-width: 750px; margin-bottom: 60px; padding: 18px 22px; color: #456078; background: #e8f2ff; border-left: 4px solid var(--blue); font-size: 13px; line-height: 1.6; }
.legal-page section { max-width: 820px; padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin: 0 0 12px; color: var(--navy); font-size: 19px; }
.legal-page section p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

/* Direction Voltra — dense, contrastée et énergique */
:root {
  --voltra-dark: #041927;
  --voltra-panel: #082b42;
  --voltra-panel-2: #0c3651;
  --voltra-electric: #0784ff;
  --voltra-yellow: #ffd025;
  --voltra-cream: #fff9dc;
  --voltra-text: #c1d2df;
}

body { background: var(--voltra-dark); color: white; }
main { overflow: hidden; }
.site-header { position: sticky; top: 10px; z-index: 60; height: auto; margin: 10px 12px 0; padding: 0; display: block; overflow: visible; background: transparent; border: 0; border-radius: 22px; backdrop-filter: none; }
.header-top { height: 38px; padding: 0 clamp(22px,5vw,70px); display: flex; align-items: center; justify-content: flex-end; gap: 28px; color: #071b28; background: var(--voltra-yellow); border-radius: 22px 22px 0 0; font-size: 10px; font-weight: 800; }
.header-top span:first-child { margin-right: auto; }
.header-main { height: 78px; padding: 0 clamp(22px,5vw,70px); display: flex; align-items: center; gap: 30px; background: rgba(4,25,39,.97); border: 1px solid rgba(255,255,255,.09); border-top: 0; border-radius: 0 0 22px 22px; box-shadow: 0 16px 38px rgba(0,0,0,.18); }
.brand-words strong { color: white; }
.brand-words small { color: #91aabb; }
.brand-bolt { color: var(--voltra-dark); background: var(--voltra-yellow); border-radius: 50%; box-shadow: none; }
.brand-words strong::after { background: linear-gradient(90deg,var(--green) 0 33%,var(--orange) 33% 66%,var(--red) 66%); }
.nav a { color: #dae7ef; }
.nav a::after { background: var(--voltra-yellow); }
.header-actions { margin-left: 4px; }
.btn { min-height: 48px; padding-inline: 22px; border-radius: 100px; }
.btn-call, .btn-primary { color: var(--voltra-dark); background: var(--voltra-yellow); box-shadow: none; }
.btn-call:hover, .btn-primary:hover { background: #ffe166; }
.btn-ghost { color: white; background: transparent; border-color: rgba(255,255,255,.25); }
.btn-light { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); backdrop-filter: blur(8px); }

.hero { min-height: 760px; margin: 12px; border-radius: 24px; background-position: center 38%; }
.hero-overlay { background: linear-gradient(90deg,rgba(3,24,38,.96) 0%,rgba(3,24,38,.88) 42%,rgba(3,24,38,.34) 76%,rgba(3,24,38,.08) 100%); }
.hero-content { width: min(760px,61%); margin: -25px 0 78px clamp(32px,7vw,110px); }
.hero h1 { max-width: 780px; margin: 24px 0 22px; font-size: clamp(58px,6.3vw,94px); line-height: .9; letter-spacing: -.055em; }
.hero h1 em { color: var(--voltra-yellow); font-weight: 760; }
.hero-lead { max-width: 680px; font-size: clamp(18px,1.7vw,24px); }
.hero-copy { color: #cad7df; }
.eyebrow, .section-kicker { color: var(--voltra-yellow); }
.eyebrow > span { background: var(--voltra-yellow); }
.hero-actions .btn { min-height: 56px; padding-inline: 27px; }
.hero-card { right: clamp(25px,5vw,72px); bottom: 110px; background: rgba(4,25,39,.92); border-radius: 18px; border-color: rgba(255,208,37,.32); }
.hero-card a { color: var(--voltra-yellow); }
.assurance-strip { left: 18px; right: 18px; bottom: 18px; height: 72px; padding: 0 20px; color: var(--voltra-dark); background: var(--voltra-yellow); border: 0; border-radius: 16px; }
.assurance-strip span { border-color: rgba(4,25,39,.18); font-size: 12px; }
.assurance-strip b { color: var(--voltra-dark); }
.hero-circuit { border-color: rgba(255,208,37,.38); }

.section, .area-section, .final-cta { margin: 12px; border-radius: 24px; }
.section { padding: 82px clamp(28px,6.5vw,100px); }
.mark { color: var(--voltra-dark); background: var(--voltra-yellow); border-color: var(--voltra-yellow); border-radius: 50%; }
.split-heading { margin-bottom: 42px; }
.split-heading h2, .trust-content h2, .reviews-section h2, .contact-intro h2, .area-content h2 { color: white; }
.split-heading h2 em, .trust-content h2 em, .reviews-section h2 em, .contact-intro h2 em, .area-content h2 em { color: var(--voltra-yellow); font-weight: 700; }
.split-heading p, .trust-content > p, .area-content > p, .contact-intro > p { color: var(--voltra-text); }

.emergency-section { background: var(--voltra-panel); }
.emergency-grid { gap: 10px; border: 0; border-radius: 0; overflow: visible; }
.emergency-grid article { min-height: 120px; border: 1px solid rgba(255,255,255,.1) !important; border-radius: 14px; background: #0b3853; }
.emergency-grid article:hover { color: var(--voltra-dark); background: var(--voltra-yellow); transform: translateY(-4px); }
.emergency-grid span { color: #76a2bc; }
.emergency-grid strong { color: white; font-size: 14px; }
.emergency-grid article:hover strong, .emergency-grid article:hover span, .emergency-grid article:hover b { color: var(--voltra-dark); }
.emergency-grid b { color: var(--voltra-yellow); }
.emergency-cta { margin-top: 12px; color: var(--voltra-dark); background: var(--voltra-yellow); border-radius: 14px; }
.emergency-cta small { color: #495343; }
.emergency-cta .pulse-dot { background: var(--voltra-electric); box-shadow: 0 0 0 6px rgba(7,132,255,.16); }
.emergency-cta .btn-primary { color: white; background: var(--voltra-dark); }

.services-section { color: var(--voltra-dark); background: var(--voltra-yellow); }
.services-section .section-kicker { color: var(--voltra-dark); }
.services-section .mark { color: var(--voltra-yellow); background: var(--voltra-dark); border-color: var(--voltra-dark); }
.services-section .split-heading h2 { color: var(--voltra-dark); }
.services-section .split-heading h2 em { color: var(--voltra-dark); font-weight: 800; }
.services-section .split-heading p { color: #334445; }
.service-feature { grid-template-columns: 38% 62%; background: var(--voltra-dark); border: 0; border-radius: 20px; box-shadow: none; }
.service-photo { min-height: 625px; }
.service-grid { gap: 1px; background: rgba(255,255,255,.12); }
.service-grid article { min-height: 156px; border: 0 !important; background: var(--voltra-panel); transition: background .25s; }
.service-grid article:hover { background: #0e405e; }
.service-grid article > span { color: var(--voltra-yellow); }
.service-grid h3 { color: white; }
.service-grid p { color: #afc2cf; }

.audience-section { background: #071e2f; }
.audience-section::before { border-color: rgba(255,208,37,.24); box-shadow: 0 0 0 80px rgba(255,208,37,.025),0 0 0 160px rgba(255,208,37,.018); }
.section-kicker.light { color: var(--voltra-yellow); }
.section-kicker.light .mark { color: var(--voltra-dark); background: var(--voltra-yellow); border-color: var(--voltra-yellow); }
.split-heading.light h2 em { color: var(--voltra-yellow); }
.audience-grid { gap: 10px; border: 0; border-radius: 0; overflow: visible; }
.audience-grid article { min-height: 245px; border: 0 !important; border-radius: 16px; background: #0b3048; transition: transform .25s, background .25s; }
.audience-grid article:nth-child(2) { background: var(--voltra-yellow); color: var(--voltra-dark); }
.audience-grid article:nth-child(2) p { color: #4c584f; }
.audience-grid article:hover { transform: translateY(-5px); }
.audience-grid .mark { margin-top: 42px; color: var(--voltra-dark); background: var(--voltra-yellow); border: 0; }
.audience-grid article:nth-child(2) .mark { color: white; background: var(--voltra-dark); }

.trust-section { background: var(--voltra-panel); }
.trust-photo { min-height: 600px; border-radius: 18px; }
.trust-list { gap: 8px; border: 0; border-radius: 0; overflow: visible; }
.trust-list > div { min-height: 62px; border: 1px solid rgba(255,255,255,.1) !important; border-radius: 12px; background: #0b3853; }
.trust-list span { color: #7fa1b5; }
.trust-list strong { color: white; }
.trust-list b { color: var(--voltra-dark); background: var(--voltra-yellow); }

.gallery-section { background: #061f30; }
.gallery { gap: 10px; }
.gallery figure { border-radius: 17px; }
.gallery figcaption span { color: var(--voltra-yellow); }
.gallery-note { color: #8fa8b9; }

.area-section { min-height: 650px; overflow: hidden; background: var(--voltra-yellow); color: var(--voltra-dark); }
.area-photo { margin: 14px; min-height: auto; border-radius: 17px; }
.area-content { padding: 72px clamp(28px,5vw,70px); }
.area-content .section-kicker { color: var(--voltra-dark); }
.area-content .section-kicker .mark { color: var(--voltra-yellow); background: var(--voltra-dark); border-color: var(--voltra-dark); }
.area-content h2 { color: var(--voltra-dark); }
.area-content h2 em { color: var(--voltra-dark); }
.area-content h2 {
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.05;
  white-space: nowrap;
}
.area-content > p { color: #31413f; }
.city-cloud span, .city-cloud strong { color: var(--voltra-dark); background: rgba(255,255,255,.32); border-color: rgba(4,25,39,.18); }
.city-cloud strong { color: var(--voltra-yellow); background: var(--voltra-dark); border-color: var(--voltra-dark); }
.area-content > small { color: #48544d; }

.reviews-section { background: var(--voltra-panel); }
.reviews-section blockquote { color: var(--voltra-dark); background: var(--voltra-yellow); border-left: 0; border-radius: 18px; }
.reviews-section blockquote > span { color: rgba(4,25,39,.13); }
.reviews-section blockquote p { color: var(--voltra-dark); }
.reviews-section blockquote footer { color: var(--voltra-dark); }

.final-cta { padding: 90px 24px; color: white; background: linear-gradient(135deg,#087ee9,#025ab0); }
.final-cta h2 em { color: var(--voltra-yellow); }
.final-cta > p:not(.eyebrow) { color: #dfebf5; }
.final-cta .btn-primary { color: var(--voltra-dark); background: var(--voltra-yellow); }
.final-cta .btn-light { color: white; background: var(--voltra-dark); border-color: var(--voltra-dark); }
.final-lines { border-color: rgba(255,208,37,.35); box-shadow: 0 0 0 70px rgba(255,208,37,.05),0 0 0 140px rgba(255,208,37,.025); }

.contact-section { background: #061f30; }
.contact-card { color: var(--voltra-dark); background: var(--voltra-yellow); border-radius: 16px; }
.contact-card > span { color: var(--voltra-yellow); background: var(--voltra-dark); }
.contact-card small, .contact-card p { color: #4a574f; }
.contact-form { padding: clamp(25px,4vw,44px); background: var(--voltra-panel); border-color: rgba(255,255,255,.12); border-radius: 18px; }
.contact-form label { color: #dbe6ed; }
.contact-form input, .contact-form select, .contact-form textarea { color: white; background: #0d3a55; border-color: rgba(255,255,255,.12); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #819caf; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--voltra-yellow); box-shadow: 0 0 0 3px rgba(255,208,37,.1); }
.file-field > span { color: #93aaba; }
.form-success { color: #d8ffd6; background: #1b5b42; border-color: #377a60; }
.form-error { color: #ffe1e1; background: #6a2424; border-color: #9a4444; }

.footer { margin: 12px 12px 0; padding: 66px clamp(28px,6.5vw,100px) 25px; background: #020e16; border-radius: 24px 24px 0 0; }
.footer-top { grid-template-columns: .8fr 1.5fr auto; }
.footer-top .btn-primary { color: var(--voltra-dark); background: var(--voltra-yellow); }
.cookie-banner { color: white; background: var(--voltra-panel); border-color: rgba(255,255,255,.14); }
.cookie-banner p { color: #9bb0be; }
.cookie-banner .btn-ghost { color: white; border-color: rgba(255,255,255,.3); }

.legal-page { color: white; background: var(--voltra-dark); }
.legal-page h1, .legal-page section h2 { color: white; }
.legal-kicker, .legal-back { color: var(--voltra-yellow); }
.legal-notice { color: var(--voltra-dark); background: var(--voltra-yellow); border: 0; border-radius: 14px; }
.legal-page section { border-color: rgba(255,255,255,.12); }
.legal-page section p { color: var(--voltra-text); }

@media (max-width: 1180px) {
  .header-top { gap: 14px; }
  .hero-content { width: 70%; }
  .brand-logo { width: 210px; height: 62px; }
}

@media (max-width: 900px) {
  .site-header { top: 6px; margin: 6px 7px 0; }
  .header-top { height: 32px; padding: 0 18px; border-radius: 15px 15px 0 0; }
  .header-top span:not(:first-child) { display: none; }
  .header-main { height: 70px; padding: 0 18px; border-radius: 0 0 15px 15px; }
  .nav { top: 102px; background: var(--voltra-dark); border-color: rgba(255,255,255,.12); }
  .nav a { color: white; }
  .menu-button { background: var(--voltra-yellow); }
  .hero { margin: 7px; border-radius: 18px; }
  .section, .area-section, .final-cta { margin: 7px; border-radius: 18px; }
  .service-feature { grid-template-columns: 1fr; }
  .area-photo { margin: 10px; min-height: 420px; }
  .footer { margin: 7px 7px 0; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 112px; }
  .header-top { font-size: 8px; }
  .brand-logo { width: 170px; height: 56px; }
  .hero { min-height: 730px; background-position: 65% center; }
  .hero-content { width: auto; margin: 86px 19px 125px; }
  .hero h1 { font-size: 47px; line-height: .94; }
  .assurance-strip { left: 10px; right: 10px; bottom: 10px; height: 108px; }
  .section { padding: 65px 18px; }
  .service-grid { background: rgba(255,255,255,.1); }
  .service-grid article { border: 0 !important; background: var(--voltra-panel); }
  .audience-grid article { border: 0 !important; }
  .trust-list > div { border: 1px solid rgba(255,255,255,.1) !important; }
  .gallery { grid-template-rows: 330px 210px 210px; }
  .area-photo { min-height: 290px; }
  .area-content h2 { font-size: 34px; white-space: normal; }
  .mobile-call { color: var(--voltra-dark); background: var(--voltra-yellow); }
  .cookie-banner { bottom: 68px; }
}

/* Lisibilité renforcée — textes secondaires et navigation */
body { font-size: 17px; }
.header-top { font-size: 12px; }
.header-top .topbar-highlight { display: inline-flex; align-items: center; font-size: 16px; font-weight: 900; letter-spacing: .01em; animation: topbar-glow 2.8s ease-in-out infinite; }
.header-top a { color: var(--voltra-dark); font-size: 14px; font-weight: 850; transition: opacity .2s, transform .2s; }
.header-top a:hover { opacity: .72; transform: translateY(-1px); }
@keyframes topbar-glow {
  0%, 100% { transform: translateX(0) scale(1); text-shadow: 0 0 0 rgba(255,255,255,0); }
  50% { transform: translateX(5px) scale(1.015); text-shadow: 0 0 12px rgba(255,255,255,.85); }
}
.nav a { font-size: 16px; font-weight: 750; }
.btn { font-size: 14px; }
.brand-words strong { font-size: 22px; }
.brand-words small { font-size: 10px; }
.eyebrow, .section-kicker { font-size: 13px; }
.hero-lead { font-size: clamp(20px,1.8vw,25px); }
.hero-copy { font-size: 17px; line-height: 1.65; }
.hero-card small { font-size: 12px; }
.hero-card strong { font-size: 16px; }
.hero-card a { font-size: 13px; }
.assurance-strip span { font-size: 14px; }
.assurance-strip b { font-size: 12px; }
.split-heading p, .trust-content > p, .area-content > p, .contact-intro > p { font-size: 17px; line-height: 1.7; }
.emergency-grid span { font-size: 12px; }
.emergency-grid strong { font-size: 17px; }
.emergency-cta small { font-size: 11px; }
.emergency-cta strong { font-size: 16px; }
.service-grid article > span { font-size: 12px; }
.service-grid h3 { font-size: 18px; }
.service-grid p { font-size: 15px; line-height: 1.6; }
.audience-grid article > span:first-child { font-size: 12px; }
.audience-grid h3 { font-size: 19px; }
.audience-grid p { font-size: 15px; line-height: 1.6; }
.trust-photo > span { font-size: 30px; }
.trust-list span { font-size: 11px; }
.trust-list strong { font-size: 15px; }
.gallery figcaption span { font-size: 11px; }
.gallery figcaption strong { font-size: 16px; }
.gallery-note { font-size: 13px; line-height: 1.55; }
.city-cloud span, .city-cloud strong { font-size: 14px; }
.area-content > small { font-size: 12px; }
.reviews-section blockquote footer { font-size: 12px; }
.final-cta > p:not(.eyebrow) { font-size: 17px; }
.contact-card small { font-size: 11px; }
.contact-card strong { font-size: 16px; }
.contact-card p { font-size: 12px; }
.contact-form label { font-size: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { font-size: 15px; }
.file-field > span { font-size: 12px; }
.form-success { font-size: 14px; }
.form-error { font-size: 14px; }
.footer-top p { font-size: 15px; }
.footer-grid h3 { font-size: 13px; }
.footer-grid p, .footer-grid a { font-size: 14px; }
.footer-bottom { font-size: 11px; }
.cookie-banner strong { font-size: 14px; }
.cookie-banner p { font-size: 12px; }
.legal-page section h2 { font-size: 22px; }
.legal-page section p { font-size: 16px; }

@media (max-width: 1180px) {
  .nav a { font-size: 14px; }
  .header-top .topbar-highlight { font-size: 14px; }
  .header-top a { font-size: 12px; }
}

@media (max-width: 900px) {
  .nav a { font-size: 17px; }
  .header-top a { display: none; }
  .header-top .topbar-highlight { font-size: 13px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .header-top { font-size: 10px; }
  .header-top .topbar-highlight { font-size: 11px; }
  .brand-words strong { font-size: 18px; }
  .brand-words small { font-size: 9px; }
  .eyebrow, .section-kicker { font-size: 11px; }
  .hero-copy, .split-heading p, .trust-content > p, .area-content > p, .contact-intro > p, .final-cta > p:not(.eyebrow) { font-size: 16px; }
  .assurance-strip span { font-size: 11px; }
}

/* Bandeau de dépannage recentré et renforcé */
.emergency-cta {
  min-height: 220px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
}
.emergency-cta > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.emergency-cta .pulse-dot { margin: 0 0 3px; }
.emergency-cta small,
.emergency-cta strong { grid-column: auto; }
.emergency-cta small { font-size: 14px; letter-spacing: .13em; }
.emergency-cta strong { font-size: 21px; line-height: 1.35; }
.emergency-cta .btn-primary {
  width: min(700px, 92%);
  min-height: 76px;
  padding: 18px 34px;
  color: white;
  background: #020e16;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1.25;
  box-shadow: 0 12px 28px rgba(2,14,22,.25);
}
.emergency-cta .btn-primary:hover { background: #082b42; }
.emergency-cta .phone-picto { display: inline-block; margin: 0 7px; color: var(--voltra-yellow); font-size: 25px; line-height: 1; vertical-align: -2px; }

@media (max-width: 600px) {
  .emergency-cta { min-height: 250px; padding: 30px 16px; gap: 22px; }
  .emergency-cta small { font-size: 11px; }
  .emergency-cta strong { font-size: 18px; }
  .emergency-cta .btn-primary { width: 100%; min-height: 70px; padding: 16px 20px; font-size: 17px; }
  .emergency-cta .phone-picto { margin: 0 4px; font-size: 21px; }
}

/* Repositionnement précis de la photo du header */
.hero { isolation: isolate; background: var(--navy); }
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -4%;
  background: url('/images/hero-electricien.webp') center 38% / cover no-repeat;
  transform: translateX(34px) scale(1.025);
}
.hero-overlay { z-index: 1; }

@media (max-width: 900px) {
  .hero::before { background-position: 64% center; transform: translateX(22px) scale(1.035); }
}

@media (max-width: 600px) {
  .hero::before { background-position: 67% center; transform: translateX(16px) scale(1.045); }
}
