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

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

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

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

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

.rbv-editorial-content .rbv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 69, 0, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 139, 87, 0.10), transparent 32%),
    #faf7f4;
}

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

.rbv-editorial-content .rbv-section-header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.rbv-editorial-content .rbv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.10), rgba(255, 139, 87, 0.12));
  color: #b93509;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.rbv-editorial-content .rbv-section-header h2 {
  margin: 0;
  color: #141b2d;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.rbv-editorial-content .rbv-section-header p {
  margin: 14px auto 0;
  max-width: 720px;
  color: #596273;
  line-height: 1.72;
  font-weight: 450;
}

.rbv-editorial-content .rbv-card-grid {
  display: grid;
  align-items: stretch;
}

.rbv-editorial-content .rbv-info-card,
.rbv-editorial-content .rbv-use-card,
.rbv-editorial-content .rbv-trust-card,
.rbv-editorial-content .rbv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 41, 55, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 29, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.rbv-editorial-content .rbv-info-card,
.rbv-editorial-content .rbv-use-card,
.rbv-editorial-content .rbv-trust-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}

.rbv-editorial-content .rbv-info-card::before,
.rbv-editorial-content .rbv-use-card::before,
.rbv-editorial-content .rbv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), transparent 38%, rgba(255, 139, 87, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.rbv-editorial-content .rbv-info-card:hover,
.rbv-editorial-content .rbv-use-card:hover,
.rbv-editorial-content .rbv-trust-card:hover,
.rbv-editorial-content .rbv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.25);
  box-shadow: 0 24px 58px rgba(21, 29, 43, 0.12);
}

.rbv-editorial-content .rbv-info-card:hover::before,
.rbv-editorial-content .rbv-use-card:hover::before,
.rbv-editorial-content .rbv-trust-card:hover::before {
  opacity: 1;
}

.rbv-editorial-content .rbv-info-card h3,
.rbv-editorial-content .rbv-use-card h3,
.rbv-editorial-content .rbv-trust-card h3,
.rbv-editorial-content .rbv-step-card h3 {
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.rbv-editorial-content .rbv-info-card p,
.rbv-editorial-content .rbv-use-card p,
.rbv-editorial-content .rbv-trust-card p,
.rbv-editorial-content .rbv-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6474;
  line-height: 1.68;
  font-weight: 430;
}

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

.rbv-editorial-content .rbv-info-card:hover .rbv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.rbv-editorial-content .rbv-icon::before,
.rbv-editorial-content .rbv-icon::after {
  content: "";
  position: absolute;
  border-color: #ffffff;
}

.rbv-editorial-content .rbv-icon-window::before {
  inset: 12px 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.rbv-editorial-content .rbv-icon-window::after {
  width: 16px;
  height: 2px;
  left: 15px;
  top: 18px;
  background: #ffffff;
}

.rbv-editorial-content .rbv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.rbv-editorial-content .rbv-icon-speed::after {
  width: 13px;
  height: 2px;
  left: 23px;
  top: 22px;
  background: #ffffff;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.rbv-editorial-content .rbv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.rbv-editorial-content .rbv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  background: #ffffff;
  border-radius: 50%;
}

.rbv-editorial-content .rbv-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 12px;
  top: 13px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.rbv-editorial-content .rbv-icon-steps::after {
  width: 16px;
  height: 2px;
  left: 22px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.rbv-editorial-content .rbv-icon-mobile::before {
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.rbv-editorial-content .rbv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 20px;
  top: 31px;
  background: #ffffff;
  border-radius: 4px;
}

.rbv-editorial-content .rbv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.rbv-editorial-content .rbv-icon-daily::after {
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.rbv-editorial-content .rbv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

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

.rbv-editorial-content .rbv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500, #f97316);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 36px rgba(255, 69, 0, 0.24);
}

.rbv-editorial-content .rbv-use-card {
  background: linear-gradient(180deg, #ffffff, #fffaf7);
}

.rbv-editorial-content .rbv-mini-dot {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 7px rgba(255, 69, 0, 0.10);
}

.rbv-editorial-content .rbv-mini-dot::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 2px;
  left: 28px;
  top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 69, 0, 0.35), transparent);
}

