/* Start custom CSS for html, class: .elementor-element-98a65c2 */.em-videofix {
  --evf-text: #17212b;
  --evf-muted: #566574;
  --evf-line: #dce5ed;
  --evf-soft: #f5f8fb;
  --evf-blue-soft: #eef6ff;
  --evf-primary: #1769aa;
  --evf-primary-dark: #0e4e82;
  --evf-green: #287a56;
  --evf-yellow: #a86c00;
  --evf-red: #a64040;
  --evf-radius: 18px;
  --evf-shadow: 0 12px 34px rgba(24, 51, 78, 0.08);
  color: var(--evf-text);
  background: #ffffff;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.68;
}

.em-videofix *,
.em-videofix *::before,
.em-videofix *::after {
  box-sizing: border-box;
}

.em-videofix__container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.em-videofix h1,
.em-videofix h2,
.em-videofix h3 {
  margin-top: 0;
  color: var(--evf-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-videofix h1 {
  max-width: 1060px;
  margin-bottom: 22px;
  font-size: clamp(2.05rem, 5vw, 4rem);
}

.em-videofix h2 {
  margin-bottom: 22px;
  font-size: clamp(1.65rem, 3.6vw, 2.5rem);
}

.em-videofix h3 {
  margin-bottom: 10px;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.em-videofix p {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-videofix p:last-child {
  margin-bottom: 0;
}

.em-videofix a {
  color: var(--evf-primary);
  text-underline-offset: 3px;
}

.em-videofix a:hover {
  color: var(--evf-primary-dark);
}

.em-videofix__hero {
  position: relative;
  overflow: hidden;
  margin: 24px 0 22px;
  padding: clamp(34px, 7vw, 76px);
  border: 1px solid var(--evf-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(239, 165, 41, 0.2), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 60%, #edf6ff 100%);
  box-shadow: var(--evf-shadow);
}

.em-videofix__hero::after {
  content: "";
  position: absolute;
  right: -84px;
  bottom: -122px;
  width: 280px;
  height: 280px;
  border: 38px solid rgba(23, 105, 170, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.em-videofix__eyebrow,
.em-videofix__tag,
.em-videofix__symptom-label,
.em-videofix__compare-label,
.em-videofix__blue-label,
.em-videofix__night-label,
.em-videofix__app-label,
.em-videofix__power-label,
.em-videofix__cable-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--evf-primary-dark);
  background: #dceeff;
  font-size: 0.85rem;
  font-weight: 780;
  letter-spacing: 0.02em;
}

.em-videofix__eyebrow,
.em-videofix__tag {
  margin-bottom: 16px;
}

.em-videofix__symptom-label,
.em-videofix__compare-label,
.em-videofix__blue-label,
.em-videofix__night-label,
.em-videofix__app-label,
.em-videofix__power-label,
.em-videofix__cable-label {
  margin-bottom: 15px;
}

.em-videofix__lead {
  max-width: 1000px;
  color: #31465a;
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
}

.em-videofix__answer,
.em-videofix__note,
.em-videofix__warning {
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: 15px;
}

.em-videofix__answer {
  border-left: 5px solid var(--evf-primary);
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(23, 50, 77, 0.08);
}

.em-videofix__answer > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--evf-primary-dark);
  font-size: 1.08rem;
}

.em-videofix__answer--compact {
  margin-top: 30px;
}

.em-videofix__note {
  border: 1px solid #cadeef;
  background: var(--evf-blue-soft);
}

.em-videofix__warning {
  border: 1px solid #ecd099;
  background: #fff8e8;
}

.em-videofix__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.em-videofix a.em-videofix__button,
.em-videofix a.em-videofix__button:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--evf-primary);
  border-radius: 12px;
  color: var(--evf-primary) !important;
  -webkit-text-fill-color: var(--evf-primary);
  background: #ffffff !important;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  opacity: 1;
  visibility: visible;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.em-videofix a.em-videofix__button:hover,
.em-videofix a.em-videofix__button:focus {
  color: var(--evf-primary-dark) !important;
  -webkit-text-fill-color: var(--evf-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 105, 170, 0.16);
}

.em-videofix a.em-videofix__button:focus-visible {
  outline: 3px solid rgba(23, 105, 170, 0.28);
  outline-offset: 3px;
}

.em-videofix a.em-videofix__button--primary,
.em-videofix a.em-videofix__button--primary:visited {
  border-color: var(--evf-primary) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: var(--evf-primary) !important;
}

.em-videofix a.em-videofix__button--primary:hover,
.em-videofix a.em-videofix__button--primary:focus {
  border-color: var(--evf-primary-dark) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: var(--evf-primary-dark) !important;
}

.em-videofix a.em-videofix__button--ghost,
.em-videofix a.em-videofix__button--ghost:visited {
  border-color: var(--evf-line) !important;
  color: var(--evf-text) !important;
  -webkit-text-fill-color: var(--evf-text);
  background: #ffffff !important;
}

.em-videofix__toc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 18px 20px;
  border: 1px solid var(--evf-line);
  border-radius: 14px;
  background: #ffffff;
}

.em-videofix__toc a {
  font-weight: 650;
  text-decoration: none;
}

.em-videofix__section {
  padding: clamp(42px, 7vw, 82px) 0;
  border-bottom: 1px solid var(--evf-line);
}

.em-videofix__section--soft,
.em-videofix__section--accent {
  padding-right: clamp(20px, 4vw, 48px);
  padding-left: clamp(20px, 4vw, 48px);
  border: 1px solid var(--evf-line);
  border-radius: 22px;
}

.em-videofix__section--soft {
  background: var(--evf-soft);
}

.em-videofix__section--accent {
  background: linear-gradient(145deg, #f3f9ff 0%, #ffffff 72%);
  box-shadow: var(--evf-shadow);
}

.em-videofix__symptom-grid,
.em-videofix__grid,
.em-videofix__blue-grid,
.em-videofix__call-grid,
.em-videofix__night-grid,
.em-videofix__entrance-grid,
.em-videofix__app-grid,
.em-videofix__power-grid,
.em-videofix__cable-grid,
.em-videofix__compare {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.em-videofix__symptom-grid,
.em-videofix__call-grid,
.em-videofix__night-grid,
.em-videofix__app-grid,
.em-videofix__power-grid,
.em-videofix__cable-grid,
.em-videofix__compare {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-videofix__grid--3,
.em-videofix__blue-grid,
.em-videofix__entrance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-videofix__symptom-grid article,
.em-videofix__card,
.em-videofix__blue-grid article,
.em-videofix__call-grid article,
.em-videofix__night-grid article,
.em-videofix__entrance-grid article,
.em-videofix__app-grid article,
.em-videofix__power-grid article,
.em-videofix__cable-grid article,
.em-videofix__compare-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--evf-line);
  border-radius: var(--evf-radius);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 50, 77, 0.05);
}

.em-videofix__compare-card--accent {
  border-color: #aacce6;
  background: linear-gradient(145deg, #f0f8ff 0%, #ffffff 74%);
}

.em-videofix__compare-card ul {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.em-videofix__compare-card li {
  margin-bottom: 8px;
}

.em-videofix__card-number,
.em-videofix__call-number,
.em-videofix__entrance-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 12px;
  color: var(--evf-primary-dark);
  background: var(--evf-blue-soft);
  font-weight: 850;
}

.em-videofix__steps {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: evf-step;
}

.em-videofix__steps li {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 16px 18px 16px 66px;
  border: 1px solid var(--evf-line);
  border-radius: 14px;
  background: #ffffff;
  counter-increment: evf-step;
}

.em-videofix__steps li::before {
  content: counter(evf-step);
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--evf-primary);
  font-weight: 800;
}

.em-videofix__steps span {
  color: var(--evf-muted);
}

.em-videofix__table-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--evf-line);
  border-radius: 16px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-videofix__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-videofix__table th,
