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

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

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

.flv-editorial-wrap .flv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.flv-editorial-wrap .flv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 119, 242, 0.08), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(0, 196, 204, 0.08), transparent 28%),
    #f7f9fc;
}

.flv-editorial-wrap .flv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.flv-editorial-wrap .flv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.09), rgba(0, 196, 204, 0.09));
  color: #145fc7;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.flv-editorial-wrap .flv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  box-shadow: 0 0 0 5px rgba(24, 119, 242, 0.12);
}

.flv-editorial-wrap h2 {
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.flv-editorial-wrap .flv-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #526071;
  line-height: 1.72;
}

.flv-editorial-wrap .flv-grid {
  display: grid;
  width: 100%;
  align-items: stretch;
}

.flv-editorial-wrap .flv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 43, 70, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 16px 42px rgba(28, 45, 75, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.flv-editorial-wrap .flv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.14), rgba(0, 196, 204, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}

.flv-editorial-wrap .flv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.2);
  box-shadow: 0 22px 58px rgba(28, 45, 75, 0.13);
}

.flv-editorial-wrap .flv-card:hover::after {
  opacity: 1;
}

.flv-editorial-wrap .flv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #152238;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.flv-editorial-wrap .flv-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.68;
}

.flv-editorial-wrap .flv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.24);
}

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

.flv-editorial-wrap .flv-icon-eye::before {
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border-radius: 50%;
  opacity: 0.95;
}

.flv-editorial-wrap .flv-icon-eye::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #1877f2;
}

.flv-editorial-wrap .flv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.flv-editorial-wrap .flv-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 20px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-32deg);
}

.flv-editorial-wrap .flv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border-radius: 5px;
}

.flv-editorial-wrap .flv-icon-preview::after {
  width: 14px;
  height: 3px;
  left: 15px;
  top: 20px;
  border-radius: 999px;
  background: #1877f2;
}

.flv-editorial-wrap .flv-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.flv-editorial-wrap .flv-icon-steps::after {
  width: 15px;
  height: 3px;
  left: 22px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.flv-editorial-wrap .flv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
}

.flv-editorial-wrap .flv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 19px;
  top: 29px;
  border-radius: 999px;
  background: #1877f2;
}

.flv-editorial-wrap .flv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 7px;
}

.flv-editorial-wrap .flv-icon-daily::after {
  width: 11px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 3px solid #1877f2;
  border-bottom: 3px solid #1877f2;
  background: transparent;
  transform: rotate(-45deg);
}

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

.flv-editorial-wrap .flv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(20, 48, 83, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.flv-editorial-wrap .flv-step-card::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1877f2, #00c4cc);
}

.flv-editorial-wrap .flv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 119, 242, 0.24);
  box-shadow: 0 24px 58px rgba(20, 48, 83, 0.13);
}

.flv-editorial-wrap .flv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.25);
}

.flv-editorial-wrap .flv-step-content h3 {
  margin: 0;
  color: #152238;
  font-weight: 790;
  line-height: 1.25;
}

.flv-editorial-wrap .flv-step-content p {
  margin: 8px 0 0;
  color: #5a6678;
  line-height: 1.68;
}

.flv-editorial-wrap .flv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.96)),
    #ffffff;
}

.flv-editorial-wrap .flv-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.1);
}

.flv-editorial-wrap .flv-benefit-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94)),
    #ffffff;
}

.flv-editorial-wrap .flv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.09);
  color: #145fc7;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}

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

.flv-editorial-wrap [data-flv-reveal].flv-is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .flv-editorial-wrap .flv-container {
    padding: 0 15px;
  }

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

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

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

  .flv-editorial-wrap .flv-grid-three {
    grid-template-columns: 1fr;
  }

  .flv-editorial-wrap .flv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

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

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

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

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

  .flv-editorial-wrap .flv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .flv-editorial-wrap .flv-grid-three {
    grid-template-columns: 1fr;
  }

  .flv-editorial-wrap .flv-card {
    padding: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flv-editorial-wrap .flv-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .flv-editorial-wrap .flv-step-card {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px 34px;
  }

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