@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.tlv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

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

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

.tlv-editorial-wrap .tlv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0f6f77;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.tlv-editorial-wrap .tlv-heading p {
  margin: 14px auto 0;
  color: #5b6474;
  line-height: 1.72;
}

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

.tlv-editorial-wrap .tlv-card,
.tlv-editorial-wrap .tlv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tlv-editorial-wrap .tlv-card::before,
.tlv-editorial-wrap .tlv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tlv-editorial-wrap .tlv-card:hover,
.tlv-editorial-wrap .tlv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

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

.tlv-editorial-wrap .tlv-card h3,
.tlv-editorial-wrap .tlv-trust-card h3,
.tlv-editorial-wrap .tlv-step h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tlv-editorial-wrap .tlv-card p,
.tlv-editorial-wrap .tlv-trust-card p,
.tlv-editorial-wrap .tlv-step p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6474;
  line-height: 1.68;
}

.tlv-editorial-wrap .tlv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}

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

.tlv-editorial-wrap .tlv-icon-play::before {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.tlv-editorial-wrap .tlv-icon-speed::before {
  width: 21px;
  height: 21px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

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

.tlv-editorial-wrap .tlv-icon-steps::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 13px;
  border-radius: 99px;
}
.tlv-editorial-wrap .tlv-icon-steps::after {
  width: 15px;
  height: 4px;
  left: 12px;
  top: 26px;
  border-radius: 99px;
}

.tlv-editorial-wrap .tlv-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tlv-editorial-wrap .tlv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}
.tlv-editorial-wrap .tlv-icon-daily::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #fe2c55;
}

.tlv-editorial-wrap .tlv-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f6f77;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

.tlv-editorial-wrap .tlv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.tlv-editorial-wrap .tlv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.26);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.10);
}

.tlv-editorial-wrap .tlv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #263246);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

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

.tlv-editorial-wrap .tlv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    #ffffff;
}

.tlv-editorial-wrap .tlv-trust-dot {
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 18px 0 0 #fe2c55, 36px 0 0 #111827;
}

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

