@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.igiv-editorial-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.igiv-editorial-wrap,
.igiv-editorial-wrap div,
.igiv-editorial-wrap section,
.igiv-editorial-wrap article {
  box-sizing: border-box;
}

.igiv-editorial-wrap .igiv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.igiv-editorial-wrap .igiv-section-white {
  background: #ffffff;
}

.igiv-editorial-wrap .igiv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 88, 117, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(131, 80, 255, 0.08), transparent 30%),
    #faf8fb;
}

.igiv-editorial-wrap .igiv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.igiv-editorial-wrap .igiv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.igiv-editorial-wrap .igiv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(225, 56, 116, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 88, 117, 0.1), rgba(131, 80, 255, 0.1));
  color: #9b245d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.igiv-editorial-wrap h2 {
  margin: 14px 0 0;
  color: #151827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igiv-editorial-wrap .igiv-section-head p {
  margin: 16px auto 0;
  color: #5f6678;
  line-height: 1.7;
}

.igiv-editorial-wrap .igiv-card-grid {
  display: grid;
  align-items: stretch;
}

.igiv-editorial-wrap .igiv-card,
.igiv-editorial-wrap .igiv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(28, 32, 48, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(26, 28, 45, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.igiv-editorial-wrap .igiv-card::before,
.igiv-editorial-wrap .igiv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 88, 117, 0.14), rgba(131, 80, 255, 0.12), rgba(255, 180, 64, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.igiv-editorial-wrap .igiv-card:hover,
.igiv-editorial-wrap .igiv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 56, 116, 0.24);
  box-shadow: 0 24px 70px rgba(26, 28, 45, 0.13);
}

.igiv-editorial-wrap .igiv-card:hover::before,
.igiv-editorial-wrap .igiv-trust-card:hover::before {
  opacity: 1;
}

.igiv-editorial-wrap .igiv-card h3,
.igiv-editorial-wrap .igiv-step-card h3,
.igiv-editorial-wrap .igiv-trust-card h3 {
  position: relative;
  margin: 0;
  color: #181c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igiv-editorial-wrap .igiv-card p,
.igiv-editorial-wrap .igiv-step-card p,
.igiv-editorial-wrap .igiv-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #626a7c;
  line-height: 1.68;
}

.igiv-editorial-wrap .igiv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5875, #8350ff);
  box-shadow: 0 14px 30px rgba(225, 56, 116, 0.24);
  transition: transform 240ms ease;
}

.igiv-editorial-wrap .igiv-card:hover .igiv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.igiv-editorial-wrap .igiv-icon::before,
.igiv-editorial-wrap .igiv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.igiv-editorial-wrap .igiv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.igiv-editorial-wrap .igiv-icon-frame::after {
  width: 7px;
  height: 7px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
}

.igiv-editorial-wrap .igiv-icon-speed::before {
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
}

.igiv-editorial-wrap .igiv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 21px;
  top: 24px;
  background: #ffffff;
  transform: rotate(-28deg);
  border-radius: 2px;
}

.igiv-editorial-wrap .igiv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.igiv-editorial-wrap .igiv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.igiv-editorial-wrap .igiv-icon-path::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igiv-editorial-wrap .igiv-icon-path::after {
  width: 13px;
  height: 2px;
  left: 18px;
  top: 22px;
  background: #ffffff;
  border-radius: 2px;
}

.igiv-editorial-wrap .igiv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.igiv-editorial-wrap .igiv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
}

.igiv-editorial-wrap .igiv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.igiv-editorial-wrap .igiv-icon-daily::after {
  width: 14px;
  height: 2px;
  left: 16px;
  top: 23px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.igiv-editorial-wrap .igiv-step-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.igiv-editorial-wrap .igiv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(28, 32, 48, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.86)),
    #ffffff;
  box-shadow: 0 18px 54px rgba(26, 28, 45, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.igiv-editorial-wrap .igiv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -58px;
  top: -62px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 88, 117, 0.14), rgba(131, 80, 255, 0.12));
}

.igiv-editorial-wrap .igiv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 56, 116, 0.22);
  box-shadow: 0 24px 70px rgba(26, 28, 45, 0.12);
}

.igiv-editorial-wrap .igiv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff5875, #8350ff);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 18px 36px rgba(131, 80, 255, 0.22);
}

.igiv-editorial-wrap .igiv-step-content {
  position: relative;
  z-index: 1;
}

.igiv-editorial-wrap .igiv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.igiv-editorial-wrap .igiv-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(225, 56, 116, 0.09);
  color: #9b245d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.igiv-editorial-wrap .igiv-trust-card {
  padding-top: 34px;
}

.igiv-editorial-wrap .igiv-trust-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff5875;
  box-shadow: 0 0 0 8px rgba(255, 88, 117, 0.12), 0 0 0 16px rgba(131, 80, 255, 0.06);
}

