@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.5.2/css/all.min.css");

.ifv2026-wrap,
.ifv2026-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ifv2026-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18201d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.ifv2026-section-one,
.ifv2026-section-three {
  background: #ffffff;
}

.ifv2026-section-two {
  background:
    radial-gradient(circle at 18% 18%, rgba(236, 72, 153, 0.08), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(245, 158, 11, 0.1), transparent 32%),
    #fff8fb;
}

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

.ifv2026-heading {
  margin: 0 auto;
  color: #101715;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.ifv2026-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #52615c;
  font-weight: 450;
  line-height: 1.65;
  text-align: center;
}

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

.ifv2026-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 253, 0.96));
  border: 1px solid rgba(229, 184, 204, 0.78);
  box-shadow: 0 18px 42px rgba(99, 37, 73, 0.09);
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease;
}

.ifv2026-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(236, 72, 153, 0.09), transparent 42%),
    linear-gradient(315deg, rgba(245, 158, 11, 0.1), transparent 45%);
  transition: opacity 280ms ease;
}

.ifv2026-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(236, 72, 153, 0.42);
  box-shadow: 0 24px 56px rgba(122, 32, 83, 0.15);
}

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

.ifv2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, #d62976 0%, #f77737 58%, #fcb045 100%);
  box-shadow: 0 14px 28px rgba(214, 41, 118, 0.24);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    filter 280ms ease;
}

.ifv2026-card:hover .ifv2026-icon {
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(247, 119, 55, 0.28);
}

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

.ifv2026-card-title {
  position: relative;
  margin: 0;
  color: #171f1c;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ifv2026-card-text {
  position: relative;
  margin: 0 auto;
  color: #5c6964;
  font-weight: 430;
  line-height: 1.55;
  text-align: center;
}

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

.ifv2026-wrap.ifv2026-js .ifv2026-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
}

.ifv2026-wrap.ifv2026-js .ifv2026-reveal.ifv2026-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

  .ifv2026-grid {
    margin-top: 42px;
    gap: 24px;
  }

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

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

  .ifv2026-card {
    min-height: 300px;
    padding: 34px 26px;
    border-radius: 24px;
  }

  .ifv2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 22px;
    font-size: 29px;
  }

  .ifv2026-card-title {
    font-size: 21px;
  }

  .ifv2026-card-text {
    margin-top: 12px;
    font-size: 15.5px;
  }
}

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

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

  .ifv2026-heading {
    font-size: 34px;
    max-width: 780px;
  }

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

  .ifv2026-grid,
  .ifv2026-grid-3,
  .ifv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }

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

  .ifv2026-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    border-radius: 20px;
    font-size: 26px;
  }

  .ifv2026-card-title {
    font-size: 20px;
  }

  .ifv2026-card-text {
    margin-top: 11px;
    font-size: 15px;
  }
}

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

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

  .ifv2026-heading {
    font-size: 28px;
    max-width: 520px;
  }

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

  .ifv2026-grid,
  .ifv2026-grid-3,
  .ifv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .ifv2026-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .ifv2026-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 17px;
    font-size: 22px;
  }

  .ifv2026-card-title {
    font-size: 17px;
  }

  .ifv2026-card-text {
    margin-top: 9px;
    font-size: 13.4px;
    line-height: 1.48;
  }
}

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

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

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

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

  .ifv2026-grid,
  .ifv2026-grid-3,
  .ifv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }

  .ifv2026-card {
    min-height: 225px;
    padding: 19px 11px;
    border-radius: 16px;
  }

  .ifv2026-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 15px;
    font-size: 20px;
  }

  .ifv2026-card-title {
    font-size: 15.5px;
  }

  .ifv2026-card-text {
    margin-top: 8px;
    font-size: 12.7px;
    line-height: 1.44;
  }
}

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

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

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

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

  .ifv2026-grid,
  .ifv2026-grid-3,
  .ifv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

  .ifv2026-card {
    min-height: 218px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .ifv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-size: 18px;
  }

  .ifv2026-card-title {
    font-size: 14px;
  }

  .ifv2026-card-text {
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .ifv2026-grid,
  .ifv2026-grid-3,
  .ifv2026-grid-4 {
    grid-template-columns: 1fr;
  }
}