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

.tlv-editorial {
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #14151f;
  background: #ffffff;
}

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

.tlv-editorial .tlv-section {
  position: relative;
}

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

.tlv-editorial .tlv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.10), transparent 34%),
    #fbfbfd;
}

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

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

.tlv-editorial .tlv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #cf244d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.tlv-editorial .tlv-heading h2 {
  margin: 0;
  color: #11121a;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.tlv-editorial .tlv-heading p {
  margin: 16px auto 0;
  color: #5d6274;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.tlv-editorial .tlv-card,
.tlv-editorial .tlv-step,
.tlv-editorial .tlv-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 21, 31, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(22, 24, 35, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tlv-editorial .tlv-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.tlv-editorial .tlv-card::before,
.tlv-editorial .tlv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #8b5cf6);
  opacity: 0.82;
}

.tlv-editorial .tlv-card:hover,
.tlv-editorial .tlv-step:hover,
.tlv-editorial .tlv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 62px rgba(22, 24, 35, 0.13);
}

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

.tlv-editorial .tlv-card p,
.tlv-editorial .tlv-step p,
.tlv-editorial .tlv-trust-card p {
  margin: 10px 0 0;
  color: #606577;
  line-height: 1.68;
  letter-spacing: 0;
}

.tlv-editorial .tlv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.15));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  transition: transform 260ms ease;
}

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

.tlv-editorial .tlv-icon::before,
.tlv-editorial .tlv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.tlv-editorial .tlv-icon-play::before {
  left: 18px;
  top: 13px;
  border-left: 14px solid #fe2c55;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tlv-editorial .tlv-icon-bolt::before {
  left: 17px;
  top: 9px;
  width: 12px;
  height: 26px;
  background: #11121a;
  clip-path: polygon(55% 0, 18% 45%, 50% 45%, 33% 100%, 82% 37%, 52% 37%);
}

.tlv-editorial .tlv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #25bdb8;
  border-radius: 8px;
}

.tlv-editorial .tlv-icon-check::before {
  left: 14px;
  top: 14px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #fe2c55;
  border-bottom: 4px solid #fe2c55;
  transform: rotate(-45deg);
}

.tlv-editorial .tlv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #11121a;
  border-radius: 7px;
}

.tlv-editorial .tlv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #25bdb8;
}

.tlv-editorial .tlv-icon-bookmark::before {
  left: 15px;
  top: 10px;
  width: 17px;
  height: 26px;
  border-radius: 5px 5px 2px 2px;
  background: #fe2c55;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}

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

.tlv-editorial .tlv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.15), rgba(254, 44, 85, 0.12));
}

.tlv-editorial .tlv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #11121a, #fe2c55 58%, #25bdb8);
  box-shadow: 0 16px 30px rgba(254, 44, 85, 0.22);
}

.tlv-editorial .tlv-card-accent {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.32)) border-box;
  border-color: transparent;
}

.tlv-editorial .tlv-dot {
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(254, 44, 85, 0.08);
}

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

.tlv-editorial .tlv-trust-card {
  min-width: 0;
  height: 100%;
  border-radius: 22px;
}

.tlv-editorial .tlv-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.14);
  color: #087c78;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

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

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

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

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

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

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

  .tlv-editorial .tlv-heading h2 {
    font-size: 25px;
  }

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

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

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

  .tlv-editorial .tlv-card h3,
  .tlv-editorial .tlv-step h3,
  .tlv-editorial .tlv-trust-card h3 {
    font-size: 18px;
  }

  .tlv-editorial .tlv-card p,
  .tlv-editorial .tlv-step p,
  .tlv-editorial .tlv-trust-card p {
    font-size: 14px;
  }

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

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

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

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

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

  .tlv-editorial .tlv-heading h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tlv-editorial .tlv-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

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

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

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

  .tlv-editorial .tlv-heading h2 {
    font-size: 40px;
  }

  .tlv-editorial .tlv-heading p {
    font-size: 17px;
  }

  .tlv-editorial .tlv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

  .tlv-editorial .tlv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .tlv-editorial .tlv-step {
    gap: 24px;
    padding: 32px;
  }

  .tlv-editorial .tlv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

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

  .tlv-editorial .tlv-container {
    padding: 0 34px;
  }

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

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

  .tlv-editorial .tlv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }

  .tlv-editorial .tlv-card,
  .tlv-editorial .tlv-trust-card {
    padding: 32px;
  }

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

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

  .tlv-editorial .tlv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .tlv-editorial .tlv-step {
    gap: 28px;
    padding: 34px;
  }

  .tlv-editorial .tlv-step-number {
    width: 76px;
    height: 76px;
    font-size: 21px;
  }
}