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

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

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

.ffg-editorial-wrap .ffg-section {
  position: relative;
}

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

.ffg-editorial-wrap .ffg-section-soft {
  background: linear-gradient(180deg, #fbf7ff 0%, #fffaf7 100%);
}

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

.ffg-editorial-wrap .ffg-section-header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ffg-editorial-wrap .ffg-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(134, 61, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(134, 61, 255, 0.1), rgba(255, 67, 122, 0.1));
  color: #6d32c9;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ffg-editorial-wrap .ffg-section-header h2 {
  margin: 0;
  color: #201827;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.ffg-editorial-wrap .ffg-section-header p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #665b70;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.ffg-editorial-wrap .ffg-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(87, 64, 104, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(47, 32, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ffg-editorial-wrap .ffg-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #7c3cff, #ff437a, #ff9f43);
  opacity: 0.9;
}

.ffg-editorial-wrap .ffg-card:hover {
  transform: translateY(-5px);
  border-color: rgba(124, 60, 255, 0.3);
  box-shadow: 0 24px 64px rgba(47, 32, 64, 0.13);
}

.ffg-editorial-wrap .ffg-card h3 {
  margin: 18px 0 0;
  color: #24182e;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}

.ffg-editorial-wrap .ffg-card p {
  margin: 10px 0 0;
  color: #6a6072;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
}

.ffg-editorial-wrap .ffg-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3cff, #ff437a);
  box-shadow: 0 12px 24px rgba(124, 60, 255, 0.2);
}

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

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

.ffg-editorial-wrap .ffg-icon-zigzag::before {
  width: 23px;
  height: 3px;
  left: 10px;
  top: 14px;
  transform: rotate(-22deg);
  border-radius: 999px;
}

.ffg-editorial-wrap .ffg-icon-zigzag::after {
  width: 23px;
  height: 3px;
  left: 11px;
  top: 27px;
  transform: rotate(22deg);
  border-radius: 999px;
}

.ffg-editorial-wrap .ffg-icon-copy::before {
  width: 15px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 4px;
}

.ffg-editorial-wrap .ffg-icon-copy::after {
  width: 15px;
  height: 18px;
  left: 18px;
  top: 10px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 4px;
}

.ffg-editorial-wrap .ffg-icon-spark::before {
  width: 4px;
  height: 24px;
  left: 20px;
  top: 10px;
  border-radius: 999px;
}

.ffg-editorial-wrap .ffg-icon-spark::after {
  width: 24px;
  height: 4px;
  left: 10px;
  top: 20px;
  border-radius: 999px;
}

.ffg-editorial-wrap .ffg-icon-moon::before {
  width: 21px;
  height: 21px;
  left: 12px;
  top: 11px;
  border-radius: 50%;
}

.ffg-editorial-wrap .ffg-icon-moon::after {
  width: 18px;
  height: 18px;
  left: 19px;
  top: 8px;
  border-radius: 50%;
  background: #ff437a;
}

.ffg-editorial-wrap .ffg-icon-bolt::before {
  width: 13px;
  height: 25px;
  left: 16px;
  top: 9px;
  clip-path: polygon(48% 0, 100% 0, 65% 42%, 100% 42%, 38% 100%, 48% 55%, 12% 55%);
}

.ffg-editorial-wrap .ffg-icon-safe::before {
  width: 22px;
  height: 18px;
  left: 11px;
  top: 14px;
  clip-path: polygon(50% 0, 92% 18%, 84% 76%, 50% 100%, 16% 76%, 8% 18%);
}

.ffg-editorial-wrap .ffg-icon-free::before {
  width: 23px;
  height: 23px;
  left: 10px;
  top: 10px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 50%;
}

.ffg-editorial-wrap .ffg-icon-free::after {
  width: 14px;
  height: 3px;
  left: 15px;
  top: 21px;
  border-radius: 999px;
}

.ffg-editorial-wrap .ffg-icon-phone::before {
  width: 16px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 5px;
}

.ffg-editorial-wrap .ffg-icon-phone::after {
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 999px;
}

.ffg-editorial-wrap .ffg-icon-clean::before {
  width: 23px;
  height: 12px;
  left: 11px;
  top: 18px;
  transform: rotate(-12deg);
  border-radius: 10px 10px 4px 4px;
}

.ffg-editorial-wrap .ffg-icon-clean::after {
  width: 18px;
  height: 3px;
  left: 13px;
  top: 31px;
  border-radius: 999px;
}

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

.ffg-editorial-wrap .ffg-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(124, 60, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(47, 32, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ffg-editorial-wrap .ffg-step-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -44px;
  top: -46px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 67, 122, 0.15), rgba(124, 60, 255, 0));
}

.ffg-editorial-wrap .ffg-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 67, 122, 0.26);
  box-shadow: 0 24px 64px rgba(47, 32, 64, 0.12);
}

