@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.rlv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.rlv-content-wrap,
.rlv-content-wrap section,
.rlv-content-wrap div,
.rlv-content-wrap article {
  box-sizing: border-box;
}

.rlv-content-wrap .rlv-section {
  position: relative;
  width: 100%;
}

.rlv-content-wrap .rlv-section-white {
  background: #ffffff;
}

.rlv-content-wrap .rlv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 69, 0, 0.08), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(248, 150, 30, 0.09), transparent 30%),
    #faf7f4;
}

.rlv-content-wrap .rlv-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.rlv-content-wrap .rlv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.rlv-content-wrap .rlv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(255, 176, 0, 0.12));
  color: #b73300;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.rlv-content-wrap .rlv-heading h2 {
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rlv-content-wrap .rlv-heading p {
  margin: 16px auto 0;
  color: #5f6878;
  line-height: 1.7;
}

.rlv-content-wrap .rlv-grid {
  display: grid;
  align-items: stretch;
}

.rlv-content-wrap .rlv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(36, 27, 18, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.rlv-content-wrap .rlv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4500, #ff8a00, #ffd166);
  opacity: 0.9;
}

.rlv-content-wrap .rlv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.28);
  box-shadow: 0 22px 54px rgba(36, 27, 18, 0.13);
}

.rlv-content-wrap .rlv-card h3 {
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rlv-content-wrap .rlv-card p {
  margin: 11px 0 0;
  color: #667084;
  line-height: 1.68;
}

.rlv-content-wrap .rlv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff9f1c);
  box-shadow: 0 12px 24px rgba(255, 69, 0, 0.2);
}

.rlv-content-wrap .rlv-icon::before,
.rlv-content-wrap .rlv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.rlv-content-wrap .rlv-icon-link::before {
  width: 19px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  left: 9px;
  top: 15px;
  transform: rotate(-28deg);
}

.rlv-content-wrap .rlv-icon-link::after {
  width: 19px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  right: 8px;
  bottom: 14px;
  transform: rotate(-28deg);
}

.rlv-content-wrap .rlv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.rlv-content-wrap .rlv-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-30deg);
}

.rlv-content-wrap .rlv-icon-preview::before {
  width: 24px;
  height: 17px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.rlv-content-wrap .rlv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}

.rlv-content-wrap .rlv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 13px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.rlv-content-wrap .rlv-icon-steps::after {
  width: 5px;
  height: 5px;
  left: 8px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.rlv-content-wrap .rlv-icon-mobile::before {
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.rlv-content-wrap .rlv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 99px;
}

.rlv-content-wrap .rlv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.rlv-content-wrap .rlv-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(-38deg);
}

.rlv-content-wrap .rlv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.rlv-content-wrap .rlv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 69, 0, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.96));
  box-shadow: 0 18px 44px rgba(36, 27, 18, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.rlv-content-wrap .rlv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(36, 27, 18, 0.12);
}

.rlv-content-wrap .rlv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500, #f59e0b);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
}

.rlv-content-wrap .rlv-step-content h3 {
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rlv-content-wrap .rlv-step-content p {
  margin: 9px 0 0;
  color: #667084;
  line-height: 1.68;
}

.rlv-content-wrap .rlv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.9));
}

.rlv-content-wrap .rlv-badge-dot {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 0 0 0 16px rgba(255, 69, 0, 0.045);
}

.rlv-content-wrap .rlv-trust-card {
  text-align: left;
}

.rlv-content-wrap .rlv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #172033, #ff4500);
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.16);
}

