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

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

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

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

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

.ffv-editorial-wrap .ffv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(24, 119, 242, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

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

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

.ffv-editorial-wrap .ffv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(79, 70, 229, 0.08));
  color: #1559bd;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.ffv-editorial-wrap .ffv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #536074;
  font-weight: 450;
  line-height: 1.7;
}

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

.ffv-editorial-wrap .ffv-feature-card,
.ffv-editorial-wrap .ffv-use-card,
.ffv-editorial-wrap .ffv-trust-card,
.ffv-editorial-wrap .ffv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 34, 66, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 32, 64, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ffv-editorial-wrap .ffv-feature-card,
.ffv-editorial-wrap .ffv-use-card,
.ffv-editorial-wrap .ffv-trust-card {
  border-radius: 20px;
}

.ffv-editorial-wrap .ffv-feature-card::before,
.ffv-editorial-wrap .ffv-use-card::before,
.ffv-editorial-wrap .ffv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.14), rgba(79, 70, 229, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.ffv-editorial-wrap .ffv-feature-card:hover,
.ffv-editorial-wrap .ffv-use-card:hover,
.ffv-editorial-wrap .ffv-trust-card:hover,
.ffv-editorial-wrap .ffv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.24);
  box-shadow: 0 24px 60px rgba(18, 45, 94, 0.13);
}

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

.ffv-editorial-wrap .ffv-feature-card h3,
.ffv-editorial-wrap .ffv-use-card h3,
.ffv-editorial-wrap .ffv-trust-card h3,
.ffv-editorial-wrap .ffv-step-card h3 {
  position: relative;
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ffv-editorial-wrap .ffv-feature-card p,
.ffv-editorial-wrap .ffv-use-card p,
.ffv-editorial-wrap .ffv-trust-card p,
.ffv-editorial-wrap .ffv-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #59667a;
  font-weight: 430;
  line-height: 1.68;
}

.ffv-editorial-wrap .ffv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2 0%, #4f46e5 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.22);
}

.ffv-editorial-wrap .ffv-icon::before,
.ffv-editorial-wrap .ffv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.ffv-editorial-wrap .ffv-feature-card:hover .ffv-icon::before,
.ffv-editorial-wrap .ffv-feature-card:hover .ffv-icon::after {
  transform: translateY(-1px);
}

.ffv-editorial-wrap .ffv-icon-eye::before {
  width: 21px;
  height: 13px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ffv-editorial-wrap .ffv-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}

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

.ffv-editorial-wrap .ffv-icon-speed::after {
  width: 13px;
  height: 2px;
  left: 22px;
  top: 24px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-35deg);
}

.ffv-editorial-wrap .ffv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.ffv-editorial-wrap .ffv-icon-preview::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 99px;
  background: #ffffff;
}

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

.ffv-editorial-wrap .ffv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 23px;
  top: 15px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ffv-editorial-wrap .ffv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ffv-editorial-wrap .ffv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 99px;
  background: #ffffff;
}

.ffv-editorial-wrap .ffv-icon-daily::before {
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ffv-editorial-wrap .ffv-icon-daily::after {
  width: 13px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.9);
}

.ffv-editorial-wrap .ffv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ffv-editorial-wrap .ffv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(24, 119, 242, 0.08), transparent 34%),
    #ffffff;
}

.ffv-editorial-wrap .ffv-step-card::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 119, 242, 0.14), transparent 68%);
  pointer-events: none;
}

.ffv-editorial-wrap .ffv-step-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2, #4f46e5);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(24, 119, 242, 0.24);
}

.ffv-editorial-wrap .ffv-step-content {
  position: relative;
  min-width: 0;
}

.ffv-editorial-wrap .ffv-dot {
  position: relative;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #1877f2;
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.1), 0 0 28px rgba(79, 70, 229, 0.28);
}

.ffv-editorial-wrap .ffv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.1);
  color: #1559bd;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

  .ffv-editorial-wrap .ffv-section-head h2 {
    font-size: 25px;
  }

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

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

  .ffv-editorial-wrap .ffv-feature-card,
  .ffv-editorial-wrap .ffv-use-card,
  .ffv-editorial-wrap .ffv-trust-card {
    padding: 22px;
  }

  .ffv-editorial-wrap .ffv-feature-card h3,
  .ffv-editorial-wrap .ffv-use-card h3,
  .ffv-editorial-wrap .ffv-trust-card h3,
  .ffv-editorial-wrap .ffv-step-card h3 {
    font-size: 17px;
  }

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

  .ffv-editorial-wrap .ffv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

  .ffv-editorial-wrap .ffv-section-head h2 {
    font-size: 28px;
  }

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

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

  .ffv-editorial-wrap .ffv-feature-card,
  .ffv-editorial-wrap .ffv-use-card,
  .ffv-editorial-wrap .ffv-trust-card {
    padding: 24px;
  }

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

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

  .ffv-editorial-wrap .ffv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

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

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

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

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

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

  .ffv-editorial-wrap .ffv-section-head p {
    font-size: 15.5px;
  }

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

  .ffv-editorial-wrap .ffv-feature-card,
  .ffv-editorial-wrap .ffv-use-card,
  .ffv-editorial-wrap .ffv-trust-card {
    padding: 26px;
  }

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

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

  .ffv-editorial-wrap .ffv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

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

  .ffv-editorial-wrap .ffv-section-head p {
    font-size: 16.5px;
  }

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

  .ffv-editorial-wrap .ffv-feature-card,
  .ffv-editorial-wrap .ffv-use-card,
  .ffv-editorial-wrap .ffv-trust-card {
    padding: 28px;
  }

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

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

  .ffv-editorial-wrap .ffv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

  .ffv-editorial-wrap .ffv-feature-card,
  .ffv-editorial-wrap .ffv-use-card,
  .ffv-editorial-wrap .ffv-trust-card {
    padding: 30px;
  }

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

  .ffv-editorial-wrap .ffv-feature-card p,
  .ffv-editorial-wrap .ffv-use-card p,
  .ffv-editorial-wrap .ffv-trust-card p,
  .ffv-editorial-wrap .ffv-step-card p {
    font-size: 15.8px;
  }

  .ffv-editorial-wrap .ffv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

  .ffv-editorial-wrap .ffv-step-number {
    width: 82px;
    height: 82px;
    font-size: 21px;
  }
}