.em-videofix__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--evf-line);
  vertical-align: top;
  text-align: left;
}

.em-videofix__table th {
  color: #ffffff;
  background: var(--evf-primary-dark);
  font-size: 0.95rem;
}

.em-videofix__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-videofix__table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.em-videofix__list {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.em-videofix__list li {
  margin-bottom: 8px;
}

.em-videofix__check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 28px;
}

.em-videofix__check-grid label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--evf-line);
  border-radius: 12px;
  background: #ffffff;
}

.em-videofix__check-grid input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--evf-primary);
}

.em-videofix__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: 32px;
  align-items: center;
  padding-right: clamp(22px, 5vw, 54px);
  padding-left: clamp(22px, 5vw, 54px);
  border: 1px solid #bdd8ec;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 8%, rgba(239, 165, 41, 0.2), transparent 30%),
    linear-gradient(135deg, #edf7ff 0%, #ffffff 74%);
  box-shadow: var(--evf-shadow);
}

.em-videofix__cta-buttons {
  display: grid;
  gap: 12px;
}

.em-videofix__faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.em-videofix__faq details {
  overflow: hidden;
  border: 1px solid var(--evf-line);
  border-radius: 14px;
  background: #ffffff;
}

.em-videofix__faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.em-videofix__faq summary::-webkit-details-marker {
  display: none;
}

