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

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

.ibv26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #17212b;
  background: #ffffff;
}

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

.ibv26-section-white {
  background: #ffffff;
}

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

.ibv26-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 0;
}

.ibv26-heading {
  margin: 0 auto;
  text-align: center;
  color: #17212b;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  max-width: 980px;
}

.ibv26-intro {
  margin: 14px auto 0;
  text-align: center;
  color: #566273;
  line-height: 1.65;
  max-width: 760px;
  font-weight: 400;
}

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

.ibv26-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
  border: 1px solid #f0d8e5;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(190, 42, 117, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ibv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(225, 48, 108, 0.13), transparent 44%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ibv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(225, 48, 108, 0.42);
  box-shadow: 0 24px 56px rgba(131, 58, 180, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff5fa 100%);
}

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

.ibv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #e1306c 0%, #f77737 100%);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.22);
  color: #ffffff;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ibv26-card:hover .ibv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(247, 119, 55, 0.26);
}

.ibv26-i {
  display: block;
  color: #ffffff;
  line-height: 1;
}

.ibv26-title {
  position: relative;
  margin: 0;
  text-align: center;
  color: #17212b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ibv26-text {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #5b6675;
  line-height: 1.58;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .ibv26-section {
    padding: 86px 0;
  }

  .ibv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ibv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ibv26-grid {
    gap: 24px;
  }

  .ibv26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ibv26-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ibv26-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .ibv26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ibv26-i {
    font-size: 28px;
  }

  .ibv26-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ibv26-text {
    font-size: 15px;
  }
}

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

  .ibv26-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ibv26-heading {
    font-size: 34px;
  }

  .ibv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .ibv26-card {
    min-height: 264px;
    padding: 30px 22px 26px;
    border-radius: 16px;
  }

  .ibv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .ibv26-i {
    font-size: 25px;
  }

  .ibv26-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ibv26-text {
    font-size: 14px;
  }
}

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

  .ibv26-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ibv26-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .ibv26-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .ibv26-grid,
  .ibv26-grid-3,
  .ibv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

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

  .ibv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

  .ibv26-i {
    font-size: 21px;
  }

  .ibv26-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ibv26-text {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

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

  .ibv26-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ibv26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .ibv26-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .ibv26-grid,
  .ibv26-grid-3,
  .ibv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .ibv26-card {
    min-height: 222px;
    padding: 19px 10px 17px;
    border-radius: 13px;
  }

  .ibv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }

  .ibv26-i {
    font-size: 19px;
  }

  .ibv26-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ibv26-text {
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .ibv26-container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .ibv26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ibv26-intro {
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .ibv26-grid,
  .ibv26-grid-3,
  .ibv26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ibv26-card {
    min-height: 214px;
    padding: 16px 8px 14px;
    border-radius: 12px;
  }

  .ibv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
  }

  .ibv26-i {
    font-size: 18px;
  }

  .ibv26-title {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .ibv26-text {
    font-size: 11.2px;
    line-height: 1.42;
  }
}