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

.ibv2026-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #ffffff;
  color: #172126;
  font-family: inherit;
}

.ibv2026-wrapper *,
.ibv2026-wrapper *::before,
.ibv2026-wrapper *::after {
  box-sizing: border-box;
  min-width: 0;
}

.ibv2026-section {
  width: 100% !important;
  text-align: center;
}

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

.ibv2026-section-tint {
  background: linear-gradient(180deg, #fff7f6 0%, #f7fbf9 100%);
}

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

.ibv2026-wrapper h2 {
  margin: 0 auto;
  text-align: center;
  color: #172126;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ibv2026-intro {
  margin: 0 auto;
  text-align: center;
  color: #526168;
  line-height: 1.7;
  max-width: 760px;
}

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

.ibv2026-card {
  position: relative;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #f0deda;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(166, 70, 82, 0.12);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ibv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(236, 73, 102, 0.13), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ibv2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(236, 73, 102, 0.42);
  box-shadow: 0 24px 58px rgba(166, 70, 82, 0.19);
  background: #ffffff;
}

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

.ibv2026-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ec4966 0%, #ff9b73 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(236, 73, 102, 0.27);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ibv2026-card:hover .ibv2026-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(236, 73, 102, 0.34);
}

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

.ibv2026-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #172126;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ibv2026-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5f6e74;
  line-height: 1.62;
}

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

  .ibv2026-container {
    padding: 0 28px;
  }

  .ibv2026-wrapper h2 {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ibv2026-intro {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 42px;
  }

  .ibv2026-grid {
    gap: 24px;
  }

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

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

  .ibv2026-card {
    min-height: 296px;
    padding: 34px 28px;
  }

  .ibv2026-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .ibv2026-i {
    font-size: 29px;
  }

  .ibv2026-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ibv2026-card p {
    font-size: 15.5px;
  }
}

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

  .ibv2026-container {
    padding: 0 24px;
  }

  .ibv2026-wrapper h2 {
    font-size: 34px;
    max-width: 720px;
  }

  .ibv2026-intro {
    font-size: 16.5px;
    margin-top: 14px;
    margin-bottom: 34px;
  }

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

  .ibv2026-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ibv2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .ibv2026-i {
    font-size: 26px;
  }

  .ibv2026-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ibv2026-card p {
    font-size: 15px;
  }
}

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

  .ibv2026-container {
    padding: 0 16px;
  }

  .ibv2026-wrapper h2 {
    font-size: 28px;
    max-width: 420px;
  }

  .ibv2026-intro {
    font-size: 14.5px;
    margin-top: 12px;
    margin-bottom: 26px;
    line-height: 1.58;
  }

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

  .ibv2026-card {
    min-height: 232px;
    padding: 22px 15px;
    border-radius: 17px;
  }

  .ibv2026-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .ibv2026-i {
    font-size: 22px;
  }

  .ibv2026-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ibv2026-card p {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

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

  .ibv2026-container {
    padding: 0 14px;
  }

  .ibv2026-wrapper h2 {
    font-size: 25px;
    max-width: 350px;
  }

  .ibv2026-intro {
    font-size: 13.8px;
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 1.55;
  }

  .ibv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ibv2026-card {
    min-height: 224px;
    padding: 20px 12px;
    border-radius: 16px;
  }

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

  .ibv2026-i {
    font-size: 20px;
  }

  .ibv2026-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ibv2026-card p {
    font-size: 12.7px;
    line-height: 1.48;
  }
}

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

  .ibv2026-container {
    padding: 0 10px;
  }

  .ibv2026-wrapper h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .ibv2026-intro {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .ibv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ibv2026-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }

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

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

  .ibv2026-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ibv2026-card p {
    font-size: 12px;
    line-height: 1.44;
  }
}

@media (max-width: 319px) {
  .ibv2026-container {
    padding: 0 10px;
  }

  .ibv2026-grid {
    grid-template-columns: 1fr;
  }
}

.ibv2026-wrapper .ibv2026-card {
  opacity: 1;
  transform: translateY(0);
}

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

.ibv2026-wrapper.ibv2026-js-ready .ibv2026-card.ibv2026-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}