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

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

.biv26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182126;
  font-family: inherit;
}

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

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

.biv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(233, 72, 122, 0.09), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #f8fbfa 100%);
}

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

.biv26-heading,
.biv26-intro,
.biv26-card,
.biv26-card h3,
.biv26-card p,
.biv26-icon {
  text-align: center !important;
}

.biv26-heading {
  margin: 0 auto;
  color: #152025;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.biv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #516168;
  line-height: 1.7;
  font-weight: 400;
}

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

.biv26-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 77, 82, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(233, 72, 122, 0.08), transparent 44%);
  box-shadow: 0 18px 45px rgba(41, 58, 61, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.biv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 165, 160, 0.1), rgba(233, 72, 122, 0.08));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.biv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(233, 72, 122, 0.34);
  box-shadow: 0 24px 60px rgba(107, 43, 65, 0.16);
}

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

.biv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #18343b 0%, #0ea5a0 46%, #e9487a 100%);
  box-shadow: 0 14px 28px rgba(233, 72, 122, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.biv26-card:hover .biv26-icon {
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.12);
  box-shadow: 0 18px 36px rgba(14, 165, 160, 0.24);
}

.biv26-i {
  display: inline-block;
  color: inherit;
  line-height: 1;
}

.biv26-card h3,
.biv26-card p {
  position: relative;
  z-index: 1;
}

.biv26-card h3 {
  margin: 0;
  color: #172328;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.biv26-card p {
  margin: 0;
  color: #5b6870;
  line-height: 1.62;
  font-weight: 400;
}

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

.biv26-card.biv26-reveal.biv26-visible {
  opacity: 1;
  transform: translateY(0);
}

.biv26-card.biv26-reveal.biv26-visible:hover {
  transform: translateY(-7px);
}

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

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

  .biv26-heading {
    font-size: 44px;
    white-space: nowrap;
  }

  .biv26-intro {
    margin-top: 18px;
    font-size: 18px;
  }

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

  .biv26-card {
    min-height: 300px;
    padding: 36px 30px 32px;
    border-radius: 24px;
  }

  .biv26-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    font-size: 31px;
  }

  .biv26-card h3 {
    font-size: 22px;
  }

  .biv26-card p {
    margin-top: 14px;
    font-size: 16px;
  }
}

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

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

  .biv26-heading {
    font-size: 36px;
  }

  .biv26-intro {
    margin-top: 15px;
    font-size: 16px;
  }

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

  .biv26-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .biv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .biv26-card h3 {
    font-size: 20px;
  }

  .biv26-card p {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

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

  .biv26-heading {
    font-size: 28px;
    line-height: 1.16;
  }

  .biv26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

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

  .biv26-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .biv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 17px;
    font-size: 21px;
  }

  .biv26-card h3 {
    font-size: 16px;
  }

  .biv26-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .biv26-container {
    padding: 0 12px;
  }

  .biv26-heading {
    font-size: 25px;
    line-height: 1.16;
  }

  .biv26-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.52;
  }

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

  .biv26-card {
    min-height: 222px;
    padding: 19px 10px 18px;
    border-radius: 16px;
  }

  .biv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 16px;
    font-size: 19px;
  }

  .biv26-card h3 {
    font-size: 15px;
    line-height: 1.22;
  }

  .biv26-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.42;
  }
}

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

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

  .biv26-heading {
    font-size: 22px;
    line-height: 1.16;
  }

  .biv26-intro {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.46;
  }

  .biv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }

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

  .biv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
    border-radius: 14px;
    font-size: 17px;
  }

  .biv26-card h3 {
    font-size: 14px;
    line-height: 1.2;
  }

  .biv26-card p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.38;
  }
}