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

.igrev-wrapper,
.igrev-wrapper * {
  box-sizing: border-box;
}

.igrev-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #241f24;
  font-family: inherit;
}

.igrev-wrapper .igrev-section {
  width: 100% !important;
  max-width: 100% !important;
}

.igrev-wrapper .igrev-section-white {
  background: #ffffff;
}

.igrev-wrapper .igrev-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 47, 109, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #fffafd 100%);
}

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

.igrev-wrapper h2,
.igrev-wrapper h3,
.igrev-wrapper p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.igrev-wrapper h2 {
  color: #1f171d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.igrev-wrapper .igrev-intro {
  color: #6d5f68;
  line-height: 1.68;
  margin-top: 0;
}

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

.igrev-wrapper .igrev-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% -20%, rgba(255, 47, 109, 0.12), transparent 40%);
  border: 1px solid rgba(255, 47, 109, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(92, 26, 56, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
}

.igrev-wrapper .igrev-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 47, 109, 0.08), rgba(251, 172, 64, 0.08), rgba(32, 201, 151, 0.05));
  transition: opacity 280ms ease;
}

.igrev-wrapper .igrev-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 47, 109, 0.34);
  box-shadow: 0 26px 66px rgba(92, 26, 56, 0.16);
}

.igrev-wrapper .igrev-card:hover::before {
  opacity: 1;
}

.igrev-wrapper .igrev-card:hover .igrev-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(255, 47, 109, 0.26);
}

.igrev-wrapper .igrev-card:hover .igrev-i {
  transform: scale(1.08);
}

.igrev-wrapper .igrev-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff2f6d 0%, #fbac40 55%, #20c997 100%);
  box-shadow: 0 12px 30px rgba(255, 47, 109, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.igrev-wrapper .igrev-i {
  display: inline-block;
  line-height: 1;
  transition: transform 280ms ease;
}

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

.igrev-wrapper .igrev-card h3 {
  color: #251821;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
  margin-top: 0;
}

.igrev-wrapper .igrev-card p {
  color: #695e66;
  line-height: 1.62;
  margin-bottom: 0;
}

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

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

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

  .igrev-wrapper .igrev-container {
    padding: 0 28px;
  }

  .igrev-wrapper h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .igrev-wrapper .igrev-intro {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .igrev-wrapper .igrev-grid {
    gap: 26px;
  }

  .igrev-wrapper .igrev-card {
    min-height: 300px;
    padding: 36px 30px 32px;
  }

  .igrev-wrapper .igrev-icon {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .igrev-wrapper .igrev-i {
    font-size: 30px;
  }

  .igrev-wrapper .igrev-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

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

  .igrev-wrapper .igrev-container {
    padding: 0 22px;
  }

  .igrev-wrapper h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .igrev-wrapper .igrev-intro {
    max-width: 690px;
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .igrev-wrapper .igrev-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .igrev-wrapper .igrev-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .igrev-wrapper .igrev-i {
    font-size: 27px;
  }

  .igrev-wrapper .igrev-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

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

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

  .igrev-wrapper .igrev-container {
    padding: 0 16px;
  }

  .igrev-wrapper h2 {
    font-size: 28px;
    max-width: 420px;
    margin-bottom: 12px;
  }

  .igrev-wrapper .igrev-intro {
    max-width: 560px;
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .igrev-wrapper .igrev-card {
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .igrev-wrapper .igrev-icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .igrev-wrapper .igrev-i {
    font-size: 22px;
  }

  .igrev-wrapper .igrev-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igrev-wrapper .igrev-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .igrev-wrapper .igrev-container {
    padding: 0 12px;
  }

  .igrev-wrapper h2 {
    font-size: 25px;
    max-width: 350px;
    margin-bottom: 10px;
  }

  .igrev-wrapper .igrev-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .igrev-wrapper .igrev-card {
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .igrev-wrapper .igrev-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .igrev-wrapper .igrev-i {
    font-size: 20px;
  }

  .igrev-wrapper .igrev-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .igrev-wrapper .igrev-card p {
    font-size: 12.5px;
    line-height: 1.44;
  }
}

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

  .igrev-wrapper .igrev-container {
    padding: 0 10px;
  }

  .igrev-wrapper h2 {
    font-size: 22px;
    max-width: 300px;
    margin-bottom: 9px;
  }

  .igrev-wrapper .igrev-intro {
    font-size: 12.5px;
    line-height: 1.46;
    margin-bottom: 18px;
  }

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

  .igrev-wrapper .igrev-card {
    min-height: 215px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

  .igrev-wrapper .igrev-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .igrev-wrapper .igrev-i {
    font-size: 18px;
  }

  .igrev-wrapper .igrev-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igrev-wrapper .igrev-card p {
    font-size: 12px;
    line-height: 1.38;
  }
}