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

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

.ruv-editorial-sections,
.ruv-editorial-sections section,
.ruv-editorial-sections div,
.ruv-editorial-sections article {
  box-sizing: border-box;
}

.ruv-editorial-sections .ruv-section {
  position: relative;
  overflow: hidden;
}

.ruv-editorial-sections .ruv-section-white {
  background: #ffffff;
}

.ruv-editorial-sections .ruv-section-soft {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 69, 0, 0.08), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(255, 138, 76, 0.08), transparent 30%),
    #fbf8f5;
}

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

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

.ruv-editorial-sections .ruv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(255, 176, 126, 0.14));
  color: #b83a08;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ruv-editorial-sections .ruv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500, #ff8a4c);
  box-shadow: 0 0 0 5px rgba(255, 69, 0, 0.1);
}

.ruv-editorial-sections .ruv-heading-wrap h2 {
  margin: 0;
  color: #172033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ruv-editorial-sections .ruv-heading-wrap p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6474;
  line-height: 1.72;
  font-weight: 450;
}

.ruv-editorial-sections .ruv-card-grid {
  display: grid;
  align-items: stretch;
}

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

.ruv-editorial-sections .ruv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), transparent 34%, rgba(255, 138, 76, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}

.ruv-editorial-sections .ruv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.24);
  box-shadow: 0 24px 60px rgba(24, 32, 51, 0.12);
}

.ruv-editorial-sections .ruv-card:hover::after {
  opacity: 1;
}

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

.ruv-editorial-sections .ruv-card p,
.ruv-editorial-sections .ruv-step-content p {
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #626b7a;
  line-height: 1.68;
  font-weight: 430;
}

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

.ruv-editorial-sections .ruv-card:hover .ruv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.ruv-editorial-sections .ruv-icon-window::before {
  width: 23px;
  height: 16px;
  left: 11px;
  top: 14px;
  border-radius: 5px;
  opacity: 0.95;
}

.ruv-editorial-sections .ruv-icon-window::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 20px;
  border-radius: 99px;
  background: #ff7b3a;
}

.ruv-editorial-sections .ruv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}

.ruv-editorial-sections .ruv-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 20px;
  top: 24px;
  border-radius: 99px;
  transform: rotate(-28deg);
}

.ruv-editorial-sections .ruv-icon-preview::before {
  width: 24px;
  height: 15px;
  left: 11px;
  top: 16px;
  border-radius: 50%;
  background: #ffffff;
}

.ruv-editorial-sections .ruv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ff6b22;
}

.ruv-editorial-sections .ruv-icon-flow::before {
  width: 24px;
  height: 3px;
  left: 11px;
  top: 16px;
  border-radius: 99px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.ruv-editorial-sections .ruv-icon-flow::after {
  width: 7px;
  height: 7px;
  right: 10px;
  top: 14px;
  border-radius: 50%;
}

.ruv-editorial-sections .ruv-icon-mobile::before {
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}

.ruv-editorial-sections .ruv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  bottom: 13px;
  border-radius: 50%;
  background: #ff6b22;
}

.ruv-editorial-sections .ruv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
}

.ruv-editorial-sections .ruv-icon-daily::after {
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 99px;
  background: #ff6b22;
  box-shadow: 0 6px 0 #ff6b22;
}

.ruv-editorial-sections .ruv-steps {
  position: relative;
  display: grid;
}

.ruv-editorial-sections .ruv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(255, 69, 0, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(24, 32, 51, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ruv-editorial-sections .ruv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #ff4500, #ff9a62);
}

.ruv-editorial-sections .ruv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 69, 0, 0.28);
  box-shadow: 0 24px 62px rgba(24, 32, 51, 0.11);
}

.ruv-editorial-sections .ruv-step-number {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(135deg, #ff4500, #ff8a4c);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
}

.ruv-editorial-sections .ruv-mini-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 17px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.09);
  color: #b63a08;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ruv-editorial-sections .ruv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.94)),
    #ffffff;
}

.ruv-editorial-sections .ruv-trust-card {
  padding-top: 34px;
}

.ruv-editorial-sections .ruv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(255, 138, 76, 0.18));
  border: 1px solid rgba(255, 69, 0, 0.18);
}

