@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-block,
.ytvv-premium-block * {
  box-sizing: border-box;
}

.ytvv-premium-block {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #211f1d;
  background: #fff;
}

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

.ytvv-premium-block .ytvv-premium-section {
  position: relative;
  overflow: hidden;
  padding: 92px 18px;
}

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

.ytvv-premium-block .ytvv-premium-section-warm {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 89, 86, 0.13), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(245, 166, 35, 0.14), transparent 31%),
    linear-gradient(180deg, #fff7ef 0%, #fffdf9 100%);
}

.ytvv-premium-block .ytvv-premium-container {
  margin: 0 auto;
  max-width: 1280px;
}

.ytvv-premium-block .ytvv-premium-heading-wrap {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.ytvv-premium-block h2 {
  margin: 0;
  color: #241f1d;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-block h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, #ff2d35 0%, #ff7a18 46%, #a837ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ytvv-premium-block .ytvv-premium-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #665d58;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ytvv-premium-block .ytvv-premium-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytvv-a: #ff3d41;
  --ytvv-b: #ff8a24;
  --ytvv-soft: rgba(255, 61, 65, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(70, 47, 36, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.86));
  box-shadow: 0 16px 44px rgba(90, 56, 32, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-block .ytvv-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ytvv-a) 16%, transparent), transparent 38%),
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--ytvv-b) 18%, transparent), transparent 32%);
  opacity: 0.72;
  transition: opacity 0.35s ease;
}

.ytvv-premium-block .ytvv-premium-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ytvv-a), var(--ytvv-b));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.62;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

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

