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

.ysv-premium-viewer,
.ysv-premium-viewer * {
  box-sizing: border-box;
}

.ysv-premium-viewer {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #16171d;
  background: #fff;
}

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

.ysv-premium-viewer .ysv-section-white {
  background: #fff;
}

.ysv-premium-viewer .ysv-section-warm {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 64, 92, 0.10), transparent 34%),
    linear-gradient(135deg, #fff8f4 0%, #fffdfb 46%, #f7fbff 100%);
}

.ysv-premium-viewer .ysv-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 92px 32px;
  overflow-x: hidden;
}

.ysv-premium-viewer .ysv-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ysv-premium-viewer .ysv-section-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  color: #17181f;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ysv-premium-viewer .ysv-section-head h2 span {
  background: linear-gradient(135deg, #ff003c 0%, #ff7a18 52%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ysv-premium-viewer .ysv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #626672;
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ysv-premium-viewer .ysv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ysv-accent: #ff003c;
  --ysv-accent-2: #ff7a18;
  --ysv-soft: rgba(255, 0, 60, 0.10);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 28px;
  border: 1px solid rgba(26, 28, 38, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.96), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(255,255,255,0.74)),
    linear-gradient(135deg, var(--ysv-soft), rgba(255,255,255,0));
  box-shadow: 0 16px 38px rgba(22, 23, 29, 0.07);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ysv-premium-viewer .ysv-card.is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}

.ysv-premium-viewer .ysv-card:hover {
  border-color: color-mix(in srgb, var(--ysv-accent) 44%, transparent);
  box-shadow: 0 24px 58px rgba(22, 23, 29, 0.13);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ysv-premium-viewer .ysv-card:nth-child(1) { --ysv-accent: #ff003c; --ysv-accent-2: #ff7a18; --ysv-soft: rgba(255, 0, 60, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(2) { --ysv-accent: #7c3aed; --ysv-accent-2: #22c55e; --ysv-soft: rgba(124, 58, 237, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(3) { --ysv-accent: #0284c7; --ysv-accent-2: #06b6d4; --ysv-soft: rgba(2, 132, 199, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(4) { --ysv-accent: #ea580c; --ysv-accent-2: #facc15; --ysv-soft: rgba(234, 88, 12, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(5) { --ysv-accent: #16a34a; --ysv-accent-2: #14b8a6; --ysv-soft: rgba(22, 163, 74, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(6) { --ysv-accent: #db2777; --ysv-accent-2: #f97316; --ysv-soft: rgba(219, 39, 119, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(7) { --ysv-accent: #4f46e5; --ysv-accent-2: #0ea5e9; --ysv-soft: rgba(79, 70, 229, 0.10); }
.ysv-premium-viewer .ysv-card:nth-child(8) { --ysv-accent: #be123c; --ysv-accent-2: #f59e0b; --ysv-soft: rgba(190, 18, 60, 0.10); }

.ysv-premium-viewer .ysv-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--ysv-accent);
  background: linear-gradient(135deg, var(--ysv-soft), rgba(255,255,255,0.82));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

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

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

.ysv-premium-viewer .ysv-card h3 {
  position: relative;
  margin: 22px 0 12px;
  padding-bottom: 10px;
  color: #17181f;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 790;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ysv-premium-viewer .ysv-card:hover h3::after {
  width: 78px;
}

.ysv-premium-viewer .ysv-card p {
  margin: 0;
  color: #666b76;
  font-size: 0.94rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ysv-premium-viewer .ysv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ysv-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ysv-premium-viewer .ysv-info-card:hover .ysv-cta {
  opacity: 1;
  transform: translateY(0);
}

.ysv-premium-viewer .ysv-benefit-card {
  transform-style: preserve-3d;
}

.ysv-premium-viewer .ysv-process-card {
  padding-top: 34px;
}

.ysv-premium-viewer .ysv-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(22, 23, 29, 0.055);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
  transition: color 0.28s ease, transform 0.28s ease;
}

.ysv-premium-viewer .ysv-process-card:hover .ysv-step-number {
  color: color-mix(in srgb, var(--ysv-accent) 18%, transparent);
  transform: translateY(-5px) scale(1.04);
}

@media (min-width: 1200px) {
  .ysv-premium-viewer .ysv-container {
    max-width: 1320px;
    padding: 96px 32px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ysv-premium-viewer .ysv-container {
    max-width: 1080px;
    padding: 82px 28px;
  }

  .ysv-premium-viewer .ysv-section-head p {
    font-size: 0.98rem;
  }

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

  .ysv-premium-viewer .ysv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ysv-premium-viewer .ysv-container {
    padding: 70px 24px;
  }

  .ysv-premium-viewer .ysv-section-head {
    margin-bottom: 34px;
  }

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

  .ysv-premium-viewer .ysv-card {
    padding: 24px;
    min-height: 238px;
  }

  .ysv-premium-viewer .ysv-card h3 {
    font-size: 1.02rem;
  }

  .ysv-premium-viewer .ysv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ysv-premium-viewer .ysv-container {
    padding: 56px 18px;
  }

  .ysv-premium-viewer .ysv-section-head {
    margin-bottom: 28px;
  }

  .ysv-premium-viewer .ysv-section-head p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

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

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

  .ysv-premium-viewer .ysv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ysv-premium-viewer .ysv-container {
    padding: 48px 16px;
  }

  .ysv-premium-viewer .ysv-section-head {
    margin-bottom: 24px;
  }

  .ysv-premium-viewer .ysv-section-head p {
    font-size: 0.9rem;
  }

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

  .ysv-premium-viewer .ysv-card {
    min-width: 0;
    max-width: 100%;
    padding: 20px;
    border-radius: 16px;
  }

  .ysv-premium-viewer .ysv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ysv-premium-viewer .ysv-step-number {
    font-size: 3.6rem;
  }

  .ysv-premium-viewer .ysv-card h3 {
    font-size: 1rem;
  }

  .ysv-premium-viewer .ysv-card p,
  .ysv-premium-viewer .ysv-cta {
    font-size: 0.9rem;
  }

  .ysv-premium-viewer .ysv-cta {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ysv-premium-viewer .ysv-container {
    padding: 42px 12px;
  }

  .ysv-premium-viewer .ysv-section-head {
    margin-bottom: 22px;
  }

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

  .ysv-premium-viewer .ysv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .ysv-premium-viewer .ysv-card {
    min-width: 0;
    max-width: 100%;
    padding: 18px;
    border-radius: 15px;
  }

  .ysv-premium-viewer .ysv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .ysv-premium-viewer .ysv-icon i {
    font-size: 1.05rem;
  }

  .ysv-premium-viewer .ysv-card h3 {
    margin-top: 18px;
    font-size: 0.96rem;
  }

  .ysv-premium-viewer .ysv-card p,
  .ysv-premium-viewer .ysv-cta {
    font-size: 0.86rem;
  }

  .ysv-premium-viewer .ysv-step-number {
    top: 16px;
    right: 16px;
    font-size: 3.1rem;
  }

  .ysv-premium-viewer .ysv-cta {
    opacity: 1;
    transform: none;
  }
}

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

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

  .ysv-premium-viewer .ysv-card {
    opacity: 1;
    transform: none !important;
  }
}