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

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

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

.rsv-editorial-wrap .rsv-section {
  position: relative;
}

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

.rsv-editorial-wrap .rsv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 69, 0, 0.08), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 137, 76, 0.1), transparent 30%),
    #faf7f4;
}

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

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

.rsv-editorial-wrap .rsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #d9410d;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rsv-editorial-wrap .rsv-kicker::before,
.rsv-editorial-wrap .rsv-kicker::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4500, #ff9b54);
}

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

.rsv-editorial-wrap .rsv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.72;
}

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

.rsv-editorial-wrap .rsv-card,
.rsv-editorial-wrap .rsv-trust-card,
.rsv-editorial-wrap .rsv-step-card {
  position: relative;
  border: 1px solid rgba(221, 93, 43, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(33, 38, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.rsv-editorial-wrap .rsv-card {
  min-width: 0;
  height: 100%;
}

.rsv-editorial-wrap .rsv-card::before,
.rsv-editorial-wrap .rsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.38), rgba(255, 155, 84, 0.03), rgba(255, 69, 0, 0.16));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.rsv-editorial-wrap .rsv-card:hover,
.rsv-editorial-wrap .rsv-trust-card:hover,
.rsv-editorial-wrap .rsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.26);
  box-shadow: 0 24px 60px rgba(33, 38, 54, 0.12);
}

.rsv-editorial-wrap .rsv-card:hover::before,
.rsv-editorial-wrap .rsv-trust-card:hover::before {
  opacity: 1;
}

.rsv-editorial-wrap .rsv-icon {
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.22);
}

.rsv-editorial-wrap .rsv-icon::before,
.rsv-editorial-wrap .rsv-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
}

.rsv-editorial-wrap .rsv-icon-window::before {
  inset: 14px 11px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffffff;
}

.rsv-editorial-wrap .rsv-icon-window::after {
  width: 16px;
  height: 2px;
  left: 16px;
  top: 18px;
}

.rsv-editorial-wrap .rsv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
}

.rsv-editorial-wrap .rsv-icon-speed::after {
  width: 14px;
  height: 2px;
  left: 23px;
  top: 23px;
  transform: rotate(-32deg);
}

.rsv-editorial-wrap .rsv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border-radius: 12px;
  background: transparent;
  border: 2px solid #ffffff;
}

.rsv-editorial-wrap .rsv-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
}

.rsv-editorial-wrap .rsv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.rsv-editorial-wrap .rsv-icon-steps::after {
  width: 16px;
  height: 2px;
  left: 23px;
  top: 15px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.rsv-editorial-wrap .rsv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 7px;
  background: transparent;
  border: 2px solid #ffffff;
}

.rsv-editorial-wrap .rsv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 22px;
  bottom: 14px;
}

.rsv-editorial-wrap .rsv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #ffffff;
}

.rsv-editorial-wrap .rsv-icon-daily::after {
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
}

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

.rsv-editorial-wrap .rsv-card p,
.rsv-editorial-wrap .rsv-step-card p,
.rsv-editorial-wrap .rsv-trust-card p {
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.68;
}

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

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

.rsv-editorial-wrap .rsv-step-card::after {
  content: "";
  position: absolute;
  top: -46px;
  right: -46px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.18), transparent 68%);
  transition: transform 260ms ease;
}

.rsv-editorial-wrap .rsv-step-card:hover::after {
  transform: scale(1.12);
}

.rsv-editorial-wrap .rsv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500, #ff9b54);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(255, 69, 0, 0.23);
}

.rsv-editorial-wrap .rsv-step-copy {
  position: relative;
  z-index: 1;
}

.rsv-editorial-wrap .rsv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.88)),
    #ffffff;
}

.rsv-editorial-wrap .rsv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 0 0 24px rgba(255, 69, 0, 0.28);
}

.rsv-editorial-wrap .rsv-trust-card {
  height: 100%;
  overflow: hidden;
}

.rsv-editorial-wrap .rsv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.08);
  color: #d9410d;
  font-weight: 800;
  line-height: 1;
}

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

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

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

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

  .rsv-editorial-wrap .rsv-section-head h2 {
    font-size: 26px;
  }

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

  .rsv-editorial-wrap .rsv-kicker {
    font-size: 11px;
  }

  .rsv-editorial-wrap .rsv-card-grid,
  .rsv-editorial-wrap .rsv-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .rsv-editorial-wrap .rsv-grid-3,
  .rsv-editorial-wrap .rsv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .rsv-editorial-wrap .rsv-badge {
    padding: 8px 11px;
    font-size: 12px;
  }
}

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

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

  .rsv-editorial-wrap .rsv-section-head h2 {
    font-size: 29px;
  }

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

  .rsv-editorial-wrap .rsv-kicker {
    font-size: 11px;
  }

  .rsv-editorial-wrap .rsv-card-grid,
  .rsv-editorial-wrap .rsv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .rsv-editorial-wrap .rsv-grid-3,
  .rsv-editorial-wrap .rsv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

  .rsv-editorial-wrap .rsv-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }

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

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

  .rsv-editorial-wrap .rsv-badge {
    padding: 8px 12px;
    font-size: 12px;
  }
}

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

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

  .rsv-editorial-wrap .rsv-section-head h2 {
    font-size: 32px;
  }

  .rsv-editorial-wrap .rsv-section-head p {
    font-size: 16px;
  }

  .rsv-editorial-wrap .rsv-kicker {
    font-size: 12px;
  }

  .rsv-editorial-wrap .rsv-card-grid,
  .rsv-editorial-wrap .rsv-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .rsv-editorial-wrap .rsv-grid-3,
  .rsv-editorial-wrap .rsv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .rsv-editorial-wrap .rsv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}

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

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

  .rsv-editorial-wrap .rsv-section-head h2 {
    font-size: 40px;
  }

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

  .rsv-editorial-wrap .rsv-kicker {
    font-size: 12px;
  }

  .rsv-editorial-wrap .rsv-card-grid,
  .rsv-editorial-wrap .rsv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

  .rsv-editorial-wrap .rsv-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }

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

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

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

  .rsv-editorial-wrap .rsv-badge {
    padding: 9px 14px;
    font-size: 12px;
  }
}

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

  .rsv-editorial-wrap .rsv-container {
    padding: 0 28px;
  }

  .rsv-editorial-wrap .rsv-section-head h2 {
    font-size: 46px;
  }

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

  .rsv-editorial-wrap .rsv-kicker {
    font-size: 12px;
  }

  .rsv-editorial-wrap .rsv-card-grid,
  .rsv-editorial-wrap .rsv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .rsv-editorial-wrap .rsv-step-card {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px;
  }

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

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

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

  .rsv-editorial-wrap .rsv-badge {
    padding: 10px 15px;
    font-size: 12px;
  }
}