/* Start custom CSS for html, class: .elementor-element-8bc727a */.em-ten {
  --ten-text: #20262c;
  --ten-muted: #606a74;
  --ten-border: #dfe4e8;
  --ten-soft: #f5f7f8;
  --ten-dark: #17212b;
  --ten-accent: #e6a500;
  --ten-accent-dark: #765600;
  --ten-blue: #1b6595;
  --ten-blue-soft: #eef7fd;
  --ten-danger: #7a2222;
  --ten-danger-bg: #fff3f3;
  max-width: 1060px;
  margin: 0 auto;
  color: var(--ten-text);
  font-size: 18px;
  line-height: 1.68;
}

.em-ten,
.em-ten * {
  box-sizing: border-box;
}

.em-ten h1,
.em-ten h2,
.em-ten h3 {
  color: #14191e;
  line-height: 1.22;
  text-wrap: balance;
}

.em-ten h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.em-ten h2 {
  margin: 58px 0 20px;
  font-size: clamp(28px, 3.5vw, 41px);
  letter-spacing: -0.025em;
}

.em-ten h3 {
  margin: 30px 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
}

.em-ten p {
  margin: 0 0 20px;
}

.em-ten a {
  color: #165d91;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-ten__hero {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--ten-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(230, 165, 0, 0.18), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f6f8f9 100%);
}

.em-ten__eyebrow {
  margin-bottom: 14px !important;
  color: var(--ten-accent-dark);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-ten__lead {
  max-width: 920px;
  color: #35404a;
  font-size: clamp(19px, 2.2vw, 23px);
}

.em-ten__answer {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 5px solid var(--ten-accent);
  border-radius: 0 14px 14px 0;
  background: #fff8e5;
}

.em-ten__toc {
  margin: 34px 0 18px;
  padding: 24px 28px;
  border: 1px solid var(--ten-border);
  border-radius: 18px;
  background: #fff;
}

.em-ten__toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.em-ten__toc ol {
  columns: 2;
  column-gap: 44px;
  margin: 0;
  padding-left: 24px;
}

.em-ten__toc li {
  margin: 7px 0;
  break-inside: avoid;
}

.em-ten__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0 31px;
}

.em-ten__card,
.em-ten__check-grid article,
.em-ten__panel article,
.em-ten__docs article {
  padding: 23px;
  border: 1px solid var(--ten-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 28, 36, 0.04);
}

.em-ten__card h3,
.em-ten__docs h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-ten__card p:last-child,
.em-ten__check-grid p:last-child,
.em-ten__panel p:last-child,
.em-ten__docs p:last-child {
  margin-bottom: 0;
}

.em-ten__warning,
.em-ten__note {
  margin: 27px 0;
  padding: 22px 24px;
  border-radius: 16px;
}

.em-ten__warning {
  border: 1px solid #e8b7b7;
  background: var(--ten-danger-bg);
  color: #681d1d;
}

.em-ten__note {
  border: 1px solid #b8d6e9;
  background: var(--ten-blue-soft);
}

.em-ten__check-grid,
.em-ten__panel,
.em-ten__docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-ten__check-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.em-ten__formula {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  padding: 23px;
  border-radius: 16px;
  background: var(--ten-dark);
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 850;
  text-align: center;
}

.em-ten__formula sub {
  font-size: .55em;
}

.em-ten__table-wrap {
  width: 100%;
  margin: 26px 0 31px;
  overflow-x: auto;
  border: 1px solid var(--ten-border);
  border-radius: 16px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-ten table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-ten th,
.em-ten td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ten-border);
  vertical-align: top;
  text-align: left;
}

.em-ten th {
  background: #edf1f3;
  color: #182027;
  font-size: 16px;
  line-height: 1.35;
}

.em-ten tbody tr:nth-child(even) {
  background: #fafbfb;
}

.em-ten tbody tr:last-child td {
  border-bottom: 0;
}