.ffg-editorial-wrap .ffg-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #7c3cff, #ff437a);
  box-shadow: 0 14px 30px rgba(124, 60, 255, 0.22);
}

.ffg-editorial-wrap .ffg-step-content {
  min-width: 0;
}

.ffg-editorial-wrap .ffg-step-content h3 {
  margin: 0;
  color: #24182e;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}

.ffg-editorial-wrap .ffg-step-content p {
  margin: 8px 0 0;
  color: #665b70;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
}

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

.ffg-editorial-wrap .ffg-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #7a2fd1;
  background: rgba(124, 60, 255, 0.1);
  border: 1px solid rgba(124, 60, 255, 0.14);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.ffg-editorial-wrap .ffg-benefit-card {
  text-align: left;
}

.ffg-editorial-wrap [data-ffg-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.ffg-editorial-wrap [data-ffg-reveal].ffg-is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .ffg-editorial-wrap .ffg-section-header h2 {
    font-size: 26px;
  }

  .ffg-editorial-wrap .ffg-section-header p {
    font-size: 15px;
  }

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

  .ffg-editorial-wrap .ffg-card {
    padding: 22px;
  }

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

  .ffg-editorial-wrap .ffg-card p {
    font-size: 14.5px;
  }

  .ffg-editorial-wrap .ffg-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

  .ffg-editorial-wrap .ffg-step-content h3 {
    font-size: 19px;
  }

  .ffg-editorial-wrap .ffg-step-content p {
    font-size: 14.5px;
  }
}

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

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

  .ffg-editorial-wrap .ffg-section-header h2 {
    font-size: 29px;
  }

  .ffg-editorial-wrap .ffg-section-header p {
    font-size: 15.5px;
  }

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

  .ffg-editorial-wrap .ffg-card {
    padding: 24px;
  }

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

  .ffg-editorial-wrap .ffg-card p {
    font-size: 15px;
  }

  .ffg-editorial-wrap .ffg-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

  .ffg-editorial-wrap .ffg-step-number {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 16px;
  }

  .ffg-editorial-wrap .ffg-step-content h3 {
    font-size: 20px;
  }

  .ffg-editorial-wrap .ffg-step-content p {
    font-size: 15px;
  }
}

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

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

  .ffg-editorial-wrap .ffg-section-header h2 {
    font-size: 32px;
  }

  .ffg-editorial-wrap .ffg-section-header p {
    font-size: 16px;
  }

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

  .ffg-editorial-wrap .ffg-card {
    padding: 26px;
  }

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

  .ffg-editorial-wrap .ffg-card p {
    font-size: 15.5px;
  }

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

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

  .ffg-editorial-wrap .ffg-step-number {
    width: 56px;
    height: 56px;
    border-radius: 19px;
    font-size: 17px;
  }

  .ffg-editorial-wrap .ffg-step-content h3 {
    font-size: 21px;
  }

  .ffg-editorial-wrap .ffg-step-content p {
    font-size: 15.5px;
  }
}

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

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

  .ffg-editorial-wrap .ffg-section-header h2 {
    font-size: 40px;
  }

  .ffg-editorial-wrap .ffg-section-header p {
    font-size: 17px;
  }

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

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

  .ffg-editorial-wrap .ffg-card {
    padding: 28px;
  }

  .ffg-editorial-wrap .ffg-card h3 {
    font-size: 22px;
  }

  .ffg-editorial-wrap .ffg-card p {
    font-size: 16px;
  }

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

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

  .ffg-editorial-wrap .ffg-step-number {
    width: 64px;
    height: 64px;
    border-radius: 21px;
    font-size: 18px;
  }

  .ffg-editorial-wrap .ffg-step-content h3 {
    font-size: 23px;
  }

  .ffg-editorial-wrap .ffg-step-content p {
    font-size: 16px;
  }
}

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

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

  .ffg-editorial-wrap .ffg-section-header h2 {
    font-size: 48px;
  }

  .ffg-editorial-wrap .ffg-section-header p {
    font-size: 18px;
  }

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

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

  .ffg-editorial-wrap .ffg-card {
    padding: 30px;
  }

  .ffg-editorial-wrap .ffg-card h3 {
    font-size: 23px;
  }

  .ffg-editorial-wrap .ffg-card p {
    font-size: 16px;
  }

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

  .ffg-editorial-wrap .ffg-step-card {
    gap: 28px;
    padding: 32px;
  }

  .ffg-editorial-wrap .ffg-step-number {
    width: 70px;
    height: 70px;
    border-radius: 23px;
    font-size: 19px;
  }

  .ffg-editorial-wrap .ffg-step-content h3 {
    font-size: 24px;
  }

  .ffg-editorial-wrap .ffg-step-content p {
    font-size: 16.5px;
  }
}