/* Start custom CSS for html, class: .elementor-element-1131a94 */.em-joint {
  --em-joint-text: #182235;
  --em-joint-muted: #5f6b7a;
  --em-joint-line: #dfe5ec;
  --em-joint-soft: #f5f7fa;
  --em-joint-accent: #f59e0b;
  --em-joint-accent-dark: #9a5a00;
  --em-joint-dark: #111827;
  --em-joint-white: #ffffff;
  --em-joint-green: #16794a;
  --em-joint-green-soft: #eaf8f0;
  --em-joint-red: #b42318;
  --em-joint-red-soft: #fff1ef;
  --em-joint-blue: #2563eb;
  --em-joint-blue-soft: #eff6ff;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--em-joint-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-joint *,
.em-joint *::before,
.em-joint *::after {
  box-sizing: border-box;
}

.em-joint a {
  color: inherit;
}

.em-joint p {
  margin: 0 0 18px;
}

.em-joint h1,
.em-joint h2,
.em-joint h3 {
  color: var(--em-joint-dark);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.em-joint h1 {
  max-width: 920px;
  margin: 14px 0 20px;
  color: var(--em-joint-white);
  font-size: clamp(34px, 5vw, 58px);
}

.em-joint h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-joint h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.em-joint__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 89% 12%, rgba(245, 158, 11, 0.42), transparent 35%),
    linear-gradient(135deg, #111827 0%, #202c42 58%, #111827 100%);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}

.em-joint__hero::before {
  content: "";
  position: absolute;
  right: 54px;
  bottom: -120px;
  width: 250px;
  height: 420px;
  border: 18px solid rgba(255, 255, 255, 0.05);
  border-radius: 130px;
  transform: rotate(32deg);
}

.em-joint__hero::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -150px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.em-joint__hero-content {
  position: relative;
  z-index: 1;
}

.em-joint__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  color: #ffdc94;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.em-joint__lead {
  max-width: 900px;
  margin-bottom: 27px;
  color: #e4eaf2;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.em-joint__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-joint__hero-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--em-joint-white);
  font-size: 14px;
  font-weight: 700;
}

.em-joint__toc {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--em-joint-line);
  border-radius: 20px;
  background: var(--em-joint-white);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06);
}

.em-joint__toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.em-joint__toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-joint__toc-links a {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--em-joint-soft);
  color: var(--em-joint-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.em-joint__toc-links a:hover,
.em-joint__toc-links a:focus {
  background: var(--em-joint-accent);
  color: var(--em-joint-dark);
}

.em-joint__section {
  padding: clamp(30px, 5vw, 58px) 0;
  border-bottom: 1px solid var(--em-joint-line);
  scroll-margin-top: 100px;
}

.em-joint__section > p,
.em-joint__section > ul,
.em-joint__section > ol {
  max-width: 970px;
}

.em-joint__notice {
  margin: 0 0 30px;
  padding: 22px 24px;
  border-left: 5px solid var(--em-joint-accent);
  border-radius: 0 16px 16px 0;
  background: #fff8e8;
}

.em-joint__notice p:last-child {
  margin-bottom: 0;
}

.em-joint__notice-title {
  margin-bottom: 8px;
  color: var(--em-joint-dark);
  font-size: 18px;
  font-weight: 800;
}

.em-joint__notice--important {
  border-left-color: var(--em-joint-blue);
  background: var(--em-joint-blue-soft);
}

.em-joint__notice--warning,
.em-joint__notice--danger {
  border-left-color: var(--em-joint-red);
  background: var(--em-joint-red-soft);
}

.em-joint__check-list,
.em-joint__danger-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 27px;
  padding: 0;
  list-style: none;
}

.em-joint__check-list li,
.em-joint__danger-list li {
  position: relative;
  padding-left: 33px;
}

.em-joint__check-list li::before,
.em-joint__danger-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.em-joint__check-list li::before {
  content: "✓";
  background: var(--em-joint-green-soft);
  color: var(--em-joint-green);
}

.em-joint__danger-list li::before {
  content: "!";
  background: var(--em-joint-red-soft);
  color: var(--em-joint-red);
}

.em-joint__formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
  padding: 24px;
  border-radius: 18px;
  background: var(--em-joint-dark);
  color: var(--em-joint-white);
}

