@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-text: #241f1f;
  --ytvv-muted: #6f6464;
  --ytvv-line: rgba(196, 73, 63, 0.18);
  --ytvv-red: #e62117;
  --ytvv-coral: #ff705f;
  --ytvv-gold: #f5a947;
  --ytvv-cream: #fff7ef;
  --ytvv-shadow: 0 18px 46px rgba(56, 31, 25, 0.1);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ytvv-text);
  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: 86px 22px;
  position: relative;
}

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

.ytvv-premium-content .ytvv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 112, 95, 0.14), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(245, 169, 71, 0.16), transparent 30%),
    linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
}

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

.ytvv-premium-content .ytvv-section-head {
  width: min(760px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}

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

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

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

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

.ytvv-premium-content .ytvv-card {
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytvv-accent: #e62117;
  --ytvv-accent-2: #ff8b62;
  --ytvv-tint: rgba(230, 33, 23, 0.08);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(184, 91, 69, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 245, 0.9));
  box-shadow: 0 12px 30px rgba(54, 35, 29, 0.07);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytvv-premium-content .ytvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--ytvv-tint), transparent 58%),
    radial-gradient(circle at 88% 14%, color-mix(in srgb, var(--ytvv-accent) 16%, transparent), transparent 34%);
  opacity: 0.9;
  pointer-events: none;
}

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

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

.ytvv-premium-content .ytvv-card:hover {
  border-color: color-mix(in srgb, var(--ytvv-accent) 42%, transparent);
  box-shadow: 0 24px 62px rgba(82, 38, 28, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

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

.ytvv-premium-content .ytvv-icon-box {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 18px;
  color: var(--ytvv-accent);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), var(--ytvv-tint));
  border: 1px solid color-mix(in srgb, var(--ytvv-accent) 20%, transparent);
  box-shadow: 0 12px 26px rgba(67, 38, 31, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

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

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

.ytvv-premium-content .ytvv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #281f1f;
  font-size: 1.08rem;
  line-height: 1.34;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--ytvv-accent), var(--ytvv-accent-2));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.28s ease, color 0.28s ease;
}

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

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

.ytvv-premium-content .ytvv-card-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytvv-accent);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0.36;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.ytvv-premium-content .ytvv-tilt-card .ytvv-icon-box,
.ytvv-premium-content .ytvv-tilt-card h3,
.ytvv-premium-content .ytvv-tilt-card p {
  transform: translateZ(18px);
}

.ytvv-premium-content .ytvv-process-card {
  min-height: 270px;
  padding-top: 32px;
}

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

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

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

.ytvv-premium-content .ytvv-card:nth-child(1) { --ytvv-accent: #e62117; --ytvv-accent-2: #ff6b57; --ytvv-tint: rgba(230, 33, 23, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(2) { --ytvv-accent: #d94c1f; --ytvv-accent-2: #f5a947; --ytvv-tint: rgba(217, 76, 31, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(3) { --ytvv-accent: #c73d62; --ytvv-accent-2: #ff8a8a; --ytvv-tint: rgba(199, 61, 98, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(4) { --ytvv-accent: #b84b28; --ytvv-accent-2: #ffb15f; --ytvv-tint: rgba(184, 75, 40, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(5) { --ytvv-accent: #a83f7a; --ytvv-accent-2: #ef7bb4; --ytvv-tint: rgba(168, 63, 122, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(6) { --ytvv-accent: #d63447; --ytvv-accent-2: #ff806c; --ytvv-tint: rgba(214, 52, 71, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(7) { --ytvv-accent: #b66a17; --ytvv-accent-2: #f2bd55; --ytvv-tint: rgba(182, 106, 23, 0.08); }
.ytvv-premium-content .ytvv-card:nth-child(8) { --ytvv-accent: #cc2f2f; --ytvv-accent-2: #ff9d72; --ytvv-tint: rgba(204, 47, 47, 0.08); }

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

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

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ytvv-premium-content .ytvv-section {
    padding: 78px 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-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ytvv-premium-content .ytvv-card-cta {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

  .ytvv-premium-content .ytvv-process-card::before {
    font-size: 4.4rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytvv-premium-content .ytvv-section {
    padding: 42px 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-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

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

  .ytvv-premium-content .ytvv-card::after {
    left: 18px;
    right: 18px;
  }

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

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

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

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

  .ytvv-premium-content .ytvv-process-card::before {
    right: 12px;
    font-size: 3.8rem;
  }
}

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

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

  .ytvv-premium-content .ytvv-card {
    padding: 16px;
    min-width: 0;
  }
}

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

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