/* Start custom CSS for html, class: .elementor-element-395afa2 */.em-smart-home-guide {
  --esh-surface: #ffffff;
  --esh-soft: #f7f9fc;
  --esh-text: #172033;
  --esh-muted: #5f6c7b;
  --esh-dark: #111827;
  --esh-line: #dfe5ec;
  --esh-accent: #f97316;
  --esh-accent-dark: #d95d0b;
  --esh-blue: #175cd3;
  --esh-blue-bg: #eef4ff;
  --esh-green: #137a52;
  --esh-green-bg: #edf9f4;
  --esh-red: #b42318;
  --esh-red-bg: #fff1f0;
  --esh-yellow-bg: #fff8df;
  width: 100%;
  color: var(--esh-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-smart-home-guide *,
.em-smart-home-guide *::before,
.em-smart-home-guide *::after {
  box-sizing: border-box;
}

.em-smart-home-guide h1,
.em-smart-home-guide h2,
.em-smart-home-guide h3 {
  margin-top: 0;
  color: var(--esh-dark);
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-smart-home-guide h1 {
  max-width: 1100px;
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 58px);
}

.em-smart-home-guide h2 {
  margin-bottom: 20px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-smart-home-guide h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2.4vw, 26px);
}

.em-smart-home-guide p {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-smart-home-guide a {
  color: var(--esh-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-smart-home-guide a:hover {
  color: var(--esh-accent);
}

.em-smart-home-guide__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 74px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 93% 7%, rgba(249, 115, 22, 0.31), transparent 29%),
    radial-gradient(circle at 7% 100%, rgba(23, 92, 211, 0.2), transparent 32%),
    linear-gradient(135deg, #111827 0%, #1d2939 58%, #263549 100%);
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.18);
}

.em-smart-home-guide__hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -140px;
  width: 370px;
  height: 370px;
  border: 58px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.em-smart-home-guide__hero-content {
  position: relative;
  z-index: 1;
}

.em-smart-home-guide__hero h1,
.em-smart-home-guide__hero p {
  color: #ffffff;
}

.em-smart-home-guide__kicker,
.em-smart-home-guide__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--esh-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.em-smart-home-guide__kicker::before,
.em-smart-home-guide__label::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background: currentColor;
}

.em-smart-home-guide__lead {
  max-width: 1040px;
  color: rgba(255, 255, 255, 0.87) !important;
  font-size: clamp(19px, 2.3vw, 24px);
  line-height: 1.55;
}

.em-smart-home-guide__hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.em-smart-home-guide__hero-card {
  min-height: 122px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.em-smart-home-guide__hero-card strong,
.em-smart-home-guide__hero-card span {
  display: block;
}

.em-smart-home-guide__hero-card strong {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 19px;
}

.em-smart-home-guide__hero-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.48;
}

.em-smart-home-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.em-smart-home-guide__actions--vertical {
  flex-direction: column;
  margin-top: 0;
}

.em-smart-home-guide__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  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-smart-home-guide__button:hover {
  transform: translateY(-2px);
}

.em-smart-home-guide__button--primary {
  background: var(--esh-accent);
  color: #ffffff !important;
}

.em-smart-home-guide__button--primary:hover {
  background: var(--esh-accent-dark);
  color: #ffffff !important;
}

.em-smart-home-guide__button--secondary {
  border-color: rgba(255, 255, 255, 0.31);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

.em-smart-home-guide__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.em-smart-home-guide__button--light {
  border-color: rgba(255, 255, 255, 0.32);
  background: #ffffff;
  color: var(--esh-dark) !important;
}

.em-smart-home-guide__button--light:hover {
  border-color: var(--esh-accent);
  color: var(--esh-accent-dark) !important;
}

.em-smart-home-guide__hero-note {
  max-width: 950px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 15px 18px;
  border-left: 4px solid rgba(255, 255, 255, 0.54);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px;
  line-height: 1.55;
}

.em-smart-home-guide__toc {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--esh-line);
  border-radius: 20px;
  background: var(--esh-surface);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.em-smart-home-guide__toc > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--esh-dark);
  font-size: 18px;
}

