@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-wrapper,
.ibv26-wrapper * {
  box-sizing: border-box;
}

.ibv26-wrapper {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #182027;
  font-family: inherit;
  text-align: center;
}

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

.ibv26-wrapper .ibv26-section {
  position: relative;
  width: 100%;
  min-width: 0;
  text-align: center;
  isolation: isolate;
}

.ibv26-wrapper .ibv26-white {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.ibv26-wrapper .ibv26-tint {
  background: #fff7fb;
  box-shadow: 0 0 0 100vmax #fff7fb;
  clip-path: inset(0 -100vmax);
}

.ibv26-wrapper h2 {
  margin: 0 auto;
  max-width: 980px;
  color: #151923;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.ibv26-wrapper .ibv26-intro {
  margin: 16px auto 0;
  max-width: 760px;
  color: #5f6874;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}

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

.ibv26-wrapper .ibv26-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(219, 42, 118, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 199, 64, 0.16), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
  box-shadow: 0 18px 46px rgba(164, 35, 92, 0.12);
  text-align: center;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, background-position 300ms ease;
  opacity: 1;
  transform: translateY(0);
}

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

.ibv26-wrapper .ibv26-card.ibv26-reveal-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 300ms ease, border-color 300ms ease, background-position 300ms ease;
}

.ibv26-wrapper .ibv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(219, 42, 118, 0.1), rgba(255, 199, 64, 0.08), rgba(94, 64, 255, 0.06));
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.ibv26-wrapper .ibv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(219, 42, 118, 0.36);
  box-shadow: 0 24px 64px rgba(164, 35, 92, 0.2);
}

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

.ibv26-wrapper .ibv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #db2a76 0%, #ff7a59 48%, #ffc740 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(219, 42, 118, 0.26);
  transition: transform 300ms ease, box-shadow 300ms ease;
  text-align: center;
}

.ibv26-wrapper .ibv26-card:hover .ibv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(219, 42, 118, 0.34);
}

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

.ibv26-wrapper h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #182027;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ibv26-wrapper .ibv26-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #68717d;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

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

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

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

  .ibv26-wrapper .ibv26-grid {
    gap: 26px;
    margin-top: 42px;
  }

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

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

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

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

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

  .ibv26-wrapper h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

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

  .ibv26-wrapper h2 {
    font-size: 34px;
  }

  .ibv26-wrapper .ibv26-intro {
    font-size: 16px;
  }

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

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

  .ibv26-wrapper .ibv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

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

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

  .ibv26-wrapper .ibv26-card p {
    font-size: 14.5px;
  }
}

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

  .ibv26-wrapper h2 {
    font-size: 28px;
  }

  .ibv26-wrapper .ibv26-intro {
    font-size: 14.5px;
    line-height: 1.6;
  }

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

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

  .ibv26-wrapper .ibv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

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

  .ibv26-wrapper h3 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }

  .ibv26-wrapper .ibv26-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .ibv26-wrapper h2 {
    font-size: 25px;
  }

  .ibv26-wrapper .ibv26-intro {
    font-size: 13.8px;
    line-height: 1.55;
  }

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

  .ibv26-wrapper .ibv26-card {
    min-height: 222px;
    padding: 19px 12px;
    border-radius: 15px;
  }

  .ibv26-wrapper .ibv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

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

  .ibv26-wrapper h3 {
    font-size: 15.4px;
    margin-bottom: 8px;
  }

  .ibv26-wrapper .ibv26-card p {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

  .ibv26-wrapper h2 {
    font-size: 22px;
  }

  .ibv26-wrapper .ibv26-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .ibv26-wrapper .ibv26-card {
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .ibv26-wrapper .ibv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

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

  .ibv26-wrapper h3 {
    font-size: 14.2px;
    margin-bottom: 7px;
  }

  .ibv26-wrapper .ibv26-card p {
    font-size: 11.8px;
    line-height: 1.42;
  }
}