/* Start custom CSS for html, class: .elementor-element-461e76a */.em-rspeed {
  --em-rspeed-text: #172033;
  --em-rspeed-muted: #5f697a;
  --em-rspeed-line: #dbe2ea;
  --em-rspeed-soft: #f5f7fa;
  --em-rspeed-accent: #1261a0;
  --em-rspeed-accent-dark: #0a426f;
  --em-rspeed-success: #eaf7ef;
  --em-rspeed-warning: #fff5e5;
  --em-rspeed-white: #ffffff;
  --em-rspeed-dark: #10243a;

  max-width: 1060px;
  margin: 0 auto;
  color: var(--em-rspeed-text);
  font-size: 18px;
  line-height: 1.72;
}

.em-rspeed,
.em-rspeed * {
  box-sizing: border-box;
}

.em-rspeed h1,
.em-rspeed h2,
.em-rspeed h3 {
  color: var(--em-rspeed-text);
  line-height: 1.24;
  text-wrap: balance;
}

.em-rspeed h1 {
  margin: 10px 0 22px;
  font-size: clamp(34px, 5vw, 58px);
}

.em-rspeed h2 {
  margin: 56px 0 20px;
  font-size: clamp(27px, 3.5vw, 38px);
  scroll-margin-top: 100px;
}

.em-rspeed h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 2.5vw, 26px);
}

.em-rspeed p {
  margin: 0 0 20px;
}

.em-rspeed ul,
.em-rspeed ol {
  margin: 18px 0 26px;
  padding-left: 27px;
}

.em-rspeed li {
  margin-bottom: 10px;
}

.em-rspeed a {
  color: var(--em-rspeed-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-rspeed a:hover {
  color: var(--em-rspeed-accent-dark);
}

.em-rspeed section,
.em-rspeed nav {
  scroll-margin-top: 100px;
}

.em-rspeed__hero {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--em-rspeed-line);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(18, 97, 160, 0.1), rgba(255, 255, 255, 0.97));
}

.em-rspeed__eyebrow {
  margin: 0;
  color: var(--em-rspeed-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-rspeed__lead {
  max-width: 920px;
  font-size: clamp(19px, 2.2vw, 23px);
}

.em-rspeed__updated {
  color: var(--em-rspeed-muted);
  font-size: 15px;
}

.em-rspeed__answer {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 22px;
  background: var(--em-rspeed-soft);
}

.em-rspeed__answer h2 {
  margin-top: 0;
}

.em-rspeed__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.em-rspeed__quick-card {
  padding: 22px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 16px;
  background: var(--em-rspeed-white);
}

.em-rspeed__quick-card strong,
.em-rspeed__quick-card span {
  display: block;
}

.em-rspeed__quick-card span {
  margin-top: 7px;
  color: var(--em-rspeed-muted);
}

.em-rspeed__toc {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--em-rspeed-line);
  border-radius: 20px;
  background: var(--em-rspeed-white);
}

.em-rspeed__toc h2 {
  margin-top: 0;
  font-size: 25px;
}

.em-rspeed__toc ul {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.em-rspeed__toc li {
  break-inside: avoid;
}

.em-rspeed__steps,
.em-rspeed__algorithm {
  counter-reset: em-rspeed-counter;
  list-style: none;
  padding-left: 0;
}

.em-rspeed__steps li,
.em-rspeed__algorithm li {
  position: relative;
  min-height: 58px;
  margin-bottom: 16px;
  padding: 19px 20px 19px 70px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 16px;
  background: var(--em-rspeed-white);
}

.em-rspeed__steps li::before,
.em-rspeed__algorithm li::before {
  counter-increment: em-rspeed-counter;
  content: counter(em-rspeed-counter);
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--em-rspeed-accent);
  color: var(--em-rspeed-white);
  font-weight: 800;
}

.em-rspeed__test-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-rspeed__test-chain > div {
  position: relative;
  padding: 26px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 18px;
  background: var(--em-rspeed-soft);
}

.em-rspeed__test-chain strong {
  display: block;
  margin-bottom: 10px;
  padding-right: 42px;
}

.em-rspeed__test-chain p {
  margin-bottom: 0;
  color: var(--em-rspeed-muted);
}

.em-rspeed__test-number {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--em-rspeed-accent);
  color: var(--em-rspeed-white);
  font-weight: 800;
}

.em-rspeed__notice,
.em-rspeed__tip,
.em-rspeed__warning {
  margin: 26px 0;
  padding: 22px 24px;
  border-radius: 16px;
}

