/* Start custom CSS for html, class: .elementor-element-f417ae8 */.em-sg {
  --sg-primary: #155eef;
  --sg-primary-dark: #0b3f9c;
  --sg-text: #172033;
  --sg-muted: #5d687a;
  --sg-border: #dce3ed;
  --sg-soft: #f5f8fc;
  --sg-blue-soft: #eaf3ff;
  --sg-warning: #fff5d9;
  --sg-danger: #fff0f0;
  --sg-success: #eaf8ef;
  --sg-radius: 18px;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--sg-text);
  font-size: 17px;
  line-height: 1.68;
}

.em-sg,
.em-sg * {
  box-sizing: border-box;
}

.em-sg h1,
.em-sg h2,
.em-sg h3 {
  color: var(--sg-text);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-sg h1 {
  max-width: 1040px;
  margin: 12px 0 20px;
  font-size: clamp(34px, 5vw, 58px);
}

.em-sg h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-sg h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 2.5vw, 27px);
}

.em-sg p {
  margin: 0 0 18px;
}

.em-sg a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-sg-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid var(--sg-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-sg-kicker {
  margin: 0;
  color: var(--sg-primary-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.em-sg-lead {
  max-width: 980px;
  color: #3d4960;
  font-size: clamp(18px, 2vw, 22px);
}

.em-sg-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.em-sg-facts article {
  display: flex;
  min-height: 166px;
  flex-direction: column;
  gap: 8px;
  padding: 21px;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
}

.em-sg-facts strong {
  color: var(--sg-primary-dark);
  font-size: 20px;
  line-height: 1.28;
}

.em-sg-facts span {
  color: var(--sg-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-sg-actions,
.em-sg-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.em-sg-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-sg-button:hover {
  transform: translateY(-1px);
}

.em-sg-button-primary {
  color: #ffffff !important;
  background: var(--sg-primary);
  box-shadow: 0 10px 24px rgba(21, 94, 239, 0.22);
}

.em-sg-button-primary:hover {
  background: var(--sg-primary-dark);
}

.em-sg-button-secondary {
  color: var(--sg-primary-dark) !important;
  border-color: #b7c8e5;
  background: #ffffff;
}

.em-sg-button-secondary:hover {
  background: #f1f5fc;
}

.em-sg-nav {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--sg-border);
  border-radius: var(--sg-radius);
  background: #ffffff;
}

.em-sg-nav > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

.em-sg-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  margin: 0;
  padding-left: 20px;
}

.em-sg-nav a {
  color: var(--sg-primary-dark);
}

.em-sg-section {
  scroll-margin-top: 90px;
  margin-top: 64px;
}

.em-sg-section > p,
.em-sg-section > ul,
.em-sg-section > ol {
  max-width: 1000px;
}

.em-sg-answer-grid,
.em-sg-reason-grid,
.em-sg-meter-grid,
.em-sg-interoperability-grid,
.em-sg-demand-grid,
.em-sg-der-grid,
.em-sg-quality-grid,
.em-sg-cyber-grid,
.em-sg-consumer-grid,
.em-sg-limits-grid,
.em-sg-trend-grid,
.em-sg-mistake-grid {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.em-sg-answer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-sg-reason-grid,
.em-sg-meter-grid,
.em-sg-demand-grid,
.em-sg-der-grid,
.em-sg-quality-grid,
.em-sg-consumer-grid,
.em-sg-limits-grid,
.em-sg-trend-grid,
.em-sg-mistake-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-sg-interoperability-grid,
.em-sg-cyber-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-sg-answer-grid article,
.em-sg-reason-grid article,
.em-sg-meter-grid article,
.em-sg-interoperability-grid article,
.em-sg-demand-grid article,
.em-sg-der-grid article,
.em-sg-quality-grid article,
.em-sg-cyber-grid article,
.em-sg-consumer-grid article,
.em-sg-limits-grid article,
.em-sg-trend-grid article,
.em-sg-mistake-grid article {
  padding: 21px;
  border: 1px solid var(--sg-border);
  border-radius: 16px;
  background: #ffffff;
}

.em-sg-answer-grid span,
.em-sg-cyber-grid span,
.em-sg-trend-grid span,
.em-sg-mistake-grid span {
  color: var(--sg-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.em-sg-answer-grid h3,
.em-sg-interoperability-grid h3,
.em-sg-cyber-grid h3,
.em-sg-trend-grid h3,
.em-sg-mistake-grid h3 {
  margin: 7px 0 9px;
  font-size: 20px;
}

.em-sg-answer-grid p,
.em-sg-reason-grid p,
.em-sg-meter-grid p,
.em-sg-interoperability-grid p,
.em-sg-demand-grid p,
.em-sg-der-grid p,
.em-sg-quality-grid p,
.em-sg-cyber-grid p,
.em-sg-consumer-grid p,
.em-sg-limits-grid p,
.em-sg-trend-grid p,
.em-sg-mistake-grid p {
  margin: 0;
  color: var(--sg-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-sg-reason-grid strong,
.em-sg-meter-grid strong,
.em-sg-demand-grid strong,
.em-sg-der-grid strong,
.em-sg-quality-grid strong,
.em-sg-consumer-grid strong,
.em-sg-limits-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.em-sg-item-label {
  margin-bottom: 7px !important;
  color: var(--sg-primary);
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-sg-note {
  max-width: 1010px;
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 5px solid;
  border-radius: 14px;
}

.em-sg-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.em-sg-note p:last-child {
  margin-bottom: 0;
}

.em-sg-note-info {
  border-color: #3c84dd;
  background: var(--sg-blue-soft);
}

.em-sg-note-warning {
  border-color: #d39a00;
  background: var(--sg-warning);
}

.em-sg-note-danger {
  border-color: #d64545;
  background: var(--sg-danger);
}

.em-sg-note-success {
  border-color: #2f9859;
  background: var(--sg-success);
}

.em-sg-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--sg-border);
  border-radius: var(--sg-radius);
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-sg table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.em-sg th,
.em-sg td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--sg-border);
  vertical-align: top;
  text-align: left;
}

.em-sg th {
  color: #26334b;
  background: #f1f5fa;
  font-size: 15px;
  font-weight: 800;
}

.em-sg td {
  font-size: 16px;
}

.em-sg tr:last-child td {
  border-bottom: 0;
}

.em-sg-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.em-sg-compare article {
  padding: 24px;
  border: 1px solid var(--sg-border);
  border-radius: 17px;
  background: #ffffff;
}

.em-sg-compare h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.em-sg-compare ul {
  margin: 0;
  padding-left: 21px;
}

.em-sg-compare li {
  margin-bottom: 9px;
}

.em-sg-list {
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.em-sg-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 34px;
}

.em-sg-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-sg-layer-list,
.em-sg-process {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.em-sg-layer-list article,
.em-sg-process article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  padding: 22px;
  border: 1px solid var(--sg-border);
  border-radius: 16px;
  background: #ffffff;
}

.em-sg-layer-list article > span,
.em-sg-process article > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--sg-primary);
  font-size: 16px;
  font-weight: 900;
}

.em-sg-layer-list h3,
.em-sg-process h3 {
  margin: 1px 0 8px;
  font-size: 21px;
}

.em-sg-layer-list p,
.em-sg-process p {
  margin: 0;
  color: var(--sg-muted);
}

.em-sg-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.em-sg-related-grid a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  border: 1px solid var(--sg-border);
  border-radius: 15px;
  color: var(--sg-text);
  background: var(--sg-soft);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease;
}

.em-sg-related-grid a:hover {
  border-color: #9eb9e5;
  transform: translateY(-1px);
}

.em-sg-related-grid strong {
  color: var(--sg-primary-dark);
  font-size: 19px;
}

.em-sg-related-grid span {
  color: var(--sg-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-sg-small {
  color: var(--sg-muted);
  font-size: 14px;
}

.em-sg-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-sg-cta h2 {
  margin-top: 8px;
  color: #ffffff;
}

.em-sg-cta .em-sg-kicker {
  color: #dce8ff;
}

.em-sg-cta p {
  color: #eef4ff;
}

.em-sg-cta-note {
  margin-bottom: 0 !important;
  font-size: 14px;
  opacity: 0.9;
}

.em-sg-cta-actions {
  align-content: center;
  margin-top: 0;
}

.em-sg-button-light {
  color: var(--sg-primary-dark) !important;
  background: #ffffff;
}

.em-sg-button-light:hover {
  background: #edf3ff;
}

.em-sg-button-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
}

.em-sg-button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.em-sg-cta-link {
  width: 100%;
  color: #ffffff !important;
  font-weight: 700;
}

.em-sg-faq-list {
  display: grid;
  gap: 12px;
}

.em-sg-faq-list details {
  overflow: hidden;
  border: 1px solid var(--sg-border);
  border-radius: 14px;
  background: #ffffff;
}

.em-sg-faq-list summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.em-sg-faq-list summary::-webkit-details-marker {
  display: none;
}

.em-sg-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--sg-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.em-sg-faq-list details[open] summary::after {
  content: "−";
}

.em-sg-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--sg-muted);
}

@media (max-width: 980px) {
  .em-sg-facts,
  .em-sg-answer-grid,
  .em-sg-reason-grid,
  .em-sg-meter-grid,
  .em-sg-interoperability-grid,
  .em-sg-demand-grid,
  .em-sg-der-grid,
  .em-sg-quality-grid,
  .em-sg-cyber-grid,
  .em-sg-consumer-grid,
  .em-sg-limits-grid,
  .em-sg-trend-grid,
  .em-sg-mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-sg-cta {
    grid-template-columns: 1fr;
  }

  .em-sg-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .em-sg {
    font-size: 16px;
  }

  .em-sg-hero {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .em-sg-facts,
  .em-sg-answer-grid,
  .em-sg-reason-grid,
  .em-sg-meter-grid,
  .em-sg-interoperability-grid,
  .em-sg-demand-grid,
  .em-sg-der-grid,
  .em-sg-quality-grid,
  .em-sg-cyber-grid,
  .em-sg-consumer-grid,
  .em-sg-limits-grid,
  .em-sg-trend-grid,
  .em-sg-mistake-grid,
  .em-sg-compare,
  .em-sg-related-grid,
  .em-sg-nav ul {
    grid-template-columns: 1fr;
  }

  .em-sg-facts article {
    min-height: 0;
  }

  .em-sg-section {
    margin-top: 48px;
  }

  .em-sg-actions,
  .em-sg-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .em-sg-button {
    width: 100%;
  }

  .em-sg-table-wrap {
    border-radius: 13px;
  }

  .em-sg th,
  .em-sg td {
    padding: 14px;
  }

  .em-sg-note {
    padding: 19px;
  }

  .em-sg-layer-list article,
  .em-sg-process article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .em-sg-layer-list article > span,
  .em-sg-process article > span {
    width: 38px;
    height: 38px;
  }

  .em-sg-cta {
    padding: 28px 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-sg-button,
  .em-sg-related-grid a {
    transition: none;
  }

  .em-sg-button:hover,
  .em-sg-related-grid a:hover {
    transform: none;
  }
}/* End custom CSS */