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

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

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

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

.tflv-editorial-wrap .tflv-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(255, 0, 80, 0.07), transparent 28%),
    #ffffff;
}

.tflv-editorial-wrap .tflv-section-soft {
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.06), transparent 34%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.06), transparent 38%),
    #f8fafc;
}

.tflv-editorial-wrap .tflv-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

.tflv-editorial-wrap .tflv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #b3124a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.tflv-editorial-wrap .tflv-heading p {
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.75;
}

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

.tflv-editorial-wrap .tflv-card,
.tflv-editorial-wrap .tflv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}

.tflv-editorial-wrap .tflv-card::before,
.tflv-editorial-wrap .tflv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #ff0050, #7c3aed);
  opacity: 0.86;
}

.tflv-editorial-wrap .tflv-card:hover,
.tflv-editorial-wrap .tflv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.tflv-editorial-wrap .tflv-card h3,
.tflv-editorial-wrap .tflv-trust-card h3,
.tflv-editorial-wrap .tflv-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tflv-editorial-wrap .tflv-card p,
.tflv-editorial-wrap .tflv-trust-card p,
.tflv-editorial-wrap .tflv-step-copy p {
  margin: 10px 0 0;
  color: #5d6a7a;
  line-height: 1.7;
}

.tflv-editorial-wrap .tflv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16));
  border: 1px solid rgba(255, 0, 80, 0.14);
  position: relative;
  transition: transform 260ms ease;
}

.tflv-editorial-wrap .tflv-card:hover .tflv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.tflv-editorial-wrap .tflv-icon::before,
.tflv-editorial-wrap .tflv-icon::after {
  content: "";
  position: absolute;
}

.tflv-editorial-wrap .tflv-icon-play::before {
  left: 18px;
  top: 13px;
  border-left: 13px solid #ff0050;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

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

.tflv-editorial-wrap .tflv-icon-preview::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 3px solid #ff0050;
  border-radius: 12px;
}

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

.tflv-editorial-wrap .tflv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #ff0050;
  box-shadow: 0 8px 0 #00b8b0, 0 16px 0 #7c3aed;
  border-radius: 99px;
}

.tflv-editorial-wrap .tflv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 3px solid #00b8b0;
  border-radius: 8px;
}

.tflv-editorial-wrap .tflv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 10px;
  background: #ff0050;
  border-radius: 50%;
}

.tflv-editorial-wrap .tflv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #00b8b0, #ff0050);
}

.tflv-editorial-wrap .tflv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  background: #ffffff;
  border-radius: 99px;
}

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

.tflv-editorial-wrap .tflv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tflv-editorial-wrap .tflv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}

.tflv-editorial-wrap .tflv-step-card:hover {
  transform: translateX(4px);
  border-color: rgba(0, 184, 176, 0.24);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
}

.tflv-editorial-wrap .tflv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101828;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.20);
}

.tflv-editorial-wrap .tflv-badge-dot,
.tflv-editorial-wrap .tflv-trust-mark {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.10);
}

.tflv-editorial-wrap .tflv-trust-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  position: relative;
}

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

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

.tflv-editorial-wrap .tflv-reveal.tflv-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) {
  .tflv-editorial-wrap .tflv-section {
    padding: 48px 0;
  }

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

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

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

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

  .tflv-editorial-wrap .tflv-grid-3 {
    grid-template-columns: 1fr;
  }

  .tflv-editorial-wrap .tflv-card,
  .tflv-editorial-wrap .tflv-trust-card {
    padding: 24px 20px;
  }

  .tflv-editorial-wrap .tflv-card h3,
  .tflv-editorial-wrap .tflv-trust-card h3,
  .tflv-editorial-wrap .tflv-step-copy h3 {
    font-size: 18px;
  }

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-copy p {
    font-size: 14px;
  }

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

  .tflv-editorial-wrap .tflv-step-number {
    width: 58px;
    height: 48px;
    font-size: 17px;
  }
}

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

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

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

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

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

  .tflv-editorial-wrap .tflv-grid-3 {
    grid-template-columns: 1fr;
  }

  .tflv-editorial-wrap .tflv-card,
  .tflv-editorial-wrap .tflv-trust-card {
    padding: 26px 22px;
  }

  .tflv-editorial-wrap .tflv-card h3,
  .tflv-editorial-wrap .tflv-trust-card h3,
  .tflv-editorial-wrap .tflv-step-copy h3 {
    font-size: 19px;
  }

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-copy p {
    font-size: 15px;
  }

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

  .tflv-editorial-wrap .tflv-step-number {
    width: 62px;
    height: 50px;
    font-size: 18px;
  }
}

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

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

  .tflv-editorial-wrap .tflv-heading h2 {
    font-size: 32px;
  }

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

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

  .tflv-editorial-wrap .tflv-grid-3 {
    grid-template-columns: 1fr;
  }

  .tflv-editorial-wrap .tflv-card,
  .tflv-editorial-wrap .tflv-trust-card {
    padding: 28px 24px;
  }

  .tflv-editorial-wrap .tflv-card h3,
  .tflv-editorial-wrap .tflv-trust-card h3,
  .tflv-editorial-wrap .tflv-step-copy h3 {
    font-size: 20px;
  }

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-copy p {
    font-size: 15px;
  }

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

  .tflv-editorial-wrap .tflv-step-number {
    width: 66px;
    height: 52px;
    font-size: 18px;
  }
}

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-card,
  .tflv-editorial-wrap .tflv-trust-card {
    padding: 30px 26px;
  }

  .tflv-editorial-wrap .tflv-card h3,
  .tflv-editorial-wrap .tflv-trust-card h3,
  .tflv-editorial-wrap .tflv-step-copy h3 {
    font-size: 21px;
  }

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-copy p {
    font-size: 15px;
  }

  .tflv-editorial-wrap .tflv-step-card {
    gap: 22px;
    padding: 30px 30px 30px 34px;
  }

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

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

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

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

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

  .tflv-editorial-wrap .tflv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .tflv-editorial-wrap .tflv-steps {
    gap: 22px;
    margin-top: 50px;
  }

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

  .tflv-editorial-wrap .tflv-card,
  .tflv-editorial-wrap .tflv-trust-card {
    padding: 32px 28px;
  }

  .tflv-editorial-wrap .tflv-card h3,
  .tflv-editorial-wrap .tflv-trust-card h3,
  .tflv-editorial-wrap .tflv-step-copy h3 {
    font-size: 22px;
  }

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-copy p {
    font-size: 15.5px;
  }

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

  .tflv-editorial-wrap .tflv-step-number {
    width: 84px;
    height: 64px;
    font-size: 21px;
  }
}