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

.rgv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

.rgv-editorial-wrap .rgv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

.rgv-editorial-wrap .rgv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

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

.rgv-editorial-wrap .rgv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rgv-editorial-wrap .rgv-heading p {
  margin: 14px auto 0;
  color: #5b6678;
  line-height: 1.7;
}

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

.rgv-editorial-wrap .rgv-card,
.rgv-editorial-wrap .rgv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.rgv-editorial-wrap .rgv-card::before,
.rgv-editorial-wrap .rgv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4500, #ff8b4c, #7c3aed);
  opacity: 0.9;
}

.rgv-editorial-wrap .rgv-card:hover,
.rgv-editorial-wrap .rgv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.24);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}

.rgv-editorial-wrap .rgv-card h3,
.rgv-editorial-wrap .rgv-step h3,
.rgv-editorial-wrap .rgv-trust-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rgv-editorial-wrap .rgv-card p,
.rgv-editorial-wrap .rgv-step p,
.rgv-editorial-wrap .rgv-trust-card p,
.rgv-editorial-wrap .rgv-note p {
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}

.rgv-editorial-wrap .rgv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(124, 58, 237, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 69, 0, 0.12);
}

.rgv-editorial-wrap .rgv-icon::before,
.rgv-editorial-wrap .rgv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.rgv-editorial-wrap .rgv-card:hover .rgv-icon::before,
.rgv-editorial-wrap .rgv-card:hover .rgv-icon::after {
  transform: translateY(-2px);
}

.rgv-editorial-wrap .rgv-icon-frame::before {
  width: 21px;
  height: 15px;
  left: 11px;
  top: 13px;
  border: 2px solid #ff4500;
  border-radius: 5px;
}

.rgv-editorial-wrap .rgv-icon-frame::after {
  width: 7px;
  height: 7px;
  right: 11px;
  bottom: 12px;
  border-radius: 50%;
  background: #7c3aed;
}

.rgv-editorial-wrap .rgv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #ff4500;
  border-left-color: transparent;
  border-radius: 50%;
}

.rgv-editorial-wrap .rgv-icon-speed::after {
  width: 14px;
  height: 2px;
  left: 18px;
  top: 21px;
  border-radius: 999px;
  background: #7c3aed;
  transform-origin: left center;
  rotate: -28deg;
}

.rgv-editorial-wrap .rgv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff4500, #ff8b4c);
}

.rgv-editorial-wrap .rgv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #ffffff;
}

.rgv-editorial-wrap .rgv-icon-path::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #ff4500;
  border-radius: 7px;
}

.rgv-editorial-wrap .rgv-icon-path::after {
  width: 14px;
  height: 2px;
  left: 15px;
  top: 21px;
  border-radius: 999px;
  background: #7c3aed;
}

.rgv-editorial-wrap .rgv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ff4500;
  border-radius: 7px;
}

.rgv-editorial-wrap .rgv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  bottom: 12px;
  border-radius: 50%;
  background: #7c3aed;
}

.rgv-editorial-wrap .rgv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #ff4500, #ff8b4c, #7c3aed, #ff4500);
}

.rgv-editorial-wrap .rgv-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  background: #ffffff;
}

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

.rgv-editorial-wrap .rgv-step {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.rgv-editorial-wrap .rgv-step::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.13), rgba(255, 69, 0, 0));
}

.rgv-editorial-wrap .rgv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.rgv-editorial-wrap .rgv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8b4c 52%, #7c3aed 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.24);
}

.rgv-editorial-wrap .rgv-badge-dot,
.rgv-editorial-wrap .rgv-trust-mark {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(124, 58, 237, 0.12));
  position: relative;
}

.rgv-editorial-wrap .rgv-badge-dot::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4500, #7c3aed);
}

.rgv-editorial-wrap .rgv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 10px;
  top: 12px;
  border-left: 3px solid #ff4500;
  border-bottom: 3px solid #ff4500;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.rgv-editorial-wrap .rgv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 69, 0, 0.055));
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  text-align: center;
}

.rgv-editorial-wrap .rgv-note p {
  margin: 0;
  color: #424d60;
}

