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

.rimgv-content {
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

.rimgv-content .rimgv-section {
  position: relative;
}

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

.rimgv-content .rimgv-section-soft {
  background: linear-gradient(180deg, #fff8f4 0%, #f9fafb 100%);
}

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

.rimgv-content .rimgv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.rimgv-content .rimgv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.08);
  color: #b83200;
  font-weight: 750;
  line-height: 1.2;
}

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

.rimgv-content .rimgv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.rimgv-content .rimgv-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6472;
  font-weight: 450;
}

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

.rimgv-content .rimgv-grid-three,
.rimgv-content .rimgv-grid-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rimgv-content .rimgv-card,
.rimgv-content .rimgv-trust-card,
.rimgv-content .rimgv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.rimgv-content .rimgv-card {
  height: 100%;
  overflow: hidden;
}

.rimgv-content .rimgv-card::after,
.rimgv-content .rimgv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(255, 69, 0, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.rimgv-content .rimgv-card:hover,
.rimgv-content .rimgv-trust-card:hover,
.rimgv-content .rimgv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

.rimgv-content .rimgv-card:hover::after,
.rimgv-content .rimgv-trust-card:hover::after {
  opacity: 1;
}

.rimgv-content .rimgv-card h3,
.rimgv-content .rimgv-trust-card h3,
.rimgv-content .rimgv-step-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151922;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rimgv-content .rimgv-card p,
.rimgv-content .rimgv-trust-card p,
.rimgv-content .rimgv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6876;
  font-weight: 450;
}

.rimgv-content .rimgv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff7a2f);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
  transition: transform 240ms ease;
}

.rimgv-content .rimgv-card:hover .rimgv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.rimgv-content .rimgv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.rimgv-content .rimgv-icon-frame::after {
  width: 10px;
  height: 10px;
  right: 13px;
  top: 13px;
  border-radius: 999px;
}

.rimgv-content .rimgv-icon-bolt::before {
  width: 13px;
  height: 24px;
  top: 11px;
  left: 17px;
  clip-path: polygon(58% 0, 100% 0, 68% 43%, 100% 43%, 34% 100%, 48% 55%, 13% 55%);
}

.rimgv-content .rimgv-icon-preview::before {
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}

.rimgv-content .rimgv-icon-preview::after {
  width: 7px;
  height: 7px;
  top: 21px;
  left: 20px;
  border-radius: 999px;
}

.rimgv-content .rimgv-icon-path::before {
  width: 24px;
  height: 4px;
  top: 21px;
  left: 11px;
  border-radius: 999px;
}

.rimgv-content .rimgv-icon-path::after {
  width: 9px;
  height: 9px;
  top: 18px;
  right: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.rimgv-content .rimgv-icon-mobile::before {
  width: 17px;
  height: 26px;
  top: 10px;
  left: 14px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.rimgv-content .rimgv-icon-mobile::after {
  width: 5px;
  height: 5px;
  bottom: 13px;
  left: 21px;
  border-radius: 999px;
}

.rimgv-content .rimgv-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}

.rimgv-content .rimgv-icon-daily::after {
  width: 11px;
  height: 2px;
  top: 22px;
  left: 23px;
  border-radius: 999px;
  transform: rotate(40deg);
  transform-origin: left center;
}

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

.rimgv-content .rimgv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f2 100%);
}

.rimgv-content .rimgv-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff4500, #ff9b54);
}

.rimgv-content .rimgv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.18);
}

.rimgv-content .rimgv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}

.rimgv-content .rimgv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 18px 0 0 rgba(255, 122, 47, 0.55);
}

.rimgv-content .rimgv-trust-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.rimgv-content .rimgv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.11), rgba(255, 138, 61, 0.16));
  color: #a93405;
  font-weight: 800;
  line-height: 1.2;
}

