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

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

.ifv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #20232a;
  font-family: Arial, Helvetica, sans-serif;
}

.ifv26-section {
  width: 100% !important;
}

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

.ifv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 79, 123, 0.1), transparent 36%),
    linear-gradient(180deg, #fff7f9 0%, #fffdf8 100%);
}

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

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

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

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

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

.ifv26-card {
  position: relative;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(247, 79, 123, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(32, 35, 42, 0.08);
  overflow: hidden;
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ifv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(247, 79, 123, 0.08), rgba(255, 178, 64, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ifv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(247, 79, 123, 0.42);
  box-shadow: 0 24px 58px rgba(247, 79, 123, 0.16);
}

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

.ifv26-card:hover .ifv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(247, 79, 123, 0.24);
}

.ifv26-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #f74f7b 0%, #ffb240 100%);
  box-shadow: 0 12px 28px rgba(247, 79, 123, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
  text-align: center !important;
}

.ifv26-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

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

.ifv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #676d79;
  line-height: 1.6;
}

.ifv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

  .ifv26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

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

  .ifv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }

  .ifv26-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

  .ifv26-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .ifv26-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

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

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

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

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

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

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

  .ifv26-card {
    min-height: 266px;
    padding: 30px 24px 26px;
  }

  .ifv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .ifv26-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ifv26-card-text {
    font-size: 14.5px;
  }
}

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

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

  .ifv26-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .ifv26-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.6;
  }

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

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

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

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

  .ifv26-card-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .ifv26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .ifv26-intro {
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

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

  .ifv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 19px;
  }

  .ifv26-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ifv26-card-text {
    font-size: 12.3px;
    line-height: 1.45;
  }
}

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

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

  .ifv26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ifv26-intro {
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.5;
  }

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

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

  .ifv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 17px;
  }

  .ifv26-card-title {
    font-size: 13.8px;
    margin-bottom: 7px;
  }

  .ifv26-card-text {
    font-size: 11.7px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ifv26-grid {
    grid-template-columns: 1fr;
  }
}