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

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

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

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

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

.iivx26-wrapper .iivx26-section-two {
  background:
    radial-gradient(circle at 18% 20%, rgba(244, 77, 118, 0.11), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(255, 181, 67, 0.14), transparent 30%),
    #fff8f4;
}

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

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

.iivx26-wrapper h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #211b25;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.iivx26-wrapper .iivx26-intro {
  margin-top: 0;
  color: #655b68;
  line-height: 1.65;
  max-width: 760px;
}

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

.iivx26-wrapper .iivx26-card {
  position: relative;
  height: 100% !important;
  text-align: center !important;
  border: 1px solid rgba(244, 77, 118, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.94));
  box-shadow: 0 18px 45px rgba(136, 45, 82, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 380ms ease;
  overflow: hidden;
}

.iivx26-wrapper .iivx26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 77, 118, 0.1), rgba(255, 181, 67, 0.08), rgba(132, 71, 255, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.iivx26-wrapper .iivx26-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(244, 77, 118, 0.42);
  box-shadow: 0 26px 62px rgba(136, 45, 82, 0.18);
}

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

.iivx26-wrapper .iivx26-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #f44d76 0%, #ff8a3d 48%, #8447ff 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(244, 77, 118, 0.25);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.iivx26-wrapper .iivx26-i {
  color: #ffffff;
  line-height: 1;
}

.iivx26-wrapper h3 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: #27202b;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.iivx26-wrapper .iivx26-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #6d6370;
  line-height: 1.6;
}

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

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

  .iivx26-wrapper h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .iivx26-wrapper .iivx26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .iivx26-wrapper .iivx26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .iivx26-wrapper .iivx26-card {
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 24px;
  }

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

  .iivx26-wrapper .iivx26-i {
    font-size: 29px;
  }

  .iivx26-wrapper h3 {
    font-size: 21px;
  }

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

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

  .iivx26-wrapper .iivx26-container {
    padding: 0 24px;
  }

  .iivx26-wrapper h2 {
    font-size: 34px;
  }

  .iivx26-wrapper .iivx26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .iivx26-wrapper .iivx26-card {
    min-height: 264px;
    padding: 30px 24px;
    border-radius: 22px;
  }

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

  .iivx26-wrapper .iivx26-i {
    font-size: 26px;
  }

  .iivx26-wrapper h3 {
    font-size: 19px;
  }

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

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

  .iivx26-wrapper .iivx26-container {
    padding: 0 18px;
  }

  .iivx26-wrapper h2 {
    font-size: 28px;
    max-width: 420px;
  }

  .iivx26-wrapper .iivx26-intro {
    font-size: 14.5px;
    margin-bottom: 24px;
  }

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

  .iivx26-wrapper .iivx26-card {
    min-height: 226px;
    padding: 22px 15px;
    border-radius: 18px;
  }

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

  .iivx26-wrapper .iivx26-i {
    font-size: 21px;
  }

  .iivx26-wrapper h3 {
    font-size: 16px;
  }

  .iivx26-wrapper .iivx26-card p {
    font-size: 13px;
    line-height: 1.52;
  }
}

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

  .iivx26-wrapper .iivx26-container {
    padding: 0 14px;
  }

  .iivx26-wrapper h2 {
    font-size: 25px;
    max-width: 340px;
  }

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

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

  .iivx26-wrapper .iivx26-card {
    min-height: 218px;
    padding: 19px 12px;
    border-radius: 16px;
  }

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

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

  .iivx26-wrapper h3 {
    font-size: 14.5px;
  }

  .iivx26-wrapper .iivx26-card p {
    font-size: 12.4px;
    line-height: 1.48;
  }
}

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

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

  .iivx26-wrapper h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .iivx26-wrapper .iivx26-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

  .iivx26-wrapper .iivx26-card {
    min-height: 212px;
    padding: 17px 9px;
    border-radius: 14px;
  }

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

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

  .iivx26-wrapper h3 {
    font-size: 13.5px;
    line-height: 1.2;
  }

  .iivx26-wrapper .iivx26-card p {
    font-size: 11.8px;
    line-height: 1.44;
  }
}