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

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

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

.ttvv-editorial-block .ttvv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

.ttvv-editorial-block .ttvv-section-warm {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 73, 125, 0.08), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(25, 210, 221, 0.1), transparent 30%),
    linear-gradient(180deg, #fff8f5 0%, #fff 100%);
}

.ttvv-editorial-block .ttvv-container {
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 24px;
}

.ttvv-editorial-block .ttvv-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.ttvv-editorial-block .ttvv-section-head h2 {
  margin: 0;
  color: #21191f;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttvv-editorial-block .ttvv-section-head h2 span {
  background: linear-gradient(135deg, #ff2f6d 0%, #7a4cff 45%, #05c7d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ttvv-editorial-block .ttvv-section-head p {
  margin: 14px auto 0;
  color: #655f66;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ttvv-editorial-block .ttvv-card {
  --ttvv-a: #ff3d72;
  --ttvv-b: #17c9d6;
  --fg-mx: 50%;
  --fg-my: 0%;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(36, 31, 34, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ttvv-a) 18%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 252, 0.9));
  box-shadow: 0 16px 45px rgba(40, 32, 38, 0.08);
  transform: translateY(0);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.ttvv-editorial-block .ttvv-benefit-grid .ttvv-card:hover {
  transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-7px);
}

.ttvv-editorial-block .ttvv-card:hover {
  border-color: color-mix(in srgb, var(--ttvv-a) 38%, rgba(36, 31, 34, 0.14));
  box-shadow: 0 24px 70px rgba(40, 32, 38, 0.14);
  transform: translateY(-7px);
}

.ttvv-editorial-block .ttvv-card:nth-child(1) { --ttvv-a: #ff2f6d; --ttvv-b: #08c7d8; }
.ttvv-editorial-block .ttvv-card:nth-child(2) { --ttvv-a: #7a4cff; --ttvv-b: #ff9d4d; }
.ttvv-editorial-block .ttvv-card:nth-child(3) { --ttvv-a: #08b8a8; --ttvv-b: #ff4f87; }
.ttvv-editorial-block .ttvv-card:nth-child(4) { --ttvv-a: #ff7a3d; --ttvv-b: #6a5cff; }
.ttvv-editorial-block .ttvv-card:nth-child(5) { --ttvv-a: #1aa8ff; --ttvv-b: #ff4f6f; }
.ttvv-editorial-block .ttvv-card:nth-child(6) { --ttvv-a: #b653ff; --ttvv-b: #00c6a8; }
.ttvv-editorial-block .ttvv-card:nth-child(7) { --ttvv-a: #ef476f; --ttvv-b: #ffd166; }
.ttvv-editorial-block .ttvv-card:nth-child(8) { --ttvv-a: #00b4d8; --ttvv-b: #8a5cf6; }

.ttvv-editorial-block .ttvv-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--ttvv-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--ttvv-a) 12%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ttvv-a) 12%, transparent);
  font-size: 1.28rem;
  line-height: 1;
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

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

.ttvv-editorial-block .ttvv-card h3 {
  position: relative;
  margin: 0 0 12px;
  color: #241f22;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.ttvv-editorial-block .ttvv-card p {
  margin: 0;
  color: #69636a;
  font-size: 0.94rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttvv-editorial-block .ttvv-card .ttvv-card-cta {
  margin-top: 18px;
  color: var(--ttvv-a);
  font-weight: 750;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

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

.ttvv-editorial-block .ttvv-step-card {
  padding-top: 34px;
}

.ttvv-editorial-block .ttvv-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: 42%;
  color: color-mix(in srgb, var(--ttvv-a) 16%, transparent);
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.ttvv-editorial-block .ttvv-step-card:hover .ttvv-step-number {
  color: color-mix(in srgb, var(--ttvv-a) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.ttvv-editorial-block .ttvv-step-card h3,
.ttvv-editorial-block .ttvv-step-card p {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .ttvv-editorial-block .ttvv-container {
    width: min(1240px, 100%);
    padding: 82px 28px;
  }

  .ttvv-editorial-block .ttvv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ttvv-editorial-block .ttvv-container {
    width: min(1060px, 100%);
    padding: 70px 24px;
  }

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

  .ttvv-editorial-block .ttvv-card {
    padding: 24px;
  }

  .ttvv-editorial-block .ttvv-section-head p {
    font-size: 0.98rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttvv-editorial-block .ttvv-container {
    padding: 58px 20px;
  }

  .ttvv-editorial-block .ttvv-section-head {
    margin-bottom: 30px;
  }

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

  .ttvv-editorial-block .ttvv-card {
    padding: 22px;
    min-height: 230px;
  }

  .ttvv-editorial-block .ttvv-card h3 {
    font-size: 1.02rem;
  }

  .ttvv-editorial-block .ttvv-card p {
    font-size: 0.91rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttvv-editorial-block .ttvv-container {
    padding: 46px 16px;
  }

  .ttvv-editorial-block .ttvv-section-head {
    margin-bottom: 24px;
  }

  .ttvv-editorial-block .ttvv-section-head p {
    font-size: 0.92rem;
  }

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

  .ttvv-editorial-block .ttvv-card {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 22px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttvv-editorial-block .ttvv-container {
    padding: 40px 14px;
  }

  .ttvv-editorial-block .ttvv-section-head {
    margin-bottom: 22px;
  }

  .ttvv-editorial-block .ttvv-section-head p {
    font-size: 0.9rem;
    line-height: 1.62;
  }

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

  .ttvv-editorial-block .ttvv-card {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 20px;
    border-radius: 16px;
  }

  .ttvv-editorial-block .ttvv-icon {
    width: 46px;
    height: 46px;
    font-size: 1.08rem;
    border-radius: 14px;
  }

  .ttvv-editorial-block .ttvv-step-number {
    font-size: 3rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttvv-editorial-block .ttvv-container {
    padding: 34px 12px;
  }

  .ttvv-editorial-block .ttvv-section-head {
    margin-bottom: 20px;
  }

  .ttvv-editorial-block .ttvv-section-head p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

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

  .ttvv-editorial-block .ttvv-card {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 18px;
    border-radius: 15px;
  }

  .ttvv-editorial-block .ttvv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    font-size: 1rem;
    border-radius: 13px;
  }

  .ttvv-editorial-block .ttvv-card h3 {
    font-size: 0.98rem;
  }

  .ttvv-editorial-block .ttvv-card p {
    font-size: 0.86rem;
  }

  .ttvv-editorial-block .ttvv-step-number {
    top: 14px;
    right: 16px;
    font-size: 2.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttvv-editorial-block .ttvv-card,
  .ttvv-editorial-block .ttvv-icon,
  .ttvv-editorial-block .ttvv-card h3::after,
  .ttvv-editorial-block .ttvv-card .ttvv-card-cta,
  .ttvv-editorial-block .ttvv-step-number {
    transition: none;
  }

  .ttvv-editorial-block .ttvv-card:hover,
  .ttvv-editorial-block .ttvv-benefit-grid .ttvv-card:hover,
  .ttvv-editorial-block .ttvv-card:hover .ttvv-icon,
  .ttvv-editorial-block .ttvv-step-card:hover .ttvv-step-number {
    transform: none;
  }
}