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

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

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

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

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

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

.tflv-editorial-wrap .tflv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f766e;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

.tflv-editorial-wrap .tflv-section-header p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6475;
  line-height: 1.7;
}

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

.tflv-editorial-wrap .tflv-info-card,
.tflv-editorial-wrap .tflv-use-card,
.tflv-editorial-wrap .tflv-trust-card,
.tflv-editorial-wrap .tflv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 24, 36, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tflv-editorial-wrap .tflv-info-card,
.tflv-editorial-wrap .tflv-use-card,
.tflv-editorial-wrap .tflv-trust-card {
  border-radius: 22px;
}

.tflv-editorial-wrap .tflv-info-card::before,
.tflv-editorial-wrap .tflv-use-card::before,
.tflv-editorial-wrap .tflv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.34), transparent 58%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tflv-editorial-wrap .tflv-info-card:hover,
.tflv-editorial-wrap .tflv-use-card:hover,
.tflv-editorial-wrap .tflv-trust-card:hover,
.tflv-editorial-wrap .tflv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.38);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

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

.tflv-editorial-wrap .tflv-card-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

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

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

.tflv-editorial-wrap .tflv-icon-ring::before {
  inset: 13px;
  border: 3px solid #111827;
  border-radius: 50%;
}

.tflv-editorial-wrap .tflv-icon-ring::after {
  right: 11px;
  bottom: 11px;
  width: 10px;
  height: 3px;
  border-radius: 10px;
  background: #fe2c55;
  transform: rotate(45deg);
}

.tflv-editorial-wrap .tflv-icon-bolt::before {
  left: 19px;
  top: 10px;
  width: 10px;
  height: 28px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(42% 0, 100% 0, 64% 42%, 100% 42%, 28% 100%, 44% 54%, 0 54%);
}

.tflv-editorial-wrap .tflv-icon-frame::before {
  inset: 13px 11px;
  border: 3px solid #111827;
  border-radius: 9px;
}

.tflv-editorial-wrap .tflv-icon-frame::after {
  left: 18px;
  top: 21px;
  width: 13px;
  height: 8px;
  border-radius: 10px;
  background: #25f4ee;
}

.tflv-editorial-wrap .tflv-icon-path::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 18px;
  border-left: 3px solid #111827;
  border-bottom: 3px solid #111827;
  border-radius: 0 0 0 12px;
}

.tflv-editorial-wrap .tflv-icon-path::after {
  right: 10px;
  top: 11px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fe2c55;
  border-right: 3px solid #fe2c55;
  transform: rotate(45deg);
}

.tflv-editorial-wrap .tflv-icon-mobile::before {
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border: 3px solid #111827;
  border-radius: 8px;
}

.tflv-editorial-wrap .tflv-icon-mobile::after {
  left: 22px;
  bottom: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #25f4ee;
}

.tflv-editorial-wrap .tflv-icon-daily::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 22px;
  border: 3px solid #111827;
  border-radius: 9px;
}

.tflv-editorial-wrap .tflv-icon-daily::after {
  left: 19px;
  top: 9px;
  width: 10px;
  height: 26px;
  border-radius: 10px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  transform: rotate(90deg);
}

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

.tflv-editorial-wrap .tflv-info-card p,
.tflv-editorial-wrap .tflv-use-card p,
.tflv-editorial-wrap .tflv-trust-card p,
.tflv-editorial-wrap .tflv-step-card p {
  margin: 12px 0 0;
  color: #626a7b;
  line-height: 1.68;
}

.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: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
}

.tflv-editorial-wrap .tflv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #0f766e 48%, #fe2c55 100%);
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.22);
}

.tflv-editorial-wrap .tflv-mini-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.1));
  color: #0f766e;
  font-weight: 800;
  line-height: 1.2;
}

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

.tflv-editorial-wrap .tflv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 12px;
  height: 18px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(45deg);
}

.tflv-editorial-wrap .tflv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.tflv-editorial-wrap .tflv-reveal.tflv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-info-card p,
  .tflv-editorial-wrap .tflv-use-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: 30px;
  }

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

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

  .tflv-editorial-wrap .tflv-mini-badge {
    padding: 7px 11px;
    font-size: 12px;
  }
}

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

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

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

  .tflv-editorial-wrap .tflv-section-header p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-mini-badge {
    padding: 7px 12px;
    font-size: 12.5px;
  }
}

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-info-card p,
  .tflv-editorial-wrap .tflv-use-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: 20px;
    margin-top: 36px;
  }

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

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

  .tflv-editorial-wrap .tflv-mini-badge {
    padding: 8px 13px;
    font-size: 13px;
  }
}

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

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

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

  .tflv-editorial-wrap .tflv-section-header p {
    font-size: 17px;
  }

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

  .tflv-editorial-wrap .tflv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

  .tflv-editorial-wrap .tflv-info-card p,
  .tflv-editorial-wrap .tflv-use-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: 22px;
    margin-top: 44px;
  }

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

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

  .tflv-editorial-wrap .tflv-mini-badge {
    padding: 8px 14px;
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

  .tflv-editorial-wrap .tflv-info-card p,
  .tflv-editorial-wrap .tflv-use-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;
  }

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

  .tflv-editorial-wrap .tflv-mini-badge {
    padding: 8px 14px;
    font-size: 13px;
  }
}