.em-videofix__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--evf-primary);
  font-size: 1.45rem;
}

.em-videofix__faq details[open] summary::after {
  content: "−";
}

.em-videofix__faq details > div {
  padding: 0 20px 20px;
  color: var(--evf-muted);
}

.em-videofix__related {
  border-bottom: 0;
}

.em-videofix a.em-videofix__related-card,
.em-videofix a.em-videofix__related-card:visited {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 23px;
  border: 1px solid var(--evf-line);
  border-radius: 16px;
  color: var(--evf-text) !important;
  -webkit-text-fill-color: var(--evf-text);
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(23, 50, 77, 0.05);
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.em-videofix a.em-videofix__related-card:hover,
.em-videofix a.em-videofix__related-card:focus {
  transform: translateY(-2px);
  border-color: #a8cce6;
  color: var(--evf-text) !important;
}

.em-videofix__related-card strong {
  color: var(--evf-primary-dark);
  font-size: 1.08rem;
}

.em-videofix__related-card span {
  color: var(--evf-muted);
}

.em-videofix__disclaimer {
  margin-bottom: 34px;
  padding: 20px 22px;
  border-radius: 14px;
  color: #526273;
  background: var(--evf-soft);
  font-size: 0.94rem;
}

@media (max-width: 1080px) {
  .em-videofix__symptom-grid,
  .em-videofix__call-grid,
  .em-videofix__night-grid,
  .em-videofix__app-grid,
  .em-videofix__power-grid,
  .em-videofix__cable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-videofix__cta {
    grid-template-columns: 1fr;
  }

  .em-videofix__cta-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .em-videofix__symptom-grid,
  .em-videofix__grid--3,
  .em-videofix__blue-grid,
  .em-videofix__call-grid,
  .em-videofix__night-grid,
  .em-videofix__entrance-grid,
  .em-videofix__app-grid,
  .em-videofix__power-grid,
  .em-videofix__cable-grid,
  .em-videofix__compare,
  .em-videofix__check-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .em-videofix {
    font-size: 16px;
  }

  .em-videofix__container {
    width: min(100% - 20px, 1160px);
  }

  .em-videofix__hero {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .em-videofix h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .em-videofix h2 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .em-videofix__section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .em-videofix__section--soft,
  .em-videofix__section--accent,
  .em-videofix__cta {
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 18px;
  }

  .em-videofix__actions,
  .em-videofix__cta-buttons {
    grid-template-columns: 1fr;
  }

  .em-videofix a.em-videofix__button {
    width: 100%;
  }

  .em-videofix__toc {
    align-items: flex-start;
    flex-direction: column;
  }

  .em-videofix__steps li {
    padding-right: 14px;
    padding-left: 60px;
  }

  .em-videofix__table {
    min-width: 700px;
  }

  .em-videofix__faq summary {
    padding-left: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-videofix__button,
  .em-videofix__related-card {
    transition: none;
  }
}/* End custom CSS */