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

.rgv-content {
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

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

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

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

.rgv-content .rgv-section-soft {
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 69, 0, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(96, 80, 220, 0.08), transparent 28%),
    #f7f8fb;
}

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

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

.rgv-content .rgv-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(96, 80, 220, 0.09));
  color: #c83a08;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.rgv-content .rgv-section-head h2 {
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.rgv-content .rgv-section-head p {
  margin: 16px auto 0;
  color: #5c6678;
  font-weight: 450;
  line-height: 1.7;
}

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

.rgv-content .rgv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 32, 47, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.rgv-content .rgv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.16), rgba(96, 80, 220, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
}

.rgv-content .rgv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 58px rgba(18, 24, 39, 0.12);
}

.rgv-content .rgv-card:hover::before {
  opacity: 1;
}

.rgv-content .rgv-card h3 {
  position: relative;
  margin: 18px 0 0;
  color: #141b2b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.rgv-content .rgv-card p {
  position: relative;
  margin: 12px 0 0;
  color: #5c6678;
  line-height: 1.65;
}

.rgv-content .rgv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #6b5cff);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.2);
}

.rgv-content .rgv-icon::before,
.rgv-content .rgv-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 260ms ease;
}

.rgv-content .rgv-card:hover .rgv-icon::before {
  transform: translateY(-2px);
}

.rgv-content .rgv-icon-gallery::before {
  width: 22px;
  height: 16px;
  left: 13px;
  top: 16px;
  border-radius: 4px;
}

.rgv-content .rgv-icon-gallery::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff4500;
}

.rgv-content .rgv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  clip-path: polygon(50% 0, 100% 52%, 58% 52%, 72% 100%, 0 43%, 43% 43%);
}

.rgv-content .rgv-icon-speed::after {
  width: 20px;
  height: 3px;
  right: 10px;
  top: 24px;
  border-radius: 999px;
}

.rgv-content .rgv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}

.rgv-content .rgv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #6b5cff;
}

.rgv-content .rgv-icon-steps::before {
  width: 20px;
  height: 3px;
  left: 14px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9), 0 14px 0 rgba(255, 255, 255, 0.9);
}

.rgv-content .rgv-icon-steps::after {
  width: 5px;
  height: 5px;
  left: 9px;
  top: 15px;
  border-radius: 50%;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9), 0 14px 0 rgba(255, 255, 255, 0.9);
}

.rgv-content .rgv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
}

.rgv-content .rgv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
  background: #ff4500;
}

.rgv-content .rgv-icon-daily::before {
  width: 24px;
  height: 22px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
}

.rgv-content .rgv-icon-daily::after {
  width: 14px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #6b5cff;
  box-shadow: 0 6px 0 #6b5cff;
}

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

.rgv-content .rgv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 47, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.rgv-content .rgv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 4px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4500, #6b5cff);
}

.rgv-content .rgv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 80, 220, 0.2);
  box-shadow: 0 26px 60px rgba(18, 24, 39, 0.11);
}

.rgv-content .rgv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500, #6b5cff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(96, 80, 220, 0.24);
}

.rgv-content .rgv-step-body h3 {
  margin: 0;
  color: #141b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rgv-content .rgv-step-body p {
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.65;
}

.rgv-content .rgv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 254, 0.95)),
    #ffffff;
}

.rgv-content .rgv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.09);
  color: #bc3a08;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}

.rgv-content .rgv-trust-card {
  padding-top: 34px;
}

.rgv-content .rgv-trust-dot {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(96, 80, 220, 0.13));
  border: 1px solid rgba(255, 69, 0, 0.18);
}

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

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

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

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

  .rgv-content .rgv-container {
    padding: 0 16px;
  }

  .rgv-content .rgv-section-head h2 {
    font-size: 28px;
  }

  .rgv-content .rgv-section-head p {
    font-size: 15px;
  }

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

  .rgv-content .rgv-card {
    padding: 22px;
    border-radius: 18px;
  }

  .rgv-content .rgv-card h3,
  .rgv-content .rgv-step-body h3 {
    font-size: 18px;
  }

  .rgv-content .rgv-card p,
  .rgv-content .rgv-step-body p {
    font-size: 14px;
  }

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

  .rgv-content .rgv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .rgv-content .rgv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

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

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

  .rgv-content .rgv-section-head h2 {
    font-size: 30px;
  }

  .rgv-content .rgv-section-head p {
    font-size: 15.5px;
  }

  .rgv-content .rgv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

  .rgv-content .rgv-card h3,
  .rgv-content .rgv-step-body h3 {
    font-size: 19px;
  }

  .rgv-content .rgv-card p,
  .rgv-content .rgv-step-body p {
    font-size: 14.5px;
  }

  .rgv-content .rgv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .rgv-content .rgv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }

  .rgv-content .rgv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

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

  .rgv-content .rgv-section-head h2 {
    font-size: 34px;
  }

  .rgv-content .rgv-section-head p {
    font-size: 16px;
  }

  .rgv-content .rgv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .rgv-content .rgv-card {
    padding: 26px;
    border-radius: 22px;
  }

  .rgv-content .rgv-card h3,
  .rgv-content .rgv-step-body h3 {
    font-size: 20px;
  }

  .rgv-content .rgv-card p,
  .rgv-content .rgv-step-body p {
    font-size: 15px;
  }

  .rgv-content .rgv-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .rgv-content .rgv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }

  .rgv-content .rgv-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

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

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

  .rgv-content .rgv-section-head h2 {
    font-size: 42px;
  }

  .rgv-content .rgv-section-head p {
    font-size: 17px;
  }

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

  .rgv-content .rgv-card {
    padding: 28px;
  }

  .rgv-content .rgv-card h3,
  .rgv-content .rgv-step-body h3 {
    font-size: 21px;
  }

  .rgv-content .rgv-card p,
  .rgv-content .rgv-step-body p {
    font-size: 15.5px;
  }

  .rgv-content .rgv-steps {
    gap: 20px;
    margin-top: 44px;
  }

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

  .rgv-content .rgv-step-number {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }
}

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

  .rgv-content .rgv-container {
    padding: 0 34px;
  }

  .rgv-content .rgv-section-head h2 {
    font-size: 48px;
  }

  .rgv-content .rgv-section-head p {
    font-size: 18px;
  }

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

  .rgv-content .rgv-card {
    padding: 30px;
  }

  .rgv-content .rgv-card h3,
  .rgv-content .rgv-step-body h3 {
    font-size: 22px;
  }

  .rgv-content .rgv-card p,
  .rgv-content .rgv-step-body p {
    font-size: 16px;
  }

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

  .rgv-content .rgv-step-card {
    padding: 32px 36px;
    gap: 28px;
  }

  .rgv-content .rgv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }
}