/* Start custom CSS for html, class: .elementor-element-108cf45 */.emta-page {
  --emta-surface: #ffffff;
  --emta-soft: #edf3f5;
  --emta-ink: #15232d;
  --emta-muted: #5b6974;
  --emta-line: #d7e0e5;
  --emta-red: #b42318;
  --emta-red-dark: #8d1c15;
  --emta-orange: #c56b12;
  --emta-yellow: #c49c00;
  --emta-blue: #0e6078;
  --emta-blue-dark: #09485b;
  --emta-green: #19704a;
  --emta-radius: 22px;
  --emta-shadow: 0 16px 44px rgba(21, 35, 45, 0.08);

  color: var(--emta-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.66;
}

.emta-page,
.emta-page * {
  box-sizing: border-box;
}

.emta-page h1,
.emta-page h2,
.emta-page h3,
.emta-page p,
.emta-page ul {
  margin-top: 0;
}

.emta-page a {
  color: var(--emta-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emta-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.emta-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 92% 5%, rgba(180, 35, 24, 0.16), transparent 31%),
    radial-gradient(circle at 4% 98%, rgba(14, 96, 120, 0.17), transparent 34%),
    linear-gradient(145deg, #fafcfd 0%, #e9f1f4 100%);
  border-bottom: 1px solid var(--emta-line);
}

.emta-hero::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 48px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.emta-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.emta-eyebrow,
.emta-kicker {
  margin-bottom: 9px;
  color: var(--emta-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.emta-hero h1 {
  max-width: 910px;
  margin-bottom: 23px;
  font-size: clamp(38px, 5.25vw, 64px);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.emta-lead {
  max-width: 860px;
  margin-bottom: 28px;
  color: var(--emta-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.emta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emta-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.emta-btn:hover {
  transform: translateY(-2px);
}

.emta-btn:focus-visible,
.emta-page a:focus-visible,
.emta-page summary:focus-visible {
  outline: 3px solid rgba(14, 96, 120, 0.28);
  outline-offset: 3px;
}

.emta-btn--primary {
  background: var(--emta-red);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(180, 35, 24, 0.22);
}

.emta-btn--primary:hover {
  background: var(--emta-red-dark);
}

.emta-btn--secondary {
  border-color: var(--emta-ink);
  background: rgba(255, 255, 255, 0.82);
  color: var(--emta-ink) !important;
}

.emta-btn--secondary:hover {
  background: var(--emta-ink);
  color: #ffffff !important;
}

.emta-btn--max {
  background: #111827;
  color: #ffffff !important;
}

.emta-btn--max:hover {
  background: #000000;
}

.emta-btn--telegram {
  background: #1676a6;
  color: #ffffff !important;
}

.emta-btn--telegram:hover {
  background: #105c82;
}

.emta-hero__card {
  display: grid;
  gap: 11px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(215, 224, 229, 0.92);
  border-radius: var(--emta-radius);
  box-shadow: var(--emta-shadow);
  backdrop-filter: blur(8px);
}

.emta-risk {
  padding: 14px 16px;
  border-left: 5px solid;
  border-radius: 11px;
}

.emta-risk strong,
.emta-risk span {
  display: block;
}

.emta-risk strong {
  margin-bottom: 3px;
  font-size: 15px;
}

.emta-risk span {
  color: var(--emta-muted);
  font-size: 13px;
}

.emta-risk--critical {
  background: #fff0ee;
  border-color: var(--emta-red);
}

.emta-risk--high {
  background: #fff6e9;
  border-color: var(--emta-orange);
}

.emta-risk--check {
  background: #fffbea;
  border-color: var(--emta-yellow);
}

.emta-emergency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  background: var(--emta-ink);
  border-radius: 12px;
  color: #ffffff;
}

.emta-emergency span {
  font-size: 13px;
}

.emta-emergency strong {
  font-size: 20px;
}

.emta-alert {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--emta-line);
  border-radius: 18px;
}

.emta-alert h2 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.emta-alert p {
  margin-bottom: 0;
  color: var(--emta-muted);
}

.emta-alert__icon {
  display: flex;
  width: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  align-self: start;
  padding: 7px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emta-alert--translation {
  background: #f2f8fa;
}

.emta-alert--translation .emta-alert__icon {
  background: var(--emta-blue);
}

.emta-alert--danger {
  background: #fff3f1;
  border-color: #edc8c3;
}

.emta-alert--danger .emta-alert__icon {
  background: var(--emta-red);
}

.emta-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(21, 35, 45, 0.035);
}

.emta-nav a {
  padding: 8px 12px;
  border-radius: 9px;
  color: var(--emta-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.emta-nav a:hover {
  background: var(--emta-soft);
  color: var(--emta-blue);
}

.emta-section {
  padding-top: 78px;
  scroll-margin-top: 28px;
}

.emta-heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 940px;
  margin-bottom: 31px;
}

.emta-heading__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--emta-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emta-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

.emta-heading p:last-child {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 18px;
}

.emta-direct-answer {
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--emta-ink), #263f4d);
  border-radius: 20px;
  color: #ffffff;
  box-shadow: var(--emta-shadow);
}

.emta-direct-answer p {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.65;
}

.emta-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.emta-priority {
  padding: 23px;
  border: 1px solid;
  border-top: 6px solid;
  border-radius: 17px;
}

.emta-priority > span {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.emta-priority h3 {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 1.3;
}

.emta-priority ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-priority--red {
  background: #fff3f1;
  border-color: #eac7c2;
  border-top-color: var(--emta-red);
}

.emta-priority--red > span {
  background: var(--emta-red);
}

.emta-priority--orange {
  background: #fff7eb;
  border-color: #ecd2aa;
  border-top-color: var(--emta-orange);
}

.emta-priority--orange > span {
  background: var(--emta-orange);
}

.emta-priority--yellow {
  background: #fffbed;
  border-color: #e6d89c;
  border-top-color: var(--emta-yellow);
}

.emta-priority--yellow > span {
  background: #9d7e00;
}

.emta-emergency-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.emta-emergency-steps {
  display: grid;
  gap: 13px;
}

.emta-emergency-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 20px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 15px;
}

.emta-emergency-steps article > span {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background: var(--emta-red);
  border-radius: 11px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.emta-emergency-steps h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.emta-emergency-steps p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-call-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: linear-gradient(150deg, var(--emta-red), #731713);
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  box-shadow: var(--emta-shadow);
}

.emta-call-card > span {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.emta-call-card > strong {
  font-size: 58px;
  line-height: 1;
}

.emta-call-card p {
  margin: 5px 0 15px;
  color: rgba(255, 255, 255, 0.82);
}

.emta-call-card__or {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.emta-call-card small {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.emta-stop-strip {
  margin-top: 18px;
  padding: 18px 21px;
  background: var(--emta-ink);
  border-left: 6px solid var(--emta-red);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.82);
}

.emta-stop-strip strong {
  color: #ffffff;
}

.emta-symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.emta-symptom-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 16px;
}

.emta-symptom__icon {
  display: flex;
  min-width: 46px;
  width: fit-content;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  padding: 7px 10px;
  background: var(--emta-red);
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emta-symptom-grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.emta-symptom-grid p {
  margin-bottom: 11px;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-symptom-grid strong {
  display: inline-flex;
  padding: 5px 9px;
  background: #fff1ef;
  border-radius: 999px;
  color: var(--emta-red-dark);
  font-size: 12px;
}

.emta-device-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 22px;
  align-items: center;
}

.emta-device-intro > div:first-child {
  padding: 24px;
  background: #f5f8fa;
  border: 1px solid var(--emta-line);
  border-radius: 16px;
}

.emta-device-intro p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 18px;
}

.emta-device-badge {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(145deg, #fdfdfd, #e2e7ea);
  border: 1px solid #bfc9ce;
  border-bottom: 8px solid var(--emta-blue);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(21, 35, 45, 0.1);
}

.emta-device-badge span,
.emta-device-badge strong,
.emta-device-badge small {
  display: block;
}

.emta-device-badge span {
  margin-bottom: 8px;
  color: var(--emta-muted);
  font-size: 13px;
  font-weight: 800;
}

.emta-device-badge strong {
  margin-bottom: 4px;
  font-size: 34px;
}

.emta-device-badge small {
  color: var(--emta-muted);
}

.emta-device-badge--rcd {
  border-bottom-color: #7355a3;
}

.emta-cause-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.emta-cause-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 16px;
}

.emta-cause-grid article > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  background: var(--emta-blue);
  border-radius: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.emta-cause-grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.emta-cause-grid p {
  margin-bottom: 13px;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-clue {
  padding: 9px 11px;
  background: #f3f8fa;
  border-radius: 9px;
  color: var(--emta-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.emta-clue--danger {
  background: #fff1ef;
  color: var(--emta-red-dark);
}

.emta-warning {
  margin-top: 20px;
  padding: 24px;
  background: #fff3f1;
  border: 1px solid #eac7c2;
  border-left: 6px solid var(--emta-red);
  border-radius: 15px;
}

.emta-warning h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.emta-warning p {
  margin-bottom: 0;
  color: var(--emta-muted);
}

.emta-rcd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.emta-rcd-grid article {
  padding: 21px;
  background: #f8f5fc;
  border: 1px solid #d7cde8;
  border-radius: 16px;
}

.emta-rcd-grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.emta-rcd-grid p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-note {
  margin-top: 18px;
  padding: 20px 23px;
  background: #f5f8fa;
  border-left: 5px solid var(--emta-blue);
  border-radius: 12px;
  color: var(--emta-muted);
}

.emta-note strong {
  color: var(--emta-ink);
}

.emta-heat-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: 20px;
}

.emta-heat-causes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.emta-heat-causes article {
  padding: 21px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 15px;
}

.emta-heat-causes span {
  display: block;
  margin-bottom: 9px;
  color: var(--emta-red);
  font-size: 12px;
  font-weight: 900;
}

.emta-heat-causes h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.emta-heat-causes p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-temperature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  background: linear-gradient(150deg, #2b3942, #17232b);
  border-radius: 18px;
  color: #ffffff;
}

.emta-temperature-card__top {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 850;
}

.emta-temperature-card__scale {
  height: 24px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #e8d73a, #ee7a1b, #b42318);
  border-radius: 999px;
}

.emta-temperature-card__scale span {
  position: relative;
  top: 31px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.emta-temperature-card__scale span:last-child {
  float: right;
}

.emta-temperature-card p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.emta-safe-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 18px;
}

.emta-safe-actions article {
  padding: 21px;
  background: #f1f8f4;
  border: 1px solid #c9dfd2;
  border-radius: 15px;
}

.emta-safe-actions__danger {
  background: #fff3f1 !important;
  border-color: #eac7c2 !important;
}

.emta-safe-actions h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.emta-safe-actions p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-flicker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.emta-flicker-grid article {
  padding: 23px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 16px;
}

.emta-flicker-grid__danger {
  background: #fff3f1 !important;
  border-color: #eac7c2 !important;
}

.emta-flicker__scope {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 5px 9px;
  background: var(--emta-soft);
  border-radius: 999px;
  color: var(--emta-blue-dark);
  font-size: 11px;
  font-weight: 900;
}

.emta-flicker-grid h3 {
  margin-bottom: 7px;
  font-size: 20px;
}

.emta-flicker-grid p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-shock {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: #fff3f1;
  border: 1px solid #eac7c2;
  border-radius: 20px;
}

.emta-shock__icon {
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background: var(--emta-red);
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  font-weight: 900;
}

.emta-shock h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.emta-shock p {
  color: var(--emta-muted);
}

.emta-shock ul {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--emta-muted);
}

.emta-person-card {
  margin-top: 18px;
  padding: 22px;
  background: var(--emta-ink);
  border-left: 6px solid var(--emta-red);
  border-radius: 15px;
  color: #ffffff;
}

.emta-person-card h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.emta-person-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.77);
}

.emta-voltage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.emta-voltage-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 16px;
}

.emta-voltage-grid__value {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  background: var(--emta-blue);
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.emta-voltage-grid article:last-child .emta-voltage-grid__value {
  background: var(--emta-red);
}

.emta-voltage-grid h3 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}

.emta-voltage-grid p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-do-dont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.emta-do-dont article {
  padding: 25px;
  border: 1px solid;
  border-radius: 18px;
}

.emta-do-dont__do {
  background: #f1f8f4;
  border-color: #c7dfd1 !important;
}

.emta-do-dont__dont {
  background: #fff3f1;
  border-color: #eac7c2 !important;
}

.emta-do-dont h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.emta-do-dont ul {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 21px;
  color: var(--emta-muted);
}

.emta-info-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.emta-info-list article {
  padding: 21px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 15px;
}

.emta-info-list span {
  display: block;
  margin-bottom: 9px;
  color: var(--emta-red);
  font-size: 12px;
  font-weight: 900;
}

.emta-info-list h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.emta-info-list p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-message-box {
  margin-top: 20px;
  overflow: hidden;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 17px;
}

.emta-message-box h3 {
  margin-bottom: 0;
  padding: 16px 20px;
  background: var(--emta-ink);
  color: #ffffff;
  font-size: 20px;
}

.emta-message-box p,
.emta-message-box strong {
  display: block;
  margin-bottom: 0;
  padding: 17px 20px;
}

.emta-message-box p {
  background: var(--emta-soft);
  font-weight: 800;
}

.emta-message-box strong {
  color: var(--emta-muted);
  font-size: 14px;
}

.emta-phrases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emta-phrases article {
  overflow: hidden;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 14px;
}

.emta-phrases p,
.emta-phrases strong {
  display: block;
  margin-bottom: 0;
  padding: 13px 16px;
}

.emta-phrases p {
  background: var(--emta-soft);
  color: var(--emta-ink);
  font-weight: 850;
}

.emta-phrases strong {
  color: var(--emta-muted);
  font-size: 14px;
  font-weight: 650;
}

.emta-standards {
  display: grid;
  gap: 13px;
}

.emta-standards article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  padding: 21px;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 15px;
}

.emta-standard__code {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--emta-soft);
  border-radius: 11px;
  color: var(--emta-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.emta-standards h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.35;
}

.emta-standards p {
  margin-bottom: 0;
  color: var(--emta-muted);
  font-size: 15px;
}

.emta-faq {
  display: grid;
  gap: 11px;
}

.emta-faq details {
  overflow: hidden;
  background: var(--emta-surface);
  border: 1px solid var(--emta-line);
  border-radius: 15px;
}

.emta-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.emta-faq summary::-webkit-details-marker {
  display: none;
}

.emta-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--emta-blue);
  content: "+";
  font-size: 24px;
  font-weight: 700;
}

.emta-faq details[open] summary::after {
  content: "−";
}

.emta-faq details > div {
  padding: 0 20px 18px;
  color: var(--emta-muted);
}

.emta-faq details p {
  margin-bottom: 0;
}

.emta-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 28px;
  margin-top: 78px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 35, 24, 0.25), transparent 34%),
    linear-gradient(135deg, #15242e, #24404f);
  border-radius: 24px;
  color: #ffffff;
  box-shadow: var(--emta-shadow);
}

