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

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.tkvv-editorial,
.tkvv-editorial * {
  box-sizing: border-box;
}

.tkvv-editorial {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tkvv-editorial .tkvv-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 86px 22px;
}

.tkvv-editorial .tkvv-section-white {
  background: #fff;
}

.tkvv-editorial .tkvv-section-warm {
  background:
    radial-gradient(circle at top left, rgba(255, 82, 146, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(22, 205, 214, 0.14), transparent 34%),
    linear-gradient(180deg, #fff7f8 0%, #fffdf9 100%);
}

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

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

.tkvv-editorial h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  color: #111827;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tkvv-editorial h2 span {
  background: linear-gradient(135deg, #ff2d75 0%, #6c47ff 48%, #12c8d2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tkvv-editorial .tkvv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5f6878;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tkvv-editorial .tkvv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 22px;
}

.tkvv-editorial .tkvv-card {
  --tkvv-a: #ff2d75;
  --tkvv-b: #12c8d2;
  --tkvv-soft: rgba(255, 45, 117, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, var(--tkvv-soft), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tkvv-editorial .tkvv-card:nth-child(2) { --tkvv-a: #6c47ff; --tkvv-b: #ff7a59; --tkvv-soft: rgba(108, 71, 255, 0.1); }
.tkvv-editorial .tkvv-card:nth-child(3) { --tkvv-a: #12c8d2; --tkvv-b: #2f80ed; --tkvv-soft: rgba(18, 200, 210, 0.12); }
.tkvv-editorial .tkvv-card:nth-child(4) { --tkvv-a: #ff8a00; --tkvv-b: #ff2d75; --tkvv-soft: rgba(255, 138, 0, 0.11); }
.tkvv-editorial .tkvv-card:nth-child(5) { --tkvv-a: #00a878; --tkvv-b: #12c8d2; --tkvv-soft: rgba(0, 168, 120, 0.11); }
.tkvv-editorial .tkvv-card:nth-child(6) { --tkvv-a: #e23b6f; --tkvv-b: #6c47ff; --tkvv-soft: rgba(226, 59, 111, 0.1); }
.tkvv-editorial .tkvv-card:nth-child(7) { --tkvv-a: #2f80ed; --tkvv-b: #00a878; --tkvv-soft: rgba(47, 128, 237, 0.1); }
.tkvv-editorial .tkvv-card:nth-child(8) { --tkvv-a: #7c3aed; --tkvv-b: #ff8a00; --tkvv-soft: rgba(124, 58, 237, 0.1); }

.tkvv-editorial .tkvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--tkvv-a) 18%, transparent), transparent 40%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tkvv-editorial .tkvv-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--tkvv-a) 36%, rgba(23, 32, 51, 0.12));
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.13);
}

.tkvv-editorial .tkvv-card:hover::before {
  opacity: 1;
}

.tkvv-editorial .tkvv-tilt:hover {
  transform: translateY(-7px) rotateX(1.5deg) rotateY(-1.5deg);
}

.tkvv-editorial .tkvv-card i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--tkvv-a);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), var(--tkvv-soft));
  box-shadow: inset 0 0 0 1px rgba(23, 32, 51, 0.08), 0 12px 28px rgba(15, 23, 42, 0.08);
  font-size: 1.28rem;
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.tkvv-editorial .tkvv-card:hover i {
  color: #fff;
  background: linear-gradient(135deg, var(--tkvv-a), var(--tkvv-b));
  transform: translateY(-3px) scale(1.05);
}

.tkvv-editorial h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #151b2d;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tkvv-editorial h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--tkvv-a), var(--tkvv-b));
  transition: width 260ms ease;
}

.tkvv-editorial .tkvv-card:hover h3::after {
  width: 72px;
}

.tkvv-editorial .tkvv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5d6677;
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tkvv-editorial .tkvv-cta {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tkvv-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.68;
  transform: translateY(6px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tkvv-editorial .tkvv-card:hover .tkvv-cta {
  opacity: 1;
  transform: translateY(0);
}

.tkvv-editorial .tkvv-process {
  padding-top: 34px;
}

.tkvv-editorial .tkvv-step {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 44%;
  color: color-mix(in srgb, var(--tkvv-a) 16%, transparent);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.tkvv-editorial .tkvv-process:hover .tkvv-step {
  color: color-mix(in srgb, var(--tkvv-a) 24%, transparent);
  transform: translateY(-3px) scale(1.04);
}

@media (min-width: 1200px) {
  .tkvv-editorial .tkvv-section {
    padding: 92px 28px;
  }

  .tkvv-editorial .tkvv-container {
    max-width: 1240px;
  }

  .tkvv-editorial .tkvv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .tkvv-editorial .tkvv-section {
    padding: 78px 22px;
  }

  .tkvv-editorial .tkvv-container {
    max-width: 980px;
  }

  .tkvv-editorial .tkvv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .tkvv-editorial .tkvv-card {
    padding: 25px;
  }

  .tkvv-editorial .tkvv-heading-wrap p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tkvv-editorial .tkvv-section {
    padding: 66px 20px;
  }

  .tkvv-editorial .tkvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .tkvv-editorial .tkvv-card {
    padding: 24px;
  }

  .tkvv-editorial h3 {
    font-size: 1.03rem;
  }

  .tkvv-editorial .tkvv-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tkvv-editorial .tkvv-section {
    padding: 54px 16px;
  }

  .tkvv-editorial .tkvv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .tkvv-editorial .tkvv-heading-wrap {
    margin-bottom: 30px;
  }

  .tkvv-editorial .tkvv-heading-wrap p {
    font-size: 0.96rem;
  }

  .tkvv-editorial .tkvv-card {
    padding: 22px;
    min-height: auto;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tkvv-editorial .tkvv-section {
    padding: 48px 14px;
  }

  .tkvv-editorial .tkvv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .tkvv-editorial .tkvv-heading-wrap p {
    font-size: 0.93rem;
  }

  .tkvv-editorial .tkvv-card {
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }

  .tkvv-editorial .tkvv-card i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.12rem;
  }

  .tkvv-editorial .tkvv-step {
    font-size: 2.8rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tkvv-editorial .tkvv-section {
    padding: 42px 12px;
  }

  .tkvv-editorial .tkvv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .tkvv-editorial .tkvv-heading-wrap {
    margin-bottom: 24px;
  }

  .tkvv-editorial .tkvv-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .tkvv-editorial .tkvv-card {
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }

  .tkvv-editorial .tkvv-card i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .tkvv-editorial h3 {
    font-size: 0.98rem;
  }

  .tkvv-editorial .tkvv-card p,
  .tkvv-editorial .tkvv-cta {
    font-size: 0.88rem;
  }

  .tkvv-editorial .tkvv-step {
    top: 16px;
    right: 18px;
    font-size: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tkvv-editorial .tkvv-card,
  .tkvv-editorial .tkvv-card::before,
  .tkvv-editorial .tkvv-card i,
  .tkvv-editorial h3::after,
  .tkvv-editorial .tkvv-cta,
  .tkvv-editorial .tkvv-step {
    transition: none;
  }

  .tkvv-editorial .tkvv-card:hover,
  .tkvv-editorial .tkvv-tilt:hover {
    transform: none;
  }
}