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

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

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

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

.ihv26-wrap .ihv26-section-white {
  background: #ffffff;
}

.ihv26-wrap .ihv26-section-tint {
  background: linear-gradient(180deg, #fff7fb 0%, #f8fbff 100%);
}

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

.ihv26-wrap .ihv26-title,
.ihv26-wrap .ihv26-intro,
.ihv26-wrap .ihv26-card-title,
.ihv26-wrap .ihv26-card-text {
  text-align: center !important;
}

.ihv26-wrap .ihv26-title {
  margin: 0 auto;
  color: #1f1a24;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ihv26-wrap .ihv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #665f6e;
  line-height: 1.7;
  font-weight: 450;
}

.ihv26-wrap .ihv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ihv26-wrap .ihv26-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 108, 151, 0.18);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(109, 45, 78, 0.10);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ihv26-wrap .ihv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(244, 84, 142, 0.12), transparent 44%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ihv26-wrap .ihv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 84, 142, 0.42);
  box-shadow: 0 24px 60px rgba(109, 45, 78, 0.16);
  background: #ffffff;
}

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

.ihv26-wrap .ihv26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4548e 0%, #ff9a64 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(244, 84, 142, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ihv26-wrap .ihv26-card:hover .ihv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(244, 84, 142, 0.32);
}

.ihv26-wrap .ihv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ihv26-wrap .ihv26-card-title {
  position: relative;
  margin: 0;
  color: #241d29;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
}

.ihv26-wrap .ihv26-card-text {
  position: relative;
  margin: 0 auto;
  color: #6e6675;
  line-height: 1.62;
  font-weight: 430;
}

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

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

.ihv26-wrap.ihv26-js-ready .ihv26-card.ihv26-visible:hover {
  transform: translateY(-8px);
}

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

  .ihv26-wrap .ihv26-title {
    max-width: 1120px;
    font-size: 42px;
    white-space: nowrap;
  }

  .ihv26-wrap .ihv26-intro {
    font-size: 18px;
  }

  .ihv26-wrap .ihv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
  }

  .ihv26-wrap .ihv26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .ihv26-wrap .ihv26-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }

  .ihv26-wrap .ihv26-i {
    font-size: 30px;
  }

  .ihv26-wrap .ihv26-card-title {
    font-size: 21px;
  }

  .ihv26-wrap .ihv26-card-text {
    margin-top: 14px;
    font-size: 15.5px;
  }
}

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

  .ihv26-wrap .ihv26-title {
    font-size: 34px;
  }

  .ihv26-wrap .ihv26-intro {
    font-size: 16.5px;
  }

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

  .ihv26-wrap .ihv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .ihv26-wrap .ihv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

  .ihv26-wrap .ihv26-i {
    font-size: 27px;
  }

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

  .ihv26-wrap .ihv26-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

  .ihv26-wrap .ihv26-title {
    font-size: 27px;
  }

  .ihv26-wrap .ihv26-intro {
    max-width: 560px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

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

  .ihv26-wrap .ihv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .ihv26-wrap .ihv26-i {
    font-size: 22px;
  }

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

  .ihv26-wrap .ihv26-card-text {
    margin-top: 9px;
    font-size: 13.2px;
    line-height: 1.48;
  }
}

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

  .ihv26-wrap .ihv26-title {
    font-size: 24px;
  }

  .ihv26-wrap .ihv26-intro {
    font-size: 13.8px;
    line-height: 1.52;
  }

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

  .ihv26-wrap .ihv26-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .ihv26-wrap .ihv26-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
  }

  .ihv26-wrap .ihv26-i {
    font-size: 20px;
  }

  .ihv26-wrap .ihv26-card-title {
    font-size: 14.8px;
  }

  .ihv26-wrap .ihv26-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.44;
  }
}

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

  .ihv26-wrap .ihv26-title {
    font-size: 22px;
  }

  .ihv26-wrap .ihv26-intro {
    font-size: 13px;
    line-height: 1.48;
  }

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

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

  .ihv26-wrap .ihv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

  .ihv26-wrap .ihv26-card-title {
    font-size: 13.8px;
  }

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