@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.0.0/css/all.min.css');

.ychv26-wrap,
.ychv26-wrap * {
  box-sizing: border-box;
}

.ychv26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  color: #1f2529;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.ychv26-wrap .ychv26-section {
  width: 100% !important;
  position: relative;
}

.ychv26-wrap .ychv26-section-one,
.ychv26-wrap .ychv26-section-three {
  background: #ffffff;
}

.ychv26-wrap .ychv26-section-two {
  background: linear-gradient(180deg, #fff7f4 0%, #fffaf7 100%);
}

.ychv26-wrap .ychv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.ychv26-wrap .ychv26-heading {
  margin: 0 auto;
  color: #15191c;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.ychv26-wrap .ychv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5d666d;
  text-align: center;
  line-height: 1.7;
  font-weight: 450;
}

.ychv26-wrap .ychv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.ychv26-wrap .ychv26-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid rgba(210, 70, 45, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(54, 36, 28, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
  background-size: 100% 160%;
}

.ychv26-wrap .ychv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ychv26-wrap .ychv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 24px 58px rgba(54, 36, 28, 0.14);
  background-position: 0 100%;
}

.ychv26-wrap .ychv26-card:hover::before {
  opacity: 1;
}

.ychv26-wrap .ychv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #e6582e 54%, #ffb703 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ychv26-wrap .ychv26-card:hover .ychv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 0, 0, 0.28);
}

.ychv26-wrap .ychv26-i {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 1;
}

.ychv26-wrap .ychv26-card-title {
  margin: 0;
  color: #1a1f23;
  text-align: center;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}

.ychv26-wrap .ychv26-card-text {
  margin: 0 auto;
  color: #667078;
  text-align: center;
  line-height: 1.62;
  font-weight: 430;
}

.ychv26-wrap.ychv26-ready .ychv26-card {
  opacity: 0;
  transform: translateY(18px);
}

.ychv26-wrap.ychv26-ready .ychv26-card.ychv26-visible {
  opacity: 1;
  transform: translateY(0);
}

.ychv26-wrap.ychv26-ready .ychv26-card.ychv26-visible:hover {
  transform: translateY(-7px);
}

@media (min-width: 1024px) {
  .ychv26-wrap .ychv26-section {
    padding: 86px 24px;
  }

  .ychv26-wrap .ychv26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ychv26-wrap .ychv26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ychv26-wrap .ychv26-grid {
    margin-top: 42px;
    gap: 24px;
  }

  .ychv26-wrap .ychv26-grid-six,
  .ychv26-wrap .ychv26-grid-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ychv26-wrap .ychv26-card {
    min-height: 296px;
    padding: 34px 28px 32px;
  }

  .ychv26-wrap .ychv26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .ychv26-wrap .ychv26-card-title {
    font-size: 20px;
  }

  .ychv26-wrap .ychv26-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

  .ychv26-wrap .ychv26-heading {
    font-size: 34px;
    max-width: 780px;
  }

  .ychv26-wrap .ychv26-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ychv26-wrap .ychv26-grid {
    margin-top: 34px;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ychv26-wrap .ychv26-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .ychv26-wrap .ychv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    font-size: 26px;
  }

  .ychv26-wrap .ychv26-card-title {
    font-size: 19px;
  }

  .ychv26-wrap .ychv26-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

  .ychv26-wrap .ychv26-heading {
    font-size: 27px;
    max-width: 520px;
  }

  .ychv26-wrap .ychv26-intro {
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .ychv26-wrap .ychv26-grid {
    margin-top: 26px;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ychv26-wrap .ychv26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ychv26-wrap .ychv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 22px;
  }

  .ychv26-wrap .ychv26-card-title {
    font-size: 16px;
  }

  .ychv26-wrap .ychv26-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ychv26-wrap .ychv26-section {
    padding: 48px 12px;
  }

  .ychv26-wrap .ychv26-heading {
    font-size: 24px;
    max-width: 360px;
  }

  .ychv26-wrap .ychv26-intro {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.56;
  }

  .ychv26-wrap .ychv26-grid {
    margin-top: 22px;
    gap: 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ychv26-wrap .ychv26-card {
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .ychv26-wrap .ychv26-icon {
    width: 47px;
    height: 47px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }

  .ychv26-wrap .ychv26-card-title {
    font-size: 15px;
    line-height: 1.24;
  }

  .ychv26-wrap .ychv26-card-text {
    margin-top: 8px;
    font-size: 12.3px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ychv26-wrap .ychv26-section {
    padding: 42px 10px;
  }

  .ychv26-wrap .ychv26-heading {
    font-size: 22px;
    max-width: 310px;
  }

  .ychv26-wrap .ychv26-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .ychv26-wrap .ychv26-grid {
    margin-top: 20px;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ychv26-wrap .ychv26-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .ychv26-wrap .ychv26-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }

  .ychv26-wrap .ychv26-card-title {
    font-size: 14px;
    line-height: 1.22;
  }

  .ychv26-wrap .ychv26-card-text {
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.42;
  }
}