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

.ytpv-premium-wrap,
.ytpv-premium-wrap * {
  box-sizing: border-box;
}

.ytpv-premium-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #231f20;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

.ytpv-premium-wrap .ytpv-premium-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

.ytpv-premium-wrap .ytpv-premium-section-white {
  background: #fff;
}

.ytpv-premium-wrap .ytpv-premium-section-warm {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 71, 87, 0.12), transparent 31%),
    radial-gradient(circle at 88% 12%, rgba(255, 177, 66, 0.18), transparent 32%),
    linear-gradient(180deg, #fff8f4 0%, #fff2ec 100%);
}

.ytpv-premium-wrap .ytpv-premium-container {
  width: min(1240px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.ytpv-premium-wrap .ytpv-premium-heading {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}

.ytpv-premium-wrap .ytpv-premium-heading h2 {
  margin: 0;
  color: #201719;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytpv-premium-wrap .ytpv-premium-heading h2 span {
  display: inline;
  background: linear-gradient(135deg, #ff1f4d 0%, #ff6b2f 48%, #ffb142 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.ytpv-premium-wrap .ytpv-premium-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
}

.ytpv-premium-wrap .ytpv-premium-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytpv-hue-a: #ff3158;
  --ytpv-hue-b: #ff8a3d;
  --ytpv-soft: rgba(255, 49, 88, 0.11);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(55, 31, 35, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 246, 0.9));
  box-shadow: 0 18px 48px rgba(76, 37, 32, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  isolation: isolate;
  transition: transform 280ms ease, opacity 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ytpv-premium-wrap .ytpv-premium-card:nth-child(2) { --ytpv-hue-a: #ff6b2f; --ytpv-hue-b: #ffbf4d; --ytpv-soft: rgba(255, 107, 47, 0.12); }
.ytpv-premium-wrap .ytpv-premium-card:nth-child(3) { --ytpv-hue-a: #ef476f; --ytpv-hue-b: #ff9f1c; --ytpv-soft: rgba(239, 71, 111, 0.12); }
.ytpv-premium-wrap .ytpv-premium-card:nth-child(4) { --ytpv-hue-a: #d72638; --ytpv-hue-b: #ff7a45; --ytpv-soft: rgba(215, 38, 56, 0.11); }
.ytpv-premium-wrap .ytpv-premium-card:nth-child(5) { --ytpv-hue-a: #ff4d6d; --ytpv-hue-b: #ffd166; --ytpv-soft: rgba(255, 77, 109, 0.12); }
.ytpv-premium-wrap .ytpv-premium-card:nth-child(6) { --ytpv-hue-a: #e5383b; --ytpv-hue-b: #f77f00; --ytpv-soft: rgba(229, 56, 59, 0.12); }
.ytpv-premium-wrap .ytpv-premium-card:nth-child(7) { --ytpv-hue-a: #fb5607; --ytpv-hue-b: #ffbe0b; --ytpv-soft: rgba(251, 86, 7, 0.12); }
.ytpv-premium-wrap .ytpv-premium-card:nth-child(8) { --ytpv-hue-a: #ff006e; --ytpv-hue-b: #ffb703; --ytpv-soft: rgba(255, 0, 110, 0.1); }

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

.ytpv-premium-wrap .ytpv-premium-card:hover {
  border-color: color-mix(in srgb, var(--ytpv-hue-a) 32%, transparent);
  box-shadow: 0 28px 70px rgba(94, 41, 33, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ytpv-premium-wrap .ytpv-premium-grid-why .ytpv-premium-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px) scale(1.01);
}

.ytpv-premium-wrap .ytpv-premium-shine {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--ytpv-soft), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.ytpv-premium-wrap .ytpv-premium-icon {
  display: grid;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 16px;
  color: var(--ytpv-hue-a);
  background: linear-gradient(145deg, #fff, var(--ytpv-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 12px 26px rgba(110, 41, 35, 0.11);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}

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

.ytpv-premium-wrap .ytpv-premium-card:hover .ytpv-premium-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--ytpv-hue-a), var(--ytpv-hue-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
}

.ytpv-premium-wrap .ytpv-premium-card h3 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #251a1c;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytpv-premium-wrap .ytpv-premium-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ytpv-hue-a), var(--ytpv-hue-b));
  transition: width 280ms ease;
}

.ytpv-premium-wrap .ytpv-premium-card:hover h3::after {
  width: 76px;
}

.ytpv-premium-wrap .ytpv-premium-card p {
  margin: 0;
  color: #675b5d;
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ytpv-premium-wrap .ytpv-premium-cta {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytpv-hue-a);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ytpv-premium-wrap .ytpv-premium-process::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: rgba(255, 74, 74, 0.08);
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 280ms ease, color 280ms ease;
}

.ytpv-premium-wrap .ytpv-premium-process:hover::before {
  color: rgba(255, 74, 74, 0.13);
  transform: translateY(-3px) scale(1.04);
}

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

@media (min-width: 1200px) {
  .ytpv-premium-wrap .ytpv-premium-section {
    padding: 88px 0;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ytpv-premium-wrap .ytpv-premium-section {
    padding: 76px 0;
  }

  .ytpv-premium-wrap .ytpv-premium-container {
    width: min(1080px, calc(100% - 40px));
  }

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

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

  .ytpv-premium-wrap .ytpv-premium-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytpv-premium-wrap .ytpv-premium-section {
    padding: 64px 0;
  }

  .ytpv-premium-wrap .ytpv-premium-container {
    width: min(900px, calc(100% - 34px));
  }

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

  .ytpv-premium-wrap .ytpv-premium-heading p {
    font-size: 0.98rem;
  }

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

  .ytpv-premium-wrap .ytpv-premium-card {
    padding: 24px;
    min-height: 230px;
  }

  .ytpv-premium-wrap .ytpv-premium-card h3 {
    font-size: 1.02rem;
  }

  .ytpv-premium-wrap .ytpv-premium-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytpv-premium-wrap .ytpv-premium-section {
    padding: 52px 0;
  }

  .ytpv-premium-wrap .ytpv-premium-container {
    width: calc(100% - 28px);
  }

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

  .ytpv-premium-wrap .ytpv-premium-heading p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

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

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

@media (min-width: 375px) and (max-width: 429px) {
  .ytpv-premium-wrap .ytpv-premium-section {
    padding: 46px 0;
  }

  .ytpv-premium-wrap .ytpv-premium-container {
    width: calc(100% - 22px);
  }

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

  .ytpv-premium-wrap .ytpv-premium-heading p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

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

  .ytpv-premium-wrap .ytpv-premium-card {
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

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

  .ytpv-premium-wrap .ytpv-premium-card h3 {
    font-size: 1rem;
  }

  .ytpv-premium-wrap .ytpv-premium-card p {
    font-size: 0.91rem;
  }

  .ytpv-premium-wrap .ytpv-premium-process::before {
    font-size: 4.4rem;
  }
}

@media (max-width: 374px) {
  .ytpv-premium-wrap .ytpv-premium-section {
    padding: 40px 0;
  }

  .ytpv-premium-wrap .ytpv-premium-container {
    width: calc(100% - 18px);
  }

  .ytpv-premium-wrap .ytpv-premium-heading {
    margin-bottom: 20px;
  }

  .ytpv-premium-wrap .ytpv-premium-heading p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

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

  .ytpv-premium-wrap .ytpv-premium-card {
    min-width: 0;
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }

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

  .ytpv-premium-wrap .ytpv-premium-icon i {
    font-size: 1.05rem;
  }

  .ytpv-premium-wrap .ytpv-premium-card h3 {
    font-size: 0.96rem;
  }

  .ytpv-premium-wrap .ytpv-premium-card p,
  .ytpv-premium-wrap .ytpv-premium-cta {
    font-size: 0.86rem;
  }

  .ytpv-premium-wrap .ytpv-premium-process::before {
    right: 12px;
    font-size: 3.8rem;
  }
}

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

  .ytpv-premium-wrap .ytpv-premium-card,
  .ytpv-premium-wrap .ytpv-premium-card.is-visible,
  .ytpv-premium-wrap .ytpv-premium-card:hover,
  .ytpv-premium-wrap .ytpv-premium-grid-why .ytpv-premium-card:hover {
    transform: none !important;
  }
}