@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: #17202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

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

.tflv-editorial .tflv-section--soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

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

.tflv-editorial .tflv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f7c86;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  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: #101827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.tflv-editorial .tflv-heading p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5a6575;
}

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

.tflv-editorial .tflv-card,
.tflv-editorial .tflv-step,
.tflv-editorial .tflv-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 34, 54, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(18, 28, 45, 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;
  background: radial-gradient(circle at 18% 0%, rgba(37, 244, 238, 0.13), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(254, 44, 85, 0.1), transparent 30%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tflv-editorial .tflv-card:hover,
.tflv-editorial .tflv-step:hover,
.tflv-editorial .tflv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 124, 134, 0.26);
  box-shadow: 0 24px 56px rgba(18, 28, 45, 0.13);
}

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

.tflv-editorial .tflv-card h3,
.tflv-editorial .tflv-step h3,
.tflv-editorial .tflv-trust-card h3 {
  position: relative;
  margin: 0;
  color: #132033;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.25;
}

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

.tflv-editorial .tflv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(15, 124, 134, 0.16);
}

.tflv-editorial .tflv-icon::before,
.tflv-editorial .tflv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.tflv-editorial .tflv-card:hover .tflv-icon::before,
.tflv-editorial .tflv-card:hover .tflv-icon::after {
  transform: translateY(-2px);
}

.tflv-editorial .tflv-icon--view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #0f7c86;
  border-radius: 50%;
}

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

.tflv-editorial .tflv-icon--speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #0f7c86;
  border-radius: 50%;
  border-left-color: transparent;
}

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

.tflv-editorial .tflv-icon--preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #0f7c86;
  border-radius: 6px;
}

.tflv-editorial .tflv-icon--preview::after {
  width: 10px;
  height: 2px;
  left: 18px;
  top: 22px;
  background: #fe2c55;
  border-radius: 99px;
}

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

.tflv-editorial .tflv-icon--steps::after {
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 99px;
  background: #0f7c86;
  box-shadow: 0 9px 0 rgba(15, 124, 134, 0.7), 0 18px 0 rgba(15, 124, 134, 0.45);
}

.tflv-editorial .tflv-icon--mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #0f7c86;
  border-radius: 7px;
}

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

.tflv-editorial .tflv-icon--daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #0f7c86;
  border-radius: 8px;
}

.tflv-editorial .tflv-icon--daily::after {
  width: 12px;
  height: 12px;
  left: 20px;
  top: 10px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: -8px 16px 0 rgba(37, 244, 238, 0.85);
}

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

.tflv-editorial .tflv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.tflv-editorial .tflv-step::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.35), transparent);
}

.tflv-editorial .tflv-step-number {
  position: relative;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tflv-editorial .tflv-step-number::after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border-radius: 25px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tflv-editorial .tflv-step-content {
  position: relative;
}

.tflv-editorial .tflv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f7c86;
  font-size: 12px;
  font-weight: 800;
}

.tflv-editorial .tflv-card--use {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.tflv-editorial .tflv-trust-card {
  border-radius: 24px;
}

.tflv-editorial .tflv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.16);
}

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

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

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

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

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

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

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

  .tflv-editorial .tflv-card,
  .tflv-editorial .tflv-trust-card {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

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

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

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

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

  .tflv-editorial .tflv-step::before {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial .tflv-step::before {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial .tflv-step::before {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial .tflv-card,
  .tflv-editorial .tflv-trust-card {
    min-height: 242px;
    padding: 32px;
    border-radius: 24px;
  }

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

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

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

  .tflv-editorial .tflv-step {
    gap: 28px;
    padding: 34px;
  }

  .tflv-editorial .tflv-trust-card {
    min-height: 230px;
  }
}