.rimgv-content .rimgv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rimgv-content .rimgv-reveal.rimgv-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) {
  .rimgv-content .rimgv-section {
    padding: 50px 0;
  }

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

  .rimgv-content .rimgv-kicker {
    font-size: 12px;
  }

  .rimgv-content .rimgv-heading h2 {
    font-size: 25px;
  }

  .rimgv-content .rimgv-heading p {
    font-size: 14px;
  }

  .rimgv-content .rimgv-grid,
  .rimgv-content .rimgv-steps {
    gap: 14px;
    margin-top: 28px;
  }

  .rimgv-content .rimgv-grid-three,
  .rimgv-content .rimgv-grid-trust {
    grid-template-columns: 1fr;
  }

  .rimgv-content .rimgv-card,
  .rimgv-content .rimgv-trust-card {
    padding: 20px;
    border-radius: 18px;
  }

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

  .rimgv-content .rimgv-card p,
  .rimgv-content .rimgv-trust-card p,
  .rimgv-content .rimgv-step-content p {
    font-size: 14px;
  }

  .rimgv-content .rimgv-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .rimgv-content .rimgv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

  .rimgv-content .rimgv-kicker {
    font-size: 12px;
  }

  .rimgv-content .rimgv-heading h2 {
    font-size: 28px;
  }

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

  .rimgv-content .rimgv-grid,
  .rimgv-content .rimgv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .rimgv-content .rimgv-grid-three,
  .rimgv-content .rimgv-grid-trust {
    grid-template-columns: 1fr;
  }

  .rimgv-content .rimgv-card,
  .rimgv-content .rimgv-trust-card {
    padding: 22px;
  }

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

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

  .rimgv-content .rimgv-step-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }

  .rimgv-content .rimgv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

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

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

  .rimgv-content .rimgv-kicker {
    font-size: 13px;
  }

  .rimgv-content .rimgv-heading h2 {
    font-size: 31px;
  }

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

  .rimgv-content .rimgv-grid,
  .rimgv-content .rimgv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .rimgv-content .rimgv-grid-three,
  .rimgv-content .rimgv-grid-trust {
    grid-template-columns: 1fr;
  }

  .rimgv-content .rimgv-card,
  .rimgv-content .rimgv-trust-card {
    padding: 24px;
  }

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

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

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

  .rimgv-content .rimgv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

  .rimgv-content .rimgv-container {
    padding: 0 28px;
  }

  .rimgv-content .rimgv-kicker {
    font-size: 13px;
  }

  .rimgv-content .rimgv-heading h2 {
    font-size: 38px;
  }

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

  .rimgv-content .rimgv-grid,
  .rimgv-content .rimgv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .rimgv-content .rimgv-grid-three,
  .rimgv-content .rimgv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rimgv-content .rimgv-card,
  .rimgv-content .rimgv-trust-card {
    padding: 26px;
  }

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

  .rimgv-content .rimgv-card p,
  .rimgv-content .rimgv-trust-card p,
  .rimgv-content .rimgv-step-content p {
    font-size: 16px;
  }

  .rimgv-content .rimgv-step-card {
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 28px;
  }

  .rimgv-content .rimgv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}

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

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

  .rimgv-content .rimgv-kicker {
    font-size: 13px;
  }

  .rimgv-content .rimgv-heading h2 {
    font-size: 46px;
  }

  .rimgv-content .rimgv-heading p {
    font-size: 18px;
  }

  .rimgv-content .rimgv-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .rimgv-content .rimgv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .rimgv-content .rimgv-grid-three,
  .rimgv-content .rimgv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rimgv-content .rimgv-card,
  .rimgv-content .rimgv-trust-card {
    padding: 30px;
  }

  .rimgv-content .rimgv-card h3,
  .rimgv-content .rimgv-trust-card h3,
  .rimgv-content .rimgv-step-content h3 {
    font-size: 22px;
  }

  .rimgv-content .rimgv-card p,
  .rimgv-content .rimgv-trust-card p,
  .rimgv-content .rimgv-step-content p {
    font-size: 16px;
  }

  .rimgv-content .rimgv-step-card {
    grid-template-columns: 88px 1fr;
    gap: 26px;
    padding: 32px 34px;
  }

  .rimgv-content .rimgv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}