@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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  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;
  overflow: hidden;
}

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

.tflv-editorial-wrap .tflv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.13), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(254, 44, 85, 0.11), transparent 30%),
    #f8fafc;
}

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

.tflv-editorial-wrap .tflv-section-head {
  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: 0 0 14px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  color: #0d6370;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tflv-editorial-wrap .tflv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tflv-editorial-wrap .tflv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6475;
  line-height: 1.72;
}

.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(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tflv-editorial-wrap .tflv-card::before,
.tflv-editorial-wrap .tflv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.36), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tflv-editorial-wrap .tflv-card:hover,
.tflv-editorial-wrap .tflv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.tflv-editorial-wrap .tflv-card:hover::before,
.tflv-editorial-wrap .tflv-trust-card:hover::before {
  opacity: 1;
}

.tflv-editorial-wrap .tflv-card h3,
.tflv-editorial-wrap .tflv-step-content h3,
.tflv-editorial-wrap .tflv-trust-card h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tflv-editorial-wrap .tflv-card p,
.tflv-editorial-wrap .tflv-step-content p,
.tflv-editorial-wrap .tflv-trust-card p,
.tflv-editorial-wrap .tflv-note p {
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.72;
}

.tflv-editorial-wrap .tflv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

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

.tflv-editorial-wrap .tflv-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 16px 16px 12px 12px;
  opacity: 0.95;
}

.tflv-editorial-wrap .tflv-icon-view::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #172033;
}

.tflv-editorial-wrap .tflv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #ffffff;
  border-left-color: transparent;
}

.tflv-editorial-wrap .tflv-icon-speed::after {
  width: 14px;
  height: 4px;
  left: 20px;
  top: 21px;
  border-radius: 8px;
  transform: rotate(-25deg);
}

.tflv-editorial-wrap .tflv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
}

.tflv-editorial-wrap .tflv-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 32px;
  border-radius: 8px;
}

.tflv-editorial-wrap .tflv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.tflv-editorial-wrap .tflv-icon-steps::after {
  width: 16px;
  height: 3px;
  left: 24px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.tflv-editorial-wrap .tflv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 7px;
}

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

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

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

.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(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tflv-editorial-wrap .tflv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.14));
}

.tflv-editorial-wrap .tflv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.12);
}

.tflv-editorial-wrap .tflv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #0d6370 48%, #fe2c55);
  box-shadow: 0 18px 36px rgba(13, 99, 112, 0.22);
}

.tflv-editorial-wrap .tflv-step-content {
  position: relative;
  z-index: 1;
}

.tflv-editorial-wrap .tflv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    #ffffff;
}

.tflv-editorial-wrap .tflv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 20px 0 0 #fe2c55, 40px 0 0 rgba(17, 24, 39, 0.18);
}

.tflv-editorial-wrap .tflv-trust-card {
  text-align: left;
}

.tflv-editorial-wrap .tflv-trust-mark {
  width: 50px;
  height: 50px;
  margin: 0 0 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16)),
    #ffffff;
  border: 1px solid rgba(37, 244, 238, 0.28);
  position: relative;
}

.tflv-editorial-wrap .tflv-trust-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 10px;
  left: 15px;
  top: 17px;
  border-left: 4px solid #0d9488;
  border-bottom: 4px solid #0d9488;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.tflv-editorial-wrap .tflv-note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(13, 99, 112, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(254, 44, 85, 0.08));
  text-align: center;
}

.tflv-editorial-wrap .tflv-note p {
  margin: 0;
  color: #354155;
  font-weight: 560;
}

.tflv-editorial-wrap .tflv-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@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-section-head h2 {
    font-size: 25px;
  }

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

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

  .tflv-editorial-wrap .tflv-card,
  .tflv-editorial-wrap .tflv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

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

@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-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-section-head h2 {
    font-size: 31px;
  }

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-note {
    margin-top: 28px;
    padding: 22px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-note {
    margin-top: 34px;
    max-width: 850px;
    padding: 24px 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-step-card {
    gap: 28px;
    padding: 32px 36px;
  }

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

  .tflv-editorial-wrap .tflv-note {
    margin-top: 36px;
    max-width: 900px;
    padding: 26px 34px;
  }
}