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

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

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

.csfg-editorial-wrap .csfg-section-white {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 187, 51, 0.12), transparent 30%),
    #ffffff;
}

.csfg-editorial-wrap .csfg-section-soft {
  background:
    radial-gradient(circle at 88% 8%, rgba(68, 196, 176, 0.14), transparent 32%),
    linear-gradient(180deg, #fffaf1 0%, #f7fbf8 100%);
}

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

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

.csfg-editorial-wrap .csfg-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 14px;
  border: 1px solid rgba(244, 151, 48, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 238, 204, 0.95), rgba(221, 252, 245, 0.95));
  color: #8b4b08;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.csfg-editorial-wrap .csfg-heading-block p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #526075;
  font-weight: 450;
}

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

.csfg-editorial-wrap .csfg-card,
.csfg-editorial-wrap .csfg-use-card,
.csfg-editorial-wrap .csfg-benefit-card,
.csfg-editorial-wrap .csfg-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 43, 68, 0.09);
  box-shadow: 0 18px 45px rgba(30, 40, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.csfg-editorial-wrap .csfg-card,
.csfg-editorial-wrap .csfg-use-card,
.csfg-editorial-wrap .csfg-benefit-card {
  height: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.csfg-editorial-wrap .csfg-card::before,
.csfg-editorial-wrap .csfg-use-card::before,
.csfg-editorial-wrap .csfg-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 179, 38, 0.56), rgba(66, 199, 176, 0.42), rgba(117, 99, 255, 0.26));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.csfg-editorial-wrap .csfg-card:hover,
.csfg-editorial-wrap .csfg-use-card:hover,
.csfg-editorial-wrap .csfg-benefit-card:hover,
.csfg-editorial-wrap .csfg-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 151, 48, 0.28);
  box-shadow: 0 24px 60px rgba(30, 40, 58, 0.13);
}

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

.csfg-editorial-wrap .csfg-card h3,
.csfg-editorial-wrap .csfg-use-card h3,
.csfg-editorial-wrap .csfg-benefit-card h3,
.csfg-editorial-wrap .csfg-step-content h3 {
  margin: 0;
  color: #182238;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.csfg-editorial-wrap .csfg-card p,
.csfg-editorial-wrap .csfg-use-card p,
.csfg-editorial-wrap .csfg-benefit-card p,
.csfg-editorial-wrap .csfg-step-content p {
  margin: 10px 0 0;
  color: #59667a;
  font-weight: 430;
}

.csfg-editorial-wrap .csfg-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffb52e 0%, #44c7b0 100%);
  box-shadow: 0 14px 28px rgba(244, 151, 48, 0.22);
}

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

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

.csfg-editorial-wrap .csfg-icon-preview::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 8px;
}

.csfg-editorial-wrap .csfg-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #44c7b0;
}

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

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

.csfg-editorial-wrap .csfg-icon-creative::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-18deg);
}

.csfg-editorial-wrap .csfg-icon-creative::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}

.csfg-editorial-wrap .csfg-icon-friendly::before {
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.csfg-editorial-wrap .csfg-icon-friendly::after {
  width: 13px;
  height: 6px;
  left: 17px;
  top: 24px;
  border-radius: 0 0 999px 999px;
  background: #ffb52e;
}

.csfg-editorial-wrap .csfg-icon-fast::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(45% 0, 100% 0, 60% 45%, 100% 45%, 34% 100%, 48% 56%, 0 56%);
}

.csfg-editorial-wrap .csfg-icon-simple::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 7px;
}

.csfg-editorial-wrap .csfg-icon-simple::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #44c7b0;
}

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

.csfg-editorial-wrap .csfg-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 245, 0.96));
}

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

.csfg-editorial-wrap .csfg-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #182238 0%, #30415f 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(24, 34, 56, 0.18);
}

.csfg-editorial-wrap .csfg-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(68, 199, 176, 0.12);
  color: #147c6b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.csfg-editorial-wrap .csfg-benefit-mark {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb52e, #44c7b0);
  box-shadow: 0 14px 28px rgba(68, 199, 176, 0.2);
}

.csfg-editorial-wrap .csfg-benefit-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

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

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

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

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

  .csfg-editorial-wrap .csfg-grid,
  .csfg-editorial-wrap .csfg-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .csfg-editorial-wrap .csfg-grid-six,
  .csfg-editorial-wrap .csfg-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .csfg-editorial-wrap .csfg-grid,
  .csfg-editorial-wrap .csfg-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .csfg-editorial-wrap .csfg-grid-six,
  .csfg-editorial-wrap .csfg-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .csfg-editorial-wrap .csfg-heading-block h2 {
    font-size: 33px;
  }

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

  .csfg-editorial-wrap .csfg-grid,
  .csfg-editorial-wrap .csfg-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .csfg-editorial-wrap .csfg-grid-six,
  .csfg-editorial-wrap .csfg-grid-three {
    grid-template-columns: 1fr;
  }

  .csfg-editorial-wrap .csfg-card,
  .csfg-editorial-wrap .csfg-use-card,
  .csfg-editorial-wrap .csfg-benefit-card {
    padding: 26px;
  }

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

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

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

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

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

  .csfg-editorial-wrap .csfg-container {
    padding: 0 30px;
  }

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

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

  .csfg-editorial-wrap .csfg-grid,
  .csfg-editorial-wrap .csfg-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

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

  .csfg-editorial-wrap .csfg-heading-block p {
    font-size: 18px;
  }

  .csfg-editorial-wrap .csfg-grid,
  .csfg-editorial-wrap .csfg-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .csfg-editorial-wrap .csfg-step-card {
    gap: 26px;
    padding: 32px 34px;
  }

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

  .csfg-editorial-wrap .csfg-card h3,
  .csfg-editorial-wrap .csfg-use-card h3,
  .csfg-editorial-wrap .csfg-benefit-card h3,
  .csfg-editorial-wrap .csfg-step-content h3 {
    font-size: 22px;
  }

  .csfg-editorial-wrap .csfg-card p,
  .csfg-editorial-wrap .csfg-use-card p,
  .csfg-editorial-wrap .csfg-benefit-card p,
  .csfg-editorial-wrap .csfg-step-content p {
    font-size: 16px;
  }
}