/*
Theme Name: Le Verrou Français Mobile
Theme URI: https://le-verrou-francais.fr/
Author: Le Verrou Français
Description: Landing page WordPress mobile-first pour serrurerie d'urgence, vitrerie et sécurisation. Conçue pour le trafic Google Ads mobile uniquement.
Version: 1.0.0
Text Domain: le-verrou-francais-mobile
*/

:root{
  --navy:#061f4a;
  --navy-2:#0b326d;
  --red:#0b5ed7;
  --red-dark:#084298;
  --green:#20c63a;
  --green-dark:#0ea729;
  --white:#ffffff;
  --off:#f5f8fd;
  --text:#071b3d;
  --muted:#526178;
  --line:#dbe4f1;
  --shadow:0 10px 26px rgba(6,31,74,.12);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;
  background:#fff;
  color:var(--text);
  line-height:1.35;
  -webkit-font-smoothing:antialiased;
  padding-bottom:78px;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}

.site-shell{
  width:100%;
  max-width:540px;
  margin:0 auto;
  background:#fff;
  min-height:100vh;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(6,31,74,.05);
}

.mobile-header{
  position:sticky;
  top:0;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 14px 9px;
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid rgba(6,31,74,.08);
}
.logo-link{display:inline-flex;align-items:center;min-width:0}
.logo-img{display:block;width:176px;max-width:56vw;height:auto}
.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.btn-call-mini{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  min-height:44px;padding:0 14px;border-radius:12px;
  background:linear-gradient(180deg,var(--red),var(--red-dark));
  color:#fff;font-weight:800;font-size:15px;box-shadow:0 8px 18px rgba11,94,215,.24);
}
.hamburger{width:25px;height:18px;position:relative;display:inline-block}
.hamburger:before,.hamburger:after,.hamburger span{content:"";position:absolute;left:0;width:25px;height:2px;background:var(--navy);border-radius:10px}
.hamburger:before{top:0}.hamburger span{top:8px}.hamburger:after{bottom:0}

