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

.ifv2026-wrapper,
.ifv2026-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.ifv2026-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: Arial, Helvetica, sans-serif;
}

.ifv2026-wrapper .ifv2026-section {
  width: 100% !important;
}

.ifv2026-wrapper .ifv2026-section-white {
  background: #ffffff;
}

.ifv2026-wrapper .ifv2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 48, 108, 0.1), transparent 32%),
    linear-gradient(180deg, #fff7fa 0%, #f7fbfa 100%);
}

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

.ifv2026-wrapper .ifv2026-heading,
.ifv2026-wrapper .ifv2026-intro,
.ifv2026-wrapper .ifv2026-card-title,
.ifv2026-wrapper .ifv2026-card-text {
  text-align: center !important;
}

.ifv2026-wrapper .ifv2026-heading {
  margin: 0 auto;
  color: #172126;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.ifv2026-wrapper .ifv2026-intro {
  max-width: 760px;
  margin: 16px auto 0;
  color: #5d6b70;
  font-weight: 400;
  line-height: 1.65;
}

.ifv2026-wrapper .ifv2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ifv2026-wrapper .ifv2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #eadde3;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(225, 48, 108, 0.34), rgba(255, 172, 64, 0.18)) border-box;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(38, 24, 31, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 500ms ease;
}

.ifv2026-wrapper .ifv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(255, 172, 64, 0.06), rgba(64, 196, 177, 0.06));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ifv2026-wrapper .ifv2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(225, 48, 108, 0.38);
  box-shadow: 0 24px 58px rgba(225, 48, 108, 0.14);
}

.ifv2026-wrapper .ifv2026-card:hover::before {
  opacity: 1;
}

.ifv2026-wrapper .ifv2026-card-soft {
  background:
    linear-gradient(180deg, #ffffff, #fffafd) padding-box,
    linear-gradient(135deg, rgba(225, 48, 108, 0.3), rgba(64, 196, 177, 0.2)) border-box;
}

.ifv2026-wrapper .ifv2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e1306c 0%, #ffac40 54%, #40c4b1 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.ifv2026-wrapper .ifv2026-card:hover .ifv2026-icon {
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(225, 48, 108, 0.3);
}

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

.ifv2026-wrapper .ifv2026-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172126;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ifv2026-wrapper .ifv2026-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5d6b70;
  font-weight: 400;
  line-height: 1.58;
}

.ifv2026-wrapper.ifv2026-js .ifv2026-card {
  opacity: 0;
  transform: translateY(18px);
}

.ifv2026-wrapper.ifv2026-js .ifv2026-card.ifv2026-visible {
  opacity: 1;
  transform: translateY(0);
}

.ifv2026-wrapper.ifv2026-js .ifv2026-card.ifv2026-visible:hover {
  transform: translateY(-8px);
}

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

  .ifv2026-wrapper .ifv2026-container {
    padding: 0 28px;
  }

  .ifv2026-wrapper .ifv2026-heading {
    max-width: 980px;
    font-size: 46px;
    white-space: nowrap;
  }

  .ifv2026-wrapper .ifv2026-intro {
    font-size: 18px;
  }

  .ifv2026-wrapper .ifv2026-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 44px;
  }

  .ifv2026-wrapper .ifv2026-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .ifv2026-wrapper .ifv2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 26px;
  }

  .ifv2026-wrapper .ifv2026-i {
    font-size: 30px;
  }

  .ifv2026-wrapper .ifv2026-card-title {
    font-size: 21px;
  }

  .ifv2026-wrapper .ifv2026-card-text {
    margin-top: 14px;
    font-size: 16px;
  }
}

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

  .ifv2026-wrapper .ifv2026-container {
    padding: 0 24px;
  }

  .ifv2026-wrapper .ifv2026-heading {
    font-size: 38px;
  }

  .ifv2026-wrapper .ifv2026-intro {
    font-size: 17px;
  }

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

  .ifv2026-wrapper .ifv2026-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ifv2026-wrapper .ifv2026-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

  .ifv2026-wrapper .ifv2026-i {
    font-size: 27px;
  }

  .ifv2026-wrapper .ifv2026-card-title {
    font-size: 20px;
  }

  .ifv2026-wrapper .ifv2026-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

  .ifv2026-wrapper .ifv2026-container {
    padding: 0 16px;
  }

  .ifv2026-wrapper .ifv2026-heading {
    max-width: 420px;
    font-size: 30px;
  }

  .ifv2026-wrapper .ifv2026-intro {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
  }

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

  .ifv2026-wrapper .ifv2026-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .ifv2026-wrapper .ifv2026-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
    border-radius: 15px;
  }

  .ifv2026-wrapper .ifv2026-i {
    font-size: 22px;
  }

  .ifv2026-wrapper .ifv2026-card-title {
    font-size: 16px;
  }

  .ifv2026-wrapper .ifv2026-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }
}

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

  .ifv2026-wrapper .ifv2026-container {
    padding: 0 12px;
  }

  .ifv2026-wrapper .ifv2026-heading {
    max-width: 350px;
    font-size: 27px;
  }

  .ifv2026-wrapper .ifv2026-intro {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.5;
  }

  .ifv2026-wrapper .ifv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .ifv2026-wrapper .ifv2026-card {
    min-height: 225px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .ifv2026-wrapper .ifv2026-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 14px;
  }

  .ifv2026-wrapper .ifv2026-i {
    font-size: 20px;
  }

  .ifv2026-wrapper .ifv2026-card-title {
    font-size: 15px;
  }

  .ifv2026-wrapper .ifv2026-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.42;
  }
}

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

  .ifv2026-wrapper .ifv2026-container {
    padding: 0 10px;
  }

  .ifv2026-wrapper .ifv2026-heading {
    max-width: 300px;
    font-size: 24px;
  }

  .ifv2026-wrapper .ifv2026-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
  }

  .ifv2026-wrapper .ifv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .ifv2026-wrapper .ifv2026-card {
    min-height: 218px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .ifv2026-wrapper .ifv2026-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
  }

  .ifv2026-wrapper .ifv2026-i {
    font-size: 18px;
  }

  .ifv2026-wrapper .ifv2026-card-title {
    font-size: 14px;
    line-height: 1.22;
  }

  .ifv2026-wrapper .ifv2026-card-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .ifv2026-wrapper .ifv2026-section {
    padding: 40px 0;
  }

  .ifv2026-wrapper .ifv2026-container {
    padding: 0 10px;
  }

  .ifv2026-wrapper .ifv2026-heading {
    font-size: 23px;
  }

  .ifv2026-wrapper .ifv2026-intro {
    font-size: 13px;
  }

  .ifv2026-wrapper .ifv2026-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .ifv2026-wrapper .ifv2026-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .ifv2026-wrapper .ifv2026-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }

  .ifv2026-wrapper .ifv2026-i {
    font-size: 18px;
  }

  .ifv2026-wrapper .ifv2026-card-title {
    font-size: 14px;
  }

  .ifv2026-wrapper .ifv2026-card-text {
    margin-top: 7px;
    font-size: 12px;
  }
}