.tlv-editorial-wrap .tlv-reveal.tlv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .tlv-editorial-wrap .tlv-section {
    padding: 52px 0;
  }
  .tlv-editorial-wrap .tlv-container {
    padding: 0 14px;
  }
  .tlv-editorial-wrap .tlv-heading {
    margin-bottom: 28px;
  }
  .tlv-editorial-wrap .tlv-heading h2 {
    font-size: 26px;
  }
  .tlv-editorial-wrap .tlv-heading p {
    font-size: 15px;
  }
  .tlv-editorial-wrap .tlv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tlv-editorial-wrap .tlv-card,
  .tlv-editorial-wrap .tlv-trust-card {
    padding: 22px;
  }
  .tlv-editorial-wrap .tlv-card h3,
  .tlv-editorial-wrap .tlv-trust-card h3,
  .tlv-editorial-wrap .tlv-step h3 {
    font-size: 18px;
  }
  .tlv-editorial-wrap .tlv-card p,
  .tlv-editorial-wrap .tlv-trust-card p,
  .tlv-editorial-wrap .tlv-step p {
    font-size: 14px;
  }
  .tlv-editorial-wrap .tlv-steps {
    gap: 16px;
  }
  .tlv-editorial-wrap .tlv-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }
  .tlv-editorial-wrap .tlv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tlv-editorial-wrap .tlv-section {
    padding: 58px 0;
  }
  .tlv-editorial-wrap .tlv-container {
    padding: 0 18px;
  }
  .tlv-editorial-wrap .tlv-heading {
    margin-bottom: 30px;
  }
  .tlv-editorial-wrap .tlv-heading h2 {
    font-size: 29px;
  }
  .tlv-editorial-wrap .tlv-heading p {
    font-size: 15.5px;
  }
  .tlv-editorial-wrap .tlv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .tlv-editorial-wrap .tlv-card,
  .tlv-editorial-wrap .tlv-trust-card {
    padding: 24px;
  }
  .tlv-editorial-wrap .tlv-card h3,
  .tlv-editorial-wrap .tlv-trust-card h3,
  .tlv-editorial-wrap .tlv-step h3 {
    font-size: 19px;
  }
  .tlv-editorial-wrap .tlv-card p,
  .tlv-editorial-wrap .tlv-trust-card p,
  .tlv-editorial-wrap .tlv-step p {
    font-size: 15px;
  }
  .tlv-editorial-wrap .tlv-steps {
    gap: 18px;
  }
  .tlv-editorial-wrap .tlv-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }
  .tlv-editorial-wrap .tlv-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tlv-editorial-wrap .tlv-section {
    padding: 64px 0;
  }
  .tlv-editorial-wrap .tlv-container {
    padding: 0 22px;
  }
  .tlv-editorial-wrap .tlv-heading {
    margin-bottom: 34px;
  }
  .tlv-editorial-wrap .tlv-heading h2 {
    font-size: 32px;
  }
  .tlv-editorial-wrap .tlv-heading p {
    font-size: 16px;
  }
  .tlv-editorial-wrap .tlv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tlv-editorial-wrap .tlv-card,
  .tlv-editorial-wrap .tlv-trust-card {
    padding: 26px;
  }
  .tlv-editorial-wrap .tlv-card h3,
  .tlv-editorial-wrap .tlv-trust-card h3,
  .tlv-editorial-wrap .tlv-step h3 {
    font-size: 20px;
  }
  .tlv-editorial-wrap .tlv-card p,
  .tlv-editorial-wrap .tlv-trust-card p,
  .tlv-editorial-wrap .tlv-step p {
    font-size: 15.5px;
  }
  .tlv-editorial-wrap .tlv-steps {
    gap: 20px;
  }
  .tlv-editorial-wrap .tlv-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }
  .tlv-editorial-wrap .tlv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tlv-editorial-wrap .tlv-section {
    padding: 78px 0;
  }
  .tlv-editorial-wrap .tlv-container {
    padding: 0 32px;
  }
  .tlv-editorial-wrap .tlv-heading {
    margin-bottom: 42px;
  }
  .tlv-editorial-wrap .tlv-heading h2 {
    font-size: 38px;
  }
  .tlv-editorial-wrap .tlv-heading p {
    font-size: 17px;
  }
  .tlv-editorial-wrap .tlv-grid-3,
  .tlv-editorial-wrap .tlv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .tlv-editorial-wrap .tlv-card,
  .tlv-editorial-wrap .tlv-trust-card {
    padding: 28px;
  }
  .tlv-editorial-wrap .tlv-card h3,
  .tlv-editorial-wrap .tlv-trust-card h3,
  .tlv-editorial-wrap .tlv-step h3 {
    font-size: 20px;
  }
  .tlv-editorial-wrap .tlv-card p,
  .tlv-editorial-wrap .tlv-trust-card p,
  .tlv-editorial-wrap .tlv-step p {
    font-size: 15.5px;
  }
  .tlv-editorial-wrap .tlv-steps {
    gap: 22px;
  }
  .tlv-editorial-wrap .tlv-step {
    gap: 22px;
    padding: 28px;
  }
  .tlv-editorial-wrap .tlv-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .tlv-editorial-wrap .tlv-section {
    padding: 92px 0;
  }
  .tlv-editorial-wrap .tlv-container {
    padding: 0 28px;
  }
  .tlv-editorial-wrap .tlv-heading {
    margin-bottom: 48px;
  }
  .tlv-editorial-wrap .tlv-heading h2 {
    font-size: 44px;
  }
  .tlv-editorial-wrap .tlv-heading p {
    font-size: 18px;
  }
  .tlv-editorial-wrap .tlv-grid-3,
  .tlv-editorial-wrap .tlv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .tlv-editorial-wrap .tlv-card,
  .tlv-editorial-wrap .tlv-trust-card {
    padding: 30px;
  }
  .tlv-editorial-wrap .tlv-card h3,
  .tlv-editorial-wrap .tlv-trust-card h3,
  .tlv-editorial-wrap .tlv-step h3 {
    font-size: 21px;
  }
  .tlv-editorial-wrap .tlv-card p,
  .tlv-editorial-wrap .tlv-trust-card p,
  .tlv-editorial-wrap .tlv-step p {
    font-size: 16px;
  }
  .tlv-editorial-wrap .tlv-steps {
    gap: 22px;
  }
  .tlv-editorial-wrap .tlv-step {
    gap: 26px;
    padding: 30px;
  }
  .tlv-editorial-wrap .tlv-step-number {
    width: 74px;
    height: 74px;
    font-size: 20px;
  }
}