.igiv-editorial-wrap .igiv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.igiv-editorial-wrap .igiv-reveal.igiv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .igiv-editorial-wrap .igiv-section {
    padding: 52px 0;
  }

  .igiv-editorial-wrap .igiv-container {
    padding: 0 16px;
  }

  .igiv-editorial-wrap h2 {
    font-size: 28px;
  }

  .igiv-editorial-wrap .igiv-section-head p {
    font-size: 15px;
  }

  .igiv-editorial-wrap .igiv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .igiv-editorial-wrap .igiv-card,
  .igiv-editorial-wrap .igiv-trust-card {
    padding: 22px;
  }

  .igiv-editorial-wrap .igiv-card h3,
  .igiv-editorial-wrap .igiv-step-card h3,
  .igiv-editorial-wrap .igiv-trust-card h3 {
    font-size: 18px;
  }

  .igiv-editorial-wrap .igiv-card p,
  .igiv-editorial-wrap .igiv-step-card p,
  .igiv-editorial-wrap .igiv-trust-card p {
    font-size: 14px;
  }

  .igiv-editorial-wrap .igiv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .igiv-editorial-wrap .igiv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .igiv-editorial-wrap .igiv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igiv-editorial-wrap .igiv-section {
    padding: 58px 0;
  }

  .igiv-editorial-wrap .igiv-container {
    padding: 0 18px;
  }

  .igiv-editorial-wrap h2 {
    font-size: 31px;
  }

  .igiv-editorial-wrap .igiv-section-head p {
    font-size: 15.5px;
  }

  .igiv-editorial-wrap .igiv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .igiv-editorial-wrap .igiv-card,
  .igiv-editorial-wrap .igiv-trust-card {
    padding: 24px;
  }

  .igiv-editorial-wrap .igiv-card h3,
  .igiv-editorial-wrap .igiv-step-card h3,
  .igiv-editorial-wrap .igiv-trust-card h3 {
    font-size: 19px;
  }

  .igiv-editorial-wrap .igiv-card p,
  .igiv-editorial-wrap .igiv-step-card p,
  .igiv-editorial-wrap .igiv-trust-card p {
    font-size: 14.5px;
  }

  .igiv-editorial-wrap .igiv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

  .igiv-editorial-wrap .igiv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .igiv-editorial-wrap .igiv-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igiv-editorial-wrap .igiv-section {
    padding: 64px 0;
  }

  .igiv-editorial-wrap .igiv-container {
    padding: 0 22px;
  }

  .igiv-editorial-wrap h2 {
    font-size: 34px;
  }

  .igiv-editorial-wrap .igiv-section-head p {
    font-size: 16px;
  }

  .igiv-editorial-wrap .igiv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .igiv-editorial-wrap .igiv-card,
  .igiv-editorial-wrap .igiv-trust-card {
    padding: 26px;
  }

  .igiv-editorial-wrap .igiv-card h3,
  .igiv-editorial-wrap .igiv-step-card h3,
  .igiv-editorial-wrap .igiv-trust-card h3 {
    font-size: 20px;
  }

  .igiv-editorial-wrap .igiv-card p,
  .igiv-editorial-wrap .igiv-step-card p,
  .igiv-editorial-wrap .igiv-trust-card p {
    font-size: 15px;
  }

  .igiv-editorial-wrap .igiv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

  .igiv-editorial-wrap .igiv-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }

  .igiv-editorial-wrap .igiv-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igiv-editorial-wrap .igiv-section {
    padding: 78px 0;
  }

  .igiv-editorial-wrap .igiv-container {
    padding: 0 30px;
  }

  .igiv-editorial-wrap h2 {
    font-size: 42px;
  }

  .igiv-editorial-wrap .igiv-section-head p {
    font-size: 17px;
  }

  .igiv-editorial-wrap .igiv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .igiv-editorial-wrap .igiv-card,
  .igiv-editorial-wrap .igiv-trust-card {
    padding: 28px;
  }

  .igiv-editorial-wrap .igiv-card h3,
  .igiv-editorial-wrap .igiv-step-card h3,
  .igiv-editorial-wrap .igiv-trust-card h3 {
    font-size: 21px;
  }

  .igiv-editorial-wrap .igiv-card p,
  .igiv-editorial-wrap .igiv-step-card p,
  .igiv-editorial-wrap .igiv-trust-card p {
    font-size: 15.5px;
  }

  .igiv-editorial-wrap .igiv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

  .igiv-editorial-wrap .igiv-step-card {
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 30px;
  }

  .igiv-editorial-wrap .igiv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .igiv-editorial-wrap .igiv-section {
    padding: 96px 0;
  }

  .igiv-editorial-wrap .igiv-container {
    padding: 0 32px;
  }

  .igiv-editorial-wrap h2 {
    font-size: 48px;
  }

  .igiv-editorial-wrap .igiv-section-head p {
    font-size: 18px;
  }

  .igiv-editorial-wrap .igiv-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .igiv-editorial-wrap .igiv-card,
  .igiv-editorial-wrap .igiv-trust-card {
    padding: 30px;
  }

  .igiv-editorial-wrap .igiv-card h3,
  .igiv-editorial-wrap .igiv-step-card h3,
  .igiv-editorial-wrap .igiv-trust-card h3 {
    font-size: 22px;
  }

  .igiv-editorial-wrap .igiv-card p,
  .igiv-editorial-wrap .igiv-step-card p,
  .igiv-editorial-wrap .igiv-trust-card p {
    font-size: 16px;
  }

  .igiv-editorial-wrap .igiv-step-list {
    gap: 24px;
    margin-top: 52px;
  }

  .igiv-editorial-wrap .igiv-step-card {
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 34px;
  }

  .igiv-editorial-wrap .igiv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}