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

.iiw-privscope,
.iiw-privscope * {
  box-sizing: border-box;
  min-width: 0;
}

.iiw-privscope {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
}

.iiw-privscope .iiw-section {
  width: 100% !important;
  overflow: hidden;
}

.iiw-privscope .iiw-section-white {
  background: #ffffff;
}

.iiw-privscope .iiw-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(224, 64, 251, 0.09), transparent 32%),
    linear-gradient(180deg, #fff7fb 0%, #f8fbff 100%);
}

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

.iiw-privscope .iiw-heading,
.iiw-privscope .iiw-intro,
.iiw-privscope .iiw-card,
.iiw-privscope .iiw-card h3,
.iiw-privscope .iiw-card p {
  text-align: center !important;
}

.iiw-privscope .iiw-heading {
  margin: 0 auto;
  color: #141923;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.iiw-privscope .iiw-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #5b6472;
  line-height: 1.65;
  font-weight: 500;
}

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

.iiw-privscope .iiw-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(228, 32, 134, 0.08), rgba(42, 197, 255, 0.08));
  border: 1px solid rgba(226, 215, 227, 0.95);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(49, 35, 58, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}

.iiw-privscope .iiw-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(228, 32, 134, 0.12), transparent 38%, rgba(42, 197, 255, 0.12));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.iiw-privscope .iiw-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(228, 32, 134, 0.38);
  box-shadow: 0 24px 62px rgba(49, 35, 58, 0.15);
}

.iiw-privscope .iiw-card:hover::before {
  opacity: 1;
}

.iiw-privscope .iiw-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #e42086 0%, #7f5af0 52%, #2ac5ff 100%);
  box-shadow: 0 14px 32px rgba(228, 32, 134, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.iiw-privscope .iiw-card:hover .iiw-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(42, 197, 255, 0.26);
}

.iiw-privscope .iiw-i {
  display: block;
  line-height: 1;
  color: #ffffff;
}

.iiw-privscope .iiw-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171b24;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.iiw-privscope .iiw-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #606a78;
  line-height: 1.58;
  font-weight: 500;
}

.iiw-privscope.iiw-js .iiw-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.iiw-privscope.iiw-js .iiw-reveal.iiw-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

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

  .iiw-privscope .iiw-container {
    padding: 0 28px;
  }

  .iiw-privscope .iiw-heading {
    font-size: 40px;
    white-space: nowrap;
  }

  .iiw-privscope .iiw-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .iiw-privscope .iiw-card {
    min-height: 300px;
    padding: 36px 28px 32px;
  }

  .iiw-privscope .iiw-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .iiw-privscope .iiw-i {
    font-size: 28px;
  }

  .iiw-privscope .iiw-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

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

  .iiw-privscope .iiw-container {
    padding: 0 24px;
  }

  .iiw-privscope .iiw-heading {
    font-size: 34px;
  }

  .iiw-privscope .iiw-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

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

  .iiw-privscope .iiw-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .iiw-privscope .iiw-i {
    font-size: 25px;
  }

  .iiw-privscope .iiw-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .iiw-privscope .iiw-card p {
    font-size: 14px;
  }
}

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

  .iiw-privscope .iiw-container {
    padding: 0 16px;
  }

  .iiw-privscope .iiw-heading {
    font-size: 27px;
    line-height: 1.18;
  }

  .iiw-privscope .iiw-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

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

  .iiw-privscope .iiw-card {
    min-height: 236px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .iiw-privscope .iiw-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .iiw-privscope .iiw-i {
    font-size: 21px;
  }

  .iiw-privscope .iiw-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .iiw-privscope .iiw-card p {
    font-size: 12.8px;
    line-height: 1.48;
  }
}

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

  .iiw-privscope .iiw-container {
    padding: 0 12px;
  }

  .iiw-privscope .iiw-heading {
    font-size: 24px;
    line-height: 1.18;
  }

  .iiw-privscope .iiw-intro {
    font-size: 13.4px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .iiw-privscope .iiw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .iiw-privscope .iiw-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 14px;
  }

  .iiw-privscope .iiw-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .iiw-privscope .iiw-i {
    font-size: 19px;
  }

  .iiw-privscope .iiw-card h3 {
    font-size: 14.6px;
    margin-bottom: 8px;
  }

  .iiw-privscope .iiw-card p {
    font-size: 12px;
    line-height: 1.43;
  }
}

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

  .iiw-privscope .iiw-container {
    padding: 0 9px;
  }

  .iiw-privscope .iiw-heading {
    font-size: 21px;
    line-height: 1.18;
  }

  .iiw-privscope .iiw-intro {
    font-size: 12.6px;
    line-height: 1.46;
    margin-bottom: 18px;
  }

  .iiw-privscope .iiw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

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

  .iiw-privscope .iiw-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .iiw-privscope .iiw-i {
    font-size: 18px;
  }

  .iiw-privscope .iiw-card h3 {
    font-size: 13.4px;
    margin-bottom: 7px;
  }

  .iiw-privscope .iiw-card p {
    font-size: 11.3px;
    line-height: 1.38;
  }
}