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

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

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

.fav-editorial-wrap .fav-section {
  position: relative;
  width: 100%;
}

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

.fav-editorial-wrap .fav-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(32, 119, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(0, 194, 168, 0.08), transparent 28%),
    #f7f9fc;
}

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

.fav-editorial-wrap .fav-heading-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.fav-editorial-wrap .fav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(32, 119, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(32, 119, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #1256c7;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.fav-editorial-wrap h2 {
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.fav-editorial-wrap .fav-heading-block p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #526070;
  font-weight: 450;
  line-height: 1.7;
}

.fav-editorial-wrap .fav-card-grid,
.fav-editorial-wrap .fav-trust-grid {
  display: grid;
  align-items: stretch;
}

.fav-editorial-wrap .fav-info-card,
.fav-editorial-wrap .fav-use-card,
.fav-editorial-wrap .fav-trust-card,
.fav-editorial-wrap .fav-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.fav-editorial-wrap .fav-info-card:hover,
.fav-editorial-wrap .fav-use-card:hover,
.fav-editorial-wrap .fav-trust-card:hover,
.fav-editorial-wrap .fav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(32, 119, 255, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

.fav-editorial-wrap .fav-info-card::before,
.fav-editorial-wrap .fav-use-card::before,
.fav-editorial-wrap .fav-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(32, 119, 255, 0.08), rgba(0, 194, 168, 0.04), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}

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

.fav-editorial-wrap .fav-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2077ff, #00c2a8);
  box-shadow: 0 14px 30px rgba(32, 119, 255, 0.24);
  transition: transform 260ms ease;
}

.fav-editorial-wrap .fav-info-card:hover .fav-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.fav-editorial-wrap .fav-icon-window::before {
  width: 24px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}

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

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

.fav-editorial-wrap .fav-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 23px;
  transform: rotate(-35deg);
}

.fav-editorial-wrap .fav-icon-preview::before {
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 12px;
  background: transparent;
  border: 3px solid #ffffff;
}

.fav-editorial-wrap .fav-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
}

.fav-editorial-wrap .fav-icon-flow::before {
  width: 26px;
  height: 3px;
  left: 11px;
  top: 17px;
}

.fav-editorial-wrap .fav-icon-flow::after {
  width: 26px;
  height: 3px;
  left: 11px;
  top: 28px;
}

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

.fav-editorial-wrap .fav-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  background: #2077ff;
}

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

.fav-editorial-wrap .fav-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 24px;
  top: 16px;
  transform: rotate(45deg);
}

.fav-editorial-wrap h3 {
  position: relative;
  margin: 0;
  color: #141c2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.fav-editorial-wrap .fav-info-card p,
.fav-editorial-wrap .fav-use-card p,
.fav-editorial-wrap .fav-trust-card p,
.fav-editorial-wrap .fav-step-card p {
  position: relative;
  margin: 11px 0 0;
  color: #596779;
  line-height: 1.65;
}

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

.fav-editorial-wrap .fav-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}

.fav-editorial-wrap .fav-step-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 119, 255, 0.12), rgba(0, 194, 168, 0.16));
}

.fav-editorial-wrap .fav-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #2077ff, #00c2a8);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 18px 40px rgba(32, 119, 255, 0.24);
}

.fav-editorial-wrap .fav-step-content {
  position: relative;
  z-index: 1;
}

.fav-editorial-wrap .fav-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #00c2a8;
  box-shadow: 0 0 0 8px rgba(0, 194, 168, 0.12), 0 0 0 16px rgba(32, 119, 255, 0.06);
}

.fav-editorial-wrap .fav-trust-card {
  text-align: center;
}

.fav-editorial-wrap .fav-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 119, 255, 0.12), rgba(0, 194, 168, 0.14));
  color: #1256c7;
  font-weight: 850;
  border: 1px solid rgba(32, 119, 255, 0.16);
}