.rlv-content-wrap .rlv-trust-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.rlv-content-wrap .rlv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.rlv-content-wrap .rlv-reveal.rlv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .rlv-content-wrap .rlv-section {
    padding: 54px 0;
  }

  .rlv-content-wrap .rlv-container {
    padding: 0 14px;
  }

  .rlv-content-wrap .rlv-heading h2 {
    font-size: 27px;
  }

  .rlv-content-wrap .rlv-heading p {
    font-size: 15px;
  }

  .rlv-content-wrap .rlv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .rlv-content-wrap .rlv-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .rlv-content-wrap .rlv-card h3,
  .rlv-content-wrap .rlv-step-content h3 {
    font-size: 18px;
  }

  .rlv-content-wrap .rlv-card p,
  .rlv-content-wrap .rlv-step-content p {
    font-size: 14px;
  }

  .rlv-content-wrap .rlv-steps {
    gap: 16px;
    margin-top: 32px;
  }

  .rlv-content-wrap .rlv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .rlv-content-wrap .rlv-step-number {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rlv-content-wrap .rlv-section {
    padding: 60px 0;
  }

  .rlv-content-wrap .rlv-container {
    padding: 0 18px;
  }

  .rlv-content-wrap .rlv-heading h2 {
    font-size: 30px;
  }

  .rlv-content-wrap .rlv-heading p {
    font-size: 15.5px;
  }

  .rlv-content-wrap .rlv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .rlv-content-wrap .rlv-card {
    padding: 26px 22px;
  }

  .rlv-content-wrap .rlv-card h3,
  .rlv-content-wrap .rlv-step-content h3 {
    font-size: 19px;
  }

  .rlv-content-wrap .rlv-card p,
  .rlv-content-wrap .rlv-step-content p {
    font-size: 14.5px;
  }

  .rlv-content-wrap .rlv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .rlv-content-wrap .rlv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

  .rlv-content-wrap .rlv-step-number {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rlv-content-wrap .rlv-section {
    padding: 68px 0;
  }

  .rlv-content-wrap .rlv-container {
    padding: 0 22px;
  }

  .rlv-content-wrap .rlv-heading h2 {
    font-size: 34px;
  }

  .rlv-content-wrap .rlv-heading p {
    font-size: 16px;
  }

  .rlv-content-wrap .rlv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .rlv-content-wrap .rlv-card {
    padding: 28px 24px;
  }

  .rlv-content-wrap .rlv-card h3,
  .rlv-content-wrap .rlv-step-content h3 {
    font-size: 20px;
  }

  .rlv-content-wrap .rlv-card p,
  .rlv-content-wrap .rlv-step-content p {
    font-size: 15px;
  }

  .rlv-content-wrap .rlv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .rlv-content-wrap .rlv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .rlv-content-wrap .rlv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rlv-content-wrap .rlv-section {
    padding: 82px 0;
  }

  .rlv-content-wrap .rlv-container {
    padding: 0 32px;
  }

  .rlv-content-wrap .rlv-heading h2 {
    font-size: 42px;
  }

  .rlv-content-wrap .rlv-heading p {
    font-size: 17px;
  }

  .rlv-content-wrap .rlv-grid-six,
  .rlv-content-wrap .rlv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }

  .rlv-content-wrap .rlv-card {
    padding: 30px 26px;
  }

  .rlv-content-wrap .rlv-card h3,
  .rlv-content-wrap .rlv-step-content h3 {
    font-size: 21px;
  }

  .rlv-content-wrap .rlv-card p,
  .rlv-content-wrap .rlv-step-content p {
    font-size: 15.5px;
  }

  .rlv-content-wrap .rlv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .rlv-content-wrap .rlv-step-card {
    gap: 24px;
    padding: 30px 28px;
  }

  .rlv-content-wrap .rlv-step-number {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .rlv-content-wrap .rlv-section {
    padding: 96px 0;
  }

  .rlv-content-wrap .rlv-container {
    padding: 0 32px;
  }

  .rlv-content-wrap .rlv-heading h2 {
    font-size: 48px;
  }

  .rlv-content-wrap .rlv-heading p {
    font-size: 17px;
  }

  .rlv-content-wrap .rlv-grid-six,
  .rlv-content-wrap .rlv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .rlv-content-wrap .rlv-card {
    padding: 32px 28px;
  }

  .rlv-content-wrap .rlv-card h3,
  .rlv-content-wrap .rlv-step-content h3 {
    font-size: 22px;
  }

  .rlv-content-wrap .rlv-card p,
  .rlv-content-wrap .rlv-step-content p {
    font-size: 15.5px;
  }

  .rlv-content-wrap .rlv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .rlv-content-wrap .rlv-step-card {
    gap: 28px;
    padding: 32px;
  }

  .rlv-content-wrap .rlv-step-number {
    width: 68px;
    height: 68px;
    font-size: 18px;
  }
}