@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;
  line-height: 1.5;
}

.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;
}

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

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

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

.tflv-editorial-wrap .tflv-section-head {
  max-width: 760px;
  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;
  border: 1px solid rgba(255, 0, 96, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.08), rgba(0, 242, 234, 0.1));
  color: #ad1247;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.tflv-editorial-wrap h2 {
  margin: 16px 0 12px;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.tflv-editorial-wrap .tflv-section-head p {
  margin: 0;
  color: #5b6474;
  line-height: 1.7;
}

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

.tflv-editorial-wrap .tflv-card,
.tflv-editorial-wrap .tflv-trust-card,
.tflv-editorial-wrap .tflv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(20, 33, 61, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tflv-editorial-wrap .tflv-card {
  min-height: 100%;
  border-radius: 22px;
}

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

.tflv-editorial-wrap .tflv-card:hover,
.tflv-editorial-wrap .tflv-trust-card:hover,
.tflv-editorial-wrap .tflv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 96, 0.2);
  box-shadow: 0 24px 60px rgba(20, 33, 61, 0.12);
}

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

.tflv-editorial-wrap .tflv-card p,
.tflv-editorial-wrap .tflv-trust-card p,
.tflv-editorial-wrap .tflv-step-card p {
  margin: 0;
  color: #5c6676;
  line-height: 1.68;
}

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

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

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

.tflv-editorial-wrap .tflv-icon-view::before {
  width: 20px;
  height: 13px;
  left: 13px;
  top: 16px;
  border: 2px solid #ff005f;
  border-radius: 16px;
}

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

.tflv-editorial-wrap .tflv-icon-speed::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #7c3aed;
  border-radius: 50%;
  border-right-color: transparent;
}

.tflv-editorial-wrap .tflv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 20px;
  top: 22px;
  background: #ff005f;
  transform: rotate(-35deg);
  transform-origin: left center;
}

.tflv-editorial-wrap .tflv-icon-preview::before {
  width: 20px;
  height: 16px;
  left: 13px;
  top: 15px;
  border: 2px solid #00aaa3;
  border-radius: 5px;
}

.tflv-editorial-wrap .tflv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  background: #ff005f;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.tflv-editorial-wrap .tflv-icon-steps::before {
  width: 20px;
  height: 2px;
  left: 13px;
  top: 15px;
  background: #ff005f;
  box-shadow: 0 8px 0 #7c3aed, 0 16px 0 #00aaa3;
}

.tflv-editorial-wrap .tflv-icon-mobile::before {
  width: 15px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #7c3aed;
  border-radius: 6px;
}

.tflv-editorial-wrap .tflv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 4px;
  background: #ff005f;
}

.tflv-editorial-wrap .tflv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #ff005f, #7c3aed, #00f2ea, #ff005f);
}

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

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

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

.tflv-editorial-wrap .tflv-step-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.18), rgba(255, 0, 96, 0));
}

.tflv-editorial-wrap .tflv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff005f 0%, #7c3aed 52%, #00b8b0 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(255, 0, 96, 0.2);
}

.tflv-editorial-wrap .tflv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.16), rgba(0, 242, 234, 0.18));
  position: relative;
}

.tflv-editorial-wrap .tflv-badge-dot::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff005f, #00b8b0);
}

.tflv-editorial-wrap .tflv-trust-card {
  min-height: 100%;
  border-radius: 22px;
}

.tflv-editorial-wrap .tflv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff005f, #00b8b0);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 184, 176, 0.18);
}

.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: 46px 0;
  }

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-card 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 20px;
  }

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-card p,
  .tflv-editorial-wrap .tflv-trust-card p,
  .tflv-editorial-wrap .tflv-step-card 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 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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