.em-ten__steps,
.em-ten__process,
.em-ten__mistakes {
  counter-reset: ten-step;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.em-ten__steps li,
.em-ten__process li,
.em-ten__mistakes li {
  position: relative;
  min-height: 74px;
  margin: 13px 0;
  padding: 20px 22px 20px 72px;
  border: 1px solid var(--ten-border);
  border-radius: 16px;
  background: #fff;
  counter-increment: ten-step;
}

.em-ten__steps li::before,
.em-ten__process li::before,
.em-ten__mistakes li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f2dfae;
  color: #5d4300;
  font-weight: 850;
  content: counter(ten-step);
}

.em-ten__mistakes li::before {
  background: #f1d6d6;
  color: #762222;
}

.em-ten__related {
  padding: 18px 20px;
  border: 1px solid var(--ten-border);
  border-radius: 14px;
  background: var(--ten-soft);
}

.em-ten__panel article {
  position: relative;
  padding-left: 77px;
}

.em-ten__panel span {
  position: absolute;
  top: 23px;
  left: 22px;
  color: var(--ten-accent-dark);
  font-size: 23px;
  font-weight: 900;
}

.em-ten__panel h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-ten__list {
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}

.em-ten__list li {
  position: relative;
  margin: 12px 0;
  padding: 17px 20px 17px 55px;
  border: 1px solid var(--ten-border);
  border-radius: 14px;
  background: #fff;
}

.em-ten__list li::before {
  position: absolute;
  top: 17px;
  left: 20px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #f2dfae;
  color: #5d4300;
  font-size: 14px;
  font-weight: 900;
  content: "✓";
}

.em-ten blockquote {
  margin: 28px 0;
  padding: 22px 26px;
  border-left: 5px solid #56616b;
  border-radius: 0 14px 14px 0;
  background: var(--ten-soft);
  color: #30383f;
  font-style: normal;
}

.em-ten details {
  margin: 12px 0;
  border: 1px solid var(--ten-border);
  border-radius: 14px;
  background: #fff;
}

.em-ten summary {
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
}

.em-ten details p {
  padding: 0 20px 20px;
  color: var(--ten-muted);
}

.em-ten__checklist {
  margin-top: 55px;
  padding: clamp(27px, 4vw, 44px);
  border-radius: 23px;
  background: var(--ten-dark);
  color: #f5f7f8;
}

.em-ten__checklist h2 {
  margin-top: 0;
  color: #fff;
}

.em-ten__checklist ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin-bottom: 0;
  padding-left: 24px;
}

.em-ten__cta {
  margin-top: 38px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #e4cf96;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff9e9 0%, #fff 100%);
}

.em-ten__cta h2 {
  margin-top: 0;
}

.em-ten__cta-note {
  color: #4f5962;
  font-size: 16px;
}

.em-ten__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.em-ten__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--ten-dark);
  border-radius: 12px;
  background: var(--ten-dark);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease;
}

.em-ten__button--secondary {
  background: #fff;
  color: var(--ten-dark) !important;
}

.em-ten__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 33, 43, .16);
}

@media (max-width: 800px) {
  .em-ten {
    font-size: 17px;
  }

  .em-ten__toc ol {
    columns: 1;
  }

  .em-ten__grid,
  .em-ten__check-grid,
  .em-ten__panel,
  .em-ten__docs,
  .em-ten__checklist ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .em-ten__hero,
  .em-ten__cta,
  .em-ten__checklist {
    border-radius: 18px;
  }

  .em-ten__hero {
    padding: 24px 20px;
  }

  .em-ten h1 {
    font-size: 34px;
  }

  .em-ten h2 {
    margin-top: 46px;
    font-size: 29px;
  }

  .em-ten__toc,
  .em-ten__card,
  .em-ten__warning,
  .em-ten__note {
    padding: 20px;
  }

  .em-ten__steps li,
  .em-ten__process li,
  .em-ten__mistakes li {
    padding: 61px 18px 18px;
  }

  .em-ten__steps li::before,
  .em-ten__process li::before,
  .em-ten__mistakes li::before {
    top: 16px;
    left: 18px;
  }

  .em-ten__panel article {
    padding: 65px 20px 20px;
  }

  .em-ten__panel span {
    top: 18px;
    left: 20px;
  }

  .em-ten th,
  .em-ten td {
    padding: 14px;
  }

  .em-ten__actions {
    flex-direction: column;
  }

  .em-ten__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-ten__button {
    transition: none;
  }
}/* End custom CSS */