/* Start custom CSS for html, class: .elementor-element-4e56f1a */.em-shield-article {
  --em-bg: #f6f8fb;
  --em-surface: #ffffff;
  --em-text: #172033;
  --em-muted: #5f6b7a;
  --em-line: #dfe5ec;
  --em-dark: #111827;
  --em-accent: #f97316;
  --em-accent-dark: #d95d0b;
  --em-green: #147d55;
  --em-green-bg: #edf9f4;
  --em-red: #b42318;
  --em-red-bg: #fff1f0;
  --em-yellow: #9a6700;
  --em-yellow-bg: #fff8df;
  --em-blue: #175cd3;
  --em-blue-bg: #eef4ff;
  color: var(--em-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-shield-article *,
.em-shield-article *::before,
.em-shield-article *::after {
  box-sizing: border-box;
}

.em-shield-article article {
  width: 100%;
}

.em-shield-article h1,
.em-shield-article h2,
.em-shield-article h3 {
  color: var(--em-dark);
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.em-shield-article h1 {
  font-size: clamp(34px, 5vw, 58px);
  max-width: 1050px;
  margin-bottom: 22px;
}

.em-shield-article h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 20px;
}

.em-shield-article h3 {
  font-size: clamp(21px, 2.4vw, 26px);
  margin-bottom: 12px;
}

.em-shield-article p {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-shield-article a {
  color: var(--em-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-shield-article a:hover {
  color: var(--em-accent);
}

.em-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 76px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(249, 115, 22, 0.28), transparent 28%),
    linear-gradient(135deg, #111827 0%, #1f2937 56%, #263244 100%);
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.18);
}

.em-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 54px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.em-hero__content {
  position: relative;
  z-index: 1;
}

.em-hero h1,
.em-hero p {
  color: #ffffff;
}

.em-kicker,
.em-section__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--em-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.em-kicker::before,
.em-section__label::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background: currentColor;
}

.em-lead {
  max-width: 990px;
  font-size: clamp(19px, 2.3vw, 24px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88) !important;
}

.em-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.em-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.em-fact {
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.em-fact strong,
.em-fact span {
  display: block;
}

.em-fact strong {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 19px;
}

.em-fact span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.45;
}

.em-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.em-btn {
  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 0.18s ease, border-color 0.18s ease;
}

.em-btn:hover {
  transform: translateY(-2px);
}

.em-btn--primary {
  background: var(--em-accent);
  color: #ffffff !important;
}

.em-btn--primary:hover {
  background: var(--em-accent-dark);
  color: #ffffff !important;
}

.em-btn--secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

.em-btn--secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.em-btn--ghost {
  border-color: var(--em-line);
  background: #ffffff;
  color: var(--em-dark) !important;
}

.em-btn--ghost:hover {
  border-color: var(--em-accent);
  color: var(--em-accent-dark) !important;
}

.em-btn--light {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #ffffff !important;
}

.em-small {
  color: var(--em-muted);
  font-size: 14px;
  line-height: 1.55;
}

.em-hero .em-small {
  max-width: 920px;
  margin-top: 18px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
}

.em-toc {
  margin: 28px 0 0;
  padding: 24px;
  border: 1px solid var(--em-line);
  border-radius: 20px;
  background: var(--em-surface);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.em-toc > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--em-dark);
  font-size: 18px;
}

.em-toc__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.em-toc a {
  position: relative;
  padding-left: 17px;
  color: var(--em-text);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.em-toc a::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--em-accent);
}

.em-toc a:hover {
  color: var(--em-accent-dark);
}

.em-section {
  scroll-margin-top: 100px;
  margin-top: clamp(50px, 7vw, 84px);
}

.em-section > p,
.em-section > h2,
.em-section > h3,
.em-section > ul,
.em-section > .em-small {
  max-width: 1040px;
}

.em-grid {
  display: grid;
  gap: 18px;
}

