@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: #172033;
  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;
  width: 100%;
  isolation: isolate;
}

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

.tflv-editorial .tflv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(255, 0, 80, 0.07), transparent 28%),
    #f8fafc;
}

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

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

.tflv-editorial .tflv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #8b1740;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tflv-editorial .tflv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 18px rgba(255, 0, 80, 0.38);
}

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

.tflv-editorial .tflv-heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #536173;
  font-weight: 450;
}

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

.tflv-editorial .tflv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 52, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.28), rgba(17, 24, 39, 0.08)) border-box;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tflv-editorial .tflv-card::after {
  content: "";
  position: absolute;
  inset: auto -42px -54px auto;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.14), transparent 68%);
  pointer-events: none;
  transition: transform 260ms ease, opacity 260ms ease;
}

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

.tflv-editorial .tflv-card:hover::after {
  transform: scale(1.12);
  opacity: 0.9;
}

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

.tflv-editorial .tflv-card p {
  margin: 10px 0 0;
  color: #5b687a;
  font-weight: 450;
}

.tflv-editorial .tflv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 24px rgba(15, 23, 42, 0.08);
}

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

.tflv-editorial .tflv-icon-eye::before {
  width: 24px;
  height: 15px;
  left: 12px;
  top: 17px;
  border: 2px solid #ff0050;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.tflv-editorial .tflv-icon-eye::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 21px;
  border-radius: 999px;
  background: #00aeb8;
}

.tflv-editorial .tflv-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #00aeb8;
  border-radius: 999px;
  border-bottom-color: transparent;
}

.tflv-editorial .tflv-icon-speed::after {
  width: 14px;
  height: 2px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  background: #ff0050;
  transform: rotate(-34deg);
  transform-origin: left center;
}

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

.tflv-editorial .tflv-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 18px;
  top: 23px;
  border-radius: 999px;
  background: #00aeb8;
  box-shadow: 0 6px 0 rgba(0, 174, 184, 0.55);
}

.tflv-editorial .tflv-icon-flow::before {
  width: 24px;
  height: 2px;
  left: 12px;
  top: 17px;
  border-radius: 999px;
  background: #00aeb8;
  box-shadow: 0 7px 0 #ff0050, 0 14px 0 rgba(17, 24, 39, 0.42);
}

.tflv-editorial .tflv-icon-flow::after {
  width: 7px;
  height: 7px;
  left: 29px;
  top: 14px;
  border-top: 2px solid #00aeb8;
  border-right: 2px solid #00aeb8;
  transform: rotate(45deg);
}

.tflv-editorial .tflv-icon-mobile::before {
  width: 18px;
  height: 27px;
  left: 15px;
  top: 10px;
  border: 2px solid #ff0050;
  border-radius: 8px;
}

.tflv-editorial .tflv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 22px;
  top: 29px;
  border-radius: 999px;
  background: #00aeb8;
}

.tflv-editorial .tflv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #00aeb8;
  border-radius: 8px;
}

.tflv-editorial .tflv-icon-daily::after {
  width: 12px;
  height: 8px;
  left: 18px;
  top: 20px;
  border-left: 2px solid #ff0050;
  border-bottom: 2px solid #ff0050;
  transform: rotate(-45deg);
}

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

.tflv-editorial .tflv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 52, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.tflv-editorial .tflv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 174, 184, 0.22);
  box-shadow: 0 25px 68px rgba(15, 23, 42, 0.12);
}

.tflv-editorial .tflv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.2);
}

.tflv-editorial .tflv-step-content {
  min-width: 0;
}

.tflv-editorial .tflv-step h3 {
  margin: 0;
  color: #151c2e;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tflv-editorial .tflv-step p {
  margin: 8px 0 0;
  color: #5b687a;
}

.tflv-editorial .tflv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.1);
  color: #08727a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tflv-editorial .tflv-trust-card {
  background:
    linear-gradient(145deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 80, 0.22), rgba(0, 242, 234, 0.36)) border-box;
}

.tflv-editorial .tflv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 14px 26px rgba(255, 0, 80, 0.16);
}

.tflv-editorial .tflv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 14px;
  top: 16px;
  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-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

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

  .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 {
    padding: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial .tflv-heading 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: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tflv-editorial .tflv-step {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px 36px;
  }

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

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

  .tflv-editorial .tflv-step p {
    font-size: 16.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tflv-editorial .tflv-card,
  .tflv-editorial .tflv-step,
  .tflv-editorial .tflv-reveal,
  .tflv-editorial .tflv-reveal.tflv-visible {
    transition: none;
    transform: none;
  }

  .tflv-editorial .tflv-reveal {
    opacity: 1;
  }
}