.em-smart-home-guide__toc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.em-smart-home-guide__toc a {
  position: relative;
  padding-left: 17px;
  color: var(--esh-text);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.em-smart-home-guide__toc a::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--esh-accent);
}

.em-smart-home-guide__toc a:hover {
  color: var(--esh-accent-dark);
}

.em-smart-home-guide__section {
  scroll-margin-top: 100px;
  margin-top: clamp(50px, 7vw, 84px);
}

.em-smart-home-guide__section > p,
.em-smart-home-guide__section > h2,
.em-smart-home-guide__section > h3,
.em-smart-home-guide__section > ul {
  max-width: 1040px;
}

.em-smart-home-guide__answer {
  padding: 25px 27px;
  border: 1px solid #b8d3ff;
  border-left: 5px solid var(--esh-blue);
  border-radius: 16px;
  background: var(--esh-blue-bg);
}

.em-smart-home-guide__answer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--esh-dark);
  font-size: 20px;
}

.em-smart-home-guide__answer p {
  margin-bottom: 0;
}

.em-smart-home-guide__compare,
.em-smart-home-guide__power-layout,
.em-smart-home-guide__renovation-grid,
.em-smart-home-guide__offline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-smart-home-guide__compare-column,
.em-smart-home-guide__power-column,
.em-smart-home-guide__renovation-card,
.em-smart-home-guide__offline-card {
  padding: 25px;
  border-radius: 20px;
}

.em-smart-home-guide__compare-column--simple,
.em-smart-home-guide__power-column--switch,
.em-smart-home-guide__offline-card--cloud {
  border: 1px solid #f1d789;
  background: var(--esh-yellow-bg);
}

.em-smart-home-guide__compare-column--system,
.em-smart-home-guide__power-column--keep,
.em-smart-home-guide__offline-card--local {
  border: 1px solid #b7e3d1;
  background: var(--esh-green-bg);
}

.em-smart-home-guide__renovation-card {
  border: 1px solid var(--esh-line);
  background: var(--esh-soft);
}

.em-smart-home-guide__compare-column > span,
.em-smart-home-guide__power-column > span,
.em-smart-home-guide__renovation-card > span,
.em-smart-home-guide__offline-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--esh-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.em-smart-home-guide__list {
  margin: 0 0 20px;
  padding-left: 22px;
}

.em-smart-home-guide__list li {
  margin-bottom: 9px;
}

.em-smart-home-guide__list li:last-child {
  margin-bottom: 0;
}

.em-smart-home-guide__list--columns {
  columns: 2;
  column-gap: 44px;
}

.em-smart-home-guide__list--columns li {
  break-inside: avoid;
}

.em-smart-home-guide__list--check {
  padding-left: 0;
  list-style: none;
}

.em-smart-home-guide__list--check li {
  position: relative;
  padding-left: 29px;
}

.em-smart-home-guide__list--check li::before {
  content: "✓";
  position: absolute;
  top: 0.04em;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--esh-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}

.em-smart-home-guide__callout {
  margin: 27px 0;
  padding: 23px 25px;
  border: 1px solid transparent;
  border-left-width: 5px;
  border-radius: 15px;
}

.em-smart-home-guide__callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--esh-dark);
  font-size: 19px;
}

.em-smart-home-guide__callout p:last-child {
  margin-bottom: 0;
}

.em-smart-home-guide__callout--info {
  border-color: #b8d3ff;
  border-left-color: var(--esh-blue);
  background: var(--esh-blue-bg);
}

.em-smart-home-guide__callout--warning {
  border-color: #f1d789;
  border-left-color: #e0a800;
  background: var(--esh-yellow-bg);
}

