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

.ychv-section-wrap,
.ychv-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ychv-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #192026;
  font-family: inherit;
}

.ychv-section-wrap .ychv-section {
  width: 100% !important;
}

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

.ychv-section-wrap .ychv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 31, 60, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f5 0%, #fffaf8 100%);
}

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

.ychv-section-wrap .ychv-heading,
.ychv-section-wrap .ychv-intro,
.ychv-section-wrap .ychv-card,
.ychv-section-wrap .ychv-card h3,
.ychv-section-wrap .ychv-card p {
  text-align: center !important;
}

.ychv-section-wrap .ychv-heading {
  margin: 0 auto;
  color: #15191e;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ychv-section-wrap .ychv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #5d6872;
  line-height: 1.7;
  font-weight: 400;
}

.ychv-section-wrap .ychv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.ychv-section-wrap .ychv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid rgba(210, 48, 57, 0.16);
  box-shadow: 0 18px 48px rgba(64, 23, 28, 0.09);
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ychv-section-wrap .ychv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 31, 60, 0.12), rgba(255, 154, 63, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  z-index: -1;
}

.ychv-section-wrap .ychv-card-tinted {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f5 100%);
}

.ychv-section-wrap .ychv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #e5152d 0%, #ff6a3d 100%);
  box-shadow: 0 14px 30px rgba(229, 21, 45, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ychv-section-wrap .ychv-i {
  display: block;
  line-height: 1;
  color: #ffffff;
}

.ychv-section-wrap .ychv-card h3 {
  margin: 18px 0 0;
  color: #1b2026;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}

.ychv-section-wrap .ychv-card p {
  margin: 12px 0 0;
  color: #64707a;
  line-height: 1.62;
  font-weight: 400;
}

.ychv-section-wrap .ychv-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(229, 21, 45, 0.34);
  box-shadow: 0 24px 58px rgba(64, 23, 28, 0.14);
}

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

.ychv-section-wrap .ychv-card:hover .ychv-icon {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(229, 21, 45, 0.28);
}

.ychv-section-wrap .ychv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ychv-section-wrap.ychv-js .ychv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ychv-section-wrap.ychv-js .ychv-reveal.ychv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ychv-section-wrap .ychv-section {
    padding: 92px 0;
  }

  .ychv-section-wrap .ychv-container {
    padding: 0 28px;
  }

  .ychv-section-wrap .ychv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ychv-section-wrap .ychv-intro {
    font-size: 17px;
  }

  .ychv-section-wrap .ychv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }

  .ychv-section-wrap .ychv-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .ychv-section-wrap .ychv-icon {
    width: 72px;
    height: 72px;
  }

  .ychv-section-wrap .ychv-i {
    font-size: 28px;
  }

  .ychv-section-wrap .ychv-card h3 {
    font-size: 22px;
  }

  .ychv-section-wrap .ychv-card p {
    font-size: 15.5px;
  }
}

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

  .ychv-section-wrap .ychv-container {
    padding: 0 24px;
  }

  .ychv-section-wrap .ychv-heading {
    font-size: 34px;
  }

  .ychv-section-wrap .ychv-intro {
    font-size: 16px;
  }

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

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

  .ychv-section-wrap .ychv-icon {
    width: 64px;
    height: 64px;
  }

  .ychv-section-wrap .ychv-i {
    font-size: 25px;
  }

  .ychv-section-wrap .ychv-card h3 {
    font-size: 20px;
  }

  .ychv-section-wrap .ychv-card p {
    font-size: 15px;
  }
}

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

  .ychv-section-wrap .ychv-container {
    padding: 0 16px;
  }

  .ychv-section-wrap .ychv-heading {
    font-size: 28px;
  }

  .ychv-section-wrap .ychv-intro {
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .ychv-section-wrap .ychv-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .ychv-section-wrap .ychv-icon {
    width: 52px;
    height: 52px;
  }

  .ychv-section-wrap .ychv-i {
    font-size: 21px;
  }

  .ychv-section-wrap .ychv-card h3 {
    font-size: 16.5px;
  }

  .ychv-section-wrap .ychv-card p {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

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

  .ychv-section-wrap .ychv-container {
    padding: 0 12px;
  }

  .ychv-section-wrap .ychv-heading {
    font-size: 24px;
  }

  .ychv-section-wrap .ychv-intro {
    font-size: 13.6px;
    line-height: 1.54;
  }

  .ychv-section-wrap .ychv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .ychv-section-wrap .ychv-card {
    min-height: 226px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .ychv-section-wrap .ychv-icon {
    width: 46px;
    height: 46px;
  }

  .ychv-section-wrap .ychv-i {
    font-size: 18px;
  }

  .ychv-section-wrap .ychv-card h3 {
    font-size: 15px;
    margin-top: 14px;
  }

  .ychv-section-wrap .ychv-card p {
    font-size: 12.4px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

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

  .ychv-section-wrap .ychv-container {
    padding: 0 9px;
  }

  .ychv-section-wrap .ychv-heading {
    font-size: 21px;
  }

  .ychv-section-wrap .ychv-intro {
    font-size: 12.8px;
    line-height: 1.48;
  }

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

  .ychv-section-wrap .ychv-card {
    min-height: 218px;
    padding: 15px 8px;
    border-radius: 13px;
  }

  .ychv-section-wrap .ychv-icon {
    width: 42px;
    height: 42px;
  }

  .ychv-section-wrap .ychv-i {
    font-size: 16px;
  }

  .ychv-section-wrap .ychv-card h3 {
    font-size: 13.8px;
    margin-top: 12px;
  }

  .ychv-section-wrap .ychv-card p {
    font-size: 11.7px;
    line-height: 1.42;
    margin-top: 8px;
  }
}