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

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

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

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

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

.riv-editorial-wrap .riv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #f8fafc 100%);
}

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

.riv-editorial-wrap .riv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.riv-editorial-wrap .riv-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: rgba(255, 69, 0, 0.07);
  color: #c23900;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.riv-editorial-wrap .riv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.12);
}

.riv-editorial-wrap h2 {
  margin: 0;
  color: #121826;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.riv-editorial-wrap .riv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #536070;
  line-height: 1.7;
}

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

.riv-editorial-wrap .riv-feature-card,
.riv-editorial-wrap .riv-use-card,
.riv-editorial-wrap .riv-trust-card,
.riv-editorial-wrap .riv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.riv-editorial-wrap .riv-feature-card::after,
.riv-editorial-wrap .riv-use-card::after,
.riv-editorial-wrap .riv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.riv-editorial-wrap .riv-feature-card:hover,
.riv-editorial-wrap .riv-use-card:hover,
.riv-editorial-wrap .riv-trust-card:hover,
.riv-editorial-wrap .riv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.24);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.riv-editorial-wrap .riv-feature-card:hover::after,
.riv-editorial-wrap .riv-use-card:hover::after,
.riv-editorial-wrap .riv-trust-card:hover::after {
  opacity: 1;
}

.riv-editorial-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.riv-editorial-wrap article p {
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #5d6878;
  line-height: 1.68;
}

.riv-editorial-wrap .riv-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 12px 24px rgba(255, 69, 0, 0.24);
  transition: transform 260ms ease;
}

.riv-editorial-wrap .riv-feature-card:hover .riv-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.riv-editorial-wrap .riv-icon::before,
.riv-editorial-wrap .riv-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
}

.riv-editorial-wrap .riv-icon-frame::before {
  inset: 12px 10px;
  border-radius: 6px;
}

.riv-editorial-wrap .riv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ff4500;
}

.riv-editorial-wrap .riv-icon-speed::before {
  width: 22px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.78), 0 14px 0 rgba(255, 255, 255, 0.62);
}

.riv-editorial-wrap .riv-icon-preview::before {
  inset: 12px 9px;
  border-radius: 999px;
}

.riv-editorial-wrap .riv-icon-preview::after {
  width: 10px;
  height: 10px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #ff4500;
}

.riv-editorial-wrap .riv-icon-steps::before {
  width: 8px;
  height: 8px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 12px 0 rgba(255, 255, 255, 0.85), 14px 0 0 rgba(255, 255, 255, 0.72), 14px 12px 0 rgba(255, 255, 255, 0.6);
}

.riv-editorial-wrap .riv-icon-mobile::before {
  inset: 8px 13px;
  border-radius: 7px;
}

.riv-editorial-wrap .riv-icon-mobile::after {
  width: 8px;
  height: 2px;
  left: 18px;
  bottom: 11px;
  border-radius: 99px;
  background: #ff4500;
}

.riv-editorial-wrap .riv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}

.riv-editorial-wrap .riv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 16px;
  top: 20px;
  border-radius: 99px;
  background: #ff4500;
}

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

.riv-editorial-wrap .riv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.96)),
    #ffffff;
}

.riv-editorial-wrap .riv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4500, #ff9a62);
}

.riv-editorial-wrap .riv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #172033;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.18);
}

.riv-editorial-wrap .riv-step-content {
  min-width: 0;
}

.riv-editorial-wrap .riv-mini-dot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 69, 0, 0.1);
}

.riv-editorial-wrap .riv-mini-dot::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 0 0 7px rgba(255, 69, 0, 0.1);
}

.riv-editorial-wrap .riv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.08);
  color: #b73500;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}

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

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

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

  .riv-editorial-wrap .riv-container {
    padding: 0 15px;
  }

  .riv-editorial-wrap h2 {
    font-size: 26px;
  }

  .riv-editorial-wrap .riv-section-head p {
    font-size: 14px;
  }

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

  .riv-editorial-wrap .riv-feature-card,
  .riv-editorial-wrap .riv-use-card,
  .riv-editorial-wrap .riv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .riv-editorial-wrap h3 {
    font-size: 18px;
  }

  .riv-editorial-wrap article p {
    font-size: 14px;
  }

  .riv-editorial-wrap .riv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .riv-editorial-wrap .riv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
  }

  .riv-editorial-wrap .riv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

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

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

  .riv-editorial-wrap h2 {
    font-size: 29px;
  }

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

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

  .riv-editorial-wrap .riv-feature-card,
  .riv-editorial-wrap .riv-use-card,
  .riv-editorial-wrap .riv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .riv-editorial-wrap h3 {
    font-size: 19px;
  }

  .riv-editorial-wrap article p {
    font-size: 14.5px;
  }

  .riv-editorial-wrap .riv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .riv-editorial-wrap .riv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 20px;
  }

  .riv-editorial-wrap .riv-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

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

  .riv-editorial-wrap h2 {
    font-size: 33px;
  }

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

  .riv-editorial-wrap .riv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .riv-editorial-wrap .riv-feature-card,
  .riv-editorial-wrap .riv-use-card,
  .riv-editorial-wrap .riv-trust-card {
    padding: 26px;
  }

  .riv-editorial-wrap h3 {
    font-size: 20px;
  }

  .riv-editorial-wrap article p {
    font-size: 15px;
  }

  .riv-editorial-wrap .riv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

  .riv-editorial-wrap .riv-step-number {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

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

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

  .riv-editorial-wrap h2 {
    font-size: 40px;
  }

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

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

  .riv-editorial-wrap .riv-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .riv-editorial-wrap .riv-feature-card,
  .riv-editorial-wrap .riv-use-card,
  .riv-editorial-wrap .riv-trust-card {
    padding: 28px;
  }

  .riv-editorial-wrap h3 {
    font-size: 20px;
  }

  .riv-editorial-wrap article p {
    font-size: 15.5px;
  }

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

  .riv-editorial-wrap .riv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .riv-editorial-wrap .riv-step-number {
    font-size: 21px;
  }
}

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

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

  .riv-editorial-wrap h2 {
    font-size: 46px;
  }

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

  .riv-editorial-wrap .riv-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .riv-editorial-wrap .riv-feature-card,
  .riv-editorial-wrap .riv-use-card,
  .riv-editorial-wrap .riv-trust-card {
    padding: 30px;
  }

  .riv-editorial-wrap h3 {
    font-size: 21px;
  }

  .riv-editorial-wrap article p {
    font-size: 15.5px;
  }

  .riv-editorial-wrap .riv-steps {
    gap: 22px;
    margin-top: 52px;
  }

  .riv-editorial-wrap .riv-step-card {
    gap: 28px;
    padding: 32px 36px;
  }

  .riv-editorial-wrap .riv-step-number {
    font-size: 22px;
  }
}