.urgency-strip{
  background:linear-gradient(90deg,var(--red-dark),var(--red),var(--red-dark));
  color:#fff;text-align:center;font-weight:850;font-size:13px;
  padding:8px 10px;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.hero{position:relative;background:linear-gradient(180deg,#fff 0%,#f7faff 100%);padding:18px 16px 14px}
.hero-grid{display:grid;grid-template-columns:1fr;gap:14px}
.hero-media{position:relative;order:-1;height:190px;margin:-2px -16px 2px;overflow:hidden;background:#e8edf5}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:74% center;display:block;filter:saturate(.98) contrast(1.02)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.72) 35%,rgba(255,255,255,.08) 78%)}
.hero-copy{position:relative;z-index:2;margin-top:-184px;min-height:184px;display:flex;flex-direction:column;justify-content:center;max-width:58%}
.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}
h1{margin:0;color:var(--navy);font-size:38px;line-height:.97;letter-spacing:-1.5px;font-weight:950}
h1 .red{display:block;color:var(--red);font-size:42px;letter-spacing:-1.2px;margin-top:2px}
.hero-sub{margin:8px 0 0;color:var(--navy);font-size:16px;font-weight:850;line-height:1.18}
.hero-text{margin:10px 0 0;color:#10284f;font-size:13.6px;line-height:1.43;font-weight:560}
.cta-stack{display:grid;gap:10px;margin-top:16px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  width:100%;min-height:56px;border-radius:14px;border:2px solid transparent;
  font-size:16px;font-weight:900;text-align:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.btn:active{transform:scale(.98)}
.btn-red{background:linear-gradient(180deg,var(--red),var(--red-dark));color:#fff;box-shadow:0 12px 26px rgba(11,94,215,.23)}
.btn-outline{background:#fff;color:var(--navy);border-color:var(--navy);box-shadow:0 6px 16px rgba(6,31,74,.07)}
.icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;flex:0 0 22px}
.icon svg{display:block;width:100%;height:100%}
.badges{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.badge{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 10px;min-height:62px;box-shadow:0 6px 16px rgba(6,31,74,.08);font-size:13px;font-weight:850;color:var(--navy)}
.badge .icon{color:var(--navy)}

.section{padding:22px 16px;background:#fff}
.section-soft{background:linear-gradient(180deg,#fff 0%,#f7faff 100%)}
.section-title{text-align:center;margin:0;color:var(--navy);font-size:22px;line-height:1.16;font-weight:950;letter-spacing:-.4px}
.section-intro{text-align:center;margin:9px auto 0;max-width:470px;color:#163059;font-size:14.8px;font-weight:590;line-height:1.42}
.reassurance-grid{display:grid;grid-template-columns:1fr;gap:11px;margin-top:18px}
.info-card{display:flex;align-items:flex-start;gap:13px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px 14px;box-shadow:var(--shadow)}
.info-card .card-icon{width:43px;height:43px;border-radius:14px;background:#eff5ff;color:var(--navy);display:flex;align-items:center;justify-content:center;flex:0 0 43px}
.info-card .card-icon svg{width:27px;height:27px}
.info-card h3{margin:1px 0 4px;color:var(--navy);font-size:16px;line-height:1.08;font-weight:950}
.info-card p{margin:0;color:#263a5d;font-size:13.2px;font-weight:570}

.steps{display:grid;gap:8px;margin-top:16px}
.step{display:grid;grid-template-columns:36px 34px 1fr;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 11px;box-shadow:0 5px 14px rgba(6,31,74,.06)}
.step-num{width:28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px}
.step-icon{width:28px;height:28px;color:var(--navy);display:flex;align-items:center;justify-content:center}
.step-icon svg{width:24px;height:24px}
.step h3{margin:0;color:var(--navy);font-size:14px;font-weight:920}
.step p{margin:3px 0 0;color:#405373;font-size:12.2px;line-height:1.28}

.service-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}
.service-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:var(--shadow)}
.service-card .service-icon{width:61px;height:61px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 61px}
.service-card .service-icon svg{width:35px;height:35px}
.service-card h3{margin:0 0 5px;color:var(--navy);font-size:18px;font-weight:950}
.service-card p{margin:0;color:#263a5d;font-size:13.5px;font-weight:580}

.reviews{display:grid;gap:10px;margin-top:15px}
.review-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 8px 18px rgba(6,31,74,.08)}
.review-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}
.review-name{font-weight:920;color:var(--navy);font-size:14px}.stars{color:#ffb300;letter-spacing:1px;font-size:14px;white-space:nowrap}
.review-card p{margin:0;color:#263a5d;font-size:13.5px;font-weight:570;line-height:1.38;font-style:italic}

.final-cta{margin:8px 16px 20px;padding:22px 16px 18px;border-radius:22px;background:radial-gradient(circle at 85% 18%,rgba(32,198,58,.32) 0,rgba(32,198,58,0) 30%),linear-gradient(135deg,#061b42 0%,#073271 100%);color:#fff;box-shadow:0 18px 35px rgba(6,31,74,.25);position:relative;overflow:hidden}
.final-cta h2{margin:0;text-align:center;font-size:24px;line-height:1.1;font-weight:950;letter-spacing:-.3px}
.final-cta p{margin:9px auto 16px;text-align:center;color:#e7efff;max-width:460px;font-size:13.8px;line-height:1.42;font-weight:570}
.final-cta .cta-stack{margin-top:0}
.final-cta .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.8);box-shadow:none}
.contact-section{padding:24px 16px 26px;background:#f7faff;border-top:1px solid var(--line)}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:17px;margin-top:15px}
.form-grid{display:grid;gap:10px}
.form-field label{display:block;margin:0 0 5px;color:var(--navy);font-size:12.5px;font-weight:900}
.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid #cfd9e8;border-radius:12px;background:#fff;color:var(--text);padding:13px 12px;min-height:48px;outline:none}
.form-field textarea{min-height:92px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(6,31,74,.09)}
.notice-success{border:1px solid #b8efc5;background:#ecfff1;color:#116b24;border-radius:14px;padding:12px;margin:0 0 12px;font-weight:800;font-size:13px}
.footer{padding:22px 16px 96px;background:#fff;border-top:1px solid var(--line);color:#263a5d;text-align:center}
.footer-logo{display:block;width:190px;max-width:70%;height:auto;margin:0 auto 10px}.footer-phone{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-size:20px;font-weight:950;margin:4px 0 4px}.footer-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;font-size:12.5px;margin-top:12px;color:#405373}.copyright{margin:14px 0 0;font-size:11px;color:#7a8799}

.floating-call{
  position:fixed;z-index:80;left:50%;bottom:86px;transform:translateX(-50%);
  width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 35% 28%,#64f374 0%,var(--green) 45%,var(--green-dark) 100%);
  color:#fff;border:5px solid rgba(255,255,255,.9);
  box-shadow:0 0 0 0 rgba(32,198,58,.55),0 0 25px rgba(32,198,58,.8),0 14px 28px rgba(6,31,74,.25);
  animation:pulseCall 1.45s infinite ease-in-out;
}
.floating-call .phone-big{width:44px;height:44px}.floating-call .floating-label{position:absolute;top:-19px;left:50%;transform:translateX(-50%);background:var(--green);color:#fff;font-weight:950;font-size:12px;padding:3px 9px;border-radius:999px;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.16)}
.mobile-call-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;max-width:540px;margin:0 auto;background:linear-gradient(180deg,var(--red),var(--red-dark));color:#fff;min-height:70px;display:flex;align-items:center;justify-content:center;gap:11px;font-size:22px;font-weight:950;box-shadow:0 -8px 24px rgba(6,31,74,.18)}
.mobile-call-bar svg{width:28px;height:28px}
@keyframes pulseCall{0%{box-shadow:0 0 0 0 rgba(32,198,58,.55),0 0 25px rgba(32,198,58,.8),0 14px 28px rgba(6,31,74,.25)}70%{box-shadow:0 0 0 22px rgba(32,198,58,0),0 0 30px rgba(32,198,58,.85),0 14px 28px rgba(6,31,74,.25)}100%{box-shadow:0 0 0 0 rgba(32,198,58,0),0 0 25px rgba(32,198,58,.8),0 14px 28px rgba(6,31,74,.25)}}

.desktop-lock{display:none}

@media (min-width:420px){
  .hero-media{height:220px}.hero-copy{margin-top:-210px;min-height:210px;max-width:57%}
  h1{font-size:43px} h1 .red{font-size:48px}.hero-sub{font-size:17px}.hero-text{font-size:14px}
  .reassurance-grid{grid-template-columns:1fr 1fr}.reviews{grid-template-columns:1fr 1fr 1fr}.service-grid{grid-template-columns:1fr}.badges{grid-template-columns:1fr 1fr 1fr 1fr}.badge{font-size:12px;padding:12px 8px;justify-content:center;flex-direction:column;text-align:center;gap:6px}
}

@media (min-width:768px){
  body{padding-bottom:0;background:#f4f7fb}
  .site-shell,.floating-call,.mobile-call-bar{display:none!important}
  .desktop-lock{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:28px;text-align:center;background:linear-gradient(135deg,#f7faff 0%,#fff 100%)}
  .desktop-lock-card{max-width:520px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow)}
  .desktop-lock-card img{width:220px;max-width:80%;margin-bottom:18px}.desktop-lock-card h1{font-size:34px;line-height:1.05;margin:0 0 10px}.desktop-lock-card p{color:#405373;margin:0 0 18px}.desktop-lock-card .btn{max-width:310px;margin:0 auto}
}
.legal-details {
  margin: 18px auto 0;
  max-width: 480px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7faff;
  overflow: hidden;
}

.legal-details summary {
  cursor: pointer;
  padding: 14px 15px;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 950;
  text-align: center;
  list-style: none;
}

.legal-details summary::-webkit-details-marker {
  display: none;
}

.legal-details summary:after {
  content: " +";
  color: var(--red);
  font-weight: 950;
}

.legal-details[open] summary:after {
  content: " –";
}

.legal-content {
  padding: 0 15px 15px;
  color: #405373;
  font-size: 11.8px;
  line-height: 1.45;
}

.legal-content h3 {
  margin: 14px 0 5px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
}

.legal-content p {
  margin: 0;
}

.legal-content a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
}

