:root {
  --navy: #1f3a4a;
  --navy-dark: #122733;
  --navy-soft: #304f60;
  --lime: #91ff00;
  --lime-dark: #70c900;
  --teal: #0b8790;
  --white: #ffffff;
  --off-white: #f6f8f9;
  --gray-100: #eef2f4;
  --gray-200: #dbe3e7;
  --gray-500: #687982;
  --text: #17252d;
  --shadow: 0 20px 60px rgba(18, 39, 51, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: var(--lime); color: var(--navy-dark); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--navy-dark); color: #dbe8ee; font-size: 12px; position: relative; z-index: 1002; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(145,255,0,.12); }
.topbar-contact { display: flex; gap: 24px; align-items: center; }
.topbar-contact a:hover { color: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(31,58,74,.08); backdrop-filter: blur(12px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(18,39,51,.12); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 230px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav > a, .desktop-nav button { border: 0; background: transparent; color: var(--navy-dark); font-weight: 700; font-size: 14px; cursor: pointer; padding: 31px 0; display: flex; gap: 6px; align-items: center; }
.desktop-nav > a:hover, .desktop-nav > a.active, .desktop-nav button:hover { color: var(--teal); }
.nav-item { position: relative; }
.dropdown { position: absolute; top: calc(100% - 10px); left: -22px; min-width: 240px; background: white; border: 1px solid var(--gray-100); border-radius: 14px; padding: 10px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.dropdown-wide { min-width: 270px; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 11px 13px; border-radius: 9px; font-size: 13px; font-weight: 650; }
.dropdown a:hover { background: var(--gray-100); color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-button { display: flex; align-items: center; gap: 10px; padding: 10px 15px; border-radius: 14px; background: var(--navy-dark); color: white; white-space: nowrap; transition: .2s ease; }
.phone-button:hover { transform: translateY(-2px); background: var(--navy); }
.phone-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--lime); color: var(--navy-dark); font-size: 18px; }
.phone-copy { display: flex; flex-direction: column; line-height: 1.15; }
.phone-copy small { font-size: 10px; color: #c8d7dd; text-transform: uppercase; letter-spacing: .08em; }
.phone-copy strong { font-size: 15px; }
.menu-toggle { display: none; border: 0; background: var(--gray-100); width: 44px; height: 44px; border-radius: 12px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy-dark); margin: 5px 0; transition: .2s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; background: white; border-top: 1px solid var(--gray-100); padding: 14px 20px 24px; max-height: calc(100vh - 86px); overflow-y: auto; }
.mobile-menu > a, .mobile-submenu-toggle { width: 100%; border: 0; background: transparent; padding: 14px 0; display: flex; justify-content: space-between; font-weight: 750; border-bottom: 1px solid var(--gray-100); text-align: left; }
.mobile-submenu { display: none; padding: 4px 0 8px 15px; }
.mobile-submenu.open { display: block; }
.mobile-submenu a { display: block; padding: 9px 0; color: var(--gray-500); font-size: 14px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(130deg, #eef4f6 0%, #ffffff 48%, #e7f0f2 100%); padding: 76px 0 105px; }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(145,255,0,.12); right: -120px; top: -160px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: var(--teal); }
.eyebrow span { width: 28px; height: 2px; background: var(--lime-dark); }
h1, h2, h3 { margin-top: 0; line-height: 1.15; color: var(--navy-dark); }
h1 { font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.045em; margin: 18px 0 22px; }
h1 em { font-style: normal; color: var(--teal); display: block; }
.hero-lead { font-size: 18px; color: #536872; max-width: 680px; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 0 24px; border-radius: 14px; font-weight: 800; transition: .2s ease; }
.btn-primary { background: var(--lime); color: var(--navy-dark); box-shadow: 0 14px 30px rgba(112,201,0,.2); }
.btn-primary:hover { background: #a8ff3b; transform: translateY(-2px); }
.btn-secondary { background: white; border: 1px solid var(--gray-200); color: var(--navy-dark); }
.btn-secondary:hover { border-color: var(--teal); color: var(--teal); }
.btn-dark { background: var(--navy-dark); color: white; margin-top: 18px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--navy-soft); font-size: 13px; font-weight: 700; }
.hero-points span { color: var(--lime-dark); font-weight: 900; }
.hero-visual { position: relative; }
.door-scene { min-height: 500px; position: relative; display: grid; place-items: center; }
.door-scene::before { content: ''; position: absolute; inset: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(145,255,0,.30), rgba(145,255,0,0) 67%); }
.door-frame { width: 310px; height: 440px; background: var(--navy-dark); padding: 17px 17px 0; border-radius: 8px 8px 0 0; box-shadow: 0 45px 70px rgba(18,39,51,.25); transform: perspective(900px) rotateY(-5deg); }
.door { height: 100%; position: relative; background: linear-gradient(145deg, #3a5665, #1a303c); border: 2px solid #4b6572; box-shadow: inset 0 0 0 8px #213d4c; }
.peephole { position: absolute; width: 13px; height: 13px; border: 3px solid #98a9b1; border-radius: 50%; top: 95px; left: 50%; transform: translateX(-50%); }
.handle { position: absolute; width: 65px; height: 9px; border-radius: 10px; background: linear-gradient(#d9e1e4, #899aa3); right: 35px; top: 245px; box-shadow: -13px 0 0 -2px #aab7bd; }
.lock { position: absolute; width: 16px; height: 25px; border-radius: 8px 8px 5px 5px; background: var(--lime); right: 57px; top: 200px; }
.key-card, .availability-card { position: absolute; background: rgba(255,255,255,.95); border: 1px solid rgba(31,58,74,.08); box-shadow: var(--shadow); border-radius: 16px; display: flex; align-items: center; }
.key-card { left: 0; bottom: 44px; padding: 14px 18px; gap: 13px; }
.key-card .key-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--lime); display: grid; place-items: center; color: var(--navy-dark); font-size: 25px; }
.key-card div:last-child { display: flex; flex-direction: column; }
.key-card strong { font-size: 14px; }
.key-card span { font-size: 11px; color: var(--gray-500); }
.availability-card { right: -5px; top: 60px; padding: 11px 15px; gap: 9px; font-size: 12px; }
.pulse { width: 10px; height: 10px; background: var(--lime-dark); border-radius: 50%; box-shadow: 0 0 0 6px rgba(112,201,0,.15); }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 45px; background: white; clip-path: polygon(0 100%, 100% 10%, 100% 100%); }

.trust-strip { position: relative; z-index: 3; margin-top: -28px; }
.trust-grid { background: white; box-shadow: var(--shadow); border-radius: 20px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 30px; }
.trust-grid > div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid var(--gray-200); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-size: 23px; color: var(--navy-dark); }
.trust-grid span { font-size: 12px; color: var(--gray-500); text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 100px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .why-content h2, .zones-grid h2, .faq-grid h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; margin: 12px 0 18px; }
.section-heading p, .why-content > p, .zones-grid > div > p, .faq-grid > div > p { color: var(--gray-500); margin: 0; }
.services-section { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 30px; transition: .25s ease; background: white; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy-dark); border-color: var(--navy-dark); }
.service-card.featured h3, .service-card.featured p, .service-card.featured a { color: white; }
.service-card.emergency-card { background: linear-gradient(145deg, var(--lime), #b8ff56); border-color: transparent; }
.service-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--gray-100); display: grid; place-items: center; font-size: 25px; margin-bottom: 24px; }
.featured .service-icon { background: var(--lime); }
.emergency-card .service-icon { background: var(--navy-dark); color: white; }
.service-card h3 { font-size: 21px; margin-bottom: 12px; }
.service-card p { color: var(--gray-500); font-size: 14px; min-height: 92px; }
.service-card a { display: flex; align-items: center; justify-content: space-between; font-weight: 800; color: var(--teal); font-size: 13px; margin-top: 18px; }

.why-section { background: var(--off-white); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.why-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.visual-panel { width: 82%; height: 460px; border-radius: 34px; padding: 50px; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: linear-gradient(155deg, var(--navy-soft), var(--navy-dark)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.visual-panel::after { content: ''; position: absolute; width: 270px; height: 270px; border-radius: 50%; background: var(--lime); right: -100px; top: -90px; opacity: .95; }
.big-number { position: absolute; top: 70px; left: 45px; color: var(--lime); font-size: 105px; font-weight: 800; letter-spacing: -.08em; }
.visual-panel p { margin: 0; font-size: 21px; font-weight: 700; position: relative; z-index: 2; }
.rating-box { position: absolute; right: 0; bottom: 20px; background: white; border-radius: 18px; box-shadow: var(--shadow); padding: 18px 20px; display: flex; flex-direction: column; width: 210px; }
.rating-box strong { color: var(--teal); font-size: 28px; }
.rating-box span { font-size: 12px; color: var(--gray-500); }
.benefit-list { margin-top: 30px; display: grid; gap: 20px; }
.benefit-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 16px; }
.benefit-list > div > span { width: 46px; height: 46px; border-radius: 14px; background: var(--lime); color: var(--navy-dark); display: grid; place-items: center; font-weight: 900; font-size: 12px; }
.benefit-list h3 { font-size: 18px; margin-bottom: 5px; }
.benefit-list p { margin: 0; color: var(--gray-500); font-size: 14px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--teal); font-weight: 800; margin-top: 30px; }

.process-section { background: var(--navy-dark); position: relative; overflow: hidden; }
.process-section::before { content: ''; position: absolute; width: 400px; height: 400px; border: 90px solid rgba(145,255,0,.05); border-radius: 50%; right: -150px; top: -150px; }
.section-heading.light h2 { color: white; }
.section-heading.light .section-kicker { color: var(--lime); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-step { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); border-radius: 20px; padding: 28px; color: white; }
.process-step > span { width: 42px; height: 42px; border-radius: 12px; background: var(--lime); color: var(--navy-dark); display: grid; place-items: center; font-weight: 900; margin-bottom: 35px; }
.process-step h3 { color: white; font-size: 18px; }
.process-step p { color: #b9c8ce; font-size: 13px; margin: 0; }

.zones-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.zone-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.zone-links a { border: 1px solid var(--gray-200); border-radius: 14px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; transition: .2s ease; }
.zone-links a:hover { border-color: var(--teal); transform: translateY(-2px); }
.zone-links strong { font-size: 13px; }
.zone-links span { width: 34px; height: 34px; background: var(--gray-100); border-radius: 10px; display: grid; place-items: center; color: var(--teal); font-weight: 900; font-size: 12px; }
.map-card { min-height: 480px; border-radius: 30px; position: relative; overflow: hidden; background: #dfe9ed; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(31,58,74,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(31,58,74,.08) 1px, transparent 1px); background-size: 45px 45px; transform: rotate(-7deg) scale(1.2); }
.map-card::before, .map-card::after { content: ''; position: absolute; border-radius: 50%; border: 45px solid rgba(255,255,255,.55); }
.map-card::before { width: 230px; height: 230px; left: 70px; top: 70px; }
.map-card::after { width: 150px; height: 150px; right: -30px; bottom: 40px; }
.map-pin { position: absolute; width: 58px; height: 58px; border-radius: 18px 18px 18px 3px; transform: rotate(-45deg); background: var(--navy-dark); color: white; display: grid; place-items: center; font-weight: 900; box-shadow: 0 12px 25px rgba(18,39,51,.25); }
.map-pin::after { content: attr(class); }
.map-pin { font-size: 0; }
.map-pin::before { content: ''; }
.map-pin { }
.map-pin::after { content: ''; }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.map-pin { }
.pin-paris { left: 48%; top: 42%; background: var(--lime); }
.pin-92 { left: 28%; top: 37%; }
.pin-93 { left: 62%; top: 25%; }
.pin-94 { left: 56%; top: 58%; }
.map-pin { color: transparent; }
.map-pin::before { position: absolute; transform: rotate(45deg); color: var(--navy-dark); font-size: 12px; }
.pin-paris::before { content: '75'; }
.pin-92::before { content: '92'; color: white; }
.pin-93::before { content: '93'; color: white; }
.pin-94::before { content: '94'; color: white; }
.map-label { position: absolute; left: 25px; right: 25px; bottom: 25px; background: rgba(255,255,255,.95); border-radius: 16px; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; }
.map-label strong { font-size: 14px; }
.map-label span { font-size: 11px; color: var(--gray-500); }

.emergency-cta { padding: 65px 0; background: var(--lime); }
.emergency-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.emergency-inner .section-kicker { color: var(--navy-soft); }
.emergency-inner h2 { font-size: clamp(32px, 4vw, 50px); margin: 10px 0; letter-spacing: -.035em; }
.emergency-inner p { margin: 0; color: var(--navy-soft); }
.cta-phone { flex: 0 0 auto; min-width: 285px; padding: 18px 25px; border-radius: 18px; background: var(--navy-dark); color: white; display: flex; flex-direction: column; align-items: center; box-shadow: 0 15px 35px rgba(18,39,51,.22); }
.cta-phone small { color: var(--lime); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.cta-phone strong { font-size: 25px; }

.faq-section { background: var(--off-white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.accordion details { background: white; border: 1px solid var(--gray-200); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.accordion summary { cursor: pointer; padding: 20px 22px; font-weight: 800; list-style: none; position: relative; padding-right: 55px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 9px; background: var(--gray-100); display: grid; place-items: center; color: var(--teal); }
.accordion details[open] summary::after { content: '−'; background: var(--lime); color: var(--navy-dark); }
.accordion p { margin: 0; padding: 0 22px 20px; color: var(--gray-500); font-size: 14px; }

.site-footer { background: #0b1e27; color: #b7c6cc; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-brand p { max-width: 330px; font-size: 13px; }
.footer-brand > a { color: var(--lime); font-size: 23px; font-weight: 800; }
.site-footer h3 { color: white; font-size: 15px; margin-bottom: 18px; }
.site-footer .footer-grid > div:not(.footer-brand) a { display: block; font-size: 13px; padding: 5px 0; }
.site-footer a:hover { color: var(--lime); }
.site-footer p { font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .container { min-height: 70px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.footer-bottom div div { display: flex; gap: 18px; }
.mobile-call-bar { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav > a, .desktop-nav button { font-size: 12px; }
  .phone-copy small { display: none; }
  .brand img { width: 190px; }
  .hero-grid { gap: 35px; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu.open { display: block; }
  .header-inner { min-height: 74px; }
  .brand img { width: 175px; }
  .phone-button { padding: 8px 10px; }
  .phone-icon { width: 31px; height: 31px; }
  .phone-copy strong { font-size: 13px; }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { max-width: 520px; width: 100%; margin: -15px auto 0; }
  .door-scene { min-height: 430px; }
  .door-frame { height: 365px; width: 260px; }
  .lock { top: 165px; }
  .handle { top: 205px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .zones-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .why-visual { order: 2; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .emergency-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, 1180px); }
  .site-header { top: 0; }
  .header-inner { min-height: 68px; gap: 8px; }
  .brand img { width: 135px; }
  .header-actions { gap: 7px; }
  .phone-button { background: var(--lime); color: var(--navy-dark); border-radius: 10px; padding: 7px 9px; }
  .phone-icon { display: none; }
  .phone-copy small { display: none; }
  .phone-copy strong { font-size: 11px; }
  .menu-toggle { width: 39px; height: 39px; border-radius: 10px; padding: 9px; }
  .hero { padding: 44px 0 88px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-points { flex-direction: column; gap: 7px; align-items: center; }
  .hero-visual { display: none; }
  .trust-strip { margin-top: -32px; }
  .trust-grid { padding: 18px 12px; border-radius: 16px; }
  .trust-grid strong { font-size: 18px; }
  .trust-grid span { font-size: 9px; }
  .section { padding: 72px 0; }
  .section-heading h2, .why-content h2, .zones-grid h2, .faq-grid h2 { font-size: 34px; }
  .services-grid, .process-grid, .zone-links { grid-template-columns: 1fr; }
  .service-card p { min-height: auto; }
  .why-visual { min-height: 400px; }
  .visual-panel { width: 100%; height: 360px; padding: 35px; }
  .big-number { font-size: 78px; top: 55px; left: 30px; }
  .rating-box { width: 190px; right: -4px; }
  .map-card { min-height: 380px; }
  .map-label { flex-direction: column; align-items: flex-start; gap: 3px; }
  .cta-phone { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom .container { flex-direction: column; justify-content: center; gap: 8px; text-align: center; padding: 15px 0; }
  .mobile-call-bar { position: fixed; display: flex; align-items: center; justify-content: center; gap: 12px; left: 0; right: 0; bottom: 0; z-index: 1200; height: 72px; background: var(--lime); color: var(--navy-dark); box-shadow: 0 -8px 25px rgba(18,39,51,.18); }
  .mobile-call-bar > span { font-size: 22px; }
  .mobile-call-bar div { display: flex; flex-direction: column; line-height: 1.15; }
  .mobile-call-bar small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-call-bar strong { font-size: 19px; }
}


/* --- Version photographique --- */
.hero-photo-wrap { position: relative; min-height: 530px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy-dark); }
.hero-photo-wrap > img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }
.hero-photo-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(18,39,51,.58)); pointer-events: none; }
.hero-photo-badge { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.hero-photo-badge div { display: flex; flex-direction: column; }
.hero-photo-badge strong { color: var(--navy-dark); font-size: 14px; }
.hero-photo-badge small { color: var(--gray-500); font-size: 11px; }

.service-card { padding: 0 26px 26px; overflow: hidden; }
.service-image { margin: 0 -26px 24px; height: 190px; overflow: hidden; background: var(--gray-100); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-card.featured::before { display:none; }
.service-card.featured { background: var(--navy-dark); }
.service-card.emergency-card { background: linear-gradient(145deg, rgba(145,255,0,.96), rgba(184,255,86,.96)); }

.why-visual { min-height: 560px; }
.why-photo { width: 82%; height: 520px; border-radius: 34px; object-fit: cover; box-shadow: var(--shadow); }

.process-layout { display:grid; grid-template-columns: .75fr 1.25fr; gap: 34px; align-items: stretch; position:relative; }
.process-photo { border-radius: 24px; overflow:hidden; min-height: 100%; }
.process-photo img { width:100%; height:100%; object-fit:cover; }
.process-grid { grid-template-columns: repeat(2, 1fr); }
.process-step > span { margin-bottom: 24px; }

.image-map-card > img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.map-overlay { position:absolute; inset:0; background:linear-gradient(180deg, rgba(18,39,51,.06), rgba(18,39,51,.38)); }

.image-cta { position:relative; background: var(--navy-dark) url('assets/images/urgence-serrurier.jpg') center/cover no-repeat; color:white; overflow:hidden; }
.image-cta::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(18,39,51,.93), rgba(18,39,51,.55)); }
.image-cta .emergency-inner { position:relative; z-index:1; }
.image-cta .section-kicker { color:var(--lime); }
.image-cta h2, .image-cta p { color:white; }

.image-footer { position:relative; background:#0b1e27 url('assets/images/footer-bg.jpg') center/cover no-repeat; }
.image-footer::before { content:''; position:absolute; inset:0; background:rgba(11,30,39,.94); }
.image-footer > * { position:relative; z-index:1; }

@media (max-width: 900px) {
  .hero-photo-wrap, .hero-photo-wrap > img { min-height: 420px; }
  .process-layout { grid-template-columns:1fr; }
  .process-photo { min-height:320px; }
}
@media (max-width: 650px) {
  .service-image { height:180px; }
  .why-photo { width:100%; height:430px; }
  .hero-photo-badge { left:14px; right:14px; bottom:14px; }
}


/* --- Pages services --- */
.service-hero{position:relative;min-height:650px;display:flex;align-items:center;background:var(--navy-dark) center/cover no-repeat;background-image:var(--hero-image);overflow:hidden}.service-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,27,36,.94) 0%,rgba(9,27,36,.78) 48%,rgba(9,27,36,.30) 100%)}.service-hero-inner{position:relative;z-index:2;padding:100px 0;color:white;max-width:820px;margin-left:max(20px,calc((100vw - 1180px)/2))}.service-hero h1{color:white;max-width:850px}.service-hero h1 em{color:var(--lime)}.service-hero p{font-size:18px;max-width:720px;color:#e5eef2;margin:0 0 30px}.service-hero .eyebrow{color:var(--lime)}.service-hero .btn-secondary{background:rgba(255,255,255,.95)}.service-hero .hero-points{color:white}.related-services{margin-top:30px;padding:22px;border-radius:16px;background:white;border:1px solid var(--gray-200)}.related-services h3{font-size:15px;margin-bottom:10px}.related-services a{display:inline-flex;margin:5px 6px 0 0;padding:8px 11px;border-radius:9px;background:var(--gray-100);font-size:12px;font-weight:800}.related-services a:hover{background:var(--lime)}
@media(max-width:900px){.service-hero{min-height:570px}.service-hero-inner{margin:0 auto;padding:80px 0;text-align:center}.service-hero .eyebrow,.service-hero .hero-actions,.service-hero .hero-points{justify-content:center}}@media(max-width:620px){.service-hero{min-height:560px}.service-hero-inner{padding:65px 0}.service-hero h1{font-size:40px}.service-hero p{font-size:16px}.service-hero-overlay{background:rgba(9,27,36,.80)}}
