@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 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #201b1a;
  background: #fff;
}

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

.ychv-premium-content .ychv-section {
  position: relative;
  padding: 88px 18px;
}

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

.ychv-premium-content .ychv-section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 61, 67, 0.1), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(255, 171, 64, 0.15), transparent 30%),
    linear-gradient(180deg, #fff8f3 0%, #fff1eb 100%);
}

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

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

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

.ychv-premium-content .ychv-heading-wrap h2 span {
  background: linear-gradient(120deg, #ff2d38 0%, #ff7a3d 48%, #9b5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.ychv-premium-content .ychv-card-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: #ff3341;
  --ychv-b: #ff8b45;
  --ychv-soft: rgba(255, 51, 65, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(117, 82, 73, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.88));
  box-shadow: 0 18px 46px rgba(71, 41, 34, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  overflow: hidden;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease;
}

.ychv-premium-content .ychv-card:nth-child(2) { --ychv-a: #f97316; --ychv-b: #facc15; --ychv-soft: rgba(249, 115, 22, 0.11); }
.ychv-premium-content .ychv-card:nth-child(3) { --ychv-a: #dc2626; --ychv-b: #fb7185; --ychv-soft: rgba(220, 38, 38, 0.1); }
.ychv-premium-content .ychv-card:nth-child(4) { --ychv-a: #7c3aed; --ychv-b: #f97316; --ychv-soft: rgba(124, 58, 237, 0.1); }
.ychv-premium-content .ychv-card:nth-child(5) { --ychv-a: #0891b2; --ychv-b: #fb7185; --ychv-soft: rgba(8, 145, 178, 0.1); }
.ychv-premium-content .ychv-card:nth-child(6) { --ychv-a: #16a34a; --ychv-b: #f97316; --ychv-soft: rgba(22, 163, 74, 0.1); }
.ychv-premium-content .ychv-card:nth-child(7) { --ychv-a: #be185d; --ychv-b: #f59e0b; --ychv-soft: rgba(190, 24, 93, 0.1); }
.ychv-premium-content .ychv-card:nth-child(8) { --ychv-a: #4f46e5; --ychv-b: #ef4444; --ychv-soft: rgba(79, 70, 229, 0.1); }

.ychv-premium-content .ychv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ychv-a) 20%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--ychv-a) 9%, transparent), color-mix(in srgb, var(--ychv-b) 7%, transparent));
  opacity: 0.72;
  transition: opacity 320ms ease;
}

.ychv-premium-content .ychv-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ychv-a), var(--ychv-b));
  transform: scaleX(0.36);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 320ms ease, opacity 320ms ease;
}

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

.ychv-premium-content .ychv-card:hover {
  border-color: color-mix(in srgb, var(--ychv-a) 36%, rgba(117, 82, 73, 0.18));
  box-shadow: 0 24px 64px rgba(71, 41, 34, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

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

.ychv-premium-content .ychv-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--ychv-a);
  background: linear-gradient(145deg, #fff, var(--ychv-soft));
  border: 1px solid rgba(117, 82, 73, 0.12);
  box-shadow: 0 12px 24px rgba(71, 41, 34, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}

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

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

.ychv-premium-content .ychv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #241917;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  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 320ms ease;
}

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

.ychv-premium-content .ychv-card p {
  margin: 14px 0 0;
  color: #66524d;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

.ychv-premium-content .ychv-benefits .ychv-card:hover {
  --fg-tilt-x: var(--fg-tilt-x);
  --fg-tilt-y: var(--fg-tilt-y);
}

.ychv-premium-content .ychv-process-card {
  min-height: 284px;
}

.ychv-premium-content .ychv-process-card::before {
  content: attr(data-step);
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: -1;
  color: color-mix(in srgb, var(--ychv-a) 16%, transparent);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 360ms ease, color 360ms ease;
}

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

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

.ychv-premium-content .ychv-process-card .ychv-icon {
  margin-bottom: 18px;
}

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

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

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

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

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

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

  .ychv-premium-content .ychv-card-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: 68px 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ychv-premium-content .ychv-card-cta {
    white-space: normal;
  }
}

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

  .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-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

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

  .ychv-premium-content .ychv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

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

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

  .ychv-premium-content .ychv-process-card::before {
    font-size: 3.8rem;
  }
}

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

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

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

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

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

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

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

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

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

  .ychv-premium-content .ychv-process-card::before {
    top: 14px;
    right: 16px;
    font-size: 3.3rem;
  }
}

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

@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-card h3,
  .ychv-premium-content .ychv-card-cta,
  .ychv-premium-content .ychv-process-card::before {
    transition: none !important;
    animation: none !important;
  }

  .ychv-premium-content .ychv-card,
  .ychv-premium-content .ychv-card.is-visible,
  .ychv-premium-content .ychv-card:hover {
    transform: none !important;
  }
}