.rgv-editorial-wrap .rgv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rgv-editorial-wrap .rgv-reveal.rgv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

  .rgv-editorial-wrap .rgv-heading h2 {
    font-size: 25px;
  }

  .rgv-editorial-wrap .rgv-heading p {
    font-size: 14px;
  }

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

  .rgv-editorial-wrap .rgv-card,
  .rgv-editorial-wrap .rgv-trust-card {
    padding: 24px 20px;
  }

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

  .rgv-editorial-wrap .rgv-card p,
  .rgv-editorial-wrap .rgv-step p,
  .rgv-editorial-wrap .rgv-trust-card p,
  .rgv-editorial-wrap .rgv-note p {
    font-size: 14px;
  }

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

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

  .rgv-editorial-wrap .rgv-note {
    margin-top: 22px;
    padding: 20px;
  }
}

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

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

  .rgv-editorial-wrap .rgv-heading h2 {
    font-size: 28px;
  }

  .rgv-editorial-wrap .rgv-heading p {
    font-size: 15px;
  }

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

  .rgv-editorial-wrap .rgv-card,
  .rgv-editorial-wrap .rgv-trust-card {
    padding: 26px 22px;
  }

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

  .rgv-editorial-wrap .rgv-card p,
  .rgv-editorial-wrap .rgv-step p,
  .rgv-editorial-wrap .rgv-trust-card p,
  .rgv-editorial-wrap .rgv-note p {
    font-size: 14.5px;
  }

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

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

  .rgv-editorial-wrap .rgv-note {
    margin-top: 24px;
    padding: 22px;
  }
}

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

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

  .rgv-editorial-wrap .rgv-heading h2 {
    font-size: 31px;
  }

  .rgv-editorial-wrap .rgv-heading p {
    font-size: 15.5px;
  }

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

  .rgv-editorial-wrap .rgv-card,
  .rgv-editorial-wrap .rgv-trust-card {
    padding: 28px 24px;
  }

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

  .rgv-editorial-wrap .rgv-card p,
  .rgv-editorial-wrap .rgv-step p,
  .rgv-editorial-wrap .rgv-trust-card p,
  .rgv-editorial-wrap .rgv-note p {
    font-size: 15px;
  }

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

  .rgv-editorial-wrap .rgv-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .rgv-editorial-wrap .rgv-note {
    margin-top: 26px;
    padding: 24px;
  }
}

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

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

  .rgv-editorial-wrap .rgv-heading h2 {
    font-size: 39px;
  }

  .rgv-editorial-wrap .rgv-heading p {
    font-size: 16.5px;
  }

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

  .rgv-editorial-wrap .rgv-card,
  .rgv-editorial-wrap .rgv-trust-card {
    padding: 30px 26px;
  }

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

  .rgv-editorial-wrap .rgv-card p,
  .rgv-editorial-wrap .rgv-step p,
  .rgv-editorial-wrap .rgv-trust-card p,
  .rgv-editorial-wrap .rgv-note p {
    font-size: 15.5px;
  }

  .rgv-editorial-wrap .rgv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .rgv-editorial-wrap .rgv-step {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
  }

  .rgv-editorial-wrap .rgv-note {
    margin-top: 30px;
    padding: 26px 30px;
  }
}

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

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

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

  .rgv-editorial-wrap .rgv-heading p {
    font-size: 17px;
  }

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

  .rgv-editorial-wrap .rgv-card,
  .rgv-editorial-wrap .rgv-trust-card {
    padding: 32px 28px;
  }

  .rgv-editorial-wrap .rgv-card h3,
  .rgv-editorial-wrap .rgv-step h3,
  .rgv-editorial-wrap .rgv-trust-card h3 {
    font-size: 22px;
  }

  .rgv-editorial-wrap .rgv-card p,
  .rgv-editorial-wrap .rgv-step p,
  .rgv-editorial-wrap .rgv-trust-card p,
  .rgv-editorial-wrap .rgv-note p {
    font-size: 16px;
  }

  .rgv-editorial-wrap .rgv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .rgv-editorial-wrap .rgv-step {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 28px;
    padding: 32px 34px;
  }

  .rgv-editorial-wrap .rgv-note {
    margin-top: 34px;
    padding: 28px 34px;
  }
}