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

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

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

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

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

.gfgen-editorial-wrap .gfgen-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 72, 128, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(15, 188, 249, 0.08), transparent 28%),
    #f8fafc;
}

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

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

.gfgen-editorial-wrap .gfgen-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 72, 128, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 72, 128, 0.1), rgba(15, 188, 249, 0.1));
  color: #b01851;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.gfgen-editorial-wrap h2 {
  margin: 16px 0 0;
  color: #101827;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.gfgen-editorial-wrap .gfgen-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #526078;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

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

.gfgen-editorial-wrap .gfgen-card,
.gfgen-editorial-wrap .gfgen-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.gfgen-editorial-wrap .gfgen-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.gfgen-editorial-wrap .gfgen-card::before,
.gfgen-editorial-wrap .gfgen-step-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff487f, #ffb000, #0fbcf9);
  opacity: 0.95;
}

.gfgen-editorial-wrap .gfgen-card:hover,
.gfgen-editorial-wrap .gfgen-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 72, 128, 0.28);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.12);
}

.gfgen-editorial-wrap .gfgen-card h3,
.gfgen-editorial-wrap .gfgen-step-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}

.gfgen-editorial-wrap .gfgen-card p,
.gfgen-editorial-wrap .gfgen-step-card p {
  margin: 12px 0 0;
  color: #5d6a7f;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}

.gfgen-editorial-wrap .gfgen-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff487f, #ffb000 52%, #0fbcf9);
  box-shadow: 0 14px 30px rgba(255, 72, 128, 0.2);
  transition: transform 260ms ease;
}

.gfgen-editorial-wrap .gfgen-card:hover .gfgen-icon {
  transform: translateY(-3px) rotate(-3deg);
}

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

.gfgen-editorial-wrap .gfgen-icon-spray::before {
  width: 16px;
  height: 22px;
  left: 16px;
  top: 15px;
  border-radius: 5px;
}

.gfgen-editorial-wrap .gfgen-icon-spray::after {
  width: 14px;
  height: 4px;
  left: 17px;
  top: 10px;
  border-radius: 999px;
}

.gfgen-editorial-wrap .gfgen-icon-copy::before {
  width: 16px;
  height: 18px;
  left: 18px;
  top: 14px;
  border-radius: 4px;
  box-shadow: -6px 6px 0 rgba(255, 255, 255, 0.62);
}

.gfgen-editorial-wrap .gfgen-icon-copy::after {
  width: 12px;
  height: 2px;
  left: 20px;
  top: 35px;
  border-radius: 999px;
}

.gfgen-editorial-wrap .gfgen-icon-spark::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

.gfgen-editorial-wrap .gfgen-icon-spark::after {
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}

.gfgen-editorial-wrap .gfgen-icon-bolt::before {
  width: 18px;
  height: 25px;
  left: 15px;
  top: 11px;
  clip-path: polygon(55% 0, 18% 47%, 48% 47%, 34% 100%, 82% 39%, 53% 39%);
}

.gfgen-editorial-wrap .gfgen-icon-bolt::after {
  width: 20px;
  height: 3px;
  left: 14px;
  top: 36px;
  border-radius: 999px;
  opacity: 0.7;
}

.gfgen-editorial-wrap .gfgen-icon-layer::before {
  width: 22px;
  height: 16px;
  left: 13px;
  top: 12px;
  border-radius: 5px;
  transform: rotate(-8deg);
}

.gfgen-editorial-wrap .gfgen-icon-layer::after {
  width: 22px;
  height: 16px;
  left: 13px;
  top: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  transform: rotate(-8deg);
}

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

.gfgen-editorial-wrap .gfgen-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  top: 33px;
  border-radius: 999px;
  background: rgba(255, 72, 128, 0.78);
}

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

.gfgen-editorial-wrap .gfgen-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
}

.gfgen-editorial-wrap .gfgen-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #101827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 39, 0.16);
}

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

.gfgen-editorial-wrap .gfgen-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 188, 249, 0.1);
  color: #087fa8;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.gfgen-editorial-wrap .gfgen-benefit-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 72, 128, 0.45), rgba(255, 176, 0, 0.35), rgba(15, 188, 249, 0.45)) border-box;
  border: 1px solid transparent;
}

.gfgen-editorial-wrap .gfgen-benefit-mark {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff487f, #0fbcf9);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 35px rgba(15, 188, 249, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

  .gfgen-editorial-wrap .gfgen-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gfgen-editorial-wrap .gfgen-section-head p {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gfgen-editorial-wrap .gfgen-card p,
  .gfgen-editorial-wrap .gfgen-step-card p {
    font-size: 16px;
  }

  .gfgen-editorial-wrap .gfgen-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .gfgen-editorial-wrap .gfgen-step-card {
    gap: 22px;
    padding: 34px;
  }

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

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

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

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

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

  .gfgen-editorial-wrap .gfgen-section-head p {
    font-size: 18px;
  }

  .gfgen-editorial-wrap .gfgen-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .gfgen-editorial-wrap .gfgen-card {
    padding: 34px;
  }

  .gfgen-editorial-wrap .gfgen-card h3,
  .gfgen-editorial-wrap .gfgen-step-card h3 {
    font-size: 22px;
  }

  .gfgen-editorial-wrap .gfgen-card p,
  .gfgen-editorial-wrap .gfgen-step-card p {
    font-size: 16px;
  }

  .gfgen-editorial-wrap .gfgen-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .gfgen-editorial-wrap .gfgen-step-card {
    gap: 28px;
    padding: 38px 42px;
  }

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