@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;
  background: #ffffff;
  color: #17201b;
  font-family: inherit;
}

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

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

.ibv26-wrap .ibv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 46, 108, 0.1), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #f7fbf8 100%);
}

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

.ibv26-wrap h2,
.ibv26-wrap h3,
.ibv26-wrap p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ibv26-wrap h2 {
  color: #14201a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ibv26-wrap .ibv26-intro {
  color: #52615a;
  line-height: 1.7;
  font-weight: 450;
  margin-top: 0;
}

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

.ibv26-wrap .ibv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  border: 1px solid rgba(26, 151, 118, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(236, 46, 108, 0.08), transparent 45%);
  box-shadow: 0 18px 45px rgba(17, 68, 54, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}

.ibv26-wrap .ibv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(236, 46, 108, 0.1), rgba(26, 151, 118, 0.1));
  transition: opacity 260ms ease;
}

.ibv26-wrap .ibv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(236, 46, 108, 0.34);
  box-shadow: 0 24px 62px rgba(98, 31, 55, 0.16);
}

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

.ibv26-wrap .ibv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ec2e6c 0%, #ff8b4a 48%, #1a9776 100%);
  box-shadow: 0 14px 30px rgba(236, 46, 108, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ibv26-wrap .ibv26-card:hover .ibv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(26, 151, 118, 0.26);
}

.ibv26-wrap .ibv26-i {
  display: inline-block;
  line-height: 1;
  color: currentColor;
  text-align: center;
}

.ibv26-wrap .ibv26-card h3 {
  color: #192620;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}

.ibv26-wrap .ibv26-card p {
  color: #5b6962;
  line-height: 1.65;
  font-weight: 430;
  margin-bottom: 0;
}

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

.ibv26-wrap .ibv26-reveal.ibv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

  .ibv26-wrap .ibv26-container {
    padding: 0 28px;
  }

  .ibv26-wrap h2 {
    max-width: 980px;
    font-size: 44px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .ibv26-wrap .ibv26-intro {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 42px;
  }

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

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

  .ibv26-wrap .ibv26-grid {
    gap: 24px;
  }

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

  .ibv26-wrap .ibv26-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 30px;
  }

  .ibv26-wrap .ibv26-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .ibv26-wrap .ibv26-card p {
    font-size: 15px;
    margin-top: 14px;
  }
}

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

  .ibv26-wrap .ibv26-container {
    padding: 0 24px;
  }

  .ibv26-wrap h2 {
    max-width: 720px;
    font-size: 36px;
    margin-bottom: 16px;
  }

  .ibv26-wrap .ibv26-intro {
    max-width: 680px;
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .ibv26-wrap .ibv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
  }

  .ibv26-wrap .ibv26-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .ibv26-wrap .ibv26-card h3 {
    font-size: 19px;
    margin-top: 0;
  }

  .ibv26-wrap .ibv26-card p {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

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

  .ibv26-wrap .ibv26-container {
    padding: 0 18px;
  }

  .ibv26-wrap h2 {
    max-width: 390px;
    font-size: 29px;
    margin-bottom: 12px;
  }

  .ibv26-wrap .ibv26-intro {
    max-width: 520px;
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

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

  .ibv26-wrap .ibv26-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .ibv26-wrap .ibv26-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .ibv26-wrap .ibv26-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 9px;
  }
}

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

  .ibv26-wrap .ibv26-container {
    padding: 0 14px;
  }

  .ibv26-wrap h2 {
    max-width: 340px;
    font-size: 26px;
    margin-bottom: 11px;
  }

  .ibv26-wrap .ibv26-intro {
    font-size: 13.8px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

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

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

  .ibv26-wrap .ibv26-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 20px;
  }

  .ibv26-wrap .ibv26-card h3 {
    font-size: 15px;
    margin-top: 0;
  }

  .ibv26-wrap .ibv26-card p {
    font-size: 12.4px;
    line-height: 1.45;
    margin-top: 8px;
  }
}

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

  .ibv26-wrap .ibv26-container {
    padding: 0 10px;
  }

  .ibv26-wrap h2 {
    max-width: 300px;
    font-size: 23px;
    margin-bottom: 10px;
  }

  .ibv26-wrap .ibv26-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

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

  .ibv26-wrap .ibv26-icon {
    width: 43px;
    height: 43px;
    border-radius: 12px;
    margin-bottom: 11px;
    font-size: 18px;
  }

  .ibv26-wrap .ibv26-card h3 {
    font-size: 13.8px;
    margin-top: 0;
  }

  .ibv26-wrap .ibv26-card p {
    font-size: 11.6px;
    line-height: 1.42;
    margin-top: 7px;
  }
}