@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-editorial-block,
.ychv-editorial-block * {
  box-sizing: border-box;
}

.ychv-editorial-block {
  --ychv-ink: #1f1b2d;
  --ychv-muted: #675f72;
  --ychv-line: rgba(93, 64, 55, 0.14);
  --ychv-cream: #fff7ee;
  --ychv-peach: #ffe8da;
  --ychv-rose: #e95164;
  --ychv-amber: #f59f38;
  --ychv-plum: #773a85;
  --ychv-shadow: 0 18px 42px rgba(72, 45, 35, 0.11);
  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;
  line-height: 1.55;
}

.ychv-editorial-block section,
.ychv-editorial-block div,
.ychv-editorial-block article {
  max-width: 100%;
}

.ychv-section {
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow-x: hidden;
}

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

.ychv-section-warm {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 216, 190, 0.72), transparent 34%),
    radial-gradient(circle at 90% 22%, rgba(233, 81, 100, 0.12), transparent 32%),
    linear-gradient(180deg, #fff9f2 0%, #fff1e8 100%);
}

.ychv-container {
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.ychv-section-head {
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}

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

.ychv-section-head h2 span {
  background: linear-gradient(135deg, var(--ychv-rose), var(--ychv-amber) 48%, var(--ychv-plum));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ychv-section-head p {
  margin: 14px auto 0;
  color: var(--ychv-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ychv-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-a: #e95164;
  --card-b: #f59f38;
  --card-soft: rgba(233, 81, 100, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(93, 64, 55, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 249, 244, 0.92));
  box-shadow: 0 12px 30px rgba(58, 39, 35, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
}

.ychv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--card-a) 14%, transparent), transparent 46%),
    radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--card-b) 18%, transparent), transparent 28%);
  opacity: 0.76;
  transition: opacity 240ms ease;
}

.ychv-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  opacity: 0.62;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 240ms ease, opacity 240ms ease;
}

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

.ychv-card:hover {
  border-color: color-mix(in srgb, var(--card-a) 42%, rgba(93, 64, 55, 0.16));
  box-shadow: 0 24px 54px rgba(58, 39, 35, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

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

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

.ychv-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--card-a);
  background: linear-gradient(135deg, #fff, var(--card-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 10px 22px rgba(58, 39, 35, 0.08);
  transition: transform 240ms ease, color 240ms ease, background 240ms ease;
}

.ychv-icon i {
  font-size: 1.16rem;
  line-height: 1;
}

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

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

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

.ychv-card p {
  margin: 14px 0 0;
  color: var(--ychv-muted);
  font-size: 0.96rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ychv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--card-a);
  font-size: 0.9rem;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0.22;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease, color 240ms ease;
}

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

.ychv-card-tilt {
  transform-style: preserve-3d;
}

.ychv-card-tilt .ychv-icon,
.ychv-card-tilt h3,
.ychv-card-tilt p {
  transform: translateZ(18px);
}

.ychv-process-card {
  min-height: 280px;
  padding-top: 24px;
}

.ychv-process-card::before {
  opacity: 0.9;
}

.ychv-process-card::after {
  inset: auto 24px 24px auto;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--card-a), var(--card-b));
  opacity: 0.12;
  transform: rotate(8deg) scale(1);
}

.ychv-process-card:hover::after {
  opacity: 0.22;
  transform: rotate(0deg) scale(1.08);
}

.ychv-process-card[data-step] {
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.94));
}

.ychv-process-card[data-step] .ychv-step-line::after {
  content: attr(data-step);
}

.ychv-process-card::marker {
  content: "";
}

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

.ychv-process-card:hover::before {
  color: color-mix(in srgb, var(--card-b) 20%, transparent);
  transform: translateY(-3px) scale(1.04);
}

.ychv-step-line {
  margin: 0 0 18px;
  color: color-mix(in srgb, var(--card-a) 76%, #2b2230);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ychv-grid .ychv-card:nth-child(1) { --card-a: #e95164; --card-b: #f59f38; --card-soft: rgba(233, 81, 100, 0.11); }
.ychv-grid .ychv-card:nth-child(2) { --card-a: #c8507a; --card-b: #ffb24a; --card-soft: rgba(200, 80, 122, 0.11); }
.ychv-grid .ychv-card:nth-child(3) { --card-a: #d76545; --card-b: #f5bf45; --card-soft: rgba(215, 101, 69, 0.11); }
.ychv-grid .ychv-card:nth-child(4) { --card-a: #9f5aae; --card-b: #ef7761; --card-soft: rgba(159, 90, 174, 0.11); }
.ychv-grid .ychv-card:nth-child(5) { --card-a: #2f8f83; --card-b: #e7ad42; --card-soft: rgba(47, 143, 131, 0.11); }
.ychv-grid .ychv-card:nth-child(6) { --card-a: #5167c9; --card-b: #f2746b; --card-soft: rgba(81, 103, 201, 0.1); }
.ychv-grid .ychv-card:nth-child(7) { --card-a: #b15f3a; --card-b: #e9a63a; --card-soft: rgba(177, 95, 58, 0.11); }
.ychv-grid .ychv-card:nth-child(8) { --card-a: #773a85; --card-b: #f08d52; --card-soft: rgba(119, 58, 133, 0.11); }

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

  .ychv-container {
    width: min(1320px, 100%);
  }

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

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

  .ychv-container {
    width: min(1060px, 100%);
  }

  .ychv-section-head {
    margin-bottom: 36px;
  }

  .ychv-section-head p {
    font-size: 1rem;
  }

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

  .ychv-card {
    padding: 25px;
  }
}

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

  .ychv-section-head {
    margin-bottom: 32px;
  }

  .ychv-section-head p {
    font-size: 0.98rem;
  }

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

  .ychv-card {
    min-height: 235px;
    padding: 24px;
  }

  .ychv-card h3 {
    font-size: 1.05rem;
  }

  .ychv-card p {
    font-size: 0.94rem;
  }
}

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

  .ychv-section-head {
    margin-bottom: 28px;
  }

  .ychv-section-head p {
    font-size: 0.94rem;
  }

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

  .ychv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .ychv-cta {
    white-space: normal;
  }
}

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

  .ychv-section-head {
    margin-bottom: 24px;
  }

  .ychv-section-head p {
    font-size: 0.91rem;
    line-height: 1.65;
  }

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

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

  .ychv-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 18px;
  }

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

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

  .ychv-process-card[data-step]::before {
    font-size: 4rem;
  }
}

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

  .ychv-section-head {
    margin-bottom: 22px;
  }

  .ychv-section-head p {
    font-size: 0.88rem;
    line-height: 1.62;
  }

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

  .ychv-card {
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

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

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

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

  .ychv-card p {
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .ychv-cta {
    font-size: 0.84rem;
  }

  .ychv-process-card[data-step]::before {
    top: 14px;
    right: 14px;
    font-size: 3.4rem;
  }
}

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

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

  .ychv-card {
    min-width: 0;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ychv-editorial-block *,
  .ychv-editorial-block *::before,
  .ychv-editorial-block *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ychv-card,
  .ychv-card.ychv-visible,
  .ychv-card:hover {
    transform: none !important;
    opacity: 1;
  }

  .ychv-cta {
    opacity: 1;
    transform: none;
  }
}