/* Start custom CSS for html, class: .elementor-element-4d0d5ed */.em-rj45-page,
.em-rj45-page * {
  box-sizing: border-box;
}

.em-rj45-page {
  --em-text: #1e2933;
  --em-muted: #5f6b76;
  --em-border: #dfe5ea;
  --em-bg: #f5f7f9;
  --em-card: #ffffff;
  --em-dark: #17212b;
  --em-accent: #f4b400;
  --em-accent-light: #fff7d6;
  --em-good: #eaf7ee;
  --em-good-border: #9bcbaa;
  --em-warn: #fff2e2;
  --em-warn-border: #eab678;

  max-width: 1120px;
  margin: 0 auto;
  color: var(--em-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-rj45-page h2,
.em-rj45-page h3 {
  color: var(--em-dark);
  line-height: 1.25;
}

.em-rj45-page h2 {
  margin: 52px 0 18px;
  font-size: clamp(27px, 3vw, 38px);
}

.em-rj45-page h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 2vw, 26px);
}

.em-rj45-page p {
  margin: 0 0 18px;
}

.em-rj45-page a {
  color: #075c9c;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-rj45-page a:hover {
  text-decoration-thickness: 2px;
}

.em-rj45-hero {
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid var(--em-border);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(244, 180, 0, 0.16), rgba(255, 255, 255, 0.96) 48%),
    var(--em-card);
  box-shadow: 0 16px 45px rgba(30, 41, 51, 0.08);
}

.em-rj45-eyebrow {
  margin-bottom: 10px !important;
  color: #755600;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-rj45-lead {
  margin-bottom: 16px !important;
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.48;
}

.em-rj45-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.em-rj45-summary-card {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(23, 33, 43, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
}

.em-rj45-summary-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--em-dark);
  font-size: 18px;
}

.em-rj45-summary-card span {
  display: block;
  color: var(--em-muted);
  font-size: 15px;
  line-height: 1.5;
}

.em-rj45-toc {
  margin: 30px 0 44px;
  padding: clamp(22px, 4vw, 34px);
  border-left: 5px solid var(--em-accent);
  border-radius: 0 18px 18px 0;
  background: var(--em-bg);
}

.em-rj45-toc > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--em-dark);
  font-size: 22px;
}

.em-rj45-toc ol {
  columns: 2;
  column-gap: 42px;
  margin: 0;
  padding-left: 22px;
}

.em-rj45-toc li {
  break-inside: avoid;
  margin: 7px 0;
}

.em-rj45-note {
  margin: 24px 0;
  padding: 20px 22px;
  border: 1px solid var(--em-border);
  border-left: 5px solid var(--em-accent);
  border-radius: 12px;
  background: var(--em-accent-light);
}

.em-rj45-note-good {
  border-color: var(--em-good-border);
  border-left-color: #398550;
  background: var(--em-good);
}

.em-rj45-note-warn {
  border-color: var(--em-warn-border);
  border-left-color: #c16d16;
  background: var(--em-warn);
}

.em-rj45-table-wrap {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: var(--em-card);
  -webkit-overflow-scrolling: touch;
}

.em-rj45-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 15.5px;
  line-height: 1.55;
}

.em-rj45-table th,
.em-rj45-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--em-border);
  text-align: left;
  vertical-align: top;
}

.em-rj45-table th {
  color: #ffffff;
  background: var(--em-dark);
  font-weight: 750;
}

.em-rj45-table tbody tr:last-child td {
  border-bottom: 0;
}

.em-rj45-table tbody tr:nth-child(even) {
  background: #f8fafb;
}

.em-rj45-check-list {
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.em-rj45-check-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
}

.em-rj45-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #287a43;
  font-weight: 900;
}

.em-rj45-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0 30px;
}

.em-rj45-compare-card {
  padding: 24px;
  border: 1px solid var(--em-border);
  border-radius: 18px;
  background: var(--em-card);
  box-shadow: 0 10px 30px rgba(30, 41, 51, 0.06);
}

.em-rj45-compare-card h3 {
  margin-top: 0;
}

.em-rj45-compare-card ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.em-rj45-compare-card li {
  margin: 8px 0;
}

.em-rj45-steps {
  display: grid;
  gap: 14px;
  margin: 26px 0;
}

.em-rj45-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--em-border);
  border-radius: 15px;
  background: var(--em-card);
}

.em-rj45-step > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--em-dark);
  background: var(--em-accent);
  font-size: 19px;
  font-weight: 900;
}

.em-rj45-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--em-dark);
  font-size: 18px;
}

.em-rj45-step p {
  margin: 0;
  color: var(--em-muted);
}

.em-rj45-errors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0;
}

.em-rj45-error-card {
  padding: 22px;
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: var(--em-card);
}

.em-rj45-error-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

.em-rj45-error-card p {
  margin: 0;
  color: var(--em-muted);
  font-size: 15.5px;
}

.em-rj45-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.em-rj45-check-grid label {
  display: flex;
  min-height: 62px;
  gap: 11px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: var(--em-card);
  line-height: 1.45;
}

.em-rj45-check-grid input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
  accent-color: var(--em-accent);
  opacity: 1;
}

.em-rj45-service {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(230px, 0.5fr);
  gap: 32px;
  align-items: center;
  margin: 54px 0;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 24px;
  color: #ffffff;
  background: var(--em-dark);
}

.em-rj45-service h2 {
  margin-top: 0;
  color: #ffffff;
}

.em-rj45-service p {
  color: rgba(255, 255, 255, 0.84);
}

.em-rj45-service .em-rj45-eyebrow {
  color: #ffd762;
}

.em-rj45-actions {
  display: grid;
  gap: 12px;
}

.em-rj45-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.em-rj45-button:hover {
  transform: translateY(-1px);
}

.em-rj45-button-primary {
  color: #171717 !important;
  background: var(--em-accent);
}

.em-rj45-button-secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.em-rj45-button-link {
  color: #ffffff !important;
  background: #304150;
}

.em-rj45-faq {
  margin-top: 50px;
}

.em-rj45-faq details {
  margin: 12px 0;
  border: 1px solid var(--em-border);
  border-radius: 13px;
  background: var(--em-card);
}

.em-rj45-faq summary {
  position: relative;
  padding: 19px 50px 19px 20px;
  color: var(--em-dark);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.em-rj45-faq summary::-webkit-details-marker {
  display: none;
}

.em-rj45-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--em-dark);
  background: var(--em-accent);
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}

.em-rj45-faq details[open] summary::after {
  content: "−";
}

.em-rj45-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--em-muted);
}

@media (max-width: 900px) {
  .em-rj45-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .em-rj45-service {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .em-rj45-page {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-rj45-page h2 {
    margin-top: 42px;
  }

  .em-rj45-hero {
    padding: 24px 19px;
    border-radius: 18px;
  }

  .em-rj45-summary,
  .em-rj45-compare,
  .em-rj45-errors,
  .em-rj45-check-grid {
    grid-template-columns: 1fr;
  }

  .em-rj45-summary-card {
    min-height: auto;
  }

  .em-rj45-toc {
    padding: 21px 18px;
  }

  .em-rj45-toc ol {
    columns: 1;
  }

  .em-rj45-table th,
  .em-rj45-table td {
    padding: 14px;
  }

  .em-rj45-step {
    grid-template-columns: 38px 1fr;
    padding: 17px;
  }

  .em-rj45-step > span {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .em-rj45-service {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .em-rj45-button {
    width: 100%;
  }
}/* End custom CSS */