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

.tklv-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.tklv-editorial .tklv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

.tklv-editorial .tklv-heading p {
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.7;
  font-weight: 450;
}

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

.tklv-editorial .tklv-card,
.tklv-editorial .tklv-benefit-card {
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tklv-editorial .tklv-card::before,
.tklv-editorial .tklv-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.24), rgba(37, 244, 238, 0.20), transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tklv-editorial .tklv-card:hover,
.tklv-editorial .tklv-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.tklv-editorial .tklv-card:hover::before,
.tklv-editorial .tklv-benefit-card:hover::before {
  opacity: 1;
}

.tklv-editorial .tklv-card h3,
.tklv-editorial .tklv-benefit-card h3,
.tklv-editorial .tklv-step-content h3 {
  margin: 0;
  color: #141b26;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tklv-editorial .tklv-card p,
.tklv-editorial .tklv-benefit-card p,
.tklv-editorial .tklv-step-content p {
  margin: 10px 0 0;
  color: #5c6878;
  line-height: 1.68;
  font-weight: 430;
}

.tklv-editorial .tklv-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(135deg, #fe2c55, #25f4ee);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.20);
  margin-bottom: 20px;
  transition: transform 260ms ease;
}

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

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

.tklv-editorial .tklv-icon-play::before {
  width: 0;
  height: 0;
  left: 19px;
  top: 15px;
  border-left: 15px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  background: transparent;
}

.tklv-editorial .tklv-icon-speed::before {
  width: 24px;
  height: 14px;
  left: 12px;
  top: 19px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: transparent;
}

.tklv-editorial .tklv-icon-speed::after {
  width: 11px;
  height: 3px;
  left: 24px;
  top: 27px;
  transform: rotate(-35deg);
  border-radius: 99px;
}

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

.tklv-editorial .tklv-icon-path::before {
  width: 23px;
  height: 3px;
  left: 13px;
  top: 22px;
  border-radius: 99px;
}

.tklv-editorial .tklv-icon-path::after {
  width: 9px;
  height: 9px;
  right: 12px;
  top: 19px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  background: transparent;
}

.tklv-editorial .tklv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tklv-editorial .tklv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 99px;
}

.tklv-editorial .tklv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.tklv-editorial .tklv-icon-daily::after {
  width: 11px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(35deg);
}

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

.tklv-editorial .tklv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tklv-editorial .tklv-step-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.12));
}

.tklv-editorial .tklv-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.12);
}

.tklv-editorial .tklv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #111827, #fe2c55 55%, #25f4ee);
  box-shadow: 0 16px 34px rgba(254, 44, 85, 0.22);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.tklv-editorial .tklv-step-content {
  position: relative;
  z-index: 1;
}

.tklv-editorial .tklv-card-use {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.12), transparent 34%);
}

.tklv-editorial .tklv-dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe2c55, #25f4ee);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.10);
  margin-bottom: 18px;
}

.tklv-editorial .tklv-benefit-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 20% 0%, rgba(254, 44, 85, 0.10), transparent 38%);
}

.tklv-editorial .tklv-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #263243;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.tklv-editorial [data-tklv-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.tklv-editorial .tklv-is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

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

  .tklv-editorial .tklv-heading h2 {
    font-size: 27px;
  }

  .tklv-editorial .tklv-heading p {
    font-size: 14.5px;
  }

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

  .tklv-editorial .tklv-card,
  .tklv-editorial .tklv-benefit-card {
    padding: 22px;
    border-radius: 20px;
  }

  .tklv-editorial .tklv-card h3,
  .tklv-editorial .tklv-benefit-card h3,
  .tklv-editorial .tklv-step-content h3 {
    font-size: 18px;
  }

  .tklv-editorial .tklv-card p,
  .tklv-editorial .tklv-benefit-card p,
  .tklv-editorial .tklv-step-content p {
    font-size: 14px;
  }

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

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

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

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

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

  .tklv-editorial .tklv-heading h2 {
    font-size: 30px;
  }

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

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

  .tklv-editorial .tklv-card,
  .tklv-editorial .tklv-benefit-card {
    padding: 24px;
    border-radius: 21px;
  }

  .tklv-editorial .tklv-card h3,
  .tklv-editorial .tklv-benefit-card h3,
  .tklv-editorial .tklv-step-content h3 {
    font-size: 19px;
  }

  .tklv-editorial .tklv-card p,
  .tklv-editorial .tklv-benefit-card p,
  .tklv-editorial .tklv-step-content p {
    font-size: 14.5px;
  }

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

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

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

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

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

  .tklv-editorial .tklv-heading h2 {
    font-size: 34px;
  }

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

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

  .tklv-editorial .tklv-card,
  .tklv-editorial .tklv-benefit-card {
    padding: 26px;
  }

  .tklv-editorial .tklv-card h3,
  .tklv-editorial .tklv-benefit-card h3,
  .tklv-editorial .tklv-step-content h3 {
    font-size: 20px;
  }

  .tklv-editorial .tklv-card p,
  .tklv-editorial .tklv-benefit-card p,
  .tklv-editorial .tklv-step-content p {
    font-size: 15px;
  }

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

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

  .tklv-editorial .tklv-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

  .tklv-editorial .tklv-card,
  .tklv-editorial .tklv-benefit-card {
    padding: 28px;
  }

  .tklv-editorial .tklv-card h3,
  .tklv-editorial .tklv-benefit-card h3,
  .tklv-editorial .tklv-step-content h3 {
    font-size: 21px;
  }

  .tklv-editorial .tklv-card p,
  .tklv-editorial .tklv-benefit-card p,
  .tklv-editorial .tklv-step-content p {
    font-size: 15.5px;
  }

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

  .tklv-editorial .tklv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .tklv-editorial .tklv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }
}

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

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

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

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

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

  .tklv-editorial .tklv-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .tklv-editorial .tklv-card,
  .tklv-editorial .tklv-benefit-card {
    padding: 30px;
  }

  .tklv-editorial .tklv-card h3,
  .tklv-editorial .tklv-benefit-card h3,
  .tklv-editorial .tklv-step-content h3 {
    font-size: 22px;
  }

  .tklv-editorial .tklv-card p,
  .tklv-editorial .tklv-benefit-card p,
  .tklv-editorial .tklv-step-content p {
    font-size: 15.5px;
  }

  .tklv-editorial .tklv-steps {
    gap: 24px;
    margin-top: 46px;
  }

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

  .tklv-editorial .tklv-step-number {
    width: 78px;
    height: 78px;
    font-size: 22px;
  }
}