.ytvv-premium-block .ytvv-premium-card:hover {
  border-color: color-mix(in srgb, var(--ytvv-a) 42%, rgba(70, 47, 36, 0.15));
  box-shadow: 0 24px 64px rgba(90, 56, 32, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ytvv-premium-block .ytvv-premium-card:hover::before {
  opacity: 1;
}

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

.ytvv-premium-block .ytvv-premium-card:nth-child(2) { --ytvv-a: #e63b75; --ytvv-b: #ff9d45; --ytvv-soft: rgba(230, 59, 117, 0.1); }
.ytvv-premium-block .ytvv-premium-card:nth-child(3) { --ytvv-a: #7c4dff; --ytvv-b: #ff4f81; --ytvv-soft: rgba(124, 77, 255, 0.1); }
.ytvv-premium-block .ytvv-premium-card:nth-child(4) { --ytvv-a: #0e9f8f; --ytvv-b: #f7b733; --ytvv-soft: rgba(14, 159, 143, 0.1); }
.ytvv-premium-block .ytvv-premium-card:nth-child(5) { --ytvv-a: #ff5a3d; --ytvv-b: #c241ff; --ytvv-soft: rgba(255, 90, 61, 0.1); }
.ytvv-premium-block .ytvv-premium-card:nth-child(6) { --ytvv-a: #2563eb; --ytvv-b: #ff6a3d; --ytvv-soft: rgba(37, 99, 235, 0.1); }
.ytvv-premium-block .ytvv-premium-card:nth-child(7) { --ytvv-a: #db2777; --ytvv-b: #f59e0b; --ytvv-soft: rgba(219, 39, 119, 0.1); }
.ytvv-premium-block .ytvv-premium-card:nth-child(8) { --ytvv-a: #16a34a; --ytvv-b: #ef4444; --ytvv-soft: rgba(22, 163, 74, 0.1); }

.ytvv-premium-block .ytvv-premium-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--ytvv-a);
  background: linear-gradient(145deg, #fff, var(--ytvv-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 28px rgba(43, 28, 20, 0.08);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

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

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

.ytvv-premium-block h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #211f1d;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--ytvv-a), var(--ytvv-b));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.35s ease;
}

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

.ytvv-premium-block .ytvv-premium-card p {
  margin: 14px 0 0;
  color: #625954;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-block .ytvv-premium-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytvv-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-block .ytvv-premium-card:hover .ytvv-premium-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--ytvv-a) 74%, #231f1d);
}

.ytvv-premium-block .ytvv-premium-tilt-grid .ytvv-premium-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}

.ytvv-premium-block .ytvv-premium-process-card {
  min-height: 270px;
}

.ytvv-premium-block .ytvv-premium-process-card::before {
  opacity: 0.62;
}

.ytvv-premium-block .ytvv-premium-process-card::after {
  display: none;
}

.ytvv-premium-block .ytvv-premium-process-card[data-step] {
  padding-top: 30px;
}

.ytvv-premium-block .ytvv-premium-process-card[data-step]::marker {
  content: "";
}

.ytvv-premium-block .ytvv-premium-process-card[data-step] .ytvv-premium-step-text::after {
  content: attr(data-empty);
}

.ytvv-premium-block .ytvv-premium-process-card::selection {
  background: var(--ytvv-soft);
}

.ytvv-premium-block .ytvv-premium-process-card::before {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ytvv-a) 12%, transparent), transparent 40%),
    radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--ytvv-b) 22%, transparent), transparent 34%);
}

.ytvv-premium-block .ytvv-premium-process-card:after {
  content: attr(data-step);
  display: block;
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: -1;
  height: auto;
  inset: auto 18px auto auto;
  color: color-mix(in srgb, var(--ytvv-a) 13%, transparent);
  background: none;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.35s ease, color 0.35s ease;
  pointer-events: none;
}

.ytvv-premium-block .ytvv-premium-process-card:hover:after {
  transform: scale(1.08) translateY(-2px);
  color: color-mix(in srgb, var(--ytvv-a) 20%, transparent);
}

.ytvv-premium-block .ytvv-premium-step-text {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--ytvv-a);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-block .ytvv-premium-card :where(p, span, div) {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .ytvv-premium-block .ytvv-premium-section {
    padding: 96px 24px;
  }

  .ytvv-premium-block .ytvv-premium-container {
    max-width: 1280px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ytvv-premium-block .ytvv-premium-section {
    padding: 82px 22px;
  }

  .ytvv-premium-block .ytvv-premium-container {
    max-width: 1080px;
  }

  .ytvv-premium-block .ytvv-premium-heading-wrap p {
    font-size: 1rem;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .ytvv-premium-block .ytvv-premium-section {
    padding: 70px 18px;
  }

  .ytvv-premium-block .ytvv-premium-heading-wrap {
    margin-bottom: 34px;
  }

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

  .ytvv-premium-block .ytvv-premium-card {
    padding: 22px;
    min-height: 230px;
  }

  .ytvv-premium-block h3 {
    font-size: 1.02rem;
  }

  .ytvv-premium-block .ytvv-premium-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytvv-premium-block .ytvv-premium-section {
    padding: 58px 16px;
  }

  .ytvv-premium-block .ytvv-premium-heading-wrap {
    margin-bottom: 28px;
  }

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

  .ytvv-premium-block .ytvv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .ytvv-premium-block .ytvv-premium-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 21px;
  }

  .ytvv-premium-block .ytvv-premium-cta {
    display: inline-flex;
    width: auto;
  }
}

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

  .ytvv-premium-block .ytvv-premium-heading-wrap {
    margin-bottom: 24px;
  }

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

  .ytvv-premium-block .ytvv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .ytvv-premium-block .ytvv-premium-card {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 19px;
    border-radius: 16px;
  }

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

  .ytvv-premium-block .ytvv-premium-icon i {
    font-size: 1.08rem;
  }

  .ytvv-premium-block h3 {
    font-size: 0.99rem;
  }

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

  .ytvv-premium-block .ytvv-premium-process-card:after {
    font-size: 4.4rem;
    right: 14px;
  }
}

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

  .ytvv-premium-block .ytvv-premium-heading-wrap {
    margin-bottom: 22px;
  }

  .ytvv-premium-block .ytvv-premium-heading-wrap p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .ytvv-premium-block .ytvv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .ytvv-premium-block .ytvv-premium-card {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 17px;
    border-radius: 15px;
  }

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

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

  .ytvv-premium-block h3 {
    font-size: 0.95rem;
    line-height: 1.34;
  }

  .ytvv-premium-block .ytvv-premium-card p {
    font-size: 0.86rem;
    line-height: 1.56;
  }

  .ytvv-premium-block .ytvv-premium-cta {
    font-size: 0.84rem;
  }

  .ytvv-premium-block .ytvv-premium-process-card:after {
    font-size: 3.8rem;
    right: 12px;
    top: 10px;
  }

  .ytvv-premium-block .ytvv-premium-step-text {
    font-size: 0.7rem;
  }
}

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

  .ytvv-premium-block .ytvv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .ytvv-premium-block .ytvv-premium-card {
    min-width: 0;
    max-width: 100%;
    padding: 15px;
  }
}

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

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