/* Start custom CSS for html, class: .elementor-element-7d37948 */.em-zigbee {
  --ez-bg: #f4f7f5;
  --ez-surface: #ffffff;
  --ez-surface-alt: #edf4f0;
  --ez-text: #18231e;
  --ez-muted: #53635b;
  --ez-line: #d9e4dd;
  --ez-accent: #55b56a;
  --ez-accent-dark: #1f7440;
  --ez-dark: #17251d;
  --ez-danger: #a13333;
  --ez-radius: 22px;
  --ez-radius-small: 14px;
  --ez-shadow: 0 14px 38px rgba(24, 35, 30, 0.09);
  color: var(--ez-text);
  font-size: 18px;
  line-height: 1.72;
}

.em-zigbee *,
.em-zigbee *::before,
.em-zigbee *::after {
  box-sizing: border-box;
}

.em-zigbee a {
  color: #17633a;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-zigbee a:hover,
.em-zigbee a:focus {
  color: #0e4527;
}

.em-zigbee h1,
.em-zigbee h2,
.em-zigbee h3 {
  color: var(--ez-text);
  line-height: 1.2;
  margin-top: 0;
}

.em-zigbee h1 {
  max-width: 1020px;
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.em-zigbee h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -0.025em;
}

.em-zigbee h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2.2vw, 27px);
}

.em-zigbee p {
  margin-top: 0;
  margin-bottom: 20px;
}

.em-zigbee ul,
.em-zigbee ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 25px;
}

.em-zigbee li + li {
  margin-top: 9px;
}

.em-zigbee__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius);
  background:
    radial-gradient(circle at 92% 8%, rgba(85, 181, 106, 0.24), transparent 27%),
    linear-gradient(145deg, #ffffff 0%, #edf5f0 100%);
  box-shadow: var(--ez-shadow);
}

.em-zigbee__eyebrow,
.em-zigbee__kicker {
  margin-bottom: 10px;
  color: var(--ez-accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.em-zigbee__lead {
  max-width: 1020px;
  color: #34483d;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.58;
}

.em-zigbee__answer {
  max-width: 980px;
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--ez-accent);
  border-radius: 0 var(--ez-radius-small) var(--ez-radius-small) 0;
  background: rgba(255, 255, 255, 0.86);
}

.em-zigbee__answer--compact {
  background: var(--ez-surface-alt);
}

.em-zigbee__answer strong,
.em-zigbee__note strong,
.em-zigbee__warning strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
}

.em-zigbee__answer p,
.em-zigbee__note p,
.em-zigbee__warning p {
  margin-bottom: 0;
}

.em-zigbee__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0;
}

.em-zigbee__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid #bfdbca;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ez-accent-dark);
  font-size: 14px;
  font-weight: 700;
}

.em-zigbee__toc {
  max-width: 940px;
  padding: 24px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  background: rgba(255, 255, 255, 0.88);
}

.em-zigbee__toc-title {
  margin-bottom: 12px;
  font-weight: 800;
}

.em-zigbee__toc ol {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.em-zigbee__toc li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.em-zigbee__section {
  margin: 0 0 34px;
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius);
  background: var(--ez-surface);
  box-shadow: 0 10px 30px rgba(24, 35, 30, 0.055);
  scroll-margin-top: 90px;
}

.em-zigbee__grid {
  display: grid;
  gap: 20px;
  margin: 28px 0;
}

.em-zigbee__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-zigbee__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-zigbee__card,
.em-zigbee__panel {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  background: var(--ez-surface-alt);
}

.em-zigbee__card h3,
.em-zigbee__panel h3 {
  font-size: 22px;
}

.em-zigbee__card p,
.em-zigbee__panel p,
.em-zigbee__panel ul {
  margin-bottom: 0;
}

.em-zigbee__card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ez-dark);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.em-zigbee__panel--accent {
  border-top: 5px solid var(--ez-accent);
  background: #ffffff;
}

.em-zigbee__note,
.em-zigbee__warning {
  margin: 28px 0;
  padding: 24px;
  border-radius: var(--ez-radius-small);
}

.em-zigbee__note {
  border: 1px solid #bfdcc9;
  background: #eff9f2;
}

.em-zigbee__warning {
  border: 1px solid #e8c7a6;
  background: #fff3e8;
}

.em-zigbee__layers {
  display: grid;
  gap: 10px;
  margin: 30px 0;
}

.em-zigbee__layer {
  display: grid;
  grid-template-columns: minmax(160px, 0.4fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid var(--ez-line);
  border-radius: 12px;
  background: var(--ez-bg);
}

.em-zigbee__layer strong {
  color: var(--ez-accent-dark);
}

.em-zigbee__layer span {
  color: var(--ez-muted);
}

.em-zigbee__timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 32px 0;
}

.em-zigbee__timeline::before {
  content: "";
  position: absolute;
  left: 87px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--ez-line);
}

.em-zigbee__timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.em-zigbee__timeline-year {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ez-dark);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.em-zigbee__timeline-item > div {
  padding: 20px 22px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  background: var(--ez-bg);
}

.em-zigbee__timeline-item h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.em-zigbee__timeline-item p {
  margin-bottom: 0;
}

.em-zigbee__checklist,
.em-zigbee__crosslist {
  padding-left: 0;
  list-style: none;
}

.em-zigbee__checklist li,
.em-zigbee__crosslist li {
  position: relative;
  padding-left: 34px;
}

.em-zigbee__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ez-accent-dark);
  font-weight: 900;
}

