:root {
  --lead-primary: var(--lead-primary);
  --lead-primary-strong: var(--lead-dark);
  --lead-accent: var(--lead-accent);
  --lead-dark: var(--lead-dark);
}

/* This file is deliberately an override layer. The original Elementor HTML,
   layout CSS and responsive rules remain the template source of truth. */
.plumber-lead-template .butao2 .elementor-button,
.plumber-lead-template [data-id="14aef91"] .elementor-button {
  background: linear-gradient(100deg, var(--lead-accent), var(--lead-primary)) !important;
}

.plumber-lead-template .textura,
.plumber-lead-template [data-id="58a11cc"] h2,
.plumber-lead-template [data-id="b697136"] svg,
.plumber-lead-template [data-id="9de0bd4"] svg,
.plumber-lead-template [data-id="baa882a"] svg,
.plumber-lead-template [data-id="7de9357"] svg {
  color: var(--lead-primary) !important;
  fill: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon svg path {
  stroke: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="7e14068"] .elementor-social-icon {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255,255,255,.78) !important;
}

.plumber-lead-template [data-id="7e14068"] .elementor-social-icon svg {
  fill: currentColor !important;
}

.plumber-lead-template [data-id="0b46388"] {
  background-color: var(--lead-dark) !important;
  /* Keep the photograph and copy in one continuous panel, not two cards. */
  /* Preserve the true photo colours on the left, like the master design. */
  background-blend-mode: normal;
  background-position: left center !important;
  background-size: 56% 100% !important;
  background-repeat: no-repeat !important;
  min-height: 560px;
  /* Square left edge avoids the inherited corner artefact; retain the soft outer corners. */
  border-radius: 0 28px 28px 28px;
  overflow: hidden;
  isolation: isolate;
}

.plumber-lead-template [data-id="0b46388"] > .e-con-inner {
  display: flex;
  align-items: center;
  min-height: 560px;
}

.plumber-lead-template [data-id="0b46388"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 39%, color-mix(in srgb, var(--lead-dark) 18%, transparent) 47%, var(--lead-dark) 64% 100%);
  pointer-events: none;
  z-index: 1;
}

/* Drainage services, review proof and local map. */
.plumber-lead-template .lead-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin: 30px 0 0;
}

.plumber-lead-template .lead-service-card {
  overflow: hidden;
  border: 1px solid rgba(157, 164, 173, .22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 25, 14, .08);
}

.plumber-lead-template .lead-service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.plumber-lead-template .lead-service-card-copy {
  min-height: 152px;
  padding: 20px 20px 22px;
}

.plumber-lead-template .lead-service-card h3 {
  margin: 0 0 10px;
  color: #202124;
  font-size: 21px;
  line-height: 1.12;
}

.plumber-lead-template .lead-service-card p {
  margin: 0;
  color: #4c535d;
  font-size: 14px;
  line-height: 1.46;
}

.plumber-lead-template .lead-service-call {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 31px;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--lead-accent), var(--lead-primary));
  color: #171a20 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

.plumber-lead-template .lead-review-panel {
  max-width: 1120px;
  margin: 0 auto;
}

.plumber-lead-template .lead-review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 24px;
  padding: 23px 26px;
  border: 1px solid rgba(157, 164, 173, .42);
  border-radius: 16px;
  background: linear-gradient(118deg, #ffffff, #ffffff);
}

.plumber-lead-template .lead-review-summary > div {
  display: grid;
  gap: 3px;
}

.plumber-lead-template .lead-review-kicker {
  color: #4c535d;
  font-size: 13px;
  font-weight: 700;
}

.plumber-lead-template .lead-review-summary strong {
  color: #202124;
  font-size: 25px;
  line-height: 1.08;
}

.plumber-lead-template .lead-review-summary strong span,
.plumber-lead-template .lead-review-stars {
  color: #e7a607;
  letter-spacing: 2px;
}

.plumber-lead-template .lead-review-summary small {
  color: #717783;
  font-size: 13px;
}

.plumber-lead-template .lead-review-summary a {
  flex: 0 0 auto;
  padding: 12px 18px;
  border-radius: 999px;
  background: #9da4ad;
  color: #171a20 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.plumber-lead-template .lead-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plumber-lead-template .lead-review-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(31, 54, 24, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 11px 27px rgba(16, 36, 14, .07);
}

.plumber-lead-template .lead-review-head {
  display: flex;
  align-items: center;
  gap: 11px;
}

.plumber-lead-template .lead-review-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #9da4ad;
  color: #fff;
  font-weight: 800;
}

.plumber-lead-template .lead-review-head strong,
.plumber-lead-template .lead-review-head small {
  display: block;
}

.plumber-lead-template .lead-review-head strong {
  color: #202124;
  font-size: 15px;
}

.plumber-lead-template .lead-review-head small {
  margin-top: 3px;
  color: #717783;
  font-size: 12px;
}

.plumber-lead-template .lead-google {
  margin-left: auto;
  color: #717783;
  font-weight: 900;
}

.plumber-lead-template .lead-review-stars {
  margin: 17px 0 13px;
  font-size: 16px;
}

.plumber-lead-template .lead-review-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #3b4437;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.plumber-lead-template .lead-local-map {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(360px, 1.15fr);
  overflow: hidden;
  border: 1px solid rgba(157, 164, 173, .36);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(20, 47, 16, .1);
}

.plumber-lead-template .lead-local-map-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 42px;
  background: linear-gradient(145deg, #171a20, #59616b);
  color: #fff;
}

.plumber-lead-template .lead-local-map-eyebrow {
  margin-bottom: 10px;
  color: #c6cbd1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.plumber-lead-template .lead-local-map h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
}

.plumber-lead-template .lead-local-map p {
  margin: 0 0 23px;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.5;
}

.plumber-lead-template .lead-local-map-copy a {
  display: inline-flex;
  padding: 11px 17px;
  border-radius: 999px;
  background: #9da4ad;
  color: #171a20 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.plumber-lead-template .lead-local-map-frame {
  min-height: 330px;
}

.plumber-lead-template .lead-local-map-frame iframe,
.plumber-lead-template .lead-local-map-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
  object-fit: cover;
}

.plumber-lead-template .lead-local-map-map {
  position: relative;
  overflow: hidden;
  background: #e8eaed;
}

.plumber-lead-template .lead-local-map-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
}

.plumber-lead-template .lead-map-caption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(16,18,22,.84);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
}

