/* Start custom CSS for html, class: .elementor-element-c0e8e44 */.em-marketplace-electrician {
  --eme-dark: #14283b;
  --eme-dark-soft: #1d3a52;
  --eme-blue: #2f6292;
  --eme-blue-hover: #244f77;
  --eme-accent: #f2aa3e;
  --eme-accent-hover: #df9429;
  --eme-text: #1e2b38;
  --eme-muted: #5c6976;
  --eme-light: #f3f7fa;
  --eme-border: #d9e3eb;
  --eme-red: #a83b36;
  --eme-shadow: 0 18px 48px rgba(20, 40, 59, 0.1);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--eme-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
  word-spacing: normal;
}

.em-marketplace-electrician,
.em-marketplace-electrician *,
.em-marketplace-electrician *::before,
.em-marketplace-electrician *::after {
  box-sizing: border-box;
}

.em-marketplace-electrician h1,
.em-marketplace-electrician h2,
.em-marketplace-electrician h3,
.em-marketplace-electrician p,
.em-marketplace-electrician ul,
.em-marketplace-electrician ol {
  margin-top: 0;
}

.em-marketplace-electrician h1,
.em-marketplace-electrician h2,
.em-marketplace-electrician h3 {
  color: var(--eme-dark);
  font-family: inherit;
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

.em-marketplace-electrician h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: clamp(38px, 5.1vw, 62px);
  letter-spacing: -0.038em;
}

.em-marketplace-electrician h2 {
  margin-bottom: 15px;
  font-size: clamp(28px, 3.3vw, 43px);
  letter-spacing: -0.025em;
}

.em-marketplace-electrician h3 {
  margin-bottom: 11px;
  font-size: 21px;
  letter-spacing: -0.01em;
}

.em-marketplace-electrician p {
  margin-bottom: 18px;
}