.ruv-editorial-sections .ruv-trust-mark::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);
}

.ruv-editorial-sections .ruv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

  .ruv-editorial-sections .ruv-container {
    padding: 0 14px;
  }

  .ruv-editorial-sections .ruv-heading-wrap h2 {
    font-size: 27px;
  }

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

  .ruv-editorial-sections .ruv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ruv-editorial-sections .ruv-card {
    padding: 22px;
    border-radius: 20px;
  }

  .ruv-editorial-sections .ruv-card h3,
  .ruv-editorial-sections .ruv-step-content h3 {
    font-size: 18px;
  }

  .ruv-editorial-sections .ruv-card p,
  .ruv-editorial-sections .ruv-step-content p {
    font-size: 14.5px;
  }

  .ruv-editorial-sections .ruv-steps {
    gap: 15px;
    margin-top: 30px;
  }

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

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

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

  .ruv-editorial-sections .ruv-container {
    padding: 0 18px;
  }

  .ruv-editorial-sections .ruv-heading-wrap h2 {
    font-size: 30px;
  }

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

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

  .ruv-editorial-sections .ruv-card {
    padding: 24px;
    border-radius: 21px;
  }

  .ruv-editorial-sections .ruv-card h3,
  .ruv-editorial-sections .ruv-step-content h3 {
    font-size: 19px;
  }

  .ruv-editorial-sections .ruv-card p,
  .ruv-editorial-sections .ruv-step-content p {
    font-size: 15px;
  }

  .ruv-editorial-sections .ruv-steps {
    gap: 17px;
    margin-top: 32px;
  }

  .ruv-editorial-sections .ruv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

  .ruv-editorial-sections .ruv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

  .ruv-editorial-sections .ruv-container {
    padding: 0 22px;
  }

  .ruv-editorial-sections .ruv-heading-wrap h2 {
    font-size: 34px;
  }

  .ruv-editorial-sections .ruv-heading-wrap p {
    font-size: 16px;
  }

  .ruv-editorial-sections .ruv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ruv-editorial-sections .ruv-card {
    padding: 27px;
  }

  .ruv-editorial-sections .ruv-card h3,
  .ruv-editorial-sections .ruv-step-content h3 {
    font-size: 20px;
  }

  .ruv-editorial-sections .ruv-card p,
  .ruv-editorial-sections .ruv-step-content p {
    font-size: 15.5px;
  }

  .ruv-editorial-sections .ruv-steps {
    gap: 18px;
    margin-top: 36px;
  }

  .ruv-editorial-sections .ruv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px;
  }

  .ruv-editorial-sections .ruv-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

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

  .ruv-editorial-sections .ruv-container {
    padding: 0 30px;
  }

  .ruv-editorial-sections .ruv-heading-wrap h2 {
    font-size: 40px;
  }

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

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

  .ruv-editorial-sections .ruv-card {
    padding: 28px;
  }

  .ruv-editorial-sections .ruv-card h3,
  .ruv-editorial-sections .ruv-step-content h3 {
    font-size: 20px;
  }

  .ruv-editorial-sections .ruv-card p,
  .ruv-editorial-sections .ruv-step-content p {
    font-size: 15.8px;
  }

  .ruv-editorial-sections .ruv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ruv-editorial-sections .ruv-step-card {
    gap: 22px;
    padding: 30px;
  }

  .ruv-editorial-sections .ruv-step-number {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

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

  .ruv-editorial-sections .ruv-container {
    padding: 0 32px;
  }

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

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

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

  .ruv-editorial-sections .ruv-card {
    padding: 30px;
  }

  .ruv-editorial-sections .ruv-card h3,
  .ruv-editorial-sections .ruv-step-content h3 {
    font-size: 21px;
  }

  .ruv-editorial-sections .ruv-card p,
  .ruv-editorial-sections .ruv-step-content p {
    font-size: 15.8px;
  }

  .ruv-editorial-sections .ruv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 46px;
  }

  .ruv-editorial-sections .ruv-step-card {
    gap: 24px;
    padding: 32px 34px;
  }

  .ruv-editorial-sections .ruv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }
}