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

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

.rvb-editorial,
.rvb-editorial div,
.rvb-editorial section,
.rvb-editorial article {
  box-sizing: border-box;
}

.rvb-editorial .rvb-section {
  position: relative;
  width: 100%;
}

.rvb-editorial .rvb-section-white {
  background: #ffffff;
}

.rvb-editorial .rvb-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 69, 0, 0.08), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(21, 101, 216, 0.08), transparent 30%),
    #f8fafc;
}

.rvb-editorial .rvb-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rvb-editorial .rvb-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.rvb-editorial .rvb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(21, 101, 216, 0.08));
  color: #d83b00;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.rvb-editorial .rvb-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500, #1565d8);
  box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.12);
}

.rvb-editorial .rvb-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.rvb-editorial .rvb-section-head p {
  margin: 14px auto 0;
  color: #526071;
  font-weight: 450;
  line-height: 1.7;
}

.rvb-editorial .rvb-card-grid {
  display: grid;
  align-items: stretch;
}

.rvb-editorial .rvb-card,
.rvb-editorial .rvb-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 69, 0, 0.28), rgba(21, 101, 216, 0.18)) border-box;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.rvb-editorial .rvb-card::after,
.rvb-editorial .rvb-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff4500, #1565d8);
  opacity: 0;
  transition: opacity 240ms ease;
}

.rvb-editorial .rvb-card:hover,
.rvb-editorial .rvb-trust-card:hover,
.rvb-editorial .rvb-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}

.rvb-editorial .rvb-card:hover::after,
.rvb-editorial .rvb-trust-card:hover::after {
  opacity: 1;
}

.rvb-editorial .rvb-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(21, 101, 216, 0.12));
}

.rvb-editorial .rvb-icon::before,
.rvb-editorial .rvb-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.rvb-editorial .rvb-icon-window::before {
  inset: 11px 9px;
  border: 2px solid #ff4500;
  border-radius: 6px;
}

.rvb-editorial .rvb-icon-window::after {
  width: 18px;
  height: 2px;
  left: 13px;
  top: 17px;
  background: #1565d8;
  border-radius: 999px;
}

.rvb-editorial .rvb-icon-speed::before {
  width: 21px;
  height: 21px;
  left: 11px;
  top: 12px;
  border: 2px solid #1565d8;
  border-bottom-color: transparent;
  border-radius: 999px;
}

.rvb-editorial .rvb-icon-speed::after {
  width: 13px;
  height: 2px;
  left: 20px;
  top: 22px;
  background: #ff4500;
  border-radius: 999px;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.rvb-editorial .rvb-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 10px;
  top: 14px;
  border: 2px solid #1565d8;
  border-radius: 999px;
}

.rvb-editorial .rvb-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  background: #ff4500;
  border-radius: 999px;
}

.rvb-editorial .rvb-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  background: #ff4500;
  border-radius: 999px;
  box-shadow: 0 10px 0 #1565d8, 0 20px 0 #ff4500;
}

.rvb-editorial .rvb-icon-steps::after {
  width: 16px;
  height: 2px;
  left: 22px;
  top: 14px;
  background: #1565d8;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 69, 0, 0.7), 0 20px 0 rgba(21, 101, 216, 0.8);
}

.rvb-editorial .rvb-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid #1565d8;
  border-radius: 7px;
}

.rvb-editorial .rvb-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  top: 27px;
  background: #ff4500;
  border-radius: 999px;
}

.rvb-editorial .rvb-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #ff4500;
  border-radius: 8px;
}

.rvb-editorial .rvb-icon-daily::after {
  width: 14px;
  height: 2px;
  left: 15px;
  top: 21px;
  background: #1565d8;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(21, 101, 216, 0.55);
}

.rvb-editorial .rvb-card h3,
.rvb-editorial .rvb-step-content h3,
.rvb-editorial .rvb-trust-card h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rvb-editorial .rvb-card p,
.rvb-editorial .rvb-step-content p,
.rvb-editorial .rvb-trust-card p {
  margin: 10px 0 0;
  color: #5a6678;
  font-weight: 440;
  line-height: 1.68;
}

.rvb-editorial .rvb-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.rvb-editorial .rvb-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.rvb-editorial .rvb-step-card::before {
  content: "";
  position: absolute;
  left: 38px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(#ff4500, rgba(21, 101, 216, 0.35));
}

.rvb-editorial .rvb-step-card:first-child::before {
  display: none;
}

.rvb-editorial .rvb-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500, #1565d8);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
}

.rvb-editorial .rvb-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.09);
  color: #d83b00;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}

.rvb-editorial .rvb-trust-card {
  overflow: hidden;
}

.rvb-editorial .rvb-trust-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #ffffff 0 27%, transparent 29%),
    conic-gradient(from 120deg, #ff4500, #1565d8, #ff4500);
  box-shadow: 0 12px 26px rgba(21, 101, 216, 0.16);
}

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

