@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;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #17202a;
  background: #ffffff;
}

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

.tflv-editorial .tflv-section {
  position: relative;
  overflow: hidden;
}

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

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

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

.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(255, 0, 80, 0.08), rgba(37, 244, 238, 0.11));
  color: #b0003d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.tflv-editorial .tflv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0050, #25f4ee);
  box-shadow: 0 0 0 5px rgba(255, 0, 80, 0.08);
}

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

.tflv-editorial .tflv-heading p {
  margin: 16px auto 0;
  color: #5f6b7a;
  line-height: 1.72;
  font-weight: 450;
}

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

.tflv-editorial .tflv-card,
.tflv-editorial .tflv-trust-card,
.tflv-editorial .tflv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.tflv-editorial .tflv-card::after,
.tflv-editorial .tflv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.08), rgba(37, 244, 238, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tflv-editorial .tflv-card:hover,
.tflv-editorial .tflv-trust-card:hover,
.tflv-editorial .tflv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}

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

.tflv-editorial .tflv-card h3,
.tflv-editorial .tflv-trust-card h3,
.tflv-editorial .tflv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.tflv-editorial .tflv-card p,
.tflv-editorial .tflv-trust-card p,
.tflv-editorial .tflv-step-card p,
.tflv-editorial .tflv-note p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #657184;
  line-height: 1.68;
  font-weight: 450;
}

.tflv-editorial .tflv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0050 0%, #8a2be2 52%, #25f4ee 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.18);
  transition: transform 260ms ease;
}

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

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

.tflv-editorial .tflv-icon-orbit::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.tflv-editorial .tflv-icon-orbit::after {
  width: 6px;
  height: 6px;
  right: 10px;
  top: 11px;
  border-radius: 50%;
}

.tflv-editorial .tflv-icon-bolt::before {
  width: 12px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(52% 0, 100% 0, 65% 42%, 100% 42%, 30% 100%, 45% 55%, 0 55%);
}

.tflv-editorial .tflv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tflv-editorial .tflv-icon-frame::after {
  width: 14px;
  height: 3px;
  left: 16px;
  bottom: 13px;
  border-radius: 99px;
}

.tflv-editorial .tflv-icon-path::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
}

.tflv-editorial .tflv-icon-path::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 18px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.tflv-editorial .tflv-icon-phone::before {
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tflv-editorial .tflv-icon-phone::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
}

.tflv-editorial .tflv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tflv-editorial .tflv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
}

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

.tflv-editorial .tflv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}

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

.tflv-editorial .tflv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.18);
}

.tflv-editorial .tflv-use-card {
  overflow: hidden;
}

.tflv-editorial .tflv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #087b78;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

.tflv-editorial .tflv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.14), rgba(37, 244, 238, 0.2));
}

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

.tflv-editorial .tflv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.22);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(37, 244, 238, 0.08));
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.06);
  text-align: center;
}

.tflv-editorial .tflv-note p {
  margin: 0;
  color: #3d4a5c;
}

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

.tflv-editorial .tflv-reveal.tflv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms 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: 28px;
  }

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

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

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

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

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

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

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

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

@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: 31px;
  }

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

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

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

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

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

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

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

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

@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: 35px;
  }

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

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

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

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

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

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

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

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

@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: 42px;
  }

  .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-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

@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: 48px;
  }

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

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

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

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

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

  .tflv-editorial .tflv-step-card {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px;
  }

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

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

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

  .tflv-editorial .tflv-note {
    margin-top: 38px;
    padding: 30px 34px;
  }
}