.emta-cta .emta-kicker {
  color: #ffb4ad;
}

.emta-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 41px);
  line-height: 1.17;
}

.emta-cta p {
  max-width: 770px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.emta-cta__facts {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
}

.emta-cta__facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.emta-cta__facts div:last-child {
  border-bottom: 0;
}

.emta-cta__facts strong,
.emta-cta__facts span {
  display: block;
}

.emta-cta__facts strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.emta-cta__facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.emta-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 0 58px;
}

.emta-footer-links a {
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 1050px) {
  .emta-voltage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 950px) {
  .emta-hero__grid,
  .emta-emergency-layout,
  .emta-heat-layout,
  .emta-cta {
    grid-template-columns: 1fr;
  }

  .emta-hero__card,
  .emta-call-card {
    max-width: 720px;
  }

  .emta-symptom-grid,
  .emta-cause-grid,
  .emta-rcd-grid,
  .emta-info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .emta-page {
    font-size: 16px;
  }

  .emta-container {
    width: min(100% - 22px, 1180px);
  }

  .emta-hero {
    padding: 45px 0 42px;
  }

  .emta-hero h1 {
    font-size: clamp(33px, 10.2vw, 46px);
  }

  .emta-lead {
    font-size: 18px;
  }

  .emta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .emta-btn {
    width: 100%;
  }

  .emta-alert {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .emta-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .emta-nav a {
    width: 100%;
  }

  .emta-section {
    padding-top: 58px;
  }

  .emta-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .emta-heading__number {
    width: 47px;
    height: 47px;
  }

  .emta-heading h2 {
    font-size: 30px;
  }

  .emta-heading p:last-child {
    font-size: 16px;
  }

  .emta-direct-answer {
    padding: 23px;
  }

  .emta-direct-answer p {
    font-size: 17px;
  }

  .emta-priority-grid,
  .emta-symptom-grid,
  .emta-cause-grid,
  .emta-rcd-grid,
  .emta-heat-causes,
  .emta-safe-actions,
  .emta-flicker-grid,
  .emta-voltage-grid,
  .emta-do-dont,
  .emta-info-list,
  .emta-phrases {
    grid-template-columns: 1fr;
  }

  .emta-device-intro {
    grid-template-columns: 1fr;
  }

  .emta-device-badge {
    max-width: 420px;
  }

  .emta-shock {
    grid-template-columns: 1fr;
  }

  .emta-shock__icon {
    width: 80px;
    height: 80px;
  }

  .emta-standards article {
    grid-template-columns: 1fr;
  }

  .emta-standard__code {
    width: fit-content;
    min-width: 100px;
  }

  .emta-cta {
    margin-top: 58px;
    padding: 25px;
  }
}

@media (max-width: 430px) {
  .emta-hero h1 {
    font-size: 31px;
  }

  .emta-hero__card {
    padding: 18px;
  }

  .emta-emergency-steps article {
    grid-template-columns: 1fr;
  }

  .emta-call-card > strong {
    font-size: 48px;
  }
}/* End custom CSS */