.em-joint__formula strong {
  width: 100%;
  margin-bottom: 7px;
  color: #ffd98e;
}

.em-joint__formula span {
  padding: 8px 11px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
}

.em-joint__formula b {
  color: var(--em-joint-accent);
  font-size: 20px;
}

.em-joint__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.em-joint__compare-item {
  padding: 25px;
  border: 1px solid var(--em-joint-line);
  border-radius: 19px;
}

.em-joint__compare-item p:last-child {
  margin-bottom: 0;
}

.em-joint__compare-item--bad {
  background: var(--em-joint-red-soft);
}

.em-joint__compare-item--good {
  background: var(--em-joint-green-soft);
}

.em-joint__compare-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-joint__compare-item--bad .em-joint__compare-label {
  color: var(--em-joint-red);
}

.em-joint__compare-item--good .em-joint__compare-label {
  color: var(--em-joint-green);
}

.em-joint__method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
  margin: 28px 0;
}

.em-joint__method-card {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--em-joint-line);
  border-radius: 20px;
  background: var(--em-joint-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.em-joint__method-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.08);
}

.em-joint__method-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 13px;
  background: var(--em-joint-accent);
  color: var(--em-joint-dark);
  font-weight: 900;
}

.em-joint__method-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 17px 0 0;
  padding-left: 20px;
}

.em-joint__steps {
  display: grid;
  gap: 14px;
  margin: 27px 0;
}

.em-joint__step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--em-joint-line);
  border-radius: 17px;
  background: var(--em-joint-white);
}

.em-joint__step > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--em-joint-dark);
  color: var(--em-joint-accent);
  font-size: 19px;
  font-weight: 900;
}

.em-joint__step h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.em-joint__step p:last-child {
  margin-bottom: 0;
}

.em-joint__table-wrap {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  border: 1px solid var(--em-joint-line);
  border-radius: 18px;
  background: var(--em-joint-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  -webkit-overflow-scrolling: touch;
}

.em-joint__table {
  width: 100%;
  min-width: 740px;
  margin: 0;
  border-collapse: collapse;
}

.em-joint__table th,
.em-joint__table td {
  padding: 18px;
  border: 0;
  border-bottom: 1px solid var(--em-joint-line);
  text-align: left;
  vertical-align: top;
}

.em-joint__table th {
  background: var(--em-joint-dark);
  color: var(--em-joint-white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.em-joint__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-joint__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-joint__solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-joint__solution {
  padding: 24px;
  border: 1px solid var(--em-joint-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fb 100%);
}

.em-joint__solution h3 {
  font-size: 20px;
}

.em-joint__solution p:last-child {
  margin-bottom: 0;
}

.em-joint__location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-joint__location-grid article {
  padding: 24px;
  border-left: 4px solid var(--em-joint-accent);
  border-radius: 0 17px 17px 0;
  background: var(--em-joint-soft);
}

.em-joint__location-grid article p:last-child {
  margin-bottom: 0;
}

.em-joint__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.em-joint__mistake {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 21px;
  border: 1px solid var(--em-joint-line);
  border-radius: 17px;
  background: var(--em-joint-white);
}

.em-joint__mistake > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: var(--em-joint-red-soft);
  color: var(--em-joint-red);
  font-size: 14px;
  font-weight: 900;
}

.em-joint__mistake h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.em-joint__mistake p:last-child {
  margin-bottom: 0;
}

.em-joint__selection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.em-joint__selection-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  border-radius: 16px;
  background: var(--em-joint-soft);
}

.em-joint__selection-item > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--em-joint-accent);
  color: var(--em-joint-dark);
  font-weight: 900;
}

.em-joint__selection-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--em-joint-dark);
}

.em-joint__selection-item p:last-child {
  margin-bottom: 0;
  color: var(--em-joint-muted);
}

.em-joint__docs {
  display: grid;
  gap: 14px;
  margin: 25px 0;
}

.em-joint__docs article {
  padding: 21px 23px;
  border-left: 4px solid var(--em-joint-accent);
  border-radius: 0 15px 15px 0;
  background: var(--em-joint-soft);
}

.em-joint__docs strong {
  display: block;
  margin-bottom: 6px;
  color: var(--em-joint-dark);
  font-size: 18px;
}