.em-marketplace-electrician a {
  color: var(--eme-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-marketplace-electrician a:hover {
  color: var(--eme-blue-hover);
}

.em-marketplace-electrician__container {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.em-marketplace-electrician__hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 86px 0;
  background:
    radial-gradient(circle at 91% 8%, rgba(242, 170, 62, 0.25), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(68, 133, 181, 0.2), transparent 31%),
    linear-gradient(135deg, #f8fafc 0%, #edf4f8 54%, #faf6ef 100%);
}

.em-marketplace-electrician__hero::after {
  content: "";
  position: absolute;
  top: -175px;
  right: -145px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.em-marketplace-electrician__hero-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.52fr) minmax(310px, 0.68fr);
  gap: 48px;
  align-items: center;
}

.em-marketplace-electrician__hero-content {
  min-width: 0;
}

.em-marketplace-electrician__eyebrow {
  margin-bottom: 14px;
  color: var(--eme-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.em-marketplace-electrician__lead {
  max-width: 900px;
  margin-bottom: 19px;
  color: #354756;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.52;
}

.em-marketplace-electrician__answer {
  max-width: 910px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--eme-accent);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: #3e4d59;
}

.em-marketplace-electrician__answer strong {
  color: var(--eme-dark);
}

.em-marketplace-electrician__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 27px;
}

.em-marketplace-electrician__tags span {
  display: inline-flex;
  min-height: 39px;
  padding: 8px 13px;
  border: 1px solid rgba(47, 98, 146, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--eme-dark-soft);
  align-items: center;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.em-marketplace-electrician__actions,
.em-marketplace-electrician__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.em-marketplace-electrician a.em-marketplace-electrician__button {
  display: inline-flex !important;
  min-width: 170px;
  min-height: 52px;
  padding: 13px 21px !important;
  border: 2px solid transparent;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.em-marketplace-electrician a.em-marketplace-electrician__button:hover {
  transform: translateY(-2px);
}

.em-marketplace-electrician a.em-marketplace-electrician__button--primary,
.em-marketplace-electrician a.em-marketplace-electrician__button--primary:visited {
  border-color: var(--eme-accent) !important;
  background: var(--eme-accent) !important;
  color: #203b5a !important;
  -webkit-text-fill-color: #203b5a !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--primary:hover {
  border-color: var(--eme-accent-hover) !important;
  background: var(--eme-accent-hover) !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--secondary,
.em-marketplace-electrician a.em-marketplace-electrician__button--secondary:visited {
  border-color: var(--eme-blue) !important;
  background: var(--eme-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--secondary:hover {
  border-color: var(--eme-blue-hover) !important;
  background: var(--eme-blue-hover) !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--outline,
.em-marketplace-electrician a.em-marketplace-electrician__button--outline:visited {
  border-color: var(--eme-blue) !important;
  background: transparent !important;
  color: var(--eme-blue) !important;
  -webkit-text-fill-color: var(--eme-blue) !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--outline:hover {
  background: var(--eme-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--outline-light,
.em-marketplace-electrician a.em-marketplace-electrician__button--outline-light:visited {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.em-marketplace-electrician a.em-marketplace-electrician__button--outline-light:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--eme-dark) !important;
  -webkit-text-fill-color: var(--eme-dark) !important;
}

.em-marketplace-electrician__hero-note {
  max-width: 840px;
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--eme-muted);
  font-size: 14px;
}

.em-marketplace-electrician__summary {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--eme-shadow);
}

.em-marketplace-electrician__summary-title {
  margin-bottom: 18px;
  color: var(--eme-dark);
  font-size: 22px;
  font-weight: 850;
}

.em-marketplace-electrician__summary-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--eme-border);
  border-radius: 13px;
}

.em-marketplace-electrician__summary-list > div {
  display: grid;
  padding: 13px 15px;
  border-bottom: 1px solid var(--eme-border);
  grid-template-columns: minmax(92px, 0.45fr) minmax(0, 1fr);
  gap: 13px;
}

.em-marketplace-electrician__summary-list > div:last-child {
  border-bottom: 0;
}

.em-marketplace-electrician__summary-list span {
  color: var(--eme-muted);
  font-size: 14px;
}

.em-marketplace-electrician__summary-list strong {
  color: var(--eme-dark-soft);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.em-marketplace-electrician__navigation {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  border-top: 1px solid var(--eme-border);
  border-bottom: 1px solid var(--eme-border);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(20, 40, 59, 0.06);
}

.em-marketplace-electrician__navigation .em-marketplace-electrician__container {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  scrollbar-width: thin;
}

.em-marketplace-electrician__navigation a {
  flex: 0 0 auto;
  padding: 15px 0;
  color: var(--eme-dark-soft);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.em-marketplace-electrician__section {
  width: 100%;
  padding: 82px 0;
  scroll-margin-top: 75px;
}

.em-marketplace-electrician__section--muted {
  background: var(--eme-light);
}

.em-marketplace-electrician__section--dark {
  background: radial-gradient(circle at 82% 0%, rgba(72, 138, 184, 0.22), transparent 33%), var(--eme-dark);
  color: rgba(255, 255, 255, 0.84);
}

.em-marketplace-electrician__section-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 875px);
  gap: 21px;
  margin-bottom: 40px;
  align-items: start;
}

.em-marketplace-electrician__section-heading > div {
  min-width: 0;
}

.em-marketplace-electrician__section-heading > div > p:last-child {
  margin-bottom: 0;
  color: var(--eme-muted);
  font-size: 18px;
}

.em-marketplace-electrician__section-heading--light h2 {
  color: #ffffff;
}

.em-marketplace-electrician__section-heading--light > div > p:last-child {
  color: rgba(255, 255, 255, 0.74);
}

.em-marketplace-electrician__section-number {
  display: flex;
  width: 49px;
  height: 49px;
  border-radius: 14px;
  background: var(--eme-accent);
  color: #34220c;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.em-marketplace-electrician__table-wrap {
  overflow-x: auto;
  width: 100%;
  border: 1px solid var(--eme-border);
  border-radius: 17px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-marketplace-electrician__table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.em-marketplace-electrician__table th,
.em-marketplace-electrician__table td {
  padding: 17px 18px;
  border-right: 1px solid var(--eme-border);
  border-bottom: 1px solid var(--eme-border);
  vertical-align: top;
}

.em-marketplace-electrician__table th:last-child,
.em-marketplace-electrician__table td:last-child {
  border-right: 0;
}

.em-marketplace-electrician__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-marketplace-electrician__table th {
  background: var(--eme-dark);
  color: #ffffff;
  font-size: 15px;
}

.em-marketplace-electrician__table th:nth-child(1) {
  width: 23%;
}

.em-marketplace-electrician__notice,
.em-marketplace-electrician__legal-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--eme-accent);
  border-radius: 10px;
  background: #fff5e4;
  color: #654b22;
}

.em-marketplace-electrician__types,
.em-marketplace-electrician__reviews-grid,
.em-marketplace-electrician__price-parts,
.em-marketplace-electrician__documents,
.em-marketplace-electrician__red-flags,
.em-marketplace-electrician__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.em-marketplace-electrician__types article,
.em-marketplace-electrician__price-parts article,
.em-marketplace-electrician__documents article {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--eme-border);
  border-radius: 17px;
  background: #ffffff;
}

.em-marketplace-electrician__types article > span,
.em-marketplace-electrician__price-parts article > span {
  display: flex;
  width: 41px;
  height: 41px;
  margin-bottom: 16px;
  border-radius: 11px;
  background: var(--eme-light);
  color: var(--eme-blue);
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.em-marketplace-electrician__types article > p,
.em-marketplace-electrician__price-parts p {
  color: var(--eme-muted);
}

.em-marketplace-electrician__types article > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--eme-dark);
}

.em-marketplace-electrician__types ul,
.em-marketplace-electrician__reviews-grid ul,
.em-marketplace-electrician__documents ul,
.em-marketplace-electrician__local ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 20px;
}

.em-marketplace-electrician__types li::marker,
.em-marketplace-electrician__documents li::marker,
.em-marketplace-electrician__local li::marker {
  color: var(--eme-blue);
}

.em-marketplace-electrician__question-box,
.em-marketplace-electrician__technical-answer {
  margin-top: 24px;
  padding: 24px;
  border-radius: 15px;
  background: #ffffff;
}

.em-marketplace-electrician__question-box {
  border: 1px solid var(--eme-border);
  border-left: 5px solid var(--eme-blue);
}

.em-marketplace-electrician__question-box p:last-child {
  margin-bottom: 0;
  color: var(--eme-muted);
}

.em-marketplace-electrician__checklist,
.em-marketplace-electrician__questions,
.em-marketplace-electrician__compare-grid,
.em-marketplace-electrician__fns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.em-marketplace-electrician__checklist article {
  display: grid;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--eme-border);
  border-radius: 15px;
  background: #ffffff;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 14px;
}

.em-marketplace-electrician__checklist article > span {
  display: flex;
  width: 41px;
  height: 41px;
  border-radius: 11px;
  background: var(--eme-light);
  color: var(--eme-blue);
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.em-marketplace-electrician__checklist h3 {
  margin-bottom: 7px;
}

.em-marketplace-electrician__checklist p {
  margin-bottom: 0;
  color: var(--eme-muted);
}

.em-marketplace-electrician__reviews-grid article,
.em-marketplace-electrician__red-flags article {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
}

.em-marketplace-electrician__reviews-grid h3,
.em-marketplace-electrician__red-flags h3 {
  color: #ffffff;
}

.em-marketplace-electrician__reviews-grid ul {
  color: rgba(255, 255, 255, 0.78);
}

.em-marketplace-electrician__reviews-grid li::marker {
  color: var(--eme-accent);
}

.em-marketplace-electrician__dark-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 5px solid var(--eme-accent);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.87);
}

