@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.5.2/css/all.min.css");

.igwv-editorial-wrap {
  --igwv-ink: #20171f;
  --igwv-muted: #6f6470;
  --igwv-line: rgba(88, 54, 86, 0.14);
  --igwv-grad-a: #f56040;
  --igwv-grad-b: #c13584;
  --igwv-grad-c: #833ab4;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--igwv-ink);
}

.igwv-editorial-wrap *,
.igwv-editorial-wrap *::before,
.igwv-editorial-wrap *::after {
  box-sizing: border-box;
}

.igwv-editorial-wrap .igwv-section,
.igwv-editorial-wrap .igwv-container,
.igwv-editorial-wrap .igwv-card-grid {
  width: 100%;
  max-width: 100%;
}

.igwv-editorial-wrap .igwv-section {
  padding: 92px 22px;
  overflow: hidden;
}

.igwv-editorial-wrap .igwv-section-intro,
.igwv-editorial-wrap .igwv-section-process {
  background: #fff;
}

.igwv-editorial-wrap .igwv-section-benefits {
  background:
    radial-gradient(circle at 14% 10%, rgba(245, 96, 64, 0.13), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(131, 58, 180, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #fffafb 52%, #fff8ef 100%);
}

.igwv-editorial-wrap .igwv-container {
  max-width: 1240px;
  margin: 0 auto;
}

.igwv-editorial-wrap .igwv-heading-block {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.igwv-editorial-wrap h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  color: var(--igwv-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igwv-editorial-wrap h2 span {
  background: linear-gradient(135deg, var(--igwv-grad-a), var(--igwv-grad-b), var(--igwv-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.igwv-editorial-wrap .igwv-heading-block p {
  margin: 14px auto 0;
  max-width: 660px;
  color: var(--igwv-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igwv-editorial-wrap .igwv-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.igwv-editorial-wrap .igwv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --igwv-local-a: #f56040;
  --igwv-local-b: #c13584;
  --igwv-local-soft: rgba(245, 96, 64, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--igwv-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.9)),
    linear-gradient(135deg, var(--igwv-local-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 16px 42px rgba(54, 28, 47, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(26px);
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
  overflow: hidden;
}

.igwv-editorial-wrap .igwv-card:nth-child(2) { --igwv-local-a: #c13584; --igwv-local-b: #833ab4; --igwv-local-soft: rgba(193, 53, 132, 0.1); }
.igwv-editorial-wrap .igwv-card:nth-child(3) { --igwv-local-a: #fd1d1d; --igwv-local-b: #fcb045; --igwv-local-soft: rgba(252, 176, 69, 0.13); }
.igwv-editorial-wrap .igwv-card:nth-child(4) { --igwv-local-a: #405de6; --igwv-local-b: #833ab4; --igwv-local-soft: rgba(64, 93, 230, 0.1); }
.igwv-editorial-wrap .igwv-card:nth-child(5) { --igwv-local-a: #ff7a59; --igwv-local-b: #f56040; --igwv-local-soft: rgba(255, 122, 89, 0.12); }
.igwv-editorial-wrap .igwv-card:nth-child(6) { --igwv-local-a: #2fb7a3; --igwv-local-b: #405de6; --igwv-local-soft: rgba(47, 183, 163, 0.1); }
.igwv-editorial-wrap .igwv-card:nth-child(7) { --igwv-local-a: #b23a8f; --igwv-local-b: #f77737; --igwv-local-soft: rgba(178, 58, 143, 0.1); }
.igwv-editorial-wrap .igwv-card:nth-child(8) { --igwv-local-a: #5b6ee1; --igwv-local-b: #ff6f91; --igwv-local-soft: rgba(91, 110, 225, 0.1); }

.igwv-editorial-wrap .igwv-card.is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.igwv-editorial-wrap .igwv-card:hover {
  border-color: rgba(193, 53, 132, 0.34);
  box-shadow: 0 24px 62px rgba(54, 28, 47, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.igwv-editorial-wrap .igwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 24%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.igwv-editorial-wrap .igwv-card:hover::before {
  opacity: 1;
}

.igwv-editorial-wrap .igwv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--igwv-local-soft);
  color: var(--igwv-local-a);
  font-size: 1.22rem;
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}

.igwv-editorial-wrap .igwv-card:hover .igwv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--igwv-local-a), var(--igwv-local-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
}

.igwv-editorial-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--igwv-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igwv-editorial-wrap h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--igwv-local-a), var(--igwv-local-b));
  transition: width 300ms ease;
}

.igwv-editorial-wrap .igwv-card:hover h3::after {
  width: 74px;
}

.igwv-editorial-wrap .igwv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--igwv-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igwv-editorial-wrap .igwv-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--igwv-local-a);
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1.35;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igwv-editorial-wrap .igwv-card:hover .igwv-cta {
  opacity: 1;
  transform: translateY(0);
}

.igwv-editorial-wrap .igwv-tilt-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}

.igwv-editorial-wrap .igwv-process-card {
  padding-top: 32px;
}

.igwv-editorial-wrap .igwv-step {
  position: absolute;
  right: 18px;
  top: 10px;
  color: rgba(193, 53, 132, 0.12);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
}

.igwv-editorial-wrap .igwv-process-card:hover .igwv-step {
  color: rgba(245, 96, 64, 0.18);
  transform: translateY(-5px) scale(1.04);
}

@media (min-width: 1200px) {
  .igwv-editorial-wrap .igwv-section {
    padding: 96px 28px;
  }

  .igwv-editorial-wrap .igwv-container {
    max-width: 1240px;
  }

  .igwv-editorial-wrap .igwv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .igwv-editorial-wrap .igwv-section {
    padding: 82px 24px;
  }

  .igwv-editorial-wrap .igwv-container {
    max-width: 1020px;
  }

  .igwv-editorial-wrap .igwv-heading-block {
    margin-bottom: 36px;
  }

  .igwv-editorial-wrap .igwv-heading-block p {
    font-size: 0.98rem;
  }

  .igwv-editorial-wrap .igwv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .igwv-editorial-wrap .igwv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igwv-editorial-wrap .igwv-section {
    padding: 68px 20px;
  }

  .igwv-editorial-wrap .igwv-heading-block {
    margin-bottom: 32px;
  }

  .igwv-editorial-wrap .igwv-heading-block p {
    font-size: 0.95rem;
  }

  .igwv-editorial-wrap .igwv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .igwv-editorial-wrap .igwv-card {
    min-height: 230px;
    padding: 22px;
  }

  .igwv-editorial-wrap h3 {
    font-size: 1.02rem;
  }

  .igwv-editorial-wrap .igwv-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igwv-editorial-wrap .igwv-section {
    padding: 54px 16px;
  }

  .igwv-editorial-wrap .igwv-heading-block {
    margin-bottom: 26px;
  }

  .igwv-editorial-wrap .igwv-heading-block p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .igwv-editorial-wrap .igwv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .igwv-editorial-wrap .igwv-card {
    min-height: auto;
    padding: 22px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igwv-editorial-wrap .igwv-section {
    padding: 46px 14px;
  }

  .igwv-editorial-wrap .igwv-heading-block {
    margin-bottom: 24px;
  }

  .igwv-editorial-wrap .igwv-heading-block p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .igwv-editorial-wrap .igwv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .igwv-editorial-wrap .igwv-card {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .igwv-editorial-wrap .igwv-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 1.05rem;
    margin-bottom: 18px;
  }

  .igwv-editorial-wrap h3 {
    font-size: 0.99rem;
  }

  .igwv-editorial-wrap .igwv-card p,
  .igwv-editorial-wrap .igwv-cta {
    font-size: 0.89rem;
  }

  .igwv-editorial-wrap .igwv-step {
    font-size: 3.8rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .igwv-editorial-wrap .igwv-section {
    padding: 40px 12px;
  }

  .igwv-editorial-wrap .igwv-heading-block {
    margin-bottom: 22px;
  }

  .igwv-editorial-wrap .igwv-heading-block p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .igwv-editorial-wrap .igwv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .igwv-editorial-wrap .igwv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }

  .igwv-editorial-wrap .igwv-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .igwv-editorial-wrap h3 {
    font-size: 0.94rem;
  }

  .igwv-editorial-wrap .igwv-card p,
  .igwv-editorial-wrap .igwv-cta {
    font-size: 0.84rem;
  }

  .igwv-editorial-wrap .igwv-step {
    right: 14px;
    top: 10px;
    font-size: 3.25rem;
  }
}

@media (max-width: 767px) {
  .igwv-editorial-wrap,
  .igwv-editorial-wrap .igwv-section,
  .igwv-editorial-wrap .igwv-container,
  .igwv-editorial-wrap .igwv-card-grid,
  .igwv-editorial-wrap .igwv-card {
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .igwv-editorial-wrap .igwv-card {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .igwv-editorial-wrap .igwv-card,
  .igwv-editorial-wrap .igwv-card::before,
  .igwv-editorial-wrap .igwv-icon,
  .igwv-editorial-wrap h3::after,
  .igwv-editorial-wrap .igwv-cta,
  .igwv-editorial-wrap .igwv-step {
    transition: none !important;
    animation: none !important;
  }

  .igwv-editorial-wrap .igwv-card,
  .igwv-editorial-wrap .igwv-card.is-visible,
  .igwv-editorial-wrap .igwv-card:hover {
    transform: none !important;
    opacity: 1;
  }
}