
  .imf-hero-desc {
    background: #0F2B42;
    color: #fff;
    padding: 3rem 2rem;
    border-radius: 12px;
    margin: 2.5rem 0;
    font-family: 'Inter', -apple-system, sans-serif;
  }
  .imf-hero-desc__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .imf-hero-desc__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  @media (max-width: 768px) {
    .imf-hero-desc__grid { grid-template-columns: 1fr; gap: 2rem; }
  }
  .imf-hero-desc__headline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0;
    padding: 0;
  }
  .imf-hero-desc__headline span {
    color: #D4782F;
  }
  .imf-hero-desc__headline--sub {
    font-size: 1.75rem;
    font-weight: 700;
    color: #D4782F;
    margin: 0 0 1.25rem 0;
    padding: 0;
    border: none;
  }
  .imf-hero-desc__text {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.88;
    margin-bottom: 1.25rem;
  }
  .imf-hero-desc__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
  }
  .imf-hero-desc__tag {
    font-size: 0.72rem;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    letter-spacing: 0.02em;
  }
  .imf-hero-desc__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .imf-hero-desc__stat {
    text-align: center;
    padding: 1.25rem 0.75rem;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.06);
  }
  .imf-hero-desc__stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #D4782F;
    line-height: 1;
    margin-bottom: 0.3rem;
  }
  .imf-hero-desc__stat-label {
    font-size: 0.78rem;
    opacity: 0.6;
    line-height: 1.3;
  }
