/* Start custom CSS for html, class: .elementor-element-70fabfe */.em-soue2026 {
  --es26-accent: var(--global-palette1, #1769aa);
  --es26-accent-dark: var(--global-palette2, #124f80);
  --es26-text: var(--global-palette3, #1f2933);
  --es26-muted: #5d6975;
  --es26-border: #dce3ea;
  --es26-soft: #f5f8fb;
  --es26-info: #edf6ff;
  --es26-warning: #fff7e8;
  --es26-warning-border: #e3a33c;

  color: var(--es26-text);
  font-size: 17px;
  line-height: 1.72;
}

.em-soue2026 *,
.em-soue2026 *::before,
.em-soue2026 *::after {
  box-sizing: border-box;
}

.em-soue2026 section {
  margin: 42px 0;
  scroll-margin-top: 100px;
}

.em-soue2026 h2 {
  margin: 0 0 18px;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.em-soue2026 h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 3vw, 26px);
  line-height: 1.3;
}

.em-soue2026 p {
  margin: 0 0 18px;
}

.em-soue2026 ul,
.em-soue2026 ol {
  margin: 0 0 22px;
  padding-left: 25px;
}

.em-soue2026 li {
  margin: 8px 0;
}

.em-soue2026 a {
  color: var(--es26-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-soue2026 a:hover {
  color: var(--es26-accent-dark);
}

.em-soue2026__lead {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--es26-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #f6faff 0%, #ffffff 100%);
  box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.em-soue2026__lead p:last-child,
.em-soue2026__note p:last-child,
.em-soue2026__warning p:last-child {
  margin-bottom: 0;
}

.em-soue2026__summary {
  margin: 24px 0;
  padding: 24px;
  border-left: 5px solid var(--es26-accent);
  border-radius: 12px;
  background: var(--es26-info);
}

.em-soue2026__summary > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 21px;
}

.em-soue2026__summary ul {
  margin-bottom: 0;
}

.em-soue2026__nav {
  margin: 28px 0 38px;
  padding: 24px;
  border: 1px solid var(--es26-border);
  border-radius: 16px;
  background: var(--es26-soft);
}

.em-soue2026__nav > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.em-soue2026__nav ol {
  margin-bottom: 0;
  columns: 2;
  column-gap: 44px;
}

.em-soue2026__nav li {
  break-inside: avoid;
  margin: 0 0 9px;
}

.em-soue2026__note,
.em-soue2026__warning {
  margin: 24px 0;
  padding: 22px 24px;
  border-radius: 14px;
}

.em-soue2026__note {
  border: 1px solid #bddcf5;
  background: var(--es26-info);
}

.em-soue2026__warning {
  border: 1px solid var(--es26-warning-border);
  border-left-width: 5px;
  background: var(--es26-warning);
}

.em-soue2026__note > strong,
.em-soue2026__warning > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
}

.em-soue2026__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.em-soue2026__card {
  padding: 23px;
  border: 1px solid var(--es26-border);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.05);
}

.em-soue2026__card h3 {
  margin-top: 0;
  margin-bottom: 9px;
}

.em-soue2026__card p:last-child {
  margin-bottom: 0;
  color: var(--es26-muted);
}

.em-soue2026__table-wrap {
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--es26-border);
  border-radius: 14px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.em-soue2026__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.55;
}

.em-soue2026__table th,
.em-soue2026__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--es26-border);
  text-align: left;
  vertical-align: top;
}

.em-soue2026__table th {
  background: var(--es26-soft);
  font-weight: 700;
}

.em-soue2026__table tr:last-child td {
  border-bottom: 0;
}

.em-soue2026__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--es26-border);
  border-radius: 15px;
  background: var(--es26-soft);
}

.em-soue2026__checklist label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.em-soue2026__checklist input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex: 0 0 auto;
  accent-color: var(--es26-accent);
}

.em-soue2026__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.em-soue2026__mistakes > div {
  padding: 21px;
  border: 1px solid var(--es26-border);
  border-radius: 13px;
  background: #ffffff;
}

.em-soue2026__mistakes strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.em-soue2026__mistakes p {
  margin-bottom: 0;
  color: var(--es26-muted);
}

.em-soue2026__services {
  padding: clamp(24px, 5vw, 42px);
  border-radius: 20px;
  background: #eef6fc;
}

.em-soue2026__services h2 {
  margin-top: 0;
}

.em-soue2026__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.em-soue2026__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--es26-accent);
  border-radius: 10px;
  background: #ffffff;
  color: var(--es26-accent) !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.em-soue2026__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 105, 170, 0.16);
}

.em-soue2026__button--primary {
  background: var(--es26-accent);
  color: #ffffff !important;
}

.em-soue2026__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
}

.em-soue2026__links a {
  font-weight: 600;
}

.em-soue2026__faq {
  display: grid;
  gap: 12px;
}

.em-soue2026__faq details {
  overflow: hidden;
  border: 1px solid var(--es26-border);
  border-radius: 13px;
  background: #ffffff;
}

.em-soue2026__faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.em-soue2026__faq summary::-webkit-details-marker {
  display: none;
}

.em-soue2026__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--es26-accent);
  font-size: 28px;
  font-weight: 400;
}

.em-soue2026__faq details[open] summary::after {
  content: "−";
}

.em-soue2026__faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--es26-muted);
}

@media (max-width: 780px) {
  .em-soue2026 {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-soue2026 section {
    margin: 34px 0;
  }

  .em-soue2026__nav ol {
    columns: 1;
  }

  .em-soue2026__grid,
  .em-soue2026__checklist,
  .em-soue2026__mistakes {
    grid-template-columns: 1fr;
  }

  .em-soue2026__lead,
  .em-soue2026__summary,
  .em-soue2026__nav,
  .em-soue2026__note,
  .em-soue2026__warning,
  .em-soue2026__card {
    padding: 20px;
  }

  .em-soue2026__buttons {
    flex-direction: column;
  }

  .em-soue2026__button {
    width: 100%;
  }

  .em-soue2026__links {
    flex-direction: column;
    gap: 9px;
  }
}

@media (max-width: 480px) {
  .em-soue2026 h2 {
    font-size: 27px;
  }

  .em-soue2026 h3 {
    font-size: 21px;
  }

  .em-soue2026__table {
    min-width: 680px;
    font-size: 15px;
  }

  .em-soue2026__table th,
  .em-soue2026__table td {
    padding: 14px;
  }

  .em-soue2026__services {
    padding: 22px 18px;
    border-radius: 15px;
  }
}/* End custom CSS */