.em-smart-home-guide__callout--danger {
  border-color: #ffc9c5;
  border-left-color: var(--esh-red);
  background: var(--esh-red-bg);
}

.em-smart-home-guide__task-grid,
.em-smart-home-guide__function-grid,
.em-smart-home-guide__climate-grid,
.em-smart-home-guide__curtain-grid,
.em-smart-home-guide__security-grid,
.em-smart-home-guide__panel-grid,
.em-smart-home-guide__network-grid,
.em-smart-home-guide__manual-grid,
.em-smart-home-guide__privacy-grid,
.em-smart-home-guide__reserve-grid,
.em-smart-home-guide__price-grid,
.em-smart-home-guide__norms,
.em-smart-home-guide__handover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0;
}

.em-smart-home-guide__task-grid > div,
.em-smart-home-guide__function-grid > div,
.em-smart-home-guide__climate-grid > div,
.em-smart-home-guide__curtain-grid > div,
.em-smart-home-guide__security-grid > div,
.em-smart-home-guide__network-grid > div,
.em-smart-home-guide__manual-grid > div,
.em-smart-home-guide__privacy-grid > div,
.em-smart-home-guide__reserve-grid > div,
.em-smart-home-guide__price-grid > div,
.em-smart-home-guide__norms > div,
.em-smart-home-guide__handover-grid > div {
  padding: 22px;
  border: 1px solid var(--esh-line);
  border-radius: 17px;
  background: var(--esh-surface);
}

.em-smart-home-guide__norms > div {
  background: var(--esh-soft);
}

.em-smart-home-guide__task-grid span,
.em-smart-home-guide__security-grid span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--esh-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-smart-home-guide__task-grid strong,
.em-smart-home-guide__function-grid strong,
.em-smart-home-guide__climate-grid strong,
.em-smart-home-guide__curtain-grid strong,
.em-smart-home-guide__security-grid strong,
.em-smart-home-guide__network-grid strong,
.em-smart-home-guide__manual-grid strong,
.em-smart-home-guide__privacy-grid strong,
.em-smart-home-guide__reserve-grid strong,
.em-smart-home-guide__price-grid strong,
.em-smart-home-guide__norms strong,
.em-smart-home-guide__handover-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--esh-dark);
  font-size: 18px;
}

.em-smart-home-guide__task-grid p,
.em-smart-home-guide__function-grid p,
.em-smart-home-guide__climate-grid p,
.em-smart-home-guide__curtain-grid p,
.em-smart-home-guide__security-grid p,
.em-smart-home-guide__network-grid p,
.em-smart-home-guide__manual-grid p,
.em-smart-home-guide__privacy-grid p,
.em-smart-home-guide__reserve-grid p,
.em-smart-home-guide__price-grid p,
.em-smart-home-guide__norms p,
.em-smart-home-guide__handover-grid p {
  margin-bottom: 0;
  color: var(--esh-muted);
  font-size: 15px;
}

.em-smart-home-guide__checklist,
.em-smart-home-guide__acceptance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 27px 0;
}

.em-smart-home-guide__checklist label,
.em-smart-home-guide__acceptance-grid label {
  display: flex;
  min-height: 62px;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  border: 1px solid var(--esh-line);
  border-radius: 14px;
  background: var(--esh-surface);
  color: var(--esh-text);
  font-size: 15px;
  line-height: 1.45;
}

.em-smart-home-guide__checklist input,
.em-smart-home-guide__acceptance-grid input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--esh-accent);
}

.em-smart-home-guide__levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 27px 0;
}

.em-smart-home-guide__level {
  padding: 24px;
  border: 1px solid var(--esh-line);
  border-top: 5px solid var(--esh-accent);
  border-radius: 19px;
  background: var(--esh-surface);
}

.em-smart-home-guide__level > span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--esh-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-smart-home-guide__level p {
  margin-bottom: 0;
  color: var(--esh-muted);
  font-size: 15px;
}

