/* Start custom CSS for html, class: .elementor-element-c194ad4 */.em-dc {
  --dc-text: #172033;
  --dc-muted: #596477;
  --dc-line: #dde4ec;
  --dc-soft: #f4f7fa;
  --dc-blue: #145be8;
  --dc-blue-dark: #0b377f;
  --dc-cyan: #eaf5ff;
  --dc-green-soft: #eaf8f1;
  --dc-orange: #a64b00;
  --dc-orange-soft: #fff3e5;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--dc-text);
  font-size: 18px;
  line-height: 1.72;
}

.em-dc * { box-sizing: border-box; }

.em-dc h1,
.em-dc h2,
.em-dc h3 {
  margin-top: 0;
  color: var(--dc-text);
  line-height: 1.22;
}

.em-dc h1 {
  margin-bottom: 22px;
  font-size: clamp(35px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.em-dc h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3.6vw, 41px);
  letter-spacing: -0.025em;
}

.em-dc h3 {
  margin: 34px 0 12px;
  font-size: clamp(21px, 2.2vw, 27px);
}

.em-dc p,
.em-dc ul,
.em-dc ol { margin-top: 0; margin-bottom: 20px; }
.em-dc ul,
.em-dc ol { padding-left: 24px; }
.em-dc li { margin-bottom: 8px; }

.em-dc a {
  color: var(--dc-blue-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.em-dc a:hover { text-decoration-thickness: 2px; }

.em-dc section {
  margin-top: 72px;
  scroll-margin-top: 110px;
}

.em-dc-hero {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--dc-line);
  border-radius: 28px;
  background: radial-gradient(circle at 94% 5%, rgba(20, 91, 232, 0.15), transparent 33%), linear-gradient(145deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
}

.em-dc-kicker {
  margin-bottom: 12px !important;
  color: var(--dc-blue-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-dc-lead {
  max-width: 940px;
  color: var(--dc-muted);
  font-size: clamp(19px, 2vw, 23px);
}

.em-dc-answer {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 5px solid var(--dc-blue);
  border-radius: 14px;
  background: #ffffff;
}
.em-dc-answer p { margin: 6px 0 0; }

.em-dc-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.em-dc-facts > div {
  padding: 20px;
  border: 1px solid var(--dc-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}
.em-dc-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--dc-blue);
  font-size: 13px;
  font-weight: 900;
}
.em-dc-facts strong { display: block; margin-bottom: 6px; }
.em-dc-facts p {
  margin: 0;
  color: var(--dc-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-dc-toc {
  margin-top: 34px;
  padding: 26px 30px;
  border: 1px solid var(--dc-line);
  border-radius: 20px;
  background: var(--dc-soft);
}
.em-dc-toc ol {
  columns: 2;
  column-gap: 52px;
  margin: 14px 0 0;
}
.em-dc-toc li { break-inside: avoid; }

.em-dc-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}
.em-dc-compare > div {
  padding: 24px;
  border-radius: 18px;
}
.em-dc-compare > div:first-child {
  border: 1px solid #f3c18f;
  background: var(--dc-orange-soft);
}
.em-dc-compare > div:last-child {
  border: 1px solid #afe0c8;
  background: var(--dc-green-soft);
}
.em-dc-compare h3 { margin: 0 0 12px; }

.em-dc-note,
.em-dc-warning {
  margin: 30px 0;
  padding: 24px 26px;
  border-radius: 18px;
}
.em-dc-note {
  border: 1px solid #b9d8ff;
  background: var(--dc-cyan);
}
.em-dc-warning {
  border: 1px solid #efbd86;
  background: var(--dc-orange-soft);
}
.em-dc-warning strong { color: var(--dc-orange); }
.em-dc-note p:last-child,
.em-dc-warning p:last-child { margin-bottom: 0; }

.em-dc-zones {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}
.em-dc-zones > div {
  padding: 20px;
  border: 1px solid var(--dc-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(23, 32, 51, 0.045);
}
.em-dc-zones span {
  display: inline-grid;
  min-width: 46px;
  height: 34px;
  margin-bottom: 14px;
  padding: 0 10px;
  place-items: center;
  border-radius: 9px;
  background: var(--dc-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}
.em-dc-zones h3 { margin: 0 0 8px; font-size: 18px; }
.em-dc-zones p {
  margin: 0;
  color: var(--dc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-dc-table-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--dc-line);
  border-radius: 18px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}
.em-dc-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}
.em-dc-table th,
.em-dc-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--dc-line);
  text-align: left;
  vertical-align: top;
}
.em-dc-table th { background: var(--dc-soft); font-weight: 800; }
.em-dc-table tr:last-child td { border-bottom: 0; }

.em-dc-docs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.em-dc-docs > div {
  padding: 20px;
  border: 1px solid var(--dc-line);
  border-radius: 15px;
  background: #ffffff;
}
.em-dc-docs strong { display: block; margin-bottom: 7px; }
.em-dc-docs p { margin: 0; color: var(--dc-muted); font-size: 15px; }

.em-dc-errors {
  list-style: none;
  counter-reset: dc-error;
  padding: 0;
}
.em-dc-errors li {
  position: relative;
  margin-bottom: 16px;
  padding: 21px 22px 21px 72px;
  border: 1px solid var(--dc-line);
  border-radius: 16px;
  background: #ffffff;
}
.em-dc-errors li::before {
  counter-increment: dc-error;
  content: counter(dc-error);
  position: absolute;
  top: 19px;
  left: 19px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--dc-orange-soft);
  color: var(--dc-orange);
  font-weight: 900;
}
.em-dc-errors p { margin: 6px 0 0; color: var(--dc-muted); }

.em-dc-standards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.em-dc-standards > div {
  padding: 20px 22px;
  border-left: 4px solid var(--dc-blue);
  border-radius: 10px;
  background: var(--dc-soft);
}
.em-dc-standards p { margin: 6px 0 0; color: var(--dc-muted); font-size: 16px; }

.em-dc-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 28px 0;
}
.em-dc-checklist label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 15px 17px;
  border: 1px solid var(--dc-line);
  border-radius: 13px;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.em-dc-checklist input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.em-dc-summary {
  padding: clamp(28px, 5vw, 48px);
  border-radius: 24px;
  background: var(--dc-text);
  color: #ffffff;
}
.em-dc-summary h2 { color: #ffffff; }
.em-dc-summary p:last-child { margin-bottom: 0; }

.em-dc-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--dc-line);
  border-radius: 14px;
  background: #ffffff;
}
.em-dc-faq summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 800;
  line-height: 1.4;
}
.em-dc-faq details p { margin: 0; padding: 0 22px 20px; color: var(--dc-muted); }

