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

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

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

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

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

.jfg-editorial-wrap .jfg-section-soft {
  background: linear-gradient(180deg, #fbf7f2 0%, #fffaf5 100%);
}

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

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

.jfg-editorial-wrap .jfg-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(215, 53, 96, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(215, 53, 96, 0.1), rgba(245, 150, 72, 0.12));
  color: #a92752;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.jfg-editorial-wrap .jfg-heading h2 {
  margin: 0;
  color: #141a2a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.jfg-editorial-wrap .jfg-heading p {
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.75;
}

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

.jfg-editorial-wrap .jfg-card,
.jfg-editorial-wrap .jfg-benefit-card,
.jfg-editorial-wrap .jfg-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(26, 32, 49, 0.08);
  box-shadow: 0 18px 44px rgba(31, 38, 59, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.jfg-editorial-wrap .jfg-card {
  height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffefd 100%);
}

.jfg-editorial-wrap .jfg-card::before,
.jfg-editorial-wrap .jfg-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(215, 53, 96, 0.18), rgba(245, 150, 72, 0.14), rgba(59, 130, 246, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.jfg-editorial-wrap .jfg-card:hover,
.jfg-editorial-wrap .jfg-benefit-card:hover,
.jfg-editorial-wrap .jfg-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(215, 53, 96, 0.22);
  box-shadow: 0 24px 60px rgba(31, 38, 59, 0.13);
}

.jfg-editorial-wrap .jfg-card:hover::before,
.jfg-editorial-wrap .jfg-benefit-card:hover::before {
  opacity: 1;
}

.jfg-editorial-wrap .jfg-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d73560, #f59648);
  box-shadow: 0 12px 24px rgba(215, 53, 96, 0.22);
}

.jfg-editorial-wrap .jfg-icon::before,
.jfg-editorial-wrap .jfg-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}

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

.jfg-editorial-wrap .jfg-icon-preview::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
  opacity: 0.95;
}

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

.jfg-editorial-wrap .jfg-icon-copy::before {
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}

.jfg-editorial-wrap .jfg-icon-copy::after {
  width: 17px;
  height: 20px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}

.jfg-editorial-wrap .jfg-icon-spark::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0%, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0% 50%, 39% 38%);
}

.jfg-editorial-wrap .jfg-icon-spark::after {
  width: 7px;
  height: 7px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
}

.jfg-editorial-wrap .jfg-icon-clean::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.jfg-editorial-wrap .jfg-icon-clean::after {
  width: 8px;
  height: 8px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}

.jfg-editorial-wrap .jfg-icon-fast::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.jfg-editorial-wrap .jfg-icon-fast::after {
  width: 14px;
  height: 4px;
  left: 20px;
  top: 21px;
  border-radius: 99px;
  background: #d73560;
}

.jfg-editorial-wrap .jfg-icon-flex::before {
  width: 24px;
  height: 15px;
  left: 11px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}

.jfg-editorial-wrap .jfg-icon-flex::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}

.jfg-editorial-wrap .jfg-card h3,
.jfg-editorial-wrap .jfg-benefit-card h3,
.jfg-editorial-wrap .jfg-step-card h3 {
  position: relative;
  margin: 0;
  color: #151b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.jfg-editorial-wrap .jfg-card p,
.jfg-editorial-wrap .jfg-benefit-card p,
.jfg-editorial-wrap .jfg-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6677;
  line-height: 1.7;
}

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

.jfg-editorial-wrap .jfg-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
}

.jfg-editorial-wrap .jfg-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #d73560, #f59648);
}

.jfg-editorial-wrap .jfg-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  border-radius: 18px;
  background: linear-gradient(135deg, #d73560, #f59648);
  box-shadow: 0 14px 30px rgba(215, 53, 96, 0.22);
}

.jfg-editorial-wrap .jfg-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(215, 53, 96, 0.09);
  color: #a92752;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.jfg-editorial-wrap .jfg-benefit-card {
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.jfg-editorial-wrap .jfg-benefit-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(215, 53, 96, 0.14), rgba(245, 150, 72, 0.16));
}

.jfg-editorial-wrap .jfg-benefit-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #d73560;
  border-bottom: 3px solid #d73560;
  transform: rotate(-45deg);
}

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

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

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

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

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

  .jfg-editorial-wrap .jfg-heading p {
    font-size: 14px;
  }

  .jfg-editorial-wrap .jfg-grid,
  .jfg-editorial-wrap .jfg-steps {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .jfg-editorial-wrap .jfg-card,
  .jfg-editorial-wrap .jfg-benefit-card {
    padding: 20px;
  }

  .jfg-editorial-wrap .jfg-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

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

  .jfg-editorial-wrap .jfg-card h3,
  .jfg-editorial-wrap .jfg-benefit-card h3,
  .jfg-editorial-wrap .jfg-step-card h3 {
    font-size: 17px;
  }

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

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

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

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

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

  .jfg-editorial-wrap .jfg-grid,
  .jfg-editorial-wrap .jfg-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .jfg-editorial-wrap .jfg-card,
  .jfg-editorial-wrap .jfg-benefit-card {
    padding: 22px;
  }

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

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

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

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

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

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

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

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

  .jfg-editorial-wrap .jfg-grid,
  .jfg-editorial-wrap .jfg-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .jfg-editorial-wrap .jfg-card,
  .jfg-editorial-wrap .jfg-benefit-card {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

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

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

  .jfg-editorial-wrap .jfg-card,
  .jfg-editorial-wrap .jfg-benefit-card {
    padding: 28px;
  }

  .jfg-editorial-wrap .jfg-step-card {
    gap: 22px;
    padding: 28px 30px;
  }

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

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

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

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

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

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

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

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

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

  .jfg-editorial-wrap .jfg-card,
  .jfg-editorial-wrap .jfg-benefit-card {
    padding: 30px;
  }

  .jfg-editorial-wrap .jfg-step-card {
    gap: 26px;
    padding: 32px 36px;
  }

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

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

  .jfg-editorial-wrap .jfg-card p,
  .jfg-editorial-wrap .jfg-benefit-card p,
  .jfg-editorial-wrap .jfg-step-card p {
    font-size: 15.8px;
  }
}