.em-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-card {
  padding: 25px;
  border: 1px solid var(--em-line);
  border-radius: 20px;
  background: var(--em-surface);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.em-card p {
  margin-bottom: 0;
  color: var(--em-muted);
}

.em-callout {
  margin: 26px 0;
  padding: 23px 25px;
  border: 1px solid transparent;
  border-left-width: 5px;
  border-radius: 15px;
}

.em-callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--em-dark);
  font-size: 19px;
}

.em-callout p:last-child,
.em-callout ul:last-child {
  margin-bottom: 0;
}

.em-callout--answer {
  border-color: #b8d3ff;
  border-left-color: var(--em-blue);
  background: var(--em-blue-bg);
}

.em-callout--warning {
  border-color: #f1d789;
  border-left-color: #e0a800;
  background: var(--em-yellow-bg);
}

.em-callout--danger {
  border-color: #ffc9c5;
  border-left-color: var(--em-red);
  background: var(--em-red-bg);
}

.em-callout--safety {
  border-color: #b7e3d1;
  border-left-color: var(--em-green);
  background: var(--em-green-bg);
}

.em-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  background: var(--em-surface);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  -webkit-overflow-scrolling: touch;
}

.em-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--em-text);
}

.em-table th,
.em-table td {
  padding: 17px 19px;
  border-bottom: 1px solid var(--em-line);
  vertical-align: top;
  text-align: left;
}

.em-table th {
  background: #f1f4f8;
  color: var(--em-dark);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.em-table td {
  font-size: 15px;
  line-height: 1.6;
}

.em-table tbody tr:last-child td {
  border-bottom: 0;
}

.em-table tbody tr:hover td {
  background: #fbfcfe;
}

.em-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-panel {
  padding: 25px;
  border-radius: 20px;
}

.em-panel--good {
  border: 1px solid #b7e3d1;
  background: var(--em-green-bg);
}

.em-panel--bad {
  border: 1px solid #ffc9c5;
  background: var(--em-red-bg);
}

.em-list {
  margin: 0 0 20px;
  padding-left: 22px;
}

.em-list li {
  margin-bottom: 9px;
}

.em-list li:last-child {
  margin-bottom: 0;
}

.em-list--check,
.em-list--cross {
  list-style: none;
  padding-left: 0;
}

.em-list--check li,
.em-list--cross li {
  position: relative;
  padding-left: 28px;
}

.em-list--check li::before,
.em-list--cross li::before {
  position: absolute;
  top: 0.03em;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}

.em-list--check li::before {
  content: "✓";
  background: var(--em-green);
}

.em-list--cross li::before {
  content: "×";
  background: var(--em-red);
}

.em-list--columns {
  columns: 2;
  column-gap: 44px;
  max-width: 1040px;
}

.em-list--columns li {
  break-inside: avoid;
}

.em-steps {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.em-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 23px;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  background: var(--em-surface);
}

.em-step__number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--em-dark);
  color: #ffffff;
  font-weight: 900;
}

.em-step p {
  margin-bottom: 0;
  color: var(--em-muted);
}

