@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");

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

.ytvv-premium-editorial {
  --ytvv-ink: #1f1720;
  --ytvv-muted: #665b63;
  --ytvv-soft: #fff4ee;
  --ytvv-line: rgba(135, 73, 50, 0.16);
  --ytvv-grad: linear-gradient(135deg, #ff3d46 0%, #f0642f 48%, #b54aff 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ytvv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ytvv-premium-editorial .ytvv-section,
.ytvv-premium-editorial .ytvv-container,
.ytvv-premium-editorial .ytvv-grid {
  width: 100%;
  max-width: 100%;
}

.ytvv-premium-editorial .ytvv-section {
  position: relative;
  overflow: hidden;
}

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

.ytvv-premium-editorial .ytvv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 61, 70, 0.08), transparent 34%),
    radial-gradient(circle at 88% 30%, rgba(181, 74, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #fff7f2 0%, #fffaf6 100%);
}

.ytvv-premium-editorial .ytvv-container {
  margin: 0 auto;
}

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

.ytvv-premium-editorial h2 {
  margin: 0;
  color: var(--ytvv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-editorial h2 span {
  display: inline;
  color: transparent;
  background: var(--ytvv-grad);
  -webkit-background-clip: text;
  background-clip: text;
}

.ytvv-premium-editorial .ytvv-heading-wrap p {
  margin: 14px auto 0;
  color: var(--ytvv-muted);
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-editorial .ytvv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ytvv-premium-editorial .ytvv-card {
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytvv-accent: #ff3d46;
  --ytvv-accent-2: #f0642f;
  --ytvv-card-bg: #fff;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--ytvv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ytvv-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.9));
  box-shadow: 0 16px 45px rgba(64, 38, 28, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-editorial .ytvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ytvv-accent) 12%, transparent), transparent 42%);
  opacity: 0.42;
  pointer-events: none;
}

.ytvv-premium-editorial .ytvv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ytvv-accent), var(--ytvv-accent-2));
  opacity: 0.62;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.ytvv-premium-editorial .ytvv-card.ytvv-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.ytvv-premium-editorial .ytvv-card:hover {
  border-color: color-mix(in srgb, var(--ytvv-accent) 42%, rgba(255, 255, 255, 0.4));
  box-shadow: 0 22px 58px rgba(64, 38, 28, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.ytvv-premium-editorial .ytvv-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.ytvv-premium-editorial .ytvv-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--ytvv-accent);
  background: color-mix(in srgb, var(--ytvv-accent) 11%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ytvv-accent) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.ytvv-premium-editorial .ytvv-icon i {
  font-size: 1.18rem;
  line-height: 1;
}

.ytvv-premium-editorial .ytvv-card:hover .ytvv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--ytvv-accent), var(--ytvv-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}

.ytvv-premium-editorial h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: var(--ytvv-ink);
  font-size: 1.05rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--ytvv-accent) 70%, #111), color-mix(in srgb, var(--ytvv-accent-2) 70%, #111));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.28s ease;
}

.ytvv-premium-editorial .ytvv-card:hover h3 {
  background-size: 100% 2px;
}

.ytvv-premium-editorial .ytvv-card p {
  margin: 14px 0 0;
  color: var(--ytvv-muted);
  font-size: 0.94rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-editorial .ytvv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--ytvv-accent) 82%, #111);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ytvv-premium-editorial .ytvv-tilt {
  transform-style: preserve-3d;
}

.ytvv-premium-editorial .ytvv-process {
  padding-top: 24px;
}

.ytvv-premium-editorial .ytvv-process::before {
  content: attr(data-step);
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--ytvv-accent) 12%, transparent);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
}