.rvb-editorial .rvb-reveal.rvb-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .rvb-editorial .rvb-container {
    padding: 0 14px;
  }

  .rvb-editorial .rvb-section-head h2 {
    font-size: 27px;
  }

  .rvb-editorial .rvb-section-head p {
    font-size: 14.5px;
  }

  .rvb-editorial .rvb-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .rvb-editorial .rvb-card,
  .rvb-editorial .rvb-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .rvb-editorial .rvb-card h3,
  .rvb-editorial .rvb-step-content h3,
  .rvb-editorial .rvb-trust-card h3 {
    font-size: 18px;
  }

  .rvb-editorial .rvb-card p,
  .rvb-editorial .rvb-step-content p,
  .rvb-editorial .rvb-trust-card p {
    font-size: 14.5px;
  }

  .rvb-editorial .rvb-steps {
    gap: 14px;
    margin-top: 30px;
  }

  .rvb-editorial .rvb-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .rvb-editorial .rvb-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

  .rvb-editorial .rvb-container {
    padding: 0 18px;
  }

  .rvb-editorial .rvb-section-head h2 {
    font-size: 30px;
  }

  .rvb-editorial .rvb-section-head p {
    font-size: 15px;
  }

  .rvb-editorial .rvb-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .rvb-editorial .rvb-card,
  .rvb-editorial .rvb-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .rvb-editorial .rvb-card h3,
  .rvb-editorial .rvb-step-content h3,
  .rvb-editorial .rvb-trust-card h3 {
    font-size: 19px;
  }

  .rvb-editorial .rvb-card p,
  .rvb-editorial .rvb-step-content p,
  .rvb-editorial .rvb-trust-card p {
    font-size: 15px;
  }

  .rvb-editorial .rvb-steps {
    gap: 16px;
    margin-top: 34px;
  }

  .rvb-editorial .rvb-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .rvb-editorial .rvb-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rvb-editorial .rvb-section {
    padding: 66px 0;
  }

  .rvb-editorial .rvb-container {
    padding: 0 22px;
  }

  .rvb-editorial .rvb-section-head h2 {
    font-size: 34px;
  }

  .rvb-editorial .rvb-section-head p {
    font-size: 15.5px;
  }

  .rvb-editorial .rvb-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .rvb-editorial .rvb-card,
  .rvb-editorial .rvb-trust-card {
    padding: 26px;
  }

  .rvb-editorial .rvb-card h3,
  .rvb-editorial .rvb-step-content h3,
  .rvb-editorial .rvb-trust-card h3 {
    font-size: 20px;
  }

  .rvb-editorial .rvb-card p,
  .rvb-editorial .rvb-step-content p,
  .rvb-editorial .rvb-trust-card p {
    font-size: 15.5px;
  }

  .rvb-editorial .rvb-steps {
    gap: 18px;
    margin-top: 36px;
  }

  .rvb-editorial .rvb-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .rvb-editorial .rvb-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rvb-editorial .rvb-section {
    padding: 78px 0;
  }

  .rvb-editorial .rvb-container {
    padding: 0 30px;
  }

  .rvb-editorial .rvb-section-head h2 {
    font-size: 42px;
  }

  .rvb-editorial .rvb-section-head p {
    font-size: 16.5px;
  }

  .rvb-editorial .rvb-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .rvb-editorial .rvb-card,
  .rvb-editorial .rvb-trust-card {
    padding: 28px;
  }

  .rvb-editorial .rvb-card h3,
  .rvb-editorial .rvb-step-content h3,
  .rvb-editorial .rvb-trust-card h3 {
    font-size: 20px;
  }

  .rvb-editorial .rvb-card p,
  .rvb-editorial .rvb-step-content p,
  .rvb-editorial .rvb-trust-card p {
    font-size: 15.5px;
  }

  .rvb-editorial .rvb-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .rvb-editorial .rvb-step-card {
    gap: 22px;
    padding: 30px;
  }

  .rvb-editorial .rvb-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .rvb-editorial .rvb-section {
    padding: 92px 0;
  }

  .rvb-editorial .rvb-container {
    padding: 0 32px;
  }

  .rvb-editorial .rvb-section-head h2 {
    font-size: 48px;
  }

  .rvb-editorial .rvb-section-head p {
    font-size: 17px;
  }

  .rvb-editorial .rvb-card-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .rvb-editorial .rvb-grid-six,
  .rvb-editorial .rvb-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rvb-editorial .rvb-card,
  .rvb-editorial .rvb-trust-card {
    padding: 30px;
  }

  .rvb-editorial .rvb-card h3,
  .rvb-editorial .rvb-step-content h3,
  .rvb-editorial .rvb-trust-card h3 {
    font-size: 21px;
  }

  .rvb-editorial .rvb-card p,
  .rvb-editorial .rvb-step-content p,
  .rvb-editorial .rvb-trust-card p {
    font-size: 15.8px;
  }

  .rvb-editorial .rvb-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .rvb-editorial .rvb-step-card {
    gap: 26px;
    padding: 34px;
  }

  .rvb-editorial .rvb-step-number {
    width: 72px;
    height: 72px;
    font-size: 19px;
  }
}