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

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

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

.tflv-editorial .tflv-section {
  position: relative;
  isolation: isolate;
}

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

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

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

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

.tflv-editorial .tflv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #e41f55;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tflv-editorial .tflv-kicker::before,
.tflv-editorial .tflv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

.tflv-editorial h2 {
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.tflv-editorial .tflv-heading p {
  margin: 14px auto 0;
  max-width: 720px;
  color: #56657a;
}

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

.tflv-editorial .tflv-card,
.tflv-editorial .tflv-trust-card,
.tflv-editorial .tflv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tflv-editorial .tflv-card::before,
.tflv-editorial .tflv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c3aed, #fe2c55);
  opacity: 0.9;
}

.tflv-editorial .tflv-card:hover,
.tflv-editorial .tflv-trust-card:hover,
.tflv-editorial .tflv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

.tflv-editorial h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tflv-editorial .tflv-card p,
.tflv-editorial .tflv-trust-card p,
.tflv-editorial .tflv-step-card p {
  margin: 10px 0 0;
  color: #5f6f84;
}

.tflv-editorial .tflv-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.24);
  transition: transform 260ms ease;
}

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

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

.tflv-editorial .tflv-icon-eye {
  position: relative;
}

.tflv-editorial .tflv-icon-eye::before {
  width: 24px;
  height: 15px;
  left: 11px;
  top: 15px;
  border: 2px solid #fe2c55;
  border-radius: 50%;
}

.tflv-editorial .tflv-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #25f4ee;
}

.tflv-editorial .tflv-icon-speed {
  position: relative;
}

.tflv-editorial .tflv-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #25f4ee;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.tflv-editorial .tflv-icon-speed::after {
  width: 15px;
  height: 2px;
  left: 23px;
  top: 23px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(-35deg);
  transform-origin: left center;
}

.tflv-editorial .tflv-icon-preview {
  position: relative;
}

.tflv-editorial .tflv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #fe2c55;
  border-radius: 7px;
}

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

.tflv-editorial .tflv-icon-steps {
  position: relative;
}

.tflv-editorial .tflv-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 0 10px 0 #fe2c55, 0 20px 0 #7c3aed;
}

.tflv-editorial .tflv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 99px;
  background: #94a3b8;
  box-shadow: 0 10px 0 #94a3b8, 0 20px 0 #94a3b8;
}

.tflv-editorial .tflv-icon-mobile {
  position: relative;
}

.tflv-editorial .tflv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 2px solid #fe2c55;
  border-radius: 8px;
}

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

.tflv-editorial .tflv-icon-daily {
  position: relative;
}

.tflv-editorial .tflv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 9px;
  border: 2px solid #25f4ee;
}

.tflv-editorial .tflv-icon-daily::after {
  width: 14px;
  height: 10px;
  left: 16px;
  top: 18px;
  border-left: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
  transform: rotate(-45deg);
}

.tflv-editorial .tflv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.tflv-editorial .tflv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
}

.tflv-editorial .tflv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.18), transparent 66%);
}

.tflv-editorial .tflv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #25324a);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.tflv-editorial .tflv-badge-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 16px 0 0 #25f4ee, 32px 0 0 #7c3aed;
}

.tflv-editorial .tflv-trust-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.22);
}

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

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

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

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

  .tflv-editorial .tflv-kicker {
    font-size: 11px;
  }

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

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

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

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

  .tflv-editorial h3 {
    font-size: 18px;
  }

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

  .tflv-editorial .tflv-step-list {
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

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

  .tflv-editorial .tflv-kicker {
    font-size: 12px;
  }

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

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

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

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

  .tflv-editorial h3 {
    font-size: 19px;
  }

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

  .tflv-editorial .tflv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

  .tflv-editorial .tflv-kicker {
    font-size: 12px;
  }

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

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

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

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

  .tflv-editorial h3 {
    font-size: 20px;
  }

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

  .tflv-editorial .tflv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

  .tflv-editorial .tflv-kicker {
    font-size: 12px;
  }

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

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

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

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

  .tflv-editorial h3 {
    font-size: 21px;
  }

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

  .tflv-editorial .tflv-step-list {
    gap: 20px;
    margin-top: 42px;
  }

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

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

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

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

  .tflv-editorial .tflv-kicker {
    font-size: 12px;
  }

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

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

  .tflv-editorial .tflv-card-grid,
  .tflv-editorial .tflv-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .tflv-editorial .tflv-card,
  .tflv-editorial .tflv-trust-card {
    min-height: 246px;
    padding: 30px;
  }

  .tflv-editorial h3 {
    font-size: 22px;
  }

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

  .tflv-editorial .tflv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .tflv-editorial .tflv-step-card {
    gap: 28px;
    min-height: 142px;
    padding: 34px;
  }

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