.ytvv-premium-editorial .ytvv-process:hover::before {
  color: color-mix(in srgb, var(--ytvv-accent) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.ytvv-premium-editorial .ytvv-step-text {
  margin-bottom: 16px;
  color: color-mix(in srgb, var(--ytvv-accent) 82%, #333);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-editorial .ytvv-card:nth-child(8n + 1) { --ytvv-accent: #ff3d46; --ytvv-accent-2: #ff8a3d; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 2) { --ytvv-accent: #b54aff; --ytvv-accent-2: #ff5fa2; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 3) { --ytvv-accent: #0ea5a0; --ytvv-accent-2: #38bdf8; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 4) { --ytvv-accent: #f59e0b; --ytvv-accent-2: #ef4444; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 5) { --ytvv-accent: #2563eb; --ytvv-accent-2: #8b5cf6; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 6) { --ytvv-accent: #16a34a; --ytvv-accent-2: #84cc16; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 7) { --ytvv-accent: #db2777; --ytvv-accent-2: #fb7185; }
.ytvv-premium-editorial .ytvv-card:nth-child(8n + 8) { --ytvv-accent: #7c3aed; --ytvv-accent-2: #06b6d4; }

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

  .ytvv-premium-editorial .ytvv-container {
    max-width: 1220px;
  }

  .ytvv-premium-editorial .ytvv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }
}

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

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

  .ytvv-premium-editorial .ytvv-heading-wrap p {
    font-size: 0.97rem;
  }

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

  .ytvv-premium-editorial .ytvv-card {
    padding: 24px;
  }
}

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

  .ytvv-premium-editorial .ytvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }

  .ytvv-premium-editorial .ytvv-card {
    min-height: 218px;
    padding: 22px;
  }

  .ytvv-premium-editorial h3 {
    font-size: 1rem;
  }

  .ytvv-premium-editorial .ytvv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytvv-premium-editorial {
    overflow-x: hidden;
  }

  .ytvv-premium-editorial .ytvv-section {
    padding: 54px 16px;
  }

  .ytvv-premium-editorial .ytvv-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 30px;
  }

  .ytvv-premium-editorial .ytvv-heading-wrap p {
    font-size: 0.94rem;
  }

  .ytvv-premium-editorial .ytvv-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .ytvv-premium-editorial .ytvv-cta {
    opacity: 1;
    transform: none;
  }
}

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

  .ytvv-premium-editorial .ytvv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 26px;
  }

  .ytvv-premium-editorial .ytvv-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.62;
  }

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

  .ytvv-premium-editorial .ytvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 18px;
  }

  .ytvv-premium-editorial .ytvv-card p {
    font-size: 0.9rem;
  }

  .ytvv-premium-editorial .ytvv-process::before {
    font-size: 3.7rem;
  }

  .ytvv-premium-editorial .ytvv-cta {
    opacity: 1;
    transform: none;
  }
}

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

  .ytvv-premium-editorial .ytvv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 24px;
  }

  .ytvv-premium-editorial .ytvv-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

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

  .ytvv-premium-editorial .ytvv-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
  }

  .ytvv-premium-editorial .ytvv-icon i {
    font-size: 1rem;
  }

  .ytvv-premium-editorial h3 {
    font-size: 0.96rem;
  }

  .ytvv-premium-editorial .ytvv-card p,
  .ytvv-premium-editorial .ytvv-cta {
    font-size: 0.86rem;
  }

  .ytvv-premium-editorial .ytvv-process::before {
    top: 12px;
    right: 12px;
    font-size: 3.25rem;
  }

  .ytvv-premium-editorial .ytvv-step-text {
    font-size: 0.74rem;
  }

  .ytvv-premium-editorial .ytvv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 319px) {
  .ytvv-premium-editorial .ytvv-section {
    padding: 36px 10px;
  }

  .ytvv-premium-editorial .ytvv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-top: 22px;
  }

  .ytvv-premium-editorial .ytvv-card {
    min-height: auto;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ytvv-premium-editorial .ytvv-card,
  .ytvv-premium-editorial .ytvv-card::after,
  .ytvv-premium-editorial .ytvv-icon,
  .ytvv-premium-editorial .ytvv-cta,
  .ytvv-premium-editorial .ytvv-process::before,
  .ytvv-premium-editorial h3 {
    transition: none !important;
    animation: none !important;
  }

  .ytvv-premium-editorial .ytvv-card,
  .ytvv-premium-editorial .ytvv-card.ytvv-visible,
  .ytvv-premium-editorial .ytvv-card:hover {
    transform: none !important;
  }

  .ytvv-premium-editorial .ytvv-card {
    opacity: 1;
  }
}