.fav-editorial-wrap .fav-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.fav-editorial-wrap .fav-reveal.fav-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

  .fav-editorial-wrap h2 {
    font-size: 27px;
  }

  .fav-editorial-wrap .fav-heading-block p {
    font-size: 15px;
  }

  .fav-editorial-wrap .fav-card-grid,
  .fav-editorial-wrap .fav-trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .fav-editorial-wrap .fav-info-card,
  .fav-editorial-wrap .fav-use-card,
  .fav-editorial-wrap .fav-trust-card {
    padding: 22px;
  }

  .fav-editorial-wrap h3 {
    font-size: 18px;
  }

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

  .fav-editorial-wrap .fav-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

  .fav-editorial-wrap .fav-step-number,
  .fav-editorial-wrap .fav-trust-mark {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }
}

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

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

  .fav-editorial-wrap h2 {
    font-size: 30px;
  }

  .fav-editorial-wrap .fav-heading-block p {
    font-size: 15.5px;
  }

  .fav-editorial-wrap .fav-card-grid,
  .fav-editorial-wrap .fav-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .fav-editorial-wrap .fav-info-card,
  .fav-editorial-wrap .fav-use-card,
  .fav-editorial-wrap .fav-trust-card {
    padding: 24px;
  }

  .fav-editorial-wrap h3 {
    font-size: 18.5px;
  }

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

  .fav-editorial-wrap .fav-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

  .fav-editorial-wrap .fav-step-number,
  .fav-editorial-wrap .fav-trust-mark {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

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

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

  .fav-editorial-wrap h2 {
    font-size: 34px;
  }

  .fav-editorial-wrap .fav-heading-block p {
    font-size: 16px;
  }

  .fav-editorial-wrap .fav-card-grid,
  .fav-editorial-wrap .fav-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .fav-editorial-wrap .fav-info-card,
  .fav-editorial-wrap .fav-use-card,
  .fav-editorial-wrap .fav-trust-card {
    padding: 28px;
  }

  .fav-editorial-wrap h3 {
    font-size: 19px;
  }

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

  .fav-editorial-wrap .fav-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

  .fav-editorial-wrap .fav-step-number,
  .fav-editorial-wrap .fav-trust-mark {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }
}

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

  .fav-editorial-wrap .fav-container {
    padding: 0 30px;
  }

  .fav-editorial-wrap h2 {
    font-size: 42px;
  }

  .fav-editorial-wrap .fav-heading-block p {
    font-size: 17px;
  }

  .fav-editorial-wrap .fav-card-grid,
  .fav-editorial-wrap .fav-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .fav-editorial-wrap .fav-info-card,
  .fav-editorial-wrap .fav-use-card,
  .fav-editorial-wrap .fav-trust-card {
    padding: 30px;
  }

  .fav-editorial-wrap h3 {
    font-size: 20px;
  }

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

  .fav-editorial-wrap .fav-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

  .fav-editorial-wrap .fav-step-number,
  .fav-editorial-wrap .fav-trust-mark {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}

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

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

  .fav-editorial-wrap h2 {
    font-size: 48px;
  }

  .fav-editorial-wrap .fav-heading-block p {
    font-size: 17.5px;
  }

  .fav-editorial-wrap .fav-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .fav-editorial-wrap .fav-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .fav-editorial-wrap .fav-info-card,
  .fav-editorial-wrap .fav-use-card,
  .fav-editorial-wrap .fav-trust-card {
    padding: 32px;
  }

  .fav-editorial-wrap h3 {
    font-size: 21px;
  }

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

  .fav-editorial-wrap .fav-steps {
    gap: 22px;
    margin-top: 50px;
  }

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

  .fav-editorial-wrap .fav-step-number,
  .fav-editorial-wrap .fav-trust-mark {
    width: 66px;
    height: 66px;
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fav-editorial-wrap .fav-reveal,
  .fav-editorial-wrap .fav-reveal.fav-visible,
  .fav-editorial-wrap .fav-info-card,
  .fav-editorial-wrap .fav-use-card,
  .fav-editorial-wrap .fav-trust-card,
  .fav-editorial-wrap .fav-step-card,
  .fav-editorial-wrap .fav-icon {
    transition: none;
    transform: none;
  }
}