.em-link-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.em-link-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-link-card {
  display: block;
  padding: 23px;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  background: var(--em-surface);
  color: var(--em-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-link-card:hover {
  transform: translateY(-3px);
  border-color: var(--em-accent);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.em-link-card strong,
.em-link-card span {
  display: block;
}

.em-link-card strong {
  margin-bottom: 8px;
  color: var(--em-dark);
  font-size: 19px;
}

.em-link-card span {
  color: var(--em-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-process {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.em-process li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  background: var(--em-surface);
}

.em-process li > span {
  color: var(--em-accent);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}

.em-process h3 {
  margin-bottom: 7px;
}

.em-process p {
  margin-bottom: 0;
  color: var(--em-muted);
}

.em-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 32px;
}

.em-price-card {
  padding: 26px;
  border: 1px solid var(--em-line);
  border-top: 5px solid var(--em-accent);
  border-radius: 20px;
  background: var(--em-surface);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.em-price-card span,
.em-price-card strong {
  display: block;
}

.em-price-card span {
  margin-bottom: 7px;
  color: var(--em-muted);
  font-size: 15px;
  font-weight: 700;
}

.em-price-card strong {
  margin-bottom: 12px;
  color: var(--em-dark);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.em-price-card p {
  margin-bottom: 0;
  color: var(--em-muted);
  font-size: 15px;
}

.em-norms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
}

.em-norm {
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: 17px;
  background: #fbfcfe;
}

.em-norm strong {
  display: block;
  margin-bottom: 7px;
  color: var(--em-dark);
}

.em-norm p {
  margin-bottom: 0;
  color: var(--em-muted);
  font-size: 15px;
}

.em-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.em-checklist label {
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  background: var(--em-surface);
  color: var(--em-text);
  font-size: 15px;
  line-height: 1.45;
}

.em-checklist input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--em-accent);
  opacity: 1;
}

.em-faq {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.em-faq details {
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-radius: 15px;
  background: var(--em-surface);
}

.em-faq summary {
  position: relative;
  padding: 19px 56px 19px 20px;
  color: var(--em-dark);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.em-faq summary::-webkit-details-marker {
  display: none;
}

.em-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f1f4f8;
  color: var(--em-dark);
  font-size: 21px;
  line-height: 27px;
  text-align: center;
}

.em-faq details[open] summary::after {
  content: "−";
  background: var(--em-accent);
  color: #ffffff;
}

.em-faq details > div {
  padding: 0 20px 19px;
}

.em-faq details p {
  margin-bottom: 0;
  color: var(--em-muted);
}

.em-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.27), transparent 33%),
    var(--em-dark);
  color: #ffffff;
}

.em-cta h2,
.em-cta p {
  color: #ffffff;
}

.em-cta .em-section__label {
  color: var(--em-accent);
}

.em-cta .em-actions {
  flex-direction: column;
  margin-top: 0;
}

.em-cta .em-btn {
  width: 100%;
}

.em-guarantee {
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 980px) {
  .em-hero__facts,
  .em-link-cards--3 {
    grid-template-columns: 1fr;
  }

  .em-cta {
    grid-template-columns: 1fr;
  }

  .em-cta .em-actions {
    flex-direction: row;
  }

  .em-cta .em-btn {
    width: auto;
  }
}

@media (max-width: 760px) {
  .em-shield-article {
    font-size: 16px;
    line-height: 1.67;
  }

  .em-hero {
    padding: 29px 21px;
    border-radius: 20px;
  }

  .em-hero__facts,
  .em-grid--2,
  .em-split,
  .em-link-cards,
  .em-price-grid,
  .em-norms,
  .em-checklist {
    grid-template-columns: 1fr;
  }

  .em-toc {
    padding: 20px;
  }

  .em-toc__grid {
    grid-template-columns: 1fr;
  }

  .em-list--columns {
    columns: 1;
  }

  .em-actions,
  .em-cta .em-actions {
    flex-direction: column;
  }

  .em-btn,
  .em-cta .em-btn {
    width: 100%;
  }

  .em-step {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
    padding: 19px;
  }

  .em-step__number {
    width: 42px;
    height: 42px;
  }

  .em-process li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .em-process li > span {
    font-size: 23px;
  }

  .em-callout,
  .em-card,
  .em-panel,
  .em-price-card,
  .em-norm,
  .em-link-card {
    padding: 20px;
  }

  .em-cta {
    padding: 27px 21px;
    border-radius: 20px;
  }
}

@media (max-width: 430px) {
  .em-shield-article h1 {
    font-size: 31px;
  }

  .em-shield-article h2 {
    font-size: 27px;
  }

  .em-shield-article h3 {
    font-size: 21px;
  }

  .em-meta {
    display: grid;
    gap: 7px;
  }

  .em-fact {
    min-height: 0;
  }

  .em-table th,
  .em-table td {
    padding: 14px;
  }

  .em-faq summary {
    padding: 17px 52px 17px 17px;
  }

  .em-faq details > div {
    padding: 0 17px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-btn,
  .em-link-card {
    transition: none;
  }

  .em-btn:hover,
  .em-link-card:hover {
    transform: none;
  }
}/* End custom CSS */