.rbv-editorial-content .rbv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.10);
  color: #b93509;
  font-size: 13px;
  font-weight: 780;
  line-height: 1;
}

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

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

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

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

  .rbv-editorial-content .rbv-section-header h2 {
    font-size: 26px;
  }

  .rbv-editorial-content .rbv-section-header p {
    font-size: 14px;
  }

  .rbv-editorial-content .rbv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .rbv-editorial-content .rbv-info-card,
  .rbv-editorial-content .rbv-use-card,
  .rbv-editorial-content .rbv-trust-card {
    padding: 22px;
  }

  .rbv-editorial-content .rbv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

  .rbv-editorial-content .rbv-info-card h3,
  .rbv-editorial-content .rbv-use-card h3,
  .rbv-editorial-content .rbv-trust-card h3,
  .rbv-editorial-content .rbv-step-card h3 {
    font-size: 18px;
  }

  .rbv-editorial-content .rbv-info-card p,
  .rbv-editorial-content .rbv-use-card p,
  .rbv-editorial-content .rbv-trust-card p,
  .rbv-editorial-content .rbv-step-card p {
    font-size: 14px;
  }
}

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

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

  .rbv-editorial-content .rbv-section-header h2 {
    font-size: 29px;
  }

  .rbv-editorial-content .rbv-section-header p {
    font-size: 15px;
  }

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

  .rbv-editorial-content .rbv-info-card,
  .rbv-editorial-content .rbv-use-card,
  .rbv-editorial-content .rbv-trust-card {
    padding: 24px;
  }

  .rbv-editorial-content .rbv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

  .rbv-editorial-content .rbv-info-card h3,
  .rbv-editorial-content .rbv-use-card h3,
  .rbv-editorial-content .rbv-trust-card h3,
  .rbv-editorial-content .rbv-step-card h3 {
    font-size: 19px;
  }

  .rbv-editorial-content .rbv-info-card p,
  .rbv-editorial-content .rbv-use-card p,
  .rbv-editorial-content .rbv-trust-card p,
  .rbv-editorial-content .rbv-step-card p {
    font-size: 15px;
  }
}

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

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

  .rbv-editorial-content .rbv-section-header h2 {
    font-size: 32px;
  }

  .rbv-editorial-content .rbv-section-header p {
    font-size: 15.5px;
  }

  .rbv-editorial-content .rbv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .rbv-editorial-content .rbv-info-card,
  .rbv-editorial-content .rbv-use-card,
  .rbv-editorial-content .rbv-trust-card {
    padding: 26px;
  }

  .rbv-editorial-content .rbv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

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

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

  .rbv-editorial-content .rbv-info-card h3,
  .rbv-editorial-content .rbv-use-card h3,
  .rbv-editorial-content .rbv-trust-card h3,
  .rbv-editorial-content .rbv-step-card h3 {
    font-size: 20px;
  }

  .rbv-editorial-content .rbv-info-card p,
  .rbv-editorial-content .rbv-use-card p,
  .rbv-editorial-content .rbv-trust-card p,
  .rbv-editorial-content .rbv-step-card p {
    font-size: 15.5px;
  }
}

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

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

  .rbv-editorial-content .rbv-section-header h2 {
    font-size: 40px;
  }

  .rbv-editorial-content .rbv-section-header p {
    font-size: 16px;
  }

  .rbv-editorial-content .rbv-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

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

  .rbv-editorial-content .rbv-info-card,
  .rbv-editorial-content .rbv-use-card,
  .rbv-editorial-content .rbv-trust-card {
    padding: 28px;
  }

  .rbv-editorial-content .rbv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .rbv-editorial-content .rbv-step-card {
    gap: 22px;
    padding: 28px;
  }

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

  .rbv-editorial-content .rbv-info-card h3,
  .rbv-editorial-content .rbv-use-card h3,
  .rbv-editorial-content .rbv-trust-card h3,
  .rbv-editorial-content .rbv-step-card h3 {
    font-size: 20px;
  }

  .rbv-editorial-content .rbv-info-card p,
  .rbv-editorial-content .rbv-use-card p,
  .rbv-editorial-content .rbv-trust-card p,
  .rbv-editorial-content .rbv-step-card p {
    font-size: 15.5px;
  }
}

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

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

  .rbv-editorial-content .rbv-section-header h2 {
    font-size: 46px;
  }

  .rbv-editorial-content .rbv-section-header p {
    font-size: 17px;
  }

  .rbv-editorial-content .rbv-card-grid {
    gap: 24px;
    margin-top: 46px;
  }

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

  .rbv-editorial-content .rbv-info-card,
  .rbv-editorial-content .rbv-use-card,
  .rbv-editorial-content .rbv-trust-card {
    padding: 30px;
  }

  .rbv-editorial-content .rbv-step-list {
    gap: 22px;
    margin-top: 46px;
  }

  .rbv-editorial-content .rbv-step-card {
    gap: 26px;
    padding: 30px;
  }

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

  .rbv-editorial-content .rbv-info-card h3,
  .rbv-editorial-content .rbv-use-card h3,
  .rbv-editorial-content .rbv-trust-card h3,
  .rbv-editorial-content .rbv-step-card h3 {
    font-size: 21px;
  }

  .rbv-editorial-content .rbv-info-card p,
  .rbv-editorial-content .rbv-use-card p,
  .rbv-editorial-content .rbv-trust-card p,
  .rbv-editorial-content .rbv-step-card p {
    font-size: 16px;
  }
}