.em-smart-home-guide__leak-grid,
.em-smart-home-guide__panel-grid,
.em-smart-home-guide__compatibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0;
}

.em-smart-home-guide__leak-grid > div,
.em-smart-home-guide__panel-grid > div,
.em-smart-home-guide__compatibility-grid > div {
  position: relative;
  padding: 22px 22px 22px 72px;
  border: 1px solid var(--esh-line);
  border-radius: 17px;
  background: var(--esh-surface);
}

.em-smart-home-guide__leak-grid span,
.em-smart-home-guide__panel-grid span,
.em-smart-home-guide__compatibility-grid span {
  position: absolute;
  top: 21px;
  left: 20px;
  color: var(--esh-accent);
  font-size: 22px;
  font-weight: 900;
}

.em-smart-home-guide__leak-grid strong,
.em-smart-home-guide__panel-grid strong,
.em-smart-home-guide__compatibility-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--esh-dark);
}

.em-smart-home-guide__leak-grid p,
.em-smart-home-guide__panel-grid p,
.em-smart-home-guide__compatibility-grid p {
  margin-bottom: 0;
  color: var(--esh-muted);
  font-size: 15px;
}

.em-smart-home-guide__table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--esh-line);
  border-radius: 18px;
  background: var(--esh-surface);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  -webkit-overflow-scrolling: touch;
}

.em-smart-home-guide__table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  color: var(--esh-text);
}

.em-smart-home-guide__table th,
.em-smart-home-guide__table td {
  padding: 17px 19px;
  border-bottom: 1px solid var(--esh-line);
  vertical-align: top;
  text-align: left;
}

.em-smart-home-guide__table th {
  background: #eef2f6;
  color: var(--esh-dark);
  font-size: 14px;
}

.em-smart-home-guide__table td {
  font-size: 15px;
  line-height: 1.6;
}

.em-smart-home-guide__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-smart-home-guide__table tbody tr:hover td {
  background: #fbfcfe;
}

.em-smart-home-guide__topic-link {
  display: block;
  max-width: 880px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--esh-line);
  border-left: 5px solid var(--esh-accent);
  border-radius: 16px;
  background: var(--esh-surface);
  color: var(--esh-text) !important;
  text-decoration: none !important;
}

.em-smart-home-guide__topic-link strong,
.em-smart-home-guide__topic-link span {
  display: block;
}

.em-smart-home-guide__topic-link strong {
  margin-bottom: 7px;
  color: var(--esh-dark);
  font-size: 19px;
}

.em-smart-home-guide__topic-link span {
  color: var(--esh-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-smart-home-guide__topic-link:hover {
  border-color: var(--esh-accent);
}

.em-smart-home-guide__scenarios,
.em-smart-home-guide__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 27px;
}

.em-smart-home-guide__scenarios > div {
  padding: 23px;
  border: 1px solid #b8d3ff;
  border-radius: 18px;
  background: var(--esh-blue-bg);
}

.em-smart-home-guide__scenarios span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--esh-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-smart-home-guide__scenarios h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.em-smart-home-guide__scenarios p {
  margin-bottom: 0;
  color: var(--esh-muted);
  font-size: 15px;
}

.em-smart-home-guide__mistakes > div {
  padding: 23px;
  border: 1px solid #ffd2ce;
  border-radius: 18px;
  background: var(--esh-red-bg);
}

.em-smart-home-guide__mistakes span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--esh-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-smart-home-guide__mistakes h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.em-smart-home-guide__mistakes p {
  margin-bottom: 0;
  color: #69413e;
  font-size: 15px;
}

.em-smart-home-guide__steps {
  display: grid;
  gap: 14px;
  margin: 27px 0;
  padding: 0;
  list-style: none;
}

.em-smart-home-guide__steps li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--esh-line);
  border-radius: 18px;
  background: var(--esh-surface);
}

