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

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

.igfwac-editorial-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241922;
  background: #fff;
  isolation: isolate;
}

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

.igfwac-editorial-wrap .igfwac-section {
  position: relative;
  padding: 88px 20px;
  overflow: hidden;
}

.igfwac-editorial-wrap .igfwac-section-white {
  background: #fff;
}

.igfwac-editorial-wrap .igfwac-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 126, 95, 0.16), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(131, 92, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #fff8f5 0%, #fff3ea 46%, #fbf7ff 100%);
}

.igfwac-editorial-wrap .igfwac-container {
  max-width: 1320px;
  margin: 0 auto;
}

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

.igfwac-editorial-wrap .igfwac-heading-block h2 {
  margin: 0;
  color: #241922;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igfwac-editorial-wrap .igfwac-heading-block h2 span {
  background: linear-gradient(135deg, #f45d7a 0%, #ff8a4c 45%, #7c4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.igfwac-editorial-wrap .igfwac-heading-block p {
  margin: 14px auto 0;
  max-width: 720px;
  color: #6b5a64;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.igfwac-editorial-wrap .igfwac-card {
  --fg-accent: #f45d7a;
  --fg-accent-2: #ff8a4c;
  --fg-soft: rgba(244, 93, 122, 0.1);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(46, 28, 40, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.86));
  box-shadow: 0 16px 42px rgba(55, 28, 47, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  will-change: transform, opacity;
}

.igfwac-editorial-wrap .igfwac-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), transparent 34%),
    radial-gradient(circle at 100% 0%, var(--fg-soft), transparent 40%);
  pointer-events: none;
}

.igfwac-editorial-wrap .igfwac-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

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

.igfwac-editorial-wrap .igfwac-card:hover {
  border-color: color-mix(in srgb, var(--fg-accent) 42%, rgba(46, 28, 40, 0.13));
  box-shadow: 0 24px 58px rgba(55, 28, 47, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.igfwac-editorial-wrap .igfwac-card:hover::after {
  transform: scaleX(1);
  opacity: 0.95;
}

.igfwac-editorial-wrap .igfwac-card:nth-child(8n+1) { --fg-accent: #f45d7a; --fg-accent-2: #ff8a4c; --fg-soft: rgba(244, 93, 122, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+2) { --fg-accent: #7c4dff; --fg-accent-2: #38bdf8; --fg-soft: rgba(124, 77, 255, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+3) { --fg-accent: #00a884; --fg-accent-2: #9bd84f; --fg-soft: rgba(0, 168, 132, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+4) { --fg-accent: #ff7a1a; --fg-accent-2: #ffd166; --fg-soft: rgba(255, 122, 26, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+5) { --fg-accent: #dc3f8c; --fg-accent-2: #f97316; --fg-soft: rgba(220, 63, 140, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+6) { --fg-accent: #2563eb; --fg-accent-2: #06b6d4; --fg-soft: rgba(37, 99, 235, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+7) { --fg-accent: #9333ea; --fg-accent-2: #f43f5e; --fg-soft: rgba(147, 51, 234, 0.12); }
.igfwac-editorial-wrap .igfwac-card:nth-child(8n+8) { --fg-accent: #0f766e; --fg-accent-2: #f59e0b; --fg-soft: rgba(15, 118, 110, 0.12); }

.igfwac-editorial-wrap .igfwac-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 0 20px;
  border-radius: 16px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, #fff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72), 0 12px 28px rgba(45, 26, 42, 0.09);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.igfwac-editorial-wrap .igfwac-icon i {
  font-size: 1.22rem;
  line-height: 1;
}

.igfwac-editorial-wrap .igfwac-card:hover .igfwac-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}

.igfwac-editorial-wrap .igfwac-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #241922;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igfwac-editorial-wrap .igfwac-card h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transition: width 0.28s ease;
}

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

.igfwac-editorial-wrap .igfwac-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6d6068;
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igfwac-editorial-wrap .igfwac-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.igfwac-editorial-wrap .igfwac-card:hover .igfwac-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-accent) 78%, #241922);
}

.igfwac-editorial-wrap .igfwac-grid-why .igfwac-card {
  transform-style: preserve-3d;
}

.igfwac-editorial-wrap .igfwac-grid-why .igfwac-card .igfwac-icon,
.igfwac-editorial-wrap .igfwac-grid-why .igfwac-card h3,
.igfwac-editorial-wrap .igfwac-grid-why .igfwac-card p {
  transform: translateZ(18px);
}

.igfwac-editorial-wrap .igfwac-process-card {
  min-height: 260px;
}

.igfwac-editorial-wrap .igfwac-step-num {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 0;
  color: color-mix(in srgb, var(--fg-accent) 24%, transparent);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease, color 0.28s ease;
}

.igfwac-editorial-wrap .igfwac-process-card:hover .igfwac-step-num {
  transform: translateY(-5px) scale(1.06);
  color: color-mix(in srgb, var(--fg-accent) 34%, transparent);
}

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

  .igfwac-editorial-wrap .igfwac-container {
    max-width: 1320px;
  }

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

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

  .igfwac-editorial-wrap .igfwac-container {
    max-width: 1060px;
  }

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

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

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

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

  .igfwac-editorial-wrap .igfwac-heading-block {
    margin-bottom: 34px;
  }

  .igfwac-editorial-wrap .igfwac-heading-block p {
    font-size: 0.96rem;
  }

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

  .igfwac-editorial-wrap .igfwac-card {
    padding: 23px;
  }

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

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

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

  .igfwac-editorial-wrap .igfwac-heading-block {
    margin-bottom: 28px;
  }

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

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

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

  .igfwac-editorial-wrap .igfwac-cta {
    opacity: 1;
    transform: none;
  }
}

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

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

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

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

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

  .igfwac-editorial-wrap .igfwac-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

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

  .igfwac-editorial-wrap .igfwac-card p {
    font-size: 0.89rem;
  }

  .igfwac-editorial-wrap .igfwac-step-num {
    font-size: 3.55rem;
  }

  .igfwac-editorial-wrap .igfwac-cta {
    opacity: 1;
    transform: none;
  }
}

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

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

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

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

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

  .igfwac-editorial-wrap .igfwac-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
  }

  .igfwac-editorial-wrap .igfwac-icon i {
    font-size: 1rem;
  }

  .igfwac-editorial-wrap .igfwac-card h3 {
    font-size: 0.95rem;
  }

  .igfwac-editorial-wrap .igfwac-card p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .igfwac-editorial-wrap .igfwac-step-num {
    top: 14px;
    right: 16px;
    font-size: 3rem;
  }

  .igfwac-editorial-wrap .igfwac-cta {
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }
}

@media (max-width: 319px) {
  .igfwac-editorial-wrap .igfwac-section {
    padding: 38px 10px;
  }

  .igfwac-editorial-wrap .igfwac-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .igfwac-editorial-wrap .igfwac-card {
    min-height: auto;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .igfwac-editorial-wrap .igfwac-card,
  .igfwac-editorial-wrap .igfwac-card *,
  .igfwac-editorial-wrap .igfwac-card::after {
    transition: none !important;
    animation: none !important;
  }

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