.em-marketplace-electrician__price-parts p {
  margin-bottom: 0;
}

.em-marketplace-electrician__compare {
  margin-top: 24px;
  padding: 26px;
  border: 1px solid var(--eme-border);
  border-radius: 17px;
  background: var(--eme-light);
}

.em-marketplace-electrician__compare-grid > div {
  min-width: 0;
  padding: 18px;
  border-radius: 13px;
  background: #ffffff;
}

.em-marketplace-electrician__compare-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--eme-dark);
}

.em-marketplace-electrician__compare-grid p {
  margin-bottom: 0;
  color: var(--eme-muted);
}

.em-marketplace-electrician__price-policy {
  display: grid;
  margin-top: 24px;
  padding: 24px;
  border-radius: 17px;
  background: var(--eme-dark);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.em-marketplace-electrician__price-policy span,
.em-marketplace-electrician__price-policy strong {
  display: block;
}

.em-marketplace-electrician__price-policy span {
  margin-bottom: 6px;
  color: var(--eme-accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.em-marketplace-electrician__price-policy strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 22px;
}

.em-marketplace-electrician__price-policy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.em-marketplace-electrician__price-policy > a {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 17px;
  border-radius: 11px;
  background: var(--eme-accent);
  color: #203b5a;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.em-marketplace-electrician__questions {
  margin: 0;
  padding: 0;
  counter-reset: eme-question;
  list-style: none;
}

.em-marketplace-electrician__questions li {
  position: relative;
  min-width: 0;
  padding: 18px 18px 18px 60px;
  border: 1px solid var(--eme-border);
  border-radius: 14px;
  background: #ffffff;
  counter-increment: eme-question;
}

.em-marketplace-electrician__questions li::before {
  content: counter(eme-question);
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--eme-light);
  color: var(--eme-blue);
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.em-marketplace-electrician__technical-answer {
  border-left: 5px solid var(--eme-red);
  background: #fff0ef;
  color: #703531;
}

.em-marketplace-electrician__technical-answer p {
  margin-bottom: 0;
}

.em-marketplace-electrician__fns {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--eme-border);
  border-radius: 17px;
  background: var(--eme-border);
  gap: 1px;
}

.em-marketplace-electrician__fns > div {
  min-width: 0;
  padding: 24px;
  background: var(--eme-light);
}

.em-marketplace-electrician__fns p {
  margin-bottom: 0;
  color: var(--eme-muted);
}

.em-marketplace-electrician__red-flags article > span {
  display: flex;
  width: 39px;
  height: 39px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: var(--eme-accent);
  color: #34220c;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.em-marketplace-electrician__red-flags p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.em-marketplace-electrician__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-marketplace-electrician__steps li {
  display: grid;
  position: relative;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  padding-bottom: 31px;
}

.em-marketplace-electrician__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 51px;
  bottom: 4px;
  left: 25px;
  width: 2px;
  background: var(--eme-border);
}

