/* Start custom CSS for html, class: .elementor-element-f01d742 */.em-pq {
  --pq-primary: #155eef;
  --pq-primary-dark: #0b3f9c;
  --pq-text: #172033;
  --pq-muted: #5c687a;
  --pq-border: #dce3ed;
  --pq-soft: #f5f8fc;
  --pq-blue-soft: #eaf3ff;
  --pq-warning: #fff5d9;
  --pq-danger: #fff0f0;
  --pq-success: #eaf8ef;
  --pq-radius: 18px;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--pq-text);
  font-size: 17px;
  line-height: 1.68;
}

.em-pq,
.em-pq * {
  box-sizing: border-box;
}

.em-pq h1,
.em-pq h2,
.em-pq h3 {
  color: var(--pq-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-pq h1 {
  max-width: 1020px;
  margin: 12px 0 20px;
  font-size: clamp(34px, 5vw, 58px);
}

.em-pq h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-pq h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 2.5vw, 27px);
}

.em-pq p {
  margin: 0 0 18px;
}

.em-pq a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-pq-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid var(--pq-border);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 8%, rgba(21, 94, 239, 0.17), transparent 35%),
    linear-gradient(145deg, #ffffff 0%, #f2f7ff 100%);
}

.em-pq-kicker {
  margin: 0;
  color: var(--pq-primary-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.em-pq-lead {
  max-width: 960px;
  color: #3d4960;
  font-size: clamp(18px, 2vw, 22px);
}

.em-pq-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.em-pq-facts article {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
}

.em-pq-facts strong {
  color: var(--pq-primary-dark);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
}

.em-pq-facts span {
  color: var(--pq-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-pq-actions,
.em-pq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.em-pq-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.em-pq-button:hover {
  transform: translateY(-1px);
}

.em-pq-button-primary {
  color: #ffffff !important;
  background: var(--pq-primary);
  box-shadow: 0 10px 24px rgba(21, 94, 239, 0.22);
}

.em-pq-button-primary:hover {
  background: var(--pq-primary-dark);
}

.em-pq-button-secondary {
  color: var(--pq-primary-dark) !important;
  border-color: #b7c8e5;
  background: #ffffff;
}

.em-pq-button-secondary:hover {
  background: #f1f5fc;
}

.em-pq-nav {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--pq-border);
  border-radius: var(--pq-radius);
  background: #ffffff;
}

.em-pq-nav > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

.em-pq-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  margin: 0;
  padding-left: 20px;
}

.em-pq-nav a {
  color: var(--pq-primary-dark);
}

.em-pq-section {
  scroll-margin-top: 90px;
  margin-top: 64px;
}

.em-pq-section > p,
.em-pq-section > ul,
.em-pq-section > ol {
  max-width: 990px;
}

.em-pq-answer-grid,
.em-pq-source-grid,
.em-pq-event-grid,
.em-pq-responsibility-grid,
.em-pq-mistake-grid {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.em-pq-answer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-pq-source-grid,
.em-pq-event-grid,
.em-pq-mistake-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-pq-responsibility-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-pq-answer-grid article,
.em-pq-source-grid article,
.em-pq-event-grid article,
.em-pq-responsibility-grid article,
.em-pq-mistake-grid article {
  padding: 21px;
  border: 1px solid var(--pq-border);
  border-radius: 16px;
  background: #ffffff;
}

.em-pq-answer-grid span,
.em-pq-mistake-grid span {
  color: var(--pq-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.em-pq-answer-grid h3,
.em-pq-source-grid h3,
.em-pq-event-grid h3,
.em-pq-responsibility-grid h3,
.em-pq-mistake-grid h3 {
  margin: 7px 0 9px;
  font-size: 20px;
}

.em-pq-answer-grid p,
.em-pq-source-grid p,
.em-pq-event-grid p,
.em-pq-responsibility-grid p,
.em-pq-mistake-grid p {
  margin: 0;
  color: var(--pq-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-pq-source-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.em-pq-event-tag,
.em-pq-case-label {
  margin-bottom: 7px !important;
  color: var(--pq-primary);
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-pq-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.em-pq-compare article {
  padding: 24px;
  border: 1px solid var(--pq-border);
  border-radius: 17px;
  background: #ffffff;
}

.em-pq-compare h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.em-pq-compare ul {
  margin: 0;
  padding-left: 21px;
}

.em-pq-compare li {
  margin-bottom: 9px;
}

.em-pq-note {
  max-width: 1000px;
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 5px solid;
  border-radius: 14px;
}

.em-pq-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.em-pq-note p:last-child {
  margin-bottom: 0;
}

.em-pq-note-info {
  border-color: #3c84dd;
  background: var(--pq-blue-soft);
}

.em-pq-note-warning {
  border-color: #d39a00;
  background: var(--pq-warning);
}

.em-pq-note-danger {
  border-color: #d64545;
  background: var(--pq-danger);
}

.em-pq-note-success {
  border-color: #2f9859;
  background: var(--pq-success);
}

.em-pq-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--pq-border);
  border-radius: var(--pq-radius);
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-pq table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.em-pq th,
.em-pq td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--pq-border);
  vertical-align: top;
  text-align: left;
}

.em-pq th {
  color: #26334b;
  background: #f1f5fa;
  font-size: 15px;
  font-weight: 800;
}

.em-pq td {
  font-size: 16px;
}

.em-pq tr:last-child td {
  border-bottom: 0;
}

.em-pq-voltage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 28px 0;
}

.em-pq-voltage-grid article {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 9px;
  padding: 24px;
  border: 1px solid var(--pq-border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, #ffffff 0%, #f5f8fd 100%);
}

.em-pq-voltage-label {
  margin: 0 !important;
  color: var(--pq-muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-pq-voltage-grid strong {
  margin: 6px 0;
  color: var(--pq-primary-dark);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.em-pq-voltage-grid span {
  color: var(--pq-muted);
  font-size: 15px;
  line-height: 1.45;
}

.em-pq-list {
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.em-pq-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 34px;
}

.em-pq-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #2b9254;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.em-pq-steps {
  max-width: 990px;
  margin: 24px 0 30px;
  padding-left: 30px;
}

.em-pq-steps li {
  margin-bottom: 15px;
  padding-left: 7px;
}

.em-pq-steps li::marker {
  color: var(--pq-primary);
  font-weight: 900;
}

.em-pq-levels,
.em-pq-action-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.em-pq-levels article,
.em-pq-action-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  padding: 22px;
  border: 1px solid var(--pq-border);
  border-radius: 16px;
  background: #ffffff;
}

.em-pq-level-number,
.em-pq-action-list article > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--pq-primary);
  font-size: 16px;
  font-weight: 900;
}

.em-pq-levels h3,
.em-pq-action-list h3 {
  margin: 1px 0 8px;
  font-size: 21px;
}

.em-pq-levels p,
.em-pq-action-list p {
  margin-bottom: 9px;
  color: var(--pq-muted);
}

.em-pq-levels p:last-child,
.em-pq-action-list p:last-child {
  margin-bottom: 0;
}

.em-pq-related {
  margin: 32px 0 0;
  padding: 26px;
  border: 1px solid var(--pq-border);
  border-radius: 18px;
  background: var(--pq-soft);
}

.em-pq-related h3 {
  margin: 0 0 16px;
  font-size: 23px;
}

.em-pq-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.em-pq-related-grid a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--pq-border);
  border-radius: 14px;
  color: var(--pq-text);
  background: #ffffff;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease;
}

.em-pq-related-grid a:hover {
  border-color: #9eb9e5;
  transform: translateY(-1px);
}

.em-pq-related-grid strong {
  color: var(--pq-primary-dark);
  font-size: 18px;
}

.em-pq-related-grid span {
  color: var(--pq-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-pq-case-list {
  display: grid;
  gap: 15px;
  margin: 28px 0;
}

.em-pq-case-list article {
  padding: 24px;
  border: 1px solid var(--pq-border);
  border-radius: 17px;
  background: #ffffff;
}

.em-pq-case-list h3 {
  margin: 5px 0 10px;
  font-size: 22px;
}

.em-pq-case-list p:last-child {
  margin-bottom: 0;
  color: var(--pq-muted);
}

.em-pq-small {
  color: var(--pq-muted);
  font-size: 14px;
}

.em-pq-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(270px, 0.75fr);
  gap: 34px;
  align-items: center;
  margin-top: 70px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #0a357d, #155eef);
}

.em-pq-cta h2 {
  margin-top: 8px;
  color: #ffffff;
}

.em-pq-cta .em-pq-kicker {
  color: #dce8ff;
}

.em-pq-cta p {
  color: #eef4ff;
}

.em-pq-cta-note {
  margin-bottom: 0 !important;
  font-size: 14px;
  opacity: 0.9;
}

.em-pq-cta-actions {
  align-content: center;
  margin-top: 0;
}

.em-pq-button-light {
  color: var(--pq-primary-dark) !important;
  background: #ffffff;
}

.em-pq-button-light:hover {
  background: #edf3ff;
}

.em-pq-button-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
}

.em-pq-button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.em-pq-cta-link {
  width: 100%;
  color: #ffffff !important;
  font-weight: 700;
}

.em-pq-faq-list {
  display: grid;
  gap: 12px;
}

.em-pq-faq-list details {
  overflow: hidden;
  border: 1px solid var(--pq-border);
  border-radius: 14px;
  background: #ffffff;
}

.em-pq-faq-list summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.em-pq-faq-list summary::-webkit-details-marker {
  display: none;
}

.em-pq-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--pq-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.em-pq-faq-list details[open] summary::after {
  content: "−";
}

.em-pq-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--pq-muted);
}

