.elementor-2067 .elementor-element.elementor-element-bf56377{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fc08e7b */:root {
  --rv-orange: #FF7A00;
  --rv-orange-soft: #FFF3E6;
  --rv-bg-soft: #F9FAFB;
  --rv-text-black: #111827;
  --rv-muted: #4B5563;
  --rv-border: #E5E7EB;
  --rv-radius-lg: 20px;
  --rv-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.rv-repair-register {
  padding: 50px 20px 70px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.rv-container {
  max-width: 850px;
  margin: 0 auto;
}

/* Eyebrow */
.rv-rr-eyebrow {
  display: inline-block;
  background: rgba(255, 122, 0, 0.12);
  color: var(--rv-orange);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Titles */
.rv-rr-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--rv-text-black);
  margin-bottom: 10px;
}

.rv-rr-subtitle {
  font-size: 15px;
  color: var(--rv-muted);
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Highlight box */
.rv-rr-highlight {
  background: var(--rv-orange-soft);
  padding: 20px 22px;
  border-radius: var(--rv-radius-lg);
  box-shadow: var(--rv-shadow-soft);
  border: 1px solid rgba(255, 122, 0, 0.25);
  margin-bottom: 30px;
}

.rv-rr-highlight h3 {
  font-family: "Poppins";
  font-size: 18px;
  margin-bottom: 6px;
}

.rv-rr-highlight p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--rv-muted);
}

.rv-rr-highlight ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 10px;
}

.rv-rr-highlight li {
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--rv-text-black);
}

/* Note */
.rv-rr-note {
  margin-top: 10px;
  padding: 12px;
  font-size: 13px;
  background: #FFF7ED;
  color: #92400E;
  border-radius: 12px;
  border: 1px dashed #FF7A00;
}

/* Steps */
.rv-rr-steps h2 {
  font-family: "Poppins";
  font-size: 22px;
  margin-bottom: 18px;
}

.rv-rr-steps-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 700px) {
  .rv-rr-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rv-rr-step {
  border: 1px solid var(--rv-border);
  border-radius: 16px;
  padding: 18px;
  background: white;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.rv-rr-step .num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.15);
  color: var(--rv-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 8px;
}

.rv-rr-step h4 {
  font-family: "Poppins";
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
}

.rv-rr-step p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--rv-muted);
}

/* CTA button */
.rv-rr-cta-box {
  margin-top: 30px;
  text-align: center;
}

.rv-rr-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: var(--rv-orange);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s;
}

.rv-rr-button:hover {
  filter: brightness(0.9);
}

.rv-rr-cta-note {
  font-size: 13px;
  color: var(--rv-muted);
  margin-top: 8px;
  text-align: center;
}

/* FAQ link */
.rv-rr-faq {
  margin-top: 26px;
  text-align: center;
  font-size: 14px;
}

.rv-rr-faq a {
  color: var(--rv-orange);
  text-decoration: none;
  font-weight: 600;
}

.rv-rr-faq a:hover {
  text-decoration: underline;
}/* End custom CSS */