.em-marketplace-electrician__steps li > span {
  display: flex;
  position: relative;
  z-index: 1;
  width: 51px;
  height: 51px;
  border: 2px solid var(--eme-accent);
  border-radius: 50%;
  background: #ffffff;
  color: var(--eme-dark);
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.em-marketplace-electrician__steps h3 {
  margin-top: 3px;
  margin-bottom: 8px;
}

.em-marketplace-electrician__steps p {
  max-width: 870px;
  margin-bottom: 0;
  color: var(--eme-muted);
}

.em-marketplace-electrician__local {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: 22px;
}

.em-marketplace-electrician__local-main,
.em-marketplace-electrician__local-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--eme-border);
  border-radius: 17px;
  background: #ffffff;
}

.em-marketplace-electrician__local-card {
  border-top: 5px solid var(--eme-accent);
}

.em-marketplace-electrician__local-card > span,
.em-marketplace-electrician__local-card > strong {
  display: block;
}

.em-marketplace-electrician__local-card > span {
  margin-bottom: 7px;
  color: var(--eme-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.em-marketplace-electrician__local-card > strong {
  margin-bottom: 10px;
  color: var(--eme-dark);
  font-size: 23px;
}

.em-marketplace-electrician__local-card > p {
  color: var(--eme-muted);
}

.em-marketplace-electrician__related {
  margin-top: 22px;
  gap: 14px;
}

.em-marketplace-electrician__related a {
  display: flex;
  min-width: 0;
  min-height: 105px;
  padding: 19px;
  border: 1px solid var(--eme-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--eme-dark-soft);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.em-marketplace-electrician__related a:hover {
  border-color: var(--eme-blue);
  color: var(--eme-blue);
  box-shadow: 0 12px 27px rgba(20, 40, 59, 0.07);
  transform: translateY(-2px);
}

.em-marketplace-electrician__related strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.em-marketplace-electrician__related span {
  color: var(--eme-muted);
  font-size: 15px;
}

.em-marketplace-electrician__faq {
  display: grid;
  max-width: 990px;
  gap: 13px;
}

.em-marketplace-electrician__faq details {
  overflow: hidden;
  border: 1px solid var(--eme-border);
  border-radius: 14px;
  background: #ffffff;
}

.em-marketplace-electrician__faq summary {
  position: relative;
  padding: 20px 56px 20px 21px;
  color: var(--eme-dark);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.em-marketplace-electrician__faq summary::-webkit-details-marker {
  display: none;
}

.em-marketplace-electrician__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 21px;
  color: var(--eme-blue);
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 500;
}

.em-marketplace-electrician__faq details[open] summary::after {
  content: "−";
}

.em-marketplace-electrician__faq details[open] summary {
  border-bottom: 1px solid var(--eme-border);
  background: var(--eme-light);
}

.em-marketplace-electrician__faq details p {
  margin-bottom: 0;
  padding: 19px 21px 22px;
  color: var(--eme-muted);
}

.em-marketplace-electrician__cta {
  width: 100%;
  padding: 72px 0;
  background: radial-gradient(circle at 84% 18%, rgba(242, 170, 62, 0.22), transparent 32%), var(--eme-dark);
  color: rgba(255, 255, 255, 0.84);
}

.em-marketplace-electrician__cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 48px;
  align-items: center;
}

.em-marketplace-electrician__cta h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #ffffff;
}

.em-marketplace-electrician__cta p:last-child {
  max-width: 780px;
  margin-bottom: 0;
}

.em-marketplace-electrician__cta .em-marketplace-electrician__eyebrow {
  color: var(--eme-accent);
}

.em-marketplace-electrician__cta-actions {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .em-marketplace-electrician__hero-grid,
  .em-marketplace-electrician__cta-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .em-marketplace-electrician__summary {
    width: 100%;
    max-width: 820px;
  }

  .em-marketplace-electrician__cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .em-marketplace-electrician__types,
  .em-marketplace-electrician__reviews-grid,
  .em-marketplace-electrician__price-parts,
  .em-marketplace-electrician__documents,
  .em-marketplace-electrician__red-flags,
  .em-marketplace-electrician__related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-marketplace-electrician__local {
    grid-template-columns: minmax(0, 1fr);
  }

  .em-marketplace-electrician__actions {
    display: grid;
    max-width: 650px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-marketplace-electrician__actions .em-marketplace-electrician__button:first-child {
    grid-column: 1 / -1;
  }

  .em-marketplace-electrician a.em-marketplace-electrician__button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .em-marketplace-electrician {
    font-size: 16px;
  }

  .em-marketplace-electrician__container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .em-marketplace-electrician__hero {
    padding: 56px 0;
  }

  .em-marketplace-electrician__section {
    padding: 60px 0;
  }

  .em-marketplace-electrician__section-heading {
    grid-template-columns: 41px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 31px;
  }

  .em-marketplace-electrician__section-number {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 12px;
  }

  .em-marketplace-electrician__section-heading > div > p:last-child {
    font-size: 16px;
  }

  .em-marketplace-electrician__summary-list > div,
  .em-marketplace-electrician__checklist,
  .em-marketplace-electrician__questions,
  .em-marketplace-electrician__compare-grid,
  .em-marketplace-electrician__fns,
  .em-marketplace-electrician__price-policy {
    grid-template-columns: minmax(0, 1fr);
  }

  .em-marketplace-electrician__navigation .em-marketplace-electrician__container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .em-marketplace-electrician__navigation a {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .em-marketplace-electrician__price-policy > a {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .em-marketplace-electrician h1 {
    font-size: 35px;
    line-height: 1.12;
  }

  .em-marketplace-electrician h2 {
    font-size: 28px;
  }

  .em-marketplace-electrician h3 {
    font-size: 20px;
  }

  .em-marketplace-electrician__lead {
    font-size: 18px;
  }

  .em-marketplace-electrician__hero-grid {
    gap: 34px;
  }

  .em-marketplace-electrician__summary,
  .em-marketplace-electrician__types article,
  .em-marketplace-electrician__reviews-grid article,
  .em-marketplace-electrician__price-parts article,
  .em-marketplace-electrician__documents article,
  .em-marketplace-electrician__red-flags article,
  .em-marketplace-electrician__local-main,
  .em-marketplace-electrician__local-card {
    padding: 22px;
  }

  .em-marketplace-electrician__actions,
  .em-marketplace-electrician__cta-actions {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
  }

  .em-marketplace-electrician__actions .em-marketplace-electrician__button:first-child {
    grid-column: auto;
  }

  .em-marketplace-electrician a.em-marketplace-electrician__button {
    width: 100%;
    min-width: 0;
  }

  .em-marketplace-electrician__types,
  .em-marketplace-electrician__reviews-grid,
  .em-marketplace-electrician__price-parts,
  .em-marketplace-electrician__documents,
  .em-marketplace-electrician__red-flags,
  .em-marketplace-electrician__related {
    grid-template-columns: minmax(0, 1fr);
  }

  .em-marketplace-electrician__steps li {
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 13px;
  }

  .em-marketplace-electrician__steps li > span {
    width: 41px;
    height: 41px;
  }

  .em-marketplace-electrician__steps li:not(:last-child)::after {
    top: 41px;
    left: 20px;
  }

  .em-marketplace-electrician__faq summary {
    padding: 18px 49px 18px 18px;
  }

  .em-marketplace-electrician__faq details p {
    padding: 17px 18px 20px;
  }

  .em-marketplace-electrician__cta {
    padding: 58px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-marketplace-electrician a.em-marketplace-electrician__button,
  .em-marketplace-electrician__related a {
    transition: none;
  }

  .em-marketplace-electrician a.em-marketplace-electrician__button:hover,
  .em-marketplace-electrician__related a:hover {
    transform: none;
  }
}


.em-marketplace-electrician__official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.em-marketplace-electrician__official-links a {
  display: inline-flex;
  min-height: 43px;
  padding: 9px 14px;
  border: 1px solid var(--eme-blue);
  border-radius: 10px;
  color: var(--eme-blue);
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.em-marketplace-electrician__official-links a:hover {
  background: var(--eme-blue);
  color: #ffffff;
}

.em-marketplace-electrician__legal-note a {
  display: inline-block;
  margin-left: 6px;
  color: #654b22;
  font-weight: 800;
}

@media (max-width: 560px) {
  .em-marketplace-electrician__official-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .em-marketplace-electrician__official-links a {
    width: 100%;
    justify-content: center;
    text-align: center !important;
  }

  .em-marketplace-electrician__legal-note a {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}/* End custom CSS */