.em-joint__docs p:last-child {
  margin-bottom: 0;
}

.em-joint__small {
  color: var(--em-joint-muted);
  font-size: 15px;
  line-height: 1.65;
}

.em-joint__faq {
  display: grid;
  gap: 12px;
}

.em-joint__faq details {
  overflow: hidden;
  border: 1px solid var(--em-joint-line);
  border-radius: 16px;
  background: var(--em-joint-white);
}

.em-joint__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--em-joint-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.em-joint__faq summary::-webkit-details-marker {
  display: none;
}

.em-joint__faq summary::after {
  content: "+";
  position: absolute;
  right: 19px;
  top: 50%;
  display: grid;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  background: var(--em-joint-soft);
  color: var(--em-joint-dark);
  font-size: 21px;
}

.em-joint__faq details[open] summary::after {
  content: "−";
  background: var(--em-joint-accent);
}

.em-joint__faq details > div {
  padding: 0 21px 5px;
  color: var(--em-joint-muted);
}

.em-joint__related {
  padding: clamp(34px, 5vw, 58px) 0;
}

.em-joint__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.em-joint__related-grid a {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--em-joint-line);
  border-radius: 18px;
  background: var(--em-joint-white);
  color: var(--em-joint-text);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.em-joint__related-grid a:hover,
.em-joint__related-grid a:focus {
  transform: translateY(-3px);
  border-color: var(--em-joint-accent);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.em-joint__related-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--em-joint-dark);
  font-size: 20px;
  line-height: 1.35;
}

.em-joint__related-grid span {
  color: var(--em-joint-muted);
}

.em-joint__cta {
  margin-top: 12px;
  padding: clamp(32px, 6vw, 66px);
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 12%, rgba(245, 158, 11, 0.32), transparent 36%),
    var(--em-joint-dark);
  color: var(--em-joint-white);
}

.em-joint__cta h2 {
  max-width: 820px;
  margin-top: 14px;
  color: var(--em-joint-white);
}

.em-joint__cta p {
  max-width: 840px;
  color: #dbe2eb;
}

.em-joint__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 27px 0 18px;
}

.em-joint__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.em-joint__button:hover,
.em-joint__button:focus {
  transform: translateY(-2px);
}

.em-joint__button--primary {
  background: var(--em-joint-accent);
  color: var(--em-joint-dark);
}

.em-joint__button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.08);
  color: var(--em-joint-white);
}

.em-joint__cta-note {
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 900px) {
  .em-joint__method-grid,
  .em-joint__solution-grid,
  .em-joint__location-grid,
  .em-joint__mistakes,
  .em-joint__selection,
  .em-joint__related-grid,
  .em-joint__compare {
    grid-template-columns: 1fr;
  }

  .em-joint__related-grid a {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .em-joint {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-joint__hero,
  .em-joint__cta {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 20px;
  }

  .em-joint__toc {
    padding: 18px;
  }

  .em-joint__toc-links {
    flex-direction: column;
  }

  .em-joint__toc-links a {
    width: 100%;
  }

  .em-joint__formula {
    align-items: stretch;
    flex-direction: column;
  }

  .em-joint__formula b {
    transform: rotate(90deg);
    align-self: center;
  }

  .em-joint__section {
    padding: 36px 0;
  }

  .em-joint__table {
    min-width: 700px;
  }

  .em-joint__table th,
  .em-joint__table td {
    padding: 15px;
  }

  .em-joint__cta-actions {
    flex-direction: column;
  }

  .em-joint__button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .em-joint h1 {
    font-size: 32px;
  }

  .em-joint h2 {
    font-size: 27px;
  }

  .em-joint h3 {
    font-size: 20px;
  }

  .em-joint__hero,
  .em-joint__cta {
    padding: 28px 20px;
  }

  .em-joint__hero-tags span {
    font-size: 13px;
  }

  .em-joint__method-card,
  .em-joint__solution {
    padding: 21px;
  }

  .em-joint__step,
  .em-joint__mistake,
  .em-joint__selection-item {
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
  }

  .em-joint__step > span,
  .em-joint__mistake > span,
  .em-joint__selection-item > span {
    width: 39px;
    height: 39px;
  }
}/* End custom CSS */