.em-smart-home-guide__steps li > span {
  color: var(--esh-accent);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}

.em-smart-home-guide__steps h3 {
  margin-bottom: 7px;
}

.em-smart-home-guide__steps p {
  margin-bottom: 0;
  color: var(--esh-muted);
}

.em-smart-home-guide__price-box {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  margin: 27px 0;
}

.em-smart-home-guide__price-box > div {
  padding: 26px;
  border: 1px solid var(--esh-line);
  border-radius: 20px;
  background: var(--esh-surface);
}

.em-smart-home-guide__price-box > div:first-child {
  border-top: 5px solid var(--esh-accent);
}

.em-smart-home-guide__price-box span,
.em-smart-home-guide__price-box strong {
  display: block;
}

.em-smart-home-guide__price-box span {
  margin-bottom: 7px;
  color: var(--esh-muted);
  font-size: 15px;
  font-weight: 700;
}

.em-smart-home-guide__price-box > div:first-child > strong {
  margin-bottom: 12px;
  color: var(--esh-dark);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.1;
}

.em-smart-home-guide__price-box p {
  margin-bottom: 0;
  color: var(--esh-muted);
}

.em-smart-home-guide__small {
  color: var(--esh-muted);
  font-size: 14px;
  line-height: 1.55;
}

.em-smart-home-guide__faq {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.em-smart-home-guide__faq details {
  overflow: hidden;
  border: 1px solid var(--esh-line);
  border-radius: 15px;
  background: var(--esh-surface);
}

.em-smart-home-guide__faq summary {
  position: relative;
  padding: 19px 56px 19px 20px;
  color: var(--esh-dark);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.em-smart-home-guide__faq summary::-webkit-details-marker {
  display: none;
}

.em-smart-home-guide__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #eef2f6;
  color: var(--esh-dark);
  font-size: 21px;
  line-height: 27px;
  text-align: center;
}

.em-smart-home-guide__faq details[open] summary::after {
  content: "−";
  background: var(--esh-accent);
  color: #ffffff;
}

.em-smart-home-guide__faq details > div {
  padding: 0 20px 19px;
}

.em-smart-home-guide__faq details p {
  margin-bottom: 0;
  color: var(--esh-muted);
}

.em-smart-home-guide__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.em-smart-home-guide__links a {
  display: block;
  padding: 23px;
  border: 1px solid var(--esh-line);
  border-radius: 18px;
  background: var(--esh-surface);
  color: var(--esh-text) !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.em-smart-home-guide__links a:hover {
  transform: translateY(-3px);
  border-color: var(--esh-accent);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.em-smart-home-guide__links strong,
.em-smart-home-guide__links span {
  display: block;
}

.em-smart-home-guide__links strong {
  margin-bottom: 8px;
  color: var(--esh-dark);
  font-size: 19px;
}

.em-smart-home-guide__links span {
  color: var(--esh-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-smart-home-guide__final {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.65fr);
  gap: 28px;
  align-items: center;
  margin-top: clamp(50px, 7vw, 84px);
  padding: clamp(28px, 5vw, 48px);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.27), transparent 33%),
    var(--esh-dark);
  color: #ffffff;
}

.em-smart-home-guide__final h2,
.em-smart-home-guide__final p {
  color: #ffffff;
}

.em-smart-home-guide__final .em-smart-home-guide__label {
  color: var(--esh-accent);
}

.em-smart-home-guide__actions--vertical .em-smart-home-guide__button {
  width: 100%;
}

@media (max-width: 1080px) {
  .em-smart-home-guide__levels,
  .em-smart-home-guide__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .em-smart-home-guide__hero-grid {
    grid-template-columns: 1fr;
  }

  .em-smart-home-guide__hero-card {
    min-height: 0;
  }

  .em-smart-home-guide__final {
    grid-template-columns: 1fr;
  }

  .em-smart-home-guide__actions--vertical {
    flex-direction: row;
  }

  .em-smart-home-guide__actions--vertical .em-smart-home-guide__button {
    width: auto;
  }
}

@media (max-width: 760px) {
  .em-smart-home-guide {
    font-size: 16px;
    line-height: 1.67;
  }

  .em-smart-home-guide__hero {
    padding: 29px 21px;
    border-radius: 20px;
  }

  .em-smart-home-guide__toc {
    padding: 20px;
  }

  .em-smart-home-guide__toc-grid,
  .em-smart-home-guide__compare,
  .em-smart-home-guide__task-grid,
  .em-smart-home-guide__checklist,
  .em-smart-home-guide__levels,
  .em-smart-home-guide__function-grid,
  .em-smart-home-guide__leak-grid,
  .em-smart-home-guide__climate-grid,
  .em-smart-home-guide__curtain-grid,
  .em-smart-home-guide__power-layout,
  .em-smart-home-guide__security-grid,
  .em-smart-home-guide__renovation-grid,
  .em-smart-home-guide__panel-grid,
  .em-smart-home-guide__network-grid,
  .em-smart-home-guide__offline-grid,
  .em-smart-home-guide__manual-grid,
  .em-smart-home-guide__compatibility-grid,
  .em-smart-home-guide__privacy-grid,
  .em-smart-home-guide__reserve-grid,
  .em-smart-home-guide__scenarios,
  .em-smart-home-guide__mistakes,
  .em-smart-home-guide__acceptance-grid,
  .em-smart-home-guide__handover-grid,
  .em-smart-home-guide__price-grid,
  .em-smart-home-guide__price-box,
  .em-smart-home-guide__norms,
  .em-smart-home-guide__links {
    grid-template-columns: 1fr;
  }

  .em-smart-home-guide__list--columns {
    columns: 1;
  }

  .em-smart-home-guide__actions,
  .em-smart-home-guide__actions--vertical {
    flex-direction: column;
  }

  .em-smart-home-guide__button,
  .em-smart-home-guide__actions--vertical .em-smart-home-guide__button {
    width: 100%;
  }

  .em-smart-home-guide__leak-grid > div,
  .em-smart-home-guide__panel-grid > div,
  .em-smart-home-guide__compatibility-grid > div {
    padding: 20px 18px 20px 62px;
  }

  .em-smart-home-guide__leak-grid span,
  .em-smart-home-guide__panel-grid span,
  .em-smart-home-guide__compatibility-grid span {
    left: 17px;
  }

  .em-smart-home-guide__steps li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
    padding: 19px;
  }

  .em-smart-home-guide__steps li > span {
    font-size: 23px;
  }

  .em-smart-home-guide__compare-column,
  .em-smart-home-guide__power-column,
  .em-smart-home-guide__renovation-card,
  .em-smart-home-guide__offline-card,
  .em-smart-home-guide__scenarios > div,
  .em-smart-home-guide__mistakes > div,
  .em-smart-home-guide__links a {
    padding: 20px;
  }

  .em-smart-home-guide__final {
    padding: 27px 21px;
    border-radius: 20px;
  }
}

@media (max-width: 430px) {
  .em-smart-home-guide h1 {
    font-size: 31px;
  }

  .em-smart-home-guide h2 {
    font-size: 27px;
  }

  .em-smart-home-guide h3 {
    font-size: 21px;
  }

  .em-smart-home-guide__table th,
  .em-smart-home-guide__table td {
    padding: 14px;
  }

  .em-smart-home-guide__faq summary {
    padding: 17px 52px 17px 17px;
  }

  .em-smart-home-guide__faq details > div {
    padding: 0 17px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-smart-home-guide__button,
  .em-smart-home-guide__links a {
    transition: none;
  }

  .em-smart-home-guide__button:hover,
  .em-smart-home-guide__links a:hover {
    transform: none;
  }
}/* End custom CSS */