.em-dc-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.em-dc-link-grid a {
  display: block;
  padding: 22px;
  border: 1px solid var(--dc-line);
  border-radius: 16px;
  background: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.em-dc-link-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}
.em-dc-link-grid strong { display: block; margin-bottom: 6px; color: var(--dc-text); font-size: 19px; }
.em-dc-link-grid span { color: var(--dc-muted); font-size: 16px; }

.em-dc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.5fr);
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid #b9d8ff;
  border-radius: 26px;
  background: linear-gradient(145deg, #edf6ff 0%, #ffffff 100%);
}
.em-dc-cta h2 { margin-bottom: 14px; }
.em-dc-cta p:last-child { margin-bottom: 0; }
.em-dc-actions { display: flex; flex-direction: column; gap: 12px; }
.em-dc-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.em-dc-btn:hover { transform: translateY(-1px); }
.em-dc-btn-primary {
  background: var(--dc-blue);
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(20, 91, 232, 0.22);
}
.em-dc-btn-secondary {
  border: 1px solid var(--dc-blue);
  background: #ffffff;
  color: var(--dc-blue-dark) !important;
}

@media (max-width: 980px) {
  .em-dc-facts,
  .em-dc-docs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .em-dc-zones { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .em-dc { font-size: 17px; line-height: 1.65; }
  .em-dc section { margin-top: 54px; }
  .em-dc-toc ol { columns: 1; }
  .em-dc-compare,
  .em-dc-standards,
  .em-dc-checklist,
  .em-dc-link-grid,
  .em-dc-cta { grid-template-columns: 1fr; }
  .em-dc-hero,
  .em-dc-summary,
  .em-dc-cta { border-radius: 20px; }
}

@media (max-width: 580px) {
  .em-dc { font-size: 16px; }
  .em-dc-hero { padding: 24px 20px; }
  .em-dc-facts,
  .em-dc-docs,
  .em-dc-zones { grid-template-columns: 1fr; }
  .em-dc-toc { padding: 22px 20px; }
  .em-dc-note,
  .em-dc-warning,
  .em-dc-compare > div { padding: 20px; }
  .em-dc-errors li { padding: 65px 18px 18px; }
  .em-dc-errors li::before { top: 15px; left: 18px; }
  .em-dc-cta { padding: 26px 20px; }
}/* End custom CSS */