.em-zigbee__crosslist li::before {
  content: "×";
  position: absolute;
  left: 2px;
  top: -1px;
  color: var(--ez-danger);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.em-zigbee__features,
.em-zigbee__ecosystems,
.em-zigbee__standards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.em-zigbee__feature,
.em-zigbee__ecosystem,
.em-zigbee__standard {
  padding: 22px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  background: var(--ez-bg);
}

.em-zigbee__feature h3,
.em-zigbee__ecosystem h3,
.em-zigbee__standard h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.em-zigbee__feature p,
.em-zigbee__ecosystem p,
.em-zigbee__standard p {
  margin-bottom: 0;
}

.em-zigbee__table-wrap {
  width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  -webkit-overflow-scrolling: touch;
}

.em-zigbee__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #ffffff;
}

.em-zigbee__table th,
.em-zigbee__table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--ez-line);
  text-align: left;
  vertical-align: top;
}

.em-zigbee__table th {
  background: var(--ez-dark);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.em-zigbee__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-zigbee__table tbody tr:nth-child(even) td {
  background: #f7faf8;
}

.em-zigbee__compatibility {
  display: grid;
  gap: 15px;
  margin: 30px 0;
}

.em-zigbee__compatibility-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 19px 21px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  background: var(--ez-bg);
}

.em-zigbee__compatibility-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ez-accent);
  color: var(--ez-dark);
  font-weight: 900;
}

.em-zigbee__compatibility-item h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.em-zigbee__compatibility-item p {
  margin-bottom: 0;
}

.em-zigbee__related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: var(--ez-radius-small);
  background: var(--ez-surface-alt);
}

.em-zigbee__decision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.em-zigbee__decision-item {
  padding: 25px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
}

.em-zigbee__decision-item--yes {
  border-top: 5px solid var(--ez-accent);
  background: #f0f9f3;
}

.em-zigbee__decision-item--wait {
  border-top: 5px solid #d8a13b;
  background: #fff8e9;
}

.em-zigbee__decision-item ul {
  margin-bottom: 0;
}

.em-zigbee__number-list {
  counter-reset: ez-counter;
  padding-left: 0;
  list-style: none;
}

.em-zigbee__number-list li {
  position: relative;
  min-height: 44px;
  padding: 9px 0 9px 58px;
  counter-increment: ez-counter;
}

.em-zigbee__number-list li::before {
  content: counter(ez-counter);
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ez-dark);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.em-zigbee__sources {
  margin-bottom: 0;
}

.em-zigbee__faq-list {
  display: grid;
  gap: 16px;
}

.em-zigbee__faq-item {
  padding: 22px 24px;
  border: 1px solid var(--ez-line);
  border-radius: var(--ez-radius-small);
  background: var(--ez-bg);
}

.em-zigbee__faq-item h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.em-zigbee__faq-item p {
  margin-bottom: 0;
}

.em-zigbee__cta {
  margin-bottom: 20px;
  padding: clamp(30px, 6vw, 60px);
  border-radius: var(--ez-radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(85, 181, 106, 0.3), transparent 30%),
    var(--ez-dark);
  color: #ffffff;
  box-shadow: var(--ez-shadow);
}

.em-zigbee__cta h2,
.em-zigbee__cta p {
  color: #ffffff;
}

.em-zigbee__cta .em-zigbee__kicker {
  color: #8fe4a2;
}

.em-zigbee__cta-content {
  max-width: 980px;
}

.em-zigbee__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 20px;
}

.em-zigbee__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.em-zigbee__button:hover,
.em-zigbee__button:focus {
  transform: translateY(-1px);
}

.em-zigbee__button--primary {
  background: var(--ez-accent);
  color: var(--ez-dark) !important;
}

.em-zigbee__button--primary:hover,
.em-zigbee__button--primary:focus {
  background: #75ca88;
}

.em-zigbee__button--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: #ffffff;
  color: var(--ez-dark) !important;
}

.em-zigbee__button--secondary:hover,
.em-zigbee__button--secondary:focus {
  background: #edf3ef;
}

.em-zigbee__button--link {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #ffffff !important;
}

.em-zigbee__button--link:hover,
.em-zigbee__button--link:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.em-zigbee__cta-note {
  margin-bottom: 0 !important;
  color: #dbe8df !important;
  font-size: 15px;
}

@media (max-width: 980px) {
  .em-zigbee__grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-zigbee {
    font-size: 17px;
    line-height: 1.66;
  }

  .em-zigbee__hero,
  .em-zigbee__section,
  .em-zigbee__cta {
    border-radius: 18px;
  }

  .em-zigbee__toc ol {
    columns: 1;
  }

  .em-zigbee__grid--three,
  .em-zigbee__grid--two,
  .em-zigbee__features,
  .em-zigbee__ecosystems,
  .em-zigbee__standards,
  .em-zigbee__decision {
    grid-template-columns: 1fr;
  }

  .em-zigbee__layer {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .em-zigbee__timeline::before {
    display: none;
  }

  .em-zigbee__timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .em-zigbee__timeline-year {
    justify-self: start;
  }

  .em-zigbee__related {
    display: block;
  }

  .em-zigbee__related strong {
    display: block;
    margin-bottom: 6px;
  }
}

@media (max-width: 520px) {
  .em-zigbee__hero,
  .em-zigbee__section,
  .em-zigbee__cta {
    padding: 22px;
  }

  .em-zigbee__card,
  .em-zigbee__panel,
  .em-zigbee__feature,
  .em-zigbee__ecosystem,
  .em-zigbee__standard,
  .em-zigbee__faq-item,
  .em-zigbee__decision-item {
    padding: 19px;
  }

  .em-zigbee__compatibility-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
  }

  .em-zigbee__compatibility-item > span {
    width: 38px;
    height: 38px;
  }

  .em-zigbee__cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .em-zigbee__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-zigbee__button {
    transition: none;
  }
}/* End custom CSS */