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

.ychv-premium-content,
.ychv-premium-content * {
  box-sizing: border-box;
}

.ychv-premium-content {
  --ychv-ink: #241b2b;
  --ychv-muted: #6f6376;
  --ychv-line: rgba(126, 73, 108, 0.16);
  --ychv-warm: #fff7f1;
  --ychv-card-bg: rgba(255, 255, 255, 0.88);
  --ychv-gradient: linear-gradient(135deg, #ff2f55 0%, #ff7a3d 46%, #9b4dff 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ychv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  isolation: isolate;
}

.ychv-premium-content .ychv-section,
.ychv-premium-content .ychv-container,
.ychv-premium-content .ychv-grid {
  width: 100%;
  max-width: 100%;
}

.ychv-premium-content .ychv-section {
  position: relative;
  padding: 86px 22px;
  overflow: hidden;
}

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

.ychv-premium-content .ychv-section-warm {
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 96, 86, 0.12), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(155, 77, 255, 0.11), transparent 34%),
    linear-gradient(180deg, #fff9f4 0%, #fff4ec 100%);
}

.ychv-premium-content .ychv-container {
  max-width: 1320px;
  margin: 0 auto;
}

.ychv-premium-content .ychv-heading-wrap {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.ychv-premium-content .ychv-heading-wrap h2 span {
  display: inline;
  background: var(--ychv-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.ychv-premium-content .ychv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ychv-a: #ff3f5f;
  --ychv-b: #ff8a3d;
  --ychv-soft: rgba(255, 63, 95, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--ychv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.84));
  box-shadow: 0 16px 38px rgba(51, 31, 42, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition: transform 260ms ease, opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.ychv-premium-content .ychv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ychv-a) 15%, transparent), transparent 38%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ychv-b) 18%, transparent), transparent 30%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ychv-premium-content .ychv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ychv-a), var(--ychv-b));
  opacity: 0.7;
}

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

.ychv-premium-content .ychv-card:hover {
  border-color: color-mix(in srgb, var(--ychv-a) 42%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 24px 54px rgba(73, 39, 55, 0.15);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ychv-premium-content .ychv-card:hover::before {
  opacity: 1;
}

.ychv-premium-content .ychv-icon,
.ychv-premium-content .ychv-card h3,
.ychv-premium-content .ychv-card p,
.ychv-premium-content .ychv-cta,
.ychv-premium-content .ychv-step-inline {
  position: relative;
  z-index: 1;
}

.ychv-premium-content .ychv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 16px;
  color: var(--ychv-a);
  background: linear-gradient(135deg, #fff, var(--ychv-soft));
  border: 1px solid color-mix(in srgb, var(--ychv-a) 18%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ychv-a) 14%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease, border-color 260ms ease;
}

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

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

.ychv-premium-content .ychv-card h3 {
  display: inline;
  margin: 0;
  color: var(--ychv-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--ychv-a), var(--ychv-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.ychv-premium-content .ychv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ychv-a);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
  opacity: 0.08;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ychv-premium-content .ychv-card-cta:hover .ychv-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--ychv-b);
}

.ychv-premium-content .ychv-tilt-card {
  perspective: 900px;
}

.ychv-premium-content .ychv-step-card {
  min-height: 270px;
}

.ychv-premium-content .ychv-step-card::before {
  content: var(--ychv-step);
  position: absolute;
  right: 16px;
  bottom: -18px;
  z-index: 0;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1;
  color: color-mix(in srgb, var(--ychv-a) 10%, transparent);
  opacity: 0.9;
  transition: transform 260ms ease, opacity 260ms ease, color 260ms ease;
  pointer-events: none;
}

.ychv-premium-content .ychv-step-card:hover::before {
  transform: translateY(-8px) scale(1.04);
  color: color-mix(in srgb, var(--ychv-b) 16%, transparent);
}

.ychv-premium-content .ychv-step-inline {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--ychv-a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ychv-premium-content .ychv-card:nth-child(1) { --ychv-a: #ff3158; --ychv-b: #ff7a3d; --ychv-soft: rgba(255, 49, 88, 0.11); }
.ychv-premium-content .ychv-card:nth-child(2) { --ychv-a: #e2437b; --ychv-b: #9b4dff; --ychv-soft: rgba(226, 67, 123, 0.1); }
.ychv-premium-content .ychv-card:nth-child(3) { --ychv-a: #ff6b35; --ychv-b: #ffc857; --ychv-soft: rgba(255, 107, 53, 0.11); }
.ychv-premium-content .ychv-card:nth-child(4) { --ychv-a: #8b5cf6; --ychv-b: #ef476f; --ychv-soft: rgba(139, 92, 246, 0.1); }
.ychv-premium-content .ychv-card:nth-child(5) { --ychv-a: #0ea5a4; --ychv-b: #34d399; --ychv-soft: rgba(14, 165, 164, 0.1); }
.ychv-premium-content .ychv-card:nth-child(6) { --ychv-a: #f97316; --ychv-b: #ec4899; --ychv-soft: rgba(249, 115, 22, 0.1); }
.ychv-premium-content .ychv-card:nth-child(7) { --ychv-a: #2563eb; --ychv-b: #06b6d4; --ychv-soft: rgba(37, 99, 235, 0.1); }
.ychv-premium-content .ychv-card:nth-child(8) { --ychv-a: #a855f7; --ychv-b: #fb7185; --ychv-soft: rgba(168, 85, 247, 0.1); }

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

  .ychv-premium-content .ychv-container {
    max-width: 1320px;
  }

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

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

  .ychv-premium-content .ychv-container {
    max-width: 1060px;
  }

  .ychv-premium-content .ychv-heading-wrap {
    margin-bottom: 34px;
  }

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

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

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

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

  .ychv-premium-content .ychv-heading-wrap {
    margin-bottom: 30px;
  }

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

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

  .ychv-premium-content .ychv-card {
    padding: 22px;
  }

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

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

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

  .ychv-premium-content .ychv-heading-wrap {
    margin-bottom: 26px;
  }

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

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

  .ychv-premium-content .ychv-card {
    min-height: 0;
    padding: 21px;
    border-radius: 18px;
  }

  .ychv-premium-content .ychv-cta {
    opacity: 0.85;
    transform: none;
  }
}

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

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

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

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

  .ychv-premium-content .ychv-card {
    min-height: 0;
    padding: 19px;
    border-radius: 17px;
  }

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

  .ychv-premium-content .ychv-icon i {
    font-size: 1.12rem;
  }

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

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

  .ychv-premium-content .ychv-cta {
    opacity: 0.85;
    transform: none;
  }
}

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

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

  .ychv-premium-content .ychv-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.54;
  }

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

  .ychv-premium-content .ychv-card {
    min-height: 0;
    padding: 17px;
    border-radius: 16px;
  }

  .ychv-premium-content .ychv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }

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

  .ychv-premium-content .ychv-card h3 {
    font-size: 0.94rem;
  }

  .ychv-premium-content .ychv-card p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .ychv-premium-content .ychv-step-card::before {
    font-size: 4.7rem;
    right: 10px;
  }

  .ychv-premium-content .ychv-cta {
    opacity: 0.85;
    transform: none;
    font-size: 0.84rem;
  }
}

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

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

  .ychv-premium-content .ychv-card {
    min-height: 0;
    padding: 15px;
  }
}

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

  .ychv-premium-content .ychv-card {
    opacity: 1;
    transform: none !important;
  }
}