/* Start custom CSS for html, class: .elementor-element-381d41e */.ha-devices-news {
  --hdn-text: #172033;
  --hdn-muted: #5b6578;
  --hdn-line: #dce4ed;
  --hdn-soft: #f5f7fa;
  --hdn-accent: #2d7f9d;
  --hdn-accent-dark: #1c5b72;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--hdn-text);
  font-size: 17px;
  line-height: 1.72;
}

.ha-devices-news *,
.ha-devices-news *::before,
.ha-devices-news *::after {
  box-sizing: border-box;
}

.ha-devices-news h1,
.ha-devices-news h2,
.ha-devices-news h3 {
  color: var(--hdn-text);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.ha-devices-news h1 {
  max-width: 1000px;
  margin: 12px 0 20px;
  font-size: clamp(34px, 5vw, 58px);
}

.ha-devices-news h2 {
  margin: 10px 0 20px;
  font-size: clamp(27px, 3.5vw, 38px);
}

.ha-devices-news h3 {
  margin: 26px 0 12px;
  font-size: clamp(21px, 2.5vw, 26px);
}

.ha-devices-news p {
  margin: 0 0 18px;
}

.ha-devices-news code {
  padding: 2px 6px;
  border-radius: 5px;
  background: #edf4f7;
  font-size: 0.92em;
}

.ha-devices-news a {
  color: var(--hdn-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ha-devices-news a:hover,
.ha-devices-news a:focus-visible {
  color: var(--hdn-accent);
}

.ha-devices-news__hero {
  padding: clamp(28px, 6vw, 62px);
  border: 1px solid var(--hdn-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 5%, rgba(45, 127, 157, 0.17), transparent 34%),
    linear-gradient(135deg, #ffffff, #eef8fb);
}

.ha-devices-news__label,
.ha-devices-news__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hdn-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ha-devices-news__label::before,
.ha-devices-news__kicker::before {
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: var(--hdn-accent);
  content: "";
}

.ha-devices-news__lead {
  max-width: 930px;
  color: #344157;
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.55;
}

.ha-devices-news__brief {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--hdn-accent);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.07);
}

.ha-devices-news__toc {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid var(--hdn-line);
  border-radius: 20px;
  background: var(--hdn-soft);
}

.ha-devices-news__toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

.ha-devices-news__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 0;
  padding-left: 24px;
}

.ha-devices-news__section {
  padding: clamp(30px, 5vw, 58px) clamp(4px, 2vw, 18px);
  border-bottom: 1px solid var(--hdn-line);
  scroll-margin-top: 110px;
}

.ha-devices-news__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.ha-devices-news__compare-card {
  padding: 23px;
  border: 1px solid var(--hdn-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
}

.ha-devices-news__compare-card h3 {
  margin-top: 0;
}

.ha-devices-news__compare-card p {
  color: var(--hdn-muted);
}

.ha-devices-news__compare-card > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--hdn-accent-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ha-devices-news__compare-card ul {
  margin: 0;
  padding-left: 20px;
}

.ha-devices-news__notice {
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--hdn-accent);
  border-radius: 12px;
  background: #edf7fa;
}

.ha-devices-news__notice--warning {
  border-left-color: #ca901d;
  background: #fff7e5;
}

.ha-devices-news__notice--danger {
  border-left-color: #c44747;
  background: #fff0f0;
}

.ha-devices-news__table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--hdn-line);
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
}

.ha-devices-news__table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: #ffffff;
}

.ha-devices-news__table th,
.ha-devices-news__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--hdn-line);
  text-align: left;
  vertical-align: top;
}

.ha-devices-news__table th {
  background: var(--hdn-soft);
  font-size: 15px;
}

.ha-devices-news__table tbody tr:last-child td {
  border-bottom: 0;
}

.ha-devices-news__list,
.ha-devices-news__steps {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.ha-devices-news__list li,
.ha-devices-news__steps li {
  position: relative;
  margin-bottom: 12px;
  padding: 16px 18px 16px 52px;
  border: 1px solid var(--hdn-line);
  border-radius: 14px;
  background: #ffffff;
}

.ha-devices-news__list li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--hdn-accent);
  content: "✓";
  font-size: 13px;
  font-weight: 800;
}

.ha-devices-news__list--warning li::before {
  background: #ad4646;
  content: "!";
}

.ha-devices-news__steps {
  counter-reset: hdn-step;
}

.ha-devices-news__steps li {
  counter-increment: hdn-step;
}

.ha-devices-news__steps li::before {
  position: absolute;
  top: 15px;
  left: 16px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--hdn-accent);
  content: counter(hdn-step);
  font-size: 13px;
  font-weight: 800;
}

.ha-devices-news__related {
  padding: 20px;
  border-radius: 14px;
  background: var(--hdn-soft);
}

.ha-devices-news__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.7fr);
  gap: 28px;
  margin: 40px 0;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 26px;
  color: #ffffff;
  background: #172033;
}

.ha-devices-news__cta h2,
.ha-devices-news__cta .ha-devices-news__kicker {
  color: #ffffff;
}

.ha-devices-news__cta p {
  color: #dbe4f3;
}

.ha-devices-news__small {
  margin-bottom: 0 !important;
  font-size: 15px;
}

.ha-devices-news__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.ha-devices-news__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.ha-devices-news__button--primary {
  color: #172033 !important;
  background: #ffffff;
}

.ha-devices-news__button--secondary {
  color: #ffffff !important;
  background: #2d7f9d;
}

.ha-devices-news__button--outline {
  color: #ffffff !important;
  border-color: #68778d;
  background: transparent;
}

.ha-devices-news__faq details {
  margin-bottom: 12px;
  border: 1px solid var(--hdn-line);
  border-radius: 14px;
  background: #ffffff;
}

.ha-devices-news__faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.ha-devices-news__faq summary::-webkit-details-marker {
  display: none;
}

.ha-devices-news__faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  font-size: 26px;
  transform: translateY(-50%);
}

.ha-devices-news__faq details[open] summary::after {
  content: "−";
}

.ha-devices-news__faq details p {
  padding: 0 20px 20px;
  color: var(--hdn-muted);
}

@media (max-width: 820px) {
  .ha-devices-news {
    font-size: 16px;
  }

  .ha-devices-news__toc ol,
  .ha-devices-news__compare,
  .ha-devices-news__cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ha-devices-news__hero {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .ha-devices-news h1 {
    font-size: 32px;
  }

  .ha-devices-news h2 {
    font-size: 27px;
  }

  .ha-devices-news__toc,
  .ha-devices-news__compare-card {
    padding: 18px;
  }

  .ha-devices-news__cta {
    margin: 28px 0;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .ha-devices-news__button {
    width: 100%;
  }
}/* End custom CSS */