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

.ytvv-premium-content {
  --ytvv-ink: #211a18;
  --ytvv-muted: #6f625f;
  --ytvv-line: rgba(166, 91, 55, 0.18);
  --ytvv-red: #e62117;
  --ytvv-coral: #ff6a3d;
  --ytvv-gold: #f5a623;
  --ytvv-rose: #fff2ee;
  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-content .ytvv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 92px 20px;
}

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

.ytvv-premium-content .ytvv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 106, 61, 0.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(245, 166, 35, 0.14), transparent 30%),
    linear-gradient(180deg, #fff7f3 0%, #fffaf6 100%);
}

.ytvv-premium-content .ytvv-container {
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.ytvv-premium-content .ytvv-section-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.ytvv-premium-content .ytvv-section-head h2 span {
  background: linear-gradient(135deg, var(--ytvv-red), var(--ytvv-coral) 48%, var(--ytvv-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ytvv-premium-content .ytvv-section-head p {
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--ytvv-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ytvv-premium-content .ytvv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytvv-accent: #e62117;
  --ytvv-accent-2: #ff8a4c;
  --ytvv-soft: #fff3ef;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--ytvv-line);
  border-radius: 24px;
  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.96), rgba(255, 248, 244, 0.88));
  box-shadow: 0 18px 45px rgba(71, 38, 26, 0.08);
  transform: translateY(26px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x));
  opacity: 0;
  transition:
    opacity 680ms ease,
    transform 680ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.ytvv-premium-content .ytvv-card:nth-child(2) { --ytvv-accent: #f05a28; --ytvv-accent-2: #ffb347; --ytvv-soft: #fff4e8; }
.ytvv-premium-content .ytvv-card:nth-child(3) { --ytvv-accent: #d93663; --ytvv-accent-2: #ff8da1; --ytvv-soft: #fff0f4; }
.ytvv-premium-content .ytvv-card:nth-child(4) { --ytvv-accent: #b84a1b; --ytvv-accent-2: #f6a04d; --ytvv-soft: #fff2e6; }
.ytvv-premium-content .ytvv-card:nth-child(5) { --ytvv-accent: #cf2f22; --ytvv-accent-2: #ff765c; --ytvv-soft: #fff1ee; }
.ytvv-premium-content .ytvv-card:nth-child(6) { --ytvv-accent: #9f5f16; --ytvv-accent-2: #f2bd4a; --ytvv-soft: #fff8e8; }
.ytvv-premium-content .ytvv-card:nth-child(7) { --ytvv-accent: #c83b7a; --ytvv-accent-2: #ff9a6b; --ytvv-soft: #fff1f6; }
.ytvv-premium-content .ytvv-card:nth-child(8) { --ytvv-accent: #e05219; --ytvv-accent-2: #ffd166; --ytvv-soft: #fff5e6; }

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

.ytvv-premium-content .ytvv-card:hover {
  border-color: color-mix(in srgb, var(--ytvv-accent) 44%, #ffffff);
  box-shadow: 0 26px 70px rgba(93, 42, 28, 0.16);
  transform: translateY(-8px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x));
}

.ytvv-premium-content .ytvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.7), transparent 42%);
  opacity: 0.65;
}

.ytvv-premium-content .ytvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ytvv-accent);
  background: var(--ytvv-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ytvv-accent) 15%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

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

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

.ytvv-premium-content .ytvv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--ytvv-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-content .ytvv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ytvv-accent), var(--ytvv-accent-2));
  transition: width 260ms ease;
}

.ytvv-premium-content .ytvv-card:hover h3::after {
  width: 74px;
}

.ytvv-premium-content .ytvv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytvv-muted);
  font-size: 0.96rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

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

.ytvv-premium-content .ytvv-process-card {
  padding-top: 74px;
}

.ytvv-premium-content .ytvv-step-number {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 0;
  color: color-mix(in srgb, var(--ytvv-accent) 18%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.ytvv-premium-content .ytvv-process-card:hover .ytvv-step-number {
  color: color-mix(in srgb, var(--ytvv-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}

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

  .ytvv-premium-content .ytvv-container {
    width: min(1320px, 100%);
  }

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

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

  .ytvv-premium-content .ytvv-container {
    width: min(1080px, 100%);
  }

  .ytvv-premium-content .ytvv-section-head {
    margin-bottom: 36px;
  }

  .ytvv-premium-content .ytvv-section-head p {
    font-size: 0.99rem;
  }

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

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

  .ytvv-premium-content .ytvv-process-card {
    padding-top: 70px;
  }
}

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

  .ytvv-premium-content .ytvv-section-head {
    margin-bottom: 32px;
  }

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

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

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

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

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

  .ytvv-premium-content .ytvv-section-head {
    margin-bottom: 28px;
  }

  .ytvv-premium-content .ytvv-section-head p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

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

  .ytvv-premium-content .ytvv-card {
    min-height: auto;
    padding: 22px;
  }

  .ytvv-premium-content .ytvv-cta {
    white-space: normal;
  }
}

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

  .ytvv-premium-content .ytvv-section-head {
    margin-bottom: 24px;
  }

  .ytvv-premium-content .ytvv-section-head p {
    font-size: 0.9rem;
  }

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

  .ytvv-premium-content .ytvv-card {
    padding: 20px;
    border-radius: 20px;
  }

  .ytvv-premium-content .ytvv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .ytvv-premium-content .ytvv-step-number {
    font-size: 4rem;
  }
}

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

  .ytvv-premium-content .ytvv-section-head {
    margin-bottom: 22px;
  }

  .ytvv-premium-content .ytvv-section-head p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

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

  .ytvv-premium-content .ytvv-card {
    padding: 18px;
    border-radius: 18px;
  }

  .ytvv-premium-content .ytvv-card h3 {
    font-size: 0.98rem;
  }

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

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

  .ytvv-premium-content .ytvv-process-card {
    padding-top: 64px;
  }

  .ytvv-premium-content .ytvv-step-number {
    top: 12px;
    right: 14px;
    font-size: 3.45rem;
  }
}

@media (max-width: 319px) {
  .ytvv-premium-content .ytvv-grid {
    grid-template-columns: 1fr !important;
  }
}

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

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