/* Start custom CSS for html, class: .elementor-element-5625b89 */.em-commercial-rewire {
  --ecr-text: #20252b;
  --ecr-heading: #151a20;
  --ecr-muted: #606a74;
  --ecr-border: #dce3e8;
  --ecr-surface: #f5f7f9;
  --ecr-surface-strong: #eaf1f4;
  --ecr-accent: #17689e;
  --ecr-accent-dark: #0d4c76;
  --ecr-answer-bg: #edf7ff;
  --ecr-answer-border: #2d7eaf;
  --ecr-warning-bg: #fff7e3;
  --ecr-warning-border: #d59a1d;
  --ecr-danger-bg: #fff0f0;
  --ecr-danger-border: #bd4040;
  --ecr-success: #327c4b;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--ecr-text);
  font-size: 17px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.em-commercial-rewire *,
.em-commercial-rewire *::before,
.em-commercial-rewire *::after {
  box-sizing: border-box;
}

.em-commercial-rewire header,
.em-commercial-rewire nav,
.em-commercial-rewire section {
  scroll-margin-top: 100px;
}

.em-commercial-rewire h1,
.em-commercial-rewire h2,
.em-commercial-rewire h3 {
  margin-top: 0;
  color: var(--ecr-heading);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.em-commercial-rewire h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(32px, 5vw, 50px);
}

.em-commercial-rewire h2 {
  margin-bottom: 20px;
  font-size: clamp(26px, 3.6vw, 35px);
}

.em-commercial-rewire h3 {
  margin: 30px 0 13px;
  font-size: clamp(21px, 2.6vw, 25px);
}

.em-commercial-rewire p {
  margin: 0 0 18px;
}

.em-commercial-rewire ul,
.em-commercial-rewire ol {
  margin: 0 0 22px;
  padding-left: 25px;
}

.em-commercial-rewire li {
  margin-bottom: 9px;
}

.em-commercial-rewire a {
  color: var(--ecr-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-commercial-rewire a:hover,
.em-commercial-rewire a:focus-visible {
  color: var(--ecr-accent-dark);
}

.em-commercial-rewire section {
  margin-top: 56px;
}

.em-commercial-rewire__hero {
  padding: clamp(26px, 5vw, 50px);
  border: 1px solid var(--ecr-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(48, 135, 178, 0.15), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #eef5f7 100%);
}

.em-commercial-rewire__eyebrow {
  margin-bottom: 12px;
  color: var(--ecr-accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-commercial-rewire__lead {
  max-width: 980px;
  margin-bottom: 0;
  color: #303942;
  font-size: clamp(18px, 2.4vw, 21px);
  line-height: 1.65;
}

.em-commercial-rewire__notice {
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid var(--ecr-border);
  border-left-width: 5px;
  border-radius: 14px;
}

.em-commercial-rewire__notice h2,
.em-commercial-rewire__notice h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.em-commercial-rewire__notice > :last-child {
  margin-bottom: 0;
}

.em-commercial-rewire__notice--answer {
  border-left-color: var(--ecr-answer-border);
  background: var(--ecr-answer-bg);
}

.em-commercial-rewire__notice--warning {
  border-left-color: var(--ecr-warning-border);
  background: var(--ecr-warning-bg);
}

.em-commercial-rewire__notice--danger {
  border-left-color: var(--ecr-danger-border);
  background: var(--ecr-danger-bg);
}

.em-commercial-rewire__toc {
  margin-top: 30px;
  padding: 25px 28px;
  border: 1px solid var(--ecr-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(28, 49, 61, 0.06);
}

.em-commercial-rewire__toc h2 {
  margin-bottom: 15px;
  font-size: 24px;
}

.em-commercial-rewire__toc ol {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.em-commercial-rewire__toc li {
  break-inside: avoid;
  padding-right: 12px;
}

.em-commercial-rewire__table-wrap {
  width: 100%;
  margin: 24px 0 28px;
  overflow-x: auto;
  border: 1px solid var(--ecr-border);
  border-radius: 14px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-commercial-rewire table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-commercial-rewire th,
.em-commercial-rewire td {
  padding: 15px 17px;
  border-right: 1px solid var(--ecr-border);
  border-bottom: 1px solid var(--ecr-border);
  text-align: left;
  vertical-align: top;
}

.em-commercial-rewire th:last-child,
.em-commercial-rewire td:last-child {
  border-right: 0;
}

.em-commercial-rewire tbody tr:last-child td {
  border-bottom: 0;
}

.em-commercial-rewire th {
  color: var(--ecr-heading);
  background: var(--ecr-surface-strong);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.em-commercial-rewire tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.em-commercial-rewire__cards {
  display: grid;
  gap: 18px;
  margin: 24px 0 28px;
}

.em-commercial-rewire__cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-commercial-rewire__card {
  padding: 23px;
  border: 1px solid var(--ecr-border);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(28, 49, 61, 0.05);
}

.em-commercial-rewire__card h3 {
  margin-top: 0;
}

.em-commercial-rewire__card > :last-child {
  margin-bottom: 0;
}

.em-commercial-rewire__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 28px;
}

.em-commercial-rewire__compare article {
  padding: 24px;
  border: 1px solid var(--ecr-border);
  border-top: 5px solid var(--ecr-accent);
  border-radius: 15px;
  background: #ffffff;
}

.em-commercial-rewire__compare h3 {
  margin-top: 0;
}

.em-commercial-rewire__compare article > :last-child {
  margin-bottom: 0;
}

.em-commercial-rewire__steps {
  padding-left: 0;
  counter-reset: ecr-step;
  list-style: none;
}

.em-commercial-rewire__steps > li {
  position: relative;
  min-height: 62px;
  margin-bottom: 18px;
  padding: 20px 22px 20px 76px;
  border: 1px solid var(--ecr-border);
  border-radius: 14px;
  background: var(--ecr-surface);
  counter-increment: ecr-step;
}

.em-commercial-rewire__steps > li::before {
  content: counter(ecr-step);
  position: absolute;
  top: 20px;
  left: 21px;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ecr-accent);
  color: #ffffff;
  font-weight: 800;
}

.em-commercial-rewire__steps h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.em-commercial-rewire__steps p:last-child {
  margin-bottom: 0;
}

.em-commercial-rewire__checklist {
  padding-left: 0;
  list-style: none;
}

.em-commercial-rewire__checklist li {
  position: relative;
  padding-left: 32px;
}

.em-commercial-rewire__checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ecr-success);
  font-weight: 900;
}

.em-commercial-rewire__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-commercial-rewire__mistakes article {
  padding: 22px;
  border: 1px solid var(--ecr-border);
  border-radius: 14px;
  background: var(--ecr-surface);
}

.em-commercial-rewire__mistakes h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-commercial-rewire__mistakes article > :last-child {
  margin-bottom: 0;
}

.em-commercial-rewire__faq details {
  margin-bottom: 14px;
  border: 1px solid var(--ecr-border);
  border-radius: 13px;
  background: #ffffff;
  overflow: hidden;
}

.em-commercial-rewire__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--ecr-heading);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.em-commercial-rewire__faq summary::-webkit-details-marker {
  display: none;
}

.em-commercial-rewire__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ecr-surface-strong);
  color: var(--ecr-accent-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  transform: translateY(-50%);
}

.em-commercial-rewire__faq details[open] summary::after {
  content: "−";
}

.em-commercial-rewire__faq details[open] summary {
  border-bottom: 1px solid var(--ecr-border);
  background: var(--ecr-surface);
}

.em-commercial-rewire__faq details > div {
  padding: 18px 21px 4px;
}

.em-commercial-rewire__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-commercial-rewire__related-grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 21px;
  border: 1px solid var(--ecr-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ecr-text);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.em-commercial-rewire__related-grid a:hover,
.em-commercial-rewire__related-grid a:focus-visible {
  border-color: var(--ecr-accent);
  color: var(--ecr-text);
  box-shadow: 0 9px 25px rgba(28, 49, 61, 0.09);
  transform: translateY(-2px);
}

.em-commercial-rewire__related-grid strong {
  color: var(--ecr-heading);
  font-size: 19px;
}

.em-commercial-rewire__related-grid span {
  color: var(--ecr-muted);
  line-height: 1.55;
}

.em-commercial-rewire__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 58px;
  padding: clamp(26px, 5vw, 42px);
  border-radius: 20px;
  background: #18303b;
  color: #ffffff;
}

.em-commercial-rewire__cta h2 {
  color: #ffffff;
}

.em-commercial-rewire__cta p {
  color: #edf4f5;
}

.em-commercial-rewire__cta .em-commercial-rewire__eyebrow {
  color: #a7d9e8;
}

.em-commercial-rewire__buttons {
  display: grid;
  min-width: 235px;
  gap: 11px;
}

.em-commercial-rewire__button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.em-commercial-rewire__button--primary {
  background: #ffffff;
  color: #18303b;
}

.em-commercial-rewire__button--primary:hover,
.em-commercial-rewire__button--primary:focus-visible {
  background: #dceff5;
  color: #18303b;
}

.em-commercial-rewire__button--secondary {
  border-color: #5db6d5;
  background: #14799e;
  color: #ffffff;
}

.em-commercial-rewire__button--secondary:hover,
.em-commercial-rewire__button--secondary:focus-visible {
  background: #0e5f7c;
  color: #ffffff;
}

.em-commercial-rewire__button--ghost {
  background: transparent;
  color: #ffffff;
}

.em-commercial-rewire__button--ghost:hover,
.em-commercial-rewire__button--ghost:focus-visible {
  background: #ffffff;
  color: #18303b;
}

@media (max-width: 900px) {
  .em-commercial-rewire {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-commercial-rewire__cards--three,
  .em-commercial-rewire__compare,
  .em-commercial-rewire__mistakes,
  .em-commercial-rewire__related-grid {
    grid-template-columns: 1fr;
  }

  .em-commercial-rewire__cta {
    grid-template-columns: 1fr;
  }

  .em-commercial-rewire__buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .em-commercial-rewire section {
    margin-top: 46px;
  }

  .em-commercial-rewire__hero,
  .em-commercial-rewire__notice,
  .em-commercial-rewire__toc,
  .em-commercial-rewire__card,
  .em-commercial-rewire__compare article,
  .em-commercial-rewire__mistakes article,
  .em-commercial-rewire__cta {
    padding: 20px;
  }

  .em-commercial-rewire__toc ol {
    columns: 1;
  }

  .em-commercial-rewire__steps > li {
    padding: 70px 19px 19px;
  }

  .em-commercial-rewire__steps > li::before {
    top: 18px;
    left: 19px;
  }

  .em-commercial-rewire__buttons {
    grid-template-columns: 1fr;
  }

  .em-commercial-rewire__faq summary {
    padding: 17px 50px 17px 18px;
    font-size: 17px;
  }

  .em-commercial-rewire__faq details > div {
    padding: 17px 18px 3px;
  }
}

@media (max-width: 430px) {
  .em-commercial-rewire h1 {
    font-size: 30px;
  }

  .em-commercial-rewire h2 {
    font-size: 25px;
  }

  .em-commercial-rewire h3 {
    font-size: 21px;
  }

  .em-commercial-rewire__hero,
  .em-commercial-rewire__notice,
  .em-commercial-rewire__toc,
  .em-commercial-rewire__card,
  .em-commercial-rewire__compare article,
  .em-commercial-rewire__mistakes article,
  .em-commercial-rewire__cta {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-commercial-rewire__related-grid a {
    transition: none;
  }
}/* End custom CSS */