@media (max-width: 980px) {
  .em-pq-facts,
  .em-pq-answer-grid,
  .em-pq-source-grid,
  .em-pq-event-grid,
  .em-pq-mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-pq-voltage-grid {
    grid-template-columns: 1fr;
  }

  .em-pq-voltage-grid article {
    min-height: 0;
  }

  .em-pq-cta {
    grid-template-columns: 1fr;
  }

  .em-pq-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .em-pq {
    font-size: 16px;
  }

  .em-pq-hero {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .em-pq-facts,
  .em-pq-answer-grid,
  .em-pq-source-grid,
  .em-pq-event-grid,
  .em-pq-responsibility-grid,
  .em-pq-mistake-grid,
  .em-pq-compare,
  .em-pq-related-grid,
  .em-pq-nav ul {
    grid-template-columns: 1fr;
  }

  .em-pq-facts article {
    min-height: 0;
  }

  .em-pq-section {
    margin-top: 48px;
  }

  .em-pq-actions,
  .em-pq-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .em-pq-button {
    width: 100%;
  }

  .em-pq-table-wrap {
    border-radius: 13px;
  }

  .em-pq th,
  .em-pq td {
    padding: 14px;
  }

  .em-pq-note {
    padding: 19px;
  }

  .em-pq-levels article,
  .em-pq-action-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .em-pq-level-number,
  .em-pq-action-list article > span {
    width: 38px;
    height: 38px;
  }

  .em-pq-related {
    padding: 20px;
  }

  .em-pq-cta {
    padding: 28px 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-pq-button,
  .em-pq-related-grid a {
    transition: none;
  }

  .em-pq-button:hover,
  .em-pq-related-grid a:hover {
    transform: none;
  }
}/* End custom CSS */