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

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

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

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

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

.figv-editorial-content .figv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(99, 102, 241, 0.08), transparent 32%),
    #faf7fb;
}

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

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

.figv-editorial-content .figv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  color: #9d174d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.figv-editorial-content .figv-card,
.figv-editorial-content .figv-benefit-card,
.figv-editorial-content .figv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.figv-editorial-content .figv-card,
.figv-editorial-content .figv-benefit-card {
  height: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.figv-editorial-content .figv-card::before,
.figv-editorial-content .figv-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ec4899, #8b5cf6, #06b6d4);
  opacity: 0.86;
}

.figv-editorial-content .figv-card:hover,
.figv-editorial-content .figv-benefit-card:hover,
.figv-editorial-content .figv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(236, 72, 153, 0.32);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}

.figv-editorial-content .figv-card h3,
.figv-editorial-content .figv-benefit-card h3,
.figv-editorial-content .figv-step-content h3 {
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.figv-editorial-content .figv-card p,
.figv-editorial-content .figv-benefit-card p,
.figv-editorial-content .figv-step-content p {
  margin: 10px 0 0;
  color: #657083;
  line-height: 1.68;
}

.figv-editorial-content .figv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fdf2f8, #eef2ff);
  border: 1px solid rgba(236, 72, 153, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.figv-editorial-content .figv-icon::before,
.figv-editorial-content .figv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.figv-editorial-content .figv-card:hover .figv-icon::before,
.figv-editorial-content .figv-card:hover .figv-icon::after {
  transform: translateY(-2px);
}

.figv-editorial-content .figv-icon-view::before {
  width: 20px;
  height: 14px;
  left: 13px;
  top: 16px;
  border: 2px solid #db2777;
  border-radius: 14px 14px 12px 12px;
}

.figv-editorial-content .figv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #7c3aed;
}

.figv-editorial-content .figv-icon-speed::before {
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border: 2px solid #7c3aed;
  border-radius: 50%;
  border-left-color: transparent;
}

.figv-editorial-content .figv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #db2777;
  transform-origin: left center;
  transform: rotate(-34deg);
}

.figv-editorial-content .figv-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #db2777;
  border-radius: 7px;
}

.figv-editorial-content .figv-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #06b6d4;
}

.figv-editorial-content .figv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #db2777;
  box-shadow: 0 10px 0 #7c3aed, 0 20px 0 #06b6d4;
}

.figv-editorial-content .figv-icon-steps::after {
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 999px;
  background: #94a3b8;
  box-shadow: 0 10px 0 #94a3b8, 0 20px 0 #94a3b8;
}

.figv-editorial-content .figv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #7c3aed;
  border-radius: 7px;
}

.figv-editorial-content .figv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 27px;
  border-radius: 50%;
  background: #db2777;
}

.figv-editorial-content .figv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #db2777;
  border-radius: 9px;
}

.figv-editorial-content .figv-icon-daily::after {
  width: 14px;
  height: 8px;
  left: 16px;
  top: 19px;
  border-left: 2px solid #06b6d4;
  border-bottom: 2px solid #06b6d4;
  transform: rotate(-45deg);
}

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

.figv-editorial-content .figv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86));
  border-radius: 26px;
}

.figv-editorial-content .figv-step-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.13), rgba(99, 102, 241, 0.13));
}

.figv-editorial-content .figv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #db2777, #7c3aed);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
}

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

.figv-editorial-content .figv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 90% 10%, rgba(236, 72, 153, 0.13), transparent 35%);
}

.figv-editorial-content .figv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #06b6d4);
  box-shadow: 0 0 0 8px rgba(236, 72, 153, 0.09);
}

.figv-editorial-content .figv-benefit-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(253, 242, 248, 0.74));
}

.figv-editorial-content .figv-badge {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.09);
  color: #6d28d9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

.figv-editorial-content .figv-reveal.figv-is-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) {
  .figv-editorial-content .figv-section {
    padding: 46px 0;
  }

  .figv-editorial-content .figv-container {
    padding: 0 15px;
  }

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

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

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

  .figv-editorial-content .figv-card,
  .figv-editorial-content .figv-benefit-card {
    padding: 24px 20px;
  }

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

  .figv-editorial-content .figv-card p,
  .figv-editorial-content .figv-benefit-card p,
  .figv-editorial-content .figv-step-content p {
    font-size: 14px;
  }

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

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

  .figv-editorial-content .figv-step-number {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 16px;
  }
}

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

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

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

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

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

  .figv-editorial-content .figv-card,
  .figv-editorial-content .figv-benefit-card {
    padding: 26px 22px;
  }

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

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

  .figv-editorial-content .figv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

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

  .figv-editorial-content .figv-step-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 17px;
  }
}

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

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

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

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

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

  .figv-editorial-content .figv-card,
  .figv-editorial-content .figv-benefit-card {
    padding: 28px 24px;
  }

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

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

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

  .figv-editorial-content .figv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 24px;
  }

  .figv-editorial-content .figv-step-number {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    font-size: 18px;
  }
}

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

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

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

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

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

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

  .figv-editorial-content .figv-card,
  .figv-editorial-content .figv-benefit-card {
    padding: 30px 26px;
  }

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

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

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

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

  .figv-editorial-content .figv-step-number {
    width: 64px;
    height: 64px;
    border-radius: 21px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

  .figv-editorial-content .figv-card,
  .figv-editorial-content .figv-benefit-card {
    padding: 32px 28px;
  }

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

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

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

  .figv-editorial-content .figv-step-card {
    gap: 24px;
    padding: 32px;
  }

  .figv-editorial-content .figv-step-number {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    font-size: 20px;
  }
}