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

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

.ifv202607-wrap {
  width: 100% !important;
  overflow: hidden;
  color: #18202b;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

.ifv202607-section {
  width: 100% !important;
  text-align: center;
}

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

.ifv202607-section-two {
  background: linear-gradient(180deg, #fff6f8 0%, #f8fbff 100%);
}

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

.ifv202607-heading {
  margin: 0 auto;
  color: #151b24;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.ifv202607-intro {
  margin: 14px auto 0;
  max-width: 780px;
  color: #5d6572;
  line-height: 1.7;
  text-align: center;
}

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

.ifv202607-card {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(221, 87, 118, 0.18);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(175, 49, 88, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}

.ifv202607-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(245, 94, 132, 0.12), transparent 45%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ifv202607-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(221, 87, 118, 0.42);
  box-shadow: 0 26px 62px rgba(175, 49, 88, 0.18);
  background: #ffffff;
}

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

.ifv202607-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e83e72 0%, #ff8a5c 100%);
  box-shadow: 0 14px 30px rgba(232, 62, 114, 0.24);
  color: #ffffff;
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ifv202607-card:hover .ifv202607-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 138, 92, 0.3);
}

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

.ifv202607-card h3 {
  margin: 18px auto 0;
  color: #171f2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ifv202607-card p {
  margin: 12px auto 0;
  color: #626b78;
  line-height: 1.62;
  text-align: center;
}

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

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

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

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

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

  .ifv202607-intro {
    font-size: 17px;
  }

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

  .ifv202607-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .ifv202607-icon {
    width: 68px;
    height: 68px;
  }

  .ifv202607-i {
    font-size: 28px;
  }

  .ifv202607-card h3 {
    font-size: 21px;
  }

  .ifv202607-card p {
    font-size: 15.5px;
  }
}

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

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

  .ifv202607-heading {
    font-size: 34px;
    max-width: 720px;
  }

  .ifv202607-intro {
    font-size: 16px;
  }

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

  .ifv202607-card {
    min-height: 270px;
    padding: 30px 24px;
  }

  .ifv202607-icon {
    width: 62px;
    height: 62px;
  }

  .ifv202607-i {
    font-size: 25px;
  }

  .ifv202607-card h3 {
    font-size: 19px;
  }

  .ifv202607-card p {
    font-size: 15px;
  }
}

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

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

  .ifv202607-heading {
    font-size: 27px;
    max-width: 390px;
  }

  .ifv202607-intro {
    font-size: 14.5px;
  }

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

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

  .ifv202607-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .ifv202607-i {
    font-size: 21px;
  }

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

  .ifv202607-card p {
    font-size: 13.25px;
    line-height: 1.52;
  }
}

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

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

  .ifv202607-heading {
    font-size: 24px;
    max-width: 340px;
  }

  .ifv202607-intro {
    font-size: 13.75px;
    line-height: 1.58;
  }

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

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

  .ifv202607-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ifv202607-i {
    font-size: 19px;
  }

  .ifv202607-card h3 {
    font-size: 15px;
  }

  .ifv202607-card p {
    font-size: 12.6px;
    line-height: 1.5;
  }
}

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

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

  .ifv202607-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .ifv202607-intro {
    font-size: 13px;
    line-height: 1.52;
  }

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

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

  .ifv202607-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

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

  .ifv202607-card h3 {
    font-size: 14px;
  }

  .ifv202607-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}