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

.figv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.figv-editorial-wrap,
.figv-editorial-wrap * {
  box-sizing: border-box;
}

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

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

.figv-editorial-wrap .figv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(235, 70, 141, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.07), transparent 26%),
    #f8f7fb;
}

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

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

.figv-editorial-wrap .figv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(225, 72, 146, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 46, 134, 0.1), rgba(109, 40, 217, 0.1));
  color: #a51f68;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.figv-editorial-wrap .figv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.figv-editorial-wrap .figv-heading p {
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 400;
  line-height: 1.75;
}

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

.figv-editorial-wrap .figv-card,
.figv-editorial-wrap .figv-trust-card,
.figv-editorial-wrap .figv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(19, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.figv-editorial-wrap .figv-card {
  height: 100%;
  border-radius: 22px;
}

.figv-editorial-wrap .figv-card::before,
.figv-editorial-wrap .figv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 46, 134, 0.12), rgba(124, 58, 237, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.figv-editorial-wrap .figv-card:hover,
.figv-editorial-wrap .figv-trust-card:hover,
.figv-editorial-wrap .figv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 72, 146, 0.28);
  box-shadow: 0 24px 60px rgba(19, 24, 40, 0.12);
}

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

.figv-editorial-wrap .figv-card h3,
.figv-editorial-wrap .figv-trust-card h3,
.figv-editorial-wrap .figv-step-copy h3 {
  position: relative;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.figv-editorial-wrap .figv-card p,
.figv-editorial-wrap .figv-trust-card p,
.figv-editorial-wrap .figv-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #606a7d;
  line-height: 1.7;
}

.figv-editorial-wrap .figv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2e86, #7c3aed);
  box-shadow: 0 14px 28px rgba(202, 48, 139, 0.23);
  transition: transform 240ms ease;
}

.figv-editorial-wrap .figv-card:hover .figv-icon {
  transform: translateY(-2px) scale(1.04);
}

.figv-editorial-wrap .figv-icon::before,
.figv-editorial-wrap .figv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.figv-editorial-wrap .figv-icon-eye::before {
  width: 23px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

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

.figv-editorial-wrap .figv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 13px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 64% 43%, 100% 43%, 30% 100%, 48% 57%, 0 57%);
}

.figv-editorial-wrap .figv-icon-frame::before {
  width: 25px;
  height: 25px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.figv-editorial-wrap .figv-icon-frame::after {
  width: 9px;
  height: 9px;
  right: 11px;
  bottom: 11px;
  border-radius: 999px;
  background: #ffffff;
}

.figv-editorial-wrap .figv-icon-route::before {
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0 10px 0 0;
}

.figv-editorial-wrap .figv-icon-route::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 26px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

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

.figv-editorial-wrap .figv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 22px;
  bottom: 14px;
  border-radius: 99px;
  background: #ffffff;
}

.figv-editorial-wrap .figv-icon-spark::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 34%, 98% 50%, 61% 66%, 50% 100%, 39% 66%, 2% 50%, 39% 34%);
}

.figv-editorial-wrap .figv-icon-spark::after {
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

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

.figv-editorial-wrap .figv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(255, 46, 134, 0.18), rgba(124, 58, 237, 0.16));
}

.figv-editorial-wrap .figv-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(225, 72, 146, 0.35), transparent);
}

.figv-editorial-wrap .figv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2e86, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.22);
}

.figv-editorial-wrap .figv-step-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.figv-editorial-wrap .figv-use-card {
  background: linear-gradient(180deg, #ffffff, #fffafd);
}

.figv-editorial-wrap .figv-pill-dot {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2e86, #7c3aed);
}

.figv-editorial-wrap .figv-pill-dot::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6b21a;
  box-shadow: 0 0 0 5px rgba(246, 178, 26, 0.15);
}

.figv-editorial-wrap .figv-trust-card {
  height: 100%;
  border-radius: 24px;
}

.figv-editorial-wrap .figv-trust-mark {
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 46, 134, 0.14), rgba(124, 58, 237, 0.14));
  border: 1px solid rgba(225, 72, 146, 0.18);
}

.figv-editorial-wrap .figv-trust-mark::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 16px;
  height: 23px;
  border-right: 3px solid #a51f68;
  border-bottom: 3px solid #a51f68;
  transform: rotate(42deg);
  border-radius: 2px;
}

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

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

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

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

  .figv-editorial-wrap .figv-heading h2 {
    font-size: 26px;
  }

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

  .figv-editorial-wrap .figv-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

  .figv-editorial-wrap .figv-steps {
    gap: 14px;
    margin-top: 28px;
  }

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

  .figv-editorial-wrap .figv-step-card::after {
    display: none;
  }

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

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

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

  .figv-editorial-wrap .figv-heading h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

  .figv-editorial-wrap .figv-step-card::after {
    display: none;
  }

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

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

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

  .figv-editorial-wrap .figv-heading h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

  .figv-editorial-wrap .figv-step-card::after {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .figv-editorial-wrap .figv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .figv-editorial-wrap .figv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .figv-editorial-wrap .figv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .figv-editorial-wrap .figv-step-card {
    gap: 28px;
    padding: 34px;
  }

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