
: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); }

.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 > a { display: block; color: inherit; text-decoration: none; }
.service-grid article > img, .service-grid article > a > 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; }
  .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; }
  .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, .service-grid article > a > 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); }
}

/* Electroliz NL V2 — composants unifiés */
.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:650px;margin:0;color:var(--ink);line-height:1.05;letter-spacing:-.05em;font-weight:900;text-wrap:balance}
.hero-title strong{display:block;color:var(--blue)}
.header-call span{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.05}
.header-call small{font-size:11px;font-weight:700}
.header-call strong{font-size:16px;white-space:nowrap}
.hero-copy>.elz-call-cta{margin-top:24px}
.elz-call-cta{position:relative;display:inline-flex;align-items:center;gap:12px;min-width:280px;min-height:64px;padding:8px 24px 8px 8px;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;box-shadow:0 14px 32px rgba(204,46,46,.25);transition:transform .2s ease,box-shadow .2s ease}
.elz-call-cta:hover,.elz-call-cta:focus-visible{transform:translateY(-2px);box-shadow:0 18px 38px rgba(204,46,46,.34)}
.elz-call-cta__bubble{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:50%;background:#fff;color:var(--red)}
.elz-call-cta__bubble svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.elz-call-cta__text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.05}
.elz-call-cta__text small{font-size:12px;font-weight:700}
.elz-call-cta__text strong{font-size:19px;white-space:nowrap}
.elz-call-cta--inverse,.final-cta .elz-call-cta{background:#fff;color:var(--red);box-shadow:0 14px 30px rgba(0,0,0,.16)}
.elz-call-cta--inverse .elz-call-cta__bubble,.final-cta .elz-call-cta__bubble{background:var(--red);color:#fff}
.final-cta>.elz-call-cta{display:inline-flex;grid-template-columns:none;min-width:300px;padding:8px 24px 8px 8px;border-radius:999px}
.final-cta>.elz-call-cta>span{grid-row:auto}
.elz-coupon-inline{max-width:610px;margin:20px 0 0;padding:15px 17px;border:2px solid var(--blue);border-radius:16px;background:#f2f9fd;box-shadow:0 12px 28px rgba(21,114,170,.1)}
.elz-coupon-inline__top,.elz-coupon-inline__code,.elz-coupon-inline__time{display:flex;align-items:center;justify-content:space-between;gap:12px}
.elz-coupon-inline__top span{display:flex;flex-direction:column;gap:1px}.elz-coupon-inline__top small{color:var(--muted);font-weight:700}.elz-coupon-inline__top strong{font-size:18px}.elz-coupon-inline__top b{padding:5px 10px;border-radius:999px;background:var(--red);color:#fff}
.elz-coupon-inline__offer{margin:7px 0 0;color:var(--muted);font-size:12px}
.elz-coupon-inline__code{margin:10px 0;padding:9px 11px;border:1px dashed var(--blue);border-radius:10px;background:#fff}.elz-coupon-inline__code strong{color:var(--blue-dark);letter-spacing:.04em}.elz-coupon-inline__code span{color:var(--muted);font-size:11px}
.elz-coupon-inline__time{font-size:13px}.elz-coupon-inline__time time{color:var(--red);font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}
.elz-coupon-inline>p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.elz-coupon-inline.is-expired{border-color:var(--line);background:#f5f6f7;box-shadow:none}.elz-coupon-inline.is-expired .elz-coupon-inline__time time{color:var(--muted)}
.local-service-intents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:34px 0}
.local-service-intents article{padding:24px;border:1px solid var(--line);border-radius:16px;background:#f7fbfd}
.local-service-intents h2{margin:0 0 10px;color:var(--blue-dark);font-size:25px;line-height:1.2}
.local-service-intents p,.municipality-note{margin:0;color:var(--muted);line-height:1.7}
.municipality-note{margin-top:14px!important;padding:13px 15px;border-left:4px solid var(--blue);background:#f2f9fd}
.coverage-lists a{color:inherit;text-decoration:none}.coverage-lists a:hover{text-decoration:underline}
.whatsapp-icon,.mobile-action-icon{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.brand img,.footer-logo img{aspect-ratio:300/94;height:auto}
.urgent-bar__message,.urgent-bar__phone{display:inline-flex;align-items:center}
.footer-links{align-items:start}
@media(max-width:680px){
  .hero-inner{display:flex;flex-direction:column}
  .hero-copy{display:contents}
  .availability{order:1}.hero-keyword{order:2;margin-bottom:10px}.hero-title{order:3}.elz-coupon-inline{order:4}.form-shell{order:5}.hero-lead{order:6}.hero-copy>.elz-call-cta{order:7}
  .elz-coupon-inline{width:100%;margin-top:16px;padding:13px}
  .elz-coupon-inline__code,.elz-coupon-inline__time{align-items:flex-start;flex-direction:column;gap:5px}
  .elz-coupon-inline__code span{font-size:10px}
  .local-service-intents{grid-template-columns:1fr}
  .elz-call-cta{width:100%;max-width:360px;min-width:0}
  .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}
  .header-call span{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
