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

.ypvv-premium-section,
.ypvv-premium-section * {
  box-sizing: border-box;
}

.ypvv-premium-section {
  --ypvv-ink: #19151f;
  --ypvv-muted: #665f70;
  --ypvv-line: rgba(132, 78, 63, 0.16);
  --ypvv-red: #ff3d45;
  --ypvv-rose: #d83f72;
  --ypvv-amber: #f39b39;
  --ypvv-bg-warm: #fff7f2;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ypvv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ypvv-premium-section .ypvv-block {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

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

.ypvv-premium-section .ypvv-block-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 61, 69, 0.09), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(243, 155, 57, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f2 0%, #fffaf7 100%);
}

.ypvv-premium-section .ypvv-container {
  width: min(1240px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 86px 0;
}

.ypvv-premium-section .ypvv-heading-wrap {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.ypvv-premium-section .ypvv-heading-wrap h2 span {
  background: linear-gradient(135deg, var(--ypvv-red), var(--ypvv-rose) 48%, var(--ypvv-amber));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ypvv-premium-section .ypvv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--ypvv-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ypvv-premium-section .ypvv-card {
  --fg-mx: 50%;
  --fg-my: 18%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ypvv-accent: #ff3d45;
  --ypvv-accent-2: #ff8a4b;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--ypvv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ypvv-accent) 18%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 246, 0.9));
  box-shadow: 0 14px 38px rgba(50, 30, 24, 0.08);
  overflow: hidden;
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.ypvv-premium-section .ypvv-card:nth-child(2) { --ypvv-accent: #d83f72; --ypvv-accent-2: #ffb057; }
.ypvv-premium-section .ypvv-card:nth-child(3) { --ypvv-accent: #f05d3b; --ypvv-accent-2: #ffd166; }
.ypvv-premium-section .ypvv-card:nth-child(4) { --ypvv-accent: #b84cc8; --ypvv-accent-2: #ff6b6b; }
.ypvv-premium-section .ypvv-card:nth-child(5) { --ypvv-accent: #0e9f8a; --ypvv-accent-2: #f39b39; }
.ypvv-premium-section .ypvv-card:nth-child(6) { --ypvv-accent: #3d78ff; --ypvv-accent-2: #ff6a88; }
.ypvv-premium-section .ypvv-card:nth-child(7) { --ypvv-accent: #9b5de5; --ypvv-accent-2: #f15bb5; }
.ypvv-premium-section .ypvv-card:nth-child(8) { --ypvv-accent: #ef476f; --ypvv-accent-2: #06d6a0; }

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

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

.ypvv-premium-section .ypvv-card:hover {
  border-color: color-mix(in srgb, var(--ypvv-accent) 42%, transparent);
  box-shadow: 0 24px 56px rgba(64, 29, 23, 0.16);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ypvv-premium-section .ypvv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--ypvv-accent);
  background: color-mix(in srgb, var(--ypvv-accent) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ypvv-accent) 17%, transparent);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

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

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

.ypvv-premium-section .ypvv-card h3 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: var(--ypvv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ypvv-premium-section .ypvv-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ypvv-accent), var(--ypvv-accent-2));
  transition: width 0.35s ease;
}

.ypvv-premium-section .ypvv-card:hover h3::after {
  width: 78px;
}

.ypvv-premium-section .ypvv-card p {
  margin: 0;
  color: var(--ypvv-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ypvv-premium-section .ypvv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ypvv-accent);
  font-size: 0.9rem;
  font-weight: 740;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ypvv-premium-section .ypvv-tilt:hover {
  transform: perspective(900px) translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ypvv-premium-section .ypvv-process {
  min-height: 270px;
}

.ypvv-premium-section .ypvv-process::after {
  content: attr(data-step);
  position: absolute;
  right: 16px;
  top: 2px;
  z-index: -1;
  color: color-mix(in srgb, var(--ypvv-accent) 13%, transparent);
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}

.ypvv-premium-section .ypvv-process:hover::after {
  opacity: 0.82;
  transform: translateY(6px) scale(1.04);
}

.ypvv-premium-section .ypvv-step-text {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--ypvv-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .ypvv-premium-section .ypvv-container {
    width: min(1240px, calc(100% - 56px));
    padding: 92px 0;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ypvv-premium-section .ypvv-container {
    width: min(1060px, calc(100% - 44px));
    padding: 78px 0;
  }

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

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

  .ypvv-premium-section .ypvv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ypvv-premium-section .ypvv-container {
    width: min(860px, calc(100% - 36px));
    padding: 66px 0;
  }

  .ypvv-premium-section .ypvv-heading-wrap {
    margin-bottom: 30px;
  }

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

  .ypvv-premium-section .ypvv-card {
    padding: 24px;
  }

  .ypvv-premium-section .ypvv-card h3 {
    font-size: 1.02rem;
  }

  .ypvv-premium-section .ypvv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ypvv-premium-section .ypvv-container {
    width: calc(100% - 28px);
    padding: 52px 0;
  }

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

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

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

  .ypvv-premium-section .ypvv-card {
    min-height: auto;
    padding: 22px;
  }

  .ypvv-premium-section .ypvv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ypvv-premium-section .ypvv-container {
    width: calc(100% - 24px);
    padding: 44px 0;
  }

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

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

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

  .ypvv-premium-section .ypvv-card {
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }

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

  .ypvv-premium-section .ypvv-card h3 {
    font-size: 0.98rem;
  }

  .ypvv-premium-section .ypvv-card p {
    font-size: 0.89rem;
  }

  .ypvv-premium-section .ypvv-process::after {
    font-size: 4.9rem;
  }

  .ypvv-premium-section .ypvv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ypvv-premium-section .ypvv-container {
    width: calc(100% - 18px);
    padding: 38px 0;
  }

  .ypvv-premium-section .ypvv-heading-wrap {
    margin-bottom: 18px;
  }

  .ypvv-premium-section .ypvv-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.52;
  }

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

  .ypvv-premium-section .ypvv-card {
    min-height: auto;
    padding: 16px;
    border-radius: 16px;
  }

  .ypvv-premium-section .ypvv-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .ypvv-premium-section .ypvv-icon i {
    font-size: 1rem;
  }

  .ypvv-premium-section .ypvv-card h3 {
    font-size: 0.94rem;
  }

  .ypvv-premium-section .ypvv-card p,
  .ypvv-premium-section .ypvv-cta {
    font-size: 0.84rem;
  }

  .ypvv-premium-section .ypvv-process::after {
    right: 10px;
    font-size: 4.1rem;
  }

  .ypvv-premium-section .ypvv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 319px) {
  .ypvv-premium-section .ypvv-container {
    width: calc(100% - 16px);
    padding: 34px 0;
  }

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

  .ypvv-premium-section .ypvv-card {
    min-height: auto;
    padding: 15px;
  }
}

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

  .ypvv-premium-section .ypvv-card,
  .ypvv-premium-section .ypvv-card.ypvv-visible,
  .ypvv-premium-section .ypvv-card:hover,
  .ypvv-premium-section .ypvv-tilt:hover {
    transform: none !important;
  }
}