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

.ilv26-wrapper,
.ilv26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.ilv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1c1b22;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ilv26-section {
  width: 100% !important;
  position: relative;
}

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

.ilv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 72, 153, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7fb 0%, #fff2f6 100%);
}

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

.ilv26-heading,
.ilv26-intro,
.ilv26-card-title,
.ilv26-card-text {
  text-align: center !important;
}

.ilv26-heading {
  margin: 0 auto;
  color: #15131a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ilv26-intro {
  margin: 0 auto;
  color: #5f5968;
  line-height: 1.7;
  font-weight: 450;
  max-width: 760px;
}

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

.ilv26-card {
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(225, 29, 106, 0.24), rgba(251, 146, 60, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 48px rgba(142, 42, 86, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}

.ilv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(225, 29, 106, 0.08), rgba(251, 146, 60, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ilv26-card:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 26px 62px rgba(142, 42, 86, 0.18);
  border-color: rgba(225, 29, 106, 0.36);
}

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

.ilv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(225, 29, 106, 0.14), rgba(251, 146, 60, 0.16)),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(225, 29, 106, 0.16), 0 14px 30px rgba(225, 29, 106, 0.14);
  color: #e11d6a;
  transition: transform 260ms ease, color 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

.ilv26-card:hover .ilv26-icon {
  transform: translateY(-3px);
  color: #f97316;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.22), 0 18px 36px rgba(249, 115, 22, 0.16);
}

.ilv26-i {
  display: block;
  line-height: 1;
}

.ilv26-card-title {
  margin: 0;
  color: #19151d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.ilv26-card-text {
  margin: 0;
  color: #615a69;
  line-height: 1.62;
  font-weight: 450;
  position: relative;
  z-index: 1;
}

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

.ilv26-wrapper.ilv26-ready .ilv26-card.ilv26-revealed {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .ilv26-heading {
    font-size: 42px;
    max-width: 980px;
  }

  .ilv26-intro {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 42px;
  }

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

  .ilv26-grid {
    gap: 24px;
  }

  .ilv26-card {
    min-height: 294px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

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

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

  .ilv26-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ilv26-card-text {
    font-size: 15.5px;
  }
}

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

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

  .ilv26-heading {
    font-size: 34px;
    max-width: 760px;
  }

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

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

  .ilv26-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

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

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

  .ilv26-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .ilv26-card-text {
    font-size: 15px;
  }
}

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

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

  .ilv26-heading {
    font-size: 28px;
    max-width: 390px;
  }

  .ilv26-intro {
    font-size: 14.5px;
    line-height: 1.62;
    margin-top: 13px;
    margin-bottom: 24px;
    max-width: 420px;
  }

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

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

  .ilv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

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

  .ilv26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ilv26-card-text {
    font-size: 13.4px;
    line-height: 1.52;
  }
}

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

  .ilv26-container {
    padding: 0 13px;
  }

  .ilv26-heading {
    font-size: 25px;
    max-width: 330px;
  }

  .ilv26-intro {
    font-size: 13.7px;
    line-height: 1.56;
    margin-top: 12px;
    margin-bottom: 21px;
    max-width: 340px;
  }

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

  .ilv26-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .ilv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

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

  .ilv26-card-title {
    font-size: 14.8px;
    margin-bottom: 8px;
  }

  .ilv26-card-text {
    font-size: 12.7px;
    line-height: 1.48;
  }
}

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

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

  .ilv26-heading {
    font-size: 22px;
    max-width: 292px;
  }

  .ilv26-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 18px;
    max-width: 300px;
  }

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

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

  .ilv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

  .ilv26-card-title {
    font-size: 13.6px;
    margin-bottom: 7px;
  }

  .ilv26-card-text {
    font-size: 12px;
    line-height: 1.44;
  }
}