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

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

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

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

.flv-editorial .flv-section-white {
  background:
    radial-gradient(circle at top left, rgba(24, 119, 242, 0.08), transparent 34%),
    #ffffff;
}

.flv-editorial .flv-section-soft {
  background:
    radial-gradient(circle at top right, rgba(0, 198, 255, 0.11), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

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

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

.flv-editorial .flv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(24, 119, 242, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.11), rgba(0, 198, 255, 0.09));
  color: #135fc2;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.flv-editorial .flv-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #566275;
  font-weight: 450;
  line-height: 1.72;
}

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

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

.flv-editorial .flv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 45, 78, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(24, 119, 242, 0.12), transparent 38%);
  box-shadow: 0 18px 45px rgba(18, 38, 63, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.flv-editorial .flv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.16), rgba(0, 198, 255, 0.06), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.flv-editorial .flv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 119, 242, 0.28);
  box-shadow: 0 24px 58px rgba(18, 38, 63, 0.13);
}

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

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

.flv-editorial .flv-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.68;
}

.flv-editorial .flv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2, #00c6ff);
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.24);
  transition: transform 260ms ease;
}

.flv-editorial .flv-card:hover .flv-icon {
  transform: translateY(-2px) scale(1.04);
}

.flv-editorial .flv-icon::before,
.flv-editorial .flv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.flv-editorial .flv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.flv-editorial .flv-icon-bolt::before {
  left: 19px;
  top: 9px;
  width: 9px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 20% 100%, 42% 55%, 0 55%);
}

.flv-editorial .flv-icon-frame::before {
  inset: 12px 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.flv-editorial .flv-icon-frame::after {
  left: 17px;
  top: 19px;
  width: 12px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.flv-editorial .flv-icon-path::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

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

.flv-editorial .flv-icon-spark::before {
  left: 20px;
  top: 8px;
  width: 7px;
  height: 30px;
  border-radius: 999px;
  background: #ffffff;
}

.flv-editorial .flv-icon-spark::after {
  left: 8px;
  top: 20px;
  width: 30px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}

.flv-editorial .flv-icon-user::before {
  left: 16px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
}

.flv-editorial .flv-icon-user::after {
  left: 11px;
  top: 27px;
  width: 24px;
  height: 11px;
  border-radius: 14px 14px 6px 6px;
  background: #ffffff;
}

.flv-editorial .flv-icon-shield::before {
  left: 12px;
  top: 9px;
  width: 22px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(50% 0, 88% 13%, 88% 48%, 50% 100%, 12% 48%, 12% 13%);
}

.flv-editorial .flv-icon-speed::before {
  left: 10px;
  top: 13px;
  width: 26px;
  height: 20px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}

.flv-editorial .flv-icon-speed::after {
  left: 23px;
  top: 22px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

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

.flv-editorial .flv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(24, 119, 242, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(18, 38, 63, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.flv-editorial .flv-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(24, 119, 242, 0.26), transparent);
}

.flv-editorial .flv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 119, 242, 0.3);
  box-shadow: 0 24px 58px rgba(18, 38, 63, 0.12);
}

.flv-editorial .flv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 820;
  letter-spacing: 0;
  background: linear-gradient(135deg, #1877f2, #00c6ff);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.25);
}

.flv-editorial .flv-step-content h3 {
  margin: 0;
  color: #152033;
  font-weight: 790;
  line-height: 1.24;
  letter-spacing: 0;
}

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

.flv-editorial .flv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.1);
  color: #1468d4;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
}

.flv-editorial .flv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top left, rgba(0, 198, 255, 0.12), transparent 42%);
}

.flv-editorial .flv-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 119, 242, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(0, 198, 255, 0.08)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(18, 38, 63, 0.08);
  text-align: center;
}

.flv-editorial .flv-note::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(24, 119, 242, 0.11);
}

.flv-editorial .flv-note h3 {
  position: relative;
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.flv-editorial .flv-note p {
  position: relative;
  max-width: 780px;
  margin: 10px auto 0;
  color: #536174;
  line-height: 1.7;
}

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

.flv-editorial .flv-reveal.flv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

  .flv-editorial .flv-heading h2 {
    font-size: 26px;
  }

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

  .flv-editorial .flv-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

  .flv-editorial .flv-steps {
    gap: 14px;
    margin-top: 28px;
  }

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

  .flv-editorial .flv-step-card::after {
    display: none;
  }

  .flv-editorial .flv-step-number {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 16px;
  }

  .flv-editorial .flv-note {
    margin-top: 18px;
    padding: 22px;
  }
}

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

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

  .flv-editorial .flv-heading h2 {
    font-size: 29px;
  }

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

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

  .flv-editorial .flv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

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

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

  .flv-editorial .flv-step-card::after {
    display: none;
  }

  .flv-editorial .flv-step-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 17px;
  }

  .flv-editorial .flv-note {
    margin-top: 20px;
    padding: 24px;
  }
}

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

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

  .flv-editorial .flv-heading h2 {
    font-size: 33px;
  }

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

  .flv-editorial .flv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .flv-editorial .flv-card {
    padding: 26px;
    border-radius: 21px;
  }

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

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

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

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

  .flv-editorial .flv-step-card::after {
    display: none;
  }

  .flv-editorial .flv-step-number {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }

  .flv-editorial .flv-note {
    margin-top: 22px;
    padding: 26px;
  }
}

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

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

  .flv-editorial .flv-heading h2 {
    font-size: 40px;
  }

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

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

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

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

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

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

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

  .flv-editorial .flv-step-number {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    font-size: 19px;
  }

  .flv-editorial .flv-note {
    margin-top: 24px;
    padding: 30px;
  }
}

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

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

  .flv-editorial .flv-heading h2 {
    font-size: 46px;
  }

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

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

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

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

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

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

  .flv-editorial .flv-step-card {
    gap: 26px;
    padding: 32px;
  }

  .flv-editorial .flv-step-number {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    font-size: 20px;
  }

  .flv-editorial .flv-note {
    margin-top: 26px;
    padding: 34px;
  }
}