
:root {
  --red: #cc2e2e;
  --red-dark: #ae2424;
  --red-pale: #f9e7e7;
  --blue: #1572aa;
  --blue-dark: #1572aa;
  --blue-pale: #e8f8fe;
  --ink: #252d3a;
  --muted: #53606d;
  --line: #dfe8ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.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; }
.elz-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.sitelink-hero-image { width: 100%; max-width: 520px; height: 210px; margin-top: 28px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 36px rgba(40,104,130,.13); }

.urgent-bar {
  min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 8px 18px; background: var(--red); color: #fff; font-size: 13px; font-weight: 800;
}
.urgent-bar a { font-weight: 900; }
.urgent-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.18); }

.site-header {
  height: 78px; max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; background: #fff;
}
.brand img { width: 190px; height: auto; }
nav { display: flex; align-items: center; gap: 29px; color: #34404d; font-size: 13px; font-weight: 800; }
nav a:hover { color: var(--blue-dark); }
.header-call {
  min-width: 132px; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 28px; background: var(--red); color: #fff; font-size: 14px; font-weight: 900;
  box-shadow: 0 9px 22px rgba(204,46,46,.22);
}
.header-call:hover { background: var(--red-dark); transform: translateY(-1px); }

.hero {
  position: relative; overflow: hidden; border-top: 1px solid #edf0f3;
  background: radial-gradient(circle at 82% 18%,#fff 0 8%,transparent 34%), linear-gradient(180deg,#fff 0%,#effaff 72%,#e0f5fd 100%);
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(21,114,170,.12);
}
.hero::before { width: 380px; height: 380px; left: -170px; bottom: -210px; }
.hero::after { width: 210px; height: 210px; right: 8%; top: -140px; border-color: rgba(204,46,46,.09); }
.hero-inner {
  position: relative; z-index: 1; max-width: 1160px; min-height: 690px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr .92fr; gap: 62px; align-items: center; padding: 52px 0 62px;
}
.availability {
  width: fit-content; min-height: 56px; display: flex; align-items: center; gap: 10px; margin-bottom: 21px;
  padding: 6px 17px 6px 7px; border: 1px solid #caeaf5; border-radius: 30px; background: rgba(255,255,255,.92);
  color: var(--blue-dark); box-shadow: 0 6px 18px rgba(21,114,170,.08);
}
.availability-pulse {
  position: relative; flex: 0 0 42px; width: 42px; height: 42px;
  display: grid; place-items: center; border-radius: 50%; background: rgba(16,185,129,.10);
}
.availability-pulse::before {
  content: ""; position: relative; z-index: 2; width: 17px; height: 17px;
  border: 3px solid #fff; border-radius: 50%; background: #10B981;
  box-shadow: 0 3px 10px rgba(16,185,129,.38);
}
.status-dot-ping {
  position: absolute; z-index: 1; width: 18px; height: 18px;
  border-radius: 50%; background: #10B981;
  animation: statusPing 1.8s ease-out infinite;
}
.availability-copy { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
.availability-copy strong { font-size: 12.5px; font-weight: 900; }
.availability-copy small { color: #657483; font-size: 11.5px; font-weight: 650; }
.availability-copy b { color: var(--red); font-weight: 900; }
@keyframes statusPing {
  0% { transform: scale(.85); opacity: .72; }
  75%, 100% { transform: scale(2.3); opacity: 0; }
}
h1 { max-width: 610px; margin: 0; color: #242c38; font-size: clamp(46px,4.65vw,67px); line-height: 1.05; letter-spacing: -.055em; font-weight: 900; }
h1 strong { display: block; color: var(--blue); }
.keyword-title {
  display: block; margin-bottom: 13px; color: var(--red); font-size: 13px; line-height: 1.2;
  letter-spacing: .12em; text-transform: uppercase;
}
.hero-lead { max-width: 575px; margin: 24px 0 0; color: #6d7887; font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; }
.button {
  min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0 28px; border-radius: 30px; font-size: 13px; font-weight: 900;
}
.button-red { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(204,46,46,.22); }
.button-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-outline { border: 2px solid #d8e3e9; background: rgba(255,255,255,.65); color: #53606f; }
.emergency-card {
  width: 100%; max-width: 480px; min-height: 80px; display: flex; align-items: center; gap: 16px;
  margin-top: 32px; padding: 13px 20px; border: 2px solid rgba(204,46,46,.38); border-radius: 16px;
  color: var(--red); background: rgba(255,255,255,.45);
}
.phone-circle { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; background: var(--red-pale); font-size: 19px; }
.emergency-card span:last-child { display: flex; flex-direction: column; }
.emergency-card small { color: #a96767; font-size: 10px; font-weight: 800; }
.emergency-card strong { margin-top: 2px; font-size: 24px; letter-spacing: .12em; }

.form-shell {
  position: relative; padding: 34px 34px 26px; border: 1px solid #e7edf0; border-radius: 23px;
  background: rgba(255,255,255,.97); box-shadow: 0 24px 48px rgba(21,114,170,.18);
}
.form-accent { position: absolute; top: -3px; left: 30px; right: 30px; height: 4px; border-radius: 4px; background: var(--blue); }
.form-heading { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 19px; }
.form-icon { color: var(--blue); font-size: 25px; line-height: .8; }
.form-heading h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.form-heading p { margin: 4px 0 0; color: #89929c; font-size: 11px; }
form { display: grid; gap: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
input, select, textarea {
  width: 100%; border: 2px solid #e6ecef; border-radius: 11px; background: #f9fbfc; color: #303946;
  outline: none; padding: 0 15px; font-size: 13px; transition: border-color .2s, box-shadow .2s;
}
input, select { height: 48px; }
textarea { min-height: 68px; padding-top: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,114,170,.12); }
input::placeholder, textarea::placeholder { color: #84909d; opacity: 1; }
form button {
  min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 28px;
  background: var(--blue); color: #fff; font-size: 14px; font-weight: 900; box-shadow: 0 10px 20px rgba(21,114,170,.22); cursor: pointer;
}
form button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.privacy { margin: 1px 0 0; text-align: center; color: #86909a; font-size: 9px; }
.success { min-height: 355px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success > span { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-pale); color: var(--blue-dark); font-size: 25px; }
.success h3 { margin: 15px 0 7px; font-size: 24px; }
.success p { color: var(--muted); }
.success a { margin-top: 10px; color: var(--red); font-weight: 900; }

.trust-strip {
  position: relative; z-index: 2; max-width: 1160px; margin: 30px auto 0; display: grid; grid-template-columns: repeat(5,1fr); gap: 10px;
}
.trust-strip > div {
  min-height: 88px; display: flex; align-items: center; gap: 14px; padding: 17px;
  border: 1px solid #d6e7eb; border-radius: 11px; background: #F1FAFB87;
}
.trust-strip i {
  flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 10px; background: rgba(21,114,170,.1); color: #1572aa;
  font-size: 19px; font-style: normal; font-weight: 900;
}
.trust-strip span { display: flex; flex-direction: column; }
.trust-strip strong { color: #263442; font-size: 14px; line-height: 1.2; }
.trust-strip small { margin-top: 4px; color: #667783; font-size: 11px; line-height: 1.25; }

.section { max-width: 1160px; margin: 0 auto; padding: 100px 0; }
.kicker { margin: 0 0 13px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .about-copy h2, .process-heading h2, .advantages-grid h2, .faq-title h2 {
  margin: 0; font-size: clamp(38px,4.1vw,58px); line-height: 1.02; letter-spacing: -.055em;
}
.section-heading h2 strong, .about-copy h2 strong, .process-heading h2 strong, .advantages-grid h2 strong, .faq-title h2 strong { color: var(--blue); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.about-section { margin-top: 90px; background: #f7fbfd; border-top: 1px solid #edf3f5; border-bottom: 1px solid #edf3f5; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; height: 540px; object-fit: cover; border-radius: 22px; box-shadow: 0 22px 42px rgba(41,92,114,.14); }
.about-image span { position: absolute; right: -24px; bottom: 30px; padding: 15px 21px; border-radius: 12px; background: var(--red); color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 12px 25px rgba(204,46,46,.24); }
.about-copy > p:not(.kicker) { margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--red); font-size: 13px; font-weight: 900; border-bottom: 2px solid rgba(204,46,46,.25); padding-bottom: 5px; }

.coverage-section {
  background:
    radial-gradient(circle at 8% 18%,rgba(21,114,170,.08),transparent 24%),
    linear-gradient(135deg,#f7fcfe,#eef9fb);
  border-bottom: 1px solid #e2eff2;
}
.coverage-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; }
.coverage-intro h2 {
  margin: 0; font-size: clamp(38px,4vw,56px); line-height: 1.03; letter-spacing: -.052em;
}
.coverage-intro h2 strong { display: block; color: var(--blue); }
.coverage-intro > p:not(.kicker) {
  max-width: 520px; margin: 24px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8;
}
.coverage-lists { display: grid; gap: 16px; }
.coverage-lists article {
  display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 25px;
  border: 1px solid #d8e9ed; border-radius: 17px; background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(21,114,170,.07);
}
.coverage-icon {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  background: rgba(21,114,170,.1); color: var(--blue); font-size: 19px; font-weight: 900;
}
.coverage-lists h3 { margin: 2px 0 7px; font-size: 19px; }
.coverage-lists p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.coverage-lists ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0 0; padding: 0; list-style: none; }
.coverage-lists li {
  padding: 8px 11px; border: 1px solid #dbe8eb; border-radius: 20px;
  background: #f8fcfd; color: #405160; font-size: 11px; font-weight: 800;
}
.coverage-lists article:last-child .coverage-icon { background: var(--red-pale); color: var(--red); }

.coupon-section {
  background: #fff; border-top: 1px solid #edf2f4; border-bottom: 1px solid #edf2f4;
}
.coupon-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 92px; align-items: center; }
.coupon-copy h2 {
  margin: 0; font-size: clamp(38px,4vw,56px); line-height: 1.03; letter-spacing: -.052em;
}
.coupon-copy h2 strong { display: block; color: var(--blue); }
.coupon-copy > p:not(.kicker) { max-width: 610px; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.coupon-copy ul { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.coupon-copy li { display: flex; align-items: center; gap: 10px; color: #42505d; font-size: 13px; font-weight: 750; }
.coupon-copy li span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 24px; border-radius: 50%; background: var(--blue-pale); color: var(--blue); font-weight: 900; }
.coupon-card {
  position: relative; overflow: hidden; padding: 37px 33px 31px; text-align: center;
  border: 1px solid rgba(21,114,170,.45); border-radius: 22px; background: #fff;
  box-shadow: 0 18px 42px rgba(21,114,170,.12);
}
.coupon-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg,var(--red),var(--blue)); }
.coupon-badge {
  display: inline-block; padding: 6px 15px; border-radius: 30px; background: var(--red); color: #fff;
  font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;

}
.coupon-card h3 { margin: 17px 0 7px; font-size: 25px; }
.coupon-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.coupon-code-wrap {
  display: flex; align-items: center; justify-content: center; gap: 12px; margin: 24px 0 13px; padding: 16px;
  border: 2px dashed rgba(21,114,170,.35); border-radius: 13px; background: #f5fbfd;
}
.coupon-code-wrap span { color: #697784; font-size: 11px; font-weight: 800; }
.coupon-code-wrap strong { color: var(--blue); font-size: 20px; letter-spacing: .08em; }
.coupon-copy-button, .coupon-call {
  min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 28px; font-size: 13px; font-weight: 900;
}
.coupon-copy-button { width: 100%; border: 0; background: var(--blue); color: #fff; cursor: pointer; }
.coupon-call { margin-top: 9px; background: var(--red); color: #fff; }
.coupon-card > small { display: block; margin-top: 14px; color: #7b8792; font-size: 9px; }
@keyframes couponGlow {
  0%,100% { box-shadow: 0 18px 42px rgba(21,114,170,.10); }
  50% { box-shadow: 0 20px 48px rgba(21,114,170,.20); }
}
@keyframes couponBadge {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s, box-shadow .2s; }
.service-grid article:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(53,91,111,.1); }
.service-grid article > img { width: 100%; height: 190px; object-fit: cover; }
.service-content { min-height: 142px; padding: 22px 23px; border-top: 4px solid var(--blue); }
.service-grid article:nth-child(even) .service-content { border-top-color: var(--red); }
.service-grid h3 { margin: 0 0 9px; font-size: 18px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.process-section { background: linear-gradient(135deg,#f3fbff,#e6f7fd); }
.process-inner { padding-top: 90px; padding-bottom: 95px; }
.process-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 65px; align-items: center; }
.process-heading > div > p:last-child { max-width: 550px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.process-heading > img { width: 100%; height: 300px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 36px rgba(40,104,130,.13); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; margin-top: 72px; }
.timeline::before { content: ""; position: absolute; top: 22px; left: 7%; right: 7%; height: 3px; background: linear-gradient(90deg,var(--blue),var(--red)); }
.timeline article { position: relative; padding-top: 62px; }
.timeline-point { position: absolute; z-index: 2; top: 0; left: 0; width: 47px; height: 47px; display: grid; place-items: center; border: 6px solid #e9f7fc; border-radius: 50%; background: var(--blue); color: #fff; }
.timeline article:nth-child(even) .timeline-point { border-color: #f8e7e7; background: var(--red); }
.timeline h3 { margin: 0 0 11px; font-size: 18px; }
.timeline p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.advantages-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.advantages-image img { width: 100%; height: 610px; object-fit: cover; border-radius: 22px; }
.advantage-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.advantage-list article { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.advantage-list i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-pale); color: var(--blue-dark); font-style: normal; font-weight: 900; }
.advantage-list article:nth-child(even) i { background: var(--red-pale); color: var(--red); }
.advantage-list h3 { margin: 1px 0 6px; font-size: 17px; }
.advantage-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.faq-section { background: #f7fafb; border-top: 1px solid #edf1f2; }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.faq-title { display: flex; flex-direction: column; align-items: flex-start; }
.faq-title > img {
  width: 170px; height: 170px; object-fit: cover; margin: 0 0 28px;
  border-radius: 50%; border: 7px solid var(--blue-pale);
  box-shadow: 0 14px 28px rgba(39,102,127,.12);
}
.faq-title > p:last-child { max-width: 380px; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid #d7e0e4; }
details { border-bottom: 1px solid #d7e0e4; }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--red); font-size: 22px; }
details p { max-width: 650px; margin: -5px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.final-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 70px max(calc((100vw - 1160px)/2),30px); background: var(--red); color: #fff;
}
.final-cta h2 { margin: 0; font-size: clamp(33px,4vw,54px); letter-spacing: -.05em; }
.final-cta p { margin: 10px 0 0; color: #f6d5d5; }
.final-cta > a { min-width: 300px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; padding: 18px 22px; border-radius: 16px; background: #fff; color: var(--red-dark); }
.final-cta > a > span { grid-row: span 2; align-self: center; font-size: 24px; }
.final-cta strong { font-size: 23px; }
.final-cta small { color: #956161; font-weight: 700; }

.footer { padding: 60px max(calc((100vw - 1160px)/2),30px) 25px; background: #202a36; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 45px; align-items: center; padding-bottom: 45px; }
.footer-logo { width: 210px; padding: 10px 12px; border-radius: 10px; background: #fff; }
.footer-main > p { color: #aeb8c2; font-size: 12px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: #c5cdd5; font-size: 11px; }
.footer > small { display: block; padding-top: 23px; border-top: 1px solid #39434e; color: #8d98a4; font-size: 9px; }
.mobile-bar { display: none; }

@media (max-width: 1200px) {
  .site-header, .hero-inner, .section, .trust-strip { margin-left: 28px; margin-right: 28px; }
}

@media (max-width: 920px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom,0px)); }
  nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .form-shell { max-width: 650px; }
  .trust-strip { grid-template-columns: repeat(3,1fr); }
  .about-grid, .advantages-grid { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coupon-grid { grid-template-columns: 1fr; }
  .about-image { max-width: 650px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-heading { grid-template-columns: 1fr; }
  .process-heading > img { max-width: 650px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .timeline article { padding: 0 0 0 65px; min-height: 135px; }
  .timeline-point { left: 0; }
  .mobile-bar {
    position: fixed; z-index: 80; left: 0; right: 0; bottom: 0;
    height: calc(72px + env(safe-area-inset-bottom,0px));
    display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom,0px);
    box-shadow: 0 -5px 22px rgba(30,58,72,.2);
  }
  .mobile-bar a {
    position: relative; overflow: hidden; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 3px; color: #fff;
  }
  .mobile-phone { background: var(--red); border-right: 1px solid rgba(255,255,255,.18); }
  .mobile-whatsapp { background: #128c4a; }
  .mobile-bar strong { position: relative; z-index: 2; font-size: 14px; line-height: 1; }
  .mobile-action-icon {
    position: relative; z-index: 2; width: 27px; height: 27px; display: grid; place-items: center;
    color: #fff; font-size: 23px; line-height: 1;
  }
  .mobile-action-icon svg { width: 25px; height: 25px; fill: currentColor; }
  .mobile-phone .mobile-action-icon { animation: stickyPhoneRing 1.35s ease-in-out infinite; transform-origin: center; }
  .mobile-phone::before {
    content: ""; position: absolute; top: 7px; left: 50%; width: 40px; height: 40px;
    border: 2px solid rgba(255,255,255,.62); border-radius: 50%;
    transform: translateX(-50%) scale(.7); opacity: 0;
    animation: stickyRingPulse 1.35s ease-out infinite;
  }
  .mobile-whatsapp .mobile-action-icon { animation: stickyWhatsPulse 1.8s ease-in-out infinite; }
}

@media (max-width: 680px) {
  .urgent-bar { min-height: 32px; padding: 6px 10px; font-size: 9px; }
  .urgent-bar a { white-space: nowrap; }
  .site-header { height: 64px; margin: 0; padding: 0 16px; }
  .brand img { width: 150px; }
  .header-call { min-width: 94px; min-height: 40px; font-size: 12px; }
  .hero-inner { min-height: auto; margin: 0; padding: 40px 17px 50px; gap: 42px; }
  .availability { min-height: 48px; font-size: 10px; }
  .availability-pulse { flex-basis: 38px; width: 38px; height: 38px; }
  h1 { font-size: clamp(39px,11vw,45px); }
  .keyword-title { font-size: 11px; letter-spacing: .09em; }
  .hero-lead { font-size: 14px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { min-height: 52px; }
  .emergency-card { margin-top: 24px; }
  .emergency-card strong { font-size: 20px; letter-spacing: .08em; }
  .form-shell { padding: 29px 18px 22px; border-radius: 18px; }
  .form-heading h2 { font-size: 19px; }
  .form-row { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; margin: 22px 17px 0; }
  .trust-strip > div { min-height: 82px; }
  .section { margin: 0; padding: 72px 17px; }
  .about-section { margin-top: 65px; }
  .about-grid { gap: 46px; }
  .coverage-grid { gap: 38px; }
  .coverage-lists article { grid-template-columns: 1fr; padding: 21px; }
  .coupon-grid { gap: 38px; }
  .coupon-card { padding: 31px 18px 25px; }
  .coupon-code-wrap { flex-direction: column; gap: 5px; }
  .about-image img { height: 390px; }
  .about-image span { right: 10px; bottom: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .section-heading h2, .about-copy h2, .process-heading h2, .advantages-grid h2, .faq-title h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article > img { height: 205px; }
  .process-heading > img { height: 240px; }
  .timeline { grid-template-columns: 1fr; gap: 14px; margin-top: 50px; }
  .timeline::before { display: block; top: 15px; bottom: 15px; left: 22px; right: auto; width: 3px; height: auto; background: linear-gradient(180deg,var(--blue),var(--red)); }
  .timeline article { min-height: 150px; padding: 3px 0 0 68px; }
  .timeline-point { width: 45px; height: 45px; }
  .advantages-grid { gap: 47px; }
  .advantages-image img { height: 420px; }
  .faq { grid-template-columns: 1fr; gap: 45px; }
  .faq-title > img { width: 132px; height: 132px; margin-bottom: 24px; }
  .final-cta { flex-direction: column; align-items: stretch; padding: 52px 18px; }
  .final-cta > a { min-width: 0; }
  .footer { padding: 48px 20px 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
}

@keyframes stickyPhoneRing {
  0%,100% { transform: rotate(0deg) scale(1); }
  12% { transform: rotate(-12deg) scale(1.08); }
  24% { transform: rotate(12deg) scale(1.08); }
  36% { transform: rotate(-8deg) scale(1.04); }
  48% { transform: rotate(8deg) scale(1.04); }
  62% { transform: rotate(0deg) scale(1); }
}
@keyframes stickyRingPulse {
  0% { transform: translateX(-50%) scale(.65); opacity: .75; }
  80%,100% { transform: translateX(-50%) scale(1.35); opacity: 0; }
}
@keyframes stickyWhatsPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.16); }
}

@media (prefers-reduced-motion: reduce) {
  .status-dot-ping,
  .coupon-card,
  .coupon-badge,
  .mobile-phone .mobile-action-icon,
  .mobile-phone::before,
  .mobile-whatsapp .mobile-action-icon { animation: none !important; }
}


/* V2 semantic hero, SVG icons and performance */
.elz-icon{width:1.15em;height:1.15em;display:inline-block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.hero-keyword{max-width:610px;margin:0 0 14px;color:var(--red);line-height:1.08;letter-spacing:-.035em;font-weight:900}
.hero-title{max-width:610px;margin:0;color:#242c38;line-height:1.05;letter-spacing:-.055em;font-weight:900}
.hero-title strong{display:block;color:var(--blue)}
.phone-circle .elz-icon{width:25px;height:25px}
.emergency-card{will-change:auto}
.emergency-card:hover{animation-play-state:paused;transform:translateY(-2px)}
@keyframes elzPhonePulse{0%,100%{transform:translateY(0);box-shadow:0 0 0 0 rgba(204,46,46,0)}50%{transform:translateY(-2px);box-shadow:0 14px 30px rgba(204,46,46,.18)}}
@media (prefers-reduced-motion:reduce){.emergency-card,.status-dot-ping,.coupon-card,.coupon-badge{animation:none!important}.button,.header-call{transition:none!important}}
.form-icon .elz-icon{width:26px;height:26px}.privacy{display:flex;align-items:center;justify-content:center;gap:5px}.privacy .elz-icon{width:12px;height:12px}
.trust-strip i .elz-icon,.coverage-icon .elz-icon{width:22px;height:22px}
.coupon-copy li span .elz-icon{width:14px;height:14px}.coupon-call .elz-icon,.final-cta a>.elz-icon{width:19px;height:19px}
.coupon-copy-button{display:none!important}
.coverage-grid{grid-template-columns:1fr 1fr}.coverage-lists article{min-height:250px;align-content:center}
/* Sections rendered normally: prevents large blank gaps and a displaced final CTA. */
@media(max-width:680px){.hero-title{line-height:1.08}.hero-keyword{margin-bottom:10px}.coverage-grid{grid-template-columns:1fr}.emergency-card{animation-duration:3s}}

/* V3.1 Lighthouse */
.mobile-bar a{min-width:48px;min-height:48px}.mobile-whatsapp{background:#128c4a}.brand img,.footer-logo img{aspect-ratio:300/94;height:auto}

/* Timeline SVG v3.4 */
.timeline::before { height: 0; border-top: 3px dashed rgba(21,114,170,.55); background: none; }
.timeline article:nth-child(n) .timeline-point { width: 64px; height: 64px; top: -8px; border: 5px solid rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(20,84,120,.18); background: #fff; color: var(--blue); }
.timeline article:nth-child(even) .timeline-point { border-color: rgba(255,255,255,.9); background: #fff; color: var(--red); }
.timeline-icon { width: 35px; height: 35px; display:block; }
.timeline article { padding-top: 76px; }
@media (max-width: 900px) {
  .timeline article { padding-left: 78px; }
  .timeline article:nth-child(n) .timeline-point { width: 58px; height: 58px; top: 0; }
  .timeline-icon { width: 31px; height: 31px; }
}
@media (max-width: 680px) {
  .timeline::before { display:block; left:29px; top:22px; bottom:22px; width:0; height:auto; border-top:0; border-left:3px dashed rgba(21,114,170,.5); background:none; }
  .timeline article { min-height: 128px; padding: 5px 0 0 82px; }
  .timeline article:nth-child(n) .timeline-point { left:0; width:60px; height:60px; }
  .timeline-icon { width:32px; height:32px; }
}

/* v3.5 — hero availability + call animations */
.availability-pulse::after{
  content:"";position:absolute;inset:7px;border:2px solid rgba(16,185,129,.55);border-radius:50%;
  animation:elzAvailabilityWave 1.9s ease-out infinite;
}
.status-dot-ping{animation:statusPing 1.9s ease-out infinite!important}
.availability-pulse::before{animation:elzAvailabilityDot 1.9s ease-in-out infinite}
.emergency-card{animation:elzPhonePulse 2.6s ease-in-out infinite!important;transform-origin:center}
@keyframes elzAvailabilityDot{0%,100%{transform:scale(1)}50%{transform:scale(1.18)}}
@keyframes elzAvailabilityWave{0%{transform:scale(.75);opacity:.8}75%,100%{transform:scale(2.15);opacity:0}}
@media (prefers-reduced-motion:reduce){
  .status-dot-ping{animation:statusPing 3.2s ease-out infinite!important}
  .availability-pulse::before{animation:elzAvailabilityDot 3.2s ease-in-out infinite!important}
  .availability-pulse::after{animation:elzAvailabilityWave 3.2s ease-out infinite!important}
  .emergency-card{animation:elzPhonePulse 4s ease-in-out infinite!important}
}



/* CTA Electroliz validé : flèche animée, déploiement au survol et téléphone qui sonne */
.elz-call-cta{--h:64px;position:relative;display:inline-flex;align-items:center;min-width:280px;height:var(--h);padding:0 30px 0 calc(var(--h) + 18px);border:0;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;font-weight:800;font-size:18px;overflow:hidden;cursor:pointer;box-shadow:0 14px 34px rgba(223,35,43,.28);isolation:isolate;transition:transform .25s ease,box-shadow .25s ease}
.elz-call-cta:hover,.elz-call-cta:focus-visible{transform:translateY(-2px);box-shadow:0 18px 42px rgba(223,35,43,.38);outline:none}
.elz-call-cta__label{position:relative;z-index:4;transition:opacity .24s ease,transform .24s ease;white-space:nowrap}
.elz-call-cta__bubble{position:absolute;z-index:3;left:8px;top:8px;width:calc(var(--h) - 16px);height:calc(var(--h) - 16px);border-radius:999px;background:#fff;display:grid;place-items:center;color:var(--red);transition:width .42s cubic-bezier(.2,.8,.2,1),left .42s cubic-bezier(.2,.8,.2,1),background .3s ease,color .3s ease}
.elz-call-cta__arrow,.elz-call-cta__phone{position:absolute;width:25px;height:25px;transition:opacity .22s ease,transform .35s ease}.elz-call-cta__arrow{opacity:1}.elz-call-cta__phone{opacity:0;transform:scale(.65) rotate(-18deg)}
.elz-call-cta svg path{stroke:currentColor;stroke-width:2.15;fill:none;stroke-linecap:round;stroke-linejoin:round}.elz-call-cta__arrow-dots{animation:elzArrowFlow 1.25s linear infinite;transform-origin:center}
@keyframes elzArrowFlow{0%{transform:translateX(-2px);opacity:.35}50%{transform:translateX(2px);opacity:1}100%{transform:translateX(-2px);opacity:.35}}
.elz-call-cta:hover .elz-call-cta__bubble,.elz-call-cta:focus-visible .elz-call-cta__bubble{width:calc(100% - 16px);left:8px;background:#fff;color:var(--red)}
.elz-call-cta:hover .elz-call-cta__label,.elz-call-cta:focus-visible .elz-call-cta__label{opacity:0;transform:translateX(16px)}
.elz-call-cta:hover .elz-call-cta__arrow,.elz-call-cta:focus-visible .elz-call-cta__arrow{opacity:0;transform:translateX(18px) scale(.7)}
.elz-call-cta:hover .elz-call-cta__phone,.elz-call-cta:focus-visible .elz-call-cta__phone{opacity:1;transform:scale(1) rotate(0);animation:elzPhoneRing .85s ease-in-out infinite}
@keyframes elzPhoneRing{0%,100%{transform:rotate(0) scale(1)}20%{transform:rotate(-12deg) scale(1.03)}40%{transform:rotate(10deg) scale(1.03)}60%{transform:rotate(-7deg) scale(1.02)}80%{transform:rotate(5deg) scale(1.01)}}
.elz-call-cta__ring{position:absolute;width:22px;height:22px;border:2px solid currentColor;border-radius:50%;opacity:0}.elz-call-cta:hover .elz-call-cta__ring,.elz-call-cta:focus-visible .elz-call-cta__ring{animation:elzRingWave 1.2s ease-out infinite}.elz-call-cta__ring.r2{animation-delay:.38s!important}
@keyframes elzRingWave{0%{opacity:.5;transform:scale(.7)}100%{opacity:0;transform:scale(2.25)}}
.final-cta .elz-call-cta,.elz-call-cta--inverse{background:#fff;color:var(--red);box-shadow:0 14px 32px rgba(0,0,0,.18)}.final-cta .elz-call-cta__bubble,.elz-call-cta--inverse .elz-call-cta__bubble{background:var(--red);color:#fff}.final-cta .elz-call-cta:hover .elz-call-cta__bubble,.final-cta .elz-call-cta:focus-visible .elz-call-cta__bubble,.elz-call-cta--inverse:hover .elz-call-cta__bubble,.elz-call-cta--inverse:focus-visible .elz-call-cta__bubble{background:var(--red);color:#fff}
@media(max-width:680px){.elz-call-cta{width:100%;min-width:0;max-width:360px}.final-cta .elz-call-cta{margin-inline:auto}}


/* Barre urgente : deux lignes sur mobile et pulse renforcé */
.urgent-bar__message,.urgent-bar__phone{display:inline-flex;align-items:center}
.urgent-dot{position:relative;flex:0 0 9px;width:9px;height:9px;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.24);animation:elzUrgentDot 1.35s ease-in-out infinite}
.urgent-dot::after{content:"";position:absolute;inset:-5px;border:2px solid rgba(255,255,255,.72);border-radius:50%;animation:elzUrgentWave 1.35s ease-out infinite}
@keyframes elzUrgentDot{0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(255,255,255,.24)}50%{transform:scale(1.35);box-shadow:0 0 0 8px rgba(255,255,255,.13)}}
@keyframes elzUrgentWave{0%{opacity:.8;transform:scale(.65)}100%{opacity:0;transform:scale(2)}}
@media(max-width:680px){.urgent-bar{min-height:52px;padding:7px 10px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;row-gap:2px;justify-content:center;font-size:11px;line-height:1.25;text-align:left}.urgent-dot{grid-row:1/3}.urgent-bar__message{grid-column:2;white-space:normal}.urgent-bar__phone{grid-column:2;font-size:13px}.urgent-bar__separator{display:none}}


/* Maillage interne des pages locales */
.internal-links-section{padding:64px 20px;background:#f7fbfd;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.internal-links{max-width:1160px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:34px}
.internal-links article{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(34,83,105,.07)}
.internal-links h2{grid-column:1/-1;margin:0;font-size:clamp(28px,4vw,44px)}
.internal-links h3{margin:0 0 15px}.internal-links ul{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0}
.internal-links a{display:inline-flex;padding:10px 14px;border-radius:999px;background:#eef8fc;color:var(--blue-dark);font-weight:800;border:1px solid #d7edf6}.internal-links a:hover{background:var(--blue-dark);color:#fff}
@media(max-width:680px){.internal-links-section{padding:48px 17px}.internal-links{grid-template-columns:1fr;gap:18px}.internal-links h2{grid-column:auto}.internal-links article{padding:22px}.internal-links ul{display:grid}.internal-links a{width:100%;border-radius:12px}}



/* Electroliz v4.2 — lisibilité, FAQ et espacements */
.hero-copy .elz-call-cta{margin-top:28px}
.about-section{margin-top:48px}
.section{padding-top:78px;padding-bottom:78px}
.coupon-section .section{padding-top:68px;padding-bottom:68px}
.faq-list details{overflow:hidden}
.faq-list summary{color:#111827;font-size:16px;line-height:1.45;padding:24px 0}
.faq-list details p{max-width:720px;margin:-2px 0 25px;color:#111827;font-size:15px;line-height:1.75}
.faq-title>p:last-child,.form-card p,.form-card label,.form-card input,.form-card textarea,.form-card select{color:#1f2937}
.form-card input::placeholder,.form-card textarea::placeholder{color:#596574;opacity:1}
.timeline-icon--worker{width:30px;height:30px;object-fit:contain;filter:none!important;display:block!important;visibility:visible!important;opacity:1!important}
.final-cta .elz-call-cta{flex:0 0 auto;min-width:220px;width:auto}
.final-cta{overflow:visible}
@media(max-width:680px){
 .section{padding-top:56px;padding-bottom:56px}
 .about-section{margin-top:38px}
 .hero-copy .elz-call-cta{margin-top:24px}
 .faq-list summary{font-size:15px;padding:20px 0}
 .faq-list details p{font-size:14px;line-height:1.7;margin-bottom:22px}
 .final-cta .elz-call-cta{width:100%;max-width:360px;min-width:0}
}

/* Electroliz v4.3 — correction définitive du CTA de la bannière rouge */
.final-cta > .elz-call-cta,
.final-cta .elz-call-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  grid-template-columns:none!important;
  column-gap:0!important;
  min-width:280px!important;
  width:auto!important;
  height:64px!important;
  padding:0 30px 0 82px!important;
  border-radius:999px!important;
  flex:0 0 auto!important;
  overflow:hidden!important;
}
.final-cta > .elz-call-cta > span,
.final-cta .elz-call-cta > span{
  grid-row:auto!important;
  align-self:auto!important;
  font-size:inherit!important;
}
.final-cta .elz-call-cta__bubble{
  position:absolute!important;
  left:8px!important;
  top:8px!important;
  width:48px!important;
  height:48px!important;
}
.final-cta .elz-call-cta:hover .elz-call-cta__bubble,
.final-cta .elz-call-cta:focus-visible .elz-call-cta__bubble{
  width:calc(100% - 16px)!important;
}
.final-cta .elz-call-cta__label{font-size:18px!important;line-height:1!important;white-space:nowrap!important}
@media(max-width:680px){
  .final-cta > .elz-call-cta,
  .final-cta .elz-call-cta{width:100%!important;max-width:360px!important;min-width:0!important;margin-inline:auto!important}
}

/* Correction SVG « réalisations » sur mobile */
@media(max-width:680px){
  .timeline-point,
  .timeline-point img,
  .timeline-icon,
  .timeline-icon--worker{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .timeline-point{
    display:grid!important;
    place-items:center!important;
  }
  .timeline-icon--worker{
    width:32px!important;
    height:32px!important;
    object-fit:contain!important;
    filter:none!important;
  }
}
