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

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

.txtfc-editorial-wrap,
.txtfc-editorial-wrap .txtfc-section,
.txtfc-editorial-wrap .txtfc-container,
.txtfc-editorial-wrap .txtfc-info-card,
.txtfc-editorial-wrap .txtfc-use-card,
.txtfc-editorial-wrap .txtfc-benefit-card,
.txtfc-editorial-wrap .txtfc-step-card {
  box-sizing: border-box;
}

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

.txtfc-editorial-wrap .txtfc-section-soft {
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}

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

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

.txtfc-editorial-wrap .txtfc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(20, 126, 251, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 126, 251, 0.1), rgba(0, 191, 166, 0.1));
  color: #0b6bd3;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.txtfc-editorial-wrap .txtfc-section-head h2 {
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.txtfc-editorial-wrap .txtfc-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #556173;
  font-weight: 450;
}

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

.txtfc-editorial-wrap .txtfc-info-card,
.txtfc-editorial-wrap .txtfc-use-card,
.txtfc-editorial-wrap .txtfc-benefit-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(131, 146, 171, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.txtfc-editorial-wrap .txtfc-info-card::before,
.txtfc-editorial-wrap .txtfc-use-card::before,
.txtfc-editorial-wrap .txtfc-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 126, 251, 0.12), rgba(0, 191, 166, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}

.txtfc-editorial-wrap .txtfc-info-card:hover,
.txtfc-editorial-wrap .txtfc-use-card:hover,
.txtfc-editorial-wrap .txtfc-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 126, 251, 0.28);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.11);
}

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

.txtfc-editorial-wrap .txtfc-info-card h3,
.txtfc-editorial-wrap .txtfc-use-card h3,
.txtfc-editorial-wrap .txtfc-benefit-card h3,
.txtfc-editorial-wrap .txtfc-step-content h3 {
  position: relative;
  margin: 0;
  color: #121a29;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}

.txtfc-editorial-wrap .txtfc-info-card p,
.txtfc-editorial-wrap .txtfc-use-card p,
.txtfc-editorial-wrap .txtfc-benefit-card p,
.txtfc-editorial-wrap .txtfc-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: #596678;
  font-weight: 430;
}

.txtfc-editorial-wrap .txtfc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #147efb, #00bfa6);
  box-shadow: 0 12px 24px rgba(20, 126, 251, 0.2);
}

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

.txtfc-editorial-wrap .txtfc-info-card:hover .txtfc-icon::after {
  transform: translateX(2px);
}

.txtfc-editorial-wrap .txtfc-icon-file::before {
  width: 18px;
  height: 22px;
  left: 14px;
  top: 11px;
  border-radius: 3px;
}

.txtfc-editorial-wrap .txtfc-icon-file::after {
  width: 8px;
  height: 8px;
  right: 12px;
  top: 11px;
  background: rgba(255, 255, 255, 0.72);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.txtfc-editorial-wrap .txtfc-icon-lines::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 rgba(255, 255, 255, 0.75);
}

.txtfc-editorial-wrap .txtfc-icon-lines::after {
  display: none;
}

.txtfc-editorial-wrap .txtfc-icon-speed::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.txtfc-editorial-wrap .txtfc-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 8px;
  transform-origin: left center;
  transform: rotate(-25deg);
}

.txtfc-editorial-wrap .txtfc-icon-device::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 4px;
}

.txtfc-editorial-wrap .txtfc-icon-device::after {
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 8px;
  background: #00bfa6;
}

.txtfc-editorial-wrap .txtfc-icon-edit::before {
  width: 21px;
  height: 5px;
  left: 13px;
  top: 20px;
  border-radius: 8px;
  transform: rotate(-38deg);
}

.txtfc-editorial-wrap .txtfc-icon-edit::after {
  width: 7px;
  height: 7px;
  left: 28px;
  top: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.txtfc-editorial-wrap .txtfc-icon-check::before {
  width: 20px;
  height: 11px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}

.txtfc-editorial-wrap .txtfc-icon-check::after {
  display: none;
}

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

.txtfc-editorial-wrap .txtfc-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(131, 146, 171, 0.2);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 24, 39, 0.06);
  overflow: hidden;
}

.txtfc-editorial-wrap .txtfc-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #147efb, #00bfa6);
}

.txtfc-editorial-wrap .txtfc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #147efb, #00bfa6);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(20, 126, 251, 0.22);
}

.txtfc-editorial-wrap .txtfc-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(20, 126, 251, 0.09);
  color: #0b6bd3;
  font-size: 12px;
  font-weight: 800;
}

.txtfc-editorial-wrap .txtfc-benefit-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #147efb, #00bfa6);
}

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

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

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

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

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

  .txtfc-editorial-wrap .txtfc-section-head h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

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

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

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

  .txtfc-editorial-wrap .txtfc-section-head h2 {
    font-size: 29px;
  }

  .txtfc-editorial-wrap .txtfc-section-head p {
    font-size: 15.5px;
  }

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

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

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

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

  .txtfc-editorial-wrap .txtfc-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

  .txtfc-editorial-wrap .txtfc-section-head h2 {
    font-size: 32px;
  }

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

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

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

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

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

  .txtfc-editorial-wrap .txtfc-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

  .txtfc-editorial-wrap .txtfc-section-head h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

  .txtfc-editorial-wrap .txtfc-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .txtfc-editorial-wrap .txtfc-step-card {
    gap: 22px;
    padding: 30px 32px;
  }

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

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

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

  .txtfc-editorial-wrap .txtfc-section-head h2 {
    font-size: 46px;
  }

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

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

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

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

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

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

  .txtfc-editorial-wrap .txtfc-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .txtfc-editorial-wrap .txtfc-step-card {
    gap: 26px;
    padding: 34px 38px;
  }

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