.plumber-lead-template .lead-local-map-tiles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  overflow: hidden;
  background: #e8eaed;
}
.plumber-lead-template .lead-local-map-tiles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background:
    radial-gradient(circle at 50% 38%, rgba(192, 199, 207, .24), transparent 32%),
    linear-gradient(135deg, #0b0d10, #29313a);
  color: #f4f6f8;
  text-align: center;
  text-decoration: none;
}
.plumber-lead-template .lead-local-map-tiles strong { color: #f4f6f8; font-size: 25px; line-height: 1.12; }
.plumber-lead-template .lead-service-map-mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 2px solid #c7ccd2;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: .03em;
}
.plumber-lead-template .lead-local-map-tiles img { min-height: 0; object-fit: cover; }
.plumber-lead-template .lead-local-map-pin { position: absolute; top: 50%; left: 50%; z-index: 2; color: #df3d32; font-size: 42px; line-height: 1; text-shadow: 0 2px 3px rgba(0,0,0,.35); transform: translate(-50%, -72%); }
.plumber-lead-template .lead-local-map-tiles small { position: absolute; right: 8px; bottom: 6px; z-index: 2; padding: 3px 5px; background: rgba(255,255,255,.8); color: #4c535d; font-size: 10px; }

.plumber-lead-template .lead-local-map-areas {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 20px 26px 24px;
  border-top: 1px solid rgba(31, 54, 24, .1);
}

.plumber-lead-template .lead-local-map-areas span {
  padding: 7px 11px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4c535d;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .plumber-lead-template .lead-service-grid,
  .plumber-lead-template .lead-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plumber-lead-template .lead-local-map { grid-template-columns: 1fr; }
  .plumber-lead-template .lead-local-map-frame { min-height: 310px; }
}

@media (max-width: 767px) {
  .plumber-lead-template .lead-service-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 22px; }
  .plumber-lead-template .lead-service-card { border-radius: 15px; }
  .plumber-lead-template .lead-service-card img { aspect-ratio: 1.55 / 1; }
  .plumber-lead-template .lead-service-card-copy { min-height: 0; padding: 18px; }
  .plumber-lead-template .lead-service-card h3 { font-size: 21px; }
  .plumber-lead-template .lead-service-card p { font-size: 14px; }
  .plumber-lead-template .lead-service-call { width: min(100%, 230px); margin-top: 3px; }
  .plumber-lead-template .lead-review-summary { align-items: flex-start; flex-direction: column; gap: 16px; padding: 21px; }
  .plumber-lead-template .lead-review-summary a { width: 100%; text-align: center; }
  .plumber-lead-template .lead-review-grid { grid-template-columns: 1fr; gap: 14px; }
  .plumber-lead-template .lead-review-card { padding: 21px; }
  .plumber-lead-template .lead-local-map { display: flex; flex-direction: column; border-radius: 16px; }
  .plumber-lead-template .lead-local-map-copy { padding: 30px 24px; }
  .plumber-lead-template .lead-local-map h2 { font-size: 29px; }
  .plumber-lead-template .lead-local-map-frame,
  .plumber-lead-template .lead-local-map-frame iframe { min-height: 270px; }
  .plumber-lead-template .lead-local-map-areas { padding: 18px; }
}

/* Branded light bloom at the image-to-copy transition. */
.plumber-lead-template [data-id="0b46388"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(ellipse 54% 27% at 52% 57%, color-mix(in srgb, var(--lead-accent) 88%, transparent) 0%, color-mix(in srgb, var(--lead-primary) 68%, transparent) 29%, transparent 75%),
    linear-gradient(90deg, transparent 30%, color-mix(in srgb, var(--lead-primary) 33%, transparent) 49%, transparent 70%);
  filter: blur(5px);
}

.plumber-lead-template [data-id="3e23cc1"] {
  width: 48% !important;
  margin-left: auto;
  padding: 58px 64px 52px !important;
  color: #fff;
  z-index: 2;
  /* The colour comes from the continuous section gradient above. */
  background: transparent !important;
  border-radius: 0;
}

.plumber-lead-template [data-id="0b46388"] > .e-con-inner { position: relative; z-index: 2; }

@media (min-width: 768px) {
  /* Replace the inherited thick frame with the clean, wide composition. */
  .plumber-lead-template [data-id="0b46388"] {
    width: calc(100% - 96px) !important;
    margin: 0 48px !important;
    border: 0 !important;
  }
}

.plumber-lead-template .lead-about-copy { color: #fff; font-size: 17px; line-height: 1.55; }
.plumber-lead-template .lead-about-copy h2 { color: #fff; font-size: clamp(30px, 3.1vw, 48px); line-height: 1.05; margin: 0 0 22px; }
.plumber-lead-template .lead-about-copy p { margin: 0 0 16px; }
.plumber-lead-template .lead-about-copy h3 { color: #fff; font-size: 22px; margin: 24px 0 12px; }
.plumber-lead-template .lead-about-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 0 0 22px; padding: 0; list-style: none; }
.plumber-lead-template .lead-about-copy li::before { content: "✓"; color: var(--lead-accent); font-weight: 800; margin-right: 8px; }
.plumber-lead-template .lead-about-intro { font-size: 20px; font-weight: 700; }

.plumber-lead-template .lead-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.plumber-lead-template .lead-review-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; box-shadow: 0 16px 45px rgba(20,30,50,.08); padding: 24px; }
.plumber-lead-template .lead-review-head { display: flex; align-items: center; gap: 12px; }
.plumber-lead-template .lead-review-head > div { min-width: 0; flex: 1; }
.plumber-lead-template .lead-review-head strong, .plumber-lead-template .lead-review-head small { display: block; }
.plumber-lead-template .lead-review-head small { color: #717783; margin-top: 3px; }
.plumber-lead-template .lead-review-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--lead-primary); color: #fff; font-weight: 800; }
.plumber-lead-template .lead-google { font-weight: 900; color: var(--lead-primary); }
.plumber-lead-template .lead-review-stars { color: #f8b800; letter-spacing: 2px; margin: 17px 0 11px; }
.plumber-lead-template .lead-review-card p { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; margin: 0; line-height: 1.5; }
.plumber-lead-template .lead-review-card:nth-child(n+4) { display: none; }

.plumber-lead-template [data-id="cc97a01"] {
  background-color: #171a20 !important;
  /* The original photo is retained; only its left copy-gradient is branded. */
  background-image:
    linear-gradient(90deg,
      color-mix(in srgb, var(--lead-dark, #171a20) 97%, transparent) 0%,
      color-mix(in srgb, var(--lead-primary-strong, #59616b) 94%, transparent) 34%,
      color-mix(in srgb, var(--lead-primary, #9da4ad) 66%, transparent) 53%,
      transparent 73%),
    url("images/bg3-6.jpg") !important;
  background-blend-mode: normal !important;
  background-position: center center !important;
  background-size: cover !important;
}

.plumber-lead-template [data-id="cc97a01"] > .e-con-inner {
  justify-content: initial;
}

.plumber-lead-template [data-id="7fe99bf"] {
  width: 79% !important;
  max-width: 79% !important;
  margin-left: 0;
  padding: 0 !important;
  border-radius: 0;
  background: transparent !important;
}

.plumber-lead-template [data-id="7fe99bf"] .elementor-cta__content {
  text-align: left !important;
}

/* Browser chrome is part of the lead identity too. */
html { scrollbar-color: var(--lead-primary) #f5f5ff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f5f5ff; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--lead-primary), var(--lead-primary-strong)) !important;
  border-radius: 7px;
}

.plumber-lead-template [data-id="fc30b50"] {
  background-color: var(--lead-dark) !important;
}

.plumber-lead-template [hidden] { display: none !important; }

.plumber-lead-template [data-id="66b1ace"] .elementor-icon-list-items {
  min-height: 0;
}

.plumber-lead-template [data-id="66b1ace"] .elementor-icon-list-item {
  break-inside: avoid;
}

.plumber-lead-template [data-id="58a11cc"] h2,
.plumber-lead-template [data-id="58a11cc"] .elementor-heading-title,
.plumber-lead-template [data-id="58a11cc"] .textura {
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: var(--lead-primary) !important;
  color: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="57a9299"] .elementor-widget-container,
.plumber-lead-template [data-id="57a9299"] .elementor-icon-list-item {
  background: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title,
.plumber-lead-template [data-id="d97eb03"] .elementor-toggle-title {
  border-color: color-mix(in srgb, var(--lead-primary) 60%, transparent) !important;
}

/* Every former template-blue accent is driven by the current lead colour. */
.plumber-lead-template .textura,
.plumber-lead-template [data-id="e6fd50d"] .elementor-cta__title,
.plumber-lead-template [data-id="0a65721"] .elementor-icon-list-icon,
.plumber-lead-template [data-id="4ccd6e1"] .elementor-icon-list-icon,
.plumber-lead-template [data-id="d97eb03"] .elementor-toggle-icon,
.plumber-lead-template [data-id="5c33cc5"] .elementor-menu-toggle {
  color: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="0a65721"] .elementor-icon-list-icon svg,
.plumber-lead-template [data-id="4ccd6e1"] .elementor-icon-list-icon svg,
.plumber-lead-template [data-id="6d162b9"] .elementor-icon-list-icon svg,
.plumber-lead-template [data-id="b7d38f7"] .elementor-icon-list-icon svg,
.plumber-lead-template [data-id="d97eb03"] .elementor-toggle-icon svg,
.plumber-lead-template [data-id="5c33cc5"] .elementor-menu-toggle svg {
  fill: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="6fa9203"] stop,
.plumber-lead-template [data-id="66b1ace"] stop,
.plumber-lead-template [data-id="591f701"] stop,
.plumber-lead-template [data-id="c59c7ea"] stop {
  stop-color: var(--lead-primary) !important;
}

/* The divider and the small curve are original source layout decorative elements.
   They must inherit the individual business palette too. */
.plumber-lead-template [data-id="176bbc8"] {
  --divider-color: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="176bbc8"] .elementor-divider-separator {
  border-color: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="591f701"]::after,
.plumber-lead-template [data-id="803f44f"] {
  background-image: linear-gradient(90deg, var(--lead-primary), var(--lead-accent)) !important;
}

.plumber-lead-template .textura,
.plumber-lead-template .textura * {
  background: none !important;
  -webkit-text-fill-color: var(--lead-primary) !important;
  color: var(--lead-primary) !important;
}

.plumber-lead-template [data-id="d97eb03"] .elementor-toggle-item,
.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title {
  border-image: none !important;
  border-color: color-mix(in srgb, var(--lead-primary) 65%, #fff) !important;
  border-bottom-color: color-mix(in srgb, var(--lead-primary) 65%, #fff) !important;
}

/* Elementor's original custom CSS gave the open FAQ item a blue gradient.
   Override the exact active-state selector, not just the surrounding widget. */
.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title.elementor-active {
  background: linear-gradient(115deg, var(--lead-primary-strong), var(--lead-primary)) !important;
  box-shadow: 0 16px 36px color-mix(in srgb, var(--lead-primary) 28%, transparent) !important;
}

.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title.elementor-active,
.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title.elementor-active a,
.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title.elementor-active .elementor-toggle-icon,
.plumber-lead-template [data-id="d97eb03"] .elementor-tab-title.elementor-active .elementor-toggle-icon svg {
  color: #fff !important;
  fill: #fff !important;
}

.plumber-lead-template [data-id="5e8123d"] a,
.plumber-lead-template [data-id="bdd957d"] a {
  color: var(--lead-primary) !important;
}

/* Keep the original split-image composition stable on wide screens. */
@media (min-width: 768px) {
  .plumber-lead-template [data-id="0b46388"] > .e-con-inner {
    max-width: 1440px;
    margin: 0 auto;
  }

  .plumber-lead-template [data-id="3e23cc1"] {
    flex: 0 0 48%;
    max-width: 640px;
  }

  .plumber-lead-template .lead-about-copy h2 {
    font-size: clamp(28px, 2.6vw, 44px);
  }
}

@media (max-width: 767px) {
  .plumber-lead-template [data-id="fc30b50"] {
    background-position: bottom center !important;
  }

  .plumber-lead-template [data-id="73d5550"] .elementor-cta__title {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.04 !important;
  }

  .plumber-lead-template [data-id="cc97a01"] {
    background-position: top right !important;
  }

  .plumber-lead-template [data-id="7fe99bf"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 34px 28px !important;
    border-radius: 0;
    background: transparent !important;
  }

  .plumber-lead-template [data-id="0b46388"] { background-size: cover !important; min-height: auto; }
  .plumber-lead-template [data-id="0b46388"]::before { background: rgba(0, 20, 20, .82); }
  .plumber-lead-template [data-id="0b46388"] > .e-con-inner { min-height: auto; }
  .plumber-lead-template [data-id="3e23cc1"] { width: 100% !important; margin: 0; padding: 38px 28px !important; border-radius: 0; }
  .plumber-lead-template .lead-about-copy ul { grid-template-columns: 1fr; }
  .plumber-lead-template .lead-review-grid { grid-template-columns: 1fr; }
  .plumber-lead-template .lead-review-card:nth-child(n+4) { display: block; }
}

/* About panel: keep the One Way composition while the runtime supplies each lead's copy. */
@media (min-width: 768px) {
  .plumber-lead-template [data-id="0b46388"] {
    min-height: 704px;
    background-size: 54% 100% !important;
  }
  .plumber-lead-template [data-id="0b46388"] > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 704px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .plumber-lead-template [data-id="3e23cc1"] {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    padding: 62px 72px 54px !important;
  }
}

.plumber-lead-template .lead-about-copy {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.plumber-lead-template .lead-about-copy h2 {
  font-size: 40px !important;
  line-height: 1.12;
  letter-spacing: -.6px;
  margin: 0 0 12px;
}
.plumber-lead-template .lead-about-copy p { margin: 0 0 12px; }
.plumber-lead-template .lead-about-intro { font-size: 18px; line-height: 1.45; font-weight: 700; }
.plumber-lead-template .lead-about-body { max-width: 620px; }
.plumber-lead-template .lead-about-copy h3 { font-size: 23px; line-height: 1.25; margin: 18px 0 10px; }
.plumber-lead-template .lead-about-copy ul { display: flex; flex-direction: column; gap: 7px; margin: 0 0 16px; }
.plumber-lead-template .lead-about-copy li { display: flex; align-items: flex-start; gap: 10px; }
.plumber-lead-template .lead-about-copy li::before { content: none; }
.plumber-lead-template .lead-about-icon { flex: 0 0 20px; width: 20px; color: var(--lead-accent); font-size: 21px; font-weight: 700; line-height: 1.1; text-align: center; }
.plumber-lead-template .lead-about-close { font-weight: 700; margin-top: 8px !important; }

@media (max-width: 767px) {
  .plumber-lead-template .lead-about-copy h2 { font-size: 30px !important; }
  .plumber-lead-template .lead-about-copy h3 { font-size: 21px; }
}

/* Mobile hero refresh: preserves this lead's green palette and copy while
   restoring the compact, call-first composition of the One Way reference. */
@media (max-width: 767px) {
  .plumber-lead-template [data-id="b4f1088"] {
    position: relative;
    z-index: 100;
  }

  .plumber-lead-template [data-id="5c33cc5"] .elementor-menu-toggle {
    display: flex !important;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: var(--lead-primary) !important;
    color: #fff !important;
    cursor: pointer;
  }

  .plumber-lead-template [data-id="5c33cc5"] .elementor-menu-toggle svg {
    width: 20px;
    height: 20px;
    margin: 0 !important;
    fill: #fff !important;
  }

  .plumber-lead-template [data-id="5c33cc5"] svg.elementor-menu-toggle__icon--open {
    display: block !important;
  }

  .plumber-lead-template [data-id="5c33cc5"] svg.elementor-menu-toggle__icon--close {
    display: none !important;
  }

  .plumber-lead-template [data-id="5c33cc5"].lead-menu-open svg.elementor-menu-toggle__icon--open {
    display: none !important;
  }

  .plumber-lead-template [data-id="5c33cc5"].lead-menu-open svg.elementor-menu-toggle__icon--close {
    display: block !important;
  }

  .plumber-lead-template [data-id="5c33cc5"] .elementor-nav-menu--dropdown {
    display: none !important;
    position: absolute !important;
    z-index: 200;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(320px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    padding: 6px !important;
    overflow: hidden;
    border: 1px solid rgba(1, 39, 32, .14) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(1, 33, 27, .18);
  }

  .plumber-lead-template [data-id="5c33cc5"].lead-menu-open .elementor-nav-menu--dropdown {
    display: block !important;
    height: auto !important;
    max-height: 500px !important;
    overflow: visible !important;
    transform: none !important;
  }

  .plumber-lead-template [data-id="5c33cc5"] .elementor-nav-menu--dropdown .elementor-nav-menu {
    display: block !important;
    width: 100%;
  }

  .plumber-lead-template [data-id="5c33cc5"] .elementor-nav-menu--dropdown a.elementor-item {
    display: block;
    padding: 12px 14px !important;
    border: 0 !important;
    border-radius: 5px;
    background: transparent !important;
    color: #111318 !important;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }

  .plumber-lead-template [data-id="5c33cc5"] .elementor-nav-menu--dropdown a.elementor-item:hover,
  .plumber-lead-template [data-id="5c33cc5"] .elementor-nav-menu--dropdown a.elementor-item:focus {
    background: color-mix(in srgb, var(--lead-primary) 13%, #fff) !important;
    color: var(--lead-dark) !important;
  }

  .plumber-lead-template [data-id="fc30b50"] {
    position: relative;
    isolation: isolate;
    --min-height: 0px !important;
    --padding-top: 0px !important;
    --padding-right: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --border-top-width: 0px !important;
    --border-right-width: 0px !important;
    --border-bottom-width: 0px !important;
    --border-left-width: 0px !important;
    --border-radius: 14px !important;
    min-height: 0 !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 0 auto 28px !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-sizing: border-box;
    overflow: hidden;
    padding: 260px 20px 30px !important;
    background-position: center !important;
    background-size: cover !important;
  }

  .plumber-lead-template [data-id="fc30b50"]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px),
      linear-gradient(180deg, #111318 0%, #111318 72%, #111318 100%);
  }

  .plumber-lead-template [data-id="fc30b50"]::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 236px;
    transform: none;
    pointer-events: none;
    background-image: url("images/heroes/hero-10-cc-charcoal.png");
    background-repeat: no-repeat;
    background-size: auto 236px;
    background-position: 74% center;
    -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 86%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0, #000 86%, transparent 100%);
  }

  .plumber-lead-template [data-id="fc30b50"] > .e-con-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .plumber-lead-template [data-id="73d5550"] .elementor-cta__title {
    max-width: 11.5ch;
    margin: 0 auto 16px !important;
    font-size: clamp(27px, 7.7vw, 31px) !important;
    font-weight: 650;
    line-height: 1.04 !important;
    letter-spacing: -.7px;
    text-wrap: balance;
  }

  .plumber-lead-template [data-id="3e1801a"],
  .plumber-lead-template [data-id="6f05108"],
  .plumber-lead-template [data-id="fcd093a"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  .plumber-lead-template [data-id="3e1801a"] .elementor-icon-list-items {
    margin: 0 0 12px;
  }

  .plumber-lead-template [data-id="3e1801a"] .elementor-icon-list-item {
    justify-content: center;
    text-align: center;
  }

  .plumber-lead-template [data-id="3e1801a"] .elementor-icon-list-item > .elementor-icon-list-text,
  .plumber-lead-template [data-id="6f05108"] .elementor-icon-list-item > .elementor-icon-list-text,
  .plumber-lead-template [data-id="fcd093a"] .elementor-icon-list-item > .elementor-icon-list-text {
    font-size: 12px !important;
    line-height: 1.38 !important;
    letter-spacing: 0 !important;
  }

  .plumber-lead-template [data-id="3e1801a"] b {
    font-size: 1em !important;
    line-height: inherit;
  }

  .plumber-lead-template [data-id="6f05108"] .elementor-icon-list-items {
    margin: 0 0 10px;
  }

  .plumber-lead-template [data-id="6f05108"] .elementor-icon-list-item {
    padding-block-end: 3px !important;
    margin-block-start: 0 !important;
  }

  .plumber-lead-template [data-id="6f05108"] .elementor-icon-list-icon {
    flex: 0 0 15px;
    padding-inline-end: 5px;
  }

  .plumber-lead-template [data-id="6f05108"] .elementor-icon-list-icon svg {
    width: 13px;
    height: 13px;
  }

  .plumber-lead-template [data-id="fcd093a"] .elementor-icon-list-items {
    margin: 0;
  }

  .plumber-lead-template [data-id="fcd093a"] .elementor-icon-list-item {
    justify-content: center;
    text-align: center;
  }

  .plumber-lead-template [data-id="fcd093a"] .elementor-icon-list-item > .elementor-icon-list-text {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: rgba(240, 241, 255, .84) !important;
  }

  .plumber-lead-template [data-id="a9d988b"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px;
  }

  .plumber-lead-template [data-id="a9d988b"] > .elementor-widget-container {
    margin: 0 !important;
  }

  .plumber-lead-template [data-id="a9d988b"] .elementor-button {
    display: flex;
    width: min(190px, 72%);
    min-height: 48px;
    margin-inline: auto;
    justify-content: center;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(100deg, var(--lead-accent), var(--lead-primary)) !important;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--lead-primary) 26%, transparent);
    font-size: 12px !important;
    letter-spacing: .15px;
  }

  .plumber-lead-template [data-id="a9d988b"] .elementor-button-icon svg {
    width: 30px;
    height: 30px;
  }

  .plumber-lead-template [data-id="c59c7ea"],
  .plumber-lead-template [data-id="7e14068"] {
    display: none;
  }
}

/* Mobile stacked sections: image first, branded copy panel second. */
@media (max-width: 767px) {
  .plumber-lead-template [data-id="0b46388"] {
    --min-height: 0px !important;
    --padding-top: 0px !important;
    --padding-right: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --border-top-width: 0px !important;
    --border-right-width: 0px !important;
    --border-bottom-width: 0px !important;
    --border-left-width: 0px !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    min-height: 0 !important;
    margin: 36px auto 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 14px !important;
    background-color: #111318 !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-blend-mode: normal !important;
  }

  .plumber-lead-template [data-id="0b46388"]::before,
  .plumber-lead-template [data-id="0b46388"]::after {
    display: none !important;
  }

  .plumber-lead-template [data-id="0b46388"] > .e-con-inner {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 56.35% 0 0 !important;
  }

  .plumber-lead-template [data-id="3e23cc1"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px 22px 30px !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #111318 0%, #111318 100%) !important;
    text-align: center;
  }

  .plumber-lead-template .lead-about-copy h2 {
    max-width: 12ch;
    margin: 0 auto 12px !important;
    font-size: 27px !important;
    line-height: 1.06;
    text-align: center;
  }

  .plumber-lead-template .lead-about-intro,
  .plumber-lead-template .lead-about-body {
    max-width: 30ch;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }

  .plumber-lead-template .lead-about-copy h3 {
    margin: 20px 0 12px;
    font-size: 18px;
    text-align: center;
  }

  .plumber-lead-template .lead-about-copy ul {
    width: min(100%, 290px);
    margin: 0 auto 18px;
    gap: 8px;
    text-align: left;
  }

  .plumber-lead-template .lead-about-copy li {
    font-size: 13px;
    line-height: 1.35;
  }

  .plumber-lead-template .lead-about-close {
    max-width: 30ch;
    margin: 0 auto !important;
    font-size: 13px;
    text-align: center;
  }

  .plumber-lead-template [data-id="cc97a01"] {
    --min-height: 0px !important;
    --overlay-opacity: 0 !important;
    --padding-top: 0px !important;
    --padding-right: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    min-height: 0 !important;
    margin: 40px auto 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 14px !important;
    background-color: #111318 !important;
    background-image: url("images/bg3-6.jpg") !important;
    background-position: 72% top !important;
    background-repeat: no-repeat !important;
    background-size: auto 220px !important;
    background-blend-mode: normal !important;
  }

  .plumber-lead-template [data-id="cc97a01"] > .elementor-background-overlay {
    display: none !important;
  }

  .plumber-lead-template [data-id="cc97a01"] > .e-con-inner {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 198px 0 0 !important;
    gap: 0 !important;
  }

  .plumber-lead-template [data-id="57a9299"] {
    position: relative !important;
    z-index: 3;
    top: auto !important;
    right: auto !important;
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    margin: 0 auto -18px !important;
  }

  .plumber-lead-template [data-id="57a9299"] > .elementor-widget-container {
    padding: 14px 18px !important;
    border-radius: 10px !important;
    background: linear-gradient(100deg, #d8dce1, #aab1ba) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
  }

  .plumber-lead-template [data-id="57a9299"] .elementor-icon-list-item {
    justify-content: center;
    background: transparent !important;
    text-align: center;
  }

  .plumber-lead-template [data-id="57a9299"] .elementor-icon-list-text {
    color: #171a20 !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.35;
  }

  .plumber-lead-template [data-id="afef17e"] {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    max-width: 100% !important;
    padding: 42px 22px 28px !important;
    gap: 14px !important;
    background: linear-gradient(180deg, #111318 0%, #111318 100%) !important;
  }

  .plumber-lead-template [data-id="7fe99bf"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .plumber-lead-template [data-id="7fe99bf"] .elementor-cta__content {
    padding: 0 !important;
    text-align: center !important;
  }

  .plumber-lead-template [data-id="7fe99bf"] .elementor-cta__title {
    max-width: 15ch;
    margin: 0 auto 12px !important;
    font-size: 27px !important;
    line-height: 1.08 !important;
  }

  .plumber-lead-template [data-id="7fe99bf"] .elementor-cta__description {
    max-width: 31ch;
    margin: 0 auto !important;
    font-size: 14px !important;
    line-height: 1.45;
  }

  .plumber-lead-template [data-id="36f1681"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .plumber-lead-template [data-id="36f1681"] .elementor-button {
    display: flex;
    width: min(190px, 72%);
    min-height: 48px;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
  }
}

/* Trust badges and the longer free-estimate CTA. */
.plumber-lead-template .lead-trust-badges {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  margin: 26px auto 0;
}

.plumber-lead-template .lead-google-review-badge,
.plumber-lead-template .lead-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 86px;
  padding: 12px 16px;
  border: 1px solid rgba(22, 39, 15, .12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(16, 36, 14, .07);
}

.plumber-lead-template .lead-google-review-badge {
  gap: 9px;
  color: #202124 !important;
  text-decoration: none !important;
}

.plumber-lead-template .lead-google-review-badge > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from -42deg, #4285f4 0 25%, #34a853 0 48%, #fbbc05 0 74%, #ea4335 0 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.plumber-lead-template .lead-google-review-badge strong {
  font-size: 14px;
  line-height: 1.05;
}

.plumber-lead-template .lead-trust-badge img {
  display: block;
  width: auto;
  max-width: 126px;
  max-height: 62px;
  object-fit: contain;
}

.plumber-lead-template .lead-gas-safe-badge img {
  max-height: 68px;
}

.plumber-lead-template .lead-service-call {
  min-width: 260px;
  text-align: center;
}

.plumber-lead-template [data-id="a9d988b"] .elementor-button,
.plumber-lead-template [data-id="14aef91"] .elementor-button,
.plumber-lead-template [data-id="36f1681"] .elementor-button {
  width: min(290px, 90%) !important;
}

.plumber-lead-template [data-id="a9d988b"] .elementor-button-text,
.plumber-lead-template [data-id="14aef91"] .elementor-button-text,
.plumber-lead-template [data-id="36f1681"] .elementor-button-text {
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center;
  white-space: normal;
}

@media (max-width: 767px) {
  .plumber-lead-template .lead-trust-badges { gap: 9px; margin-top: 18px; }
  .plumber-lead-template .lead-google-review-badge,
  .plumber-lead-template .lead-trust-badge { min-width: 0; min-height: 74px; flex: 1 1 0; padding: 9px 7px; }
  .plumber-lead-template .lead-google-review-badge { gap: 5px; }
  .plumber-lead-template .lead-google-review-badge > span { width: 28px; height: 28px; font-size: 18px; }
  .plumber-lead-template .lead-google-review-badge strong { font-size: 11px; }
  .plumber-lead-template .lead-trust-badge img { max-width: 92px; max-height: 50px; }
  .plumber-lead-template .lead-gas-safe-badge img { max-height: 56px; }
  .plumber-lead-template .lead-service-call { min-width: min(100%, 282px); }
}

/* Final visual pass: green contact, framed service imagery and dimensional trust cards. */
.plumber-lead-template [data-id="cc97a01"] {
  background-color: #111318 !important;
  background-image:
    linear-gradient(112deg, rgba(16, 18, 22, .98) 0%, rgba(40, 45, 52, .86) 42%, rgba(113, 119, 131, .58) 100%),
    var(--lead-contact-image, url("images/bg3-6.jpg")) !important;
  background-blend-mode: multiply !important;
  background-position: center center !important;
}

.plumber-lead-template .lead-service-card {
  padding: 8px 8px 0;
  border: 1px solid rgba(157, 164, 173, .64);
  border-radius: 22px;
  background: linear-gradient(145deg, #f6f7f8 0%, #717783 37%, #202124 100%);
  box-shadow: 0 11px 0 #59616b, 0 24px 42px rgba(18, 52, 22, .18);
  transform: perspective(900px) rotateX(.8deg) translateY(-2px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.plumber-lead-template .lead-service-card:hover {
  box-shadow: 0 15px 0 #59616b, 0 29px 48px rgba(18, 52, 22, .23);
  transform: perspective(900px) rotateX(0) translateY(-6px);
}

.plumber-lead-template .lead-service-card img {
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 15px 15px 0 0;
  box-shadow: inset 0 0 0 1px rgba(11, 45, 22, .2);
}

.plumber-lead-template .lead-service-card-copy {
  min-height: 162px;
  padding: 22px 20px 24px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(145deg, #fff 0%, #f6f7f8 100%);
}

.plumber-lead-template .lead-service-card h3 {
  color: #202124;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -.55px;
  line-height: 1.18;
}

.plumber-lead-template .lead-service-card p {
  color: #4c535d;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: -.1px;
  line-height: 1.56;
}

.plumber-lead-template [data-id="94fd70b"] {
  background: radial-gradient(circle at 50% 0%, rgba(232, 234, 237, .56), transparent 42%) !important;
}

.plumber-lead-template [data-id="ce85b86"],
.plumber-lead-template [data-id="39d63b8"],
.plumber-lead-template [data-id="48a3dd9"],
.plumber-lead-template [data-id="29d416c"],
.plumber-lead-template [data-id="16c2960"] {
  position: relative;
  overflow: visible !important;
  padding: 29px 24px 27px !important;
  border: 1px solid rgba(141, 147, 157, .45);
  border-radius: 20px !important;
  background: linear-gradient(145deg, #fff 0%, #f6f7f8 100%) !important;
  box-shadow: 0 10px 0 #c6cbd1, 0 24px 38px rgba(27, 59, 27, .12);
  transform: perspective(1000px) rotateX(.9deg) translateY(-2px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.plumber-lead-template [data-id="ce85b86"]:hover,
.plumber-lead-template [data-id="39d63b8"]:hover,
.plumber-lead-template [data-id="48a3dd9"]:hover,
.plumber-lead-template [data-id="29d416c"]:hover,
.plumber-lead-template [data-id="16c2960"]:hover {
  box-shadow: 0 14px 0 #c6cbd1, 0 29px 46px rgba(27, 59, 27, .17);
  transform: perspective(1000px) rotateX(0) translateY(-6px);
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: -60px auto 19px !important;
  place-items: center;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 20px;
  background: linear-gradient(145deg, #c6cbd1, #717783);
  box-shadow: inset 0 2px 1px rgba(255,255,255,.55), 0 7px 0 #59616b, 0 14px 22px rgba(39, 92, 36, .22);
  transform: rotate(-4deg);
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon .elementor-icon {
  display: grid;
  place-items: center;
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon svg {
  width: 34px;
  height: 34px;
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon svg path {
  stroke: #fff !important;
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-title span {
  color: #202124 !important;
  font-family: "Sora", sans-serif;
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -.4px;
  line-height: 1.17;
}

.plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-description {
  margin-top: 12px !important;
  color: #4c535d;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* Desktop about: a single balanced photo-and-copy card instead of a stretched background. */
@media (min-width: 768px) {
  .plumber-lead-template [data-id="0b46388"] {
    width: min(1180px, calc(100% - 80px)) !important;
    min-height: 570px !important;
    margin: 76px auto !important;
    border: 1px solid rgba(157, 164, 173, .42) !important;
    border-radius: 26px !important;
    background-color: #202124 !important;
    background-image:
      linear-gradient(90deg, transparent 0%, transparent 43%, rgba(24, 53, 25, .5) 52%, #202124 61%, #202124 100%),
      var(--lead-about-image) !important;
    background-position: center, left center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%, 56% 100% !important;
    box-shadow: 0 22px 52px rgba(13, 43, 19, .18);
  }

  .plumber-lead-template [data-id="0b46388"]::before,
  .plumber-lead-template [data-id="0b46388"]::after { display: none !important; }

  .plumber-lead-template [data-id="0b46388"] > .e-con-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    min-height: 568px !important;
  }

  .plumber-lead-template [data-id="3e23cc1"] {
    flex: 0 0 48% !important;
    width: 48% !important;
    max-width: 48% !important;
    padding: 60px 58px 52px !important;
    background: transparent !important;
  }

  .plumber-lead-template .lead-about-copy h2 { font-size: clamp(34px, 3.5vw, 48px) !important; }
  .plumber-lead-template .lead-about-copy { font-size: 15px; line-height: 1.47; }
  .plumber-lead-template .lead-about-intro { font-size: 18px; }
  .plumber-lead-template .lead-about-copy h3 { margin-top: 20px; font-size: 21px; }
}

@media (max-width: 767px) {
  .plumber-lead-template [data-id="cc97a01"] {
    background-image:
      linear-gradient(135deg, rgba(16, 18, 22, .86), rgba(40, 45, 52, .73)),
      var(--lead-contact-image, url("images/bg3-6.jpg")) !important;
    background-blend-mode: multiply !important;
  }

  .plumber-lead-template .lead-service-card { padding: 6px 6px 0; border-radius: 18px; box-shadow: 0 8px 0 #59616b, 0 18px 31px rgba(18, 52, 22, .16); transform: none; }
  .plumber-lead-template .lead-service-card img { border-radius: 13px 13px 0 0; }
  .plumber-lead-template .lead-service-card-copy { padding: 20px 18px 22px; }
  .plumber-lead-template .lead-service-card h3 { font-size: 21px; }
  .plumber-lead-template [data-id="ce85b86"],
  .plumber-lead-template [data-id="39d63b8"],
  .plumber-lead-template [data-id="48a3dd9"],
  .plumber-lead-template [data-id="29d416c"],
  .plumber-lead-template [data-id="16c2960"] { padding: 28px 20px 24px !important; box-shadow: 0 8px 0 #c6cbd1, 0 19px 30px rgba(27, 59, 27, .11); transform: none; }
  .plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon { width: 60px; height: 60px; margin-top: -53px !important; margin-bottom: 16px !important; border-radius: 17px; }
  .plumber-lead-template [data-id="94fd70b"] .elementor-icon-box-icon svg { width: 30px; height: 30px; }
  .plumber-lead-template [data-id="0b46388"] {
    background-image: var(--lead-about-image) !important;
    background-position: center top !important;
    background-size: 100% auto !important;
  }
}

/* Desktop reset: the main hero uses the supplied emerald artwork, not the old blue template. */
.plumber-lead-template [data-id="c59c7ea"] { display: none !important; }

@media (min-width: 768px) {
  .plumber-lead-template [data-id="fc30b50"] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #111318 !important;
    background-image: var(--lead-hero-image) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .plumber-lead-template [data-id="fc30b50"]::before,
  .plumber-lead-template [data-id="fc30b50"]::after {
    display: none !important;
  }

  .plumber-lead-template [data-id="fc30b50"] > .e-con-inner {
    position: relative;
    z-index: 1;
  }
}

/* Local support: a crisp two-panel composition with a true photo on the left. */
.plumber-lead-template [data-id="5484603"] { display: none !important; }

@media (min-width: 768px) {
  .plumber-lead-template [data-id="0b46388"] {
    display: block !important;
    min-height: 548px !important;
    background-color: #171a20 !important;
    background-image:
      linear-gradient(90deg, transparent 0%, transparent 49.6%, #171a20 49.7%, #171a20 100%),
      var(--lead-about-image) !important;
    background-position: center, left center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%, auto 100% !important;
    box-shadow: 0 18px 46px rgba(15, 49, 27, .18) !important;
  }

  .plumber-lead-template [data-id="0b46388"] > .e-con-inner {
    min-height: 548px !important;
    align-items: stretch !important;
  }

  .plumber-lead-template [data-id="3e23cc1"] {
    display: flex !important;
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-height: 548px !important;
    padding: 50px 58px !important;
    align-items: center;
  }

  .plumber-lead-template .lead-about-copy {
    position: relative;
    max-width: 475px;
    font-size: 16px;
    line-height: 1.52;
  }

  .plumber-lead-template .lead-about-copy::before {
    content: "LOCAL TEAM · STOCKPORT";
    display: inline-flex;
    margin: 0 0 16px;
    padding: 7px 11px;
    border: 1px solid rgba(232, 234, 237, .42);
    border-radius: 999px;
    color: #e8eaed;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .12em;
    line-height: 1;
  }

  .plumber-lead-template .lead-about-copy h2 {
    max-width: 11ch;
    margin-bottom: 18px !important;
    font-size: clamp(37px, 3.3vw, 50px) !important;
    letter-spacing: -.055em;
    line-height: 1.02;
  }

  .plumber-lead-template .lead-about-intro {
    color: #fff;
    font-size: 19px !important;
    line-height: 1.4;
  }

  .plumber-lead-template .lead-about-copy h3 { color: #f6f7f8; }
}

/* Final content pass: large, readable reasons rather than miniature inherited widgets. */
.plumber-lead-template [data-id="94fd70b"] {
  padding: 76px 32px 70px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .94), transparent 38%),
    linear-gradient(180deg, #f3f4f6 0%, #d9dde2 100%) !important;
}

.plumber-lead-template [data-id="6fa9203"] h2,
.plumber-lead-template [data-id="6fa9203"] .elementor-heading-title {
  max-width: 21ch;
  margin-inline: auto !important;
  color: #111318 !important;
  font-family: "Sora", sans-serif;
  font-size: clamp(32px, 4.1vw, 52px) !important;
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: 1.04;
  text-align: center;
}

.plumber-lead-template .lead-reasons-grid {
  display: grid;
  width: min(1120px, 100%);
  margin: 62px auto 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.plumber-lead-template .lead-reason-card {
  position: relative;
  min-height: 230px;
  grid-column: span 2;
  padding: 56px 28px 30px;
  overflow: visible;
  border: 1px solid rgba(77, 84, 94, .52);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #e3e6e9 100%);
  box-shadow: 0 10px 0 #878e98, 0 22px 38px rgba(17, 19, 24, .18);
}

.plumber-lead-template .lead-reason-card:nth-child(4) { grid-column: 2 / span 2; }
.plumber-lead-template .lead-reason-card:nth-child(5) { grid-column: 4 / span 2; }

.plumber-lead-template .lead-reason-icon {
  position: absolute;
  top: -33px;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 19px;
  background: linear-gradient(145deg, #e8eaed 0%, #7a828d 52%, #30363d 100%);
  box-shadow: inset 0 2px 1px rgba(255,255,255,.75), 0 7px 0 #353b43, 0 14px 24px rgba(18, 21, 25, .28);
  transform: translateX(-50%) rotate(-4deg);
}

.plumber-lead-template .lead-reason-icon .elementor-icon { display: grid; place-items: center; }
.plumber-lead-template .lead-reason-icon svg { width: 32px; height: 32px; }
.plumber-lead-template .lead-reason-icon svg path { stroke: #fff !important; }

.plumber-lead-template .lead-reason-index {
  position: absolute;
  top: 17px;
  right: 20px;
  color: #59616b;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.plumber-lead-template .lead-reason-card h3 {
  margin: 0 0 12px;
  color: #171a20;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.15;
  text-align: center;
}

.plumber-lead-template .lead-reason-card p {
  margin: 0;
  color: #4c535d;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.plumber-lead-template .lead-reasons-cta {
  display: flex;
  width: fit-content;
  min-height: 51px;
  margin: 36px auto 0;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(105deg, #f6f7f8, #9da4ad);
  box-shadow: 0 9px 0 #565d66, 0 17px 28px rgba(26, 29, 35, .22);
  color: #101216 !important;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .025em;
  text-align: center;
  text-decoration: none !important;
}

/* The contact panel now has one clear text block and one intentional support badge. */
@media (min-width: 768px) {
  .plumber-lead-template [data-id="cc97a01"] {
    width: min(1180px, calc(100% - 80px)) !important;
    min-height: 430px !important;
    margin: 78px auto !important;
    overflow: hidden;
    border: 1px solid rgba(157, 164, 173, .45) !important;
    border-radius: 26px !important;
    background-image:
      radial-gradient(circle at 80% 52%, rgba(157, 164, 173, .24), transparent 25%),
      linear-gradient(104deg, rgba(16, 18, 22, .98) 0%, rgba(40, 45, 52, .94) 62%, rgba(57, 63, 72, .74) 100%),
      var(--lead-contact-image, url("images/bg3-6.jpg")) !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: 0 21px 48px rgba(12, 53, 27, .16) !important;
  }

  .plumber-lead-template [data-id="cc97a01"] > .e-con-inner {
    position: relative;
    display: block !important;
    min-height: 428px !important;
    padding: 70px 64px !important;
  }

  .plumber-lead-template [data-id="afef17e"],
  .plumber-lead-template [data-id="7fe99bf"] {
    display: block !important;
    width: min(590px, 62%) !important;
    max-width: 590px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .plumber-lead-template [data-id="7fe99bf"] .elementor-cta__title {
    max-width: 12ch;
    color: #fff !important;
    font-family: "Sora", sans-serif;
    font-size: clamp(36px, 3.3vw, 49px) !important;
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: 1.04;
  }

  .plumber-lead-template [data-id="7fe99bf"] .elementor-cta__description {
    max-width: 53ch;
    margin-top: 17px !important;
    color: rgba(255,255,255,.84) !important;
    font-family: "Sora", sans-serif;
    font-size: 16px !important;
    line-height: 1.52;
  }

  .plumber-lead-template [data-id="36f1681"] { width: auto !important; margin-top: 28px !important; }
  .plumber-lead-template [data-id="36f1681"] .elementor-button { width: auto !important; min-width: 254px; }

  .plumber-lead-template [data-id="57a9299"] {
    position: absolute !important;
    right: 54px;
    bottom: 58px;
    width: 238px !important;
    margin: 0 !important;
  }

  .plumber-lead-template [data-id="57a9299"] .elementor-widget-container,
  .plumber-lead-template [data-id="57a9299"] .elementor-icon-list-item {
    border-radius: 16px !important;
    background: linear-gradient(110deg, #f6f7f8, #9da4ad) !important;
  }

  .plumber-lead-template [data-id="57a9299"] .elementor-icon-list-item { padding: 18px 17px !important; }
  .plumber-lead-template [data-id="57a9299"] .elementor-icon-list-text { color: #171a20 !important; font-family: "Sora", sans-serif; font-size: 15px !important; font-weight: 750; line-height: 1.25; text-align: center; }
}

/* More polished Google review presentation. */
.plumber-lead-template [data-id="23289e5"] {
  background: radial-gradient(circle at 50% 0%, rgba(232, 234, 237, .4), transparent 34%) !important;
}

.plumber-lead-template .lead-review-panel { max-width: 1180px; }
.plumber-lead-template .lead-review-summary {
  padding: 32px 38px;
  border: 1px solid rgba(211, 215, 221, .7);
  border-radius: 23px;
  background: linear-gradient(120deg, #171a20 0%, #59616b 63%, #717783 120%);
  box-shadow: 0 18px 38px rgba(24, 71, 28, .18);
}

.plumber-lead-template .lead-review-kicker { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-family: "Sora", sans-serif; font-size: 14px; letter-spacing: .035em; }
.plumber-lead-template .lead-review-kicker b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #fff url("https://www.gstatic.com/images/branding/product/2x/googleg_48dp.png") center / 18px 18px no-repeat !important; color: transparent; font-size: 0; }
.plumber-lead-template .lead-review-summary strong { display: flex; align-items: center; gap: 16px; margin-top: 8px; color: #fff; }
.plumber-lead-template .lead-review-summary strong em { color: #fff; font-family: "Sora", sans-serif; font-size: 50px; font-style: normal; font-weight: 780; letter-spacing: -.075em; line-height: .95; }
.plumber-lead-template .lead-review-summary strong span { color: #ffca42; font-size: 24px; letter-spacing: 3px; }
.plumber-lead-template .lead-review-summary small { margin-top: 8px; color: rgba(255,255,255,.76); font-family: "Sora", sans-serif; font-size: 14px; }
.plumber-lead-template .lead-review-summary a { padding: 15px 23px; border: 1px solid rgba(255,255,255,.6); background: #fff; color: #202124 !important; font-family: "Sora", sans-serif; font-size: 14px; box-shadow: 0 8px 0 rgba(10, 46, 20, .22); }
.plumber-lead-template .lead-review-grid { gap: 22px; margin-top: 25px; }
.plumber-lead-template .lead-review-card { position: relative; padding: 27px; overflow: hidden; border: 1px solid rgba(157, 164, 173, .35); border-radius: 20px; background: linear-gradient(145deg, #fff, #f6f7f8); box-shadow: 0 12px 0 #d7dbe0, 0 23px 35px rgba(25, 61, 28, .1); }
.plumber-lead-template .lead-review-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #9da4ad, #f6f7f8); }
.plumber-lead-template .lead-review-avatar { width: 48px; height: 48px; background: linear-gradient(145deg, #c6cbd1, #717783); box-shadow: 0 5px 0 #59616b; }
.plumber-lead-template .lead-review-head strong { font-family: "Sora", sans-serif; font-size: 16px; }
.plumber-lead-template .lead-review-head small, .plumber-lead-template .lead-review-card p { font-family: "Sora", sans-serif; }
.plumber-lead-template .lead-google { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #fff url("https://www.gstatic.com/images/branding/product/2x/googleg_48dp.png") center / 19px 19px no-repeat !important; color: transparent; font-size: 0; }

/* Instagram is deliberately present in both requested locations. */
.plumber-lead-template .lead-instagram-link { display: grid !important; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(255,255,255,.8) !important; border-radius: 50%; background: transparent !important; box-shadow: none; }
.plumber-lead-template .lead-instagram-link svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 1.8; }
.plumber-lead-template [data-id="7e14068"] .elementor-social-icon-instagram { background: transparent !important; box-shadow: none; }
.plumber-lead-template .lead-footer-instagram { display: inline-flex; min-width: 234px; margin: 28px auto 6px; padding: 13px 17px; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(157, 164, 173, .65); border-radius: 14px; background: #fff; color: #202124 !important; font-family: "Sora", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none !important; box-shadow: 0 10px 24px rgba(22, 60, 26, .1); }
.plumber-lead-template .lead-footer-instagram svg { width: 22px; height: 22px; fill: none; stroke: #717783; stroke-width: 1.9; }
.plumber-lead-template .lead-footer-instagram strong { color: #717783; font-size: 12px; }
.plumber-lead-template [data-id="8f8b952"] .elementor-social-icons-wrapper { display: flex; justify-content: center; }
.plumber-lead-template [data-id="8f8b952"] .elementor-social-icon-instagram { display: inline-flex; width: auto; min-height: 46px; padding: 0 18px; align-items: center; gap: 10px; border: 1px solid rgba(141, 147, 157, .65); border-radius: 12px; background: #fff !important; box-shadow: none; }
.plumber-lead-template [data-id="8f8b952"] .elementor-social-icon-instagram::after { content: "Instagram  @247_plumber"; color: #59616b; font-family: "Sora", sans-serif; font-size: 13px; font-weight: 700; white-space: nowrap; }
.plumber-lead-template [data-id="8f8b952"] .elementor-social-icon-instagram svg { width: 20px; height: 20px; fill: #717783; }

@media (max-width: 900px) {
  .plumber-lead-template .lead-reasons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
  .plumber-lead-template .lead-reason-card,
  .plumber-lead-template .lead-reason-card:nth-child(4),
  .plumber-lead-template .lead-reason-card:nth-child(5) { grid-column: auto; }
}

@media (max-width: 767px) {
  .plumber-lead-template [data-id="94fd70b"] { padding: 60px 14px 56px !important; }
  .plumber-lead-template [data-id="6fa9203"] h2,
  .plumber-lead-template [data-id="6fa9203"] .elementor-heading-title { max-width: 12ch; font-size: 34px !important; }
  .plumber-lead-template .lead-reasons-grid { grid-template-columns: 1fr; margin-top: 52px; gap: 22px; }
  .plumber-lead-template .lead-reason-card,
  .plumber-lead-template .lead-reason-card:nth-child(4),
  .plumber-lead-template .lead-reason-card:nth-child(5) { min-height: 0; grid-column: auto; padding: 51px 23px 26px; }
  .plumber-lead-template .lead-reason-card h3 { font-size: 20px; }
  .plumber-lead-template .lead-reason-card p { font-size: 14px; }
  .plumber-lead-template .lead-review-summary { padding: 27px 23px; }
  .plumber-lead-template .lead-review-summary strong em { font-size: 45px; }
  .plumber-lead-template .lead-review-summary strong span { font-size: 20px; letter-spacing: 2px; }
  .plumber-lead-template .lead-review-summary a { width: 100%; text-align: center; }
  .plumber-lead-template .lead-footer-instagram { width: min(100%, 280px); margin-top: 20px; font-size: 12px; }
}

/* Contact: the technician is deliberately visible on the open right side. */
@media (min-width: 768px) {
  .plumber-lead-template [data-id="cc97a01"] {
    position: relative !important;
    isolation: isolate;
    background: linear-gradient(104deg, #111318 0%, #111318 58%, #59616b 100%) !important;
  }

  .plumber-lead-template [data-id="cc97a01"]::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 0 0 auto;
    width: 51%;
    pointer-events: none;
    background: url("images/bg3-6.jpg") center right / cover no-repeat;
    border-radius: 0 25px 25px 0;
    box-shadow: none;
    filter: none;
  }

  .plumber-lead-template [data-id="cc97a01"] > .e-con-inner { z-index: 1; }
  .plumber-lead-template [data-id="57a9299"] {
    z-index: 2;
    right: 44px;
    bottom: 42px;
  }
}

/* Footer legal links stay upright, centred and comfortably tappable on phones. */
@media (max-width: 767px) {
  .plumber-lead-template [data-id="7fa63d5"] > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .plumber-lead-template [data-id="67106ed"],
  .plumber-lead-template [data-id="e354c40"] {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .plumber-lead-template [data-id="67106ed"] p,
  .plumber-lead-template [data-id="e354c40"] p {
    margin: 9px auto !important;
    text-align: center !important;
  }

  .plumber-lead-template [data-id="67106ed"] a,
  .plumber-lead-template [data-id="e354c40"] a {
    display: inline-flex !important;
    min-height: 44px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(141, 147, 157, .62);
    border-radius: 12px;
    color: #59616b !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    transform: none !important;
  }
}

/* Mobile contact: preserve the plumber photo as a dedicated, visible panel.
   A pseudo-element avoids the theme background rules flattening the image. */
@media (max-width: 767px) {
  .plumber-lead-template [data-id="cc97a01"] {
    position: relative !important;
    isolation: isolate;
    background: #111318 !important;
  }

  .plumber-lead-template [data-id="cc97a01"]::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    display: block !important;
    height: 250px;
    /* Keep the photograph intact; only neutralise the original blue left edge. */
    background:
      linear-gradient(90deg, rgba(34, 38, 45, .96) 0%, rgba(66, 72, 81, .82) 43%, rgba(66, 72, 81, 0) 74%),
      url("images/bg3-6.jpg") 78% center / cover no-repeat !important;
    filter: none;
    opacity: 1 !important;
    transform: none !important;
  }

  .plumber-lead-template [data-id="cc97a01"] > .e-con-inner {
    position: relative;
    z-index: 1;
  }
}

/* Stronger charcoal-silver accents on phones. */
@media (max-width: 767px) {
  .plumber-lead-template [data-id="57a9299"] > .elementor-widget-container {
    background: linear-gradient(100deg, #747d88, #4e5660) !important;
  }

  .plumber-lead-template [data-id="57a9299"] .elementor-icon-list-text {
    color: #fff !important;
  }

  .plumber-lead-template [data-id="0a65721"] .elementor-icon-list-icon,
  .plumber-lead-template [data-id="4ccd6e1"] .elementor-icon-list-icon,
  .plumber-lead-template [data-id="0a65721"] .elementor-icon-list-icon svg,
  .plumber-lead-template [data-id="4ccd6e1"] .elementor-icon-list-icon svg {
    color: #59616b !important;
    fill: #59616b !important;
  }
}

/* Dark graphite call-to-action buttons: no pale grey against the charcoal site. */
.plumber-lead-template .butao2 .elementor-button,
.plumber-lead-template [data-id="a9d988b"] .elementor-button,
.plumber-lead-template [data-id="14aef91"] .elementor-button,
.plumber-lead-template [data-id="36f1681"] .elementor-button {
  background: linear-gradient(105deg, #5b6470, #30363d) !important;
  color: #fff !important;
  box-shadow: 0 9px 0 #20252b, 0 18px 30px rgba(0,0,0,.28) !important;
}

.plumber-lead-template .butao2 .elementor-button-text,
.plumber-lead-template [data-id="a9d988b"] .elementor-button-text,
.plumber-lead-template [data-id="14aef91"] .elementor-button-text,
.plumber-lead-template [data-id="36f1681"] .elementor-button-text {
  color: #fff !important;
}