.em-rspeed__notice {
  border-left: 5px solid var(--em-rspeed-accent);
  background: #edf6fd;
}

.em-rspeed__tip {
  border-left: 5px solid #2e8b57;
  background: var(--em-rspeed-success);
}

.em-rspeed__warning {
  border-left: 5px solid #d98200;
  background: var(--em-rspeed-warning);
}

.em-rspeed__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0;
}

.em-rspeed__compare > div {
  padding: 26px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 18px;
  background: var(--em-rspeed-white);
}

.em-rspeed__compare h3 {
  margin-top: 0;
}

.em-rspeed__metric {
  color: var(--em-rspeed-accent);
  font-size: 30px;
  font-weight: 850;
  line-height: 1.2;
}

.em-rspeed pre {
  max-width: 100%;
  margin: 18px 0 26px;
  padding: 18px 20px;
  overflow-x: auto;
  border-radius: 14px;
  background: #111827;
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre;
}

.em-rspeed code {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.em-rspeed p code,
.em-rspeed li code {
  padding: 2px 6px;
  border-radius: 5px;
  background: #edf0f4;
  color: #222b3b;
}

.em-rspeed__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-rspeed__facts > div {
  padding: 24px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 18px;
  background: var(--em-rspeed-soft);
}

.em-rspeed__facts strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.em-rspeed__facts p {
  margin-bottom: 0;
  color: var(--em-rspeed-muted);
}

.em-rspeed__modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-rspeed__modes > div {
  padding: 24px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 18px;
  background: var(--em-rspeed-white);
}

.em-rspeed__modes h3 {
  margin-top: 0;
}

.em-rspeed__modes p {
  margin-bottom: 0;
  color: var(--em-rspeed-muted);
}

.em-rspeed__table-wrap {
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 18px;
  background: var(--em-rspeed-white);
  -webkit-overflow-scrolling: touch;
}

.em-rspeed__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-rspeed__table th,
.em-rspeed__table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--em-rspeed-line);
  text-align: left;
  vertical-align: top;
}

.em-rspeed__table th {
  background: var(--em-rspeed-soft);
  font-size: 16px;
}

.em-rspeed__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-rspeed__cta {
  margin-top: 50px;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 24px;
  background: var(--em-rspeed-dark);
  color: var(--em-rspeed-white);
}

.em-rspeed__cta h2 {
  margin-top: 6px;
  color: var(--em-rspeed-white);
}

.em-rspeed__cta-label {
  margin: 0;
  color: #a9cfee;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-rspeed__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.em-rspeed__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  color: var(--em-rspeed-white) !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.em-rspeed__button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.em-rspeed__button--primary {
  border-color: var(--em-rspeed-white);
  background: var(--em-rspeed-white);
  color: var(--em-rspeed-dark) !important;
}

.em-rspeed__button--primary:hover {
  background: #edf2f7;
}

.em-rspeed__faq details {
  margin-bottom: 12px;
  border: 1px solid var(--em-rspeed-line);
  border-radius: 14px;
  background: var(--em-rspeed-white);
}

.em-rspeed__faq summary {
  padding: 19px 52px 19px 20px;
  cursor: pointer;
  font-weight: 800;
}

.em-rspeed__faq details p {
  padding: 0 20px 20px;
  color: var(--em-rspeed-muted);
}

.em-rspeed__related {
  margin-top: 46px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 20px;
  background: var(--em-rspeed-soft);
}

.em-rspeed__related h2 {
  margin-top: 0;
}

@media (max-width: 860px) {
  .em-rspeed {
    font-size: 17px;
  }

  .em-rspeed__quick-grid,
  .em-rspeed__compare,
  .em-rspeed__facts,
  .em-rspeed__test-chain,
  .em-rspeed__modes {
    grid-template-columns: 1fr;
  }

  .em-rspeed__toc ul {
    columns: 1;
  }
}

@media (max-width: 560px) {
  .em-rspeed__hero,
  .em-rspeed__answer,
  .em-rspeed__toc,
  .em-rspeed__cta {
    border-radius: 16px;
  }

  .em-rspeed h2 {
    margin-top: 44px;
  }

  .em-rspeed__steps li,
  .em-rspeed__algorithm li {
    padding: 64px 18px 18px;
  }

  .em-rspeed__steps li::before,
  .em-rspeed__algorithm li::before {
    top: 16px;
    left: 18px;
  }

  .em-rspeed__cta-buttons {
    display: grid;
  }

  .em-rspeed__button {
    width: 100%;
  }
}/* End custom CSS */