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

.wavfc-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #142033;
  font-family: inherit;
  background: #ffffff;
}

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

.wavfc-editorial .wavfc-section {
  position: relative;
}

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

.wavfc-editorial .wavfc-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}

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

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

.wavfc-editorial .wavfc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(48, 123, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(48, 123, 255, 0.1), rgba(10, 196, 181, 0.12));
  color: #1761d1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.wavfc-editorial .wavfc-section-head h2 {
  margin: 18px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.wavfc-editorial .wavfc-section-head p {
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}

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

.wavfc-editorial .wavfc-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 42, 70, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 42px rgba(16, 35, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}

.wavfc-editorial .wavfc-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #307bff, #10c4b5, #8b5cf6);
  opacity: 0.88;
}

.wavfc-editorial .wavfc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(48, 123, 255, 0.25);
  box-shadow: 0 24px 60px rgba(16, 35, 66, 0.13);
}

.wavfc-editorial .wavfc-card h3 {
  margin: 18px 0 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.wavfc-editorial .wavfc-card p {
  margin: 11px 0 0;
  color: #5f6b7c;
  line-height: 1.68;
}

.wavfc-editorial .wavfc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #307bff, #10c4b5);
  box-shadow: 0 12px 24px rgba(48, 123, 255, 0.2);
}

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

.wavfc-editorial .wavfc-icon-wave::before {
  left: 11px;
  top: 21px;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 -8px 0 rgba(255,255,255,0.7), 0 8px 0 rgba(255,255,255,0.7);
}

.wavfc-editorial .wavfc-icon-size::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ffffff;
}

.wavfc-editorial .wavfc-icon-edit::before {
  left: 14px;
  top: 12px;
  width: 6px;
  height: 23px;
  border-radius: 999px;
  transform: rotate(40deg);
}

.wavfc-editorial .wavfc-icon-device::before {
  left: 14px;
  top: 9px;
  width: 18px;
  height: 28px;
  border-radius: 5px;
  background: transparent;
  border: 3px solid #ffffff;
}

.wavfc-editorial .wavfc-icon-speed::before {
  left: 10px;
  top: 20px;
  width: 26px;
  height: 6px;
  border-radius: 999px;
}

.wavfc-editorial .wavfc-icon-quality::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}

.wavfc-editorial .wavfc-icon-free::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}

.wavfc-editorial .wavfc-icon-free::after {
  left: 21px;
  top: 9px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
}

.wavfc-editorial .wavfc-icon-mobile::before {
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ffffff;
}

.wavfc-editorial .wavfc-icon-private::before {
  left: 13px;
  top: 20px;
  width: 20px;
  height: 14px;
  border-radius: 5px;
}

.wavfc-editorial .wavfc-icon-private::after {
  left: 16px;
  top: 11px;
  width: 14px;
  height: 14px;
  border-radius: 999px 999px 0 0;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom: 0;
}

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

.wavfc-editorial .wavfc-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(25, 42, 70, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 35, 66, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.wavfc-editorial .wavfc-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #307bff, #10c4b5);
}

.wavfc-editorial .wavfc-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 196, 181, 0.24);
  box-shadow: 0 24px 58px rgba(16, 35, 66, 0.12);
}

.wavfc-editorial .wavfc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #307bff, #10c4b5);
  box-shadow: 0 14px 30px rgba(48, 123, 255, 0.22);
}

.wavfc-editorial .wavfc-step-content h3 {
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.wavfc-editorial .wavfc-step-content p {
  margin: 9px 0 0;
  color: #5f6b7c;
  line-height: 1.68;
}

.wavfc-editorial .wavfc-use-card .wavfc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(48, 123, 255, 0.09);
  color: #1761d1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.wavfc-editorial .wavfc-benefit-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

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

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

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

  .wavfc-editorial .wavfc-container {
    padding: 0 16px;
  }

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

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

  .wavfc-editorial .wavfc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .wavfc-editorial .wavfc-card {
    padding: 24px 20px;
  }

  .wavfc-editorial .wavfc-card h3,
  .wavfc-editorial .wavfc-step-content h3 {
    font-size: 18px;
  }

  .wavfc-editorial .wavfc-card p,
  .wavfc-editorial .wavfc-step-content p {
    font-size: 14px;
  }

  .wavfc-editorial .wavfc-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

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

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

  .wavfc-editorial .wavfc-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .wavfc-editorial .wavfc-card {
    padding: 26px 22px;
  }

  .wavfc-editorial .wavfc-card h3,
  .wavfc-editorial .wavfc-step-content h3 {
    font-size: 19px;
  }

  .wavfc-editorial .wavfc-card p,
  .wavfc-editorial .wavfc-step-content p {
    font-size: 14.5px;
  }

  .wavfc-editorial .wavfc-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

  .wavfc-editorial .wavfc-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

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

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

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

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

  .wavfc-editorial .wavfc-card {
    padding: 28px 24px;
  }

  .wavfc-editorial .wavfc-card h3,
  .wavfc-editorial .wavfc-step-content h3 {
    font-size: 20px;
  }

  .wavfc-editorial .wavfc-card p,
  .wavfc-editorial .wavfc-step-content p {
    font-size: 15px;
  }

  .wavfc-editorial .wavfc-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .wavfc-editorial .wavfc-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .wavfc-editorial .wavfc-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

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

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

  .wavfc-editorial .wavfc-section-head h2 {
    font-size: 40px;
  }

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

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

  .wavfc-editorial .wavfc-card {
    padding: 30px 26px;
  }

  .wavfc-editorial .wavfc-card h3,
  .wavfc-editorial .wavfc-step-content h3 {
    font-size: 21px;
  }

  .wavfc-editorial .wavfc-card p,
  .wavfc-editorial .wavfc-step-content p {
    font-size: 15.5px;
  }

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

  .wavfc-editorial .wavfc-step-card {
    gap: 24px;
    padding: 30px 28px;
  }

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

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

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

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

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

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

  .wavfc-editorial .wavfc-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .wavfc-editorial .wavfc-card {
    padding: 32px 28px;
  }

  .wavfc-editorial .wavfc-card h3,
  .wavfc-editorial .wavfc-step-content h3 {
    font-size: 21px;
  }

  .wavfc-editorial .wavfc-card p,
  .wavfc-editorial .wavfc-step-content p {
    font-size: 15.5px;
  }

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

  .wavfc-editorial .wavfc-step-card {
    gap: 28px;
    padding: 34px 34px;
  }

  .wavfc-editorial .wavfc-step-number {
    width: 78px;
    height: 78px;
    font-size: 22px;
  }
}